lib/aws-sdk-datazone/client.rb in aws-sdk-datazone-1.9.0 vs lib/aws-sdk-datazone/client.rb in aws-sdk-datazone-1.10.0
- old
+ new
@@ -87,10 +87,15 @@
add_plugin(Aws::Plugins::Protocols::RestJson)
add_plugin(Aws::DataZone::Plugins::Endpoints)
# @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
@@ -207,11 +212,10 @@
#
# 'http://example.com'
# 'https://example.com'
# 'http://example.com:123'
#
- #
# @option options [Integer] :endpoint_cache_max_entries (1000)
# Used for the maximum size limit of the LRU cache storing endpoints data
# for endpoint discovery enabled operations. Defaults to 1000.
#
# @option options [Integer] :endpoint_cache_max_threads (10)
@@ -296,11 +300,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.
@@ -8235,10 +8238,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-datazone'
- context[:gem_version] = '1.9.0'
+ context[:gem_version] = '1.10.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated