mypy-boto3-batch 1.34.52__tar.gz → 1.34.72__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.52 → mypy-boto3-batch-1.34.72}/PKG-INFO +3 -3
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/README.md +1 -1
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/__main__.py +3 -3
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/client.py +3 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/client.pyi +3 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/literals.py +5 -1
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/literals.pyi +5 -1
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/type_defs.py +74 -47
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/type_defs.pyi +74 -47
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/version.py +1 -1
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/PKG-INFO +3 -3
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/setup.py +2 -2
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/LICENSE +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/__init__.py +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/__init__.pyi +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/paginator.py +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/paginator.pyi +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch/py.typed +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/requires.txt +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/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.72
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.34.72 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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Batch 1.34.
|
|
46
|
+
[boto3.Batch 1.34.72](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/),
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Batch 1.34.
|
|
13
|
+
[boto3.Batch 1.34.72](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/),
|
|
@@ -10,8 +10,8 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.Batch 1.34.
|
|
14
|
-
"Version: 1.34.
|
|
13
|
+
"Type annotations for boto3.Batch 1.34.72\n"
|
|
14
|
+
"Version: 1.34.72\n"
|
|
15
15
|
"Builder version: 7.23.2\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.34.
|
|
27
|
+
print("1.34.72")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -56,6 +56,7 @@ from .type_defs import (
|
|
|
56
56
|
EksPropertiesTypeDef,
|
|
57
57
|
FairsharePolicyTypeDef,
|
|
58
58
|
JobDependencyTypeDef,
|
|
59
|
+
JobStateTimeLimitActionTypeDef,
|
|
59
60
|
JobTimeoutTypeDef,
|
|
60
61
|
KeyValuesPairTypeDef,
|
|
61
62
|
ListJobsResponseTypeDef,
|
|
@@ -162,6 +163,7 @@ class BatchClient(BaseClient):
|
|
|
162
163
|
state: JQStateType = ...,
|
|
163
164
|
schedulingPolicyArn: str = ...,
|
|
164
165
|
tags: Mapping[str, str] = ...,
|
|
166
|
+
jobStateTimeLimitActions: Sequence[JobStateTimeLimitActionTypeDef] = ...,
|
|
165
167
|
) -> CreateJobQueueResponseTypeDef:
|
|
166
168
|
"""
|
|
167
169
|
Creates an Batch job queue.
|
|
@@ -424,6 +426,7 @@ class BatchClient(BaseClient):
|
|
|
424
426
|
schedulingPolicyArn: str = ...,
|
|
425
427
|
priority: int = ...,
|
|
426
428
|
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef] = ...,
|
|
429
|
+
jobStateTimeLimitActions: Sequence[JobStateTimeLimitActionTypeDef] = ...,
|
|
427
430
|
) -> UpdateJobQueueResponseTypeDef:
|
|
428
431
|
"""
|
|
429
432
|
Updates a job queue.
|
|
@@ -56,6 +56,7 @@ from .type_defs import (
|
|
|
56
56
|
EksPropertiesTypeDef,
|
|
57
57
|
FairsharePolicyTypeDef,
|
|
58
58
|
JobDependencyTypeDef,
|
|
59
|
+
JobStateTimeLimitActionTypeDef,
|
|
59
60
|
JobTimeoutTypeDef,
|
|
60
61
|
KeyValuesPairTypeDef,
|
|
61
62
|
ListJobsResponseTypeDef,
|
|
@@ -159,6 +160,7 @@ class BatchClient(BaseClient):
|
|
|
159
160
|
state: JQStateType = ...,
|
|
160
161
|
schedulingPolicyArn: str = ...,
|
|
161
162
|
tags: Mapping[str, str] = ...,
|
|
163
|
+
jobStateTimeLimitActions: Sequence[JobStateTimeLimitActionTypeDef] = ...,
|
|
162
164
|
) -> CreateJobQueueResponseTypeDef:
|
|
163
165
|
"""
|
|
164
166
|
Creates an Batch job queue.
|
|
@@ -421,6 +423,7 @@ class BatchClient(BaseClient):
|
|
|
421
423
|
schedulingPolicyArn: str = ...,
|
|
422
424
|
priority: int = ...,
|
|
423
425
|
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef] = ...,
|
|
426
|
+
jobStateTimeLimitActions: Sequence[JobStateTimeLimitActionTypeDef] = ...,
|
|
424
427
|
) -> UpdateJobQueueResponseTypeDef:
|
|
425
428
|
"""
|
|
426
429
|
Updates a job queue.
|
|
@@ -37,6 +37,8 @@ __all__ = (
|
|
|
37
37
|
"JQStateType",
|
|
38
38
|
"JQStatusType",
|
|
39
39
|
"JobDefinitionTypeType",
|
|
40
|
+
"JobStateTimeLimitActionsActionType",
|
|
41
|
+
"JobStateTimeLimitActionsStateType",
|
|
40
42
|
"JobStatusType",
|
|
41
43
|
"ListJobsPaginatorName",
|
|
42
44
|
"ListSchedulingPoliciesPaginatorName",
|
|
@@ -73,6 +75,8 @@ EFSTransitEncryptionType = Literal["DISABLED", "ENABLED"]
|
|
|
73
75
|
JQStateType = Literal["DISABLED", "ENABLED"]
|
|
74
76
|
JQStatusType = Literal["CREATING", "DELETED", "DELETING", "INVALID", "UPDATING", "VALID"]
|
|
75
77
|
JobDefinitionTypeType = Literal["container", "multinode"]
|
|
78
|
+
JobStateTimeLimitActionsActionType = Literal["CANCEL"]
|
|
79
|
+
JobStateTimeLimitActionsStateType = Literal["RUNNABLE"]
|
|
76
80
|
JobStatusType = Literal[
|
|
77
81
|
"FAILED", "PENDING", "RUNNABLE", "RUNNING", "STARTING", "SUBMITTED", "SUCCEEDED"
|
|
78
82
|
]
|
|
@@ -253,7 +257,6 @@ ServiceName = Literal[
|
|
|
253
257
|
"iot",
|
|
254
258
|
"iot-data",
|
|
255
259
|
"iot-jobs-data",
|
|
256
|
-
"iot-roborunner",
|
|
257
260
|
"iot1click-devices",
|
|
258
261
|
"iot1click-projects",
|
|
259
262
|
"iotanalytics",
|
|
@@ -441,6 +444,7 @@ ServiceName = Literal[
|
|
|
441
444
|
"swf",
|
|
442
445
|
"synthetics",
|
|
443
446
|
"textract",
|
|
447
|
+
"timestream-influxdb",
|
|
444
448
|
"timestream-query",
|
|
445
449
|
"timestream-write",
|
|
446
450
|
"tnb",
|
|
@@ -37,6 +37,8 @@ __all__ = (
|
|
|
37
37
|
"JQStateType",
|
|
38
38
|
"JQStatusType",
|
|
39
39
|
"JobDefinitionTypeType",
|
|
40
|
+
"JobStateTimeLimitActionsActionType",
|
|
41
|
+
"JobStateTimeLimitActionsStateType",
|
|
40
42
|
"JobStatusType",
|
|
41
43
|
"ListJobsPaginatorName",
|
|
42
44
|
"ListSchedulingPoliciesPaginatorName",
|
|
@@ -73,6 +75,8 @@ EFSTransitEncryptionType = Literal["DISABLED", "ENABLED"]
|
|
|
73
75
|
JQStateType = Literal["DISABLED", "ENABLED"]
|
|
74
76
|
JQStatusType = Literal["CREATING", "DELETED", "DELETING", "INVALID", "UPDATING", "VALID"]
|
|
75
77
|
JobDefinitionTypeType = Literal["container", "multinode"]
|
|
78
|
+
JobStateTimeLimitActionsActionType = Literal["CANCEL"]
|
|
79
|
+
JobStateTimeLimitActionsStateType = Literal["RUNNABLE"]
|
|
76
80
|
JobStatusType = Literal[
|
|
77
81
|
"FAILED", "PENDING", "RUNNABLE", "RUNNING", "STARTING", "SUBMITTED", "SUCCEEDED"
|
|
78
82
|
]
|
|
@@ -253,7 +257,6 @@ ServiceName = Literal[
|
|
|
253
257
|
"iot",
|
|
254
258
|
"iot-data",
|
|
255
259
|
"iot-jobs-data",
|
|
256
|
-
"iot-roborunner",
|
|
257
260
|
"iot1click-devices",
|
|
258
261
|
"iot1click-projects",
|
|
259
262
|
"iotanalytics",
|
|
@@ -441,6 +444,7 @@ ServiceName = Literal[
|
|
|
441
444
|
"swf",
|
|
442
445
|
"synthetics",
|
|
443
446
|
"textract",
|
|
447
|
+
"timestream-influxdb",
|
|
444
448
|
"timestream-query",
|
|
445
449
|
"timestream-write",
|
|
446
450
|
"tnb",
|
|
@@ -38,6 +38,10 @@ from .literals import (
|
|
|
38
38
|
RetryActionType,
|
|
39
39
|
)
|
|
40
40
|
|
|
41
|
+
if sys.version_info >= (3, 12):
|
|
42
|
+
from typing import Literal
|
|
43
|
+
else:
|
|
44
|
+
from typing_extensions import Literal
|
|
41
45
|
if sys.version_info >= (3, 12):
|
|
42
46
|
from typing import NotRequired
|
|
43
47
|
else:
|
|
@@ -70,6 +74,7 @@ __all__ = (
|
|
|
70
74
|
"UlimitTypeDef",
|
|
71
75
|
"ContainerSummaryTypeDef",
|
|
72
76
|
"ResponseMetadataTypeDef",
|
|
77
|
+
"JobStateTimeLimitActionTypeDef",
|
|
73
78
|
"DeleteComputeEnvironmentRequestRequestTypeDef",
|
|
74
79
|
"DeleteJobQueueRequestRequestTypeDef",
|
|
75
80
|
"DeleteSchedulingPolicyRequestRequestTypeDef",
|
|
@@ -90,6 +95,7 @@ __all__ = (
|
|
|
90
95
|
"EksEmptyDirTypeDef",
|
|
91
96
|
"EksHostPathTypeDef",
|
|
92
97
|
"EksMetadataTypeDef",
|
|
98
|
+
"ImagePullSecretTypeDef",
|
|
93
99
|
"EksSecretTypeDef",
|
|
94
100
|
"EvaluateOnExitTypeDef",
|
|
95
101
|
"ShareAttributesTypeDef",
|
|
@@ -108,9 +114,6 @@ __all__ = (
|
|
|
108
114
|
"TerminateJobRequestRequestTypeDef",
|
|
109
115
|
"UntagResourceRequestRequestTypeDef",
|
|
110
116
|
"AttemptContainerDetailTypeDef",
|
|
111
|
-
"CreateJobQueueRequestRequestTypeDef",
|
|
112
|
-
"JobQueueDetailTypeDef",
|
|
113
|
-
"UpdateJobQueueRequestRequestTypeDef",
|
|
114
117
|
"ComputeResourcePaginatorTypeDef",
|
|
115
118
|
"ComputeResourceTypeDef",
|
|
116
119
|
"ComputeResourceUpdateTypeDef",
|
|
@@ -125,6 +128,9 @@ __all__ = (
|
|
|
125
128
|
"SubmitJobResponseTypeDef",
|
|
126
129
|
"UpdateComputeEnvironmentResponseTypeDef",
|
|
127
130
|
"UpdateJobQueueResponseTypeDef",
|
|
131
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
132
|
+
"JobQueueDetailTypeDef",
|
|
133
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
128
134
|
"DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
|
|
129
135
|
"DescribeJobDefinitionsRequestDescribeJobDefinitionsPaginateTypeDef",
|
|
130
136
|
"DescribeJobQueuesRequestDescribeJobQueuesPaginateTypeDef",
|
|
@@ -143,12 +149,12 @@ __all__ = (
|
|
|
143
149
|
"LinuxParametersTypeDef",
|
|
144
150
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
145
151
|
"AttemptDetailTypeDef",
|
|
146
|
-
"DescribeJobQueuesResponseTypeDef",
|
|
147
152
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
148
153
|
"ComputeEnvironmentDetailTypeDef",
|
|
149
154
|
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
150
155
|
"UpdateComputeEnvironmentRequestRequestTypeDef",
|
|
151
156
|
"TaskPropertiesOverrideTypeDef",
|
|
157
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
152
158
|
"VolumeTypeDef",
|
|
153
159
|
"EksPodPropertiesOverrideTypeDef",
|
|
154
160
|
"EksPodPropertiesDetailTypeDef",
|
|
@@ -342,6 +348,15 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
342
348
|
"HostId": NotRequired[str],
|
|
343
349
|
},
|
|
344
350
|
)
|
|
351
|
+
JobStateTimeLimitActionTypeDef = TypedDict(
|
|
352
|
+
"JobStateTimeLimitActionTypeDef",
|
|
353
|
+
{
|
|
354
|
+
"reason": str,
|
|
355
|
+
"state": Literal["RUNNABLE"],
|
|
356
|
+
"maxTimeSeconds": int,
|
|
357
|
+
"action": Literal["CANCEL"],
|
|
358
|
+
},
|
|
359
|
+
)
|
|
345
360
|
DeleteComputeEnvironmentRequestRequestTypeDef = TypedDict(
|
|
346
361
|
"DeleteComputeEnvironmentRequestRequestTypeDef",
|
|
347
362
|
{
|
|
@@ -454,6 +469,7 @@ EksContainerSecurityContextTypeDef = TypedDict(
|
|
|
454
469
|
"runAsUser": NotRequired[int],
|
|
455
470
|
"runAsGroup": NotRequired[int],
|
|
456
471
|
"privileged": NotRequired[bool],
|
|
472
|
+
"allowPrivilegeEscalation": NotRequired[bool],
|
|
457
473
|
"readOnlyRootFilesystem": NotRequired[bool],
|
|
458
474
|
"runAsNonRoot": NotRequired[bool],
|
|
459
475
|
},
|
|
@@ -485,6 +501,12 @@ EksMetadataTypeDef = TypedDict(
|
|
|
485
501
|
"labels": NotRequired[Dict[str, str]],
|
|
486
502
|
},
|
|
487
503
|
)
|
|
504
|
+
ImagePullSecretTypeDef = TypedDict(
|
|
505
|
+
"ImagePullSecretTypeDef",
|
|
506
|
+
{
|
|
507
|
+
"name": str,
|
|
508
|
+
},
|
|
509
|
+
)
|
|
488
510
|
EksSecretTypeDef = TypedDict(
|
|
489
511
|
"EksSecretTypeDef",
|
|
490
512
|
{
|
|
@@ -615,41 +637,6 @@ AttemptContainerDetailTypeDef = TypedDict(
|
|
|
615
637
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
616
638
|
},
|
|
617
639
|
)
|
|
618
|
-
CreateJobQueueRequestRequestTypeDef = TypedDict(
|
|
619
|
-
"CreateJobQueueRequestRequestTypeDef",
|
|
620
|
-
{
|
|
621
|
-
"jobQueueName": str,
|
|
622
|
-
"priority": int,
|
|
623
|
-
"computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
|
|
624
|
-
"state": NotRequired[JQStateType],
|
|
625
|
-
"schedulingPolicyArn": NotRequired[str],
|
|
626
|
-
"tags": NotRequired[Mapping[str, str]],
|
|
627
|
-
},
|
|
628
|
-
)
|
|
629
|
-
JobQueueDetailTypeDef = TypedDict(
|
|
630
|
-
"JobQueueDetailTypeDef",
|
|
631
|
-
{
|
|
632
|
-
"jobQueueName": str,
|
|
633
|
-
"jobQueueArn": str,
|
|
634
|
-
"state": JQStateType,
|
|
635
|
-
"priority": int,
|
|
636
|
-
"computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
|
|
637
|
-
"schedulingPolicyArn": NotRequired[str],
|
|
638
|
-
"status": NotRequired[JQStatusType],
|
|
639
|
-
"statusReason": NotRequired[str],
|
|
640
|
-
"tags": NotRequired[Dict[str, str]],
|
|
641
|
-
},
|
|
642
|
-
)
|
|
643
|
-
UpdateJobQueueRequestRequestTypeDef = TypedDict(
|
|
644
|
-
"UpdateJobQueueRequestRequestTypeDef",
|
|
645
|
-
{
|
|
646
|
-
"jobQueue": str,
|
|
647
|
-
"state": NotRequired[JQStateType],
|
|
648
|
-
"schedulingPolicyArn": NotRequired[str],
|
|
649
|
-
"priority": NotRequired[int],
|
|
650
|
-
"computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
|
|
651
|
-
},
|
|
652
|
-
)
|
|
653
640
|
ComputeResourcePaginatorTypeDef = TypedDict(
|
|
654
641
|
"ComputeResourcePaginatorTypeDef",
|
|
655
642
|
{
|
|
@@ -809,6 +796,44 @@ UpdateJobQueueResponseTypeDef = TypedDict(
|
|
|
809
796
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
810
797
|
},
|
|
811
798
|
)
|
|
799
|
+
CreateJobQueueRequestRequestTypeDef = TypedDict(
|
|
800
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
801
|
+
{
|
|
802
|
+
"jobQueueName": str,
|
|
803
|
+
"priority": int,
|
|
804
|
+
"computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
|
|
805
|
+
"state": NotRequired[JQStateType],
|
|
806
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
807
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
808
|
+
"jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
|
|
809
|
+
},
|
|
810
|
+
)
|
|
811
|
+
JobQueueDetailTypeDef = TypedDict(
|
|
812
|
+
"JobQueueDetailTypeDef",
|
|
813
|
+
{
|
|
814
|
+
"jobQueueName": str,
|
|
815
|
+
"jobQueueArn": str,
|
|
816
|
+
"state": JQStateType,
|
|
817
|
+
"priority": int,
|
|
818
|
+
"computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
|
|
819
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
820
|
+
"status": NotRequired[JQStatusType],
|
|
821
|
+
"statusReason": NotRequired[str],
|
|
822
|
+
"tags": NotRequired[Dict[str, str]],
|
|
823
|
+
"jobStateTimeLimitActions": NotRequired[List[JobStateTimeLimitActionTypeDef]],
|
|
824
|
+
},
|
|
825
|
+
)
|
|
826
|
+
UpdateJobQueueRequestRequestTypeDef = TypedDict(
|
|
827
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
828
|
+
{
|
|
829
|
+
"jobQueue": str,
|
|
830
|
+
"state": NotRequired[JQStateType],
|
|
831
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
832
|
+
"priority": NotRequired[int],
|
|
833
|
+
"computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
|
|
834
|
+
"jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
|
|
835
|
+
},
|
|
836
|
+
)
|
|
812
837
|
DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef = TypedDict(
|
|
813
838
|
"DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
|
|
814
839
|
{
|
|
@@ -993,14 +1018,6 @@ AttemptDetailTypeDef = TypedDict(
|
|
|
993
1018
|
"statusReason": NotRequired[str],
|
|
994
1019
|
},
|
|
995
1020
|
)
|
|
996
|
-
DescribeJobQueuesResponseTypeDef = TypedDict(
|
|
997
|
-
"DescribeJobQueuesResponseTypeDef",
|
|
998
|
-
{
|
|
999
|
-
"jobQueues": List[JobQueueDetailTypeDef],
|
|
1000
|
-
"nextToken": str,
|
|
1001
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1002
|
-
},
|
|
1003
|
-
)
|
|
1004
1021
|
ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
|
|
1005
1022
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
1006
1023
|
{
|
|
@@ -1071,6 +1088,14 @@ TaskPropertiesOverrideTypeDef = TypedDict(
|
|
|
1071
1088
|
"containers": NotRequired[Sequence[TaskContainerOverridesTypeDef]],
|
|
1072
1089
|
},
|
|
1073
1090
|
)
|
|
1091
|
+
DescribeJobQueuesResponseTypeDef = TypedDict(
|
|
1092
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
1093
|
+
{
|
|
1094
|
+
"jobQueues": List[JobQueueDetailTypeDef],
|
|
1095
|
+
"nextToken": str,
|
|
1096
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1097
|
+
},
|
|
1098
|
+
)
|
|
1074
1099
|
VolumeTypeDef = TypedDict(
|
|
1075
1100
|
"VolumeTypeDef",
|
|
1076
1101
|
{
|
|
@@ -1093,6 +1118,7 @@ EksPodPropertiesDetailTypeDef = TypedDict(
|
|
|
1093
1118
|
"serviceAccountName": NotRequired[str],
|
|
1094
1119
|
"hostNetwork": NotRequired[bool],
|
|
1095
1120
|
"dnsPolicy": NotRequired[str],
|
|
1121
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1096
1122
|
"containers": NotRequired[List[EksContainerDetailTypeDef]],
|
|
1097
1123
|
"initContainers": NotRequired[List[EksContainerDetailTypeDef]],
|
|
1098
1124
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
@@ -1108,6 +1134,7 @@ EksPodPropertiesTypeDef = TypedDict(
|
|
|
1108
1134
|
"serviceAccountName": NotRequired[str],
|
|
1109
1135
|
"hostNetwork": NotRequired[bool],
|
|
1110
1136
|
"dnsPolicy": NotRequired[str],
|
|
1137
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1111
1138
|
"containers": NotRequired[List[EksContainerTypeDef]],
|
|
1112
1139
|
"initContainers": NotRequired[List[EksContainerTypeDef]],
|
|
1113
1140
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
@@ -38,6 +38,10 @@ from .literals import (
|
|
|
38
38
|
RetryActionType,
|
|
39
39
|
)
|
|
40
40
|
|
|
41
|
+
if sys.version_info >= (3, 12):
|
|
42
|
+
from typing import Literal
|
|
43
|
+
else:
|
|
44
|
+
from typing_extensions import Literal
|
|
41
45
|
if sys.version_info >= (3, 12):
|
|
42
46
|
from typing import NotRequired
|
|
43
47
|
else:
|
|
@@ -70,6 +74,7 @@ __all__ = (
|
|
|
70
74
|
"UlimitTypeDef",
|
|
71
75
|
"ContainerSummaryTypeDef",
|
|
72
76
|
"ResponseMetadataTypeDef",
|
|
77
|
+
"JobStateTimeLimitActionTypeDef",
|
|
73
78
|
"DeleteComputeEnvironmentRequestRequestTypeDef",
|
|
74
79
|
"DeleteJobQueueRequestRequestTypeDef",
|
|
75
80
|
"DeleteSchedulingPolicyRequestRequestTypeDef",
|
|
@@ -90,6 +95,7 @@ __all__ = (
|
|
|
90
95
|
"EksEmptyDirTypeDef",
|
|
91
96
|
"EksHostPathTypeDef",
|
|
92
97
|
"EksMetadataTypeDef",
|
|
98
|
+
"ImagePullSecretTypeDef",
|
|
93
99
|
"EksSecretTypeDef",
|
|
94
100
|
"EvaluateOnExitTypeDef",
|
|
95
101
|
"ShareAttributesTypeDef",
|
|
@@ -108,9 +114,6 @@ __all__ = (
|
|
|
108
114
|
"TerminateJobRequestRequestTypeDef",
|
|
109
115
|
"UntagResourceRequestRequestTypeDef",
|
|
110
116
|
"AttemptContainerDetailTypeDef",
|
|
111
|
-
"CreateJobQueueRequestRequestTypeDef",
|
|
112
|
-
"JobQueueDetailTypeDef",
|
|
113
|
-
"UpdateJobQueueRequestRequestTypeDef",
|
|
114
117
|
"ComputeResourcePaginatorTypeDef",
|
|
115
118
|
"ComputeResourceTypeDef",
|
|
116
119
|
"ComputeResourceUpdateTypeDef",
|
|
@@ -125,6 +128,9 @@ __all__ = (
|
|
|
125
128
|
"SubmitJobResponseTypeDef",
|
|
126
129
|
"UpdateComputeEnvironmentResponseTypeDef",
|
|
127
130
|
"UpdateJobQueueResponseTypeDef",
|
|
131
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
132
|
+
"JobQueueDetailTypeDef",
|
|
133
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
128
134
|
"DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
|
|
129
135
|
"DescribeJobDefinitionsRequestDescribeJobDefinitionsPaginateTypeDef",
|
|
130
136
|
"DescribeJobQueuesRequestDescribeJobQueuesPaginateTypeDef",
|
|
@@ -143,12 +149,12 @@ __all__ = (
|
|
|
143
149
|
"LinuxParametersTypeDef",
|
|
144
150
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
145
151
|
"AttemptDetailTypeDef",
|
|
146
|
-
"DescribeJobQueuesResponseTypeDef",
|
|
147
152
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
148
153
|
"ComputeEnvironmentDetailTypeDef",
|
|
149
154
|
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
150
155
|
"UpdateComputeEnvironmentRequestRequestTypeDef",
|
|
151
156
|
"TaskPropertiesOverrideTypeDef",
|
|
157
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
152
158
|
"VolumeTypeDef",
|
|
153
159
|
"EksPodPropertiesOverrideTypeDef",
|
|
154
160
|
"EksPodPropertiesDetailTypeDef",
|
|
@@ -342,6 +348,15 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
342
348
|
"HostId": NotRequired[str],
|
|
343
349
|
},
|
|
344
350
|
)
|
|
351
|
+
JobStateTimeLimitActionTypeDef = TypedDict(
|
|
352
|
+
"JobStateTimeLimitActionTypeDef",
|
|
353
|
+
{
|
|
354
|
+
"reason": str,
|
|
355
|
+
"state": Literal["RUNNABLE"],
|
|
356
|
+
"maxTimeSeconds": int,
|
|
357
|
+
"action": Literal["CANCEL"],
|
|
358
|
+
},
|
|
359
|
+
)
|
|
345
360
|
DeleteComputeEnvironmentRequestRequestTypeDef = TypedDict(
|
|
346
361
|
"DeleteComputeEnvironmentRequestRequestTypeDef",
|
|
347
362
|
{
|
|
@@ -454,6 +469,7 @@ EksContainerSecurityContextTypeDef = TypedDict(
|
|
|
454
469
|
"runAsUser": NotRequired[int],
|
|
455
470
|
"runAsGroup": NotRequired[int],
|
|
456
471
|
"privileged": NotRequired[bool],
|
|
472
|
+
"allowPrivilegeEscalation": NotRequired[bool],
|
|
457
473
|
"readOnlyRootFilesystem": NotRequired[bool],
|
|
458
474
|
"runAsNonRoot": NotRequired[bool],
|
|
459
475
|
},
|
|
@@ -485,6 +501,12 @@ EksMetadataTypeDef = TypedDict(
|
|
|
485
501
|
"labels": NotRequired[Dict[str, str]],
|
|
486
502
|
},
|
|
487
503
|
)
|
|
504
|
+
ImagePullSecretTypeDef = TypedDict(
|
|
505
|
+
"ImagePullSecretTypeDef",
|
|
506
|
+
{
|
|
507
|
+
"name": str,
|
|
508
|
+
},
|
|
509
|
+
)
|
|
488
510
|
EksSecretTypeDef = TypedDict(
|
|
489
511
|
"EksSecretTypeDef",
|
|
490
512
|
{
|
|
@@ -615,41 +637,6 @@ AttemptContainerDetailTypeDef = TypedDict(
|
|
|
615
637
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
616
638
|
},
|
|
617
639
|
)
|
|
618
|
-
CreateJobQueueRequestRequestTypeDef = TypedDict(
|
|
619
|
-
"CreateJobQueueRequestRequestTypeDef",
|
|
620
|
-
{
|
|
621
|
-
"jobQueueName": str,
|
|
622
|
-
"priority": int,
|
|
623
|
-
"computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
|
|
624
|
-
"state": NotRequired[JQStateType],
|
|
625
|
-
"schedulingPolicyArn": NotRequired[str],
|
|
626
|
-
"tags": NotRequired[Mapping[str, str]],
|
|
627
|
-
},
|
|
628
|
-
)
|
|
629
|
-
JobQueueDetailTypeDef = TypedDict(
|
|
630
|
-
"JobQueueDetailTypeDef",
|
|
631
|
-
{
|
|
632
|
-
"jobQueueName": str,
|
|
633
|
-
"jobQueueArn": str,
|
|
634
|
-
"state": JQStateType,
|
|
635
|
-
"priority": int,
|
|
636
|
-
"computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
|
|
637
|
-
"schedulingPolicyArn": NotRequired[str],
|
|
638
|
-
"status": NotRequired[JQStatusType],
|
|
639
|
-
"statusReason": NotRequired[str],
|
|
640
|
-
"tags": NotRequired[Dict[str, str]],
|
|
641
|
-
},
|
|
642
|
-
)
|
|
643
|
-
UpdateJobQueueRequestRequestTypeDef = TypedDict(
|
|
644
|
-
"UpdateJobQueueRequestRequestTypeDef",
|
|
645
|
-
{
|
|
646
|
-
"jobQueue": str,
|
|
647
|
-
"state": NotRequired[JQStateType],
|
|
648
|
-
"schedulingPolicyArn": NotRequired[str],
|
|
649
|
-
"priority": NotRequired[int],
|
|
650
|
-
"computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
|
|
651
|
-
},
|
|
652
|
-
)
|
|
653
640
|
ComputeResourcePaginatorTypeDef = TypedDict(
|
|
654
641
|
"ComputeResourcePaginatorTypeDef",
|
|
655
642
|
{
|
|
@@ -809,6 +796,44 @@ UpdateJobQueueResponseTypeDef = TypedDict(
|
|
|
809
796
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
810
797
|
},
|
|
811
798
|
)
|
|
799
|
+
CreateJobQueueRequestRequestTypeDef = TypedDict(
|
|
800
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
801
|
+
{
|
|
802
|
+
"jobQueueName": str,
|
|
803
|
+
"priority": int,
|
|
804
|
+
"computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
|
|
805
|
+
"state": NotRequired[JQStateType],
|
|
806
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
807
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
808
|
+
"jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
|
|
809
|
+
},
|
|
810
|
+
)
|
|
811
|
+
JobQueueDetailTypeDef = TypedDict(
|
|
812
|
+
"JobQueueDetailTypeDef",
|
|
813
|
+
{
|
|
814
|
+
"jobQueueName": str,
|
|
815
|
+
"jobQueueArn": str,
|
|
816
|
+
"state": JQStateType,
|
|
817
|
+
"priority": int,
|
|
818
|
+
"computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
|
|
819
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
820
|
+
"status": NotRequired[JQStatusType],
|
|
821
|
+
"statusReason": NotRequired[str],
|
|
822
|
+
"tags": NotRequired[Dict[str, str]],
|
|
823
|
+
"jobStateTimeLimitActions": NotRequired[List[JobStateTimeLimitActionTypeDef]],
|
|
824
|
+
},
|
|
825
|
+
)
|
|
826
|
+
UpdateJobQueueRequestRequestTypeDef = TypedDict(
|
|
827
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
828
|
+
{
|
|
829
|
+
"jobQueue": str,
|
|
830
|
+
"state": NotRequired[JQStateType],
|
|
831
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
832
|
+
"priority": NotRequired[int],
|
|
833
|
+
"computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
|
|
834
|
+
"jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
|
|
835
|
+
},
|
|
836
|
+
)
|
|
812
837
|
DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef = TypedDict(
|
|
813
838
|
"DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
|
|
814
839
|
{
|
|
@@ -993,14 +1018,6 @@ AttemptDetailTypeDef = TypedDict(
|
|
|
993
1018
|
"statusReason": NotRequired[str],
|
|
994
1019
|
},
|
|
995
1020
|
)
|
|
996
|
-
DescribeJobQueuesResponseTypeDef = TypedDict(
|
|
997
|
-
"DescribeJobQueuesResponseTypeDef",
|
|
998
|
-
{
|
|
999
|
-
"jobQueues": List[JobQueueDetailTypeDef],
|
|
1000
|
-
"nextToken": str,
|
|
1001
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1002
|
-
},
|
|
1003
|
-
)
|
|
1004
1021
|
ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
|
|
1005
1022
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
1006
1023
|
{
|
|
@@ -1071,6 +1088,14 @@ TaskPropertiesOverrideTypeDef = TypedDict(
|
|
|
1071
1088
|
"containers": NotRequired[Sequence[TaskContainerOverridesTypeDef]],
|
|
1072
1089
|
},
|
|
1073
1090
|
)
|
|
1091
|
+
DescribeJobQueuesResponseTypeDef = TypedDict(
|
|
1092
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
1093
|
+
{
|
|
1094
|
+
"jobQueues": List[JobQueueDetailTypeDef],
|
|
1095
|
+
"nextToken": str,
|
|
1096
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1097
|
+
},
|
|
1098
|
+
)
|
|
1074
1099
|
VolumeTypeDef = TypedDict(
|
|
1075
1100
|
"VolumeTypeDef",
|
|
1076
1101
|
{
|
|
@@ -1093,6 +1118,7 @@ EksPodPropertiesDetailTypeDef = TypedDict(
|
|
|
1093
1118
|
"serviceAccountName": NotRequired[str],
|
|
1094
1119
|
"hostNetwork": NotRequired[bool],
|
|
1095
1120
|
"dnsPolicy": NotRequired[str],
|
|
1121
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1096
1122
|
"containers": NotRequired[List[EksContainerDetailTypeDef]],
|
|
1097
1123
|
"initContainers": NotRequired[List[EksContainerDetailTypeDef]],
|
|
1098
1124
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
@@ -1108,6 +1134,7 @@ EksPodPropertiesTypeDef = TypedDict(
|
|
|
1108
1134
|
"serviceAccountName": NotRequired[str],
|
|
1109
1135
|
"hostNetwork": NotRequired[bool],
|
|
1110
1136
|
"dnsPolicy": NotRequired[str],
|
|
1137
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1111
1138
|
"containers": NotRequired[List[EksContainerTypeDef]],
|
|
1112
1139
|
"initContainers": NotRequired[List[EksContainerTypeDef]],
|
|
1113
1140
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
@@ -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.72
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.34.72 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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Batch 1.34.
|
|
46
|
+
[boto3.Batch 1.34.72](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/),
|
|
@@ -11,13 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-batch",
|
|
14
|
-
version="1.34.
|
|
14
|
+
version="1.34.72",
|
|
15
15
|
packages=["mypy_boto3_batch"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description="Type annotations for boto3.Batch 1.34.
|
|
20
|
+
description="Type annotations for boto3.Batch 1.34.72 service generated with mypy-boto3-builder 7.23.2",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/requires.txt
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.72}/mypy_boto3_batch.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|