mypy-boto3-eks 1.35.57__py3-none-any.whl → 1.35.72__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/__init__.py +2 -0
- mypy_boto3_eks/__init__.pyi +2 -0
- mypy_boto3_eks/__main__.py +7 -5
- mypy_boto3_eks/client.py +152 -119
- mypy_boto3_eks/client.pyi +152 -119
- mypy_boto3_eks/literals.py +16 -0
- mypy_boto3_eks/literals.pyi +16 -0
- mypy_boto3_eks/paginator.py +28 -26
- mypy_boto3_eks/paginator.pyi +28 -26
- mypy_boto3_eks/type_defs.py +109 -23
- mypy_boto3_eks/type_defs.pyi +93 -20
- mypy_boto3_eks/version.py +3 -1
- mypy_boto3_eks/waiter.py +18 -16
- mypy_boto3_eks/waiter.pyi +18 -16
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.72.dist-info}/METADATA +58 -18
- mypy_boto3_eks-1.35.72.dist-info/RECORD +20 -0
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.72.dist-info}/WHEEL +1 -1
- mypy_boto3_eks-1.35.57.dist-info/RECORD +0 -20
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.72.dist-info}/LICENSE +0 -0
- {mypy_boto3_eks-1.35.57.dist-info → mypy_boto3_eks-1.35.72.dist-info}/top_level.txt +0 -0
mypy_boto3_eks/waiter.pyi
CHANGED
|
@@ -32,6 +32,8 @@ Usage::
|
|
|
32
32
|
nodegroup_active_waiter: NodegroupActiveWaiter = client.get_waiter("nodegroup_active")
|
|
33
33
|
nodegroup_deleted_waiter: NodegroupDeletedWaiter = client.get_waiter("nodegroup_deleted")
|
|
34
34
|
```
|
|
35
|
+
|
|
36
|
+
Copyright 2024 Vlad Emelianov
|
|
35
37
|
"""
|
|
36
38
|
|
|
37
39
|
import sys
|
|
@@ -67,92 +69,92 @@ __all__ = (
|
|
|
67
69
|
|
|
68
70
|
class AddonActiveWaiter(Waiter):
|
|
69
71
|
"""
|
|
70
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.AddonActive)
|
|
72
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/AddonActive.html#EKS.Waiter.AddonActive)
|
|
71
73
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#addonactivewaiter)
|
|
72
74
|
"""
|
|
73
75
|
def wait(self, **kwargs: Unpack[DescribeAddonRequestAddonActiveWaitTypeDef]) -> None:
|
|
74
76
|
"""
|
|
75
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.AddonActive.wait)
|
|
77
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/AddonActive.html#EKS.Waiter.AddonActive.wait)
|
|
76
78
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#addonactivewaiter)
|
|
77
79
|
"""
|
|
78
80
|
|
|
79
81
|
class AddonDeletedWaiter(Waiter):
|
|
80
82
|
"""
|
|
81
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.AddonDeleted)
|
|
83
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/AddonDeleted.html#EKS.Waiter.AddonDeleted)
|
|
82
84
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#addondeletedwaiter)
|
|
83
85
|
"""
|
|
84
86
|
def wait(self, **kwargs: Unpack[DescribeAddonRequestAddonDeletedWaitTypeDef]) -> None:
|
|
85
87
|
"""
|
|
86
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.AddonDeleted.wait)
|
|
88
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/AddonDeleted.html#EKS.Waiter.AddonDeleted.wait)
|
|
87
89
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#addondeletedwaiter)
|
|
88
90
|
"""
|
|
89
91
|
|
|
90
92
|
class ClusterActiveWaiter(Waiter):
|
|
91
93
|
"""
|
|
92
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.ClusterActive)
|
|
94
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/ClusterActive.html#EKS.Waiter.ClusterActive)
|
|
93
95
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#clusteractivewaiter)
|
|
94
96
|
"""
|
|
95
97
|
def wait(self, **kwargs: Unpack[DescribeClusterRequestClusterActiveWaitTypeDef]) -> None:
|
|
96
98
|
"""
|
|
97
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.ClusterActive.wait)
|
|
99
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/ClusterActive.html#EKS.Waiter.ClusterActive.wait)
|
|
98
100
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#clusteractivewaiter)
|
|
99
101
|
"""
|
|
100
102
|
|
|
101
103
|
class ClusterDeletedWaiter(Waiter):
|
|
102
104
|
"""
|
|
103
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.ClusterDeleted)
|
|
105
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/ClusterDeleted.html#EKS.Waiter.ClusterDeleted)
|
|
104
106
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#clusterdeletedwaiter)
|
|
105
107
|
"""
|
|
106
108
|
def wait(self, **kwargs: Unpack[DescribeClusterRequestClusterDeletedWaitTypeDef]) -> None:
|
|
107
109
|
"""
|
|
108
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.ClusterDeleted.wait)
|
|
110
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/ClusterDeleted.html#EKS.Waiter.ClusterDeleted.wait)
|
|
109
111
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#clusterdeletedwaiter)
|
|
110
112
|
"""
|
|
111
113
|
|
|
112
114
|
class FargateProfileActiveWaiter(Waiter):
|
|
113
115
|
"""
|
|
114
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.FargateProfileActive)
|
|
116
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/FargateProfileActive.html#EKS.Waiter.FargateProfileActive)
|
|
115
117
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#fargateprofileactivewaiter)
|
|
116
118
|
"""
|
|
117
119
|
def wait(
|
|
118
120
|
self, **kwargs: Unpack[DescribeFargateProfileRequestFargateProfileActiveWaitTypeDef]
|
|
119
121
|
) -> None:
|
|
120
122
|
"""
|
|
121
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.FargateProfileActive.wait)
|
|
123
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/FargateProfileActive.html#EKS.Waiter.FargateProfileActive.wait)
|
|
122
124
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#fargateprofileactivewaiter)
|
|
123
125
|
"""
|
|
124
126
|
|
|
125
127
|
class FargateProfileDeletedWaiter(Waiter):
|
|
126
128
|
"""
|
|
127
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.FargateProfileDeleted)
|
|
129
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/FargateProfileDeleted.html#EKS.Waiter.FargateProfileDeleted)
|
|
128
130
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#fargateprofiledeletedwaiter)
|
|
129
131
|
"""
|
|
130
132
|
def wait(
|
|
131
133
|
self, **kwargs: Unpack[DescribeFargateProfileRequestFargateProfileDeletedWaitTypeDef]
|
|
132
134
|
) -> None:
|
|
133
135
|
"""
|
|
134
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.FargateProfileDeleted.wait)
|
|
136
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/FargateProfileDeleted.html#EKS.Waiter.FargateProfileDeleted.wait)
|
|
135
137
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#fargateprofiledeletedwaiter)
|
|
136
138
|
"""
|
|
137
139
|
|
|
138
140
|
class NodegroupActiveWaiter(Waiter):
|
|
139
141
|
"""
|
|
140
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.NodegroupActive)
|
|
142
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/NodegroupActive.html#EKS.Waiter.NodegroupActive)
|
|
141
143
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#nodegroupactivewaiter)
|
|
142
144
|
"""
|
|
143
145
|
def wait(self, **kwargs: Unpack[DescribeNodegroupRequestNodegroupActiveWaitTypeDef]) -> None:
|
|
144
146
|
"""
|
|
145
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.NodegroupActive.wait)
|
|
147
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/NodegroupActive.html#EKS.Waiter.NodegroupActive.wait)
|
|
146
148
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#nodegroupactivewaiter)
|
|
147
149
|
"""
|
|
148
150
|
|
|
149
151
|
class NodegroupDeletedWaiter(Waiter):
|
|
150
152
|
"""
|
|
151
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.NodegroupDeleted)
|
|
153
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/NodegroupDeleted.html#EKS.Waiter.NodegroupDeleted)
|
|
152
154
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#nodegroupdeletedwaiter)
|
|
153
155
|
"""
|
|
154
156
|
def wait(self, **kwargs: Unpack[DescribeNodegroupRequestNodegroupDeletedWaitTypeDef]) -> None:
|
|
155
157
|
"""
|
|
156
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS.Waiter.NodegroupDeleted.wait)
|
|
158
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks/waiter/NodegroupDeleted.html#EKS.Waiter.NodegroupDeleted.wait)
|
|
157
159
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/waiters/#nodegroupdeletedwaiter)
|
|
158
160
|
"""
|
|
@@ -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
|
|
3
|
+
Version: 1.35.72
|
|
4
|
+
Summary: Type annotations for boto3 EKS 1.35.72 service generated with mypy-boto3-builder 8.5.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
|
|
@@ -9,7 +9,7 @@ License: MIT License
|
|
|
9
9
|
Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/
|
|
10
10
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
11
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3 eks type-annotations
|
|
12
|
+
Keywords: boto3 eks boto3-stubs type-annotations mypy typeshed autocomplete
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
@@ -36,16 +36,15 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
36
36
|
|
|
37
37
|
# mypy-boto3-eks
|
|
38
38
|
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-eks)
|
|
40
|
-
[](https://pypi.org/project/mypy-boto3-eks)
|
|
41
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
42
|
-
[](https://
|
|
39
|
+
[](https://pypi.org/project/mypy-boto3-eks/)
|
|
40
|
+
[](https://pypi.org/project/mypy-boto3-eks/)
|
|
41
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
42
|
+
[](https://pypistats.org/packages/mypy-boto3-eks)
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for
|
|
47
|
-
[
|
|
48
|
-
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
46
|
+
Type annotations for [boto3 EKS 1.35.72](https://pypi.org/project/boto3/)
|
|
47
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
49
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
51
50
|
[Sublime Text](https://www.sublimetext.com/),
|
|
@@ -53,15 +52,15 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
53
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
53
|
|
|
55
54
|
Generated by
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.5.0](https://github.com/youtype/mypy_boto3_builder).
|
|
57
56
|
|
|
58
57
|
More information can be found on
|
|
59
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
60
59
|
[mypy-boto3-eks docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_eks/).
|
|
61
60
|
|
|
62
|
-
See how it helps
|
|
61
|
+
See how it helps you find and fix potential bugs:
|
|
63
62
|
|
|
64
|
-

|
|
65
64
|
|
|
66
65
|
- [mypy-boto3-eks](#mypy-boto3-eks)
|
|
67
66
|
- [How to install](#how-to-install)
|
|
@@ -76,6 +75,7 @@ See how it helps to find and fix potential bugs:
|
|
|
76
75
|
- [Other IDEs](#other-ides)
|
|
77
76
|
- [mypy](#mypy)
|
|
78
77
|
- [pyright](#pyright)
|
|
78
|
+
- [Pylint compatibility](#pylint-compatibility)
|
|
79
79
|
- [Explicit type annotations](#explicit-type-annotations)
|
|
80
80
|
- [Client annotations](#client-annotations)
|
|
81
81
|
- [Paginators annotations](#paginators-annotations)
|
|
@@ -159,16 +159,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
159
159
|
|
|
160
160
|
### PyCharm
|
|
161
161
|
|
|
162
|
-
|
|
162
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
163
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
164
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
165
|
+
> the issue is resolved.
|
|
166
|
+
|
|
167
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
168
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
169
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
170
|
+
|
|
171
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
172
|
+
> `boto3-stubs` with
|
|
173
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
163
174
|
|
|
164
175
|
```bash
|
|
165
|
-
|
|
176
|
+
pip uninstall boto3-stubs
|
|
177
|
+
pip install boto3-stubs-lite
|
|
166
178
|
```
|
|
167
179
|
|
|
168
|
-
|
|
169
|
-
|
|
180
|
+
Install `boto3-stubs[eks]` in your environment:
|
|
181
|
+
|
|
182
|
+
```bash
|
|
183
|
+
python -m pip install 'boto3-stubs[eks]'
|
|
184
|
+
```
|
|
170
185
|
|
|
171
|
-
|
|
186
|
+
Both type checking and code completion should now work.
|
|
172
187
|
|
|
173
188
|
<a id="emacs"></a>
|
|
174
189
|
|
|
@@ -254,6 +269,31 @@ Optionally, you can install `boto3-stubs` to `typings` directory.
|
|
|
254
269
|
Type checking should now work. No explicit type annotations required, write
|
|
255
270
|
your `boto3` code as usual.
|
|
256
271
|
|
|
272
|
+
<a id="pylint-compatibility"></a>
|
|
273
|
+
|
|
274
|
+
### Pylint compatibility
|
|
275
|
+
|
|
276
|
+
It is totally safe to use `TYPE_CHECKING` flag in order to avoid
|
|
277
|
+
`mypy-boto3-eks` dependency in production. However, there is an issue in
|
|
278
|
+
`pylint` that it complains about undefined variables. To fix it, set all types
|
|
279
|
+
to `object` in non-`TYPE_CHECKING` mode.
|
|
280
|
+
|
|
281
|
+
```python
|
|
282
|
+
from typing import TYPE_CHECKING
|
|
283
|
+
|
|
284
|
+
if TYPE_CHECKING:
|
|
285
|
+
from mypy_boto3_ec2 import EC2Client, EC2ServiceResource
|
|
286
|
+
from mypy_boto3_ec2.waiters import BundleTaskCompleteWaiter
|
|
287
|
+
from mypy_boto3_ec2.paginators import DescribeVolumesPaginator
|
|
288
|
+
else:
|
|
289
|
+
EC2Client = object
|
|
290
|
+
EC2ServiceResource = object
|
|
291
|
+
BundleTaskCompleteWaiter = object
|
|
292
|
+
DescribeVolumesPaginator = object
|
|
293
|
+
|
|
294
|
+
...
|
|
295
|
+
```
|
|
296
|
+
|
|
257
297
|
<a id="explicit-type-annotations"></a>
|
|
258
298
|
|
|
259
299
|
## Explicit type annotations
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_eks/__init__.py,sha256=jFVUXeLoad7MEcujD_IzbWsthXmaDeDIHTMXeiBEnus,4743
|
|
2
|
+
mypy_boto3_eks/__init__.pyi,sha256=FZEpmKxAATrcpUAICEJ3rOJMJADPR7MZWMgXZ2Fnk_g,4742
|
|
3
|
+
mypy_boto3_eks/__main__.py,sha256=C22bMBvwRkGpJ5PwURiXnerRlIGCIS4JFNgvyfsxaDs,933
|
|
4
|
+
mypy_boto3_eks/client.py,sha256=-4_q-egEi_VRRzY8euKJjVvAWAT8GtVTiU3APt2IkvE,47867
|
|
5
|
+
mypy_boto3_eks/client.pyi,sha256=Z8Bqxwz50F1DkMkBYuRsb4_WdeGkHJb2fVbTp50NvZE,47863
|
|
6
|
+
mypy_boto3_eks/literals.py,sha256=DMfi9urGbArZx35NFs-B94x1WhyVQdrp1n5SVJHNwSY,18745
|
|
7
|
+
mypy_boto3_eks/literals.pyi,sha256=1WvMzmKeBBfLdAivzwt-xSsbhUl1BhHspr7SfkYubss,18743
|
|
8
|
+
mypy_boto3_eks/paginator.py,sha256=b47PYSo7ZZeyb6a8cZAvKWs0GQJNHe491CGkrnvD4pU,16664
|
|
9
|
+
mypy_boto3_eks/paginator.pyi,sha256=snJRMYrJ-Fm_qCLP4NuD0y2wX2AlZkFkc7MrJPx3qrA,16635
|
|
10
|
+
mypy_boto3_eks/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_eks/type_defs.py,sha256=U15DGE_eflq40ahwJIe4D7GlBwMi5vm49pd9ImjbFYU,55046
|
|
12
|
+
mypy_boto3_eks/type_defs.pyi,sha256=6oqNspGsm3OuiMc14hkezLxKtaezbc7OJAMGrlHGF7M,54822
|
|
13
|
+
mypy_boto3_eks/version.py,sha256=YQeegutf73cmLwsZE7d3vYIjpKh09ERGKV08ssq8iHk,93
|
|
14
|
+
mypy_boto3_eks/waiter.py,sha256=zpm2zEN_i94jJpYhb4yDd5xJ_jI5kRf2ynCffyOZEpM,8545
|
|
15
|
+
mypy_boto3_eks/waiter.pyi,sha256=FcCxeEAmZHN---jGku2y6s-h_KMBuGeMnqfOVZGa8Aw,8528
|
|
16
|
+
mypy_boto3_eks-1.35.72.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_eks-1.35.72.dist-info/METADATA,sha256=uG9_YgUbfte3G9MIXlIuvp9XSBSyOnDJxMNXRq-e-xw,16911
|
|
18
|
+
mypy_boto3_eks-1.35.72.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
19
|
+
mypy_boto3_eks-1.35.72.dist-info/top_level.txt,sha256=WzyqlAH5WFvCFI-LKEMwG_Khgagcx_dFpnoibGYNbA0,15
|
|
20
|
+
mypy_boto3_eks-1.35.72.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=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,,
|
|
File without changes
|
|
File without changes
|