aws-sdk-cloudformation 1.33.0 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5a5933f62b03ca0dd6d3645e73149ca16bb6610c48c89746a2d0f0d296faea57
4
- data.tar.gz: f02ad601b3636028861a8ef53d87d91ac40171ddd0c9802bebe15602172a5357
3
+ metadata.gz: 6367bf308e276101a9d5d9be710f6ae32f1e8e13951bf61be1d70725abee0022
4
+ data.tar.gz: e09c1c012626db4418c006947530a6cd86f0d34fe92d473e76a51f6ab9806a91
5
5
  SHA512:
6
- metadata.gz: 9648f09dc6a2c04ce2c4744c788c3dfdff963d6675008aab2bcbb7c256af32992617c692300ed44469747fdcee0de802ae5d9fd91bf2b8b61571d9d9913de26a
7
- data.tar.gz: 1526e3803fbfb6f77841ab5ae0f4cbba6582ef5c9d3440d84c0924cb516a52073c4b4cd5b8c539530d0f3e902d0f08bc74664d8a3b4227d9213d9b0b7f65c73e
6
+ metadata.gz: e184f48ce1e127ca76b50f036603511836335b158ee1ef210b6a25e8c4685a4638a72a01a532b701aa18a5f7f4dab40d98dde0bc239430664fccbe29a3672122
7
+ data.tar.gz: ce8fed763ee4749af7de36a73e2f96ad0df5837e89a03a03fef6128e245a7313e2ac390ccd7c544c302f53afc468d9c64ecee7be6919ce588dddbbb7f3494329
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
50
50
  # @service
51
51
  module Aws::CloudFormation
52
52
 
53
- GEM_VERSION = '1.33.0'
53
+ GEM_VERSION = '1.34.0'
54
54
 
55
55
  end
@@ -105,7 +105,7 @@ module Aws::CloudFormation
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::CloudFormation
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -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.33.0'
5285
+ context[:gem_version] = '1.34.0'
5286
5286
  Seahorse::Client::Request.new(handlers, context)
5287
5287
  end
5288
5288
 
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.33.0
4
+ version: 1.34.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-20 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core