aws-sdk-ecs 1.91.0 → 1.92.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: 5824f7f4a1dd7bcf4e689a3806239f9befb8593b386beb1a479bed2f5474787f
4
- data.tar.gz: 941a624bc453c8ca23b187b6c808fc646b8823692b99f650934de2ce522b73d3
3
+ metadata.gz: d7513702e392a557a02d9cfd82f8ab1ccd8e5606fb172348bb68be8617e07bf8
4
+ data.tar.gz: 43e2a3545353e5cf1b9211ca1cdd949d2f5f6b8655d2f281b0e9c8286a0e00b2
5
5
  SHA512:
6
- metadata.gz: 7a65d1cde1528a80a7669f762ff6b079a8572514bea7a0b48aa0382bf3880498db692bc88c4a4aa7fc02e1417fa1398c81c173ac559c0c74507e05b1012d93f3
7
- data.tar.gz: eb3bc6963a2f2139654f71e953f8f434132c044a947abf69c27855cc06ea2df253e9329484738e708a667445b6561b5bc1600f7e2bc6f06db3e69377efd2c4e7
6
+ metadata.gz: 42a58e8ce6bf5f71d5c0403f9e73137182156191e1a7bfba3ce1a0c7918ae4d04c48e4a6d1c8d35d22d8a99ef9df77e30d0e4687195f2b505467e91213beb56a
7
+ data.tar.gz: 3d512b08dbbfa74be38f00474a470e71e7a67eaf11e4d9f93f4e603a23ed642cc93a480eb1a5c3f7a5ac41e96337c9a675b1998189fe3689e239d93aec77c501
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.92.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.91.0 (2021-11-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.91.0
1
+ 1.92.0
@@ -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.91.0'
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
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-ecs/customizations'
49
49
  # @!group service
50
50
  module Aws::ECS
51
51
 
52
- GEM_VERSION = '1.91.0'
52
+ GEM_VERSION = '1.92.0'
53
53
 
54
54
  end
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.91.0
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-23 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