Skip to content

Commit f3d74bb

Browse files
feat: update L1 CloudFormation resource definitions (#29257)
Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec` **L1 CloudFormation resource definition changes:** ``` ├[~] service aws-applicationinsights │ └ resources │ └[~] resource AWS::ApplicationInsights::Application │ └ properties │ └[+] AttachMissingPermission: boolean ├[~] service aws-controltower │ └ resources │ └[~] resource AWS::ControlTower::EnabledControl │ └ properties │ └ Tags: (documentation changed) ├[~] service aws-customerprofiles │ └ resources │ ├[~] resource AWS::CustomerProfiles::Domain │ │ └ properties │ │ └ DefaultExpirationDays: - integer │ │ + integer (required) │ └[~] resource AWS::CustomerProfiles::ObjectType │ └ properties │ ├ Description: - string │ │ + string (required) │ └ ObjectTypeName: - string (immutable) │ + string (required, immutable) ├[~] service aws-ec2 │ └ resources │ ├[~] resource AWS::EC2::EC2Fleet │ │ └ types │ │ └[~] type InstanceRequirementsRequest │ │ └ properties │ │ └ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: (documentation changed) │ └[~] resource AWS::EC2::SpotFleet │ └ types │ └[~] type InstanceRequirementsRequest │ └ properties │ └ MaxSpotPriceAsPercentageOfOptimalOnDemandPrice: (documentation changed) ├[~] service aws-glue │ └ resources │ └[~] resource AWS::Glue::DataCatalogEncryptionSettings │ └ types │ └[~] type EncryptionAtRest │ └ properties │ └ CatalogEncryptionServiceRole: (documentation changed) ├[~] service aws-lambda │ └ resources │ └[~] resource AWS::Lambda::Function │ └ attributes │ ├ SnapStartResponse: (documentation changed) │ ├ SnapStartResponse.ApplyOn: (documentation changed) │ └ SnapStartResponse.OptimizationStatus: (documentation changed) ├[~] service aws-quicksight │ └ resources │ └[~] resource AWS::QuickSight::Dashboard │ └ properties │ └[+] LinkEntities: Array<string> └[~] service aws-sagemaker └ resources └[~] resource AWS::SageMaker::FeatureGroup └ types ├[~] type OnlineStoreConfig │ └ properties │ └ TtlDuration: (documentation changed) └[~] type TtlDuration ├ - documentation: TTL configuration of the feature group │ + documentation: Time to live duration, where the record is hard deleted after the expiration time is reached; `ExpiresAt` = `EventTime` + `TtlDuration` . For information on HardDelete, see the [DeleteRecord](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html) API in the Amazon SageMaker API Reference guide. └ properties ├ Unit: (documentation changed) └ Value: (documentation changed) ```
1 parent c52ff08 commit f3d74bb

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

packages/@aws-cdk/cloudformation-diff/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"license": "Apache-2.0",
2525
"dependencies": {
26-
"@aws-cdk/aws-service-spec": "^0.0.50",
27-
"@aws-cdk/service-spec-types": "^0.0.50",
26+
"@aws-cdk/aws-service-spec": "^0.0.51",
27+
"@aws-cdk/service-spec-types": "^0.0.51",
2828
"chalk": "^4",
2929
"diff": "^5.2.0",
3030
"fast-deep-equal": "^3.1.3",

packages/@aws-cdk/integ-runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@aws-cdk/cloud-assembly-schema": "0.0.0",
7575
"@aws-cdk/cloudformation-diff": "0.0.0",
7676
"@aws-cdk/cx-api": "0.0.0",
77-
"@aws-cdk/aws-service-spec": "^0.0.50",
77+
"@aws-cdk/aws-service-spec": "^0.0.51",
7878
"cdk-assets": "0.0.0",
7979
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
8080
"aws-cdk": "0.0.0",

packages/aws-cdk-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"mime-types": "^2.1.35"
136136
},
137137
"devDependencies": {
138-
"@aws-cdk/aws-service-spec": "^0.0.50",
138+
"@aws-cdk/aws-service-spec": "^0.0.51",
139139
"@aws-cdk/cdk-build-tools": "0.0.0",
140140
"@aws-cdk/custom-resource-handlers": "0.0.0",
141141
"@aws-cdk/pkglint": "0.0.0",

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

Lines changed: 2 additions & 2 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.0.50",
35+
"@aws-cdk/aws-service-spec": "^0.0.51",
3636
"@aws-cdk/service-spec-importers": "^0.0.22",
37-
"@aws-cdk/service-spec-types": "^0.0.50",
37+
"@aws-cdk/service-spec-types": "^0.0.51",
3838
"@cdklabs/tskb": "^0.0.3",
3939
"@cdklabs/typewriter": "^0.0.3",
4040
"camelcase": "^6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.0.1.tgz#6dc9b7cdb22ff622a7176141197962360c33e9ac"
5757
integrity sha512-DDt4SLdLOwWCjGtltH4VCST7hpOI5DzieuhGZsBpZ+AgJdSI2GCjklCXm0GCTwJG/SolkL5dtQXyUKgg9luBDg==
5858

59-
"@aws-cdk/aws-service-spec@^0.0.50":
60-
version "0.0.50"
61-
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.50.tgz#9d2e1218be8982f3cc79ffcd2c268749e6d6d1db"
62-
integrity sha512-uVKv4sJMARQxnHfpiwn+hXq4a2+///vsURP4TdfEF/unrKl8i7s4s5d165au//aNZNOJ4UMTWLohb5UnwDMhzw==
59+
"@aws-cdk/aws-service-spec@^0.0.51":
60+
version "0.0.51"
61+
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.51.tgz#c094ac441140bd245c35d4d6b9e1e941e01d239c"
62+
integrity sha512-eqDGgFuJLeKVmc4+ulRMm2sagyZhM7guc/TlXNO4zT4swdXPpNJLoSAuuJJBLEu2KDYw2EZDY4Fa33SQnUsavg==
6363
dependencies:
64-
"@aws-cdk/service-spec-types" "^0.0.50"
64+
"@aws-cdk/service-spec-types" "^0.0.51"
6565
"@cdklabs/tskb" "^0.0.3"
6666

6767
"@aws-cdk/lambda-layer-kubectl-v24@^2.0.242":
@@ -92,10 +92,10 @@
9292
dependencies:
9393
"@cdklabs/tskb" "^0.0.3"
9494

95-
"@aws-cdk/service-spec-types@^0.0.50":
96-
version "0.0.50"
97-
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.50.tgz#5fd946acc1212bfa51021813fb71d8087c44554a"
98-
integrity sha512-J6XoyihczUWoQvxjKf0EqmdeZ8Djs1LCse49rXyQ8IFUXZIUNNrZ1A1x0tAeU3iZn08yC3KAh+YSPRMScfZ5Lw==
95+
"@aws-cdk/service-spec-types@^0.0.51":
96+
version "0.0.51"
97+
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.51.tgz#33976fe494a9fd6d7cf4128b449ac0be0580b85b"
98+
integrity sha512-WL1sxvpXAp2wDtXrSqpvGWMaStFgXycqksGBp98wGx8Motac8jbkPwVcTWde/4VOL1cjJ49w49c4xroXgQ0G7A==
9999
dependencies:
100100
"@cdklabs/tskb" "^0.0.3"
101101

0 commit comments

Comments
 (0)