mypy-boto3-eks 1.35.57__py3-none-any.whl → 1.35.72__py3-none-any.whl
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.
- mypy_boto3_eks/__init__.py +2 -0
- mypy_boto3_eks/__init__.pyi +2 -0
- mypy_boto3_eks/__main__.py +7 -5
- mypy_boto3_eks/client.py +152 -119
- mypy_boto3_eks/client.pyi +152 -119
- mypy_boto3_eks/literals.py +16 -0
- mypy_boto3_eks/literals.pyi +16 -0
- mypy_boto3_eks/paginator.py +28 -26
- mypy_boto3_eks/paginator.pyi +28 -26
- mypy_boto3_eks/type_defs.py +109 -23
- mypy_boto3_eks/type_defs.pyi +93 -20
- mypy_boto3_eks/version.py +3 -1
- mypy_boto3_eks/waiter.py +18 -16
- mypy_boto3_eks/waiter.pyi +18 -16
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.72.dist-info}/METADATA +58 -18
- mypy_boto3_eks-1.35.72.dist-info/RECORD +20 -0
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.72.dist-info}/WHEEL +1 -1
- mypy_boto3_eks-1.35.57.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.72.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.72.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/client.py
CHANGED
|
@@ -12,6 +12,8 @@ Usage::
|
|
|
12
12
|
session = Session()
|
|
13
13
|
client: EKSClient = session.client("eks")
|
|
14
14
|
```
|
|
15
|
+
|
|
16
|
+
Copyright 2024 Vlad Emelianov
|
|
15
17
|
"""
|
|
16
18
|
|
|
17
19
|
import sys
|
|
@@ -202,17 +204,41 @@ class EKSClient(BaseClient):
|
|
|
202
204
|
"""
|
|
203
205
|
EKSClient exceptions.
|
|
204
206
|
|
|
205
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client
|
|
207
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
|
|
206
208
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#exceptions)
|
|
207
209
|
"""
|
|
208
210
|
|
|
211
|
+
def can_paginate(self, operation_name: str) -> bool:
|
|
212
|
+
"""
|
|
213
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/can_paginate.html)
|
|
214
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#can_paginate)
|
|
215
|
+
"""
|
|
216
|
+
|
|
217
|
+
def generate_presigned_url(
|
|
218
|
+
self,
|
|
219
|
+
ClientMethod: str,
|
|
220
|
+
Params: Mapping[str, Any] = ...,
|
|
221
|
+
ExpiresIn: int = 3600,
|
|
222
|
+
HttpMethod: str = ...,
|
|
223
|
+
) -> str:
|
|
224
|
+
"""
|
|
225
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/generate_presigned_url.html)
|
|
226
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#generate_presigned_url)
|
|
227
|
+
"""
|
|
228
|
+
|
|
229
|
+
def close(self) -> None:
|
|
230
|
+
"""
|
|
231
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/close.html)
|
|
232
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#close)
|
|
233
|
+
"""
|
|
234
|
+
|
|
209
235
|
def associate_access_policy(
|
|
210
236
|
self, **kwargs: Unpack[AssociateAccessPolicyRequestRequestTypeDef]
|
|
211
237
|
) -> AssociateAccessPolicyResponseTypeDef:
|
|
212
238
|
"""
|
|
213
239
|
Associates an access policy and its scope to an access entry.
|
|
214
240
|
|
|
215
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
241
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/associate_access_policy.html)
|
|
216
242
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#associate_access_policy)
|
|
217
243
|
"""
|
|
218
244
|
|
|
@@ -222,7 +248,7 @@ class EKSClient(BaseClient):
|
|
|
222
248
|
"""
|
|
223
249
|
Associates an encryption configuration to an existing cluster.
|
|
224
250
|
|
|
225
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
251
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/associate_encryption_config.html)
|
|
226
252
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#associate_encryption_config)
|
|
227
253
|
"""
|
|
228
254
|
|
|
@@ -232,33 +258,17 @@ class EKSClient(BaseClient):
|
|
|
232
258
|
"""
|
|
233
259
|
Associates an identity provider configuration to a cluster.
|
|
234
260
|
|
|
235
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
261
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/associate_identity_provider_config.html)
|
|
236
262
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#associate_identity_provider_config)
|
|
237
263
|
"""
|
|
238
264
|
|
|
239
|
-
def can_paginate(self, operation_name: str) -> bool:
|
|
240
|
-
"""
|
|
241
|
-
Check if an operation can be paginated.
|
|
242
|
-
|
|
243
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client.can_paginate)
|
|
244
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#can_paginate)
|
|
245
|
-
"""
|
|
246
|
-
|
|
247
|
-
def close(self) -> None:
|
|
248
|
-
"""
|
|
249
|
-
Closes underlying endpoint connections.
|
|
250
|
-
|
|
251
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client.close)
|
|
252
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#close)
|
|
253
|
-
"""
|
|
254
|
-
|
|
255
265
|
def create_access_entry(
|
|
256
266
|
self, **kwargs: Unpack[CreateAccessEntryRequestRequestTypeDef]
|
|
257
267
|
) -> CreateAccessEntryResponseTypeDef:
|
|
258
268
|
"""
|
|
259
269
|
Creates an access entry.
|
|
260
270
|
|
|
261
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
271
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_access_entry.html)
|
|
262
272
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_access_entry)
|
|
263
273
|
"""
|
|
264
274
|
|
|
@@ -268,7 +278,7 @@ class EKSClient(BaseClient):
|
|
|
268
278
|
"""
|
|
269
279
|
Creates an Amazon EKS add-on.
|
|
270
280
|
|
|
271
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
281
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_addon.html)
|
|
272
282
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_addon)
|
|
273
283
|
"""
|
|
274
284
|
|
|
@@ -278,7 +288,7 @@ class EKSClient(BaseClient):
|
|
|
278
288
|
"""
|
|
279
289
|
Creates an Amazon EKS control plane.
|
|
280
290
|
|
|
281
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
291
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_cluster.html)
|
|
282
292
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_cluster)
|
|
283
293
|
"""
|
|
284
294
|
|
|
@@ -288,7 +298,7 @@ class EKSClient(BaseClient):
|
|
|
288
298
|
"""
|
|
289
299
|
Creates an EKS Anywhere subscription.
|
|
290
300
|
|
|
291
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
301
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_eks_anywhere_subscription.html)
|
|
292
302
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_eks_anywhere_subscription)
|
|
293
303
|
"""
|
|
294
304
|
|
|
@@ -298,7 +308,7 @@ class EKSClient(BaseClient):
|
|
|
298
308
|
"""
|
|
299
309
|
Creates an Fargate profile for your Amazon EKS cluster.
|
|
300
310
|
|
|
301
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
311
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_fargate_profile.html)
|
|
302
312
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_fargate_profile)
|
|
303
313
|
"""
|
|
304
314
|
|
|
@@ -308,7 +318,7 @@ class EKSClient(BaseClient):
|
|
|
308
318
|
"""
|
|
309
319
|
Creates a managed node group for an Amazon EKS cluster.
|
|
310
320
|
|
|
311
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
321
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_nodegroup.html)
|
|
312
322
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_nodegroup)
|
|
313
323
|
"""
|
|
314
324
|
|
|
@@ -317,10 +327,9 @@ class EKSClient(BaseClient):
|
|
|
317
327
|
) -> CreatePodIdentityAssociationResponseTypeDef:
|
|
318
328
|
"""
|
|
319
329
|
Creates an EKS Pod Identity association between a service account in an Amazon
|
|
320
|
-
EKS cluster and an IAM role with
|
|
321
|
-
Identity*.
|
|
330
|
+
EKS cluster and an IAM role with <i>EKS Pod Identity</i>.
|
|
322
331
|
|
|
323
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
332
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_pod_identity_association.html)
|
|
324
333
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_pod_identity_association)
|
|
325
334
|
"""
|
|
326
335
|
|
|
@@ -330,7 +339,7 @@ class EKSClient(BaseClient):
|
|
|
330
339
|
"""
|
|
331
340
|
Deletes an access entry.
|
|
332
341
|
|
|
333
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
342
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_access_entry.html)
|
|
334
343
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_access_entry)
|
|
335
344
|
"""
|
|
336
345
|
|
|
@@ -340,7 +349,7 @@ class EKSClient(BaseClient):
|
|
|
340
349
|
"""
|
|
341
350
|
Deletes an Amazon EKS add-on.
|
|
342
351
|
|
|
343
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
352
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_addon.html)
|
|
344
353
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_addon)
|
|
345
354
|
"""
|
|
346
355
|
|
|
@@ -350,7 +359,7 @@ class EKSClient(BaseClient):
|
|
|
350
359
|
"""
|
|
351
360
|
Deletes an Amazon EKS cluster control plane.
|
|
352
361
|
|
|
353
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
362
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_cluster.html)
|
|
354
363
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_cluster)
|
|
355
364
|
"""
|
|
356
365
|
|
|
@@ -360,7 +369,7 @@ class EKSClient(BaseClient):
|
|
|
360
369
|
"""
|
|
361
370
|
Deletes an expired or inactive subscription.
|
|
362
371
|
|
|
363
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
372
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_eks_anywhere_subscription.html)
|
|
364
373
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_eks_anywhere_subscription)
|
|
365
374
|
"""
|
|
366
375
|
|
|
@@ -370,7 +379,7 @@ class EKSClient(BaseClient):
|
|
|
370
379
|
"""
|
|
371
380
|
Deletes an Fargate profile.
|
|
372
381
|
|
|
373
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
382
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_fargate_profile.html)
|
|
374
383
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_fargate_profile)
|
|
375
384
|
"""
|
|
376
385
|
|
|
@@ -380,7 +389,7 @@ class EKSClient(BaseClient):
|
|
|
380
389
|
"""
|
|
381
390
|
Deletes a managed node group.
|
|
382
391
|
|
|
383
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
392
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_nodegroup.html)
|
|
384
393
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_nodegroup)
|
|
385
394
|
"""
|
|
386
395
|
|
|
@@ -390,7 +399,7 @@ class EKSClient(BaseClient):
|
|
|
390
399
|
"""
|
|
391
400
|
Deletes a EKS Pod Identity association.
|
|
392
401
|
|
|
393
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
402
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_pod_identity_association.html)
|
|
394
403
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_pod_identity_association)
|
|
395
404
|
"""
|
|
396
405
|
|
|
@@ -400,7 +409,7 @@ class EKSClient(BaseClient):
|
|
|
400
409
|
"""
|
|
401
410
|
Deregisters a connected cluster to remove it from the Amazon EKS control plane.
|
|
402
411
|
|
|
403
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
412
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/deregister_cluster.html)
|
|
404
413
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#deregister_cluster)
|
|
405
414
|
"""
|
|
406
415
|
|
|
@@ -410,7 +419,7 @@ class EKSClient(BaseClient):
|
|
|
410
419
|
"""
|
|
411
420
|
Describes an access entry.
|
|
412
421
|
|
|
413
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
422
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_access_entry.html)
|
|
414
423
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_access_entry)
|
|
415
424
|
"""
|
|
416
425
|
|
|
@@ -420,7 +429,7 @@ class EKSClient(BaseClient):
|
|
|
420
429
|
"""
|
|
421
430
|
Describes an Amazon EKS add-on.
|
|
422
431
|
|
|
423
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
432
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_addon.html)
|
|
424
433
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_addon)
|
|
425
434
|
"""
|
|
426
435
|
|
|
@@ -430,7 +439,7 @@ class EKSClient(BaseClient):
|
|
|
430
439
|
"""
|
|
431
440
|
Returns configuration options.
|
|
432
441
|
|
|
433
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
442
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_addon_configuration.html)
|
|
434
443
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_addon_configuration)
|
|
435
444
|
"""
|
|
436
445
|
|
|
@@ -440,7 +449,7 @@ class EKSClient(BaseClient):
|
|
|
440
449
|
"""
|
|
441
450
|
Describes the versions for an add-on.
|
|
442
451
|
|
|
443
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
452
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_addon_versions.html)
|
|
444
453
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_addon_versions)
|
|
445
454
|
"""
|
|
446
455
|
|
|
@@ -450,7 +459,7 @@ class EKSClient(BaseClient):
|
|
|
450
459
|
"""
|
|
451
460
|
Describes an Amazon EKS cluster.
|
|
452
461
|
|
|
453
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
462
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_cluster.html)
|
|
454
463
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_cluster)
|
|
455
464
|
"""
|
|
456
465
|
|
|
@@ -460,7 +469,7 @@ class EKSClient(BaseClient):
|
|
|
460
469
|
"""
|
|
461
470
|
Returns descriptive information about a subscription.
|
|
462
471
|
|
|
463
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
472
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_eks_anywhere_subscription.html)
|
|
464
473
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_eks_anywhere_subscription)
|
|
465
474
|
"""
|
|
466
475
|
|
|
@@ -470,7 +479,7 @@ class EKSClient(BaseClient):
|
|
|
470
479
|
"""
|
|
471
480
|
Describes an Fargate profile.
|
|
472
481
|
|
|
473
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
482
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_fargate_profile.html)
|
|
474
483
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_fargate_profile)
|
|
475
484
|
"""
|
|
476
485
|
|
|
@@ -480,7 +489,7 @@ class EKSClient(BaseClient):
|
|
|
480
489
|
"""
|
|
481
490
|
Describes an identity provider configuration.
|
|
482
491
|
|
|
483
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
492
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_identity_provider_config.html)
|
|
484
493
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_identity_provider_config)
|
|
485
494
|
"""
|
|
486
495
|
|
|
@@ -490,7 +499,7 @@ class EKSClient(BaseClient):
|
|
|
490
499
|
"""
|
|
491
500
|
Returns details about an insight that you specify using its ID.
|
|
492
501
|
|
|
493
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
502
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_insight.html)
|
|
494
503
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_insight)
|
|
495
504
|
"""
|
|
496
505
|
|
|
@@ -500,7 +509,7 @@ class EKSClient(BaseClient):
|
|
|
500
509
|
"""
|
|
501
510
|
Describes a managed node group.
|
|
502
511
|
|
|
503
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
512
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_nodegroup.html)
|
|
504
513
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_nodegroup)
|
|
505
514
|
"""
|
|
506
515
|
|
|
@@ -510,7 +519,7 @@ class EKSClient(BaseClient):
|
|
|
510
519
|
"""
|
|
511
520
|
Returns descriptive information about an EKS Pod Identity association.
|
|
512
521
|
|
|
513
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
522
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_pod_identity_association.html)
|
|
514
523
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_pod_identity_association)
|
|
515
524
|
"""
|
|
516
525
|
|
|
@@ -520,7 +529,7 @@ class EKSClient(BaseClient):
|
|
|
520
529
|
"""
|
|
521
530
|
Describes an update to an Amazon EKS resource.
|
|
522
531
|
|
|
523
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
532
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_update.html)
|
|
524
533
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_update)
|
|
525
534
|
"""
|
|
526
535
|
|
|
@@ -530,7 +539,7 @@ class EKSClient(BaseClient):
|
|
|
530
539
|
"""
|
|
531
540
|
Disassociates an access policy from an access entry.
|
|
532
541
|
|
|
533
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
542
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/disassociate_access_policy.html)
|
|
534
543
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#disassociate_access_policy)
|
|
535
544
|
"""
|
|
536
545
|
|
|
@@ -540,31 +549,17 @@ class EKSClient(BaseClient):
|
|
|
540
549
|
"""
|
|
541
550
|
Disassociates an identity provider configuration from a cluster.
|
|
542
551
|
|
|
543
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
552
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/disassociate_identity_provider_config.html)
|
|
544
553
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#disassociate_identity_provider_config)
|
|
545
554
|
"""
|
|
546
555
|
|
|
547
|
-
def generate_presigned_url(
|
|
548
|
-
self,
|
|
549
|
-
ClientMethod: str,
|
|
550
|
-
Params: Mapping[str, Any] = ...,
|
|
551
|
-
ExpiresIn: int = 3600,
|
|
552
|
-
HttpMethod: str = ...,
|
|
553
|
-
) -> str:
|
|
554
|
-
"""
|
|
555
|
-
Generate a presigned url given a client, its method, and arguments.
|
|
556
|
-
|
|
557
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client.generate_presigned_url)
|
|
558
|
-
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#generate_presigned_url)
|
|
559
|
-
"""
|
|
560
|
-
|
|
561
556
|
def list_access_entries(
|
|
562
557
|
self, **kwargs: Unpack[ListAccessEntriesRequestRequestTypeDef]
|
|
563
558
|
) -> ListAccessEntriesResponseTypeDef:
|
|
564
559
|
"""
|
|
565
560
|
Lists the access entries for your cluster.
|
|
566
561
|
|
|
567
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
562
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_access_entries.html)
|
|
568
563
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_access_entries)
|
|
569
564
|
"""
|
|
570
565
|
|
|
@@ -574,7 +569,7 @@ class EKSClient(BaseClient):
|
|
|
574
569
|
"""
|
|
575
570
|
Lists the available access policies.
|
|
576
571
|
|
|
577
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
572
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_access_policies.html)
|
|
578
573
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_access_policies)
|
|
579
574
|
"""
|
|
580
575
|
|
|
@@ -584,7 +579,7 @@ class EKSClient(BaseClient):
|
|
|
584
579
|
"""
|
|
585
580
|
Lists the installed add-ons.
|
|
586
581
|
|
|
587
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
582
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_addons.html)
|
|
588
583
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_addons)
|
|
589
584
|
"""
|
|
590
585
|
|
|
@@ -594,7 +589,7 @@ class EKSClient(BaseClient):
|
|
|
594
589
|
"""
|
|
595
590
|
Lists the access policies associated with an access entry.
|
|
596
591
|
|
|
597
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
592
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_associated_access_policies.html)
|
|
598
593
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_associated_access_policies)
|
|
599
594
|
"""
|
|
600
595
|
|
|
@@ -603,10 +598,9 @@ class EKSClient(BaseClient):
|
|
|
603
598
|
) -> ListClustersResponseTypeDef:
|
|
604
599
|
"""
|
|
605
600
|
Lists the Amazon EKS clusters in your Amazon Web Services account in the
|
|
606
|
-
specified Amazon Web Services
|
|
607
|
-
Region.
|
|
601
|
+
specified Amazon Web Services Region.
|
|
608
602
|
|
|
609
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
603
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_clusters.html)
|
|
610
604
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_clusters)
|
|
611
605
|
"""
|
|
612
606
|
|
|
@@ -616,7 +610,7 @@ class EKSClient(BaseClient):
|
|
|
616
610
|
"""
|
|
617
611
|
Displays the full description of the subscription.
|
|
618
612
|
|
|
619
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
613
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_eks_anywhere_subscriptions.html)
|
|
620
614
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_eks_anywhere_subscriptions)
|
|
621
615
|
"""
|
|
622
616
|
|
|
@@ -625,10 +619,9 @@ class EKSClient(BaseClient):
|
|
|
625
619
|
) -> ListFargateProfilesResponseTypeDef:
|
|
626
620
|
"""
|
|
627
621
|
Lists the Fargate profiles associated with the specified cluster in your Amazon
|
|
628
|
-
Web Services account in the specified Amazon Web Services
|
|
629
|
-
Region.
|
|
622
|
+
Web Services account in the specified Amazon Web Services Region.
|
|
630
623
|
|
|
631
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
624
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_fargate_profiles.html)
|
|
632
625
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_fargate_profiles)
|
|
633
626
|
"""
|
|
634
627
|
|
|
@@ -638,7 +631,7 @@ class EKSClient(BaseClient):
|
|
|
638
631
|
"""
|
|
639
632
|
Lists the identity provider configurations for your cluster.
|
|
640
633
|
|
|
641
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
634
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_identity_provider_configs.html)
|
|
642
635
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_identity_provider_configs)
|
|
643
636
|
"""
|
|
644
637
|
|
|
@@ -648,7 +641,7 @@ class EKSClient(BaseClient):
|
|
|
648
641
|
"""
|
|
649
642
|
Returns a list of all insights checked for against the specified cluster.
|
|
650
643
|
|
|
651
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
644
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_insights.html)
|
|
652
645
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_insights)
|
|
653
646
|
"""
|
|
654
647
|
|
|
@@ -657,10 +650,9 @@ class EKSClient(BaseClient):
|
|
|
657
650
|
) -> ListNodegroupsResponseTypeDef:
|
|
658
651
|
"""
|
|
659
652
|
Lists the managed node groups associated with the specified cluster in your
|
|
660
|
-
Amazon Web Services account in the specified Amazon Web Services
|
|
661
|
-
Region.
|
|
653
|
+
Amazon Web Services account in the specified Amazon Web Services Region.
|
|
662
654
|
|
|
663
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
655
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_nodegroups.html)
|
|
664
656
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_nodegroups)
|
|
665
657
|
"""
|
|
666
658
|
|
|
@@ -670,7 +662,7 @@ class EKSClient(BaseClient):
|
|
|
670
662
|
"""
|
|
671
663
|
List the EKS Pod Identity associations in a cluster.
|
|
672
664
|
|
|
673
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
665
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_pod_identity_associations.html)
|
|
674
666
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_pod_identity_associations)
|
|
675
667
|
"""
|
|
676
668
|
|
|
@@ -680,7 +672,7 @@ class EKSClient(BaseClient):
|
|
|
680
672
|
"""
|
|
681
673
|
List the tags for an Amazon EKS resource.
|
|
682
674
|
|
|
683
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
675
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_tags_for_resource.html)
|
|
684
676
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_tags_for_resource)
|
|
685
677
|
"""
|
|
686
678
|
|
|
@@ -689,10 +681,9 @@ class EKSClient(BaseClient):
|
|
|
689
681
|
) -> ListUpdatesResponseTypeDef:
|
|
690
682
|
"""
|
|
691
683
|
Lists the updates associated with an Amazon EKS resource in your Amazon Web
|
|
692
|
-
Services account, in the specified Amazon Web Services
|
|
693
|
-
Region.
|
|
684
|
+
Services account, in the specified Amazon Web Services Region.
|
|
694
685
|
|
|
695
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
686
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_updates.html)
|
|
696
687
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_updates)
|
|
697
688
|
"""
|
|
698
689
|
|
|
@@ -702,16 +693,16 @@ class EKSClient(BaseClient):
|
|
|
702
693
|
"""
|
|
703
694
|
Connects a Kubernetes cluster to the Amazon EKS control plane.
|
|
704
695
|
|
|
705
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
696
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/register_cluster.html)
|
|
706
697
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
|
|
707
698
|
"""
|
|
708
699
|
|
|
709
700
|
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
710
701
|
"""
|
|
711
702
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
712
|
-
|
|
703
|
+
<code>resourceArn</code>.
|
|
713
704
|
|
|
714
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
705
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/tag_resource.html)
|
|
715
706
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#tag_resource)
|
|
716
707
|
"""
|
|
717
708
|
|
|
@@ -721,7 +712,7 @@ class EKSClient(BaseClient):
|
|
|
721
712
|
"""
|
|
722
713
|
Deletes specified tags from an Amazon EKS resource.
|
|
723
714
|
|
|
724
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
715
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/untag_resource.html)
|
|
725
716
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#untag_resource)
|
|
726
717
|
"""
|
|
727
718
|
|
|
@@ -731,7 +722,7 @@ class EKSClient(BaseClient):
|
|
|
731
722
|
"""
|
|
732
723
|
Updates an access entry.
|
|
733
724
|
|
|
734
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
725
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_access_entry.html)
|
|
735
726
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_access_entry)
|
|
736
727
|
"""
|
|
737
728
|
|
|
@@ -741,7 +732,7 @@ class EKSClient(BaseClient):
|
|
|
741
732
|
"""
|
|
742
733
|
Updates an Amazon EKS add-on.
|
|
743
734
|
|
|
744
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
735
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_addon.html)
|
|
745
736
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_addon)
|
|
746
737
|
"""
|
|
747
738
|
|
|
@@ -751,7 +742,7 @@ class EKSClient(BaseClient):
|
|
|
751
742
|
"""
|
|
752
743
|
Updates an Amazon EKS cluster configuration.
|
|
753
744
|
|
|
754
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
745
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_cluster_config.html)
|
|
755
746
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_cluster_config)
|
|
756
747
|
"""
|
|
757
748
|
|
|
@@ -761,7 +752,7 @@ class EKSClient(BaseClient):
|
|
|
761
752
|
"""
|
|
762
753
|
Updates an Amazon EKS cluster to the specified Kubernetes version.
|
|
763
754
|
|
|
764
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
755
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_cluster_version.html)
|
|
765
756
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_cluster_version)
|
|
766
757
|
"""
|
|
767
758
|
|
|
@@ -771,7 +762,7 @@ class EKSClient(BaseClient):
|
|
|
771
762
|
"""
|
|
772
763
|
Update an EKS Anywhere Subscription.
|
|
773
764
|
|
|
774
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
765
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_eks_anywhere_subscription.html)
|
|
775
766
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_eks_anywhere_subscription)
|
|
776
767
|
"""
|
|
777
768
|
|
|
@@ -781,7 +772,7 @@ class EKSClient(BaseClient):
|
|
|
781
772
|
"""
|
|
782
773
|
Updates an Amazon EKS managed node group configuration.
|
|
783
774
|
|
|
784
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
775
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_nodegroup_config.html)
|
|
785
776
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_nodegroup_config)
|
|
786
777
|
"""
|
|
787
778
|
|
|
@@ -792,7 +783,7 @@ class EKSClient(BaseClient):
|
|
|
792
783
|
Updates the Kubernetes version or AMI version of an Amazon EKS managed node
|
|
793
784
|
group.
|
|
794
785
|
|
|
795
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
786
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_nodegroup_version.html)
|
|
796
787
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_nodegroup_version)
|
|
797
788
|
"""
|
|
798
789
|
|
|
@@ -802,7 +793,7 @@ class EKSClient(BaseClient):
|
|
|
802
793
|
"""
|
|
803
794
|
Updates a EKS Pod Identity association.
|
|
804
795
|
|
|
805
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html
|
|
796
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_pod_identity_association.html)
|
|
806
797
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_pod_identity_association)
|
|
807
798
|
"""
|
|
808
799
|
|
|
@@ -811,7 +802,9 @@ class EKSClient(BaseClient):
|
|
|
811
802
|
self, operation_name: Literal["describe_addon_versions"]
|
|
812
803
|
) -> DescribeAddonVersionsPaginator:
|
|
813
804
|
"""
|
|
814
|
-
|
|
805
|
+
Create a paginator for an operation.
|
|
806
|
+
|
|
807
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
815
808
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
816
809
|
"""
|
|
817
810
|
|
|
@@ -820,7 +813,9 @@ class EKSClient(BaseClient):
|
|
|
820
813
|
self, operation_name: Literal["list_access_entries"]
|
|
821
814
|
) -> ListAccessEntriesPaginator:
|
|
822
815
|
"""
|
|
823
|
-
|
|
816
|
+
Create a paginator for an operation.
|
|
817
|
+
|
|
818
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
824
819
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
825
820
|
"""
|
|
826
821
|
|
|
@@ -829,14 +824,18 @@ class EKSClient(BaseClient):
|
|
|
829
824
|
self, operation_name: Literal["list_access_policies"]
|
|
830
825
|
) -> ListAccessPoliciesPaginator:
|
|
831
826
|
"""
|
|
832
|
-
|
|
827
|
+
Create a paginator for an operation.
|
|
828
|
+
|
|
829
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
833
830
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
834
831
|
"""
|
|
835
832
|
|
|
836
833
|
@overload
|
|
837
834
|
def get_paginator(self, operation_name: Literal["list_addons"]) -> ListAddonsPaginator:
|
|
838
835
|
"""
|
|
839
|
-
|
|
836
|
+
Create a paginator for an operation.
|
|
837
|
+
|
|
838
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
840
839
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
841
840
|
"""
|
|
842
841
|
|
|
@@ -845,14 +844,18 @@ class EKSClient(BaseClient):
|
|
|
845
844
|
self, operation_name: Literal["list_associated_access_policies"]
|
|
846
845
|
) -> ListAssociatedAccessPoliciesPaginator:
|
|
847
846
|
"""
|
|
848
|
-
|
|
847
|
+
Create a paginator for an operation.
|
|
848
|
+
|
|
849
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
849
850
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
850
851
|
"""
|
|
851
852
|
|
|
852
853
|
@overload
|
|
853
854
|
def get_paginator(self, operation_name: Literal["list_clusters"]) -> ListClustersPaginator:
|
|
854
855
|
"""
|
|
855
|
-
|
|
856
|
+
Create a paginator for an operation.
|
|
857
|
+
|
|
858
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
856
859
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
857
860
|
"""
|
|
858
861
|
|
|
@@ -861,7 +864,9 @@ class EKSClient(BaseClient):
|
|
|
861
864
|
self, operation_name: Literal["list_eks_anywhere_subscriptions"]
|
|
862
865
|
) -> ListEksAnywhereSubscriptionsPaginator:
|
|
863
866
|
"""
|
|
864
|
-
|
|
867
|
+
Create a paginator for an operation.
|
|
868
|
+
|
|
869
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
865
870
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
866
871
|
"""
|
|
867
872
|
|
|
@@ -870,7 +875,9 @@ class EKSClient(BaseClient):
|
|
|
870
875
|
self, operation_name: Literal["list_fargate_profiles"]
|
|
871
876
|
) -> ListFargateProfilesPaginator:
|
|
872
877
|
"""
|
|
873
|
-
|
|
878
|
+
Create a paginator for an operation.
|
|
879
|
+
|
|
880
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
874
881
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
875
882
|
"""
|
|
876
883
|
|
|
@@ -879,21 +886,27 @@ class EKSClient(BaseClient):
|
|
|
879
886
|
self, operation_name: Literal["list_identity_provider_configs"]
|
|
880
887
|
) -> ListIdentityProviderConfigsPaginator:
|
|
881
888
|
"""
|
|
882
|
-
|
|
889
|
+
Create a paginator for an operation.
|
|
890
|
+
|
|
891
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
883
892
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
884
893
|
"""
|
|
885
894
|
|
|
886
895
|
@overload
|
|
887
896
|
def get_paginator(self, operation_name: Literal["list_insights"]) -> ListInsightsPaginator:
|
|
888
897
|
"""
|
|
889
|
-
|
|
898
|
+
Create a paginator for an operation.
|
|
899
|
+
|
|
900
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
890
901
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
891
902
|
"""
|
|
892
903
|
|
|
893
904
|
@overload
|
|
894
905
|
def get_paginator(self, operation_name: Literal["list_nodegroups"]) -> ListNodegroupsPaginator:
|
|
895
906
|
"""
|
|
896
|
-
|
|
907
|
+
Create a paginator for an operation.
|
|
908
|
+
|
|
909
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
897
910
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
898
911
|
"""
|
|
899
912
|
|
|
@@ -902,42 +915,54 @@ class EKSClient(BaseClient):
|
|
|
902
915
|
self, operation_name: Literal["list_pod_identity_associations"]
|
|
903
916
|
) -> ListPodIdentityAssociationsPaginator:
|
|
904
917
|
"""
|
|
905
|
-
|
|
918
|
+
Create a paginator for an operation.
|
|
919
|
+
|
|
920
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
906
921
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
907
922
|
"""
|
|
908
923
|
|
|
909
924
|
@overload
|
|
910
925
|
def get_paginator(self, operation_name: Literal["list_updates"]) -> ListUpdatesPaginator:
|
|
911
926
|
"""
|
|
912
|
-
|
|
927
|
+
Create a paginator for an operation.
|
|
928
|
+
|
|
929
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
913
930
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
914
931
|
"""
|
|
915
932
|
|
|
916
933
|
@overload
|
|
917
934
|
def get_waiter(self, waiter_name: Literal["addon_active"]) -> AddonActiveWaiter:
|
|
918
935
|
"""
|
|
919
|
-
|
|
936
|
+
Returns an object that can wait for some condition.
|
|
937
|
+
|
|
938
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_waiter.html)
|
|
920
939
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
|
|
921
940
|
"""
|
|
922
941
|
|
|
923
942
|
@overload
|
|
924
943
|
def get_waiter(self, waiter_name: Literal["addon_deleted"]) -> AddonDeletedWaiter:
|
|
925
944
|
"""
|
|
926
|
-
|
|
945
|
+
Returns an object that can wait for some condition.
|
|
946
|
+
|
|
947
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_waiter.html)
|
|
927
948
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
|
|
928
949
|
"""
|
|
929
950
|
|
|
930
951
|
@overload
|
|
931
952
|
def get_waiter(self, waiter_name: Literal["cluster_active"]) -> ClusterActiveWaiter:
|
|
932
953
|
"""
|
|
933
|
-
|
|
954
|
+
Returns an object that can wait for some condition.
|
|
955
|
+
|
|
956
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_waiter.html)
|
|
934
957
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
|
|
935
958
|
"""
|
|
936
959
|
|
|
937
960
|
@overload
|
|
938
961
|
def get_waiter(self, waiter_name: Literal["cluster_deleted"]) -> ClusterDeletedWaiter:
|
|
939
962
|
"""
|
|
940
|
-
|
|
963
|
+
Returns an object that can wait for some condition.
|
|
964
|
+
|
|
965
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_waiter.html)
|
|
941
966
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
|
|
942
967
|
"""
|
|
943
968
|
|
|
@@ -946,7 +971,9 @@ class EKSClient(BaseClient):
|
|
|
946
971
|
self, waiter_name: Literal["fargate_profile_active"]
|
|
947
972
|
) -> FargateProfileActiveWaiter:
|
|
948
973
|
"""
|
|
949
|
-
|
|
974
|
+
Returns an object that can wait for some condition.
|
|
975
|
+
|
|
976
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_waiter.html)
|
|
950
977
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
|
|
951
978
|
"""
|
|
952
979
|
|
|
@@ -955,20 +982,26 @@ class EKSClient(BaseClient):
|
|
|
955
982
|
self, waiter_name: Literal["fargate_profile_deleted"]
|
|
956
983
|
) -> FargateProfileDeletedWaiter:
|
|
957
984
|
"""
|
|
958
|
-
|
|
985
|
+
Returns an object that can wait for some condition.
|
|
986
|
+
|
|
987
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_waiter.html)
|
|
959
988
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
|
|
960
989
|
"""
|
|
961
990
|
|
|
962
991
|
@overload
|
|
963
992
|
def get_waiter(self, waiter_name: Literal["nodegroup_active"]) -> NodegroupActiveWaiter:
|
|
964
993
|
"""
|
|
965
|
-
|
|
994
|
+
Returns an object that can wait for some condition.
|
|
995
|
+
|
|
996
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_waiter.html)
|
|
966
997
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
|
|
967
998
|
"""
|
|
968
999
|
|
|
969
1000
|
@overload
|
|
970
1001
|
def get_waiter(self, waiter_name: Literal["nodegroup_deleted"]) -> NodegroupDeletedWaiter:
|
|
971
1002
|
"""
|
|
972
|
-
|
|
1003
|
+
Returns an object that can wait for some condition.
|
|
1004
|
+
|
|
1005
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_waiter.html)
|
|
973
1006
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
|
|
974
1007
|
"""
|