mypy-boto3-eks 1.35.0__tar.gz → 1.35.57__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.
Files changed (28) hide show
  1. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/PKG-INFO +9 -9
  2. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/README.md +6 -7
  3. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/__init__.py +1 -0
  4. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/__main__.py +4 -4
  5. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/client.py +132 -262
  6. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/client.pyi +131 -262
  7. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/literals.py +18 -8
  8. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/literals.pyi +16 -8
  9. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/paginator.py +46 -44
  10. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/paginator.pyi +44 -57
  11. mypy_boto3_eks-1.35.57/mypy_boto3_eks/type_defs.py +1724 -0
  12. mypy_boto3_eks-1.35.57/mypy_boto3_eks/type_defs.pyi +1513 -0
  13. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/version.py +1 -1
  14. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/waiter.py +26 -17
  15. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/waiter.pyi +25 -25
  16. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/PKG-INFO +9 -9
  17. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/setup.py +3 -2
  18. mypy_boto3_eks-1.35.0/mypy_boto3_eks/type_defs.py +0 -2067
  19. mypy_boto3_eks-1.35.0/mypy_boto3_eks/type_defs.pyi +0 -2067
  20. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/LICENSE +0 -0
  21. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/__init__.pyi +0 -0
  22. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks/py.typed +0 -0
  23. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/SOURCES.txt +0 -0
  24. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/dependency_links.txt +0 -0
  25. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/not-zip-safe +0 -0
  26. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/requires.txt +0 -0
  27. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/mypy_boto3_eks.egg-info/top_level.txt +0 -0
  28. {mypy_boto3_eks-1.35.0 → mypy_boto3_eks-1.35.57}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-eks
3
- Version: 1.35.0
4
- Summary: Type annotations for boto3.EKS 1.35.0 service generated with mypy-boto3-builder 7.26.0
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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
45
 
45
46
  Type annotations for
46
- [boto3.EKS 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
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 7.26.0](https://github.com/youtype/mypy_boto3_builder).
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
@@ -231,7 +232,7 @@ should work.
231
232
  - Install `boto3-stubs[eks]` in your environment:
232
233
 
233
234
  ```bash
234
- python -m pip install 'boto3-stubs[eks]'`
235
+ python -m pip install 'boto3-stubs[eks]'
235
236
  ```
236
237
 
237
238
  Type checking should now work. No explicit type annotations required, write
@@ -248,7 +249,7 @@ your `boto3` code as usual.
248
249
  python -m pip install 'boto3-stubs[eks]'
249
250
  ```
250
251
 
251
- Optionally, you can install `boto3-stubs` to `typings` folder.
252
+ Optionally, you can install `boto3-stubs` to `typings` directory.
252
253
 
253
254
  Type checking should now work. No explicit type annotations required, write
254
255
  your `boto3` code as usual.
@@ -422,8 +423,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
422
423
  annotations extracted from `botocore` schemas.
423
424
  - Type annotations include up-to-date documentation.
424
425
  - Link to documentation is provided for every method.
425
- - Code is processed by [black](https://github.com/psf/black) and
426
- [isort](https://github.com/PyCQA/isort) for readability.
426
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
427
427
 
428
428
  <a id="what's-new"></a>
429
429
 
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.EKS 1.35.0](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
13
+ [boto3.EKS 1.35.57](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/eks.html#EKS)
14
14
  service compatible with [VSCode](https://code.visualstudio.com/),
15
15
  [PyCharm](https://www.jetbrains.com/pycharm/),
16
16
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated by
22
- [mypy-boto3-builder 7.26.0](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 8.2.1](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -128,7 +128,7 @@ annotations required, write your `boto3` code as usual.
128
128
  Install `boto3-stubs-lite[eks]` in your environment:
129
129
 
130
130
  ```bash
131
- python -m pip install 'boto3-stubs-lite[eks]'`
131
+ python -m pip install 'boto3-stubs-lite[eks]'
132
132
  ```
133
133
 
134
134
  Both type checking and code completion should now work. Explicit type
@@ -198,7 +198,7 @@ should work.
198
198
  - Install `boto3-stubs[eks]` in your environment:
199
199
 
200
200
  ```bash
201
- python -m pip install 'boto3-stubs[eks]'`
201
+ python -m pip install 'boto3-stubs[eks]'
202
202
  ```
203
203
 
204
204
  Type checking should now work. No explicit type annotations required, write
@@ -215,7 +215,7 @@ your `boto3` code as usual.
215
215
  python -m pip install 'boto3-stubs[eks]'
216
216
  ```
217
217
 
218
- Optionally, you can install `boto3-stubs` to `typings` folder.
218
+ Optionally, you can install `boto3-stubs` to `typings` directory.
219
219
 
220
220
  Type checking should now work. No explicit type annotations required, write
221
221
  your `boto3` code as usual.
@@ -389,8 +389,7 @@ updates. It delivers drop-in type annotations for you and makes sure that:
389
389
  annotations extracted from `botocore` schemas.
390
390
  - Type annotations include up-to-date documentation.
391
391
  - Link to documentation is provided for every method.
392
- - Code is processed by [black](https://github.com/psf/black) and
393
- [isort](https://github.com/PyCQA/isort) for readability.
392
+ - Code is processed by [ruff](https://docs.astral.sh/ruff/) for readability.
394
393
 
395
394
  <a id="what's-new"></a>
396
395
 
@@ -88,6 +88,7 @@ from .waiter import (
88
88
 
89
89
  Client = EKSClient
90
90
 
91
+
91
92
  __all__ = (
92
93
  "AddonActiveWaiter",
93
94
  "AddonDeletedWaiter",
@@ -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.35.0\n"
14
- "Version: 1.35.0\n"
15
- "Builder version: 7.26.0\n"
13
+ "Type annotations for boto3.EKS 1.35.57\n"
14
+ "Version: 1.35.57\n"
15
+ "Builder version: 8.2.1\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.35.0")
27
+ print("1.35.57")
28
28
 
29
29
 
30
30
  def main() -> None: