types-boto3-batch 1.36.3__tar.gz → 1.37.2__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.36.3/types_boto3_batch.egg-info → types_boto3_batch-1.37.2}/PKG-INFO +19 -8
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/README.md +17 -6
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/setup.py +2 -2
- types_boto3_batch-1.36.3/types_boto3_batch/__init__.pyi → types_boto3_batch-1.37.2/types_boto3_batch/__init__.py +13 -2
- types_boto3_batch-1.36.3/types_boto3_batch/__init__.py → types_boto3_batch-1.37.2/types_boto3_batch/__init__.pyi +12 -3
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch/__main__.py +4 -4
- types_boto3_batch-1.36.3/types_boto3_batch/client.pyi → types_boto3_batch-1.37.2/types_boto3_batch/client.py +149 -57
- types_boto3_batch-1.36.3/types_boto3_batch/client.py → types_boto3_batch-1.37.2/types_boto3_batch/client.pyi +146 -60
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch/literals.py +8 -3
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch/literals.pyi +8 -3
- types_boto3_batch-1.36.3/types_boto3_batch/paginator.pyi → types_boto3_batch-1.37.2/types_boto3_batch/paginator.py +72 -2
- types_boto3_batch-1.36.3/types_boto3_batch/paginator.py → types_boto3_batch-1.37.2/types_boto3_batch/paginator.pyi +49 -17
- types_boto3_batch-1.36.3/types_boto3_batch/type_defs.pyi → types_boto3_batch-1.37.2/types_boto3_batch/type_defs.py +519 -214
- types_boto3_batch-1.36.3/types_boto3_batch/type_defs.py → types_boto3_batch-1.37.2/types_boto3_batch/type_defs.pyi +320 -376
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2/types_boto3_batch.egg-info}/PKG-INFO +19 -8
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/LICENSE +0 -0
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/setup.cfg +0 -0
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch/py.typed +0 -0
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch.egg-info/SOURCES.txt +0 -0
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch.egg-info/dependency_links.txt +0 -0
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch.egg-info/not-zip-safe +0 -0
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch.egg-info/requires.txt +0 -0
- {types_boto3_batch-1.36.3 → types_boto3_batch-1.37.2}/types_boto3_batch.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.
|
|
3
|
+
Version: 1.37.2
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.37.2 service generated with mypy-boto3-builder 8.9.2
|
|
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.
|
|
58
|
+
Type annotations for [boto3 Batch 1.37.2](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.2](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
|
|
@@ -112,12 +112,12 @@ See how it helps you find and fix potential bugs:
|
|
|
112
112
|
### Generate locally (recommended)
|
|
113
113
|
|
|
114
114
|
You can generate type annotations for `boto3` package locally with
|
|
115
|
-
`
|
|
115
|
+
`mypy-boto3-builder`. Use
|
|
116
116
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
117
117
|
isolation.
|
|
118
118
|
|
|
119
119
|
1. Run mypy-boto3-builder in your package root directory:
|
|
120
|
-
`uvx --with 'boto3==1.
|
|
120
|
+
`uvx --with 'boto3==1.37.2' 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.
|
|
@@ -354,6 +354,8 @@ from types_boto3_batch.paginator import (
|
|
|
354
354
|
DescribeComputeEnvironmentsPaginator,
|
|
355
355
|
DescribeJobDefinitionsPaginator,
|
|
356
356
|
DescribeJobQueuesPaginator,
|
|
357
|
+
ListConsumableResourcesPaginator,
|
|
358
|
+
ListJobsByConsumableResourcePaginator,
|
|
357
359
|
ListJobsPaginator,
|
|
358
360
|
ListSchedulingPoliciesPaginator,
|
|
359
361
|
)
|
|
@@ -371,6 +373,12 @@ describe_job_definitions_paginator: DescribeJobDefinitionsPaginator = client.get
|
|
|
371
373
|
describe_job_queues_paginator: DescribeJobQueuesPaginator = client.get_paginator(
|
|
372
374
|
"describe_job_queues"
|
|
373
375
|
)
|
|
376
|
+
list_consumable_resources_paginator: ListConsumableResourcesPaginator = client.get_paginator(
|
|
377
|
+
"list_consumable_resources"
|
|
378
|
+
)
|
|
379
|
+
list_jobs_by_consumable_resource_paginator: ListJobsByConsumableResourcePaginator = (
|
|
380
|
+
client.get_paginator("list_jobs_by_consumable_resource")
|
|
381
|
+
)
|
|
374
382
|
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
|
|
375
383
|
list_scheduling_policies_paginator: ListSchedulingPoliciesPaginator = client.get_paginator(
|
|
376
384
|
"list_scheduling_policies"
|
|
@@ -405,11 +413,14 @@ Full list of `Batch` TypeDefs can be found in
|
|
|
405
413
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_batch/type_defs/).
|
|
406
414
|
|
|
407
415
|
```python
|
|
416
|
+
# TypedDict usage example
|
|
408
417
|
from types_boto3_batch.type_defs import ArrayPropertiesDetailTypeDef
|
|
409
418
|
|
|
410
419
|
|
|
411
420
|
def get_value() -> ArrayPropertiesDetailTypeDef:
|
|
412
|
-
return {
|
|
421
|
+
return {
|
|
422
|
+
"statusSummary": ...,
|
|
423
|
+
}
|
|
413
424
|
```
|
|
414
425
|
|
|
415
426
|
<a id="how-it-works"></a>
|
|
@@ -463,7 +474,7 @@ Builder changelog can be found in
|
|
|
463
474
|
## Versioning
|
|
464
475
|
|
|
465
476
|
`types-boto3-batch` version is the same as related `boto3` version and follows
|
|
466
|
-
[
|
|
477
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
467
478
|
|
|
468
479
|
<a id="thank-you"></a>
|
|
469
480
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 Batch 1.
|
|
12
|
+
Type annotations for [boto3 Batch 1.37.2](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/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.9.2](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -66,12 +66,12 @@ See how it helps you find and fix potential bugs:
|
|
|
66
66
|
### Generate locally (recommended)
|
|
67
67
|
|
|
68
68
|
You can generate type annotations for `boto3` package locally with
|
|
69
|
-
`
|
|
69
|
+
`mypy-boto3-builder`. Use
|
|
70
70
|
[uv](https://docs.astral.sh/uv/getting-started/installation/) for build
|
|
71
71
|
isolation.
|
|
72
72
|
|
|
73
73
|
1. Run mypy-boto3-builder in your package root directory:
|
|
74
|
-
`uvx --with 'boto3==1.
|
|
74
|
+
`uvx --with 'boto3==1.37.2' 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.
|
|
@@ -308,6 +308,8 @@ from types_boto3_batch.paginator import (
|
|
|
308
308
|
DescribeComputeEnvironmentsPaginator,
|
|
309
309
|
DescribeJobDefinitionsPaginator,
|
|
310
310
|
DescribeJobQueuesPaginator,
|
|
311
|
+
ListConsumableResourcesPaginator,
|
|
312
|
+
ListJobsByConsumableResourcePaginator,
|
|
311
313
|
ListJobsPaginator,
|
|
312
314
|
ListSchedulingPoliciesPaginator,
|
|
313
315
|
)
|
|
@@ -325,6 +327,12 @@ describe_job_definitions_paginator: DescribeJobDefinitionsPaginator = client.get
|
|
|
325
327
|
describe_job_queues_paginator: DescribeJobQueuesPaginator = client.get_paginator(
|
|
326
328
|
"describe_job_queues"
|
|
327
329
|
)
|
|
330
|
+
list_consumable_resources_paginator: ListConsumableResourcesPaginator = client.get_paginator(
|
|
331
|
+
"list_consumable_resources"
|
|
332
|
+
)
|
|
333
|
+
list_jobs_by_consumable_resource_paginator: ListJobsByConsumableResourcePaginator = (
|
|
334
|
+
client.get_paginator("list_jobs_by_consumable_resource")
|
|
335
|
+
)
|
|
328
336
|
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
|
|
329
337
|
list_scheduling_policies_paginator: ListSchedulingPoliciesPaginator = client.get_paginator(
|
|
330
338
|
"list_scheduling_policies"
|
|
@@ -359,11 +367,14 @@ Full list of `Batch` TypeDefs can be found in
|
|
|
359
367
|
[docs](https://youtype.github.io/types_boto3_docs/types_boto3_batch/type_defs/).
|
|
360
368
|
|
|
361
369
|
```python
|
|
370
|
+
# TypedDict usage example
|
|
362
371
|
from types_boto3_batch.type_defs import ArrayPropertiesDetailTypeDef
|
|
363
372
|
|
|
364
373
|
|
|
365
374
|
def get_value() -> ArrayPropertiesDetailTypeDef:
|
|
366
|
-
return {
|
|
375
|
+
return {
|
|
376
|
+
"statusSummary": ...,
|
|
377
|
+
}
|
|
367
378
|
```
|
|
368
379
|
|
|
369
380
|
<a id="how-it-works"></a>
|
|
@@ -417,7 +428,7 @@ Builder changelog can be found in
|
|
|
417
428
|
## Versioning
|
|
418
429
|
|
|
419
430
|
`types-boto3-batch` version is the same as related `boto3` version and follows
|
|
420
|
-
[
|
|
431
|
+
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).
|
|
421
432
|
|
|
422
433
|
<a id="thank-you"></a>
|
|
423
434
|
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-batch",
|
|
16
|
-
version="1.
|
|
16
|
+
version="1.37.2",
|
|
17
17
|
packages=["types_boto3_batch"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 Batch 1.
|
|
22
|
+
description="Type annotations for boto3 Batch 1.37.2 service generated with mypy-boto3-builder 8.9.2",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for batch service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -11,6 +15,8 @@ Usage::
|
|
|
11
15
|
DescribeComputeEnvironmentsPaginator,
|
|
12
16
|
DescribeJobDefinitionsPaginator,
|
|
13
17
|
DescribeJobQueuesPaginator,
|
|
18
|
+
ListConsumableResourcesPaginator,
|
|
19
|
+
ListJobsByConsumableResourcePaginator,
|
|
14
20
|
ListJobsPaginator,
|
|
15
21
|
ListSchedulingPoliciesPaginator,
|
|
16
22
|
)
|
|
@@ -21,11 +27,11 @@ Usage::
|
|
|
21
27
|
describe_compute_environments_paginator: DescribeComputeEnvironmentsPaginator = client.get_paginator("describe_compute_environments")
|
|
22
28
|
describe_job_definitions_paginator: DescribeJobDefinitionsPaginator = client.get_paginator("describe_job_definitions")
|
|
23
29
|
describe_job_queues_paginator: DescribeJobQueuesPaginator = client.get_paginator("describe_job_queues")
|
|
30
|
+
list_consumable_resources_paginator: ListConsumableResourcesPaginator = client.get_paginator("list_consumable_resources")
|
|
31
|
+
list_jobs_by_consumable_resource_paginator: ListJobsByConsumableResourcePaginator = client.get_paginator("list_jobs_by_consumable_resource")
|
|
24
32
|
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
|
|
25
33
|
list_scheduling_policies_paginator: ListSchedulingPoliciesPaginator = client.get_paginator("list_scheduling_policies")
|
|
26
34
|
```
|
|
27
|
-
|
|
28
|
-
Copyright 2025 Vlad Emelianov
|
|
29
35
|
"""
|
|
30
36
|
|
|
31
37
|
from .client import BatchClient
|
|
@@ -33,18 +39,23 @@ from .paginator import (
|
|
|
33
39
|
DescribeComputeEnvironmentsPaginator,
|
|
34
40
|
DescribeJobDefinitionsPaginator,
|
|
35
41
|
DescribeJobQueuesPaginator,
|
|
42
|
+
ListConsumableResourcesPaginator,
|
|
43
|
+
ListJobsByConsumableResourcePaginator,
|
|
36
44
|
ListJobsPaginator,
|
|
37
45
|
ListSchedulingPoliciesPaginator,
|
|
38
46
|
)
|
|
39
47
|
|
|
40
48
|
Client = BatchClient
|
|
41
49
|
|
|
50
|
+
|
|
42
51
|
__all__ = (
|
|
43
52
|
"BatchClient",
|
|
44
53
|
"Client",
|
|
45
54
|
"DescribeComputeEnvironmentsPaginator",
|
|
46
55
|
"DescribeJobDefinitionsPaginator",
|
|
47
56
|
"DescribeJobQueuesPaginator",
|
|
57
|
+
"ListConsumableResourcesPaginator",
|
|
58
|
+
"ListJobsByConsumableResourcePaginator",
|
|
48
59
|
"ListJobsPaginator",
|
|
49
60
|
"ListSchedulingPoliciesPaginator",
|
|
50
61
|
)
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main interface for batch service.
|
|
3
3
|
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
4
8
|
Usage::
|
|
5
9
|
|
|
6
10
|
```python
|
|
@@ -11,6 +15,8 @@ Usage::
|
|
|
11
15
|
DescribeComputeEnvironmentsPaginator,
|
|
12
16
|
DescribeJobDefinitionsPaginator,
|
|
13
17
|
DescribeJobQueuesPaginator,
|
|
18
|
+
ListConsumableResourcesPaginator,
|
|
19
|
+
ListJobsByConsumableResourcePaginator,
|
|
14
20
|
ListJobsPaginator,
|
|
15
21
|
ListSchedulingPoliciesPaginator,
|
|
16
22
|
)
|
|
@@ -21,11 +27,11 @@ Usage::
|
|
|
21
27
|
describe_compute_environments_paginator: DescribeComputeEnvironmentsPaginator = client.get_paginator("describe_compute_environments")
|
|
22
28
|
describe_job_definitions_paginator: DescribeJobDefinitionsPaginator = client.get_paginator("describe_job_definitions")
|
|
23
29
|
describe_job_queues_paginator: DescribeJobQueuesPaginator = client.get_paginator("describe_job_queues")
|
|
30
|
+
list_consumable_resources_paginator: ListConsumableResourcesPaginator = client.get_paginator("list_consumable_resources")
|
|
31
|
+
list_jobs_by_consumable_resource_paginator: ListJobsByConsumableResourcePaginator = client.get_paginator("list_jobs_by_consumable_resource")
|
|
24
32
|
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
|
|
25
33
|
list_scheduling_policies_paginator: ListSchedulingPoliciesPaginator = client.get_paginator("list_scheduling_policies")
|
|
26
34
|
```
|
|
27
|
-
|
|
28
|
-
Copyright 2025 Vlad Emelianov
|
|
29
35
|
"""
|
|
30
36
|
|
|
31
37
|
from .client import BatchClient
|
|
@@ -33,19 +39,22 @@ from .paginator import (
|
|
|
33
39
|
DescribeComputeEnvironmentsPaginator,
|
|
34
40
|
DescribeJobDefinitionsPaginator,
|
|
35
41
|
DescribeJobQueuesPaginator,
|
|
42
|
+
ListConsumableResourcesPaginator,
|
|
43
|
+
ListJobsByConsumableResourcePaginator,
|
|
36
44
|
ListJobsPaginator,
|
|
37
45
|
ListSchedulingPoliciesPaginator,
|
|
38
46
|
)
|
|
39
47
|
|
|
40
48
|
Client = BatchClient
|
|
41
49
|
|
|
42
|
-
|
|
43
50
|
__all__ = (
|
|
44
51
|
"BatchClient",
|
|
45
52
|
"Client",
|
|
46
53
|
"DescribeComputeEnvironmentsPaginator",
|
|
47
54
|
"DescribeJobDefinitionsPaginator",
|
|
48
55
|
"DescribeJobQueuesPaginator",
|
|
56
|
+
"ListConsumableResourcesPaginator",
|
|
57
|
+
"ListJobsByConsumableResourcePaginator",
|
|
49
58
|
"ListJobsPaginator",
|
|
50
59
|
"ListSchedulingPoliciesPaginator",
|
|
51
60
|
)
|
|
@@ -12,9 +12,9 @@ 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.
|
|
16
|
-
"Version: 1.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 Batch 1.37.2\n"
|
|
16
|
+
"Version: 1.37.2\n"
|
|
17
|
+
"Builder version: 8.9.2\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"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\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.
|
|
29
|
+
sys.stdout.write("1.37.2\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|