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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34ffb2ba4fb8e64d2a7341ef9da08f7368b7756b2f148f8e8088b0b42f22494e
4
- data.tar.gz: 2d9613be8c18c93c24fb91cdc5c7986f2eeea1c34251308dbf2173cf19f511a3
3
+ metadata.gz: 5567c7545584e95524b19713434c6dcb3da5e52a665b7346b9002a65ada199e4
4
+ data.tar.gz: 56e28211fdfe5b0c8c5d15e438cf887a81c23367e2787190404b733f348818fc
5
5
  SHA512:
6
- metadata.gz: a4ebc7c46ecd7513a77f5476dc646961eb0e28277e161243e19e8cfbad4610a0f5d0ae31a3b4182325123bca6c83e1a50c3eae7c462a1a7473571bb3bbfbb307
7
- data.tar.gz: 872f6266c43208f3868dfc15ada317e8597c4cc877664c284c9213ef46618cef39d46690d2d5d1ffa48e40efe8d8a206aa1a06745152b09782909e65d8a5abb8
6
+ metadata.gz: c428424f2fa75f6da46918007dcdbbe1f91b050edbb014ef312e2145228bfd1f678bce754ff867b6b1bb131e08893bb8c7bf7b96d8fcc9da16088f832df6c1e3
7
+ data.tar.gz: 024a05c1718444adda684aeb032c05a0612e6e5e10d8bff7f03892f8f4cbf76740c8ee4e182a24e6ca5934884bb4b63aacf7f56fad0c0d543cce242f56451c78
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
52
52
  # @service
53
53
  module Aws::CloudFormation
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end
@@ -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.40.0'
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.40.0
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-06-26 00:00:00.000000000 Z
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