mypy-boto3-eks 1.35.86__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.86 → mypy_boto3_eks-1.35.87}/PKG-INFO +8 -4
  2. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/README.md +6 -2
  3. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/__init__.py +4 -0
  4. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/__init__.pyi +4 -0
  5. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/__main__.py +3 -3
  6. mypy_boto3_eks-1.35.86/mypy_boto3_eks/client.pyi → mypy_boto3_eks-1.35.87/mypy_boto3_eks/client.py +27 -0
  7. mypy_boto3_eks-1.35.86/mypy_boto3_eks/client.py → mypy_boto3_eks-1.35.87/mypy_boto3_eks/client.pyi +24 -3
  8. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/literals.py +5 -0
  9. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/literals.pyi +5 -0
  10. mypy_boto3_eks-1.35.86/mypy_boto3_eks/paginator.pyi → mypy_boto3_eks-1.35.87/mypy_boto3_eks/paginator.py +66 -0
  11. mypy_boto3_eks-1.35.86/mypy_boto3_eks/paginator.py → mypy_boto3_eks-1.35.87/mypy_boto3_eks/paginator.pyi +22 -39
  12. mypy_boto3_eks-1.35.86/mypy_boto3_eks/type_defs.pyi → mypy_boto3_eks-1.35.87/mypy_boto3_eks/type_defs.py +264 -0
  13. mypy_boto3_eks-1.35.86/mypy_boto3_eks/type_defs.py → mypy_boto3_eks-1.35.87/mypy_boto3_eks/type_defs.pyi +34 -218
  14. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/version.py +1 -1
  15. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/PKG-INFO +8 -4
  16. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/setup.py +2 -2
  17. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/LICENSE +0 -0
  18. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/py.typed +0 -0
  19. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/waiter.py +0 -0
  20. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks/waiter.pyi +0 -0
  21. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
  22. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
  24. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/requires.txt +0 -0
  25. {mypy_boto3_eks-1.35.86 → mypy_boto3_eks-1.35.87}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
  26. {mypy_boto3_eks-1.35.86 → 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.86
4
- Summary: Type annotations for boto3 EKS 1.35.86 service generated with mypy-boto3-builder 8.7.0
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.86](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/),
@@ -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.86' mypy_boto3_builder`
109
+ `uvx --with 'boto3==1.35.87' 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.
@@ -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.86](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/),
@@ -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.86' mypy_boto3_builder`
75
+ `uvx --with 'boto3==1.35.87' 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.
@@ -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",
@@ -12,8 +12,8 @@ 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.86\n"
16
- "Version: 1.35.86\n"
15
+ "Type annotations for boto3 EKS 1.35.87\n"
16
+ "Version: 1.35.87\n"
17
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"
@@ -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.86\n")
29
+ sys.stdout.write("1.35.87\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -27,6 +27,7 @@ from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
28
  from .paginator import (
29
29
  DescribeAddonVersionsPaginator,
30
+ DescribeClusterVersionsPaginator,
30
31
  ListAccessEntriesPaginator,
31
32
  ListAccessPoliciesPaginator,
32
33
  ListAddonsPaginator,
@@ -86,6 +87,8 @@ from .type_defs import (
86
87
  DescribeAddonVersionsResponseTypeDef,
87
88
  DescribeClusterRequestRequestTypeDef,
88
89
  DescribeClusterResponseTypeDef,
90
+ DescribeClusterVersionsRequestRequestTypeDef,
91
+ DescribeClusterVersionsResponseTypeDef,
89
92
  DescribeEksAnywhereSubscriptionRequestRequestTypeDef,
90
93
  DescribeEksAnywhereSubscriptionResponseTypeDef,
91
94
  DescribeFargateProfileRequestRequestTypeDef,
@@ -166,8 +169,10 @@ if sys.version_info >= (3, 12):
166
169
  else:
167
170
  from typing_extensions import Literal, Unpack
168
171
 
172
+
169
173
  __all__ = ("EKSClient",)
170
174
 
175
+
171
176
  class Exceptions(BaseClientExceptions):
172
177
  AccessDeniedException: type[BotocoreClientError]
173
178
  BadRequestException: type[BotocoreClientError]
@@ -184,6 +189,7 @@ class Exceptions(BaseClientExceptions):
184
189
  ServiceUnavailableException: type[BotocoreClientError]
185
190
  UnsupportedAvailabilityZoneException: type[BotocoreClientError]
186
191
 
192
+
187
193
  class EKSClient(BaseClient):
188
194
  """
189
195
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
@@ -450,6 +456,16 @@ class EKSClient(BaseClient):
450
456
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_cluster)
451
457
  """
452
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
+
453
469
  def describe_eks_anywhere_subscription(
454
470
  self, **kwargs: Unpack[DescribeEksAnywhereSubscriptionRequestRequestTypeDef]
455
471
  ) -> DescribeEksAnywhereSubscriptionResponseTypeDef:
@@ -795,6 +811,17 @@ class EKSClient(BaseClient):
795
811
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
796
812
  """
797
813
 
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
+
798
825
  @overload # type: ignore[override]
799
826
  def get_paginator( # type: ignore[override]
800
827
  self, operation_name: Literal["list_access_entries"]
@@ -27,6 +27,7 @@ from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
28
  from .paginator import (
29
29
  DescribeAddonVersionsPaginator,
30
+ DescribeClusterVersionsPaginator,
30
31
  ListAccessEntriesPaginator,
31
32
  ListAccessPoliciesPaginator,
32
33
  ListAddonsPaginator,
@@ -86,6 +87,8 @@ from .type_defs import (
86
87
  DescribeAddonVersionsResponseTypeDef,
87
88
  DescribeClusterRequestRequestTypeDef,
88
89
  DescribeClusterResponseTypeDef,
90
+ DescribeClusterVersionsRequestRequestTypeDef,
91
+ DescribeClusterVersionsResponseTypeDef,
89
92
  DescribeEksAnywhereSubscriptionRequestRequestTypeDef,
90
93
  DescribeEksAnywhereSubscriptionResponseTypeDef,
91
94
  DescribeFargateProfileRequestRequestTypeDef,
@@ -166,10 +169,8 @@ if sys.version_info >= (3, 12):
166
169
  else:
167
170
  from typing_extensions import Literal, Unpack
168
171
 
169
-
170
172
  __all__ = ("EKSClient",)
171
173
 
172
-
173
174
  class Exceptions(BaseClientExceptions):
174
175
  AccessDeniedException: type[BotocoreClientError]
175
176
  BadRequestException: type[BotocoreClientError]
@@ -186,7 +187,6 @@ class Exceptions(BaseClientExceptions):
186
187
  ServiceUnavailableException: type[BotocoreClientError]
187
188
  UnsupportedAvailabilityZoneException: type[BotocoreClientError]
188
189
 
189
-
190
190
  class EKSClient(BaseClient):
191
191
  """
192
192
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Client)
@@ -453,6 +453,16 @@ class EKSClient(BaseClient):
453
453
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_cluster)
454
454
  """
455
455
 
456
+ def describe_cluster_versions(
457
+ self, **kwargs: Unpack[DescribeClusterVersionsRequestRequestTypeDef]
458
+ ) -> DescribeClusterVersionsResponseTypeDef:
459
+ """
460
+ Lists available Kubernetes versions for Amazon EKS clusters.
461
+
462
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/describe_cluster_versions.html)
463
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#describe_cluster_versions)
464
+ """
465
+
456
466
  def describe_eks_anywhere_subscription(
457
467
  self, **kwargs: Unpack[DescribeEksAnywhereSubscriptionRequestRequestTypeDef]
458
468
  ) -> DescribeEksAnywhereSubscriptionResponseTypeDef:
@@ -798,6 +808,17 @@ class EKSClient(BaseClient):
798
808
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
799
809
  """
800
810
 
811
+ @overload # type: ignore[override]
812
+ def get_paginator( # type: ignore[override]
813
+ self, operation_name: Literal["describe_cluster_versions"]
814
+ ) -> DescribeClusterVersionsPaginator:
815
+ """
816
+ Create a paginator for an operation.
817
+
818
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/client/get_paginator.html)
819
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/client/#get_paginator)
820
+ """
821
+
801
822
  @overload # type: ignore[override]
802
823
  def get_paginator( # type: ignore[override]
803
824
  self, operation_name: Literal["list_access_entries"]
@@ -36,9 +36,11 @@ __all__ = (
36
36
  "ClusterDeletedWaiterName",
37
37
  "ClusterIssueCodeType",
38
38
  "ClusterStatusType",
39
+ "ClusterVersionStatusType",
39
40
  "ConfigStatusType",
40
41
  "ConnectorConfigProviderType",
41
42
  "DescribeAddonVersionsPaginatorName",
43
+ "DescribeClusterVersionsPaginatorName",
42
44
  "EKSServiceName",
43
45
  "EksAnywhereSubscriptionLicenseTypeType",
44
46
  "EksAnywhereSubscriptionStatusType",
@@ -151,11 +153,13 @@ ClusterIssueCodeType = Literal[
151
153
  "VpcNotFound",
152
154
  ]
153
155
  ClusterStatusType = Literal["ACTIVE", "CREATING", "DELETING", "FAILED", "PENDING", "UPDATING"]
156
+ ClusterVersionStatusType = Literal["extended-support", "standard-support", "unsupported"]
154
157
  ConfigStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
155
158
  ConnectorConfigProviderType = Literal[
156
159
  "AKS", "ANTHOS", "EC2", "EKS_ANYWHERE", "GKE", "OPENSHIFT", "OTHER", "RANCHER", "TANZU"
157
160
  ]
158
161
  DescribeAddonVersionsPaginatorName = Literal["describe_addon_versions"]
162
+ DescribeClusterVersionsPaginatorName = Literal["describe_cluster_versions"]
159
163
  EksAnywhereSubscriptionLicenseTypeType = Literal["Cluster"]
160
164
  EksAnywhereSubscriptionStatusType = Literal[
161
165
  "ACTIVE", "CREATING", "DELETING", "EXPIRED", "EXPIRING", "UPDATING"
@@ -723,6 +727,7 @@ ResourceServiceName = Literal[
723
727
  ]
724
728
  PaginatorName = Literal[
725
729
  "describe_addon_versions",
730
+ "describe_cluster_versions",
726
731
  "list_access_entries",
727
732
  "list_access_policies",
728
733
  "list_addons",
@@ -35,9 +35,11 @@ __all__ = (
35
35
  "ClusterDeletedWaiterName",
36
36
  "ClusterIssueCodeType",
37
37
  "ClusterStatusType",
38
+ "ClusterVersionStatusType",
38
39
  "ConfigStatusType",
39
40
  "ConnectorConfigProviderType",
40
41
  "DescribeAddonVersionsPaginatorName",
42
+ "DescribeClusterVersionsPaginatorName",
41
43
  "EKSServiceName",
42
44
  "EksAnywhereSubscriptionLicenseTypeType",
43
45
  "EksAnywhereSubscriptionStatusType",
@@ -149,11 +151,13 @@ ClusterIssueCodeType = Literal[
149
151
  "VpcNotFound",
150
152
  ]
151
153
  ClusterStatusType = Literal["ACTIVE", "CREATING", "DELETING", "FAILED", "PENDING", "UPDATING"]
154
+ ClusterVersionStatusType = Literal["extended-support", "standard-support", "unsupported"]
152
155
  ConfigStatusType = Literal["ACTIVE", "CREATING", "DELETING"]
153
156
  ConnectorConfigProviderType = Literal[
154
157
  "AKS", "ANTHOS", "EC2", "EKS_ANYWHERE", "GKE", "OPENSHIFT", "OTHER", "RANCHER", "TANZU"
155
158
  ]
156
159
  DescribeAddonVersionsPaginatorName = Literal["describe_addon_versions"]
160
+ DescribeClusterVersionsPaginatorName = Literal["describe_cluster_versions"]
157
161
  EksAnywhereSubscriptionLicenseTypeType = Literal["Cluster"]
158
162
  EksAnywhereSubscriptionStatusType = Literal[
159
163
  "ACTIVE", "CREATING", "DELETING", "EXPIRED", "EXPIRING", "UPDATING"
@@ -721,6 +725,7 @@ ResourceServiceName = Literal[
721
725
  ]
722
726
  PaginatorName = Literal[
723
727
  "describe_addon_versions",
728
+ "describe_cluster_versions",
724
729
  "list_access_entries",
725
730
  "list_access_policies",
726
731
  "list_addons",