mypy-boto3-eks 1.35.81__tar.gz → 1.35.87__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.
Files changed (26) hide show
  1. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/PKG-INFO +10 -6
  2. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/README.md +8 -4
  3. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/__init__.py +4 -0
  4. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/__init__.pyi +4 -0
  5. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/__main__.py +8 -7
  6. mypy_boto3_eks-1.35.81/mypy_boto3_eks/client.pyi → mypy_boto3_eks-1.35.87/mypy_boto3_eks/client.py +117 -77
  7. mypy_boto3_eks-1.35.81/mypy_boto3_eks/client.py → mypy_boto3_eks-1.35.87/mypy_boto3_eks/client.pyi +114 -81
  8. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/literals.py +7 -1
  9. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/literals.pyi +7 -1
  10. mypy_boto3_eks-1.35.81/mypy_boto3_eks/paginator.pyi → mypy_boto3_eks-1.35.87/mypy_boto3_eks/paginator.py +206 -85
  11. mypy_boto3_eks-1.35.81/mypy_boto3_eks/paginator.py → mypy_boto3_eks-1.35.87/mypy_boto3_eks/paginator.pyi +152 -103
  12. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/type_defs.py +167 -143
  13. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/type_defs.pyi +161 -138
  14. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/version.py +1 -1
  15. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/waiter.py +29 -19
  16. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/waiter.pyi +29 -19
  17. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/PKG-INFO +10 -6
  18. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/setup.py +2 -2
  19. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/LICENSE +0 -0
  20. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/py.typed +0 -0
  21. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/requires.txt +0 -0
  25. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_eks-1.35.81 → mypy_boto3_eks-1.35.87}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-eks
3
- Version: 1.35.81
4
- Summary: Type annotations for boto3 EKS 1.35.81 service generated with mypy-boto3-builder 8.6.3
3
+ Version: 1.35.87
4
+ Summary: Type annotations for boto3 EKS 1.35.87 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
45
45
 
