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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8368dc43e8e63d0972970748936f7e5fd71c29f
4
- data.tar.gz: 5d13b146501345be44d82f6a4a6d2dacca1ab28a
3
+ metadata.gz: bc7c494e310809f02196c4c4653614fcdcf8f106
4
+ data.tar.gz: 17b703dd78daa1558758f6571cf61a32fa454fa4
5
5
  SHA512:
6
- metadata.gz: baf981784f0dadcec289512ee3dbce8568c5886afd43ab35784fd2f0ee0f5d8acc22060a6016aeaa43c167ffb171422108539123968f74dec331402aa27f1939
7
- data.tar.gz: 90de384a07cc0f1f5bb4f73f4b32efa39d1451e3d7f793ed5cf33eef0b38a3382d3016ba4894113ed82603c618e0653afd0caa1f5a4649ec528c83f21e3ada19
6
+ metadata.gz: 5f5858451b547babe2618b7f42d82c3f77d90ef9bfa510e29979985fedb14db2579c4e7428ca5a5074c1ea495c3bef69dcb05b4f100a9d43f959244a6ef3ce54
7
+ data.tar.gz: 8f0137a179326b6ac7748df6c40b59ef34b41b7e1290f4d98ac6ea3c327d202ad758d258332ae2ea61343f0a22a741ae0632655481207d77094fe54ae253e978
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
47
47
  # @service
48
48
  module Aws::CloudFormation
49
49
 
50
- GEM_VERSION = '1.17.0'
50
+ GEM_VERSION = '1.18.0'
51
51
 
52
52
  end
@@ -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.17.0'
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.waiter_until(waiter_name, params)
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.17.0
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-21 00:00:00.000000000 Z
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