lib/aws-sdk-ec2instanceconnect/client.rb in aws-sdk-ec2instanceconnect-1.21.0 vs lib/aws-sdk-ec2instanceconnect/client.rb in aws-sdk-ec2instanceconnect-1.22.0

- old
+ new

@@ -375,11 +375,11 @@ # # @option params [required, String] :ssh_public_key # The public key material. To use the public key, you must have the # matching private key. # - # @option params [required, String] :availability_zone + # @option params [String] :availability_zone # The Availability Zone in which the EC2 instance was launched. # # @return [Types::SendSSHPublicKeyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::SendSSHPublicKeyResponse#request_id #request_id} => String @@ -408,11 +408,11 @@ # # resp = client.send_ssh_public_key({ # instance_id: "InstanceId", # required # instance_os_user: "InstanceOSUser", # required # ssh_public_key: "SSHPublicKey", # required - # availability_zone: "AvailabilityZone", # required + # availability_zone: "AvailabilityZone", # }) # # @example Response structure # # resp.request_id #=> String @@ -494,10 +494,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-ec2instanceconnect' - context[:gem_version] = '1.21.0' + context[:gem_version] = '1.22.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated