aws-sdk-bedrockagentruntime 1.53.0 → 1.54.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: c000e9be2f21579a682769b8c81f50067a8587c0b87ff70f20d42408e9507a4a
4
- data.tar.gz: 7ad9e66d1ac937ef3c569198eec00c2c9f519a2ffb3bb740a4637ccf8b25f994
3
+ metadata.gz: 47b2e9940cc8f86c57d26d72cae79ff2047c21eddf82ac7a5a23139fb67bf2a0
4
+ data.tar.gz: af10e75cf1dab3d03371db67db7ee110be64e920175a76bdf8d7c171376d1f7b
5
5
  SHA512:
6
- metadata.gz: 659c1cb055c67b87358498f510529321e5690316ef1e64fffa9b8860494239d70e47f272e56c646b7ed74ae8333a7f6bab76739d0f6cd09c0c8cd4d703280c02
7
- data.tar.gz: ffdba458de7eed727bbde0baa564be9d0583946cba0d5ad03e86f0e1f1f9697d6985b5f62da353d1dff59730e9c986f359f27556ad55b2d5036e5b5aa37555f4
6
+ metadata.gz: 6a2753e7180460a87ecfe9785230c5d0959c943b246bd9a9e8c68b0753b5748c8a10e0788335f6150a75a6a9e5e68aded734da9e6730755ff1e271c66b5096b9
7
+ data.tar.gz: ad5095418a77e938d2a7ea3e131355014e9d05d6e2decc3a1ade1e82bcabca8bca2838268918341fecec2a16b05228a1c1c6c60a43c0423200e9894d20aa80d4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.53.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -202,8 +202,7 @@ module Aws::BedrockAgentRuntime
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -5477,7 +5476,7 @@ module Aws::BedrockAgentRuntime
5477
5476
  tracer: tracer
5478
5477
  )
5479
5478
  context[:gem_name] = 'aws-sdk-bedrockagentruntime'
5480
- context[:gem_version] = '1.53.0'
5479
+ context[:gem_version] = '1.54.0'
5481
5480
  Seahorse::Client::Request.new(handlers, context)
5482
5481
  end
5483
5482
 
@@ -55,7 +55,7 @@ module Aws::BedrockAgentRuntime
55
55
  autoload :Endpoints, 'aws-sdk-bedrockagentruntime/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-bedrockagentruntime/event_streams'
57
57
 
58
- GEM_VERSION = '1.53.0'
58
+ GEM_VERSION = '1.54.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-bedrockagentruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services