types-boto3-batch 1.36.0__py3-none-any.whl → 1.36.23__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.
- types_boto3_batch/__init__.py +4 -2
- types_boto3_batch/__init__.pyi +4 -2
- types_boto3_batch/__main__.py +4 -4
- types_boto3_batch/client.py +52 -58
- types_boto3_batch/client.pyi +52 -58
- types_boto3_batch/literals.py +2 -2
- types_boto3_batch/literals.pyi +2 -2
- types_boto3_batch/paginator.py +2 -2
- types_boto3_batch/paginator.pyi +2 -2
- types_boto3_batch/type_defs.py +222 -238
- types_boto3_batch/type_defs.pyi +210 -224
- types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.36.0.dist-info → types_boto3_batch-1.36.23.dist-info}/METADATA +6 -6
- types_boto3_batch-1.36.23.dist-info/RECORD +18 -0
- types_boto3_batch-1.36.0.dist-info/RECORD +0 -18
- {types_boto3_batch-1.36.0.dist-info → types_boto3_batch-1.36.23.dist-info}/LICENSE +0 -0
- {types_boto3_batch-1.36.0.dist-info → types_boto3_batch-1.36.23.dist-info}/WHEEL +0 -0
- {types_boto3_batch-1.36.0.dist-info → types_boto3_batch-1.36.23.dist-info}/top_level.txt +0 -0
types_boto3_batch/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.36.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.36.
|
|
3
|
+
Version: 1.36.23
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.36.23 service generated with mypy-boto3-builder 8.9.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
|
|
@@ -55,7 +55,7 @@ Dynamic: summary
|
|
|
55
55
|
|
|
56
56
|

