aws-sdk-bedrockruntime 1.46.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51de9c1b5243a2585f78fd3f28fc41338438106c59ddbb9e9091f0417c91fa1e
4
- data.tar.gz: 7269aee7d2cf3aab910e6ba757c9d5fa6befc4436d33a4c10354864398a80b55
3
+ metadata.gz: 4c5389a7c6c7a5758b71d5fc9671ec18b63f6dc82665bb89fdac023df5171c49
4
+ data.tar.gz: 0c644dd48ff8e03684ed6b849dfa567db8cdabc7dc57ec8ececadee3b4ece54f
5
5
  SHA512:
6
- metadata.gz: d2f8bd8bad452e8eb9b46ac12a13fd54d19e524ff50908cd614eb7362355bab475f4429a1c6a9cd696a057b09be1224ab6f030dadd79831f0ec464679749bf07
7
- data.tar.gz: df2b78ccf0956f31dffd0cb689605569763f7c2525c430723385698209a2234ee0ab25b596697e16b04096ebd9c5ccd0dfcac028caf59f6fa28913cebf3e7e19
6
+ metadata.gz: 3c7a7d2438148ac772fd0ef78bc4b92ae56a50ab79d5c2429089dd7cfa6a1f1de3961123ac6a99c8444714be39ecdc1f6961a11b1fef3ccff9f642470fcca5e1
7
+ data.tar.gz: 70676aa9d1c181d63abdade495edbd7f378305414cfdcfa3e2f237d6da7fc3871b010bd1696f84ddc14fd88374c318917351ab9ae0ecb45b583891c928b62a5a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.47.0 (2025-05-01)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.46.0 (2025-04-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.48.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.46.0'
615
+ context[:gem_version] = '1.48.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.46.0'
2602
+ context[:gem_version] = '1.48.0'
2604
2603
  Seahorse::Client::Request.new(handlers, context)
2605
2604
  end
2606
2605
 
@@ -861,7 +861,7 @@ module Aws::BedrockRuntime
861
861
  SpecificToolChoice.add_member(:name, Shapes::ShapeRef.new(shape: ToolName, required: true, location_name: "name"))
862
862
  SpecificToolChoice.struct_class = Types::SpecificToolChoice
863
863
 
864
- StartAsyncInvokeRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: AsyncInvokeIdempotencyToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
864
+ StartAsyncInvokeRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: AsyncInvokeIdempotencyToken, location_name: "clientRequestToken", metadata: {"idempotencyToken" => true}))
865
865
  StartAsyncInvokeRequest.add_member(:model_id, Shapes::ShapeRef.new(shape: AsyncInvokeIdentifier, required: true, location_name: "modelId"))
866
866
  StartAsyncInvokeRequest.add_member(:model_input, Shapes::ShapeRef.new(shape: ModelInputPayload, required: true, location_name: "modelInput"))
867
867
  StartAsyncInvokeRequest.add_member(:output_data_config, Shapes::ShapeRef.new(shape: AsyncInvokeOutputDataConfig, required: true, location_name: "outputDataConfig"))
@@ -993,7 +993,7 @@ module Aws::BedrockRuntime
993
993
  "auth" => ["aws.auth#sigv4"],
994
994
  "endpointPrefix" => "bedrock-runtime",
995
995
  "protocol" => "rest-json",
996
- "protocolSettings" => {"h2"=>"optional"},
996
+ "protocolSettings" => {"h2" => "optional"},
997
997
  "protocols" => ["rest-json"],
998
998
  "serviceFullName" => "Amazon Bedrock Runtime",
999
999
  "serviceId" => "Bedrock Runtime",
@@ -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.46.0'
60
+ GEM_VERSION = '1.48.0'
61
61
 
62
62
  end
63
63
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-04-28 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -81,7 +80,6 @@ licenses:
81
80
  metadata:
82
81
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockruntime
83
82
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockruntime/CHANGELOG.md
84
- post_install_message:
85
83
  rdoc_options: []
86
84
  require_paths:
87
85
  - lib
@@ -96,8 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
94
  - !ruby/object:Gem::Version
97
95
  version: '0'
98
96
  requirements: []
99
- rubygems_version: 3.4.10
100
- signing_key:
97
+ rubygems_version: 3.6.7
101
98
  specification_version: 4
102
99
  summary: AWS SDK for Ruby - Amazon Bedrock Runtime
103
100
  test_files: []