lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.248.0 vs lib/aws-sdk-rds/client.rb in aws-sdk-rds-1.249.0
- old
+ new
@@ -130,17 +130,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
@@ -155,10 +157,12 @@
# * `~/.aws/credentials`
# * `~/.aws/config`
#
# @option options [String] :access_key_id
#
+ # @option options [String] :account_id
+ #
# @option options [Boolean] :active_endpoint_cache (false)
# When set to `true`, a thread polling for endpoints will be running in
# the background every 60 secs (default). Defaults to `false`.
#
# @option options [Boolean] :adaptive_retry_wait_to_fill (true)
@@ -369,11 +373,13 @@
# @option options [Boolean] :validate_params (true)
# When `true`, request parameters are validated before
# sending the request.
#
# @option options [Aws::RDS::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::RDS::EndpointParameters`
+ # The endpoint provider used to resolve endpoints. Any object that responds to
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
+ # `Aws::RDS::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
@@ -31431,10 +31437,10 @@
params: params,
config: config,
tracer: tracer
)
context[:gem_name] = 'aws-sdk-rds'
- context[:gem_version] = '1.248.0'
+ context[:gem_version] = '1.249.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#