types-boto3-batch 1.42.3__tar.gz → 1.42.41__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.
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/LICENSE +1 -1
- {types_boto3_batch-1.42.3/types_boto3_batch.egg-info → types_boto3_batch-1.42.41}/PKG-INFO +4 -4
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/README.md +2 -2
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/pyproject.toml +3 -3
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/__init__.py +1 -1
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/__init__.pyi +1 -1
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/__main__.py +4 -4
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/client.py +1 -1
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/client.pyi +1 -1
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/literals.py +2 -2
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/literals.pyi +2 -2
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/paginator.py +1 -1
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/paginator.pyi +1 -1
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/type_defs.py +4 -1
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/type_defs.pyi +4 -1
- types_boto3_batch-1.42.41/types_boto3_batch/version.py +7 -0
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41/types_boto3_batch.egg-info}/PKG-INFO +4 -4
- types_boto3_batch-1.42.3/types_boto3_batch/version.py +0 -7
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/setup.cfg +0 -0
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch/py.typed +0 -0
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/SOURCES.txt +0 -0
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/dependency_links.txt +0 -0
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/requires.txt +0 -0
- {types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.42.
|
|
3
|
+
Version: 1.42.41
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.42.41 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Batch 1.42.
|
|
45
|
+
Type annotations for [boto3 Batch 1.42.41](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
104
104
|
isolation.
|
|
105
105
|
|
|
106
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
107
|
-
`uvx --with 'boto3==1.42.
|
|
107
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3` AWS SDK.
|
|
109
109
|
3. Add `Batch` service.
|
|
110
110
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Batch 1.42.
|
|
12
|
+
Type annotations for [boto3 Batch 1.42.41](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.42.
|
|
74
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3` AWS SDK.
|
|
76
76
|
3. Add `Batch` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Setup script for types-boto3-batch.
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Vlad Emelianov
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-boto3-batch"
|
|
7
|
-
version = "1.42.
|
|
7
|
+
version = "1.42.41"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 Batch 1.42.
|
|
10
|
+
description = "Type annotations for boto3 Batch 1.42.41 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 Batch 1.42.41\n"
|
|
16
|
+
"Version: 1.42.41\n"
|
|
17
17
|
"Builder version: 8.12.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.42.
|
|
29
|
+
sys.stdout.write("1.42.41\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -3,7 +3,7 @@ Type annotations for batch service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -267,7 +267,6 @@ ServiceName = Literal[
|
|
|
267
267
|
"eks-auth",
|
|
268
268
|
"elasticache",
|
|
269
269
|
"elasticbeanstalk",
|
|
270
|
-
"elastictranscoder",
|
|
271
270
|
"elb",
|
|
272
271
|
"elbv2",
|
|
273
272
|
"emr",
|
|
@@ -532,6 +531,7 @@ ServiceName = Literal[
|
|
|
532
531
|
"waf-regional",
|
|
533
532
|
"wafv2",
|
|
534
533
|
"wellarchitected",
|
|
534
|
+
"wickr",
|
|
535
535
|
"wisdom",
|
|
536
536
|
"workdocs",
|
|
537
537
|
"workmail",
|
|
@@ -3,7 +3,7 @@ Type annotations for batch service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -265,7 +265,6 @@ ServiceName = Literal[
|
|
|
265
265
|
"eks-auth",
|
|
266
266
|
"elasticache",
|
|
267
267
|
"elasticbeanstalk",
|
|
268
|
-
"elastictranscoder",
|
|
269
268
|
"elb",
|
|
270
269
|
"elbv2",
|
|
271
270
|
"emr",
|
|
@@ -530,6 +529,7 @@ ServiceName = Literal[
|
|
|
530
529
|
"waf-regional",
|
|
531
530
|
"wafv2",
|
|
532
531
|
"wellarchitected",
|
|
532
|
+
"wickr",
|
|
533
533
|
"wisdom",
|
|
534
534
|
"workdocs",
|
|
535
535
|
"workmail",
|
|
@@ -3,7 +3,7 @@ Type annotations for batch service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -284,6 +284,7 @@ __all__ = (
|
|
|
284
284
|
|
|
285
285
|
class ArrayPropertiesDetailTypeDef(TypedDict):
|
|
286
286
|
statusSummary: NotRequired[dict[str, int]]
|
|
287
|
+
statusSummaryLastUpdatedAt: NotRequired[int]
|
|
287
288
|
size: NotRequired[int]
|
|
288
289
|
index: NotRequired[int]
|
|
289
290
|
|
|
@@ -291,6 +292,8 @@ class ArrayPropertiesDetailTypeDef(TypedDict):
|
|
|
291
292
|
class ArrayPropertiesSummaryTypeDef(TypedDict):
|
|
292
293
|
size: NotRequired[int]
|
|
293
294
|
index: NotRequired[int]
|
|
295
|
+
statusSummary: NotRequired[dict[str, int]]
|
|
296
|
+
statusSummaryLastUpdatedAt: NotRequired[int]
|
|
294
297
|
|
|
295
298
|
|
|
296
299
|
class ArrayPropertiesTypeDef(TypedDict):
|
|
@@ -3,7 +3,7 @@ Type annotations for batch service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -282,12 +282,15 @@ __all__ = (
|
|
|
282
282
|
|
|
283
283
|
class ArrayPropertiesDetailTypeDef(TypedDict):
|
|
284
284
|
statusSummary: NotRequired[dict[str, int]]
|
|
285
|
+
statusSummaryLastUpdatedAt: NotRequired[int]
|
|
285
286
|
size: NotRequired[int]
|
|
286
287
|
index: NotRequired[int]
|
|
287
288
|
|
|
288
289
|
class ArrayPropertiesSummaryTypeDef(TypedDict):
|
|
289
290
|
size: NotRequired[int]
|
|
290
291
|
index: NotRequired[int]
|
|
292
|
+
statusSummary: NotRequired[dict[str, int]]
|
|
293
|
+
statusSummaryLastUpdatedAt: NotRequired[int]
|
|
291
294
|
|
|
292
295
|
class ArrayPropertiesTypeDef(TypedDict):
|
|
293
296
|
size: NotRequired[int]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.42.
|
|
3
|
+
Version: 1.42.41
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.42.41 service generated with mypy-boto3-builder 8.12.0
|
|
5
5
|
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
|
|
43
43
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 Batch 1.42.
|
|
45
|
+
Type annotations for [boto3 Batch 1.42.41](https://pypi.org/project/boto3/)
|
|
46
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -104,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
104
104
|
isolation.
|
|
105
105
|
|
|
106
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
107
|
-
`uvx --with 'boto3==1.42.
|
|
107
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3` AWS SDK.
|
|
109
109
|
3. Add `Batch` service.
|
|
110
110
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
{types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/requires.txt
RENAMED
|
File without changes
|
{types_boto3_batch-1.42.3 → types_boto3_batch-1.42.41}/types_boto3_batch.egg-info/top_level.txt
RENAMED
|
File without changes
|