Skip to content

Commit

Permalink
feat: update L1 CloudFormation resource definitions (#31917)
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-appsync
│ └ resources
│    └[~] resource AWS::AppSync::GraphQLApi
│      ├ properties
│      │  └ EnvironmentVariables: - json
│      │                          + json ⇐ Map<string, string>
│      ├ attributes
│      │  └ Id: (documentation changed)
│      └ types
│         └[~] type LambdaAuthorizerConfig
│           └ properties
│              └ AuthorizerResultTtlInSeconds: - number
│                                              + integer ⇐ number
├[~] service aws-autoscaling
│ └ resources
│    └[~] resource AWS::AutoScaling::AutoScalingGroup
│      ├ properties
│      │  ├[+] AvailabilityZoneDistribution: AvailabilityZoneDistribution
│      │  └ TrafficSources: (documentation changed)
│      └ types
│         ├[+] type AvailabilityZoneDistribution
│         │ ├  name: AvailabilityZoneDistribution
│         │ └ properties
│         │    └CapacityDistributionStrategy: string
│         └[~] type TrafficSourceIdentifier
│           ├  - documentation: undefined
│           │  + documentation: Identifying information for a traffic source.
│           └ properties
│              ├ Identifier: (documentation changed)
│              └ Type: (documentation changed)
├[~] service aws-backup
│ └ resources
│    └[+] resource AWS::Backup::LogicallyAirGappedBackupVault
│      ├  name: LogicallyAirGappedBackupVault
│      │  cloudFormationType: AWS::Backup::LogicallyAirGappedBackupVault
│      │  documentation: Creates a logical container to where backups may be copied.
│      │  This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID.
│      │  > Do not include sensitive data, such as passport numbers, in the name of a backup vault.
│      │  tagInformation: {"tagPropertyName":"BackupVaultTags","variant":"map"}
│      ├ properties
│      │  ├AccessPolicy: json | string
│      │  ├BackupVaultName: string (required, immutable)
│      │  ├MinRetentionDays: integer (required, immutable)
│      │  ├MaxRetentionDays: integer (required, immutable)
│      │  ├BackupVaultTags: Map<string, string>
│      │  ├Notifications: NotificationObjectType
│      │  ├VaultState: string
│      │  └VaultType: string
│      ├ attributes
│      │  ├BackupVaultArn: string
│      │  └EncryptionKeyArn: string
│      └ types
│         └type NotificationObjectType
│          ├  name: NotificationObjectType
│          └ properties
│             ├BackupVaultEvents: Array<string> (required)
│             └SNSTopicArn: string (required)
├[~] service aws-bedrock
│ └ resources
│    ├[~] resource AWS::Bedrock::Flow
│    │ └ types
│    │    └[~] type PromptModelInferenceConfiguration
│    │      └ properties
│    │         └ TopK: (documentation changed)
│    ├[~] resource AWS::Bedrock::FlowVersion
│    │ └ types
│    │    └[~] type PromptModelInferenceConfiguration
│    │      └ properties
│    │         └ TopK: (documentation changed)
│    ├[~] resource AWS::Bedrock::Prompt
│    │ └ types
│    │    └[~] type PromptModelInferenceConfiguration
│    │      └ properties
│    │         └ TopK: (documentation changed)
│    └[~] resource AWS::Bedrock::PromptVersion
│      └ types
│         └[~] type PromptModelInferenceConfiguration
│           └ properties
│              └ TopK: (documentation changed)
├[~] service aws-cognito
│ └ resources
│    └[~] resource AWS::Cognito::UserPoolIdentityProvider
│      ├ properties
│      │  ├ AttributeMapping: - json
│      │  │                   + Map<string, string> ⇐ json
│      │  └ ProviderDetails: - json
│      │                     + Map<string, string> ⇐ json (required)
│      └ attributes
│         └ Id: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    ├[~] resource AWS::EC2::CapacityReservation
│    │ └ properties
│    │    └ UnusedReservationBillingOwnerId: (documentation changed)
│    └[~] resource AWS::EC2::EIP
│      └ properties
│         ├[+] Address: string (immutable)
│         └[+] IpamPoolId: string (immutable)
├[~] service aws-eks
│ └ resources
│    └[~] resource AWS::EKS::Cluster
│      ├ properties
│      │  ├ Name: (documentation changed)
│      │  └ ZonalShiftConfig: (documentation changed)
│      └ types
│         └[~] type ZonalShiftConfig
│           ├  - documentation: The current zonal shift configuration to use for the cluster.
│           │  + documentation: The configuration for zonal shift for the cluster.
│           └ properties
│              └ Enabled: (documentation changed)
├[~] service aws-elasticache
│ └ resources
│    ├[~] resource AWS::ElastiCache::CacheCluster
│    │ └ properties
│    │    └ Engine: (documentation changed)
│    ├[~] resource AWS::ElastiCache::GlobalReplicationGroup
│    │ └ properties
│    │    └[+] Engine: string
│    └[~] resource AWS::ElastiCache::ReplicationGroup
│      └ properties
│         └ Engine: (documentation changed)
├[~] service aws-imagebuilder
│ └ resources
│    └[~] resource AWS::ImageBuilder::InfrastructureConfiguration
│      ├ properties
│      │  └[+] Placement: Placement
│      └ types
│         └[+] type Placement
│           ├  documentation: By default, EC2 instances run on shared tenancy hardware. This means that multiple AWS accounts might share the same physical hardware. When you use dedicated hardware, the physical server that hosts your instances is dedicated to your AWS account . Instance placement settings contain the details for the physical hardware where instances that Image Builder launches during image creation will run.
│           │  name: Placement
│           └ properties
│              ├AvailabilityZone: string
│              ├Tenancy: string
│              ├HostId: string
│              └HostResourceGroupArn: string
├[~] service aws-iot
│ └ resources
│    ├[~] resource AWS::IoT::DomainConfiguration
│    │ ├ properties
│    │ │  ├ ApplicationProtocol: (documentation changed)
│    │ │  ├ AuthenticationType: (documentation changed)
│    │ │  └ ClientCertificateConfig: (documentation changed)
│    │ └ types
│    │    └[~] type ClientCertificateConfig
│    │      ├  - documentation: An object that specifies the client certificate configuration for a domain.
│    │      │  > This property isn't available in China.
│    │      │  + documentation: An object that specifies the client certificate configuration for a domain.
│    │      └ properties
│    │         └ ClientCertificateCallbackArn: (documentation changed)
│    └[~] resource AWS::IoT::SoftwarePackageVersion
│      └ properties
│         ├ Attributes: (documentation changed)
│         ├ Description: (documentation changed)
│         ├ PackageName: (documentation changed)
│         ├ Tags: (documentation changed)
│         └ VersionName: (documentation changed)
├[~] service aws-iotwireless
│ └ resources
│    └[~] resource AWS::IoTWireless::WirelessDeviceImportTask
│      └ types
│         └[~] type Sidewalk
│           └ properties
│              └ Role: (documentation changed)
├[~] service aws-memorydb
│ └ resources
│    └[~] resource AWS::MemoryDB::Cluster
│      └ properties
│         └[+] Engine: string
├[~] service aws-qbusiness
│ └ resources
│    ├[~] resource AWS::QBusiness::DataSource
│    │ └ properties
│    │    └ Configuration: (documentation changed)
│    └[~] resource AWS::QBusiness::WebExperience
│      └ properties
│         └ Origins: (documentation changed)
├[~] service aws-redshift
│ └ resources
│    └[~] resource AWS::Redshift::Integration
│      ├  - documentation: Integration from a source AWS service to a Redshift cluster
│      │  + documentation: Describes a zero-ETL integration.
│      └ properties
│         ├ AdditionalEncryptionContext: (documentation changed)
│         ├ KMSKeyId: (documentation changed)
│         ├ SourceArn: (documentation changed)
│         ├ Tags: (documentation changed)
│         └ TargetArn: (documentation changed)
├[~] service aws-refactorspaces
│ └ resources
│    └[~] resource AWS::RefactorSpaces::Environment
│      └ properties
│         ├ Name: - string (required, immutable)
│         │       + string (immutable)
│         └ NetworkFabricType: - string (required, immutable)
│                              + string (immutable)
├[~] service aws-resiliencehub
│ └ resources
│    └[~] resource AWS::ResilienceHub::ResiliencyPolicy
│      └ properties
│         └ PolicyDescription: (documentation changed)
├[~] service aws-route53
│ └ resources
│    └[~] resource AWS::Route53::RecordSet
│      └ types
│         └[~] type AliasTarget
│           └ properties
│              └ EvaluateTargetHealth: - boolean
│                                      + boolean (default=false)
└[~] service aws-sagemaker
  └ resources
     ├[~] resource AWS::SageMaker::Domain
     │ ├ properties
     │ │  └[+] TagPropagation: string
     │ └ types
     │    └[~] type DomainSettings
     │      └ properties
     │         └[+] ExecutionRoleIdentityConfig: string
     └[~] resource AWS::SageMaker::Endpoint
       └ attributes
          └[+] EndpointArn: string
```
  • Loading branch information
aws-cdk-automation authored Oct 28, 2024
1 parent 5c6cc5e commit 8c93291
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.29",
"@aws-cdk/service-spec-types": "^0.0.96",
"@aws-cdk/aws-service-spec": "^0.1.30",
"@aws-cdk/service-spec-types": "^0.0.97",
"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 @@ -75,7 +75,7 @@
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"cdk-assets": "^2.155.17",
"@aws-cdk/aws-service-spec": "^0.1.29",
"@aws-cdk/aws-service-spec": "^0.1.30",
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
"aws-cdk": "0.0.0",
"chalk": "^4",
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 @@ -136,7 +136,7 @@
"mime-types": "^2.1.35"
},
"devDependencies": {
"@aws-cdk/aws-service-spec": "^0.1.29",
"@aws-cdk/aws-service-spec": "^0.1.30",
"@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.29",
"@aws-cdk/service-spec-importers": "^0.0.52",
"@aws-cdk/service-spec-types": "^0.0.96",
"@aws-cdk/aws-service-spec": "^0.1.30",
"@aws-cdk/service-spec-importers": "^0.0.53",
"@aws-cdk/service-spec-types": "^0.0.97",
"@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 @@ -63,12 +63,12 @@
resolved "https://registry.npmjs.org/@aws-cdk/asset-node-proxy-agent-v6/-/asset-node-proxy-agent-v6-2.1.0.tgz#6d3c7860354d4856a7e75375f2f0ecab313b4989"
integrity sha512-7bY3J8GCVxLupn/kNmpPc5VJz8grx+4RKfnnJiO1LG+uxkZfANZG3RMHhE+qQxxwkyQ9/MfPtTpf748UhR425A==

"@aws-cdk/aws-service-spec@^0.1.29":
version "0.1.29"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.29.tgz#484d9eeba1f118fa6b19cb99a8b7fe4230300105"
integrity sha512-Muix3tlJNVWb+Wv5gXt3SLuFWGJ8km8tDpa9u0n+PMxu5/0oG7UJXe6YLdjefW7N80vp8eHaHJrlszk36/BTlQ==
"@aws-cdk/aws-service-spec@^0.1.30":
version "0.1.30"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.30.tgz#2528c7549f0c0740a7ce94eef28352ae77c5bf9a"
integrity sha512-k+6R6V+KERMXD4FCD2jpYNm4CcxhAmTyGSR0YrWWVZeNGNPA3b06SONphr+xgwnd9SKbPXcH7q5GnGoa7aetaw==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.96"
"@aws-cdk/service-spec-types" "^0.0.97"
"@cdklabs/tskb" "^0.0.3"

"@aws-cdk/cloud-assembly-schema@^38.0.1":
Expand Down Expand Up @@ -106,12 +106,12 @@
resolved "https://registry.npmjs.org/@aws-cdk/lambda-layer-kubectl-v31/-/lambda-layer-kubectl-v31-2.0.0.tgz#d87799d7d0d5dad77af45281a36942e4b7996b6b"
integrity sha512-8JI0sMDbqCubOyt1TbQFEwicYok9KYSrNSfzREgjGJcoPy17/Kd0gbe44ATyLMfjae7dExUhhwKMhr6GK7Hmrw==

"@aws-cdk/service-spec-importers@^0.0.52":
version "0.0.52"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.52.tgz#d841621a2dff91d23764b5dc56fda891d32b7f74"
integrity sha512-RpuVC4qk1cjdXQRaWg5n48OXzOU4XIRIBZuceW9Pis73VUH1D4XeCeDNHfTizna5N1UfMszIfUs/PSZ7lFKNYw==
"@aws-cdk/service-spec-importers@^0.0.53":
version "0.0.53"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.53.tgz#f70b8230d8de97ce1b76ca00eae77ba53725275e"
integrity sha512-rgHz4HiKgjpUOsJrEH9+V14dvSSB4JGAl59GdvdwlOlBFKoTDDoE93O9uvNNjmEqzuiCUBrXOz/M9lSmsNBy1w==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.96"
"@aws-cdk/service-spec-types" "^0.0.97"
"@cdklabs/tskb" "^0.0.3"
ajv "^6"
canonicalize "^2.0.0"
Expand All @@ -122,10 +122,10 @@
glob "^8"
sort-json "^2.0.1"

"@aws-cdk/service-spec-types@^0.0.96":
version "0.0.96"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.96.tgz#6c63441b5ef32a83e594b82368ceb97b8971dcd7"
integrity sha512-s30Xq+XCvPV6WHFZPK/n1I/PwS7EV/V5ENvrXhHY7tk4TVYp8NEdLd3AXq2wdYnKJiJxLXxeWQNcogTAeJlvoQ==
"@aws-cdk/service-spec-types@^0.0.97":
version "0.0.97"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.97.tgz#2b0be868c176966e43ccdf184474454cbfc8f954"
integrity sha512-bdB8uRvedlq+vll0GTLIJ5NKZVbNLoMIxoPIsS0mug5ULgd3kDQ4IdBcZeUY0tF8DnGEw6bZ7Qi08IOTB65o8g==
dependencies:
"@cdklabs/tskb" "^0.0.3"

Expand Down

0 comments on commit 8c93291

Please sign in to comment.