aws-sdk-cloudformation 1.137.0 → 1.138.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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b958f303c6b44744caeb9997922072125707640f7634fa13d02ae79ac017c759
|
4
|
+
data.tar.gz: 4858cbfc75682220bf2a6c6b427c1e96f6db76f19867d825166664681fbcb17f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c02afb425c67b0a1b8c8ac56adde195e39decf44f2de0cdd1dfb29c5b2aeeb981a4f37e34fc7fc3d0c7fdefb921d4a83918d9f69e23281a639709506c1ddf95
|
7
|
+
data.tar.gz: 67edada35346eb9769804ee42648082aa93253c7c1e09f627e30ded201aab0286719182190796882dc98f0ec05066ffccf4ce7ddefb9461bc418f71232aed7df
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.138.0
|
@@ -8811,7 +8811,7 @@ module Aws::CloudFormation
|
|
8811
8811
|
tracer: tracer
|
8812
8812
|
)
|
8813
8813
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
8814
|
-
context[:gem_version] = '1.
|
8814
|
+
context[:gem_version] = '1.138.0'
|
8815
8815
|
Seahorse::Client::Request.new(handlers, context)
|
8816
8816
|
end
|
8817
8817
|
|