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: da0f45284bff4822ec8d61bd4a7447d44ae60f01368b24a85b5090dccad7bf61
4
- data.tar.gz: b3ec52e3525ea1e0d3671e9cd2b09ec9933334c5cab6673c6b01332f856e8106
3
+ metadata.gz: 5a5933f62b03ca0dd6d3645e73149ca16bb6610c48c89746a2d0f0d296faea57
4
+ data.tar.gz: f02ad601b3636028861a8ef53d87d91ac40171ddd0c9802bebe15602172a5357
5
5
  SHA512:
6
- metadata.gz: 4d13091dce2dc5dd166cbcbf3f635ca2708b01e4ad7ea78390cde6d055bdbd1b0b222f7261b0c042d4f1994b1338580b0f9e1a578ec0d578be7be993515be66e
7
- data.tar.gz: a9c50569fa7c653e2d55cc96f86bd6c6a9caf517d10933ba045fdebc834b6b486d30772d35c2c2011c51d6d0dba29a4f30923b32f80e4b75839aabc1263350ac
6
+ metadata.gz: 9648f09dc6a2c04ce2c4744c788c3dfdff963d6675008aab2bcbb7c256af32992617c692300ed44469747fdcee0de802ae5d9fd91bf2b8b61571d9d9913de26a
7
+ data.tar.gz: 1526e3803fbfb6f77841ab5ae0f4cbba6582ef5c9d3440d84c0924cb516a52073c4b4cd5b8c539530d0f3e902d0f08bc74664d8a3b4227d9213d9b0b7f65c73e
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
50
50
  # @service
51
51
  module Aws::CloudFormation
52
52
 
53
- GEM_VERSION = '1.32.0'
53
+ GEM_VERSION = '1.33.0'
54
54
 
55
55
  end
@@ -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.32.0'
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
- msg << "yielding the waiter is deprecated"
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.32.0
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-08 00:00:00.000000000 Z
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