mypy-boto3-eks 1.35.72__tar.gz → 1.35.81__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.
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/PKG-INFO +21 -7
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/README.md +19 -5
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/__main__.py +4 -4
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/literals.py +5 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/literals.pyi +5 -0
- mypy_boto3_eks-1.35.72/mypy_boto3_eks/type_defs.pyi → mypy_boto3_eks-1.35.81/mypy_boto3_eks/type_defs.py +232 -0
- mypy_boto3_eks-1.35.72/mypy_boto3_eks/type_defs.py → mypy_boto3_eks-1.35.81/mypy_boto3_eks/type_defs.pyi +6 -223
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/PKG-INFO +21 -7
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/setup.py +2 -2
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/LICENSE +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/__init__.py +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/__init__.pyi +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/client.py +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/client.pyi +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/paginator.py +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/paginator.pyi +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/py.typed +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/waiter.py +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks/waiter.pyi +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/requires.txt +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
- {mypy_boto3_eks-1.35.72 → mypy_boto3_eks-1.35.81}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-eks
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3 EKS 1.35.
|
|
3
|
+
Version: 1.35.81
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.35.81 service generated with mypy-boto3-builder 8.6.3
|
|
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
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 EKS 1.35.
|
|
46
|
+
Type annotations for [boto3 EKS 1.35.81](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/),
|
|
@@ -51,8 +51,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
51
|
[mypy](https://github.com/python/mypy),
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
|
-
Generated
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
Generated with
|
|
55
|
+
[mypy-boto3-builder 8.6.3](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
|
|
@@ -64,6 +64,7 @@ See how it helps you find and fix potential bugs:
|
|
|
64
64
|
|
|
65
65
|
- [mypy-boto3-eks](#mypy-boto3-eks)
|
|
66
66
|
- [How to install](#how-to-install)
|
|
67
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
67
68
|
- [VSCode extension](#vscode-extension)
|
|
68
69
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
69
70
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -95,6 +96,21 @@ See how it helps you find and fix potential bugs:
|
|
|
95
96
|
|
|
96
97
|
## How to install
|
|
97
98
|
|
|
99
|
+
<a id="generate-locally-(recommended)"></a>
|
|
100
|
+
|
|
101
|
+
### Generate locally (recommended)
|
|
102
|
+
|
|
103
|
+
You can generate type annotations for `boto3` package locally with
|
|
104
|
+
`mypy_boto3_builder`. Use
|
|
105
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
106
|
+
isolation.
|
|
107
|
+
|
|
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.
|
|
111
|
+
3. Add `EKS` service.
|
|
112
|
+
4. Use provided commands to install generated packages.
|
|
113
|
+
|
|
98
114
|
<a id="vscode-extension"></a>
|
|
99
115
|
|
|
100
116
|
### VSCode extension
|
|
@@ -115,12 +131,10 @@ Install `boto3-stubs` for `EKS` service.
|
|
|
115
131
|
# install with boto3 type annotations
|
|
116
132
|
python -m pip install 'boto3-stubs[eks]'
|
|
117
133
|
|
|
118
|
-
|
|
119
134
|
# Lite version does not provide session.client/resource overloads
|
|
120
135
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
121
136
|
python -m pip install 'boto3-stubs-lite[eks]'
|
|
122
137
|
|
|
123
|
-
|
|
124
138
|
# standalone installation
|
|
125
139
|
python -m pip install mypy-boto3-eks
|
|
126
140
|
```
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 EKS 1.35.
|
|
12
|
+
Type annotations for [boto3 EKS 1.35.81](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/),
|
|
@@ -17,8 +17,8 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
17
17
|
[mypy](https://github.com/python/mypy),
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
|
-
Generated
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
20
|
+
Generated with
|
|
21
|
+
[mypy-boto3-builder 8.6.3](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
|
|
@@ -30,6 +30,7 @@ See how it helps you find and fix potential bugs:
|
|
|
30
30
|
|
|
31
31
|
- [mypy-boto3-eks](#mypy-boto3-eks)
|
|
32
32
|
- [How to install](#how-to-install)
|
|
33
|
+
- [Generate locally (recommended)](<#generate-locally-(recommended)>)
|
|
33
34
|
- [VSCode extension](#vscode-extension)
|
|
34
35
|
- [From PyPI with pip](#from-pypi-with-pip)
|
|
35
36
|
- [How to uninstall](#how-to-uninstall)
|
|
@@ -61,6 +62,21 @@ See how it helps you find and fix potential bugs:
|
|
|
61
62
|
|
|
62
63
|
## How to install
|
|
63
64
|
|
|
65
|
+
<a id="generate-locally-(recommended)"></a>
|
|
66
|
+
|
|
67
|
+
### Generate locally (recommended)
|
|
68
|
+
|
|
69
|
+
You can generate type annotations for `boto3` package locally with
|
|
70
|
+
`mypy_boto3_builder`. Use
|
|
71
|
+
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
72
|
+
isolation.
|
|
73
|
+
|
|
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.
|
|
77
|
+
3. Add `EKS` service.
|
|
78
|
+
4. Use provided commands to install generated packages.
|
|
79
|
+
|
|
64
80
|
<a id="vscode-extension"></a>
|
|
65
81
|
|
|
66
82
|
### VSCode extension
|
|
@@ -81,12 +97,10 @@ Install `boto3-stubs` for `EKS` service.
|
|
|
81
97
|
# install with boto3 type annotations
|
|
82
98
|
python -m pip install 'boto3-stubs[eks]'
|
|
83
99
|
|
|
84
|
-
|
|
85
100
|
# Lite version does not provide session.client/resource overloads
|
|
86
101
|
# it is more RAM-friendly, but requires explicit type annotations
|
|
87
102
|
python -m pip install 'boto3-stubs-lite[eks]'
|
|
88
103
|
|
|
89
|
-
|
|
90
104
|
# standalone installation
|
|
91
105
|
python -m pip install mypy-boto3-eks
|
|
92
106
|
```
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
print(
|
|
15
|
-
"Type annotations for boto3 EKS 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 EKS 1.35.81\n"
|
|
16
|
+
"Version: 1.35.81\n"
|
|
17
|
+
"Builder version: 8.6.3\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"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
print("1.35.
|
|
29
|
+
print("1.35.81")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -269,6 +269,7 @@ UpdateParamTypeType = Literal[
|
|
|
269
269
|
"MaxUnavailable",
|
|
270
270
|
"MaxUnavailablePercentage",
|
|
271
271
|
"MinSize",
|
|
272
|
+
"NodeRepairEnabled",
|
|
272
273
|
"PlatformVersion",
|
|
273
274
|
"PodIdentityAssociations",
|
|
274
275
|
"PublicAccessCidrs",
|
|
@@ -342,6 +343,8 @@ ServiceName = Literal[
|
|
|
342
343
|
"bedrock",
|
|
343
344
|
"bedrock-agent",
|
|
344
345
|
"bedrock-agent-runtime",
|
|
346
|
+
"bedrock-data-automation",
|
|
347
|
+
"bedrock-data-automation-runtime",
|
|
345
348
|
"bedrock-runtime",
|
|
346
349
|
"billing",
|
|
347
350
|
"billingconductor",
|
|
@@ -419,6 +422,7 @@ ServiceName = Literal[
|
|
|
419
422
|
"drs",
|
|
420
423
|
"ds",
|
|
421
424
|
"ds-data",
|
|
425
|
+
"dsql",
|
|
422
426
|
"dynamodb",
|
|
423
427
|
"dynamodbstreams",
|
|
424
428
|
"ebs",
|
|
@@ -629,6 +633,7 @@ ServiceName = Literal[
|
|
|
629
633
|
"s3",
|
|
630
634
|
"s3control",
|
|
631
635
|
"s3outposts",
|
|
636
|
+
"s3tables",
|
|
632
637
|
"sagemaker",
|
|
633
638
|
"sagemaker-a2i-runtime",
|
|
634
639
|
"sagemaker-edge",
|
|
@@ -267,6 +267,7 @@ UpdateParamTypeType = Literal[
|
|
|
267
267
|
"MaxUnavailable",
|
|
268
268
|
"MaxUnavailablePercentage",
|
|
269
269
|
"MinSize",
|
|
270
|
+
"NodeRepairEnabled",
|
|
270
271
|
"PlatformVersion",
|
|
271
272
|
"PodIdentityAssociations",
|
|
272
273
|
"PublicAccessCidrs",
|
|
@@ -340,6 +341,8 @@ ServiceName = Literal[
|
|
|
340
341
|
"bedrock",
|
|
341
342
|
"bedrock-agent",
|
|
342
343
|
"bedrock-agent-runtime",
|
|
344
|
+
"bedrock-data-automation",
|
|
345
|
+
"bedrock-data-automation-runtime",
|
|
343
346
|
"bedrock-runtime",
|
|
344
347
|
"billing",
|
|
345
348
|
"billingconductor",
|
|
@@ -417,6 +420,7 @@ ServiceName = Literal[
|
|
|
417
420
|
"drs",
|
|
418
421
|
"ds",
|
|
419
422
|
"ds-data",
|
|
423
|
+
"dsql",
|
|
420
424
|
"dynamodb",
|
|
421
425
|
"dynamodbstreams",
|
|
422
426
|
"ebs",
|
|
@@ -627,6 +631,7 @@ ServiceName = Literal[
|
|
|
627
631
|
"s3",
|
|
628
632
|
"s3control",
|
|
629
633
|
"s3outposts",
|
|
634
|
+
"s3tables",
|
|
630
635
|
"sagemaker",
|
|
631
636
|
"sagemaker-a2i-runtime",
|
|
632
637
|
"sagemaker-edge",
|