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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudformation/client.rb +4 -2
- data/lib/aws-sdk-cloudformation.rb +1 -1
- 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: 22d15036ffad18a1205e6e1aea786816c2bbacb4bd86643f6ae220cc10986bec
|
4
|
+
data.tar.gz: 5dc0aeba767bbb77a46fc7a64007d11b3651958ba3f889bf1b208875bd7565c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ebbaba8cc8a1ad4279c8abd53e86f9805c966ca4ac346ee028dce42fd3d0ad7b7898f2cd2a1f69df63908fbb0bab427fb7932611837851f935b2dfd0f161be5
|
7
|
+
data.tar.gz: '05615697823a4054f24d3ace5c552f6506eb77e789ce64f4bb1cad4b49d6d3897e805798bffd9321536edc1ca0cf4834545f90eaa3fe443ae5cc3b3844bcfa1e'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
6681
|
+
context[:gem_version] = '1.63.0'
|
6680
6682
|
Seahorse::Client::Request.new(handlers, context)
|
6681
6683
|
end
|
6682
6684
|
|
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.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-
|
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
|