mypy-boto3-eks 1.35.45__py3-none-any.whl → 1.35.57__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 +9 -6
- mypy_boto3_eks/literals.pyi +9 -6
- mypy_boto3_eks/paginator.py +1 -1
- mypy_boto3_eks/paginator.pyi +1 -1
- mypy_boto3_eks/type_defs.py +1416 -1757
- mypy_boto3_eks/type_defs.pyi +1240 -1791
- mypy_boto3_eks/version.py +1 -1
- {mypy_boto3_eks-1.35.45.dist-info → mypy_boto3_eks-1.35.57.dist-info}/METADATA +6 -5
- mypy_boto3_eks-1.35.57.dist-info/RECORD +20 -0
- {mypy_boto3_eks-1.35.45.dist-info → mypy_boto3_eks-1.35.57.dist-info}/WHEEL +1 -1
- mypy_boto3_eks-1.35.45.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.35.45.dist-info → mypy_boto3_eks-1.35.57.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.35.45.dist-info → mypy_boto3_eks-1.35.57.dist-info}/top_level.txt +0 -0
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.35.
|
|
4
|
-
Summary: Type annotations for boto3.EKS 1.35.
|
|
3
|
+
Version: 1.35.57
|
|
4
|
+
Summary: Type annotations for boto3.EKS 1.35.57 service generated with mypy-boto3-builder 8.2.1
|
|
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
|
|
@@ -23,6 +23,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
27
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Typing :: Stubs Only
|
|
@@ -43,7 +44,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
44
|

|
|
44
45
|
|
|
45
46
|
Type annotations for
|
|
46
|
-
[boto3.EKS 1.35.
|
|
47
|
+
[boto3.EKS 1.35.57](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
|
|
47
48
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
49
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
50
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +53,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
53
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
54
|
|
|
54
55
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 8.1
|
|
56
|
+
[mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
|
|
56
57
|
|
|
57
58
|
More information can be found on
|
|
58
59
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -161,7 +162,7 @@ annotations required, write your `boto3` code as usual.
|
|
|
161
162
|
Install `boto3-stubs-lite[eks]` in your environment:
|
|
162
163
|
|
|
163
164
|
```bash
|
|
164
|
-
python -m pip install 'boto3-stubs-lite[eks]'
|
|
165
|
+
python -m pip install 'boto3-stubs-lite[eks]'
|
|
165
166
|
```
|
|
166
167
|
|
|
167
168
|
Both type checking and code completion should now work. Explicit type
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_eks/__init__.py,sha256=ftYoSg8t2HbS5n_Th10welexqH1s0B5P6EUTOPQM49A,4712
|
|
2
|
+
mypy_boto3_eks/__init__.pyi,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
|
|
3
|
+
mypy_boto3_eks/__main__.py,sha256=EqiaHLhx4dHxqI7wr5osAJw2s2BYlST-jZ0jkmcajR4,902
|
|
4
|
+
mypy_boto3_eks/client.py,sha256=05BuVPBV_WUlRFNwg7mY_o1bG64jdZdlyCx3Ge4RMY0,47280
|
|
5
|
+
mypy_boto3_eks/client.pyi,sha256=KtumDlxwy0T5aJtu0CE-98aQEu5HqXUgqCpCCAIehJk,47276
|
|
6
|
+
mypy_boto3_eks/literals.py,sha256=Bx18__7ItlKa9dfmz6JhtdK64KZ86UQfRAXbpqAgM_g,18380
|
|
7
|
+
mypy_boto3_eks/literals.pyi,sha256=XwP31GBnen8x8-N6kKtt7zLuMyZ3Fa1EjVJDF0D_nnM,18378
|
|
8
|
+
mypy_boto3_eks/paginator.py,sha256=3wgjSh8wiXgJS7H4DE3Qs_85t0UdRcOGehvxLyZJJ74,15859
|
|
9
|
+
mypy_boto3_eks/paginator.pyi,sha256=2KPvpup2wh4PMZhsCAKJ3elvgSsGlPyI0LE0DVR28SU,15830
|
|
10
|
+
mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_eks/type_defs.py,sha256=L_48Efemg1e3wJxAH80-66kh9igfmFQae36scfiMHXk,52146
|
|
12
|
+
mypy_boto3_eks/type_defs.pyi,sha256=ICxkyNHgSRD-zTl78DZl-cu_hop9khJS4p8ep0bnHRw,51935
|
|
13
|
+
mypy_boto3_eks/version.py,sha256=kQVSRKdRJ8KDg2HO747s8W7KhacttdsPNONwO7M2VW8,62
|
|
14
|
+
mypy_boto3_eks/waiter.py,sha256=e8aMOT4WbPNTCuACUbdJbMHCQJJZPy4iKWGQoUkQuZU,8142
|
|
15
|
+
mypy_boto3_eks/waiter.pyi,sha256=2LqlAM_Ej2COESZHu1kT4rrBQig-pD9_MS76a8BzA90,8125
|
|
16
|
+
mypy_boto3_eks-1.35.57.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_eks-1.35.57.dist-info/METADATA,sha256=D2bRVL9Q0M6yBn1TKOnYBj8nhfCIZk-CnN9zP5AxbqU,15625
|
|
18
|
+
mypy_boto3_eks-1.35.57.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
19
|
+
mypy_boto3_eks-1.35.57.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
|
|
20
|
+
mypy_boto3_eks-1.35.57.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_eks/__init__.py,sha256=ftYoSg8t2HbS5n_Th10welexqH1s0B5P6EUTOPQM49A,4712
|
|
2
|
-
mypy_boto3_eks/__init__.pyi,sha256=E0bo5I6kWoDlOCMzx0dtxdOWp03U82Zv5m7lkQCqFaw,4711
|
|
3
|
-
mypy_boto3_eks/__main__.py,sha256=8zTa1GpWY8u64_XiZI67dQPx4R04tfdYLzb3U3x7A_o,902
|
|
4
|
-
mypy_boto3_eks/client.py,sha256=05BuVPBV_WUlRFNwg7mY_o1bG64jdZdlyCx3Ge4RMY0,47280
|
|
5
|
-
mypy_boto3_eks/client.pyi,sha256=KtumDlxwy0T5aJtu0CE-98aQEu5HqXUgqCpCCAIehJk,47276
|
|
6
|
-
mypy_boto3_eks/literals.py,sha256=z-22PKXYKKg45G8Wj3TdWDvsbUDa31oM_bbv9Aiz-EM,18307
|
|
7
|
-
mypy_boto3_eks/literals.pyi,sha256=8C-yjtM_p3HyQLq6EyQYfOUt-hX7mZ692IGgBikcTOE,18305
|
|
8
|
-
mypy_boto3_eks/paginator.py,sha256=8zV_QP1OHRDgo2SbSoUcyEzQsMEI70z0uE_ITNjwIH4,15859
|
|
9
|
-
mypy_boto3_eks/paginator.pyi,sha256=auOm3WVXFBeBM3WSZgKaTP6WriOosWYW5fbaMnEefmg,15830
|
|
10
|
-
mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_eks/type_defs.py,sha256=u-EZQQEarwUanib4cdfC7t_Pjnli34FPXKn-36eeECo,65850
|
|
12
|
-
mypy_boto3_eks/type_defs.pyi,sha256=iiMWmKMzkPHxVgV0NsGwScsV5arp2hbog2V3KUwXZX0,65849
|
|
13
|
-
mypy_boto3_eks/version.py,sha256=Q953J1rS2sNa-Bck0IEZaV0xuA-p688pzKZk6S_Mgk0,62
|
|
14
|
-
mypy_boto3_eks/waiter.py,sha256=e8aMOT4WbPNTCuACUbdJbMHCQJJZPy4iKWGQoUkQuZU,8142
|
|
15
|
-
mypy_boto3_eks/waiter.pyi,sha256=2LqlAM_Ej2COESZHu1kT4rrBQig-pD9_MS76a8BzA90,8125
|
|
16
|
-
mypy_boto3_eks-1.35.45.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
mypy_boto3_eks-1.35.45.dist-info/METADATA,sha256=oXitSTSJWxBTBHa8szUoHMCtvg91CFKrL8evGCVZ7so,15575
|
|
18
|
-
mypy_boto3_eks-1.35.45.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
19
|
-
mypy_boto3_eks-1.35.45.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
|
|
20
|
-
mypy_boto3_eks-1.35.45.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|