lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.64.0 vs lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.65.0

- old
+ new

@@ -445,11 +445,11 @@ # # From January 22, 2024, Amazon Linux (AL1) will be removed from the # list of available image IDs for Cloud9. This is necessary as AL1 will # reach the end of maintenance support in December 2023, and as a result # will no longer receive security updates. We recommend using Amazon - # Linux 2 as the AMI to create your environment as it is fully + # Linux 2023 as the AMI to create your environment as it is fully # supported. This change will only affect direct API consumers, and not # Cloud9 console users. # # Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we # recommend you choose Ubuntu 22.04. @@ -458,10 +458,12 @@ # # * Amazon Linux: `amazonlinux-1-x86_64` # # * Amazon Linux 2: `amazonlinux-2-x86_64` # + # * Amazon Linux 2023 (recommended): `amazonlinux-2023-x86_64` + # # * Ubuntu 18.04: `ubuntu-18.04-x86_64` # # * Ubuntu 22.04: `ubuntu-22.04-x86_64` # # **SSM paths** @@ -470,10 +472,13 @@ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64` # # * Amazon Linux 2: # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64` # + # * Amazon Linux 2023 (recommended): + # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2023-x86_64` + # # * Ubuntu 18.04: # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64` # # * Ubuntu 22.04: # `resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64` @@ -518,11 +523,11 @@ # # resp = client.create_environment_ec2({ # name: "my-demo-environment", # automatic_stop_time_minutes: 60, # description: "This is my demonstration environment.", - # image_id: "amazonlinux-2-x86_64", + # image_id: "amazonlinux-2023-x86_64", # instance_type: "t2.micro", # owner_arn: "arn:aws:iam::123456789012:user/MyDemoUser", # subnet_id: "subnet-6300cd1b", # }) # @@ -1264,10 +1269,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloud9' - context[:gem_version] = '1.64.0' + context[:gem_version] = '1.65.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated