aws-sdk-eks 1.165.0 → 1.167.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eks/client.rb +6 -8
- data/lib/aws-sdk-eks.rb +1 -1
- data/sig/client.rbs +20 -70
- data/sig/params.rbs +42 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5ed804b2fc0ea2c9f5af6a4a92524d1660be920c15d7ce8621e1b8ba5f9793aa
|
|
4
|
+
data.tar.gz: c9cfd570ab9530c26a463329157adc6f62dbf176e850b3d934f0124ba570dc6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 88c1397aa23900435f41f8cbceeb50f188317f85532b215c45444eb71fe8c55b39278877f8b54db96ecc56275ee1982d6ba90ff03ebf3703ddd78f0033d6e25f
|
|
7
|
+
data.tar.gz: 3d3039fcfc3d60d89a60889c64846d3efaa758373aa07a542effd3bb5a38ff72a74fb9926bb07215d5bd1c38d494ed3b1ddd4705593a70555b277f9b847d394e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.167.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
8
|
+
|
|
9
|
+
1.166.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.165.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.167.0
|
data/lib/aws-sdk-eks/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::EKS
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::EKS
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -6439,7 +6437,7 @@ module Aws::EKS
|
|
|
6439
6437
|
tracer: tracer
|
|
6440
6438
|
)
|
|
6441
6439
|
context[:gem_name] = 'aws-sdk-eks'
|
|
6442
|
-
context[:gem_version] = '1.
|
|
6440
|
+
context[:gem_version] = '1.167.0'
|
|
6443
6441
|
Seahorse::Client::Request.new(handlers, context)
|
|
6444
6442
|
end
|
|
6445
6443
|
|
data/lib/aws-sdk-eks.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -109,7 +109,7 @@ module Aws
|
|
|
109
109
|
provider: {
|
|
110
110
|
key_arn: ::String?
|
|
111
111
|
}?
|
|
112
|
-
}
|
|
112
|
+
}
|
|
113
113
|
],
|
|
114
114
|
?client_request_token: ::String
|
|
115
115
|
) -> _AssociateEncryptionConfigResponseSuccess
|
|
@@ -172,7 +172,7 @@ module Aws
|
|
|
172
172
|
{
|
|
173
173
|
service_account: ::String,
|
|
174
174
|
role_arn: ::String
|
|
175
|
-
}
|
|
175
|
+
}
|
|
176
176
|
],
|
|
177
177
|
?namespace_config: {
|
|
178
178
|
namespace: ::String?
|
|
@@ -205,9 +205,9 @@ module Aws
|
|
|
205
205
|
{
|
|
206
206
|
id: ::String,
|
|
207
207
|
type: ("SSO_USER" | "SSO_GROUP")
|
|
208
|
-
}
|
|
208
|
+
}
|
|
209
209
|
]
|
|
210
|
-
}
|
|
210
|
+
}
|
|
211
211
|
]?,
|
|
212
212
|
network_access: {
|
|
213
213
|
vpce_ids: Array[::String]?
|
|
@@ -247,7 +247,7 @@ module Aws
|
|
|
247
247
|
{
|
|
248
248
|
types: Array[("api" | "audit" | "authenticator" | "controllerManager" | "scheduler")]?,
|
|
249
249
|
enabled: bool?
|
|
250
|
-
}
|
|
250
|
+
}
|
|
251
251
|
]?
|
|
252
252
|
},
|
|
253
253
|
?client_request_token: ::String,
|
|
@@ -258,7 +258,7 @@ module Aws
|
|
|
258
258
|
provider: {
|
|
259
259
|
key_arn: ::String?
|
|
260
260
|
}?
|
|
261
|
-
}
|
|
261
|
+
}
|
|
262
262
|
],
|
|
263
263
|
?outpost_config: {
|
|
264
264
|
outpost_arns: Array[::String],
|
|
@@ -278,18 +278,7 @@ module Aws
|
|
|
278
278
|
?zonal_shift_config: {
|
|
279
279
|
enabled: bool?
|
|
280
280
|
},
|
|
281
|
-
?remote_network_config:
|
|
282
|
-
remote_node_networks: Array[
|
|
283
|
-
{
|
|
284
|
-
cidrs: Array[::String]?
|
|
285
|
-
},
|
|
286
|
-
]?,
|
|
287
|
-
remote_pod_networks: Array[
|
|
288
|
-
{
|
|
289
|
-
cidrs: Array[::String]?
|
|
290
|
-
},
|
|
291
|
-
]?
|
|
292
|
-
},
|
|
281
|
+
?remote_network_config: Params::remote_network_config_request,
|
|
293
282
|
?compute_config: {
|
|
294
283
|
enabled: bool?,
|
|
295
284
|
node_pools: Array[::String]?,
|
|
@@ -340,7 +329,7 @@ module Aws
|
|
|
340
329
|
{
|
|
341
330
|
namespace: ::String?,
|
|
342
331
|
labels: Hash[::String, ::String]?
|
|
343
|
-
}
|
|
332
|
+
}
|
|
344
333
|
],
|
|
345
334
|
?client_request_token: ::String,
|
|
346
335
|
?tags: Hash[::String, ::String]
|
|
@@ -375,7 +364,7 @@ module Aws
|
|
|
375
364
|
key: ::String?,
|
|
376
365
|
value: ::String?,
|
|
377
366
|
effect: ("NO_SCHEDULE" | "NO_EXECUTE" | "PREFER_NO_SCHEDULE")?
|
|
378
|
-
}
|
|
367
|
+
}
|
|
379
368
|
],
|
|
380
369
|
?tags: Hash[::String, ::String],
|
|
381
370
|
?client_request_token: ::String,
|
|
@@ -389,21 +378,7 @@ module Aws
|
|
|
389
378
|
max_unavailable_percentage: ::Integer?,
|
|
390
379
|
update_strategy: ("DEFAULT" | "MINIMAL")?
|
|
391
380
|
},
|
|
392
|
-
?node_repair_config:
|
|
393
|
-
enabled: bool?,
|
|
394
|
-
max_unhealthy_node_threshold_count: ::Integer?,
|
|
395
|
-
max_unhealthy_node_threshold_percentage: ::Integer?,
|
|
396
|
-
max_parallel_nodes_repaired_count: ::Integer?,
|
|
397
|
-
max_parallel_nodes_repaired_percentage: ::Integer?,
|
|
398
|
-
node_repair_config_overrides: Array[
|
|
399
|
-
{
|
|
400
|
-
node_monitoring_condition: ::String?,
|
|
401
|
-
node_unhealthy_reason: ::String?,
|
|
402
|
-
min_repair_wait_time_mins: ::Integer?,
|
|
403
|
-
repair_action: ("Replace" | "Reboot" | "NoAction")?
|
|
404
|
-
},
|
|
405
|
-
]?
|
|
406
|
-
},
|
|
381
|
+
?node_repair_config: Params::node_repair_config,
|
|
407
382
|
?capacity_type: ("ON_DEMAND" | "SPOT" | "CAPACITY_BLOCK"),
|
|
408
383
|
?version: ::String,
|
|
409
384
|
?release_version: ::String,
|
|
@@ -1014,7 +989,7 @@ module Aws
|
|
|
1014
989
|
{
|
|
1015
990
|
service_account: ::String,
|
|
1016
991
|
role_arn: ::String
|
|
1017
|
-
}
|
|
992
|
+
}
|
|
1018
993
|
]
|
|
1019
994
|
) -> _UpdateAddonResponseSuccess
|
|
1020
995
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateAddonResponseSuccess
|
|
@@ -1038,9 +1013,9 @@ module Aws
|
|
|
1038
1013
|
{
|
|
1039
1014
|
id: ::String,
|
|
1040
1015
|
type: ("SSO_USER" | "SSO_GROUP")
|
|
1041
|
-
}
|
|
1016
|
+
}
|
|
1042
1017
|
]
|
|
1043
|
-
}
|
|
1018
|
+
}
|
|
1044
1019
|
]?,
|
|
1045
1020
|
remove_role_mappings: Array[
|
|
1046
1021
|
{
|
|
@@ -1049,9 +1024,9 @@ module Aws
|
|
|
1049
1024
|
{
|
|
1050
1025
|
id: ::String,
|
|
1051
1026
|
type: ("SSO_USER" | "SSO_GROUP")
|
|
1052
|
-
}
|
|
1027
|
+
}
|
|
1053
1028
|
]
|
|
1054
|
-
}
|
|
1029
|
+
}
|
|
1055
1030
|
]?
|
|
1056
1031
|
}?,
|
|
1057
1032
|
network_access: {
|
|
@@ -1083,7 +1058,7 @@ module Aws
|
|
|
1083
1058
|
{
|
|
1084
1059
|
types: Array[("api" | "audit" | "authenticator" | "controllerManager" | "scheduler")]?,
|
|
1085
1060
|
enabled: bool?
|
|
1086
|
-
}
|
|
1061
|
+
}
|
|
1087
1062
|
]?
|
|
1088
1063
|
},
|
|
1089
1064
|
?client_request_token: ::String,
|
|
@@ -1113,18 +1088,7 @@ module Aws
|
|
|
1113
1088
|
enabled: bool?
|
|
1114
1089
|
}?
|
|
1115
1090
|
},
|
|
1116
|
-
?remote_network_config:
|
|
1117
|
-
remote_node_networks: Array[
|
|
1118
|
-
{
|
|
1119
|
-
cidrs: Array[::String]?
|
|
1120
|
-
},
|
|
1121
|
-
]?,
|
|
1122
|
-
remote_pod_networks: Array[
|
|
1123
|
-
{
|
|
1124
|
-
cidrs: Array[::String]?
|
|
1125
|
-
},
|
|
1126
|
-
]?
|
|
1127
|
-
},
|
|
1091
|
+
?remote_network_config: Params::remote_network_config_request,
|
|
1128
1092
|
?deletion_protection: bool,
|
|
1129
1093
|
?control_plane_scaling_config: {
|
|
1130
1094
|
tier: ("standard" | "tier-xl" | "tier-2xl" | "tier-4xl" | "tier-8xl")?
|
|
@@ -1175,14 +1139,14 @@ module Aws
|
|
|
1175
1139
|
key: ::String?,
|
|
1176
1140
|
value: ::String?,
|
|
1177
1141
|
effect: ("NO_SCHEDULE" | "NO_EXECUTE" | "PREFER_NO_SCHEDULE")?
|
|
1178
|
-
}
|
|
1142
|
+
}
|
|
1179
1143
|
]?,
|
|
1180
1144
|
remove_taints: Array[
|
|
1181
1145
|
{
|
|
1182
1146
|
key: ::String?,
|
|
1183
1147
|
value: ::String?,
|
|
1184
1148
|
effect: ("NO_SCHEDULE" | "NO_EXECUTE" | "PREFER_NO_SCHEDULE")?
|
|
1185
|
-
}
|
|
1149
|
+
}
|
|
1186
1150
|
]?
|
|
1187
1151
|
},
|
|
1188
1152
|
?scaling_config: {
|
|
@@ -1195,21 +1159,7 @@ module Aws
|
|
|
1195
1159
|
max_unavailable_percentage: ::Integer?,
|
|
1196
1160
|
update_strategy: ("DEFAULT" | "MINIMAL")?
|
|
1197
1161
|
},
|
|
1198
|
-
?node_repair_config:
|
|
1199
|
-
enabled: bool?,
|
|
1200
|
-
max_unhealthy_node_threshold_count: ::Integer?,
|
|
1201
|
-
max_unhealthy_node_threshold_percentage: ::Integer?,
|
|
1202
|
-
max_parallel_nodes_repaired_count: ::Integer?,
|
|
1203
|
-
max_parallel_nodes_repaired_percentage: ::Integer?,
|
|
1204
|
-
node_repair_config_overrides: Array[
|
|
1205
|
-
{
|
|
1206
|
-
node_monitoring_condition: ::String?,
|
|
1207
|
-
node_unhealthy_reason: ::String?,
|
|
1208
|
-
min_repair_wait_time_mins: ::Integer?,
|
|
1209
|
-
repair_action: ("Replace" | "Reboot" | "NoAction")?
|
|
1210
|
-
},
|
|
1211
|
-
]?
|
|
1212
|
-
},
|
|
1162
|
+
?node_repair_config: Params::node_repair_config,
|
|
1213
1163
|
?warm_pool_config: {
|
|
1214
1164
|
enabled: bool?,
|
|
1215
1165
|
min_size: ::Integer?,
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module EKS
|
|
10
|
+
module Params
|
|
11
|
+
type remote_network_config_request = {
|
|
12
|
+
remote_node_networks: Array[
|
|
13
|
+
{
|
|
14
|
+
cidrs: Array[::String]?
|
|
15
|
+
}
|
|
16
|
+
]?,
|
|
17
|
+
remote_pod_networks: Array[
|
|
18
|
+
{
|
|
19
|
+
cidrs: Array[::String]?
|
|
20
|
+
}
|
|
21
|
+
]?
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
type node_repair_config = {
|
|
25
|
+
enabled: bool?,
|
|
26
|
+
max_unhealthy_node_threshold_count: ::Integer?,
|
|
27
|
+
max_unhealthy_node_threshold_percentage: ::Integer?,
|
|
28
|
+
max_parallel_nodes_repaired_count: ::Integer?,
|
|
29
|
+
max_parallel_nodes_repaired_percentage: ::Integer?,
|
|
30
|
+
node_repair_config_overrides: Array[
|
|
31
|
+
{
|
|
32
|
+
node_monitoring_condition: ::String?,
|
|
33
|
+
node_unhealthy_reason: ::String?,
|
|
34
|
+
min_repair_wait_time_mins: ::Integer?,
|
|
35
|
+
repair_action: ("Replace" | "Reboot" | "NoAction")?
|
|
36
|
+
}
|
|
37
|
+
]?
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-eks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.167.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-eks/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|