types-boto3-eks 1.35.72__tar.gz → 1.35.86__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.72/types_boto3_eks.egg-info → types_boto3_eks-1.35.86}/PKG-INFO +21 -7
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/README.md +19 -5
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/setup.py +2 -2
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/__main__.py +8 -7
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/client.py +90 -78
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/client.pyi +90 -77
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/literals.py +7 -1
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/literals.pyi +7 -1
- types_boto3_eks-1.35.72/types_boto3_eks/paginator.pyi → types_boto3_eks-1.35.86/types_boto3_eks/paginator.py +180 -85
- types_boto3_eks-1.35.72/types_boto3_eks/paginator.py → types_boto3_eks-1.35.86/types_boto3_eks/paginator.pyi +129 -103
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/type_defs.py +133 -143
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/type_defs.pyi +130 -138
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/waiter.py +29 -19
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/waiter.pyi +29 -19
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86/types_boto3_eks.egg-info}/PKG-INFO +21 -7
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/LICENSE +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/setup.cfg +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/__init__.py +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/__init__.pyi +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks/py.typed +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks.egg-info/SOURCES.txt +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks.egg-info/dependency_links.txt +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks.egg-info/not-zip-safe +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/types_boto3_eks.egg-info/requires.txt +0 -0
- {types_boto3_eks-1.35.72 → types_boto3_eks-1.35.86}/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.86
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.35.86 service generated with mypy-boto3-builder 8.7.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
|
|
@@ -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.86](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/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.7.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
|
|
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
|
|
|
64
64
|
|
|
65
65
|
- [types-boto3-eks](#types-boto3-eks)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
96
|
|
|
96
97
|
## How to install
|
|
97
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
108
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
+
`uvx --with 'boto3==1.35.86' mypy_boto3_builder`
|
|
110
|
+
2. Select `boto3` AWS SDK.
|
|
111
|
+
3. Add `EKS` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
98
114
|
<a id="vscode-extension"></a>
|
|
99
115
|
|
|
100
116
|
### VSCode extension
|
|
@@ -115,12 +131,10 @@ Install `types-boto3` for `EKS` service.
|
|
|
115
131
|
# install with boto3 type annotations
|
|
116
132
|
python -m pip install 'types-boto3[eks]'
|
|
117
133
|
|
|
118
|
-
|
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
136
|
python -m pip install 'types-boto3-lite[eks]'
|
|
122
137
|
|
|
123
|
-
|
|
124
138
|
# standalone installation
|
|
125
139
|
python -m pip install types-boto3-eks
|
|
126
140
|
```
|
|
@@ -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.86](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/),
|
|
@@ -17,8 +17,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
17
17
|
[mypy](https://github.com/python/mypy),
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
|
-
Generated
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
20
|
+
Generated with
|
|
21
|
+
[mypy-boto3-builder 8.7.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
|
|
@@ -30,6 +30,7 @@ See how it helps you find and fix potential bugs:
|
|
|
30
30
|
|
|
31
31
|
- [types-boto3-eks](#types-boto3-eks)
|
|
32
32
|
- [How to install](#how-to-install)
|
|
33
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
33
34
|
- [VSCode extension](#vscode-extension)
|
|
34
35
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
35
36
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -61,6 +62,21 @@ See how it helps you find and fix potential bugs:
|
|
|
61
62
|
|
|
62
63
|
## How to install
|
|
63
64
|
|
|
65
|
+
<a id="generate-locally-(recommended)"></a>
|
|
66
|
+
|
|
67
|
+
### Generate locally (recommended)
|
|
68
|
+
|
|
69
|
+
You can generate type annotations for `boto3` package locally with
|
|
70
|
+
`mypy_boto3_builder`. Use
|
|
71
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
72
|
+
isolation.
|
|
73
|
+
|
|
74
|
+
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
+
`uvx --with 'boto3==1.35.86' mypy_boto3_builder`
|
|
76
|
+
2. Select `boto3` AWS SDK.
|
|
77
|
+
3. Add `EKS` service.
|
|
78
|
+
4. Use provided commands to install generated packages.
|
|
79
|
+
|
|
64
80
|
<a id="vscode-extension"></a>
|
|
65
81
|
|
|
66
82
|
### VSCode extension
|
|
@@ -81,12 +97,10 @@ Install `types-boto3` for `EKS` service.
|
|
|
81
97
|
# install with boto3 type annotations
|
|
82
98
|
python -m pip install 'types-boto3[eks]'
|
|
83
99
|
|
|
84
|
-
|
|
85
100
|
# Lite version does not provide session.client/resource overloads
|
|
86
101
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
87
102
|
python -m pip install 'types-boto3-lite[eks]'
|
|
88
103
|
|
|
89
|
-
|
|
90
104
|
# standalone installation
|
|
91
105
|
python -m pip install types-boto3-eks
|
|
92
106
|
```
|
|
@@ -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.86",
|
|
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.86 service generated with mypy-boto3-builder 8.7.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -11,14 +11,14 @@ def print_info() -> None:
|
|
|
11
11
|
"""
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
|
-
|
|
15
|
-
"Type annotations for boto3 EKS 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
14
|
+
sys.stdout.write(
|
|
15
|
+
"Type annotations for boto3 EKS 1.35.86\n"
|
|
16
|
+
"Version: 1.35.86\n"
|
|
17
|
+
"Builder version: 8.7.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"
|
|
21
|
-
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
21
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases\n"
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
|
|
29
|
+
sys.stdout.write("1.35.86\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -34,7 +34,8 @@ def main() -> None:
|
|
|
34
34
|
Main CLI entrypoint.
|
|
35
35
|
"""
|
|
36
36
|
if "--version" in sys.argv:
|
|
37
|
-
|
|
37
|
+
print_version()
|
|
38
|
+
return
|
|
38
39
|
print_info()
|
|
39
40
|
|
|
40
41
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
|
-
Type annotations for eks service
|
|
2
|
+
Type annotations for eks service Client.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -16,10 +16,14 @@ Usage::
|
|
|
16
16
|
Copyright 2024 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
|
+
from __future__ import annotations
|
|
20
|
+
|
|
19
21
|
import sys
|
|
20
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, Mapping, overload
|
|
21
23
|
|
|
22
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
|
+
from botocore.errorfactory import BaseClientExceptions
|
|
26
|
+
from botocore.exceptions import ClientError as BotocoreClientError
|
|
23
27
|
|
|
24
28
|
from .paginator import (
|
|
25
29
|
DescribeAddonVersionsPaginator,
|
|
@@ -166,29 +170,21 @@ else:
|
|
|
166
170
|
__all__ = ("EKSClient",)
|
|
167
171
|
|
|
168
172
|
|
|
169
|
-
class
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
NotFoundException: Type[BotocoreClientError]
|
|
185
|
-
ResourceInUseException: Type[BotocoreClientError]
|
|
186
|
-
ResourceLimitExceededException: Type[BotocoreClientError]
|
|
187
|
-
ResourceNotFoundException: Type[BotocoreClientError]
|
|
188
|
-
ResourcePropagationDelayException: Type[BotocoreClientError]
|
|
189
|
-
ServerException: Type[BotocoreClientError]
|
|
190
|
-
ServiceUnavailableException: Type[BotocoreClientError]
|
|
191
|
-
UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
|
|
173
|
+
class Exceptions(BaseClientExceptions):
|
|
174
|
+
AccessDeniedException: type[BotocoreClientError]
|
|
175
|
+
BadRequestException: type[BotocoreClientError]
|
|
176
|
+
ClientError: type[BotocoreClientError]
|
|
177
|
+
ClientException: type[BotocoreClientError]
|
|
178
|
+
InvalidParameterException: type[BotocoreClientError]
|
|
179
|
+
InvalidRequestException: type[BotocoreClientError]
|
|
180
|
+
NotFoundException: type[BotocoreClientError]
|
|
181
|
+
ResourceInUseException: type[BotocoreClientError]
|
|
182
|
+
ResourceLimitExceededException: type[BotocoreClientError]
|
|
183
|
+
ResourceNotFoundException: type[BotocoreClientError]
|
|
184
|
+
ResourcePropagationDelayException: type[BotocoreClientError]
|
|
185
|
+
ServerException: type[BotocoreClientError]
|
|
186
|
+
ServiceUnavailableException: type[BotocoreClientError]
|
|
187
|
+
UnsupportedAvailabilityZoneException: type[BotocoreClientError]
|
|
192
188
|
|
|
193
189
|
|
|
194
190
|
class EKSClient(BaseClient):
|
|
@@ -226,12 +222,6 @@ class EKSClient(BaseClient):
|
|
|
226
222
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#generate_presigned_url)
|
|
227
223
|
"""
|
|
228
224
|
|
|
229
|
-
def close(self) -> None:
|
|
230
|
-
"""
|
|
231
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/close.html)
|
|
232
|
-
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#close)
|
|
233
|
-
"""
|
|
234
|
-
|
|
235
225
|
def associate_access_policy(
|
|
236
226
|
self, **kwargs: Unpack[AssociateAccessPolicyRequestRequestTypeDef]
|
|
237
227
|
) -> AssociateAccessPolicyResponseTypeDef:
|
|
@@ -335,7 +325,7 @@ class EKSClient(BaseClient):
|
|
|
335
325
|
|
|
336
326
|
def delete_access_entry(
|
|
337
327
|
self, **kwargs: Unpack[DeleteAccessEntryRequestRequestTypeDef]
|
|
338
|
-
) ->
|
|
328
|
+
) -> dict[str, Any]:
|
|
339
329
|
"""
|
|
340
330
|
Deletes an access entry.
|
|
341
331
|
|
|
@@ -535,7 +525,7 @@ class EKSClient(BaseClient):
|
|
|
535
525
|
|
|
536
526
|
def disassociate_access_policy(
|
|
537
527
|
self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
|
|
538
|
-
) ->
|
|
528
|
+
) -> dict[str, Any]:
|
|
539
529
|
"""
|
|
540
530
|
Disassociates an access policy from an access entry.
|
|
541
531
|
|
|
@@ -697,7 +687,7 @@ class EKSClient(BaseClient):
|
|
|
697
687
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#register_cluster)
|
|
698
688
|
"""
|
|
699
689
|
|
|
700
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) ->
|
|
690
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> dict[str, Any]:
|
|
701
691
|
"""
|
|
702
692
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
703
693
|
<code>resourceArn</code>.
|
|
@@ -708,7 +698,7 @@ class EKSClient(BaseClient):
|
|
|
708
698
|
|
|
709
699
|
def untag_resource(
|
|
710
700
|
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
711
|
-
) ->
|
|
701
|
+
) -> dict[str, Any]:
|
|
712
702
|
"""
|
|
713
703
|
Deletes specified tags from an Amazon EKS resource.
|
|
714
704
|
|
|
@@ -797,8 +787,8 @@ class EKSClient(BaseClient):
|
|
|
797
787
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#update_pod_identity_association)
|
|
798
788
|
"""
|
|
799
789
|
|
|
800
|
-
@overload
|
|
801
|
-
def get_paginator(
|
|
790
|
+
@overload # type: ignore[override]
|
|
791
|
+
def get_paginator( # type: ignore[override]
|
|
802
792
|
self, operation_name: Literal["describe_addon_versions"]
|
|
803
793
|
) -> DescribeAddonVersionsPaginator:
|
|
804
794
|
"""
|
|
@@ -808,8 +798,8 @@ class EKSClient(BaseClient):
|
|
|
808
798
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
809
799
|
"""
|
|
810
800
|
|
|
811
|
-
@overload
|
|
812
|
-
def get_paginator(
|
|
801
|
+
@overload # type: ignore[override]
|
|
802
|
+
def get_paginator( # type: ignore[override]
|
|
813
803
|
self, operation_name: Literal["list_access_entries"]
|
|
814
804
|
) -> ListAccessEntriesPaginator:
|
|
815
805
|
"""
|
|
@@ -819,8 +809,8 @@ class EKSClient(BaseClient):
|
|
|
819
809
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
820
810
|
"""
|
|
821
811
|
|
|
822
|
-
@overload
|
|
823
|
-
def get_paginator(
|
|
812
|
+
@overload # type: ignore[override]
|
|
813
|
+
def get_paginator( # type: ignore[override]
|
|
824
814
|
self, operation_name: Literal["list_access_policies"]
|
|
825
815
|
) -> ListAccessPoliciesPaginator:
|
|
826
816
|
"""
|
|
@@ -830,8 +820,10 @@ class EKSClient(BaseClient):
|
|
|
830
820
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
831
821
|
"""
|
|
832
822
|
|
|
833
|
-
@overload
|
|
834
|
-
def get_paginator(
|
|
823
|
+
@overload # type: ignore[override]
|
|
824
|
+
def get_paginator( # type: ignore[override]
|
|
825
|
+
self, operation_name: Literal["list_addons"]
|
|
826
|
+
) -> ListAddonsPaginator:
|
|
835
827
|
"""
|
|
836
828
|
Create a paginator for an operation.
|
|
837
829
|
|
|
@@ -839,8 +831,8 @@ class EKSClient(BaseClient):
|
|
|
839
831
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
840
832
|
"""
|
|
841
833
|
|
|
842
|
-
@overload
|
|
843
|
-
def get_paginator(
|
|
834
|
+
@overload # type: ignore[override]
|
|
835
|
+
def get_paginator( # type: ignore[override]
|
|
844
836
|
self, operation_name: Literal["list_associated_access_policies"]
|
|
845
837
|
) -> ListAssociatedAccessPoliciesPaginator:
|
|
846
838
|
"""
|
|
@@ -850,8 +842,10 @@ class EKSClient(BaseClient):
|
|
|
850
842
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
851
843
|
"""
|
|
852
844
|
|
|
853
|
-
@overload
|
|
854
|
-
def get_paginator(
|
|
845
|
+
@overload # type: ignore[override]
|
|
846
|
+
def get_paginator( # type: ignore[override]
|
|
847
|
+
self, operation_name: Literal["list_clusters"]
|
|
848
|
+
) -> ListClustersPaginator:
|
|
855
849
|
"""
|
|
856
850
|
Create a paginator for an operation.
|
|
857
851
|
|
|
@@ -859,8 +853,8 @@ class EKSClient(BaseClient):
|
|
|
859
853
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
860
854
|
"""
|
|
861
855
|
|
|
862
|
-
@overload
|
|
863
|
-
def get_paginator(
|
|
856
|
+
@overload # type: ignore[override]
|
|
857
|
+
def get_paginator( # type: ignore[override]
|
|
864
858
|
self, operation_name: Literal["list_eks_anywhere_subscriptions"]
|
|
865
859
|
) -> ListEksAnywhereSubscriptionsPaginator:
|
|
866
860
|
"""
|
|
@@ -870,8 +864,8 @@ class EKSClient(BaseClient):
|
|
|
870
864
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
871
865
|
"""
|
|
872
866
|
|
|
873
|
-
@overload
|
|
874
|
-
def get_paginator(
|
|
867
|
+
@overload # type: ignore[override]
|
|
868
|
+
def get_paginator( # type: ignore[override]
|
|
875
869
|
self, operation_name: Literal["list_fargate_profiles"]
|
|
876
870
|
) -> ListFargateProfilesPaginator:
|
|
877
871
|
"""
|
|
@@ -881,8 +875,8 @@ class EKSClient(BaseClient):
|
|
|
881
875
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
882
876
|
"""
|
|
883
877
|
|
|
884
|
-
@overload
|
|
885
|
-
def get_paginator(
|
|
878
|
+
@overload # type: ignore[override]
|
|
879
|
+
def get_paginator( # type: ignore[override]
|
|
886
880
|
self, operation_name: Literal["list_identity_provider_configs"]
|
|
887
881
|
) -> ListIdentityProviderConfigsPaginator:
|
|
888
882
|
"""
|
|
@@ -892,8 +886,10 @@ class EKSClient(BaseClient):
|
|
|
892
886
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
893
887
|
"""
|
|
894
888
|
|
|
895
|
-
@overload
|
|
896
|
-
def get_paginator(
|
|
889
|
+
@overload # type: ignore[override]
|
|
890
|
+
def get_paginator( # type: ignore[override]
|
|
891
|
+
self, operation_name: Literal["list_insights"]
|
|
892
|
+
) -> ListInsightsPaginator:
|
|
897
893
|
"""
|
|
898
894
|
Create a paginator for an operation.
|
|
899
895
|
|
|
@@ -901,8 +897,10 @@ class EKSClient(BaseClient):
|
|
|
901
897
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
902
898
|
"""
|
|
903
899
|
|
|
904
|
-
@overload
|
|
905
|
-
def get_paginator(
|
|
900
|
+
@overload # type: ignore[override]
|
|
901
|
+
def get_paginator( # type: ignore[override]
|
|
902
|
+
self, operation_name: Literal["list_nodegroups"]
|
|
903
|
+
) -> ListNodegroupsPaginator:
|
|
906
904
|
"""
|
|
907
905
|
Create a paginator for an operation.
|
|
908
906
|
|
|
@@ -910,8 +908,8 @@ class EKSClient(BaseClient):
|
|
|
910
908
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
911
909
|
"""
|
|
912
910
|
|
|
913
|
-
@overload
|
|
914
|
-
def get_paginator(
|
|
911
|
+
@overload # type: ignore[override]
|
|
912
|
+
def get_paginator( # type: ignore[override]
|
|
915
913
|
self, operation_name: Literal["list_pod_identity_associations"]
|
|
916
914
|
) -> ListPodIdentityAssociationsPaginator:
|
|
917
915
|
"""
|
|
@@ -921,8 +919,10 @@ class EKSClient(BaseClient):
|
|
|
921
919
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
922
920
|
"""
|
|
923
921
|
|
|
924
|
-
@overload
|
|
925
|
-
def get_paginator(
|
|
922
|
+
@overload # type: ignore[override]
|
|
923
|
+
def get_paginator( # type: ignore[override]
|
|
924
|
+
self, operation_name: Literal["list_updates"]
|
|
925
|
+
) -> ListUpdatesPaginator:
|
|
926
926
|
"""
|
|
927
927
|
Create a paginator for an operation.
|
|
928
928
|
|
|
@@ -930,8 +930,10 @@ class EKSClient(BaseClient):
|
|
|
930
930
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_paginator)
|
|
931
931
|
"""
|
|
932
932
|
|
|
933
|
-
@overload
|
|
934
|
-
def get_waiter(
|
|
933
|
+
@overload # type: ignore[override]
|
|
934
|
+
def get_waiter( # type: ignore[override]
|
|
935
|
+
self, waiter_name: Literal["addon_active"]
|
|
936
|
+
) -> AddonActiveWaiter:
|
|
935
937
|
"""
|
|
936
938
|
Returns an object that can wait for some condition.
|
|
937
939
|
|
|
@@ -939,8 +941,10 @@ class EKSClient(BaseClient):
|
|
|
939
941
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_waiter)
|
|
940
942
|
"""
|
|
941
943
|
|
|
942
|
-
@overload
|
|
943
|
-
def get_waiter(
|
|
944
|
+
@overload # type: ignore[override]
|
|
945
|
+
def get_waiter( # type: ignore[override]
|
|
946
|
+
self, waiter_name: Literal["addon_deleted"]
|
|
947
|
+
) -> AddonDeletedWaiter:
|
|
944
948
|
"""
|
|
945
949
|
Returns an object that can wait for some condition.
|
|
946
950
|
|
|
@@ -948,8 +952,10 @@ class EKSClient(BaseClient):
|
|
|
948
952
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_waiter)
|
|
949
953
|
"""
|
|
950
954
|
|
|
951
|
-
@overload
|
|
952
|
-
def get_waiter(
|
|
955
|
+
@overload # type: ignore[override]
|
|
956
|
+
def get_waiter( # type: ignore[override]
|
|
957
|
+
self, waiter_name: Literal["cluster_active"]
|
|
958
|
+
) -> ClusterActiveWaiter:
|
|
953
959
|
"""
|
|
954
960
|
Returns an object that can wait for some condition.
|
|
955
961
|
|
|
@@ -957,8 +963,10 @@ class EKSClient(BaseClient):
|
|
|
957
963
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_waiter)
|
|
958
964
|
"""
|
|
959
965
|
|
|
960
|
-
@overload
|
|
961
|
-
def get_waiter(
|
|
966
|
+
@overload # type: ignore[override]
|
|
967
|
+
def get_waiter( # type: ignore[override]
|
|
968
|
+
self, waiter_name: Literal["cluster_deleted"]
|
|
969
|
+
) -> ClusterDeletedWaiter:
|
|
962
970
|
"""
|
|
963
971
|
Returns an object that can wait for some condition.
|
|
964
972
|
|
|
@@ -966,8 +974,8 @@ class EKSClient(BaseClient):
|
|
|
966
974
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_waiter)
|
|
967
975
|
"""
|
|
968
976
|
|
|
969
|
-
@overload
|
|
970
|
-
def get_waiter(
|
|
977
|
+
@overload # type: ignore[override]
|
|
978
|
+
def get_waiter( # type: ignore[override]
|
|
971
979
|
self, waiter_name: Literal["fargate_profile_active"]
|
|
972
980
|
) -> FargateProfileActiveWaiter:
|
|
973
981
|
"""
|
|
@@ -977,8 +985,8 @@ class EKSClient(BaseClient):
|
|
|
977
985
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_waiter)
|
|
978
986
|
"""
|
|
979
987
|
|
|
980
|
-
@overload
|
|
981
|
-
def get_waiter(
|
|
988
|
+
@overload # type: ignore[override]
|
|
989
|
+
def get_waiter( # type: ignore[override]
|
|
982
990
|
self, waiter_name: Literal["fargate_profile_deleted"]
|
|
983
991
|
) -> FargateProfileDeletedWaiter:
|
|
984
992
|
"""
|
|
@@ -988,8 +996,10 @@ class EKSClient(BaseClient):
|
|
|
988
996
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_waiter)
|
|
989
997
|
"""
|
|
990
998
|
|
|
991
|
-
@overload
|
|
992
|
-
def get_waiter(
|
|
999
|
+
@overload # type: ignore[override]
|
|
1000
|
+
def get_waiter( # type: ignore[override]
|
|
1001
|
+
self, waiter_name: Literal["nodegroup_active"]
|
|
1002
|
+
) -> NodegroupActiveWaiter:
|
|
993
1003
|
"""
|
|
994
1004
|
Returns an object that can wait for some condition.
|
|
995
1005
|
|
|
@@ -997,8 +1007,10 @@ class EKSClient(BaseClient):
|
|
|
997
1007
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#get_waiter)
|
|
998
1008
|
"""
|
|
999
1009
|
|
|
1000
|
-
@overload
|
|
1001
|
-
def get_waiter(
|
|
1010
|
+
@overload # type: ignore[override]
|
|
1011
|
+
def get_waiter( # type: ignore[override]
|
|
1012
|
+
self, waiter_name: Literal["nodegroup_deleted"]
|
|
1013
|
+
) -> NodegroupDeletedWaiter:
|
|
1002
1014
|
"""
|
|
1003
1015
|
Returns an object that can wait for some condition.
|
|
1004
1016
|
|