aws-sdk-emrcontainers 1.10.0 → 1.11.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: ebb2efc17f47422acedcc524409a3f449bd814cb1c5ab815f7491bf467fbb1aa
4
- data.tar.gz: 419382f65c26dc39e845e6a3aa6ad82ec84f3790d865055c60b7317f1440e4be
3
+ metadata.gz: 7f864ae433222ab8eb7eee17b7c18d3f34ec1f80809c8afde8c13aab70b288bb
4
+ data.tar.gz: 200c102d6bc44a060ffd711ea931169545458ff84070b61d19950f7d2486a0fb
5
5
  SHA512:
6
- metadata.gz: 14a576216e6e19c0ab66f9aeab61edea21d6f66c230731d62a8222c37a485cd55d059184264d77bc11487425dc8fc9e8c4c41a75420d9b141c41315b991c7984
7
- data.tar.gz: 8f86b8f6217becd2a8a3c945af4fc8e8d1a0a272215b2e4b9e8337ad929c19568f1cc5651ca4062fdeb55142fb9fcafb09525e5e8e8c982440a0254be567e414
6
+ metadata.gz: f22893fd6358e73b73768f432eb35c8a9e15b9f9d6af5bcc6cd5ef86d38c0b94e47da93485342a69a3084c17fd544f0303171199f0eb4cd702c26b4d4d5725ff
7
+ data.tar.gz: acf05639ef203358ea491f4d87cef1866f85864f913856bebbdaca281f4ee22f0e75118771f014eb133fd476f616b96107b329a23a2d71bfb38808a005dc49e1
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.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.10.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -119,7 +119,9 @@ module Aws::EMRContainers
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
@@ -1214,7 +1216,7 @@ module Aws::EMRContainers
1214
1216
  params: params,
1215
1217
  config: config)
1216
1218
  context[:gem_name] = 'aws-sdk-emrcontainers'
1217
- context[:gem_version] = '1.10.0'
1219
+ context[:gem_version] = '1.11.0'
1218
1220
  Seahorse::Client::Request.new(handlers, context)
1219
1221
  end
1220
1222
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-emrcontainers/customizations'
48
48
  # @!group service
49
49
  module Aws::EMRContainers
50
50
 
51
- GEM_VERSION = '1.10.0'
51
+ GEM_VERSION = '1.11.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-emrcontainers
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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