aws-sdk-cloudformation 1.35.0 → 1.36.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8bb74988d225a1921e780150116f4874838431b3347bfaaeafc8c076d65cc722
|
4
|
+
data.tar.gz: ed9cf43cf829902a630d5d695dfdb390d0c69b43dc5fd737ee8cc09ca2a67bb0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67b7cb94c129fbe21333c7ae92d4bb625a848677eb389f8d341001d7809c70b37a1021b1727fdd2e78d1ab34e61d61b826158a6049adf43f76e6ce84c0c5f06c
|
7
|
+
data.tar.gz: 929c00832c80fdf1e1541765549c23e7d63755d6019636ee8c7e84fe45331cf5075ab40c827c6eb4f233f2cac6d97e44fa9d12e90d9ec51256c6a2c6bd17dd66
|
@@ -176,7 +176,7 @@ module Aws::CloudFormation
|
|
176
176
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
177
|
#
|
178
178
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
179
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
180
|
#
|
181
181
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
182
|
# The log formatter.
|
@@ -5298,7 +5298,7 @@ module Aws::CloudFormation
|
|
5298
5298
|
params: params,
|
5299
5299
|
config: config)
|
5300
5300
|
context[:gem_name] = 'aws-sdk-cloudformation'
|
5301
|
-
context[:gem_version] = '1.
|
5301
|
+
context[:gem_version] = '1.36.0'
|
5302
5302
|
Seahorse::Client::Request.new(handlers, context)
|
5303
5303
|
end
|
5304
5304
|
|
@@ -316,7 +316,7 @@ module Aws::CloudFormation
|
|
316
316
|
# [2]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html
|
317
317
|
# @return [Stack]
|
318
318
|
def create_stack(options = {})
|
319
|
-
|
319
|
+
@client.create_stack(options)
|
320
320
|
Stack.new(
|
321
321
|
name: options[:stack_name],
|
322
322
|
client: @client
|
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.36.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-05-
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|