mypy-boto3-batch 1.34.0__tar.gz → 1.34.52__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.34.0 → mypy-boto3-batch-1.34.52}/LICENSE +1 -1
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/PKG-INFO +7 -7
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/README.md +2 -2
- mypy-boto3-batch-1.34.0/mypy_boto3_batch/__init__.py → mypy-boto3-batch-1.34.52/mypy_boto3_batch/__init__.pyi +0 -1
- mypy-boto3-batch-1.34.52/mypy_boto3_batch/__main__.py +40 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/client.py +14 -11
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/client.pyi +14 -10
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/literals.py +6 -2
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/literals.pyi +6 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/paginator.py +3 -4
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/paginator.pyi +3 -3
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/type_defs.py +163 -12
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/type_defs.pyi +163 -11
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/version.py +1 -1
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch.egg-info/PKG-INFO +7 -7
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/setup.py +4 -7
- mypy-boto3-batch-1.34.0/mypy_boto3_batch/__main__.py +0 -39
- /mypy-boto3-batch-1.34.0/mypy_boto3_batch/__init__.pyi → /mypy-boto3-batch-1.34.52/mypy_boto3_batch/__init__.py +0 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch/py.typed +0 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch.egg-info/requires.txt +0 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
- {mypy-boto3-batch-1.34.0 → mypy-boto3-batch-1.34.52}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-batch
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Batch 1.34.
|
|
3
|
+
Version: 1.34.52
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.34.52 service generated with mypy-boto3-builder 7.23.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
|
|
@@ -17,7 +17,6 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
17
17
|
Classifier: Natural Language :: English
|
|
18
18
|
Classifier: Operating System :: OS Independent
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
21
20
|
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -26,10 +25,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
28
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
|
-
Classifier: Typing ::
|
|
30
|
-
Requires-Python: >=3.
|
|
28
|
+
Classifier: Typing :: Stubs Only
|
|
29
|
+
Requires-Python: >=3.8
|
|
31
30
|
Description-Content-Type: text/markdown
|
|
32
31
|
License-File: LICENSE
|
|
32
|
+
Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
33
33
|
|
|
34
34
|
<a id="mypy-boto3-batch"></a>
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ License-File: LICENSE
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Batch 1.34.
|
|
46
|
+
[boto3.Batch 1.34.52](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Batch 1.34.
|
|
13
|
+
[boto3.Batch 1.34.52](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.
|
|
22
|
+
[mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Main CLI entrypoint.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
import sys
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def print_info() -> None:
|
|
9
|
+
"""
|
|
10
|
+
Print package info to stdout.
|
|
11
|
+
"""
|
|
12
|
+
print(
|
|
13
|
+
"Type annotations for boto3.Batch 1.34.52\n"
|
|
14
|
+
"Version: 1.34.52\n"
|
|
15
|
+
"Builder version: 7.23.2\n"
|
|
16
|
+
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch//\n"
|
|
17
|
+
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch\n"
|
|
18
|
+
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
19
|
+
"Changelog: https://github.com/youtype/mypy_boto3_builder/releases"
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def print_version() -> None:
|
|
24
|
+
"""
|
|
25
|
+
Print package version to stdout.
|
|
26
|
+
"""
|
|
27
|
+
print("1.34.52")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def main() -> None:
|
|
31
|
+
"""
|
|
32
|
+
Main CLI entrypoint.
|
|
33
|
+
"""
|
|
34
|
+
if "--version" in sys.argv:
|
|
35
|
+
return print_version()
|
|
36
|
+
print_info()
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
if __name__ == "__main__":
|
|
40
|
+
main()
|
|
@@ -49,6 +49,8 @@ from .type_defs import (
|
|
|
49
49
|
DescribeJobQueuesResponseTypeDef,
|
|
50
50
|
DescribeJobsResponseTypeDef,
|
|
51
51
|
DescribeSchedulingPoliciesResponseTypeDef,
|
|
52
|
+
EcsPropertiesOverrideTypeDef,
|
|
53
|
+
EcsPropertiesTypeDef,
|
|
52
54
|
EksConfigurationTypeDef,
|
|
53
55
|
EksPropertiesOverrideTypeDef,
|
|
54
56
|
EksPropertiesTypeDef,
|
|
@@ -74,7 +76,6 @@ if sys.version_info >= (3, 12):
|
|
|
74
76
|
else:
|
|
75
77
|
from typing_extensions import Literal
|
|
76
78
|
|
|
77
|
-
|
|
78
79
|
__all__ = ("BatchClient",)
|
|
79
80
|
|
|
80
81
|
|
|
@@ -143,7 +144,7 @@ class BatchClient(BaseClient):
|
|
|
143
144
|
computeResources: ComputeResourceTypeDef = ...,
|
|
144
145
|
serviceRole: str = ...,
|
|
145
146
|
tags: Mapping[str, str] = ...,
|
|
146
|
-
eksConfiguration: EksConfigurationTypeDef =
|
|
147
|
+
eksConfiguration: EksConfigurationTypeDef = ...,
|
|
147
148
|
) -> CreateComputeEnvironmentResponseTypeDef:
|
|
148
149
|
"""
|
|
149
150
|
Creates an Batch compute environment.
|
|
@@ -160,7 +161,7 @@ class BatchClient(BaseClient):
|
|
|
160
161
|
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef],
|
|
161
162
|
state: JQStateType = ...,
|
|
162
163
|
schedulingPolicyArn: str = ...,
|
|
163
|
-
tags: Mapping[str, str] =
|
|
164
|
+
tags: Mapping[str, str] = ...,
|
|
164
165
|
) -> CreateJobQueueResponseTypeDef:
|
|
165
166
|
"""
|
|
166
167
|
Creates an Batch job queue.
|
|
@@ -174,7 +175,7 @@ class BatchClient(BaseClient):
|
|
|
174
175
|
*,
|
|
175
176
|
name: str,
|
|
176
177
|
fairsharePolicy: FairsharePolicyTypeDef = ...,
|
|
177
|
-
tags: Mapping[str, str] =
|
|
178
|
+
tags: Mapping[str, str] = ...,
|
|
178
179
|
) -> CreateSchedulingPolicyResponseTypeDef:
|
|
179
180
|
"""
|
|
180
181
|
Creates an Batch scheduling policy.
|
|
@@ -220,7 +221,7 @@ class BatchClient(BaseClient):
|
|
|
220
221
|
*,
|
|
221
222
|
computeEnvironments: Sequence[str] = ...,
|
|
222
223
|
maxResults: int = ...,
|
|
223
|
-
nextToken: str =
|
|
224
|
+
nextToken: str = ...,
|
|
224
225
|
) -> DescribeComputeEnvironmentsResponseTypeDef:
|
|
225
226
|
"""
|
|
226
227
|
Describes one or more of your compute environments.
|
|
@@ -236,7 +237,7 @@ class BatchClient(BaseClient):
|
|
|
236
237
|
maxResults: int = ...,
|
|
237
238
|
jobDefinitionName: str = ...,
|
|
238
239
|
status: str = ...,
|
|
239
|
-
nextToken: str =
|
|
240
|
+
nextToken: str = ...,
|
|
240
241
|
) -> DescribeJobDefinitionsResponseTypeDef:
|
|
241
242
|
"""
|
|
242
243
|
Describes a list of job definitions.
|
|
@@ -296,7 +297,7 @@ class BatchClient(BaseClient):
|
|
|
296
297
|
jobStatus: JobStatusType = ...,
|
|
297
298
|
maxResults: int = ...,
|
|
298
299
|
nextToken: str = ...,
|
|
299
|
-
filters: Sequence[KeyValuesPairTypeDef] =
|
|
300
|
+
filters: Sequence[KeyValuesPairTypeDef] = ...,
|
|
300
301
|
) -> ListJobsResponseTypeDef:
|
|
301
302
|
"""
|
|
302
303
|
Returns a list of Batch jobs.
|
|
@@ -337,7 +338,8 @@ class BatchClient(BaseClient):
|
|
|
337
338
|
timeout: JobTimeoutTypeDef = ...,
|
|
338
339
|
tags: Mapping[str, str] = ...,
|
|
339
340
|
platformCapabilities: Sequence[PlatformCapabilityType] = ...,
|
|
340
|
-
eksProperties: EksPropertiesTypeDef =
|
|
341
|
+
eksProperties: EksPropertiesTypeDef = ...,
|
|
342
|
+
ecsProperties: EcsPropertiesTypeDef = ...,
|
|
341
343
|
) -> RegisterJobDefinitionResponseTypeDef:
|
|
342
344
|
"""
|
|
343
345
|
Registers an Batch job definition.
|
|
@@ -363,7 +365,8 @@ class BatchClient(BaseClient):
|
|
|
363
365
|
propagateTags: bool = ...,
|
|
364
366
|
timeout: JobTimeoutTypeDef = ...,
|
|
365
367
|
tags: Mapping[str, str] = ...,
|
|
366
|
-
eksPropertiesOverride: EksPropertiesOverrideTypeDef =
|
|
368
|
+
eksPropertiesOverride: EksPropertiesOverrideTypeDef = ...,
|
|
369
|
+
ecsPropertiesOverride: EcsPropertiesOverrideTypeDef = ...,
|
|
367
370
|
) -> SubmitJobResponseTypeDef:
|
|
368
371
|
"""
|
|
369
372
|
Submits an Batch job from a job definition.
|
|
@@ -404,7 +407,7 @@ class BatchClient(BaseClient):
|
|
|
404
407
|
unmanagedvCpus: int = ...,
|
|
405
408
|
computeResources: ComputeResourceUpdateTypeDef = ...,
|
|
406
409
|
serviceRole: str = ...,
|
|
407
|
-
updatePolicy: UpdatePolicyTypeDef =
|
|
410
|
+
updatePolicy: UpdatePolicyTypeDef = ...,
|
|
408
411
|
) -> UpdateComputeEnvironmentResponseTypeDef:
|
|
409
412
|
"""
|
|
410
413
|
Updates an Batch compute environment.
|
|
@@ -420,7 +423,7 @@ class BatchClient(BaseClient):
|
|
|
420
423
|
state: JQStateType = ...,
|
|
421
424
|
schedulingPolicyArn: str = ...,
|
|
422
425
|
priority: int = ...,
|
|
423
|
-
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef] =
|
|
426
|
+
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef] = ...,
|
|
424
427
|
) -> UpdateJobQueueResponseTypeDef:
|
|
425
428
|
"""
|
|
426
429
|
Updates a job queue.
|
|
@@ -49,6 +49,8 @@ from .type_defs import (
|
|
|
49
49
|
DescribeJobQueuesResponseTypeDef,
|
|
50
50
|
DescribeJobsResponseTypeDef,
|
|
51
51
|
DescribeSchedulingPoliciesResponseTypeDef,
|
|
52
|
+
EcsPropertiesOverrideTypeDef,
|
|
53
|
+
EcsPropertiesTypeDef,
|
|
52
54
|
EksConfigurationTypeDef,
|
|
53
55
|
EksPropertiesOverrideTypeDef,
|
|
54
56
|
EksPropertiesTypeDef,
|
|
@@ -139,7 +141,7 @@ class BatchClient(BaseClient):
|
|
|
139
141
|
computeResources: ComputeResourceTypeDef = ...,
|
|
140
142
|
serviceRole: str = ...,
|
|
141
143
|
tags: Mapping[str, str] = ...,
|
|
142
|
-
eksConfiguration: EksConfigurationTypeDef =
|
|
144
|
+
eksConfiguration: EksConfigurationTypeDef = ...,
|
|
143
145
|
) -> CreateComputeEnvironmentResponseTypeDef:
|
|
144
146
|
"""
|
|
145
147
|
Creates an Batch compute environment.
|
|
@@ -156,7 +158,7 @@ class BatchClient(BaseClient):
|
|
|
156
158
|
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef],
|
|
157
159
|
state: JQStateType = ...,
|
|
158
160
|
schedulingPolicyArn: str = ...,
|
|
159
|
-
tags: Mapping[str, str] =
|
|
161
|
+
tags: Mapping[str, str] = ...,
|
|
160
162
|
) -> CreateJobQueueResponseTypeDef:
|
|
161
163
|
"""
|
|
162
164
|
Creates an Batch job queue.
|
|
@@ -170,7 +172,7 @@ class BatchClient(BaseClient):
|
|
|
170
172
|
*,
|
|
171
173
|
name: str,
|
|
172
174
|
fairsharePolicy: FairsharePolicyTypeDef = ...,
|
|
173
|
-
tags: Mapping[str, str] =
|
|
175
|
+
tags: Mapping[str, str] = ...,
|
|
174
176
|
) -> CreateSchedulingPolicyResponseTypeDef:
|
|
175
177
|
"""
|
|
176
178
|
Creates an Batch scheduling policy.
|
|
@@ -216,7 +218,7 @@ class BatchClient(BaseClient):
|
|
|
216
218
|
*,
|
|
217
219
|
computeEnvironments: Sequence[str] = ...,
|
|
218
220
|
maxResults: int = ...,
|
|
219
|
-
nextToken: str =
|
|
221
|
+
nextToken: str = ...,
|
|
220
222
|
) -> DescribeComputeEnvironmentsResponseTypeDef:
|
|
221
223
|
"""
|
|
222
224
|
Describes one or more of your compute environments.
|
|
@@ -232,7 +234,7 @@ class BatchClient(BaseClient):
|
|
|
232
234
|
maxResults: int = ...,
|
|
233
235
|
jobDefinitionName: str = ...,
|
|
234
236
|
status: str = ...,
|
|
235
|
-
nextToken: str =
|
|
237
|
+
nextToken: str = ...,
|
|
236
238
|
) -> DescribeJobDefinitionsResponseTypeDef:
|
|
237
239
|
"""
|
|
238
240
|
Describes a list of job definitions.
|
|
@@ -292,7 +294,7 @@ class BatchClient(BaseClient):
|
|
|
292
294
|
jobStatus: JobStatusType = ...,
|
|
293
295
|
maxResults: int = ...,
|
|
294
296
|
nextToken: str = ...,
|
|
295
|
-
filters: Sequence[KeyValuesPairTypeDef] =
|
|
297
|
+
filters: Sequence[KeyValuesPairTypeDef] = ...,
|
|
296
298
|
) -> ListJobsResponseTypeDef:
|
|
297
299
|
"""
|
|
298
300
|
Returns a list of Batch jobs.
|
|
@@ -333,7 +335,8 @@ class BatchClient(BaseClient):
|
|
|
333
335
|
timeout: JobTimeoutTypeDef = ...,
|
|
334
336
|
tags: Mapping[str, str] = ...,
|
|
335
337
|
platformCapabilities: Sequence[PlatformCapabilityType] = ...,
|
|
336
|
-
eksProperties: EksPropertiesTypeDef =
|
|
338
|
+
eksProperties: EksPropertiesTypeDef = ...,
|
|
339
|
+
ecsProperties: EcsPropertiesTypeDef = ...,
|
|
337
340
|
) -> RegisterJobDefinitionResponseTypeDef:
|
|
338
341
|
"""
|
|
339
342
|
Registers an Batch job definition.
|
|
@@ -359,7 +362,8 @@ class BatchClient(BaseClient):
|
|
|
359
362
|
propagateTags: bool = ...,
|
|
360
363
|
timeout: JobTimeoutTypeDef = ...,
|
|
361
364
|
tags: Mapping[str, str] = ...,
|
|
362
|
-
eksPropertiesOverride: EksPropertiesOverrideTypeDef =
|
|
365
|
+
eksPropertiesOverride: EksPropertiesOverrideTypeDef = ...,
|
|
366
|
+
ecsPropertiesOverride: EcsPropertiesOverrideTypeDef = ...,
|
|
363
367
|
) -> SubmitJobResponseTypeDef:
|
|
364
368
|
"""
|
|
365
369
|
Submits an Batch job from a job definition.
|
|
@@ -400,7 +404,7 @@ class BatchClient(BaseClient):
|
|
|
400
404
|
unmanagedvCpus: int = ...,
|
|
401
405
|
computeResources: ComputeResourceUpdateTypeDef = ...,
|
|
402
406
|
serviceRole: str = ...,
|
|
403
|
-
updatePolicy: UpdatePolicyTypeDef =
|
|
407
|
+
updatePolicy: UpdatePolicyTypeDef = ...,
|
|
404
408
|
) -> UpdateComputeEnvironmentResponseTypeDef:
|
|
405
409
|
"""
|
|
406
410
|
Updates an Batch compute environment.
|
|
@@ -416,7 +420,7 @@ class BatchClient(BaseClient):
|
|
|
416
420
|
state: JQStateType = ...,
|
|
417
421
|
schedulingPolicyArn: str = ...,
|
|
418
422
|
priority: int = ...,
|
|
419
|
-
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef] =
|
|
423
|
+
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef] = ...,
|
|
420
424
|
) -> UpdateJobQueueResponseTypeDef:
|
|
421
425
|
"""
|
|
422
426
|
Updates a job queue.
|
|
@@ -19,7 +19,6 @@ if sys.version_info >= (3, 12):
|
|
|
19
19
|
else:
|
|
20
20
|
from typing_extensions import Literal
|
|
21
21
|
|
|
22
|
-
|
|
23
22
|
__all__ = (
|
|
24
23
|
"ArrayJobDependencyType",
|
|
25
24
|
"AssignPublicIpType",
|
|
@@ -53,7 +52,6 @@ __all__ = (
|
|
|
53
52
|
"RegionName",
|
|
54
53
|
)
|
|
55
54
|
|
|
56
|
-
|
|
57
55
|
ArrayJobDependencyType = Literal["N_TO_N", "SEQUENTIAL"]
|
|
58
56
|
AssignPublicIpType = Literal["DISABLED", "ENABLED"]
|
|
59
57
|
CEStateType = Literal["DISABLED", "ENABLED"]
|
|
@@ -112,6 +110,7 @@ ServiceName = Literal[
|
|
|
112
110
|
"appstream",
|
|
113
111
|
"appsync",
|
|
114
112
|
"arc-zonal-shift",
|
|
113
|
+
"artifact",
|
|
115
114
|
"athena",
|
|
116
115
|
"auditmanager",
|
|
117
116
|
"autoscaling",
|
|
@@ -130,6 +129,7 @@ ServiceName = Literal[
|
|
|
130
129
|
"braket",
|
|
131
130
|
"budgets",
|
|
132
131
|
"ce",
|
|
132
|
+
"chatbot",
|
|
133
133
|
"chime",
|
|
134
134
|
"chime-sdk-identity",
|
|
135
135
|
"chime-sdk-media-pipelines",
|
|
@@ -333,9 +333,11 @@ ServiceName = Literal[
|
|
|
333
333
|
"mturk",
|
|
334
334
|
"mwaa",
|
|
335
335
|
"neptune",
|
|
336
|
+
"neptune-graph",
|
|
336
337
|
"neptunedata",
|
|
337
338
|
"network-firewall",
|
|
338
339
|
"networkmanager",
|
|
340
|
+
"networkmonitor",
|
|
339
341
|
"nimble",
|
|
340
342
|
"oam",
|
|
341
343
|
"omics",
|
|
@@ -433,6 +435,7 @@ ServiceName = Literal[
|
|
|
433
435
|
"stepfunctions",
|
|
434
436
|
"storagegateway",
|
|
435
437
|
"sts",
|
|
438
|
+
"supplychain",
|
|
436
439
|
"support",
|
|
437
440
|
"support-app",
|
|
438
441
|
"swf",
|
|
@@ -494,6 +497,7 @@ RegionName = Literal[
|
|
|
494
497
|
"ap-southeast-3",
|
|
495
498
|
"ap-southeast-4",
|
|
496
499
|
"ca-central-1",
|
|
500
|
+
"ca-west-1",
|
|
497
501
|
"eu-central-1",
|
|
498
502
|
"eu-central-2",
|
|
499
503
|
"eu-north-1",
|
|
@@ -110,6 +110,7 @@ ServiceName = Literal[
|
|
|
110
110
|
"appstream",
|
|
111
111
|
"appsync",
|
|
112
112
|
"arc-zonal-shift",
|
|
113
|
+
"artifact",
|
|
113
114
|
"athena",
|
|
114
115
|
"auditmanager",
|
|
115
116
|
"autoscaling",
|
|
@@ -128,6 +129,7 @@ ServiceName = Literal[
|
|
|
128
129
|
"braket",
|
|
129
130
|
"budgets",
|
|
130
131
|
"ce",
|
|
132
|
+
"chatbot",
|
|
131
133
|
"chime",
|
|
132
134
|
"chime-sdk-identity",
|
|
133
135
|
"chime-sdk-media-pipelines",
|
|
@@ -331,9 +333,11 @@ ServiceName = Literal[
|
|
|
331
333
|
"mturk",
|
|
332
334
|
"mwaa",
|
|
333
335
|
"neptune",
|
|
336
|
+
"neptune-graph",
|
|
334
337
|
"neptunedata",
|
|
335
338
|
"network-firewall",
|
|
336
339
|
"networkmanager",
|
|
340
|
+
"networkmonitor",
|
|
337
341
|
"nimble",
|
|
338
342
|
"oam",
|
|
339
343
|
"omics",
|
|
@@ -431,6 +435,7 @@ ServiceName = Literal[
|
|
|
431
435
|
"stepfunctions",
|
|
432
436
|
"storagegateway",
|
|
433
437
|
"sts",
|
|
438
|
+
"supplychain",
|
|
434
439
|
"support",
|
|
435
440
|
"support-app",
|
|
436
441
|
"swf",
|
|
@@ -492,6 +497,7 @@ RegionName = Literal[
|
|
|
492
497
|
"ap-southeast-3",
|
|
493
498
|
"ap-southeast-4",
|
|
494
499
|
"ca-central-1",
|
|
500
|
+
"ca-west-1",
|
|
495
501
|
"eu-central-1",
|
|
496
502
|
"eu-central-2",
|
|
497
503
|
"eu-north-1",
|
|
@@ -51,7 +51,6 @@ __all__ = (
|
|
|
51
51
|
"ListSchedulingPoliciesPaginator",
|
|
52
52
|
)
|
|
53
53
|
|
|
54
|
-
|
|
55
54
|
_ItemTypeDef = TypeVar("_ItemTypeDef")
|
|
56
55
|
|
|
57
56
|
|
|
@@ -72,7 +71,7 @@ class DescribeComputeEnvironmentsPaginator(Paginator):
|
|
|
72
71
|
self,
|
|
73
72
|
*,
|
|
74
73
|
computeEnvironments: Sequence[str] = ...,
|
|
75
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
74
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
76
75
|
) -> _PageIterator[DescribeComputeEnvironmentsResponsePaginatorTypeDef]:
|
|
77
76
|
"""
|
|
78
77
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Paginator.DescribeComputeEnvironments.paginate)
|
|
@@ -92,7 +91,7 @@ class DescribeJobDefinitionsPaginator(Paginator):
|
|
|
92
91
|
jobDefinitions: Sequence[str] = ...,
|
|
93
92
|
jobDefinitionName: str = ...,
|
|
94
93
|
status: str = ...,
|
|
95
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
94
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
96
95
|
) -> _PageIterator[DescribeJobDefinitionsResponseTypeDef]:
|
|
97
96
|
"""
|
|
98
97
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Paginator.DescribeJobDefinitions.paginate)
|
|
@@ -129,7 +128,7 @@ class ListJobsPaginator(Paginator):
|
|
|
129
128
|
multiNodeJobId: str = ...,
|
|
130
129
|
jobStatus: JobStatusType = ...,
|
|
131
130
|
filters: Sequence[KeyValuesPairTypeDef] = ...,
|
|
132
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
131
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
133
132
|
) -> _PageIterator[ListJobsResponseTypeDef]:
|
|
134
133
|
"""
|
|
135
134
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Paginator.ListJobs.paginate)
|
|
@@ -69,7 +69,7 @@ class DescribeComputeEnvironmentsPaginator(Paginator):
|
|
|
69
69
|
self,
|
|
70
70
|
*,
|
|
71
71
|
computeEnvironments: Sequence[str] = ...,
|
|
72
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
72
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
73
73
|
) -> _PageIterator[DescribeComputeEnvironmentsResponsePaginatorTypeDef]:
|
|
74
74
|
"""
|
|
75
75
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Paginator.DescribeComputeEnvironments.paginate)
|
|
@@ -88,7 +88,7 @@ class DescribeJobDefinitionsPaginator(Paginator):
|
|
|
88
88
|
jobDefinitions: Sequence[str] = ...,
|
|
89
89
|
jobDefinitionName: str = ...,
|
|
90
90
|
status: str = ...,
|
|
91
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
91
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
92
92
|
) -> _PageIterator[DescribeJobDefinitionsResponseTypeDef]:
|
|
93
93
|
"""
|
|
94
94
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Paginator.DescribeJobDefinitions.paginate)
|
|
@@ -123,7 +123,7 @@ class ListJobsPaginator(Paginator):
|
|
|
123
123
|
multiNodeJobId: str = ...,
|
|
124
124
|
jobStatus: JobStatusType = ...,
|
|
125
125
|
filters: Sequence[KeyValuesPairTypeDef] = ...,
|
|
126
|
-
PaginationConfig: PaginatorConfigTypeDef =
|
|
126
|
+
PaginationConfig: PaginatorConfigTypeDef = ...,
|
|
127
127
|
) -> _PageIterator[ListJobsResponseTypeDef]:
|
|
128
128
|
"""
|
|
129
129
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Paginator.ListJobs.paginate)
|