Skip to content

Commit 92ad68a

Browse files
feat: update L1 CloudFormation resource definitions (#34528)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec` **L1 CloudFormation resource definition changes:** ``` ├[~] service aws-applicationautoscaling │ └ resources │ └[~] resource AWS::ApplicationAutoScaling::ScalingPolicy │ └ types │ ├[~] type PredictiveScalingPredefinedLoadMetric │ │ └ - documentation: Describes a load metric for a predictive scaling policy. │ │ When returned in the output of `DescribePolicies` , it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair. │ │ + documentation: Describes a load metric for a predictive scaling policy. │ │ When returned in the output of `DescribePolicies` , it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair. │ │ The following predefined metrics are available for predictive scaling: │ │ - `ECSServiceAverageCPUUtilization` │ │ - `ECSServiceAverageMemoryUtilization` │ │ - `ECSServiceCPUUtilization` │ │ - `ECSServiceMemoryUtilization` │ │ - `ECSServiceTotalCPUUtilization` │ │ - `ECSServiceTotalMemoryUtilization` │ │ - `ALBRequestCount` │ │ - `ALBRequestCountPerTarget` │ │ - `TotalALBRequestCount` │ ├[~] type PredictiveScalingPredefinedMetricPair │ │ └ - documentation: Represents a metric pair for a predictive scaling policy. │ │ + documentation: Represents a metric pair for a predictive scaling policy. │ │ The following predefined metrics are available for predictive scaling: │ │ - `ECSServiceAverageCPUUtilization` │ │ - `ECSServiceAverageMemoryUtilization` │ │ - `ECSServiceCPUUtilization` │ │ - `ECSServiceMemoryUtilization` │ │ - `ECSServiceTotalCPUUtilization` │ │ - `ECSServiceTotalMemoryUtilization` │ │ - `ALBRequestCount` │ │ - `ALBRequestCountPerTarget` │ │ - `TotalALBRequestCount` │ └[~] type PredictiveScalingPredefinedScalingMetric │ └ - documentation: Describes a scaling metric for a predictive scaling policy. │ When returned in the output of `DescribePolicies` , it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair. │ + documentation: Describes a scaling metric for a predictive scaling policy. │ When returned in the output of `DescribePolicies` , it indicates that a predictive scaling policy uses individually specified load and scaling metrics instead of a metric pair. │ The following predefined metrics are available for predictive scaling: │ - `ECSServiceAverageCPUUtilization` │ - `ECSServiceAverageMemoryUtilization` │ - `ECSServiceCPUUtilization` │ - `ECSServiceMemoryUtilization` │ - `ECSServiceTotalCPUUtilization` │ - `ECSServiceTotalMemoryUtilization` │ - `ALBRequestCount` │ - `ALBRequestCountPerTarget` │ - `TotalALBRequestCount` ├[~] service aws-appsync │ └ resources │ └[~] resource AWS::AppSync::ChannelNamespace │ ├ properties │ │ └ HandlerConfigs: (documentation changed) │ └ types │ ├[~] type HandlerConfig │ │ ├ - documentation: undefined │ │ │ + documentation: The `HandlerConfig` property type specifies the configuration for the handler. │ │ └ properties │ │ ├ Behavior: (documentation changed) │ │ └ Integration: (documentation changed) │ ├[~] type HandlerConfigs │ │ ├ - documentation: undefined │ │ │ + documentation: The `HandlerConfigs` property type specifies the configuration for the `OnPublish` and `OnSubscribe` handlers. │ │ └ properties │ │ ├ OnPublish: (documentation changed) │ │ └ OnSubscribe: (documentation changed) │ ├[~] type Integration │ │ ├ - documentation: undefined │ │ │ + documentation: The `Integration` property type specifies the integration data source configuration for the handler. │ │ └ properties │ │ ├ DataSourceName: (documentation changed) │ │ └ LambdaConfig: (documentation changed) │ └[~] type LambdaConfig │ ├ - documentation: undefined │ │ + documentation: The `LambdaConfig` property type specifies the integration configuration for a Lambda data source. │ └ properties │ └ InvokeType: (documentation changed) ├[~] service aws-autoscaling │ └ resources │ └[~] resource AWS::AutoScaling::AutoScalingGroup │ └ attributes │ └ AutoScalingGroupARN: (documentation changed) ├[~] service aws-codepipeline │ └ resources │ └[~] resource AWS::CodePipeline::Pipeline │ └ types │ └[~] type EnvironmentVariable │ └ properties │ └ Type: (documentation changed) ├[~] service aws-datasync │ └ resources │ ├[~] resource AWS::DataSync::LocationAzureBlob │ │ ├ properties │ │ │ ├ AgentArns: - Array<string> (required) │ │ │ │ + Array<string> │ │ │ ├[+] CmkSecretConfig: CmkSecretConfig │ │ │ └[+] CustomSecretConfig: CustomSecretConfig │ │ ├ attributes │ │ │ ├[+] CmkSecretConfig.SecretArn: string │ │ │ └[+] ManagedSecretConfig: ManagedSecretConfig │ │ └ types │ │ ├[+] type CmkSecretConfig │ │ │ ├ documentation: Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed AWS KMS key. │ │ │ │ name: CmkSecretConfig │ │ │ └ properties │ │ │ ├ SecretArn: string │ │ │ └ KmsKeyArn: string │ │ ├[+] type CustomSecretConfig │ │ │ ├ documentation: Specifies configuration information for a customer-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and an IAM role that DataSync can assume and access the customer-managed secret. │ │ │ │ name: CustomSecretConfig │ │ │ └ properties │ │ │ ├ SecretArn: string (required) │ │ │ └ SecretAccessRoleArn: string (required) │ │ └[+] type ManagedSecretConfig │ │ ├ documentation: Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location. DataSync uses the default AWS-managed KMS key to encrypt this secret in AWS Secrets Manager. │ │ │ name: ManagedSecretConfig │ │ └ properties │ │ └ SecretArn: string (required) │ ├[~] resource AWS::DataSync::LocationObjectStorage │ │ ├ properties │ │ │ ├ AgentArns: - Array<string> (required) │ │ │ │ + Array<string> │ │ │ ├[+] CmkSecretConfig: CmkSecretConfig │ │ │ └[+] CustomSecretConfig: CustomSecretConfig │ │ ├ attributes │ │ │ ├[+] CmkSecretConfig.SecretArn: string │ │ │ └[+] ManagedSecretConfig: ManagedSecretConfig │ │ └ types │ │ ├[+] type CmkSecretConfig │ │ │ ├ documentation: Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and a customer-managed AWS KMS key. │ │ │ │ name: CmkSecretConfig │ │ │ └ properties │ │ │ ├ SecretArn: string │ │ │ └ KmsKeyArn: string │ │ ├[+] type CustomSecretConfig │ │ │ ├ documentation: Specifies configuration information for a customer-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location, and an IAM role that DataSync can assume and access the customer-managed secret. │ │ │ │ name: CustomSecretConfig │ │ │ └ properties │ │ │ ├ SecretArn: string (required) │ │ │ └ SecretAccessRoleArn: string (required) │ │ └[+] type ManagedSecretConfig │ │ ├ documentation: Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location. DataSync uses the default AWS-managed KMS key to encrypt this secret in AWS Secrets Manager. │ │ │ name: ManagedSecretConfig │ │ └ properties │ │ └ SecretArn: string (required) │ └[-] resource AWS::DataSync::StorageSystem │ ├ name: StorageSystem │ │ cloudFormationType: AWS::DataSync::StorageSystem │ │ documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-storagesystem.html │ │ tagInformation: {"tagPropertyName":"Tags","variant":"standard"} │ ├ properties │ │ ├ ServerCredentials: ServerCredentials │ │ ├ ServerConfiguration: ServerConfiguration (required) │ │ ├ CloudWatchLogGroupArn: string │ │ ├ SystemType: string (required) │ │ ├ AgentArns: Array<string> (required) │ │ ├ Tags: Array<tag> │ │ └ Name: string │ ├ attributes │ │ ├ ConnectivityStatus: string │ │ ├ StorageSystemArn: string │ │ ├ SecretsManagerArn: string │ │ └ Id: string │ └ types │ ├ type ServerConfiguration │ │ ├ name: ServerConfiguration │ │ └ properties │ │ ├ ServerHostname: string (required) │ │ └ ServerPort: integer │ └ type ServerCredentials │ ├ name: ServerCredentials │ └ properties │ ├ Username: string (required) │ └ Password: string (required) ├[~] service aws-deadline │ └ resources │ └[~] resource AWS::Deadline::Fleet │ └ types │ └[~] type CustomerManagedFleetConfiguration │ └ properties │ └[+] TagPropagationMode: string ├[~] service aws-ec2 │ └ resources │ ├[~] resource AWS::EC2::Host │ │ └ properties │ │ └ Tags: (documentation changed) │ └[~] resource AWS::EC2::Instance │ ├ properties │ │ └[+] MetadataOptions: MetadataOptions │ └ types │ └[+] type MetadataOptions │ ├ name: MetadataOptions │ └ properties │ ├ HttpPutResponseHopLimit: integer (default=1) │ ├ HttpProtocolIpv6: string │ ├ HttpTokens: string │ ├ InstanceMetadataTags: string │ └ HttpEndpoint: string ├[~] service aws-ecs │ └ resources │ ├[~] resource AWS::ECS::Service │ │ └ types │ │ └[~] type LogConfiguration │ │ └ properties │ │ └ Options: (documentation changed) │ └[~] resource AWS::ECS::TaskDefinition │ └ types │ └[~] type LogConfiguration │ └ properties │ └ Options: (documentation changed) ├[~] service aws-elasticloadbalancingv2 │ └ resources │ ├[~] resource AWS::ElasticLoadBalancingV2::Listener │ │ └ properties │ │ └ ListenerAttributes: (documentation changed) │ ├[~] resource AWS::ElasticLoadBalancingV2::ListenerRule │ │ └ types │ │ └[~] type HostHeaderConfig │ │ └ properties │ │ └ Values: (documentation changed) │ ├[~] resource AWS::ElasticLoadBalancingV2::LoadBalancer │ │ └ properties │ │ └ LoadBalancerAttributes: (documentation changed) │ └[~] resource AWS::ElasticLoadBalancingV2::TargetGroup │ └ properties │ └ TargetGroupAttributes: (documentation changed) ├[~] service aws-gamelift │ └ resources │ └[~] resource AWS::GameLift::Fleet │ ├ properties │ │ ├ DesiredEC2Instances: (documentation changed) │ │ ├ MaxSize: (documentation changed) │ │ └ MinSize: (documentation changed) │ └ attributes │ └ FleetArn: (documentation changed) ├[~] service aws-kendra │ └ resources │ └[~] resource AWS::Kendra::DataSource │ └ properties │ └ IndexId: - string (required) │ + string (required, immutable) ├[~] service aws-lex │ └ resources │ └[~] resource AWS::Lex::Bot │ └ types │ ├[~] type Slot │ │ └ properties │ │ └[+] SubSlotSetting: SubSlotSetting │ ├[+] type Specifications │ │ ├ name: Specifications │ │ └ properties │ │ ├ SlotTypeId: string (required) │ │ └ ValueElicitationSetting: SubSlotValueElicitationSetting (required) │ ├[+] type SubSlotSetting │ │ ├ name: SubSlotSetting │ │ └ properties │ │ ├ Expression: string │ │ └ SlotSpecifications: Map<string, Specifications> │ └[+] type SubSlotValueElicitationSetting │ ├ name: SubSlotValueElicitationSetting │ └ properties │ ├ PromptSpecification: PromptSpecification │ ├ DefaultValueSpecification: SlotDefaultValueSpecification │ ├ SampleUtterances: Array<SampleUtterance> │ └ WaitAndContinueSpecification: WaitAndContinueSpecification ├[~] service aws-mediapackagev2 │ └ resources │ ├[~] resource AWS::MediaPackageV2::Channel │ │ └ attributes │ │ └ CreatedAt: (documentation changed) │ ├[~] resource AWS::MediaPackageV2::ChannelGroup │ │ └ - documentation: Specifies the configuraiton for a MediaPackage V2 channel group. │ │ + documentation: Specifies the configuration for a MediaPackage V2 channel group. │ └[~] resource AWS::MediaPackageV2::OriginEndpoint │ ├ properties │ │ └ HlsManifests: (documentation changed) │ └ types │ ├[~] type DashManifestConfiguration │ │ └ - documentation: <p>Retrieve the DASH manifest configuration.</p> │ │ + documentation: The DASH manifest configuration associated with the origin endpoint. │ ├[~] type HlsManifestConfiguration │ │ └ - documentation: The HLS manfiest configuration associated with the origin endpoint. │ │ + documentation: The HLS manifest configuration associated with the origin endpoint. │ └[~] type LowLatencyHlsManifestConfiguration │ └ properties │ └ ManifestName: (documentation changed) ├[~] service aws-omics │ └ resources │ └[~] resource AWS::Omics::WorkflowVersion │ ├ - documentation: Definition of AWS::Omics::WorkflowVersion Resource Type. │ │ + documentation: Creates a new workflow version for the workflow that you specify with the `workflowId` parameter. │ │ When you create a new version of a workflow, you need to specify the configuration for the new version. It doesn't inherit any configuration values from the workflow. │ │ Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version. │ │ > Don’t include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN. │ │ For more information, see [Workflow versioning in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html) in the AWS HealthOmics User Guide. │ ├ properties │ │ ├ Description: (documentation changed) │ │ ├ VersionName: (documentation changed) │ │ └ WorkflowId: (documentation changed) │ ├ attributes │ │ ├ Arn: (documentation changed) │ │ ├ CreationTime: (documentation changed) │ │ ├ Status: (documentation changed) │ │ └ Type: (documentation changed) │ └ types │ └[~] type WorkflowParameter │ ├ - documentation: undefined │ │ + documentation: A workflow parameter. │ └ properties │ ├ Description: (documentation changed) │ └ Optional: (documentation changed) ├[~] service aws-pcs │ └ resources │ └[~] resource AWS::PCS::Cluster │ └ types │ ├[+] type Accounting │ │ ├ documentation: The accounting configuration includes configurable settings for Slurm accounting. │ │ │ name: Accounting │ │ └ properties │ │ ├ DefaultPurgeTimeInDays: integer (default=-1) │ │ └ Mode: string (required, default="NONE") │ └[~] type SlurmConfiguration │ └ properties │ └[+] Accounting: Accounting ├[~] service aws-rds │ └ resources │ └[~] resource AWS::RDS::DBInstance │ └ attributes │ └[-] DatabaseInsightsMode: string ├[~] service aws-rolesanywhere │ └ resources │ └[~] resource AWS::RolesAnywhere::TrustAnchor │ └ types │ └[~] type Source │ └ properties │ ├ SourceData: - SourceData │ │ + SourceData (required) │ └ SourceType: - string │ + string (required) ├[~] service aws-sagemaker │ └ resources │ ├[~] resource AWS::SageMaker::App │ │ └ attributes │ │ └ BuiltInLifecycleConfigArn: (documentation changed) │ ├[~] resource AWS::SageMaker::Domain │ │ └ types │ │ ├[~] type CodeEditorAppSettings │ │ │ └ properties │ │ │ └ BuiltInLifecycleConfigArn: (documentation changed) │ │ ├[~] type HiddenSageMakerImage │ │ │ ├ - documentation: undefined │ │ │ │ + documentation: The SageMaker images that are hidden from the Studio user interface. You must specify the SageMaker image name and version aliases. │ │ │ └ properties │ │ │ └ VersionAliases: (documentation changed) │ │ ├[~] type JupyterLabAppSettings │ │ │ └ properties │ │ │ └ BuiltInLifecycleConfigArn: (documentation changed) │ │ └[~] type UserSettings │ │ └ properties │ │ └ AutoMountHomeEFS: (documentation changed) │ └[~] resource AWS::SageMaker::UserProfile │ └ types │ ├[~] type CodeEditorAppSettings │ │ └ properties │ │ └ BuiltInLifecycleConfigArn: (documentation changed) │ ├[~] type HiddenSageMakerImage │ │ ├ - documentation: undefined │ │ │ + documentation: The SageMaker images that are hidden from the Studio user interface. You must specify the SageMaker image name and version aliases. │ │ └ properties │ │ └ VersionAliases: (documentation changed) │ ├[~] type JupyterLabAppSettings │ │ └ properties │ │ └ BuiltInLifecycleConfigArn: (documentation changed) │ └[~] type UserSettings │ └ properties │ └ AutoMountHomeEFS: (documentation changed) ├[~] service aws-ses │ └ resources │ └[~] resource AWS::SES::MailManagerRuleSet │ └ types │ ├[~] type RuleAction │ │ └ properties │ │ └[+] PublishToSns: SnsAction │ └[+] type SnsAction │ ├ name: SnsAction │ └ properties │ ├ ActionFailurePolicy: string │ ├ TopicArn: string (required) │ ├ RoleArn: string (required) │ ├ Encoding: string │ └ PayloadType: string ├[~] service aws-ssmquicksetup │ └ resources │ └[~] resource AWS::SSMQuickSetup::ConfigurationManager │ └ types │ └[~] type ConfigurationDefinition │ └ properties │ ├ LocalDeploymentAdministrationRoleArn: (documentation changed) │ └ LocalDeploymentExecutionRoleName: (documentation changed) ├[~] service aws-synthetics │ └ resources │ └[~] resource AWS::Synthetics::Canary │ ├ properties │ │ └[+] DryRunAndUpdate: boolean │ └ types │ ├[+] type RetryConfig │ │ ├ name: RetryConfig │ │ └ properties │ │ └ MaxRetries: integer (required) │ └[~] type Schedule │ └ properties │ └[+] RetryConfig: RetryConfig ├[~] service aws-wafv2 │ └ resources │ ├[~] resource AWS::WAFv2::RuleGroup │ │ └ types │ │ └[~] type Headers │ │ └ properties │ │ └ OversizeHandling: (documentation changed) │ └[~] resource AWS::WAFv2::WebACL │ └ types │ └[~] type Headers │ └ properties │ └ OversizeHandling: (documentation changed) └[~] service aws-workspaces └ resources └[~] resource AWS::WorkSpaces::WorkspacesPool └ properties └ RunningMode: (documentation changed) ```
1 parent ff2f4af commit 92ad68a

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
lines changed

packages/aws-cdk-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
},
137137
"devDependencies": {
138138
"@aws-cdk/lambda-layer-kubectl-v31": "^2.0.3",
139-
"@aws-cdk/aws-service-spec": "^0.1.73",
139+
"@aws-cdk/aws-service-spec": "^0.1.75",
140140
"@aws-cdk/cdk-build-tools": "0.0.0",
141141
"@aws-cdk/custom-resource-handlers": "0.0.0",
142142
"@aws-cdk/pkglint": "0.0.0",

tools/@aws-cdk/spec2cdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
},
3333
"license": "Apache-2.0",
3434
"dependencies": {
35-
"@aws-cdk/aws-service-spec": "^0.1.73",
36-
"@aws-cdk/service-spec-importers": "^0.0.80",
37-
"@aws-cdk/service-spec-types": "^0.0.139",
35+
"@aws-cdk/aws-service-spec": "^0.1.75",
36+
"@aws-cdk/service-spec-importers": "^0.0.81",
37+
"@aws-cdk/service-spec-types": "^0.0.141",
3838
"@cdklabs/tskb": "^0.0.3",
3939
"@cdklabs/typewriter": "^0.0.5",
4040
"camelcase": "^6",

yarn.lock

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
"@aws-cdk/service-spec-types" "^0.0.138"
6767
"@cdklabs/tskb" "^0.0.3"
6868

69-
"@aws-cdk/aws-service-spec@^0.1.73":
70-
version "0.1.73"
71-
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.73.tgz#bc34d318b2b153331a2dcdb2857583e761dc6a90"
72-
integrity sha512-heSDSEYOCwHMdSrdb0DqifxRPqXE84uTNZn55bIKQAYmpT+E9wkVNH77jYYxSxgvaun555ck7lIiG9U8wHIiCg==
69+
"@aws-cdk/aws-service-spec@^0.1.75":
70+
version "0.1.75"
71+
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.75.tgz#c76a16a0390b2affd33c306803760571d4aa04c1"
72+
integrity sha512-yo4zSEGmwVE4xvErTZWYtAYly+qjdjC0d4FOv/ULH7WkYWLkBzOoInWqDB0YmVSYHsHRxXSSFludHhTj2I/03Q==
7373
dependencies:
74-
"@aws-cdk/service-spec-types" "^0.0.139"
74+
"@aws-cdk/service-spec-types" "^0.0.141"
7575
"@cdklabs/tskb" "^0.0.3"
7676

7777
"@aws-cdk/cloud-assembly-schema@^41.2.0":
@@ -117,12 +117,12 @@
117117
resolved "https://registry.npmjs.org/@aws-cdk/lambda-layer-kubectl-v32/-/lambda-layer-kubectl-v32-2.1.0.tgz#6b9beb4b6b09af74ec48f0c778e50732d7bbb54b"
118118
integrity sha512-a+zvCLapTg8R0P/Nrecc8mKV+ZgAwvkndn4/zlb43e14zRlc4/ozvmeghUT2eoyyaWJv+PwqgWohEXXec3kpSw==
119119

120-
"@aws-cdk/service-spec-importers@^0.0.80":
121-
version "0.0.80"
122-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.80.tgz#196027da93abc9f14929e3b1cbd8b207298601ac"
123-
integrity sha512-S7LVLO++HRAXo3wMxdQchIiLzgCRQ/6mwb2Aqi/D9895bmMLKQl9ebfRkyLcrqI4LQaoeshzGQ9Krb6YudfXuQ==
120+
"@aws-cdk/service-spec-importers@^0.0.81":
121+
version "0.0.81"
122+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.81.tgz#8f16c551f82e5022cd4faccacba9c4abbba73ca8"
123+
integrity sha512-FWL65wPWD6y0JVEXHjaYSEJ/gggmt0zDwYzwQrKazUlYIjDzn/9GddszrpDtGkErt9rHDoRvajcA9jLkyeO0HQ==
124124
dependencies:
125-
"@aws-cdk/service-spec-types" "^0.0.139"
125+
"@aws-cdk/service-spec-types" "^0.0.140"
126126
"@cdklabs/tskb" "^0.0.3"
127127
ajv "^6"
128128
canonicalize "^2.1.0"
@@ -140,10 +140,17 @@
140140
dependencies:
141141
"@cdklabs/tskb" "^0.0.3"
142142

143-
"@aws-cdk/service-spec-types@^0.0.139":
144-
version "0.0.139"
145-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.139.tgz#6ba5173783f35036cc3cc8d961856be379a1b5b2"
146-
integrity sha512-/x2q+oWI3/SxH4s8puIFYbgiydCuHri0GV0CAbNW3btkAvL9lXvZAsQ7Sp2o5YpxeC/lBoKhs7H6L7mhsocxww==
143+
"@aws-cdk/service-spec-types@^0.0.140":
144+
version "0.0.140"
145+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.140.tgz#db6cfa878c380aea7c5b81781ea30bdb510c1f29"
146+
integrity sha512-3S58JRblgniY61AH8QG8Kxvi33ojvyVA5Z7UwRqtLQokC5ziK+0AC/Qd3RM38hsCQqq38nes555Wt3pH3xL7yg==
147+
dependencies:
148+
"@cdklabs/tskb" "^0.0.3"
149+
150+
"@aws-cdk/service-spec-types@^0.0.141":
151+
version "0.0.141"
152+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.141.tgz#41fde6f9a63f53c5cc7741c2bde6c004f93cc838"
153+
integrity sha512-nAACNOm78P0HLyEJy/8Ka6ADT+07ZHSBI4TGxYlck/1ijyQ6IquRHLfYnqZbovEf6SKHkqqxX8y/Zw+rS6PdTw==
147154
dependencies:
148155
"@cdklabs/tskb" "^0.0.3"
149156

0 commit comments

Comments
 (0)