aws-sdk-bedrockruntime 1.47.0 → 1.49.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: 9a09119fa112899c7e5b81965555199cca4e1aba23176b5c032a2b716ac83684
4
- data.tar.gz: 5e420cf89962a41814c04342e353929d956baa89c55bc1dd97618b94932aaa49
3
+ metadata.gz: f165e6253728f382c2162b5cccdcdb79433dd8766db738f81df355eacff3cb09
4
+ data.tar.gz: 2f5e9cffc3781fedbb9db5242d2428da7ed0aacdffafc40d62b13cd013290d07
5
5
  SHA512:
6
- metadata.gz: bec44ed9b91db98e6f7fc2e40951cd6cf60b6f868168bf335ebb52afe8279c59a605195cf46d2d211e51731526b194c077d684c9a5424b0ff6722246a8a89e1c
7
- data.tar.gz: f014a2713c4569600abc15c90c8f738abcbbddb83ece63b7b25506ec134ae76ea4a05ef698ec769c3bab76fdd8fad953e829411e879c157009be335ecb56372b
6
+ metadata.gz: 129d5d6bdb7ec609cf2c6fd48f6d2bf8be5c398443687234c55510394712812ad591a5eed2c0e9e72769219c0f7c3ba1c0cbdc5145e8640045a112a86be11a48
7
+ data.tar.gz: cc1e9f9c7eb25c1549b74df2d46199a2242d65c68c114398ddc0dd6e08488923fd6590c546826c6e15410156a543dbea4ee72dbf19e65159696608c6de3d4600
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.48.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.47.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.49.0
@@ -612,7 +612,7 @@ module Aws::BedrockRuntime
612
612
  tracer: tracer
613
613
  )
614
614
  context[:gem_name] = 'aws-sdk-bedrockruntime'
615
- context[:gem_version] = '1.47.0'
615
+ context[:gem_version] = '1.49.0'
616
616
  Seahorse::Client::Request.new(handlers, context)
617
617
  end
618
618
 
@@ -202,8 +202,7 @@ module Aws::BedrockRuntime
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
@@ -2600,7 +2599,7 @@ module Aws::BedrockRuntime
2600
2599
  tracer: tracer
2601
2600
  )
2602
2601
  context[:gem_name] = 'aws-sdk-bedrockruntime'
2603
- context[:gem_version] = '1.47.0'
2602
+ context[:gem_version] = '1.49.0'
2604
2603
  Seahorse::Client::Request.new(handlers, context)
2605
2604
  end
2606
2605
 
@@ -57,7 +57,7 @@ module Aws::BedrockRuntime
57
57
  autoload :AsyncClient, 'aws-sdk-bedrockruntime/async_client'
58
58
  autoload :EventStreams, 'aws-sdk-bedrockruntime/event_streams'
59
59
 
60
- GEM_VERSION = '1.47.0'
60
+ GEM_VERSION = '1.49.0'
61
61
 
62
62
  end
63
63
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.49.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.216.0
21
+ version: 3.225.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.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -87,7 +87,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
87
87
  requirements:
88
88
  - - ">="
89
89
  - !ruby/object:Gem::Version
90
- version: '2.5'
90
+ version: '2.7'
91
91
  required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  requirements:
93
93
  - - ">="