aws-sdk-cloudformation 1.17.0 → 1.18.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 +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc7c494e310809f02196c4c4653614fcdcf8f106
|
|
4
|
+
data.tar.gz: 17b703dd78daa1558758f6571cf61a32fa454fa4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5f5858451b547babe2618b7f42d82c3f77d90ef9bfa510e29979985fedb14db2579c4e7428ca5a5074c1ea495c3bef69dcb05b4f100a9d43f959244a6ef3ce54
|
|
7
|
+
data.tar.gz: 8f0137a179326b6ac7748df6c40b59ef34b41b7e1290f4d98ac6ea3c327d202ad758d258332ae2ea61343f0a22a741ae0632655481207d77094fe54ae253e978
|
|
@@ -4168,7 +4168,7 @@ module Aws::CloudFormation
|
|
|
4168
4168
|
params: params,
|
|
4169
4169
|
config: config)
|
|
4170
4170
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
|
4171
|
-
context[:gem_version] = '1.
|
|
4171
|
+
context[:gem_version] = '1.18.0'
|
|
4172
4172
|
Seahorse::Client::Request.new(handlers, context)
|
|
4173
4173
|
end
|
|
4174
4174
|
|
|
@@ -4185,7 +4185,7 @@ module Aws::CloudFormation
|
|
|
4185
4185
|
# In between attempts, the waiter will sleep.
|
|
4186
4186
|
#
|
|
4187
4187
|
# # polls in a loop, sleeping between attempts
|
|
4188
|
-
# client.
|
|
4188
|
+
# client.wait_until(waiter_name, params)
|
|
4189
4189
|
#
|
|
4190
4190
|
# ## Configuration
|
|
4191
4191
|
#
|
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.18.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: 2019-03-
|
|
11
|
+
date: 2019-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|