mypy-boto3-eks 1.41.2__tar.gz → 1.42.3__tar.gz
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-1.41.2 → mypy_boto3_eks-1.42.3}/PKG-INFO +6 -4
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/README.md +4 -2
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/__init__.py +4 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/__init__.pyi +4 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/__main__.py +3 -3
- mypy_boto3_eks-1.41.2/mypy_boto3_eks/client.pyi → mypy_boto3_eks-1.42.3/mypy_boto3_eks/client.py +77 -0
- mypy_boto3_eks-1.41.2/mypy_boto3_eks/client.py → mypy_boto3_eks-1.42.3/mypy_boto3_eks/client.pyi +74 -3
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/literals.py +21 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/literals.pyi +21 -0
- mypy_boto3_eks-1.41.2/mypy_boto3_eks/paginator.pyi → mypy_boto3_eks-1.42.3/mypy_boto3_eks/paginator.py +69 -0
- mypy_boto3_eks-1.41.2/mypy_boto3_eks/paginator.py → mypy_boto3_eks-1.42.3/mypy_boto3_eks/paginator.pyi +22 -42
- mypy_boto3_eks-1.41.2/mypy_boto3_eks/type_defs.pyi → mypy_boto3_eks-1.42.3/mypy_boto3_eks/type_defs.py +472 -0
- mypy_boto3_eks-1.41.2/mypy_boto3_eks/type_defs.py → mypy_boto3_eks-1.42.3/mypy_boto3_eks/type_defs.pyi +188 -230
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks.egg-info/PKG-INFO +6 -4
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/pyproject.toml +2 -2
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/LICENSE +0 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/waiter.py +0 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks/waiter.pyi +0 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks.egg-info/requires.txt +0 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.41.2 → mypy_boto3_eks-1.42.3}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.
|
|
3
|
+
Version: 1.42.3
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.42.3 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 EKS 1.
|
|
45
|
+
Type annotations for [boto3 EKS 1.42.3](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
105
105
|
isolation.
|
|
106
106
|
|
|
107
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
108
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
109
109
|
2. Select `boto3-stubs` AWS SDK.
|
|
110
110
|
3. Add `EKS` service.
|
|
111
111
|
4. Use provided commands to install generated packages.
|
|
@@ -344,6 +344,7 @@ from mypy_boto3_eks.paginator import (
|
|
|
344
344
|
ListAccessPoliciesPaginator,
|
|
345
345
|
ListAddonsPaginator,
|
|
346
346
|
ListAssociatedAccessPoliciesPaginator,
|
|
347
|
+
ListCapabilitiesPaginator,
|
|
347
348
|
ListClustersPaginator,
|
|
348
349
|
ListEksAnywhereSubscriptionsPaginator,
|
|
349
350
|
ListFargateProfilesPaginator,
|
|
@@ -374,6 +375,7 @@ list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
|
|
|
374
375
|
list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = (
|
|
375
376
|
client.get_paginator("list_associated_access_policies")
|
|
376
377
|
)
|
|
378
|
+
list_capabilities_paginator: ListCapabilitiesPaginator = client.get_paginator("list_capabilities")
|
|
377
379
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
378
380
|
list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = (
|
|
379
381
|
client.get_paginator("list_eks_anywhere_subscriptions")
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 EKS 1.
|
|
12
|
+
Type annotations for [boto3 EKS 1.42.3](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.
|
|
75
|
+
`uvx --with 'boto3==1.42.3' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `EKS` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -311,6 +311,7 @@ from mypy_boto3_eks.paginator import (
|
|
|
311
311
|
ListAccessPoliciesPaginator,
|
|
312
312
|
ListAddonsPaginator,
|
|
313
313
|
ListAssociatedAccessPoliciesPaginator,
|
|
314
|
+
ListCapabilitiesPaginator,
|
|
314
315
|
ListClustersPaginator,
|
|
315
316
|
ListEksAnywhereSubscriptionsPaginator,
|
|
316
317
|
ListFargateProfilesPaginator,
|
|
@@ -341,6 +342,7 @@ list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
|
|
|
341
342
|
list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = (
|
|
342
343
|
client.get_paginator("list_associated_access_policies")
|
|
343
344
|
)
|
|
345
|
+
list_capabilities_paginator: ListCapabilitiesPaginator = client.get_paginator("list_capabilities")
|
|
344
346
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
345
347
|
list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = (
|
|
346
348
|
client.get_paginator("list_eks_anywhere_subscriptions")
|
|
@@ -24,6 +24,7 @@ Usage::
|
|
|
24
24
|
ListAccessPoliciesPaginator,
|
|
25
25
|
ListAddonsPaginator,
|
|
26
26
|
ListAssociatedAccessPoliciesPaginator,
|
|
27
|
+
ListCapabilitiesPaginator,
|
|
27
28
|
ListClustersPaginator,
|
|
28
29
|
ListEksAnywhereSubscriptionsPaginator,
|
|
29
30
|
ListFargateProfilesPaginator,
|
|
@@ -54,6 +55,7 @@ Usage::
|
|
|
54
55
|
list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
|
|
55
56
|
list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
|
|
56
57
|
list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = client.get_paginator("list_associated_access_policies")
|
|
58
|
+
list_capabilities_paginator: ListCapabilitiesPaginator = client.get_paginator("list_capabilities")
|
|
57
59
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
58
60
|
list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = client.get_paginator("list_eks_anywhere_subscriptions")
|
|
59
61
|
list_fargate_profiles_paginator: ListFargateProfilesPaginator = client.get_paginator("list_fargate_profiles")
|
|
@@ -73,6 +75,7 @@ from .paginator import (
|
|
|
73
75
|
ListAccessPoliciesPaginator,
|
|
74
76
|
ListAddonsPaginator,
|
|
75
77
|
ListAssociatedAccessPoliciesPaginator,
|
|
78
|
+
ListCapabilitiesPaginator,
|
|
76
79
|
ListClustersPaginator,
|
|
77
80
|
ListEksAnywhereSubscriptionsPaginator,
|
|
78
81
|
ListFargateProfilesPaginator,
|
|
@@ -111,6 +114,7 @@ __all__ = (
|
|
|
111
114
|
"ListAccessPoliciesPaginator",
|
|
112
115
|
"ListAddonsPaginator",
|
|
113
116
|
"ListAssociatedAccessPoliciesPaginator",
|
|
117
|
+
"ListCapabilitiesPaginator",
|
|
114
118
|
"ListClustersPaginator",
|
|
115
119
|
"ListEksAnywhereSubscriptionsPaginator",
|
|
116
120
|
"ListFargateProfilesPaginator",
|
|
@@ -24,6 +24,7 @@ Usage::
|
|
|
24
24
|
ListAccessPoliciesPaginator,
|
|
25
25
|
ListAddonsPaginator,
|
|
26
26
|
ListAssociatedAccessPoliciesPaginator,
|
|
27
|
+
ListCapabilitiesPaginator,
|
|
27
28
|
ListClustersPaginator,
|
|
28
29
|
ListEksAnywhereSubscriptionsPaginator,
|
|
29
30
|
ListFargateProfilesPaginator,
|
|
@@ -54,6 +55,7 @@ Usage::
|
|
|
54
55
|
list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
|
|
55
56
|
list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
|
|
56
57
|
list_associated_access_policies_paginator: ListAssociatedAccessPoliciesPaginator = client.get_paginator("list_associated_access_policies")
|
|
58
|
+
list_capabilities_paginator: ListCapabilitiesPaginator = client.get_paginator("list_capabilities")
|
|
57
59
|
list_clusters_paginator: ListClustersPaginator = client.get_paginator("list_clusters")
|
|
58
60
|
list_eks_anywhere_subscriptions_paginator: ListEksAnywhereSubscriptionsPaginator = client.get_paginator("list_eks_anywhere_subscriptions")
|
|
59
61
|
list_fargate_profiles_paginator: ListFargateProfilesPaginator = client.get_paginator("list_fargate_profiles")
|
|
@@ -73,6 +75,7 @@ from .paginator import (
|
|
|
73
75
|
ListAccessPoliciesPaginator,
|
|
74
76
|
ListAddonsPaginator,
|
|
75
77
|
ListAssociatedAccessPoliciesPaginator,
|
|
78
|
+
ListCapabilitiesPaginator,
|
|
76
79
|
ListClustersPaginator,
|
|
77
80
|
ListEksAnywhereSubscriptionsPaginator,
|
|
78
81
|
ListFargateProfilesPaginator,
|
|
@@ -110,6 +113,7 @@ __all__ = (
|
|
|
110
113
|
"ListAccessPoliciesPaginator",
|
|
111
114
|
"ListAddonsPaginator",
|
|
112
115
|
"ListAssociatedAccessPoliciesPaginator",
|
|
116
|
+
"ListCapabilitiesPaginator",
|
|
113
117
|
"ListClustersPaginator",
|
|
114
118
|
"ListEksAnywhereSubscriptionsPaginator",
|
|
115
119
|
"ListFargateProfilesPaginator",
|
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 EKS 1.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 EKS 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\n"
|
|
17
17
|
"Builder version: 8.12.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#eks\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.
|
|
29
|
+
sys.stdout.write("1.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_eks-1.41.2/mypy_boto3_eks/client.pyi → mypy_boto3_eks-1.42.3/mypy_boto3_eks/client.py
RENAMED
|
@@ -33,6 +33,7 @@ from .paginator import (
|
|
|
33
33
|
ListAccessPoliciesPaginator,
|
|
34
34
|
ListAddonsPaginator,
|
|
35
35
|
ListAssociatedAccessPoliciesPaginator,
|
|
36
|
+
ListCapabilitiesPaginator,
|
|
36
37
|
ListClustersPaginator,
|
|
37
38
|
ListEksAnywhereSubscriptionsPaginator,
|
|
38
39
|
ListFargateProfilesPaginator,
|
|
@@ -53,6 +54,8 @@ from .type_defs import (
|
|
|
53
54
|
CreateAccessEntryResponseTypeDef,
|
|
54
55
|
CreateAddonRequestTypeDef,
|
|
55
56
|
CreateAddonResponseTypeDef,
|
|
57
|
+
CreateCapabilityRequestTypeDef,
|
|
58
|
+
CreateCapabilityResponseTypeDef,
|
|
56
59
|
CreateClusterRequestTypeDef,
|
|
57
60
|
CreateClusterResponseTypeDef,
|
|
58
61
|
CreateEksAnywhereSubscriptionRequestTypeDef,
|
|
@@ -66,6 +69,8 @@ from .type_defs import (
|
|
|
66
69
|
DeleteAccessEntryRequestTypeDef,
|
|
67
70
|
DeleteAddonRequestTypeDef,
|
|
68
71
|
DeleteAddonResponseTypeDef,
|
|
72
|
+
DeleteCapabilityRequestTypeDef,
|
|
73
|
+
DeleteCapabilityResponseTypeDef,
|
|
69
74
|
DeleteClusterRequestTypeDef,
|
|
70
75
|
DeleteClusterResponseTypeDef,
|
|
71
76
|
DeleteEksAnywhereSubscriptionRequestTypeDef,
|
|
@@ -86,6 +91,8 @@ from .type_defs import (
|
|
|
86
91
|
DescribeAddonResponseTypeDef,
|
|
87
92
|
DescribeAddonVersionsRequestTypeDef,
|
|
88
93
|
DescribeAddonVersionsResponseTypeDef,
|
|
94
|
+
DescribeCapabilityRequestTypeDef,
|
|
95
|
+
DescribeCapabilityResponseTypeDef,
|
|
89
96
|
DescribeClusterRequestTypeDef,
|
|
90
97
|
DescribeClusterResponseTypeDef,
|
|
91
98
|
DescribeClusterVersionsRequestTypeDef,
|
|
@@ -117,6 +124,8 @@ from .type_defs import (
|
|
|
117
124
|
ListAddonsResponseTypeDef,
|
|
118
125
|
ListAssociatedAccessPoliciesRequestTypeDef,
|
|
119
126
|
ListAssociatedAccessPoliciesResponseTypeDef,
|
|
127
|
+
ListCapabilitiesRequestTypeDef,
|
|
128
|
+
ListCapabilitiesResponseTypeDef,
|
|
120
129
|
ListClustersRequestTypeDef,
|
|
121
130
|
ListClustersResponseTypeDef,
|
|
122
131
|
ListEksAnywhereSubscriptionsRequestTypeDef,
|
|
@@ -145,6 +154,8 @@ from .type_defs import (
|
|
|
145
154
|
UpdateAccessEntryResponseTypeDef,
|
|
146
155
|
UpdateAddonRequestTypeDef,
|
|
147
156
|
UpdateAddonResponseTypeDef,
|
|
157
|
+
UpdateCapabilityRequestTypeDef,
|
|
158
|
+
UpdateCapabilityResponseTypeDef,
|
|
148
159
|
UpdateClusterConfigRequestTypeDef,
|
|
149
160
|
UpdateClusterConfigResponseTypeDef,
|
|
150
161
|
UpdateClusterVersionRequestTypeDef,
|
|
@@ -174,8 +185,10 @@ if sys.version_info >= (3, 12):
|
|
|
174
185
|
else:
|
|
175
186
|
from typing_extensions import Literal, Unpack
|
|
176
187
|
|
|
188
|
+
|
|
177
189
|
__all__ = ("EKSClient",)
|
|
178
190
|
|
|
191
|
+
|
|
179
192
|
class Exceptions(BaseClientExceptions):
|
|
180
193
|
AccessDeniedException: type[BotocoreClientError]
|
|
181
194
|
BadRequestException: type[BotocoreClientError]
|
|
@@ -194,6 +207,7 @@ class Exceptions(BaseClientExceptions):
|
|
|
194
207
|
ThrottlingException: type[BotocoreClientError]
|
|
195
208
|
UnsupportedAvailabilityZoneException: type[BotocoreClientError]
|
|
196
209
|
|
|
210
|
+
|
|
197
211
|
class EKSClient(BaseClient):
|
|
198
212
|
"""
|
|
199
213
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
|
|
@@ -279,6 +293,16 @@ class EKSClient(BaseClient):
|
|
|
279
293
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_addon)
|
|
280
294
|
"""
|
|
281
295
|
|
|
296
|
+
def create_capability(
|
|
297
|
+
self, **kwargs: Unpack[CreateCapabilityRequestTypeDef]
|
|
298
|
+
) -> CreateCapabilityResponseTypeDef:
|
|
299
|
+
"""
|
|
300
|
+
Creates a managed capability resource for an Amazon EKS cluster.
|
|
301
|
+
|
|
302
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_capability.html)
|
|
303
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_capability)
|
|
304
|
+
"""
|
|
305
|
+
|
|
282
306
|
def create_cluster(
|
|
283
307
|
self, **kwargs: Unpack[CreateClusterRequestTypeDef]
|
|
284
308
|
) -> CreateClusterResponseTypeDef:
|
|
@@ -350,6 +374,16 @@ class EKSClient(BaseClient):
|
|
|
350
374
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_addon)
|
|
351
375
|
"""
|
|
352
376
|
|
|
377
|
+
def delete_capability(
|
|
378
|
+
self, **kwargs: Unpack[DeleteCapabilityRequestTypeDef]
|
|
379
|
+
) -> DeleteCapabilityResponseTypeDef:
|
|
380
|
+
"""
|
|
381
|
+
Deletes a managed capability from your Amazon EKS cluster.
|
|
382
|
+
|
|
383
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_capability.html)
|
|
384
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_capability)
|
|
385
|
+
"""
|
|
386
|
+
|
|
353
387
|
def delete_cluster(
|
|
354
388
|
self, **kwargs: Unpack[DeleteClusterRequestTypeDef]
|
|
355
389
|
) -> DeleteClusterResponseTypeDef:
|
|
@@ -450,6 +484,18 @@ class EKSClient(BaseClient):
|
|
|
450
484
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_addon_versions)
|
|
451
485
|
"""
|
|
452
486
|
|
|
487
|
+
def describe_capability(
|
|
488
|
+
self, **kwargs: Unpack[DescribeCapabilityRequestTypeDef]
|
|
489
|
+
) -> DescribeCapabilityResponseTypeDef:
|
|
490
|
+
"""
|
|
491
|
+
Returns detailed information about a specific managed capability in your Amazon
|
|
492
|
+
EKS cluster, including its current status, configuration, health information,
|
|
493
|
+
and any issues that may be affecting its operation.
|
|
494
|
+
|
|
495
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_capability.html)
|
|
496
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_capability)
|
|
497
|
+
"""
|
|
498
|
+
|
|
453
499
|
def describe_cluster(
|
|
454
500
|
self, **kwargs: Unpack[DescribeClusterRequestTypeDef]
|
|
455
501
|
) -> DescribeClusterResponseTypeDef:
|
|
@@ -608,6 +654,16 @@ class EKSClient(BaseClient):
|
|
|
608
654
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_associated_access_policies)
|
|
609
655
|
"""
|
|
610
656
|
|
|
657
|
+
def list_capabilities(
|
|
658
|
+
self, **kwargs: Unpack[ListCapabilitiesRequestTypeDef]
|
|
659
|
+
) -> ListCapabilitiesResponseTypeDef:
|
|
660
|
+
"""
|
|
661
|
+
Lists all managed capabilities in your Amazon EKS cluster.
|
|
662
|
+
|
|
663
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_capabilities.html)
|
|
664
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_capabilities)
|
|
665
|
+
"""
|
|
666
|
+
|
|
611
667
|
def list_clusters(
|
|
612
668
|
self, **kwargs: Unpack[ListClustersRequestTypeDef]
|
|
613
669
|
) -> ListClustersResponseTypeDef:
|
|
@@ -760,6 +816,16 @@ class EKSClient(BaseClient):
|
|
|
760
816
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_addon)
|
|
761
817
|
"""
|
|
762
818
|
|
|
819
|
+
def update_capability(
|
|
820
|
+
self, **kwargs: Unpack[UpdateCapabilityRequestTypeDef]
|
|
821
|
+
) -> UpdateCapabilityResponseTypeDef:
|
|
822
|
+
"""
|
|
823
|
+
Updates the configuration of a managed capability in your Amazon EKS cluster.
|
|
824
|
+
|
|
825
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_capability.html)
|
|
826
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_capability)
|
|
827
|
+
"""
|
|
828
|
+
|
|
763
829
|
def update_cluster_config(
|
|
764
830
|
self, **kwargs: Unpack[UpdateClusterConfigRequestTypeDef]
|
|
765
831
|
) -> UpdateClusterConfigResponseTypeDef:
|
|
@@ -887,6 +953,17 @@ class EKSClient(BaseClient):
|
|
|
887
953
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
888
954
|
"""
|
|
889
955
|
|
|
956
|
+
@overload # type: ignore[override]
|
|
957
|
+
def get_paginator( # type: ignore[override]
|
|
958
|
+
self, operation_name: Literal["list_capabilities"]
|
|
959
|
+
) -> ListCapabilitiesPaginator:
|
|
960
|
+
"""
|
|
961
|
+
Create a paginator for an operation.
|
|
962
|
+
|
|
963
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
964
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
965
|
+
"""
|
|
966
|
+
|
|
890
967
|
@overload # type: ignore[override]
|
|
891
968
|
def get_paginator( # type: ignore[override]
|
|
892
969
|
self, operation_name: Literal["list_clusters"]
|
mypy_boto3_eks-1.41.2/mypy_boto3_eks/client.py → mypy_boto3_eks-1.42.3/mypy_boto3_eks/client.pyi
RENAMED
|
@@ -33,6 +33,7 @@ from .paginator import (
|
|
|
33
33
|
ListAccessPoliciesPaginator,
|
|
34
34
|
ListAddonsPaginator,
|
|
35
35
|
ListAssociatedAccessPoliciesPaginator,
|
|
36
|
+
ListCapabilitiesPaginator,
|
|
36
37
|
ListClustersPaginator,
|
|
37
38
|
ListEksAnywhereSubscriptionsPaginator,
|
|
38
39
|
ListFargateProfilesPaginator,
|
|
@@ -53,6 +54,8 @@ from .type_defs import (
|
|
|
53
54
|
CreateAccessEntryResponseTypeDef,
|
|
54
55
|
CreateAddonRequestTypeDef,
|
|
55
56
|
CreateAddonResponseTypeDef,
|
|
57
|
+
CreateCapabilityRequestTypeDef,
|
|
58
|
+
CreateCapabilityResponseTypeDef,
|
|
56
59
|
CreateClusterRequestTypeDef,
|
|
57
60
|
CreateClusterResponseTypeDef,
|
|
58
61
|
CreateEksAnywhereSubscriptionRequestTypeDef,
|
|
@@ -66,6 +69,8 @@ from .type_defs import (
|
|
|
66
69
|
DeleteAccessEntryRequestTypeDef,
|
|
67
70
|
DeleteAddonRequestTypeDef,
|
|
68
71
|
DeleteAddonResponseTypeDef,
|
|
72
|
+
DeleteCapabilityRequestTypeDef,
|
|
73
|
+
DeleteCapabilityResponseTypeDef,
|
|
69
74
|
DeleteClusterRequestTypeDef,
|
|
70
75
|
DeleteClusterResponseTypeDef,
|
|
71
76
|
DeleteEksAnywhereSubscriptionRequestTypeDef,
|
|
@@ -86,6 +91,8 @@ from .type_defs import (
|
|
|
86
91
|
DescribeAddonResponseTypeDef,
|
|
87
92
|
DescribeAddonVersionsRequestTypeDef,
|
|
88
93
|
DescribeAddonVersionsResponseTypeDef,
|
|
94
|
+
DescribeCapabilityRequestTypeDef,
|
|
95
|
+
DescribeCapabilityResponseTypeDef,
|
|
89
96
|
DescribeClusterRequestTypeDef,
|
|
90
97
|
DescribeClusterResponseTypeDef,
|
|
91
98
|
DescribeClusterVersionsRequestTypeDef,
|
|
@@ -117,6 +124,8 @@ from .type_defs import (
|
|
|
117
124
|
ListAddonsResponseTypeDef,
|
|
118
125
|
ListAssociatedAccessPoliciesRequestTypeDef,
|
|
119
126
|
ListAssociatedAccessPoliciesResponseTypeDef,
|
|
127
|
+
ListCapabilitiesRequestTypeDef,
|
|
128
|
+
ListCapabilitiesResponseTypeDef,
|
|
120
129
|
ListClustersRequestTypeDef,
|
|
121
130
|
ListClustersResponseTypeDef,
|
|
122
131
|
ListEksAnywhereSubscriptionsRequestTypeDef,
|
|
@@ -145,6 +154,8 @@ from .type_defs import (
|
|
|
145
154
|
UpdateAccessEntryResponseTypeDef,
|
|
146
155
|
UpdateAddonRequestTypeDef,
|
|
147
156
|
UpdateAddonResponseTypeDef,
|
|
157
|
+
UpdateCapabilityRequestTypeDef,
|
|
158
|
+
UpdateCapabilityResponseTypeDef,
|
|
148
159
|
UpdateClusterConfigRequestTypeDef,
|
|
149
160
|
UpdateClusterConfigResponseTypeDef,
|
|
150
161
|
UpdateClusterVersionRequestTypeDef,
|
|
@@ -174,10 +185,8 @@ if sys.version_info >= (3, 12):
|
|
|
174
185
|
else:
|
|
175
186
|
from typing_extensions import Literal, Unpack
|
|
176
187
|
|
|
177
|
-
|
|
178
188
|
__all__ = ("EKSClient",)
|
|
179
189
|
|
|
180
|
-
|
|
181
190
|
class Exceptions(BaseClientExceptions):
|
|
182
191
|
AccessDeniedException: type[BotocoreClientError]
|
|
183
192
|
BadRequestException: type[BotocoreClientError]
|
|
@@ -196,7 +205,6 @@ class Exceptions(BaseClientExceptions):
|
|
|
196
205
|
ThrottlingException: type[BotocoreClientError]
|
|
197
206
|
UnsupportedAvailabilityZoneException: type[BotocoreClientError]
|
|
198
207
|
|
|
199
|
-
|
|
200
208
|
class EKSClient(BaseClient):
|
|
201
209
|
"""
|
|
202
210
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
|
|
@@ -282,6 +290,16 @@ class EKSClient(BaseClient):
|
|
|
282
290
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_addon)
|
|
283
291
|
"""
|
|
284
292
|
|
|
293
|
+
def create_capability(
|
|
294
|
+
self, **kwargs: Unpack[CreateCapabilityRequestTypeDef]
|
|
295
|
+
) -> CreateCapabilityResponseTypeDef:
|
|
296
|
+
"""
|
|
297
|
+
Creates a managed capability resource for an Amazon EKS cluster.
|
|
298
|
+
|
|
299
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/create_capability.html)
|
|
300
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#create_capability)
|
|
301
|
+
"""
|
|
302
|
+
|
|
285
303
|
def create_cluster(
|
|
286
304
|
self, **kwargs: Unpack[CreateClusterRequestTypeDef]
|
|
287
305
|
) -> CreateClusterResponseTypeDef:
|
|
@@ -353,6 +371,16 @@ class EKSClient(BaseClient):
|
|
|
353
371
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_addon)
|
|
354
372
|
"""
|
|
355
373
|
|
|
374
|
+
def delete_capability(
|
|
375
|
+
self, **kwargs: Unpack[DeleteCapabilityRequestTypeDef]
|
|
376
|
+
) -> DeleteCapabilityResponseTypeDef:
|
|
377
|
+
"""
|
|
378
|
+
Deletes a managed capability from your Amazon EKS cluster.
|
|
379
|
+
|
|
380
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/delete_capability.html)
|
|
381
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#delete_capability)
|
|
382
|
+
"""
|
|
383
|
+
|
|
356
384
|
def delete_cluster(
|
|
357
385
|
self, **kwargs: Unpack[DeleteClusterRequestTypeDef]
|
|
358
386
|
) -> DeleteClusterResponseTypeDef:
|
|
@@ -453,6 +481,18 @@ class EKSClient(BaseClient):
|
|
|
453
481
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_addon_versions)
|
|
454
482
|
"""
|
|
455
483
|
|
|
484
|
+
def describe_capability(
|
|
485
|
+
self, **kwargs: Unpack[DescribeCapabilityRequestTypeDef]
|
|
486
|
+
) -> DescribeCapabilityResponseTypeDef:
|
|
487
|
+
"""
|
|
488
|
+
Returns detailed information about a specific managed capability in your Amazon
|
|
489
|
+
EKS cluster, including its current status, configuration, health information,
|
|
490
|
+
and any issues that may be affecting its operation.
|
|
491
|
+
|
|
492
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_capability.html)
|
|
493
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_capability)
|
|
494
|
+
"""
|
|
495
|
+
|
|
456
496
|
def describe_cluster(
|
|
457
497
|
self, **kwargs: Unpack[DescribeClusterRequestTypeDef]
|
|
458
498
|
) -> DescribeClusterResponseTypeDef:
|
|
@@ -611,6 +651,16 @@ class EKSClient(BaseClient):
|
|
|
611
651
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_associated_access_policies)
|
|
612
652
|
"""
|
|
613
653
|
|
|
654
|
+
def list_capabilities(
|
|
655
|
+
self, **kwargs: Unpack[ListCapabilitiesRequestTypeDef]
|
|
656
|
+
) -> ListCapabilitiesResponseTypeDef:
|
|
657
|
+
"""
|
|
658
|
+
Lists all managed capabilities in your Amazon EKS cluster.
|
|
659
|
+
|
|
660
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/list_capabilities.html)
|
|
661
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#list_capabilities)
|
|
662
|
+
"""
|
|
663
|
+
|
|
614
664
|
def list_clusters(
|
|
615
665
|
self, **kwargs: Unpack[ListClustersRequestTypeDef]
|
|
616
666
|
) -> ListClustersResponseTypeDef:
|
|
@@ -763,6 +813,16 @@ class EKSClient(BaseClient):
|
|
|
763
813
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_addon)
|
|
764
814
|
"""
|
|
765
815
|
|
|
816
|
+
def update_capability(
|
|
817
|
+
self, **kwargs: Unpack[UpdateCapabilityRequestTypeDef]
|
|
818
|
+
) -> UpdateCapabilityResponseTypeDef:
|
|
819
|
+
"""
|
|
820
|
+
Updates the configuration of a managed capability in your Amazon EKS cluster.
|
|
821
|
+
|
|
822
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/update_capability.html)
|
|
823
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_capability)
|
|
824
|
+
"""
|
|
825
|
+
|
|
766
826
|
def update_cluster_config(
|
|
767
827
|
self, **kwargs: Unpack[UpdateClusterConfigRequestTypeDef]
|
|
768
828
|
) -> UpdateClusterConfigResponseTypeDef:
|
|
@@ -890,6 +950,17 @@ class EKSClient(BaseClient):
|
|
|
890
950
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
891
951
|
"""
|
|
892
952
|
|
|
953
|
+
@overload # type: ignore[override]
|
|
954
|
+
def get_paginator( # type: ignore[override]
|
|
955
|
+
self, operation_name: Literal["list_capabilities"]
|
|
956
|
+
) -> ListCapabilitiesPaginator:
|
|
957
|
+
"""
|
|
958
|
+
Create a paginator for an operation.
|
|
959
|
+
|
|
960
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
961
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
|
|
962
|
+
"""
|
|
963
|
+
|
|
893
964
|
@overload # type: ignore[override]
|
|
894
965
|
def get_paginator( # type: ignore[override]
|
|
895
966
|
self, operation_name: Literal["list_clusters"]
|
|
@@ -29,7 +29,12 @@ __all__ = (
|
|
|
29
29
|
"AddonDeletedWaiterName",
|
|
30
30
|
"AddonIssueCodeType",
|
|
31
31
|
"AddonStatusType",
|
|
32
|
+
"ArgoCdRoleType",
|
|
32
33
|
"AuthenticationModeType",
|
|
34
|
+
"CapabilityDeletePropagationPolicyType",
|
|
35
|
+
"CapabilityIssueCodeType",
|
|
36
|
+
"CapabilityStatusType",
|
|
37
|
+
"CapabilityTypeType",
|
|
33
38
|
"CapacityTypesType",
|
|
34
39
|
"CategoryType",
|
|
35
40
|
"ClusterActiveWaiterName",
|
|
@@ -57,6 +62,7 @@ __all__ = (
|
|
|
57
62
|
"ListAccessPoliciesPaginatorName",
|
|
58
63
|
"ListAddonsPaginatorName",
|
|
59
64
|
"ListAssociatedAccessPoliciesPaginatorName",
|
|
65
|
+
"ListCapabilitiesPaginatorName",
|
|
60
66
|
"ListClustersPaginatorName",
|
|
61
67
|
"ListEksAnywhereSubscriptionsPaginatorName",
|
|
62
68
|
"ListFargateProfilesPaginatorName",
|
|
@@ -78,6 +84,7 @@ __all__ = (
|
|
|
78
84
|
"ResolveConflictsType",
|
|
79
85
|
"ResourceServiceName",
|
|
80
86
|
"ServiceName",
|
|
87
|
+
"SsoIdentityTypeType",
|
|
81
88
|
"SupportTypeType",
|
|
82
89
|
"TaintEffectType",
|
|
83
90
|
"UpdateParamTypeType",
|
|
@@ -134,7 +141,14 @@ AddonStatusType = Literal[
|
|
|
134
141
|
"UPDATE_FAILED",
|
|
135
142
|
"UPDATING",
|
|
136
143
|
]
|
|
144
|
+
ArgoCdRoleType = Literal["ADMIN", "EDITOR", "VIEWER"]
|
|
137
145
|
AuthenticationModeType = Literal["API", "API_AND_CONFIG_MAP", "CONFIG_MAP"]
|
|
146
|
+
CapabilityDeletePropagationPolicyType = Literal["RETAIN"]
|
|
147
|
+
CapabilityIssueCodeType = Literal["AccessDenied", "ClusterUnreachable"]
|
|
148
|
+
CapabilityStatusType = Literal[
|
|
149
|
+
"ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
|
|
150
|
+
]
|
|
151
|
+
CapabilityTypeType = Literal["ACK", "ARGOCD", "KRO"]
|
|
138
152
|
CapacityTypesType = Literal["CAPACITY_BLOCK", "ON_DEMAND", "SPOT"]
|
|
139
153
|
CategoryType = Literal["MISCONFIGURATION", "UPGRADE_READINESS"]
|
|
140
154
|
ClusterActiveWaiterName = Literal["cluster_active"]
|
|
@@ -207,6 +221,7 @@ ListAccessEntriesPaginatorName = Literal["list_access_entries"]
|
|
|
207
221
|
ListAccessPoliciesPaginatorName = Literal["list_access_policies"]
|
|
208
222
|
ListAddonsPaginatorName = Literal["list_addons"]
|
|
209
223
|
ListAssociatedAccessPoliciesPaginatorName = Literal["list_associated_access_policies"]
|
|
224
|
+
ListCapabilitiesPaginatorName = Literal["list_capabilities"]
|
|
210
225
|
ListClustersPaginatorName = Literal["list_clusters"]
|
|
211
226
|
ListEksAnywhereSubscriptionsPaginatorName = Literal["list_eks_anywhere_subscriptions"]
|
|
212
227
|
ListFargateProfilesPaginatorName = Literal["list_fargate_profiles"]
|
|
@@ -263,6 +278,7 @@ NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
|
|
|
263
278
|
ProvisionedControlPlaneTierType = Literal["standard", "tier-2xl", "tier-4xl", "tier-xl"]
|
|
264
279
|
RepairActionType = Literal["NoAction", "Reboot", "Replace"]
|
|
265
280
|
ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
|
|
281
|
+
SsoIdentityTypeType = Literal["SSO_GROUP", "SSO_USER"]
|
|
266
282
|
SupportTypeType = Literal["EXTENDED", "STANDARD"]
|
|
267
283
|
TaintEffectType = Literal["NO_EXECUTE", "NO_SCHEDULE", "PREFER_NO_SCHEDULE"]
|
|
268
284
|
UpdateParamTypeType = Literal[
|
|
@@ -604,6 +620,7 @@ ServiceName = Literal[
|
|
|
604
620
|
"networkmonitor",
|
|
605
621
|
"notifications",
|
|
606
622
|
"notificationscontacts",
|
|
623
|
+
"nova-act",
|
|
607
624
|
"oam",
|
|
608
625
|
"observabilityadmin",
|
|
609
626
|
"odb",
|
|
@@ -614,6 +631,8 @@ ServiceName = Literal[
|
|
|
614
631
|
"osis",
|
|
615
632
|
"outposts",
|
|
616
633
|
"panorama",
|
|
634
|
+
"partnercentral-account",
|
|
635
|
+
"partnercentral-benefits",
|
|
617
636
|
"partnercentral-channel",
|
|
618
637
|
"partnercentral-selling",
|
|
619
638
|
"payment-cryptography",
|
|
@@ -656,6 +675,7 @@ ServiceName = Literal[
|
|
|
656
675
|
"route53-recovery-control-config",
|
|
657
676
|
"route53-recovery-readiness",
|
|
658
677
|
"route53domains",
|
|
678
|
+
"route53globalresolver",
|
|
659
679
|
"route53profiles",
|
|
660
680
|
"route53resolver",
|
|
661
681
|
"rtbfabric",
|
|
@@ -750,6 +770,7 @@ PaginatorName = Literal[
|
|
|
750
770
|
"list_access_policies",
|
|
751
771
|
"list_addons",
|
|
752
772
|
"list_associated_access_policies",
|
|
773
|
+
"list_capabilities",
|
|
753
774
|
"list_clusters",
|
|
754
775
|
"list_eks_anywhere_subscriptions",
|
|
755
776
|
"list_fargate_profiles",
|