types-boto3-eks 1.40.59__tar.gz → 1.41.2__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.40.59/types_boto3_eks.egg-info → types_boto3_eks-1.41.2}/PKG-INFO +11 -25
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/README.md +3 -3
- types_boto3_eks-1.41.2/pyproject.toml +61 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/__main__.py +4 -4
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/client.py +21 -26
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/client.pyi +21 -26
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/literals.py +9 -7
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/literals.pyi +9 -7
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/type_defs.py +88 -84
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/type_defs.pyi +87 -84
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2/types_boto3_eks.egg-info}/PKG-INFO +11 -25
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks.egg-info/SOURCES.txt +1 -2
- types_boto3_eks-1.40.59/setup.py +0 -54
- types_boto3_eks-1.40.59/types_boto3_eks.egg-info/not-zip-safe +0 -1
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/LICENSE +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/setup.cfg +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/__init__.py +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/__init__.pyi +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/paginator.py +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/paginator.pyi +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/py.typed +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/waiter.py +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks/waiter.pyi +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks.egg-info/dependency_links.txt +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks.egg-info/requires.txt +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.2}/types_boto3_eks.egg-info/top_level.txt +0 -0
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.2
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.41.2 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_eks/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,eks,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
-
Dynamic: author
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-eks"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 EKS 1.
|
|
45
|
+
Type annotations for [boto3 EKS 1.41.2](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
105
|
isolation.
|
|
120
106
|
|
|
121
107
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
108
|
+
`uvx --with 'boto3==1.41.2' mypy-boto3-builder`
|
|
123
109
|
2. Select `boto3` AWS SDK.
|
|
124
110
|
3. Add `EKS` service.
|
|
125
111
|
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.
|
|
12
|
+
Type annotations for [boto3 EKS 1.41.2](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.12.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.
|
|
75
|
+
`uvx --with 'boto3==1.41.2' 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.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Setup script for types-boto3-eks.
|
|
2
|
+
|
|
3
|
+
# Copyright 2025 Vlad Emelianov
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "types-boto3-eks"
|
|
7
|
+
version = "1.41.2"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 EKS 1.41.2 service generated with mypy-boto3-builder 8.12.0"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 5 - Production/Stable",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Environment :: Console",
|
|
16
|
+
"Natural Language :: English",
|
|
17
|
+
"Operating System :: OS Independent",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
26
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
27
|
+
"Typing :: Stubs Only",
|
|
28
|
+
]
|
|
29
|
+
keywords = [
|
|
30
|
+
"boto3",
|
|
31
|
+
"eks",
|
|
32
|
+
"boto3-stubs",
|
|
33
|
+
"type-annotations",
|
|
34
|
+
"mypy",
|
|
35
|
+
"typeshed",
|
|
36
|
+
"autocomplete",
|
|
37
|
+
]
|
|
38
|
+
requires-python = ">=3.9"
|
|
39
|
+
|
|
40
|
+
dependencies = [
|
|
41
|
+
"typing-extensions; python_version<'3.12'",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
[project.urls]
|
|
46
|
+
Homepage = "https://github.com/youtype/mypy_boto3_builder"
|
|
47
|
+
Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_eks/"
|
|
48
|
+
Source = "https://github.com/youtype/mypy_boto3_builder"
|
|
49
|
+
Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
|
|
50
|
+
|
|
51
|
+
[build-system]
|
|
52
|
+
requires = ["setuptools>=60"]
|
|
53
|
+
build-backend = "setuptools.build_meta"
|
|
54
|
+
|
|
55
|
+
[tool.setuptools]
|
|
56
|
+
platforms = ["any"]
|
|
57
|
+
include-package-data = true
|
|
58
|
+
packages = ["types_boto3_eks"]
|
|
59
|
+
|
|
60
|
+
[tool.setuptools.package-data]
|
|
61
|
+
"*" = ["*.pyi", "py.typed"]
|
|
@@ -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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 EKS 1.41.2\n"
|
|
16
|
+
"Version: 1.41.2\n"
|
|
17
|
+
"Builder version: 8.12.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.
|
|
29
|
+
sys.stdout.write("1.41.2\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -168,12 +169,6 @@ from .waiter import (
|
|
|
168
169
|
NodegroupDeletedWaiter,
|
|
169
170
|
)
|
|
170
171
|
|
|
171
|
-
if sys.version_info >= (3, 9):
|
|
172
|
-
from builtins import dict as Dict
|
|
173
|
-
from builtins import type as Type
|
|
174
|
-
from collections.abc import Mapping
|
|
175
|
-
else:
|
|
176
|
-
from typing import Dict, Mapping, Type
|
|
177
172
|
if sys.version_info >= (3, 12):
|
|
178
173
|
from typing import Literal, Unpack
|
|
179
174
|
else:
|
|
@@ -184,22 +179,22 @@ __all__ = ("EKSClient",)
|
|
|
184
179
|
|
|
185
180
|
|
|
186
181
|
class Exceptions(BaseClientExceptions):
|
|
187
|
-
AccessDeniedException:
|
|
188
|
-
BadRequestException:
|
|
189
|
-
ClientError:
|
|
190
|
-
ClientException:
|
|
191
|
-
InvalidParameterException:
|
|
192
|
-
InvalidRequestException:
|
|
193
|
-
InvalidStateException:
|
|
194
|
-
NotFoundException:
|
|
195
|
-
ResourceInUseException:
|
|
196
|
-
ResourceLimitExceededException:
|
|
197
|
-
ResourceNotFoundException:
|
|
198
|
-
ResourcePropagationDelayException:
|
|
199
|
-
ServerException:
|
|
200
|
-
ServiceUnavailableException:
|
|
201
|
-
ThrottlingException:
|
|
202
|
-
UnsupportedAvailabilityZoneException:
|
|
182
|
+
AccessDeniedException: type[BotocoreClientError]
|
|
183
|
+
BadRequestException: type[BotocoreClientError]
|
|
184
|
+
ClientError: type[BotocoreClientError]
|
|
185
|
+
ClientException: type[BotocoreClientError]
|
|
186
|
+
InvalidParameterException: type[BotocoreClientError]
|
|
187
|
+
InvalidRequestException: type[BotocoreClientError]
|
|
188
|
+
InvalidStateException: 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
|
+
ThrottlingException: type[BotocoreClientError]
|
|
197
|
+
UnsupportedAvailabilityZoneException: type[BotocoreClientError]
|
|
203
198
|
|
|
204
199
|
|
|
205
200
|
class EKSClient(BaseClient):
|
|
@@ -340,7 +335,7 @@ class EKSClient(BaseClient):
|
|
|
340
335
|
|
|
341
336
|
def delete_access_entry(
|
|
342
337
|
self, **kwargs: Unpack[DeleteAccessEntryRequestTypeDef]
|
|
343
|
-
) ->
|
|
338
|
+
) -> dict[str, Any]:
|
|
344
339
|
"""
|
|
345
340
|
Deletes an access entry.
|
|
346
341
|
|
|
@@ -560,7 +555,7 @@ class EKSClient(BaseClient):
|
|
|
560
555
|
|
|
561
556
|
def disassociate_access_policy(
|
|
562
557
|
self, **kwargs: Unpack[DisassociateAccessPolicyRequestTypeDef]
|
|
563
|
-
) ->
|
|
558
|
+
) -> dict[str, Any]:
|
|
564
559
|
"""
|
|
565
560
|
Disassociates an access policy from an access entry.
|
|
566
561
|
|
|
@@ -731,7 +726,7 @@ class EKSClient(BaseClient):
|
|
|
731
726
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#start_insights_refresh)
|
|
732
727
|
"""
|
|
733
728
|
|
|
734
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) ->
|
|
729
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
735
730
|
"""
|
|
736
731
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
737
732
|
<code>resourceArn</code>.
|
|
@@ -740,7 +735,7 @@ class EKSClient(BaseClient):
|
|
|
740
735
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#tag_resource)
|
|
741
736
|
"""
|
|
742
737
|
|
|
743
|
-
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) ->
|
|
738
|
+
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
744
739
|
"""
|
|
745
740
|
Deletes specified tags from an Amazon EKS resource.
|
|
746
741
|
|
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -168,12 +169,6 @@ from .waiter import (
|
|
|
168
169
|
NodegroupDeletedWaiter,
|
|
169
170
|
)
|
|
170
171
|
|
|
171
|
-
if sys.version_info >= (3, 9):
|
|
172
|
-
from builtins import dict as Dict
|
|
173
|
-
from builtins import type as Type
|
|
174
|
-
from collections.abc import Mapping
|
|
175
|
-
else:
|
|
176
|
-
from typing import Dict, Mapping, Type
|
|
177
172
|
if sys.version_info >= (3, 12):
|
|
178
173
|
from typing import Literal, Unpack
|
|
179
174
|
else:
|
|
@@ -182,22 +177,22 @@ else:
|
|
|
182
177
|
__all__ = ("EKSClient",)
|
|
183
178
|
|
|
184
179
|
class Exceptions(BaseClientExceptions):
|
|
185
|
-
AccessDeniedException:
|
|
186
|
-
BadRequestException:
|
|
187
|
-
ClientError:
|
|
188
|
-
ClientException:
|
|
189
|
-
InvalidParameterException:
|
|
190
|
-
InvalidRequestException:
|
|
191
|
-
InvalidStateException:
|
|
192
|
-
NotFoundException:
|
|
193
|
-
ResourceInUseException:
|
|
194
|
-
ResourceLimitExceededException:
|
|
195
|
-
ResourceNotFoundException:
|
|
196
|
-
ResourcePropagationDelayException:
|
|
197
|
-
ServerException:
|
|
198
|
-
ServiceUnavailableException:
|
|
199
|
-
ThrottlingException:
|
|
200
|
-
UnsupportedAvailabilityZoneException:
|
|
180
|
+
AccessDeniedException: type[BotocoreClientError]
|
|
181
|
+
BadRequestException: type[BotocoreClientError]
|
|
182
|
+
ClientError: type[BotocoreClientError]
|
|
183
|
+
ClientException: type[BotocoreClientError]
|
|
184
|
+
InvalidParameterException: type[BotocoreClientError]
|
|
185
|
+
InvalidRequestException: type[BotocoreClientError]
|
|
186
|
+
InvalidStateException: 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
|
+
ThrottlingException: type[BotocoreClientError]
|
|
195
|
+
UnsupportedAvailabilityZoneException: type[BotocoreClientError]
|
|
201
196
|
|
|
202
197
|
class EKSClient(BaseClient):
|
|
203
198
|
"""
|
|
@@ -337,7 +332,7 @@ class EKSClient(BaseClient):
|
|
|
337
332
|
|
|
338
333
|
def delete_access_entry(
|
|
339
334
|
self, **kwargs: Unpack[DeleteAccessEntryRequestTypeDef]
|
|
340
|
-
) ->
|
|
335
|
+
) -> dict[str, Any]:
|
|
341
336
|
"""
|
|
342
337
|
Deletes an access entry.
|
|
343
338
|
|
|
@@ -557,7 +552,7 @@ class EKSClient(BaseClient):
|
|
|
557
552
|
|
|
558
553
|
def disassociate_access_policy(
|
|
559
554
|
self, **kwargs: Unpack[DisassociateAccessPolicyRequestTypeDef]
|
|
560
|
-
) ->
|
|
555
|
+
) -> dict[str, Any]:
|
|
561
556
|
"""
|
|
562
557
|
Disassociates an access policy from an access entry.
|
|
563
558
|
|
|
@@ -728,7 +723,7 @@ class EKSClient(BaseClient):
|
|
|
728
723
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#start_insights_refresh)
|
|
729
724
|
"""
|
|
730
725
|
|
|
731
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) ->
|
|
726
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
732
727
|
"""
|
|
733
728
|
Associates the specified tags to an Amazon EKS resource with the specified
|
|
734
729
|
<code>resourceArn</code>.
|
|
@@ -737,7 +732,7 @@ class EKSClient(BaseClient):
|
|
|
737
732
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_eks/client/#tag_resource)
|
|
738
733
|
"""
|
|
739
734
|
|
|
740
|
-
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) ->
|
|
735
|
+
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
741
736
|
"""
|
|
742
737
|
Deletes specified tags from an Amazon EKS resource.
|
|
743
738
|
|
|
@@ -72,6 +72,7 @@ __all__ = (
|
|
|
72
72
|
"NodegroupStatusType",
|
|
73
73
|
"NodegroupUpdateStrategiesType",
|
|
74
74
|
"PaginatorName",
|
|
75
|
+
"ProvisionedControlPlaneTierType",
|
|
75
76
|
"RegionName",
|
|
76
77
|
"RepairActionType",
|
|
77
78
|
"ResolveConflictsType",
|
|
@@ -259,6 +260,7 @@ NodegroupStatusType = Literal[
|
|
|
259
260
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
|
|
260
261
|
]
|
|
261
262
|
NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
|
|
263
|
+
ProvisionedControlPlaneTierType = Literal["standard", "tier-2xl", "tier-4xl", "tier-xl"]
|
|
262
264
|
RepairActionType = Literal["NoAction", "Reboot", "Replace"]
|
|
263
265
|
ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
|
|
264
266
|
SupportTypeType = Literal["EXTENDED", "STANDARD"]
|
|
@@ -288,6 +290,7 @@ UpdateParamTypeType = Literal[
|
|
|
288
290
|
"NodeRepairEnabled",
|
|
289
291
|
"PlatformVersion",
|
|
290
292
|
"PodIdentityAssociations",
|
|
293
|
+
"PreviousTier",
|
|
291
294
|
"PublicAccessCidrs",
|
|
292
295
|
"ReleaseVersion",
|
|
293
296
|
"RemoteNetworkConfig",
|
|
@@ -299,6 +302,7 @@ UpdateParamTypeType = Literal[
|
|
|
299
302
|
"TaintsToAdd",
|
|
300
303
|
"TaintsToRemove",
|
|
301
304
|
"UpdateStrategy",
|
|
305
|
+
"UpdatedTier",
|
|
302
306
|
"UpgradePolicy",
|
|
303
307
|
"Version",
|
|
304
308
|
"ZonalShiftConfig",
|
|
@@ -311,6 +315,7 @@ UpdateTypeType = Literal[
|
|
|
311
315
|
"AssociateIdentityProviderConfig",
|
|
312
316
|
"AutoModeUpdate",
|
|
313
317
|
"ConfigUpdate",
|
|
318
|
+
"ControlPlaneScalingConfigUpdate",
|
|
314
319
|
"DeletionProtectionUpdate",
|
|
315
320
|
"DisassociateIdentityProviderConfig",
|
|
316
321
|
"EndpointAccessUpdate",
|
|
@@ -349,7 +354,6 @@ ServiceName = Literal[
|
|
|
349
354
|
"apprunner",
|
|
350
355
|
"appstream",
|
|
351
356
|
"appsync",
|
|
352
|
-
"apptest",
|
|
353
357
|
"arc-region-switch",
|
|
354
358
|
"arc-zonal-shift",
|
|
355
359
|
"artifact",
|
|
@@ -419,6 +423,7 @@ ServiceName = Literal[
|
|
|
419
423
|
"comprehend",
|
|
420
424
|
"comprehendmedical",
|
|
421
425
|
"compute-optimizer",
|
|
426
|
+
"compute-optimizer-automation",
|
|
422
427
|
"config",
|
|
423
428
|
"connect",
|
|
424
429
|
"connect-contact-lens",
|
|
@@ -517,7 +522,6 @@ ServiceName = Literal[
|
|
|
517
522
|
"iotdeviceadvisor",
|
|
518
523
|
"iotevents",
|
|
519
524
|
"iotevents-data",
|
|
520
|
-
"iotfleethub",
|
|
521
525
|
"iotfleetwise",
|
|
522
526
|
"iotsecuretunneling",
|
|
523
527
|
"iotsitewise",
|
|
@@ -556,8 +560,6 @@ ServiceName = Literal[
|
|
|
556
560
|
"location",
|
|
557
561
|
"logs",
|
|
558
562
|
"lookoutequipment",
|
|
559
|
-
"lookoutmetrics",
|
|
560
|
-
"lookoutvision",
|
|
561
563
|
"m2",
|
|
562
564
|
"machinelearning",
|
|
563
565
|
"macie2",
|
|
@@ -592,6 +594,7 @@ ServiceName = Literal[
|
|
|
592
594
|
"mq",
|
|
593
595
|
"mturk",
|
|
594
596
|
"mwaa",
|
|
597
|
+
"mwaa-serverless",
|
|
595
598
|
"neptune",
|
|
596
599
|
"neptune-graph",
|
|
597
600
|
"neptunedata",
|
|
@@ -611,6 +614,7 @@ ServiceName = Literal[
|
|
|
611
614
|
"osis",
|
|
612
615
|
"outposts",
|
|
613
616
|
"panorama",
|
|
617
|
+
"partnercentral-channel",
|
|
614
618
|
"partnercentral-selling",
|
|
615
619
|
"payment-cryptography",
|
|
616
620
|
"payment-cryptography-data",
|
|
@@ -632,8 +636,6 @@ ServiceName = Literal[
|
|
|
632
636
|
"qapps",
|
|
633
637
|
"qbusiness",
|
|
634
638
|
"qconnect",
|
|
635
|
-
"qldb",
|
|
636
|
-
"qldb-session",
|
|
637
639
|
"quicksight",
|
|
638
640
|
"ram",
|
|
639
641
|
"rbin",
|
|
@@ -648,7 +650,6 @@ ServiceName = Literal[
|
|
|
648
650
|
"resource-explorer-2",
|
|
649
651
|
"resource-groups",
|
|
650
652
|
"resourcegroupstaggingapi",
|
|
651
|
-
"robomaker",
|
|
652
653
|
"rolesanywhere",
|
|
653
654
|
"route53",
|
|
654
655
|
"route53-recovery-cluster",
|
|
@@ -688,6 +689,7 @@ ServiceName = Literal[
|
|
|
688
689
|
"sesv2",
|
|
689
690
|
"shield",
|
|
690
691
|
"signer",
|
|
692
|
+
"signin",
|
|
691
693
|
"simspaceweaver",
|
|
692
694
|
"snow-device-management",
|
|
693
695
|
"snowball",
|
|
@@ -71,6 +71,7 @@ __all__ = (
|
|
|
71
71
|
"NodegroupStatusType",
|
|
72
72
|
"NodegroupUpdateStrategiesType",
|
|
73
73
|
"PaginatorName",
|
|
74
|
+
"ProvisionedControlPlaneTierType",
|
|
74
75
|
"RegionName",
|
|
75
76
|
"RepairActionType",
|
|
76
77
|
"ResolveConflictsType",
|
|
@@ -257,6 +258,7 @@ NodegroupStatusType = Literal[
|
|
|
257
258
|
"ACTIVE", "CREATE_FAILED", "CREATING", "DEGRADED", "DELETE_FAILED", "DELETING", "UPDATING"
|
|
258
259
|
]
|
|
259
260
|
NodegroupUpdateStrategiesType = Literal["DEFAULT", "MINIMAL"]
|
|
261
|
+
ProvisionedControlPlaneTierType = Literal["standard", "tier-2xl", "tier-4xl", "tier-xl"]
|
|
260
262
|
RepairActionType = Literal["NoAction", "Reboot", "Replace"]
|
|
261
263
|
ResolveConflictsType = Literal["NONE", "OVERWRITE", "PRESERVE"]
|
|
262
264
|
SupportTypeType = Literal["EXTENDED", "STANDARD"]
|
|
@@ -286,6 +288,7 @@ UpdateParamTypeType = Literal[
|
|
|
286
288
|
"NodeRepairEnabled",
|
|
287
289
|
"PlatformVersion",
|
|
288
290
|
"PodIdentityAssociations",
|
|
291
|
+
"PreviousTier",
|
|
289
292
|
"PublicAccessCidrs",
|
|
290
293
|
"ReleaseVersion",
|
|
291
294
|
"RemoteNetworkConfig",
|
|
@@ -297,6 +300,7 @@ UpdateParamTypeType = Literal[
|
|
|
297
300
|
"TaintsToAdd",
|
|
298
301
|
"TaintsToRemove",
|
|
299
302
|
"UpdateStrategy",
|
|
303
|
+
"UpdatedTier",
|
|
300
304
|
"UpgradePolicy",
|
|
301
305
|
"Version",
|
|
302
306
|
"ZonalShiftConfig",
|
|
@@ -309,6 +313,7 @@ UpdateTypeType = Literal[
|
|
|
309
313
|
"AssociateIdentityProviderConfig",
|
|
310
314
|
"AutoModeUpdate",
|
|
311
315
|
"ConfigUpdate",
|
|
316
|
+
"ControlPlaneScalingConfigUpdate",
|
|
312
317
|
"DeletionProtectionUpdate",
|
|
313
318
|
"DisassociateIdentityProviderConfig",
|
|
314
319
|
"EndpointAccessUpdate",
|
|
@@ -347,7 +352,6 @@ ServiceName = Literal[
|
|
|
347
352
|
"apprunner",
|
|
348
353
|
"appstream",
|
|
349
354
|
"appsync",
|
|
350
|
-
"apptest",
|
|
351
355
|
"arc-region-switch",
|
|
352
356
|
"arc-zonal-shift",
|
|
353
357
|
"artifact",
|
|
@@ -417,6 +421,7 @@ ServiceName = Literal[
|
|
|
417
421
|
"comprehend",
|
|
418
422
|
"comprehendmedical",
|
|
419
423
|
"compute-optimizer",
|
|
424
|
+
"compute-optimizer-automation",
|
|
420
425
|
"config",
|
|
421
426
|
"connect",
|
|
422
427
|
"connect-contact-lens",
|
|
@@ -515,7 +520,6 @@ ServiceName = Literal[
|
|
|
515
520
|
"iotdeviceadvisor",
|
|
516
521
|
"iotevents",
|
|
517
522
|
"iotevents-data",
|
|
518
|
-
"iotfleethub",
|
|
519
523
|
"iotfleetwise",
|
|
520
524
|
"iotsecuretunneling",
|
|
521
525
|
"iotsitewise",
|
|
@@ -554,8 +558,6 @@ ServiceName = Literal[
|
|
|
554
558
|
"location",
|
|
555
559
|
"logs",
|
|
556
560
|
"lookoutequipment",
|
|
557
|
-
"lookoutmetrics",
|
|
558
|
-
"lookoutvision",
|
|
559
561
|
"m2",
|
|
560
562
|
"machinelearning",
|
|
561
563
|
"macie2",
|
|
@@ -590,6 +592,7 @@ ServiceName = Literal[
|
|
|
590
592
|
"mq",
|
|
591
593
|
"mturk",
|
|
592
594
|
"mwaa",
|
|
595
|
+
"mwaa-serverless",
|
|
593
596
|
"neptune",
|
|
594
597
|
"neptune-graph",
|
|
595
598
|
"neptunedata",
|
|
@@ -609,6 +612,7 @@ ServiceName = Literal[
|
|
|
609
612
|
"osis",
|
|
610
613
|
"outposts",
|
|
611
614
|
"panorama",
|
|
615
|
+
"partnercentral-channel",
|
|
612
616
|
"partnercentral-selling",
|
|
613
617
|
"payment-cryptography",
|
|
614
618
|
"payment-cryptography-data",
|
|
@@ -630,8 +634,6 @@ ServiceName = Literal[
|
|
|
630
634
|
"qapps",
|
|
631
635
|
"qbusiness",
|
|
632
636
|
"qconnect",
|
|
633
|
-
"qldb",
|
|
634
|
-
"qldb-session",
|
|
635
637
|
"quicksight",
|
|
636
638
|
"ram",
|
|
637
639
|
"rbin",
|
|
@@ -646,7 +648,6 @@ ServiceName = Literal[
|
|
|
646
648
|
"resource-explorer-2",
|
|
647
649
|
"resource-groups",
|
|
648
650
|
"resourcegroupstaggingapi",
|
|
649
|
-
"robomaker",
|
|
650
651
|
"rolesanywhere",
|
|
651
652
|
"route53",
|
|
652
653
|
"route53-recovery-cluster",
|
|
@@ -686,6 +687,7 @@ ServiceName = Literal[
|
|
|
686
687
|
"sesv2",
|
|
687
688
|
"shield",
|
|
688
689
|
"signer",
|
|
690
|
+
"signin",
|
|
689
691
|
"simspaceweaver",
|
|
690
692
|
"snow-device-management",
|
|
691
693
|
"snowball",
|