aws-sdk-bedrockdataautomationruntime 1.5.0 → 1.7.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: 9e22d8d6cbf961ecb5e5798671750eb4ef52fcfadbc8d55c094957092b7a4e3b
4
- data.tar.gz: d897d74c8c93eecd219aefbcb51ad156a72d383e44f0f0dfab7cf411852cce15
3
+ metadata.gz: 263de6793712051d9944e164b53c1002fbe7a97fd28a1efb5331f8407ffc71b1
4
+ data.tar.gz: 1d8664c880ffe94aa4c730d18981091e9ec9e523174143f904b950d055d775cf
5
5
  SHA512:
6
- metadata.gz: 8775f58f5e2d86dd424ea5cbf1579699619711f7b7c8c1c515bc1915ee31643e12dd31a27b035df58db9a117258ede61a0b0375fca24a4e8c8a693b1e0a5d86c
7
- data.tar.gz: 42a7884facb8efec870e3bedc9192f87077029f5748f0db5cb8b6012746c893cd23731a8490bc072855ed1148dc07ce630aa588fca6ce6335823ec9b289d24fb
6
+ metadata.gz: e0a45aa77f208039c18468e72bd59e940a67e59cf4d1114d2def2027e3fe6ec7d1a7d71506c71054c2017357b184a9141fec591b6220de6cc9de5ffdf8d75ab6
7
+ data.tar.gz: 75ffd1ddf6f2f4f5cfebd28c3a519156089392fbc92e3301862abcad2710f6ee0f37246aca347e71aaab2fbaf775ef29ae308b1cf2ff9aca7bb8ec07e2573e8d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.7.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.6.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.5.0 (2025-02-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.7.0
@@ -200,8 +200,7 @@ module Aws::BedrockDataAutomationRuntime
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
@@ -706,7 +705,7 @@ module Aws::BedrockDataAutomationRuntime
706
705
  tracer: tracer
707
706
  )
708
707
  context[:gem_name] = 'aws-sdk-bedrockdataautomationruntime'
709
- context[:gem_version] = '1.5.0'
708
+ context[:gem_version] = '1.7.0'
710
709
  Seahorse::Client::Request.new(handlers, context)
711
710
  end
712
711
 
@@ -101,7 +101,7 @@ module Aws::BedrockDataAutomationRuntime
101
101
  InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: NonBlankString, location_name: "message"))
102
102
  InternalServerException.struct_class = Types::InternalServerException
103
103
 
104
- InvokeDataAutomationAsyncRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
104
+ InvokeDataAutomationAsyncRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
105
105
  InvokeDataAutomationAsyncRequest.add_member(:input_configuration, Shapes::ShapeRef.new(shape: InputConfiguration, required: true, location_name: "inputConfiguration"))
106
106
  InvokeDataAutomationAsyncRequest.add_member(:output_configuration, Shapes::ShapeRef.new(shape: OutputConfiguration, required: true, location_name: "outputConfiguration"))
107
107
  InvokeDataAutomationAsyncRequest.add_member(:data_automation_configuration, Shapes::ShapeRef.new(shape: DataAutomationConfiguration, location_name: "dataAutomationConfiguration"))
@@ -54,7 +54,7 @@ module Aws::BedrockDataAutomationRuntime
54
54
  autoload :EndpointProvider, 'aws-sdk-bedrockdataautomationruntime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bedrockdataautomationruntime/endpoints'
56
56
 
57
- GEM_VERSION = '1.5.0'
57
+ GEM_VERSION = '1.7.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockdataautomationruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.7.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-02-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
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockdataautomationruntime
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockdataautomationruntime/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - Runtime for Amazon Bedrock Data Automation
99
96
  test_files: []