aws-sdk-bedrockdataautomationruntime 1.12.0 → 1.14.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: c182721d488884f6dbfd606399bc598cfe61b10c38ec0d21ff2860e227fa6f5c
4
- data.tar.gz: 6b1bac5f377d996ccc56a3ba0400f9c8d20a5a11420dfc3fb8eabbfefdf932b9
3
+ metadata.gz: c34ba363b46fab1c36213bb35b6c02b0645463845317921f03aca2aae8225a61
4
+ data.tar.gz: 178677e95aad3e40871b65a458085c06e3a2abab4d84f7192cc7b9d3702148ec
5
5
  SHA512:
6
- metadata.gz: 2754640dce9467e43e88bc2115500a15bac554a16c729fbfa02fb930616423f2a677ec25cc1ce130920ff2f70550c10f68aff4258af23ce4a48d1c30cfc27916
7
- data.tar.gz: 0b6911848bda36e36e77ee55f3f81d2ea7fdd6765423ae89dfa8557e5d07636457f9079f6e214bdf58479cb00b30ae9d2d9b59869a327e4eb1026fbc6c58f015
6
+ metadata.gz: 415d75cd409a9156e6be3882929e9e0f577351ba52a72b8f8989396d97142bb3dc652ca5e3daa3d803615978bdd0183cf4023466ed652536ecf4f8e2272c4f0e
7
+ data.tar.gz: 2b7d72ca2be58a2a813b0b56fe175b5c9ea1c03d04968a6866fb61d8cfed48ea0f8949e57f356b555c8ec3125d7bb3b21344bc9fc83798d5a26e34817262c18c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.14.0 (2025-08-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.13.0 (2025-08-25)
10
+ ------------------
11
+
12
+ * Feature - Remove incorrect endpoint tests
13
+
4
14
  1.12.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.14.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.12.0'
725
+ context[:gem_version] = '1.14.0'
726
726
  Seahorse::Client::Request.new(handlers, context)
727
727
  end
728
728
 
@@ -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.12.0'
57
+ GEM_VERSION = '1.14.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.12.0
4
+ version: 1.14.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.228.0
21
+ version: 3.231.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.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement