types-boto3-batch 1.36.3__py3-none-any.whl → 1.37.0__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 -3
- types_boto3_batch/literals.pyi +2 -3
- 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.37.0.dist-info}/METADATA +11 -8
- types_boto3_batch-1.37.0.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.37.0.dist-info}/LICENSE +0 -0
- {types_boto3_batch-1.36.3.dist-info → types_boto3_batch-1.37.0.dist-info}/WHEEL +0 -0
- {types_boto3_batch-1.36.3.dist-info → types_boto3_batch-1.37.0.dist-info}/top_level.txt +0 -0
types_boto3_batch/type_defs.py
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
|
|
@@ -62,11 +62,12 @@ __all__ = (
|
|
|
62
62
|
"AttemptDetailTypeDef",
|
|
63
63
|
"AttemptEcsTaskDetailsTypeDef",
|
|
64
64
|
"AttemptTaskContainerDetailsTypeDef",
|
|
65
|
-
"
|
|
65
|
+
"CancelJobRequestTypeDef",
|
|
66
66
|
"ComputeEnvironmentDetailTypeDef",
|
|
67
67
|
"ComputeEnvironmentOrderTypeDef",
|
|
68
68
|
"ComputeResourceOutputTypeDef",
|
|
69
69
|
"ComputeResourceTypeDef",
|
|
70
|
+
"ComputeResourceUnionTypeDef",
|
|
70
71
|
"ComputeResourceUpdateTypeDef",
|
|
71
72
|
"ContainerDetailTypeDef",
|
|
72
73
|
"ContainerOverridesTypeDef",
|
|
@@ -74,32 +75,31 @@ __all__ = (
|
|
|
74
75
|
"ContainerPropertiesTypeDef",
|
|
75
76
|
"ContainerPropertiesUnionTypeDef",
|
|
76
77
|
"ContainerSummaryTypeDef",
|
|
77
|
-
"
|
|
78
|
+
"CreateComputeEnvironmentRequestTypeDef",
|
|
78
79
|
"CreateComputeEnvironmentResponseTypeDef",
|
|
79
|
-
"
|
|
80
|
+
"CreateJobQueueRequestTypeDef",
|
|
80
81
|
"CreateJobQueueResponseTypeDef",
|
|
81
|
-
"
|
|
82
|
+
"CreateSchedulingPolicyRequestTypeDef",
|
|
82
83
|
"CreateSchedulingPolicyResponseTypeDef",
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
84
|
+
"DeleteComputeEnvironmentRequestTypeDef",
|
|
85
|
+
"DeleteJobQueueRequestTypeDef",
|
|
86
|
+
"DeleteSchedulingPolicyRequestTypeDef",
|
|
87
|
+
"DeregisterJobDefinitionRequestTypeDef",
|
|
87
88
|
"DescribeComputeEnvironmentsRequestPaginateTypeDef",
|
|
88
|
-
"
|
|
89
|
+
"DescribeComputeEnvironmentsRequestTypeDef",
|
|
89
90
|
"DescribeComputeEnvironmentsResponseTypeDef",
|
|
90
91
|
"DescribeJobDefinitionsRequestPaginateTypeDef",
|
|
91
|
-
"
|
|
92
|
+
"DescribeJobDefinitionsRequestTypeDef",
|
|
92
93
|
"DescribeJobDefinitionsResponseTypeDef",
|
|
93
94
|
"DescribeJobQueuesRequestPaginateTypeDef",
|
|
94
|
-
"
|
|
95
|
+
"DescribeJobQueuesRequestTypeDef",
|
|
95
96
|
"DescribeJobQueuesResponseTypeDef",
|
|
96
|
-
"
|
|
97
|
+
"DescribeJobsRequestTypeDef",
|
|
97
98
|
"DescribeJobsResponseTypeDef",
|
|
98
|
-
"
|
|
99
|
+
"DescribeSchedulingPoliciesRequestTypeDef",
|
|
99
100
|
"DescribeSchedulingPoliciesResponseTypeDef",
|
|
100
101
|
"DeviceOutputTypeDef",
|
|
101
102
|
"DeviceTypeDef",
|
|
102
|
-
"DeviceUnionTypeDef",
|
|
103
103
|
"EFSAuthorizationConfigTypeDef",
|
|
104
104
|
"EFSVolumeConfigurationTypeDef",
|
|
105
105
|
"Ec2ConfigurationTypeDef",
|
|
@@ -111,7 +111,6 @@ __all__ = (
|
|
|
111
111
|
"EcsTaskDetailsTypeDef",
|
|
112
112
|
"EcsTaskPropertiesOutputTypeDef",
|
|
113
113
|
"EcsTaskPropertiesTypeDef",
|
|
114
|
-
"EcsTaskPropertiesUnionTypeDef",
|
|
115
114
|
"EksAttemptContainerDetailTypeDef",
|
|
116
115
|
"EksAttemptDetailTypeDef",
|
|
117
116
|
"EksConfigurationTypeDef",
|
|
@@ -124,7 +123,6 @@ __all__ = (
|
|
|
124
123
|
"EksContainerResourceRequirementsUnionTypeDef",
|
|
125
124
|
"EksContainerSecurityContextTypeDef",
|
|
126
125
|
"EksContainerTypeDef",
|
|
127
|
-
"EksContainerUnionTypeDef",
|
|
128
126
|
"EksContainerVolumeMountTypeDef",
|
|
129
127
|
"EksEmptyDirTypeDef",
|
|
130
128
|
"EksHostPathTypeDef",
|
|
@@ -136,7 +134,6 @@ __all__ = (
|
|
|
136
134
|
"EksPodPropertiesOutputTypeDef",
|
|
137
135
|
"EksPodPropertiesOverrideTypeDef",
|
|
138
136
|
"EksPodPropertiesTypeDef",
|
|
139
|
-
"EksPodPropertiesUnionTypeDef",
|
|
140
137
|
"EksPropertiesDetailTypeDef",
|
|
141
138
|
"EksPropertiesOutputTypeDef",
|
|
142
139
|
"EksPropertiesOverrideTypeDef",
|
|
@@ -148,10 +145,11 @@ __all__ = (
|
|
|
148
145
|
"EvaluateOnExitTypeDef",
|
|
149
146
|
"FairsharePolicyOutputTypeDef",
|
|
150
147
|
"FairsharePolicyTypeDef",
|
|
148
|
+
"FairsharePolicyUnionTypeDef",
|
|
151
149
|
"FargatePlatformConfigurationTypeDef",
|
|
152
150
|
"FrontOfQueueDetailTypeDef",
|
|
153
151
|
"FrontOfQueueJobSummaryTypeDef",
|
|
154
|
-
"
|
|
152
|
+
"GetJobQueueSnapshotRequestTypeDef",
|
|
155
153
|
"GetJobQueueSnapshotResponseTypeDef",
|
|
156
154
|
"HostTypeDef",
|
|
157
155
|
"ImagePullSecretTypeDef",
|
|
@@ -172,18 +170,16 @@ __all__ = (
|
|
|
172
170
|
"LaunchTemplateSpecificationUnionTypeDef",
|
|
173
171
|
"LinuxParametersOutputTypeDef",
|
|
174
172
|
"LinuxParametersTypeDef",
|
|
175
|
-
"LinuxParametersUnionTypeDef",
|
|
176
173
|
"ListJobsRequestPaginateTypeDef",
|
|
177
|
-
"
|
|
174
|
+
"ListJobsRequestTypeDef",
|
|
178
175
|
"ListJobsResponseTypeDef",
|
|
179
176
|
"ListSchedulingPoliciesRequestPaginateTypeDef",
|
|
180
|
-
"
|
|
177
|
+
"ListSchedulingPoliciesRequestTypeDef",
|
|
181
178
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
182
|
-
"
|
|
179
|
+
"ListTagsForResourceRequestTypeDef",
|
|
183
180
|
"ListTagsForResourceResponseTypeDef",
|
|
184
181
|
"LogConfigurationOutputTypeDef",
|
|
185
182
|
"LogConfigurationTypeDef",
|
|
186
|
-
"LogConfigurationUnionTypeDef",
|
|
187
183
|
"MountPointTypeDef",
|
|
188
184
|
"NetworkConfigurationTypeDef",
|
|
189
185
|
"NetworkInterfaceTypeDef",
|
|
@@ -192,45 +188,44 @@ __all__ = (
|
|
|
192
188
|
"NodePropertiesOutputTypeDef",
|
|
193
189
|
"NodePropertiesSummaryTypeDef",
|
|
194
190
|
"NodePropertiesTypeDef",
|
|
191
|
+
"NodePropertiesUnionTypeDef",
|
|
195
192
|
"NodePropertyOverrideTypeDef",
|
|
196
193
|
"NodeRangePropertyOutputTypeDef",
|
|
197
194
|
"NodeRangePropertyTypeDef",
|
|
198
|
-
"NodeRangePropertyUnionTypeDef",
|
|
199
195
|
"PaginatorConfigTypeDef",
|
|
200
|
-
"
|
|
196
|
+
"RegisterJobDefinitionRequestTypeDef",
|
|
201
197
|
"RegisterJobDefinitionResponseTypeDef",
|
|
202
198
|
"RepositoryCredentialsTypeDef",
|
|
203
199
|
"ResourceRequirementTypeDef",
|
|
204
200
|
"ResponseMetadataTypeDef",
|
|
205
201
|
"RetryStrategyOutputTypeDef",
|
|
206
202
|
"RetryStrategyTypeDef",
|
|
203
|
+
"RetryStrategyUnionTypeDef",
|
|
207
204
|
"RuntimePlatformTypeDef",
|
|
208
205
|
"SchedulingPolicyDetailTypeDef",
|
|
209
206
|
"SchedulingPolicyListingDetailTypeDef",
|
|
210
207
|
"SecretTypeDef",
|
|
211
208
|
"ShareAttributesTypeDef",
|
|
212
|
-
"
|
|
209
|
+
"SubmitJobRequestTypeDef",
|
|
213
210
|
"SubmitJobResponseTypeDef",
|
|
214
|
-
"
|
|
211
|
+
"TagResourceRequestTypeDef",
|
|
215
212
|
"TaskContainerDependencyTypeDef",
|
|
216
213
|
"TaskContainerDetailsTypeDef",
|
|
217
214
|
"TaskContainerOverridesTypeDef",
|
|
218
215
|
"TaskContainerPropertiesOutputTypeDef",
|
|
219
216
|
"TaskContainerPropertiesTypeDef",
|
|
220
|
-
"TaskContainerPropertiesUnionTypeDef",
|
|
221
217
|
"TaskPropertiesOverrideTypeDef",
|
|
222
|
-
"
|
|
218
|
+
"TerminateJobRequestTypeDef",
|
|
223
219
|
"TmpfsOutputTypeDef",
|
|
224
220
|
"TmpfsTypeDef",
|
|
225
|
-
"TmpfsUnionTypeDef",
|
|
226
221
|
"UlimitTypeDef",
|
|
227
|
-
"
|
|
228
|
-
"
|
|
222
|
+
"UntagResourceRequestTypeDef",
|
|
223
|
+
"UpdateComputeEnvironmentRequestTypeDef",
|
|
229
224
|
"UpdateComputeEnvironmentResponseTypeDef",
|
|
230
|
-
"
|
|
225
|
+
"UpdateJobQueueRequestTypeDef",
|
|
231
226
|
"UpdateJobQueueResponseTypeDef",
|
|
232
227
|
"UpdatePolicyTypeDef",
|
|
233
|
-
"
|
|
228
|
+
"UpdateSchedulingPolicyRequestTypeDef",
|
|
234
229
|
"VolumeTypeDef",
|
|
235
230
|
)
|
|
236
231
|
|
|
@@ -256,7 +251,7 @@ class NetworkInterfaceTypeDef(TypedDict):
|
|
|
256
251
|
privateIpv4Address: NotRequired[str]
|
|
257
252
|
|
|
258
253
|
|
|
259
|
-
class
|
|
254
|
+
class CancelJobRequestTypeDef(TypedDict):
|
|
260
255
|
jobId: str
|
|
261
256
|
reason: str
|
|
262
257
|
|
|
@@ -354,19 +349,19 @@ class JobStateTimeLimitActionTypeDef(TypedDict):
|
|
|
354
349
|
action: Literal["CANCEL"]
|
|
355
350
|
|
|
356
351
|
|
|
357
|
-
class
|
|
352
|
+
class DeleteComputeEnvironmentRequestTypeDef(TypedDict):
|
|
358
353
|
computeEnvironment: str
|
|
359
354
|
|
|
360
355
|
|
|
361
|
-
class
|
|
356
|
+
class DeleteJobQueueRequestTypeDef(TypedDict):
|
|
362
357
|
jobQueue: str
|
|
363
358
|
|
|
364
359
|
|
|
365
|
-
class
|
|
360
|
+
class DeleteSchedulingPolicyRequestTypeDef(TypedDict):
|
|
366
361
|
arn: str
|
|
367
362
|
|
|
368
363
|
|
|
369
|
-
class
|
|
364
|
+
class DeregisterJobDefinitionRequestTypeDef(TypedDict):
|
|
370
365
|
jobDefinition: str
|
|
371
366
|
|
|
372
367
|
|
|
@@ -376,13 +371,13 @@ class PaginatorConfigTypeDef(TypedDict):
|
|
|
376
371
|
StartingToken: NotRequired[str]
|
|
377
372
|
|
|
378
373
|
|
|
379
|
-
class
|
|
374
|
+
class DescribeComputeEnvironmentsRequestTypeDef(TypedDict):
|
|
380
375
|
computeEnvironments: NotRequired[Sequence[str]]
|
|
381
376
|
maxResults: NotRequired[int]
|
|
382
377
|
nextToken: NotRequired[str]
|
|
383
378
|
|
|
384
379
|
|
|
385
|
-
class
|
|
380
|
+
class DescribeJobDefinitionsRequestTypeDef(TypedDict):
|
|
386
381
|
jobDefinitions: NotRequired[Sequence[str]]
|
|
387
382
|
maxResults: NotRequired[int]
|
|
388
383
|
jobDefinitionName: NotRequired[str]
|
|
@@ -390,17 +385,17 @@ class DescribeJobDefinitionsRequestRequestTypeDef(TypedDict):
|
|
|
390
385
|
nextToken: NotRequired[str]
|
|
391
386
|
|
|
392
387
|
|
|
393
|
-
class
|
|
388
|
+
class DescribeJobQueuesRequestTypeDef(TypedDict):
|
|
394
389
|
jobQueues: NotRequired[Sequence[str]]
|
|
395
390
|
maxResults: NotRequired[int]
|
|
396
391
|
nextToken: NotRequired[str]
|
|
397
392
|
|
|
398
393
|
|
|
399
|
-
class
|
|
394
|
+
class DescribeJobsRequestTypeDef(TypedDict):
|
|
400
395
|
jobs: Sequence[str]
|
|
401
396
|
|
|
402
397
|
|
|
403
|
-
class
|
|
398
|
+
class DescribeSchedulingPoliciesRequestTypeDef(TypedDict):
|
|
404
399
|
arns: Sequence[str]
|
|
405
400
|
|
|
406
401
|
|
|
@@ -511,7 +506,7 @@ class FrontOfQueueJobSummaryTypeDef(TypedDict):
|
|
|
511
506
|
earliestTimeAtPosition: NotRequired[int]
|
|
512
507
|
|
|
513
508
|
|
|
514
|
-
class
|
|
509
|
+
class GetJobQueueSnapshotRequestTypeDef(TypedDict):
|
|
515
510
|
jobQueue: str
|
|
516
511
|
|
|
517
512
|
|
|
@@ -568,7 +563,13 @@ class TmpfsOutputTypeDef(TypedDict):
|
|
|
568
563
|
mountOptions: NotRequired[List[str]]
|
|
569
564
|
|
|
570
565
|
|
|
571
|
-
class
|
|
566
|
+
class TmpfsTypeDef(TypedDict):
|
|
567
|
+
containerPath: str
|
|
568
|
+
size: int
|
|
569
|
+
mountOptions: NotRequired[Sequence[str]]
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
class ListSchedulingPoliciesRequestTypeDef(TypedDict):
|
|
572
573
|
maxResults: NotRequired[int]
|
|
573
574
|
nextToken: NotRequired[str]
|
|
574
575
|
|
|
@@ -577,11 +578,11 @@ class SchedulingPolicyListingDetailTypeDef(TypedDict):
|
|
|
577
578
|
arn: str
|
|
578
579
|
|
|
579
580
|
|
|
580
|
-
class
|
|
581
|
+
class ListTagsForResourceRequestTypeDef(TypedDict):
|
|
581
582
|
resourceArn: str
|
|
582
583
|
|
|
583
584
|
|
|
584
|
-
class
|
|
585
|
+
class TagResourceRequestTypeDef(TypedDict):
|
|
585
586
|
resourceArn: str
|
|
586
587
|
tags: Mapping[str, str]
|
|
587
588
|
|
|
@@ -591,18 +592,12 @@ class TaskContainerDependencyTypeDef(TypedDict):
|
|
|
591
592
|
condition: NotRequired[str]
|
|
592
593
|
|
|
593
594
|
|
|
594
|
-
class
|
|
595
|
+
class TerminateJobRequestTypeDef(TypedDict):
|
|
595
596
|
jobId: str
|
|
596
597
|
reason: str
|
|
597
598
|
|
|
598
599
|
|
|
599
|
-
class
|
|
600
|
-
containerPath: str
|
|
601
|
-
size: int
|
|
602
|
-
mountOptions: NotRequired[Sequence[str]]
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
class UntagResourceRequestRequestTypeDef(TypedDict):
|
|
600
|
+
class UntagResourceRequestTypeDef(TypedDict):
|
|
606
601
|
resourceArn: str
|
|
607
602
|
tagKeys: Sequence[str]
|
|
608
603
|
|
|
@@ -701,7 +696,7 @@ class UpdateJobQueueResponseTypeDef(TypedDict):
|
|
|
701
696
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
702
697
|
|
|
703
698
|
|
|
704
|
-
class
|
|
699
|
+
class CreateJobQueueRequestTypeDef(TypedDict):
|
|
705
700
|
jobQueueName: str
|
|
706
701
|
priority: int
|
|
707
702
|
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef]
|
|
@@ -724,7 +719,7 @@ class JobQueueDetailTypeDef(TypedDict):
|
|
|
724
719
|
jobStateTimeLimitActions: NotRequired[List[JobStateTimeLimitActionTypeDef]]
|
|
725
720
|
|
|
726
721
|
|
|
727
|
-
class
|
|
722
|
+
class UpdateJobQueueRequestTypeDef(TypedDict):
|
|
728
723
|
jobQueue: str
|
|
729
724
|
state: NotRequired[JQStateType]
|
|
730
725
|
schedulingPolicyArn: NotRequired[str]
|
|
@@ -754,9 +749,6 @@ class ListSchedulingPoliciesRequestPaginateTypeDef(TypedDict):
|
|
|
754
749
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
755
750
|
|
|
756
751
|
|
|
757
|
-
DeviceUnionTypeDef = Union[DeviceTypeDef, DeviceOutputTypeDef]
|
|
758
|
-
|
|
759
|
-
|
|
760
752
|
class EFSVolumeConfigurationTypeDef(TypedDict):
|
|
761
753
|
fileSystemId: str
|
|
762
754
|
rootDirectory: NotRequired[str]
|
|
@@ -806,6 +798,20 @@ class EksContainerOutputTypeDef(TypedDict):
|
|
|
806
798
|
EksContainerResourceRequirementsUnionTypeDef = Union[
|
|
807
799
|
EksContainerResourceRequirementsTypeDef, EksContainerResourceRequirementsOutputTypeDef
|
|
808
800
|
]
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
class EksContainerTypeDef(TypedDict):
|
|
804
|
+
image: str
|
|
805
|
+
name: NotRequired[str]
|
|
806
|
+
imagePullPolicy: NotRequired[str]
|
|
807
|
+
command: NotRequired[Sequence[str]]
|
|
808
|
+
args: NotRequired[Sequence[str]]
|
|
809
|
+
env: NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]]
|
|
810
|
+
resources: NotRequired[EksContainerResourceRequirementsTypeDef]
|
|
811
|
+
volumeMounts: NotRequired[Sequence[EksContainerVolumeMountTypeDef]]
|
|
812
|
+
securityContext: NotRequired[EksContainerSecurityContextTypeDef]
|
|
813
|
+
|
|
814
|
+
|
|
809
815
|
EksMetadataUnionTypeDef = Union[EksMetadataTypeDef, EksMetadataOutputTypeDef]
|
|
810
816
|
|
|
811
817
|
|
|
@@ -868,7 +874,7 @@ class ListJobsRequestPaginateTypeDef(TypedDict):
|
|
|
868
874
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
869
875
|
|
|
870
876
|
|
|
871
|
-
class
|
|
877
|
+
class ListJobsRequestTypeDef(TypedDict):
|
|
872
878
|
jobQueue: NotRequired[str]
|
|
873
879
|
arrayJobId: NotRequired[str]
|
|
874
880
|
multiNodeJobId: NotRequired[str]
|
|
@@ -899,15 +905,21 @@ class LinuxParametersOutputTypeDef(TypedDict):
|
|
|
899
905
|
swappiness: NotRequired[int]
|
|
900
906
|
|
|
901
907
|
|
|
908
|
+
class LinuxParametersTypeDef(TypedDict):
|
|
909
|
+
devices: NotRequired[Sequence[DeviceTypeDef]]
|
|
910
|
+
initProcessEnabled: NotRequired[bool]
|
|
911
|
+
sharedMemorySize: NotRequired[int]
|
|
912
|
+
tmpfs: NotRequired[Sequence[TmpfsTypeDef]]
|
|
913
|
+
maxSwap: NotRequired[int]
|
|
914
|
+
swappiness: NotRequired[int]
|
|
915
|
+
|
|
916
|
+
|
|
902
917
|
class ListSchedulingPoliciesResponseTypeDef(TypedDict):
|
|
903
918
|
schedulingPolicies: List[SchedulingPolicyListingDetailTypeDef]
|
|
904
919
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
905
920
|
nextToken: NotRequired[str]
|
|
906
921
|
|
|
907
922
|
|
|
908
|
-
TmpfsUnionTypeDef = Union[TmpfsTypeDef, TmpfsOutputTypeDef]
|
|
909
|
-
|
|
910
|
-
|
|
911
923
|
class AttemptEcsTaskDetailsTypeDef(TypedDict):
|
|
912
924
|
containerInstanceArn: NotRequired[str]
|
|
913
925
|
taskArn: NotRequired[str]
|
|
@@ -918,9 +930,6 @@ class TaskPropertiesOverrideTypeDef(TypedDict):
|
|
|
918
930
|
containers: NotRequired[Sequence[TaskContainerOverridesTypeDef]]
|
|
919
931
|
|
|
920
932
|
|
|
921
|
-
LogConfigurationUnionTypeDef = Union[LogConfigurationTypeDef, LogConfigurationOutputTypeDef]
|
|
922
|
-
|
|
923
|
-
|
|
924
933
|
class DescribeJobQueuesResponseTypeDef(TypedDict):
|
|
925
934
|
jobQueues: List[JobQueueDetailTypeDef]
|
|
926
935
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -942,18 +951,6 @@ class EksContainerOverrideTypeDef(TypedDict):
|
|
|
942
951
|
resources: NotRequired[EksContainerResourceRequirementsUnionTypeDef]
|
|
943
952
|
|
|
944
953
|
|
|
945
|
-
class EksContainerTypeDef(TypedDict):
|
|
946
|
-
image: str
|
|
947
|
-
name: NotRequired[str]
|
|
948
|
-
imagePullPolicy: NotRequired[str]
|
|
949
|
-
command: NotRequired[Sequence[str]]
|
|
950
|
-
args: NotRequired[Sequence[str]]
|
|
951
|
-
env: NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]]
|
|
952
|
-
resources: NotRequired[EksContainerResourceRequirementsUnionTypeDef]
|
|
953
|
-
volumeMounts: NotRequired[Sequence[EksContainerVolumeMountTypeDef]]
|
|
954
|
-
securityContext: NotRequired[EksContainerSecurityContextTypeDef]
|
|
955
|
-
|
|
956
|
-
|
|
957
954
|
class EksPodPropertiesDetailTypeDef(TypedDict):
|
|
958
955
|
serviceAccountName: NotRequired[str]
|
|
959
956
|
hostNetwork: NotRequired[bool]
|
|
@@ -980,6 +977,21 @@ class EksPodPropertiesOutputTypeDef(TypedDict):
|
|
|
980
977
|
shareProcessNamespace: NotRequired[bool]
|
|
981
978
|
|
|
982
979
|
|
|
980
|
+
class EksPodPropertiesTypeDef(TypedDict):
|
|
981
|
+
serviceAccountName: NotRequired[str]
|
|
982
|
+
hostNetwork: NotRequired[bool]
|
|
983
|
+
dnsPolicy: NotRequired[str]
|
|
984
|
+
imagePullSecrets: NotRequired[Sequence[ImagePullSecretTypeDef]]
|
|
985
|
+
containers: NotRequired[Sequence[EksContainerTypeDef]]
|
|
986
|
+
initContainers: NotRequired[Sequence[EksContainerTypeDef]]
|
|
987
|
+
volumes: NotRequired[Sequence[EksVolumeTypeDef]]
|
|
988
|
+
metadata: NotRequired[EksMetadataTypeDef]
|
|
989
|
+
shareProcessNamespace: NotRequired[bool]
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
RetryStrategyUnionTypeDef = Union[RetryStrategyTypeDef, RetryStrategyOutputTypeDef]
|
|
993
|
+
|
|
994
|
+
|
|
983
995
|
class SchedulingPolicyDetailTypeDef(TypedDict):
|
|
984
996
|
name: str
|
|
985
997
|
arn: str
|
|
@@ -987,15 +999,7 @@ class SchedulingPolicyDetailTypeDef(TypedDict):
|
|
|
987
999
|
tags: NotRequired[Dict[str, str]]
|
|
988
1000
|
|
|
989
1001
|
|
|
990
|
-
|
|
991
|
-
name: str
|
|
992
|
-
fairsharePolicy: NotRequired[FairsharePolicyTypeDef]
|
|
993
|
-
tags: NotRequired[Mapping[str, str]]
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
class UpdateSchedulingPolicyRequestRequestTypeDef(TypedDict):
|
|
997
|
-
arn: str
|
|
998
|
-
fairsharePolicy: NotRequired[FairsharePolicyTypeDef]
|
|
1002
|
+
FairsharePolicyUnionTypeDef = Union[FairsharePolicyTypeDef, FairsharePolicyOutputTypeDef]
|
|
999
1003
|
|
|
1000
1004
|
|
|
1001
1005
|
class GetJobQueueSnapshotResponseTypeDef(TypedDict):
|
|
@@ -1082,13 +1086,23 @@ class TaskContainerPropertiesOutputTypeDef(TypedDict):
|
|
|
1082
1086
|
user: NotRequired[str]
|
|
1083
1087
|
|
|
1084
1088
|
|
|
1085
|
-
class
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1089
|
+
class TaskContainerPropertiesTypeDef(TypedDict):
|
|
1090
|
+
image: str
|
|
1091
|
+
command: NotRequired[Sequence[str]]
|
|
1092
|
+
dependsOn: NotRequired[Sequence[TaskContainerDependencyTypeDef]]
|
|
1093
|
+
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
1094
|
+
essential: NotRequired[bool]
|
|
1095
|
+
linuxParameters: NotRequired[LinuxParametersTypeDef]
|
|
1096
|
+
logConfiguration: NotRequired[LogConfigurationTypeDef]
|
|
1097
|
+
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
1098
|
+
name: NotRequired[str]
|
|
1099
|
+
privileged: NotRequired[bool]
|
|
1100
|
+
readonlyRootFilesystem: NotRequired[bool]
|
|
1101
|
+
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1102
|
+
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
1103
|
+
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
1104
|
+
ulimits: NotRequired[Sequence[UlimitTypeDef]]
|
|
1105
|
+
user: NotRequired[str]
|
|
1092
1106
|
|
|
1093
1107
|
|
|
1094
1108
|
class AttemptDetailTypeDef(TypedDict):
|
|
@@ -1161,15 +1175,38 @@ class ContainerPropertiesOutputTypeDef(TypedDict):
|
|
|
1161
1175
|
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1162
1176
|
|
|
1163
1177
|
|
|
1178
|
+
class ContainerPropertiesTypeDef(TypedDict):
|
|
1179
|
+
image: NotRequired[str]
|
|
1180
|
+
vcpus: NotRequired[int]
|
|
1181
|
+
memory: NotRequired[int]
|
|
1182
|
+
command: NotRequired[Sequence[str]]
|
|
1183
|
+
jobRoleArn: NotRequired[str]
|
|
1184
|
+
executionRoleArn: NotRequired[str]
|
|
1185
|
+
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1186
|
+
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
1187
|
+
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
1188
|
+
readonlyRootFilesystem: NotRequired[bool]
|
|
1189
|
+
privileged: NotRequired[bool]
|
|
1190
|
+
ulimits: NotRequired[Sequence[UlimitTypeDef]]
|
|
1191
|
+
user: NotRequired[str]
|
|
1192
|
+
instanceType: NotRequired[str]
|
|
1193
|
+
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
1194
|
+
linuxParameters: NotRequired[LinuxParametersTypeDef]
|
|
1195
|
+
logConfiguration: NotRequired[LogConfigurationTypeDef]
|
|
1196
|
+
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
1197
|
+
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1198
|
+
fargatePlatformConfiguration: NotRequired[FargatePlatformConfigurationTypeDef]
|
|
1199
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1200
|
+
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1201
|
+
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1202
|
+
|
|
1203
|
+
|
|
1164
1204
|
class EksPodPropertiesOverrideTypeDef(TypedDict):
|
|
1165
1205
|
containers: NotRequired[Sequence[EksContainerOverrideTypeDef]]
|
|
1166
1206
|
initContainers: NotRequired[Sequence[EksContainerOverrideTypeDef]]
|
|
1167
1207
|
metadata: NotRequired[EksMetadataUnionTypeDef]
|
|
1168
1208
|
|
|
1169
1209
|
|
|
1170
|
-
EksContainerUnionTypeDef = Union[EksContainerTypeDef, EksContainerOutputTypeDef]
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
1210
|
class EksPropertiesDetailTypeDef(TypedDict):
|
|
1174
1211
|
podProperties: NotRequired[EksPodPropertiesDetailTypeDef]
|
|
1175
1212
|
|
|
@@ -1178,11 +1215,26 @@ class EksPropertiesOutputTypeDef(TypedDict):
|
|
|
1178
1215
|
podProperties: NotRequired[EksPodPropertiesOutputTypeDef]
|
|
1179
1216
|
|
|
1180
1217
|
|
|
1218
|
+
class EksPropertiesTypeDef(TypedDict):
|
|
1219
|
+
podProperties: NotRequired[EksPodPropertiesTypeDef]
|
|
1220
|
+
|
|
1221
|
+
|
|
1181
1222
|
class DescribeSchedulingPoliciesResponseTypeDef(TypedDict):
|
|
1182
1223
|
schedulingPolicies: List[SchedulingPolicyDetailTypeDef]
|
|
1183
1224
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1184
1225
|
|
|
1185
1226
|
|
|
1227
|
+
class CreateSchedulingPolicyRequestTypeDef(TypedDict):
|
|
1228
|
+
name: str
|
|
1229
|
+
fairsharePolicy: NotRequired[FairsharePolicyUnionTypeDef]
|
|
1230
|
+
tags: NotRequired[Mapping[str, str]]
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
class UpdateSchedulingPolicyRequestTypeDef(TypedDict):
|
|
1234
|
+
arn: str
|
|
1235
|
+
fairsharePolicy: NotRequired[FairsharePolicyUnionTypeDef]
|
|
1236
|
+
|
|
1237
|
+
|
|
1186
1238
|
ComputeEnvironmentDetailTypeDef = TypedDict(
|
|
1187
1239
|
"ComputeEnvironmentDetailTypeDef",
|
|
1188
1240
|
{
|
|
@@ -1204,6 +1256,28 @@ ComputeEnvironmentDetailTypeDef = TypedDict(
|
|
|
1204
1256
|
"context": NotRequired[str],
|
|
1205
1257
|
},
|
|
1206
1258
|
)
|
|
1259
|
+
ComputeResourceTypeDef = TypedDict(
|
|
1260
|
+
"ComputeResourceTypeDef",
|
|
1261
|
+
{
|
|
1262
|
+
"type": CRTypeType,
|
|
1263
|
+
"maxvCpus": int,
|
|
1264
|
+
"subnets": Sequence[str],
|
|
1265
|
+
"allocationStrategy": NotRequired[CRAllocationStrategyType],
|
|
1266
|
+
"minvCpus": NotRequired[int],
|
|
1267
|
+
"desiredvCpus": NotRequired[int],
|
|
1268
|
+
"instanceTypes": NotRequired[Sequence[str]],
|
|
1269
|
+
"imageId": NotRequired[str],
|
|
1270
|
+
"securityGroupIds": NotRequired[Sequence[str]],
|
|
1271
|
+
"ec2KeyPair": NotRequired[str],
|
|
1272
|
+
"instanceRole": NotRequired[str],
|
|
1273
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1274
|
+
"placementGroup": NotRequired[str],
|
|
1275
|
+
"bidPercentage": NotRequired[int],
|
|
1276
|
+
"spotIamFleetRole": NotRequired[str],
|
|
1277
|
+
"launchTemplate": NotRequired[LaunchTemplateSpecificationTypeDef],
|
|
1278
|
+
"ec2Configuration": NotRequired[Sequence[Ec2ConfigurationTypeDef]],
|
|
1279
|
+
},
|
|
1280
|
+
)
|
|
1207
1281
|
LaunchTemplateSpecificationUnionTypeDef = Union[
|
|
1208
1282
|
LaunchTemplateSpecificationTypeDef, LaunchTemplateSpecificationOutputTypeDef
|
|
1209
1283
|
]
|
|
@@ -1237,23 +1311,29 @@ class EcsTaskPropertiesOutputTypeDef(TypedDict):
|
|
|
1237
1311
|
volumes: NotRequired[List[VolumeTypeDef]]
|
|
1238
1312
|
|
|
1239
1313
|
|
|
1240
|
-
|
|
1314
|
+
class EcsTaskPropertiesTypeDef(TypedDict):
|
|
1315
|
+
containers: Sequence[TaskContainerPropertiesTypeDef]
|
|
1316
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1317
|
+
executionRoleArn: NotRequired[str]
|
|
1318
|
+
platformVersion: NotRequired[str]
|
|
1319
|
+
ipcMode: NotRequired[str]
|
|
1320
|
+
taskRoleArn: NotRequired[str]
|
|
1321
|
+
pidMode: NotRequired[str]
|
|
1322
|
+
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1323
|
+
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1324
|
+
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
ContainerPropertiesUnionTypeDef = Union[
|
|
1328
|
+
ContainerPropertiesTypeDef, ContainerPropertiesOutputTypeDef
|
|
1329
|
+
]
|
|
1241
1330
|
|
|
1242
1331
|
|
|
1243
1332
|
class EksPropertiesOverrideTypeDef(TypedDict):
|
|
1244
1333
|
podProperties: NotRequired[EksPodPropertiesOverrideTypeDef]
|
|
1245
1334
|
|
|
1246
1335
|
|
|
1247
|
-
|
|
1248
|
-
serviceAccountName: NotRequired[str]
|
|
1249
|
-
hostNetwork: NotRequired[bool]
|
|
1250
|
-
dnsPolicy: NotRequired[str]
|
|
1251
|
-
imagePullSecrets: NotRequired[Sequence[ImagePullSecretTypeDef]]
|
|
1252
|
-
containers: NotRequired[Sequence[EksContainerUnionTypeDef]]
|
|
1253
|
-
initContainers: NotRequired[Sequence[EksContainerUnionTypeDef]]
|
|
1254
|
-
volumes: NotRequired[Sequence[EksVolumeTypeDef]]
|
|
1255
|
-
metadata: NotRequired[EksMetadataUnionTypeDef]
|
|
1256
|
-
shareProcessNamespace: NotRequired[bool]
|
|
1336
|
+
EksPropertiesUnionTypeDef = Union[EksPropertiesTypeDef, EksPropertiesOutputTypeDef]
|
|
1257
1337
|
|
|
1258
1338
|
|
|
1259
1339
|
class DescribeComputeEnvironmentsResponseTypeDef(TypedDict):
|
|
@@ -1262,28 +1342,7 @@ class DescribeComputeEnvironmentsResponseTypeDef(TypedDict):
|
|
|
1262
1342
|
nextToken: NotRequired[str]
|
|
1263
1343
|
|
|
1264
1344
|
|
|
1265
|
-
|
|
1266
|
-
"ComputeResourceTypeDef",
|
|
1267
|
-
{
|
|
1268
|
-
"type": CRTypeType,
|
|
1269
|
-
"maxvCpus": int,
|
|
1270
|
-
"subnets": Sequence[str],
|
|
1271
|
-
"allocationStrategy": NotRequired[CRAllocationStrategyType],
|
|
1272
|
-
"minvCpus": NotRequired[int],
|
|
1273
|
-
"desiredvCpus": NotRequired[int],
|
|
1274
|
-
"instanceTypes": NotRequired[Sequence[str]],
|
|
1275
|
-
"imageId": NotRequired[str],
|
|
1276
|
-
"securityGroupIds": NotRequired[Sequence[str]],
|
|
1277
|
-
"ec2KeyPair": NotRequired[str],
|
|
1278
|
-
"instanceRole": NotRequired[str],
|
|
1279
|
-
"tags": NotRequired[Mapping[str, str]],
|
|
1280
|
-
"placementGroup": NotRequired[str],
|
|
1281
|
-
"bidPercentage": NotRequired[int],
|
|
1282
|
-
"spotIamFleetRole": NotRequired[str],
|
|
1283
|
-
"launchTemplate": NotRequired[LaunchTemplateSpecificationUnionTypeDef],
|
|
1284
|
-
"ec2Configuration": NotRequired[Sequence[Ec2ConfigurationTypeDef]],
|
|
1285
|
-
},
|
|
1286
|
-
)
|
|
1345
|
+
ComputeResourceUnionTypeDef = Union[ComputeResourceTypeDef, ComputeResourceOutputTypeDef]
|
|
1287
1346
|
ComputeResourceUpdateTypeDef = TypedDict(
|
|
1288
1347
|
"ComputeResourceUpdateTypeDef",
|
|
1289
1348
|
{
|
|
@@ -1316,49 +1375,8 @@ class EcsPropertiesOutputTypeDef(TypedDict):
|
|
|
1316
1375
|
taskProperties: List[EcsTaskPropertiesOutputTypeDef]
|
|
1317
1376
|
|
|
1318
1377
|
|
|
1319
|
-
class
|
|
1320
|
-
|
|
1321
|
-
vcpus: NotRequired[int]
|
|
1322
|
-
memory: NotRequired[int]
|
|
1323
|
-
command: NotRequired[Sequence[str]]
|
|
1324
|
-
jobRoleArn: NotRequired[str]
|
|
1325
|
-
executionRoleArn: NotRequired[str]
|
|
1326
|
-
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1327
|
-
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
1328
|
-
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
1329
|
-
readonlyRootFilesystem: NotRequired[bool]
|
|
1330
|
-
privileged: NotRequired[bool]
|
|
1331
|
-
ulimits: NotRequired[Sequence[UlimitTypeDef]]
|
|
1332
|
-
user: NotRequired[str]
|
|
1333
|
-
instanceType: NotRequired[str]
|
|
1334
|
-
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
1335
|
-
linuxParameters: NotRequired[LinuxParametersUnionTypeDef]
|
|
1336
|
-
logConfiguration: NotRequired[LogConfigurationUnionTypeDef]
|
|
1337
|
-
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
1338
|
-
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1339
|
-
fargatePlatformConfiguration: NotRequired[FargatePlatformConfigurationTypeDef]
|
|
1340
|
-
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1341
|
-
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1342
|
-
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
class TaskContainerPropertiesTypeDef(TypedDict):
|
|
1346
|
-
image: str
|
|
1347
|
-
command: NotRequired[Sequence[str]]
|
|
1348
|
-
dependsOn: NotRequired[Sequence[TaskContainerDependencyTypeDef]]
|
|
1349
|
-
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
1350
|
-
essential: NotRequired[bool]
|
|
1351
|
-
linuxParameters: NotRequired[LinuxParametersUnionTypeDef]
|
|
1352
|
-
logConfiguration: NotRequired[LogConfigurationUnionTypeDef]
|
|
1353
|
-
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
1354
|
-
name: NotRequired[str]
|
|
1355
|
-
privileged: NotRequired[bool]
|
|
1356
|
-
readonlyRootFilesystem: NotRequired[bool]
|
|
1357
|
-
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1358
|
-
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
1359
|
-
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
1360
|
-
ulimits: NotRequired[Sequence[UlimitTypeDef]]
|
|
1361
|
-
user: NotRequired[str]
|
|
1378
|
+
class EcsPropertiesTypeDef(TypedDict):
|
|
1379
|
+
taskProperties: Sequence[EcsTaskPropertiesTypeDef]
|
|
1362
1380
|
|
|
1363
1381
|
|
|
1364
1382
|
class NodePropertyOverrideTypeDef(TypedDict):
|
|
@@ -1369,15 +1387,14 @@ class NodePropertyOverrideTypeDef(TypedDict):
|
|
|
1369
1387
|
eksPropertiesOverride: NotRequired[EksPropertiesOverrideTypeDef]
|
|
1370
1388
|
|
|
1371
1389
|
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
1390
|
+
CreateComputeEnvironmentRequestTypeDef = TypedDict(
|
|
1391
|
+
"CreateComputeEnvironmentRequestTypeDef",
|
|
1375
1392
|
{
|
|
1376
1393
|
"computeEnvironmentName": str,
|
|
1377
1394
|
"type": CETypeType,
|
|
1378
1395
|
"state": NotRequired[CEStateType],
|
|
1379
1396
|
"unmanagedvCpus": NotRequired[int],
|
|
1380
|
-
"computeResources": NotRequired[
|
|
1397
|
+
"computeResources": NotRequired[ComputeResourceUnionTypeDef],
|
|
1381
1398
|
"serviceRole": NotRequired[str],
|
|
1382
1399
|
"tags": NotRequired[Mapping[str, str]],
|
|
1383
1400
|
"eksConfiguration": NotRequired[EksConfigurationTypeDef],
|
|
@@ -1386,7 +1403,7 @@ CreateComputeEnvironmentRequestRequestTypeDef = TypedDict(
|
|
|
1386
1403
|
)
|
|
1387
1404
|
|
|
1388
1405
|
|
|
1389
|
-
class
|
|
1406
|
+
class UpdateComputeEnvironmentRequestTypeDef(TypedDict):
|
|
1390
1407
|
computeEnvironment: str
|
|
1391
1408
|
state: NotRequired[CEStateType]
|
|
1392
1409
|
unmanagedvCpus: NotRequired[int]
|
|
@@ -1404,12 +1421,15 @@ class NodeRangePropertyOutputTypeDef(TypedDict):
|
|
|
1404
1421
|
eksProperties: NotRequired[EksPropertiesOutputTypeDef]
|
|
1405
1422
|
|
|
1406
1423
|
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
]
|
|
1424
|
+
EcsPropertiesUnionTypeDef = Union[EcsPropertiesTypeDef, EcsPropertiesOutputTypeDef]
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
class NodeRangePropertyTypeDef(TypedDict):
|
|
1428
|
+
targetNodes: str
|
|
1429
|
+
container: NotRequired[ContainerPropertiesTypeDef]
|
|
1430
|
+
instanceTypes: NotRequired[Sequence[str]]
|
|
1431
|
+
ecsProperties: NotRequired[EcsPropertiesTypeDef]
|
|
1432
|
+
eksProperties: NotRequired[EksPropertiesTypeDef]
|
|
1413
1433
|
|
|
1414
1434
|
|
|
1415
1435
|
class NodeOverridesTypeDef(TypedDict):
|
|
@@ -1417,30 +1437,19 @@ class NodeOverridesTypeDef(TypedDict):
|
|
|
1417
1437
|
nodePropertyOverrides: NotRequired[Sequence[NodePropertyOverrideTypeDef]]
|
|
1418
1438
|
|
|
1419
1439
|
|
|
1420
|
-
class EksPropertiesTypeDef(TypedDict):
|
|
1421
|
-
podProperties: NotRequired[EksPodPropertiesUnionTypeDef]
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
1440
|
class NodePropertiesOutputTypeDef(TypedDict):
|
|
1425
1441
|
numNodes: int
|
|
1426
1442
|
mainNode: int
|
|
1427
1443
|
nodeRangeProperties: List[NodeRangePropertyOutputTypeDef]
|
|
1428
1444
|
|
|
1429
1445
|
|
|
1430
|
-
class
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
platformVersion: NotRequired[str]
|
|
1435
|
-
ipcMode: NotRequired[str]
|
|
1436
|
-
taskRoleArn: NotRequired[str]
|
|
1437
|
-
pidMode: NotRequired[str]
|
|
1438
|
-
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1439
|
-
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1440
|
-
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1446
|
+
class NodePropertiesTypeDef(TypedDict):
|
|
1447
|
+
numNodes: int
|
|
1448
|
+
mainNode: int
|
|
1449
|
+
nodeRangeProperties: Sequence[NodeRangePropertyTypeDef]
|
|
1441
1450
|
|
|
1442
1451
|
|
|
1443
|
-
class
|
|
1452
|
+
class SubmitJobRequestTypeDef(TypedDict):
|
|
1444
1453
|
jobName: str
|
|
1445
1454
|
jobQueue: str
|
|
1446
1455
|
jobDefinition: str
|
|
@@ -1451,7 +1460,7 @@ class SubmitJobRequestRequestTypeDef(TypedDict):
|
|
|
1451
1460
|
parameters: NotRequired[Mapping[str, str]]
|
|
1452
1461
|
containerOverrides: NotRequired[ContainerOverridesTypeDef]
|
|
1453
1462
|
nodeOverrides: NotRequired[NodeOverridesTypeDef]
|
|
1454
|
-
retryStrategy: NotRequired[
|
|
1463
|
+
retryStrategy: NotRequired[RetryStrategyUnionTypeDef]
|
|
1455
1464
|
propagateTags: NotRequired[bool]
|
|
1456
1465
|
timeout: NotRequired[JobTimeoutTypeDef]
|
|
1457
1466
|
tags: NotRequired[Mapping[str, str]]
|
|
@@ -1459,7 +1468,6 @@ class SubmitJobRequestRequestTypeDef(TypedDict):
|
|
|
1459
1468
|
ecsPropertiesOverride: NotRequired[EcsPropertiesOverrideTypeDef]
|
|
1460
1469
|
|
|
1461
1470
|
|
|
1462
|
-
EksPropertiesUnionTypeDef = Union[EksPropertiesTypeDef, EksPropertiesOutputTypeDef]
|
|
1463
1471
|
JobDefinitionTypeDef = TypedDict(
|
|
1464
1472
|
"JobDefinitionTypeDef",
|
|
1465
1473
|
{
|
|
@@ -1516,7 +1524,7 @@ class JobDetailTypeDef(TypedDict):
|
|
|
1516
1524
|
isTerminated: NotRequired[bool]
|
|
1517
1525
|
|
|
1518
1526
|
|
|
1519
|
-
|
|
1527
|
+
NodePropertiesUnionTypeDef = Union[NodePropertiesTypeDef, NodePropertiesOutputTypeDef]
|
|
1520
1528
|
|
|
1521
1529
|
|
|
1522
1530
|
class DescribeJobDefinitionsResponseTypeDef(TypedDict):
|
|
@@ -1530,45 +1538,21 @@ class DescribeJobsResponseTypeDef(TypedDict):
|
|
|
1530
1538
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
1531
1539
|
|
|
1532
1540
|
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
EcsPropertiesUnionTypeDef = Union[EcsPropertiesTypeDef, EcsPropertiesOutputTypeDef]
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
class NodeRangePropertyTypeDef(TypedDict):
|
|
1541
|
-
targetNodes: str
|
|
1542
|
-
container: NotRequired[ContainerPropertiesUnionTypeDef]
|
|
1543
|
-
instanceTypes: NotRequired[Sequence[str]]
|
|
1544
|
-
ecsProperties: NotRequired[EcsPropertiesUnionTypeDef]
|
|
1545
|
-
eksProperties: NotRequired[EksPropertiesUnionTypeDef]
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
NodeRangePropertyUnionTypeDef = Union[NodeRangePropertyTypeDef, NodeRangePropertyOutputTypeDef]
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
class NodePropertiesTypeDef(TypedDict):
|
|
1552
|
-
numNodes: int
|
|
1553
|
-
mainNode: int
|
|
1554
|
-
nodeRangeProperties: Sequence[NodeRangePropertyUnionTypeDef]
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
RegisterJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
1558
|
-
"RegisterJobDefinitionRequestRequestTypeDef",
|
|
1541
|
+
RegisterJobDefinitionRequestTypeDef = TypedDict(
|
|
1542
|
+
"RegisterJobDefinitionRequestTypeDef",
|
|
1559
1543
|
{
|
|
1560
1544
|
"jobDefinitionName": str,
|
|
1561
1545
|
"type": JobDefinitionTypeType,
|
|
1562
1546
|
"parameters": NotRequired[Mapping[str, str]],
|
|
1563
1547
|
"schedulingPriority": NotRequired[int],
|
|
1564
|
-
"containerProperties": NotRequired[
|
|
1565
|
-
"nodeProperties": NotRequired[
|
|
1566
|
-
"retryStrategy": NotRequired[
|
|
1548
|
+
"containerProperties": NotRequired[ContainerPropertiesUnionTypeDef],
|
|
1549
|
+
"nodeProperties": NotRequired[NodePropertiesUnionTypeDef],
|
|
1550
|
+
"retryStrategy": NotRequired[RetryStrategyUnionTypeDef],
|
|
1567
1551
|
"propagateTags": NotRequired[bool],
|
|
1568
1552
|
"timeout": NotRequired[JobTimeoutTypeDef],
|
|
1569
1553
|
"tags": NotRequired[Mapping[str, str]],
|
|
1570
1554
|
"platformCapabilities": NotRequired[Sequence[PlatformCapabilityType]],
|
|
1571
|
-
"eksProperties": NotRequired[
|
|
1572
|
-
"ecsProperties": NotRequired[
|
|
1555
|
+
"eksProperties": NotRequired[EksPropertiesUnionTypeDef],
|
|
1556
|
+
"ecsProperties": NotRequired[EcsPropertiesUnionTypeDef],
|
|
1573
1557
|
},
|
|
1574
1558
|
)
|