aws-sdk-bedrockdataautomationruntime 1.14.0 → 1.16.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: c34ba363b46fab1c36213bb35b6c02b0645463845317921f03aca2aae8225a61
4
- data.tar.gz: 178677e95aad3e40871b65a458085c06e3a2abab4d84f7192cc7b9d3702148ec
3
+ metadata.gz: c5c598b90781275dc83020d64ffa6717c9e95e9649a18897291def8fb30e6730
4
+ data.tar.gz: 621eb471d23f44d93eb81503d35b89f5fe74db8864e79b22771dd0001a145a41
5
5
  SHA512:
6
- metadata.gz: 415d75cd409a9156e6be3882929e9e0f577351ba52a72b8f8989396d97142bb3dc652ca5e3daa3d803615978bdd0183cf4023466ed652536ecf4f8e2272c4f0e
7
- data.tar.gz: 2b7d72ca2be58a2a813b0b56fe175b5c9ea1c03d04968a6866fb61d8cfed48ea0f8949e57f356b555c8ec3125d7bb3b21344bc9fc83798d5a26e34817262c18c
6
+ metadata.gz: 6cc519d4e7f6aae2422a3306e0c4d9b279d5dfce10940d0fd9361a16a4bfbcaf6bde4bc7f1c57e37de3acfb95c9be3adfbc0de548830a9108afec86a81245a94
7
+ data.tar.gz: a3fb27a6ec3981b650edcb0ed9fe83f706a257ba3872d816b29e8d245a8a49b0c252829fd4707109873960a946487cf9f1af68dc90f6fa844429b7dd1362b53c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2025-10-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.15.0 (2025-10-17)
10
+ ------------------
11
+
12
+ * Feature - Update endpoint ruleset parameters casing
13
+
4
14
  1.14.0 (2025-08-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.16.0
@@ -722,7 +722,7 @@ module Aws::BedrockDataAutomationRuntime
722
722
  tracer: tracer
723
723
  )
724
724
  context[:gem_name] = 'aws-sdk-bedrockdataautomationruntime'
725
- context[:gem_version] = '1.14.0'
725
+ context[:gem_version] = '1.16.0'
726
726
  Seahorse::Client::Request.new(handlers, context)
727
727
  end
728
728
 
@@ -13,22 +13,22 @@ module Aws::BedrockDataAutomationRuntime
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -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.14.0'
57
+ GEM_VERSION = '1.16.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-bedrockdataautomationruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.16.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.231.0
21
+ version: 3.234.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.231.0
31
+ version: 3.234.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement