aws-sdk-cloudformation 1.35.0 → 1.36.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: 5ee7226909b3c9ecee6096e159b2402377f7768be46228fbeadb6cd787f986f2
4
- data.tar.gz: ad29f267cda0c7e523891f43787060c7b0e836ddc5d6be427a9983de1ed21f70
3
+ metadata.gz: 8bb74988d225a1921e780150116f4874838431b3347bfaaeafc8c076d65cc722
4
+ data.tar.gz: ed9cf43cf829902a630d5d695dfdb390d0c69b43dc5fd737ee8cc09ca2a67bb0
5
5
  SHA512:
6
- metadata.gz: 47e7353b5673a2cc244ac1c2d26518db4ad0bcc827e51c339ba7d3062acac70248f8c1093caa24b86bffaa3e6f38ab8f6db8c97ff11cbf545d3a06d440f61ba0
7
- data.tar.gz: 7cc19ade8f5d75c503a754e5d6812a0dcb72654bc243771ccb747e369ac503446a04f8e82daeebf85fdfd85da211d37e337c5d5b2cbfc79302b0bfadac2ae747
6
+ metadata.gz: 67b7cb94c129fbe21333c7ae92d4bb625a848677eb389f8d341001d7809c70b37a1021b1727fdd2e78d1ab34e61d61b826158a6049adf43f76e6ce84c0c5f06c
7
+ data.tar.gz: 929c00832c80fdf1e1541765549c23e7d63755d6019636ee8c7e84fe45331cf5075ab40c827c6eb4f233f2cac6d97e44fa9d12e90d9ec51256c6a2c6bd17dd66
@@ -50,6 +50,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
50
50
  # @service
51
51
  module Aws::CloudFormation
52
52
 
53
- GEM_VERSION = '1.35.0'
53
+ GEM_VERSION = '1.36.0'
54
54
 
55
55
  end
@@ -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. Defaults to `false`.
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.35.0'
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
- resp = @client.create_stack(options)
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.35.0
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-15 00:00:00.000000000 Z
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