lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.67.0 vs lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.68.0

- old
+ new

@@ -434,10 +434,16 @@ # default will be used if available. # # @option options [String] :ssl_ca_store # Sets the X509::Store to verify peer certificate. # + # @option options [OpenSSL::X509::Certificate] :ssl_cert + # Sets a client certificate when creating http connections. + # + # @option options [OpenSSL::PKey] :ssl_key + # Sets a client key when creating http connections. + # # @option options [Float] :ssl_timeout # Sets the SSL timeout in seconds # # @option options [Boolean] :ssl_verify_peer (true) # When `true`, SSL peer certificates are verified when establishing a connection. @@ -3491,10 +3497,10 @@ params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-glacier' - context[:gem_version] = '1.67.0' + context[:gem_version] = '1.68.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #