lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.69.0 vs lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.70.0
- old
+ new
@@ -134,17 +134,19 @@
#
# When `:credentials` are not configured directly, the following
# locations will be searched for credentials:
#
# * `Aws.config[:credentials]`
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
+ # `:account_id` options.
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
# * `~/.aws/credentials`
# * `~/.aws/config`
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
# are very aggressive. Construct and pass an instance of
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
# enable retries and extended timeouts. Instance profile credential
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
# to true.
#
# @option options [required, String] :region
@@ -378,11 +380,13 @@
# @option options [Boolean] :validate_params (true)
# When `true`, request parameters are validated before
# sending the request.
#
# @option options [Aws::Glacier::EndpointProvider] :endpoint_provider
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::Glacier::EndpointParameters`
+ # The endpoint provider used to resolve endpoints. Any object that responds to
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
+ # `Aws::Glacier::EndpointParameters`.
#
# @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
@@ -3497,10 +3501,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-glacier'
- context[:gem_version] = '1.69.0'
+ context[:gem_version] = '1.70.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#