Skip to content

Commit

Permalink
feat: update L1 CloudFormation resource definitions (#29257)
Browse files Browse the repository at this point in the history
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)
```
  • Loading branch information
aws-cdk-automation committed Feb 26, 2024
1 parent c52ff08 commit f3d74bb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/package.json
Expand Up @@ -23,8 +23,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.0.50",
"@aws-cdk/service-spec-types": "^0.0.50",
"@aws-cdk/aws-service-spec": "^0.0.51",
"@aws-cdk/service-spec-types": "^0.0.51",
"chalk": "^4",
"diff": "^5.2.0",
"fast-deep-equal": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/integ-runner/package.json
Expand Up @@ -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.50",
"@aws-cdk/aws-service-spec": "^0.0.51",
"cdk-assets": "0.0.0",
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
"aws-cdk": "0.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/package.json
Expand Up @@ -135,7 +135,7 @@
"mime-types": "^2.1.35"
},
"devDependencies": {
"@aws-cdk/aws-service-spec": "^0.0.50",
"@aws-cdk/aws-service-spec": "^0.0.51",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/custom-resource-handlers": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions tools/@aws-cdk/spec2cdk/package.json
Expand Up @@ -32,9 +32,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.0.50",
"@aws-cdk/aws-service-spec": "^0.0.51",
"@aws-cdk/service-spec-importers": "^0.0.22",
"@aws-cdk/service-spec-types": "^0.0.50",
"@aws-cdk/service-spec-types": "^0.0.51",
"@cdklabs/tskb": "^0.0.3",
"@cdklabs/typewriter": "^0.0.3",
"camelcase": "^6",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -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.50":
version "0.0.50"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.50.tgz#9d2e1218be8982f3cc79ffcd2c268749e6d6d1db"
integrity sha512-uVKv4sJMARQxnHfpiwn+hXq4a2+///vsURP4TdfEF/unrKl8i7s4s5d165au//aNZNOJ4UMTWLohb5UnwDMhzw==
"@aws-cdk/aws-service-spec@^0.0.51":
version "0.0.51"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.0.51.tgz#c094ac441140bd245c35d4d6b9e1e941e01d239c"
integrity sha512-eqDGgFuJLeKVmc4+ulRMm2sagyZhM7guc/TlXNO4zT4swdXPpNJLoSAuuJJBLEu2KDYw2EZDY4Fa33SQnUsavg==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.50"
"@aws-cdk/service-spec-types" "^0.0.51"
"@cdklabs/tskb" "^0.0.3"

"@aws-cdk/lambda-layer-kubectl-v24@^2.0.242":
Expand Down Expand Up @@ -92,10 +92,10 @@
dependencies:
"@cdklabs/tskb" "^0.0.3"

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

Expand Down

0 comments on commit f3d74bb

Please sign in to comment.