mypy-boto3-eks 1.36.6__py3-none-any.whl → 1.36.16__py3-none-any.whl

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.
@@ -3,6 +3,8 @@ Type annotations for eks service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/literals/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -10,8 +12,6 @@ Usage::
10
12
 
11
13
  data: AMITypesType = "AL2023_ARM_64_STANDARD"
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -80,6 +80,7 @@ __all__ = (
80
80
  "UpdateParamTypeType",
81
81
  "UpdateStatusType",
82
82
  "UpdateTypeType",
83
+ "VersionStatusType",
83
84
  "WaiterName",
84
85
  )
85
86
 
@@ -308,6 +309,7 @@ UpdateTypeType = Literal[
308
309
  "VpcConfigUpdate",
309
310
  "ZonalShiftConfigUpdate",
310
311
  ]
312
+ VersionStatusType = Literal["EXTENDED_SUPPORT", "STANDARD_SUPPORT", "UNSUPPORTED"]
311
313
  EKSServiceName = Literal["eks"]
312
314
  ServiceName = Literal[
313
315
  "accessanalyzer",
@@ -3,6 +3,8 @@ Type annotations for eks service literal definitions.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/literals/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -10,8 +12,6 @@ Usage::
10
12
 
11
13
  data: AMITypesType = "AL2023_ARM_64_STANDARD"
12
14
  ```
13
-
14
- Copyright 2025 Vlad Emelianov
15
15
  """
16
16
 
17
17
  import sys
@@ -79,6 +79,7 @@ __all__ = (
79
79
  "UpdateParamTypeType",
80
80
  "UpdateStatusType",
81
81
  "UpdateTypeType",
82
+ "VersionStatusType",
82
83
  "WaiterName",
83
84
  )
84
85
 
@@ -306,6 +307,7 @@ UpdateTypeType = Literal[
306
307
  "VpcConfigUpdate",
307
308
  "ZonalShiftConfigUpdate",
308
309
  ]
310
+ VersionStatusType = Literal["EXTENDED_SUPPORT", "STANDARD_SUPPORT", "UNSUPPORTED"]
309
311
  EKSServiceName = Literal["eks"]
310
312
  ServiceName = Literal[
311
313
  "accessanalyzer",
@@ -3,6 +3,8 @@ Type annotations for eks service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -44,8 +46,6 @@ Usage::
44
46
  list_pod_identity_associations_paginator: ListPodIdentityAssociationsPaginator = client.get_paginator("list_pod_identity_associations")
45
47
  list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
46
48
  ```
47
-
48
- Copyright 2025 Vlad Emelianov
49
49
  """
50
50
 
51
51
  from __future__ import annotations
@@ -3,6 +3,8 @@ Type annotations for eks service client paginators.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/paginators/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -44,8 +46,6 @@ Usage::
44
46
  list_pod_identity_associations_paginator: ListPodIdentityAssociationsPaginator = client.get_paginator("list_pod_identity_associations")
45
47
  list_updates_paginator: ListUpdatesPaginator = client.get_paginator("list_updates")
46
48
  ```
47
-
48
- Copyright 2025 Vlad Emelianov
49
49
  """
50
50
 
51
51
  from __future__ import annotations