lib/aws-sdk-bedrockagentruntime/client.rb in aws-sdk-bedrockagentruntime-1.12.0 vs lib/aws-sdk-bedrockagentruntime/client.rb in aws-sdk-bedrockagentruntime-1.13.0

- old
+ new

@@ -89,10 +89,15 @@ add_plugin(Aws::Plugins::EventStreamConfiguration) add_plugin(Aws::BedrockAgentRuntime::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 @@ -209,11 +214,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) @@ -307,11 +311,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. @@ -1314,10 +1317,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-bedrockagentruntime' - context[:gem_version] = '1.12.0' + context[:gem_version] = '1.13.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated