mypy-boto3-batch 1.34.83__py3-none-any.whl → 1.34.128__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.
- mypy_boto3_batch/__main__.py +4 -4
- mypy_boto3_batch/client.py +26 -16
- mypy_boto3_batch/client.pyi +26 -16
- mypy_boto3_batch/literals.py +6 -3
- mypy_boto3_batch/literals.pyi +6 -3
- mypy_boto3_batch/paginator.py +2 -2
- mypy_boto3_batch/paginator.pyi +2 -2
- mypy_boto3_batch/type_defs.py +531 -98
- mypy_boto3_batch/type_defs.pyi +531 -98
- mypy_boto3_batch/version.py +1 -1
- {mypy_boto3_batch-1.34.83.dist-info → mypy_boto3_batch-1.34.128.dist-info}/METADATA +4 -4
- mypy_boto3_batch-1.34.128.dist-info/RECORD +18 -0
- mypy_boto3_batch-1.34.83.dist-info/RECORD +0 -18
- {mypy_boto3_batch-1.34.83.dist-info → mypy_boto3_batch-1.34.128.dist-info}/LICENSE +0 -0
- {mypy_boto3_batch-1.34.83.dist-info → mypy_boto3_batch-1.34.128.dist-info}/WHEEL +0 -0
- {mypy_boto3_batch-1.34.83.dist-info → mypy_boto3_batch-1.34.128.dist-info}/top_level.txt +0 -0
mypy_boto3_batch/type_defs.py
CHANGED
|
@@ -13,7 +13,7 @@ Usage::
|
|
|
13
13
|
"""
|
|
14
14
|
|
|
15
15
|
import sys
|
|
16
|
-
from typing import Dict, List, Mapping, Sequence
|
|
16
|
+
from typing import Dict, List, Mapping, Sequence, Union
|
|
17
17
|
|
|
18
18
|
from .literals import (
|
|
19
19
|
ArrayJobDependencyType,
|
|
@@ -85,26 +85,36 @@ __all__ = (
|
|
|
85
85
|
"DescribeJobQueuesRequestRequestTypeDef",
|
|
86
86
|
"DescribeJobsRequestRequestTypeDef",
|
|
87
87
|
"DescribeSchedulingPoliciesRequestRequestTypeDef",
|
|
88
|
+
"DeviceExtraOutputTypeDef",
|
|
89
|
+
"DeviceOutputTypeDef",
|
|
88
90
|
"DeviceTypeDef",
|
|
89
91
|
"EFSAuthorizationConfigTypeDef",
|
|
90
92
|
"EksAttemptContainerDetailTypeDef",
|
|
91
93
|
"EksContainerEnvironmentVariableTypeDef",
|
|
92
|
-
"
|
|
94
|
+
"EksContainerResourceRequirementsOutputTypeDef",
|
|
93
95
|
"EksContainerSecurityContextTypeDef",
|
|
94
96
|
"EksContainerVolumeMountTypeDef",
|
|
97
|
+
"EksContainerResourceRequirementsExtraOutputTypeDef",
|
|
98
|
+
"EksContainerResourceRequirementsTypeDef",
|
|
95
99
|
"EksEmptyDirTypeDef",
|
|
96
100
|
"EksHostPathTypeDef",
|
|
101
|
+
"EksMetadataExtraOutputTypeDef",
|
|
102
|
+
"EksMetadataOutputTypeDef",
|
|
97
103
|
"EksMetadataTypeDef",
|
|
98
104
|
"ImagePullSecretTypeDef",
|
|
99
105
|
"EksSecretTypeDef",
|
|
100
106
|
"EvaluateOnExitTypeDef",
|
|
101
107
|
"ShareAttributesTypeDef",
|
|
108
|
+
"FrontOfQueueJobSummaryTypeDef",
|
|
109
|
+
"GetJobQueueSnapshotRequestRequestTypeDef",
|
|
102
110
|
"HostTypeDef",
|
|
103
111
|
"JobTimeoutTypeDef",
|
|
104
112
|
"JobDependencyTypeDef",
|
|
105
113
|
"NodeDetailsTypeDef",
|
|
106
114
|
"NodePropertiesSummaryTypeDef",
|
|
107
115
|
"KeyValuesPairTypeDef",
|
|
116
|
+
"TmpfsExtraOutputTypeDef",
|
|
117
|
+
"TmpfsOutputTypeDef",
|
|
108
118
|
"TmpfsTypeDef",
|
|
109
119
|
"ListSchedulingPoliciesRequestRequestTypeDef",
|
|
110
120
|
"SchedulingPolicyListingDetailTypeDef",
|
|
@@ -115,11 +125,14 @@ __all__ = (
|
|
|
115
125
|
"UntagResourceRequestRequestTypeDef",
|
|
116
126
|
"AttemptContainerDetailTypeDef",
|
|
117
127
|
"AttemptTaskContainerDetailsTypeDef",
|
|
118
|
-
"
|
|
128
|
+
"ComputeResourceExtraOutputTypeDef",
|
|
129
|
+
"ComputeResourceOutputTypeDef",
|
|
119
130
|
"ComputeResourceTypeDef",
|
|
120
131
|
"ComputeResourceUpdateTypeDef",
|
|
121
132
|
"ContainerOverridesTypeDef",
|
|
122
133
|
"TaskContainerOverridesTypeDef",
|
|
134
|
+
"LogConfigurationExtraOutputTypeDef",
|
|
135
|
+
"LogConfigurationOutputTypeDef",
|
|
123
136
|
"LogConfigurationTypeDef",
|
|
124
137
|
"CreateComputeEnvironmentResponseTypeDef",
|
|
125
138
|
"CreateJobQueueResponseTypeDef",
|
|
@@ -138,20 +151,28 @@ __all__ = (
|
|
|
138
151
|
"ListSchedulingPoliciesRequestListSchedulingPoliciesPaginateTypeDef",
|
|
139
152
|
"EFSVolumeConfigurationTypeDef",
|
|
140
153
|
"EksAttemptDetailTypeDef",
|
|
141
|
-
"EksContainerOverrideTypeDef",
|
|
142
154
|
"EksContainerDetailTypeDef",
|
|
155
|
+
"EksContainerOutputTypeDef",
|
|
156
|
+
"EksContainerExtraOutputTypeDef",
|
|
157
|
+
"EksContainerOverrideTypeDef",
|
|
143
158
|
"EksContainerTypeDef",
|
|
144
159
|
"EksVolumeTypeDef",
|
|
160
|
+
"RetryStrategyExtraOutputTypeDef",
|
|
161
|
+
"RetryStrategyOutputTypeDef",
|
|
145
162
|
"RetryStrategyTypeDef",
|
|
163
|
+
"FairsharePolicyOutputTypeDef",
|
|
146
164
|
"FairsharePolicyTypeDef",
|
|
165
|
+
"FrontOfQueueDetailTypeDef",
|
|
147
166
|
"JobSummaryTypeDef",
|
|
148
167
|
"ListJobsRequestListJobsPaginateTypeDef",
|
|
149
168
|
"ListJobsRequestRequestTypeDef",
|
|
169
|
+
"LinuxParametersExtraOutputTypeDef",
|
|
170
|
+
"LinuxParametersOutputTypeDef",
|
|
150
171
|
"LinuxParametersTypeDef",
|
|
151
172
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
152
173
|
"AttemptEcsTaskDetailsTypeDef",
|
|
153
|
-
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
154
174
|
"ComputeEnvironmentDetailTypeDef",
|
|
175
|
+
"ComputeResourceUnionTypeDef",
|
|
155
176
|
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
156
177
|
"UpdateComputeEnvironmentRequestRequestTypeDef",
|
|
157
178
|
"TaskPropertiesOverrideTypeDef",
|
|
@@ -159,34 +180,56 @@ __all__ = (
|
|
|
159
180
|
"VolumeTypeDef",
|
|
160
181
|
"EksPodPropertiesOverrideTypeDef",
|
|
161
182
|
"EksPodPropertiesDetailTypeDef",
|
|
183
|
+
"EksPodPropertiesExtraOutputTypeDef",
|
|
184
|
+
"EksPodPropertiesOutputTypeDef",
|
|
162
185
|
"EksPodPropertiesTypeDef",
|
|
163
|
-
"
|
|
186
|
+
"RetryStrategyUnionTypeDef",
|
|
164
187
|
"SchedulingPolicyDetailTypeDef",
|
|
188
|
+
"CreateSchedulingPolicyRequestRequestTypeDef",
|
|
189
|
+
"FairsharePolicyUnionTypeDef",
|
|
165
190
|
"UpdateSchedulingPolicyRequestRequestTypeDef",
|
|
191
|
+
"GetJobQueueSnapshotResponseTypeDef",
|
|
166
192
|
"ListJobsResponseTypeDef",
|
|
193
|
+
"TaskContainerPropertiesExtraOutputTypeDef",
|
|
167
194
|
"TaskContainerDetailsTypeDef",
|
|
195
|
+
"TaskContainerPropertiesOutputTypeDef",
|
|
168
196
|
"TaskContainerPropertiesTypeDef",
|
|
169
197
|
"AttemptDetailTypeDef",
|
|
170
|
-
"DescribeComputeEnvironmentsResponsePaginatorTypeDef",
|
|
171
198
|
"DescribeComputeEnvironmentsResponseTypeDef",
|
|
172
199
|
"EcsPropertiesOverrideTypeDef",
|
|
173
200
|
"ContainerDetailTypeDef",
|
|
201
|
+
"ContainerPropertiesExtraOutputTypeDef",
|
|
202
|
+
"ContainerPropertiesOutputTypeDef",
|
|
174
203
|
"ContainerPropertiesTypeDef",
|
|
175
204
|
"EksPropertiesOverrideTypeDef",
|
|
176
205
|
"EksPropertiesDetailTypeDef",
|
|
206
|
+
"EksPropertiesExtraOutputTypeDef",
|
|
207
|
+
"EksPropertiesOutputTypeDef",
|
|
177
208
|
"EksPropertiesTypeDef",
|
|
178
209
|
"DescribeSchedulingPoliciesResponseTypeDef",
|
|
210
|
+
"EcsTaskPropertiesExtraOutputTypeDef",
|
|
179
211
|
"EcsTaskDetailsTypeDef",
|
|
212
|
+
"EcsTaskPropertiesOutputTypeDef",
|
|
180
213
|
"EcsTaskPropertiesTypeDef",
|
|
181
214
|
"NodePropertyOverrideTypeDef",
|
|
215
|
+
"ContainerPropertiesUnionTypeDef",
|
|
216
|
+
"EksPropertiesUnionTypeDef",
|
|
217
|
+
"EcsPropertiesExtraOutputTypeDef",
|
|
182
218
|
"EcsPropertiesDetailTypeDef",
|
|
219
|
+
"EcsPropertiesOutputTypeDef",
|
|
183
220
|
"EcsPropertiesTypeDef",
|
|
184
221
|
"NodeOverridesTypeDef",
|
|
222
|
+
"NodeRangePropertyExtraOutputTypeDef",
|
|
223
|
+
"NodeRangePropertyOutputTypeDef",
|
|
224
|
+
"EcsPropertiesUnionTypeDef",
|
|
185
225
|
"NodeRangePropertyTypeDef",
|
|
186
226
|
"SubmitJobRequestRequestTypeDef",
|
|
227
|
+
"NodePropertiesExtraOutputTypeDef",
|
|
228
|
+
"NodePropertiesOutputTypeDef",
|
|
187
229
|
"NodePropertiesTypeDef",
|
|
188
230
|
"JobDefinitionTypeDef",
|
|
189
231
|
"JobDetailTypeDef",
|
|
232
|
+
"NodePropertiesUnionTypeDef",
|
|
190
233
|
"RegisterJobDefinitionRequestRequestTypeDef",
|
|
191
234
|
"DescribeJobDefinitionsResponseTypeDef",
|
|
192
235
|
"DescribeJobsResponseTypeDef",
|
|
@@ -429,12 +472,28 @@ DescribeSchedulingPoliciesRequestRequestTypeDef = TypedDict(
|
|
|
429
472
|
"arns": Sequence[str],
|
|
430
473
|
},
|
|
431
474
|
)
|
|
475
|
+
DeviceExtraOutputTypeDef = TypedDict(
|
|
476
|
+
"DeviceExtraOutputTypeDef",
|
|
477
|
+
{
|
|
478
|
+
"hostPath": str,
|
|
479
|
+
"containerPath": NotRequired[str],
|
|
480
|
+
"permissions": NotRequired[List[DeviceCgroupPermissionType]],
|
|
481
|
+
},
|
|
482
|
+
)
|
|
483
|
+
DeviceOutputTypeDef = TypedDict(
|
|
484
|
+
"DeviceOutputTypeDef",
|
|
485
|
+
{
|
|
486
|
+
"hostPath": str,
|
|
487
|
+
"containerPath": NotRequired[str],
|
|
488
|
+
"permissions": NotRequired[List[DeviceCgroupPermissionType]],
|
|
489
|
+
},
|
|
490
|
+
)
|
|
432
491
|
DeviceTypeDef = TypedDict(
|
|
433
492
|
"DeviceTypeDef",
|
|
434
493
|
{
|
|
435
494
|
"hostPath": str,
|
|
436
495
|
"containerPath": NotRequired[str],
|
|
437
|
-
"permissions": NotRequired[
|
|
496
|
+
"permissions": NotRequired[Sequence[DeviceCgroupPermissionType]],
|
|
438
497
|
},
|
|
439
498
|
)
|
|
440
499
|
EFSAuthorizationConfigTypeDef = TypedDict(
|
|
@@ -459,8 +518,8 @@ EksContainerEnvironmentVariableTypeDef = TypedDict(
|
|
|
459
518
|
"value": NotRequired[str],
|
|
460
519
|
},
|
|
461
520
|
)
|
|
462
|
-
|
|
463
|
-
"
|
|
521
|
+
EksContainerResourceRequirementsOutputTypeDef = TypedDict(
|
|
522
|
+
"EksContainerResourceRequirementsOutputTypeDef",
|
|
464
523
|
{
|
|
465
524
|
"limits": NotRequired[Dict[str, str]],
|
|
466
525
|
"requests": NotRequired[Dict[str, str]],
|
|
@@ -485,6 +544,20 @@ EksContainerVolumeMountTypeDef = TypedDict(
|
|
|
485
544
|
"readOnly": NotRequired[bool],
|
|
486
545
|
},
|
|
487
546
|
)
|
|
547
|
+
EksContainerResourceRequirementsExtraOutputTypeDef = TypedDict(
|
|
548
|
+
"EksContainerResourceRequirementsExtraOutputTypeDef",
|
|
549
|
+
{
|
|
550
|
+
"limits": NotRequired[Dict[str, str]],
|
|
551
|
+
"requests": NotRequired[Dict[str, str]],
|
|
552
|
+
},
|
|
553
|
+
)
|
|
554
|
+
EksContainerResourceRequirementsTypeDef = TypedDict(
|
|
555
|
+
"EksContainerResourceRequirementsTypeDef",
|
|
556
|
+
{
|
|
557
|
+
"limits": NotRequired[Mapping[str, str]],
|
|
558
|
+
"requests": NotRequired[Mapping[str, str]],
|
|
559
|
+
},
|
|
560
|
+
)
|
|
488
561
|
EksEmptyDirTypeDef = TypedDict(
|
|
489
562
|
"EksEmptyDirTypeDef",
|
|
490
563
|
{
|
|
@@ -498,10 +571,22 @@ EksHostPathTypeDef = TypedDict(
|
|
|
498
571
|
"path": NotRequired[str],
|
|
499
572
|
},
|
|
500
573
|
)
|
|
574
|
+
EksMetadataExtraOutputTypeDef = TypedDict(
|
|
575
|
+
"EksMetadataExtraOutputTypeDef",
|
|
576
|
+
{
|
|
577
|
+
"labels": NotRequired[Dict[str, str]],
|
|
578
|
+
},
|
|
579
|
+
)
|
|
580
|
+
EksMetadataOutputTypeDef = TypedDict(
|
|
581
|
+
"EksMetadataOutputTypeDef",
|
|
582
|
+
{
|
|
583
|
+
"labels": NotRequired[Dict[str, str]],
|
|
584
|
+
},
|
|
585
|
+
)
|
|
501
586
|
EksMetadataTypeDef = TypedDict(
|
|
502
587
|
"EksMetadataTypeDef",
|
|
503
588
|
{
|
|
504
|
-
"labels": NotRequired[
|
|
589
|
+
"labels": NotRequired[Mapping[str, str]],
|
|
505
590
|
},
|
|
506
591
|
)
|
|
507
592
|
ImagePullSecretTypeDef = TypedDict(
|
|
@@ -533,6 +618,19 @@ ShareAttributesTypeDef = TypedDict(
|
|
|
533
618
|
"weightFactor": NotRequired[float],
|
|
534
619
|
},
|
|
535
620
|
)
|
|
621
|
+
FrontOfQueueJobSummaryTypeDef = TypedDict(
|
|
622
|
+
"FrontOfQueueJobSummaryTypeDef",
|
|
623
|
+
{
|
|
624
|
+
"jobArn": NotRequired[str],
|
|
625
|
+
"earliestTimeAtPosition": NotRequired[int],
|
|
626
|
+
},
|
|
627
|
+
)
|
|
628
|
+
GetJobQueueSnapshotRequestRequestTypeDef = TypedDict(
|
|
629
|
+
"GetJobQueueSnapshotRequestRequestTypeDef",
|
|
630
|
+
{
|
|
631
|
+
"jobQueue": str,
|
|
632
|
+
},
|
|
633
|
+
)
|
|
536
634
|
HostTypeDef = TypedDict(
|
|
537
635
|
"HostTypeDef",
|
|
538
636
|
{
|
|
@@ -574,12 +672,28 @@ KeyValuesPairTypeDef = TypedDict(
|
|
|
574
672
|
"values": NotRequired[Sequence[str]],
|
|
575
673
|
},
|
|
576
674
|
)
|
|
675
|
+
TmpfsExtraOutputTypeDef = TypedDict(
|
|
676
|
+
"TmpfsExtraOutputTypeDef",
|
|
677
|
+
{
|
|
678
|
+
"containerPath": str,
|
|
679
|
+
"size": int,
|
|
680
|
+
"mountOptions": NotRequired[List[str]],
|
|
681
|
+
},
|
|
682
|
+
)
|
|
683
|
+
TmpfsOutputTypeDef = TypedDict(
|
|
684
|
+
"TmpfsOutputTypeDef",
|
|
685
|
+
{
|
|
686
|
+
"containerPath": str,
|
|
687
|
+
"size": int,
|
|
688
|
+
"mountOptions": NotRequired[List[str]],
|
|
689
|
+
},
|
|
690
|
+
)
|
|
577
691
|
TmpfsTypeDef = TypedDict(
|
|
578
692
|
"TmpfsTypeDef",
|
|
579
693
|
{
|
|
580
694
|
"containerPath": str,
|
|
581
695
|
"size": int,
|
|
582
|
-
"mountOptions": NotRequired[
|
|
696
|
+
"mountOptions": NotRequired[Sequence[str]],
|
|
583
697
|
},
|
|
584
698
|
)
|
|
585
699
|
ListSchedulingPoliciesRequestRequestTypeDef = TypedDict(
|
|
@@ -650,8 +764,30 @@ AttemptTaskContainerDetailsTypeDef = TypedDict(
|
|
|
650
764
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
651
765
|
},
|
|
652
766
|
)
|
|
653
|
-
|
|
654
|
-
"
|
|
767
|
+
ComputeResourceExtraOutputTypeDef = TypedDict(
|
|
768
|
+
"ComputeResourceExtraOutputTypeDef",
|
|
769
|
+
{
|
|
770
|
+
"type": CRTypeType,
|
|
771
|
+
"maxvCpus": int,
|
|
772
|
+
"subnets": List[str],
|
|
773
|
+
"allocationStrategy": NotRequired[CRAllocationStrategyType],
|
|
774
|
+
"minvCpus": NotRequired[int],
|
|
775
|
+
"desiredvCpus": NotRequired[int],
|
|
776
|
+
"instanceTypes": NotRequired[List[str]],
|
|
777
|
+
"imageId": NotRequired[str],
|
|
778
|
+
"securityGroupIds": NotRequired[List[str]],
|
|
779
|
+
"ec2KeyPair": NotRequired[str],
|
|
780
|
+
"instanceRole": NotRequired[str],
|
|
781
|
+
"tags": NotRequired[Dict[str, str]],
|
|
782
|
+
"placementGroup": NotRequired[str],
|
|
783
|
+
"bidPercentage": NotRequired[int],
|
|
784
|
+
"spotIamFleetRole": NotRequired[str],
|
|
785
|
+
"launchTemplate": NotRequired[LaunchTemplateSpecificationTypeDef],
|
|
786
|
+
"ec2Configuration": NotRequired[List[Ec2ConfigurationTypeDef]],
|
|
787
|
+
},
|
|
788
|
+
)
|
|
789
|
+
ComputeResourceOutputTypeDef = TypedDict(
|
|
790
|
+
"ComputeResourceOutputTypeDef",
|
|
655
791
|
{
|
|
656
792
|
"type": CRTypeType,
|
|
657
793
|
"maxvCpus": int,
|
|
@@ -736,14 +872,30 @@ TaskContainerOverridesTypeDef = TypedDict(
|
|
|
736
872
|
"resourceRequirements": NotRequired[Sequence[ResourceRequirementTypeDef]],
|
|
737
873
|
},
|
|
738
874
|
)
|
|
739
|
-
|
|
740
|
-
"
|
|
875
|
+
LogConfigurationExtraOutputTypeDef = TypedDict(
|
|
876
|
+
"LogConfigurationExtraOutputTypeDef",
|
|
741
877
|
{
|
|
742
878
|
"logDriver": LogDriverType,
|
|
743
879
|
"options": NotRequired[Dict[str, str]],
|
|
744
880
|
"secretOptions": NotRequired[List[SecretTypeDef]],
|
|
745
881
|
},
|
|
746
882
|
)
|
|
883
|
+
LogConfigurationOutputTypeDef = TypedDict(
|
|
884
|
+
"LogConfigurationOutputTypeDef",
|
|
885
|
+
{
|
|
886
|
+
"logDriver": LogDriverType,
|
|
887
|
+
"options": NotRequired[Dict[str, str]],
|
|
888
|
+
"secretOptions": NotRequired[List[SecretTypeDef]],
|
|
889
|
+
},
|
|
890
|
+
)
|
|
891
|
+
LogConfigurationTypeDef = TypedDict(
|
|
892
|
+
"LogConfigurationTypeDef",
|
|
893
|
+
{
|
|
894
|
+
"logDriver": LogDriverType,
|
|
895
|
+
"options": NotRequired[Mapping[str, str]],
|
|
896
|
+
"secretOptions": NotRequired[Sequence[SecretTypeDef]],
|
|
897
|
+
},
|
|
898
|
+
)
|
|
747
899
|
CreateComputeEnvironmentResponseTypeDef = TypedDict(
|
|
748
900
|
"CreateComputeEnvironmentResponseTypeDef",
|
|
749
901
|
{
|
|
@@ -898,17 +1050,6 @@ EksAttemptDetailTypeDef = TypedDict(
|
|
|
898
1050
|
"statusReason": NotRequired[str],
|
|
899
1051
|
},
|
|
900
1052
|
)
|
|
901
|
-
EksContainerOverrideTypeDef = TypedDict(
|
|
902
|
-
"EksContainerOverrideTypeDef",
|
|
903
|
-
{
|
|
904
|
-
"name": NotRequired[str],
|
|
905
|
-
"image": NotRequired[str],
|
|
906
|
-
"command": NotRequired[Sequence[str]],
|
|
907
|
-
"args": NotRequired[Sequence[str]],
|
|
908
|
-
"env": NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]],
|
|
909
|
-
"resources": NotRequired[EksContainerResourceRequirementsTypeDef],
|
|
910
|
-
},
|
|
911
|
-
)
|
|
912
1053
|
EksContainerDetailTypeDef = TypedDict(
|
|
913
1054
|
"EksContainerDetailTypeDef",
|
|
914
1055
|
{
|
|
@@ -918,15 +1059,15 @@ EksContainerDetailTypeDef = TypedDict(
|
|
|
918
1059
|
"command": NotRequired[List[str]],
|
|
919
1060
|
"args": NotRequired[List[str]],
|
|
920
1061
|
"env": NotRequired[List[EksContainerEnvironmentVariableTypeDef]],
|
|
921
|
-
"resources": NotRequired[
|
|
1062
|
+
"resources": NotRequired[EksContainerResourceRequirementsOutputTypeDef],
|
|
922
1063
|
"exitCode": NotRequired[int],
|
|
923
1064
|
"reason": NotRequired[str],
|
|
924
1065
|
"volumeMounts": NotRequired[List[EksContainerVolumeMountTypeDef]],
|
|
925
1066
|
"securityContext": NotRequired[EksContainerSecurityContextTypeDef],
|
|
926
1067
|
},
|
|
927
1068
|
)
|
|
928
|
-
|
|
929
|
-
"
|
|
1069
|
+
EksContainerOutputTypeDef = TypedDict(
|
|
1070
|
+
"EksContainerOutputTypeDef",
|
|
930
1071
|
{
|
|
931
1072
|
"image": str,
|
|
932
1073
|
"name": NotRequired[str],
|
|
@@ -934,11 +1075,50 @@ EksContainerTypeDef = TypedDict(
|
|
|
934
1075
|
"command": NotRequired[List[str]],
|
|
935
1076
|
"args": NotRequired[List[str]],
|
|
936
1077
|
"env": NotRequired[List[EksContainerEnvironmentVariableTypeDef]],
|
|
937
|
-
"resources": NotRequired[
|
|
1078
|
+
"resources": NotRequired[EksContainerResourceRequirementsOutputTypeDef],
|
|
938
1079
|
"volumeMounts": NotRequired[List[EksContainerVolumeMountTypeDef]],
|
|
939
1080
|
"securityContext": NotRequired[EksContainerSecurityContextTypeDef],
|
|
940
1081
|
},
|
|
941
1082
|
)
|
|
1083
|
+
EksContainerExtraOutputTypeDef = TypedDict(
|
|
1084
|
+
"EksContainerExtraOutputTypeDef",
|
|
1085
|
+
{
|
|
1086
|
+
"image": str,
|
|
1087
|
+
"name": NotRequired[str],
|
|
1088
|
+
"imagePullPolicy": NotRequired[str],
|
|
1089
|
+
"command": NotRequired[List[str]],
|
|
1090
|
+
"args": NotRequired[List[str]],
|
|
1091
|
+
"env": NotRequired[List[EksContainerEnvironmentVariableTypeDef]],
|
|
1092
|
+
"resources": NotRequired[EksContainerResourceRequirementsExtraOutputTypeDef],
|
|
1093
|
+
"volumeMounts": NotRequired[List[EksContainerVolumeMountTypeDef]],
|
|
1094
|
+
"securityContext": NotRequired[EksContainerSecurityContextTypeDef],
|
|
1095
|
+
},
|
|
1096
|
+
)
|
|
1097
|
+
EksContainerOverrideTypeDef = TypedDict(
|
|
1098
|
+
"EksContainerOverrideTypeDef",
|
|
1099
|
+
{
|
|
1100
|
+
"name": NotRequired[str],
|
|
1101
|
+
"image": NotRequired[str],
|
|
1102
|
+
"command": NotRequired[Sequence[str]],
|
|
1103
|
+
"args": NotRequired[Sequence[str]],
|
|
1104
|
+
"env": NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]],
|
|
1105
|
+
"resources": NotRequired[EksContainerResourceRequirementsTypeDef],
|
|
1106
|
+
},
|
|
1107
|
+
)
|
|
1108
|
+
EksContainerTypeDef = TypedDict(
|
|
1109
|
+
"EksContainerTypeDef",
|
|
1110
|
+
{
|
|
1111
|
+
"image": str,
|
|
1112
|
+
"name": NotRequired[str],
|
|
1113
|
+
"imagePullPolicy": NotRequired[str],
|
|
1114
|
+
"command": NotRequired[Sequence[str]],
|
|
1115
|
+
"args": NotRequired[Sequence[str]],
|
|
1116
|
+
"env": NotRequired[Sequence[EksContainerEnvironmentVariableTypeDef]],
|
|
1117
|
+
"resources": NotRequired[EksContainerResourceRequirementsTypeDef],
|
|
1118
|
+
"volumeMounts": NotRequired[Sequence[EksContainerVolumeMountTypeDef]],
|
|
1119
|
+
"securityContext": NotRequired[EksContainerSecurityContextTypeDef],
|
|
1120
|
+
},
|
|
1121
|
+
)
|
|
942
1122
|
EksVolumeTypeDef = TypedDict(
|
|
943
1123
|
"EksVolumeTypeDef",
|
|
944
1124
|
{
|
|
@@ -948,11 +1128,33 @@ EksVolumeTypeDef = TypedDict(
|
|
|
948
1128
|
"secret": NotRequired[EksSecretTypeDef],
|
|
949
1129
|
},
|
|
950
1130
|
)
|
|
1131
|
+
RetryStrategyExtraOutputTypeDef = TypedDict(
|
|
1132
|
+
"RetryStrategyExtraOutputTypeDef",
|
|
1133
|
+
{
|
|
1134
|
+
"attempts": NotRequired[int],
|
|
1135
|
+
"evaluateOnExit": NotRequired[List[EvaluateOnExitTypeDef]],
|
|
1136
|
+
},
|
|
1137
|
+
)
|
|
1138
|
+
RetryStrategyOutputTypeDef = TypedDict(
|
|
1139
|
+
"RetryStrategyOutputTypeDef",
|
|
1140
|
+
{
|
|
1141
|
+
"attempts": NotRequired[int],
|
|
1142
|
+
"evaluateOnExit": NotRequired[List[EvaluateOnExitTypeDef]],
|
|
1143
|
+
},
|
|
1144
|
+
)
|
|
951
1145
|
RetryStrategyTypeDef = TypedDict(
|
|
952
1146
|
"RetryStrategyTypeDef",
|
|
953
1147
|
{
|
|
954
1148
|
"attempts": NotRequired[int],
|
|
955
|
-
"evaluateOnExit": NotRequired[
|
|
1149
|
+
"evaluateOnExit": NotRequired[Sequence[EvaluateOnExitTypeDef]],
|
|
1150
|
+
},
|
|
1151
|
+
)
|
|
1152
|
+
FairsharePolicyOutputTypeDef = TypedDict(
|
|
1153
|
+
"FairsharePolicyOutputTypeDef",
|
|
1154
|
+
{
|
|
1155
|
+
"shareDecaySeconds": NotRequired[int],
|
|
1156
|
+
"computeReservation": NotRequired[int],
|
|
1157
|
+
"shareDistribution": NotRequired[List[ShareAttributesTypeDef]],
|
|
956
1158
|
},
|
|
957
1159
|
)
|
|
958
1160
|
FairsharePolicyTypeDef = TypedDict(
|
|
@@ -963,6 +1165,13 @@ FairsharePolicyTypeDef = TypedDict(
|
|
|
963
1165
|
"shareDistribution": NotRequired[Sequence[ShareAttributesTypeDef]],
|
|
964
1166
|
},
|
|
965
1167
|
)
|
|
1168
|
+
FrontOfQueueDetailTypeDef = TypedDict(
|
|
1169
|
+
"FrontOfQueueDetailTypeDef",
|
|
1170
|
+
{
|
|
1171
|
+
"jobs": NotRequired[List[FrontOfQueueJobSummaryTypeDef]],
|
|
1172
|
+
"lastUpdatedAt": NotRequired[int],
|
|
1173
|
+
},
|
|
1174
|
+
)
|
|
966
1175
|
JobSummaryTypeDef = TypedDict(
|
|
967
1176
|
"JobSummaryTypeDef",
|
|
968
1177
|
{
|
|
@@ -1003,13 +1212,35 @@ ListJobsRequestRequestTypeDef = TypedDict(
|
|
|
1003
1212
|
"filters": NotRequired[Sequence[KeyValuesPairTypeDef]],
|
|
1004
1213
|
},
|
|
1005
1214
|
)
|
|
1215
|
+
LinuxParametersExtraOutputTypeDef = TypedDict(
|
|
1216
|
+
"LinuxParametersExtraOutputTypeDef",
|
|
1217
|
+
{
|
|
1218
|
+
"devices": NotRequired[List[DeviceExtraOutputTypeDef]],
|
|
1219
|
+
"initProcessEnabled": NotRequired[bool],
|
|
1220
|
+
"sharedMemorySize": NotRequired[int],
|
|
1221
|
+
"tmpfs": NotRequired[List[TmpfsExtraOutputTypeDef]],
|
|
1222
|
+
"maxSwap": NotRequired[int],
|
|
1223
|
+
"swappiness": NotRequired[int],
|
|
1224
|
+
},
|
|
1225
|
+
)
|
|
1226
|
+
LinuxParametersOutputTypeDef = TypedDict(
|
|
1227
|
+
"LinuxParametersOutputTypeDef",
|
|
1228
|
+
{
|
|
1229
|
+
"devices": NotRequired[List[DeviceOutputTypeDef]],
|
|
1230
|
+
"initProcessEnabled": NotRequired[bool],
|
|
1231
|
+
"sharedMemorySize": NotRequired[int],
|
|
1232
|
+
"tmpfs": NotRequired[List[TmpfsOutputTypeDef]],
|
|
1233
|
+
"maxSwap": NotRequired[int],
|
|
1234
|
+
"swappiness": NotRequired[int],
|
|
1235
|
+
},
|
|
1236
|
+
)
|
|
1006
1237
|
LinuxParametersTypeDef = TypedDict(
|
|
1007
1238
|
"LinuxParametersTypeDef",
|
|
1008
1239
|
{
|
|
1009
|
-
"devices": NotRequired[
|
|
1240
|
+
"devices": NotRequired[Sequence[DeviceTypeDef]],
|
|
1010
1241
|
"initProcessEnabled": NotRequired[bool],
|
|
1011
1242
|
"sharedMemorySize": NotRequired[int],
|
|
1012
|
-
"tmpfs": NotRequired[
|
|
1243
|
+
"tmpfs": NotRequired[Sequence[TmpfsTypeDef]],
|
|
1013
1244
|
"maxSwap": NotRequired[int],
|
|
1014
1245
|
"swappiness": NotRequired[int],
|
|
1015
1246
|
},
|
|
@@ -1030,26 +1261,6 @@ AttemptEcsTaskDetailsTypeDef = TypedDict(
|
|
|
1030
1261
|
"containers": NotRequired[List[AttemptTaskContainerDetailsTypeDef]],
|
|
1031
1262
|
},
|
|
1032
1263
|
)
|
|
1033
|
-
ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
|
|
1034
|
-
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
1035
|
-
{
|
|
1036
|
-
"computeEnvironmentName": str,
|
|
1037
|
-
"computeEnvironmentArn": str,
|
|
1038
|
-
"unmanagedvCpus": NotRequired[int],
|
|
1039
|
-
"ecsClusterArn": NotRequired[str],
|
|
1040
|
-
"tags": NotRequired[Dict[str, str]],
|
|
1041
|
-
"type": NotRequired[CETypeType],
|
|
1042
|
-
"state": NotRequired[CEStateType],
|
|
1043
|
-
"status": NotRequired[CEStatusType],
|
|
1044
|
-
"statusReason": NotRequired[str],
|
|
1045
|
-
"computeResources": NotRequired[ComputeResourcePaginatorTypeDef],
|
|
1046
|
-
"serviceRole": NotRequired[str],
|
|
1047
|
-
"updatePolicy": NotRequired[UpdatePolicyTypeDef],
|
|
1048
|
-
"eksConfiguration": NotRequired[EksConfigurationTypeDef],
|
|
1049
|
-
"containerOrchestrationType": NotRequired[OrchestrationTypeType],
|
|
1050
|
-
"uuid": NotRequired[str],
|
|
1051
|
-
},
|
|
1052
|
-
)
|
|
1053
1264
|
ComputeEnvironmentDetailTypeDef = TypedDict(
|
|
1054
1265
|
"ComputeEnvironmentDetailTypeDef",
|
|
1055
1266
|
{
|
|
@@ -1062,7 +1273,7 @@ ComputeEnvironmentDetailTypeDef = TypedDict(
|
|
|
1062
1273
|
"state": NotRequired[CEStateType],
|
|
1063
1274
|
"status": NotRequired[CEStatusType],
|
|
1064
1275
|
"statusReason": NotRequired[str],
|
|
1065
|
-
"computeResources": NotRequired[
|
|
1276
|
+
"computeResources": NotRequired[ComputeResourceOutputTypeDef],
|
|
1066
1277
|
"serviceRole": NotRequired[str],
|
|
1067
1278
|
"updatePolicy": NotRequired[UpdatePolicyTypeDef],
|
|
1068
1279
|
"eksConfiguration": NotRequired[EksConfigurationTypeDef],
|
|
@@ -1070,6 +1281,7 @@ ComputeEnvironmentDetailTypeDef = TypedDict(
|
|
|
1070
1281
|
"uuid": NotRequired[str],
|
|
1071
1282
|
},
|
|
1072
1283
|
)
|
|
1284
|
+
ComputeResourceUnionTypeDef = Union[ComputeResourceTypeDef, ComputeResourceExtraOutputTypeDef]
|
|
1073
1285
|
CreateComputeEnvironmentRequestRequestTypeDef = TypedDict(
|
|
1074
1286
|
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
1075
1287
|
{
|
|
@@ -1136,41 +1348,71 @@ EksPodPropertiesDetailTypeDef = TypedDict(
|
|
|
1136
1348
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
1137
1349
|
"podName": NotRequired[str],
|
|
1138
1350
|
"nodeName": NotRequired[str],
|
|
1139
|
-
"metadata": NotRequired[
|
|
1351
|
+
"metadata": NotRequired[EksMetadataOutputTypeDef],
|
|
1140
1352
|
"shareProcessNamespace": NotRequired[bool],
|
|
1141
1353
|
},
|
|
1142
1354
|
)
|
|
1143
|
-
|
|
1144
|
-
"
|
|
1355
|
+
EksPodPropertiesExtraOutputTypeDef = TypedDict(
|
|
1356
|
+
"EksPodPropertiesExtraOutputTypeDef",
|
|
1145
1357
|
{
|
|
1146
1358
|
"serviceAccountName": NotRequired[str],
|
|
1147
1359
|
"hostNetwork": NotRequired[bool],
|
|
1148
1360
|
"dnsPolicy": NotRequired[str],
|
|
1149
1361
|
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1150
|
-
"containers": NotRequired[List[
|
|
1151
|
-
"initContainers": NotRequired[List[
|
|
1362
|
+
"containers": NotRequired[List[EksContainerExtraOutputTypeDef]],
|
|
1363
|
+
"initContainers": NotRequired[List[EksContainerExtraOutputTypeDef]],
|
|
1152
1364
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
1153
|
-
"metadata": NotRequired[
|
|
1365
|
+
"metadata": NotRequired[EksMetadataExtraOutputTypeDef],
|
|
1154
1366
|
"shareProcessNamespace": NotRequired[bool],
|
|
1155
1367
|
},
|
|
1156
1368
|
)
|
|
1157
|
-
|
|
1158
|
-
"
|
|
1369
|
+
EksPodPropertiesOutputTypeDef = TypedDict(
|
|
1370
|
+
"EksPodPropertiesOutputTypeDef",
|
|
1159
1371
|
{
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
1162
|
-
"
|
|
1372
|
+
"serviceAccountName": NotRequired[str],
|
|
1373
|
+
"hostNetwork": NotRequired[bool],
|
|
1374
|
+
"dnsPolicy": NotRequired[str],
|
|
1375
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1376
|
+
"containers": NotRequired[List[EksContainerOutputTypeDef]],
|
|
1377
|
+
"initContainers": NotRequired[List[EksContainerOutputTypeDef]],
|
|
1378
|
+
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
1379
|
+
"metadata": NotRequired[EksMetadataOutputTypeDef],
|
|
1380
|
+
"shareProcessNamespace": NotRequired[bool],
|
|
1163
1381
|
},
|
|
1164
1382
|
)
|
|
1383
|
+
EksPodPropertiesTypeDef = TypedDict(
|
|
1384
|
+
"EksPodPropertiesTypeDef",
|
|
1385
|
+
{
|
|
1386
|
+
"serviceAccountName": NotRequired[str],
|
|
1387
|
+
"hostNetwork": NotRequired[bool],
|
|
1388
|
+
"dnsPolicy": NotRequired[str],
|
|
1389
|
+
"imagePullSecrets": NotRequired[Sequence[ImagePullSecretTypeDef]],
|
|
1390
|
+
"containers": NotRequired[Sequence[EksContainerTypeDef]],
|
|
1391
|
+
"initContainers": NotRequired[Sequence[EksContainerTypeDef]],
|
|
1392
|
+
"volumes": NotRequired[Sequence[EksVolumeTypeDef]],
|
|
1393
|
+
"metadata": NotRequired[EksMetadataTypeDef],
|
|
1394
|
+
"shareProcessNamespace": NotRequired[bool],
|
|
1395
|
+
},
|
|
1396
|
+
)
|
|
1397
|
+
RetryStrategyUnionTypeDef = Union[RetryStrategyTypeDef, RetryStrategyExtraOutputTypeDef]
|
|
1165
1398
|
SchedulingPolicyDetailTypeDef = TypedDict(
|
|
1166
1399
|
"SchedulingPolicyDetailTypeDef",
|
|
1167
1400
|
{
|
|
1168
1401
|
"name": str,
|
|
1169
1402
|
"arn": str,
|
|
1170
|
-
"fairsharePolicy": NotRequired[
|
|
1403
|
+
"fairsharePolicy": NotRequired[FairsharePolicyOutputTypeDef],
|
|
1171
1404
|
"tags": NotRequired[Dict[str, str]],
|
|
1172
1405
|
},
|
|
1173
1406
|
)
|
|
1407
|
+
CreateSchedulingPolicyRequestRequestTypeDef = TypedDict(
|
|
1408
|
+
"CreateSchedulingPolicyRequestRequestTypeDef",
|
|
1409
|
+
{
|
|
1410
|
+
"name": str,
|
|
1411
|
+
"fairsharePolicy": NotRequired[FairsharePolicyTypeDef],
|
|
1412
|
+
"tags": NotRequired[Mapping[str, str]],
|
|
1413
|
+
},
|
|
1414
|
+
)
|
|
1415
|
+
FairsharePolicyUnionTypeDef = Union[FairsharePolicyTypeDef, FairsharePolicyOutputTypeDef]
|
|
1174
1416
|
UpdateSchedulingPolicyRequestRequestTypeDef = TypedDict(
|
|
1175
1417
|
"UpdateSchedulingPolicyRequestRequestTypeDef",
|
|
1176
1418
|
{
|
|
@@ -1178,6 +1420,13 @@ UpdateSchedulingPolicyRequestRequestTypeDef = TypedDict(
|
|
|
1178
1420
|
"fairsharePolicy": NotRequired[FairsharePolicyTypeDef],
|
|
1179
1421
|
},
|
|
1180
1422
|
)
|
|
1423
|
+
GetJobQueueSnapshotResponseTypeDef = TypedDict(
|
|
1424
|
+
"GetJobQueueSnapshotResponseTypeDef",
|
|
1425
|
+
{
|
|
1426
|
+
"frontOfQueue": FrontOfQueueDetailTypeDef,
|
|
1427
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1428
|
+
},
|
|
1429
|
+
)
|
|
1181
1430
|
ListJobsResponseTypeDef = TypedDict(
|
|
1182
1431
|
"ListJobsResponseTypeDef",
|
|
1183
1432
|
{
|
|
@@ -1186,6 +1435,27 @@ ListJobsResponseTypeDef = TypedDict(
|
|
|
1186
1435
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1187
1436
|
},
|
|
1188
1437
|
)
|
|
1438
|
+
TaskContainerPropertiesExtraOutputTypeDef = TypedDict(
|
|
1439
|
+
"TaskContainerPropertiesExtraOutputTypeDef",
|
|
1440
|
+
{
|
|
1441
|
+
"image": str,
|
|
1442
|
+
"command": NotRequired[List[str]],
|
|
1443
|
+
"dependsOn": NotRequired[List[TaskContainerDependencyTypeDef]],
|
|
1444
|
+
"environment": NotRequired[List[KeyValuePairTypeDef]],
|
|
1445
|
+
"essential": NotRequired[bool],
|
|
1446
|
+
"linuxParameters": NotRequired[LinuxParametersExtraOutputTypeDef],
|
|
1447
|
+
"logConfiguration": NotRequired[LogConfigurationExtraOutputTypeDef],
|
|
1448
|
+
"mountPoints": NotRequired[List[MountPointTypeDef]],
|
|
1449
|
+
"name": NotRequired[str],
|
|
1450
|
+
"privileged": NotRequired[bool],
|
|
1451
|
+
"readonlyRootFilesystem": NotRequired[bool],
|
|
1452
|
+
"repositoryCredentials": NotRequired[RepositoryCredentialsTypeDef],
|
|
1453
|
+
"resourceRequirements": NotRequired[List[ResourceRequirementTypeDef]],
|
|
1454
|
+
"secrets": NotRequired[List[SecretTypeDef]],
|
|
1455
|
+
"ulimits": NotRequired[List[UlimitTypeDef]],
|
|
1456
|
+
"user": NotRequired[str],
|
|
1457
|
+
},
|
|
1458
|
+
)
|
|
1189
1459
|
TaskContainerDetailsTypeDef = TypedDict(
|
|
1190
1460
|
"TaskContainerDetailsTypeDef",
|
|
1191
1461
|
{
|
|
@@ -1194,8 +1464,8 @@ TaskContainerDetailsTypeDef = TypedDict(
|
|
|
1194
1464
|
"environment": NotRequired[List[KeyValuePairTypeDef]],
|
|
1195
1465
|
"essential": NotRequired[bool],
|
|
1196
1466
|
"image": NotRequired[str],
|
|
1197
|
-
"linuxParameters": NotRequired[
|
|
1198
|
-
"logConfiguration": NotRequired[
|
|
1467
|
+
"linuxParameters": NotRequired[LinuxParametersOutputTypeDef],
|
|
1468
|
+
"logConfiguration": NotRequired[LogConfigurationOutputTypeDef],
|
|
1199
1469
|
"mountPoints": NotRequired[List[MountPointTypeDef]],
|
|
1200
1470
|
"name": NotRequired[str],
|
|
1201
1471
|
"privileged": NotRequired[bool],
|
|
@@ -1211,16 +1481,16 @@ TaskContainerDetailsTypeDef = TypedDict(
|
|
|
1211
1481
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
1212
1482
|
},
|
|
1213
1483
|
)
|
|
1214
|
-
|
|
1215
|
-
"
|
|
1484
|
+
TaskContainerPropertiesOutputTypeDef = TypedDict(
|
|
1485
|
+
"TaskContainerPropertiesOutputTypeDef",
|
|
1216
1486
|
{
|
|
1217
1487
|
"image": str,
|
|
1218
1488
|
"command": NotRequired[List[str]],
|
|
1219
1489
|
"dependsOn": NotRequired[List[TaskContainerDependencyTypeDef]],
|
|
1220
1490
|
"environment": NotRequired[List[KeyValuePairTypeDef]],
|
|
1221
1491
|
"essential": NotRequired[bool],
|
|
1222
|
-
"linuxParameters": NotRequired[
|
|
1223
|
-
"logConfiguration": NotRequired[
|
|
1492
|
+
"linuxParameters": NotRequired[LinuxParametersOutputTypeDef],
|
|
1493
|
+
"logConfiguration": NotRequired[LogConfigurationOutputTypeDef],
|
|
1224
1494
|
"mountPoints": NotRequired[List[MountPointTypeDef]],
|
|
1225
1495
|
"name": NotRequired[str],
|
|
1226
1496
|
"privileged": NotRequired[bool],
|
|
@@ -1232,6 +1502,27 @@ TaskContainerPropertiesTypeDef = TypedDict(
|
|
|
1232
1502
|
"user": NotRequired[str],
|
|
1233
1503
|
},
|
|
1234
1504
|
)
|
|
1505
|
+
TaskContainerPropertiesTypeDef = TypedDict(
|
|
1506
|
+
"TaskContainerPropertiesTypeDef",
|
|
1507
|
+
{
|
|
1508
|
+
"image": str,
|
|
1509
|
+
"command": NotRequired[Sequence[str]],
|
|
1510
|
+
"dependsOn": NotRequired[Sequence[TaskContainerDependencyTypeDef]],
|
|
1511
|
+
"environment": NotRequired[Sequence[KeyValuePairTypeDef]],
|
|
1512
|
+
"essential": NotRequired[bool],
|
|
1513
|
+
"linuxParameters": NotRequired[LinuxParametersTypeDef],
|
|
1514
|
+
"logConfiguration": NotRequired[LogConfigurationTypeDef],
|
|
1515
|
+
"mountPoints": NotRequired[Sequence[MountPointTypeDef]],
|
|
1516
|
+
"name": NotRequired[str],
|
|
1517
|
+
"privileged": NotRequired[bool],
|
|
1518
|
+
"readonlyRootFilesystem": NotRequired[bool],
|
|
1519
|
+
"repositoryCredentials": NotRequired[RepositoryCredentialsTypeDef],
|
|
1520
|
+
"resourceRequirements": NotRequired[Sequence[ResourceRequirementTypeDef]],
|
|
1521
|
+
"secrets": NotRequired[Sequence[SecretTypeDef]],
|
|
1522
|
+
"ulimits": NotRequired[Sequence[UlimitTypeDef]],
|
|
1523
|
+
"user": NotRequired[str],
|
|
1524
|
+
},
|
|
1525
|
+
)
|
|
1235
1526
|
AttemptDetailTypeDef = TypedDict(
|
|
1236
1527
|
"AttemptDetailTypeDef",
|
|
1237
1528
|
{
|
|
@@ -1242,14 +1533,6 @@ AttemptDetailTypeDef = TypedDict(
|
|
|
1242
1533
|
"taskProperties": NotRequired[List[AttemptEcsTaskDetailsTypeDef]],
|
|
1243
1534
|
},
|
|
1244
1535
|
)
|
|
1245
|
-
DescribeComputeEnvironmentsResponsePaginatorTypeDef = TypedDict(
|
|
1246
|
-
"DescribeComputeEnvironmentsResponsePaginatorTypeDef",
|
|
1247
|
-
{
|
|
1248
|
-
"computeEnvironments": List[ComputeEnvironmentDetailPaginatorTypeDef],
|
|
1249
|
-
"nextToken": str,
|
|
1250
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1251
|
-
},
|
|
1252
|
-
)
|
|
1253
1536
|
DescribeComputeEnvironmentsResponseTypeDef = TypedDict(
|
|
1254
1537
|
"DescribeComputeEnvironmentsResponseTypeDef",
|
|
1255
1538
|
{
|
|
@@ -1288,8 +1571,8 @@ ContainerDetailTypeDef = TypedDict(
|
|
|
1288
1571
|
"instanceType": NotRequired[str],
|
|
1289
1572
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
1290
1573
|
"resourceRequirements": NotRequired[List[ResourceRequirementTypeDef]],
|
|
1291
|
-
"linuxParameters": NotRequired[
|
|
1292
|
-
"logConfiguration": NotRequired[
|
|
1574
|
+
"linuxParameters": NotRequired[LinuxParametersOutputTypeDef],
|
|
1575
|
+
"logConfiguration": NotRequired[LogConfigurationOutputTypeDef],
|
|
1293
1576
|
"secrets": NotRequired[List[SecretTypeDef]],
|
|
1294
1577
|
"networkConfiguration": NotRequired[NetworkConfigurationTypeDef],
|
|
1295
1578
|
"fargatePlatformConfiguration": NotRequired[FargatePlatformConfigurationTypeDef],
|
|
@@ -1298,8 +1581,36 @@ ContainerDetailTypeDef = TypedDict(
|
|
|
1298
1581
|
"repositoryCredentials": NotRequired[RepositoryCredentialsTypeDef],
|
|
1299
1582
|
},
|
|
1300
1583
|
)
|
|
1301
|
-
|
|
1302
|
-
"
|
|
1584
|
+
ContainerPropertiesExtraOutputTypeDef = TypedDict(
|
|
1585
|
+
"ContainerPropertiesExtraOutputTypeDef",
|
|
1586
|
+
{
|
|
1587
|
+
"image": NotRequired[str],
|
|
1588
|
+
"vcpus": NotRequired[int],
|
|
1589
|
+
"memory": NotRequired[int],
|
|
1590
|
+
"command": NotRequired[List[str]],
|
|
1591
|
+
"jobRoleArn": NotRequired[str],
|
|
1592
|
+
"executionRoleArn": NotRequired[str],
|
|
1593
|
+
"volumes": NotRequired[List[VolumeTypeDef]],
|
|
1594
|
+
"environment": NotRequired[List[KeyValuePairTypeDef]],
|
|
1595
|
+
"mountPoints": NotRequired[List[MountPointTypeDef]],
|
|
1596
|
+
"readonlyRootFilesystem": NotRequired[bool],
|
|
1597
|
+
"privileged": NotRequired[bool],
|
|
1598
|
+
"ulimits": NotRequired[List[UlimitTypeDef]],
|
|
1599
|
+
"user": NotRequired[str],
|
|
1600
|
+
"instanceType": NotRequired[str],
|
|
1601
|
+
"resourceRequirements": NotRequired[List[ResourceRequirementTypeDef]],
|
|
1602
|
+
"linuxParameters": NotRequired[LinuxParametersExtraOutputTypeDef],
|
|
1603
|
+
"logConfiguration": NotRequired[LogConfigurationExtraOutputTypeDef],
|
|
1604
|
+
"secrets": NotRequired[List[SecretTypeDef]],
|
|
1605
|
+
"networkConfiguration": NotRequired[NetworkConfigurationTypeDef],
|
|
1606
|
+
"fargatePlatformConfiguration": NotRequired[FargatePlatformConfigurationTypeDef],
|
|
1607
|
+
"ephemeralStorage": NotRequired[EphemeralStorageTypeDef],
|
|
1608
|
+
"runtimePlatform": NotRequired[RuntimePlatformTypeDef],
|
|
1609
|
+
"repositoryCredentials": NotRequired[RepositoryCredentialsTypeDef],
|
|
1610
|
+
},
|
|
1611
|
+
)
|
|
1612
|
+
ContainerPropertiesOutputTypeDef = TypedDict(
|
|
1613
|
+
"ContainerPropertiesOutputTypeDef",
|
|
1303
1614
|
{
|
|
1304
1615
|
"image": NotRequired[str],
|
|
1305
1616
|
"vcpus": NotRequired[int],
|
|
@@ -1316,9 +1627,37 @@ ContainerPropertiesTypeDef = TypedDict(
|
|
|
1316
1627
|
"user": NotRequired[str],
|
|
1317
1628
|
"instanceType": NotRequired[str],
|
|
1318
1629
|
"resourceRequirements": NotRequired[List[ResourceRequirementTypeDef]],
|
|
1630
|
+
"linuxParameters": NotRequired[LinuxParametersOutputTypeDef],
|
|
1631
|
+
"logConfiguration": NotRequired[LogConfigurationOutputTypeDef],
|
|
1632
|
+
"secrets": NotRequired[List[SecretTypeDef]],
|
|
1633
|
+
"networkConfiguration": NotRequired[NetworkConfigurationTypeDef],
|
|
1634
|
+
"fargatePlatformConfiguration": NotRequired[FargatePlatformConfigurationTypeDef],
|
|
1635
|
+
"ephemeralStorage": NotRequired[EphemeralStorageTypeDef],
|
|
1636
|
+
"runtimePlatform": NotRequired[RuntimePlatformTypeDef],
|
|
1637
|
+
"repositoryCredentials": NotRequired[RepositoryCredentialsTypeDef],
|
|
1638
|
+
},
|
|
1639
|
+
)
|
|
1640
|
+
ContainerPropertiesTypeDef = TypedDict(
|
|
1641
|
+
"ContainerPropertiesTypeDef",
|
|
1642
|
+
{
|
|
1643
|
+
"image": NotRequired[str],
|
|
1644
|
+
"vcpus": NotRequired[int],
|
|
1645
|
+
"memory": NotRequired[int],
|
|
1646
|
+
"command": NotRequired[Sequence[str]],
|
|
1647
|
+
"jobRoleArn": NotRequired[str],
|
|
1648
|
+
"executionRoleArn": NotRequired[str],
|
|
1649
|
+
"volumes": NotRequired[Sequence[VolumeTypeDef]],
|
|
1650
|
+
"environment": NotRequired[Sequence[KeyValuePairTypeDef]],
|
|
1651
|
+
"mountPoints": NotRequired[Sequence[MountPointTypeDef]],
|
|
1652
|
+
"readonlyRootFilesystem": NotRequired[bool],
|
|
1653
|
+
"privileged": NotRequired[bool],
|
|
1654
|
+
"ulimits": NotRequired[Sequence[UlimitTypeDef]],
|
|
1655
|
+
"user": NotRequired[str],
|
|
1656
|
+
"instanceType": NotRequired[str],
|
|
1657
|
+
"resourceRequirements": NotRequired[Sequence[ResourceRequirementTypeDef]],
|
|
1319
1658
|
"linuxParameters": NotRequired[LinuxParametersTypeDef],
|
|
1320
1659
|
"logConfiguration": NotRequired[LogConfigurationTypeDef],
|
|
1321
|
-
"secrets": NotRequired[
|
|
1660
|
+
"secrets": NotRequired[Sequence[SecretTypeDef]],
|
|
1322
1661
|
"networkConfiguration": NotRequired[NetworkConfigurationTypeDef],
|
|
1323
1662
|
"fargatePlatformConfiguration": NotRequired[FargatePlatformConfigurationTypeDef],
|
|
1324
1663
|
"ephemeralStorage": NotRequired[EphemeralStorageTypeDef],
|
|
@@ -1338,6 +1677,18 @@ EksPropertiesDetailTypeDef = TypedDict(
|
|
|
1338
1677
|
"podProperties": NotRequired[EksPodPropertiesDetailTypeDef],
|
|
1339
1678
|
},
|
|
1340
1679
|
)
|
|
1680
|
+
EksPropertiesExtraOutputTypeDef = TypedDict(
|
|
1681
|
+
"EksPropertiesExtraOutputTypeDef",
|
|
1682
|
+
{
|
|
1683
|
+
"podProperties": NotRequired[EksPodPropertiesExtraOutputTypeDef],
|
|
1684
|
+
},
|
|
1685
|
+
)
|
|
1686
|
+
EksPropertiesOutputTypeDef = TypedDict(
|
|
1687
|
+
"EksPropertiesOutputTypeDef",
|
|
1688
|
+
{
|
|
1689
|
+
"podProperties": NotRequired[EksPodPropertiesOutputTypeDef],
|
|
1690
|
+
},
|
|
1691
|
+
)
|
|
1341
1692
|
EksPropertiesTypeDef = TypedDict(
|
|
1342
1693
|
"EksPropertiesTypeDef",
|
|
1343
1694
|
{
|
|
@@ -1351,6 +1702,21 @@ DescribeSchedulingPoliciesResponseTypeDef = TypedDict(
|
|
|
1351
1702
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1352
1703
|
},
|
|
1353
1704
|
)
|
|
1705
|
+
EcsTaskPropertiesExtraOutputTypeDef = TypedDict(
|
|
1706
|
+
"EcsTaskPropertiesExtraOutputTypeDef",
|
|
1707
|
+
{
|
|
1708
|
+
"containers": List[TaskContainerPropertiesExtraOutputTypeDef],
|
|
1709
|
+
"ephemeralStorage": NotRequired[EphemeralStorageTypeDef],
|
|
1710
|
+
"executionRoleArn": NotRequired[str],
|
|
1711
|
+
"platformVersion": NotRequired[str],
|
|
1712
|
+
"ipcMode": NotRequired[str],
|
|
1713
|
+
"taskRoleArn": NotRequired[str],
|
|
1714
|
+
"pidMode": NotRequired[str],
|
|
1715
|
+
"networkConfiguration": NotRequired[NetworkConfigurationTypeDef],
|
|
1716
|
+
"runtimePlatform": NotRequired[RuntimePlatformTypeDef],
|
|
1717
|
+
"volumes": NotRequired[List[VolumeTypeDef]],
|
|
1718
|
+
},
|
|
1719
|
+
)
|
|
1354
1720
|
EcsTaskDetailsTypeDef = TypedDict(
|
|
1355
1721
|
"EcsTaskDetailsTypeDef",
|
|
1356
1722
|
{
|
|
@@ -1368,10 +1734,25 @@ EcsTaskDetailsTypeDef = TypedDict(
|
|
|
1368
1734
|
"volumes": NotRequired[List[VolumeTypeDef]],
|
|
1369
1735
|
},
|
|
1370
1736
|
)
|
|
1737
|
+
EcsTaskPropertiesOutputTypeDef = TypedDict(
|
|
1738
|
+
"EcsTaskPropertiesOutputTypeDef",
|
|
1739
|
+
{
|
|
1740
|
+
"containers": List[TaskContainerPropertiesOutputTypeDef],
|
|
1741
|
+
"ephemeralStorage": NotRequired[EphemeralStorageTypeDef],
|
|
1742
|
+
"executionRoleArn": NotRequired[str],
|
|
1743
|
+
"platformVersion": NotRequired[str],
|
|
1744
|
+
"ipcMode": NotRequired[str],
|
|
1745
|
+
"taskRoleArn": NotRequired[str],
|
|
1746
|
+
"pidMode": NotRequired[str],
|
|
1747
|
+
"networkConfiguration": NotRequired[NetworkConfigurationTypeDef],
|
|
1748
|
+
"runtimePlatform": NotRequired[RuntimePlatformTypeDef],
|
|
1749
|
+
"volumes": NotRequired[List[VolumeTypeDef]],
|
|
1750
|
+
},
|
|
1751
|
+
)
|
|
1371
1752
|
EcsTaskPropertiesTypeDef = TypedDict(
|
|
1372
1753
|
"EcsTaskPropertiesTypeDef",
|
|
1373
1754
|
{
|
|
1374
|
-
"containers":
|
|
1755
|
+
"containers": Sequence[TaskContainerPropertiesTypeDef],
|
|
1375
1756
|
"ephemeralStorage": NotRequired[EphemeralStorageTypeDef],
|
|
1376
1757
|
"executionRoleArn": NotRequired[str],
|
|
1377
1758
|
"platformVersion": NotRequired[str],
|
|
@@ -1380,7 +1761,7 @@ EcsTaskPropertiesTypeDef = TypedDict(
|
|
|
1380
1761
|
"pidMode": NotRequired[str],
|
|
1381
1762
|
"networkConfiguration": NotRequired[NetworkConfigurationTypeDef],
|
|
1382
1763
|
"runtimePlatform": NotRequired[RuntimePlatformTypeDef],
|
|
1383
|
-
"volumes": NotRequired[
|
|
1764
|
+
"volumes": NotRequired[Sequence[VolumeTypeDef]],
|
|
1384
1765
|
},
|
|
1385
1766
|
)
|
|
1386
1767
|
NodePropertyOverrideTypeDef = TypedDict(
|
|
@@ -1392,16 +1773,32 @@ NodePropertyOverrideTypeDef = TypedDict(
|
|
|
1392
1773
|
"instanceTypes": NotRequired[Sequence[str]],
|
|
1393
1774
|
},
|
|
1394
1775
|
)
|
|
1776
|
+
ContainerPropertiesUnionTypeDef = Union[
|
|
1777
|
+
ContainerPropertiesTypeDef, ContainerPropertiesExtraOutputTypeDef
|
|
1778
|
+
]
|
|
1779
|
+
EksPropertiesUnionTypeDef = Union[EksPropertiesTypeDef, EksPropertiesExtraOutputTypeDef]
|
|
1780
|
+
EcsPropertiesExtraOutputTypeDef = TypedDict(
|
|
1781
|
+
"EcsPropertiesExtraOutputTypeDef",
|
|
1782
|
+
{
|
|
1783
|
+
"taskProperties": List[EcsTaskPropertiesExtraOutputTypeDef],
|
|
1784
|
+
},
|
|
1785
|
+
)
|
|
1395
1786
|
EcsPropertiesDetailTypeDef = TypedDict(
|
|
1396
1787
|
"EcsPropertiesDetailTypeDef",
|
|
1397
1788
|
{
|
|
1398
1789
|
"taskProperties": NotRequired[List[EcsTaskDetailsTypeDef]],
|
|
1399
1790
|
},
|
|
1400
1791
|
)
|
|
1792
|
+
EcsPropertiesOutputTypeDef = TypedDict(
|
|
1793
|
+
"EcsPropertiesOutputTypeDef",
|
|
1794
|
+
{
|
|
1795
|
+
"taskProperties": List[EcsTaskPropertiesOutputTypeDef],
|
|
1796
|
+
},
|
|
1797
|
+
)
|
|
1401
1798
|
EcsPropertiesTypeDef = TypedDict(
|
|
1402
1799
|
"EcsPropertiesTypeDef",
|
|
1403
1800
|
{
|
|
1404
|
-
"taskProperties":
|
|
1801
|
+
"taskProperties": Sequence[EcsTaskPropertiesTypeDef],
|
|
1405
1802
|
},
|
|
1406
1803
|
)
|
|
1407
1804
|
NodeOverridesTypeDef = TypedDict(
|
|
@@ -1411,12 +1808,31 @@ NodeOverridesTypeDef = TypedDict(
|
|
|
1411
1808
|
"nodePropertyOverrides": NotRequired[Sequence[NodePropertyOverrideTypeDef]],
|
|
1412
1809
|
},
|
|
1413
1810
|
)
|
|
1811
|
+
NodeRangePropertyExtraOutputTypeDef = TypedDict(
|
|
1812
|
+
"NodeRangePropertyExtraOutputTypeDef",
|
|
1813
|
+
{
|
|
1814
|
+
"targetNodes": str,
|
|
1815
|
+
"container": NotRequired[ContainerPropertiesExtraOutputTypeDef],
|
|
1816
|
+
"instanceTypes": NotRequired[List[str]],
|
|
1817
|
+
"ecsProperties": NotRequired[EcsPropertiesExtraOutputTypeDef],
|
|
1818
|
+
},
|
|
1819
|
+
)
|
|
1820
|
+
NodeRangePropertyOutputTypeDef = TypedDict(
|
|
1821
|
+
"NodeRangePropertyOutputTypeDef",
|
|
1822
|
+
{
|
|
1823
|
+
"targetNodes": str,
|
|
1824
|
+
"container": NotRequired[ContainerPropertiesOutputTypeDef],
|
|
1825
|
+
"instanceTypes": NotRequired[List[str]],
|
|
1826
|
+
"ecsProperties": NotRequired[EcsPropertiesOutputTypeDef],
|
|
1827
|
+
},
|
|
1828
|
+
)
|
|
1829
|
+
EcsPropertiesUnionTypeDef = Union[EcsPropertiesTypeDef, EcsPropertiesExtraOutputTypeDef]
|
|
1414
1830
|
NodeRangePropertyTypeDef = TypedDict(
|
|
1415
1831
|
"NodeRangePropertyTypeDef",
|
|
1416
1832
|
{
|
|
1417
1833
|
"targetNodes": str,
|
|
1418
1834
|
"container": NotRequired[ContainerPropertiesTypeDef],
|
|
1419
|
-
"instanceTypes": NotRequired[
|
|
1835
|
+
"instanceTypes": NotRequired[Sequence[str]],
|
|
1420
1836
|
"ecsProperties": NotRequired[EcsPropertiesTypeDef],
|
|
1421
1837
|
},
|
|
1422
1838
|
)
|
|
@@ -1441,12 +1857,28 @@ SubmitJobRequestRequestTypeDef = TypedDict(
|
|
|
1441
1857
|
"ecsPropertiesOverride": NotRequired[EcsPropertiesOverrideTypeDef],
|
|
1442
1858
|
},
|
|
1443
1859
|
)
|
|
1860
|
+
NodePropertiesExtraOutputTypeDef = TypedDict(
|
|
1861
|
+
"NodePropertiesExtraOutputTypeDef",
|
|
1862
|
+
{
|
|
1863
|
+
"numNodes": int,
|
|
1864
|
+
"mainNode": int,
|
|
1865
|
+
"nodeRangeProperties": List[NodeRangePropertyExtraOutputTypeDef],
|
|
1866
|
+
},
|
|
1867
|
+
)
|
|
1868
|
+
NodePropertiesOutputTypeDef = TypedDict(
|
|
1869
|
+
"NodePropertiesOutputTypeDef",
|
|
1870
|
+
{
|
|
1871
|
+
"numNodes": int,
|
|
1872
|
+
"mainNode": int,
|
|
1873
|
+
"nodeRangeProperties": List[NodeRangePropertyOutputTypeDef],
|
|
1874
|
+
},
|
|
1875
|
+
)
|
|
1444
1876
|
NodePropertiesTypeDef = TypedDict(
|
|
1445
1877
|
"NodePropertiesTypeDef",
|
|
1446
1878
|
{
|
|
1447
1879
|
"numNodes": int,
|
|
1448
1880
|
"mainNode": int,
|
|
1449
|
-
"nodeRangeProperties":
|
|
1881
|
+
"nodeRangeProperties": Sequence[NodeRangePropertyTypeDef],
|
|
1450
1882
|
},
|
|
1451
1883
|
)
|
|
1452
1884
|
JobDefinitionTypeDef = TypedDict(
|
|
@@ -1459,15 +1891,15 @@ JobDefinitionTypeDef = TypedDict(
|
|
|
1459
1891
|
"status": NotRequired[str],
|
|
1460
1892
|
"schedulingPriority": NotRequired[int],
|
|
1461
1893
|
"parameters": NotRequired[Dict[str, str]],
|
|
1462
|
-
"retryStrategy": NotRequired[
|
|
1463
|
-
"containerProperties": NotRequired[
|
|
1894
|
+
"retryStrategy": NotRequired[RetryStrategyOutputTypeDef],
|
|
1895
|
+
"containerProperties": NotRequired[ContainerPropertiesOutputTypeDef],
|
|
1464
1896
|
"timeout": NotRequired[JobTimeoutTypeDef],
|
|
1465
|
-
"nodeProperties": NotRequired[
|
|
1897
|
+
"nodeProperties": NotRequired[NodePropertiesOutputTypeDef],
|
|
1466
1898
|
"tags": NotRequired[Dict[str, str]],
|
|
1467
1899
|
"propagateTags": NotRequired[bool],
|
|
1468
1900
|
"platformCapabilities": NotRequired[List[PlatformCapabilityType]],
|
|
1469
|
-
"ecsProperties": NotRequired[
|
|
1470
|
-
"eksProperties": NotRequired[
|
|
1901
|
+
"ecsProperties": NotRequired[EcsPropertiesOutputTypeDef],
|
|
1902
|
+
"eksProperties": NotRequired[EksPropertiesOutputTypeDef],
|
|
1471
1903
|
"containerOrchestrationType": NotRequired[OrchestrationTypeType],
|
|
1472
1904
|
},
|
|
1473
1905
|
)
|
|
@@ -1486,13 +1918,13 @@ JobDetailTypeDef = TypedDict(
|
|
|
1486
1918
|
"attempts": NotRequired[List[AttemptDetailTypeDef]],
|
|
1487
1919
|
"statusReason": NotRequired[str],
|
|
1488
1920
|
"createdAt": NotRequired[int],
|
|
1489
|
-
"retryStrategy": NotRequired[
|
|
1921
|
+
"retryStrategy": NotRequired[RetryStrategyOutputTypeDef],
|
|
1490
1922
|
"stoppedAt": NotRequired[int],
|
|
1491
1923
|
"dependsOn": NotRequired[List[JobDependencyTypeDef]],
|
|
1492
1924
|
"parameters": NotRequired[Dict[str, str]],
|
|
1493
1925
|
"container": NotRequired[ContainerDetailTypeDef],
|
|
1494
1926
|
"nodeDetails": NotRequired[NodeDetailsTypeDef],
|
|
1495
|
-
"nodeProperties": NotRequired[
|
|
1927
|
+
"nodeProperties": NotRequired[NodePropertiesOutputTypeDef],
|
|
1496
1928
|
"arrayProperties": NotRequired[ArrayPropertiesDetailTypeDef],
|
|
1497
1929
|
"timeout": NotRequired[JobTimeoutTypeDef],
|
|
1498
1930
|
"tags": NotRequired[Dict[str, str]],
|
|
@@ -1505,6 +1937,7 @@ JobDetailTypeDef = TypedDict(
|
|
|
1505
1937
|
"isTerminated": NotRequired[bool],
|
|
1506
1938
|
},
|
|
1507
1939
|
)
|
|
1940
|
+
NodePropertiesUnionTypeDef = Union[NodePropertiesTypeDef, NodePropertiesExtraOutputTypeDef]
|
|
1508
1941
|
RegisterJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
1509
1942
|
"RegisterJobDefinitionRequestRequestTypeDef",
|
|
1510
1943
|
{
|