Skip to content

Commit

Permalink
feat: update L1 CloudFormation resource definitions (#32223)
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-accessanalyzer
│ └ resources
│    └[~] resource AWS::AccessAnalyzer::Analyzer
│      ├ properties
│      │  ├ AnalyzerConfiguration: - AnalyzerConfiguration (immutable)
│      │  │                        + AnalyzerConfiguration
│      │  │                        (documentation changed)
│      │  └ Tags: (documentation changed)
│      └ types
│         ├[+] type AnalysisRule
│         │ ├  documentation: Contains information about analysis rules for the analyzer. Analysis rules determine which entities will generate findings based on the criteria you define when you create the rule.
│         │ │  name: AnalysisRule
│         │ └ properties
│         │    └Exclusions: Array<AnalysisRuleCriteria>
│         ├[+] type AnalysisRuleCriteria
│         │ ├  documentation: The criteria for an analysis rule for an analyzer. The criteria determine which entities will generate findings.
│         │ │  name: AnalysisRuleCriteria
│         │ └ properties
│         │    ├AccountIds: Array<string>
│         │    └ResourceTags: Array<Array<tag>>
│         ├[~] type AnalyzerConfiguration
│         │ ├  - documentation: Contains information about the configuration of an unused access analyzer for an AWS organization or account.
│         │ │  + documentation: Contains information about the configuration of an analyzer for an AWS organization or account.
│         │ └ properties
│         │    └ UnusedAccessConfiguration: (documentation changed)
│         ├[~] type ArchiveRule
│         │ └  - documentation: Contains information about an archive rule.
│         │    + documentation: Contains information about an archive rule. Archive rules automatically archive new findings that meet the criteria you define when you create the rule.
│         └[~] type UnusedAccessConfiguration
│           └ properties
│              ├[+] AnalysisRule: AnalysisRule
│              └ UnusedAccessAge: (documentation changed)
├[~] service aws-applicationsignals
│ └ resources
│    └[~] resource AWS::ApplicationSignals::ServiceLevelObjective
│      ├  - documentation: Creates or updates a service level objective (SLO), which can help you ensure that your critical business operations are meeting customer expectations. Use SLOs to set and track specific target levels for the reliability and availability of your applications and services. SLOs use service level indicators (SLIs) to calculate whether the application is performing at the level that you want.
│      │  Create an SLO to set a target for a service or operation’s availability or latency. CloudWatch measures this target frequently you can find whether it has been breached.
│      │  The target performance quality that is defined for an SLO is the *attainment goal* . An attainment goal is the percentage of time or requests that the SLI is expected to meet the threshold over each time interval. For example, an attainment goal of 99.9% means that within your interval, you are targeting 99.9% of the periods to be in healthy state.
│      │  When you create an SLO, you specify whether it is a *period-based SLO* or a *request-based SLO* . Each type of SLO has a different way of evaluating your application's performance against its attainment goal.
│      │  - A *period-based SLO* uses defined *periods* of time within a specified total time interval. For each period of time, Application Signals determines whether the application met its goal. The attainment rate is calculated as the `number of good periods/number of total periods` .
│      │  For example, for a period-based SLO, meeting an attainment goal of 99.9% means that within your interval, your application must meet its performance goal during at least 99.9% of the time periods.
│      │  - A *request-based SLO* doesn't use pre-defined periods of time. Instead, the SLO measures `number of good requests/number of total requests` during the interval. At any time, you can find the ratio of good requests to total requests for the interval up to the time stamp that you specify, and measure that ratio against the goal set in your SLO.
│      │  After you have created an SLO, you can retrieve error budget reports for it. An *error budget* is the amount of time or amount of requests that your application can be non-compliant with the SLO's goal, and still have your application meet the goal.
│      │  - For a period-based SLO, the error budget starts at a number defined by the highest number of periods that can fail to meet the threshold, while still meeting the overall goal. The *remaining error budget* decreases with every failed period that is recorded. The error budget within one interval can never increase.
│      │  For example, an SLO with a threshold that 99.95% of requests must be completed under 2000ms every month translates to an error budget of 21.9 minutes of downtime per month.
│      │  - For a request-based SLO, the remaining error budget is dynamic and can increase or decrease, depending on the ratio of good requests to total requests.
│      │  When you call this operation, Application Signals creates the *AWSServiceRoleForCloudWatchApplicationSignals* service-linked role, if it doesn't already exist in your account. This service- linked role has the following permissions:
│      │  - `xray:GetServiceGraph`
│      │  - `logs:StartQuery`
│      │  - `logs:GetQueryResults`
│      │  - `cloudwatch:GetMetricData`
│      │  - `cloudwatch:ListMetrics`
│      │  - `tag:GetResources`
│      │  - `autoscaling:DescribeAutoScalingGroups`
│      │  You can easily set SLO targets for your applications that are discovered by Application Signals, using critical metrics such as latency and availability. You can also set SLOs against any CloudWatch metric or math expression that produces a time series.
│      │  You cannot change from a period-based SLO to a request-based SLO, or change from a request-based SLO to a period-based SLO.
│      │  For more information about SLOs, see [Service level objectives (SLOs)](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-ServiceLevelObjectives.html) .
│      │  + documentation: Creates or updates a service level objective (SLO), which can help you ensure that your critical business operations are meeting customer expectations. Use SLOs to set and track specific target levels for the reliability and availability of your applications and services. SLOs use service level indicators (SLIs) to calculate whether the application is performing at the level that you want.
│      │  Create an SLO to set a target for a service or operation’s availability or latency. CloudWatch measures this target frequently you can find whether it has been breached.
│      │  The target performance quality that is defined for an SLO is the *attainment goal* . An attainment goal is the percentage of time or requests that the SLI is expected to meet the threshold over each time interval. For example, an attainment goal of 99.9% means that within your interval, you are targeting 99.9% of the periods to be in healthy state.
│      │  When you create an SLO, you specify whether it is a *period-based SLO* or a *request-based SLO* . Each type of SLO has a different way of evaluating your application's performance against its attainment goal.
│      │  - A *period-based SLO* uses defined *periods* of time within a specified total time interval. For each period of time, Application Signals determines whether the application met its goal. The attainment rate is calculated as the `number of good periods/number of total periods` .
│      │  For example, for a period-based SLO, meeting an attainment goal of 99.9% means that within your interval, your application must meet its performance goal during at least 99.9% of the time periods.
│      │  - A *request-based SLO* doesn't use pre-defined periods of time. Instead, the SLO measures `number of good requests/number of total requests` during the interval. At any time, you can find the ratio of good requests to total requests for the interval up to the time stamp that you specify, and measure that ratio against the goal set in your SLO.
│      │  After you have created an SLO, you can retrieve error budget reports for it. An *error budget* is the amount of time or amount of requests that your application can be non-compliant with the SLO's goal, and still have your application meet the goal.
│      │  - For a period-based SLO, the error budget starts at a number defined by the highest number of periods that can fail to meet the threshold, while still meeting the overall goal. The *remaining error budget* decreases with every failed period that is recorded. The error budget within one interval can never increase.
│      │  For example, an SLO with a threshold that 99.95% of requests must be completed under 2000ms every month translates to an error budget of 21.9 minutes of downtime per month.
│      │  - For a request-based SLO, the remaining error budget is dynamic and can increase or decrease, depending on the ratio of good requests to total requests.
│      │  When you call this operation, Application Signals creates the *AWSServiceRoleForCloudWatchApplicationSignals* service-linked role, if it doesn't already exist in your account. This service- linked role has the following permissions:
│      │  - `xray:GetServiceGraph`
│      │  - `logs:StartQuery`
│      │  - `logs:GetQueryResults`
│      │  - `cloudwatch:GetMetricData`
│      │  - `cloudwatch:ListMetrics`
│      │  - `tag:GetResources`
│      │  - `autoscaling:DescribeAutoScalingGroups`
│      │  You can easily set SLO targets for your applications that are discovered by Application Signals, using critical metrics such as latency and availability. You can also set SLOs against any CloudWatch metric or math expression that produces a time series.
│      │  > You can't create an SLO for a service operation that was discovered by Application Signals until after that operation has reported standard metrics to Application Signals. 
│      │  You cannot change from a period-based SLO to a request-based SLO, or change from a request-based SLO to a period-based SLO.
│      │  For more information about SLOs, see [Service level objectives (SLOs)](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-ServiceLevelObjectives.html) .
│      └ types
│         └[~] type BurnRateConfiguration
│           └  - documentation: This object defines the length of the look-back window used to calculate one burn rate metric for this SLO. The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO. A burn rate of exactly 1 indicates that the SLO goal will be met exactly.
│              For example, if you specify 60 as the number of minutes in the look-back window, the burn rate is calculated as the following:
│              burn rate = error rate over the look-back window / (1 - attainment goal percentage)
│              + documentation: This object defines the length of the look-back window used to calculate one burn rate metric for this SLO. The burn rate measures how fast the service is consuming the error budget, relative to the attainment goal of the SLO. A burn rate of exactly 1 indicates that the SLO goal will be met exactly.
│              For example, if you specify 60 as the number of minutes in the look-back window, the burn rate is calculated as the following:
│              *burn rate = error rate over the look-back window / (100% - attainment goal percentage)*
│              For more information about burn rates, see [Calculate burn rates](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-ServiceLevelObjectives.html#CloudWatch-ServiceLevelObjectives-burn) .
├[~] service aws-autoscaling
│ └ resources
│    ├[~] resource AWS::AutoScaling::AutoScalingGroup
│    │ ├ properties
│    │ │  ├ AvailabilityZoneImpairmentPolicy: (documentation changed)
│    │ │  └[+] CapacityReservationSpecification: CapacityReservationSpecification
│    │ └ types
│    │    ├[~] type AvailabilityZoneImpairmentPolicy
│    │    │ ├  - documentation: undefined
│    │    │ │  + documentation: Describes an Availability Zone impairment policy.
│    │    │ └ properties
│    │    │    ├ ImpairedZoneHealthCheckBehavior: (documentation changed)
│    │    │    └ ZonalShiftEnabled: (documentation changed)
│    │    ├[+] type CapacityReservationSpecification
│    │    │ ├  name: CapacityReservationSpecification
│    │    │ └ properties
│    │    │    ├CapacityReservationPreference: string (required)
│    │    │    └CapacityReservationTarget: CapacityReservationTarget
│    │    └[+] type CapacityReservationTarget
│    │      ├  name: CapacityReservationTarget
│    │      └ properties
│    │         ├CapacityReservationIds: Array<string>
│    │         └CapacityReservationResourceGroupArns: Array<string>
│    └[~] resource AWS::AutoScaling::ScalingPolicy
│      └ types
│         ├[~] type CustomizedMetricSpecification
│         │ └ properties
│         │    └[+] Period: integer
│         ├[~] type TargetTrackingMetricDataQuery
│         │ └ properties
│         │    └[+] Period: integer
│         └[~] type TargetTrackingMetricStat
│           └ properties
│              └[+] Period: integer
├[~] service aws-cloudformation
│ └ resources
│    └[~] resource AWS::CloudFormation::TypeActivation
│      └ properties
│         ├ ExecutionRoleArn: - string
│         │                   + string (immutable)
│         ├ PublicTypeArn: - string
│         │                + string (immutable)
│         ├ PublisherId: - string
│         │              + string (immutable)
│         ├ Type: - string
│         │       + string (immutable)
│         ├ TypeName: - string
│         │           + string (immutable)
│         └ TypeNameAlias: - string
│                          + string (immutable)
├[~] service aws-codebuild
│ └ resources
│    └[~] resource AWS::CodeBuild::Project
│      └ types
│         └[~] type Source
│           └ properties
│              └ ReportBuildStatus: (documentation changed)
├[~] service aws-connect
│ └ resources
│    └[+] resource AWS::Connect::EmailAddress
│      ├  name: EmailAddress
│      │  cloudFormationType: AWS::Connect::EmailAddress
│      │  documentation: Resource Type definition for AWS::Connect::EmailAddress
│      │  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│      ├ properties
│      │  ├InstanceArn: string (required)
│      │  ├Description: string
│      │  ├EmailAddress: string (required, immutable)
│      │  ├DisplayName: string
│      │  └Tags: Array<tag>
│      └ attributes
│         └EmailAddressArn: string
├[~] service aws-customerprofiles
│ └ resources
│    └[~] resource AWS::CustomerProfiles::Integration
│      └ properties
│         └[+] EventTriggerNames: Array<string>
├[~] service aws-deadline
│ └ resources
│    └[~] resource AWS::Deadline::Fleet
│      └ types
│         ├[+] type AcceleratorCapabilities
│         │ ├  documentation: Provides information about the GPU accelerators used for jobs processed by a fleet.
│         │ │  name: AcceleratorCapabilities
│         │ └ properties
│         │    ├Selections: Array<AcceleratorSelection> (required)
│         │    └Count: AcceleratorCountRange
│         ├[~] type AcceleratorCountRange
│         │ ├  - documentation: The range for the GPU fleet acceleration.
│         │ │  + documentation: Defines the maximum and minimum number of GPU accelerators required for a worker instance..
│         │ └ properties
│         │    ├ Max: (documentation changed)
│         │    └ Min: (documentation changed)
│         ├[+] type AcceleratorSelection
│         │ ├  documentation: Describes a specific GPU accelerator required for an Amazon Elastic Compute Cloud worker host.
│         │ │  name: AcceleratorSelection
│         │ └ properties
│         │    ├Name: string (required)
│         │    └Runtime: string
│         ├[~] type AcceleratorTotalMemoryMiBRange
│         │ └  - documentation: The range for memory, in MiB, to use for the accelerator.
│         │    + documentation: Defines the maximum and minimum amount of memory, in MiB, to use for the accelerator.
│         └[~] type ServiceManagedEc2InstanceCapabilities
│           └ properties
│              └[+] AcceleratorCapabilities: AcceleratorCapabilities
├[~] service aws-dynamodb
│ └ resources
│    ├[~] resource AWS::DynamoDB::GlobalTable
│    │ ├ properties
│    │ │  └ WarmThroughput: (documentation changed)
│    │ └ types
│    │    ├[~] type GlobalSecondaryIndex
│    │    │ └ properties
│    │    │    └ WarmThroughput: (documentation changed)
│    │    └[~] type WarmThroughput
│    │      ├  - documentation: undefined
│    │      │  + documentation: Provides visibility into the number of read and write operations your table or secondary index can instantaneously support. The settings can be modified using the `UpdateTable` operation to meet the throughput requirements of an upcoming peak event.
│    │      └ properties
│    │         ├ ReadUnitsPerSecond: (documentation changed)
│    │         └ WriteUnitsPerSecond: (documentation changed)
│    └[~] resource AWS::DynamoDB::Table
│      ├ properties
│      │  ├ ImportSourceSpecification: (documentation changed)
│      │  └ WarmThroughput: (documentation changed)
│      └ types
│         ├[~] type GlobalSecondaryIndex
│         │ └ properties
│         │    └ WarmThroughput: (documentation changed)
│         └[~] type WarmThroughput
│           ├  - documentation: undefined
│           │  + documentation: Provides visibility into the number of read and write operations your table or secondary index can instantaneously support. The settings can be modified using the `UpdateTable` operation to meet the throughput requirements of an upcoming peak event.
│           └ properties
│              ├ ReadUnitsPerSecond: (documentation changed)
│              └ WriteUnitsPerSecond: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    └[~] resource AWS::EC2::PrefixList
│      └ properties
│         └ MaxEntries: (documentation changed)
├[~] service aws-ecs
│ └ resources
│    ├[~] resource AWS::ECS::Service
│    │ ├ properties
│    │ │  ├ HealthCheckGracePeriodSeconds: (documentation changed)
│    │ │  └ VpcLatticeConfigurations: (documentation changed)
│    │ └ types
│    │    └[~] type VpcLatticeConfiguration
│    │      ├  - documentation: undefined
│    │      │  + documentation: The VPC Lattice configuration for your service that holds the information for the target group(s) Amazon ECS tasks will be registered to.
│    │      └ properties
│    │         ├ PortName: (documentation changed)
│    │         ├ RoleArn: (documentation changed)
│    │         └ TargetGroupArn: (documentation changed)
│    └[~] resource AWS::ECS::TaskDefinition
│      └ types
│         └[~] type PortMapping
│           └ properties
│              └ Name: (documentation changed)
├[~] service aws-efs
│ └ resources
│    └[~] resource AWS::EFS::FileSystem
│      └ types
│         └[~] type ReplicationDestination
│           └ properties
│              ├[+] RoleArn: string
│              ├[+] Status: string
│              └[+] StatusMessage: string
├[~] service aws-eks
│ └ resources
│    └[~] resource AWS::EKS::Nodegroup
│      ├ properties
│      │  └[+] NodeRepairConfig: NodeRepairConfig
│      └ types
│         └[+] type NodeRepairConfig
│           ├  documentation: The node auto repair configuration for node group.
│           │  name: NodeRepairConfig
│           └ properties
│              └Enabled: boolean
├[~] service aws-gamelift
│ └ resources
│    ├[~] resource AWS::GameLift::Build
│    │ └ properties
│    │    └ OperatingSystem: (documentation changed)
│    ├[~] resource AWS::GameLift::ContainerFleet
│    │ ├  - documentation: The AWS::GameLift::ContainerFleet resource creates an Amazon GameLift (GameLift) container fleet to host game servers.
│    │ │  + documentation: Describes an Amazon GameLift managed container fleet.
│    │ ├ properties
│    │ │  ├ BillingType: (documentation changed)
│    │ │  ├ DeploymentConfiguration: (documentation changed)
│    │ │  ├ Description: (documentation changed)
│    │ │  ├ FleetRoleArn: (documentation changed)
│    │ │  ├ GameServerContainerGroupDefinitionName: (documentation changed)
│    │ │  ├ GameServerContainerGroupsPerInstance: (documentation changed)
│    │ │  ├ GameSessionCreationLimitPolicy: (documentation changed)
│    │ │  ├ InstanceConnectionPortRange: (documentation changed)
│    │ │  ├ InstanceInboundPermissions: (documentation changed)
│    │ │  ├ InstanceType: (documentation changed)
│    │ │  ├ LogConfiguration: (documentation changed)
│    │ │  ├ MetricGroups: (documentation changed)
│    │ │  ├ NewGameSessionProtectionPolicy: (documentation changed)
│    │ │  └ PerInstanceContainerGroupDefinitionName: (documentation changed)
│    │ ├ attributes
│    │ │  ├ CreationTime: (documentation changed)
│    │ │  ├ FleetArn: (documentation changed)
│    │ │  ├ FleetId: (documentation changed)
│    │ │  ├ GameServerContainerGroupDefinitionArn: (documentation changed)
│    │ │  ├ MaximumGameServerContainerGroupsPerInstance: (documentation changed)
│    │ │  ├ PerInstanceContainerGroupDefinitionArn: (documentation changed)
│    │ │  └ Status: (documentation changed)
│    │ └ types
│    │    ├[~] type ConnectionPortRange
│    │    │ ├  - documentation: Defines the range of ports on the instance that allow inbound traffic to connect with containers in a fleet.
│    │    │ │  + documentation: The set of port numbers to open on each instance in a container fleet. Connection ports are used by inbound traffic to connect with processes that are running in containers on the fleet.
│    │    │ └ properties
│    │    │    ├ FromPort: (documentation changed)
│    │    │    └ ToPort: (documentation changed)
│    │    ├[~] type DeploymentConfiguration
│    │    │ ├  - documentation: Provides details about how to drain old tasks and replace them with new updated tasks.
│    │    │ │  + documentation: Set of rules for processing a deployment for a container fleet update.
│    │    │ └ properties
│    │    │    ├ ImpairmentStrategy: (documentation changed)
│    │    │    ├ MinimumHealthyPercentage: (documentation changed)
│    │    │    └ ProtectionStrategy: (documentation changed)
│    │    ├[~] type DeploymentDetails
│    │    │ ├  - documentation: Provides information about the last deployment ID and its status.
│    │    │ │  + documentation: Information about the most recent deployment for the container fleet.
│    │    │ └ properties
│    │    │    └ LatestDeploymentId: (documentation changed)
│    │    ├[~] type GameSessionCreationLimitPolicy
│    │    │ ├  - documentation: A policy that limits the number of game sessions a player can create on the same fleet. This optional policy gives game owners control over how players can consume available game server resources. A resource creation policy makes the following statement: "An individual player can create a maximum number of new game sessions within a specified time period".
│    │    │ │  The policy is evaluated when a player tries to create a new game session. For example, assume you have a policy of 10 new game sessions and a time period of 60 minutes. On receiving a CreateGameSession request, Amazon GameLift checks that the player (identified by CreatorId) has created fewer than 10 game sessions in the past 60 minutes.
│    │    │ │  + documentation: A policy that puts limits on the number of game sessions that a player can create within a specified span of time. With this policy, you can control players' ability to consume available resources.
│    │    │ │  The policy is evaluated when a player tries to create a new game session. On receiving a `CreateGameSession` request, Amazon GameLift checks that the player (identified by `CreatorId` ) has created fewer than game session limit in the specified time period.
│    │    │ └ properties
│    │    │    └ NewGameSessionsPerCreator: (documentation changed)
│    │    ├[~] type IpPermission
│    │    │ ├  - documentation: A range of IP addresses and port settings that allow inbound traffic to connect to server processes on an Amazon GameLift hosting resource. New game sessions that are started on the fleet are assigned an IP address/port number combination, which must fall into the fleet's allowed ranges. For fleets created with a custom game server, the ranges reflect the server's game session assignments. For Realtime Servers fleets, Amazon GameLift automatically opens two port ranges, one for TCP messaging and one for UDP, for use by the Realtime servers.
│    │    │ │  + documentation: A range of IP addresses and port settings that allow inbound traffic to connect to processes on an instance in a fleet. Processes are assigned an IP address/port number combination, which must fall into the fleet's allowed ranges.
│    │    │ │  For Realtime Servers fleets, Amazon GameLift automatically opens two port ranges, one for TCP messaging and one for UDP.
│    │    │ └ properties
│    │    │    ├ FromPort: (documentation changed)
│    │    │    ├ IpRange: (documentation changed)
│    │    │    └ ToPort: (documentation changed)
│    │    ├[~] type LocationConfiguration
│    │    │ ├  - documentation: A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
│    │    │ │  + documentation: A remote location where a multi-location fleet can deploy game servers for game hosting.
│    │    │ └ properties
│    │    │    └ Location: (documentation changed)
│    │    ├[~] type LogConfiguration
│    │    │ ├  - documentation: A policy the location and provider of logs from the fleet.
│    │    │ │  + documentation: A method for collecting container logs for the fleet. Amazon GameLift saves all standard output for each container in logs, including game session logs. You can select from the following methods:
│    │    │ └ properties
│    │    │    ├ LogDestination: (documentation changed)
│    │    │    └ S3BucketName: (documentation changed)
│    │    └[~] type ScalingPolicy
│    │      └ properties
│    │         ├ MetricName: (documentation changed)
│    │         ├ PolicyType: (documentation changed)
│    │         ├ ScalingAdjustmentType: (documentation changed)
│    │         └ TargetConfiguration: (documentation changed)
│    ├[~] resource AWS::GameLift::ContainerGroupDefinition
│    │ ├  - documentation: The properties that describe a container group resource. You can update all properties of a container group definition properties. Updates to a container group definition are saved as new versions.
│    │ │  *Used with:* `CreateContainerGroupDefinition`
│    │ │  *Returned by:* `DescribeContainerGroupDefinition` , `ListContainerGroupDefinitions` , `UpdateContainerGroupDefinition`
│    │ │  + documentation: The properties that describe a container group resource. You can update all properties of a container group definition properties. Updates to a container group definition are saved as new versions.
│    │ │  *Used with:* [CreateContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_CreateContainerGroupDefinition.html)
│    │ │  *Returned by:* [DescribeContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeContainerGroupDefinition.html) , [ListContainerGroupDefinitions](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ListContainerGroupDefinitions.html) , [UpdateContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateContainerGroupDefinition.html)
│    │ ├ properties
│    │ │  ├ ContainerGroupType: (documentation changed)
│    │ │  ├ GameServerContainerDefinition: (documentation changed)
│    │ │  ├ TotalMemoryLimitMebibytes: (documentation changed)
│    │ │  ├ TotalVcpuLimit: (documentation changed)
│    │ │  └ VersionDescription: (documentation changed)
│    │ ├ attributes
│    │ │  ├ StatusReason: (documentation changed)
│    │ │  └ VersionNumber: (documentation changed)
│    │ └ types
│    │    ├[~] type ContainerDependency
│    │    │ ├  - documentation: A dependency that impacts a container's startup and shutdown.
│    │    │ │  + documentation: A container's dependency on another container in the same container group. The dependency impacts how the dependent container is able to start or shut down based the status of the other container.
│    │    │ │  For example, *ContainerA* is configured with the following dependency: a `START` dependency on *ContainerB* . This means that *ContainerA* can't start until *ContainerB* has started. It also means that *ContainerA* must shut down before *ContainerB* .
│    │    │ │  *Part of:* [GameServerContainerDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinition.html) , [GameServerContainerDefinitionInput](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html) , [SupportContainerDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinition.html) , [SupportContainerDefinitionInput](https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinitionInput.html)
│    │    │ └ properties
│    │    │    ├ Condition: (documentation changed)
│    │    │    └ ContainerName: (documentation changed)
│    │    ├[~] type ContainerEnvironment
│    │    │ └  - documentation: An environment variable to set inside a container, in the form of a key-value pair.
│    │    │    + documentation: An environment variable to set inside a container, in the form of a key-value pair.
│    │    │    *Part of:* [GameServerContainerDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinition.html) , [GameServerContainerDefinitionInput](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html) , [SupportContainerDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinition.html) , [SupportContainerDefinitionInput](https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinitionInput.html)
│    │    ├[~] type ContainerHealthCheck
│    │    │ ├  - documentation: Specifies how the process manager checks the health of containers.
│    │    │ │  + documentation: Instructions on when and how to check the health of a support container in a container fleet. These properties override any Docker health checks that are set in the container image. For more information on container health checks, see [HealthCheck command](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_HealthCheck.html#ECS-Type-HealthCheck-command) in the *Amazon Elastic Container Service API* . Game server containers don't have a health check parameter; Amazon GameLift automatically handles health checks for these containers.
│    │    │ │  The following example instructs the container to initiate a health check command every 60 seconds and wait 10 seconds for it to succeed. If it fails, retry the command 3 times before flagging the container as unhealthy. It also tells the container to wait 100 seconds after launch before counting failed health checks.
│    │    │ │  `{"Command": [ "CMD-SHELL", "ps cax | grep "processmanager" || exit 1" ], "Interval": 60, "Timeout": 10, "Retries": 3, "StartPeriod": 100 }`
│    │    │ │  *Part of:* [SupportContainerDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinition.html) , [SupportContainerDefinitionInput](https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinitionInput.html)
│    │    │ └ properties
│    │    │    ├ Command: (documentation changed)
│    │    │    ├ Interval: (documentation changed)
│    │    │    ├ Retries: (documentation changed)
│    │    │    ├ StartPeriod: (documentation changed)
│    │    │    └ Timeout: (documentation changed)
│    │    ├[~] type ContainerMountPoint
│    │    │ ├  - documentation: Defines the mount point configuration within a container.
│    │    │ │  + documentation: A mount point that binds a container to a file or directory on the host system.
│    │    │ │  *Part of:* [GameServerContainerDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinition.html) , [](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html) , [SupportContainerDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinition.html) , [](https://docs.aws.amazon.com/gamelift/latest/apireference/API_SupportContainerDefinitionInput.html)
│    │    │ └ properties
│    │    │    ├ AccessLevel: (documentation changed)
│    │    │    ├ ContainerPath: (documentation changed)
│    │    │    └ InstancePath: (documentation changed)
│    │    ├[~] type ContainerPortRange
│    │    │ ├  - documentation: A set of one or more port numbers that can be opened on the container.
│    │    │ │  + documentation: A set of one or more port numbers that can be opened on the container.
│    │    │ │  *Part of:* [ContainerPortConfiguration](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ContainerPortConfiguration.html)
│    │    │ └ properties
│    │    │    ├ Protocol: (documentation changed)
│    │    │    └ ToPort: (documentation changed)
│    │    ├[~] type GameServerContainerDefinition
│    │    │ ├  - documentation: Specifies the information required to run game servers with this container group
│    │    │ │  + documentation: Describes the game server container in an existing game server container group. A game server container identifies a container image with your game server build. A game server container is automatically considered essential; if an essential container fails, the entire container group restarts.
│    │    │ │  You can update a container definition and deploy the updates to an existing fleet. When creating or updating a game server container group definition, use the property [](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinitionInput) .
│    │    │ │  *Part of:* [ContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ContainerGroupDefinition.html)
│    │    │ │  *Returned by:* [DescribeContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeContainerGroupDefinition.html) , [ListContainerGroupDefinitions](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ListContainerGroupDefinitions.html) , [UpdateContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateContainerGroupDefinition.html)
│    │    │ └ properties
│    │    │    ├ ContainerName: (documentation changed)
│    │    │    ├ DependsOn: (documentation changed)
│    │    │    ├ EnvironmentOverride: (documentation changed)
│    │    │    ├ ImageUri: (documentation changed)
│    │    │    ├ MountPoints: (documentation changed)
│    │    │    ├ PortConfiguration: (documentation changed)
│    │    │    ├ ResolvedImageDigest: (documentation changed)
│    │    │    └ ServerSdkVersion: (documentation changed)
│    │    └[~] type SupportContainerDefinition
│    │      ├  - documentation: Supports the function of the main container group
│    │      │  + documentation: Describes a support container in a container group. A support container might be in a game server container group or a per-instance container group. Support containers don't run game server processes.
│    │      │  You can update a support container definition and deploy the updates to an existing fleet. When creating or updating a game server container group definition, use the property [GameServerContainerDefinitionInput](https://docs.aws.amazon.com/gamelift/latest/apireference/API_GameServerContainerDefinitionInput.html) .
│    │      │  *Part of:* [ContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ContainerGroupDefinition.html)
│    │      │  *Returned by:* [DescribeContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeContainerGroupDefinition.html) , [ListContainerGroupDefinitions](https://docs.aws.amazon.com/gamelift/latest/apireference/API_ListContainerGroupDefinitions.html) , [UpdateContainerGroupDefinition](https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateContainerGroupDefinition.html)
│    │      └ properties
│    │         ├ ContainerName: (documentation changed)
│    │         ├ DependsOn: (documentation changed)
│    │         ├ EnvironmentOverride: (documentation changed)
│    │         ├ Essential: (documentation changed)
│    │         ├ HealthCheck: (documentation changed)
│    │         ├ ImageUri: (documentation changed)
│    │         ├ MemoryHardLimitMebibytes: (documentation changed)
│    │         ├ MountPoints: (documentation changed)
│    │         ├ PortConfiguration: (documentation changed)
│    │         ├ ResolvedImageDigest: (documentation changed)
│    │         └ Vcpu: (documentation changed)
│    └[~] resource AWS::GameLift::Fleet
│      ├ properties
│      │  ├ ComputeType: (documentation changed)
│      │  ├ EC2InboundPermissions: (documentation changed)
│      │  ├ InstanceRoleARN: (documentation changed)
│      │  └ InstanceRoleCredentialsProvider: (documentation changed)
│      └ types
│         ├[~] type CertificateConfiguration
│         │ └ properties
│         │    └ CertificateType: (documentation changed)
│         └[~] type RuntimeConfiguration
│           └ properties
│              └ MaxConcurrentGameSessionActivations: (documentation changed)
├[~] service aws-iot
│ └ resources
│    └[~] resource AWS::IoT::ThingType
│      └ types
│         ├[+] type Mqtt5Configuration
│         │ ├  name: Mqtt5Configuration
│         │ └ properties
│         │    └PropagatingAttributes: Array<PropagatingAttribute>
│         ├[+] type PropagatingAttribute
│         │ ├  name: PropagatingAttribute
│         │ └ properties
│         │    ├UserPropertyKey: string (required)
│         │    ├ThingAttribute: string
│         │    └ConnectionAttribute: string
│         └[~] type ThingTypeProperties
│           └ properties
│              └[+] Mqtt5Configuration: Mqtt5Configuration
├[~] service aws-iotfleetwise
│ └ resources
│    └[~] resource AWS::IoTFleetWise::Campaign
│      ├ properties
│      │  └[+] DataPartitions: Array<DataPartition> (immutable)
│      └ types
│         ├[+] type DataPartition
│         │ ├  name: DataPartition
│         │ └ properties
│         │    ├Id: string (required)
│         │    ├StorageOptions: DataPartitionStorageOptions (required)
│         │    └UploadOptions: DataPartitionUploadOptions
│         ├[+] type DataPartitionStorageOptions
│         │ ├  name: DataPartitionStorageOptions
│         │ └ properties
│         │    ├MaximumSize: StorageMaximumSize (required)
│         │    ├MinimumTimeToLive: StorageMinimumTimeToLive (required)
│         │    └StorageLocation: string (required)
│         ├[+] type DataPartitionUploadOptions
│         │ ├  name: DataPartitionUploadOptions
│         │ └ properties
│         │    ├Expression: string (required)
│         │    └ConditionLanguageVersion: integer
│         ├[~] type SignalInformation
│         │ └ properties
│         │    └[+] DataPartitionId: string
│         ├[+] type StorageMaximumSize
│         │ ├  name: StorageMaximumSize
│         │ └ properties
│         │    ├Unit: string (required)
│         │    └Value: integer (required)
│         └[+] type StorageMinimumTimeToLive
│           ├  name: StorageMinimumTimeToLive
│           └ properties
│              ├Unit: string (required)
│              └Value: integer (required)
├[~] service aws-iotsitewise
│ └ resources
│    └[~] resource AWS::IoTSiteWise::Dashboard
│      └ properties
│         └ DashboardDefinition: (documentation changed)
├[~] service aws-ivs
│ └ resources
│    └[+] resource AWS::IVS::IngestConfiguration
│      ├  name: IngestConfiguration
│      │  cloudFormationType: AWS::IVS::IngestConfiguration
│      │  documentation: Resource Type definition for AWS::IVS::IngestConfiguration
│      │  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│      ├ properties
│      │  ├Name: string (default="-", immutable)
│      │  ├StageArn: string (default="")
│      │  ├IngestProtocol: string (default="RTMPS", immutable)
│      │  ├InsecureIngest: boolean (default=false, immutable)
│      │  ├UserId: string (immutable)
│      │  └Tags: Array<tag>
│      └ attributes
│         ├Arn: string
│         ├ParticipantId: string
│         ├StreamKey: string
│         └State: string (default="INACTIVE")
├[~] service aws-kinesisfirehose
│ └ resources
│    └[~] resource AWS::KinesisFirehose::DeliveryStream
│      ├ properties
│      │  ├ DatabaseSourceConfiguration: (documentation changed)
│      │  └ Tags: (documentation changed)
│      └ types
│         ├[~] type DatabaseSourceAuthenticationConfiguration
│         │ └  - documentation: undefined
│         │    + documentation: The structure to configure the authentication methods for Firehose to connect to source database endpoint.
│         │    Amazon Data Firehose is in preview release and is subject to change.
│         ├[~] type DatabaseSourceConfiguration
│         │ ├  - documentation: undefined
│         │ │  + documentation: The top level object for configuring streams with database as a source.
│         │ │  Amazon Data Firehose is in preview release and is subject to change.
│         │ └ properties
│         │    ├ Columns: (documentation changed)
│         │    ├ Databases: (documentation changed)
│         │    ├ DatabaseSourceAuthenticationConfiguration: (documentation changed)
│         │    ├ DatabaseSourceVPCConfiguration: (documentation changed)
│         │    ├ Endpoint: (documentation changed)
│         │    ├ Port: (documentation changed)
│         │    ├ SnapshotWatermarkTable: (documentation changed)
│         │    ├ SSLMode: (documentation changed)
│         │    ├ SurrogateKeys: (documentation changed)
│         │    ├ Tables: (documentation changed)
│         │    └ Type: (documentation changed)
│         └[~] type DatabaseSourceVPCConfiguration
│           ├  - documentation: undefined
│           │  + documentation: The structure for details of the VPC Endpoint Service which Firehose uses to create a PrivateLink to the database.
│           │  Amazon Data Firehose is in preview release and is subject to change.
│           └ properties
│              └ VpcEndpointServiceName: (documentation changed)
├[~] service aws-lambda
│ └ resources
│    └[~] resource AWS::Lambda::EventSourceMapping
│      ├ properties
│      │  └[+] MetricsConfig: MetricsConfig
│      └ types
│         └[+] type MetricsConfig
│           ├  name: MetricsConfig
│           └ properties
│              └Metrics: Array<string>
├[+] service aws-rbin
│ ├  capitalized: Rbin
│ │  cloudFormationNamespace: AWS::Rbin
│ │  name: aws-rbin
│ │  shortName: rbin
│ └ resources
│    └resource AWS::Rbin::Rule
│     ├  name: Rule
│     │  cloudFormationType: AWS::Rbin::Rule
│     │  documentation: Resource Type definition for AWS::Rbin::Rule
│     │  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│     ├ properties
│     │  ├Description: string
│     │  ├ResourceTags: Array<ResourceTag>
│     │  ├ExcludeResourceTags: Array<ResourceTag>
│     │  ├ResourceType: string (required, immutable)
│     │  ├Tags: Array<tag>
│     │  ├RetentionPeriod: RetentionPeriod (required)
│     │  ├Status: string
│     │  └LockConfiguration: UnlockDelay
│     ├ attributes
│     │  ├Arn: string
│     │  ├Identifier: string
│     │  └LockState: string
│     └ types
│        ├type ResourceTag
│        │├  documentation: The resource tag of the rule.
│        ││  name: ResourceTag
│        │└ properties
│        │   ├ResourceTagKey: string (required)
│        │   └ResourceTagValue: string (required)
│        ├type RetentionPeriod
│        │├  documentation: The retention period of the rule.
│        ││  name: RetentionPeriod
│        │└ properties
│        │   ├RetentionPeriodValue: integer (required)
│        │   └RetentionPeriodUnit: string (required)
│        └type UnlockDelay
│         ├  name: UnlockDelay
│         └ properties
│            ├UnlockDelayValue: integer
│            └UnlockDelayUnit: string
├[~] service aws-rds
│ └ resources
│    └[~] resource AWS::RDS::GlobalCluster
│      ├ properties
│      │  └[+] GlobalEndpoint: GlobalEndpoint
│      └ types
│         └[+] type GlobalEndpoint
│           ├  name: GlobalEndpoint
│           └ properties
│              └Address: string
├[~] service aws-redshiftserverless
│ └ resources
│    └[~] resource AWS::RedshiftServerless::Namespace
│      └  - tagInformation: undefined
│         + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
├[~] service aws-route53resolver
│ └ resources
│    └[~] resource AWS::Route53Resolver::FirewallRuleGroup
│      └ types
│         └[~] type FirewallRule
│           └ properties
│              ├[+] ConfidenceThreshold: string
│              ├[+] DnsThreatProtection: string
│              ├ FirewallDomainListId: - string (required)
│              │                       + string
│              └[+] FirewallThreatProtectionId: string
├[~] service aws-sagemaker
│ └ resources
│    └[~] resource AWS::SageMaker::Cluster
│      └ types
│         └[~] type ClusterInstanceGroup
│           └ properties
│              └[+] OverrideVpcConfig: VpcConfig (immutable)
├[~] service aws-synthetics
│ └ resources
│    └[~] resource AWS::Synthetics::Canary
│      └ properties
│         └[+] ProvisionedResourceCleanup: string
├[~] service aws-vpclattice
│ └ resources
│    └[~] resource AWS::VpcLattice::ServiceNetwork
│      ├ properties
│      │  └[+] SharingConfig: SharingConfig
│      └ types
│         └[+] type SharingConfig
│           ├  name: SharingConfig
│           └ properties
│              └enabled: boolean (required)
└[~] service aws-wisdom
  └ resources
     ├[~] resource AWS::Wisdom::AIAgentVersion
     │ └ attributes
     │    ├ AIAgentArn: (documentation changed)
     │    └ AssistantArn: (documentation changed)
     ├[~] resource AWS::Wisdom::AIPromptVersion
     │ └ attributes
     │    └ AssistantArn: (documentation changed)
     └[~] resource AWS::Wisdom::Assistant
       ├  - documentation: Creates an Amazon Q in Connect assistant.
       │  + documentation: Specifies an Amazon Connect Wisdom assistant.
       ├ properties
       │  ├ Description: (documentation changed)
       │  ├ Name: (documentation changed)
       │  └ ServerSideEncryptionConfiguration: (documentation changed)
       └ attributes
          └ AssistantId: (documentation changed)
```
  • Loading branch information
aws-cdk-automation authored Nov 21, 2024
1 parent c7f68a7 commit 5d61a1b
Show file tree
Hide file tree
Showing 11 changed files with 109 additions and 24 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.33",
"@aws-cdk/service-spec-types": "^0.0.100",
"@aws-cdk/aws-service-spec": "^0.1.34",
"@aws-cdk/service-spec-types": "^0.0.101",
"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": "^38.0.0",
"@aws-cdk/cloudformation-diff": "0.0.0",
"@aws-cdk/cx-api": "0.0.0",
"@aws-cdk/aws-service-spec": "^0.1.33",
"@aws-cdk/aws-service-spec": "^0.1.34",
"cdk-assets": "3.0.0-rc.32",
"@aws-cdk/cdk-cli-wrapper": "0.0.0",
"aws-cdk": "0.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/aws-cdk-lib/aws-rbin/.jsiirc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"targets": {
"java": {
"package": "software.amazon.awscdk.services.rbin"
},
"dotnet": {
"package": "Amazon.CDK.AWS.Rbin"
},
"python": {
"module": "aws_cdk.aws_rbin"
}
}
}
39 changes: 39 additions & 0 deletions packages/aws-cdk-lib/aws-rbin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# AWS::Rbin Construct Library
<!--BEGIN STABILITY BANNER-->

---

![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)

> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
>
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
---

<!--END STABILITY BANNER-->

This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.

```ts nofixture
import * as rbin from 'aws-cdk-lib/aws-rbin';
```

<!--BEGIN CFNONLY DISCLAIMER-->

There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:

- Search [Construct Hub for Rbin construct libraries](https://constructs.dev/search?q=rbin)
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::Rbin resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Rbin.html) directly.


<!--BEGIN CFNONLY DISCLAIMER-->

There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.

For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::Rbin](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Rbin.html).

(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)

<!--END CFNONLY DISCLAIMER-->
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/aws-rbin/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './lib';
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-rbin/lib/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// AWS::Rbin Cloudformation Resources
export * from './rbin.generated';
1 change: 1 addition & 0 deletions packages/aws-cdk-lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ export * as aws_qbusiness from './aws-qbusiness';
export * as aws_qldb from './aws-qldb';
export * as aws_quicksight from './aws-quicksight';
export * as aws_ram from './aws-ram';
export * as aws_rbin from './aws-rbin';
export * as aws_rds from './aws-rds';
export * as aws_redshift from './aws-redshift';
export * as aws_redshiftserverless from './aws-redshiftserverless';
Expand Down
3 changes: 2 additions & 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.33",
"@aws-cdk/aws-service-spec": "^0.1.34",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/custom-resource-handlers": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
Expand Down Expand Up @@ -422,6 +422,7 @@
"./aws-qldb": "./aws-qldb/index.js",
"./aws-quicksight": "./aws-quicksight/index.js",
"./aws-ram": "./aws-ram/index.js",
"./aws-rbin": "./aws-rbin/index.js",
"./aws-rds": "./aws-rds/index.js",
"./aws-redshift": "./aws-redshift/index.js",
"./aws-redshiftserverless": "./aws-redshiftserverless/index.js",
Expand Down
3 changes: 3 additions & 0 deletions packages/aws-cdk-lib/scripts/scope-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,9 @@
"aws-ram": [
"AWS::RAM"
],
"aws-rbin": [
"AWS::Rbin"
],
"aws-rds": [
"AWS::RDS"
],
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.33",
"@aws-cdk/service-spec-importers": "^0.0.55",
"@aws-cdk/service-spec-types": "^0.0.100",
"@aws-cdk/aws-service-spec": "^0.1.34",
"@aws-cdk/service-spec-importers": "^0.0.56",
"@aws-cdk/service-spec-types": "^0.0.101",
"@cdklabs/tskb": "^0.0.3",
"@cdklabs/typewriter": "^0.0.3",
"camelcase": "^6",
Expand Down
59 changes: 42 additions & 17 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.33":
version "0.1.33"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.33.tgz#eb8407e4bb2fccc30d55b88e9ae0472b7313a814"
integrity sha512-Hj9DwC00pLFt2SdRpmOskyVRMHZT55jhG2SWfAPlp8I29ectVziFe1p2OB/281AiFwmQ3Kx3f66T0XJHnzS55Q==
"@aws-cdk/aws-service-spec@^0.1.34":
version "0.1.34"
resolved "https://registry.npmjs.org/@aws-cdk/aws-service-spec/-/aws-service-spec-0.1.34.tgz#4940a67be44e97ab31cd3511b293f51492c99f22"
integrity sha512-bVsNLud3H573UOAqMo16g/kXtFrA755X1ipH++VLuOK5GI4qDpM1tU3/O4UO8JF7n7AA4/fsd7luUCKuydd9cQ==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.100"
"@aws-cdk/service-spec-types" "^0.0.101"
"@cdklabs/tskb" "^0.0.3"

"@aws-cdk/cloud-assembly-schema@^38.0.0", "@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.55":
version "0.0.55"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.55.tgz#28acfd3c5395de24b113136c2d0e11985b5851df"
integrity sha512-jJqNPuspSixX9ykUnbm0KdazPNW2l5oJyR04pIo8cw8N/jIh0dVSmB8W0zxOFXk6FFFgIt50+8wN/w64egBaDQ==
"@aws-cdk/service-spec-importers@^0.0.56":
version "0.0.56"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-importers/-/service-spec-importers-0.0.56.tgz#9a29608d5f484d3f3d3c7e039c239c47a53becb3"
integrity sha512-UwB31NyiIoBKIeWW+oDQ2jUxkA3NQdL8F5PpaRerCDomIK8FG7xw4/eeFtdTIlINBuosh2NcN6nKbXQ3Xnoy1g==
dependencies:
"@aws-cdk/service-spec-types" "^0.0.100"
"@aws-cdk/service-spec-types" "^0.0.101"
"@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.100":
version "0.0.100"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.100.tgz#42a1b4e28e6b0e97af04aaac5fa811a8ea6b726d"
integrity sha512-z+jaWh3AIIGK3IHFXd7E3jc4ltkHoVQoB9O1MngIp1UluC0l0eZNwwSkWGGI5Ov+5BHhCwmtviOZQTu2BhU7Kw==
"@aws-cdk/service-spec-types@^0.0.101":
version "0.0.101"
resolved "https://registry.npmjs.org/@aws-cdk/service-spec-types/-/service-spec-types-0.0.101.tgz#ce480d59b4eaa4ba29c78a9c53071a00966b87e1"
integrity sha512-a2e5dU1srewZJXSk0gR3McEE52v9pEB6u6IeozjsD9wmjFAVB+ggMFGYv5EQxhuq5/LQpo5enrlyVHZQnW1sZQ==
dependencies:
"@cdklabs/tskb" "^0.0.3"

Expand Down Expand Up @@ -17074,7 +17074,16 @@ string-length@^4.0.1:
char-regex "^1.0.2"
strip-ansi "^6.0.0"

"string-width-cjs@npm:string-width@^4.2.0", string-width@*, string-width@^1.0.1, "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2:
"string-width-cjs@npm:string-width@^4.2.0":
version "4.2.3"
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
dependencies:
emoji-regex "^8.0.0"
is-fullwidth-code-point "^3.0.0"
strip-ansi "^6.0.1"

string-width@*, string-width@^1.0.1, "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3, string-width@^5.0.1, string-width@^5.1.2:
version "4.2.3"
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
Expand Down Expand Up @@ -17139,7 +17148,7 @@ stringify-package@^1.0.1:
resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==

"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
version "6.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
Expand All @@ -17153,6 +17162,13 @@ strip-ansi@^3.0.1:
dependencies:
ansi-regex "^2.0.0"

strip-ansi@^6.0.0, strip-ansi@^6.0.1:
version "6.0.1"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
dependencies:
ansi-regex "^5.0.1"

strip-ansi@^7.0.1, strip-ansi@^7.1.0:
version "7.1.0"
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
Expand Down Expand Up @@ -18110,7 +18126,7 @@ workerpool@^6.5.1:
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==

"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
version "7.0.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
Expand All @@ -18128,6 +18144,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^7.0.0:
version "7.0.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
dependencies:
ansi-styles "^4.0.0"
string-width "^4.1.0"
strip-ansi "^6.0.0"

wrap-ansi@^8.1.0:
version "8.1.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
Expand Down

0 comments on commit 5d61a1b

Please sign in to comment.