|
|
57
57
|
|
|
58
|
-
Type annotations for [boto3 Batch 1.36.
|
|
58
|
+
Type annotations for [boto3 Batch 1.36.23](https://pypi.org/project/boto3/)
|
|
59
59
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
60
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
61
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -64,7 +64,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
64
64
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
65
65
|
|
|
66
66
|
Generated with
|
|
67
|
-
[mypy-boto3-builder 8.
|
|
67
|
+
[mypy-boto3-builder 8.9.1](https://github.com/youtype/mypy_boto3_builder).
|
|
68
68
|
|
|
69
69
|
More information can be found on
|
|
70
70
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -117,7 +117,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
117
117
|
isolation.
|
|
118
118
|
|
|
119
119
|
1. Run mypy-boto3-builder in your package root directory:
|
|
120
|
-
`uvx --with 'boto3==1.36.
|
|
120
|
+
`uvx --with 'boto3==1.36.23' mypy_boto3_builder`
|
|
121
121
|
2. Select `boto3` AWS SDK.
|
|
122
122
|
3. Add `Batch` service.
|
|
123
123
|
4. Use provided commands to install generated packages.
|
|
@@ -463,7 +463,7 @@ Builder changelog can be found in
|
|
|
463
463
|
## Versioning
|
|
464
464
|
|
|
465
465
|
`types-boto3-batch` version is the same as related `boto3` version and follows
|
|
466
|
-
[
|
|
466
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
467
467
|
|
|
468
468
|
<a id="thank-you"></a>
|
|
469
469
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_batch/__init__.py,sha256=6kSqLmD_FeMTNj4pMX58gfk7zAeP0sJpB-yr5B01y1k,1623
|
|
2
|
+
types_boto3_batch/__init__.pyi,sha256=qDwUwt_FyFXE1XIFiuQyCtv8RPLjycMnNPHtpe0dr2Q,1622
|
|
3
|
+
types_boto3_batch/__main__.py,sha256=BGhHvFgJPNgKNjLum1nhwdPU6BdcFBc1G4-Ed0ZeyL8,976
|
|
4
|
+
types_boto3_batch/client.py,sha256=BZcJqulLfilAX8Ap30H_a4QrSEQBHEnTc56LN70Di-8,19308
|
|
5
|
+
types_boto3_batch/client.pyi,sha256=mEvyTSVQJdfX4zM0PJ74W0NVyo62aEBJ71W_v9GpvDg,19305
|
|
6
|
+
types_boto3_batch/literals.py,sha256=2Bswr_ZCS7aNxNwskqME8PaMWDaaUJFhoj1uVOWpuBs,12233
|
|
7
|
+
types_boto3_batch/literals.pyi,sha256=UqdAypC87AfXy09qD8Z9DCqfuePlQOQmelmAadwuH5I,12231
|
|
8
|
+
types_boto3_batch/paginator.py,sha256=5yR_CYfJe0AIOWuLXfq4DZHPsv3ylfyLsVc-iSFT_0c,7863
|
|
9
|
+
types_boto3_batch/paginator.pyi,sha256=BpY1xHeZPbo8-ZFWgot3XpgsHjZwwRPvwJ4lEuEHaLs,7847
|
|
10
|
+
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_batch/type_defs.py,sha256=1AzSrAA6NdPB0iFgBvC65vus1dYPOpl-Uxsqgms1IWs,49939
|
|
12
|
+
types_boto3_batch/type_defs.pyi,sha256=QUtgHI6INsud8dWVxGBdnuo15tU-f58UhD80vQwlkZQ,49769
|
|
13
|
+
types_boto3_batch/version.py,sha256=IceBHJXtswvRKVKqn2uUUZ-hhjTiULoiXy_eIyo5Ge8,93
|
|
14
|
+
types_boto3_batch-1.36.23.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_batch-1.36.23.dist-info/METADATA,sha256=qZLDot8iLGr0hMLBqYdBYpE32ePU2BZUfGHnl-TaGAM,15372
|
|
16
|
+
types_boto3_batch-1.36.23.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
+
types_boto3_batch-1.36.23.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
+
types_boto3_batch-1.36.23.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_batch/__init__.py,sha256=30OjOv3u281DgGrO-CpC_e4Eqwx8CistWOj8VM1fur8,1543
|
|
2
|
-
types_boto3_batch/__init__.pyi,sha256=GjAU-dVLeJqK0lWN7S8-Mr4vb_Yl_oOhoFFzPXPqDE8,1542
|
|
3
|
-
types_boto3_batch/__main__.py,sha256=hUxDa8_Xo4Uakwt5q32mDi8NuQHq_of0UFSy0aYDEFk,973
|
|
4
|
-
types_boto3_batch/client.py,sha256=DM8v_ICH8vDpUn3gCSXZZ5voCrh0aj6p39J4VkmVbNs,19700
|
|
5
|
-
types_boto3_batch/client.pyi,sha256=nCi0DTBux82XzLAqxV_x7Tv1QGCv_SPPN_X5he3nuLc,19697
|
|
6
|
-
types_boto3_batch/literals.py,sha256=llzwLtj7Yu3X9Gef7rfOOS4_wD9owQO_Vzgl3bYmi3A,12233
|
|
7
|
-
types_boto3_batch/literals.pyi,sha256=Ex9aAvXja_s4SJDDJT8v6yh7-_o1c5gTYrIemr9VYXY,12231
|
|
8
|
-
types_boto3_batch/paginator.py,sha256=Q2alFMijI9PzwpeD57uIIiasx-SjHxQzRENA7_k6lEQ,7863
|
|
9
|
-
types_boto3_batch/paginator.pyi,sha256=KwFU4iUY_Uen8qp0GIcTpUzUNB4i6nQTYGiy3aAOyY8,7847
|
|
10
|
-
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_batch/type_defs.py,sha256=r73SymqTZAPALfQg2_5giZ04Wyc9xDF_8cBBz8crNfE,50963
|
|
12
|
-
types_boto3_batch/type_defs.pyi,sha256=GtzDpj7NP5OSmTFckXyY-dDjssrrSKEcRvthOb6Kfm0,50791
|
|
13
|
-
types_boto3_batch/version.py,sha256=XqBLww9Ajk9GRr5oc1Ak2757Fsir4zxoRCWswSKh8Ro,92
|
|
14
|
-
types_boto3_batch-1.36.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_batch-1.36.0.dist-info/METADATA,sha256=gh1-CGrdLbGDJU9dscXwIfS002wWmXg5mfd9yG32YMM,15315
|
|
16
|
-
types_boto3_batch-1.36.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
-
types_boto3_batch-1.36.0.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
-
types_boto3_batch-1.36.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|