types-boto3-batch 1.36.3__py3-none-any.whl → 1.36.23__py3-none-any.whl
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/__init__.py +4 -2
- types_boto3_batch/__init__.pyi +4 -2
- types_boto3_batch/__main__.py +4 -4
- types_boto3_batch/client.py +52 -58
- types_boto3_batch/client.pyi +52 -58
- types_boto3_batch/literals.py +2 -2
- types_boto3_batch/literals.pyi +2 -2
- types_boto3_batch/paginator.py +2 -2
- types_boto3_batch/paginator.pyi +2 -2
- types_boto3_batch/type_defs.py +222 -238
- types_boto3_batch/type_defs.pyi +210 -224
- types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.36.3.dist-info → types_boto3_batch-1.36.23.dist-info}/METADATA +6 -6
- types_boto3_batch-1.36.23.dist-info/RECORD +18 -0
- types_boto3_batch-1.36.3.dist-info/RECORD +0 -18
- {types_boto3_batch-1.36.3.dist-info → types_boto3_batch-1.36.23.dist-info}/LICENSE +0 -0
- {types_boto3_batch-1.36.3.dist-info → types_boto3_batch-1.36.23.dist-info}/WHEEL +0 -0
- {types_boto3_batch-1.36.3.dist-info → types_boto3_batch-1.36.23.dist-info}/top_level.txt +0 -0
types_boto3_batch/type_defs.pyi
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for batch service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/type_defs/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ArrayPropertiesDetailTypeDef = ...
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
from __future__ import annotations
|
|
@@ -61,11 +61,12 @@ __all__ = (
|
|
|
61
61
|
"AttemptDetailTypeDef",
|
|
62
62
|
"AttemptEcsTaskDetailsTypeDef",
|
|
63
63
|
"AttemptTaskContainerDetailsTypeDef",
|
|
64
|
-
"
|
|
64
|
+
"CancelJobRequestTypeDef",
|
|
65
65
|
"ComputeEnvironmentDetailTypeDef",
|
|
66
66
|
"ComputeEnvironmentOrderTypeDef",
|
|
67
67
|
"ComputeResourceOutputTypeDef",
|
|
68
68
|
"ComputeResourceTypeDef",
|
|
69
|
+
"ComputeResourceUnionTypeDef",
|
|
69
70
|
"ComputeResourceUpdateTypeDef",
|
|
70
71
|
"ContainerDetailTypeDef",
|
|
71
72
|
"ContainerOverridesTypeDef",
|
|
@@ -73,32 +74,31 @@ __all__ = (
|
|
|
73
74
|
"ContainerPropertiesTypeDef",
|
|
74
75
|
"ContainerPropertiesUnionTypeDef",
|
|
75
76
|
"ContainerSummaryTypeDef",
|
|
76
|
-
"
|
|
77
|
+
"CreateComputeEnvironmentRequestTypeDef",
|
|
77
78
|
"CreateComputeEnvironmentResponseTypeDef",
|
|
78
|
-
"
|
|
79
|
+
"CreateJobQueueRequestTypeDef",
|
|
79
80
|
"CreateJobQueueResponseTypeDef",
|
|
80
|
-
"
|
|
81
|
+
"CreateSchedulingPolicyRequestTypeDef",
|
|
81
82
|
"CreateSchedulingPolicyResponseTypeDef",
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
83
|
+
"DeleteComputeEnvironmentRequestTypeDef",
|
|
84
|
+
"DeleteJobQueueRequestTypeDef",
|
|
85
|
+
"DeleteSchedulingPolicyRequestTypeDef",
|
|
86
|
+
"DeregisterJobDefinitionRequestTypeDef",
|
|
86
87
|
"DescribeComputeEnvironmentsRequestPaginateTypeDef",
|
|
87
|
-
"
|
|
88
|
+
"DescribeComputeEnvironmentsRequestTypeDef",
|
|
88
89
|
"DescribeComputeEnvironmentsResponseTypeDef",
|
|
89
90
|
"DescribeJobDefinitionsRequestPaginateTypeDef",
|
|
90
|
-
"
|
|
91
|
+
"DescribeJobDefinitionsRequestTypeDef",
|
|
91
92
|
"DescribeJobDefinitionsResponseTypeDef",
|
|
92
93
|
"DescribeJobQueuesRequestPaginateTypeDef",
|
|
93
|
-
"
|
|
94
|
+
"DescribeJobQueuesRequestTypeDef",
|
|
94
95
|
"DescribeJobQueuesResponseTypeDef",
|
|
95
|
-
"
|
|
96
|
+
"DescribeJobsRequestTypeDef",
|
|
96
97
|
"DescribeJobsResponseTypeDef",
|
|
97
|
-
"
|
|
98
|
+
"DescribeSchedulingPoliciesRequestTypeDef",
|
|
98
99
|
"DescribeSchedulingPoliciesResponseTypeDef",
|
|
99
100
|
"DeviceOutputTypeDef",
|
|
100
101
|
"DeviceTypeDef",
|
|
101
|
-
"DeviceUnionTypeDef",
|
|
102
102
|
"EFSAuthorizationConfigTypeDef",
|
|
103
103
|
"EFSVolumeConfigurationTypeDef",
|
|
104
104
|
"Ec2ConfigurationTypeDef",
|
|
@@ -110,7 +110,6 @@ __all__ = (
|
|
|
110
110
|
"EcsTaskDetailsTypeDef",
|
|
111
111
|
"EcsTaskPropertiesOutputTypeDef",
|
|
112
112
|
"EcsTaskPropertiesTypeDef",
|
|
113
|
-
"EcsTaskPropertiesUnionTypeDef",
|
|
114
113
|
"EksAttemptContainerDetailTypeDef",
|
|
115
114
|
"EksAttemptDetailTypeDef",
|
|
116
115
|
"EksConfigurationTypeDef",
|
|
@@ -123,7 +122,6 @@ __all__ = (
|
|
|
123
122
|
"EksContainerResourceRequirementsUnionTypeDef",
|
|
124
123
|
"EksContainerSecurityContextTypeDef",
|
|
125
124
|
"EksContainerTypeDef",
|
|
126
|
-
"EksContainerUnionTypeDef",
|
|
127
125
|
"EksContainerVolumeMountTypeDef",
|
|
128
126
|
"EksEmptyDirTypeDef",
|
|
129
127
|
"EksHostPathTypeDef",
|
|
@@ -135,7 +133,6 @@ __all__ = (
|
|
|
135
133
|
"EksPodPropertiesOutputTypeDef",
|
|
136
134
|
"EksPodPropertiesOverrideTypeDef",
|
|
137
135
|
"EksPodPropertiesTypeDef",
|
|
138
|
-
"EksPodPropertiesUnionTypeDef",
|
|
139
136
|
"EksPropertiesDetailTypeDef",
|
|
140
137
|
"EksPropertiesOutputTypeDef",
|
|
141
138
|
"EksPropertiesOverrideTypeDef",
|
|
@@ -147,10 +144,11 @@ __all__ = (
|
|
|
147
144
|
"EvaluateOnExitTypeDef",
|
|
148
145
|
"FairsharePolicyOutputTypeDef",
|
|
149
146
|
"FairsharePolicyTypeDef",
|
|
147
|
+
"FairsharePolicyUnionTypeDef",
|
|
150
148
|
"FargatePlatformConfigurationTypeDef",
|
|
151
149
|
"FrontOfQueueDetailTypeDef",
|
|
152
150
|
"FrontOfQueueJobSummaryTypeDef",
|
|
153
|
-
"
|
|
151
|
+
"GetJobQueueSnapshotRequestTypeDef",
|
|
154
152
|
"GetJobQueueSnapshotResponseTypeDef",
|
|
155
153
|
"HostTypeDef",
|
|
156
154
|
"ImagePullSecretTypeDef",
|
|
@@ -171,18 +169,16 @@ __all__ = (
|
|
|
171
169
|
"LaunchTemplateSpecificationUnionTypeDef",
|
|
172
170
|
"LinuxParametersOutputTypeDef",
|
|
173
171
|
"LinuxParametersTypeDef",
|
|
174
|
-
"LinuxParametersUnionTypeDef",
|
|
175
172
|
"ListJobsRequestPaginateTypeDef",
|
|
176
|
-
"
|
|
173
|
+
"ListJobsRequestTypeDef",
|
|
177
174
|
"ListJobsResponseTypeDef",
|
|
178
175
|
"ListSchedulingPoliciesRequestPaginateTypeDef",
|
|
179
|
-
"
|
|
176
|
+
"ListSchedulingPoliciesRequestTypeDef",
|
|
180
177
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
181
|
-
"
|
|
178
|
+
"ListTagsForResourceRequestTypeDef",
|
|
182
179
|
"ListTagsForResourceResponseTypeDef",
|
|
183
180
|
"LogConfigurationOutputTypeDef",
|
|
184
181
|
"LogConfigurationTypeDef",
|
|
185
|
-
"LogConfigurationUnionTypeDef",
|
|
186
182
|
"MountPointTypeDef",
|
|
187
183
|
"NetworkConfigurationTypeDef",
|
|
188
184
|
"NetworkInterfaceTypeDef",
|
|
@@ -191,45 +187,44 @@ __all__ = (
|
|
|
191
187
|
"NodePropertiesOutputTypeDef",
|
|
192
188
|
"NodePropertiesSummaryTypeDef",
|
|
193
189
|
"NodePropertiesTypeDef",
|
|
190
|
+
"NodePropertiesUnionTypeDef",
|
|
194
191
|
"NodePropertyOverrideTypeDef",
|
|
195
192
|
"NodeRangePropertyOutputTypeDef",
|
|
196
193
|
"NodeRangePropertyTypeDef",
|
|
197
|
-
"NodeRangePropertyUnionTypeDef",
|
|
198
194
|
"PaginatorConfigTypeDef",
|
|
199
|
-
"
|
|
195
|
+
"RegisterJobDefinitionRequestTypeDef",
|
|
200
196
|
"RegisterJobDefinitionResponseTypeDef",
|
|
201
197
|
"RepositoryCredentialsTypeDef",
|
|
202
198
|
"ResourceRequirementTypeDef",
|
|
203
199
|
"ResponseMetadataTypeDef",
|
|
204
200
|
"RetryStrategyOutputTypeDef",
|
|
205
201
|
"RetryStrategyTypeDef",
|
|
202
|
+
"RetryStrategyUnionTypeDef",
|
|
206
203
|
"RuntimePlatformTypeDef",
|
|
207
204
|
"SchedulingPolicyDetailTypeDef",
|
|
208
205
|
"SchedulingPolicyListingDetailTypeDef",
|
|
209
206
|
"SecretTypeDef",
|
|
210
207
|
"ShareAttributesTypeDef",
|
|
211
|
-
"
|
|
208
|
+
"SubmitJobRequestTypeDef",
|
|
212
209
|
"SubmitJobResponseTypeDef",
|
|
213
|
-
"
|
|
210
|
+
"TagResourceRequestTypeDef",
|
|
214
211
|
"TaskContainerDependencyTypeDef",
|
|
215
212
|
"TaskContainerDetailsTypeDef",
|
|
216
213
|
"TaskContainerOverridesTypeDef",
|
|
217
214
|
"TaskContainerPropertiesOutputTypeDef",
|
|
218
215
|
"TaskContainerPropertiesTypeDef",
|
|
219
|
-
"TaskContainerPropertiesUnionTypeDef",
|
|
220
216
|
"TaskPropertiesOverrideTypeDef",
|
|
221
|
-
"
|
|
217
|
+
"TerminateJobRequestTypeDef",
|
|
222
218
|
"TmpfsOutputTypeDef",
|
|
223
219
|
"TmpfsTypeDef",
|
|
224
|
-
"TmpfsUnionTypeDef",
|
|
225
220
|
"UlimitTypeDef",
|
|
226
|
-
"
|
|
227
|
-
"
|
|
221
|
+
"UntagResourceRequestTypeDef",
|
|
222
|
+
"UpdateComputeEnvironmentRequestTypeDef",
|
|
228
223
|
"UpdateComputeEnvironmentResponseTypeDef",
|
|
229
|
-
"
|
|
224
|
+
"UpdateJobQueueRequestTypeDef",
|
|
230
225
|
"UpdateJobQueueResponseTypeDef",
|
|
231
226
|
"UpdatePolicyTypeDef",
|
|
232
|
-
"
|
|
227
|
+
"UpdateSchedulingPolicyRequestTypeDef",
|
|
233
228
|
"VolumeTypeDef",
|
|
234
229
|
)
|
|
235
230
|
|
|
@@ -250,7 +245,7 @@ class NetworkInterfaceTypeDef(TypedDict):
|
|
|
250
245
|
ipv6Address: NotRequired[str]
|
|
251
246
|
privateIpv4Address: NotRequired[str]
|
|
252
247
|
|
|
253
|
-
class
|
|
248
|
+
class CancelJobRequestTypeDef(TypedDict):
|
|
254
249
|
jobId: str
|
|
255
250
|
reason: str
|
|
256
251
|
|
|
@@ -330,16 +325,16 @@ class JobStateTimeLimitActionTypeDef(TypedDict):
|
|
|
330
325
|
maxTimeSeconds: int
|
|
331
326
|
action: Literal["CANCEL"]
|
|
332
327
|
|
|
333
|
-
class
|
|
328
|
+
class DeleteComputeEnvironmentRequestTypeDef(TypedDict):
|
|
334
329
|
computeEnvironment: str
|
|
335
330
|
|
|
336
|
-
class
|
|
331
|
+
class DeleteJobQueueRequestTypeDef(TypedDict):
|
|
337
332
|
jobQueue: str
|
|
338
333
|
|
|
339
|
-
class
|
|
334
|
+
class DeleteSchedulingPolicyRequestTypeDef(TypedDict):
|
|
340
335
|
arn: str
|
|
341
336
|
|
|
342
|
-
class
|
|
337
|
+
class DeregisterJobDefinitionRequestTypeDef(TypedDict):
|
|
343
338
|
jobDefinition: str
|
|
344
339
|
|
|
345
340
|
class PaginatorConfigTypeDef(TypedDict):
|
|
@@ -347,27 +342,27 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
347
342
|
PageSize: NotRequired[int]
|
|
348
343
|
StartingToken: NotRequired[str]
|
|
349
344
|
|
|
350
|
-
class
|
|
345
|
+
class DescribeComputeEnvironmentsRequestTypeDef(TypedDict):
|
|
351
346
|
computeEnvironments: NotRequired[Sequence[str]]
|
|
352
347
|
maxResults: NotRequired[int]
|
|
353
348
|
nextToken: NotRequired[str]
|
|
354
349
|
|
|
355
|
-
class
|
|
350
|
+
class DescribeJobDefinitionsRequestTypeDef(TypedDict):
|
|
356
351
|
jobDefinitions: NotRequired[Sequence[str]]
|
|
357
352
|
maxResults: NotRequired[int]
|
|
358
353
|
jobDefinitionName: NotRequired[str]
|
|
359
354
|
status: NotRequired[str]
|
|
360
355
|
nextToken: NotRequired[str]
|
|
361
356
|
|
|
362
|
-
class
|
|
357
|
+
class DescribeJobQueuesRequestTypeDef(TypedDict):
|
|
363
358
|
jobQueues: NotRequired[Sequence[str]]
|
|
364
359
|
maxResults: NotRequired[int]
|
|
365
360
|
nextToken: NotRequired[str]
|
|
366
361
|
|
|
367
|
-
class
|
|
362
|
+
class DescribeJobsRequestTypeDef(TypedDict):
|
|
368
363
|
jobs: Sequence[str]
|
|
369
364
|
|
|
370
|
-
class
|
|
365
|
+
class DescribeSchedulingPoliciesRequestTypeDef(TypedDict):
|
|
371
366
|
arns: Sequence[str]
|
|
372
367
|
|
|
373
368
|
class DeviceOutputTypeDef(TypedDict):
|
|
@@ -458,7 +453,7 @@ class FrontOfQueueJobSummaryTypeDef(TypedDict):
|
|
|
458
453
|
jobArn: NotRequired[str]
|
|
459
454
|
earliestTimeAtPosition: NotRequired[int]
|
|
460
455
|
|
|
461
|
-
class
|
|
456
|
+
class GetJobQueueSnapshotRequestTypeDef(TypedDict):
|
|
462
457
|
jobQueue: str
|
|
463
458
|
|
|
464
459
|
class HostTypeDef(TypedDict):
|
|
@@ -505,17 +500,22 @@ class TmpfsOutputTypeDef(TypedDict):
|
|
|
505
500
|
size: int
|
|
506
501
|
mountOptions: NotRequired[List[str]]
|
|
507
502
|
|
|
508
|
-
class
|
|
503
|
+
class TmpfsTypeDef(TypedDict):
|
|
504
|
+
containerPath: str
|
|
505
|
+
size: int
|
|
506
|
+
mountOptions: NotRequired[Sequence[str]]
|
|
507
|
+
|
|
508
|
+
class ListSchedulingPoliciesRequestTypeDef(TypedDict):
|
|
509
509
|
maxResults: NotRequired[int]
|
|
510
510
|
nextToken: NotRequired[str]
|
|
511
511
|
|
|
512
512
|
class SchedulingPolicyListingDetailTypeDef(TypedDict):
|
|
513
513
|
arn: str
|
|
514
514
|
|
|
515
|
-
class
|
|
515
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
516
516
|
resourceArn: str
|
|
517
517
|
|
|
518
|
-
class
|
|
518
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
519
519
|
resourceArn: str
|
|
520
520
|
tags: Mapping[str, str]
|
|
521
521
|
|
|
@@ -523,16 +523,11 @@ class TaskContainerDependencyTypeDef(TypedDict):
|
|
|
523
523
|
containerName: NotRequired[str]
|
|
524
524
|
condition: NotRequired[str]
|
|
525
525
|
|
|
526
|
-
class
|
|
526
|
+
class TerminateJobRequestTypeDef(TypedDict):
|
|
527
527
|
jobId: str
|
|
528
528
|
reason: str
|
|
529
529
|
|
|
530
|
-
class
|
|
531
|
-
containerPath: str
|
|
532
|
-
size: int
|
|
533
|
-
mountOptions: NotRequired[Sequence[str]]
|
|
534
|
-
|
|
535
|
-
class UntagResourceRequestRequestTypeDef(TypedDict):
|
|
530
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
536
531
|
resourceArn: str
|
|
537
532
|
tagKeys: Sequence[str]
|
|
538
533
|
|
|
@@ -616,7 +611,7 @@ class UpdateJobQueueResponseTypeDef(TypedDict):
|
|
|
616
611
|
jobQueueArn: str
|
|
617
612
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
618
613
|
|
|
619
|
-
class
|
|
614
|
+
class CreateJobQueueRequestTypeDef(TypedDict):
|
|
620
615
|
jobQueueName: str
|
|
621
616
|
priority: int
|
|
622
617
|
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef]
|
|
@@ -637,7 +632,7 @@ class JobQueueDetailTypeDef(TypedDict):
|
|
|
637
632
|
tags: NotRequired[Dict[str, str]]
|
|
638
633
|
jobStateTimeLimitActions: NotRequired[List[JobStateTimeLimitActionTypeDef]]
|
|
639
634
|
|
|
640
|
-
class
|
|
635
|
+
class UpdateJobQueueRequestTypeDef(TypedDict):
|
|
641
636
|
jobQueue: str
|
|
642
637
|
state: NotRequired[JQStateType]
|
|
643
638
|
schedulingPolicyArn: NotRequired[str]
|
|
@@ -662,8 +657,6 @@ class DescribeJobQueuesRequestPaginateTypeDef(TypedDict):
|
|
|
662
657
|
class ListSchedulingPoliciesRequestPaginateTypeDef(TypedDict):
|
|
663
658
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
664
659
|
|
|
665
|
-
DeviceUnionTypeDef = Union[DeviceTypeDef, DeviceOutputTypeDef]
|
|
666
|
-
|
|
667
660
|
class EFSVolumeConfigurationTypeDef(TypedDict):
|
|
668
661
|
fileSystemId: str
|
|
669
662
|
rootDirectory: NotRequired[str]
|
|
@@ -709,6 +702,18 @@ class EksContainerOutputTypeDef(TypedDict):
|
|
|
709
702
|
EksContainerResourceRequirementsUnionTypeDef = Union[
|
|
710
703
|
EksContainerResourceRequirementsTypeDef, EksContainerResourceRequirementsOutputTypeDef
|
|
711
704
|
]
|
|
705
|
+
|
|
706
|
+
class EksContainerTypeDef(TypedDict):
|
|
707
|
+
image: str
|
|
708
|
+
name: NotRequired[str]
|
|
709
|
+
imagePullPolicy: NotRequired[str]
|
|
710
|
+
command: NotRequired[Sequence[str]]
|
|
711
|
+
args: NotRequired[Sequence[str]]
|
|
712
|
+
env: NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]]
|
|
713
|
+
resources: NotRequired[EksContainerResourceRequirementsTypeDef]
|
|
714
|
+
volumeMounts: NotRequired[Sequence[EksContainerVolumeMountTypeDef]]
|
|
715
|
+
securityContext: NotRequired[EksContainerSecurityContextTypeDef]
|
|
716
|
+
|
|
712
717
|
EksMetadataUnionTypeDef = Union[EksMetadataTypeDef, EksMetadataOutputTypeDef]
|
|
713
718
|
|
|
714
719
|
class EksVolumeTypeDef(TypedDict):
|
|
@@ -762,7 +767,7 @@ class ListJobsRequestPaginateTypeDef(TypedDict):
|
|
|
762
767
|
filters: NotRequired[Sequence[KeyValuesPairTypeDef]]
|
|
763
768
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
764
769
|
|
|
765
|
-
class
|
|
770
|
+
class ListJobsRequestTypeDef(TypedDict):
|
|
766
771
|
jobQueue: NotRequired[str]
|
|
767
772
|
arrayJobId: NotRequired[str]
|
|
768
773
|
multiNodeJobId: NotRequired[str]
|
|
@@ -789,13 +794,19 @@ class LinuxParametersOutputTypeDef(TypedDict):
|
|
|
789
794
|
maxSwap: NotRequired[int]
|
|
790
795
|
swappiness: NotRequired[int]
|
|
791
796
|
|
|
797
|
+
class LinuxParametersTypeDef(TypedDict):
|
|
798
|
+
devices: NotRequired[Sequence[DeviceTypeDef]]
|
|
799
|
+
initProcessEnabled: NotRequired[bool]
|
|
800
|
+
sharedMemorySize: NotRequired[int]
|
|
801
|
+
tmpfs: NotRequired[Sequence[TmpfsTypeDef]]
|
|
802
|
+
maxSwap: NotRequired[int]
|
|
803
|
+
swappiness: NotRequired[int]
|
|
804
|
+
|
|
792
805
|
class ListSchedulingPoliciesResponseTypeDef(TypedDict):
|
|
793
806
|
schedulingPolicies: List[SchedulingPolicyListingDetailTypeDef]
|
|
794
807
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
795
808
|
nextToken: NotRequired[str]
|
|
796
809
|
|
|
797
|
-
TmpfsUnionTypeDef = Union[TmpfsTypeDef, TmpfsOutputTypeDef]
|
|
798
|
-
|
|
799
810
|
class AttemptEcsTaskDetailsTypeDef(TypedDict):
|
|
800
811
|
containerInstanceArn: NotRequired[str]
|
|
801
812
|
taskArn: NotRequired[str]
|
|
@@ -804,8 +815,6 @@ class AttemptEcsTaskDetailsTypeDef(TypedDict):
|
|
|
804
815
|
class TaskPropertiesOverrideTypeDef(TypedDict):
|
|
805
816
|
containers: NotRequired[Sequence[TaskContainerOverridesTypeDef]]
|
|
806
817
|
|
|
807
|
-
LogConfigurationUnionTypeDef = Union[LogConfigurationTypeDef, LogConfigurationOutputTypeDef]
|
|
808
|
-
|
|
809
818
|
class DescribeJobQueuesResponseTypeDef(TypedDict):
|
|
810
819
|
jobQueues: List[JobQueueDetailTypeDef]
|
|
811
820
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -824,17 +833,6 @@ class EksContainerOverrideTypeDef(TypedDict):
|
|
|
824
833
|
env: NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]]
|
|
825
834
|
resources: NotRequired[EksContainerResourceRequirementsUnionTypeDef]
|
|
826
835
|
|
|
827
|
-
class EksContainerTypeDef(TypedDict):
|
|
828
|
-
image: str
|
|
829
|
-
name: NotRequired[str]
|
|
830
|
-
imagePullPolicy: NotRequired[str]
|
|
831
|
-
command: NotRequired[Sequence[str]]
|
|
832
|
-
args: NotRequired[Sequence[str]]
|
|
833
|
-
env: NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]]
|
|
834
|
-
resources: NotRequired[EksContainerResourceRequirementsUnionTypeDef]
|
|
835
|
-
volumeMounts: NotRequired[Sequence[EksContainerVolumeMountTypeDef]]
|
|
836
|
-
securityContext: NotRequired[EksContainerSecurityContextTypeDef]
|
|
837
|
-
|
|
838
836
|
class EksPodPropertiesDetailTypeDef(TypedDict):
|
|
839
837
|
serviceAccountName: NotRequired[str]
|
|
840
838
|
hostNetwork: NotRequired[bool]
|
|
@@ -859,20 +857,26 @@ class EksPodPropertiesOutputTypeDef(TypedDict):
|
|
|
859
857
|
metadata: NotRequired[EksMetadataOutputTypeDef]
|
|
860
858
|
shareProcessNamespace: NotRequired[bool]
|
|
861
859
|
|
|
860
|
+
class EksPodPropertiesTypeDef(TypedDict):
|
|
861
|
+
serviceAccountName: NotRequired[str]
|
|
862
|
+
hostNetwork: NotRequired[bool]
|
|
863
|
+
dnsPolicy: NotRequired[str]
|
|
864
|
+
imagePullSecrets: NotRequired[Sequence[ImagePullSecretTypeDef]]
|
|
865
|
+
containers: NotRequired[Sequence[EksContainerTypeDef]]
|
|
866
|
+
initContainers: NotRequired[Sequence[EksContainerTypeDef]]
|
|
867
|
+
volumes: NotRequired[Sequence[EksVolumeTypeDef]]
|
|
868
|
+
metadata: NotRequired[EksMetadataTypeDef]
|
|
869
|
+
shareProcessNamespace: NotRequired[bool]
|
|
870
|
+
|
|
871
|
+
RetryStrategyUnionTypeDef = Union[RetryStrategyTypeDef, RetryStrategyOutputTypeDef]
|
|
872
|
+
|
|
862
873
|
class SchedulingPolicyDetailTypeDef(TypedDict):
|
|
863
874
|
name: str
|
|
864
875
|
arn: str
|
|
865
876
|
fairsharePolicy: NotRequired[FairsharePolicyOutputTypeDef]
|
|
866
877
|
tags: NotRequired[Dict[str, str]]
|
|
867
878
|
|
|
868
|
-
|
|
869
|
-
name: str
|
|
870
|
-
fairsharePolicy: NotRequired[FairsharePolicyTypeDef]
|
|
871
|
-
tags: NotRequired[Mapping[str, str]]
|
|
872
|
-
|
|
873
|
-
class UpdateSchedulingPolicyRequestRequestTypeDef(TypedDict):
|
|
874
|
-
arn: str
|
|
875
|
-
fairsharePolicy: NotRequired[FairsharePolicyTypeDef]
|
|
879
|
+
FairsharePolicyUnionTypeDef = Union[FairsharePolicyTypeDef, FairsharePolicyOutputTypeDef]
|
|
876
880
|
|
|
877
881
|
class GetJobQueueSnapshotResponseTypeDef(TypedDict):
|
|
878
882
|
frontOfQueue: FrontOfQueueDetailTypeDef
|
|
@@ -952,13 +956,23 @@ class TaskContainerPropertiesOutputTypeDef(TypedDict):
|
|
|
952
956
|
ulimits: NotRequired[List[UlimitTypeDef]]
|
|
953
957
|
user: NotRequired[str]
|
|
954
958
|
|
|
955
|
-
class
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
959
|
+
class TaskContainerPropertiesTypeDef(TypedDict):
|
|
960
|
+
image: str
|
|
961
|
+
command: NotRequired[Sequence[str]]
|
|
962
|
+
dependsOn: NotRequired[Sequence[TaskContainerDependencyTypeDef]]
|
|
963
|
+
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
964
|
+
essential: NotRequired[bool]
|
|
965
|
+
linuxParameters: NotRequired[LinuxParametersTypeDef]
|
|
966
|
+
logConfiguration: NotRequired[LogConfigurationTypeDef]
|
|
967
|
+
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
968
|
+
name: NotRequired[str]
|
|
969
|
+
privileged: NotRequired[bool]
|
|
970
|
+
readonlyRootFilesystem: NotRequired[bool]
|
|
971
|
+
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
972
|
+
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
973
|
+
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
974
|
+
ulimits: NotRequired[Sequence[UlimitTypeDef]]
|
|
975
|
+
user: NotRequired[str]
|
|
962
976
|
|
|
963
977
|
class AttemptDetailTypeDef(TypedDict):
|
|
964
978
|
container: NotRequired[AttemptContainerDetailTypeDef]
|
|
@@ -1026,23 +1040,58 @@ class ContainerPropertiesOutputTypeDef(TypedDict):
|
|
|
1026
1040
|
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1027
1041
|
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1028
1042
|
|
|
1043
|
+
class ContainerPropertiesTypeDef(TypedDict):
|
|
1044
|
+
image: NotRequired[str]
|
|
1045
|
+
vcpus: NotRequired[int]
|
|
1046
|
+
memory: NotRequired[int]
|
|
1047
|
+
command: NotRequired[Sequence[str]]
|
|
1048
|
+
jobRoleArn: NotRequired[str]
|
|
1049
|
+
executionRoleArn: NotRequired[str]
|
|
1050
|
+
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1051
|
+
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
1052
|
+
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
1053
|
+
readonlyRootFilesystem: NotRequired[bool]
|
|
1054
|
+
privileged: NotRequired[bool]
|
|
1055
|
+
ulimits: NotRequired[Sequence[UlimitTypeDef]]
|
|
1056
|
+
user: NotRequired[str]
|
|
1057
|
+
instanceType: NotRequired[str]
|
|
1058
|
+
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
1059
|
+
linuxParameters: NotRequired[LinuxParametersTypeDef]
|
|
1060
|
+
logConfiguration: NotRequired[LogConfigurationTypeDef]
|
|
1061
|
+
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
1062
|
+
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1063
|
+
fargatePlatformConfiguration: NotRequired[FargatePlatformConfigurationTypeDef]
|
|
1064
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1065
|
+
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1066
|
+
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1067
|
+
|
|
1029
1068
|
class EksPodPropertiesOverrideTypeDef(TypedDict):
|
|
1030
1069
|
containers: NotRequired[Sequence[EksContainerOverrideTypeDef]]
|
|
1031
1070
|
initContainers: NotRequired[Sequence[EksContainerOverrideTypeDef]]
|
|
1032
1071
|
metadata: NotRequired[EksMetadataUnionTypeDef]
|
|
1033
1072
|
|
|
1034
|
-
EksContainerUnionTypeDef = Union[EksContainerTypeDef, EksContainerOutputTypeDef]
|
|
1035
|
-
|
|
1036
1073
|
class EksPropertiesDetailTypeDef(TypedDict):
|
|
1037
1074
|
podProperties: NotRequired[EksPodPropertiesDetailTypeDef]
|
|
1038
1075
|
|
|
1039
1076
|
class EksPropertiesOutputTypeDef(TypedDict):
|
|
1040
1077
|
podProperties: NotRequired[EksPodPropertiesOutputTypeDef]
|
|
1041
1078
|
|
|
1079
|
+
class EksPropertiesTypeDef(TypedDict):
|
|
1080
|
+
podProperties: NotRequired[EksPodPropertiesTypeDef]
|
|
1081
|
+
|
|
1042
1082
|
class DescribeSchedulingPoliciesResponseTypeDef(TypedDict):
|
|
1043
1083
|
schedulingPolicies: List[SchedulingPolicyDetailTypeDef]
|
|
1044
1084
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1045
1085
|
|
|
1086
|
+
class CreateSchedulingPolicyRequestTypeDef(TypedDict):
|
|
1087
|
+
name: str
|
|
1088
|
+
fairsharePolicy: NotRequired[FairsharePolicyUnionTypeDef]
|
|
1089
|
+
tags: NotRequired[Mapping[str, str]]
|
|
1090
|
+
|
|
1091
|
+
class UpdateSchedulingPolicyRequestTypeDef(TypedDict):
|
|
1092
|
+
arn: str
|
|
1093
|
+
fairsharePolicy: NotRequired[FairsharePolicyUnionTypeDef]
|
|
1094
|
+
|
|
1046
1095
|
ComputeEnvironmentDetailTypeDef = TypedDict(
|
|
1047
1096
|
"ComputeEnvironmentDetailTypeDef",
|
|
1048
1097
|
{
|
|
@@ -1064,6 +1113,28 @@ ComputeEnvironmentDetailTypeDef = TypedDict(
|
|
|
1064
1113
|
"context": NotRequired[str],
|
|
1065
1114
|
},
|
|
1066
1115
|
)
|
|
1116
|
+
ComputeResourceTypeDef = TypedDict(
|
|
1117
|
+
"ComputeResourceTypeDef",
|
|
1118
|
+
{
|
|
1119
|
+
"type": CRTypeType,
|
|
1120
|
+
"maxvCpus": int,
|
|
1121
|
+
"subnets": Sequence[str],
|
|
1122
|
+
"allocationStrategy": NotRequired[CRAllocationStrategyType],
|
|
1123
|
+
"minvCpus": NotRequired[int],
|
|
1124
|
+
"desiredvCpus": NotRequired[int],
|
|
1125
|
+
"instanceTypes": NotRequired[Sequence[str]],
|
|
1126
|
+
"imageId": NotRequired[str],
|
|
1127
|
+
"securityGroupIds": NotRequired[Sequence[str]],
|
|
1128
|
+
"ec2KeyPair": NotRequired[str],
|
|
1129
|
+
"instanceRole": NotRequired[str],
|
|
1130
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1131
|
+
"placementGroup": NotRequired[str],
|
|
1132
|
+
"bidPercentage": NotRequired[int],
|
|
1133
|
+
"spotIamFleetRole": NotRequired[str],
|
|
1134
|
+
"launchTemplate": NotRequired[LaunchTemplateSpecificationTypeDef],
|
|
1135
|
+
"ec2Configuration": NotRequired[Sequence[Ec2ConfigurationTypeDef]],
|
|
1136
|
+
},
|
|
1137
|
+
)
|
|
1067
1138
|
LaunchTemplateSpecificationUnionTypeDef = Union[
|
|
1068
1139
|
LaunchTemplateSpecificationTypeDef, LaunchTemplateSpecificationOutputTypeDef
|
|
1069
1140
|
]
|
|
@@ -1094,49 +1165,33 @@ class EcsTaskPropertiesOutputTypeDef(TypedDict):
|
|
|
1094
1165
|
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1095
1166
|
volumes: NotRequired[List[VolumeTypeDef]]
|
|
1096
1167
|
|
|
1097
|
-
|
|
1168
|
+
class EcsTaskPropertiesTypeDef(TypedDict):
|
|
1169
|
+
containers: Sequence[TaskContainerPropertiesTypeDef]
|
|
1170
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1171
|
+
executionRoleArn: NotRequired[str]
|
|
1172
|
+
platformVersion: NotRequired[str]
|
|
1173
|
+
ipcMode: NotRequired[str]
|
|
1174
|
+
taskRoleArn: NotRequired[str]
|
|
1175
|
+
pidMode: NotRequired[str]
|
|
1176
|
+
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1177
|
+
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1178
|
+
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1179
|
+
|
|
1180
|
+
ContainerPropertiesUnionTypeDef = Union[
|
|
1181
|
+
ContainerPropertiesTypeDef, ContainerPropertiesOutputTypeDef
|
|
1182
|
+
]
|
|
1098
1183
|
|
|
1099
1184
|
class EksPropertiesOverrideTypeDef(TypedDict):
|
|
1100
1185
|
podProperties: NotRequired[EksPodPropertiesOverrideTypeDef]
|
|
1101
1186
|
|
|
1102
|
-
|
|
1103
|
-
serviceAccountName: NotRequired[str]
|
|
1104
|
-
hostNetwork: NotRequired[bool]
|
|
1105
|
-
dnsPolicy: NotRequired[str]
|
|
1106
|
-
imagePullSecrets: NotRequired[Sequence[ImagePullSecretTypeDef]]
|
|
1107
|
-
containers: NotRequired[Sequence[EksContainerUnionTypeDef]]
|
|
1108
|
-
initContainers: NotRequired[Sequence[EksContainerUnionTypeDef]]
|
|
1109
|
-
volumes: NotRequired[Sequence[EksVolumeTypeDef]]
|
|
1110
|
-
metadata: NotRequired[EksMetadataUnionTypeDef]
|
|
1111
|
-
shareProcessNamespace: NotRequired[bool]
|
|
1187
|
+
EksPropertiesUnionTypeDef = Union[EksPropertiesTypeDef, EksPropertiesOutputTypeDef]
|
|
1112
1188
|
|
|
1113
1189
|
class DescribeComputeEnvironmentsResponseTypeDef(TypedDict):
|
|
1114
1190
|
computeEnvironments: List[ComputeEnvironmentDetailTypeDef]
|
|
1115
1191
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1116
1192
|
nextToken: NotRequired[str]
|
|
1117
1193
|
|
|
1118
|
-
|
|
1119
|
-
"ComputeResourceTypeDef",
|
|
1120
|
-
{
|
|
1121
|
-
"type": CRTypeType,
|
|
1122
|
-
"maxvCpus": int,
|
|
1123
|
-
"subnets": Sequence[str],
|
|
1124
|
-
"allocationStrategy": NotRequired[CRAllocationStrategyType],
|
|
1125
|
-
"minvCpus": NotRequired[int],
|
|
1126
|
-
"desiredvCpus": NotRequired[int],
|
|
1127
|
-
"instanceTypes": NotRequired[Sequence[str]],
|
|
1128
|
-
"imageId": NotRequired[str],
|
|
1129
|
-
"securityGroupIds": NotRequired[Sequence[str]],
|
|
1130
|
-
"ec2KeyPair": NotRequired[str],
|
|
1131
|
-
"instanceRole": NotRequired[str],
|
|
1132
|
-
"tags": NotRequired[Mapping[str, str]],
|
|
1133
|
-
"placementGroup": NotRequired[str],
|
|
1134
|
-
"bidPercentage": NotRequired[int],
|
|
1135
|
-
"spotIamFleetRole": NotRequired[str],
|
|
1136
|
-
"launchTemplate": NotRequired[LaunchTemplateSpecificationUnionTypeDef],
|
|
1137
|
-
"ec2Configuration": NotRequired[Sequence[Ec2ConfigurationTypeDef]],
|
|
1138
|
-
},
|
|
1139
|
-
)
|
|
1194
|
+
ComputeResourceUnionTypeDef = Union[ComputeResourceTypeDef, ComputeResourceOutputTypeDef]
|
|
1140
1195
|
ComputeResourceUpdateTypeDef = TypedDict(
|
|
1141
1196
|
"ComputeResourceUpdateTypeDef",
|
|
1142
1197
|
{
|
|
@@ -1166,48 +1221,8 @@ class EcsPropertiesDetailTypeDef(TypedDict):
|
|
|
1166
1221
|
class EcsPropertiesOutputTypeDef(TypedDict):
|
|
1167
1222
|
taskProperties: List[EcsTaskPropertiesOutputTypeDef]
|
|
1168
1223
|
|
|
1169
|
-
class
|
|
1170
|
-
|
|
1171
|
-
vcpus: NotRequired[int]
|
|
1172
|
-
memory: NotRequired[int]
|
|
1173
|
-
command: NotRequired[Sequence[str]]
|
|
1174
|
-
jobRoleArn: NotRequired[str]
|
|
1175
|
-
executionRoleArn: NotRequired[str]
|
|
1176
|
-
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1177
|
-
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
1178
|
-
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
1179
|
-
readonlyRootFilesystem: NotRequired[bool]
|
|
1180
|
-
privileged: NotRequired[bool]
|
|
1181
|
-
ulimits: NotRequired[Sequence[UlimitTypeDef]]
|
|
1182
|
-
user: NotRequired[str]
|
|
1183
|
-
instanceType: NotRequired[str]
|
|
1184
|
-
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
1185
|
-
linuxParameters: NotRequired[LinuxParametersUnionTypeDef]
|
|
1186
|
-
logConfiguration: NotRequired[LogConfigurationUnionTypeDef]
|
|
1187
|
-
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
1188
|
-
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1189
|
-
fargatePlatformConfiguration: NotRequired[FargatePlatformConfigurationTypeDef]
|
|
1190
|
-
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1191
|
-
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1192
|
-
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1193
|
-
|
|
1194
|
-
class TaskContainerPropertiesTypeDef(TypedDict):
|
|
1195
|
-
image: str
|
|
1196
|
-
command: NotRequired[Sequence[str]]
|
|
1197
|
-
dependsOn: NotRequired[Sequence[TaskContainerDependencyTypeDef]]
|
|
1198
|
-
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
1199
|
-
essential: NotRequired[bool]
|
|
1200
|
-
linuxParameters: NotRequired[LinuxParametersUnionTypeDef]
|
|
1201
|
-
logConfiguration: NotRequired[LogConfigurationUnionTypeDef]
|
|
1202
|
-
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
1203
|
-
name: NotRequired[str]
|
|
1204
|
-
privileged: NotRequired[bool]
|
|
1205
|
-
readonlyRootFilesystem: NotRequired[bool]
|
|
1206
|
-
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1207
|
-
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
1208
|
-
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
1209
|
-
ulimits: NotRequired[Sequence[UlimitTypeDef]]
|
|
1210
|
-
user: NotRequired[str]
|
|
1224
|
+
class EcsPropertiesTypeDef(TypedDict):
|
|
1225
|
+
taskProperties: Sequence[EcsTaskPropertiesTypeDef]
|
|
1211
1226
|
|
|
1212
1227
|
class NodePropertyOverrideTypeDef(TypedDict):
|
|
1213
1228
|
targetNodes: str
|
|
@@ -1216,15 +1231,14 @@ class NodePropertyOverrideTypeDef(TypedDict):
|
|
|
1216
1231
|
instanceTypes: NotRequired[Sequence[str]]
|
|
1217
1232
|
eksPropertiesOverride: NotRequired[EksPropertiesOverrideTypeDef]
|
|
1218
1233
|
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
1234
|
+
CreateComputeEnvironmentRequestTypeDef = TypedDict(
|
|
1235
|
+
"CreateComputeEnvironmentRequestTypeDef",
|
|
1222
1236
|
{
|
|
1223
1237
|
"computeEnvironmentName": str,
|
|
1224
1238
|
"type": CETypeType,
|
|
1225
1239
|
"state": NotRequired[CEStateType],
|
|
1226
1240
|
"unmanagedvCpus": NotRequired[int],
|
|
1227
|
-
"computeResources": NotRequired[
|
|
1241
|
+
"computeResources": NotRequired[ComputeResourceUnionTypeDef],
|
|
1228
1242
|
"serviceRole": NotRequired[str],
|
|
1229
1243
|
"tags": NotRequired[Mapping[str, str]],
|
|
1230
1244
|
"eksConfiguration": NotRequired[EksConfigurationTypeDef],
|
|
@@ -1232,7 +1246,7 @@ CreateComputeEnvironmentRequestRequestTypeDef = TypedDict(
|
|
|
1232
1246
|
},
|
|
1233
1247
|
)
|
|
1234
1248
|
|
|
1235
|
-
class
|
|
1249
|
+
class UpdateComputeEnvironmentRequestTypeDef(TypedDict):
|
|
1236
1250
|
computeEnvironment: str
|
|
1237
1251
|
state: NotRequired[CEStateType]
|
|
1238
1252
|
unmanagedvCpus: NotRequired[int]
|
|
@@ -1248,38 +1262,30 @@ class NodeRangePropertyOutputTypeDef(TypedDict):
|
|
|
1248
1262
|
ecsProperties: NotRequired[EcsPropertiesOutputTypeDef]
|
|
1249
1263
|
eksProperties: NotRequired[EksPropertiesOutputTypeDef]
|
|
1250
1264
|
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
]
|
|
1265
|
+
EcsPropertiesUnionTypeDef = Union[EcsPropertiesTypeDef, EcsPropertiesOutputTypeDef]
|
|
1266
|
+
|
|
1267
|
+
class NodeRangePropertyTypeDef(TypedDict):
|
|
1268
|
+
targetNodes: str
|
|
1269
|
+
container: NotRequired[ContainerPropertiesTypeDef]
|
|
1270
|
+
instanceTypes: NotRequired[Sequence[str]]
|
|
1271
|
+
ecsProperties: NotRequired[EcsPropertiesTypeDef]
|
|
1272
|
+
eksProperties: NotRequired[EksPropertiesTypeDef]
|
|
1257
1273
|
|
|
1258
1274
|
class NodeOverridesTypeDef(TypedDict):
|
|
1259
1275
|
numNodes: NotRequired[int]
|
|
1260
1276
|
nodePropertyOverrides: NotRequired[Sequence[NodePropertyOverrideTypeDef]]
|
|
1261
1277
|
|
|
1262
|
-
class EksPropertiesTypeDef(TypedDict):
|
|
1263
|
-
podProperties: NotRequired[EksPodPropertiesUnionTypeDef]
|
|
1264
|
-
|
|
1265
1278
|
class NodePropertiesOutputTypeDef(TypedDict):
|
|
1266
1279
|
numNodes: int
|
|
1267
1280
|
mainNode: int
|
|
1268
1281
|
nodeRangeProperties: List[NodeRangePropertyOutputTypeDef]
|
|
1269
1282
|
|
|
1270
|
-
class
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
platformVersion: NotRequired[str]
|
|
1275
|
-
ipcMode: NotRequired[str]
|
|
1276
|
-
taskRoleArn: NotRequired[str]
|
|
1277
|
-
pidMode: NotRequired[str]
|
|
1278
|
-
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1279
|
-
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1280
|
-
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1283
|
+
class NodePropertiesTypeDef(TypedDict):
|
|
1284
|
+
numNodes: int
|
|
1285
|
+
mainNode: int
|
|
1286
|
+
nodeRangeProperties: Sequence[NodeRangePropertyTypeDef]
|
|
1281
1287
|
|
|
1282
|
-
class
|
|
1288
|
+
class SubmitJobRequestTypeDef(TypedDict):
|
|
1283
1289
|
jobName: str
|
|
1284
1290
|
jobQueue: str
|
|
1285
1291
|
jobDefinition: str
|
|
@@ -1290,14 +1296,13 @@ class SubmitJobRequestRequestTypeDef(TypedDict):
|
|
|
1290
1296
|
parameters: NotRequired[Mapping[str, str]]
|
|
1291
1297
|
containerOverrides: NotRequired[ContainerOverridesTypeDef]
|
|
1292
1298
|
nodeOverrides: NotRequired[NodeOverridesTypeDef]
|
|
1293
|
-
retryStrategy: NotRequired[
|
|
1299
|
+
retryStrategy: NotRequired[RetryStrategyUnionTypeDef]
|
|
1294
1300
|
propagateTags: NotRequired[bool]
|
|
1295
1301
|
timeout: NotRequired[JobTimeoutTypeDef]
|
|
1296
1302
|
tags: NotRequired[Mapping[str, str]]
|
|
1297
1303
|
eksPropertiesOverride: NotRequired[EksPropertiesOverrideTypeDef]
|
|
1298
1304
|
ecsPropertiesOverride: NotRequired[EcsPropertiesOverrideTypeDef]
|
|
1299
1305
|
|
|
1300
|
-
EksPropertiesUnionTypeDef = Union[EksPropertiesTypeDef, EksPropertiesOutputTypeDef]
|
|
1301
1306
|
JobDefinitionTypeDef = TypedDict(
|
|
1302
1307
|
"JobDefinitionTypeDef",
|
|
1303
1308
|
{
|
|
@@ -1352,7 +1357,7 @@ class JobDetailTypeDef(TypedDict):
|
|
|
1352
1357
|
isCancelled: NotRequired[bool]
|
|
1353
1358
|
isTerminated: NotRequired[bool]
|
|
1354
1359
|
|
|
1355
|
-
|
|
1360
|
+
NodePropertiesUnionTypeDef = Union[NodePropertiesTypeDef, NodePropertiesOutputTypeDef]
|
|
1356
1361
|
|
|
1357
1362
|
class DescribeJobDefinitionsResponseTypeDef(TypedDict):
|
|
1358
1363
|
jobDefinitions: List[JobDefinitionTypeDef]
|
|
@@ -1363,40 +1368,21 @@ class DescribeJobsResponseTypeDef(TypedDict):
|
|
|
1363
1368
|
jobs: List[JobDetailTypeDef]
|
|
1364
1369
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1365
1370
|
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
EcsPropertiesUnionTypeDef = Union[EcsPropertiesTypeDef, EcsPropertiesOutputTypeDef]
|
|
1370
|
-
|
|
1371
|
-
class NodeRangePropertyTypeDef(TypedDict):
|
|
1372
|
-
targetNodes: str
|
|
1373
|
-
container: NotRequired[ContainerPropertiesUnionTypeDef]
|
|
1374
|
-
instanceTypes: NotRequired[Sequence[str]]
|
|
1375
|
-
ecsProperties: NotRequired[EcsPropertiesUnionTypeDef]
|
|
1376
|
-
eksProperties: NotRequired[EksPropertiesUnionTypeDef]
|
|
1377
|
-
|
|
1378
|
-
NodeRangePropertyUnionTypeDef = Union[NodeRangePropertyTypeDef, NodeRangePropertyOutputTypeDef]
|
|
1379
|
-
|
|
1380
|
-
class NodePropertiesTypeDef(TypedDict):
|
|
1381
|
-
numNodes: int
|
|
1382
|
-
mainNode: int
|
|
1383
|
-
nodeRangeProperties: Sequence[NodeRangePropertyUnionTypeDef]
|
|
1384
|
-
|
|
1385
|
-
RegisterJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
1386
|
-
"RegisterJobDefinitionRequestRequestTypeDef",
|
|
1371
|
+
RegisterJobDefinitionRequestTypeDef = TypedDict(
|
|
1372
|
+
"RegisterJobDefinitionRequestTypeDef",
|
|
1387
1373
|
{
|
|
1388
1374
|
"jobDefinitionName": str,
|
|
1389
1375
|
"type": JobDefinitionTypeType,
|
|
1390
1376
|
"parameters": NotRequired[Mapping[str, str]],
|
|
1391
1377
|
"schedulingPriority": NotRequired[int],
|
|
1392
|
-
"containerProperties": NotRequired[
|
|
1393
|
-
"nodeProperties": NotRequired[
|
|
1394
|
-
"retryStrategy": NotRequired[
|
|
1378
|
+
"containerProperties": NotRequired[ContainerPropertiesUnionTypeDef],
|
|
1379
|
+
"nodeProperties": NotRequired[NodePropertiesUnionTypeDef],
|
|
1380
|
+
"retryStrategy": NotRequired[RetryStrategyUnionTypeDef],
|
|
1395
1381
|
"propagateTags": NotRequired[bool],
|
|
1396
1382
|
"timeout": NotRequired[JobTimeoutTypeDef],
|
|
1397
1383
|
"tags": NotRequired[Mapping[str, str]],
|
|
1398
1384
|
"platformCapabilities": NotRequired[Sequence[PlatformCapabilityType]],
|
|
1399
|
-
"eksProperties": NotRequired[
|
|
1400
|
-
"ecsProperties": NotRequired[
|
|
1385
|
+
"eksProperties": NotRequired[EksPropertiesUnionTypeDef],
|
|
1386
|
+
"ecsProperties": NotRequired[EcsPropertiesUnionTypeDef],
|
|
1401
1387
|
},
|
|
1402
1388
|
)
|