types-boto3-batch 1.37.0__py3-none-any.whl → 1.37.22__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 +8 -0
- types_boto3_batch/__init__.pyi +8 -0
- types_boto3_batch/__main__.py +4 -4
- types_boto3_batch/client.py +95 -0
- types_boto3_batch/client.pyi +95 -0
- types_boto3_batch/literals.py +13 -1
- types_boto3_batch/literals.pyi +13 -1
- types_boto3_batch/paginator.py +54 -0
- types_boto3_batch/paginator.pyi +48 -0
- types_boto3_batch/type_defs.py +177 -0
- types_boto3_batch/type_defs.pyi +157 -0
- types_boto3_batch/version.py +1 -1
- {types_boto3_batch-1.37.0.dist-info → types_boto3_batch-1.37.22.dist-info}/METADATA +15 -6
- types_boto3_batch-1.37.22.dist-info/RECORD +18 -0
- {types_boto3_batch-1.37.0.dist-info → types_boto3_batch-1.37.22.dist-info}/WHEEL +1 -1
- types_boto3_batch-1.37.0.dist-info/RECORD +0 -18
- {types_boto3_batch-1.37.0.dist-info → types_boto3_batch-1.37.22.dist-info/licenses}/LICENSE +0 -0
- {types_boto3_batch-1.37.0.dist-info → types_boto3_batch-1.37.22.dist-info}/top_level.txt +0 -0
types_boto3_batch/type_defs.pyi
CHANGED
|
@@ -31,6 +31,7 @@ from .literals import (
|
|
|
31
31
|
DeviceCgroupPermissionType,
|
|
32
32
|
EFSAuthorizationConfigIAMType,
|
|
33
33
|
EFSTransitEncryptionType,
|
|
34
|
+
FirelensConfigurationTypeType,
|
|
34
35
|
JobDefinitionTypeType,
|
|
35
36
|
JobStatusType,
|
|
36
37
|
JQStateType,
|
|
@@ -68,6 +69,11 @@ __all__ = (
|
|
|
68
69
|
"ComputeResourceTypeDef",
|
|
69
70
|
"ComputeResourceUnionTypeDef",
|
|
70
71
|
"ComputeResourceUpdateTypeDef",
|
|
72
|
+
"ConsumableResourcePropertiesOutputTypeDef",
|
|
73
|
+
"ConsumableResourcePropertiesTypeDef",
|
|
74
|
+
"ConsumableResourcePropertiesUnionTypeDef",
|
|
75
|
+
"ConsumableResourceRequirementTypeDef",
|
|
76
|
+
"ConsumableResourceSummaryTypeDef",
|
|
71
77
|
"ContainerDetailTypeDef",
|
|
72
78
|
"ContainerOverridesTypeDef",
|
|
73
79
|
"ContainerPropertiesOutputTypeDef",
|
|
@@ -76,17 +82,22 @@ __all__ = (
|
|
|
76
82
|
"ContainerSummaryTypeDef",
|
|
77
83
|
"CreateComputeEnvironmentRequestTypeDef",
|
|
78
84
|
"CreateComputeEnvironmentResponseTypeDef",
|
|
85
|
+
"CreateConsumableResourceRequestTypeDef",
|
|
86
|
+
"CreateConsumableResourceResponseTypeDef",
|
|
79
87
|
"CreateJobQueueRequestTypeDef",
|
|
80
88
|
"CreateJobQueueResponseTypeDef",
|
|
81
89
|
"CreateSchedulingPolicyRequestTypeDef",
|
|
82
90
|
"CreateSchedulingPolicyResponseTypeDef",
|
|
83
91
|
"DeleteComputeEnvironmentRequestTypeDef",
|
|
92
|
+
"DeleteConsumableResourceRequestTypeDef",
|
|
84
93
|
"DeleteJobQueueRequestTypeDef",
|
|
85
94
|
"DeleteSchedulingPolicyRequestTypeDef",
|
|
86
95
|
"DeregisterJobDefinitionRequestTypeDef",
|
|
87
96
|
"DescribeComputeEnvironmentsRequestPaginateTypeDef",
|
|
88
97
|
"DescribeComputeEnvironmentsRequestTypeDef",
|
|
89
98
|
"DescribeComputeEnvironmentsResponseTypeDef",
|
|
99
|
+
"DescribeConsumableResourceRequestTypeDef",
|
|
100
|
+
"DescribeConsumableResourceResponseTypeDef",
|
|
90
101
|
"DescribeJobDefinitionsRequestPaginateTypeDef",
|
|
91
102
|
"DescribeJobDefinitionsRequestTypeDef",
|
|
92
103
|
"DescribeJobDefinitionsResponseTypeDef",
|
|
@@ -146,6 +157,8 @@ __all__ = (
|
|
|
146
157
|
"FairsharePolicyTypeDef",
|
|
147
158
|
"FairsharePolicyUnionTypeDef",
|
|
148
159
|
"FargatePlatformConfigurationTypeDef",
|
|
160
|
+
"FirelensConfigurationOutputTypeDef",
|
|
161
|
+
"FirelensConfigurationTypeDef",
|
|
149
162
|
"FrontOfQueueDetailTypeDef",
|
|
150
163
|
"FrontOfQueueJobSummaryTypeDef",
|
|
151
164
|
"GetJobQueueSnapshotRequestTypeDef",
|
|
@@ -169,6 +182,13 @@ __all__ = (
|
|
|
169
182
|
"LaunchTemplateSpecificationUnionTypeDef",
|
|
170
183
|
"LinuxParametersOutputTypeDef",
|
|
171
184
|
"LinuxParametersTypeDef",
|
|
185
|
+
"ListConsumableResourcesRequestPaginateTypeDef",
|
|
186
|
+
"ListConsumableResourcesRequestTypeDef",
|
|
187
|
+
"ListConsumableResourcesResponseTypeDef",
|
|
188
|
+
"ListJobsByConsumableResourceRequestPaginateTypeDef",
|
|
189
|
+
"ListJobsByConsumableResourceRequestTypeDef",
|
|
190
|
+
"ListJobsByConsumableResourceResponseTypeDef",
|
|
191
|
+
"ListJobsByConsumableResourceSummaryTypeDef",
|
|
172
192
|
"ListJobsRequestPaginateTypeDef",
|
|
173
193
|
"ListJobsRequestTypeDef",
|
|
174
194
|
"ListJobsResponseTypeDef",
|
|
@@ -221,6 +241,8 @@ __all__ = (
|
|
|
221
241
|
"UntagResourceRequestTypeDef",
|
|
222
242
|
"UpdateComputeEnvironmentRequestTypeDef",
|
|
223
243
|
"UpdateComputeEnvironmentResponseTypeDef",
|
|
244
|
+
"UpdateConsumableResourceRequestTypeDef",
|
|
245
|
+
"UpdateConsumableResourceResponseTypeDef",
|
|
224
246
|
"UpdateJobQueueRequestTypeDef",
|
|
225
247
|
"UpdateJobQueueResponseTypeDef",
|
|
226
248
|
"UpdatePolicyTypeDef",
|
|
@@ -266,6 +288,17 @@ class Ec2ConfigurationTypeDef(TypedDict):
|
|
|
266
288
|
imageIdOverride: NotRequired[str]
|
|
267
289
|
imageKubernetesVersion: NotRequired[str]
|
|
268
290
|
|
|
291
|
+
class ConsumableResourceRequirementTypeDef(TypedDict):
|
|
292
|
+
consumableResource: NotRequired[str]
|
|
293
|
+
quantity: NotRequired[int]
|
|
294
|
+
|
|
295
|
+
class ConsumableResourceSummaryTypeDef(TypedDict):
|
|
296
|
+
consumableResourceArn: str
|
|
297
|
+
consumableResourceName: str
|
|
298
|
+
totalQuantity: NotRequired[int]
|
|
299
|
+
inUseQuantity: NotRequired[int]
|
|
300
|
+
resourceType: NotRequired[str]
|
|
301
|
+
|
|
269
302
|
class EphemeralStorageTypeDef(TypedDict):
|
|
270
303
|
sizeInGiB: int
|
|
271
304
|
|
|
@@ -319,6 +352,12 @@ class ResponseMetadataTypeDef(TypedDict):
|
|
|
319
352
|
RetryAttempts: int
|
|
320
353
|
HostId: NotRequired[str]
|
|
321
354
|
|
|
355
|
+
class CreateConsumableResourceRequestTypeDef(TypedDict):
|
|
356
|
+
consumableResourceName: str
|
|
357
|
+
totalQuantity: NotRequired[int]
|
|
358
|
+
resourceType: NotRequired[str]
|
|
359
|
+
tags: NotRequired[Mapping[str, str]]
|
|
360
|
+
|
|
322
361
|
class JobStateTimeLimitActionTypeDef(TypedDict):
|
|
323
362
|
reason: str
|
|
324
363
|
state: Literal["RUNNABLE"]
|
|
@@ -328,6 +367,9 @@ class JobStateTimeLimitActionTypeDef(TypedDict):
|
|
|
328
367
|
class DeleteComputeEnvironmentRequestTypeDef(TypedDict):
|
|
329
368
|
computeEnvironment: str
|
|
330
369
|
|
|
370
|
+
class DeleteConsumableResourceRequestTypeDef(TypedDict):
|
|
371
|
+
consumableResource: str
|
|
372
|
+
|
|
331
373
|
class DeleteJobQueueRequestTypeDef(TypedDict):
|
|
332
374
|
jobQueue: str
|
|
333
375
|
|
|
@@ -347,6 +389,9 @@ class DescribeComputeEnvironmentsRequestTypeDef(TypedDict):
|
|
|
347
389
|
maxResults: NotRequired[int]
|
|
348
390
|
nextToken: NotRequired[str]
|
|
349
391
|
|
|
392
|
+
class DescribeConsumableResourceRequestTypeDef(TypedDict):
|
|
393
|
+
consumableResource: str
|
|
394
|
+
|
|
350
395
|
class DescribeJobDefinitionsRequestTypeDef(TypedDict):
|
|
351
396
|
jobDefinitions: NotRequired[Sequence[str]]
|
|
352
397
|
maxResults: NotRequired[int]
|
|
@@ -449,6 +494,21 @@ class ShareAttributesTypeDef(TypedDict):
|
|
|
449
494
|
shareIdentifier: str
|
|
450
495
|
weightFactor: NotRequired[float]
|
|
451
496
|
|
|
497
|
+
FirelensConfigurationOutputTypeDef = TypedDict(
|
|
498
|
+
"FirelensConfigurationOutputTypeDef",
|
|
499
|
+
{
|
|
500
|
+
"type": FirelensConfigurationTypeType,
|
|
501
|
+
"options": NotRequired[Dict[str, str]],
|
|
502
|
+
},
|
|
503
|
+
)
|
|
504
|
+
FirelensConfigurationTypeDef = TypedDict(
|
|
505
|
+
"FirelensConfigurationTypeDef",
|
|
506
|
+
{
|
|
507
|
+
"type": FirelensConfigurationTypeType,
|
|
508
|
+
"options": NotRequired[Mapping[str, str]],
|
|
509
|
+
},
|
|
510
|
+
)
|
|
511
|
+
|
|
452
512
|
class FrontOfQueueJobSummaryTypeDef(TypedDict):
|
|
453
513
|
jobArn: NotRequired[str]
|
|
454
514
|
earliestTimeAtPosition: NotRequired[int]
|
|
@@ -531,6 +591,12 @@ class UntagResourceRequestTypeDef(TypedDict):
|
|
|
531
591
|
resourceArn: str
|
|
532
592
|
tagKeys: Sequence[str]
|
|
533
593
|
|
|
594
|
+
class UpdateConsumableResourceRequestTypeDef(TypedDict):
|
|
595
|
+
consumableResource: str
|
|
596
|
+
operation: NotRequired[str]
|
|
597
|
+
quantity: NotRequired[int]
|
|
598
|
+
clientToken: NotRequired[str]
|
|
599
|
+
|
|
534
600
|
class AttemptContainerDetailTypeDef(TypedDict):
|
|
535
601
|
containerInstanceArn: NotRequired[str]
|
|
536
602
|
taskArn: NotRequired[str]
|
|
@@ -546,6 +612,12 @@ class AttemptTaskContainerDetailsTypeDef(TypedDict):
|
|
|
546
612
|
logStreamName: NotRequired[str]
|
|
547
613
|
networkInterfaces: NotRequired[List[NetworkInterfaceTypeDef]]
|
|
548
614
|
|
|
615
|
+
class ConsumableResourcePropertiesOutputTypeDef(TypedDict):
|
|
616
|
+
consumableResourceList: NotRequired[List[ConsumableResourceRequirementTypeDef]]
|
|
617
|
+
|
|
618
|
+
class ConsumableResourcePropertiesTypeDef(TypedDict):
|
|
619
|
+
consumableResourceList: NotRequired[Sequence[ConsumableResourceRequirementTypeDef]]
|
|
620
|
+
|
|
549
621
|
class ContainerOverridesTypeDef(TypedDict):
|
|
550
622
|
vcpus: NotRequired[int]
|
|
551
623
|
memory: NotRequired[int]
|
|
@@ -575,6 +647,11 @@ class CreateComputeEnvironmentResponseTypeDef(TypedDict):
|
|
|
575
647
|
computeEnvironmentArn: str
|
|
576
648
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
577
649
|
|
|
650
|
+
class CreateConsumableResourceResponseTypeDef(TypedDict):
|
|
651
|
+
consumableResourceName: str
|
|
652
|
+
consumableResourceArn: str
|
|
653
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
654
|
+
|
|
578
655
|
class CreateJobQueueResponseTypeDef(TypedDict):
|
|
579
656
|
jobQueueName: str
|
|
580
657
|
jobQueueArn: str
|
|
@@ -585,6 +662,22 @@ class CreateSchedulingPolicyResponseTypeDef(TypedDict):
|
|
|
585
662
|
arn: str
|
|
586
663
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
587
664
|
|
|
665
|
+
class DescribeConsumableResourceResponseTypeDef(TypedDict):
|
|
666
|
+
consumableResourceName: str
|
|
667
|
+
consumableResourceArn: str
|
|
668
|
+
totalQuantity: int
|
|
669
|
+
inUseQuantity: int
|
|
670
|
+
availableQuantity: int
|
|
671
|
+
resourceType: str
|
|
672
|
+
createdAt: int
|
|
673
|
+
tags: Dict[str, str]
|
|
674
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
675
|
+
|
|
676
|
+
class ListConsumableResourcesResponseTypeDef(TypedDict):
|
|
677
|
+
consumableResources: List[ConsumableResourceSummaryTypeDef]
|
|
678
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
679
|
+
nextToken: NotRequired[str]
|
|
680
|
+
|
|
588
681
|
class ListTagsForResourceResponseTypeDef(TypedDict):
|
|
589
682
|
tags: Dict[str, str]
|
|
590
683
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -606,6 +699,12 @@ class UpdateComputeEnvironmentResponseTypeDef(TypedDict):
|
|
|
606
699
|
computeEnvironmentArn: str
|
|
607
700
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
608
701
|
|
|
702
|
+
class UpdateConsumableResourceResponseTypeDef(TypedDict):
|
|
703
|
+
consumableResourceName: str
|
|
704
|
+
consumableResourceArn: str
|
|
705
|
+
totalQuantity: int
|
|
706
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
707
|
+
|
|
609
708
|
class UpdateJobQueueResponseTypeDef(TypedDict):
|
|
610
709
|
jobQueueName: str
|
|
611
710
|
jobQueueArn: str
|
|
@@ -759,6 +858,26 @@ class JobSummaryTypeDef(TypedDict):
|
|
|
759
858
|
nodeProperties: NotRequired[NodePropertiesSummaryTypeDef]
|
|
760
859
|
jobDefinition: NotRequired[str]
|
|
761
860
|
|
|
861
|
+
class ListConsumableResourcesRequestPaginateTypeDef(TypedDict):
|
|
862
|
+
filters: NotRequired[Sequence[KeyValuesPairTypeDef]]
|
|
863
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
864
|
+
|
|
865
|
+
class ListConsumableResourcesRequestTypeDef(TypedDict):
|
|
866
|
+
filters: NotRequired[Sequence[KeyValuesPairTypeDef]]
|
|
867
|
+
maxResults: NotRequired[int]
|
|
868
|
+
nextToken: NotRequired[str]
|
|
869
|
+
|
|
870
|
+
class ListJobsByConsumableResourceRequestPaginateTypeDef(TypedDict):
|
|
871
|
+
consumableResource: str
|
|
872
|
+
filters: NotRequired[Sequence[KeyValuesPairTypeDef]]
|
|
873
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
874
|
+
|
|
875
|
+
class ListJobsByConsumableResourceRequestTypeDef(TypedDict):
|
|
876
|
+
consumableResource: str
|
|
877
|
+
filters: NotRequired[Sequence[KeyValuesPairTypeDef]]
|
|
878
|
+
maxResults: NotRequired[int]
|
|
879
|
+
nextToken: NotRequired[str]
|
|
880
|
+
|
|
762
881
|
class ListJobsRequestPaginateTypeDef(TypedDict):
|
|
763
882
|
jobQueue: NotRequired[str]
|
|
764
883
|
arrayJobId: NotRequired[str]
|
|
@@ -812,6 +931,23 @@ class AttemptEcsTaskDetailsTypeDef(TypedDict):
|
|
|
812
931
|
taskArn: NotRequired[str]
|
|
813
932
|
containers: NotRequired[List[AttemptTaskContainerDetailsTypeDef]]
|
|
814
933
|
|
|
934
|
+
class ListJobsByConsumableResourceSummaryTypeDef(TypedDict):
|
|
935
|
+
jobArn: str
|
|
936
|
+
jobQueueArn: str
|
|
937
|
+
jobName: str
|
|
938
|
+
jobStatus: str
|
|
939
|
+
quantity: int
|
|
940
|
+
createdAt: int
|
|
941
|
+
consumableResourceProperties: ConsumableResourcePropertiesOutputTypeDef
|
|
942
|
+
jobDefinitionArn: NotRequired[str]
|
|
943
|
+
shareIdentifier: NotRequired[str]
|
|
944
|
+
statusReason: NotRequired[str]
|
|
945
|
+
startedAt: NotRequired[int]
|
|
946
|
+
|
|
947
|
+
ConsumableResourcePropertiesUnionTypeDef = Union[
|
|
948
|
+
ConsumableResourcePropertiesTypeDef, ConsumableResourcePropertiesOutputTypeDef
|
|
949
|
+
]
|
|
950
|
+
|
|
815
951
|
class TaskPropertiesOverrideTypeDef(TypedDict):
|
|
816
952
|
containers: NotRequired[Sequence[TaskContainerOverridesTypeDef]]
|
|
817
953
|
|
|
@@ -921,6 +1057,7 @@ class TaskContainerDetailsTypeDef(TypedDict):
|
|
|
921
1057
|
dependsOn: NotRequired[List[TaskContainerDependencyTypeDef]]
|
|
922
1058
|
environment: NotRequired[List[KeyValuePairTypeDef]]
|
|
923
1059
|
essential: NotRequired[bool]
|
|
1060
|
+
firelensConfiguration: NotRequired[FirelensConfigurationOutputTypeDef]
|
|
924
1061
|
image: NotRequired[str]
|
|
925
1062
|
linuxParameters: NotRequired[LinuxParametersOutputTypeDef]
|
|
926
1063
|
logConfiguration: NotRequired[LogConfigurationOutputTypeDef]
|
|
@@ -944,6 +1081,7 @@ class TaskContainerPropertiesOutputTypeDef(TypedDict):
|
|
|
944
1081
|
dependsOn: NotRequired[List[TaskContainerDependencyTypeDef]]
|
|
945
1082
|
environment: NotRequired[List[KeyValuePairTypeDef]]
|
|
946
1083
|
essential: NotRequired[bool]
|
|
1084
|
+
firelensConfiguration: NotRequired[FirelensConfigurationOutputTypeDef]
|
|
947
1085
|
linuxParameters: NotRequired[LinuxParametersOutputTypeDef]
|
|
948
1086
|
logConfiguration: NotRequired[LogConfigurationOutputTypeDef]
|
|
949
1087
|
mountPoints: NotRequired[List[MountPointTypeDef]]
|
|
@@ -962,6 +1100,7 @@ class TaskContainerPropertiesTypeDef(TypedDict):
|
|
|
962
1100
|
dependsOn: NotRequired[Sequence[TaskContainerDependencyTypeDef]]
|
|
963
1101
|
environment: NotRequired[Sequence[KeyValuePairTypeDef]]
|
|
964
1102
|
essential: NotRequired[bool]
|
|
1103
|
+
firelensConfiguration: NotRequired[FirelensConfigurationTypeDef]
|
|
965
1104
|
linuxParameters: NotRequired[LinuxParametersTypeDef]
|
|
966
1105
|
logConfiguration: NotRequired[LogConfigurationTypeDef]
|
|
967
1106
|
mountPoints: NotRequired[Sequence[MountPointTypeDef]]
|
|
@@ -981,6 +1120,11 @@ class AttemptDetailTypeDef(TypedDict):
|
|
|
981
1120
|
statusReason: NotRequired[str]
|
|
982
1121
|
taskProperties: NotRequired[List[AttemptEcsTaskDetailsTypeDef]]
|
|
983
1122
|
|
|
1123
|
+
class ListJobsByConsumableResourceResponseTypeDef(TypedDict):
|
|
1124
|
+
jobs: List[ListJobsByConsumableResourceSummaryTypeDef]
|
|
1125
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
1126
|
+
nextToken: NotRequired[str]
|
|
1127
|
+
|
|
984
1128
|
class EcsPropertiesOverrideTypeDef(TypedDict):
|
|
985
1129
|
taskProperties: NotRequired[Sequence[TaskPropertiesOverrideTypeDef]]
|
|
986
1130
|
|
|
@@ -1014,6 +1158,7 @@ class ContainerDetailTypeDef(TypedDict):
|
|
|
1014
1158
|
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1015
1159
|
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1016
1160
|
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
1161
|
+
enableExecuteCommand: NotRequired[bool]
|
|
1017
1162
|
|
|
1018
1163
|
class ContainerPropertiesOutputTypeDef(TypedDict):
|
|
1019
1164
|
image: NotRequired[str]
|
|
@@ -1036,6 +1181,7 @@ class ContainerPropertiesOutputTypeDef(TypedDict):
|
|
|
1036
1181
|
secrets: NotRequired[List[SecretTypeDef]]
|
|
1037
1182
|
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1038
1183
|
fargatePlatformConfiguration: NotRequired[FargatePlatformConfigurationTypeDef]
|
|
1184
|
+
enableExecuteCommand: NotRequired[bool]
|
|
1039
1185
|
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1040
1186
|
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1041
1187
|
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
@@ -1061,6 +1207,7 @@ class ContainerPropertiesTypeDef(TypedDict):
|
|
|
1061
1207
|
secrets: NotRequired[Sequence[SecretTypeDef]]
|
|
1062
1208
|
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1063
1209
|
fargatePlatformConfiguration: NotRequired[FargatePlatformConfigurationTypeDef]
|
|
1210
|
+
enableExecuteCommand: NotRequired[bool]
|
|
1064
1211
|
ephemeralStorage: NotRequired[EphemeralStorageTypeDef]
|
|
1065
1212
|
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1066
1213
|
repositoryCredentials: NotRequired[RepositoryCredentialsTypeDef]
|
|
@@ -1152,6 +1299,7 @@ class EcsTaskDetailsTypeDef(TypedDict):
|
|
|
1152
1299
|
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1153
1300
|
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1154
1301
|
volumes: NotRequired[List[VolumeTypeDef]]
|
|
1302
|
+
enableExecuteCommand: NotRequired[bool]
|
|
1155
1303
|
|
|
1156
1304
|
class EcsTaskPropertiesOutputTypeDef(TypedDict):
|
|
1157
1305
|
containers: List[TaskContainerPropertiesOutputTypeDef]
|
|
@@ -1164,6 +1312,7 @@ class EcsTaskPropertiesOutputTypeDef(TypedDict):
|
|
|
1164
1312
|
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1165
1313
|
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1166
1314
|
volumes: NotRequired[List[VolumeTypeDef]]
|
|
1315
|
+
enableExecuteCommand: NotRequired[bool]
|
|
1167
1316
|
|
|
1168
1317
|
class EcsTaskPropertiesTypeDef(TypedDict):
|
|
1169
1318
|
containers: Sequence[TaskContainerPropertiesTypeDef]
|
|
@@ -1176,6 +1325,7 @@ class EcsTaskPropertiesTypeDef(TypedDict):
|
|
|
1176
1325
|
networkConfiguration: NotRequired[NetworkConfigurationTypeDef]
|
|
1177
1326
|
runtimePlatform: NotRequired[RuntimePlatformTypeDef]
|
|
1178
1327
|
volumes: NotRequired[Sequence[VolumeTypeDef]]
|
|
1328
|
+
enableExecuteCommand: NotRequired[bool]
|
|
1179
1329
|
|
|
1180
1330
|
ContainerPropertiesUnionTypeDef = Union[
|
|
1181
1331
|
ContainerPropertiesTypeDef, ContainerPropertiesOutputTypeDef
|
|
@@ -1230,6 +1380,7 @@ class NodePropertyOverrideTypeDef(TypedDict):
|
|
|
1230
1380
|
ecsPropertiesOverride: NotRequired[EcsPropertiesOverrideTypeDef]
|
|
1231
1381
|
instanceTypes: NotRequired[Sequence[str]]
|
|
1232
1382
|
eksPropertiesOverride: NotRequired[EksPropertiesOverrideTypeDef]
|
|
1383
|
+
consumableResourcePropertiesOverride: NotRequired[ConsumableResourcePropertiesUnionTypeDef]
|
|
1233
1384
|
|
|
1234
1385
|
CreateComputeEnvironmentRequestTypeDef = TypedDict(
|
|
1235
1386
|
"CreateComputeEnvironmentRequestTypeDef",
|
|
@@ -1261,6 +1412,7 @@ class NodeRangePropertyOutputTypeDef(TypedDict):
|
|
|
1261
1412
|
instanceTypes: NotRequired[List[str]]
|
|
1262
1413
|
ecsProperties: NotRequired[EcsPropertiesOutputTypeDef]
|
|
1263
1414
|
eksProperties: NotRequired[EksPropertiesOutputTypeDef]
|
|
1415
|
+
consumableResourceProperties: NotRequired[ConsumableResourcePropertiesOutputTypeDef]
|
|
1264
1416
|
|
|
1265
1417
|
EcsPropertiesUnionTypeDef = Union[EcsPropertiesTypeDef, EcsPropertiesOutputTypeDef]
|
|
1266
1418
|
|
|
@@ -1270,6 +1422,7 @@ class NodeRangePropertyTypeDef(TypedDict):
|
|
|
1270
1422
|
instanceTypes: NotRequired[Sequence[str]]
|
|
1271
1423
|
ecsProperties: NotRequired[EcsPropertiesTypeDef]
|
|
1272
1424
|
eksProperties: NotRequired[EksPropertiesTypeDef]
|
|
1425
|
+
consumableResourceProperties: NotRequired[ConsumableResourcePropertiesTypeDef]
|
|
1273
1426
|
|
|
1274
1427
|
class NodeOverridesTypeDef(TypedDict):
|
|
1275
1428
|
numNodes: NotRequired[int]
|
|
@@ -1302,6 +1455,7 @@ class SubmitJobRequestTypeDef(TypedDict):
|
|
|
1302
1455
|
tags: NotRequired[Mapping[str, str]]
|
|
1303
1456
|
eksPropertiesOverride: NotRequired[EksPropertiesOverrideTypeDef]
|
|
1304
1457
|
ecsPropertiesOverride: NotRequired[EcsPropertiesOverrideTypeDef]
|
|
1458
|
+
consumableResourcePropertiesOverride: NotRequired[ConsumableResourcePropertiesUnionTypeDef]
|
|
1305
1459
|
|
|
1306
1460
|
JobDefinitionTypeDef = TypedDict(
|
|
1307
1461
|
"JobDefinitionTypeDef",
|
|
@@ -1323,6 +1477,7 @@ JobDefinitionTypeDef = TypedDict(
|
|
|
1323
1477
|
"ecsProperties": NotRequired[EcsPropertiesOutputTypeDef],
|
|
1324
1478
|
"eksProperties": NotRequired[EksPropertiesOutputTypeDef],
|
|
1325
1479
|
"containerOrchestrationType": NotRequired[OrchestrationTypeType],
|
|
1480
|
+
"consumableResourceProperties": NotRequired[ConsumableResourcePropertiesOutputTypeDef],
|
|
1326
1481
|
},
|
|
1327
1482
|
)
|
|
1328
1483
|
|
|
@@ -1356,6 +1511,7 @@ class JobDetailTypeDef(TypedDict):
|
|
|
1356
1511
|
ecsProperties: NotRequired[EcsPropertiesDetailTypeDef]
|
|
1357
1512
|
isCancelled: NotRequired[bool]
|
|
1358
1513
|
isTerminated: NotRequired[bool]
|
|
1514
|
+
consumableResourceProperties: NotRequired[ConsumableResourcePropertiesOutputTypeDef]
|
|
1359
1515
|
|
|
1360
1516
|
NodePropertiesUnionTypeDef = Union[NodePropertiesTypeDef, NodePropertiesOutputTypeDef]
|
|
1361
1517
|
|
|
@@ -1384,5 +1540,6 @@ RegisterJobDefinitionRequestTypeDef = TypedDict(
|
|
|
1384
1540
|
"platformCapabilities": NotRequired[Sequence[PlatformCapabilityType]],
|
|
1385
1541
|
"eksProperties": NotRequired[EksPropertiesUnionTypeDef],
|
|
1386
1542
|
"ecsProperties": NotRequired[EcsPropertiesUnionTypeDef],
|
|
1543
|
+
"consumableResourceProperties": NotRequired[ConsumableResourcePropertiesUnionTypeDef],
|
|
1387
1544
|
},
|
|
1388
1545
|
)
|
types_boto3_batch/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-batch
|
|
3
|
-
Version: 1.37.
|
|
4
|
-
Summary: Type annotations for boto3 Batch 1.37.
|
|
3
|
+
Version: 1.37.22
|
|
4
|
+
Summary: Type annotations for boto3 Batch 1.37.22 service generated with mypy-boto3-builder 8.10.1
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -39,6 +39,7 @@ Dynamic: description-content-type
|
|
|
39
39
|
Dynamic: home-page
|
|
40
40
|
Dynamic: keywords
|
|
41
41
|
Dynamic: license
|
|
42
|
+
Dynamic: license-file
|
|
42
43
|
Dynamic: project-url
|
|
43
44
|
Dynamic: requires-dist
|
|
44
45
|
Dynamic: requires-python
|
|
@@ -55,7 +56,7 @@ Dynamic: summary
|
|
|
55
56
|
|
|
56
57
|

|
|
57
58
|
|
|
58
|
-
Type annotations for [boto3 Batch 1.37.
|
|
59
|
+
Type annotations for [boto3 Batch 1.37.22](https://pypi.org/project/boto3/)
|
|
59
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
60
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
61
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -64,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
64
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
65
66
|
|
|
66
67
|
Generated with
|
|
67
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.10.1](https://github.com/youtype/mypy_boto3_builder).
|
|
68
69
|
|
|
69
70
|
More information can be found on
|
|
70
71
|
[types-boto3](https://pypi.org/project/types-boto3/) page and in
|
|
@@ -117,7 +118,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
117
118
|
isolation.
|
|
118
119
|
|
|
119
120
|
1. Run mypy-boto3-builder in your package root directory:
|
|
120
|
-
`uvx --with 'boto3==1.37.
|
|
121
|
+
`uvx --with 'boto3==1.37.22' mypy-boto3-builder`
|
|
121
122
|
2. Select `boto3` AWS SDK.
|
|
122
123
|
3. Add `Batch` service.
|
|
123
124
|
4. Use provided commands to install generated packages.
|
|
@@ -354,6 +355,8 @@ from types_boto3_batch.paginator import (
|
|
|
354
355
|
DescribeComputeEnvironmentsPaginator,
|
|
355
356
|
DescribeJobDefinitionsPaginator,
|
|
356
357
|
DescribeJobQueuesPaginator,
|
|
358
|
+
ListConsumableResourcesPaginator,
|
|
359
|
+
ListJobsByConsumableResourcePaginator,
|
|
357
360
|
ListJobsPaginator,
|
|
358
361
|
ListSchedulingPoliciesPaginator,
|
|
359
362
|
)
|
|
@@ -371,6 +374,12 @@ describe_job_definitions_paginator: DescribeJobDefinitionsPaginator = client.get
|
|
|
371
374
|
describe_job_queues_paginator: DescribeJobQueuesPaginator = client.get_paginator(
|
|
372
375
|
"describe_job_queues"
|
|
373
376
|
)
|
|
377
|
+
list_consumable_resources_paginator: ListConsumableResourcesPaginator = client.get_paginator(
|
|
378
|
+
"list_consumable_resources"
|
|
379
|
+
)
|
|
380
|
+
list_jobs_by_consumable_resource_paginator: ListJobsByConsumableResourcePaginator = (
|
|
381
|
+
client.get_paginator("list_jobs_by_consumable_resource")
|
|
382
|
+
)
|
|
374
383
|
list_jobs_paginator: ListJobsPaginator = client.get_paginator("list_jobs")
|
|
375
384
|
list_scheduling_policies_paginator: ListSchedulingPoliciesPaginator = client.get_paginator(
|
|
376
385
|
"list_scheduling_policies"
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
types_boto3_batch/__init__.py,sha256=V1usbmyS1nz6t7ue9SbJGwk5cdynoF7iUD0TskTVNgE,2149
|
|
2
|
+
types_boto3_batch/__init__.pyi,sha256=ELkQgdaZTEMG3S2cEeehl5_0PJ-BmJglF9-BpChkncI,2148
|
|
3
|
+
types_boto3_batch/__main__.py,sha256=CpuT2llnBeeAByTi18-GYV2XmIq4Pt1mXaffQuoAuBs,977
|
|
4
|
+
types_boto3_batch/client.py,sha256=ohY-LP866qZhnN6tDoY4oCu_QUl9knp_9YZapsitQhQ,24184
|
|
5
|
+
types_boto3_batch/client.pyi,sha256=gjdOny-mnaBN4wCj8a79jyXKrolCT_Lffney5Y9SZME,24181
|
|
6
|
+
types_boto3_batch/literals.py,sha256=--Qex2BOlLCReHHIYZe1V-hbvvOhEvkQSgPwrlR9aKs,12715
|
|
7
|
+
types_boto3_batch/literals.pyi,sha256=LPxgF51lsJ8_cPTSniiGZungAhlSyJOoIrkVnD-1RNU,12713
|
|
8
|
+
types_boto3_batch/paginator.py,sha256=e8HQGLDo9URb4B2F--lQWzHK3vB9lSkCiWPGWcVuSZc,10983
|
|
9
|
+
types_boto3_batch/paginator.pyi,sha256=DjFMyTnbkbZnkPyGHilUKk13HDR52F1hyzAnBRspvng,10961
|
|
10
|
+
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_batch/type_defs.py,sha256=qRZqIrEVk3vQnRR-SORyikL3DFycp8sFfNokB8fzf88,56074
|
|
12
|
+
types_boto3_batch/type_defs.pyi,sha256=kNlIOvYBLmsjk77UVqltMyG8uLdQhWmkEKb3hJyAkV4,55884
|
|
13
|
+
types_boto3_batch/version.py,sha256=AMWnEEbhonEcJHxYoNnMUXiy0zMP6ODvvD1A8Plyfn8,93
|
|
14
|
+
types_boto3_batch-1.37.22.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
+
types_boto3_batch-1.37.22.dist-info/METADATA,sha256=QbENOfrvoODtF1MU0v-gGQQmdiD6206dSm2MKyMv568,15812
|
|
16
|
+
types_boto3_batch-1.37.22.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
17
|
+
types_boto3_batch-1.37.22.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
+
types_boto3_batch-1.37.22.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
types_boto3_batch/__init__.py,sha256=6kSqLmD_FeMTNj4pMX58gfk7zAeP0sJpB-yr5B01y1k,1623
|
|
2
|
-
types_boto3_batch/__init__.pyi,sha256=qDwUwt_FyFXE1XIFiuQyCtv8RPLjycMnNPHtpe0dr2Q,1622
|
|
3
|
-
types_boto3_batch/__main__.py,sha256=oFm3Y7aS3tbsmhGagZkwgs7jc_5WxlsXYaU1IcIznY0,973
|
|
4
|
-
types_boto3_batch/client.py,sha256=BZcJqulLfilAX8Ap30H_a4QrSEQBHEnTc56LN70Di-8,19308
|
|
5
|
-
types_boto3_batch/client.pyi,sha256=mEvyTSVQJdfX4zM0PJ74W0NVyo62aEBJ71W_v9GpvDg,19305
|
|
6
|
-
types_boto3_batch/literals.py,sha256=q4UculLSgPe8zHBMhyxoNAjbMGFYxNCLUYVb5vFbeXg,12208
|
|
7
|
-
types_boto3_batch/literals.pyi,sha256=2Kejxvtu-vwSQxX11w5C_wN81kCMCIf4JgT0Iwr7vOw,12206
|
|
8
|
-
types_boto3_batch/paginator.py,sha256=5yR_CYfJe0AIOWuLXfq4DZHPsv3ylfyLsVc-iSFT_0c,7863
|
|
9
|
-
types_boto3_batch/paginator.pyi,sha256=BpY1xHeZPbo8-ZFWgot3XpgsHjZwwRPvwJ4lEuEHaLs,7847
|
|
10
|
-
types_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_batch/type_defs.py,sha256=1AzSrAA6NdPB0iFgBvC65vus1dYPOpl-Uxsqgms1IWs,49939
|
|
12
|
-
types_boto3_batch/type_defs.pyi,sha256=QUtgHI6INsud8dWVxGBdnuo15tU-f58UhD80vQwlkZQ,49769
|
|
13
|
-
types_boto3_batch/version.py,sha256=7dplwNyKC_M1NmYn8gNT0u-MAPuLyVgQc5Z98LiK1wM,92
|
|
14
|
-
types_boto3_batch-1.37.0.dist-info/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
15
|
-
types_boto3_batch-1.37.0.dist-info/METADATA,sha256=3WlaKhdFDaKm_uOdoC_xPD5aRDeDtcMhFtRTgjYA9CM,15426
|
|
16
|
-
types_boto3_batch-1.37.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
17
|
-
types_boto3_batch-1.37.0.dist-info/top_level.txt,sha256=Uom8UeK1nnEn9_7ktm0WqcI79MHSYcQA-TT0oD_e8mM,18
|
|
18
|
-
types_boto3_batch-1.37.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|