Skip to content

Commit

Permalink
feat: update L1 CloudFormation resource definitions (#30508)
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-autoscaling
│ └ resources
│    └[~] resource AWS::AutoScaling::ScalingPolicy
│      └ types
│         ├[~] type CustomizedMetricSpecification
│         │ └ properties
│         │    ├ MetricName: - string (required)
│         │    │             + string
│         │    ├[+] Metrics: Array<TargetTrackingMetricDataQuery>
│         │    ├ Namespace: - string (required)
│         │    │            + string
│         │    └ Statistic: - string (required)
│         │                 + string
│         ├[+] type TargetTrackingMetricDataQuery
│         │ ├  name: TargetTrackingMetricDataQuery
│         │ └ properties
│         │    ├Label: string
│         │    ├MetricStat: TargetTrackingMetricStat
│         │    ├Id: string (required)
│         │    ├ReturnData: boolean
│         │    └Expression: string
│         └[+] type TargetTrackingMetricStat
│           ├  name: TargetTrackingMetricStat
│           └ properties
│              ├Metric: Metric (required)
│              ├Stat: string (required)
│              └Unit: string
├[~] service aws-connect
│ └ resources
│    └[~] resource AWS::Connect::Rule
│      └ types
│         ├[~] type Actions
│         │ └ properties
│         │    └[+] SubmitAutoEvaluationActions: Array<SubmitAutoEvaluationAction>
│         └[+] type SubmitAutoEvaluationAction
│           ├  documentation: The definition of submit auto evaluation action.
│           │  name: SubmitAutoEvaluationAction
│           └ properties
│              └EvaluationFormArn: string (required)
├[~] service aws-ec2
│ └ resources
│    └[~] resource AWS::EC2::TransitGatewayRoute
├[~] service aws-ecs
│ └ resources
│    └[~] resource AWS::ECS::Cluster
│      └ types
│         ├[~] type ClusterConfiguration
│         │ └ properties
│         │    └[+] ManagedStorageConfiguration: ManagedStorageConfiguration
│         └[+] type ManagedStorageConfiguration
│           ├  name: ManagedStorageConfiguration
│           └ properties
│              ├FargateEphemeralStorageKmsKeyId: string
│              └KmsKeyId: string
├[~] service aws-pipes
│ └ resources
│    └[~] resource AWS::Pipes::Pipe
│      └ types
│         ├[+] type DimensionMapping
│         │ ├  name: DimensionMapping
│         │ └ properties
│         │    ├DimensionValue: string (required)
│         │    ├DimensionValueType: string (required)
│         │    └DimensionName: string (required)
│         ├[+] type MultiMeasureAttributeMapping
│         │ ├  name: MultiMeasureAttributeMapping
│         │ └ properties
│         │    ├MeasureValue: string (required)
│         │    ├MeasureValueType: string (required)
│         │    └MultiMeasureAttributeName: string (required)
│         ├[+] type MultiMeasureMapping
│         │ ├  name: MultiMeasureMapping
│         │ └ properties
│         │    ├MultiMeasureName: string (required)
│         │    └MultiMeasureAttributeMappings: Array<MultiMeasureAttributeMapping> (required)
│         ├[~] type PipeTargetParameters
│         │ └ properties
│         │    └[+] TimestreamParameters: PipeTargetTimestreamParameters
│         ├[+] type PipeTargetTimestreamParameters
│         │ ├  name: PipeTargetTimestreamParameters
│         │ └ properties
│         │    ├TimeValue: string (required)
│         │    ├EpochTimeUnit: string
│         │    ├TimeFieldType: string
│         │    ├TimestampFormat: string
│         │    ├VersionValue: string (required)
│         │    ├DimensionMappings: Array<DimensionMapping> (required)
│         │    ├SingleMeasureMappings: Array<SingleMeasureMapping>
│         │    └MultiMeasureMappings: Array<MultiMeasureMapping>
│         └[+] type SingleMeasureMapping
│           ├  name: SingleMeasureMapping
│           └ properties
│              ├MeasureValue: string (required)
│              ├MeasureValueType: string (required)
│              └MeasureName: string (required)
├[~] service aws-rolesanywhere
│ └ resources
│    └[~] resource AWS::RolesAnywhere::Profile
│      ├ properties
│      │  └[+] AttributeMappings: Array<AttributeMapping>
│      └ types
│         ├[+] type AttributeMapping
│         │ ├  name: AttributeMapping
│         │ └ properties
│         │    ├MappingRules: Array<MappingRule> (required)
│         │    └CertificateField: string (required)
│         └[+] type MappingRule
│           ├  name: MappingRule
│           └ properties
│              └Specifier: string (required)
└[~] service aws-securitylake
  └ resources
     └[~] resource AWS::SecurityLake::DataLake
       └ properties
          └ MetaStoreManagerRoleArn: - string (immutable)
                                     + string
```
  • Loading branch information
aws-cdk-automation committed Jun 10, 2024
1 parent 2ce263b commit 06d0a1b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/cloudformation-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.5",
"@aws-cdk/service-spec-types": "^0.0.73",
"@aws-cdk/aws-service-spec": "^0.1.6",
"@aws-cdk/service-spec-types": "^0.0.74",
"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
Original file line number Diff line number Diff line change
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.1.5",
"@aws-cdk/aws-service-spec": "^0.1.6",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"mime-types": "^2.1.35"
},
"devDependencies": {
"@aws-cdk/aws-service-spec": "^0.1.5",
"@aws-cdk/aws-service-spec": "^0.1.6",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/custom-resource-handlers": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
Expand Down
6 changes: 3 additions & 3 deletions tools/@aws-cdk/spec2cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"license": "Apache-2.0",
"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.5",
"@aws-cdk/service-spec-importers": "^0.0.36",
"@aws-cdk/service-spec-types": "^0.0.73",
"@aws-cdk/aws-service-spec": "^0.1.6",
"@aws-cdk/service-spec-importers": "^0.0.37",
"@aws-cdk/service-spec-types": "^0.0.74",
"@cdklabs/tskb": "^0.0.3",
"@cdklabs/typewriter": "^0.0.3",
"camelcase": "^6",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.0.3.tgz#9b5d213b5ce5ad4461f6a4720195ff8de72e6523"
integrity sha512-twhuEG+JPOYCYPx/xy5uH2+VUsIEhPTzDY0F1KuB+ocjWWB/KEDiOVL19nHvbPCB6fhWnkykXEMJ4HHcKvjtvg==

"@aws-cdk/aws-service-spec@^0.1.5":
version "0.1.5"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.5.tgz#7dd93b26ecd13209ff343ff865d7e74b61fea1fb"
integrity sha512-c75l3CJnv8F0WQ/azz5aJgjk2yoCOXYq++FaRVPrOW/IlnRu/vCyxHXvQB+oaxoii2bvhe+BLIbGOWbIGlznhw==
"@aws-cdk/aws-service-spec@^0.1.6":
version "0.1.6"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.6.tgz#f5054b053b47c6658d07ec3f3f494436c7183207"
integrity sha512-35yPFovrK6a1RFovoUwLadatzvkjpwyis5w0q3unBnpF23o3U8dNQUemjX6XPVD3TCWoqNrvIS0O0+u3fA71PA==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.73"
"@aws-cdk/service-spec-types" "^0.0.74"
"@cdklabs/tskb" "^0.0.3"

"@aws-cdk/lambda-layer-kubectl-v24@^2.0.242":
Expand All @@ -74,12 +74,12 @@
resolved "https://registry.npmjs.org/@aws-cdk/lambda-layer-kubectl-v30/-/lambda-layer-kubectl-v30-2.0.0.tgz#97c40d31e5350ce7170be5d188361118b1e39231"
integrity sha512-yES6NfrJ3QV1372lAZ2FLXp/no4bqDWBXeSREJdrpWjQzD0wvL/hCpHEyjZrzHhOi27YbMxFTQ3g9isKAul8+A==

"@aws-cdk/service-spec-importers@^0.0.36":
version "0.0.36"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.36.tgz#5c7488a42b7216378f42ab1a6b12f86bde601d2a"
integrity sha512-MT/7ffHxbCtaaQZ1NckCidGHSPKP7zF6UQ2XwzsmDQ/r+crSQwT8nYVKi9oxf+I/YeK18OnGFio538KP7h1jrw==
"@aws-cdk/service-spec-importers@^0.0.37":
version "0.0.37"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.37.tgz#eb81d5bf1492411b80f3d8b505de4713c1f99d0f"
integrity sha512-GxSAmsZMr+5rqPcn9LalEGFhIIuxSvR1+PD5tAGOdQ0UZUdu8EBF7q04hjvoc0b+E9rNvTgz4X4wWSWi8m2LIg==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.73"
"@aws-cdk/service-spec-types" "^0.0.74"
"@cdklabs/tskb" "^0.0.3"
ajv "^6"
canonicalize "^2.0.0"
Expand All @@ -90,10 +90,10 @@
glob "^8"
sort-json "^2.0.1"

"@aws-cdk/service-spec-types@^0.0.73":
version "0.0.73"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.73.tgz#e322a832bf8b7facc5f7a11854770a13d6ea4fd4"
integrity sha512-PGAF/MWEyVWiskERau2GHvguYpskTMM4SC7afjgocI5J0B6uFRMHtJYnpB2QO39RVdGDskZdpzxy5r2ChTtUYQ==
"@aws-cdk/service-spec-types@^0.0.74":
version "0.0.74"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.74.tgz#8fdfd42a9beb727066eb5ea86e32402e926564a6"
integrity sha512-2kb0vfzfFls3nirlDZ9shKG8go2e+vSD7f8c82XCSuj/orvd/F8DMYpC3tPQUM4S5ozZ2EJ9v2NJUvwWNnIWsg==
dependencies:
"@cdklabs/tskb" "^0.0.3"

Expand Down

0 comments on commit 06d0a1b

Please sign in to comment.