aws-sdk-eks 1.35.0 → 1.36.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
- SHA1:
3
- metadata.gz: 4b83d443c5fd99136e123189e6f1a7e747195b2b
4
- data.tar.gz: eb2049a20db012bfe3d0a5f2acf1a160eb8fdcfc
2
+ SHA256:
3
+ metadata.gz: 6b9d9b2369000f8a293f75ce22a5a79a8436d08a391dd05e17a62b85492290b1
4
+ data.tar.gz: 1fa9f11583d3d74d336df546284b4f82e3374820fb3a045720688b913e36c71c
5
5
  SHA512:
6
- metadata.gz: dcf83a54265cbddf1f9f1440fa312e158db80405f73afd627c8e1e9db35c65dd3f70e9966188d08bd53a2f96f4114ec8fb5c461d874ba3c0d2f0da156a24d945
7
- data.tar.gz: eea523fd3cb6ed08481ae2b442bc5d8b8c2aafb4c8aad98526423e9f9d745d7e657b3a8265370bb658f4896001c2fd8002769664b24a86b1acf161379c3d199d
6
+ metadata.gz: 27ba3885fdf059763b5644c8bad81c6d6989171e1c6f5563718b1037059ed3e8a743e505ad1b27d11acf181e1fdfe53412a45c6923f78aa1b713355aaaf67461
7
+ data.tar.gz: c9d408d7920aab0e5d5795f55b5999eb0418ba62b64263a502d323405f88d70b381bc4de8a93c96d352a0d4d3d6917ef4bfafce1fbff96fb3bc179e1992eaa94
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-eks/customizations'
46
46
  # @service
47
47
  module Aws::EKS
48
48
 
49
- GEM_VERSION = '1.35.0'
49
+ GEM_VERSION = '1.36.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::EKS
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::EKS
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -269,8 +269,7 @@ module Aws::EKS
269
269
  #
270
270
  # @option options [Integer] :http_read_timeout (60) The default
271
271
  # number of seconds to wait for response data. This value can
272
- # safely be set
273
- # per-request on the session yielded by {#session_for}.
272
+ # safely be set per-request on the session.
274
273
  #
275
274
  # @option options [Float] :http_idle_timeout (5) The number of
276
275
  # seconds a connection is allowed to sit idle before it is
@@ -282,7 +281,7 @@ module Aws::EKS
282
281
  # request body. This option has no effect unless the request has
283
282
  # "Expect" header set to "100-continue". Defaults to `nil` which
284
283
  # disables this behaviour. This value can safely be set per
285
- # request on the session yielded by {#session_for}.
284
+ # request on the session.
286
285
  #
287
286
  # @option options [Boolean] :http_wire_trace (false) When `true`,
288
287
  # HTTP debug output will be sent to the `:logger`.
@@ -1154,7 +1153,7 @@ module Aws::EKS
1154
1153
  # resp.cluster.encryption_config[0].provider.key_arn #=> String
1155
1154
  #
1156
1155
  #
1157
- # The following waiters are defined for this operation (see {Client#wait_for} for detailed usage):
1156
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
1158
1157
  #
1159
1158
  # * cluster_active
1160
1159
  # * cluster_deleted
@@ -1270,7 +1269,7 @@ module Aws::EKS
1270
1269
  # resp.nodegroup.tags["TagKey"] #=> String
1271
1270
  #
1272
1271
  #
1273
- # The following waiters are defined for this operation (see {Client#wait_for} for detailed usage):
1272
+ # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
1274
1273
  #
1275
1274
  # * nodegroup_active
1276
1275
  # * nodegroup_deleted
@@ -2055,7 +2054,7 @@ module Aws::EKS
2055
2054
  params: params,
2056
2055
  config: config)
2057
2056
  context[:gem_name] = 'aws-sdk-eks'
2058
- context[:gem_version] = '1.35.0'
2057
+ context[:gem_version] = '1.36.0'
2059
2058
  Seahorse::Client::Request.new(handlers, context)
2060
2059
  end
2061
2060
 
@@ -2121,12 +2120,12 @@ module Aws::EKS
2121
2120
  # The following table lists the valid waiter names, the operations they call,
2122
2121
  # and the default `:delay` and `:max_attempts` values.
2123
2122
  #
2124
- # | waiter_name | params | :delay | :max_attempts |
2125
- # | ----------------- | --------------------- | -------- | ------------- |
2126
- # | cluster_active | {#describe_cluster} | 30 | 40 |
2127
- # | cluster_deleted | {#describe_cluster} | 30 | 40 |
2128
- # | nodegroup_active | {#describe_nodegroup} | 30 | 80 |
2129
- # | nodegroup_deleted | {#describe_nodegroup} | 30 | 40 |
2123
+ # | waiter_name | params | :delay | :max_attempts |
2124
+ # | ----------------- | --------------------------- | -------- | ------------- |
2125
+ # | cluster_active | {Client#describe_cluster} | 30 | 40 |
2126
+ # | cluster_deleted | {Client#describe_cluster} | 30 | 40 |
2127
+ # | nodegroup_active | {Client#describe_nodegroup} | 30 | 80 |
2128
+ # | nodegroup_deleted | {Client#describe_nodegroup} | 30 | 40 |
2130
2129
  #
2131
2130
  # @raise [Errors::FailureStateError] Raised when the waiter terminates
2132
2131
  # because the waiter has entered a state that it will not transition
@@ -65,12 +65,12 @@ module Aws::EKS
65
65
  # The following table lists the valid waiter names, the operations they call,
66
66
  # and the default `:delay` and `:max_attempts` values.
67
67
  #
68
- # | waiter_name | params | :delay | :max_attempts |
69
- # | ----------------- | --------------------- | -------- | ------------- |
70
- # | cluster_active | {#describe_cluster} | 30 | 40 |
71
- # | cluster_deleted | {#describe_cluster} | 30 | 40 |
72
- # | nodegroup_active | {#describe_nodegroup} | 30 | 80 |
73
- # | nodegroup_deleted | {#describe_nodegroup} | 30 | 40 |
68
+ # | waiter_name | params | :delay | :max_attempts |
69
+ # | ----------------- | --------------------------- | -------- | ------------- |
70
+ # | cluster_active | {Client#describe_cluster} | 30 | 40 |
71
+ # | cluster_deleted | {Client#describe_cluster} | 30 | 40 |
72
+ # | nodegroup_active | {Client#describe_nodegroup} | 30 | 80 |
73
+ # | nodegroup_deleted | {Client#describe_nodegroup} | 30 | 40 |
74
74
  #
75
75
  module Waiters
76
76
 
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.35.0
4
+ version: 1.36.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: 2020-03-24 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.5.2.3
85
+ rubygems_version: 2.7.6.2
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: AWS SDK for Ruby - Amazon EKS