types-boto3-batch 1.36.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 +51 -0
- types_boto3_batch/__init__.pyi +50 -0
- types_boto3_batch/__main__.py +43 -0
- types_boto3_batch/client.py +432 -0
- types_boto3_batch/client.pyi +429 -0
- types_boto3_batch/literals.py +552 -0
- types_boto3_batch/literals.pyi +550 -0
- types_boto3_batch/paginator.py +172 -0
- types_boto3_batch/paginator.pyi +156 -0
- types_boto3_batch/py.typed +0 -0
- types_boto3_batch/type_defs.py +1574 -0
- types_boto3_batch/type_defs.pyi +1402 -0
- types_boto3_batch/version.py +7 -0
- types_boto3_batch-1.36.0.dist-info/LICENSE +21 -0
- types_boto3_batch-1.36.0.dist-info/METADATA +497 -0
- types_boto3_batch-1.36.0.dist-info/RECORD +18 -0
- types_boto3_batch-1.36.0.dist-info/WHEEL +5 -0
- types_boto3_batch-1.36.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1402 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Type annotations for batch service type definitions.
|
|
3
|
+
|
|
4
|
+
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/type_defs/)
|
|
5
|
+
|
|
6
|
+
Usage::
|
|
7
|
+
|
|
8
|
+
```python
|
|
9
|
+
from types_boto3_batch.type_defs import ArrayPropertiesDetailTypeDef
|
|
10
|
+
|
|
11
|
+
data: ArrayPropertiesDetailTypeDef = ...
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
Copyright 2025 Vlad Emelianov
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
from __future__ import annotations
|
|
18
|
+
|
|
19
|
+
import sys
|
|
20
|
+
from typing import Union
|
|
21
|
+
|
|
22
|
+
from .literals import (
|
|
23
|
+
ArrayJobDependencyType,
|
|
24
|
+
AssignPublicIpType,
|
|
25
|
+
CEStateType,
|
|
26
|
+
CEStatusType,
|
|
27
|
+
CETypeType,
|
|
28
|
+
CRAllocationStrategyType,
|
|
29
|
+
CRTypeType,
|
|
30
|
+
CRUpdateAllocationStrategyType,
|
|
31
|
+
DeviceCgroupPermissionType,
|
|
32
|
+
EFSAuthorizationConfigIAMType,
|
|
33
|
+
EFSTransitEncryptionType,
|
|
34
|
+
JobDefinitionTypeType,
|
|
35
|
+
JobStatusType,
|
|
36
|
+
JQStateType,
|
|
37
|
+
JQStatusType,
|
|
38
|
+
LogDriverType,
|
|
39
|
+
OrchestrationTypeType,
|
|
40
|
+
PlatformCapabilityType,
|
|
41
|
+
ResourceTypeType,
|
|
42
|
+
RetryActionType,
|
|
43
|
+
)
|
|
44
|
+
|
|
45
|
+
if sys.version_info >= (3, 9):
|
|
46
|
+
from builtins import dict as Dict
|
|
47
|
+
from builtins import list as List
|
|
48
|
+
from collections.abc import Mapping, Sequence
|
|
49
|
+
else:
|
|
50
|
+
from typing import Dict, List, Mapping, Sequence
|
|
51
|
+
if sys.version_info >= (3, 12):
|
|
52
|
+
from typing import Literal, NotRequired, TypedDict
|
|
53
|
+
else:
|
|
54
|
+
from typing_extensions import Literal, NotRequired, TypedDict
|
|
55
|
+
|
|
56
|
+
__all__ = (
|
|
57
|
+
"ArrayPropertiesDetailTypeDef",
|
|
58
|
+
"ArrayPropertiesSummaryTypeDef",
|
|
59
|
+
"ArrayPropertiesTypeDef",
|
|
60
|
+
"AttemptContainerDetailTypeDef",
|
|
61
|
+
"AttemptDetailTypeDef",
|
|
62
|
+
"AttemptEcsTaskDetailsTypeDef",
|
|
63
|
+
"AttemptTaskContainerDetailsTypeDef",
|
|
64
|
+
"CancelJobRequestRequestTypeDef",
|
|
65
|
+
"ComputeEnvironmentDetailTypeDef",
|
|
66
|
+
"ComputeEnvironmentOrderTypeDef",
|
|
67
|
+
"ComputeResourceOutputTypeDef",
|
|
68
|
+
"ComputeResourceTypeDef",
|
|
69
|
+
"ComputeResourceUpdateTypeDef",
|
|
70
|
+
"ContainerDetailTypeDef",
|
|
71
|
+
"ContainerOverridesTypeDef",
|
|
72
|
+
"ContainerPropertiesOutputTypeDef",
|
|
73
|
+
"ContainerPropertiesTypeDef",
|
|
74
|
+
"ContainerPropertiesUnionTypeDef",
|
|
75
|
+
"ContainerSummaryTypeDef",
|
|
76
|
+
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
77
|
+
"CreateComputeEnvironmentResponseTypeDef",
|
|
78
|
+
"CreateJobQueueRequestRequestTypeDef",
|
|
79
|
+
"CreateJobQueueResponseTypeDef",
|
|
80
|
+
"CreateSchedulingPolicyRequestRequestTypeDef",
|
|
81
|
+
"CreateSchedulingPolicyResponseTypeDef",
|
|
82
|
+
"DeleteComputeEnvironmentRequestRequestTypeDef",
|
|
83
|
+
"DeleteJobQueueRequestRequestTypeDef",
|
|
84
|
+
"DeleteSchedulingPolicyRequestRequestTypeDef",
|
|
85
|
+
"DeregisterJobDefinitionRequestRequestTypeDef",
|
|
86
|
+
"DescribeComputeEnvironmentsRequestPaginateTypeDef",
|
|
87
|
+
"DescribeComputeEnvironmentsRequestRequestTypeDef",
|
|
88
|
+
"DescribeComputeEnvironmentsResponseTypeDef",
|
|
89
|
+
"DescribeJobDefinitionsRequestPaginateTypeDef",
|
|
90
|
+
"DescribeJobDefinitionsRequestRequestTypeDef",
|
|
91
|
+
"DescribeJobDefinitionsResponseTypeDef",
|
|
92
|
+
"DescribeJobQueuesRequestPaginateTypeDef",
|
|
93
|
+
"DescribeJobQueuesRequestRequestTypeDef",
|
|
94
|
+
"DescribeJobQueuesResponseTypeDef",
|
|
95
|
+
"DescribeJobsRequestRequestTypeDef",
|
|
96
|
+
"DescribeJobsResponseTypeDef",
|
|
97
|
+
"DescribeSchedulingPoliciesRequestRequestTypeDef",
|
|
98
|
+
"DescribeSchedulingPoliciesResponseTypeDef",
|
|
99
|
+
"DeviceOutputTypeDef",
|
|
100
|
+
"DeviceTypeDef",
|
|
101
|
+
"DeviceUnionTypeDef",
|
|
102
|
+
"EFSAuthorizationConfigTypeDef",
|
|
103
|
+
"EFSVolumeConfigurationTypeDef",
|
|
104
|
+
"Ec2ConfigurationTypeDef",
|
|
105
|
+
"EcsPropertiesDetailTypeDef",
|
|
106
|
+
"EcsPropertiesOutputTypeDef",
|
|
107
|
+
"EcsPropertiesOverrideTypeDef",
|
|
108
|
+
"EcsPropertiesTypeDef",
|
|
109
|
+
"EcsPropertiesUnionTypeDef",
|
|
110
|
+
"EcsTaskDetailsTypeDef",
|
|
111
|
+
"EcsTaskPropertiesOutputTypeDef",
|
|
112
|
+
"EcsTaskPropertiesTypeDef",
|
|
113
|
+
"EcsTaskPropertiesUnionTypeDef",
|
|
114
|
+
"EksAttemptContainerDetailTypeDef",
|
|
115
|
+
"EksAttemptDetailTypeDef",
|
|
116
|
+
"EksConfigurationTypeDef",
|
|
117
|
+
"EksContainerDetailTypeDef",
|
|
118
|
+
"EksContainerEnvironmentVariableTypeDef",
|
|
119
|
+
"EksContainerOutputTypeDef",
|
|
120
|
+
"EksContainerOverrideTypeDef",
|
|
121
|
+
"EksContainerResourceRequirementsOutputTypeDef",
|
|
122
|
+
"EksContainerResourceRequirementsTypeDef",
|
|
123
|
+
"EksContainerResourceRequirementsUnionTypeDef",
|
|
124
|
+
"EksContainerSecurityContextTypeDef",
|
|
125
|
+
"EksContainerTypeDef",
|
|
126
|
+
"EksContainerUnionTypeDef",
|
|
127
|
+
"EksContainerVolumeMountTypeDef",
|
|
128
|
+
"EksEmptyDirTypeDef",
|
|
129
|
+
"EksHostPathTypeDef",
|
|
130
|
+
"EksMetadataOutputTypeDef",
|
|
131
|
+
"EksMetadataTypeDef",
|
|
132
|
+
"EksMetadataUnionTypeDef",
|
|
133
|
+
"EksPersistentVolumeClaimTypeDef",
|
|
134
|
+
"EksPodPropertiesDetailTypeDef",
|
|
135
|
+
"EksPodPropertiesOutputTypeDef",
|
|
136
|
+
"EksPodPropertiesOverrideTypeDef",
|
|
137
|
+
"EksPodPropertiesTypeDef",
|
|
138
|
+
"EksPodPropertiesUnionTypeDef",
|
|
139
|
+
"EksPropertiesDetailTypeDef",
|
|
140
|
+
"EksPropertiesOutputTypeDef",
|
|
141
|
+
"EksPropertiesOverrideTypeDef",
|
|
142
|
+
"EksPropertiesTypeDef",
|
|
143
|
+
"EksPropertiesUnionTypeDef",
|
|
144
|
+
"EksSecretTypeDef",
|
|
145
|
+
"EksVolumeTypeDef",
|
|
146
|
+
"EphemeralStorageTypeDef",
|
|
147
|
+
"EvaluateOnExitTypeDef",
|
|
148
|
+
"FairsharePolicyOutputTypeDef",
|
|
149
|
+
"FairsharePolicyTypeDef",
|
|
150
|
+
"FargatePlatformConfigurationTypeDef",
|
|
151
|
+
"FrontOfQueueDetailTypeDef",
|
|
152
|
+
"FrontOfQueueJobSummaryTypeDef",
|
|
153
|
+
"GetJobQueueSnapshotRequestRequestTypeDef",
|
|
154
|
+
"GetJobQueueSnapshotResponseTypeDef",
|
|
155
|
+
"HostTypeDef",
|
|
156
|
+
"ImagePullSecretTypeDef",
|
|
157
|
+
"JobDefinitionTypeDef",
|
|
158
|
+
"JobDependencyTypeDef",
|
|
159
|
+
"JobDetailTypeDef",
|
|
160
|
+
"JobQueueDetailTypeDef",
|
|
161
|
+
"JobStateTimeLimitActionTypeDef",
|
|
162
|
+
"JobSummaryTypeDef",
|
|
163
|
+
"JobTimeoutTypeDef",
|
|
164
|
+
"KeyValuePairTypeDef",
|
|
165
|
+
"KeyValuesPairTypeDef",
|
|
166
|
+
"LaunchTemplateSpecificationOutputTypeDef",
|
|
167
|
+
"LaunchTemplateSpecificationOverrideOutputTypeDef",
|
|
168
|
+
"LaunchTemplateSpecificationOverrideTypeDef",
|
|
169
|
+
"LaunchTemplateSpecificationOverrideUnionTypeDef",
|
|
170
|
+
"LaunchTemplateSpecificationTypeDef",
|
|
171
|
+
"LaunchTemplateSpecificationUnionTypeDef",
|
|
172
|
+
"LinuxParametersOutputTypeDef",
|
|
173
|
+
"LinuxParametersTypeDef",
|
|
174
|
+
"LinuxParametersUnionTypeDef",
|
|
175
|
+
"ListJobsRequestPaginateTypeDef",
|
|
176
|
+
"ListJobsRequestRequestTypeDef",
|
|
177
|
+
"ListJobsResponseTypeDef",
|
|
178
|
+
"ListSchedulingPoliciesRequestPaginateTypeDef",
|
|
179
|
+
"ListSchedulingPoliciesRequestRequestTypeDef",
|
|
180
|
+
"ListSchedulingPoliciesResponseTypeDef",
|
|
181
|
+
"ListTagsForResourceRequestRequestTypeDef",
|
|
182
|
+
"ListTagsForResourceResponseTypeDef",
|
|
183
|
+
"LogConfigurationOutputTypeDef",
|
|
184
|
+
"LogConfigurationTypeDef",
|
|
185
|
+
"LogConfigurationUnionTypeDef",
|
|
186
|
+
"MountPointTypeDef",
|
|
187
|
+
"NetworkConfigurationTypeDef",
|
|
188
|
+
"NetworkInterfaceTypeDef",
|
|
189
|
+
"NodeDetailsTypeDef",
|
|
190
|
+
"NodeOverridesTypeDef",
|
|
191
|
+
"NodePropertiesOutputTypeDef",
|
|
192
|
+
"NodePropertiesSummaryTypeDef",
|
|
193
|
+
"NodePropertiesTypeDef",
|
|
194
|
+
"NodePropertyOverrideTypeDef",
|
|
195
|
+
"NodeRangePropertyOutputTypeDef",
|
|
196
|
+
"NodeRangePropertyTypeDef",
|
|
197
|
+
"NodeRangePropertyUnionTypeDef",
|
|
198
|
+
"PaginatorConfigTypeDef",
|
|
199
|
+
"RegisterJobDefinitionRequestRequestTypeDef",
|
|
200
|
+
"RegisterJobDefinitionResponseTypeDef",
|
|
201
|
+
"RepositoryCredentialsTypeDef",
|
|
202
|
+
"ResourceRequirementTypeDef",
|
|
203
|
+
"ResponseMetadataTypeDef",
|
|
204
|
+
"RetryStrategyOutputTypeDef",
|
|
205
|
+
"RetryStrategyTypeDef",
|
|
206
|
+
"RuntimePlatformTypeDef",
|
|
207
|
+
"SchedulingPolicyDetailTypeDef",
|
|
208
|
+
"SchedulingPolicyListingDetailTypeDef",
|
|
209
|
+
"SecretTypeDef",
|
|
210
|
+
"ShareAttributesTypeDef",
|
|
211
|
+
"SubmitJobRequestRequestTypeDef",
|
|
212
|
+
"SubmitJobResponseTypeDef",
|
|
213
|
+
"TagResourceRequestRequestTypeDef",
|
|
214
|
+
"TaskContainerDependencyTypeDef",
|
|
215
|
+
"TaskContainerDetailsTypeDef",
|
|
216
|
+
"TaskContainerOverridesTypeDef",
|
|
217
|
+
"TaskContainerPropertiesOutputTypeDef",
|
|
218
|
+
"TaskContainerPropertiesTypeDef",
|
|
219
|
+
"TaskContainerPropertiesUnionTypeDef",
|
|
220
|
+
"TaskPropertiesOverrideTypeDef",
|
|
221
|
+
"TerminateJobRequestRequestTypeDef",
|
|
222
|
+
"TmpfsOutputTypeDef",
|
|
223
|
+
"TmpfsTypeDef",
|
|
224
|
+
"TmpfsUnionTypeDef",
|
|
225
|
+
"UlimitTypeDef",
|
|
226
|
+
"UntagResourceRequestRequestTypeDef",
|
|
227
|
+
"UpdateComputeEnvironmentRequestRequestTypeDef",
|
|
228
|
+
"UpdateComputeEnvironmentResponseTypeDef",
|
|
229
|
+
"UpdateJobQueueRequestRequestTypeDef",
|
|
230
|
+
"UpdateJobQueueResponseTypeDef",
|
|
231
|
+
"UpdatePolicyTypeDef",
|
|
232
|
+
"UpdateSchedulingPolicyRequestRequestTypeDef",
|
|
233
|
+
"VolumeTypeDef",
|
|
234
|
+
)
|
|
235
|
+
|
|
236
|
+
class ArrayPropertiesDetailTypeDef(TypedDict):
|
|
237
|
+
statusSummary: NotRequired[Dict[str, int]]
|
|
238
|
+
size: NotRequired[int]
|
|
239
|
+
index: NotRequired[int]
|
|
240
|
+
|
|
241
|
+
class ArrayPropertiesSummaryTypeDef(TypedDict):
|
|
242
|
+
size: NotRequired[int]
|
|
243
|
+
index: NotRequired[int]
|
|
244
|
+
|
|
245
|
+
class ArrayPropertiesTypeDef(TypedDict):
|
|
246
|
+
size: NotRequired[int]
|
|
247
|
+
|
|
248
|
+
class NetworkInterfaceTypeDef(TypedDict):
|
|
249
|
+
attachmentId: NotRequired[str]
|
|
250
|
+
ipv6Address: NotRequired[str]
|
|
251
|
+
privateIpv4Address: NotRequired[str]
|
|
252
|
+
|
|
253
|
+
class CancelJobRequestRequestTypeDef(TypedDict):
|
|
254
|
+
jobId: str
|
|
255
|
+
reason: str
|
|
256
|
+
|
|
257
|
+
class EksConfigurationTypeDef(TypedDict):
|
|
258
|
+
eksClusterArn: str
|
|
259
|
+
kubernetesNamespace: str
|
|
260
|
+
|
|
261
|
+
class UpdatePolicyTypeDef(TypedDict):
|
|
262
|
+
terminateJobsOnUpdate: NotRequired[bool]
|
|
263
|
+
jobExecutionTimeoutMinutes: NotRequired[int]
|
|
264
|
+
|
|
265
|
+
class ComputeEnvironmentOrderTypeDef(TypedDict):
|
|
266
|
+
order: int
|
|
267
|
+
computeEnvironment: str
|
|
268
|
+
|
|
269
|
+
class Ec2ConfigurationTypeDef(TypedDict):
|
|
270
|
+
imageType: str
|
|
271
|
+
imageIdOverride: NotRequired[str]
|
|
272
|
+
imageKubernetesVersion: NotRequired[str]
|
|
273
|
+
|
|
274
|
+
class EphemeralStorageTypeDef(TypedDict):
|
|
275
|
+
sizeInGiB: int
|
|
276
|
+
|
|
277
|
+
class FargatePlatformConfigurationTypeDef(TypedDict):
|
|
278
|
+
platformVersion: NotRequired[str]
|
|
279
|
+
|
|
280
|
+
class KeyValuePairTypeDef(TypedDict):
|
|
281
|
+
name: NotRequired[str]
|
|
282
|
+
value: NotRequired[str]
|
|
283
|
+
|
|
284
|
+
class MountPointTypeDef(TypedDict):
|
|
285
|
+
containerPath: NotRequired[str]
|
|
286
|
+
readOnly: NotRequired[bool]
|
|
287
|
+
sourceVolume: NotRequired[str]
|
|
288
|
+
|
|
289
|
+
class NetworkConfigurationTypeDef(TypedDict):
|
|
290
|
+
assignPublicIp: NotRequired[AssignPublicIpType]
|
|
291
|
+
|
|
292
|
+
class RepositoryCredentialsTypeDef(TypedDict):
|
|
293
|
+
credentialsParameter: str
|
|
294
|
+
|
|
295
|
+
ResourceRequirementTypeDef = TypedDict(
|
|
296
|
+
"ResourceRequirementTypeDef",
|
|
297
|
+
{
|
|
298
|
+
"value": str,
|
|
299
|
+
"type": ResourceTypeType,
|
|
300
|
+
},
|
|
301
|
+
)
|
|
302
|
+
|
|
303
|
+
class RuntimePlatformTypeDef(TypedDict):
|
|
304
|
+
operatingSystemFamily: NotRequired[str]
|
|
305
|
+
cpuArchitecture: NotRequired[str]
|
|
306
|
+
|
|
307
|
+
class SecretTypeDef(TypedDict):
|
|
308
|
+
name: str
|
|
309
|
+
valueFrom: str
|
|
310
|
+
|
|
311
|
+
class UlimitTypeDef(TypedDict):
|
|
312
|
+
hardLimit: int
|
|
313
|
+
name: str
|
|
314
|
+
softLimit: int
|
|
315
|
+
|
|
316
|
+
class ContainerSummaryTypeDef(TypedDict):
|
|
317
|
+
exitCode: NotRequired[int]
|
|
318
|
+
reason: NotRequired[str]
|
|
319
|
+
|
|
320
|
+
class ResponseMetadataTypeDef(TypedDict):
|
|
321
|
+
RequestId: str
|
|
322
|
+
HTTPStatusCode: int
|
|
323
|
+
HTTPHeaders: Dict[str, str]
|
|
324
|
+
RetryAttempts: int
|
|
325
|
+
HostId: NotRequired[str]
|
|
326
|
+
|
|
327
|
+
class JobStateTimeLimitActionTypeDef(TypedDict):
|
|
328
|
+
reason: str
|
|
329
|
+
state: Literal["RUNNABLE"]
|
|
330
|
+
maxTimeSeconds: int
|
|
331
|
+
action: Literal["CANCEL"]
|
|
332
|
+
|
|
333
|
+
class DeleteComputeEnvironmentRequestRequestTypeDef(TypedDict):
|
|
334
|
+
computeEnvironment: str
|
|
335
|
+
|
|
336
|
+
class DeleteJobQueueRequestRequestTypeDef(TypedDict):
|
|
337
|
+
jobQueue: str
|
|
338
|
+
|
|
339
|
+
class DeleteSchedulingPolicyRequestRequestTypeDef(TypedDict):
|
|
340
|
+
arn: str
|
|
341
|
+
|
|
342
|
+
class DeregisterJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
343
|
+
jobDefinition: str
|
|
344
|
+
|
|
345
|
+
class PaginatorConfigTypeDef(TypedDict):
|
|
346
|
+
MaxItems: NotRequired[int]
|
|
347
|
+
PageSize: NotRequired[int]
|
|
348
|
+
StartingToken: NotRequired[str]
|
|
349
|
+
|
|
350
|
+
class DescribeComputeEnvironmentsRequestRequestTypeDef(TypedDict):
|
|
351
|
+
computeEnvironments: NotRequired[Sequence[str]]
|
|
352
|
+
maxResults: NotRequired[int]
|
|
353
|
+
nextToken: NotRequired[str]
|
|
354
|
+
|
|
355
|
+
class DescribeJobDefinitionsRequestRequestTypeDef(TypedDict):
|
|
356
|
+
jobDefinitions: NotRequired[Sequence[str]]
|
|
357
|
+
maxResults: NotRequired[int]
|
|
358
|
+
jobDefinitionName: NotRequired[str]
|
|
359
|
+
status: NotRequired[str]
|
|
360
|
+
nextToken: NotRequired[str]
|
|
361
|
+
|
|
362
|
+
class DescribeJobQueuesRequestRequestTypeDef(TypedDict):
|
|
363
|
+
jobQueues: NotRequired[Sequence[str]]
|
|
364
|
+
maxResults: NotRequired[int]
|
|
365
|
+
nextToken: NotRequired[str]
|
|
366
|
+
|
|
367
|
+
class DescribeJobsRequestRequestTypeDef(TypedDict):
|
|
368
|
+
jobs: Sequence[str]
|
|
369
|
+
|
|
370
|
+
class DescribeSchedulingPoliciesRequestRequestTypeDef(TypedDict):
|
|
371
|
+
arns: Sequence[str]
|
|
372
|
+
|
|
373
|
+
class DeviceOutputTypeDef(TypedDict):
|
|
374
|
+
hostPath: str
|
|
375
|
+
containerPath: NotRequired[str]
|
|
376
|
+
permissions: NotRequired[List[DeviceCgroupPermissionType]]
|
|
377
|
+
|
|
378
|
+
class DeviceTypeDef(TypedDict):
|
|
379
|
+
hostPath: str
|
|
380
|
+
containerPath: NotRequired[str]
|
|
381
|
+
permissions: NotRequired[Sequence[DeviceCgroupPermissionType]]
|
|
382
|
+
|
|
383
|
+
class EFSAuthorizationConfigTypeDef(TypedDict):
|
|
384
|
+
accessPointId: NotRequired[str]
|
|
385
|
+
iam: NotRequired[EFSAuthorizationConfigIAMType]
|
|
386
|
+
|
|
387
|
+
class EksAttemptContainerDetailTypeDef(TypedDict):
|
|
388
|
+
name: NotRequired[str]
|
|
389
|
+
containerID: NotRequired[str]
|
|
390
|
+
exitCode: NotRequired[int]
|
|
391
|
+
reason: NotRequired[str]
|
|
392
|
+
|
|
393
|
+
class EksContainerEnvironmentVariableTypeDef(TypedDict):
|
|
394
|
+
name: str
|
|
395
|
+
value: NotRequired[str]
|
|
396
|
+
|
|
397
|
+
class EksContainerResourceRequirementsOutputTypeDef(TypedDict):
|
|
398
|
+
limits: NotRequired[Dict[str, str]]
|
|
399
|
+
requests: NotRequired[Dict[str, str]]
|
|
400
|
+
|
|
401
|
+
class EksContainerSecurityContextTypeDef(TypedDict):
|
|
402
|
+
runAsUser: NotRequired[int]
|
|
403
|
+
runAsGroup: NotRequired[int]
|
|
404
|
+
privileged: NotRequired[bool]
|
|
405
|
+
allowPrivilegeEscalation: NotRequired[bool]
|
|
406
|
+
readOnlyRootFilesystem: NotRequired[bool]
|
|
407
|
+
runAsNonRoot: NotRequired[bool]
|
|
408
|
+
|
|
409
|
+
class EksContainerVolumeMountTypeDef(TypedDict):
|
|
410
|
+
name: NotRequired[str]
|
|
411
|
+
mountPath: NotRequired[str]
|
|
412
|
+
subPath: NotRequired[str]
|
|
413
|
+
readOnly: NotRequired[bool]
|
|
414
|
+
|
|
415
|
+
class EksContainerResourceRequirementsTypeDef(TypedDict):
|
|
416
|
+
limits: NotRequired[Mapping[str, str]]
|
|
417
|
+
requests: NotRequired[Mapping[str, str]]
|
|
418
|
+
|
|
419
|
+
class EksEmptyDirTypeDef(TypedDict):
|
|
420
|
+
medium: NotRequired[str]
|
|
421
|
+
sizeLimit: NotRequired[str]
|
|
422
|
+
|
|
423
|
+
class EksHostPathTypeDef(TypedDict):
|
|
424
|
+
path: NotRequired[str]
|
|
425
|
+
|
|
426
|
+
class EksMetadataOutputTypeDef(TypedDict):
|
|
427
|
+
labels: NotRequired[Dict[str, str]]
|
|
428
|
+
annotations: NotRequired[Dict[str, str]]
|
|
429
|
+
namespace: NotRequired[str]
|
|
430
|
+
|
|
431
|
+
class EksMetadataTypeDef(TypedDict):
|
|
432
|
+
labels: NotRequired[Mapping[str, str]]
|
|
433
|
+
annotations: NotRequired[Mapping[str, str]]
|
|
434
|
+
namespace: NotRequired[str]
|
|
435
|
+
|
|
436
|
+
class EksPersistentVolumeClaimTypeDef(TypedDict):
|
|
437
|
+
claimName: str
|
|
438
|
+
readOnly: NotRequired[bool]
|
|
439
|
+
|
|
440
|
+
class ImagePullSecretTypeDef(TypedDict):
|
|
441
|
+
name: str
|
|
442
|
+
|
|
443
|
+
class EksSecretTypeDef(TypedDict):
|
|
444
|
+
secretName: str
|
|
445
|
+
optional: NotRequired[bool]
|
|
446
|
+
|
|
447
|
+
class EvaluateOnExitTypeDef(TypedDict):
|
|
448
|
+
action: RetryActionType
|
|
449
|
+
onStatusReason: NotRequired[str]
|
|
450
|
+
onReason: NotRequired[str]
|
|
451
|
+
onExitCode: NotRequired[str]
|
|
452
|
+
|
|
453
|
+
class ShareAttributesTypeDef(TypedDict):
|
|
454
|
+
shareIdentifier: str
|
|
455
|
+
weightFactor: NotRequired[float]
|
|
456
|
+
|
|
457
|
+
class FrontOfQueueJobSummaryTypeDef(TypedDict):
|
|
458
|
+
jobArn: NotRequired[str]
|
|
459
|
+
earliestTimeAtPosition: NotRequired[int]
|
|
460
|
+
|
|
461
|
+
class GetJobQueueSnapshotRequestRequestTypeDef(TypedDict):
|
|
462
|
+
jobQueue: str
|
|
463
|
+
|
|
464
|
+
class HostTypeDef(TypedDict):
|
|
465
|
+
sourcePath: NotRequired[str]
|
|
466
|
+
|
|
467
|
+
class JobTimeoutTypeDef(TypedDict):
|
|
468
|
+
attemptDurationSeconds: NotRequired[int]
|
|
469
|
+
|
|
470
|
+
JobDependencyTypeDef = TypedDict(
|
|
471
|
+
"JobDependencyTypeDef",
|
|
472
|
+
{
|
|
473
|
+
"jobId": NotRequired[str],
|
|
474
|
+
"type": NotRequired[ArrayJobDependencyType],
|
|
475
|
+
},
|
|
476
|
+
)
|
|
477
|
+
|
|
478
|
+
class NodeDetailsTypeDef(TypedDict):
|
|
479
|
+
nodeIndex: NotRequired[int]
|
|
480
|
+
isMainNode: NotRequired[bool]
|
|
481
|
+
|
|
482
|
+
class NodePropertiesSummaryTypeDef(TypedDict):
|
|
483
|
+
isMainNode: NotRequired[bool]
|
|
484
|
+
numNodes: NotRequired[int]
|
|
485
|
+
nodeIndex: NotRequired[int]
|
|
486
|
+
|
|
487
|
+
class KeyValuesPairTypeDef(TypedDict):
|
|
488
|
+
name: NotRequired[str]
|
|
489
|
+
values: NotRequired[Sequence[str]]
|
|
490
|
+
|
|
491
|
+
class LaunchTemplateSpecificationOverrideOutputTypeDef(TypedDict):
|
|
492
|
+
launchTemplateId: NotRequired[str]
|
|
493
|
+
launchTemplateName: NotRequired[str]
|
|
494
|
+
version: NotRequired[str]
|
|
495
|
+
targetInstanceTypes: NotRequired[List[str]]
|
|
496
|
+
|
|
497
|
+
class LaunchTemplateSpecificationOverrideTypeDef(TypedDict):
|
|
498
|
+
launchTemplateId: NotRequired[str]
|
|
499
|
+
launchTemplateName: NotRequired[str]
|
|
500
|
+
version: NotRequired[str]
|
|
501
|
+
targetInstanceTypes: NotRequired[Sequence[str]]
|
|
502
|
+
|
|
503
|
+
class TmpfsOutputTypeDef(TypedDict):
|
|
504
|
+
containerPath: str
|
|
505
|
+
size: int
|
|
506
|
+
mountOptions: NotRequired[List[str]]
|
|
507
|
+
|
|
508
|
+
class ListSchedulingPoliciesRequestRequestTypeDef(TypedDict):
|
|
509
|
+
maxResults: NotRequired[int]
|
|
510
|
+
nextToken: NotRequired[str]
|
|
511
|
+
|
|
512
|
+
class SchedulingPolicyListingDetailTypeDef(TypedDict):
|
|
513
|
+
arn: str
|
|
514
|
+
|
|
515
|
+
class ListTagsForResourceRequestRequestTypeDef(TypedDict):
|
|
516
|
+
resourceArn: str
|
|
517
|
+
|
|
518
|
+
class TagResourceRequestRequestTypeDef(TypedDict):
|
|
519
|
+
resourceArn: str
|
|
520
|
+
tags: Mapping[str, str]
|
|
521
|
+
|
|
522
|
+
class TaskContainerDependencyTypeDef(TypedDict):
|
|
523
|
+
containerName: NotRequired[str]
|
|
524
|
+
condition: NotRequired[str]
|
|
525
|
+
|
|
526
|
+
class TerminateJobRequestRequestTypeDef(TypedDict):
|
|
527
|
+
jobId: str
|
|
528
|
+
reason: str
|
|
529
|
+
|
|
530
|
+
class TmpfsTypeDef(TypedDict):
|
|
531
|
+
containerPath: str
|
|
532
|
+
size: int
|
|
533
|
+
mountOptions: NotRequired[Sequence[str]]
|
|
534
|
+
|
|
535
|
+
class UntagResourceRequestRequestTypeDef(TypedDict):
|
|
536
|
+
resourceArn: str
|
|
537
|
+
tagKeys: Sequence[str]
|
|
538
|
+
|
|
539
|
+
class AttemptContainerDetailTypeDef(TypedDict):
|
|
540
|
+
containerInstanceArn: NotRequired[str]
|
|
541
|
+
taskArn: NotRequired[str]
|
|
542
|
+
exitCode: NotRequired[int]
|
|
543
|
+
reason: NotRequired[str]
|
|
544
|
+
logStreamName: NotRequired[str]
|
|
545
|
+
networkInterfaces: NotRequired[List[NetworkInterfaceTypeDef]]
|
|
546
|
+
|
|
547
|
+
class AttemptTaskContainerDetailsTypeDef(TypedDict):
|
|
548
|
+
exitCode: NotRequired[int]
|
|
549
|
+
name: NotRequired[str]
|
|
550
|
+
reason: NotRequired[str]
|
|
551
|
+
logStreamName: NotRequired[str]
|
|
552
|
+
networkInterfaces: NotRequired[List[NetworkInterfaceTypeDef]]
|
|
553
|
+
|
|
554
|
+
class ContainerOverridesTypeDef(TypedDict):
|
|
555
|
+
vcpus: NotRequired[int]
|
|
556
|
+
memory: NotRequired[int]
|
|
557
|
+
command: NotRequired[Sequence[str]]
|
|
558
|
+
instanceType: NotRequired[str]
|
|
559
|
+
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
560
|
+
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
561
|
+
|
|
562
|
+
class TaskContainerOverridesTypeDef(TypedDict):
|
|
563
|
+
command: NotRequired[Sequence[str]]
|
|
564
|
+
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
565
|
+
name: NotRequired[str]
|
|
566
|
+
resourceRequirements: NotRequired[Sequence[ResourceRequirementTypeDef]]
|
|
567
|
+
|
|
568
|
+
class LogConfigurationOutputTypeDef(TypedDict):
|
|
569
|
+
logDriver: LogDriverType
|
|
570
|
+
options: NotRequired[Dict[str, str]]
|
|
571
|
+
secretOptions: NotRequired[List[SecretTypeDef]]
|
|
572
|
+
|
|
573
|
+
class LogConfigurationTypeDef(TypedDict):
|
|
574
|
+
logDriver: LogDriverType
|
|
575
|
+
options: NotRequired[Mapping[str, str]]
|
|
576
|
+
secretOptions: NotRequired[Sequence[SecretTypeDef]]
|
|
577
|
+
|
|
578
|
+
class CreateComputeEnvironmentResponseTypeDef(TypedDict):
|
|
579
|
+
computeEnvironmentName: str
|
|
580
|
+
computeEnvironmentArn: str
|
|
581
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
582
|
+
|
|
583
|
+
class CreateJobQueueResponseTypeDef(TypedDict):
|
|
584
|
+
jobQueueName: str
|
|
585
|
+
jobQueueArn: str
|
|
586
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
587
|
+
|
|
588
|
+
class CreateSchedulingPolicyResponseTypeDef(TypedDict):
|
|
589
|
+
name: str
|
|
590
|
+
arn: str
|
|
591
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
592
|
+
|
|
593
|
+
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
594
|
+
tags: Dict[str, str]
|
|
595
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
596
|
+
|
|
597
|
+
class RegisterJobDefinitionResponseTypeDef(TypedDict):
|
|
598
|
+
jobDefinitionName: str
|
|
599
|
+
jobDefinitionArn: str
|
|
600
|
+
revision: int
|
|
601
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
602
|
+
|
|
603
|
+
class SubmitJobResponseTypeDef(TypedDict):
|
|
604
|
+
jobArn: str
|
|
605
|
+
jobName: str
|
|
606
|
+
jobId: str
|
|
607
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
608
|
+
|
|
609
|
+
class UpdateComputeEnvironmentResponseTypeDef(TypedDict):
|
|
610
|
+
computeEnvironmentName: str
|
|
611
|
+
computeEnvironmentArn: str
|
|
612
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
613
|
+
|
|
614
|
+
class UpdateJobQueueResponseTypeDef(TypedDict):
|
|
615
|
+
jobQueueName: str
|
|
616
|
+
jobQueueArn: str
|
|
617
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
618
|
+
|
|
619
|
+
class CreateJobQueueRequestRequestTypeDef(TypedDict):
|
|
620
|
+
jobQueueName: str
|
|
621
|
+
priority: int
|
|
622
|
+
computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef]
|
|
623
|
+
state: NotRequired[JQStateType]
|
|
624
|
+
schedulingPolicyArn: NotRequired[str]
|
|
625
|
+
tags: NotRequired[Mapping[str, str]]
|
|
626
|
+
jobStateTimeLimitActions: NotRequired[Sequence[JobStateTimeLimitActionTypeDef]]
|
|
627
|
+
|
|
628
|
+
class JobQueueDetailTypeDef(TypedDict):
|
|
629
|
+
jobQueueName: str
|
|
630
|
+
jobQueueArn: str
|
|
631
|
+
state: JQStateType
|
|
632
|
+
priority: int
|
|
633
|
+
computeEnvironmentOrder: List[ComputeEnvironmentOrderTypeDef]
|
|
634
|
+
schedulingPolicyArn: NotRequired[str]
|
|
635
|
+
status: NotRequired[JQStatusType]
|
|
636
|
+
statusReason: NotRequired[str]
|
|
637
|
+
tags: NotRequired[Dict[str, str]]
|
|
638
|
+
jobStateTimeLimitActions: NotRequired[List[JobStateTimeLimitActionTypeDef]]
|
|
639
|
+
|
|
640
|
+
class UpdateJobQueueRequestRequestTypeDef(TypedDict):
|
|
641
|
+
jobQueue: str
|
|
642
|
+
state: NotRequired[JQStateType]
|
|
643
|
+
schedulingPolicyArn: NotRequired[str]
|
|
644
|
+
priority: NotRequired[int]
|
|
645
|
+
computeEnvironmentOrder: NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]]
|
|
646
|
+
jobStateTimeLimitActions: NotRequired[Sequence[JobStateTimeLimitActionTypeDef]]
|
|
647
|
+
|
|
648
|
+
class DescribeComputeEnvironmentsRequestPaginateTypeDef(TypedDict):
|
|
649
|
+
computeEnvironments: NotRequired[Sequence[str]]
|
|
650
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
651
|
+
|
|
652
|
+
class DescribeJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
653
|
+
jobDefinitions: NotRequired[Sequence[str]]
|
|
654
|
+
jobDefinitionName: NotRequired[str]
|
|
655
|
+
status: NotRequired[str]
|
|
656
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
657
|
+
|
|
658
|
+
class DescribeJobQueuesRequestPaginateTypeDef(TypedDict):
|
|
659
|
+
jobQueues: NotRequired[Sequence[str]]
|
|
660
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
661
|
+
|
|
662
|
+
class ListSchedulingPoliciesRequestPaginateTypeDef(TypedDict):
|
|
663
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
664
|
+
|
|
665
|
+
DeviceUnionTypeDef = Union[DeviceTypeDef, DeviceOutputTypeDef]
|
|
666
|
+
|
|
667
|
+
class EFSVolumeConfigurationTypeDef(TypedDict):
|
|
668
|
+
fileSystemId: str
|
|
669
|
+
rootDirectory: NotRequired[str]
|
|
670
|
+
transitEncryption: NotRequired[EFSTransitEncryptionType]
|
|
671
|
+
transitEncryptionPort: NotRequired[int]
|
|
672
|
+
authorizationConfig: NotRequired[EFSAuthorizationConfigTypeDef]
|
|
673
|
+
|
|
674
|
+
class EksAttemptDetailTypeDef(TypedDict):
|
|
675
|
+
containers: NotRequired[List[EksAttemptContainerDetailTypeDef]]
|
|
676
|
+
initContainers: NotRequired[List[EksAttemptContainerDetailTypeDef]]
|
|
677
|
+
eksClusterArn: NotRequired[str]
|
|
678
|
+
podName: NotRequired[str]
|
|
679
|
+
podNamespace: NotRequired[str]
|
|
680
|
+
nodeName: NotRequired[str]
|
|
681
|
+
startedAt: NotRequired[int]
|
|
682
|
+
stoppedAt: NotRequired[int]
|
|
683
|
+
statusReason: NotRequired[str]
|
|
684
|
+
|
|
685
|
+
class EksContainerDetailTypeDef(TypedDict):
|
|
686
|
+
name: NotRequired[str]
|
|
687
|
+
image: NotRequired[str]
|
|
688
|
+
imagePullPolicy: NotRequired[str]
|
|
689
|
+
command: NotRequired[List[str]]
|
|
690
|
+
args: NotRequired[List[str]]
|
|
691
|
+
env: NotRequired[List[EksContainerEnvironmentVariableTypeDef]]
|
|
692
|
+
resources: NotRequired[EksContainerResourceRequirementsOutputTypeDef]
|
|
693
|
+
exitCode: NotRequired[int]
|
|
694
|
+
reason: NotRequired[str]
|
|
695
|
+
volumeMounts: NotRequired[List[EksContainerVolumeMountTypeDef]]
|
|
696
|
+
securityContext: NotRequired[EksContainerSecurityContextTypeDef]
|
|
697
|
+
|
|
698
|
+
class EksContainerOutputTypeDef(TypedDict):
|
|
699
|
+
image: str
|
|
700
|
+
name: NotRequired[str]
|
|
701
|
+
imagePullPolicy: NotRequired[str]
|
|
702
|
+
command: NotRequired[List[str]]
|
|
703
|
+
args: NotRequired[List[str]]
|
|
704
|
+
env: NotRequired[List[EksContainerEnvironmentVariableTypeDef]]
|
|
705
|
+
resources: NotRequired[EksContainerResourceRequirementsOutputTypeDef]
|
|
706
|
+
volumeMounts: NotRequired[List[EksContainerVolumeMountTypeDef]]
|
|
707
|
+
securityContext: NotRequired[EksContainerSecurityContextTypeDef]
|
|
708
|
+
|
|
709
|
+
EksContainerResourceRequirementsUnionTypeDef = Union[
|
|
710
|
+
EksContainerResourceRequirementsTypeDef, EksContainerResourceRequirementsOutputTypeDef
|
|
711
|
+
]
|
|
712
|
+
EksMetadataUnionTypeDef = Union[EksMetadataTypeDef, EksMetadataOutputTypeDef]
|
|
713
|
+
|
|
714
|
+
class EksVolumeTypeDef(TypedDict):
|
|
715
|
+
name: str
|
|
716
|
+
hostPath: NotRequired[EksHostPathTypeDef]
|
|
717
|
+
emptyDir: NotRequired[EksEmptyDirTypeDef]
|
|
718
|
+
secret: NotRequired[EksSecretTypeDef]
|
|
719
|
+
persistentVolumeClaim: NotRequired[EksPersistentVolumeClaimTypeDef]
|
|
720
|
+
|
|
721
|
+
class RetryStrategyOutputTypeDef(TypedDict):
|
|
722
|
+
attempts: NotRequired[int]
|
|
723
|
+
evaluateOnExit: NotRequired[List[EvaluateOnExitTypeDef]]
|
|
724
|
+
|
|
725
|
+
class RetryStrategyTypeDef(TypedDict):
|
|
726
|
+
attempts: NotRequired[int]
|
|
727
|
+
evaluateOnExit: NotRequired[Sequence[EvaluateOnExitTypeDef]]
|
|
728
|
+
|
|
729
|
+
class FairsharePolicyOutputTypeDef(TypedDict):
|
|
730
|
+
shareDecaySeconds: NotRequired[int]
|
|
731
|
+
computeReservation: NotRequired[int]
|
|
732
|
+
shareDistribution: NotRequired[List[ShareAttributesTypeDef]]
|
|
733
|
+
|
|
734
|
+
class FairsharePolicyTypeDef(TypedDict):
|
|
735
|
+
shareDecaySeconds: NotRequired[int]
|
|
736
|
+
computeReservation: NotRequired[int]
|
|
737
|
+
shareDistribution: NotRequired[Sequence[ShareAttributesTypeDef]]
|
|
738
|
+
|
|
739
|
+
class FrontOfQueueDetailTypeDef(TypedDict):
|
|
740
|
+
jobs: NotRequired[List[FrontOfQueueJobSummaryTypeDef]]
|
|
741
|
+
lastUpdatedAt: NotRequired[int]
|
|
742
|
+
|
|
743
|
+
class JobSummaryTypeDef(TypedDict):
|
|
744
|
+
jobId: str
|
|
745
|
+
jobName: str
|
|
746
|
+
jobArn: NotRequired[str]
|
|
747
|
+
createdAt: NotRequired[int]
|
|
748
|
+
status: NotRequired[JobStatusType]
|
|
749
|
+
statusReason: NotRequired[str]
|
|
750
|
+
startedAt: NotRequired[int]
|
|
751
|
+
stoppedAt: NotRequired[int]
|
|
752
|
+
container: NotRequired[ContainerSummaryTypeDef]
|
|
753
|
+
arrayProperties: NotRequired[ArrayPropertiesSummaryTypeDef]
|
|
754
|
+
nodeProperties: NotRequired[NodePropertiesSummaryTypeDef]
|
|
755
|
+
jobDefinition: NotRequired[str]
|
|
756
|
+
|
|
757
|
+
class ListJobsRequestPaginateTypeDef(TypedDict):
|
|
758
|
+
jobQueue: NotRequired[str]
|
|
759
|
+
arrayJobId: NotRequired[str]
|
|
760
|
+
multiNodeJobId: NotRequired[str]
|
|
761
|
+
jobStatus: NotRequired[JobStatusType]
|
|
762
|
+
filters: NotRequired[Sequence[KeyValuesPairTypeDef]]
|
|
763
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
764
|
+
|
|
765
|
+
class ListJobsRequestRequestTypeDef(TypedDict):
|
|
766
|
+
jobQueue: NotRequired[str]
|
|
767
|
+
arrayJobId: NotRequired[str]
|
|
768
|
+
multiNodeJobId: NotRequired[str]
|
|
769
|
+
jobStatus: NotRequired[JobStatusType]
|
|
770
|
+
maxResults: NotRequired[int]
|
|
771
|
+
nextToken: NotRequired[str]
|
|
772
|
+
filters: NotRequired[Sequence[KeyValuesPairTypeDef]]
|
|
773
|
+
|
|
774
|
+
class LaunchTemplateSpecificationOutputTypeDef(TypedDict):
|
|
775
|
+
launchTemplateId: NotRequired[str]
|
|
776
|
+
launchTemplateName: NotRequired[str]
|
|
777
|
+
version: NotRequired[str]
|
|
778
|
+
overrides: NotRequired[List[LaunchTemplateSpecificationOverrideOutputTypeDef]]
|
|
779
|
+
|
|
780
|
+
LaunchTemplateSpecificationOverrideUnionTypeDef = Union[
|
|
781
|
+
LaunchTemplateSpecificationOverrideTypeDef, LaunchTemplateSpecificationOverrideOutputTypeDef
|
|
782
|
+
]
|
|
783
|
+
|
|
784
|
+
class LinuxParametersOutputTypeDef(TypedDict):
|
|
785
|
+
devices: NotRequired[List[DeviceOutputTypeDef]]
|
|
786
|
+
initProcessEnabled: NotRequired[bool]
|
|
787
|
+
sharedMemorySize: NotRequired[int]
|
|
788
|
+
tmpfs: NotRequired[List[TmpfsOutputTypeDef]]
|
|
789
|
+
maxSwap: NotRequired[int]
|
|
790
|
+
swappiness: NotRequired[int]
|
|
791
|
+
|
|
792
|
+
class ListSchedulingPoliciesResponseTypeDef(TypedDict):
|
|
793
|
+
schedulingPolicies: List[SchedulingPolicyListingDetailTypeDef]
|
|
794
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
795
|
+
nextToken: NotRequired[str]
|
|
796
|
+
|
|
797
|
+
TmpfsUnionTypeDef = Union[TmpfsTypeDef, TmpfsOutputTypeDef]
|
|
798
|
+
|
|
799
|
+
class AttemptEcsTaskDetailsTypeDef(TypedDict):
|
|
800
|
+
containerInstanceArn: NotRequired[str]
|
|
801
|
+
taskArn: NotRequired[str]
|
|
802
|
+
containers: NotRequired[List[AttemptTaskContainerDetailsTypeDef]]
|
|
803
|
+
|
|
804
|
+
class TaskPropertiesOverrideTypeDef(TypedDict):
|
|
805
|
+
containers: NotRequired[Sequence[TaskContainerOverridesTypeDef]]
|
|
806
|
+
|
|
807
|
+
LogConfigurationUnionTypeDef = Union[LogConfigurationTypeDef, LogConfigurationOutputTypeDef]
|
|
808
|
+
|
|
809
|
+
class DescribeJobQueuesResponseTypeDef(TypedDict):
|
|
810
|
+
jobQueues: List[JobQueueDetailTypeDef]
|
|
811
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
812
|
+
nextToken: NotRequired[str]
|
|
813
|
+
|
|
814
|
+
class VolumeTypeDef(TypedDict):
|
|
815
|
+
host: NotRequired[HostTypeDef]
|
|
816
|
+
name: NotRequired[str]
|
|
817
|
+
efsVolumeConfiguration: NotRequired[EFSVolumeConfigurationTypeDef]
|
|
818
|
+
|
|
819
|
+
class EksContainerOverrideTypeDef(TypedDict):
|
|
820
|
+
name: NotRequired[str]
|
|
821
|
+
image: NotRequired[str]
|
|
822
|
+
command: NotRequired[Sequence[str]]
|
|
823
|
+
args: NotRequired[Sequence[str]]
|
|
824
|
+
env: NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]]
|
|
825
|
+
resources: NotRequired[EksContainerResourceRequirementsUnionTypeDef]
|
|
826
|
+
|
|
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
|
+
class EksPodPropertiesDetailTypeDef(TypedDict):
|
|
839
|
+
serviceAccountName: NotRequired[str]
|
|
840
|
+
hostNetwork: NotRequired[bool]
|
|
841
|
+
dnsPolicy: NotRequired[str]
|
|
842
|
+
imagePullSecrets: NotRequired[List[ImagePullSecretTypeDef]]
|
|
843
|
+
containers: NotRequired[List[EksContainerDetailTypeDef]]
|
|
844
|
+
initContainers: NotRequired[List[EksContainerDetailTypeDef]]
|
|
845
|
+
volumes: NotRequired[List[EksVolumeTypeDef]]
|
|
846
|
+
podName: NotRequired[str]
|
|
847
|
+
nodeName: NotRequired[str]
|
|
848
|
+
metadata: NotRequired[EksMetadataOutputTypeDef]
|
|
849
|
+
shareProcessNamespace: NotRequired[bool]
|
|
850
|
+
|
|
851
|
+
class EksPodPropertiesOutputTypeDef(TypedDict):
|
|
852
|
+
serviceAccountName: NotRequired[str]
|
|
853
|
+
hostNetwork: NotRequired[bool]
|
|
854
|
+
dnsPolicy: NotRequired[str]
|
|
855
|
+
imagePullSecrets: NotRequired[List[ImagePullSecretTypeDef]]
|
|
856
|
+
containers: NotRequired[List[EksContainerOutputTypeDef]]
|
|
857
|
+
initContainers: NotRequired[List[EksContainerOutputTypeDef]]
|
|
858
|
+
volumes: NotRequired[List[EksVolumeTypeDef]]
|
|
859
|
+
metadata: NotRequired[EksMetadataOutputTypeDef]
|
|
860
|
+
shareProcessNamespace: NotRequired[bool]
|
|
861
|
+
|
|
862
|
+
class SchedulingPolicyDetailTypeDef(TypedDict):
|
|
863
|
+
name: str
|
|
864
|
+
arn: str
|
|
865
|
+
fairsharePolicy: NotRequired[FairsharePolicyOutputTypeDef]
|
|
866
|
+
tags: NotRequired[Dict[str, str]]
|
|
867
|
+
|
|
868
|
+
class CreateSchedulingPolicyRequestRequestTypeDef(TypedDict):
|
|
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]
|
|
876
|
+
|
|
877
|
+
class GetJobQueueSnapshotResponseTypeDef(TypedDict):
|
|
878
|
+
frontOfQueue: FrontOfQueueDetailTypeDef
|
|
879
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
880
|
+
|
|
881
|
+
class ListJobsResponseTypeDef(TypedDict):
|
|
882
|
+
jobSummaryList: List[JobSummaryTypeDef]
|
|
883
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
884
|
+
nextToken: NotRequired[str]
|
|
885
|
+
|
|
886
|
+
ComputeResourceOutputTypeDef = TypedDict(
|
|
887
|
+
"ComputeResourceOutputTypeDef",
|
|
888
|
+
{
|
|
889
|
+
"type": CRTypeType,
|
|
890
|
+
"maxvCpus": int,
|
|
891
|
+
"subnets": List[str],
|
|
892
|
+
"allocationStrategy": NotRequired[CRAllocationStrategyType],
|
|
893
|
+
"minvCpus": NotRequired[int],
|
|
894
|
+
"desiredvCpus": NotRequired[int],
|
|
895
|
+
"instanceTypes": NotRequired[List[str]],
|
|
896
|
+
"imageId": NotRequired[str],
|
|
897
|
+
"securityGroupIds": NotRequired[List[str]],
|
|
898
|
+
"ec2KeyPair": NotRequired[str],
|
|
899
|
+
"instanceRole": NotRequired[str],
|
|
900
|
+
"tags": NotRequired[Dict[str, str]],
|
|
901
|
+
"placementGroup": NotRequired[str],
|
|
902
|
+
"bidPercentage": NotRequired[int],
|
|
903
|
+
"spotIamFleetRole": NotRequired[str],
|
|
904
|
+
"launchTemplate": NotRequired[LaunchTemplateSpecificationOutputTypeDef],
|
|
905
|
+
"ec2Configuration": NotRequired[List[Ec2ConfigurationTypeDef]],
|
|
906
|
+
},
|
|
907
|
+
)
|
|
908
|
+
|
|
909
|
+
class LaunchTemplateSpecificationTypeDef(TypedDict):
|
|
910
|
+
launchTemplateId: NotRequired[str]
|
|
911
|
+
launchTemplateName: NotRequired[str]
|
|
912
|
+
version: NotRequired[str]
|
|
913
|
+
overrides: NotRequired[Sequence[LaunchTemplateSpecificationOverrideUnionTypeDef]]
|
|
914
|
+
|
|
915
|
+
class TaskContainerDetailsTypeDef(TypedDict):
|
|
916
|
+
command: NotRequired[List[str]]
|
|
917
|
+
dependsOn: NotRequired[List[TaskContainerDependencyTypeDef]]
|
|
918
|
+
environment: NotRequired[List[KeyValuePairTypeDef]]
|
|
919
|
+
essential: NotRequired[bool]
|
|
920
|
+
image: NotRequired[str]
|
|
921
|
+
linuxParameters: NotRequired[LinuxParametersOutputTypeDef]
|
|
922
|
+
logConfiguration: NotRequired[LogConfigurationOutputTypeDef]
|
|
923
|
+
mountPoints: NotRequired[List[MountPointTypeDef]]
|
|
924
|
+
name: NotRequired[str]
|
|
925
|
+
privileged: NotRequired[bool]
|
|
926
|
+
readonlyRootFilesystem: NotRequired[bool]
|
|
927
|
+
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
928
|
+
resourceRequirements: NotRequired[List[ResourceRequirementTypeDef]]
|
|
929
|
+
secrets: NotRequired[List[SecretTypeDef]]
|
|
930
|
+
ulimits: NotRequired[List[UlimitTypeDef]]
|
|
931
|
+
user: NotRequired[str]
|
|
932
|
+
exitCode: NotRequired[int]
|
|
933
|
+
reason: NotRequired[str]
|
|
934
|
+
logStreamName: NotRequired[str]
|
|
935
|
+
networkInterfaces: NotRequired[List[NetworkInterfaceTypeDef]]
|
|
936
|
+
|
|
937
|
+
class TaskContainerPropertiesOutputTypeDef(TypedDict):
|
|
938
|
+
image: str
|
|
939
|
+
command: NotRequired[List[str]]
|
|
940
|
+
dependsOn: NotRequired[List[TaskContainerDependencyTypeDef]]
|
|
941
|
+
environment: NotRequired[List[KeyValuePairTypeDef]]
|
|
942
|
+
essential: NotRequired[bool]
|
|
943
|
+
linuxParameters: NotRequired[LinuxParametersOutputTypeDef]
|
|
944
|
+
logConfiguration: NotRequired[LogConfigurationOutputTypeDef]
|
|
945
|
+
mountPoints: NotRequired[List[MountPointTypeDef]]
|
|
946
|
+
name: NotRequired[str]
|
|
947
|
+
privileged: NotRequired[bool]
|
|
948
|
+
readonlyRootFilesystem: NotRequired[bool]
|
|
949
|
+
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
950
|
+
resourceRequirements: NotRequired[List[ResourceRequirementTypeDef]]
|
|
951
|
+
secrets: NotRequired[List[SecretTypeDef]]
|
|
952
|
+
ulimits: NotRequired[List[UlimitTypeDef]]
|
|
953
|
+
user: NotRequired[str]
|
|
954
|
+
|
|
955
|
+
class LinuxParametersTypeDef(TypedDict):
|
|
956
|
+
devices: NotRequired[Sequence[DeviceUnionTypeDef]]
|
|
957
|
+
initProcessEnabled: NotRequired[bool]
|
|
958
|
+
sharedMemorySize: NotRequired[int]
|
|
959
|
+
tmpfs: NotRequired[Sequence[TmpfsUnionTypeDef]]
|
|
960
|
+
maxSwap: NotRequired[int]
|
|
961
|
+
swappiness: NotRequired[int]
|
|
962
|
+
|
|
963
|
+
class AttemptDetailTypeDef(TypedDict):
|
|
964
|
+
container: NotRequired[AttemptContainerDetailTypeDef]
|
|
965
|
+
startedAt: NotRequired[int]
|
|
966
|
+
stoppedAt: NotRequired[int]
|
|
967
|
+
statusReason: NotRequired[str]
|
|
968
|
+
taskProperties: NotRequired[List[AttemptEcsTaskDetailsTypeDef]]
|
|
969
|
+
|
|
970
|
+
class EcsPropertiesOverrideTypeDef(TypedDict):
|
|
971
|
+
taskProperties: NotRequired[Sequence[TaskPropertiesOverrideTypeDef]]
|
|
972
|
+
|
|
973
|
+
class ContainerDetailTypeDef(TypedDict):
|
|
974
|
+
image: NotRequired[str]
|
|
975
|
+
vcpus: NotRequired[int]
|
|
976
|
+
memory: NotRequired[int]
|
|
977
|
+
command: NotRequired[List[str]]
|
|
978
|
+
jobRoleArn: NotRequired[str]
|
|
979
|
+
executionRoleArn: NotRequired[str]
|
|
980
|
+
volumes: NotRequired[List[VolumeTypeDef]]
|
|
981
|
+
environment: NotRequired[List[KeyValuePairTypeDef]]
|
|
982
|
+
mountPoints: NotRequired[List[MountPointTypeDef]]
|
|
983
|
+
readonlyRootFilesystem: NotRequired[bool]
|
|
984
|
+
ulimits: NotRequired[List[UlimitTypeDef]]
|
|
985
|
+
privileged: NotRequired[bool]
|
|
986
|
+
user: NotRequired[str]
|
|
987
|
+
exitCode: NotRequired[int]
|
|
988
|
+
reason: NotRequired[str]
|
|
989
|
+
containerInstanceArn: NotRequired[str]
|
|
990
|
+
taskArn: NotRequired[str]
|
|
991
|
+
logStreamName: NotRequired[str]
|
|
992
|
+
instanceType: NotRequired[str]
|
|
993
|
+
networkInterfaces: NotRequired[List[NetworkInterfaceTypeDef]]
|
|
994
|
+
resourceRequirements: NotRequired[List[ResourceRequirementTypeDef]]
|
|
995
|
+
linuxParameters: NotRequired[LinuxParametersOutputTypeDef]
|
|
996
|
+
logConfiguration: NotRequired[LogConfigurationOutputTypeDef]
|
|
997
|
+
secrets: NotRequired[List[SecretTypeDef]]
|
|
998
|
+
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
999
|
+
fargatePlatformConfiguration: NotRequired[FargatePlatformConfigurationTypeDef]
|
|
1000
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1001
|
+
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1002
|
+
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1003
|
+
|
|
1004
|
+
class ContainerPropertiesOutputTypeDef(TypedDict):
|
|
1005
|
+
image: NotRequired[str]
|
|
1006
|
+
vcpus: NotRequired[int]
|
|
1007
|
+
memory: NotRequired[int]
|
|
1008
|
+
command: NotRequired[List[str]]
|
|
1009
|
+
jobRoleArn: NotRequired[str]
|
|
1010
|
+
executionRoleArn: NotRequired[str]
|
|
1011
|
+
volumes: NotRequired[List[VolumeTypeDef]]
|
|
1012
|
+
environment: NotRequired[List[KeyValuePairTypeDef]]
|
|
1013
|
+
mountPoints: NotRequired[List[MountPointTypeDef]]
|
|
1014
|
+
readonlyRootFilesystem: NotRequired[bool]
|
|
1015
|
+
privileged: NotRequired[bool]
|
|
1016
|
+
ulimits: NotRequired[List[UlimitTypeDef]]
|
|
1017
|
+
user: NotRequired[str]
|
|
1018
|
+
instanceType: NotRequired[str]
|
|
1019
|
+
resourceRequirements: NotRequired[List[ResourceRequirementTypeDef]]
|
|
1020
|
+
linuxParameters: NotRequired[LinuxParametersOutputTypeDef]
|
|
1021
|
+
logConfiguration: NotRequired[LogConfigurationOutputTypeDef]
|
|
1022
|
+
secrets: NotRequired[List[SecretTypeDef]]
|
|
1023
|
+
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1024
|
+
fargatePlatformConfiguration: NotRequired[FargatePlatformConfigurationTypeDef]
|
|
1025
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1026
|
+
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1027
|
+
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1028
|
+
|
|
1029
|
+
class EksPodPropertiesOverrideTypeDef(TypedDict):
|
|
1030
|
+
containers: NotRequired[Sequence[EksContainerOverrideTypeDef]]
|
|
1031
|
+
initContainers: NotRequired[Sequence[EksContainerOverrideTypeDef]]
|
|
1032
|
+
metadata: NotRequired[EksMetadataUnionTypeDef]
|
|
1033
|
+
|
|
1034
|
+
EksContainerUnionTypeDef = Union[EksContainerTypeDef, EksContainerOutputTypeDef]
|
|
1035
|
+
|
|
1036
|
+
class EksPropertiesDetailTypeDef(TypedDict):
|
|
1037
|
+
podProperties: NotRequired[EksPodPropertiesDetailTypeDef]
|
|
1038
|
+
|
|
1039
|
+
class EksPropertiesOutputTypeDef(TypedDict):
|
|
1040
|
+
podProperties: NotRequired[EksPodPropertiesOutputTypeDef]
|
|
1041
|
+
|
|
1042
|
+
class DescribeSchedulingPoliciesResponseTypeDef(TypedDict):
|
|
1043
|
+
schedulingPolicies: List[SchedulingPolicyDetailTypeDef]
|
|
1044
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1045
|
+
|
|
1046
|
+
ComputeEnvironmentDetailTypeDef = TypedDict(
|
|
1047
|
+
"ComputeEnvironmentDetailTypeDef",
|
|
1048
|
+
{
|
|
1049
|
+
"computeEnvironmentName": str,
|
|
1050
|
+
"computeEnvironmentArn": str,
|
|
1051
|
+
"unmanagedvCpus": NotRequired[int],
|
|
1052
|
+
"ecsClusterArn": NotRequired[str],
|
|
1053
|
+
"tags": NotRequired[Dict[str, str]],
|
|
1054
|
+
"type": NotRequired[CETypeType],
|
|
1055
|
+
"state": NotRequired[CEStateType],
|
|
1056
|
+
"status": NotRequired[CEStatusType],
|
|
1057
|
+
"statusReason": NotRequired[str],
|
|
1058
|
+
"computeResources": NotRequired[ComputeResourceOutputTypeDef],
|
|
1059
|
+
"serviceRole": NotRequired[str],
|
|
1060
|
+
"updatePolicy": NotRequired[UpdatePolicyTypeDef],
|
|
1061
|
+
"eksConfiguration": NotRequired[EksConfigurationTypeDef],
|
|
1062
|
+
"containerOrchestrationType": NotRequired[OrchestrationTypeType],
|
|
1063
|
+
"uuid": NotRequired[str],
|
|
1064
|
+
"context": NotRequired[str],
|
|
1065
|
+
},
|
|
1066
|
+
)
|
|
1067
|
+
LaunchTemplateSpecificationUnionTypeDef = Union[
|
|
1068
|
+
LaunchTemplateSpecificationTypeDef, LaunchTemplateSpecificationOutputTypeDef
|
|
1069
|
+
]
|
|
1070
|
+
|
|
1071
|
+
class EcsTaskDetailsTypeDef(TypedDict):
|
|
1072
|
+
containers: NotRequired[List[TaskContainerDetailsTypeDef]]
|
|
1073
|
+
containerInstanceArn: NotRequired[str]
|
|
1074
|
+
taskArn: NotRequired[str]
|
|
1075
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1076
|
+
executionRoleArn: NotRequired[str]
|
|
1077
|
+
platformVersion: NotRequired[str]
|
|
1078
|
+
ipcMode: NotRequired[str]
|
|
1079
|
+
taskRoleArn: NotRequired[str]
|
|
1080
|
+
pidMode: NotRequired[str]
|
|
1081
|
+
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1082
|
+
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1083
|
+
volumes: NotRequired[List[VolumeTypeDef]]
|
|
1084
|
+
|
|
1085
|
+
class EcsTaskPropertiesOutputTypeDef(TypedDict):
|
|
1086
|
+
containers: List[TaskContainerPropertiesOutputTypeDef]
|
|
1087
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1088
|
+
executionRoleArn: NotRequired[str]
|
|
1089
|
+
platformVersion: NotRequired[str]
|
|
1090
|
+
ipcMode: NotRequired[str]
|
|
1091
|
+
taskRoleArn: NotRequired[str]
|
|
1092
|
+
pidMode: NotRequired[str]
|
|
1093
|
+
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1094
|
+
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1095
|
+
volumes: NotRequired[List[VolumeTypeDef]]
|
|
1096
|
+
|
|
1097
|
+
LinuxParametersUnionTypeDef = Union[LinuxParametersTypeDef, LinuxParametersOutputTypeDef]
|
|
1098
|
+
|
|
1099
|
+
class EksPropertiesOverrideTypeDef(TypedDict):
|
|
1100
|
+
podProperties: NotRequired[EksPodPropertiesOverrideTypeDef]
|
|
1101
|
+
|
|
1102
|
+
class EksPodPropertiesTypeDef(TypedDict):
|
|
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]
|
|
1112
|
+
|
|
1113
|
+
class DescribeComputeEnvironmentsResponseTypeDef(TypedDict):
|
|
1114
|
+
computeEnvironments: List[ComputeEnvironmentDetailTypeDef]
|
|
1115
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1116
|
+
nextToken: NotRequired[str]
|
|
1117
|
+
|
|
1118
|
+
ComputeResourceTypeDef = TypedDict(
|
|
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
|
+
)
|
|
1140
|
+
ComputeResourceUpdateTypeDef = TypedDict(
|
|
1141
|
+
"ComputeResourceUpdateTypeDef",
|
|
1142
|
+
{
|
|
1143
|
+
"minvCpus": NotRequired[int],
|
|
1144
|
+
"maxvCpus": NotRequired[int],
|
|
1145
|
+
"desiredvCpus": NotRequired[int],
|
|
1146
|
+
"subnets": NotRequired[Sequence[str]],
|
|
1147
|
+
"securityGroupIds": NotRequired[Sequence[str]],
|
|
1148
|
+
"allocationStrategy": NotRequired[CRUpdateAllocationStrategyType],
|
|
1149
|
+
"instanceTypes": NotRequired[Sequence[str]],
|
|
1150
|
+
"ec2KeyPair": NotRequired[str],
|
|
1151
|
+
"instanceRole": NotRequired[str],
|
|
1152
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1153
|
+
"placementGroup": NotRequired[str],
|
|
1154
|
+
"bidPercentage": NotRequired[int],
|
|
1155
|
+
"launchTemplate": NotRequired[LaunchTemplateSpecificationUnionTypeDef],
|
|
1156
|
+
"ec2Configuration": NotRequired[Sequence[Ec2ConfigurationTypeDef]],
|
|
1157
|
+
"updateToLatestImageVersion": NotRequired[bool],
|
|
1158
|
+
"type": NotRequired[CRTypeType],
|
|
1159
|
+
"imageId": NotRequired[str],
|
|
1160
|
+
},
|
|
1161
|
+
)
|
|
1162
|
+
|
|
1163
|
+
class EcsPropertiesDetailTypeDef(TypedDict):
|
|
1164
|
+
taskProperties: NotRequired[List[EcsTaskDetailsTypeDef]]
|
|
1165
|
+
|
|
1166
|
+
class EcsPropertiesOutputTypeDef(TypedDict):
|
|
1167
|
+
taskProperties: List[EcsTaskPropertiesOutputTypeDef]
|
|
1168
|
+
|
|
1169
|
+
class ContainerPropertiesTypeDef(TypedDict):
|
|
1170
|
+
image: NotRequired[str]
|
|
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]
|
|
1211
|
+
|
|
1212
|
+
class NodePropertyOverrideTypeDef(TypedDict):
|
|
1213
|
+
targetNodes: str
|
|
1214
|
+
containerOverrides: NotRequired[ContainerOverridesTypeDef]
|
|
1215
|
+
ecsPropertiesOverride: NotRequired[EcsPropertiesOverrideTypeDef]
|
|
1216
|
+
instanceTypes: NotRequired[Sequence[str]]
|
|
1217
|
+
eksPropertiesOverride: NotRequired[EksPropertiesOverrideTypeDef]
|
|
1218
|
+
|
|
1219
|
+
EksPodPropertiesUnionTypeDef = Union[EksPodPropertiesTypeDef, EksPodPropertiesOutputTypeDef]
|
|
1220
|
+
CreateComputeEnvironmentRequestRequestTypeDef = TypedDict(
|
|
1221
|
+
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
1222
|
+
{
|
|
1223
|
+
"computeEnvironmentName": str,
|
|
1224
|
+
"type": CETypeType,
|
|
1225
|
+
"state": NotRequired[CEStateType],
|
|
1226
|
+
"unmanagedvCpus": NotRequired[int],
|
|
1227
|
+
"computeResources": NotRequired[ComputeResourceTypeDef],
|
|
1228
|
+
"serviceRole": NotRequired[str],
|
|
1229
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1230
|
+
"eksConfiguration": NotRequired[EksConfigurationTypeDef],
|
|
1231
|
+
"context": NotRequired[str],
|
|
1232
|
+
},
|
|
1233
|
+
)
|
|
1234
|
+
|
|
1235
|
+
class UpdateComputeEnvironmentRequestRequestTypeDef(TypedDict):
|
|
1236
|
+
computeEnvironment: str
|
|
1237
|
+
state: NotRequired[CEStateType]
|
|
1238
|
+
unmanagedvCpus: NotRequired[int]
|
|
1239
|
+
computeResources: NotRequired[ComputeResourceUpdateTypeDef]
|
|
1240
|
+
serviceRole: NotRequired[str]
|
|
1241
|
+
updatePolicy: NotRequired[UpdatePolicyTypeDef]
|
|
1242
|
+
context: NotRequired[str]
|
|
1243
|
+
|
|
1244
|
+
class NodeRangePropertyOutputTypeDef(TypedDict):
|
|
1245
|
+
targetNodes: str
|
|
1246
|
+
container: NotRequired[ContainerPropertiesOutputTypeDef]
|
|
1247
|
+
instanceTypes: NotRequired[List[str]]
|
|
1248
|
+
ecsProperties: NotRequired[EcsPropertiesOutputTypeDef]
|
|
1249
|
+
eksProperties: NotRequired[EksPropertiesOutputTypeDef]
|
|
1250
|
+
|
|
1251
|
+
ContainerPropertiesUnionTypeDef = Union[
|
|
1252
|
+
ContainerPropertiesTypeDef, ContainerPropertiesOutputTypeDef
|
|
1253
|
+
]
|
|
1254
|
+
TaskContainerPropertiesUnionTypeDef = Union[
|
|
1255
|
+
TaskContainerPropertiesTypeDef, TaskContainerPropertiesOutputTypeDef
|
|
1256
|
+
]
|
|
1257
|
+
|
|
1258
|
+
class NodeOverridesTypeDef(TypedDict):
|
|
1259
|
+
numNodes: NotRequired[int]
|
|
1260
|
+
nodePropertyOverrides: NotRequired[Sequence[NodePropertyOverrideTypeDef]]
|
|
1261
|
+
|
|
1262
|
+
class EksPropertiesTypeDef(TypedDict):
|
|
1263
|
+
podProperties: NotRequired[EksPodPropertiesUnionTypeDef]
|
|
1264
|
+
|
|
1265
|
+
class NodePropertiesOutputTypeDef(TypedDict):
|
|
1266
|
+
numNodes: int
|
|
1267
|
+
mainNode: int
|
|
1268
|
+
nodeRangeProperties: List[NodeRangePropertyOutputTypeDef]
|
|
1269
|
+
|
|
1270
|
+
class EcsTaskPropertiesTypeDef(TypedDict):
|
|
1271
|
+
containers: Sequence[TaskContainerPropertiesUnionTypeDef]
|
|
1272
|
+
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1273
|
+
executionRoleArn: NotRequired[str]
|
|
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]]
|
|
1281
|
+
|
|
1282
|
+
class SubmitJobRequestRequestTypeDef(TypedDict):
|
|
1283
|
+
jobName: str
|
|
1284
|
+
jobQueue: str
|
|
1285
|
+
jobDefinition: str
|
|
1286
|
+
shareIdentifier: NotRequired[str]
|
|
1287
|
+
schedulingPriorityOverride: NotRequired[int]
|
|
1288
|
+
arrayProperties: NotRequired[ArrayPropertiesTypeDef]
|
|
1289
|
+
dependsOn: NotRequired[Sequence[JobDependencyTypeDef]]
|
|
1290
|
+
parameters: NotRequired[Mapping[str, str]]
|
|
1291
|
+
containerOverrides: NotRequired[ContainerOverridesTypeDef]
|
|
1292
|
+
nodeOverrides: NotRequired[NodeOverridesTypeDef]
|
|
1293
|
+
retryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
1294
|
+
propagateTags: NotRequired[bool]
|
|
1295
|
+
timeout: NotRequired[JobTimeoutTypeDef]
|
|
1296
|
+
tags: NotRequired[Mapping[str, str]]
|
|
1297
|
+
eksPropertiesOverride: NotRequired[EksPropertiesOverrideTypeDef]
|
|
1298
|
+
ecsPropertiesOverride: NotRequired[EcsPropertiesOverrideTypeDef]
|
|
1299
|
+
|
|
1300
|
+
EksPropertiesUnionTypeDef = Union[EksPropertiesTypeDef, EksPropertiesOutputTypeDef]
|
|
1301
|
+
JobDefinitionTypeDef = TypedDict(
|
|
1302
|
+
"JobDefinitionTypeDef",
|
|
1303
|
+
{
|
|
1304
|
+
"jobDefinitionName": str,
|
|
1305
|
+
"jobDefinitionArn": str,
|
|
1306
|
+
"revision": int,
|
|
1307
|
+
"type": str,
|
|
1308
|
+
"status": NotRequired[str],
|
|
1309
|
+
"schedulingPriority": NotRequired[int],
|
|
1310
|
+
"parameters": NotRequired[Dict[str, str]],
|
|
1311
|
+
"retryStrategy": NotRequired[RetryStrategyOutputTypeDef],
|
|
1312
|
+
"containerProperties": NotRequired[ContainerPropertiesOutputTypeDef],
|
|
1313
|
+
"timeout": NotRequired[JobTimeoutTypeDef],
|
|
1314
|
+
"nodeProperties": NotRequired[NodePropertiesOutputTypeDef],
|
|
1315
|
+
"tags": NotRequired[Dict[str, str]],
|
|
1316
|
+
"propagateTags": NotRequired[bool],
|
|
1317
|
+
"platformCapabilities": NotRequired[List[PlatformCapabilityType]],
|
|
1318
|
+
"ecsProperties": NotRequired[EcsPropertiesOutputTypeDef],
|
|
1319
|
+
"eksProperties": NotRequired[EksPropertiesOutputTypeDef],
|
|
1320
|
+
"containerOrchestrationType": NotRequired[OrchestrationTypeType],
|
|
1321
|
+
},
|
|
1322
|
+
)
|
|
1323
|
+
|
|
1324
|
+
class JobDetailTypeDef(TypedDict):
|
|
1325
|
+
jobName: str
|
|
1326
|
+
jobId: str
|
|
1327
|
+
jobQueue: str
|
|
1328
|
+
status: JobStatusType
|
|
1329
|
+
startedAt: int
|
|
1330
|
+
jobDefinition: str
|
|
1331
|
+
jobArn: NotRequired[str]
|
|
1332
|
+
shareIdentifier: NotRequired[str]
|
|
1333
|
+
schedulingPriority: NotRequired[int]
|
|
1334
|
+
attempts: NotRequired[List[AttemptDetailTypeDef]]
|
|
1335
|
+
statusReason: NotRequired[str]
|
|
1336
|
+
createdAt: NotRequired[int]
|
|
1337
|
+
retryStrategy: NotRequired[RetryStrategyOutputTypeDef]
|
|
1338
|
+
stoppedAt: NotRequired[int]
|
|
1339
|
+
dependsOn: NotRequired[List[JobDependencyTypeDef]]
|
|
1340
|
+
parameters: NotRequired[Dict[str, str]]
|
|
1341
|
+
container: NotRequired[ContainerDetailTypeDef]
|
|
1342
|
+
nodeDetails: NotRequired[NodeDetailsTypeDef]
|
|
1343
|
+
nodeProperties: NotRequired[NodePropertiesOutputTypeDef]
|
|
1344
|
+
arrayProperties: NotRequired[ArrayPropertiesDetailTypeDef]
|
|
1345
|
+
timeout: NotRequired[JobTimeoutTypeDef]
|
|
1346
|
+
tags: NotRequired[Dict[str, str]]
|
|
1347
|
+
propagateTags: NotRequired[bool]
|
|
1348
|
+
platformCapabilities: NotRequired[List[PlatformCapabilityType]]
|
|
1349
|
+
eksProperties: NotRequired[EksPropertiesDetailTypeDef]
|
|
1350
|
+
eksAttempts: NotRequired[List[EksAttemptDetailTypeDef]]
|
|
1351
|
+
ecsProperties: NotRequired[EcsPropertiesDetailTypeDef]
|
|
1352
|
+
isCancelled: NotRequired[bool]
|
|
1353
|
+
isTerminated: NotRequired[bool]
|
|
1354
|
+
|
|
1355
|
+
EcsTaskPropertiesUnionTypeDef = Union[EcsTaskPropertiesTypeDef, EcsTaskPropertiesOutputTypeDef]
|
|
1356
|
+
|
|
1357
|
+
class DescribeJobDefinitionsResponseTypeDef(TypedDict):
|
|
1358
|
+
jobDefinitions: List[JobDefinitionTypeDef]
|
|
1359
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1360
|
+
nextToken: NotRequired[str]
|
|
1361
|
+
|
|
1362
|
+
class DescribeJobsResponseTypeDef(TypedDict):
|
|
1363
|
+
jobs: List[JobDetailTypeDef]
|
|
1364
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1365
|
+
|
|
1366
|
+
class EcsPropertiesTypeDef(TypedDict):
|
|
1367
|
+
taskProperties: Sequence[EcsTaskPropertiesUnionTypeDef]
|
|
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",
|
|
1387
|
+
{
|
|
1388
|
+
"jobDefinitionName": str,
|
|
1389
|
+
"type": JobDefinitionTypeType,
|
|
1390
|
+
"parameters": NotRequired[Mapping[str, str]],
|
|
1391
|
+
"schedulingPriority": NotRequired[int],
|
|
1392
|
+
"containerProperties": NotRequired[ContainerPropertiesTypeDef],
|
|
1393
|
+
"nodeProperties": NotRequired[NodePropertiesTypeDef],
|
|
1394
|
+
"retryStrategy": NotRequired[RetryStrategyTypeDef],
|
|
1395
|
+
"propagateTags": NotRequired[bool],
|
|
1396
|
+
"timeout": NotRequired[JobTimeoutTypeDef],
|
|
1397
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1398
|
+
"platformCapabilities": NotRequired[Sequence[PlatformCapabilityType]],
|
|
1399
|
+
"eksProperties": NotRequired[EksPropertiesTypeDef],
|
|
1400
|
+
"ecsProperties": NotRequired[EcsPropertiesTypeDef],
|
|
1401
|
+
},
|
|
1402
|
+
)
|