mypy-boto3-batch 1.34.52__tar.gz → 1.34.59__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.59}/PKG-INFO +3 -3
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/README.md +1 -1
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/__main__.py +3 -3
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/client.py +3 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/client.pyi +3 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/literals.py +4 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/literals.pyi +4 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/type_defs.py +64 -47
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/type_defs.pyi +64 -47
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/version.py +1 -1
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/PKG-INFO +3 -3
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/setup.py +2 -2
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/LICENSE +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/__init__.py +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/__init__.pyi +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/paginator.py +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/paginator.pyi +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch/py.typed +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/requires.txt +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
- {mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/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.59
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.34.59 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.59](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.59](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.59\n"
|
|
14
|
+
"Version: 1.34.59\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.59")
|
|
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
|
]
|
|
@@ -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
|
]
|
|
@@ -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",
|
|
@@ -108,9 +113,6 @@ __all__ = (
|
|
|
108
113
|
"TerminateJobRequestRequestTypeDef",
|
|
109
114
|
"UntagResourceRequestRequestTypeDef",
|
|
110
115
|
"AttemptContainerDetailTypeDef",
|
|
111
|
-
"CreateJobQueueRequestRequestTypeDef",
|
|
112
|
-
"JobQueueDetailTypeDef",
|
|
113
|
-
"UpdateJobQueueRequestRequestTypeDef",
|
|
114
116
|
"ComputeResourcePaginatorTypeDef",
|
|
115
117
|
"ComputeResourceTypeDef",
|
|
116
118
|
"ComputeResourceUpdateTypeDef",
|
|
@@ -125,6 +127,9 @@ __all__ = (
|
|
|
125
127
|
"SubmitJobResponseTypeDef",
|
|
126
128
|
"UpdateComputeEnvironmentResponseTypeDef",
|
|
127
129
|
"UpdateJobQueueResponseTypeDef",
|
|
130
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
131
|
+
"JobQueueDetailTypeDef",
|
|
132
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
128
133
|
"DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
|
|
129
134
|
"DescribeJobDefinitionsRequestDescribeJobDefinitionsPaginateTypeDef",
|
|
130
135
|
"DescribeJobQueuesRequestDescribeJobQueuesPaginateTypeDef",
|
|
@@ -143,12 +148,12 @@ __all__ = (
|
|
|
143
148
|
"LinuxParametersTypeDef",
|
|
144
149
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
145
150
|
"AttemptDetailTypeDef",
|
|
146
|
-
"DescribeJobQueuesResponseTypeDef",
|
|
147
151
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
148
152
|
"ComputeEnvironmentDetailTypeDef",
|
|
149
153
|
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
150
154
|
"UpdateComputeEnvironmentRequestRequestTypeDef",
|
|
151
155
|
"TaskPropertiesOverrideTypeDef",
|
|
156
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
152
157
|
"VolumeTypeDef",
|
|
153
158
|
"EksPodPropertiesOverrideTypeDef",
|
|
154
159
|
"EksPodPropertiesDetailTypeDef",
|
|
@@ -342,6 +347,15 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
342
347
|
"HostId": NotRequired[str],
|
|
343
348
|
},
|
|
344
349
|
)
|
|
350
|
+
JobStateTimeLimitActionTypeDef = TypedDict(
|
|
351
|
+
"JobStateTimeLimitActionTypeDef",
|
|
352
|
+
{
|
|
353
|
+
"reason": str,
|
|
354
|
+
"state": Literal["RUNNABLE"],
|
|
355
|
+
"maxTimeSeconds": int,
|
|
356
|
+
"action": Literal["CANCEL"],
|
|
357
|
+
},
|
|
358
|
+
)
|
|
345
359
|
DeleteComputeEnvironmentRequestRequestTypeDef = TypedDict(
|
|
346
360
|
"DeleteComputeEnvironmentRequestRequestTypeDef",
|
|
347
361
|
{
|
|
@@ -615,41 +629,6 @@ AttemptContainerDetailTypeDef = TypedDict(
|
|
|
615
629
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
616
630
|
},
|
|
617
631
|
)
|
|
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
632
|
ComputeResourcePaginatorTypeDef = TypedDict(
|
|
654
633
|
"ComputeResourcePaginatorTypeDef",
|
|
655
634
|
{
|
|
@@ -809,6 +788,44 @@ UpdateJobQueueResponseTypeDef = TypedDict(
|
|
|
809
788
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
810
789
|
},
|
|
811
790
|
)
|
|
791
|
+
CreateJobQueueRequestRequestTypeDef = TypedDict(
|
|
792
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
793
|
+
{
|
|
794
|
+
"jobQueueName": str,
|
|
795
|
+
"priority": int,
|
|
796
|
+
"computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
|
|
797
|
+
"state": NotRequired[JQStateType],
|
|
798
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
799
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
800
|
+
"jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
|
|
801
|
+
},
|
|
802
|
+
)
|
|
803
|
+
JobQueueDetailTypeDef = TypedDict(
|
|
804
|
+
"JobQueueDetailTypeDef",
|
|
805
|
+
{
|
|
806
|
+
"jobQueueName": str,
|
|
807
|
+
"jobQueueArn": str,
|
|
808
|
+
"state": JQStateType,
|
|
809
|
+
"priority": int,
|
|
810
|
+
"computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
|
|
811
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
812
|
+
"status": NotRequired[JQStatusType],
|
|
813
|
+
"statusReason": NotRequired[str],
|
|
814
|
+
"tags": NotRequired[Dict[str, str]],
|
|
815
|
+
"jobStateTimeLimitActions": NotRequired[List[JobStateTimeLimitActionTypeDef]],
|
|
816
|
+
},
|
|
817
|
+
)
|
|
818
|
+
UpdateJobQueueRequestRequestTypeDef = TypedDict(
|
|
819
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
820
|
+
{
|
|
821
|
+
"jobQueue": str,
|
|
822
|
+
"state": NotRequired[JQStateType],
|
|
823
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
824
|
+
"priority": NotRequired[int],
|
|
825
|
+
"computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
|
|
826
|
+
"jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
|
|
827
|
+
},
|
|
828
|
+
)
|
|
812
829
|
DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef = TypedDict(
|
|
813
830
|
"DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
|
|
814
831
|
{
|
|
@@ -993,14 +1010,6 @@ AttemptDetailTypeDef = TypedDict(
|
|
|
993
1010
|
"statusReason": NotRequired[str],
|
|
994
1011
|
},
|
|
995
1012
|
)
|
|
996
|
-
DescribeJobQueuesResponseTypeDef = TypedDict(
|
|
997
|
-
"DescribeJobQueuesResponseTypeDef",
|
|
998
|
-
{
|
|
999
|
-
"jobQueues": List[JobQueueDetailTypeDef],
|
|
1000
|
-
"nextToken": str,
|
|
1001
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1002
|
-
},
|
|
1003
|
-
)
|
|
1004
1013
|
ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
|
|
1005
1014
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
1006
1015
|
{
|
|
@@ -1071,6 +1080,14 @@ TaskPropertiesOverrideTypeDef = TypedDict(
|
|
|
1071
1080
|
"containers": NotRequired[Sequence[TaskContainerOverridesTypeDef]],
|
|
1072
1081
|
},
|
|
1073
1082
|
)
|
|
1083
|
+
DescribeJobQueuesResponseTypeDef = TypedDict(
|
|
1084
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
1085
|
+
{
|
|
1086
|
+
"jobQueues": List[JobQueueDetailTypeDef],
|
|
1087
|
+
"nextToken": str,
|
|
1088
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1089
|
+
},
|
|
1090
|
+
)
|
|
1074
1091
|
VolumeTypeDef = TypedDict(
|
|
1075
1092
|
"VolumeTypeDef",
|
|
1076
1093
|
{
|
|
@@ -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",
|
|
@@ -108,9 +113,6 @@ __all__ = (
|
|
|
108
113
|
"TerminateJobRequestRequestTypeDef",
|
|
109
114
|
"UntagResourceRequestRequestTypeDef",
|
|
110
115
|
"AttemptContainerDetailTypeDef",
|
|
111
|
-
"CreateJobQueueRequestRequestTypeDef",
|
|
112
|
-
"JobQueueDetailTypeDef",
|
|
113
|
-
"UpdateJobQueueRequestRequestTypeDef",
|
|
114
116
|
"ComputeResourcePaginatorTypeDef",
|
|
115
117
|
"ComputeResourceTypeDef",
|
|
116
118
|
"ComputeResourceUpdateTypeDef",
|
|
@@ -125,6 +127,9 @@ __all__ = (
|
|
|
125
127
|
"SubmitJobResponseTypeDef",
|
|
126
128
|
"UpdateComputeEnvironmentResponseTypeDef",
|
|
127
129
|
"UpdateJobQueueResponseTypeDef",
|
|
130
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
131
|
+
"JobQueueDetailTypeDef",
|
|
132
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
128
133
|
"DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
|
|
129
134
|
"DescribeJobDefinitionsRequestDescribeJobDefinitionsPaginateTypeDef",
|
|
130
135
|
"DescribeJobQueuesRequestDescribeJobQueuesPaginateTypeDef",
|
|
@@ -143,12 +148,12 @@ __all__ = (
|
|
|
143
148
|
"LinuxParametersTypeDef",
|
|
144
149
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
145
150
|
"AttemptDetailTypeDef",
|
|
146
|
-
"DescribeJobQueuesResponseTypeDef",
|
|
147
151
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
148
152
|
"ComputeEnvironmentDetailTypeDef",
|
|
149
153
|
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
150
154
|
"UpdateComputeEnvironmentRequestRequestTypeDef",
|
|
151
155
|
"TaskPropertiesOverrideTypeDef",
|
|
156
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
152
157
|
"VolumeTypeDef",
|
|
153
158
|
"EksPodPropertiesOverrideTypeDef",
|
|
154
159
|
"EksPodPropertiesDetailTypeDef",
|
|
@@ -342,6 +347,15 @@ ResponseMetadataTypeDef = TypedDict(
|
|
|
342
347
|
"HostId": NotRequired[str],
|
|
343
348
|
},
|
|
344
349
|
)
|
|
350
|
+
JobStateTimeLimitActionTypeDef = TypedDict(
|
|
351
|
+
"JobStateTimeLimitActionTypeDef",
|
|
352
|
+
{
|
|
353
|
+
"reason": str,
|
|
354
|
+
"state": Literal["RUNNABLE"],
|
|
355
|
+
"maxTimeSeconds": int,
|
|
356
|
+
"action": Literal["CANCEL"],
|
|
357
|
+
},
|
|
358
|
+
)
|
|
345
359
|
DeleteComputeEnvironmentRequestRequestTypeDef = TypedDict(
|
|
346
360
|
"DeleteComputeEnvironmentRequestRequestTypeDef",
|
|
347
361
|
{
|
|
@@ -615,41 +629,6 @@ AttemptContainerDetailTypeDef = TypedDict(
|
|
|
615
629
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
616
630
|
},
|
|
617
631
|
)
|
|
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
632
|
ComputeResourcePaginatorTypeDef = TypedDict(
|
|
654
633
|
"ComputeResourcePaginatorTypeDef",
|
|
655
634
|
{
|
|
@@ -809,6 +788,44 @@ UpdateJobQueueResponseTypeDef = TypedDict(
|
|
|
809
788
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
810
789
|
},
|
|
811
790
|
)
|
|
791
|
+
CreateJobQueueRequestRequestTypeDef = TypedDict(
|
|
792
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
793
|
+
{
|
|
794
|
+
"jobQueueName": str,
|
|
795
|
+
"priority": int,
|
|
796
|
+
"computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
|
|
797
|
+
"state": NotRequired[JQStateType],
|
|
798
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
799
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
800
|
+
"jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
|
|
801
|
+
},
|
|
802
|
+
)
|
|
803
|
+
JobQueueDetailTypeDef = TypedDict(
|
|
804
|
+
"JobQueueDetailTypeDef",
|
|
805
|
+
{
|
|
806
|
+
"jobQueueName": str,
|
|
807
|
+
"jobQueueArn": str,
|
|
808
|
+
"state": JQStateType,
|
|
809
|
+
"priority": int,
|
|
810
|
+
"computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
|
|
811
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
812
|
+
"status": NotRequired[JQStatusType],
|
|
813
|
+
"statusReason": NotRequired[str],
|
|
814
|
+
"tags": NotRequired[Dict[str, str]],
|
|
815
|
+
"jobStateTimeLimitActions": NotRequired[List[JobStateTimeLimitActionTypeDef]],
|
|
816
|
+
},
|
|
817
|
+
)
|
|
818
|
+
UpdateJobQueueRequestRequestTypeDef = TypedDict(
|
|
819
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
820
|
+
{
|
|
821
|
+
"jobQueue": str,
|
|
822
|
+
"state": NotRequired[JQStateType],
|
|
823
|
+
"schedulingPolicyArn": NotRequired[str],
|
|
824
|
+
"priority": NotRequired[int],
|
|
825
|
+
"computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
|
|
826
|
+
"jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
|
|
827
|
+
},
|
|
828
|
+
)
|
|
812
829
|
DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef = TypedDict(
|
|
813
830
|
"DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
|
|
814
831
|
{
|
|
@@ -993,14 +1010,6 @@ AttemptDetailTypeDef = TypedDict(
|
|
|
993
1010
|
"statusReason": NotRequired[str],
|
|
994
1011
|
},
|
|
995
1012
|
)
|
|
996
|
-
DescribeJobQueuesResponseTypeDef = TypedDict(
|
|
997
|
-
"DescribeJobQueuesResponseTypeDef",
|
|
998
|
-
{
|
|
999
|
-
"jobQueues": List[JobQueueDetailTypeDef],
|
|
1000
|
-
"nextToken": str,
|
|
1001
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1002
|
-
},
|
|
1003
|
-
)
|
|
1004
1013
|
ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
|
|
1005
1014
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
1006
1015
|
{
|
|
@@ -1071,6 +1080,14 @@ TaskPropertiesOverrideTypeDef = TypedDict(
|
|
|
1071
1080
|
"containers": NotRequired[Sequence[TaskContainerOverridesTypeDef]],
|
|
1072
1081
|
},
|
|
1073
1082
|
)
|
|
1083
|
+
DescribeJobQueuesResponseTypeDef = TypedDict(
|
|
1084
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
1085
|
+
{
|
|
1086
|
+
"jobQueues": List[JobQueueDetailTypeDef],
|
|
1087
|
+
"nextToken": str,
|
|
1088
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1089
|
+
},
|
|
1090
|
+
)
|
|
1074
1091
|
VolumeTypeDef = TypedDict(
|
|
1075
1092
|
"VolumeTypeDef",
|
|
1076
1093
|
{
|
|
@@ -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.59
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.34.59 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.59](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.59",
|
|
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.59 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.59}/mypy_boto3_batch.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/requires.txt
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.52 → mypy-boto3-batch-1.34.59}/mypy_boto3_batch.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|