types-boto3-eks 1.37.35__py3-none-any.whl → 1.38.28__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.
- types_boto3_eks/__main__.py +4 -4
- types_boto3_eks/literals.py +2 -3
- types_boto3_eks/literals.pyi +2 -3
- types_boto3_eks/type_defs.py +4 -3
- types_boto3_eks/type_defs.pyi +4 -3
- types_boto3_eks/version.py +1 -1
- {types_boto3_eks-1.37.35.dist-info → types_boto3_eks-1.38.28.dist-info}/METADATA +5 -5
- types_boto3_eks-1.38.28.dist-info/RECORD +20 -0
- {types_boto3_eks-1.37.35.dist-info → types_boto3_eks-1.38.28.dist-info}/WHEEL +1 -1
- types_boto3_eks-1.37.35.dist-info/RECORD +0 -20
- {types_boto3_eks-1.37.35.dist-info → types_boto3_eks-1.38.28.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_eks-1.37.35.dist-info → types_boto3_eks-1.38.28.dist-info}/top_level.txt +0 -0
types_boto3_eks/__main__.py
CHANGED
|
@@ -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.38.28\n"
|
|
16
|
+
"Version: 1.38.28\n"
|
|
17
|
+
"Builder version: 8.11.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.38.28\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_eks/literals.py
CHANGED
|
@@ -133,7 +133,7 @@ AddonStatusType = Literal[
|
|
|
133
133
|
]
|
|
134
134
|
AuthenticationModeType = Literal["API", "API_AND_CONFIG_MAP", "CONFIG_MAP"]
|
|
135
135
|
CapacityTypesType = Literal["CAPACITY_BLOCK", "ON_DEMAND", "SPOT"]
|
|
136
|
-
CategoryType = Literal["UPGRADE_READINESS"]
|
|
136
|
+
CategoryType = Literal["MISCONFIGURATION", "UPGRADE_READINESS"]
|
|
137
137
|
ClusterActiveWaiterName = Literal["cluster_active"]
|
|
138
138
|
ClusterDeletedWaiterName = Literal["cluster_deleted"]
|
|
139
139
|
ClusterIssueCodeType = Literal[
|
|
@@ -613,7 +613,6 @@ ServiceName = Literal[
|
|
|
613
613
|
"pipes",
|
|
614
614
|
"polly",
|
|
615
615
|
"pricing",
|
|
616
|
-
"privatenetworks",
|
|
617
616
|
"proton",
|
|
618
617
|
"qapps",
|
|
619
618
|
"qbusiness",
|
|
@@ -674,7 +673,6 @@ ServiceName = Literal[
|
|
|
674
673
|
"signer",
|
|
675
674
|
"simspaceweaver",
|
|
676
675
|
"sms",
|
|
677
|
-
"sms-voice",
|
|
678
676
|
"snow-device-management",
|
|
679
677
|
"snowball",
|
|
680
678
|
"sns",
|
|
@@ -682,6 +680,7 @@ ServiceName = Literal[
|
|
|
682
680
|
"sqs",
|
|
683
681
|
"ssm",
|
|
684
682
|
"ssm-contacts",
|
|
683
|
+
"ssm-guiconnect",
|
|
685
684
|
"ssm-incidents",
|
|
686
685
|
"ssm-quicksetup",
|
|
687
686
|
"ssm-sap",
|
types_boto3_eks/literals.pyi
CHANGED
|
@@ -131,7 +131,7 @@ AddonStatusType = Literal[
|
|
|
131
131
|
]
|
|
132
132
|
AuthenticationModeType = Literal["API", "API_AND_CONFIG_MAP", "CONFIG_MAP"]
|
|
133
133
|
CapacityTypesType = Literal["CAPACITY_BLOCK", "ON_DEMAND", "SPOT"]
|
|
134
|
-
CategoryType = Literal["UPGRADE_READINESS"]
|
|
134
|
+
CategoryType = Literal["MISCONFIGURATION", "UPGRADE_READINESS"]
|
|
135
135
|
ClusterActiveWaiterName = Literal["cluster_active"]
|
|
136
136
|
ClusterDeletedWaiterName = Literal["cluster_deleted"]
|
|
137
137
|
ClusterIssueCodeType = Literal[
|
|
@@ -611,7 +611,6 @@ ServiceName = Literal[
|
|
|
611
611
|
"pipes",
|
|
612
612
|
"polly",
|
|
613
613
|
"pricing",
|
|
614
|
-
"privatenetworks",
|
|
615
614
|
"proton",
|
|
616
615
|
"qapps",
|
|
617
616
|
"qbusiness",
|
|
@@ -672,7 +671,6 @@ ServiceName = Literal[
|
|
|
672
671
|
"signer",
|
|
673
672
|
"simspaceweaver",
|
|
674
673
|
"sms",
|
|
675
|
-
"sms-voice",
|
|
676
674
|
"snow-device-management",
|
|
677
675
|
"snowball",
|
|
678
676
|
"sns",
|
|
@@ -680,6 +678,7 @@ ServiceName = Literal[
|
|
|
680
678
|
"sqs",
|
|
681
679
|
"ssm",
|
|
682
680
|
"ssm-contacts",
|
|
681
|
+
"ssm-guiconnect",
|
|
683
682
|
"ssm-incidents",
|
|
684
683
|
"ssm-quicksetup",
|
|
685
684
|
"ssm-sap",
|
types_boto3_eks/type_defs.py
CHANGED
|
@@ -27,6 +27,7 @@ from .literals import (
|
|
|
27
27
|
AMITypesType,
|
|
28
28
|
AuthenticationModeType,
|
|
29
29
|
CapacityTypesType,
|
|
30
|
+
CategoryType,
|
|
30
31
|
ClusterIssueCodeType,
|
|
31
32
|
ClusterStatusType,
|
|
32
33
|
ClusterVersionStatusType,
|
|
@@ -794,7 +795,7 @@ class InsightStatusTypeDef(TypedDict):
|
|
|
794
795
|
|
|
795
796
|
|
|
796
797
|
class InsightsFilterTypeDef(TypedDict):
|
|
797
|
-
categories: NotRequired[Sequence[
|
|
798
|
+
categories: NotRequired[Sequence[CategoryType]]
|
|
798
799
|
kubernetesVersions: NotRequired[Sequence[str]]
|
|
799
800
|
statuses: NotRequired[Sequence[InsightStatusValueType]]
|
|
800
801
|
|
|
@@ -1426,7 +1427,7 @@ InsightSummaryTypeDef = TypedDict(
|
|
|
1426
1427
|
{
|
|
1427
1428
|
"id": NotRequired[str],
|
|
1428
1429
|
"name": NotRequired[str],
|
|
1429
|
-
"category": NotRequired[
|
|
1430
|
+
"category": NotRequired[CategoryType],
|
|
1430
1431
|
"kubernetesVersion": NotRequired[str],
|
|
1431
1432
|
"lastRefreshTime": NotRequired[datetime],
|
|
1432
1433
|
"lastTransitionTime": NotRequired[datetime],
|
|
@@ -1788,7 +1789,7 @@ InsightTypeDef = TypedDict(
|
|
|
1788
1789
|
{
|
|
1789
1790
|
"id": NotRequired[str],
|
|
1790
1791
|
"name": NotRequired[str],
|
|
1791
|
-
"category": NotRequired[
|
|
1792
|
+
"category": NotRequired[CategoryType],
|
|
1792
1793
|
"kubernetesVersion": NotRequired[str],
|
|
1793
1794
|
"lastRefreshTime": NotRequired[datetime],
|
|
1794
1795
|
"lastTransitionTime": NotRequired[datetime],
|
types_boto3_eks/type_defs.pyi
CHANGED
|
@@ -27,6 +27,7 @@ from .literals import (
|
|
|
27
27
|
AMITypesType,
|
|
28
28
|
AuthenticationModeType,
|
|
29
29
|
CapacityTypesType,
|
|
30
|
+
CategoryType,
|
|
30
31
|
ClusterIssueCodeType,
|
|
31
32
|
ClusterStatusType,
|
|
32
33
|
ClusterVersionStatusType,
|
|
@@ -719,7 +720,7 @@ class InsightStatusTypeDef(TypedDict):
|
|
|
719
720
|
reason: NotRequired[str]
|
|
720
721
|
|
|
721
722
|
class InsightsFilterTypeDef(TypedDict):
|
|
722
|
-
categories: NotRequired[Sequence[
|
|
723
|
+
categories: NotRequired[Sequence[CategoryType]]
|
|
723
724
|
kubernetesVersions: NotRequired[Sequence[str]]
|
|
724
725
|
statuses: NotRequired[Sequence[InsightStatusValueType]]
|
|
725
726
|
|
|
@@ -1251,7 +1252,7 @@ InsightSummaryTypeDef = TypedDict(
|
|
|
1251
1252
|
{
|
|
1252
1253
|
"id": NotRequired[str],
|
|
1253
1254
|
"name": NotRequired[str],
|
|
1254
|
-
"category": NotRequired[
|
|
1255
|
+
"category": NotRequired[CategoryType],
|
|
1255
1256
|
"kubernetesVersion": NotRequired[str],
|
|
1256
1257
|
"lastRefreshTime": NotRequired[datetime],
|
|
1257
1258
|
"lastTransitionTime": NotRequired[datetime],
|
|
@@ -1570,7 +1571,7 @@ InsightTypeDef = TypedDict(
|
|
|
1570
1571
|
{
|
|
1571
1572
|
"id": NotRequired[str],
|
|
1572
1573
|
"name": NotRequired[str],
|
|
1573
|
-
"category": NotRequired[
|
|
1574
|
+
"category": NotRequired[CategoryType],
|
|
1574
1575
|
"kubernetesVersion": NotRequired[str],
|
|
1575
1576
|
"lastRefreshTime": NotRequired[datetime],
|
|
1576
1577
|
"lastTransitionTime": NotRequired[datetime],
|
types_boto3_eks/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-eks
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.
|
|
3
|
+
Version: 1.38.28
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.38.28 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 EKS 1.
|
|
59
|
+
Type annotations for [boto3 EKS 1.38.28](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.
|
|
122
|
+
`uvx --with 'boto3==1.38.28' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `EKS` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
types_boto3_eks/__init__.py,sha256=6GnlsLZ1rK6y5AdmXjWMAq1pJ9cdA5i0pLbPcC_Slio,5068
|
|
2
|
+
types_boto3_eks/__init__.pyi,sha256=ABEIqLpAfwj6RhXr6G83cGbvJ_JOleWaWXbG0STLXEY,5067
|
|
3
|
+
types_boto3_eks/__main__.py,sha256=K7xc_tVyyngG0v4vylS_rcETFz-B6w8GhFcGGzzqGhw,969
|
|
4
|
+
types_boto3_eks/client.py,sha256=Kr0CWPYPsL5PFEj41pvEyDtZwtvHB8UkKNdd98iNo_E,49511
|
|
5
|
+
types_boto3_eks/client.pyi,sha256=0glbtOR8a_IU_i70NWP90pBnLFcgDzoTRhzg-IWkktE,49508
|
|
6
|
+
types_boto3_eks/literals.py,sha256=cHfuiQwpQyHyI6625F3GTrOevVf-YKJ57fNFJtowX3g,19562
|
|
7
|
+
types_boto3_eks/literals.pyi,sha256=RZTEibpI6owPy4pg4T4VuJ3jIaHwN9oroHTLSRp6244,19560
|
|
8
|
+
types_boto3_eks/paginator.py,sha256=BSzPVWxeHYIdYz_JKpSAjLLJ0uSjKPgH1AAzER6YDzk,20512
|
|
9
|
+
types_boto3_eks/paginator.pyi,sha256=UjLxbcexpZgFNCHK3sIyzybMZxsjlSzeQsRIkFHZrQI,20469
|
|
10
|
+
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_eks/type_defs.py,sha256=QrtKj7yMnhQ1G1Q5FK3AiJPObaNz8Wyi-tPV8R7kwaw,56560
|
|
12
|
+
types_boto3_eks/type_defs.pyi,sha256=UUk_d61xGonUmEOj7zxj0iDa1tMU408jZ8-iuAFhrb8,56327
|
|
13
|
+
types_boto3_eks/version.py,sha256=qokYTT-GwAn7gr8tnkCv9kB3YWe1TSJZLc8s6ogXnbE,93
|
|
14
|
+
types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
|
|
15
|
+
types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
|
|
16
|
+
types_boto3_eks-1.38.28.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_eks-1.38.28.dist-info/METADATA,sha256=LObqdKVhmG5c0Jmms-uVYj5r5o3MS2PgSrlbKIgrp8c,18068
|
|
18
|
+
types_boto3_eks-1.38.28.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_eks-1.38.28.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
+
types_boto3_eks-1.38.28.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
types_boto3_eks/__init__.py,sha256=6GnlsLZ1rK6y5AdmXjWMAq1pJ9cdA5i0pLbPcC_Slio,5068
|
|
2
|
-
types_boto3_eks/__init__.pyi,sha256=ABEIqLpAfwj6RhXr6G83cGbvJ_JOleWaWXbG0STLXEY,5067
|
|
3
|
-
types_boto3_eks/__main__.py,sha256=WnnivxB4Vn4IuGZuGPE7iIUzUDLT7NcWjkiqMIvXCKE,969
|
|
4
|
-
types_boto3_eks/client.py,sha256=Kr0CWPYPsL5PFEj41pvEyDtZwtvHB8UkKNdd98iNo_E,49511
|
|
5
|
-
types_boto3_eks/client.pyi,sha256=0glbtOR8a_IU_i70NWP90pBnLFcgDzoTRhzg-IWkktE,49508
|
|
6
|
-
types_boto3_eks/literals.py,sha256=xGFwVGxYx_yLF_APFBkEouoKPRFFxslZA6lkuFG0ACM,19560
|
|
7
|
-
types_boto3_eks/literals.pyi,sha256=zyg5hHrQpXcrsjZp86A3fTLAV9dG0WtRNRsVK0aY0Fw,19558
|
|
8
|
-
types_boto3_eks/paginator.py,sha256=BSzPVWxeHYIdYz_JKpSAjLLJ0uSjKPgH1AAzER6YDzk,20512
|
|
9
|
-
types_boto3_eks/paginator.pyi,sha256=UjLxbcexpZgFNCHK3sIyzybMZxsjlSzeQsRIkFHZrQI,20469
|
|
10
|
-
types_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_eks/type_defs.py,sha256=3U3fn4tyDSegyGdUQNbeY-NkoywKt6eoNci9HIwQQlM,56590
|
|
12
|
-
types_boto3_eks/type_defs.pyi,sha256=xBBiK14hWX-KEa8iFEJ4U7qkyZLlIYiJmRF4Bnoeevk,56357
|
|
13
|
-
types_boto3_eks/version.py,sha256=G6PFk3_-oIViWI08edSt8jCUOjKS08DkUTvbRzfsXcs,93
|
|
14
|
-
types_boto3_eks/waiter.py,sha256=b_evT5oWgk8wV9vrxkjnaQXX67HzbcojUR01GNC_j7M,8683
|
|
15
|
-
types_boto3_eks/waiter.pyi,sha256=SJSR65ZiFjOqI3QAdtrMqUiga0ofLI8JtyfdiUsyq3c,8666
|
|
16
|
-
types_boto3_eks-1.37.35.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
types_boto3_eks-1.37.35.dist-info/METADATA,sha256=o3q33emReaE-Uria1QZIWybuVjyrRS8WmeOWnIQK7Gs,18068
|
|
18
|
-
types_boto3_eks-1.37.35.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
19
|
-
types_boto3_eks-1.37.35.dist-info/top_level.txt,sha256=ZLKgic1D7dd5TUGtlRhAq-FEsE6DYeQws3VEG7aRhp4,16
|
|
20
|
-
types_boto3_eks-1.37.35.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|