diff --git a/packages/@aws-cdk/cloudformation-diff/package.json b/packages/@aws-cdk/cloudformation-diff/package.json index 4cf0b1e424c81..7caabf6b2c232 100644 --- a/packages/@aws-cdk/cloudformation-diff/package.json +++ b/packages/@aws-cdk/cloudformation-diff/package.json @@ -23,8 +23,8 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-cdk/aws-service-spec": "^0.0.61", - "@aws-cdk/service-spec-types": "^0.0.61", + "@aws-cdk/aws-service-spec": "^0.0.62", + "@aws-cdk/service-spec-types": "^0.0.62", "aws-sdk": "2.1586.0", "chalk": "^4", "diff": "^5.2.0", diff --git a/packages/@aws-cdk/integ-runner/package.json b/packages/@aws-cdk/integ-runner/package.json index d23f1d45a18a6..5386d9516770d 100644 --- a/packages/@aws-cdk/integ-runner/package.json +++ b/packages/@aws-cdk/integ-runner/package.json @@ -74,7 +74,7 @@ "@aws-cdk/cloud-assembly-schema": "0.0.0", "@aws-cdk/cloudformation-diff": "0.0.0", "@aws-cdk/cx-api": "0.0.0", - "@aws-cdk/aws-service-spec": "^0.0.61", + "@aws-cdk/aws-service-spec": "^0.0.62", "cdk-assets": "0.0.0", "@aws-cdk/cdk-cli-wrapper": "0.0.0", "aws-cdk": "0.0.0", diff --git a/packages/aws-cdk-lib/aws-bcmdataexports/.jsiirc.json b/packages/aws-cdk-lib/aws-bcmdataexports/.jsiirc.json new file mode 100644 index 0000000000000..03057cfde4f12 --- /dev/null +++ b/packages/aws-cdk-lib/aws-bcmdataexports/.jsiirc.json @@ -0,0 +1,13 @@ +{ + "targets": { + "java": { + "package": "software.amazon.awscdk.services.bcmdataexports" + }, + "dotnet": { + "package": "Amazon.CDK.AWS.BCMDataExports" + }, + "python": { + "module": "aws_cdk.aws_bcmdataexports" + } + } +} diff --git a/packages/aws-cdk-lib/aws-bcmdataexports/README.md b/packages/aws-cdk-lib/aws-bcmdataexports/README.md new file mode 100644 index 0000000000000..e22bc657ef712 --- /dev/null +++ b/packages/aws-cdk-lib/aws-bcmdataexports/README.md @@ -0,0 +1,39 @@ +# AWS::BCMDataExports Construct Library + + +--- + +![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge) + +> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use. +> +> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib + +--- + + + +This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project. + +```ts nofixture +import * as bcmdataexports from 'aws-cdk-lib/aws-bcmdataexports'; +``` + + + +There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed: + +- Search [Construct Hub for BCMDataExports construct libraries](https://constructs.dev/search?q=bcmdataexports) +- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::BCMDataExports resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_BCMDataExports.html) directly. + + + + +There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. +However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly. + +For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::BCMDataExports](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_BCMDataExports.html). + +(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.) + + diff --git a/packages/aws-cdk-lib/aws-bcmdataexports/index.ts b/packages/aws-cdk-lib/aws-bcmdataexports/index.ts new file mode 100644 index 0000000000000..f41a696fd204d --- /dev/null +++ b/packages/aws-cdk-lib/aws-bcmdataexports/index.ts @@ -0,0 +1 @@ +export * from './lib'; diff --git a/packages/aws-cdk-lib/aws-bcmdataexports/lib/index.ts b/packages/aws-cdk-lib/aws-bcmdataexports/lib/index.ts new file mode 100644 index 0000000000000..48ac13568dc2a --- /dev/null +++ b/packages/aws-cdk-lib/aws-bcmdataexports/lib/index.ts @@ -0,0 +1,2 @@ +// AWS::BCMDataExports Cloudformation Resources +export * from './bcmdataexports.generated'; diff --git a/packages/aws-cdk-lib/aws-cleanroomsml/.jsiirc.json b/packages/aws-cdk-lib/aws-cleanroomsml/.jsiirc.json new file mode 100644 index 0000000000000..4d234b9747bdc --- /dev/null +++ b/packages/aws-cdk-lib/aws-cleanroomsml/.jsiirc.json @@ -0,0 +1,13 @@ +{ + "targets": { + "java": { + "package": "software.amazon.awscdk.services.cleanroomsml" + }, + "dotnet": { + "package": "Amazon.CDK.AWS.CleanRoomsML" + }, + "python": { + "module": "aws_cdk.aws_cleanroomsml" + } + } +} diff --git a/packages/aws-cdk-lib/aws-cleanroomsml/README.md b/packages/aws-cdk-lib/aws-cleanroomsml/README.md new file mode 100644 index 0000000000000..840ece6bb03f3 --- /dev/null +++ b/packages/aws-cdk-lib/aws-cleanroomsml/README.md @@ -0,0 +1,39 @@ +# AWS::CleanRoomsML Construct Library + + +--- + +![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge) + +> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use. +> +> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib + +--- + + + +This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project. + +```ts nofixture +import * as cleanroomsml from 'aws-cdk-lib/aws-cleanroomsml'; +``` + + + +There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed: + +- Search [Construct Hub for CleanRoomsML construct libraries](https://constructs.dev/search?q=cleanroomsml) +- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::CleanRoomsML resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CleanRoomsML.html) directly. + + + + +There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. +However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly. + +For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::CleanRoomsML](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CleanRoomsML.html). + +(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.) + + diff --git a/packages/aws-cdk-lib/aws-cleanroomsml/index.ts b/packages/aws-cdk-lib/aws-cleanroomsml/index.ts new file mode 100644 index 0000000000000..f41a696fd204d --- /dev/null +++ b/packages/aws-cdk-lib/aws-cleanroomsml/index.ts @@ -0,0 +1 @@ +export * from './lib'; diff --git a/packages/aws-cdk-lib/aws-cleanroomsml/lib/index.ts b/packages/aws-cdk-lib/aws-cleanroomsml/lib/index.ts new file mode 100644 index 0000000000000..4e5367d4b3c5a --- /dev/null +++ b/packages/aws-cdk-lib/aws-cleanroomsml/lib/index.ts @@ -0,0 +1,2 @@ +// AWS::CleanRoomsML Cloudformation Resources +export * from './cleanroomsml.generated'; diff --git a/packages/aws-cdk-lib/aws-codeconnections/.jsiirc.json b/packages/aws-cdk-lib/aws-codeconnections/.jsiirc.json new file mode 100644 index 0000000000000..ca8e17d5b2297 --- /dev/null +++ b/packages/aws-cdk-lib/aws-codeconnections/.jsiirc.json @@ -0,0 +1,13 @@ +{ + "targets": { + "java": { + "package": "software.amazon.awscdk.services.codeconnections" + }, + "dotnet": { + "package": "Amazon.CDK.AWS.CodeConnections" + }, + "python": { + "module": "aws_cdk.aws_codeconnections" + } + } +} diff --git a/packages/aws-cdk-lib/aws-codeconnections/README.md b/packages/aws-cdk-lib/aws-codeconnections/README.md new file mode 100644 index 0000000000000..f61ccdb87bf78 --- /dev/null +++ b/packages/aws-cdk-lib/aws-codeconnections/README.md @@ -0,0 +1,39 @@ +# AWS::CodeConnections Construct Library + + +--- + +![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge) + +> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use. +> +> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib + +--- + + + +This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project. + +```ts nofixture +import * as codeconnections from 'aws-cdk-lib/aws-codeconnections'; +``` + + + +There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed: + +- Search [Construct Hub for CodeConnections construct libraries](https://constructs.dev/search?q=codeconnections) +- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::CodeConnections resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeConnections.html) directly. + + + + +There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. +However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly. + +For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::CodeConnections](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeConnections.html). + +(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.) + + diff --git a/packages/aws-cdk-lib/aws-codeconnections/index.ts b/packages/aws-cdk-lib/aws-codeconnections/index.ts new file mode 100644 index 0000000000000..f41a696fd204d --- /dev/null +++ b/packages/aws-cdk-lib/aws-codeconnections/index.ts @@ -0,0 +1 @@ +export * from './lib'; diff --git a/packages/aws-cdk-lib/aws-codeconnections/lib/index.ts b/packages/aws-cdk-lib/aws-codeconnections/lib/index.ts new file mode 100644 index 0000000000000..3a7f95d9c567b --- /dev/null +++ b/packages/aws-cdk-lib/aws-codeconnections/lib/index.ts @@ -0,0 +1,2 @@ +// AWS::CodeConnections Cloudformation Resources +export * from './codeconnections.generated'; diff --git a/packages/aws-cdk-lib/aws-deadline/.jsiirc.json b/packages/aws-cdk-lib/aws-deadline/.jsiirc.json new file mode 100644 index 0000000000000..28607eb092a27 --- /dev/null +++ b/packages/aws-cdk-lib/aws-deadline/.jsiirc.json @@ -0,0 +1,13 @@ +{ + "targets": { + "java": { + "package": "software.amazon.awscdk.services.deadline" + }, + "dotnet": { + "package": "Amazon.CDK.AWS.Deadline" + }, + "python": { + "module": "aws_cdk.aws_deadline" + } + } +} diff --git a/packages/aws-cdk-lib/aws-deadline/README.md b/packages/aws-cdk-lib/aws-deadline/README.md new file mode 100644 index 0000000000000..83755d22b0003 --- /dev/null +++ b/packages/aws-cdk-lib/aws-deadline/README.md @@ -0,0 +1,39 @@ +# AWS::Deadline Construct Library + + +--- + +![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge) + +> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use. +> +> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib + +--- + + + +This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project. + +```ts nofixture +import * as deadline from 'aws-cdk-lib/aws-deadline'; +``` + + + +There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed: + +- Search [Construct Hub for Deadline construct libraries](https://constructs.dev/search?q=deadline) +- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::Deadline resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Deadline.html) directly. + + + + +There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. +However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly. + +For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::Deadline](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Deadline.html). + +(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.) + + diff --git a/packages/aws-cdk-lib/aws-deadline/index.ts b/packages/aws-cdk-lib/aws-deadline/index.ts new file mode 100644 index 0000000000000..f41a696fd204d --- /dev/null +++ b/packages/aws-cdk-lib/aws-deadline/index.ts @@ -0,0 +1 @@ +export * from './lib'; diff --git a/packages/aws-cdk-lib/aws-deadline/lib/index.ts b/packages/aws-cdk-lib/aws-deadline/lib/index.ts new file mode 100644 index 0000000000000..2dc354d139abb --- /dev/null +++ b/packages/aws-cdk-lib/aws-deadline/lib/index.ts @@ -0,0 +1,2 @@ +// AWS::Deadline Cloudformation Resources +export * from './deadline.generated'; diff --git a/packages/aws-cdk-lib/index.ts b/packages/aws-cdk-lib/index.ts index 6e4eb5084e560..cfbe41adb75d0 100644 --- a/packages/aws-cdk-lib/index.ts +++ b/packages/aws-cdk-lib/index.ts @@ -31,6 +31,7 @@ export * as aws_b2bi from './aws-b2bi'; export * as aws_backup from './aws-backup'; export * as aws_backupgateway from './aws-backupgateway'; export * as aws_batch from './aws-batch'; +export * as aws_bcmdataexports from './aws-bcmdataexports'; export * as aws_bedrock from './aws-bedrock'; export * as aws_billingconductor from './aws-billingconductor'; export * as aws_budgets from './aws-budgets'; @@ -39,6 +40,7 @@ export * as aws_ce from './aws-ce'; export * as aws_certificatemanager from './aws-certificatemanager'; export * as aws_chatbot from './aws-chatbot'; export * as aws_cleanrooms from './aws-cleanrooms'; +export * as aws_cleanroomsml from './aws-cleanroomsml'; export * as aws_cloud9 from './aws-cloud9'; export * as aws_cloudformation from './aws-cloudformation'; export * as aws_cloudfront from './aws-cloudfront'; @@ -49,6 +51,7 @@ export * as aws_cloudwatch_actions from './aws-cloudwatch-actions'; export * as aws_codeartifact from './aws-codeartifact'; export * as aws_codebuild from './aws-codebuild'; export * as aws_codecommit from './aws-codecommit'; +export * as aws_codeconnections from './aws-codeconnections'; export * as aws_codedeploy from './aws-codedeploy'; export * as aws_codeguruprofiler from './aws-codeguruprofiler'; export * as aws_codegurureviewer from './aws-codegurureviewer'; @@ -70,6 +73,7 @@ export * as aws_datapipeline from './aws-datapipeline'; export * as aws_datasync from './aws-datasync'; export * as aws_datazone from './aws-datazone'; export * as aws_dax from './aws-dax'; +export * as aws_deadline from './aws-deadline'; export * as aws_detective from './aws-detective'; export * as aws_devicefarm from './aws-devicefarm'; export * as aws_devopsguru from './aws-devopsguru'; diff --git a/packages/aws-cdk-lib/package.json b/packages/aws-cdk-lib/package.json index 850f9e40f9966..03a5b8493d238 100644 --- a/packages/aws-cdk-lib/package.json +++ b/packages/aws-cdk-lib/package.json @@ -135,7 +135,7 @@ "mime-types": "^2.1.35" }, "devDependencies": { - "@aws-cdk/aws-service-spec": "^0.0.61", + "@aws-cdk/aws-service-spec": "^0.0.62", "@aws-cdk/cdk-build-tools": "0.0.0", "@aws-cdk/custom-resource-handlers": "0.0.0", "@aws-cdk/pkglint": "0.0.0", @@ -245,6 +245,7 @@ "./aws-backup": "./aws-backup/index.js", "./aws-backupgateway": "./aws-backupgateway/index.js", "./aws-batch": "./aws-batch/index.js", + "./aws-bcmdataexports": "./aws-bcmdataexports/index.js", "./aws-bedrock": "./aws-bedrock/index.js", "./aws-billingconductor": "./aws-billingconductor/index.js", "./aws-budgets": "./aws-budgets/index.js", @@ -253,6 +254,7 @@ "./aws-certificatemanager": "./aws-certificatemanager/index.js", "./aws-chatbot": "./aws-chatbot/index.js", "./aws-cleanrooms": "./aws-cleanrooms/index.js", + "./aws-cleanroomsml": "./aws-cleanroomsml/index.js", "./aws-cloud9": "./aws-cloud9/index.js", "./aws-cloudformation": "./aws-cloudformation/index.js", "./aws-cloudfront": "./aws-cloudfront/index.js", @@ -263,6 +265,7 @@ "./aws-codeartifact": "./aws-codeartifact/index.js", "./aws-codebuild": "./aws-codebuild/index.js", "./aws-codecommit": "./aws-codecommit/index.js", + "./aws-codeconnections": "./aws-codeconnections/index.js", "./aws-codedeploy": "./aws-codedeploy/index.js", "./aws-codeguruprofiler": "./aws-codeguruprofiler/index.js", "./aws-codegurureviewer": "./aws-codegurureviewer/index.js", @@ -284,6 +287,7 @@ "./aws-datasync": "./aws-datasync/index.js", "./aws-datazone": "./aws-datazone/index.js", "./aws-dax": "./aws-dax/index.js", + "./aws-deadline": "./aws-deadline/index.js", "./aws-detective": "./aws-detective/index.js", "./aws-devicefarm": "./aws-devicefarm/index.js", "./aws-devopsguru": "./aws-devopsguru/index.js", diff --git a/packages/aws-cdk-lib/scripts/scope-map.json b/packages/aws-cdk-lib/scripts/scope-map.json index 6a394c5f6a3d2..eeb89455bf342 100644 --- a/packages/aws-cdk-lib/scripts/scope-map.json +++ b/packages/aws-cdk-lib/scripts/scope-map.json @@ -80,6 +80,12 @@ "aws-batch": [ "AWS::Batch" ], + "aws-bcmdataexports": [ + "AWS::BCMDataExports" + ], + "aws-bedrock": [ + "AWS::Bedrock" + ], "aws-billingconductor": [ "AWS::BillingConductor" ], @@ -101,6 +107,9 @@ "aws-cleanrooms": [ "AWS::CleanRooms" ], + "aws-cleanroomsml": [ + "AWS::CleanRoomsML" + ], "aws-cloud9": [ "AWS::Cloud9" ], @@ -125,6 +134,9 @@ "aws-codecommit": [ "AWS::CodeCommit" ], + "aws-codeconnections": [ + "AWS::CodeConnections" + ], "aws-codedeploy": [ "AWS::CodeDeploy" ], @@ -185,6 +197,9 @@ "aws-dax": [ "AWS::DAX" ], + "aws-deadline": [ + "AWS::Deadline" + ], "aws-detective": [ "AWS::Detective" ], diff --git a/tools/@aws-cdk/spec2cdk/package.json b/tools/@aws-cdk/spec2cdk/package.json index 4b644f1e66142..8bd68f8e3c61e 100644 --- a/tools/@aws-cdk/spec2cdk/package.json +++ b/tools/@aws-cdk/spec2cdk/package.json @@ -32,9 +32,9 @@ }, "license": "Apache-2.0", "dependencies": { - "@aws-cdk/aws-service-spec": "^0.0.61", - "@aws-cdk/service-spec-importers": "^0.0.28", - "@aws-cdk/service-spec-types": "^0.0.61", + "@aws-cdk/aws-service-spec": "^0.0.62", + "@aws-cdk/service-spec-importers": "^0.0.29", + "@aws-cdk/service-spec-types": "^0.0.62", "@cdklabs/tskb": "^0.0.3", "@cdklabs/typewriter": "^0.0.3", "camelcase": "^6", diff --git a/yarn.lock b/yarn.lock index ed115bbb559ea..9e00a29e9eaf4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -56,12 +56,12 @@ resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.0.1.tgz#6dc9b7cdb22ff622a7176141197962360c33e9ac" integrity sha512-DDt4SLdLOwWCjGtltH4VCST7hpOI5DzieuhGZsBpZ+AgJdSI2GCjklCXm0GCTwJG/SolkL5dtQXyUKgg9luBDg== -"@aws-cdk/aws-service-spec@^0.0.61": - version "0.0.61" - resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.61.tgz#afb49a8fb0a8907e08337a7d3d07d16847da7d84" - integrity sha512-otxvSzkPCuZuGddWFHXFdEsjasTpQciGRjfPWmtt+iwu48rJe40zQtpyXZm72SJ25JBXFDHNnrYcALT4NzIQMQ== +"@aws-cdk/aws-service-spec@^0.0.62": + version "0.0.62" + resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.62.tgz#603359e7ad8eb0432a521b611cb1e6ed05112e93" + integrity sha512-iKyTV8blgKnCle0ssspA54LosPfhSjLG4MYmYeI2kVCz04MsBNzt++WYpNmQplZ16m0yTEgN5amiV5spzv616g== dependencies: - "@aws-cdk/service-spec-types" "^0.0.61" + "@aws-cdk/service-spec-types" "^0.0.62" "@cdklabs/tskb" "^0.0.3" "@aws-cdk/lambda-layer-kubectl-v24@^2.0.242": @@ -74,12 +74,12 @@ resolved "https://registry.npmjs.org/@aws-cdk/lambda-layer-kubectl-v29/-/lambda-layer-kubectl-v29-2.0.0.tgz#1c078fffa2c701c691aeb3e599e91cd3c1017e74" integrity sha512-X6RKZPcPGkYSp9/AhiNtEL7Vz2I77qCdbr5XGtqFeIyw/620Qo2ZIRFr2AjWfGEj81gvcwUbVW5lZ6+EqqyqlA== -"@aws-cdk/service-spec-importers@^0.0.28": - version "0.0.28" - resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.28.tgz#97ad3077ac3f2b6e31ca54e2da6f8aa4c1f0765b" - integrity sha512-x6WDd5xsgBJHRxVMmeO6ivSovGdDG5CtEPAf2rAPp+dd56NCe6N3/A4x2SzmejvUTOWBQrxcXqHsKaW8YRGvAg== +"@aws-cdk/service-spec-importers@^0.0.29": + version "0.0.29" + resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.29.tgz#8e948c94856801c06f875d0a4fdbe1fd1d240447" + integrity sha512-dCQIaXVjHnWFWwZM91slAwsd2tGm6ULALFQ9YeymgiPAjdBmwWNa+o5zn3WAwol/Jx7+wkf/87RyMeA7Mt4oUg== dependencies: - "@aws-cdk/service-spec-types" "^0.0.61" + "@aws-cdk/service-spec-types" "^0.0.62" "@cdklabs/tskb" "^0.0.3" ajv "^6" canonicalize "^2.0.0" @@ -90,10 +90,10 @@ glob "^8" sort-json "^2.0.1" -"@aws-cdk/service-spec-types@^0.0.61": - version "0.0.61" - resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.61.tgz#6ff36bf633483567c738b5a873dff01cea4fe3c7" - integrity sha512-ZeVY22xFHHJQBJsawF+eg9BrlQSgYa9CYw1qusV1jfeduoCbHqWoFVQsnrAGJ1Y50AX4QfMR7GinxlvPCR2Iqw== +"@aws-cdk/service-spec-types@^0.0.62": + version "0.0.62" + resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.62.tgz#d382de8f14cfb3d58c41f77e3a3fe1fa8d2fe985" + integrity sha512-SA/K9LfB/aYjpVaDVaaBZQdSNGbKIxjqyHpnVejtI8gMguWj6NwBVfrHSCBKCktWYlapOXwtjpRECshHNFe1Iw== dependencies: "@cdklabs/tskb" "^0.0.3" @@ -13957,7 +13957,16 @@ string-length@^4.0.1: char-regex "^1.0.2" strip-ansi "^6.0.0" -"string-width-cjs@npm:string-width@^4.2.0", string-width@*, string-width@^1.0.1, "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2: +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@*, string-width@^1.0.1, "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2: version "4.2.3" resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== @@ -14035,7 +14044,7 @@ stringify-package@^1.0.1: resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85" integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg== -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": version "6.0.1" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== @@ -14049,6 +14058,13 @@ strip-ansi@^3.0.1: dependencies: ansi-regex "^2.0.0" +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + strip-ansi@^7.0.1, strip-ansi@^7.1.0: version "7.1.0" resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" @@ -15007,7 +15023,7 @@ workerpool@^6.5.1: resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544" integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA== -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== @@ -15025,6 +15041,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0: string-width "^4.1.0" strip-ansi "^6.0.0" +wrap-ansi@^7.0.0: + version "7.0.0" + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + wrap-ansi@^8.1.0: version "8.1.0" resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"