aws-sdk-cloudformation 1.155.0 → 1.156.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-cloudformation/client.rb +1 -1
- data/lib/aws-sdk-cloudformation.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: 7d2fd546afa570d89c132c5ec6b1a439c44a180dab0a24637c6b5dcb0f037430
|
|
4
|
+
data.tar.gz: d3d1783a9ee0592b49c2e1f1254a9e01f87536229931c841a855115359327c22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf4fd2ca38c760daec4f3776bfaf2bafb0c3276a24f8dbbdbfef9a0baf82aae6f68943cab002f80260c39dd77fea3e59ae02660c61ee58a4aab51c2a5aeea276
|
|
7
|
+
data.tar.gz: 9d150a49b75ade1793031da7b0dd9e07f3a42b2ce69afbeb596cdd8a4953edecb6cc8ffbe1a5e85ba3965130420f21d761a7380c6c5f5143fb6271b085f5609f
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.156.0
|
|
@@ -9191,7 +9191,7 @@ module Aws::CloudFormation
|
|
|
9191
9191
|
tracer: tracer
|
|
9192
9192
|
)
|
|
9193
9193
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
9194
|
-
context[:gem_version] = '1.
|
|
9194
|
+
context[:gem_version] = '1.156.0'
|
|
9195
9195
|
Seahorse::Client::Request.new(handlers, context)
|
|
9196
9196
|
end
|
|
9197
9197
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cloudformation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.156.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
|