mypy-boto3-batch 1.41.0__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.
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/LICENSE +1 -1
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/PKG-INFO +4 -4
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/README.md +2 -2
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/__init__.py +1 -1
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/__init__.pyi +1 -1
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/__main__.py +4 -4
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/client.py +1 -1
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/client.pyi +1 -1
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/literals.py +7 -2
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/literals.pyi +7 -2
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/paginator.py +1 -1
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/paginator.pyi +1 -1
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/type_defs.py +4 -1
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/type_defs.pyi +4 -1
- mypy_boto3_batch-1.42.41/mypy_boto3_batch/version.py +7 -0
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch.egg-info/PKG-INFO +4 -4
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/pyproject.toml +3 -3
- mypy_boto3_batch-1.41.0/mypy_boto3_batch/version.py +0 -7
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch/py.typed +0 -0
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch.egg-info/requires.txt +0 -0
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
- {mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-batch
|
|
3
|
-
Version: 1.41
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.41
|
|
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.41
|
|
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.41
|
|
107
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3-stubs` 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.41
|
|
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.41
|
|
74
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
75
75
|
2. Select `boto3-stubs` AWS SDK.
|
|
76
76
|
3. Add `Batch` service.
|
|
77
77
|
4. Use provided commands to install generated packages.
|
|
@@ -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.41
|
|
16
|
-
"Version: 1.41
|
|
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/boto3_stubs_docs/mypy_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.41
|
|
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/boto3_stubs_docs/mypy_boto3_batch/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -221,6 +221,7 @@ ServiceName = Literal[
|
|
|
221
221
|
"comprehend",
|
|
222
222
|
"comprehendmedical",
|
|
223
223
|
"compute-optimizer",
|
|
224
|
+
"compute-optimizer-automation",
|
|
224
225
|
"config",
|
|
225
226
|
"connect",
|
|
226
227
|
"connect-contact-lens",
|
|
@@ -266,7 +267,6 @@ ServiceName = Literal[
|
|
|
266
267
|
"eks-auth",
|
|
267
268
|
"elasticache",
|
|
268
269
|
"elasticbeanstalk",
|
|
269
|
-
"elastictranscoder",
|
|
270
270
|
"elb",
|
|
271
271
|
"elbv2",
|
|
272
272
|
"emr",
|
|
@@ -401,6 +401,7 @@ ServiceName = Literal[
|
|
|
401
401
|
"networkmonitor",
|
|
402
402
|
"notifications",
|
|
403
403
|
"notificationscontacts",
|
|
404
|
+
"nova-act",
|
|
404
405
|
"oam",
|
|
405
406
|
"observabilityadmin",
|
|
406
407
|
"odb",
|
|
@@ -411,6 +412,8 @@ ServiceName = Literal[
|
|
|
411
412
|
"osis",
|
|
412
413
|
"outposts",
|
|
413
414
|
"panorama",
|
|
415
|
+
"partnercentral-account",
|
|
416
|
+
"partnercentral-benefits",
|
|
414
417
|
"partnercentral-channel",
|
|
415
418
|
"partnercentral-selling",
|
|
416
419
|
"payment-cryptography",
|
|
@@ -453,6 +456,7 @@ ServiceName = Literal[
|
|
|
453
456
|
"route53-recovery-control-config",
|
|
454
457
|
"route53-recovery-readiness",
|
|
455
458
|
"route53domains",
|
|
459
|
+
"route53globalresolver",
|
|
456
460
|
"route53profiles",
|
|
457
461
|
"route53resolver",
|
|
458
462
|
"rtbfabric",
|
|
@@ -527,6 +531,7 @@ ServiceName = Literal[
|
|
|
527
531
|
"waf-regional",
|
|
528
532
|
"wafv2",
|
|
529
533
|
"wellarchitected",
|
|
534
|
+
"wickr",
|
|
530
535
|
"wisdom",
|
|
531
536
|
"workdocs",
|
|
532
537
|
"workmail",
|
|
@@ -3,7 +3,7 @@ Type annotations for batch service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -219,6 +219,7 @@ ServiceName = Literal[
|
|
|
219
219
|
"comprehend",
|
|
220
220
|
"comprehendmedical",
|
|
221
221
|
"compute-optimizer",
|
|
222
|
+
"compute-optimizer-automation",
|
|
222
223
|
"config",
|
|
223
224
|
"connect",
|
|
224
225
|
"connect-contact-lens",
|
|
@@ -264,7 +265,6 @@ ServiceName = Literal[
|
|
|
264
265
|
"eks-auth",
|
|
265
266
|
"elasticache",
|
|
266
267
|
"elasticbeanstalk",
|
|
267
|
-
"elastictranscoder",
|
|
268
268
|
"elb",
|
|
269
269
|
"elbv2",
|
|
270
270
|
"emr",
|
|
@@ -399,6 +399,7 @@ ServiceName = Literal[
|
|
|
399
399
|
"networkmonitor",
|
|
400
400
|
"notifications",
|
|
401
401
|
"notificationscontacts",
|
|
402
|
+
"nova-act",
|
|
402
403
|
"oam",
|
|
403
404
|
"observabilityadmin",
|
|
404
405
|
"odb",
|
|
@@ -409,6 +410,8 @@ ServiceName = Literal[
|
|
|
409
410
|
"osis",
|
|
410
411
|
"outposts",
|
|
411
412
|
"panorama",
|
|
413
|
+
"partnercentral-account",
|
|
414
|
+
"partnercentral-benefits",
|
|
412
415
|
"partnercentral-channel",
|
|
413
416
|
"partnercentral-selling",
|
|
414
417
|
"payment-cryptography",
|
|
@@ -451,6 +454,7 @@ ServiceName = Literal[
|
|
|
451
454
|
"route53-recovery-control-config",
|
|
452
455
|
"route53-recovery-readiness",
|
|
453
456
|
"route53domains",
|
|
457
|
+
"route53globalresolver",
|
|
454
458
|
"route53profiles",
|
|
455
459
|
"route53resolver",
|
|
456
460
|
"rtbfabric",
|
|
@@ -525,6 +529,7 @@ ServiceName = Literal[
|
|
|
525
529
|
"waf-regional",
|
|
526
530
|
"wafv2",
|
|
527
531
|
"wellarchitected",
|
|
532
|
+
"wickr",
|
|
528
533
|
"wisdom",
|
|
529
534
|
"workdocs",
|
|
530
535
|
"workmail",
|
|
@@ -3,7 +3,7 @@ Type annotations for batch service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_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/boto3_stubs_docs/mypy_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: mypy-boto3-batch
|
|
3
|
-
Version: 1.41
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.41
|
|
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.41
|
|
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.41
|
|
107
|
+
`uvx --with 'boto3==1.42.41' mypy-boto3-builder`
|
|
108
108
|
2. Select `boto3-stubs` AWS SDK.
|
|
109
109
|
3. Add `Batch` service.
|
|
110
110
|
4. Use provided commands to install generated packages.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Setup script for mypy-boto3-batch.
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Vlad Emelianov
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "mypy-boto3-batch"
|
|
7
|
-
version = "1.41
|
|
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.41
|
|
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",
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_batch-1.41.0 → mypy_boto3_batch-1.42.41}/mypy_boto3_batch.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|