lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.54.0 vs lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.55.0

- old
+ new

@@ -435,14 +435,16 @@ # create the EC2 instance. To choose an AMI for the instance, you must # specify a valid AMI alias or a valid Amazon EC2 Systems Manager (SSM) # path. # # The default Amazon Linux AMI is currently used if the parameter isn't - # explicitly assigned a value in the request. + # explicitly assigned a value in the request. Because Amazon Linux AMI + # has ended standard support as of December 31, 2020, we recommend you + # choose Amazon Linux 2, which includes long term support through 2023. # - # In the future the parameter for Amazon Linux will no longer be - # available when you specify an AMI for your instance. Amazon Linux 2 + # From December 31, 2023, the parameter for Amazon Linux will no longer + # be available when you specify an AMI for your instance. Amazon Linux 2 # will then become the default AMI, which is used to launch your # instance if no parameter is explicitly defined. # # <b>AMI aliases </b> # @@ -1249,10 +1251,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloud9' - context[:gem_version] = '1.54.0' + context[:gem_version] = '1.55.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated