mypy-boto3-eks 1.36.0__py3-none-any.whl → 1.36.16__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 +4 -2
- mypy_boto3_eks/__init__.pyi +4 -2
- mypy_boto3_eks/__main__.py +4 -4
- mypy_boto3_eks/client.py +116 -120
- mypy_boto3_eks/client.pyi +116 -120
- mypy_boto3_eks/literals.py +7 -2
- mypy_boto3_eks/literals.pyi +7 -2
- mypy_boto3_eks/paginator.py +2 -2
- mypy_boto3_eks/paginator.pyi +2 -2
- mypy_boto3_eks/type_defs.py +201 -160
- mypy_boto3_eks/type_defs.pyi +193 -158
- mypy_boto3_eks/version.py +1 -1
- mypy_boto3_eks/waiter.py +10 -6
- mypy_boto3_eks/waiter.pyi +10 -6
- {mypy_boto3_eks-1.36.0.dist-info → mypy_boto3_eks-1.36.16.dist-info}/METADATA +6 -6
- mypy_boto3_eks-1.36.16.dist-info/RECORD +20 -0
- mypy_boto3_eks-1.36.0.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.36.0.dist-info → mypy_boto3_eks-1.36.16.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.36.0.dist-info → mypy_boto3_eks-1.36.16.dist-info}/WHEEL +0 -0
- {mypy_boto3_eks-1.36.0.dist-info → mypy_boto3_eks-1.36.16.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/client.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for eks service Client.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -12,8 +14,6 @@ Usage::
|
|
|
12
14
|
session = Session()
|
|
13
15
|
client: EKSClient = session.client("eks")
|
|
14
16
|
```
|
|
15
|
-
|
|
16
|
-
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
@@ -42,115 +42,115 @@ from .paginator import (
|
|
|
42
42
|
ListUpdatesPaginator,
|
|
43
43
|
)
|
|
44
44
|
from .type_defs import (
|
|
45
|
-
|
|
45
|
+
AssociateAccessPolicyRequestTypeDef,
|
|
46
46
|
AssociateAccessPolicyResponseTypeDef,
|
|
47
|
-
|
|
47
|
+
AssociateEncryptionConfigRequestTypeDef,
|
|
48
48
|
AssociateEncryptionConfigResponseTypeDef,
|
|
49
|
-
|
|
49
|
+
AssociateIdentityProviderConfigRequestTypeDef,
|
|
50
50
|
AssociateIdentityProviderConfigResponseTypeDef,
|
|
51
|
-
|
|
51
|
+
CreateAccessEntryRequestTypeDef,
|
|
52
52
|
CreateAccessEntryResponseTypeDef,
|
|
53
|
-
|
|
53
|
+
CreateAddonRequestTypeDef,
|
|
54
54
|
CreateAddonResponseTypeDef,
|
|
55
|
-
|
|
55
|
+
CreateClusterRequestTypeDef,
|
|
56
56
|
CreateClusterResponseTypeDef,
|
|
57
|
-
|
|
57
|
+
CreateEksAnywhereSubscriptionRequestTypeDef,
|
|
58
58
|
CreateEksAnywhereSubscriptionResponseTypeDef,
|
|
59
|
-
|
|
59
|
+
CreateFargateProfileRequestTypeDef,
|
|
60
60
|
CreateFargateProfileResponseTypeDef,
|
|
61
|
-
|
|
61
|
+
CreateNodegroupRequestTypeDef,
|
|
62
62
|
CreateNodegroupResponseTypeDef,
|
|
63
|
-
|
|
63
|
+
CreatePodIdentityAssociationRequestTypeDef,
|
|
64
64
|
CreatePodIdentityAssociationResponseTypeDef,
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
DeleteAccessEntryRequestTypeDef,
|
|
66
|
+
DeleteAddonRequestTypeDef,
|
|
67
67
|
DeleteAddonResponseTypeDef,
|
|
68
|
-
|
|
68
|
+
DeleteClusterRequestTypeDef,
|
|
69
69
|
DeleteClusterResponseTypeDef,
|
|
70
|
-
|
|
70
|
+
DeleteEksAnywhereSubscriptionRequestTypeDef,
|
|
71
71
|
DeleteEksAnywhereSubscriptionResponseTypeDef,
|
|
72
|
-
|
|
72
|
+
DeleteFargateProfileRequestTypeDef,
|
|
73
73
|
DeleteFargateProfileResponseTypeDef,
|
|
74
|
-
|
|
74
|
+
DeleteNodegroupRequestTypeDef,
|
|
75
75
|
DeleteNodegroupResponseTypeDef,
|
|
76
|
-
|
|
76
|
+
DeletePodIdentityAssociationRequestTypeDef,
|
|
77
77
|
DeletePodIdentityAssociationResponseTypeDef,
|
|
78
|
-
|
|
78
|
+
DeregisterClusterRequestTypeDef,
|
|
79
79
|
DeregisterClusterResponseTypeDef,
|
|
80
|
-
|
|
80
|
+
DescribeAccessEntryRequestTypeDef,
|
|
81
81
|
DescribeAccessEntryResponseTypeDef,
|
|
82
|
-
|
|
82
|
+
DescribeAddonConfigurationRequestTypeDef,
|
|
83
83
|
DescribeAddonConfigurationResponseTypeDef,
|
|
84
|
-
|
|
84
|
+
DescribeAddonRequestTypeDef,
|
|
85
85
|
DescribeAddonResponseTypeDef,
|
|
86
|
-
|
|
86
|
+
DescribeAddonVersionsRequestTypeDef,
|
|
87
87
|
DescribeAddonVersionsResponseTypeDef,
|
|
88
|
-
|
|
88
|
+
DescribeClusterRequestTypeDef,
|
|
89
89
|
DescribeClusterResponseTypeDef,
|
|
90
|
-
|
|
90
|
+
DescribeClusterVersionsRequestTypeDef,
|
|
91
91
|
DescribeClusterVersionsResponseTypeDef,
|
|
92
|
-
|
|
92
|
+
DescribeEksAnywhereSubscriptionRequestTypeDef,
|
|
93
93
|
DescribeEksAnywhereSubscriptionResponseTypeDef,
|
|
94
|
-
|
|
94
|
+
DescribeFargateProfileRequestTypeDef,
|
|
95
95
|
DescribeFargateProfileResponseTypeDef,
|
|
96
|
-
|
|
96
|
+
DescribeIdentityProviderConfigRequestTypeDef,
|
|
97
97
|
DescribeIdentityProviderConfigResponseTypeDef,
|
|
98
|
-
|
|
98
|
+
DescribeInsightRequestTypeDef,
|
|
99
99
|
DescribeInsightResponseTypeDef,
|
|
100
|
-
|
|
100
|
+
DescribeNodegroupRequestTypeDef,
|
|
101
101
|
DescribeNodegroupResponseTypeDef,
|
|
102
|
-
|
|
102
|
+
DescribePodIdentityAssociationRequestTypeDef,
|
|
103
103
|
DescribePodIdentityAssociationResponseTypeDef,
|
|
104
|
-
|
|
104
|
+
DescribeUpdateRequestTypeDef,
|
|
105
105
|
DescribeUpdateResponseTypeDef,
|
|
106
|
-
|
|
107
|
-
|
|
106
|
+
DisassociateAccessPolicyRequestTypeDef,
|
|
107
|
+
DisassociateIdentityProviderConfigRequestTypeDef,
|
|
108
108
|
DisassociateIdentityProviderConfigResponseTypeDef,
|
|
109
|
-
|
|
109
|
+
ListAccessEntriesRequestTypeDef,
|
|
110
110
|
ListAccessEntriesResponseTypeDef,
|
|
111
|
-
|
|
111
|
+
ListAccessPoliciesRequestTypeDef,
|
|
112
112
|
ListAccessPoliciesResponseTypeDef,
|
|
113
|
-
|
|
113
|
+
ListAddonsRequestTypeDef,
|
|
114
114
|
ListAddonsResponseTypeDef,
|
|
115
|
-
|
|
115
|
+
ListAssociatedAccessPoliciesRequestTypeDef,
|
|
116
116
|
ListAssociatedAccessPoliciesResponseTypeDef,
|
|
117
|
-
|
|
117
|
+
ListClustersRequestTypeDef,
|
|
118
118
|
ListClustersResponseTypeDef,
|
|
119
|
-
|
|
119
|
+
ListEksAnywhereSubscriptionsRequestTypeDef,
|
|
120
120
|
ListEksAnywhereSubscriptionsResponseTypeDef,
|
|
121
|
-
|
|
121
|
+
ListFargateProfilesRequestTypeDef,
|
|
122
122
|
ListFargateProfilesResponseTypeDef,
|
|
123
|
-
|
|
123
|
+
ListIdentityProviderConfigsRequestTypeDef,
|
|
124
124
|
ListIdentityProviderConfigsResponseTypeDef,
|
|
125
|
-
|
|
125
|
+
ListInsightsRequestTypeDef,
|
|
126
126
|
ListInsightsResponseTypeDef,
|
|
127
|
-
|
|
127
|
+
ListNodegroupsRequestTypeDef,
|
|
128
128
|
ListNodegroupsResponseTypeDef,
|
|
129
|
-
|
|
129
|
+
ListPodIdentityAssociationsRequestTypeDef,
|
|
130
130
|
ListPodIdentityAssociationsResponseTypeDef,
|
|
131
|
-
|
|
131
|
+
ListTagsForResourceRequestTypeDef,
|
|
132
132
|
ListTagsForResourceResponseTypeDef,
|
|
133
|
-
|
|
133
|
+
ListUpdatesRequestTypeDef,
|
|
134
134
|
ListUpdatesResponseTypeDef,
|
|
135
|
-
|
|
135
|
+
RegisterClusterRequestTypeDef,
|
|
136
136
|
RegisterClusterResponseTypeDef,
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
137
|
+
TagResourceRequestTypeDef,
|
|
138
|
+
UntagResourceRequestTypeDef,
|
|
139
|
+
UpdateAccessEntryRequestTypeDef,
|
|
140
140
|
UpdateAccessEntryResponseTypeDef,
|
|
141
|
-
|
|
141
|
+
UpdateAddonRequestTypeDef,
|
|
142
142
|
UpdateAddonResponseTypeDef,
|
|
143
|
-
|
|
143
|
+
UpdateClusterConfigRequestTypeDef,
|
|
144
144
|
UpdateClusterConfigResponseTypeDef,
|
|
145
|
-
|
|
145
|
+
UpdateClusterVersionRequestTypeDef,
|
|
146
146
|
UpdateClusterVersionResponseTypeDef,
|
|
147
|
-
|
|
147
|
+
UpdateEksAnywhereSubscriptionRequestTypeDef,
|
|
148
148
|
UpdateEksAnywhereSubscriptionResponseTypeDef,
|
|
149
|
-
|
|
149
|
+
UpdateNodegroupConfigRequestTypeDef,
|
|
150
150
|
UpdateNodegroupConfigResponseTypeDef,
|
|
151
|
-
|
|
151
|
+
UpdateNodegroupVersionRequestTypeDef,
|
|
152
152
|
UpdateNodegroupVersionResponseTypeDef,
|
|
153
|
-
|
|
153
|
+
UpdatePodIdentityAssociationRequestTypeDef,
|
|
154
154
|
UpdatePodIdentityAssociationResponseTypeDef,
|
|
155
155
|
)
|
|
156
156
|
from .waiter import (
|
|
@@ -232,7 +232,7 @@ class EKSClient(BaseClient):
|
|
|
232
232
|
"""
|
|
233
233
|
|
|
234
234
|
def associate_access_policy(
|
|
235
|
-
self, **kwargs: Unpack[
|
|
235
|
+
self, **kwargs: Unpack[AssociateAccessPolicyRequestTypeDef]
|
|
236
236
|
) -> AssociateAccessPolicyResponseTypeDef:
|
|
237
237
|
"""
|
|
238
238
|
Associates an access policy and its scope to an access entry.
|
|
@@ -242,7 +242,7 @@ class EKSClient(BaseClient):
|
|
|
242
242
|
"""
|
|
243
243
|
|
|
244
244
|
def associate_encryption_config(
|
|
245
|
-
self, **kwargs: Unpack[
|
|
245
|
+
self, **kwargs: Unpack[AssociateEncryptionConfigRequestTypeDef]
|
|
246
246
|
) -> AssociateEncryptionConfigResponseTypeDef:
|
|
247
247
|
"""
|
|
248
248
|
Associates an encryption configuration to an existing cluster.
|
|
@@ -252,7 +252,7 @@ class EKSClient(BaseClient):
|
|
|
252
252
|
"""
|
|
253
253
|
|
|
254
254
|
def associate_identity_provider_config(
|
|
255
|
-
self, **kwargs: Unpack[
|
|
255
|
+
self, **kwargs: Unpack[AssociateIdentityProviderConfigRequestTypeDef]
|
|
256
256
|
) -> AssociateIdentityProviderConfigResponseTypeDef:
|
|
257
257
|
"""
|
|
258
258
|
Associates an identity provider configuration to a cluster.
|
|
@@ -262,7 +262,7 @@ class EKSClient(BaseClient):
|
|
|
262
262
|
"""
|
|
263
263
|
|
|
264
264
|
def create_access_entry(
|
|
265
|
-
self, **kwargs: Unpack[
|
|
265
|
+
self, **kwargs: Unpack[CreateAccessEntryRequestTypeDef]
|
|
266
266
|
) -> CreateAccessEntryResponseTypeDef:
|
|
267
267
|
"""
|
|
268
268
|
Creates an access entry.
|
|
@@ -272,7 +272,7 @@ class EKSClient(BaseClient):
|
|
|
272
272
|
"""
|
|
273
273
|
|
|
274
274
|
def create_addon(
|
|
275
|
-
self, **kwargs: Unpack[
|
|
275
|
+
self, **kwargs: Unpack[CreateAddonRequestTypeDef]
|
|
276
276
|
) -> CreateAddonResponseTypeDef:
|
|
277
277
|
"""
|
|
278
278
|
Creates an Amazon EKS add-on.
|
|
@@ -282,7 +282,7 @@ class EKSClient(BaseClient):
|
|
|
282
282
|
"""
|
|
283
283
|
|
|
284
284
|
def create_cluster(
|
|
285
|
-
self, **kwargs: Unpack[
|
|
285
|
+
self, **kwargs: Unpack[CreateClusterRequestTypeDef]
|
|
286
286
|
) -> CreateClusterResponseTypeDef:
|
|
287
287
|
"""
|
|
288
288
|
Creates an Amazon EKS control plane.
|
|
@@ -292,7 +292,7 @@ class EKSClient(BaseClient):
|
|
|
292
292
|
"""
|
|
293
293
|
|
|
294
294
|
def create_eks_anywhere_subscription(
|
|
295
|
-
self, **kwargs: Unpack[
|
|
295
|
+
self, **kwargs: Unpack[CreateEksAnywhereSubscriptionRequestTypeDef]
|
|
296
296
|
) -> CreateEksAnywhereSubscriptionResponseTypeDef:
|
|
297
297
|
"""
|
|
298
298
|
Creates an EKS Anywhere subscription.
|
|
@@ -302,7 +302,7 @@ class EKSClient(BaseClient):
|
|
|
302
302
|
"""
|
|
303
303
|
|
|
304
304
|
def create_fargate_profile(
|
|
305
|
-
self, **kwargs: Unpack[
|
|
305
|
+
self, **kwargs: Unpack[CreateFargateProfileRequestTypeDef]
|
|
306
306
|
) -> CreateFargateProfileResponseTypeDef:
|
|
307
307
|
"""
|
|
308
308
|
Creates an Fargate profile for your Amazon EKS cluster.
|
|
@@ -312,7 +312,7 @@ class EKSClient(BaseClient):
|
|
|
312
312
|
"""
|
|
313
313
|
|
|
314
314
|
def create_nodegroup(
|
|
315
|
-
self, **kwargs: Unpack[
|
|
315
|
+
self, **kwargs: Unpack[CreateNodegroupRequestTypeDef]
|
|
316
316
|
) -> CreateNodegroupResponseTypeDef:
|
|
317
317
|
"""
|
|
318
318
|
Creates a managed node group for an Amazon EKS cluster.
|
|
@@ -322,7 +322,7 @@ class EKSClient(BaseClient):
|
|
|
322
322
|
"""
|
|
323
323
|
|
|
324
324
|
def create_pod_identity_association(
|
|
325
|
-
self, **kwargs: Unpack[
|
|
325
|
+
self, **kwargs: Unpack[CreatePodIdentityAssociationRequestTypeDef]
|
|
326
326
|
) -> CreatePodIdentityAssociationResponseTypeDef:
|
|
327
327
|
"""
|
|
328
328
|
Creates an EKS Pod Identity association between a service account in an Amazon
|
|
@@ -333,7 +333,7 @@ class EKSClient(BaseClient):
|
|
|
333
333
|
"""
|
|
334
334
|
|
|
335
335
|
def delete_access_entry(
|
|
336
|
-
self, **kwargs: Unpack[
|
|
336
|
+
self, **kwargs: Unpack[DeleteAccessEntryRequestTypeDef]
|
|
337
337
|
) -> Dict[str, Any]:
|
|
338
338
|
"""
|
|
339
339
|
Deletes an access entry.
|
|
@@ -343,7 +343,7 @@ class EKSClient(BaseClient):
|
|
|
343
343
|
"""
|
|
344
344
|
|
|
345
345
|
def delete_addon(
|
|
346
|
-
self, **kwargs: Unpack[
|
|
346
|
+
self, **kwargs: Unpack[DeleteAddonRequestTypeDef]
|
|
347
347
|
) -> DeleteAddonResponseTypeDef:
|
|
348
348
|
"""
|
|
349
349
|
Deletes an Amazon EKS add-on.
|
|
@@ -353,7 +353,7 @@ class EKSClient(BaseClient):
|
|
|
353
353
|
"""
|
|
354
354
|
|
|
355
355
|
def delete_cluster(
|
|
356
|
-
self, **kwargs: Unpack[
|
|
356
|
+
self, **kwargs: Unpack[DeleteClusterRequestTypeDef]
|
|
357
357
|
) -> DeleteClusterResponseTypeDef:
|
|
358
358
|
"""
|
|
359
359
|
Deletes an Amazon EKS cluster control plane.
|
|
@@ -363,7 +363,7 @@ class EKSClient(BaseClient):
|
|
|
363
363
|
"""
|
|
364
364
|
|
|
365
365
|
def delete_eks_anywhere_subscription(
|
|
366
|
-
self, **kwargs: Unpack[
|
|
366
|
+
self, **kwargs: Unpack[DeleteEksAnywhereSubscriptionRequestTypeDef]
|
|
367
367
|
) -> DeleteEksAnywhereSubscriptionResponseTypeDef:
|
|
368
368
|
"""
|
|
369
369
|
Deletes an expired or inactive subscription.
|
|
@@ -373,7 +373,7 @@ class EKSClient(BaseClient):
|
|
|
373
373
|
"""
|
|
374
374
|
|
|
375
375
|
def delete_fargate_profile(
|
|
376
|
-
self, **kwargs: Unpack[
|
|
376
|
+
self, **kwargs: Unpack[DeleteFargateProfileRequestTypeDef]
|
|
377
377
|
) -> DeleteFargateProfileResponseTypeDef:
|
|
378
378
|
"""
|
|
379
379
|
Deletes an Fargate profile.
|
|
@@ -383,7 +383,7 @@ class EKSClient(BaseClient):
|
|
|
383
383
|
"""
|
|
384
384
|
|
|
385
385
|
def delete_nodegroup(
|
|
386
|
-
self, **kwargs: Unpack[
|
|
386
|
+
self, **kwargs: Unpack[DeleteNodegroupRequestTypeDef]
|
|
387
387
|
) -> DeleteNodegroupResponseTypeDef:
|
|
388
388
|
"""
|
|
389
389
|
Deletes a managed node group.
|
|
@@ -393,7 +393,7 @@ class EKSClient(BaseClient):
|
|
|
393
393
|
"""
|
|
394
394
|
|
|
395
395
|
def delete_pod_identity_association(
|
|
396
|
-
self, **kwargs: Unpack[
|
|
396
|
+
self, **kwargs: Unpack[DeletePodIdentityAssociationRequestTypeDef]
|
|
397
397
|
) -> DeletePodIdentityAssociationResponseTypeDef:
|
|
398
398
|
"""
|
|
399
399
|
Deletes a EKS Pod Identity association.
|
|
@@ -403,7 +403,7 @@ class EKSClient(BaseClient):
|
|
|
403
403
|
"""
|
|
404
404
|
|
|
405
405
|
def deregister_cluster(
|
|
406
|
-
self, **kwargs: Unpack[
|
|
406
|
+
self, **kwargs: Unpack[DeregisterClusterRequestTypeDef]
|
|
407
407
|
) -> DeregisterClusterResponseTypeDef:
|
|
408
408
|
"""
|
|
409
409
|
Deregisters a connected cluster to remove it from the Amazon EKS control plane.
|
|
@@ -413,7 +413,7 @@ class EKSClient(BaseClient):
|
|
|
413
413
|
"""
|
|
414
414
|
|
|
415
415
|
def describe_access_entry(
|
|
416
|
-
self, **kwargs: Unpack[
|
|
416
|
+
self, **kwargs: Unpack[DescribeAccessEntryRequestTypeDef]
|
|
417
417
|
) -> DescribeAccessEntryResponseTypeDef:
|
|
418
418
|
"""
|
|
419
419
|
Describes an access entry.
|
|
@@ -423,7 +423,7 @@ class EKSClient(BaseClient):
|
|
|
423
423
|
"""
|
|
424
424
|
|
|
425
425
|
def describe_addon(
|
|
426
|
-
self, **kwargs: Unpack[
|
|
426
|
+
self, **kwargs: Unpack[DescribeAddonRequestTypeDef]
|
|
427
427
|
) -> DescribeAddonResponseTypeDef:
|
|
428
428
|
"""
|
|
429
429
|
Describes an Amazon EKS add-on.
|
|
@@ -433,7 +433,7 @@ class EKSClient(BaseClient):
|
|
|
433
433
|
"""
|
|
434
434
|
|
|
435
435
|
def describe_addon_configuration(
|
|
436
|
-
self, **kwargs: Unpack[
|
|
436
|
+
self, **kwargs: Unpack[DescribeAddonConfigurationRequestTypeDef]
|
|
437
437
|
) -> DescribeAddonConfigurationResponseTypeDef:
|
|
438
438
|
"""
|
|
439
439
|
Returns configuration options.
|
|
@@ -443,7 +443,7 @@ class EKSClient(BaseClient):
|
|
|
443
443
|
"""
|
|
444
444
|
|
|
445
445
|
def describe_addon_versions(
|
|
446
|
-
self, **kwargs: Unpack[
|
|
446
|
+
self, **kwargs: Unpack[DescribeAddonVersionsRequestTypeDef]
|
|
447
447
|
) -> DescribeAddonVersionsResponseTypeDef:
|
|
448
448
|
"""
|
|
449
449
|
Describes the versions for an add-on.
|
|
@@ -453,7 +453,7 @@ class EKSClient(BaseClient):
|
|
|
453
453
|
"""
|
|
454
454
|
|
|
455
455
|
def describe_cluster(
|
|
456
|
-
self, **kwargs: Unpack[
|
|
456
|
+
self, **kwargs: Unpack[DescribeClusterRequestTypeDef]
|
|
457
457
|
) -> DescribeClusterResponseTypeDef:
|
|
458
458
|
"""
|
|
459
459
|
Describes an Amazon EKS cluster.
|
|
@@ -463,7 +463,7 @@ class EKSClient(BaseClient):
|
|
|
463
463
|
"""
|
|
464
464
|
|
|
465
465
|
def describe_cluster_versions(
|
|
466
|
-
self, **kwargs: Unpack[
|
|
466
|
+
self, **kwargs: Unpack[DescribeClusterVersionsRequestTypeDef]
|
|
467
467
|
) -> DescribeClusterVersionsResponseTypeDef:
|
|
468
468
|
"""
|
|
469
469
|
Lists available Kubernetes versions for Amazon EKS clusters.
|
|
@@ -473,7 +473,7 @@ class EKSClient(BaseClient):
|
|
|
473
473
|
"""
|
|
474
474
|
|
|
475
475
|
def describe_eks_anywhere_subscription(
|
|
476
|
-
self, **kwargs: Unpack[
|
|
476
|
+
self, **kwargs: Unpack[DescribeEksAnywhereSubscriptionRequestTypeDef]
|
|
477
477
|
) -> DescribeEksAnywhereSubscriptionResponseTypeDef:
|
|
478
478
|
"""
|
|
479
479
|
Returns descriptive information about a subscription.
|
|
@@ -483,7 +483,7 @@ class EKSClient(BaseClient):
|
|
|
483
483
|
"""
|
|
484
484
|
|
|
485
485
|
def describe_fargate_profile(
|
|
486
|
-
self, **kwargs: Unpack[
|
|
486
|
+
self, **kwargs: Unpack[DescribeFargateProfileRequestTypeDef]
|
|
487
487
|
) -> DescribeFargateProfileResponseTypeDef:
|
|
488
488
|
"""
|
|
489
489
|
Describes an Fargate profile.
|
|
@@ -493,7 +493,7 @@ class EKSClient(BaseClient):
|
|
|
493
493
|
"""
|
|
494
494
|
|
|
495
495
|
def describe_identity_provider_config(
|
|
496
|
-
self, **kwargs: Unpack[
|
|
496
|
+
self, **kwargs: Unpack[DescribeIdentityProviderConfigRequestTypeDef]
|
|
497
497
|
) -> DescribeIdentityProviderConfigResponseTypeDef:
|
|
498
498
|
"""
|
|
499
499
|
Describes an identity provider configuration.
|
|
@@ -503,7 +503,7 @@ class EKSClient(BaseClient):
|
|
|
503
503
|
"""
|
|
504
504
|
|
|
505
505
|
def describe_insight(
|
|
506
|
-
self, **kwargs: Unpack[
|
|
506
|
+
self, **kwargs: Unpack[DescribeInsightRequestTypeDef]
|
|
507
507
|
) -> DescribeInsightResponseTypeDef:
|
|
508
508
|
"""
|
|
509
509
|
Returns details about an insight that you specify using its ID.
|
|
@@ -513,7 +513,7 @@ class EKSClient(BaseClient):
|
|
|
513
513
|
"""
|
|
514
514
|
|
|
515
515
|
def describe_nodegroup(
|
|
516
|
-
self, **kwargs: Unpack[
|
|
516
|
+
self, **kwargs: Unpack[DescribeNodegroupRequestTypeDef]
|
|
517
517
|
) -> DescribeNodegroupResponseTypeDef:
|
|
518
518
|
"""
|
|
519
519
|
Describes a managed node group.
|
|
@@ -523,7 +523,7 @@ class EKSClient(BaseClient):
|
|
|
523
523
|
"""
|
|
524
524
|
|
|
525
525
|
def describe_pod_identity_association(
|
|
526
|
-
self, **kwargs: Unpack[
|
|
526
|
+
self, **kwargs: Unpack[DescribePodIdentityAssociationRequestTypeDef]
|
|
527
527
|
) -> DescribePodIdentityAssociationResponseTypeDef:
|
|
528
528
|
"""
|
|
529
529
|
Returns descriptive information about an EKS Pod Identity association.
|
|
@@ -533,7 +533,7 @@ class EKSClient(BaseClient):
|
|
|
533
533
|
"""
|
|
534
534
|
|
|
535
535
|
def describe_update(
|
|
536
|
-
self, **kwargs: Unpack[
|
|
536
|
+
self, **kwargs: Unpack[DescribeUpdateRequestTypeDef]
|
|
537
537
|
) -> DescribeUpdateResponseTypeDef:
|
|
538
538
|
"""
|
|
539
539
|
Describes an update to an Amazon EKS resource.
|
|
@@ -543,7 +543,7 @@ class EKSClient(BaseClient):
|
|
|
543
543
|
"""
|
|
544
544
|
|
|
545
545
|
def disassociate_access_policy(
|
|
546
|
-
self, **kwargs: Unpack[
|
|
546
|
+
self, **kwargs: Unpack[DisassociateAccessPolicyRequestTypeDef]
|
|
547
547
|
) -> Dict[str, Any]:
|
|
548
548
|
"""
|
|
549
549
|
Disassociates an access policy from an access entry.
|
|
@@ -553,7 +553,7 @@ class EKSClient(BaseClient):
|
|
|
553
553
|
"""
|
|
554
554
|
|
|
555
555
|
def disassociate_identity_provider_config(
|
|
556
|
-
self, **kwargs: Unpack[
|
|
556
|
+
self, **kwargs: Unpack[DisassociateIdentityProviderConfigRequestTypeDef]
|
|
557
557
|
) -> DisassociateIdentityProviderConfigResponseTypeDef:
|
|
558
558
|
"""
|
|
559
559
|
Disassociates an identity provider configuration from a cluster.
|
|
@@ -563,7 +563,7 @@ class EKSClient(BaseClient):
|
|
|
563
563
|
"""
|
|
564
564
|
|
|
565
565
|
def list_access_entries(
|
|
566
|
-
self, **kwargs: Unpack[
|
|
566
|
+
self, **kwargs: Unpack[ListAccessEntriesRequestTypeDef]
|
|
567
567
|
) -> ListAccessEntriesResponseTypeDef:
|
|
568
568
|
"""
|
|
569
569
|
Lists the access entries for your cluster.
|
|
@@ -573,7 +573,7 @@ class EKSClient(BaseClient):
|
|
|
573
573
|
"""
|
|
574
574
|
|
|
575
575
|
def list_access_policies(
|
|
576
|
-
self, **kwargs: Unpack[
|
|
576
|
+
self, **kwargs: Unpack[ListAccessPoliciesRequestTypeDef]
|
|
577
577
|
) -> ListAccessPoliciesResponseTypeDef:
|
|
578
578
|
"""
|
|
579
579
|
Lists the available access policies.
|
|
@@ -582,9 +582,7 @@ class EKSClient(BaseClient):
|
|
|
582
582
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_access_policies)
|
|
583
583
|
"""
|
|
584
584
|
|
|
585
|
-
def list_addons(
|
|
586
|
-
self, **kwargs: Unpack[ListAddonsRequestRequestTypeDef]
|
|
587
|
-
) -> ListAddonsResponseTypeDef:
|
|
585
|
+
def list_addons(self, **kwargs: Unpack[ListAddonsRequestTypeDef]) -> ListAddonsResponseTypeDef:
|
|
588
586
|
"""
|
|
589
587
|
Lists the installed add-ons.
|
|
590
588
|
|
|
@@ -593,7 +591,7 @@ class EKSClient(BaseClient):
|
|
|
593
591
|
"""
|
|
594
592
|
|
|
595
593
|
def list_associated_access_policies(
|
|
596
|
-
self, **kwargs: Unpack[
|
|
594
|
+
self, **kwargs: Unpack[ListAssociatedAccessPoliciesRequestTypeDef]
|
|
597
595
|
) -> ListAssociatedAccessPoliciesResponseTypeDef:
|
|
598
596
|
"""
|
|
599
597
|
Lists the access policies associated with an access entry.
|
|
@@ -603,7 +601,7 @@ class EKSClient(BaseClient):
|
|
|
603
601
|
"""
|
|
604
602
|
|
|
605
603
|
def list_clusters(
|
|
606
|
-
self, **kwargs: Unpack[
|
|
604
|
+
self, **kwargs: Unpack[ListClustersRequestTypeDef]
|
|
607
605
|
) -> ListClustersResponseTypeDef:
|
|
608
606
|
"""
|
|
609
607
|
Lists the Amazon EKS clusters in your Amazon Web Services account in the
|
|
@@ -614,7 +612,7 @@ class EKSClient(BaseClient):
|
|
|
614
612
|
"""
|
|
615
613
|
|
|
616
614
|
def list_eks_anywhere_subscriptions(
|
|
617
|
-
self, **kwargs: Unpack[
|
|
615
|
+
self, **kwargs: Unpack[ListEksAnywhereSubscriptionsRequestTypeDef]
|
|
618
616
|
) -> ListEksAnywhereSubscriptionsResponseTypeDef:
|
|
619
617
|
"""
|
|
620
618
|
Displays the full description of the subscription.
|
|
@@ -624,7 +622,7 @@ class EKSClient(BaseClient):
|
|
|
624
622
|
"""
|
|
625
623
|
|
|
626
624
|
def list_fargate_profiles(
|
|
627
|
-
self, **kwargs: Unpack[
|
|
625
|
+
self, **kwargs: Unpack[ListFargateProfilesRequestTypeDef]
|
|
628
626
|
) -> ListFargateProfilesResponseTypeDef:
|
|
629
627
|
"""
|
|
630
628
|
Lists the Fargate profiles associated with the specified cluster in your Amazon
|
|
@@ -635,7 +633,7 @@ class EKSClient(BaseClient):
|
|
|
635
633
|
"""
|
|
636
634
|
|
|
637
635
|
def list_identity_provider_configs(
|
|
638
|
-
self, **kwargs: Unpack[
|
|
636
|
+
self, **kwargs: Unpack[ListIdentityProviderConfigsRequestTypeDef]
|
|
639
637
|
) -> ListIdentityProviderConfigsResponseTypeDef:
|
|
640
638
|
"""
|
|
641
639
|
Lists the identity provider configurations for your cluster.
|
|
@@ -645,7 +643,7 @@ class EKSClient(BaseClient):
|
|
|
645
643
|
"""
|
|
646
644
|
|
|
647
645
|
def list_insights(
|
|
648
|
-
self, **kwargs: Unpack[
|
|
646
|
+
self, **kwargs: Unpack[ListInsightsRequestTypeDef]
|
|
649
647
|
) -> ListInsightsResponseTypeDef:
|
|
650
648
|
"""
|
|
651
649
|
Returns a list of all insights checked for against the specified cluster.
|
|
@@ -655,7 +653,7 @@ class EKSClient(BaseClient):
|
|
|
655
653
|
"""
|
|
656
654
|
|
|
657
655
|
def list_nodegroups(
|
|
658
|
-
self, **kwargs: Unpack[
|
|
656
|
+
self, **kwargs: Unpack[ListNodegroupsRequestTypeDef]
|
|
659
657
|
) -> ListNodegroupsResponseTypeDef:
|
|
660
658
|
"""
|
|
661
659
|
Lists the managed node groups associated with the specified cluster in your
|
|
@@ -666,7 +664,7 @@ class EKSClient(BaseClient):
|
|
|
666
664
|
"""
|
|
667
665
|
|
|
668
666
|
def list_pod_identity_associations(
|
|
669
|
-
self, **kwargs: Unpack[
|
|
667
|
+
self, **kwargs: Unpack[ListPodIdentityAssociationsRequestTypeDef]
|
|
670
668
|
) -> ListPodIdentityAssociationsResponseTypeDef:
|
|
671
669
|
"""
|
|
672
670
|
List the EKS Pod Identity associations in a cluster.
|
|
@@ -676,7 +674,7 @@ class EKSClient(BaseClient):
|
|
|
676
674
|
"""
|
|
677
675
|
|
|
678
676
|
def list_tags_for_resource(
|
|
679
|
-
self, **kwargs: Unpack[
|
|
677
|
+
self, **kwargs: Unpack[ListTagsForResourceRequestTypeDef]
|
|
680
678
|
) -> ListTagsForResourceResponseTypeDef:
|
|
681
679
|
"""
|
|
682
680
|
List the tags for an Amazon EKS resource.
|
|
@@ -686,7 +684,7 @@ class EKSClient(BaseClient):
|
|
|
686
684
|
"""
|
|
687
685
|
|
|
688
686
|
def list_updates(
|
|
689
|
-
self, **kwargs: Unpack[
|
|
687
|
+
self, **kwargs: Unpack[ListUpdatesRequestTypeDef]
|
|
690
688
|
) -> ListUpdatesResponseTypeDef:
|
|
691
689
|
"""
|
|
692
690
|
Lists the updates associated with an Amazon EKS resource in your Amazon Web
|
|
@@ -697,7 +695,7 @@ class EKSClient(BaseClient):
|
|
|
697
695
|
"""
|
|
698
696
|
|
|
699
697
|
def register_cluster(
|
|
700
|
-
self, **kwargs: Unpack[
|
|
698
|
+
self, **kwargs: Unpack[RegisterClusterRequestTypeDef]
|
|
701
699
|
) -> RegisterClusterResponseTypeDef:
|
|
702
700
|
"""
|
|
703
701
|
Connects a Kubernetes cluster to the Amazon EKS control plane.
|
|
@@ -706,7 +704,7 @@ class EKSClient(BaseClient):
|
|
|
706
704
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
|
|
707
705
|
"""
|
|
708
706
|
|
|
709
|
-
def tag_resource(self, **kwargs: Unpack[
|
|
707
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
|
|
710
708
|
"""
|
|
711
709
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
712
710
|
<code>resourceArn</code>.
|
|
@@ -715,9 +713,7 @@ class EKSClient(BaseClient):
|
|
|
715
713
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#tag_resource)
|
|
716
714
|
"""
|
|
717
715
|
|
|
718
|
-
def untag_resource(
|
|
719
|
-
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
720
|
-
) -> Dict[str, Any]:
|
|
716
|
+
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> Dict[str, Any]:
|
|
721
717
|
"""
|
|
722
718
|
Deletes specified tags from an Amazon EKS resource.
|
|
723
719
|
|
|
@@ -726,7 +722,7 @@ class EKSClient(BaseClient):
|
|
|
726
722
|
"""
|
|
727
723
|
|
|
728
724
|
def update_access_entry(
|
|
729
|
-
self, **kwargs: Unpack[
|
|
725
|
+
self, **kwargs: Unpack[UpdateAccessEntryRequestTypeDef]
|
|
730
726
|
) -> UpdateAccessEntryResponseTypeDef:
|
|
731
727
|
"""
|
|
732
728
|
Updates an access entry.
|
|
@@ -736,7 +732,7 @@ class EKSClient(BaseClient):
|
|
|
736
732
|
"""
|
|
737
733
|
|
|
738
734
|
def update_addon(
|
|
739
|
-
self, **kwargs: Unpack[
|
|
735
|
+
self, **kwargs: Unpack[UpdateAddonRequestTypeDef]
|
|
740
736
|
) -> UpdateAddonResponseTypeDef:
|
|
741
737
|
"""
|
|
742
738
|
Updates an Amazon EKS add-on.
|
|
@@ -746,7 +742,7 @@ class EKSClient(BaseClient):
|
|
|
746
742
|
"""
|
|
747
743
|
|
|
748
744
|
def update_cluster_config(
|
|
749
|
-
self, **kwargs: Unpack[
|
|
745
|
+
self, **kwargs: Unpack[UpdateClusterConfigRequestTypeDef]
|
|
750
746
|
) -> UpdateClusterConfigResponseTypeDef:
|
|
751
747
|
"""
|
|
752
748
|
Updates an Amazon EKS cluster configuration.
|
|
@@ -756,7 +752,7 @@ class EKSClient(BaseClient):
|
|
|
756
752
|
"""
|
|
757
753
|
|
|
758
754
|
def update_cluster_version(
|
|
759
|
-
self, **kwargs: Unpack[
|
|
755
|
+
self, **kwargs: Unpack[UpdateClusterVersionRequestTypeDef]
|
|
760
756
|
) -> UpdateClusterVersionResponseTypeDef:
|
|
761
757
|
"""
|
|
762
758
|
Updates an Amazon EKS cluster to the specified Kubernetes version.
|
|
@@ -766,7 +762,7 @@ class EKSClient(BaseClient):
|
|
|
766
762
|
"""
|
|
767
763
|
|
|
768
764
|
def update_eks_anywhere_subscription(
|
|
769
|
-
self, **kwargs: Unpack[
|
|
765
|
+
self, **kwargs: Unpack[UpdateEksAnywhereSubscriptionRequestTypeDef]
|
|
770
766
|
) -> UpdateEksAnywhereSubscriptionResponseTypeDef:
|
|
771
767
|
"""
|
|
772
768
|
Update an EKS Anywhere Subscription.
|
|
@@ -776,7 +772,7 @@ class EKSClient(BaseClient):
|
|
|
776
772
|
"""
|
|
777
773
|
|
|
778
774
|
def update_nodegroup_config(
|
|
779
|
-
self, **kwargs: Unpack[
|
|
775
|
+
self, **kwargs: Unpack[UpdateNodegroupConfigRequestTypeDef]
|
|
780
776
|
) -> UpdateNodegroupConfigResponseTypeDef:
|
|
781
777
|
"""
|
|
782
778
|
Updates an Amazon EKS managed node group configuration.
|
|
@@ -786,7 +782,7 @@ class EKSClient(BaseClient):
|
|
|
786
782
|
"""
|
|
787
783
|
|
|
788
784
|
def update_nodegroup_version(
|
|
789
|
-
self, **kwargs: Unpack[
|
|
785
|
+
self, **kwargs: Unpack[UpdateNodegroupVersionRequestTypeDef]
|
|
790
786
|
) -> UpdateNodegroupVersionResponseTypeDef:
|
|
791
787
|
"""
|
|
792
788
|
Updates the Kubernetes version or AMI version of an Amazon EKS managed node
|
|
@@ -797,7 +793,7 @@ class EKSClient(BaseClient):
|
|
|
797
793
|
"""
|
|
798
794
|
|
|
799
795
|
def update_pod_identity_association(
|
|
800
|
-
self, **kwargs: Unpack[
|
|
796
|
+
self, **kwargs: Unpack[UpdatePodIdentityAssociationRequestTypeDef]
|
|
801
797
|
) -> UpdatePodIdentityAssociationResponseTypeDef:
|
|
802
798
|
"""
|
|
803
799
|
Updates a EKS Pod Identity association.
|