aws-sdk-bedrockagentcore 1.34.0 → 1.35.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: fe6be583d055912228596fdf973a62d597180224b814dbd2a46231b58d7a1c71
4
- data.tar.gz: 03361bfb4c5a5ec2224270bf516db542fa75d30c085e591ea4be890114aaba84
3
+ metadata.gz: ee5d326cf64f99c675f47b2f96f9d1c17eb9954c769106575eb6046f9efb027b
4
+ data.tar.gz: 67ffde0b216bb2af82abe2a4cef93862c9731bb37dfe387f5db2785192e2e075
5
5
  SHA512:
6
- metadata.gz: 267f416d41346e148ae4ac1bba659eccbbbcc376e2edd7b1d4f7737771f31abc19bfb69f0ce18534b16cd2d4397255e8a2a6c1ca0f954cae35f87dbc4010e67c
7
- data.tar.gz: 66dfbce9e771c8da87bdc7d0a9a6fd90307b5d3da5298d697e46d54c17f2b0ae1f02df759eedf0415bfb0ce05ef32b4827482f51e9bf992815e90df5d963b98a
6
+ metadata.gz: 3b046f4e269dff5ecf397164709dc3961e9115dd3856606d6028fc7fab9b97d4477f85415b5385424f062a197973f45cfef7538b1077d78788955ad9d614256a
7
+ data.tar.gz: f2e40d83e1cf8ee03cd1330fdd3095cf9be0fec3e0e3a24d1b2d41c0ee610b3ccc3bca2d095586112448e4d6c1f0e85b6e817873c4a50ef53ac1a7f6413110a7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.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.34.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -201,7 +201,7 @@ module Aws::BedrockAgentCore
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")
@@ -334,17 +334,15 @@ module Aws::BedrockAgentCore
334
334
  # @option options [String] :retry_mode ("legacy")
335
335
  # Specifies which retry algorithm to use. Values are:
336
336
  #
337
- # * `legacy` - The pre-existing retry behavior. This is default value if
338
- # no retry mode is provided.
337
+ # * `legacy` - The pre-existing retry behavior. This is the default
338
+ # value if no retry mode is provided.
339
339
  #
340
340
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
341
341
  # This includes support for retry quotas, which limit the number of
342
342
  # unsuccessful retries a client can make.
343
343
  #
344
- # * `adaptive` - An experimental retry mode that includes all the
345
- # functionality of `standard` mode along with automatic client side
346
- # throttling. This is a provisional mode that may change behavior
347
- # in the future.
344
+ # * `adaptive` - A retry mode that includes all the functionality of
345
+ # `standard` mode along with automatic client side throttling.
348
346
  #
349
347
  # @option options [String] :sdk_ua_app_id
350
348
  # A unique and opaque application ID that is appended to the
@@ -6077,7 +6075,7 @@ module Aws::BedrockAgentCore
6077
6075
  tracer: tracer
6078
6076
  )
6079
6077
  context[:gem_name] = 'aws-sdk-bedrockagentcore'
6080
- context[:gem_version] = '1.34.0'
6078
+ context[:gem_version] = '1.35.0'
6081
6079
  Seahorse::Client::Request.new(handlers, context)
6082
6080
  end
6083
6081
 
@@ -56,7 +56,7 @@ module Aws::BedrockAgentCore
56
56
  autoload :Endpoints, 'aws-sdk-bedrockagentcore/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-bedrockagentcore/event_streams'
58
58
 
59
- GEM_VERSION = '1.34.0'
59
+ GEM_VERSION = '1.35.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockagentcore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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