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