lib/aws-sdk-applicationautoscaling/client.rb in aws-sdk-applicationautoscaling-1.91.0 vs lib/aws-sdk-applicationautoscaling/client.rb in aws-sdk-applicationautoscaling-1.92.0
- old
+ new
@@ -430,10 +430,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.
@@ -3503,10 +3509,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-applicationautoscaling'
- context[:gem_version] = '1.91.0'
+ context[:gem_version] = '1.92.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated