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