aws-sdk-bedrock 1.84.0 → 1.85.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: e99b90b0fb6f94a7779eaa577467f84c4012cb7468ead51ad40f8d47f9f2aaac
4
- data.tar.gz: caa64e32a39e6222c04a4b7422977f7546492a629b1aad2e7813280064a1033a
3
+ metadata.gz: a4d525c73ee872aef2099767d68c6623e464b90ffb5cebf02a20b9ef6b71bf0b
4
+ data.tar.gz: 5adeed2dbb3a472fea3839ad847b38f6da73d62769f47388cc375787acccd36d
5
5
  SHA512:
6
- metadata.gz: 1cb8edc8db5ac6f2759b8e5f0d2f0c9ba0a2be60dff5586f87960331452180557dfedb54a6b89aa691f942bc6dc738a8843bf77280fe90c6a4afcc9ee9a5dd95
7
- data.tar.gz: f154e0ec872e797f431b8d4f7626454c9d271dc5c2122bb2f7cdfa381fe7f8b340dab1718950a0c9abf9ab503a16982a2ce5e8aea5c928e7cf2027a486e2700e
6
+ metadata.gz: 85813f061bb3f5e78b17318f066ebddafa26f702f9190710500b0590f0e7488f3b3c0f6a3a1ad6660d74765f808c627e75d7504e4367d1fb2003f3b78fff0e6f
7
+ data.tar.gz: b9cdae1a127343d3063f71f6ee7bce09a7d86e0358821bb8ac4a3b42bade4b3aa108a58b8ae57446c01f2df0ce03c3a502017fbd4cf30273e88acd650e53346a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.84.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -201,7 +201,7 @@ module Aws::Bedrock
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -325,17 +325,15 @@ module Aws::Bedrock
325
325
  # @option options [String] :retry_mode ("legacy")
326
326
  # Specifies which retry algorithm to use. Values are:
327
327
  #
328
- # * `legacy` - The pre-existing retry behavior. This is default value if
329
- # no retry mode is provided.
328
+ # * `legacy` - The pre-existing retry behavior. This is the default
329
+ # value if no retry mode is provided.
330
330
  #
331
331
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
332
332
  # This includes support for retry quotas, which limit the number of
333
333
  # unsuccessful retries a client can make.
334
334
  #
335
- # * `adaptive` - An experimental retry mode that includes all the
336
- # functionality of `standard` mode along with automatic client side
337
- # throttling. This is a provisional mode that may change behavior
338
- # in the future.
335
+ # * `adaptive` - A retry mode that includes all the functionality of
336
+ # `standard` mode along with automatic client side throttling.
339
337
  #
340
338
  # @option options [String] :sdk_ua_app_id
341
339
  # A unique and opaque application ID that is appended to the
@@ -8246,7 +8244,7 @@ module Aws::Bedrock
8246
8244
  tracer: tracer
8247
8245
  )
8248
8246
  context[:gem_name] = 'aws-sdk-bedrock'
8249
- context[:gem_version] = '1.84.0'
8247
+ context[:gem_version] = '1.85.0'
8250
8248
  Seahorse::Client::Request.new(handlers, context)
8251
8249
  end
8252
8250
 
@@ -55,7 +55,7 @@ module Aws::Bedrock
55
55
  autoload :EndpointProvider, 'aws-sdk-bedrock/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-bedrock/endpoints'
57
57
 
58
- GEM_VERSION = '1.84.0'
58
+ GEM_VERSION = '1.85.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrock
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement