aws-sdk-cleanrooms 1.29.0 → 1.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a9a2f01a29c7d04172ec13fa5577fea1648793a31a2d3d2774a1debfa12052d
4
- data.tar.gz: 643c99c30e600380a47e2f7006fc1c2dfeb00ccc82732d57bb622aac73eb9e53
3
+ metadata.gz: 29deaa5560754923755783861d44f333d7da8a6bd2bdb2d7b48fd15f4971aa73
4
+ data.tar.gz: ed191149dff87345643c7f983f812a35dfe7ff05480188a07c45362c51395d03
5
5
  SHA512:
6
- metadata.gz: e0219fdd1b3cdd5f4bf33ad1eaf09e36e6e1566aac08007d4a6e6a894226af71cad4f592c9dcf1d0437214259a0e73352af78b621a1b7e729d10a6cdd839814d
7
- data.tar.gz: 56a5ee2425fc0816982f937178d5fe818575373a6f39f4aaf0a346a57516098437cb9ddd21074bd463fa58c903e1abb96206205dd4263710a9be6426596f7c5a
6
+ metadata.gz: 9a794e0cae8158385f113be32ac153e2349be9b78eacf7ad29fb8c1186284592fbee63b8c656679ec7f1051555d87aac943185dfb87d458e633130510d1c77f6
7
+ data.tar.gz: 95a1069dde9ec795283dd7bffa1efab9904277508ec5357518810a68690f11baec2db2f2776ea83ac0c6c38eaf7963f73fdf7d588b134c3bebcd22e98e776364
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.31.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.30.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.29.0 (2024-09-10)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.31.0
@@ -130,13 +130,15 @@ module Aws::CleanRooms
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::CleanRooms
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::CleanRooms
369
373
  # sending the request.
370
374
  #
371
375
  # @option options [Aws::CleanRooms::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::CleanRooms::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::CleanRooms::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
@@ -4852,7 +4858,7 @@ module Aws::CleanRooms
4852
4858
  tracer: tracer
4853
4859
  )
4854
4860
  context[:gem_name] = 'aws-sdk-cleanrooms'
4855
- context[:gem_version] = '1.29.0'
4861
+ context[:gem_version] = '1.31.0'
4856
4862
  Seahorse::Client::Request.new(handlers, context)
4857
4863
  end
4858
4864