Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update L1 CloudFormation resource definitions #31221

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

aws-cdk-automation
Copy link
Collaborator

Updates the L1 CloudFormation resource definitions with the latest changes from @aws-cdk/aws-service-spec

L1 CloudFormation resource definition changes:

├[~] service aws-codebuild
│ └ resources
│    └[~] resource AWS::CodeBuild::Fleet
│      └ properties
│         └ ImageId: (documentation changed)
├[~] service aws-ec2
│ └ resources
│    └[~] resource AWS::EC2::Instance
│      └ types
│         ├[~] type AssociationParameter
│         │ └  - documentation: Specifies input parameter values for an SSM document in AWS Systems Manager .
│         │    `AssociationParameter` is a property of the [Amazon EC2 Instance SsmAssociation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociations.html) property.
│         │    + documentation: Specifies input parameter values for an SSM document in AWS Systems Manager .
│         │    `AssociationParameter` is a property of the [SsmAssociation](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-ssmassociation.html) property type.
│         ├[~] type Ebs
│         │ └  - documentation: Specifies a block device for an EBS volume.
│         │    `Ebs` is a property of the [Amazon EC2 BlockDeviceMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-mapping.html) property.
│         │    > After the instance is running, you can modify only the `DeleteOnTermination` parameters for the attached volumes without interrupting the instance. Modifying any other parameter results in instance [replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) .
│         │    + documentation: Specifies a block device for an EBS volume.
│         │    `Ebs` is a property of the [BlockDeviceMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-blockdevicemapping.html) property type.
│         │    > After the instance is running, you can modify only the `DeleteOnTermination` parameters for the attached volumes without interrupting the instance. Modifying any other parameter results in instance [replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) .
│         └[~] type State
│           ├  - documentation: The current state of the instance
│           │  + documentation: Describes the current state of an instance.
│           └ properties
│              └ Code: (documentation changed)
├[~] service aws-ivs
│ └ resources
│    └[~] resource AWS::IVS::Stage
│      ├ properties
│      │  └ AutoParticipantRecordingConfiguration: (documentation changed)
│      └ types
│         └[~] type AutoParticipantRecordingConfiguration
│           ├  - documentation: Configuration object for individual participant recording, to attach to the new stage.
│           │  + documentation: The `AWS::IVS::AutoParticipantRecordingConfiguration` property type describes a configuration for individual participant recording.
│           └ properties
│              ├ MediaTypes: (documentation changed)
│              └ StorageConfigurationArn: (documentation changed)
├[~] service aws-lambda
│ └ resources
│    ├[~] resource AWS::Lambda::EventSourceMapping
│    │ └ properties
│    │    └ KmsKeyArn: (documentation changed)
│    └[~] resource AWS::Lambda::Version
│      └ attributes
│         └ FunctionArn: (documentation changed)
├[~] service aws-secretsmanager
│ └ resources
│    └[~] resource AWS::SecretsManager::SecretTargetAttachment
│      └ properties
│         └ TargetType: (documentation changed)
├[~] service aws-ses
│ └ resources
│    └[~] resource AWS::SES::ReceiptRule
│      └ types
│         └[~] type S3Action
│           └ properties
│              └ KmsKeyArn: (documentation changed)
└[~] service aws-ssmcontacts
  └ resources
     ├[~] resource AWS::SSMContacts::ContactChannel
     │ └  - documentation: The `AWS::SSMContacts::ContactChannel` resource specifies a contact channel as the method that Incident Manager uses to engage your contact.
     │    + documentation: The `AWS::SSMContacts::ContactChannel` resource specifies a contact channel as the method that Incident Manager uses to engage your contact.
     │    > *Template example* : We recommend creating all Incident Manager `Contacts` resources using a single AWS CloudFormation template. For a demonstration, see the examples for [AWS::SSMContacts::Contacts](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html) .
     ├[~] resource AWS::SSMContacts::Plan
     │ └  - documentation: Information about the stages and on-call rotation teams associated with an escalation plan or engagement plan.
     │    + documentation: Information about the stages and on-call rotation teams associated with an escalation plan or engagement plan.
     │    > *Template example* : We recommend creating all Incident Manager `Contacts` resources using a single AWS CloudFormation template. For a demonstration, see the examples for [AWS::SSMContacts::Contacts](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html) .
     └[~] resource AWS::SSMContacts::Rotation
       └  - documentation: Specifies a rotation in an on-call schedule.
          + documentation: Specifies a rotation in an on-call schedule.
          > *Template example* : We recommend creating all Incident Manager `Contacts` resources using a single AWS CloudFormation template. For a demonstration, see the examples for [AWS::SSMContacts::Contacts](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmcontacts-contact.html) .

Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
@aws-cdk-automation aws-cdk-automation added auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Aug 26, 2024
@aws-cdk-automation aws-cdk-automation requested review from a team August 26, 2024 13:44
@github-actions github-actions bot added the p2 label Aug 26, 2024
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: b73012b
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

Copy link
Contributor

mergify bot commented Aug 26, 2024

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit b754353 into main Aug 26, 2024
38 checks passed
@mergify mergify bot deleted the automation/spec-update branch August 26, 2024 14:14
Copy link

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 26, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-approve contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. p2 pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant