mypy-boto3-batch 1.34.52__py3-none-any.whl → 1.34.72__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.
@@ -10,8 +10,8 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.Batch 1.34.52\n"
14
- "Version: 1.34.52\n"
13
+ "Type annotations for boto3.Batch 1.34.72\n"
14
+ "Version: 1.34.72\n"
15
15
  "Builder version: 7.23.2\n"
16
16
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch//\n"
17
17
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.34.52")
27
+ print("1.34.72")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -56,6 +56,7 @@ from .type_defs import (
56
56
  EksPropertiesTypeDef,
57
57
  FairsharePolicyTypeDef,
58
58
  JobDependencyTypeDef,
59
+ JobStateTimeLimitActionTypeDef,
59
60
  JobTimeoutTypeDef,
60
61
  KeyValuesPairTypeDef,
61
62
  ListJobsResponseTypeDef,
@@ -162,6 +163,7 @@ class BatchClient(BaseClient):
162
163
  state: JQStateType = ...,
163
164
  schedulingPolicyArn: str = ...,
164
165
  tags: Mapping[str, str] = ...,
166
+ jobStateTimeLimitActions: Sequence[JobStateTimeLimitActionTypeDef] = ...,
165
167
  ) -> CreateJobQueueResponseTypeDef:
166
168
  """
167
169
  Creates an Batch job queue.
@@ -424,6 +426,7 @@ class BatchClient(BaseClient):
424
426
  schedulingPolicyArn: str = ...,
425
427
  priority: int = ...,
426
428
  computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef] = ...,
429
+ jobStateTimeLimitActions: Sequence[JobStateTimeLimitActionTypeDef] = ...,
427
430
  ) -> UpdateJobQueueResponseTypeDef:
428
431
  """
429
432
  Updates a job queue.
@@ -56,6 +56,7 @@ from .type_defs import (
56
56
  EksPropertiesTypeDef,
57
57
  FairsharePolicyTypeDef,
58
58
  JobDependencyTypeDef,
59
+ JobStateTimeLimitActionTypeDef,
59
60
  JobTimeoutTypeDef,
60
61
  KeyValuesPairTypeDef,
61
62
  ListJobsResponseTypeDef,
@@ -159,6 +160,7 @@ class BatchClient(BaseClient):
159
160
  state: JQStateType = ...,
160
161
  schedulingPolicyArn: str = ...,
161
162
  tags: Mapping[str, str] = ...,
163
+ jobStateTimeLimitActions: Sequence[JobStateTimeLimitActionTypeDef] = ...,
162
164
  ) -> CreateJobQueueResponseTypeDef:
163
165
  """
164
166
  Creates an Batch job queue.
@@ -421,6 +423,7 @@ class BatchClient(BaseClient):
421
423
  schedulingPolicyArn: str = ...,
422
424
  priority: int = ...,
423
425
  computeEnvironmentOrder: Sequence[ComputeEnvironmentOrderTypeDef] = ...,
426
+ jobStateTimeLimitActions: Sequence[JobStateTimeLimitActionTypeDef] = ...,
424
427
  ) -> UpdateJobQueueResponseTypeDef:
425
428
  """
426
429
  Updates a job queue.
@@ -37,6 +37,8 @@ __all__ = (
37
37
  "JQStateType",
38
38
  "JQStatusType",
39
39
  "JobDefinitionTypeType",
40
+ "JobStateTimeLimitActionsActionType",
41
+ "JobStateTimeLimitActionsStateType",
40
42
  "JobStatusType",
41
43
  "ListJobsPaginatorName",
42
44
  "ListSchedulingPoliciesPaginatorName",
@@ -73,6 +75,8 @@ EFSTransitEncryptionType = Literal["DISABLED", "ENABLED"]
73
75
  JQStateType = Literal["DISABLED", "ENABLED"]
74
76
  JQStatusType = Literal["CREATING", "DELETED", "DELETING", "INVALID", "UPDATING", "VALID"]
75
77
  JobDefinitionTypeType = Literal["container", "multinode"]
78
+ JobStateTimeLimitActionsActionType = Literal["CANCEL"]
79
+ JobStateTimeLimitActionsStateType = Literal["RUNNABLE"]
76
80
  JobStatusType = Literal[
77
81
  "FAILED", "PENDING", "RUNNABLE", "RUNNING", "STARTING", "SUBMITTED", "SUCCEEDED"
78
82
  ]
@@ -253,7 +257,6 @@ ServiceName = Literal[
253
257
  "iot",
254
258
  "iot-data",
255
259
  "iot-jobs-data",
256
- "iot-roborunner",
257
260
  "iot1click-devices",
258
261
  "iot1click-projects",
259
262
  "iotanalytics",
@@ -441,6 +444,7 @@ ServiceName = Literal[
441
444
  "swf",
442
445
  "synthetics",
443
446
  "textract",
447
+ "timestream-influxdb",
444
448
  "timestream-query",
445
449
  "timestream-write",
446
450
  "tnb",
@@ -37,6 +37,8 @@ __all__ = (
37
37
  "JQStateType",
38
38
  "JQStatusType",
39
39
  "JobDefinitionTypeType",
40
+ "JobStateTimeLimitActionsActionType",
41
+ "JobStateTimeLimitActionsStateType",
40
42
  "JobStatusType",
41
43
  "ListJobsPaginatorName",
42
44
  "ListSchedulingPoliciesPaginatorName",
@@ -73,6 +75,8 @@ EFSTransitEncryptionType = Literal["DISABLED", "ENABLED"]
73
75
  JQStateType = Literal["DISABLED", "ENABLED"]
74
76
  JQStatusType = Literal["CREATING", "DELETED", "DELETING", "INVALID", "UPDATING", "VALID"]
75
77
  JobDefinitionTypeType = Literal["container", "multinode"]
78
+ JobStateTimeLimitActionsActionType = Literal["CANCEL"]
79
+ JobStateTimeLimitActionsStateType = Literal["RUNNABLE"]
76
80
  JobStatusType = Literal[
77
81
  "FAILED", "PENDING", "RUNNABLE", "RUNNING", "STARTING", "SUBMITTED", "SUCCEEDED"
78
82
  ]
@@ -253,7 +257,6 @@ ServiceName = Literal[
253
257
  "iot",
254
258
  "iot-data",
255
259
  "iot-jobs-data",
256
- "iot-roborunner",
257
260
  "iot1click-devices",
258
261
  "iot1click-projects",
259
262
  "iotanalytics",
@@ -441,6 +444,7 @@ ServiceName = Literal[
441
444
  "swf",
442
445
  "synthetics",
443
446
  "textract",
447
+ "timestream-influxdb",
444
448
  "timestream-query",
445
449
  "timestream-write",
446
450
  "tnb",
@@ -38,6 +38,10 @@ from .literals import (
38
38
  RetryActionType,
39
39
  )
40
40
 
41
+ if sys.version_info >= (3, 12):
42
+ from typing import Literal
43
+ else:
44
+ from typing_extensions import Literal
41
45
  if sys.version_info >= (3, 12):
42
46
  from typing import NotRequired
43
47
  else:
@@ -70,6 +74,7 @@ __all__ = (
70
74
  "UlimitTypeDef",
71
75
  "ContainerSummaryTypeDef",
72
76
  "ResponseMetadataTypeDef",
77
+ "JobStateTimeLimitActionTypeDef",
73
78
  "DeleteComputeEnvironmentRequestRequestTypeDef",
74
79
  "DeleteJobQueueRequestRequestTypeDef",
75
80
  "DeleteSchedulingPolicyRequestRequestTypeDef",
@@ -90,6 +95,7 @@ __all__ = (
90
95
  "EksEmptyDirTypeDef",
91
96
  "EksHostPathTypeDef",
92
97
  "EksMetadataTypeDef",
98
+ "ImagePullSecretTypeDef",
93
99
  "EksSecretTypeDef",
94
100
  "EvaluateOnExitTypeDef",
95
101
  "ShareAttributesTypeDef",
@@ -108,9 +114,6 @@ __all__ = (
108
114
  "TerminateJobRequestRequestTypeDef",
109
115
  "UntagResourceRequestRequestTypeDef",
110
116
  "AttemptContainerDetailTypeDef",
111
- "CreateJobQueueRequestRequestTypeDef",
112
- "JobQueueDetailTypeDef",
113
- "UpdateJobQueueRequestRequestTypeDef",
114
117
  "ComputeResourcePaginatorTypeDef",
115
118
  "ComputeResourceTypeDef",
116
119
  "ComputeResourceUpdateTypeDef",
@@ -125,6 +128,9 @@ __all__ = (
125
128
  "SubmitJobResponseTypeDef",
126
129
  "UpdateComputeEnvironmentResponseTypeDef",
127
130
  "UpdateJobQueueResponseTypeDef",
131
+ "CreateJobQueueRequestRequestTypeDef",
132
+ "JobQueueDetailTypeDef",
133
+ "UpdateJobQueueRequestRequestTypeDef",
128
134
  "DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
129
135
  "DescribeJobDefinitionsRequestDescribeJobDefinitionsPaginateTypeDef",
130
136
  "DescribeJobQueuesRequestDescribeJobQueuesPaginateTypeDef",
@@ -143,12 +149,12 @@ __all__ = (
143
149
  "LinuxParametersTypeDef",
144
150
  "ListSchedulingPoliciesResponseTypeDef",
145
151
  "AttemptDetailTypeDef",
146
- "DescribeJobQueuesResponseTypeDef",
147
152
  "ComputeEnvironmentDetailPaginatorTypeDef",
148
153
  "ComputeEnvironmentDetailTypeDef",
149
154
  "CreateComputeEnvironmentRequestRequestTypeDef",
150
155
  "UpdateComputeEnvironmentRequestRequestTypeDef",
151
156
  "TaskPropertiesOverrideTypeDef",
157
+ "DescribeJobQueuesResponseTypeDef",
152
158
  "VolumeTypeDef",
153
159
  "EksPodPropertiesOverrideTypeDef",
154
160
  "EksPodPropertiesDetailTypeDef",
@@ -342,6 +348,15 @@ ResponseMetadataTypeDef = TypedDict(
342
348
  "HostId": NotRequired[str],
343
349
  },
344
350
  )
351
+ JobStateTimeLimitActionTypeDef = TypedDict(
352
+ "JobStateTimeLimitActionTypeDef",
353
+ {
354
+ "reason": str,
355
+ "state": Literal["RUNNABLE"],
356
+ "maxTimeSeconds": int,
357
+ "action": Literal["CANCEL"],
358
+ },
359
+ )
345
360
  DeleteComputeEnvironmentRequestRequestTypeDef = TypedDict(
346
361
  "DeleteComputeEnvironmentRequestRequestTypeDef",
347
362
  {
@@ -454,6 +469,7 @@ EksContainerSecurityContextTypeDef = TypedDict(
454
469
  "runAsUser": NotRequired[int],
455
470
  "runAsGroup": NotRequired[int],
456
471
  "privileged": NotRequired[bool],
472
+ "allowPrivilegeEscalation": NotRequired[bool],
457
473
  "readOnlyRootFilesystem": NotRequired[bool],
458
474
  "runAsNonRoot": NotRequired[bool],
459
475
  },
@@ -485,6 +501,12 @@ EksMetadataTypeDef = TypedDict(
485
501
  "labels": NotRequired[Dict[str, str]],
486
502
  },
487
503
  )
504
+ ImagePullSecretTypeDef = TypedDict(
505
+ "ImagePullSecretTypeDef",
506
+ {
507
+ "name": str,
508
+ },
509
+ )
488
510
  EksSecretTypeDef = TypedDict(
489
511
  "EksSecretTypeDef",
490
512
  {
@@ -615,41 +637,6 @@ AttemptContainerDetailTypeDef = TypedDict(
615
637
  "networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
616
638
  },
617
639
  )
618
- CreateJobQueueRequestRequestTypeDef = TypedDict(
619
- "CreateJobQueueRequestRequestTypeDef",
620
- {
621
- "jobQueueName": str,
622
- "priority": int,
623
- "computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
624
- "state": NotRequired[JQStateType],
625
- "schedulingPolicyArn": NotRequired[str],
626
- "tags": NotRequired[Mapping[str, str]],
627
- },
628
- )
629
- JobQueueDetailTypeDef = TypedDict(
630
- "JobQueueDetailTypeDef",
631
- {
632
- "jobQueueName": str,
633
- "jobQueueArn": str,
634
- "state": JQStateType,
635
- "priority": int,
636
- "computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
637
- "schedulingPolicyArn": NotRequired[str],
638
- "status": NotRequired[JQStatusType],
639
- "statusReason": NotRequired[str],
640
- "tags": NotRequired[Dict[str, str]],
641
- },
642
- )
643
- UpdateJobQueueRequestRequestTypeDef = TypedDict(
644
- "UpdateJobQueueRequestRequestTypeDef",
645
- {
646
- "jobQueue": str,
647
- "state": NotRequired[JQStateType],
648
- "schedulingPolicyArn": NotRequired[str],
649
- "priority": NotRequired[int],
650
- "computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
651
- },
652
- )
653
640
  ComputeResourcePaginatorTypeDef = TypedDict(
654
641
  "ComputeResourcePaginatorTypeDef",
655
642
  {
@@ -809,6 +796,44 @@ UpdateJobQueueResponseTypeDef = TypedDict(
809
796
  "ResponseMetadata": ResponseMetadataTypeDef,
810
797
  },
811
798
  )
799
+ CreateJobQueueRequestRequestTypeDef = TypedDict(
800
+ "CreateJobQueueRequestRequestTypeDef",
801
+ {
802
+ "jobQueueName": str,
803
+ "priority": int,
804
+ "computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
805
+ "state": NotRequired[JQStateType],
806
+ "schedulingPolicyArn": NotRequired[str],
807
+ "tags": NotRequired[Mapping[str, str]],
808
+ "jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
809
+ },
810
+ )
811
+ JobQueueDetailTypeDef = TypedDict(
812
+ "JobQueueDetailTypeDef",
813
+ {
814
+ "jobQueueName": str,
815
+ "jobQueueArn": str,
816
+ "state": JQStateType,
817
+ "priority": int,
818
+ "computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
819
+ "schedulingPolicyArn": NotRequired[str],
820
+ "status": NotRequired[JQStatusType],
821
+ "statusReason": NotRequired[str],
822
+ "tags": NotRequired[Dict[str, str]],
823
+ "jobStateTimeLimitActions": NotRequired[List[JobStateTimeLimitActionTypeDef]],
824
+ },
825
+ )
826
+ UpdateJobQueueRequestRequestTypeDef = TypedDict(
827
+ "UpdateJobQueueRequestRequestTypeDef",
828
+ {
829
+ "jobQueue": str,
830
+ "state": NotRequired[JQStateType],
831
+ "schedulingPolicyArn": NotRequired[str],
832
+ "priority": NotRequired[int],
833
+ "computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
834
+ "jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
835
+ },
836
+ )
812
837
  DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef = TypedDict(
813
838
  "DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
814
839
  {
@@ -993,14 +1018,6 @@ AttemptDetailTypeDef = TypedDict(
993
1018
  "statusReason": NotRequired[str],
994
1019
  },
995
1020
  )
996
- DescribeJobQueuesResponseTypeDef = TypedDict(
997
- "DescribeJobQueuesResponseTypeDef",
998
- {
999
- "jobQueues": List[JobQueueDetailTypeDef],
1000
- "nextToken": str,
1001
- "ResponseMetadata": ResponseMetadataTypeDef,
1002
- },
1003
- )
1004
1021
  ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
1005
1022
  "ComputeEnvironmentDetailPaginatorTypeDef",
1006
1023
  {
@@ -1071,6 +1088,14 @@ TaskPropertiesOverrideTypeDef = TypedDict(
1071
1088
  "containers": NotRequired[Sequence[TaskContainerOverridesTypeDef]],
1072
1089
  },
1073
1090
  )
1091
+ DescribeJobQueuesResponseTypeDef = TypedDict(
1092
+ "DescribeJobQueuesResponseTypeDef",
1093
+ {
1094
+ "jobQueues": List[JobQueueDetailTypeDef],
1095
+ "nextToken": str,
1096
+ "ResponseMetadata": ResponseMetadataTypeDef,
1097
+ },
1098
+ )
1074
1099
  VolumeTypeDef = TypedDict(
1075
1100
  "VolumeTypeDef",
1076
1101
  {
@@ -1093,6 +1118,7 @@ EksPodPropertiesDetailTypeDef = TypedDict(
1093
1118
  "serviceAccountName": NotRequired[str],
1094
1119
  "hostNetwork": NotRequired[bool],
1095
1120
  "dnsPolicy": NotRequired[str],
1121
+ "imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
1096
1122
  "containers": NotRequired[List[EksContainerDetailTypeDef]],
1097
1123
  "initContainers": NotRequired[List[EksContainerDetailTypeDef]],
1098
1124
  "volumes": NotRequired[List[EksVolumeTypeDef]],
@@ -1108,6 +1134,7 @@ EksPodPropertiesTypeDef = TypedDict(
1108
1134
  "serviceAccountName": NotRequired[str],
1109
1135
  "hostNetwork": NotRequired[bool],
1110
1136
  "dnsPolicy": NotRequired[str],
1137
+ "imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
1111
1138
  "containers": NotRequired[List[EksContainerTypeDef]],
1112
1139
  "initContainers": NotRequired[List[EksContainerTypeDef]],
1113
1140
  "volumes": NotRequired[List[EksVolumeTypeDef]],
@@ -38,6 +38,10 @@ from .literals import (
38
38
  RetryActionType,
39
39
  )
40
40
 
41
+ if sys.version_info >= (3, 12):
42
+ from typing import Literal
43
+ else:
44
+ from typing_extensions import Literal
41
45
  if sys.version_info >= (3, 12):
42
46
  from typing import NotRequired
43
47
  else:
@@ -70,6 +74,7 @@ __all__ = (
70
74
  "UlimitTypeDef",
71
75
  "ContainerSummaryTypeDef",
72
76
  "ResponseMetadataTypeDef",
77
+ "JobStateTimeLimitActionTypeDef",
73
78
  "DeleteComputeEnvironmentRequestRequestTypeDef",
74
79
  "DeleteJobQueueRequestRequestTypeDef",
75
80
  "DeleteSchedulingPolicyRequestRequestTypeDef",
@@ -90,6 +95,7 @@ __all__ = (
90
95
  "EksEmptyDirTypeDef",
91
96
  "EksHostPathTypeDef",
92
97
  "EksMetadataTypeDef",
98
+ "ImagePullSecretTypeDef",
93
99
  "EksSecretTypeDef",
94
100
  "EvaluateOnExitTypeDef",
95
101
  "ShareAttributesTypeDef",
@@ -108,9 +114,6 @@ __all__ = (
108
114
  "TerminateJobRequestRequestTypeDef",
109
115
  "UntagResourceRequestRequestTypeDef",
110
116
  "AttemptContainerDetailTypeDef",
111
- "CreateJobQueueRequestRequestTypeDef",
112
- "JobQueueDetailTypeDef",
113
- "UpdateJobQueueRequestRequestTypeDef",
114
117
  "ComputeResourcePaginatorTypeDef",
115
118
  "ComputeResourceTypeDef",
116
119
  "ComputeResourceUpdateTypeDef",
@@ -125,6 +128,9 @@ __all__ = (
125
128
  "SubmitJobResponseTypeDef",
126
129
  "UpdateComputeEnvironmentResponseTypeDef",
127
130
  "UpdateJobQueueResponseTypeDef",
131
+ "CreateJobQueueRequestRequestTypeDef",
132
+ "JobQueueDetailTypeDef",
133
+ "UpdateJobQueueRequestRequestTypeDef",
128
134
  "DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
129
135
  "DescribeJobDefinitionsRequestDescribeJobDefinitionsPaginateTypeDef",
130
136
  "DescribeJobQueuesRequestDescribeJobQueuesPaginateTypeDef",
@@ -143,12 +149,12 @@ __all__ = (
143
149
  "LinuxParametersTypeDef",
144
150
  "ListSchedulingPoliciesResponseTypeDef",
145
151
  "AttemptDetailTypeDef",
146
- "DescribeJobQueuesResponseTypeDef",
147
152
  "ComputeEnvironmentDetailPaginatorTypeDef",
148
153
  "ComputeEnvironmentDetailTypeDef",
149
154
  "CreateComputeEnvironmentRequestRequestTypeDef",
150
155
  "UpdateComputeEnvironmentRequestRequestTypeDef",
151
156
  "TaskPropertiesOverrideTypeDef",
157
+ "DescribeJobQueuesResponseTypeDef",
152
158
  "VolumeTypeDef",
153
159
  "EksPodPropertiesOverrideTypeDef",
154
160
  "EksPodPropertiesDetailTypeDef",
@@ -342,6 +348,15 @@ ResponseMetadataTypeDef = TypedDict(
342
348
  "HostId": NotRequired[str],
343
349
  },
344
350
  )
351
+ JobStateTimeLimitActionTypeDef = TypedDict(
352
+ "JobStateTimeLimitActionTypeDef",
353
+ {
354
+ "reason": str,
355
+ "state": Literal["RUNNABLE"],
356
+ "maxTimeSeconds": int,
357
+ "action": Literal["CANCEL"],
358
+ },
359
+ )
345
360
  DeleteComputeEnvironmentRequestRequestTypeDef = TypedDict(
346
361
  "DeleteComputeEnvironmentRequestRequestTypeDef",
347
362
  {
@@ -454,6 +469,7 @@ EksContainerSecurityContextTypeDef = TypedDict(
454
469
  "runAsUser": NotRequired[int],
455
470
  "runAsGroup": NotRequired[int],
456
471
  "privileged": NotRequired[bool],
472
+ "allowPrivilegeEscalation": NotRequired[bool],
457
473
  "readOnlyRootFilesystem": NotRequired[bool],
458
474
  "runAsNonRoot": NotRequired[bool],
459
475
  },
@@ -485,6 +501,12 @@ EksMetadataTypeDef = TypedDict(
485
501
  "labels": NotRequired[Dict[str, str]],
486
502
  },
487
503
  )
504
+ ImagePullSecretTypeDef = TypedDict(
505
+ "ImagePullSecretTypeDef",
506
+ {
507
+ "name": str,
508
+ },
509
+ )
488
510
  EksSecretTypeDef = TypedDict(
489
511
  "EksSecretTypeDef",
490
512
  {
@@ -615,41 +637,6 @@ AttemptContainerDetailTypeDef = TypedDict(
615
637
  "networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
616
638
  },
617
639
  )
618
- CreateJobQueueRequestRequestTypeDef = TypedDict(
619
- "CreateJobQueueRequestRequestTypeDef",
620
- {
621
- "jobQueueName": str,
622
- "priority": int,
623
- "computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
624
- "state": NotRequired[JQStateType],
625
- "schedulingPolicyArn": NotRequired[str],
626
- "tags": NotRequired[Mapping[str, str]],
627
- },
628
- )
629
- JobQueueDetailTypeDef = TypedDict(
630
- "JobQueueDetailTypeDef",
631
- {
632
- "jobQueueName": str,
633
- "jobQueueArn": str,
634
- "state": JQStateType,
635
- "priority": int,
636
- "computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
637
- "schedulingPolicyArn": NotRequired[str],
638
- "status": NotRequired[JQStatusType],
639
- "statusReason": NotRequired[str],
640
- "tags": NotRequired[Dict[str, str]],
641
- },
642
- )
643
- UpdateJobQueueRequestRequestTypeDef = TypedDict(
644
- "UpdateJobQueueRequestRequestTypeDef",
645
- {
646
- "jobQueue": str,
647
- "state": NotRequired[JQStateType],
648
- "schedulingPolicyArn": NotRequired[str],
649
- "priority": NotRequired[int],
650
- "computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
651
- },
652
- )
653
640
  ComputeResourcePaginatorTypeDef = TypedDict(
654
641
  "ComputeResourcePaginatorTypeDef",
655
642
  {
@@ -809,6 +796,44 @@ UpdateJobQueueResponseTypeDef = TypedDict(
809
796
  "ResponseMetadata": ResponseMetadataTypeDef,
810
797
  },
811
798
  )
799
+ CreateJobQueueRequestRequestTypeDef = TypedDict(
800
+ "CreateJobQueueRequestRequestTypeDef",
801
+ {
802
+ "jobQueueName": str,
803
+ "priority": int,
804
+ "computeEnvironmentOrder": Sequence[ComputeEnvironmentOrderTypeDef],
805
+ "state": NotRequired[JQStateType],
806
+ "schedulingPolicyArn": NotRequired[str],
807
+ "tags": NotRequired[Mapping[str, str]],
808
+ "jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
809
+ },
810
+ )
811
+ JobQueueDetailTypeDef = TypedDict(
812
+ "JobQueueDetailTypeDef",
813
+ {
814
+ "jobQueueName": str,
815
+ "jobQueueArn": str,
816
+ "state": JQStateType,
817
+ "priority": int,
818
+ "computeEnvironmentOrder": List[ComputeEnvironmentOrderTypeDef],
819
+ "schedulingPolicyArn": NotRequired[str],
820
+ "status": NotRequired[JQStatusType],
821
+ "statusReason": NotRequired[str],
822
+ "tags": NotRequired[Dict[str, str]],
823
+ "jobStateTimeLimitActions": NotRequired[List[JobStateTimeLimitActionTypeDef]],
824
+ },
825
+ )
826
+ UpdateJobQueueRequestRequestTypeDef = TypedDict(
827
+ "UpdateJobQueueRequestRequestTypeDef",
828
+ {
829
+ "jobQueue": str,
830
+ "state": NotRequired[JQStateType],
831
+ "schedulingPolicyArn": NotRequired[str],
832
+ "priority": NotRequired[int],
833
+ "computeEnvironmentOrder": NotRequired[Sequence[ComputeEnvironmentOrderTypeDef]],
834
+ "jobStateTimeLimitActions": NotRequired[Sequence[JobStateTimeLimitActionTypeDef]],
835
+ },
836
+ )
812
837
  DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef = TypedDict(
813
838
  "DescribeComputeEnvironmentsRequestDescribeComputeEnvironmentsPaginateTypeDef",
814
839
  {
@@ -993,14 +1018,6 @@ AttemptDetailTypeDef = TypedDict(
993
1018
  "statusReason": NotRequired[str],
994
1019
  },
995
1020
  )
996
- DescribeJobQueuesResponseTypeDef = TypedDict(
997
- "DescribeJobQueuesResponseTypeDef",
998
- {
999
- "jobQueues": List[JobQueueDetailTypeDef],
1000
- "nextToken": str,
1001
- "ResponseMetadata": ResponseMetadataTypeDef,
1002
- },
1003
- )
1004
1021
  ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
1005
1022
  "ComputeEnvironmentDetailPaginatorTypeDef",
1006
1023
  {
@@ -1071,6 +1088,14 @@ TaskPropertiesOverrideTypeDef = TypedDict(
1071
1088
  "containers": NotRequired[Sequence[TaskContainerOverridesTypeDef]],
1072
1089
  },
1073
1090
  )
1091
+ DescribeJobQueuesResponseTypeDef = TypedDict(
1092
+ "DescribeJobQueuesResponseTypeDef",
1093
+ {
1094
+ "jobQueues": List[JobQueueDetailTypeDef],
1095
+ "nextToken": str,
1096
+ "ResponseMetadata": ResponseMetadataTypeDef,
1097
+ },
1098
+ )
1074
1099
  VolumeTypeDef = TypedDict(
1075
1100
  "VolumeTypeDef",
1076
1101
  {
@@ -1093,6 +1118,7 @@ EksPodPropertiesDetailTypeDef = TypedDict(
1093
1118
  "serviceAccountName": NotRequired[str],
1094
1119
  "hostNetwork": NotRequired[bool],
1095
1120
  "dnsPolicy": NotRequired[str],
1121
+ "imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
1096
1122
  "containers": NotRequired[List[EksContainerDetailTypeDef]],
1097
1123
  "initContainers": NotRequired[List[EksContainerDetailTypeDef]],
1098
1124
  "volumes": NotRequired[List[EksVolumeTypeDef]],
@@ -1108,6 +1134,7 @@ EksPodPropertiesTypeDef = TypedDict(
1108
1134
  "serviceAccountName": NotRequired[str],
1109
1135
  "hostNetwork": NotRequired[bool],
1110
1136
  "dnsPolicy": NotRequired[str],
1137
+ "imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
1111
1138
  "containers": NotRequired[List[EksContainerTypeDef]],
1112
1139
  "initContainers": NotRequired[List[EksContainerTypeDef]],
1113
1140
  "volumes": NotRequired[List[EksVolumeTypeDef]],
@@ -2,4 +2,4 @@
2
2
  Source of truth for version.
3
3
  """
4
4
 
5
- __version__ = "1.34.52"
5
+ __version__ = "1.34.72"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-batch
3
- Version: 1.34.52
4
- Summary: Type annotations for boto3.Batch 1.34.52 service generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.72
4
+ Summary: Type annotations for boto3.Batch 1.34.72 service generated with mypy-boto3-builder 7.23.2
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
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions >=4.1.0 ; python_version < "3.12"
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
45
  Type annotations for
46
- [boto3.Batch 1.34.52](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
46
+ [boto3.Batch 1.34.72](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
47
47
  service compatible with [VSCode](https://code.visualstudio.com/),
48
48
  [PyCharm](https://www.jetbrains.com/pycharm/),
49
49
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -0,0 +1,18 @@
1
+ mypy_boto3_batch/__init__.py,sha256=CdsP-5YOQWt7HL_yUi5Vqzp-QfjJjP2GNk1yrrcr8S0,1510
2
+ mypy_boto3_batch/__init__.pyi,sha256=CdsP-5YOQWt7HL_yUi5Vqzp-QfjJjP2GNk1yrrcr8S0,1510
3
+ mypy_boto3_batch/__main__.py,sha256=i--Jdx7-iogwQctdc4KqmLRrnPFCNJKosOHASjzpVyY,911
4
+ mypy_boto3_batch/client.py,sha256=0o6-1jgq0dwwehqN8G2Nv-RBiCCQFbTNruSoLWNKowc,20910
5
+ mypy_boto3_batch/client.pyi,sha256=KQuSKcbu0J78uxR2k0ns4BPZqX1ocpywLOVLbr4_EYc,20907
6
+ mypy_boto3_batch/literals.py,sha256=yP4bRXl28DS9pTfm_W4QY6QPA7s0voRwrklzVh7KzYE,11600
7
+ mypy_boto3_batch/literals.pyi,sha256=yP4bRXl28DS9pTfm_W4QY6QPA7s0voRwrklzVh7KzYE,11600
8
+ mypy_boto3_batch/paginator.py,sha256=G4JEj_1BzubHSzCpgYrHFhfmaVwPUVgEpmDhH1DLt9o,6654
9
+ mypy_boto3_batch/paginator.pyi,sha256=0IUxpxdOszwdqfwpcDtL11KyLdRTPyTH4qada1l4-zc,6648
10
+ mypy_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ mypy_boto3_batch/type_defs.py,sha256=wplZqAY5zICt4Pj66xmIXq1L2wgRJrcLnypB1zyh8YI,50019
12
+ mypy_boto3_batch/type_defs.pyi,sha256=wplZqAY5zICt4Pj66xmIXq1L2wgRJrcLnypB1zyh8YI,50019
13
+ mypy_boto3_batch/version.py,sha256=KykNxLZ8j-5oh7CGcxoHS4OfyNpUjq8KMwRNU08fOPE,62
14
+ mypy_boto3_batch-1.34.72.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
15
+ mypy_boto3_batch-1.34.72.dist-info/METADATA,sha256=6oAYVA7mp9-xPRXn7lR_HmfBlSodjjfxafBcowL5NcI,13207
16
+ mypy_boto3_batch-1.34.72.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
17
+ mypy_boto3_batch-1.34.72.dist-info/top_level.txt,sha256=nQYjfsN6wIUBZIBe-zQ2zdG_qLWOOD4H8db6MwZNh0I,17
18
+ mypy_boto3_batch-1.34.72.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,18 +0,0 @@
1
- mypy_boto3_batch/__init__.py,sha256=CdsP-5YOQWt7HL_yUi5Vqzp-QfjJjP2GNk1yrrcr8S0,1510
2
- mypy_boto3_batch/__init__.pyi,sha256=CdsP-5YOQWt7HL_yUi5Vqzp-QfjJjP2GNk1yrrcr8S0,1510
3
- mypy_boto3_batch/__main__.py,sha256=QnUbvN3u1d-VIbfiLDjYUxvAEx5e5hKaRTKLEXFzSu0,911
4
- mypy_boto3_batch/client.py,sha256=fqMRhlA1bpLahxMeUeAIIi41JN6qnJYQMXygQIbQoYY,20710
5
- mypy_boto3_batch/client.pyi,sha256=w6aeHofL8VgjN0oFaJ1cokS5P8K0axQ5-zsklF43X9w,20707
6
- mypy_boto3_batch/literals.py,sha256=WtmgmwcYaFL5gPEwJhC_MqUpcA5mfnC05uctOHeraks,11401
7
- mypy_boto3_batch/literals.pyi,sha256=WtmgmwcYaFL5gPEwJhC_MqUpcA5mfnC05uctOHeraks,11401
8
- mypy_boto3_batch/paginator.py,sha256=G4JEj_1BzubHSzCpgYrHFhfmaVwPUVgEpmDhH1DLt9o,6654
9
- mypy_boto3_batch/paginator.pyi,sha256=0IUxpxdOszwdqfwpcDtL11KyLdRTPyTH4qada1l4-zc,6648
10
- mypy_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- mypy_boto3_batch/type_defs.py,sha256=KYuotN52G9uDpgkoyOxeepthqEn6doLxxiPPdutVMlY,49046
12
- mypy_boto3_batch/type_defs.pyi,sha256=KYuotN52G9uDpgkoyOxeepthqEn6doLxxiPPdutVMlY,49046
13
- mypy_boto3_batch/version.py,sha256=uOtNYicdR4OHc1m_i4zUx5QyFMtCjwORLYfbkORP9xQ,62
14
- mypy_boto3_batch-1.34.52.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
15
- mypy_boto3_batch-1.34.52.dist-info/METADATA,sha256=OigS7ELZQHRWmRigTvd6_Sc3b12PfvKEE7m1bpx417Y,13207
16
- mypy_boto3_batch-1.34.52.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
17
- mypy_boto3_batch-1.34.52.dist-info/top_level.txt,sha256=nQYjfsN6wIUBZIBe-zQ2zdG_qLWOOD4H8db6MwZNh0I,17
18
- mypy_boto3_batch-1.34.52.dist-info/RECORD,,