aws-sdk-eks 1.68.0 → 1.69.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: af509bc2a8313c44806d09a6fc36dd18e2f6bd6dec8cc268c91cab5823f268c8
4
- data.tar.gz: 7c6c4a2ae8fc7f7a3dbb4dae15ab112ebe3c5a837faf4a496d2464348189de98
3
+ metadata.gz: 90e1f6a995ab13a5c57119121d0b253b4cc0d383cbf020a7ca5745a56af2ee25
4
+ data.tar.gz: 46cf63f7fd910311825e13bb4b569df42f21f8ffa091617c2b459409f0056f61
5
5
  SHA512:
6
- metadata.gz: 523d5bfb07682978aff6d383b5d1de957d9a03ba974d998c2d77fb8133982496a13052583186d630635c1a720dc310264e82de49537f5f9eab81bcb14c45fcf3
7
- data.tar.gz: c2b1cd71d9a1f12696db1e99cde8742846a41a3aefed5efb2f6a230c4cd356678a1bae06b93ae1b88cb852435363a54ddf9b8004b988c62215e428489defa278
6
+ metadata.gz: 99beef4d76625006cbcf9713784c7e42be1995026ad237a03e8f44d5341e3ec5bb56a0194bdff0249a48b0d3b1a9da44799c633519f0d34443dd81912aa78e6a
7
+ data.tar.gz: 732c7b5cc33d6976d1a7f6263fcdc80c5132379b5b5290c04edc57c983d3f7e58fd735e8d70d93b746c89051028daa969eabc6cab439ae0bf1256785ce970db7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.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.68.0 (2021-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.69.0
@@ -119,7 +119,9 @@ module Aws::EKS
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
@@ -3234,7 +3236,7 @@ module Aws::EKS
3234
3236
  params: params,
3235
3237
  config: config)
3236
3238
  context[:gem_name] = 'aws-sdk-eks'
3237
- context[:gem_version] = '1.68.0'
3239
+ context[:gem_version] = '1.69.0'
3238
3240
  Seahorse::Client::Request.new(handlers, context)
3239
3241
  end
3240
3242
 
data/lib/aws-sdk-eks.rb CHANGED
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-eks/customizations'
49
49
  # @!group service
50
50
  module Aws::EKS
51
51
 
52
- GEM_VERSION = '1.68.0'
52
+ GEM_VERSION = '1.69.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-eks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.68.0
4
+ version: 1.69.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-22 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