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 +4 -4
- data/lib/aws-sdk-cloudformation.rb +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6367bf308e276101a9d5d9be710f6ae32f1e8e13951bf61be1d70725abee0022
|
4
|
+
data.tar.gz: e09c1c012626db4418c006947530a6cd86f0d34fe92d473e76a51f6ab9806a91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e184f48ce1e127ca76b50f036603511836335b158ee1ef210b6a25e8c4685a4638a72a01a532b701aa18a5f7f4dab40d98dde0bc239430664fccbe29a3672122
|
7
|
+
data.tar.gz: ce8fed763ee4749af7de36a73e2f96ad0df5837e89a03a03fef6128e245a7313e2ac390ccd7c544c302f53afc468d9c64ecee7be6919ce588dddbbb7f3494329
|
@@ -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
|
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
|
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.
|
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.
|
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-
|
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
|