aws-sdk-redshift 1.121.0 → 1.123.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa7867bd7171375a093fdb33b6c9aaffcd8ff3d9b21b6591ba801147165359f1
4
- data.tar.gz: 331d881210c42fc718b4559245af850e34a38446806ace1b6da584f0fbc3279e
3
+ metadata.gz: 54f01a0d275aee347cd661f854f2a541ac9fdec3f7fae449c103fb43c3f1b331
4
+ data.tar.gz: 9183b2686c182768da101dbdeb1dd527f19f15e696f85a8edfb71e6c424d0f94
5
5
  SHA512:
6
- metadata.gz: b14307be5800e427f17bd117fac835f7af6222bbb82f7e5f88eac6fd51af1fba7eba8411a61d7b790d3fb10abe4882e63cfb783a027437280b29d870ed13a1c5
7
- data.tar.gz: 68514b4b72cc5ddf4eab937f158e87d4c15a716ab492dcecc2c2d9e24b3cd381feb7fb548bd3debeeee03948de41fb3c70075d461a7f393439367fa77ddd66fd
6
+ metadata.gz: 77975763caf7c760d359bc014f7e83aa6d80fcfcddf369ab7e9033fd595368ded597443b0f94d96ad3cea361c291aaf0f72597f5d509dabb8bf2ad86e8dc951f
7
+ data.tar.gz: 9ee06a9529e85cb3dafcbb99bd40c0da3ec9b61d8f0597e8976d325dfa15855399d01b71329f2fc1b852d79841f86b926484e8861535ec807819f404cd830732
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.123.0 (2024-09-20)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.122.0 (2024-09-11)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.121.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.123.0
@@ -130,13 +130,15 @@ module Aws::Redshift
130
130
  # locations will be searched for credentials:
131
131
  #
132
132
  # * `Aws.config[:credentials]`
133
- # * The `:access_key_id`, `:secret_access_key`, and `:session_token` options.
134
- # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY']
133
+ # * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
134
+ # `:account_id` options.
135
+ # * ENV['AWS_ACCESS_KEY_ID'], ENV['AWS_SECRET_ACCESS_KEY'],
136
+ # ENV['AWS_SESSION_TOKEN'], and ENV['AWS_ACCOUNT_ID']
135
137
  # * `~/.aws/credentials`
136
138
  # * `~/.aws/config`
137
139
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
138
140
  # are very aggressive. Construct and pass an instance of
139
- # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
141
+ # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
140
142
  # enable retries and extended timeouts. Instance profile credential
141
143
  # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
142
144
  # to true.
@@ -155,6 +157,8 @@ module Aws::Redshift
155
157
  #
156
158
  # @option options [String] :access_key_id
157
159
  #
160
+ # @option options [String] :account_id
161
+ #
158
162
  # @option options [Boolean] :active_endpoint_cache (false)
159
163
  # When set to `true`, a thread polling for endpoints will be running in
160
164
  # the background every 60 secs (default). Defaults to `false`.
@@ -369,7 +373,9 @@ module Aws::Redshift
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::Redshift::EndpointProvider] :endpoint_provider
372
- # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::Redshift::EndpointParameters`
376
+ # The endpoint provider used to resolve endpoints. Any object that responds to
377
+ # `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to
378
+ # `Aws::Redshift::EndpointParameters`.
373
379
  #
374
380
  # @option options [Float] :http_continue_timeout (1)
375
381
  # The number of seconds to wait for a 100-continue response before sending the
@@ -12442,7 +12448,7 @@ module Aws::Redshift
12442
12448
  tracer: tracer
12443
12449
  )
12444
12450
  context[:gem_name] = 'aws-sdk-redshift'
12445
- context[:gem_version] = '1.121.0'
12451
+ context[:gem_version] = '1.123.0'
12446
12452
  Seahorse::Client::Request.new(handlers, context)
12447
12453
  end
12448
12454