lib/aws-sdk-datazone/client.rb in aws-sdk-datazone-1.21.0 vs lib/aws-sdk-datazone/client.rb in aws-sdk-datazone-1.22.0
- old
+ new
@@ -423,10 +423,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.
@@ -10383,10 +10389,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-datazone'
- context[:gem_version] = '1.21.0'
+ context[:gem_version] = '1.22.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated