aws-sdk-ecs 1.91.0 → 1.92.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-ecs/client.rb +4 -2
- data/lib/aws-sdk-ecs.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: d7513702e392a557a02d9cfd82f8ab1ccd8e5606fb172348bb68be8617e07bf8
|
4
|
+
data.tar.gz: 43e2a3545353e5cf1b9211ca1cdd949d2f5f6b8655d2f281b0e9c8286a0e00b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42a58e8ce6bf5f71d5c0403f9e73137182156191e1a7bfba3ce1a0c7918ae4d04c48e4a6d1c8d35d22d8a99ef9df77e30d0e4687195f2b505467e91213beb56a
|
7
|
+
data.tar.gz: 3d512b08dbbfa74be38f00474a470e71e7a67eaf11e4d9f93f4e603a23ed642cc93a480eb1a5c3f7a5ac41e96337c9a675b1998189fe3689e239d93aec77c501
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.92.0
|
data/lib/aws-sdk-ecs/client.rb
CHANGED
@@ -119,7 +119,9 @@ module Aws::ECS
|
|
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
|
@@ -8603,7 +8605,7 @@ module Aws::ECS
|
|
8603
8605
|
params: params,
|
8604
8606
|
config: config)
|
8605
8607
|
context[:gem_name] = 'aws-sdk-ecs'
|
8606
|
-
context[:gem_version] = '1.
|
8608
|
+
context[:gem_version] = '1.92.0'
|
8607
8609
|
Seahorse::Client::Request.new(handlers, context)
|
8608
8610
|
end
|
8609
8611
|
|
data/lib/aws-sdk-ecs.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ecs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.92.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
|