lib/aws-sdk-cloudsearchdomain/client.rb in aws-sdk-cloudsearchdomain-1.43.0 vs lib/aws-sdk-cloudsearchdomain/client.rb in aws-sdk-cloudsearchdomain-1.44.0
- old
+ new
@@ -84,10 +84,15 @@
add_plugin(Aws::CloudSearchDomain::Plugins::ConditionalSigning)
add_plugin(Aws::CloudSearchDomain::Plugins::SwitchToPost)
# @overload initialize(options)
# @param [Hash] options
+ #
+ # @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
+ # A list of plugins to apply to the client. Each plugin is either a
+ # class name or an instance of a plugin class.
+ #
# @option options [required, Aws::CredentialProvider] :credentials
# Your AWS credentials. This can be an instance of any one of the
# following classes:
#
# * `Aws::Credentials` - Used for configuring static, non-refreshing
@@ -242,11 +247,10 @@
# * `adaptive` - An experimental retry mode that includes all the
# functionality of `standard` mode along with automatic client side
# throttling. This is a provisional mode that may change behavior
# in the future.
#
- #
# @option options [String] :sdk_ua_app_id
# A unique and opaque application ID that is appended to the
# User-Agent header as app/sdk_ua_app_id. It should have a
# maximum length of 50. This variable is sourced from environment
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
@@ -294,11 +298,10 @@
#
# 'http://example.com'
# 'https://example.com'
# 'http://example.com:123'
#
- #
# @option options [Float] :http_continue_timeout (1)
# The number of seconds to wait for a 100-continue response before sending the
# request body. This option has no effect unless the request has "Expect"
# header set to "100-continue". Defaults to `nil` which disables this
# behaviour. This value can safely be set per request on the session.
@@ -960,10 +963,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-cloudsearchdomain'
- context[:gem_version] = '1.43.0'
+ context[:gem_version] = '1.44.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated