aws-sdk-bedrockdataautomation 1.12.0 → 1.13.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: efb94d5ce8e2100afa10ae029822b51dff99a2c98f1f1eb443f820bb142e4ad6
|
4
|
+
data.tar.gz: 95acd5eb0eefb5de0278cb8400880d4421f8cc1a5593c379bc760adc009bef6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11797f4e65a1d4da12000ec99fea3f18451f4b4924fed81ca66163cd3ab22dca9a5096254ee088f074c76dcfda1acfb0002d7411ba8a22c754046de7a261abac
|
7
|
+
data.tar.gz: dfc56997f390897c514d049f05e7032cb4b90d20f058270cdabd84e77c441b4b9daea7fcb6efbf16b090dc47516371109864acec77b212dd78c68c88524dff27
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.13.0
|
@@ -1405,7 +1405,7 @@ module Aws::BedrockDataAutomation
|
|
1405
1405
|
tracer: tracer
|
1406
1406
|
)
|
1407
1407
|
context[:gem_name] = 'aws-sdk-bedrockdataautomation'
|
1408
|
-
context[:gem_version] = '1.
|
1408
|
+
context[:gem_version] = '1.13.0'
|
1409
1409
|
Seahorse::Client::Request.new(handlers, context)
|
1410
1410
|
end
|
1411
1411
|
|
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.13.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.228.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.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|