types-boto3-batch 1.40.5__py3-none-any.whl → 1.40.12__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/__main__.py +3 -3
- types_boto3_batch/literals.py +2 -0
- types_boto3_batch/literals.pyi +2 -0
- types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.40.5.dist-info → types_boto3_batch-1.40.12.dist-info}/METADATA +4 -4
- types_boto3_batch-1.40.12.dist-info/RECORD +18 -0
- types_boto3_batch-1.40.5.dist-info/RECORD +0 -18
- {types_boto3_batch-1.40.5.dist-info → types_boto3_batch-1.40.12.dist-info}/WHEEL +0 -0
- {types_boto3_batch-1.40.5.dist-info → types_boto3_batch-1.40.12.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_batch-1.40.5.dist-info → types_boto3_batch-1.40.12.dist-info}/top_level.txt +0 -0
types_boto3_batch/__main__.py
CHANGED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 Batch 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 Batch 1.40.12\n"
|
|
16
|
+
"Version: 1.40.12\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_batch//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#batch\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.12\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_batch/literals.py
CHANGED
|
@@ -165,8 +165,10 @@ ServiceName = Literal[
|
|
|
165
165
|
"backup-gateway",
|
|
166
166
|
"backupsearch",
|
|
167
167
|
"batch",
|
|
168
|
+
"bcm-dashboards",
|
|
168
169
|
"bcm-data-exports",
|
|
169
170
|
"bcm-pricing-calculator",
|
|
171
|
+
"bcm-recommended-actions",
|
|
170
172
|
"bedrock",
|
|
171
173
|
"bedrock-agent",
|
|
172
174
|
"bedrock-agent-runtime",
|
types_boto3_batch/literals.pyi
CHANGED
|
@@ -163,8 +163,10 @@ ServiceName = Literal[
|
|
|
163
163
|
"backup-gateway",
|
|
164
164
|
"backupsearch",
|
|
165
165
|
"batch",
|
|
166
|
+
"bcm-dashboards",
|
|
166
167
|
"bcm-data-exports",
|
|
167
168
|
"bcm-pricing-calculator",
|
|
169
|
+
"bcm-recommended-actions",
|
|
168
170
|
"bedrock",
|
|
169
171
|
"bedrock-agent",
|
|
170
172
|
"bedrock-agent-runtime",
|
types_boto3_batch/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.40.
|
|
3
|
+
Version: 1.40.12
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.40.12 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 Batch 1.40.
|
|
59
|
+
Type annotations for [boto3 Batch 1.40.12](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -118,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
118
|
isolation.
|
|
119
119
|
|
|
120
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.40.
|
|
121
|
+
`uvx --with 'boto3==1.40.12' mypy-boto3-builder`
|
|
122
122
|
2. Select `boto3` AWS SDK.
|
|
123
123
|
3. Add `Batch` service.
|
|
124
124
|
4. Use provided commands to install generated packages.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_batch/__init__.py,sha256=1SsbXa_1tBbWldiB95C4-jPXFC-qFvRezbmmUOntNFE,2617
|
|
2
|
+
types_boto3_batch/__init__.pyi,sha256=a40bJGm0gP_Lc4FBWYjPez_I6I31JbyYiFQTq_A4at8,2616
|
|
3
|
+
types_boto3_batch/__main__.py,sha256=Ah7DWLv8v502sZJN_La4wlMmQxXSk7KzuDETw7ivr2M,977
|
|
4
|
+
types_boto3_batch/client.py,sha256=jACnUVoBHkF9MpgSQhGqFwVrPTJKZN0VPwBnVI3qgtU,29981
|
|
5
|
+
types_boto3_batch/client.pyi,sha256=yKHHmiJ930VziSb2E6AefDmIMNLdKtbh_qB16aXSceg,29978
|
|
6
|
+
types_boto3_batch/literals.py,sha256=-J8-XJbZl6r1eR70TFdmwzW_oAOXG-NaDgL0Zl8nNdE,14203
|
|
7
|
+
types_boto3_batch/literals.pyi,sha256=G3NG8sWDqT5xZZ-KbdrI_4FprHvaKTUsoYXWVEWQuqE,14201
|
|
8
|
+
types_boto3_batch/paginator.py,sha256=j9kINQv6udn9sCfMY3pnximkE2hRgTbVm0IUNxfAikM,13919
|
|
9
|
+
types_boto3_batch/paginator.pyi,sha256=MeEowA9aWJQx8ntkc5t1Pg9LLAbnODYqKBpbPwLCjhA,13891
|
|
10
|
+
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_batch/type_defs.py,sha256=-M-zfLjBJjKGnb9BdoXUdArrFcteM9YdUKuXcoHYaR8,63631
|
|
12
|
+
types_boto3_batch/type_defs.pyi,sha256=qmDIpuTD8AwqXuY18NrPOii5o-TK463X3mXsav2Ndwk,63413
|
|
13
|
+
types_boto3_batch/version.py,sha256=zodrQKDoduWXAK0t7rN4tr_vpypjwxnbMOtDsLxxApg,93
|
|
14
|
+
types_boto3_batch-1.40.12.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_batch-1.40.12.dist-info/METADATA,sha256=N3YWR3mlTqFgysrxvqa-0Khwc3f7hqC_nv5xIwIi5hg,16124
|
|
16
|
+
types_boto3_batch-1.40.12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_batch-1.40.12.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
+
types_boto3_batch-1.40.12.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_batch/__init__.py,sha256=1SsbXa_1tBbWldiB95C4-jPXFC-qFvRezbmmUOntNFE,2617
|
|
2
|
-
types_boto3_batch/__init__.pyi,sha256=a40bJGm0gP_Lc4FBWYjPez_I6I31JbyYiFQTq_A4at8,2616
|
|
3
|
-
types_boto3_batch/__main__.py,sha256=4e7O6QG1MSz6qLdG0peef3kW_LtVw0Zp792tJY7TCzk,974
|
|
4
|
-
types_boto3_batch/client.py,sha256=jACnUVoBHkF9MpgSQhGqFwVrPTJKZN0VPwBnVI3qgtU,29981
|
|
5
|
-
types_boto3_batch/client.pyi,sha256=yKHHmiJ930VziSb2E6AefDmIMNLdKtbh_qB16aXSceg,29978
|
|
6
|
-
types_boto3_batch/literals.py,sha256=_rUgX16i1ANUu5NarMBYsyRXgEGhcmWSV_I4Sj36xqc,14150
|
|
7
|
-
types_boto3_batch/literals.pyi,sha256=NlIKWNWA2r5oLCJbFRC29qN0WKE7tyY2VdzLQrAnX-w,14148
|
|
8
|
-
types_boto3_batch/paginator.py,sha256=j9kINQv6udn9sCfMY3pnximkE2hRgTbVm0IUNxfAikM,13919
|
|
9
|
-
types_boto3_batch/paginator.pyi,sha256=MeEowA9aWJQx8ntkc5t1Pg9LLAbnODYqKBpbPwLCjhA,13891
|
|
10
|
-
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_batch/type_defs.py,sha256=-M-zfLjBJjKGnb9BdoXUdArrFcteM9YdUKuXcoHYaR8,63631
|
|
12
|
-
types_boto3_batch/type_defs.pyi,sha256=qmDIpuTD8AwqXuY18NrPOii5o-TK463X3mXsav2Ndwk,63413
|
|
13
|
-
types_boto3_batch/version.py,sha256=6XG1TfSnKm9WCBgPCmHkdfJ9ibkHeQRA4c3EdIxbxmg,92
|
|
14
|
-
types_boto3_batch-1.40.5.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_batch-1.40.5.dist-info/METADATA,sha256=0Jjj07BdluPs0kMycFwYEvbyujWQ1miArBu6WXdPyq8,16120
|
|
16
|
-
types_boto3_batch-1.40.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
-
types_boto3_batch-1.40.5.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
-
types_boto3_batch-1.40.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|