aws-sdk-cloudformation 1.32.0 → 1.33.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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a5933f62b03ca0dd6d3645e73149ca16bb6610c48c89746a2d0f0d296faea57
|
4
|
+
data.tar.gz: f02ad601b3636028861a8ef53d87d91ac40171ddd0c9802bebe15602172a5357
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9648f09dc6a2c04ce2c4744c788c3dfdff963d6675008aab2bcbb7c256af32992617c692300ed44469747fdcee0de802ae5d9fd91bf2b8b61571d9d9913de26a
|
7
|
+
data.tar.gz: 1526e3803fbfb6f77841ab5ae0f4cbba6582ef5c9d3440d84c0924cb516a52073c4b4cd5b8c539530d0f3e902d0f08bc74664d8a3b4227d9213d9b0b7f65c73e
|
@@ -5282,7 +5282,7 @@ module Aws::CloudFormation
|
|
5282
5282
|
params: params,
|
5283
5283
|
config: config)
|
5284
5284
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
5285
|
-
context[:gem_version] = '1.
|
5285
|
+
context[:gem_version] = '1.33.0'
|
5286
5286
|
Seahorse::Client::Request.new(handlers, context)
|
5287
5287
|
end
|
5288
5288
|
|
@@ -1080,8 +1080,8 @@ module Aws::CloudFormation
|
|
1080
1080
|
|
1081
1081
|
def yield_waiter_and_warn(waiter, &block)
|
1082
1082
|
if !@waiter_block_warned
|
1083
|
-
msg = "pass options to configure the waiter; "
|
1084
|
-
|
1083
|
+
msg = "pass options to configure the waiter; "\
|
1084
|
+
"yielding the waiter is deprecated"
|
1085
1085
|
warn(msg)
|
1086
1086
|
@waiter_block_warned = true
|
1087
1087
|
end
|
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.33.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-04-
|
11
|
+
date: 2020-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|