aws-sdk-bedrockruntime 1.47.0 → 1.48.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-bedrockruntime/async_client.rb +1 -1
- data/lib/aws-sdk-bedrockruntime/client.rb +2 -3
- data/lib/aws-sdk-bedrockruntime.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c5389a7c6c7a5758b71d5fc9671ec18b63f6dc82665bb89fdac023df5171c49
|
4
|
+
data.tar.gz: 0c644dd48ff8e03684ed6b849dfa567db8cdabc7dc57ec8ececadee3b4ece54f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c7a7d2438148ac772fd0ef78bc4b92ae56a50ab79d5c2429089dd7cfa6a1f1de3961123ac6a99c8444714be39ecdc1f6961a11b1fef3ccff9f642470fcca5e1
|
7
|
+
data.tar.gz: 70676aa9d1c181d63abdade495edbd7f378305414cfdcfa3e2f237d6da7fc3871b010bd1696f84ddc14fd88374c318917351ab9ae0ecb45b583891c928b62a5a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.48.0
|
@@ -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
|
-
#
|
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.
|
2602
|
+
context[:gem_version] = '1.48.0'
|
2604
2603
|
Seahorse::Client::Request.new(handlers, context)
|
2605
2604
|
end
|
2606
2605
|
|