types-boto3-batch 1.40.19__py3-none-any.whl → 1.40.36__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 +1 -1
- types_boto3_batch/literals.pyi +1 -1
- types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.40.19.dist-info → types_boto3_batch-1.40.36.dist-info}/METADATA +4 -4
- {types_boto3_batch-1.40.19.dist-info → types_boto3_batch-1.40.36.dist-info}/RECORD +9 -9
- {types_boto3_batch-1.40.19.dist-info → types_boto3_batch-1.40.36.dist-info}/WHEEL +0 -0
- {types_boto3_batch-1.40.19.dist-info → types_boto3_batch-1.40.36.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_batch-1.40.19.dist-info → types_boto3_batch-1.40.36.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.36\n"
|
|
16
|
+
"Version: 1.40.36\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.36\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
types_boto3_batch/literals.py
CHANGED
|
@@ -491,7 +491,6 @@ ServiceName = Literal[
|
|
|
491
491
|
"shield",
|
|
492
492
|
"signer",
|
|
493
493
|
"simspaceweaver",
|
|
494
|
-
"sms",
|
|
495
494
|
"snow-device-management",
|
|
496
495
|
"snowball",
|
|
497
496
|
"sns",
|
|
@@ -569,6 +568,7 @@ RegionName = Literal[
|
|
|
569
568
|
"ap-southeast-3",
|
|
570
569
|
"ap-southeast-4",
|
|
571
570
|
"ap-southeast-5",
|
|
571
|
+
"ap-southeast-6",
|
|
572
572
|
"ap-southeast-7",
|
|
573
573
|
"ca-central-1",
|
|
574
574
|
"ca-west-1",
|
types_boto3_batch/literals.pyi
CHANGED
|
@@ -489,7 +489,6 @@ ServiceName = Literal[
|
|
|
489
489
|
"shield",
|
|
490
490
|
"signer",
|
|
491
491
|
"simspaceweaver",
|
|
492
|
-
"sms",
|
|
493
492
|
"snow-device-management",
|
|
494
493
|
"snowball",
|
|
495
494
|
"sns",
|
|
@@ -567,6 +566,7 @@ RegionName = Literal[
|
|
|
567
566
|
"ap-southeast-3",
|
|
568
567
|
"ap-southeast-4",
|
|
569
568
|
"ap-southeast-5",
|
|
569
|
+
"ap-southeast-6",
|
|
570
570
|
"ap-southeast-7",
|
|
571
571
|
"ca-central-1",
|
|
572
572
|
"ca-west-1",
|
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.36
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.40.36 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.36](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.36' 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.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
types_boto3_batch/__init__.py,sha256=1SsbXa_1tBbWldiB95C4-jPXFC-qFvRezbmmUOntNFE,2617
|
|
2
2
|
types_boto3_batch/__init__.pyi,sha256=a40bJGm0gP_Lc4FBWYjPez_I6I31JbyYiFQTq_A4at8,2616
|
|
3
|
-
types_boto3_batch/__main__.py,sha256=
|
|
3
|
+
types_boto3_batch/__main__.py,sha256=qyJ8729PA7oFsLQ-Qv1Kr4qykVHRNqTVqX-2aQLuNKE,977
|
|
4
4
|
types_boto3_batch/client.py,sha256=jACnUVoBHkF9MpgSQhGqFwVrPTJKZN0VPwBnVI3qgtU,29981
|
|
5
5
|
types_boto3_batch/client.pyi,sha256=yKHHmiJ930VziSb2E6AefDmIMNLdKtbh_qB16aXSceg,29978
|
|
6
|
-
types_boto3_batch/literals.py,sha256=
|
|
7
|
-
types_boto3_batch/literals.pyi,sha256=
|
|
6
|
+
types_boto3_batch/literals.py,sha256=jx0NTVycSGqJguxCKcUTFebZBMUytRWOTPwEIvILWUU,14131
|
|
7
|
+
types_boto3_batch/literals.pyi,sha256=Co_DGcQCfsKqLRCsKUOoAQCa5P3Jp3xSHZNqW6LaUsE,14129
|
|
8
8
|
types_boto3_batch/paginator.py,sha256=j9kINQv6udn9sCfMY3pnximkE2hRgTbVm0IUNxfAikM,13919
|
|
9
9
|
types_boto3_batch/paginator.pyi,sha256=MeEowA9aWJQx8ntkc5t1Pg9LLAbnODYqKBpbPwLCjhA,13891
|
|
10
10
|
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
11
|
types_boto3_batch/type_defs.py,sha256=-M-zfLjBJjKGnb9BdoXUdArrFcteM9YdUKuXcoHYaR8,63631
|
|
12
12
|
types_boto3_batch/type_defs.pyi,sha256=qmDIpuTD8AwqXuY18NrPOii5o-TK463X3mXsav2Ndwk,63413
|
|
13
|
-
types_boto3_batch/version.py,sha256=
|
|
14
|
-
types_boto3_batch-1.40.
|
|
15
|
-
types_boto3_batch-1.40.
|
|
16
|
-
types_boto3_batch-1.40.
|
|
17
|
-
types_boto3_batch-1.40.
|
|
18
|
-
types_boto3_batch-1.40.
|
|
13
|
+
types_boto3_batch/version.py,sha256=tZbymmhpDSxa7yg5AfR7IujmfyZoomyL0AF1adNrwUI,93
|
|
14
|
+
types_boto3_batch-1.40.36.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_batch-1.40.36.dist-info/METADATA,sha256=7Tjp5Mml8hhXnOl4C6eNVuj7MNjrLI4tmyyS8LLxyfQ,16124
|
|
16
|
+
types_boto3_batch-1.40.36.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
17
|
+
types_boto3_batch-1.40.36.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
+
types_boto3_batch-1.40.36.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_batch-1.40.19.dist-info → types_boto3_batch-1.40.36.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|