types-boto3-eks 1.40.59__tar.gz → 1.41.0__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.0}/PKG-INFO +11 -25
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/README.md +3 -3
- types_boto3_eks-1.41.0/pyproject.toml +61 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/__main__.py +4 -4
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/client.py +21 -26
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/client.pyi +21 -26
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/literals.py +3 -7
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/literals.pyi +3 -7
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/type_defs.py +79 -84
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/type_defs.pyi +79 -84
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0/types_boto3_eks.egg-info}/PKG-INFO +11 -25
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/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.0}/LICENSE +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/setup.cfg +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/__init__.py +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/__init__.pyi +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/paginator.py +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/paginator.pyi +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/py.typed +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/waiter.py +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks/waiter.pyi +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks.egg-info/dependency_links.txt +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/types_boto3_eks.egg-info/requires.txt +0 -0
- {types_boto3_eks-1.40.59 → types_boto3_eks-1.41.0}/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.0
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.41.0 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.0](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.0' 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.0](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.0' 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.0"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 EKS 1.41.0 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.0\n"
|
|
16
|
+
"Version: 1.41.0\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.0\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
|
|
|
@@ -349,7 +349,6 @@ ServiceName = Literal[
|
|
|
349
349
|
"apprunner",
|
|
350
350
|
"appstream",
|
|
351
351
|
"appsync",
|
|
352
|
-
"apptest",
|
|
353
352
|
"arc-region-switch",
|
|
354
353
|
"arc-zonal-shift",
|
|
355
354
|
"artifact",
|
|
@@ -517,7 +516,6 @@ ServiceName = Literal[
|
|
|
517
516
|
"iotdeviceadvisor",
|
|
518
517
|
"iotevents",
|
|
519
518
|
"iotevents-data",
|
|
520
|
-
"iotfleethub",
|
|
521
519
|
"iotfleetwise",
|
|
522
520
|
"iotsecuretunneling",
|
|
523
521
|
"iotsitewise",
|
|
@@ -556,8 +554,6 @@ ServiceName = Literal[
|
|
|
556
554
|
"location",
|
|
557
555
|
"logs",
|
|
558
556
|
"lookoutequipment",
|
|
559
|
-
"lookoutmetrics",
|
|
560
|
-
"lookoutvision",
|
|
561
557
|
"m2",
|
|
562
558
|
"machinelearning",
|
|
563
559
|
"macie2",
|
|
@@ -592,6 +588,7 @@ ServiceName = Literal[
|
|
|
592
588
|
"mq",
|
|
593
589
|
"mturk",
|
|
594
590
|
"mwaa",
|
|
591
|
+
"mwaa-serverless",
|
|
595
592
|
"neptune",
|
|
596
593
|
"neptune-graph",
|
|
597
594
|
"neptunedata",
|
|
@@ -611,6 +608,7 @@ ServiceName = Literal[
|
|
|
611
608
|
"osis",
|
|
612
609
|
"outposts",
|
|
613
610
|
"panorama",
|
|
611
|
+
"partnercentral-channel",
|
|
614
612
|
"partnercentral-selling",
|
|
615
613
|
"payment-cryptography",
|
|
616
614
|
"payment-cryptography-data",
|
|
@@ -632,8 +630,6 @@ ServiceName = Literal[
|
|
|
632
630
|
"qapps",
|
|
633
631
|
"qbusiness",
|
|
634
632
|
"qconnect",
|
|
635
|
-
"qldb",
|
|
636
|
-
"qldb-session",
|
|
637
633
|
"quicksight",
|
|
638
634
|
"ram",
|
|
639
635
|
"rbin",
|
|
@@ -648,7 +644,6 @@ ServiceName = Literal[
|
|
|
648
644
|
"resource-explorer-2",
|
|
649
645
|
"resource-groups",
|
|
650
646
|
"resourcegroupstaggingapi",
|
|
651
|
-
"robomaker",
|
|
652
647
|
"rolesanywhere",
|
|
653
648
|
"route53",
|
|
654
649
|
"route53-recovery-cluster",
|
|
@@ -688,6 +683,7 @@ ServiceName = Literal[
|
|
|
688
683
|
"sesv2",
|
|
689
684
|
"shield",
|
|
690
685
|
"signer",
|
|
686
|
+
"signin",
|
|
691
687
|
"simspaceweaver",
|
|
692
688
|
"snow-device-management",
|
|
693
689
|
"snowball",
|
|
@@ -347,7 +347,6 @@ ServiceName = Literal[
|
|
|
347
347
|
"apprunner",
|
|
348
348
|
"appstream",
|
|
349
349
|
"appsync",
|
|
350
|
-
"apptest",
|
|
351
350
|
"arc-region-switch",
|
|
352
351
|
"arc-zonal-shift",
|
|
353
352
|
"artifact",
|
|
@@ -515,7 +514,6 @@ ServiceName = Literal[
|
|
|
515
514
|
"iotdeviceadvisor",
|
|
516
515
|
"iotevents",
|
|
517
516
|
"iotevents-data",
|
|
518
|
-
"iotfleethub",
|
|
519
517
|
"iotfleetwise",
|
|
520
518
|
"iotsecuretunneling",
|
|
521
519
|
"iotsitewise",
|
|
@@ -554,8 +552,6 @@ ServiceName = Literal[
|
|
|
554
552
|
"location",
|
|
555
553
|
"logs",
|
|
556
554
|
"lookoutequipment",
|
|
557
|
-
"lookoutmetrics",
|
|
558
|
-
"lookoutvision",
|
|
559
555
|
"m2",
|
|
560
556
|
"machinelearning",
|
|
561
557
|
"macie2",
|
|
@@ -590,6 +586,7 @@ ServiceName = Literal[
|
|
|
590
586
|
"mq",
|
|
591
587
|
"mturk",
|
|
592
588
|
"mwaa",
|
|
589
|
+
"mwaa-serverless",
|
|
593
590
|
"neptune",
|
|
594
591
|
"neptune-graph",
|
|
595
592
|
"neptunedata",
|
|
@@ -609,6 +606,7 @@ ServiceName = Literal[
|
|
|
609
606
|
"osis",
|
|
610
607
|
"outposts",
|
|
611
608
|
"panorama",
|
|
609
|
+
"partnercentral-channel",
|
|
612
610
|
"partnercentral-selling",
|
|
613
611
|
"payment-cryptography",
|
|
614
612
|
"payment-cryptography-data",
|
|
@@ -630,8 +628,6 @@ ServiceName = Literal[
|
|
|
630
628
|
"qapps",
|
|
631
629
|
"qbusiness",
|
|
632
630
|
"qconnect",
|
|
633
|
-
"qldb",
|
|
634
|
-
"qldb-session",
|
|
635
631
|
"quicksight",
|
|
636
632
|
"ram",
|
|
637
633
|
"rbin",
|
|
@@ -646,7 +642,6 @@ ServiceName = Literal[
|
|
|
646
642
|
"resource-explorer-2",
|
|
647
643
|
"resource-groups",
|
|
648
644
|
"resourcegroupstaggingapi",
|
|
649
|
-
"robomaker",
|
|
650
645
|
"rolesanywhere",
|
|
651
646
|
"route53",
|
|
652
647
|
"route53-recovery-cluster",
|
|
@@ -686,6 +681,7 @@ ServiceName = Literal[
|
|
|
686
681
|
"sesv2",
|
|
687
682
|
"shield",
|
|
688
683
|
"signer",
|
|
684
|
+
"signin",
|
|
689
685
|
"simspaceweaver",
|
|
690
686
|
"snow-device-management",
|
|
691
687
|
"snowball",
|