aws-sdk-bedrockdataautomation 1.33.0 → 1.34.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-bedrockdataautomation/client.rb +1 -1
- data/lib/aws-sdk-bedrockdataautomation.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f722f3cb5cd0d7fea5a8e02950fd3ffc4bd3de7b9d4ae7159aed219715994423
|
|
4
|
+
data.tar.gz: 45bbd543430f8f7affb6f237b6b87aa9bb62f0b6ec8828f5ceee1965845dc5f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c28aab2964acf7675da3e001cedba49322ed2782bb35bc8b3cde2e6cac6e97f392426d7cd5597d05e3a650b6de48dad6b0dce0ab85e93ca0ea5698f3eb9ec5b
|
|
7
|
+
data.tar.gz: ad7b3e652c4a7e6d7e379ebc6fdf804cf38639b86588878aaa29d4a14f81091d77439feed6f85c05304bbe0d31c4bbcab299396067f6acf6803161b200e541b0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.34.0
|
|
@@ -2248,7 +2248,7 @@ module Aws::BedrockDataAutomation
|
|
|
2248
2248
|
tracer: tracer
|
|
2249
2249
|
)
|
|
2250
2250
|
context[:gem_name] = 'aws-sdk-bedrockdataautomation'
|
|
2251
|
-
context[:gem_version] = '1.
|
|
2251
|
+
context[:gem_version] = '1.34.0'
|
|
2252
2252
|
Seahorse::Client::Request.new(handlers, context)
|
|
2253
2253
|
end
|
|
2254
2254
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-bedrockdataautomation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.34.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.
|
|
21
|
+
version: 3.254.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.
|
|
31
|
+
version: 3.254.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|