aws-sdk-cloudformation 1.40.0 → 1.41.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/lib/aws-sdk-cloudformation.rb +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5567c7545584e95524b19713434c6dcb3da5e52a665b7346b9002a65ada199e4
|
|
4
|
+
data.tar.gz: 56e28211fdfe5b0c8c5d15e438cf887a81c23367e2787190404b733f348818fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c428424f2fa75f6da46918007dcdbbe1f91b050edbb014ef312e2145228bfd1f678bce754ff867b6b1bb131e08893bb8c7bf7b96d8fcc9da16088f832df6c1e3
|
|
7
|
+
data.tar.gz: 024a05c1718444adda684aeb032c05a0612e6e5e10d8bff7f03892f8f4cbf76740c8ee4e182a24e6ca5934884bb4b63aacf7f56fad0c0d543cce242f56451c78
|
|
@@ -5317,7 +5317,7 @@ module Aws::CloudFormation
|
|
|
5317
5317
|
params: params,
|
|
5318
5318
|
config: config)
|
|
5319
5319
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
5320
|
-
context[:gem_version] = '1.
|
|
5320
|
+
context[:gem_version] = '1.41.0'
|
|
5321
5321
|
Seahorse::Client::Request.new(handlers, context)
|
|
5322
5322
|
end
|
|
5323
5323
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.41.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-07-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|