We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb8c55 commit 1d16304Copy full SHA for 1d16304
packages/aws-cdk-lib/aws-bedrock/.jsiirc.json
@@ -4,7 +4,7 @@
4
"package": "software.amazon.awscdk.services.bedrock"
5
},
6
"dotnet": {
7
- "namespace": "Amazon.CDK.AWS.Bedrock"
+ "package": "Amazon.CDK.AWS.Bedrock"
8
9
"python": {
10
"module": "aws_cdk.aws_bedrock"
packages/aws-cdk-lib/aws-bedrock/lib/index.ts
@@ -1,3 +1,5 @@
1
+// AWS::Bedrock Cloudformation Resources
2
+export * from './bedrock.generated';
3
export * from './foundation-model';
export * from './model-base';
-export * from './provisioned-model';
+export * from './provisioned-model';
0 commit comments