lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.97.0 vs lib/aws-sdk-route53/client.rb in aws-sdk-route53-1.98.0

- old
+ new

@@ -425,10 +425,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. @@ -6195,10 +6201,10 @@ params: params, config: config, tracer: tracer ) context[:gem_name] = 'aws-sdk-route53' - context[:gem_version] = '1.97.0' + context[:gem_version] = '1.98.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #