types-boto3-eks 1.35.86__tar.gz → 1.35.93__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.
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/LICENSE +1 -1
- {types_boto3_eks-1.35.86/types_boto3_eks.egg-info → types_boto3_eks-1.35.93}/PKG-INFO +10 -6
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/README.md +7 -3
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/setup.py +4 -6
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/__init__.py +5 -1
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/__init__.pyi +5 -1
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/__main__.py +5 -5
- types_boto3_eks-1.35.86/types_boto3_eks/client.pyi → types_boto3_eks-1.35.93/types_boto3_eks/client.py +53 -20
- types_boto3_eks-1.35.86/types_boto3_eks/client.py → types_boto3_eks-1.35.93/types_boto3_eks/client.pyi +50 -23
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/literals.py +6 -1
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/literals.pyi +6 -1
- types_boto3_eks-1.35.86/types_boto3_eks/paginator.pyi → types_boto3_eks-1.35.93/types_boto3_eks/paginator.py +67 -1
- types_boto3_eks-1.35.86/types_boto3_eks/paginator.py → types_boto3_eks-1.35.93/types_boto3_eks/paginator.pyi +23 -40
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/type_defs.py +125 -77
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/type_defs.pyi +121 -77
- types_boto3_eks-1.35.93/types_boto3_eks/version.py +7 -0
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/waiter.py +1 -1
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/waiter.pyi +1 -1
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93/types_boto3_eks.egg-info}/PKG-INFO +10 -6
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks.egg-info/requires.txt +1 -1
- types_boto3_eks-1.35.86/types_boto3_eks/version.py +0 -7
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/setup.cfg +0 -0
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks/py.typed +0 -0
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks.egg-info/SOURCES.txt +0 -0
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks.egg-info/dependency_links.txt +0 -0
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks.egg-info/not-zip-safe +0 -0
- {types_boto3_eks-1.35.86 → types_boto3_eks-1.35.93}/types_boto3_eks.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.35.
|
|
3
|
+
Version: 1.35.93
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.35.93 service generated with mypy-boto3-builder 8.8.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
|
30
30
|
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
34
|
|
|
35
35
|
<a id="types-boto3-eks"></a>
|
|
36
36
|
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 EKS 1.35.
|
|
46
|
+
Type annotations for [boto3 EKS 1.35.93](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated with
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -106,7 +106,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
106
106
|
isolation.
|
|
107
107
|
|
|
108
108
|
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
-
`uvx --with 'boto3==1.35.
|
|
109
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
|
110
110
|
2. Select `boto3` AWS SDK.
|
|
111
111
|
3. Add `EKS` service.
|
|
112
112
|
4. Use provided commands to install generated packages.
|
|
@@ -341,6 +341,7 @@ from boto3.session import Session
|
|
|
341
341
|
from types_boto3_eks import EKSClient
|
|
342
342
|
from types_boto3_eks.paginator import (
|
|
343
343
|
DescribeAddonVersionsPaginator,
|
|
344
|
+
DescribeClusterVersionsPaginator,
|
|
344
345
|
ListAccessEntriesPaginator,
|
|
345
346
|
ListAccessPoliciesPaginator,
|
|
346
347
|
ListAddonsPaginator,
|
|
@@ -362,6 +363,9 @@ client: EKSClient = Session().client("eks")
|
|
|
362
363
|
describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator(
|
|
363
364
|
"describe_addon_versions"
|
|
364
365
|
)
|
|
366
|
+
describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator(
|
|
367
|
+
"describe_cluster_versions"
|
|
368
|
+
)
|
|
365
369
|
list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator(
|
|
366
370
|
"list_access_entries"
|
|
367
371
|
)
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 EKS 1.35.
|
|
12
|
+
Type annotations for [boto3 EKS 1.35.93](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/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -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.35.
|
|
75
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `EKS` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -307,6 +307,7 @@ from boto3.session import Session
|
|
|
307
307
|
from types_boto3_eks import EKSClient
|
|
308
308
|
from types_boto3_eks.paginator import (
|
|
309
309
|
DescribeAddonVersionsPaginator,
|
|
310
|
+
DescribeClusterVersionsPaginator,
|
|
310
311
|
ListAccessEntriesPaginator,
|
|
311
312
|
ListAccessPoliciesPaginator,
|
|
312
313
|
ListAddonsPaginator,
|
|
@@ -328,6 +329,9 @@ client: EKSClient = Session().client("eks")
|
|
|
328
329
|
describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator(
|
|
329
330
|
"describe_addon_versions"
|
|
330
331
|
)
|
|
332
|
+
describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator(
|
|
333
|
+
"describe_cluster_versions"
|
|
334
|
+
)
|
|
331
335
|
list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator(
|
|
332
336
|
"list_access_entries"
|
|
333
337
|
)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Setup script for types-boto3-eks.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2025 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
from pathlib import Path
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-eks",
|
|
16
|
-
version="1.35.
|
|
16
|
+
version="1.35.93",
|
|
17
17
|
packages=["types_boto3_eks"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 EKS 1.35.
|
|
22
|
+
description="Type annotations for boto3 EKS 1.35.93 service generated with mypy-boto3-builder 8.8.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -49,8 +49,6 @@ setup(
|
|
|
49
49
|
"Source": "https://github.com/youtype/mypy_boto3_builder",
|
|
50
50
|
"Tracker": "https://github.com/youtype/mypy_boto3_builder/issues",
|
|
51
51
|
},
|
|
52
|
-
install_requires=[
|
|
53
|
-
'typing-extensions>=4.1.0; python_version<"3.12"',
|
|
54
|
-
],
|
|
52
|
+
install_requires=['typing-extensions; python_version<"3.12"'],
|
|
55
53
|
zip_safe=False,
|
|
56
54
|
)
|
|
@@ -12,6 +12,7 @@ Usage::
|
|
|
12
12
|
ClusterActiveWaiter,
|
|
13
13
|
ClusterDeletedWaiter,
|
|
14
14
|
DescribeAddonVersionsPaginator,
|
|
15
|
+
DescribeClusterVersionsPaginator,
|
|
15
16
|
EKSClient,
|
|
16
17
|
FargateProfileActiveWaiter,
|
|
17
18
|
FargateProfileDeletedWaiter,
|
|
@@ -44,6 +45,7 @@ Usage::
|
|
|
44
45
|
nodegroup_deleted_waiter: NodegroupDeletedWaiter = client.get_waiter("nodegroup_deleted")
|
|
45
46
|
|
|
46
47
|
describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator("describe_addon_versions")
|
|
48
|
+
describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator("describe_cluster_versions")
|
|
47
49
|
list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator("list_access_entries")
|
|
48
50
|
list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
|
|
49
51
|
list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
|
|
@@ -58,12 +60,13 @@ Usage::
|
|
|
58
60
|
list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
|
|
59
61
|
```
|
|
60
62
|
|
|
61
|
-
Copyright
|
|
63
|
+
Copyright 2025 Vlad Emelianov
|
|
62
64
|
"""
|
|
63
65
|
|
|
64
66
|
from .client import EKSClient
|
|
65
67
|
from .paginator import (
|
|
66
68
|
DescribeAddonVersionsPaginator,
|
|
69
|
+
DescribeClusterVersionsPaginator,
|
|
67
70
|
ListAccessEntriesPaginator,
|
|
68
71
|
ListAccessPoliciesPaginator,
|
|
69
72
|
ListAddonsPaginator,
|
|
@@ -98,6 +101,7 @@ __all__ = (
|
|
|
98
101
|
"ClusterActiveWaiter",
|
|
99
102
|
"ClusterDeletedWaiter",
|
|
100
103
|
"DescribeAddonVersionsPaginator",
|
|
104
|
+
"DescribeClusterVersionsPaginator",
|
|
101
105
|
"EKSClient",
|
|
102
106
|
"FargateProfileActiveWaiter",
|
|
103
107
|
"FargateProfileDeletedWaiter",
|
|
@@ -12,6 +12,7 @@ Usage::
|
|
|
12
12
|
ClusterActiveWaiter,
|
|
13
13
|
ClusterDeletedWaiter,
|
|
14
14
|
DescribeAddonVersionsPaginator,
|
|
15
|
+
DescribeClusterVersionsPaginator,
|
|
15
16
|
EKSClient,
|
|
16
17
|
FargateProfileActiveWaiter,
|
|
17
18
|
FargateProfileDeletedWaiter,
|
|
@@ -44,6 +45,7 @@ Usage::
|
|
|
44
45
|
nodegroup_deleted_waiter: NodegroupDeletedWaiter = client.get_waiter("nodegroup_deleted")
|
|
45
46
|
|
|
46
47
|
describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator("describe_addon_versions")
|
|
48
|
+
describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator("describe_cluster_versions")
|
|
47
49
|
list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator("list_access_entries")
|
|
48
50
|
list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
|
|
49
51
|
list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
|
|
@@ -58,12 +60,13 @@ Usage::
|
|
|
58
60
|
list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
|
|
59
61
|
```
|
|
60
62
|
|
|
61
|
-
Copyright
|
|
63
|
+
Copyright 2025 Vlad Emelianov
|
|
62
64
|
"""
|
|
63
65
|
|
|
64
66
|
from .client import EKSClient
|
|
65
67
|
from .paginator import (
|
|
66
68
|
DescribeAddonVersionsPaginator,
|
|
69
|
+
DescribeClusterVersionsPaginator,
|
|
67
70
|
ListAccessEntriesPaginator,
|
|
68
71
|
ListAccessPoliciesPaginator,
|
|
69
72
|
ListAddonsPaginator,
|
|
@@ -97,6 +100,7 @@ __all__ = (
|
|
|
97
100
|
"ClusterActiveWaiter",
|
|
98
101
|
"ClusterDeletedWaiter",
|
|
99
102
|
"DescribeAddonVersionsPaginator",
|
|
103
|
+
"DescribeClusterVersionsPaginator",
|
|
100
104
|
"EKSClient",
|
|
101
105
|
"FargateProfileActiveWaiter",
|
|
102
106
|
"FargateProfileDeletedWaiter",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2025 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -12,9 +12,9 @@ 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.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 EKS 1.35.93\n"
|
|
16
|
+
"Version: 1.35.93\n"
|
|
17
|
+
"Builder version: 8.8.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_eks//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#eks\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\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.35.
|
|
29
|
+
sys.stdout.write("1.35.93\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -13,13 +13,13 @@ Usage::
|
|
|
13
13
|
client: EKSClient = session.client("eks")
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Copyright
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, overload
|
|
23
23
|
|
|
24
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
25
|
from botocore.errorfactory import BaseClientExceptions
|
|
@@ -27,6 +27,7 @@ from botocore.exceptions import ClientError as BotocoreClientError
|
|
|
27
27
|
|
|
28
28
|
from .paginator import (
|
|
29
29
|
DescribeAddonVersionsPaginator,
|
|
30
|
+
DescribeClusterVersionsPaginator,
|
|
30
31
|
ListAccessEntriesPaginator,
|
|
31
32
|
ListAccessPoliciesPaginator,
|
|
32
33
|
ListAddonsPaginator,
|
|
@@ -86,6 +87,8 @@ from .type_defs import (
|
|
|
86
87
|
DescribeAddonVersionsResponseTypeDef,
|
|
87
88
|
DescribeClusterRequestRequestTypeDef,
|
|
88
89
|
DescribeClusterResponseTypeDef,
|
|
90
|
+
DescribeClusterVersionsRequestRequestTypeDef,
|
|
91
|
+
DescribeClusterVersionsResponseTypeDef,
|
|
89
92
|
DescribeEksAnywhereSubscriptionRequestRequestTypeDef,
|
|
90
93
|
DescribeEksAnywhereSubscriptionResponseTypeDef,
|
|
91
94
|
DescribeFargateProfileRequestRequestTypeDef,
|
|
@@ -161,28 +164,37 @@ from .waiter import (
|
|
|
161
164
|
NodegroupDeletedWaiter,
|
|
162
165
|
)
|
|
163
166
|
|
|
167
|
+
if sys.version_info >= (3, 9):
|
|
168
|
+
from builtins import dict as Dict
|
|
169
|
+
from builtins import type as Type
|
|
170
|
+
from collections.abc import Mapping
|
|
171
|
+
else:
|
|
172
|
+
from typing import Dict, Mapping, Type
|
|
164
173
|
if sys.version_info >= (3, 12):
|
|
165
174
|
from typing import Literal, Unpack
|
|
166
175
|
else:
|
|
167
176
|
from typing_extensions import Literal, Unpack
|
|
168
177
|
|
|
178
|
+
|
|
169
179
|
__all__ = ("EKSClient",)
|
|
170
180
|
|
|
181
|
+
|
|
171
182
|
class Exceptions(BaseClientExceptions):
|
|
172
|
-
AccessDeniedException:
|
|
173
|
-
BadRequestException:
|
|
174
|
-
ClientError:
|
|
175
|
-
ClientException:
|
|
176
|
-
InvalidParameterException:
|
|
177
|
-
InvalidRequestException:
|
|
178
|
-
NotFoundException:
|
|
179
|
-
ResourceInUseException:
|
|
180
|
-
ResourceLimitExceededException:
|
|
181
|
-
ResourceNotFoundException:
|
|
182
|
-
ResourcePropagationDelayException:
|
|
183
|
-
ServerException:
|
|
184
|
-
ServiceUnavailableException:
|
|
185
|
-
UnsupportedAvailabilityZoneException:
|
|
183
|
+
AccessDeniedException: Type[BotocoreClientError]
|
|
184
|
+
BadRequestException: Type[BotocoreClientError]
|
|
185
|
+
ClientError: Type[BotocoreClientError]
|
|
186
|
+
ClientException: Type[BotocoreClientError]
|
|
187
|
+
InvalidParameterException: Type[BotocoreClientError]
|
|
188
|
+
InvalidRequestException: Type[BotocoreClientError]
|
|
189
|
+
NotFoundException: Type[BotocoreClientError]
|
|
190
|
+
ResourceInUseException: Type[BotocoreClientError]
|
|
191
|
+
ResourceLimitExceededException: Type[BotocoreClientError]
|
|
192
|
+
ResourceNotFoundException: Type[BotocoreClientError]
|
|
193
|
+
ResourcePropagationDelayException: Type[BotocoreClientError]
|
|
194
|
+
ServerException: Type[BotocoreClientError]
|
|
195
|
+
ServiceUnavailableException: Type[BotocoreClientError]
|
|
196
|
+
UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
|
|
197
|
+
|
|
186
198
|
|
|
187
199
|
class EKSClient(BaseClient):
|
|
188
200
|
"""
|
|
@@ -322,7 +334,7 @@ class EKSClient(BaseClient):
|
|
|
322
334
|
|
|
323
335
|
def delete_access_entry(
|
|
324
336
|
self, **kwargs: Unpack[DeleteAccessEntryRequestRequestTypeDef]
|
|
325
|
-
) ->
|
|
337
|
+
) -> Dict[str, Any]:
|
|
326
338
|
"""
|
|
327
339
|
Deletes an access entry.
|
|
328
340
|
|
|
@@ -450,6 +462,16 @@ class EKSClient(BaseClient):
|
|
|
450
462
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_cluster)
|
|
451
463
|
"""
|
|
452
464
|
|
|
465
|
+
def describe_cluster_versions(
|
|
466
|
+
self, **kwargs: Unpack[DescribeClusterVersionsRequestRequestTypeDef]
|
|
467
|
+
) -> DescribeClusterVersionsResponseTypeDef:
|
|
468
|
+
"""
|
|
469
|
+
Lists available Kubernetes versions for Amazon EKS clusters.
|
|
470
|
+
|
|
471
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_cluster_versions.html)
|
|
472
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_cluster_versions)
|
|
473
|
+
"""
|
|
474
|
+
|
|
453
475
|
def describe_eks_anywhere_subscription(
|
|
454
476
|
self, **kwargs: Unpack[DescribeEksAnywhereSubscriptionRequestRequestTypeDef]
|
|
455
477
|
) -> DescribeEksAnywhereSubscriptionResponseTypeDef:
|
|
@@ -522,7 +544,7 @@ class EKSClient(BaseClient):
|
|
|
522
544
|
|
|
523
545
|
def disassociate_access_policy(
|
|
524
546
|
self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
|
|
525
|
-
) ->
|
|
547
|
+
) -> Dict[str, Any]:
|
|
526
548
|
"""
|
|
527
549
|
Disassociates an access policy from an access entry.
|
|
528
550
|
|
|
@@ -684,7 +706,7 @@ class EKSClient(BaseClient):
|
|
|
684
706
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#register_cluster)
|
|
685
707
|
"""
|
|
686
708
|
|
|
687
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) ->
|
|
709
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
688
710
|
"""
|
|
689
711
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
690
712
|
<code>resourceArn</code>.
|
|
@@ -695,7 +717,7 @@ class EKSClient(BaseClient):
|
|
|
695
717
|
|
|
696
718
|
def untag_resource(
|
|
697
719
|
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
698
|
-
) ->
|
|
720
|
+
) -> Dict[str, Any]:
|
|
699
721
|
"""
|
|
700
722
|
Deletes specified tags from an Amazon EKS resource.
|
|
701
723
|
|
|
@@ -795,6 +817,17 @@ class EKSClient(BaseClient):
|
|
|
795
817
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
796
818
|
"""
|
|
797
819
|
|
|
820
|
+
@overload # type: ignore[override]
|
|
821
|
+
def get_paginator( # type: ignore[override]
|
|
822
|
+
self, operation_name: Literal["describe_cluster_versions"]
|
|
823
|
+
) -> DescribeClusterVersionsPaginator:
|
|
824
|
+
"""
|
|
825
|
+
Create a paginator for an operation.
|
|
826
|
+
|
|
827
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
828
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
829
|
+
"""
|
|
830
|
+
|
|
798
831
|
@overload # type: ignore[override]
|
|
799
832
|
def get_paginator( # type: ignore[override]
|
|
800
833
|
self, operation_name: Literal["list_access_entries"]
|
|
@@ -13,13 +13,13 @@ Usage::
|
|
|
13
13
|
client: EKSClient = session.client("eks")
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Copyright
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, overload
|
|
23
23
|
|
|
24
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
25
|
from botocore.errorfactory import BaseClientExceptions
|
|
@@ -27,6 +27,7 @@ from botocore.exceptions import ClientError as BotocoreClientError
|
|
|
27
27
|
|
|
28
28
|
from .paginator import (
|
|
29
29
|
DescribeAddonVersionsPaginator,
|
|
30
|
+
DescribeClusterVersionsPaginator,
|
|
30
31
|
ListAccessEntriesPaginator,
|
|
31
32
|
ListAccessPoliciesPaginator,
|
|
32
33
|
ListAddonsPaginator,
|
|
@@ -86,6 +87,8 @@ from .type_defs import (
|
|
|
86
87
|
DescribeAddonVersionsResponseTypeDef,
|
|
87
88
|
DescribeClusterRequestRequestTypeDef,
|
|
88
89
|
DescribeClusterResponseTypeDef,
|
|
90
|
+
DescribeClusterVersionsRequestRequestTypeDef,
|
|
91
|
+
DescribeClusterVersionsResponseTypeDef,
|
|
89
92
|
DescribeEksAnywhereSubscriptionRequestRequestTypeDef,
|
|
90
93
|
DescribeEksAnywhereSubscriptionResponseTypeDef,
|
|
91
94
|
DescribeFargateProfileRequestRequestTypeDef,
|
|
@@ -161,31 +164,34 @@ from .waiter import (
|
|
|
161
164
|
NodegroupDeletedWaiter,
|
|
162
165
|
)
|
|
163
166
|
|
|
167
|
+
if sys.version_info >= (3, 9):
|
|
168
|
+
from builtins import dict as Dict
|
|
169
|
+
from builtins import type as Type
|
|
170
|
+
from collections.abc import Mapping
|
|
171
|
+
else:
|
|
172
|
+
from typing import Dict, Mapping, Type
|
|
164
173
|
if sys.version_info >= (3, 12):
|
|
165
174
|
from typing import Literal, Unpack
|
|
166
175
|
else:
|
|
167
176
|
from typing_extensions import Literal, Unpack
|
|
168
177
|
|
|
169
|
-
|
|
170
178
|
__all__ = ("EKSClient",)
|
|
171
179
|
|
|
172
|
-
|
|
173
180
|
class Exceptions(BaseClientExceptions):
|
|
174
|
-
AccessDeniedException:
|
|
175
|
-
BadRequestException:
|
|
176
|
-
ClientError:
|
|
177
|
-
ClientException:
|
|
178
|
-
InvalidParameterException:
|
|
179
|
-
InvalidRequestException:
|
|
180
|
-
NotFoundException:
|
|
181
|
-
ResourceInUseException:
|
|
182
|
-
ResourceLimitExceededException:
|
|
183
|
-
ResourceNotFoundException:
|
|
184
|
-
ResourcePropagationDelayException:
|
|
185
|
-
ServerException:
|
|
186
|
-
ServiceUnavailableException:
|
|
187
|
-
UnsupportedAvailabilityZoneException:
|
|
188
|
-
|
|
181
|
+
AccessDeniedException: Type[BotocoreClientError]
|
|
182
|
+
BadRequestException: Type[BotocoreClientError]
|
|
183
|
+
ClientError: Type[BotocoreClientError]
|
|
184
|
+
ClientException: Type[BotocoreClientError]
|
|
185
|
+
InvalidParameterException: Type[BotocoreClientError]
|
|
186
|
+
InvalidRequestException: Type[BotocoreClientError]
|
|
187
|
+
NotFoundException: Type[BotocoreClientError]
|
|
188
|
+
ResourceInUseException: Type[BotocoreClientError]
|
|
189
|
+
ResourceLimitExceededException: Type[BotocoreClientError]
|
|
190
|
+
ResourceNotFoundException: Type[BotocoreClientError]
|
|
191
|
+
ResourcePropagationDelayException: Type[BotocoreClientError]
|
|
192
|
+
ServerException: Type[BotocoreClientError]
|
|
193
|
+
ServiceUnavailableException: Type[BotocoreClientError]
|
|
194
|
+
UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
|
|
189
195
|
|
|
190
196
|
class EKSClient(BaseClient):
|
|
191
197
|
"""
|
|
@@ -325,7 +331,7 @@ class EKSClient(BaseClient):
|
|
|
325
331
|
|
|
326
332
|
def delete_access_entry(
|
|
327
333
|
self, **kwargs: Unpack[DeleteAccessEntryRequestRequestTypeDef]
|
|
328
|
-
) ->
|
|
334
|
+
) -> Dict[str, Any]:
|
|
329
335
|
"""
|
|
330
336
|
Deletes an access entry.
|
|
331
337
|
|
|
@@ -453,6 +459,16 @@ class EKSClient(BaseClient):
|
|
|
453
459
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_cluster)
|
|
454
460
|
"""
|
|
455
461
|
|
|
462
|
+
def describe_cluster_versions(
|
|
463
|
+
self, **kwargs: Unpack[DescribeClusterVersionsRequestRequestTypeDef]
|
|
464
|
+
) -> DescribeClusterVersionsResponseTypeDef:
|
|
465
|
+
"""
|
|
466
|
+
Lists available Kubernetes versions for Amazon EKS clusters.
|
|
467
|
+
|
|
468
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_cluster_versions.html)
|
|
469
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#describe_cluster_versions)
|
|
470
|
+
"""
|
|
471
|
+
|
|
456
472
|
def describe_eks_anywhere_subscription(
|
|
457
473
|
self, **kwargs: Unpack[DescribeEksAnywhereSubscriptionRequestRequestTypeDef]
|
|
458
474
|
) -> DescribeEksAnywhereSubscriptionResponseTypeDef:
|
|
@@ -525,7 +541,7 @@ class EKSClient(BaseClient):
|
|
|
525
541
|
|
|
526
542
|
def disassociate_access_policy(
|
|
527
543
|
self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
|
|
528
|
-
) ->
|
|
544
|
+
) -> Dict[str, Any]:
|
|
529
545
|
"""
|
|
530
546
|
Disassociates an access policy from an access entry.
|
|
531
547
|
|
|
@@ -687,7 +703,7 @@ class EKSClient(BaseClient):
|
|
|
687
703
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#register_cluster)
|
|
688
704
|
"""
|
|
689
705
|
|
|
690
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) ->
|
|
706
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
691
707
|
"""
|
|
692
708
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
693
709
|
<code>resourceArn</code>.
|
|
@@ -698,7 +714,7 @@ class EKSClient(BaseClient):
|
|
|
698
714
|
|
|
699
715
|
def untag_resource(
|
|
700
716
|
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
701
|
-
) ->
|
|
717
|
+
) -> Dict[str, Any]:
|
|
702
718
|
"""
|
|
703
719
|
Deletes specified tags from an Amazon EKS resource.
|
|
704
720
|
|
|
@@ -798,6 +814,17 @@ class EKSClient(BaseClient):
|
|
|
798
814
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
799
815
|
"""
|
|
800
816
|
|
|
817
|
+
@overload # type: ignore[override]
|
|
818
|
+
def get_paginator( # type: ignore[override]
|
|
819
|
+
self, operation_name: Literal["describe_cluster_versions"]
|
|
820
|
+
) -> DescribeClusterVersionsPaginator:
|
|
821
|
+
"""
|
|
822
|
+
Create a paginator for an operation.
|
|
823
|
+
|
|
824
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
|
|
825
|
+
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
826
|
+
"""
|
|
827
|
+
|
|
801
828
|
@overload # type: ignore[override]
|
|
802
829
|
def get_paginator( # type: ignore[override]
|
|
803
830
|
self, operation_name: Literal["list_access_entries"]
|
|
@@ -11,7 +11,7 @@ Usage::
|
|
|
11
11
|
data: AMITypesType = "AL2023_ARM_64_STANDARD"
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
Copyright
|
|
14
|
+
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -36,9 +36,11 @@ __all__ = (
|
|
|
36
36
|
"ClusterDeletedWaiterName",
|
|
37
37
|
"ClusterIssueCodeType",
|
|
38
38
|
"ClusterStatusType",
|
|
39
|
+
"ClusterVersionStatusType",
|
|
39
40
|
"ConfigStatusType",
|
|
40
41
|
"ConnectorConfigProviderType",
|
|
41
42
|
"DescribeAddonVersionsPaginatorName",
|
|
43
|
+
"DescribeClusterVersionsPaginatorName",
|
|
42
44
|
"EKSServiceName",
|
|
43
45
|
"EksAnywhereSubscriptionLicenseTypeType",
|
|
44
46
|
"EksAnywhereSubscriptionStatusType",
|
|
@@ -151,11 +153,13 @@ ClusterIssueCodeType = Literal[
|
|
|
151
153
|
"VpcNotFound",
|
|
152
154
|
]
|
|
153
155
|
ClusterStatusType = Literal["ACTIVE", "CREATING", "DELETING", "FAILED", "PENDING", "UPDATING"]
|
|
156
|
+
ClusterVersionStatusType = Literal["extended-support", "standard-support", "unsupported"]
|
|
154
157
|
ConfigStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
|
|
155
158
|
ConnectorConfigProviderType = Literal[
|
|
156
159
|
"AKS", "ANTHOS", "EC2", "EKS_ANYWHERE", "GKE", "OPENSHIFT", "OTHER", "RANCHER", "TANZU"
|
|
157
160
|
]
|
|
158
161
|
DescribeAddonVersionsPaginatorName = Literal["describe_addon_versions"]
|
|
162
|
+
DescribeClusterVersionsPaginatorName = Literal["describe_cluster_versions"]
|
|
159
163
|
EksAnywhereSubscriptionLicenseTypeType = Literal["Cluster"]
|
|
160
164
|
EksAnywhereSubscriptionStatusType = Literal[
|
|
161
165
|
"ACTIVE", "CREATING", "DELETING", "EXPIRED", "EXPIRING", "UPDATING"
|
|
@@ -723,6 +727,7 @@ ResourceServiceName = Literal[
|
|
|
723
727
|
]
|
|
724
728
|
PaginatorName = Literal[
|
|
725
729
|
"describe_addon_versions",
|
|
730
|
+
"describe_cluster_versions",
|
|
726
731
|
"list_access_entries",
|
|
727
732
|
"list_access_policies",
|
|
728
733
|
"list_addons",
|
|
@@ -11,7 +11,7 @@ Usage::
|
|
|
11
11
|
data: AMITypesType = "AL2023_ARM_64_STANDARD"
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
Copyright
|
|
14
|
+
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -35,9 +35,11 @@ __all__ = (
|
|
|
35
35
|
"ClusterDeletedWaiterName",
|
|
36
36
|
"ClusterIssueCodeType",
|
|
37
37
|
"ClusterStatusType",
|
|
38
|
+
"ClusterVersionStatusType",
|
|
38
39
|
"ConfigStatusType",
|
|
39
40
|
"ConnectorConfigProviderType",
|
|
40
41
|
"DescribeAddonVersionsPaginatorName",
|
|
42
|
+
"DescribeClusterVersionsPaginatorName",
|
|
41
43
|
"EKSServiceName",
|
|
42
44
|
"EksAnywhereSubscriptionLicenseTypeType",
|
|
43
45
|
"EksAnywhereSubscriptionStatusType",
|
|
@@ -149,11 +151,13 @@ ClusterIssueCodeType = Literal[
|
|
|
149
151
|
"VpcNotFound",
|
|
150
152
|
]
|
|
151
153
|
ClusterStatusType = Literal["ACTIVE", "CREATING", "DELETING", "FAILED", "PENDING", "UPDATING"]
|
|
154
|
+
ClusterVersionStatusType = Literal["extended-support", "standard-support", "unsupported"]
|
|
152
155
|
ConfigStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
|
|
153
156
|
ConnectorConfigProviderType = Literal[
|
|
154
157
|
"AKS", "ANTHOS", "EC2", "EKS_ANYWHERE", "GKE", "OPENSHIFT", "OTHER", "RANCHER", "TANZU"
|
|
155
158
|
]
|
|
156
159
|
DescribeAddonVersionsPaginatorName = Literal["describe_addon_versions"]
|
|
160
|
+
DescribeClusterVersionsPaginatorName = Literal["describe_cluster_versions"]
|
|
157
161
|
EksAnywhereSubscriptionLicenseTypeType = Literal["Cluster"]
|
|
158
162
|
EksAnywhereSubscriptionStatusType = Literal[
|
|
159
163
|
"ACTIVE", "CREATING", "DELETING", "EXPIRED", "EXPIRING", "UPDATING"
|
|
@@ -721,6 +725,7 @@ ResourceServiceName = Literal[
|
|
|
721
725
|
]
|
|
722
726
|
PaginatorName = Literal[
|
|
723
727
|
"describe_addon_versions",
|
|
728
|
+
"describe_cluster_versions",
|
|
724
729
|
"list_access_entries",
|
|
725
730
|
"list_access_policies",
|
|
726
731
|
"list_addons",
|