mypy-boto3-eks 1.35.87__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.
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/LICENSE +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/PKG-INFO +6 -6
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/README.md +3 -3
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/__init__.py +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/__init__.pyi +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/__main__.py +5 -5
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/client.py +26 -20
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/client.pyi +26 -20
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/literals.py +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/literals.pyi +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/paginator.py +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/paginator.pyi +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/type_defs.py +84 -78
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/type_defs.pyi +84 -78
- mypy_boto3_eks-1.35.93/mypy_boto3_eks/version.py +7 -0
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/waiter.py +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/waiter.pyi +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/PKG-INFO +6 -6
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/requires.txt +1 -1
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/setup.py +4 -6
- mypy_boto3_eks-1.35.87/mypy_boto3_eks/version.py +0 -7
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.35.87 → mypy_boto3_eks-1.35.93}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-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="mypy-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
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) 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-stubs` AWS SDK.
|
|
111
111
|
3. Add `EKS` service.
|
|
112
112
|
4. Use provided commands to install generated packages.
|
|
@@ -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
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) 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-stubs` AWS SDK.
|
|
77
77
|
3. Add `EKS` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -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/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"
|
|
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
|
|
@@ -164,6 +164,12 @@ from .waiter import (
|
|
|
164
164
|
NodegroupDeletedWaiter,
|
|
165
165
|
)
|
|
166
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
|
|
167
173
|
if sys.version_info >= (3, 12):
|
|
168
174
|
from typing import Literal, Unpack
|
|
169
175
|
else:
|
|
@@ -174,20 +180,20 @@ __all__ = ("EKSClient",)
|
|
|
174
180
|
|
|
175
181
|
|
|
176
182
|
class Exceptions(BaseClientExceptions):
|
|
177
|
-
AccessDeniedException:
|
|
178
|
-
BadRequestException:
|
|
179
|
-
ClientError:
|
|
180
|
-
ClientException:
|
|
181
|
-
InvalidParameterException:
|
|
182
|
-
InvalidRequestException:
|
|
183
|
-
NotFoundException:
|
|
184
|
-
ResourceInUseException:
|
|
185
|
-
ResourceLimitExceededException:
|
|
186
|
-
ResourceNotFoundException:
|
|
187
|
-
ResourcePropagationDelayException:
|
|
188
|
-
ServerException:
|
|
189
|
-
ServiceUnavailableException:
|
|
190
|
-
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]
|
|
191
197
|
|
|
192
198
|
|
|
193
199
|
class EKSClient(BaseClient):
|
|
@@ -328,7 +334,7 @@ class EKSClient(BaseClient):
|
|
|
328
334
|
|
|
329
335
|
def delete_access_entry(
|
|
330
336
|
self, **kwargs: Unpack[DeleteAccessEntryRequestRequestTypeDef]
|
|
331
|
-
) ->
|
|
337
|
+
) -> Dict[str, Any]:
|
|
332
338
|
"""
|
|
333
339
|
Deletes an access entry.
|
|
334
340
|
|
|
@@ -538,7 +544,7 @@ class EKSClient(BaseClient):
|
|
|
538
544
|
|
|
539
545
|
def disassociate_access_policy(
|
|
540
546
|
self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
|
|
541
|
-
) ->
|
|
547
|
+
) -> Dict[str, Any]:
|
|
542
548
|
"""
|
|
543
549
|
Disassociates an access policy from an access entry.
|
|
544
550
|
|
|
@@ -700,7 +706,7 @@ class EKSClient(BaseClient):
|
|
|
700
706
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
|
|
701
707
|
"""
|
|
702
708
|
|
|
703
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) ->
|
|
709
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
704
710
|
"""
|
|
705
711
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
706
712
|
<code>resourceArn</code>.
|
|
@@ -711,7 +717,7 @@ class EKSClient(BaseClient):
|
|
|
711
717
|
|
|
712
718
|
def untag_resource(
|
|
713
719
|
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
714
|
-
) ->
|
|
720
|
+
) -> Dict[str, Any]:
|
|
715
721
|
"""
|
|
716
722
|
Deletes specified tags from an Amazon EKS resource.
|
|
717
723
|
|
|
@@ -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
|
|
@@ -164,6 +164,12 @@ from .waiter import (
|
|
|
164
164
|
NodegroupDeletedWaiter,
|
|
165
165
|
)
|
|
166
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
|
|
167
173
|
if sys.version_info >= (3, 12):
|
|
168
174
|
from typing import Literal, Unpack
|
|
169
175
|
else:
|
|
@@ -172,20 +178,20 @@ else:
|
|
|
172
178
|
__all__ = ("EKSClient",)
|
|
173
179
|
|
|
174
180
|
class Exceptions(BaseClientExceptions):
|
|
175
|
-
AccessDeniedException:
|
|
176
|
-
BadRequestException:
|
|
177
|
-
ClientError:
|
|
178
|
-
ClientException:
|
|
179
|
-
InvalidParameterException:
|
|
180
|
-
InvalidRequestException:
|
|
181
|
-
NotFoundException:
|
|
182
|
-
ResourceInUseException:
|
|
183
|
-
ResourceLimitExceededException:
|
|
184
|
-
ResourceNotFoundException:
|
|
185
|
-
ResourcePropagationDelayException:
|
|
186
|
-
ServerException:
|
|
187
|
-
ServiceUnavailableException:
|
|
188
|
-
UnsupportedAvailabilityZoneException:
|
|
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
|
|
|
@@ -535,7 +541,7 @@ class EKSClient(BaseClient):
|
|
|
535
541
|
|
|
536
542
|
def disassociate_access_policy(
|
|
537
543
|
self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
|
|
538
|
-
) ->
|
|
544
|
+
) -> Dict[str, Any]:
|
|
539
545
|
"""
|
|
540
546
|
Disassociates an access policy from an access entry.
|
|
541
547
|
|
|
@@ -697,7 +703,7 @@ class EKSClient(BaseClient):
|
|
|
697
703
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
|
|
698
704
|
"""
|
|
699
705
|
|
|
700
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) ->
|
|
706
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
701
707
|
"""
|
|
702
708
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
703
709
|
<code>resourceArn</code>.
|
|
@@ -708,7 +714,7 @@ class EKSClient(BaseClient):
|
|
|
708
714
|
|
|
709
715
|
def untag_resource(
|
|
710
716
|
self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
|
|
711
|
-
) ->
|
|
717
|
+
) -> Dict[str, Any]:
|
|
712
718
|
"""
|
|
713
719
|
Deletes specified tags from an Amazon EKS resource.
|
|
714
720
|
|