mypy-boto3-eks 1.34.149__py3-none-any.whl → 1.35.0__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.
- mypy_boto3_eks/__main__.py +4 -4
- mypy_boto3_eks/literals.py +3 -0
- mypy_boto3_eks/literals.pyi +3 -0
- mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.34.149.dist-info → mypy_boto3_eks-1.35.0.dist-info}/METADATA +5 -5
- {mypy_boto3_eks-1.34.149.dist-info → mypy_boto3_eks-1.35.0.dist-info}/RECORD +9 -9
- {mypy_boto3_eks-1.34.149.dist-info → mypy_boto3_eks-1.35.0.dist-info}/WHEEL +1 -1
- {mypy_boto3_eks-1.34.149.dist-info → mypy_boto3_eks-1.35.0.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.34.149.dist-info → mypy_boto3_eks-1.35.0.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/__main__.py
CHANGED
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.EKS 1.
|
|
14
|
-
"Version: 1.
|
|
15
|
-
"Builder version: 7.
|
|
13
|
+
"Type annotations for boto3.EKS 1.35.0\n"
|
|
14
|
+
"Version: 1.35.0\n"
|
|
15
|
+
"Builder version: 7.26.0\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.
|
|
27
|
+
print("1.35.0")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
mypy_boto3_eks/literals.py
CHANGED
|
@@ -79,6 +79,8 @@ __all__ = (
|
|
|
79
79
|
|
|
80
80
|
AMITypesType = Literal[
|
|
81
81
|
"AL2023_ARM_64_STANDARD",
|
|
82
|
+
"AL2023_x86_64_NEURON",
|
|
83
|
+
"AL2023_x86_64_NVIDIA",
|
|
82
84
|
"AL2023_x86_64_STANDARD",
|
|
83
85
|
"AL2_ARM_64",
|
|
84
86
|
"AL2_x86_64",
|
|
@@ -636,6 +638,7 @@ ServiceName = Literal[
|
|
|
636
638
|
"ssm",
|
|
637
639
|
"ssm-contacts",
|
|
638
640
|
"ssm-incidents",
|
|
641
|
+
"ssm-quicksetup",
|
|
639
642
|
"ssm-sap",
|
|
640
643
|
"sso",
|
|
641
644
|
"sso-admin",
|
mypy_boto3_eks/literals.pyi
CHANGED
|
@@ -79,6 +79,8 @@ __all__ = (
|
|
|
79
79
|
|
|
80
80
|
AMITypesType = Literal[
|
|
81
81
|
"AL2023_ARM_64_STANDARD",
|
|
82
|
+
"AL2023_x86_64_NEURON",
|
|
83
|
+
"AL2023_x86_64_NVIDIA",
|
|
82
84
|
"AL2023_x86_64_STANDARD",
|
|
83
85
|
"AL2_ARM_64",
|
|
84
86
|
"AL2_x86_64",
|
|
@@ -636,6 +638,7 @@ ServiceName = Literal[
|
|
|
636
638
|
"ssm",
|
|
637
639
|
"ssm-contacts",
|
|
638
640
|
"ssm-incidents",
|
|
641
|
+
"ssm-quicksetup",
|
|
639
642
|
"ssm-sap",
|
|
640
643
|
"sso",
|
|
641
644
|
"sso-admin",
|
mypy_boto3_eks/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.EKS 1.
|
|
3
|
+
Version: 1.35.0
|
|
4
|
+
Summary: Type annotations for boto3.EKS 1.35.0 service generated with mypy-boto3-builder 7.26.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
|
|
@@ -29,7 +29,7 @@ Classifier: Typing :: Stubs Only
|
|
|
29
29
|
Requires-Python: >=3.8
|
|
30
30
|
Description-Content-Type: text/markdown
|
|
31
31
|
License-File: LICENSE
|
|
32
|
-
Requires-Dist: typing-extensions
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-eks"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.EKS 1.
|
|
46
|
+
[boto3.EKS 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
|
|
47
47
|
service 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 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.26.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
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
mypy_boto3_eks/__init__.py,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
|
|
2
2
|
mypy_boto3_eks/__init__.pyi,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
|
|
3
|
-
mypy_boto3_eks/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_eks/__main__.py,sha256=Koa3jZw0ZsTazsHrEqgi8KBcdTXlk-0xlUzuuEJtueg,900
|
|
4
4
|
mypy_boto3_eks/client.py,sha256=YeDAB77sjnIrK378ZdoYXwwwd4r-ziN2ukUaj6OG4Hw,49604
|
|
5
5
|
mypy_boto3_eks/client.pyi,sha256=astjZIOIwsevlLHC5frD8BpuL5_03jBsAIXR60Hhqek,49601
|
|
6
|
-
mypy_boto3_eks/literals.py,sha256=
|
|
7
|
-
mypy_boto3_eks/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_eks/literals.py,sha256=IFRe62L7B7MIu2hFOn1y7ekAIc4ywjszZKCpxaiedwM,18183
|
|
7
|
+
mypy_boto3_eks/literals.pyi,sha256=IFRe62L7B7MIu2hFOn1y7ekAIc4ywjszZKCpxaiedwM,18183
|
|
8
8
|
mypy_boto3_eks/paginator.py,sha256=ptf2OcGXBuVX_-zrJ2f29-J_erT3gw4pO2M8AXAj5_o,15318
|
|
9
9
|
mypy_boto3_eks/paginator.pyi,sha256=XcevxKQBwCxr_KwAaoPOUelzSTyi_2YyeWGx4No2aAU,15304
|
|
10
10
|
mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
mypy_boto3_eks/type_defs.py,sha256=C3j3FSPIeT45P22WyqP3Yf4ioaXcKDuEQzP8G1LnygY,65941
|
|
12
12
|
mypy_boto3_eks/type_defs.pyi,sha256=C3j3FSPIeT45P22WyqP3Yf4ioaXcKDuEQzP8G1LnygY,65941
|
|
13
|
-
mypy_boto3_eks/version.py,sha256=
|
|
13
|
+
mypy_boto3_eks/version.py,sha256=LGeN8DOPs0tRcJcxZVxCtqSh0iyZT7lFggGF3KkSqhA,61
|
|
14
14
|
mypy_boto3_eks/waiter.py,sha256=l2bUEk99tON1KtebRkH1naSDvzdKHt_IMvGnQW6qxR8,7687
|
|
15
15
|
mypy_boto3_eks/waiter.pyi,sha256=JCEUhwc2KS5UvHUoRYmySgrbIRGtXdDznPK37A-_yAI,7679
|
|
16
|
-
mypy_boto3_eks-1.
|
|
17
|
-
mypy_boto3_eks-1.
|
|
18
|
-
mypy_boto3_eks-1.
|
|
19
|
-
mypy_boto3_eks-1.
|
|
20
|
-
mypy_boto3_eks-1.
|
|
16
|
+
mypy_boto3_eks-1.35.0.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_eks-1.35.0.dist-info/METADATA,sha256=5RP_kMUlTrFBJtoNODtS5qKyJVzq5JPKtnY_-lR9giI,15619
|
|
18
|
+
mypy_boto3_eks-1.35.0.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
|
19
|
+
mypy_boto3_eks-1.35.0.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
|
|
20
|
+
mypy_boto3_eks-1.35.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|