46
- Type annotations for [boto3 EKS 1.35.81](https://pypi.org/project/boto3/)
46
+ Type annotations for [boto3 EKS 1.35.87](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.6.3](https://github.com/youtype/mypy_boto3_builder).
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
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -106,8 +106,8 @@ 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.81' mypy_boto3_builder`
110
- 2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
109
+ `uvx --with 'boto3==1.35.87' mypy_boto3_builder`
110
+ 2. Select `boto3-stubs` AWS SDK.
111
111
  3. Add `EKS` service.
112
112
  4. Use provided commands to install generated packages.
113
113
 
@@ -340,6 +340,7 @@ from boto3.session import Session
340
340
  from mypy_boto3_eks import EKSClient
341
341
  from mypy_boto3_eks.paginator import (
342
342
  DescribeAddonVersionsPaginator,
343
+ DescribeClusterVersionsPaginator,
343
344
  ListAccessEntriesPaginator,
344
345
  ListAccessPoliciesPaginator,
345
346
  ListAddonsPaginator,
@@ -361,6 +362,9 @@ client: EKSClient = Session().client("eks")
361
362
  describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator(
362
363
  "describe_addon_versions"
363
364
  )
365
+ describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator(
366
+ "describe_cluster_versions"
367
+ )
364
368
  list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator(
365
369
  "list_access_entries"
366
370
  )
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 EKS 1.35.81](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 EKS 1.35.87](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.6.3](https://github.com/youtype/mypy_boto3_builder).
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
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -72,8 +72,8 @@ 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.81' mypy_boto3_builder`
76
- 2. Select `boto3 (legacy boto3-stubs)` AWS SDK.
75
+ `uvx --with 'boto3==1.35.87' mypy_boto3_builder`
76
+ 2. Select `boto3-stubs` AWS SDK.
77
77
  3. Add `EKS` service.
78
78
  4. Use provided commands to install generated packages.
79
79
 
@@ -306,6 +306,7 @@ from boto3.session import Session
306
306
  from mypy_boto3_eks import EKSClient
307
307
  from mypy_boto3_eks.paginator import (
308
308
  DescribeAddonVersionsPaginator,
309
+ DescribeClusterVersionsPaginator,
309
310
  ListAccessEntriesPaginator,
310
311
  ListAccessPoliciesPaginator,
311
312
  ListAddonsPaginator,
@@ -327,6 +328,9 @@ client: EKSClient = Session().client("eks")
327
328
  describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator(
328
329
  "describe_addon_versions"
329
330
  )
331
+ describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator(
332
+ "describe_cluster_versions"
333
+ )
330
334
  list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator(
331
335
  "list_access_entries"
332
336
  )
@@ -12,6 +12,7 @@ Usage::
12
12
  ClusterActiveWaiter,
13
13
  ClusterDeletedWaiter,
14
14
  DescribeAddonVersionsPaginator,
15
+ DescribeClusterVersionsPaginator,
15
16
  EKSClient,
16
17
  FargateProfileActiveWaiter,
17
18
  FargateProfileDeletedWaiter,
@@ -44,6 +45,7 @@ Usage::
44
45
  nodegroup_deleted_waiter: NodegroupDeletedWaiter = client.get_waiter("nodegroup_deleted")
45
46
 
46
47
  describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator("describe_addon_versions")
48
+ describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator("describe_cluster_versions")
47
49
  list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator("list_access_entries")
48
50
  list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
49
51
  list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
@@ -64,6 +66,7 @@ Copyright 2024 Vlad Emelianov
64
66
  from .client import EKSClient
65
67
  from .paginator import (
66
68
  DescribeAddonVersionsPaginator,
69
+ DescribeClusterVersionsPaginator,
67
70
  ListAccessEntriesPaginator,
68
71
  ListAccessPoliciesPaginator,
69
72
  ListAddonsPaginator,
@@ -98,6 +101,7 @@ __all__ = (
98
101
  "ClusterActiveWaiter",
99
102
  "ClusterDeletedWaiter",
100
103
  "DescribeAddonVersionsPaginator",
104
+ "DescribeClusterVersionsPaginator",
101
105
  "EKSClient",
102
106
  "FargateProfileActiveWaiter",
103
107
  "FargateProfileDeletedWaiter",
@@ -12,6 +12,7 @@ Usage::
12
12
  ClusterActiveWaiter,
13
13
  ClusterDeletedWaiter,
14
14
  DescribeAddonVersionsPaginator,
15
+ DescribeClusterVersionsPaginator,
15
16
  EKSClient,
16
17
  FargateProfileActiveWaiter,
17
18
  FargateProfileDeletedWaiter,
@@ -44,6 +45,7 @@ Usage::
44
45
  nodegroup_deleted_waiter: NodegroupDeletedWaiter = client.get_waiter("nodegroup_deleted")
45
46
 
46
47
  describe_addon_versions_paginator: DescribeAddonVersionsPaginator = client.get_paginator("describe_addon_versions")
48
+ describe_cluster_versions_paginator: DescribeClusterVersionsPaginator = client.get_paginator("describe_cluster_versions")
47
49
  list_access_entries_paginator: ListAccessEntriesPaginator = client.get_paginator("list_access_entries")
48
50
  list_access_policies_paginator: ListAccessPoliciesPaginator = client.get_paginator("list_access_policies")
49
51
  list_addons_paginator: ListAddonsPaginator = client.get_paginator("list_addons")
@@ -64,6 +66,7 @@ Copyright 2024 Vlad Emelianov
64
66
  from .client import EKSClient
65
67
  from .paginator import (
66
68
  DescribeAddonVersionsPaginator,
69
+ DescribeClusterVersionsPaginator,
67
70
  ListAccessEntriesPaginator,
68
71
  ListAccessPoliciesPaginator,
69
72
  ListAddonsPaginator,
@@ -97,6 +100,7 @@ __all__ = (
97
100
  "ClusterActiveWaiter",
98
101
  "ClusterDeletedWaiter",
99
102
  "DescribeAddonVersionsPaginator",
103
+ "DescribeClusterVersionsPaginator",
100
104
  "EKSClient",
101
105
  "FargateProfileActiveWaiter",
102
106
  "FargateProfileDeletedWaiter",
@@ -11,14 +11,14 @@ def print_info() -> None:
11
11
  """
12
12
  Print package info to stdout.
13
13
  """
14
- print(
15
- "Type annotations for boto3 EKS 1.35.81\n"
16
- "Version: 1.35.81\n"
17
- "Builder version: 8.6.3\n"
14
+ sys.stdout.write(
15
+ "Type annotations for boto3 EKS 1.35.87\n"
16
+ "Version: 1.35.87\n"
17
+ "Builder version: 8.7.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"
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
- print("1.35.81")
29
+ sys.stdout.write("1.35.87\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
- return print_version()
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 client.
2
+ Type annotations for eks service Client.
3
3
 
4
- [Open documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/)
4
+ [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/)
5
5
 
6
6
  Usage::
7
7
 
@@ -16,13 +16,18 @@ 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, Dict, Mapping, Type, overload
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,
30
+ DescribeClusterVersionsPaginator,
26
31
  ListAccessEntriesPaginator,
27
32
  ListAccessPoliciesPaginator,
28
33
  ListAddonsPaginator,
@@ -82,6 +87,8 @@ from .type_defs import (
82
87
  DescribeAddonVersionsResponseTypeDef,
83
88
  DescribeClusterRequestRequestTypeDef,
84
89
  DescribeClusterResponseTypeDef,
90
+ DescribeClusterVersionsRequestRequestTypeDef,
91
+ DescribeClusterVersionsResponseTypeDef,
85
92
  DescribeEksAnywhereSubscriptionRequestRequestTypeDef,
86
93
  DescribeEksAnywhereSubscriptionResponseTypeDef,
87
94
  DescribeFargateProfileRequestRequestTypeDef,
@@ -162,30 +169,26 @@ if sys.version_info >= (3, 12):
162
169
  else:
163
170
  from typing_extensions import Literal, Unpack
164
171
 
172
+
165
173
  __all__ = ("EKSClient",)
166
174
 
167
- class BotocoreClientError(Exception):
168
- MSG_TEMPLATE: str
169
-
170
- def __init__(self, error_response: Mapping[str, Any], operation_name: str) -> None:
171
- self.response: Dict[str, Any]
172
- self.operation_name: str
173
-
174
- class Exceptions:
175
- AccessDeniedException: Type[BotocoreClientError]
176
- BadRequestException: Type[BotocoreClientError]
177
- ClientError: Type[BotocoreClientError]
178
- ClientException: Type[BotocoreClientError]
179
- InvalidParameterException: Type[BotocoreClientError]
180
- InvalidRequestException: Type[BotocoreClientError]
181
- NotFoundException: Type[BotocoreClientError]
182
- ResourceInUseException: Type[BotocoreClientError]
183
- ResourceLimitExceededException: Type[BotocoreClientError]
184
- ResourceNotFoundException: Type[BotocoreClientError]
185
- ResourcePropagationDelayException: Type[BotocoreClientError]
186
- ServerException: Type[BotocoreClientError]
187
- ServiceUnavailableException: Type[BotocoreClientError]
188
- UnsupportedAvailabilityZoneException: Type[BotocoreClientError]
175
+
176
+ class Exceptions(BaseClientExceptions):
177
+ AccessDeniedException: type[BotocoreClientError]
178
+ BadRequestException: type[BotocoreClientError]
179
+ ClientError: type[BotocoreClientError]
180
+ ClientException: type[BotocoreClientError]
181
+ InvalidParameterException: type[BotocoreClientError]
182
+ InvalidRequestException: type[BotocoreClientError]
183
+ NotFoundException: type[BotocoreClientError]
184
+ ResourceInUseException: type[BotocoreClientError]
185
+ ResourceLimitExceededException: type[BotocoreClientError]
186
+ ResourceNotFoundException: type[BotocoreClientError]
187
+ ResourcePropagationDelayException: type[BotocoreClientError]
188
+ ServerException: type[BotocoreClientError]
189
+ ServiceUnavailableException: type[BotocoreClientError]
190
+ UnsupportedAvailabilityZoneException: type[BotocoreClientError]
191
+
189
192
 
190
193
  class EKSClient(BaseClient):
191
194
  """
@@ -222,12 +225,6 @@ class EKSClient(BaseClient):
222
225
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#generate_presigned_url)
223
226
  """
224
227
 
225
- def close(self) -> None:
226
- """
227
- [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/close.html)
228
- [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#close)
229
- """
230
-
231
228
  def associate_access_policy(
232
229
  self, **kwargs: Unpack[AssociateAccessPolicyRequestRequestTypeDef]
233
230
  ) -> AssociateAccessPolicyResponseTypeDef:
@@ -331,7 +328,7 @@ class EKSClient(BaseClient):
331
328
 
332
329
  def delete_access_entry(
333
330
  self, **kwargs: Unpack[DeleteAccessEntryRequestRequestTypeDef]
334
- ) -> Dict[str, Any]:
331
+ ) -> dict[str, Any]:
335
332
  """
336
333
  Deletes an access entry.
337
334
 
@@ -459,6 +456,16 @@ class EKSClient(BaseClient):
459
456
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_cluster)
460
457
  """
461
458
 
459
+ def describe_cluster_versions(
460
+ self, **kwargs: Unpack[DescribeClusterVersionsRequestRequestTypeDef]
461
+ ) -> DescribeClusterVersionsResponseTypeDef:
462
+ """
463
+ Lists available Kubernetes versions for Amazon EKS clusters.
464
+
465
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_cluster_versions.html)
466
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_cluster_versions)
467
+ """
468
+
462
469
  def describe_eks_anywhere_subscription(
463
470
  self, **kwargs: Unpack[DescribeEksAnywhereSubscriptionRequestRequestTypeDef]
464
471
  ) -> DescribeEksAnywhereSubscriptionResponseTypeDef:
@@ -531,7 +538,7 @@ class EKSClient(BaseClient):
531
538
 
532
539
  def disassociate_access_policy(
533
540
  self, **kwargs: Unpack[DisassociateAccessPolicyRequestRequestTypeDef]
534
- ) -> Dict[str, Any]:
541
+ ) -> dict[str, Any]:
535
542
  """
536
543
  Disassociates an access policy from an access entry.
537
544
 
@@ -693,7 +700,7 @@ class EKSClient(BaseClient):
693
700
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#register_cluster)
694
701
  """
695
702
 
696
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> Dict[str, Any]:
703
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestRequestTypeDef]) -> dict[str, Any]:
697
704
  """
698
705
  Associates the specified tags to an Amazon EKS resource with the specified
699
706
  <code>resourceArn</code>.
@@ -704,7 +711,7 @@ class EKSClient(BaseClient):
704
711
 
705
712
  def untag_resource(
706
713
  self, **kwargs: Unpack[UntagResourceRequestRequestTypeDef]
707
- ) -> Dict[str, Any]:
714
+ ) -> dict[str, Any]:
708
715
  """
709
716
  Deletes specified tags from an Amazon EKS resource.
710
717
 
@@ -793,8 +800,8 @@ class EKSClient(BaseClient):
793
800
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#update_pod_identity_association)
794
801
  """
795
802
 
796
- @overload
797
- def get_paginator(
803
+ @overload # type: ignore[override]
804
+ def get_paginator( # type: ignore[override]
798
805
  self, operation_name: Literal["describe_addon_versions"]
799
806
  ) -> DescribeAddonVersionsPaginator:
800
807
  """
@@ -804,8 +811,19 @@ class EKSClient(BaseClient):
804
811
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
805
812
  """
806
813
 
807
- @overload
808
- def get_paginator(
814
+ @overload # type: ignore[override]
815
+ def get_paginator( # type: ignore[override]
816
+ self, operation_name: Literal["describe_cluster_versions"]
817
+ ) -> DescribeClusterVersionsPaginator:
818
+ """
819
+ Create a paginator for an operation.
820
+
821
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
822
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
823
+ """
824
+
825
+ @overload # type: ignore[override]
826
+ def get_paginator( # type: ignore[override]
809
827
  self, operation_name: Literal["list_access_entries"]
810
828
  ) -> ListAccessEntriesPaginator:
811
829
  """
@@ -815,8 +833,8 @@ class EKSClient(BaseClient):
815
833
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
816
834
  """
817
835
 
818
- @overload
819
- def get_paginator(
836
+ @overload # type: ignore[override]
837
+ def get_paginator( # type: ignore[override]
820
838
  self, operation_name: Literal["list_access_policies"]
821
839
  ) -> ListAccessPoliciesPaginator:
822
840
  """
@@ -826,8 +844,10 @@ class EKSClient(BaseClient):
826
844
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
827
845
  """
828
846
 
829
- @overload
830
- def get_paginator(self, operation_name: Literal["list_addons"]) -> ListAddonsPaginator:
847
+ @overload # type: ignore[override]
848
+ def get_paginator( # type: ignore[override]
849
+ self, operation_name: Literal["list_addons"]
850
+ ) -> ListAddonsPaginator:
831
851
  """
832
852
  Create a paginator for an operation.
833
853
 
@@ -835,8 +855,8 @@ class EKSClient(BaseClient):
835
855
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
836
856
  """
837
857
 
838
- @overload
839
- def get_paginator(
858
+ @overload # type: ignore[override]
859
+ def get_paginator( # type: ignore[override]
840
860
  self, operation_name: Literal["list_associated_access_policies"]
841
861
  ) -> ListAssociatedAccessPoliciesPaginator:
842
862
  """
@@ -846,8 +866,10 @@ class EKSClient(BaseClient):
846
866
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
847
867
  """
848
868
 
849
- @overload
850
- def get_paginator(self, operation_name: Literal["list_clusters"]) -> ListClustersPaginator:
869
+ @overload # type: ignore[override]
870
+ def get_paginator( # type: ignore[override]
871
+ self, operation_name: Literal["list_clusters"]
872
+ ) -> ListClustersPaginator:
851
873
  """
852
874
  Create a paginator for an operation.
853
875
 
@@ -855,8 +877,8 @@ class EKSClient(BaseClient):
855
877
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
856
878
  """
857
879
 
858
- @overload
859
- def get_paginator(
880
+ @overload # type: ignore[override]
881
+ def get_paginator( # type: ignore[override]
860
882
  self, operation_name: Literal["list_eks_anywhere_subscriptions"]
861
883
  ) -> ListEksAnywhereSubscriptionsPaginator:
862
884
  """
@@ -866,8 +888,8 @@ class EKSClient(BaseClient):
866
888
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
867
889
  """
868
890
 
869
- @overload
870
- def get_paginator(
891
+ @overload # type: ignore[override]
892
+ def get_paginator( # type: ignore[override]
871
893
  self, operation_name: Literal["list_fargate_profiles"]
872
894
  ) -> ListFargateProfilesPaginator:
873
895
  """
@@ -877,8 +899,8 @@ class EKSClient(BaseClient):
877
899
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
878
900
  """
879
901
 
880
- @overload
881
- def get_paginator(
902
+ @overload # type: ignore[override]
903
+ def get_paginator( # type: ignore[override]
882
904
  self, operation_name: Literal["list_identity_provider_configs"]
883
905
  ) -> ListIdentityProviderConfigsPaginator:
884
906
  """
@@ -888,8 +910,10 @@ class EKSClient(BaseClient):
888
910
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
889
911
  """
890
912
 
891
- @overload
892
- def get_paginator(self, operation_name: Literal["list_insights"]) -> ListInsightsPaginator:
913
+ @overload # type: ignore[override]
914
+ def get_paginator( # type: ignore[override]
915
+ self, operation_name: Literal["list_insights"]
916
+ ) -> ListInsightsPaginator:
893
917
  """
894
918
  Create a paginator for an operation.
895
919
 
@@ -897,8 +921,10 @@ class EKSClient(BaseClient):
897
921
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
898
922
  """
899
923
 
900
- @overload
901
- def get_paginator(self, operation_name: Literal["list_nodegroups"]) -> ListNodegroupsPaginator:
924
+ @overload # type: ignore[override]
925
+ def get_paginator( # type: ignore[override]
926
+ self, operation_name: Literal["list_nodegroups"]
927
+ ) -> ListNodegroupsPaginator:
902
928
  """
903
929
  Create a paginator for an operation.
904
930
 
@@ -906,8 +932,8 @@ class EKSClient(BaseClient):
906
932
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
907
933
  """
908
934
 
909
- @overload
910
- def get_paginator(
935
+ @overload # type: ignore[override]
936
+ def get_paginator( # type: ignore[override]
911
937
  self, operation_name: Literal["list_pod_identity_associations"]
912
938
  ) -> ListPodIdentityAssociationsPaginator:
913
939
  """
@@ -917,8 +943,10 @@ class EKSClient(BaseClient):
917
943
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
918
944
  """
919
945
 
920
- @overload
921
- def get_paginator(self, operation_name: Literal["list_updates"]) -> ListUpdatesPaginator:
946
+ @overload # type: ignore[override]
947
+ def get_paginator( # type: ignore[override]
948
+ self, operation_name: Literal["list_updates"]
949
+ ) -> ListUpdatesPaginator:
922
950
  """
923
951
  Create a paginator for an operation.
924
952
 
@@ -926,8 +954,10 @@ class EKSClient(BaseClient):
926
954
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
927
955
  """
928
956
 
929
- @overload
930
- def get_waiter(self, waiter_name: Literal["addon_active"]) -> AddonActiveWaiter:
957
+ @overload # type: ignore[override]
958
+ def get_waiter( # type: ignore[override]
959
+ self, waiter_name: Literal["addon_active"]
960
+ ) -> AddonActiveWaiter:
931
961
  """
932
962
  Returns an object that can wait for some condition.
933
963
 
@@ -935,8 +965,10 @@ class EKSClient(BaseClient):
935
965
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
936
966
  """
937
967
 
938
- @overload
939
- def get_waiter(self, waiter_name: Literal["addon_deleted"]) -> AddonDeletedWaiter:
968
+ @overload # type: ignore[override]
969
+ def get_waiter( # type: ignore[override]
970
+ self, waiter_name: Literal["addon_deleted"]
971
+ ) -> AddonDeletedWaiter:
940
972
  """
941
973
  Returns an object that can wait for some condition.
942
974
 
@@ -944,8 +976,10 @@ class EKSClient(BaseClient):
944
976
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
945
977
  """
946
978
 
947
- @overload
948
- def get_waiter(self, waiter_name: Literal["cluster_active"]) -> ClusterActiveWaiter:
979
+ @overload # type: ignore[override]
980
+ def get_waiter( # type: ignore[override]
981
+ self, waiter_name: Literal["cluster_active"]
982
+ ) -> ClusterActiveWaiter:
949
983
  """
950
984
  Returns an object that can wait for some condition.
951
985
 
@@ -953,8 +987,10 @@ class EKSClient(BaseClient):
953
987
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
954
988
  """
955
989
 
956
- @overload
957
- def get_waiter(self, waiter_name: Literal["cluster_deleted"]) -> ClusterDeletedWaiter:
990
+ @overload # type: ignore[override]
991
+ def get_waiter( # type: ignore[override]
992
+ self, waiter_name: Literal["cluster_deleted"]
993
+ ) -> ClusterDeletedWaiter:
958
994
  """
959
995
  Returns an object that can wait for some condition.
960
996
 
@@ -962,8 +998,8 @@ class EKSClient(BaseClient):
962
998
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
963
999
  """
964
1000
 
965
- @overload
966
- def get_waiter(
1001
+ @overload # type: ignore[override]
1002
+ def get_waiter( # type: ignore[override]
967
1003
  self, waiter_name: Literal["fargate_profile_active"]
968
1004
  ) -> FargateProfileActiveWaiter:
969
1005
  """
@@ -973,8 +1009,8 @@ class EKSClient(BaseClient):
973
1009
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
974
1010
  """
975
1011
 
976
- @overload
977
- def get_waiter(
1012
+ @overload # type: ignore[override]
1013
+ def get_waiter( # type: ignore[override]
978
1014
  self, waiter_name: Literal["fargate_profile_deleted"]
979
1015
  ) -> FargateProfileDeletedWaiter:
980
1016
  """
@@ -984,8 +1020,10 @@ class EKSClient(BaseClient):
984
1020
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
985
1021
  """
986
1022
 
987
- @overload
988
- def get_waiter(self, waiter_name: Literal["nodegroup_active"]) -> NodegroupActiveWaiter:
1023
+ @overload # type: ignore[override]
1024
+ def get_waiter( # type: ignore[override]
1025
+ self, waiter_name: Literal["nodegroup_active"]
1026
+ ) -> NodegroupActiveWaiter:
989
1027
  """
990
1028
  Returns an object that can wait for some condition.
991
1029
 
@@ -993,8 +1031,10 @@ class EKSClient(BaseClient):
993
1031
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_waiter)
994
1032
  """
995
1033
 
996
- @overload
997
- def get_waiter(self, waiter_name: Literal["nodegroup_deleted"]) -> NodegroupDeletedWaiter:
1034
+ @overload # type: ignore[override]
1035
+ def get_waiter( # type: ignore[override]
1036
+ self, waiter_name: Literal["nodegroup_deleted"]
1037
+ ) -> NodegroupDeletedWaiter:
998
1038
  """
999
1039
  Returns an object that can wait for some condition.
1000
1040