lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.56.0 vs lib/aws-sdk-cloud9/client.rb in aws-sdk-cloud9-1.57.0

- old
+ new

@@ -452,10 +452,12 @@ # # * Amazon Linux 2: `amazonlinux-2-x86_64` # # * Ubuntu 18.04: `ubuntu-18.04-x86_64` # + # * Ubuntu 22.04: `ubuntu-22.04-x86_64` + # # **SSM paths** # # * <b>Amazon Linux (default): # <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code> # </b> @@ -464,10 +466,13 @@ # `resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-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` + # # @option params [Integer] :automatic_stop_time_minutes # The number of minutes until the running instance is shut down after # the environment has last been used. # # @option params [String] :owner_arn @@ -1251,10 +1256,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloud9' - context[:gem_version] = '1.56.0' + context[:gem_version] = '1.57.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated