types-boto3-batch 1.40.54__tar.gz → 1.41.0__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.40.54/types_boto3_batch.egg-info → types_boto3_batch-1.41.0}/PKG-INFO +11 -25
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/README.md +3 -3
- types_boto3_batch-1.41.0/pyproject.toml +61 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/__main__.py +4 -4
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/client.py +16 -21
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/client.pyi +16 -21
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/literals.py +4 -7
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/literals.pyi +4 -7
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/type_defs.py +118 -123
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/type_defs.pyi +118 -123
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0/types_boto3_batch.egg-info}/PKG-INFO +11 -25
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch.egg-info/SOURCES.txt +1 -2
- types_boto3_batch-1.40.54/setup.py +0 -54
- types_boto3_batch-1.40.54/types_boto3_batch.egg-info/not-zip-safe +0 -1
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/LICENSE +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/setup.cfg +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/__init__.py +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/__init__.pyi +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/paginator.py +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/paginator.pyi +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch/py.typed +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch.egg-info/dependency_links.txt +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch.egg-info/requires.txt +0 -0
- {types_boto3_batch-1.40.54 → types_boto3_batch-1.41.0}/types_boto3_batch.egg-info/top_level.txt +0 -0
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
License: MIT License
|
|
3
|
+
Version: 1.41.0
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.41.0 service generated with mypy-boto3-builder 8.12.0
|
|
5
|
+
Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
|
|
6
|
+
License-Expression: MIT
|
|
7
|
+
Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
|
|
9
8
|
Project-URL: Documentation, https://youtype.github.io/types_boto3_docs/types_boto3_batch/
|
|
10
9
|
Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
|
|
11
10
|
Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
|
|
12
|
-
Keywords: boto3
|
|
11
|
+
Keywords: boto3,batch,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
|
|
12
|
+
Platform: any
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
15
|
Classifier: Environment :: Console
|
|
16
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
17
16
|
Classifier: Natural Language :: English
|
|
18
17
|
Classifier: Operating System :: OS Independent
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
21
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
27
25
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
27
|
Classifier: Typing :: Stubs Only
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Requires-Python: >=3.9
|
|
31
29
|
Description-Content-Type: text/markdown
|
|
32
30
|
License-File: LICENSE
|
|
33
31
|
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
|
-
Dynamic: author
|
|
35
|
-
Dynamic: author-email
|
|
36
|
-
Dynamic: classifier
|
|
37
|
-
Dynamic: description
|
|
38
|
-
Dynamic: description-content-type
|
|
39
|
-
Dynamic: home-page
|
|
40
|
-
Dynamic: keywords
|
|
41
|
-
Dynamic: license
|
|
42
32
|
Dynamic: license-file
|
|
43
|
-
Dynamic: project-url
|
|
44
|
-
Dynamic: requires-dist
|
|
45
|
-
Dynamic: requires-python
|
|
46
|
-
Dynamic: summary
|
|
47
33
|
|
|
48
34
|
<a id="types-boto3-batch"></a>
|
|
49
35
|
|
|
@@ -56,7 +42,7 @@ Dynamic: summary
|
|
|
56
42
|
|
|
57
43
|

|
|
58
44
|
|
|
59
|
-
Type annotations for [boto3 Batch 1.
|
|
45
|
+
Type annotations for [boto3 Batch 1.41.0](https://pypi.org/project/boto3/)
|
|
60
46
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
47
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
48
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
51
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
52
|
|
|
67
53
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
54
|
+
[mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
55
|
|
|
70
56
|
More information can be found on
|
|
71
57
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -118,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
118
104
|
isolation.
|
|
119
105
|
|
|
120
106
|
1. Run mypy-boto3-builder in your package root directory:
|
|
121
|
-
`uvx --with 'boto3==1.
|
|
107
|
+
`uvx --with 'boto3==1.41.0' mypy-boto3-builder`
|
|
122
108
|
2. Select `boto3` AWS SDK.
|
|
123
109
|
3. Add `Batch` service.
|
|
124
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.
|
|
12
|
+
Type annotations for [boto3 Batch 1.41.0](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.12.0](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
|
|
@@ -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.
|
|
74
|
+
`uvx --with 'boto3==1.41.0' 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.
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Setup script for types-boto3-batch.
|
|
2
|
+
|
|
3
|
+
# Copyright 2025 Vlad Emelianov
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "types-boto3-batch"
|
|
7
|
+
version = "1.41.0"
|
|
8
|
+
license = "MIT"
|
|
9
|
+
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
+
description = "Type annotations for boto3 Batch 1.41.0 service generated with mypy-boto3-builder 8.12.0"
|
|
11
|
+
readme = "README.md"
|
|
12
|
+
classifiers = [
|
|
13
|
+
"Development Status :: 5 - Production/Stable",
|
|
14
|
+
"Intended Audience :: Developers",
|
|
15
|
+
"Environment :: Console",
|
|
16
|
+
"Natural Language :: English",
|
|
17
|
+
"Operating System :: OS Independent",
|
|
18
|
+
"Programming Language :: Python :: 3",
|
|
19
|
+
"Programming Language :: Python :: 3.9",
|
|
20
|
+
"Programming Language :: Python :: 3.10",
|
|
21
|
+
"Programming Language :: Python :: 3.11",
|
|
22
|
+
"Programming Language :: Python :: 3.12",
|
|
23
|
+
"Programming Language :: Python :: 3.13",
|
|
24
|
+
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
26
|
+
"Programming Language :: Python :: Implementation :: CPython",
|
|
27
|
+
"Typing :: Stubs Only",
|
|
28
|
+
]
|
|
29
|
+
keywords = [
|
|
30
|
+
"boto3",
|
|
31
|
+
"batch",
|
|
32
|
+
"boto3-stubs",
|
|
33
|
+
"type-annotations",
|
|
34
|
+
"mypy",
|
|
35
|
+
"typeshed",
|
|
36
|
+
"autocomplete",
|
|
37
|
+
]
|
|
38
|
+
requires-python = ">=3.9"
|
|
39
|
+
|
|
40
|
+
dependencies = [
|
|
41
|
+
"typing-extensions; python_version<'3.12'",
|
|
42
|
+
]
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
[project.urls]
|
|
46
|
+
Homepage = "https://github.com/youtype/mypy_boto3_builder"
|
|
47
|
+
Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_batch/"
|
|
48
|
+
Source = "https://github.com/youtype/mypy_boto3_builder"
|
|
49
|
+
Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
|
|
50
|
+
|
|
51
|
+
[build-system]
|
|
52
|
+
requires = ["setuptools>=60"]
|
|
53
|
+
build-backend = "setuptools.build_meta"
|
|
54
|
+
|
|
55
|
+
[tool.setuptools]
|
|
56
|
+
platforms = ["any"]
|
|
57
|
+
include-package-data = true
|
|
58
|
+
packages = ["types_boto3_batch"]
|
|
59
|
+
|
|
60
|
+
[tool.setuptools.package-data]
|
|
61
|
+
"*" = ["*.pyi", "py.typed"]
|
|
@@ -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.41.0\n"
|
|
16
|
+
"Version: 1.41.0\n"
|
|
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"
|
|
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.41.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -105,12 +106,6 @@ from .type_defs import (
|
|
|
105
106
|
UpdateServiceEnvironmentResponseTypeDef,
|
|
106
107
|
)
|
|
107
108
|
|
|
108
|
-
if sys.version_info >= (3, 9):
|
|
109
|
-
from builtins import dict as Dict
|
|
110
|
-
from builtins import type as Type
|
|
111
|
-
from collections.abc import Mapping
|
|
112
|
-
else:
|
|
113
|
-
from typing import Dict, Mapping, Type
|
|
114
109
|
if sys.version_info >= (3, 12):
|
|
115
110
|
from typing import Literal, Unpack
|
|
116
111
|
else:
|
|
@@ -121,9 +116,9 @@ __all__ = ("BatchClient",)
|
|
|
121
116
|
|
|
122
117
|
|
|
123
118
|
class Exceptions(BaseClientExceptions):
|
|
124
|
-
ClientError:
|
|
125
|
-
ClientException:
|
|
126
|
-
ServerException:
|
|
119
|
+
ClientError: type[BotocoreClientError]
|
|
120
|
+
ClientException: type[BotocoreClientError]
|
|
121
|
+
ServerException: type[BotocoreClientError]
|
|
127
122
|
|
|
128
123
|
|
|
129
124
|
class BatchClient(BaseClient):
|
|
@@ -161,7 +156,7 @@ class BatchClient(BaseClient):
|
|
|
161
156
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#generate_presigned_url)
|
|
162
157
|
"""
|
|
163
158
|
|
|
164
|
-
def cancel_job(self, **kwargs: Unpack[CancelJobRequestTypeDef]) ->
|
|
159
|
+
def cancel_job(self, **kwargs: Unpack[CancelJobRequestTypeDef]) -> dict[str, Any]:
|
|
165
160
|
"""
|
|
166
161
|
Cancels a job in an Batch job queue.
|
|
167
162
|
|
|
@@ -221,7 +216,7 @@ class BatchClient(BaseClient):
|
|
|
221
216
|
|
|
222
217
|
def delete_compute_environment(
|
|
223
218
|
self, **kwargs: Unpack[DeleteComputeEnvironmentRequestTypeDef]
|
|
224
|
-
) ->
|
|
219
|
+
) -> dict[str, Any]:
|
|
225
220
|
"""
|
|
226
221
|
Deletes an Batch compute environment.
|
|
227
222
|
|
|
@@ -231,7 +226,7 @@ class BatchClient(BaseClient):
|
|
|
231
226
|
|
|
232
227
|
def delete_consumable_resource(
|
|
233
228
|
self, **kwargs: Unpack[DeleteConsumableResourceRequestTypeDef]
|
|
234
|
-
) ->
|
|
229
|
+
) -> dict[str, Any]:
|
|
235
230
|
"""
|
|
236
231
|
Deletes the specified consumable resource.
|
|
237
232
|
|
|
@@ -239,7 +234,7 @@ class BatchClient(BaseClient):
|
|
|
239
234
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#delete_consumable_resource)
|
|
240
235
|
"""
|
|
241
236
|
|
|
242
|
-
def delete_job_queue(self, **kwargs: Unpack[DeleteJobQueueRequestTypeDef]) ->
|
|
237
|
+
def delete_job_queue(self, **kwargs: Unpack[DeleteJobQueueRequestTypeDef]) -> dict[str, Any]:
|
|
243
238
|
"""
|
|
244
239
|
Deletes the specified job queue.
|
|
245
240
|
|
|
@@ -249,7 +244,7 @@ class BatchClient(BaseClient):
|
|
|
249
244
|
|
|
250
245
|
def delete_scheduling_policy(
|
|
251
246
|
self, **kwargs: Unpack[DeleteSchedulingPolicyRequestTypeDef]
|
|
252
|
-
) ->
|
|
247
|
+
) -> dict[str, Any]:
|
|
253
248
|
"""
|
|
254
249
|
Deletes the specified scheduling policy.
|
|
255
250
|
|
|
@@ -259,7 +254,7 @@ class BatchClient(BaseClient):
|
|
|
259
254
|
|
|
260
255
|
def delete_service_environment(
|
|
261
256
|
self, **kwargs: Unpack[DeleteServiceEnvironmentRequestTypeDef]
|
|
262
|
-
) ->
|
|
257
|
+
) -> dict[str, Any]:
|
|
263
258
|
"""
|
|
264
259
|
Deletes a Service environment.
|
|
265
260
|
|
|
@@ -269,7 +264,7 @@ class BatchClient(BaseClient):
|
|
|
269
264
|
|
|
270
265
|
def deregister_job_definition(
|
|
271
266
|
self, **kwargs: Unpack[DeregisterJobDefinitionRequestTypeDef]
|
|
272
|
-
) ->
|
|
267
|
+
) -> dict[str, Any]:
|
|
273
268
|
"""
|
|
274
269
|
Deregisters an Batch job definition.
|
|
275
270
|
|
|
@@ -454,7 +449,7 @@ class BatchClient(BaseClient):
|
|
|
454
449
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#submit_service_job)
|
|
455
450
|
"""
|
|
456
451
|
|
|
457
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) ->
|
|
452
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
458
453
|
"""
|
|
459
454
|
Associates the specified tags to a resource with the specified
|
|
460
455
|
<code>resourceArn</code>.
|
|
@@ -463,7 +458,7 @@ class BatchClient(BaseClient):
|
|
|
463
458
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#tag_resource)
|
|
464
459
|
"""
|
|
465
460
|
|
|
466
|
-
def terminate_job(self, **kwargs: Unpack[TerminateJobRequestTypeDef]) ->
|
|
461
|
+
def terminate_job(self, **kwargs: Unpack[TerminateJobRequestTypeDef]) -> dict[str, Any]:
|
|
467
462
|
"""
|
|
468
463
|
Terminates a job in a job queue.
|
|
469
464
|
|
|
@@ -473,7 +468,7 @@ class BatchClient(BaseClient):
|
|
|
473
468
|
|
|
474
469
|
def terminate_service_job(
|
|
475
470
|
self, **kwargs: Unpack[TerminateServiceJobRequestTypeDef]
|
|
476
|
-
) ->
|
|
471
|
+
) -> dict[str, Any]:
|
|
477
472
|
"""
|
|
478
473
|
Terminates a service job in a job queue.
|
|
479
474
|
|
|
@@ -481,7 +476,7 @@ class BatchClient(BaseClient):
|
|
|
481
476
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#terminate_service_job)
|
|
482
477
|
"""
|
|
483
478
|
|
|
484
|
-
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) ->
|
|
479
|
+
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
485
480
|
"""
|
|
486
481
|
Deletes specified tags from an Batch resource.
|
|
487
482
|
|
|
@@ -521,7 +516,7 @@ class BatchClient(BaseClient):
|
|
|
521
516
|
|
|
522
517
|
def update_scheduling_policy(
|
|
523
518
|
self, **kwargs: Unpack[UpdateSchedulingPolicyRequestTypeDef]
|
|
524
|
-
) ->
|
|
519
|
+
) -> dict[str, Any]:
|
|
525
520
|
"""
|
|
526
521
|
Updates a scheduling policy.
|
|
527
522
|
|
|
@@ -19,6 +19,7 @@ Usage::
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
+
from collections.abc import Mapping
|
|
22
23
|
from typing import Any, overload
|
|
23
24
|
|
|
24
25
|
from botocore.client import BaseClient, ClientMeta
|
|
@@ -105,12 +106,6 @@ from .type_defs import (
|
|
|
105
106
|
UpdateServiceEnvironmentResponseTypeDef,
|
|
106
107
|
)
|
|
107
108
|
|
|
108
|
-
if sys.version_info >= (3, 9):
|
|
109
|
-
from builtins import dict as Dict
|
|
110
|
-
from builtins import type as Type
|
|
111
|
-
from collections.abc import Mapping
|
|
112
|
-
else:
|
|
113
|
-
from typing import Dict, Mapping, Type
|
|
114
109
|
if sys.version_info >= (3, 12):
|
|
115
110
|
from typing import Literal, Unpack
|
|
116
111
|
else:
|
|
@@ -119,9 +114,9 @@ else:
|
|
|
119
114
|
__all__ = ("BatchClient",)
|
|
120
115
|
|
|
121
116
|
class Exceptions(BaseClientExceptions):
|
|
122
|
-
ClientError:
|
|
123
|
-
ClientException:
|
|
124
|
-
ServerException:
|
|
117
|
+
ClientError: type[BotocoreClientError]
|
|
118
|
+
ClientException: type[BotocoreClientError]
|
|
119
|
+
ServerException: type[BotocoreClientError]
|
|
125
120
|
|
|
126
121
|
class BatchClient(BaseClient):
|
|
127
122
|
"""
|
|
@@ -158,7 +153,7 @@ class BatchClient(BaseClient):
|
|
|
158
153
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#generate_presigned_url)
|
|
159
154
|
"""
|
|
160
155
|
|
|
161
|
-
def cancel_job(self, **kwargs: Unpack[CancelJobRequestTypeDef]) ->
|
|
156
|
+
def cancel_job(self, **kwargs: Unpack[CancelJobRequestTypeDef]) -> dict[str, Any]:
|
|
162
157
|
"""
|
|
163
158
|
Cancels a job in an Batch job queue.
|
|
164
159
|
|
|
@@ -218,7 +213,7 @@ class BatchClient(BaseClient):
|
|
|
218
213
|
|
|
219
214
|
def delete_compute_environment(
|
|
220
215
|
self, **kwargs: Unpack[DeleteComputeEnvironmentRequestTypeDef]
|
|
221
|
-
) ->
|
|
216
|
+
) -> dict[str, Any]:
|
|
222
217
|
"""
|
|
223
218
|
Deletes an Batch compute environment.
|
|
224
219
|
|
|
@@ -228,7 +223,7 @@ class BatchClient(BaseClient):
|
|
|
228
223
|
|
|
229
224
|
def delete_consumable_resource(
|
|
230
225
|
self, **kwargs: Unpack[DeleteConsumableResourceRequestTypeDef]
|
|
231
|
-
) ->
|
|
226
|
+
) -> dict[str, Any]:
|
|
232
227
|
"""
|
|
233
228
|
Deletes the specified consumable resource.
|
|
234
229
|
|
|
@@ -236,7 +231,7 @@ class BatchClient(BaseClient):
|
|
|
236
231
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#delete_consumable_resource)
|
|
237
232
|
"""
|
|
238
233
|
|
|
239
|
-
def delete_job_queue(self, **kwargs: Unpack[DeleteJobQueueRequestTypeDef]) ->
|
|
234
|
+
def delete_job_queue(self, **kwargs: Unpack[DeleteJobQueueRequestTypeDef]) -> dict[str, Any]:
|
|
240
235
|
"""
|
|
241
236
|
Deletes the specified job queue.
|
|
242
237
|
|
|
@@ -246,7 +241,7 @@ class BatchClient(BaseClient):
|
|
|
246
241
|
|
|
247
242
|
def delete_scheduling_policy(
|
|
248
243
|
self, **kwargs: Unpack[DeleteSchedulingPolicyRequestTypeDef]
|
|
249
|
-
) ->
|
|
244
|
+
) -> dict[str, Any]:
|
|
250
245
|
"""
|
|
251
246
|
Deletes the specified scheduling policy.
|
|
252
247
|
|
|
@@ -256,7 +251,7 @@ class BatchClient(BaseClient):
|
|
|
256
251
|
|
|
257
252
|
def delete_service_environment(
|
|
258
253
|
self, **kwargs: Unpack[DeleteServiceEnvironmentRequestTypeDef]
|
|
259
|
-
) ->
|
|
254
|
+
) -> dict[str, Any]:
|
|
260
255
|
"""
|
|
261
256
|
Deletes a Service environment.
|
|
262
257
|
|
|
@@ -266,7 +261,7 @@ class BatchClient(BaseClient):
|
|
|
266
261
|
|
|
267
262
|
def deregister_job_definition(
|
|
268
263
|
self, **kwargs: Unpack[DeregisterJobDefinitionRequestTypeDef]
|
|
269
|
-
) ->
|
|
264
|
+
) -> dict[str, Any]:
|
|
270
265
|
"""
|
|
271
266
|
Deregisters an Batch job definition.
|
|
272
267
|
|
|
@@ -451,7 +446,7 @@ class BatchClient(BaseClient):
|
|
|
451
446
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#submit_service_job)
|
|
452
447
|
"""
|
|
453
448
|
|
|
454
|
-
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) ->
|
|
449
|
+
def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
455
450
|
"""
|
|
456
451
|
Associates the specified tags to a resource with the specified
|
|
457
452
|
<code>resourceArn</code>.
|
|
@@ -460,7 +455,7 @@ class BatchClient(BaseClient):
|
|
|
460
455
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#tag_resource)
|
|
461
456
|
"""
|
|
462
457
|
|
|
463
|
-
def terminate_job(self, **kwargs: Unpack[TerminateJobRequestTypeDef]) ->
|
|
458
|
+
def terminate_job(self, **kwargs: Unpack[TerminateJobRequestTypeDef]) -> dict[str, Any]:
|
|
464
459
|
"""
|
|
465
460
|
Terminates a job in a job queue.
|
|
466
461
|
|
|
@@ -470,7 +465,7 @@ class BatchClient(BaseClient):
|
|
|
470
465
|
|
|
471
466
|
def terminate_service_job(
|
|
472
467
|
self, **kwargs: Unpack[TerminateServiceJobRequestTypeDef]
|
|
473
|
-
) ->
|
|
468
|
+
) -> dict[str, Any]:
|
|
474
469
|
"""
|
|
475
470
|
Terminates a service job in a job queue.
|
|
476
471
|
|
|
@@ -478,7 +473,7 @@ class BatchClient(BaseClient):
|
|
|
478
473
|
[Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/client/#terminate_service_job)
|
|
479
474
|
"""
|
|
480
475
|
|
|
481
|
-
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) ->
|
|
476
|
+
def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> dict[str, Any]:
|
|
482
477
|
"""
|
|
483
478
|
Deletes specified tags from an Batch resource.
|
|
484
479
|
|
|
@@ -518,7 +513,7 @@ class BatchClient(BaseClient):
|
|
|
518
513
|
|
|
519
514
|
def update_scheduling_policy(
|
|
520
515
|
self, **kwargs: Unpack[UpdateSchedulingPolicyRequestTypeDef]
|
|
521
|
-
) ->
|
|
516
|
+
) -> dict[str, Any]:
|
|
522
517
|
"""
|
|
523
518
|
Updates a scheduling policy.
|
|
524
519
|
|
|
@@ -152,7 +152,6 @@ ServiceName = Literal[
|
|
|
152
152
|
"apprunner",
|
|
153
153
|
"appstream",
|
|
154
154
|
"appsync",
|
|
155
|
-
"apptest",
|
|
156
155
|
"arc-region-switch",
|
|
157
156
|
"arc-zonal-shift",
|
|
158
157
|
"artifact",
|
|
@@ -320,7 +319,6 @@ ServiceName = Literal[
|
|
|
320
319
|
"iotdeviceadvisor",
|
|
321
320
|
"iotevents",
|
|
322
321
|
"iotevents-data",
|
|
323
|
-
"iotfleethub",
|
|
324
322
|
"iotfleetwise",
|
|
325
323
|
"iotsecuretunneling",
|
|
326
324
|
"iotsitewise",
|
|
@@ -359,8 +357,6 @@ ServiceName = Literal[
|
|
|
359
357
|
"location",
|
|
360
358
|
"logs",
|
|
361
359
|
"lookoutequipment",
|
|
362
|
-
"lookoutmetrics",
|
|
363
|
-
"lookoutvision",
|
|
364
360
|
"m2",
|
|
365
361
|
"machinelearning",
|
|
366
362
|
"macie2",
|
|
@@ -395,6 +391,7 @@ ServiceName = Literal[
|
|
|
395
391
|
"mq",
|
|
396
392
|
"mturk",
|
|
397
393
|
"mwaa",
|
|
394
|
+
"mwaa-serverless",
|
|
398
395
|
"neptune",
|
|
399
396
|
"neptune-graph",
|
|
400
397
|
"neptunedata",
|
|
@@ -414,6 +411,7 @@ ServiceName = Literal[
|
|
|
414
411
|
"osis",
|
|
415
412
|
"outposts",
|
|
416
413
|
"panorama",
|
|
414
|
+
"partnercentral-channel",
|
|
417
415
|
"partnercentral-selling",
|
|
418
416
|
"payment-cryptography",
|
|
419
417
|
"payment-cryptography-data",
|
|
@@ -435,8 +433,6 @@ ServiceName = Literal[
|
|
|
435
433
|
"qapps",
|
|
436
434
|
"qbusiness",
|
|
437
435
|
"qconnect",
|
|
438
|
-
"qldb",
|
|
439
|
-
"qldb-session",
|
|
440
436
|
"quicksight",
|
|
441
437
|
"ram",
|
|
442
438
|
"rbin",
|
|
@@ -451,7 +447,6 @@ ServiceName = Literal[
|
|
|
451
447
|
"resource-explorer-2",
|
|
452
448
|
"resource-groups",
|
|
453
449
|
"resourcegroupstaggingapi",
|
|
454
|
-
"robomaker",
|
|
455
450
|
"rolesanywhere",
|
|
456
451
|
"route53",
|
|
457
452
|
"route53-recovery-cluster",
|
|
@@ -460,6 +455,7 @@ ServiceName = Literal[
|
|
|
460
455
|
"route53domains",
|
|
461
456
|
"route53profiles",
|
|
462
457
|
"route53resolver",
|
|
458
|
+
"rtbfabric",
|
|
463
459
|
"rum",
|
|
464
460
|
"s3",
|
|
465
461
|
"s3control",
|
|
@@ -490,6 +486,7 @@ ServiceName = Literal[
|
|
|
490
486
|
"sesv2",
|
|
491
487
|
"shield",
|
|
492
488
|
"signer",
|
|
489
|
+
"signin",
|
|
493
490
|
"simspaceweaver",
|
|
494
491
|
"snow-device-management",
|
|
495
492
|
"snowball",
|
|
@@ -150,7 +150,6 @@ ServiceName = Literal[
|
|
|
150
150
|
"apprunner",
|
|
151
151
|
"appstream",
|
|
152
152
|
"appsync",
|
|
153
|
-
"apptest",
|
|
154
153
|
"arc-region-switch",
|
|
155
154
|
"arc-zonal-shift",
|
|
156
155
|
"artifact",
|
|
@@ -318,7 +317,6 @@ ServiceName = Literal[
|
|
|
318
317
|
"iotdeviceadvisor",
|
|
319
318
|
"iotevents",
|
|
320
319
|
"iotevents-data",
|
|
321
|
-
"iotfleethub",
|
|
322
320
|
"iotfleetwise",
|
|
323
321
|
"iotsecuretunneling",
|
|
324
322
|
"iotsitewise",
|
|
@@ -357,8 +355,6 @@ ServiceName = Literal[
|
|
|
357
355
|
"location",
|
|
358
356
|
"logs",
|
|
359
357
|
"lookoutequipment",
|
|
360
|
-
"lookoutmetrics",
|
|
361
|
-
"lookoutvision",
|
|
362
358
|
"m2",
|
|
363
359
|
"machinelearning",
|
|
364
360
|
"macie2",
|
|
@@ -393,6 +389,7 @@ ServiceName = Literal[
|
|
|
393
389
|
"mq",
|
|
394
390
|
"mturk",
|
|
395
391
|
"mwaa",
|
|
392
|
+
"mwaa-serverless",
|
|
396
393
|
"neptune",
|
|
397
394
|
"neptune-graph",
|
|
398
395
|
"neptunedata",
|
|
@@ -412,6 +409,7 @@ ServiceName = Literal[
|
|
|
412
409
|
"osis",
|
|
413
410
|
"outposts",
|
|
414
411
|
"panorama",
|
|
412
|
+
"partnercentral-channel",
|
|
415
413
|
"partnercentral-selling",
|
|
416
414
|
"payment-cryptography",
|
|
417
415
|
"payment-cryptography-data",
|
|
@@ -433,8 +431,6 @@ ServiceName = Literal[
|
|
|
433
431
|
"qapps",
|
|
434
432
|
"qbusiness",
|
|
435
433
|
"qconnect",
|
|
436
|
-
"qldb",
|
|
437
|
-
"qldb-session",
|
|
438
434
|
"quicksight",
|
|
439
435
|
"ram",
|
|
440
436
|
"rbin",
|
|
@@ -449,7 +445,6 @@ ServiceName = Literal[
|
|
|
449
445
|
"resource-explorer-2",
|
|
450
446
|
"resource-groups",
|
|
451
447
|
"resourcegroupstaggingapi",
|
|
452
|
-
"robomaker",
|
|
453
448
|
"rolesanywhere",
|
|
454
449
|
"route53",
|
|
455
450
|
"route53-recovery-cluster",
|
|
@@ -458,6 +453,7 @@ ServiceName = Literal[
|
|
|
458
453
|
"route53domains",
|
|
459
454
|
"route53profiles",
|
|
460
455
|
"route53resolver",
|
|
456
|
+
"rtbfabric",
|
|
461
457
|
"rum",
|
|
462
458
|
"s3",
|
|
463
459
|
"s3control",
|
|
@@ -488,6 +484,7 @@ ServiceName = Literal[
|
|
|
488
484
|
"sesv2",
|
|
489
485
|
"shield",
|
|
490
486
|
"signer",
|
|
487
|
+
"signin",
|
|
491
488
|
"simspaceweaver",
|
|
492
489
|
"snow-device-management",
|
|
493
490
|
"snowball",
|