aws-sdk-support 1.36.0 → 1.37.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: 34b8f7813b28c3b103f22b30d8e926e212b54103dd405b481fafc9eb022c9376
4
- data.tar.gz: ef20303606db64ea1adc3991bf89469f17cf1b97eebed2ac86e1c69eb71e1cd4
3
+ metadata.gz: 804e1a73f1d685de9d27600c3bd903a69193e09ed050e2ea7191953adf5467bb
4
+ data.tar.gz: f45c71528ea68f695aa888361fde7db811857a5a418a7e18e1d89aba1317324b
5
5
  SHA512:
6
- metadata.gz: 10e12a4956e5b95dc92e714b641dcc5562ca5badacda94036bcb3d3c286f2ffc886951abd315330f6a7642c784a326b755bb8ad617f1bb6ff8639e38b681dbe7
7
- data.tar.gz: 8f1b466c51f56f6a622d7355ea3fa0526224b131445869de94fe8312f70907229193a85532de6fc46e978b9501e3de929a81d35b6ab747d83bf9b520b1309812
6
+ metadata.gz: 918236a4b1b10d51f635c77037f538a6bb689428a2fa3a27cd6357dfff9b361dcd8a97589969bf0c2a898a1df75a53ea2f59d5261ce721a636d39b78f0984026
7
+ data.tar.gz: 4739577c35a45649cf3b48341dbf05c61dbcbc8ff504672d907febe9aaf86ba4f6ada1437b9c637c6eb658b01aa65b326acc8ca64e2a114b25f8674c39813e3e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.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.36.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -119,7 +119,9 @@ module Aws::Support
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
@@ -1366,7 +1368,7 @@ module Aws::Support
1366
1368
  params: params,
1367
1369
  config: config)
1368
1370
  context[:gem_name] = 'aws-sdk-support'
1369
- context[:gem_version] = '1.36.0'
1371
+ context[:gem_version] = '1.37.0'
1370
1372
  Seahorse::Client::Request.new(handlers, context)
1371
1373
  end
1372
1374
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-support/customizations'
48
48
  # @!group service
49
49
  module Aws::Support
50
50
 
51
- GEM_VERSION = '1.36.0'
51
+ GEM_VERSION = '1.37.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.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-04 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