aws-sdk-bedrock 1.44.0 → 1.45.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: 5b8e9de380b51c2c425bfc58597ba48c34dc44152e77dbcf96768f4f2e709452
4
- data.tar.gz: ec1b5b74f6d980d4d06a55040dd8b941ef1c796167c56bc43abc7b7157ad766a
3
+ metadata.gz: eb4fe676f63836c2b6accdb32ecfaad9bcc9531b4d1f12c927c8d5379a3073dd
4
+ data.tar.gz: b5ddd2d7b103d160b7d0146fbb8f18fee43d26b1914a05a91afadc7704d1bf8b
5
5
  SHA512:
6
- metadata.gz: 1aab5ee424e9d7e9261515891bf5c0f979288cc9c064ac7ef7acdbf63d2091bcea5acc8072ad9bb7c7d7a19743c0f3f22b6f949885beddb897f8ef48266a6818
7
- data.tar.gz: 5e100ba1bb61c6de97aec032c6e638622e550fd7518cbaf447c124ffe14bf506fcac377db03fdec09b8ad5dc99749979382639f12636b89e872791424bfe7f0e
6
+ metadata.gz: 2ab64e02680d278d5de20d14185bd651f9b1cef3f0cda1e1d7cd017f22650ba27198a610b3cf0d4c1046e680d982b51ba8671a0855428d97763fe7bed6a1fcc1
7
+ data.tar.gz: 7d71508748d8550add53ae6fac57249546ed28d589a0af01f60c77db34c1590d36ac441c2b4940ec25df1622fe821bb8229fc2643acd50d333e315fad189b426
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.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.44.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -200,8 +200,7 @@ module Aws::Bedrock
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -4951,7 +4950,7 @@ module Aws::Bedrock
4951
4950
  tracer: tracer
4952
4951
  )
4953
4952
  context[:gem_name] = 'aws-sdk-bedrock'
4954
- context[:gem_version] = '1.44.0'
4953
+ context[:gem_version] = '1.45.0'
4955
4954
  Seahorse::Client::Request.new(handlers, context)
4956
4955
  end
4957
4956
 
@@ -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.44.0'
58
+ GEM_VERSION = '1.45.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.44.0
4
+ version: 1.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services