aws-sdk-cloudformation 1.62.0 → 1.63.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: 1e1132225800a614e0716f734c057f6ff912efb56be1a49530cf571933420eb8
4
- data.tar.gz: 0c11057d0c4c5cd178b8025ba3491cbc88b27847d998de5a6fbc2db1da4c0605
3
+ metadata.gz: 22d15036ffad18a1205e6e1aea786816c2bbacb4bd86643f6ae220cc10986bec
4
+ data.tar.gz: 5dc0aeba767bbb77a46fc7a64007d11b3651958ba3f889bf1b208875bd7565c0
5
5
  SHA512:
6
- metadata.gz: efb614c0cf7d2aeafccbf6a81c8795a12293e4d3e1289d4223e1e49adf1f2aa5dbe7ff167d100d45d6a334aed403f0000c41851dd185124d06aaecf66c53542f
7
- data.tar.gz: 18636c20f6a5ebda89e4e7b4b6c765b31cff49db61322e6ec2f39d260a09a0885316721bfe47ec6087e12dd9c367e9167dc2c9bac8978d7cfbbf72a540a71ed1
6
+ metadata.gz: 5ebbaba8cc8a1ad4279c8abd53e86f9805c966ca4ac346ee028dce42fd3d0ad7b7898f2cd2a1f69df63908fbb0bab427fb7932611837851f935b2dfd0f161be5
7
+ data.tar.gz: '05615697823a4054f24d3ace5c552f6506eb77e789ce64f4bb1cad4b49d6d3897e805798bffd9321536edc1ca0cf4834545f90eaa3fe443ae5cc3b3844bcfa1e'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.0 (2021-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -119,7 +119,9 @@ module Aws::CloudFormation
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -6676,7 +6678,7 @@ module Aws::CloudFormation
6676
6678
  params: params,
6677
6679
  config: config)
6678
6680
  context[:gem_name] = 'aws-sdk-cloudformation'
6679
- context[:gem_version] = '1.62.0'
6681
+ context[:gem_version] = '1.63.0'
6680
6682
  Seahorse::Client::Request.new(handlers, context)
6681
6683
  end
6682
6684
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-cloudformation/customizations'
53
53
  # @!group service
54
54
  module Aws::CloudFormation
55
55
 
56
- GEM_VERSION = '1.62.0'
56
+ GEM_VERSION = '1.63.0'
57
57
 
58
58
  end
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.62.0
4
+ version: 1.63.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: 2021-11-22 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core