Skip to content

Commit e37faed

Browse files
feat: update L1 CloudFormation resource definitions (#34278)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec` **L1 CloudFormation resource definition changes:** ``` ├[~] service aws-apigateway │ └ resources │ ├[~] resource AWS::ApiGateway::Account │ │ └ - documentation: The `AWS::ApiGateway::Account` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one `AWS::ApiGateway::Account` resource per region per account. │ │ + documentation: The `AWS::ApiGateway::Account` resource specifies the IAM role that Amazon API Gateway uses to write API logs to Amazon CloudWatch Logs. To avoid overwriting other roles, you should only have one `AWS::ApiGateway::Account` resource per region per account. │ │ When you delete a stack containing this resource, API Gateway can still assume the provided IAM role to write API logs to CloudWatch Logs. To deny API Gateway access to write API logs to CloudWatch logs, update the permissions policies or change the IAM role to deny access. │ └[~] resource AWS::ApiGateway::GatewayResponse │ └ - documentation: The `AWS::ApiGateway::GatewayResponse` resource creates a gateway response for your API. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide* . │ + documentation: The `AWS::ApiGateway::GatewayResponse` resource creates a gateway response for your API. When you delete a stack containing this resource, your custom gateway responses are reset. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide* . ├[~] service aws-appsync │ └ resources │ └[~] resource AWS::AppSync::ChannelNamespace │ ├ properties │ │ └[+] HandlerConfigs: HandlerConfigs │ └ types │ ├[+] type HandlerConfig │ │ ├ name: HandlerConfig │ │ └ properties │ │ ├ Behavior: string (required) │ │ └ Integration: Integration (required) │ ├[+] type HandlerConfigs │ │ ├ name: HandlerConfigs │ │ └ properties │ │ ├ OnPublish: HandlerConfig │ │ └ OnSubscribe: HandlerConfig │ ├[+] type Integration │ │ ├ name: Integration │ │ └ properties │ │ ├ DataSourceName: string (required) │ │ └ LambdaConfig: LambdaConfig │ └[+] type LambdaConfig │ ├ name: LambdaConfig │ └ properties │ └ InvokeType: string (required) ├[~] service aws-aps │ └ resources │ └[~] resource AWS::APS::Workspace │ ├ properties │ │ └ WorkspaceConfiguration: (documentation changed) │ └ types │ ├[~] type Label │ │ ├ - documentation: Series label │ │ │ + documentation: A label is a name:value pair used to add context to ingested metrics. This structure defines the name and value for one label that is used in a label set. You can set ingestion limits on time series that match defined label sets, to help prevent a workspace from being overwhelmed with unexpected spikes in time series ingestion. │ │ └ properties │ │ ├ Name: (documentation changed) │ │ └ Value: (documentation changed) │ ├[~] type LimitsPerLabelSet │ │ ├ - documentation: Label set and its associated limits │ │ │ + documentation: This defines a label set for the workspace, and defines the ingestion limit for active time series that match that label set. Each label name in a label set must be unique. │ │ └ properties │ │ ├ LabelSet: (documentation changed) │ │ └ Limits: (documentation changed) │ ├[~] type LimitsPerLabelSetEntry │ │ ├ - documentation: Limits that can be applied to a label set │ │ │ + documentation: This structure contains the limits that apply to time series that match one label set. │ │ └ properties │ │ └ MaxSeries: (documentation changed) │ └[~] type WorkspaceConfiguration │ ├ - documentation: Workspace configuration │ │ + documentation: Use this structure to define label sets and the ingestion limits for time series that match label sets, and to specify the retention period of the workspace. │ └ properties │ ├ LimitsPerLabelSets: (documentation changed) │ └ RetentionPeriodInDays: (documentation changed) ├[~] service aws-autoscaling │ └ resources │ └[~] resource AWS::AutoScaling::AutoScalingGroup │ └ attributes │ └[+] AutoScalingGroupARN: string ├[~] service aws-batch │ └ resources │ └[~] resource AWS::Batch::ComputeEnvironment │ └ types │ └[~] type UpdatePolicy │ └ properties │ └ TerminateJobsOnUpdate: (documentation changed) ├[~] service aws-bedrock │ └ resources │ └[~] resource AWS::Bedrock::KnowledgeBase │ └ types │ ├[~] type MongoDbAtlasConfiguration │ │ └ properties │ │ └ TextIndexName: (documentation changed) │ └[~] type RdsFieldMapping │ └ properties │ └ CustomMetadataField: (documentation changed) ├[~] service aws-ce │ └ resources │ ├[~] resource AWS::CE::AnomalyMonitor │ │ └ - tagInformation: undefined │ │ + tagInformation: {"tagPropertyName":"ResourceTags","variant":"standard"} │ └[~] resource AWS::CE::AnomalySubscription │ └ - tagInformation: undefined │ + tagInformation: {"tagPropertyName":"ResourceTags","variant":"standard"} ├[~] service aws-cloudfront │ └ resources │ ├[+] resource AWS::CloudFront::ConnectionGroup │ │ ├ name: ConnectionGroup │ │ │ cloudFormationType: AWS::CloudFront::ConnectionGroup │ │ │ documentation: Resource Type definition for AWS::CloudFront::ConnectionGroup │ │ │ tagInformation: {"tagPropertyName":"Tags","variant":"standard"} │ │ ├ properties │ │ │ ├ Name: string (required, immutable) │ │ │ ├ Tags: Array<tag> │ │ │ ├ Ipv6Enabled: boolean │ │ │ ├ AnycastIpListId: string │ │ │ └ Enabled: boolean │ │ └ attributes │ │ ├ Id: string │ │ ├ Arn: string │ │ ├ CreatedTime: string │ │ ├ LastModifiedTime: string │ │ ├ RoutingEndpoint: string │ │ ├ Status: string │ │ ├ IsDefault: boolean │ │ └ ETag: string │ ├[~] resource AWS::CloudFront::Distribution │ │ ├ - tagInformation: undefined │ │ │ + tagInformation: {"tagPropertyName":"Tags","variant":"standard"} │ │ └ types │ │ ├[+] type Definition │ │ │ ├ name: Definition │ │ │ └ properties │ │ │ └ StringSchema: StringSchema │ │ ├[~] type DistributionConfig │ │ │ └ properties │ │ │ ├[+] ConnectionMode: string │ │ │ └[+] TenantConfig: TenantConfig │ │ ├[+] type ParameterDefinition │ │ │ ├ name: ParameterDefinition │ │ │ └ properties │ │ │ ├ Name: string (required) │ │ │ └ Definition: Definition (required) │ │ ├[+] type StringSchema │ │ │ ├ name: StringSchema │ │ │ └ properties │ │ │ ├ Comment: string │ │ │ ├ DefaultValue: string │ │ │ └ Required: boolean (required) │ │ └[+] type TenantConfig │ │ ├ name: TenantConfig │ │ └ properties │ │ └ ParameterDefinitions: Array<ParameterDefinition> │ └[+] resource AWS::CloudFront::DistributionTenant │ ├ name: DistributionTenant │ │ cloudFormationType: AWS::CloudFront::DistributionTenant │ │ documentation: Resource Type definition for AWS::CloudFront::DistributionTenant │ │ tagInformation: {"tagPropertyName":"Tags","variant":"standard"} │ ├ properties │ │ ├ DistributionId: string (required) │ │ ├ Name: string (required, immutable) │ │ ├ Tags: Array<tag> │ │ ├ Customizations: Customizations │ │ ├ Parameters: Array<Parameter> │ │ ├ ConnectionGroupId: string │ │ ├ Enabled: boolean │ │ ├ Domains: Array<string> (required) │ │ └ ManagedCertificateRequest: ManagedCertificateRequest (immutable) │ ├ attributes │ │ ├ Id: string │ │ ├ Arn: string │ │ ├ DomainResults: Array<DomainResult> │ │ ├ ETag: string │ │ ├ Status: string │ │ ├ CreatedTime: string │ │ └ LastModifiedTime: string │ └ types │ ├ type Certificate │ │ ├ name: Certificate │ │ └ properties │ │ └ Arn: string │ ├ type Customizations │ │ ├ name: Customizations │ │ └ properties │ │ ├ WebAcl: WebAclCustomization │ │ ├ Certificate: Certificate │ │ └ GeoRestrictions: GeoRestrictionCustomization │ ├ type DomainResult │ │ ├ name: DomainResult │ │ └ properties │ │ ├ Domain: string │ │ ├ Status: string │ │ └ Reason: string │ ├ type GeoRestrictionCustomization │ │ ├ name: GeoRestrictionCustomization │ │ └ properties │ │ ├ RestrictionType: string │ │ └ Locations: Array<string> │ ├ type ManagedCertificateRequest │ │ ├ name: ManagedCertificateRequest │ │ └ properties │ │ ├ ValidationTokenHost: string │ │ ├ PrimaryDomainName: string │ │ └ CertificateTransparencyLoggingPreference: string │ ├ type Parameter │ │ ├ name: Parameter │ │ └ properties │ │ ├ Name: string │ │ └ Value: string │ └ type WebAclCustomization │ ├ name: WebAclCustomization │ └ properties │ ├ Action: string │ └ Arn: string ├[~] service aws-codebuild │ └ resources │ ├[~] resource AWS::CodeBuild::Fleet │ │ ├ properties │ │ │ └ ComputeConfiguration: (documentation changed) │ │ └ types │ │ └[~] type ComputeConfiguration │ │ └ - documentation: Contains compute attributes. These attributes only need be specified when your project's or fleet's `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` . │ │ + documentation: Contains compute attributes. These attributes only need be specified when your project's or fleet's `computeType` is set to `ATTRIBUTE_BASED_COMPUTE` or `CUSTOM_INSTANCE_TYPE` . │ └[~] resource AWS::CodeBuild::Project │ └ types │ ├[~] type ProjectCache │ │ └ properties │ │ └ CacheNamespace: (documentation changed) │ └[~] type ScopeConfiguration │ └ properties │ ├ Domain: (documentation changed) │ └ Scope: (documentation changed) ├[~] service aws-dlm │ └ resources │ └[~] resource AWS::DLM::LifecyclePolicy │ └ types │ └[~] type CreateRule │ └ properties │ └ CronExpression: (documentation changed) ├[~] service aws-ec2 │ └ resources │ ├[~] resource AWS::EC2::EC2Fleet │ │ └ types │ │ └[~] type InstanceRequirementsRequest │ │ └ properties │ │ └ AcceleratorTypes: (documentation changed) │ ├[~] resource AWS::EC2::LaunchTemplate │ │ └ types │ │ └[~] type InstanceRequirements │ │ └ properties │ │ └ AcceleratorTypes: (documentation changed) │ └[~] resource AWS::EC2::SpotFleet │ └ types │ └[~] type InstanceRequirementsRequest │ └ properties │ └ AcceleratorTypes: (documentation changed) ├[~] service aws-ecr │ └ resources │ └[+] resource AWS::ECR::RegistryScanningConfiguration │ ├ name: RegistryScanningConfiguration │ │ cloudFormationType: AWS::ECR::RegistryScanningConfiguration │ │ documentation: The AWS::ECR::RegistryScanningConfiguration controls the scanning configuration for an Amazon Elastic Container Registry (Amazon Private ECR). For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html │ ├ properties │ │ ├ Rules: Array<ScanningRule> (required) │ │ └ ScanType: string (required) │ ├ attributes │ │ └ RegistryId: string │ └ types │ ├ type RepositoryFilter │ │ ├ documentation: The details of a scanning repository filter. │ │ │ name: RepositoryFilter │ │ └ properties │ │ ├ Filter: string (required) │ │ └ FilterType: string (required) │ └ type ScanningRule │ ├ documentation: A rule representing the details of a scanning configuration. │ │ name: ScanningRule │ └ properties │ ├ RepositoryFilters: Array<RepositoryFilter> (required) │ └ ScanFrequency: string (required) ├[~] 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-entityresolution │ └ resources │ └[~] resource AWS::EntityResolution::SchemaMapping │ └ types │ └[~] type SchemaInputAttribute │ ├ - documentation: A configuration object for defining input data fields in AWS Entity Resolution . The SchemaInputAttribute specifies how individual fields in your input data should be processed and matched. │ │ + documentation: A configuration object for defining input data fields in AWS Entity Resolution . The `SchemaInputAttribute` specifies how individual fields in your input data should be processed and matched. │ └ properties │ └ Type: (documentation changed) ├[~] service aws-events │ └ resources │ ├[~] resource AWS::Events::ApiDestination │ │ └ attributes │ │ └ ArnForPolicy: (documentation changed) │ ├[~] resource AWS::Events::Archive │ │ └ properties │ │ └ KmsKeyIdentifier: (documentation changed) │ └[~] resource AWS::Events::Connection │ ├ properties │ │ └ KmsKeyIdentifier: (documentation changed) │ └ attributes │ └ ArnForPolicy: (documentation changed) ├[~] service aws-lambda │ └ resources │ └[~] resource AWS::Lambda::Function │ └ types │ └[~] type DeadLetterConfig │ └ - documentation: The [dead-letter queue](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#dlq) for failed asynchronous invocations. │ + documentation: The [dead-letter queue](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html#invocation-dlq) for failed asynchronous invocations. ├[~] service aws-mediapackagev2 │ └ resources │ └[~] resource AWS::MediaPackageV2::OriginEndpoint │ └ types │ ├[~] type HlsManifestConfiguration │ │ └ properties │ │ └[+] UrlEncodeChildManifest: boolean │ └[~] type LowLatencyHlsManifestConfiguration │ └ properties │ └[+] UrlEncodeChildManifest: boolean ├[~] service aws-memorydb │ └ resources │ ├[~] resource AWS::MemoryDB::Cluster │ │ └ properties │ │ ├ IpDiscovery: (documentation changed) │ │ └ NetworkType: (documentation changed) │ ├[~] resource AWS::MemoryDB::MultiRegionCluster │ │ └ properties │ │ └ NumShards: (documentation changed) │ └[~] resource AWS::MemoryDB::SubnetGroup │ └ attributes │ └ SupportedNetworkTypes: (documentation changed) ├[~] service aws-omics │ └ resources │ └[~] resource AWS::Omics::Workflow │ ├ - documentation: Creates a private workflow.Private workflows depend on a variety of resources that you create and configure before creating the workflow: │ │ - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store. │ │ - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. │ │ - *Parameter template files* : Define run parameters using a parameter template file (written in JSON). │ │ - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository. │ │ - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow. │ │ For more information, see [Creating private workflows in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflows-setup.html) in the AWS HealthOmics User Guide. │ │ + documentation: Creates a private workflow.Private workflows depend on a variety of resources that you create and configure before creating the workflow: │ │ - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store. │ │ - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. │ │ - *Parameter template files* : Define run parameters using a parameter template file (written in JSON). │ │ - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository. │ │ - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow. │ │ For more information, see [Creating or updating a private workflow in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html) in the AWS HealthOmics User Guide. │ └ properties │ └ StorageCapacity: (documentation changed) ├[~] service aws-qbusiness │ └ resources │ └[~] resource AWS::QBusiness::DataSource │ └ types │ └[~] type HookConfiguration │ └ properties │ └ LambdaArn: (documentation changed) ├[~] service aws-quicksight │ └ resources │ └[~] resource AWS::QuickSight::Dashboard │ └ types │ └[~] type ExportToCSVOption │ └ - documentation: Export to .csv option. │ + documentation: Enable/disable visual-level downloads option. ├[~] service aws-rds │ └ resources │ └[~] resource AWS::RDS::DBInstance │ ├ properties │ │ └[+] DatabaseInsightsMode: string │ └ attributes │ └ DatabaseInsightsMode: (documentation changed) ├[~] service aws-redshift │ └ resources │ ├[~] resource AWS::Redshift::ClusterSubnetGroup │ │ └ - tagInformation: {"tagPropertyName":"Tags","variant":"standard"} │ │ + tagInformation: undefined │ └[~] resource AWS::Redshift::EventSubscription │ └ - tagInformation: {"tagPropertyName":"Tags","variant":"standard"} │ + tagInformation: undefined ├[~] service aws-redshiftserverless │ └ resources │ └[~] resource AWS::RedshiftServerless::Workgroup │ └ attributes │ ├[+] Workgroup.BaseCapacity: integer │ └[+] Workgroup.MaxCapacity: integer ├[~] service aws-route53resolver │ └ resources │ └[~] resource AWS::Route53Resolver::ResolverRule │ └ properties │ └[+] DelegationRecord: string ├[~] service aws-s3 │ └ resources │ └[~] resource AWS::S3::Bucket │ └ properties │ └ MetadataTableConfiguration: (documentation changed) ├[~] service aws-sagemaker │ └ resources │ └[~] resource AWS::SageMaker::Cluster │ └ types │ └[~] type ClusterInstanceGroup │ └ properties │ └ OverrideVpcConfig: (documentation changed) ├[~] service aws-vpclattice │ └ resources │ ├[~] resource AWS::VpcLattice::Listener │ │ └ types │ │ └[~] type FixedResponse │ │ └ properties │ │ └ StatusCode: (documentation changed) │ └[~] resource AWS::VpcLattice::Rule │ └ types │ └[~] type FixedResponse │ └ properties │ └ StatusCode: (documentation changed) └[~] service aws-wisdom └ resources └[~] resource AWS::Wisdom::AIPrompt └ properties └ ModelId: (documentation changed) ```
1 parent ffcbf88 commit e37faed

File tree

3 files changed

+18
-25
lines changed

3 files changed

+18
-25
lines changed

packages/aws-cdk-lib/package.json

+1-1
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.69",
139+
"@aws-cdk/aws-service-spec": "^0.1.70",
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

+3-3
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.69",
36-
"@aws-cdk/service-spec-importers": "^0.0.76",
37-
"@aws-cdk/service-spec-types": "^0.0.135",
35+
"@aws-cdk/aws-service-spec": "^0.1.70",
36+
"@aws-cdk/service-spec-importers": "^0.0.77",
37+
"@aws-cdk/service-spec-types": "^0.0.136",
3838
"@cdklabs/tskb": "^0.0.3",
3939
"@cdklabs/typewriter": "^0.0.5",
4040
"camelcase": "^6",

yarn.lock

+14-21
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@
6666
"@aws-cdk/service-spec-types" "^0.0.128"
6767
"@cdklabs/tskb" "^0.0.3"
6868

69-
"@aws-cdk/aws-service-spec@^0.1.69":
70-
version "0.1.69"
71-
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.69.tgz#0391d873a31dcb354694bce465c3c3c69decf20e"
72-
integrity sha512-vbTOVn3bYwEBQb9cPTn0r4BVVDRvSw7pXh8cMf8QQxw7aq5mwFvi8CTdxA0Jk8baC5ChR3Vtq0ToycbjsUl+GQ==
69+
"@aws-cdk/aws-service-spec@^0.1.70":
70+
version "0.1.70"
71+
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.70.tgz#9a571050fb86a55254137d19e498d621e0ad752c"
72+
integrity sha512-0n/KC2Qjp3Sh64Eir/Ew6NAooWnunTuYbsnvH0TT5xw8fcjy6S5UjECM4l3Wo+tZZRViiM/Olz5Bh5pe8YGjYQ==
7373
dependencies:
74-
"@aws-cdk/service-spec-types" "^0.0.135"
74+
"@aws-cdk/service-spec-types" "^0.0.136"
7575
"@cdklabs/tskb" "^0.0.3"
7676

7777
"@aws-cdk/cloud-assembly-schema@^41.0.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.76":
121-
version "0.0.76"
122-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.76.tgz#5dbace907c58369f3891b4a55e8e6972934d95c4"
123-
integrity sha512-0LE7P3W5UNaMsBQmEv1QTPCxfQ2FCcmI9U8njRBffBYKY+VjGslnot5lUIuTi8YIE8/2uTug2m9ZiZKfsTn+iw==
120+
"@aws-cdk/service-spec-importers@^0.0.77":
121+
version "0.0.77"
122+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.77.tgz#162defcda6c082f0a5aee8073af2cf483151727a"
123+
integrity sha512-bHrjtblwR7ncg0cVYH8QP/tg01K5dunXJfPx5XkOpp95ntQf3pRJym9vCaBcoMJaIUgniRINzGPGX+4fXK3k0g==
124124
dependencies:
125-
"@aws-cdk/service-spec-types" "^0.0.134"
125+
"@aws-cdk/service-spec-types" "^0.0.136"
126126
"@cdklabs/tskb" "^0.0.3"
127127
ajv "^6"
128128
canonicalize "^2.1.0"
@@ -140,17 +140,10 @@
140140
dependencies:
141141
"@cdklabs/tskb" "^0.0.3"
142142

143-
"@aws-cdk/service-spec-types@^0.0.134":
144-
version "0.0.134"
145-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.134.tgz#e9debe8ea9cd4036c875f2f47f8358d8d3a73a5d"
146-
integrity sha512-xA0F1OLu6Art6XCmddamuW7X5yXOg9SISCOdgb4EqNrXiTm+lnOBR4HFx7sxdA+iUXRgWGEfUk+Syc3ymO5UvQ==
147-
dependencies:
148-
"@cdklabs/tskb" "^0.0.3"
149-
150-
"@aws-cdk/service-spec-types@^0.0.135":
151-
version "0.0.135"
152-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.135.tgz#4752bc52f6f9036bbae2acc32c5c0ac30bce06d7"
153-
integrity sha512-dSTveBK+sDwjsPv6yOrqRvLdc66EgBojCm8dXQ+FZFXFv4/90/CXwAKeRYqEwjrmvQGKCEGtC6VCUyETSl1ozQ==
143+
"@aws-cdk/service-spec-types@^0.0.136":
144+
version "0.0.136"
145+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.136.tgz#01a92c67ce8f0b4c5aef32f505b5dea2279d93c3"
146+
integrity sha512-UfImDNLeFNajxejKAnwdP8SWMNDYyQ3uDJB+AGsz1Sp4R5k1M7Ylq+EYWNfYJZYxY0vp7JsAyDNtjleVwsxyvw==
154147
dependencies:
155148
"@cdklabs/tskb" "^0.0.3"
156149

0 commit comments

Comments
 (0)