mypy-boto3-batch 1.34.59__tar.gz → 1.34.83__tar.gz
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-1.34.59 → mypy-boto3-batch-1.34.83}/PKG-INFO +3 -3
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/README.md +1 -1
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/__main__.py +3 -3
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/literals.py +4 -1
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/literals.pyi +4 -1
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/type_defs.py +39 -7
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/type_defs.pyi +39 -7
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/version.py +1 -1
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/PKG-INFO +3 -3
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/setup.py +2 -2
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/LICENSE +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/__init__.py +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/__init__.pyi +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/client.py +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/client.pyi +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/paginator.py +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/paginator.pyi +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch/py.typed +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/requires.txt +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
- {mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-batch
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Batch 1.34.
|
|
3
|
+
Version: 1.34.83
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.34.83 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
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Batch 1.34.
|
|
46
|
+
[boto3.Batch 1.34.83](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/),
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.Batch 1.34.
|
|
13
|
+
[boto3.Batch 1.34.83](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -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.
|
|
14
|
-
"Version: 1.34.
|
|
13
|
+
"Type annotations for boto3.Batch 1.34.83\n"
|
|
14
|
+
"Version: 1.34.83\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.
|
|
27
|
+
print("1.34.83")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -159,6 +159,7 @@ ServiceName = Literal[
|
|
|
159
159
|
"codebuild",
|
|
160
160
|
"codecatalyst",
|
|
161
161
|
"codecommit",
|
|
162
|
+
"codeconnections",
|
|
162
163
|
"codedeploy",
|
|
163
164
|
"codeguru-reviewer",
|
|
164
165
|
"codeguru-security",
|
|
@@ -179,6 +180,7 @@ ServiceName = Literal[
|
|
|
179
180
|
"connectcampaigns",
|
|
180
181
|
"connectcases",
|
|
181
182
|
"connectparticipant",
|
|
183
|
+
"controlcatalog",
|
|
182
184
|
"controltower",
|
|
183
185
|
"cost-optimization-hub",
|
|
184
186
|
"cur",
|
|
@@ -189,6 +191,7 @@ ServiceName = Literal[
|
|
|
189
191
|
"datasync",
|
|
190
192
|
"datazone",
|
|
191
193
|
"dax",
|
|
194
|
+
"deadline",
|
|
192
195
|
"detective",
|
|
193
196
|
"devicefarm",
|
|
194
197
|
"devops-guru",
|
|
@@ -257,7 +260,6 @@ ServiceName = Literal[
|
|
|
257
260
|
"iot",
|
|
258
261
|
"iot-data",
|
|
259
262
|
"iot-jobs-data",
|
|
260
|
-
"iot-roborunner",
|
|
261
263
|
"iot1click-devices",
|
|
262
264
|
"iot1click-projects",
|
|
263
265
|
"iotanalytics",
|
|
@@ -445,6 +447,7 @@ ServiceName = Literal[
|
|
|
445
447
|
"swf",
|
|
446
448
|
"synthetics",
|
|
447
449
|
"textract",
|
|
450
|
+
"timestream-influxdb",
|
|
448
451
|
"timestream-query",
|
|
449
452
|
"timestream-write",
|
|
450
453
|
"tnb",
|
|
@@ -159,6 +159,7 @@ ServiceName = Literal[
|
|
|
159
159
|
"codebuild",
|
|
160
160
|
"codecatalyst",
|
|
161
161
|
"codecommit",
|
|
162
|
+
"codeconnections",
|
|
162
163
|
"codedeploy",
|
|
163
164
|
"codeguru-reviewer",
|
|
164
165
|
"codeguru-security",
|
|
@@ -179,6 +180,7 @@ ServiceName = Literal[
|
|
|
179
180
|
"connectcampaigns",
|
|
180
181
|
"connectcases",
|
|
181
182
|
"connectparticipant",
|
|
183
|
+
"controlcatalog",
|
|
182
184
|
"controltower",
|
|
183
185
|
"cost-optimization-hub",
|
|
184
186
|
"cur",
|
|
@@ -189,6 +191,7 @@ ServiceName = Literal[
|
|
|
189
191
|
"datasync",
|
|
190
192
|
"datazone",
|
|
191
193
|
"dax",
|
|
194
|
+
"deadline",
|
|
192
195
|
"detective",
|
|
193
196
|
"devicefarm",
|
|
194
197
|
"devops-guru",
|
|
@@ -257,7 +260,6 @@ ServiceName = Literal[
|
|
|
257
260
|
"iot",
|
|
258
261
|
"iot-data",
|
|
259
262
|
"iot-jobs-data",
|
|
260
|
-
"iot-roborunner",
|
|
261
263
|
"iot1click-devices",
|
|
262
264
|
"iot1click-projects",
|
|
263
265
|
"iotanalytics",
|
|
@@ -445,6 +447,7 @@ ServiceName = Literal[
|
|
|
445
447
|
"swf",
|
|
446
448
|
"synthetics",
|
|
447
449
|
"textract",
|
|
450
|
+
"timestream-influxdb",
|
|
448
451
|
"timestream-query",
|
|
449
452
|
"timestream-write",
|
|
450
453
|
"tnb",
|
|
@@ -95,6 +95,7 @@ __all__ = (
|
|
|
95
95
|
"EksEmptyDirTypeDef",
|
|
96
96
|
"EksHostPathTypeDef",
|
|
97
97
|
"EksMetadataTypeDef",
|
|
98
|
+
"ImagePullSecretTypeDef",
|
|
98
99
|
"EksSecretTypeDef",
|
|
99
100
|
"EvaluateOnExitTypeDef",
|
|
100
101
|
"ShareAttributesTypeDef",
|
|
@@ -113,6 +114,7 @@ __all__ = (
|
|
|
113
114
|
"TerminateJobRequestRequestTypeDef",
|
|
114
115
|
"UntagResourceRequestRequestTypeDef",
|
|
115
116
|
"AttemptContainerDetailTypeDef",
|
|
117
|
+
"AttemptTaskContainerDetailsTypeDef",
|
|
116
118
|
"ComputeResourcePaginatorTypeDef",
|
|
117
119
|
"ComputeResourceTypeDef",
|
|
118
120
|
"ComputeResourceUpdateTypeDef",
|
|
@@ -147,7 +149,7 @@ __all__ = (
|
|
|
147
149
|
"ListJobsRequestRequestTypeDef",
|
|
148
150
|
"LinuxParametersTypeDef",
|
|
149
151
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
150
|
-
"
|
|
152
|
+
"AttemptEcsTaskDetailsTypeDef",
|
|
151
153
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
152
154
|
"ComputeEnvironmentDetailTypeDef",
|
|
153
155
|
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
@@ -164,6 +166,7 @@ __all__ = (
|
|
|
164
166
|
"ListJobsResponseTypeDef",
|
|
165
167
|
"TaskContainerDetailsTypeDef",
|
|
166
168
|
"TaskContainerPropertiesTypeDef",
|
|
169
|
+
"AttemptDetailTypeDef",
|
|
167
170
|
"DescribeComputeEnvironmentsResponsePaginatorTypeDef",
|
|
168
171
|
"DescribeComputeEnvironmentsResponseTypeDef",
|
|
169
172
|
"EcsPropertiesOverrideTypeDef",
|
|
@@ -444,6 +447,7 @@ EFSAuthorizationConfigTypeDef = TypedDict(
|
|
|
444
447
|
EksAttemptContainerDetailTypeDef = TypedDict(
|
|
445
448
|
"EksAttemptContainerDetailTypeDef",
|
|
446
449
|
{
|
|
450
|
+
"name": NotRequired[str],
|
|
447
451
|
"exitCode": NotRequired[int],
|
|
448
452
|
"reason": NotRequired[str],
|
|
449
453
|
},
|
|
@@ -468,6 +472,7 @@ EksContainerSecurityContextTypeDef = TypedDict(
|
|
|
468
472
|
"runAsUser": NotRequired[int],
|
|
469
473
|
"runAsGroup": NotRequired[int],
|
|
470
474
|
"privileged": NotRequired[bool],
|
|
475
|
+
"allowPrivilegeEscalation": NotRequired[bool],
|
|
471
476
|
"readOnlyRootFilesystem": NotRequired[bool],
|
|
472
477
|
"runAsNonRoot": NotRequired[bool],
|
|
473
478
|
},
|
|
@@ -499,6 +504,12 @@ EksMetadataTypeDef = TypedDict(
|
|
|
499
504
|
"labels": NotRequired[Dict[str, str]],
|
|
500
505
|
},
|
|
501
506
|
)
|
|
507
|
+
ImagePullSecretTypeDef = TypedDict(
|
|
508
|
+
"ImagePullSecretTypeDef",
|
|
509
|
+
{
|
|
510
|
+
"name": str,
|
|
511
|
+
},
|
|
512
|
+
)
|
|
502
513
|
EksSecretTypeDef = TypedDict(
|
|
503
514
|
"EksSecretTypeDef",
|
|
504
515
|
{
|
|
@@ -629,6 +640,16 @@ AttemptContainerDetailTypeDef = TypedDict(
|
|
|
629
640
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
630
641
|
},
|
|
631
642
|
)
|
|
643
|
+
AttemptTaskContainerDetailsTypeDef = TypedDict(
|
|
644
|
+
"AttemptTaskContainerDetailsTypeDef",
|
|
645
|
+
{
|
|
646
|
+
"exitCode": NotRequired[int],
|
|
647
|
+
"name": NotRequired[str],
|
|
648
|
+
"reason": NotRequired[str],
|
|
649
|
+
"logStreamName": NotRequired[str],
|
|
650
|
+
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
651
|
+
},
|
|
652
|
+
)
|
|
632
653
|
ComputeResourcePaginatorTypeDef = TypedDict(
|
|
633
654
|
"ComputeResourcePaginatorTypeDef",
|
|
634
655
|
{
|
|
@@ -1001,13 +1022,12 @@ ListSchedulingPoliciesResponseTypeDef = TypedDict(
|
|
|
1001
1022
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1002
1023
|
},
|
|
1003
1024
|
)
|
|
1004
|
-
|
|
1005
|
-
"
|
|
1025
|
+
AttemptEcsTaskDetailsTypeDef = TypedDict(
|
|
1026
|
+
"AttemptEcsTaskDetailsTypeDef",
|
|
1006
1027
|
{
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
"statusReason": NotRequired[str],
|
|
1028
|
+
"containerInstanceArn": NotRequired[str],
|
|
1029
|
+
"taskArn": NotRequired[str],
|
|
1030
|
+
"containers": NotRequired[List[AttemptTaskContainerDetailsTypeDef]],
|
|
1011
1031
|
},
|
|
1012
1032
|
)
|
|
1013
1033
|
ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
|
|
@@ -1110,6 +1130,7 @@ EksPodPropertiesDetailTypeDef = TypedDict(
|
|
|
1110
1130
|
"serviceAccountName": NotRequired[str],
|
|
1111
1131
|
"hostNetwork": NotRequired[bool],
|
|
1112
1132
|
"dnsPolicy": NotRequired[str],
|
|
1133
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1113
1134
|
"containers": NotRequired[List[EksContainerDetailTypeDef]],
|
|
1114
1135
|
"initContainers": NotRequired[List[EksContainerDetailTypeDef]],
|
|
1115
1136
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
@@ -1125,6 +1146,7 @@ EksPodPropertiesTypeDef = TypedDict(
|
|
|
1125
1146
|
"serviceAccountName": NotRequired[str],
|
|
1126
1147
|
"hostNetwork": NotRequired[bool],
|
|
1127
1148
|
"dnsPolicy": NotRequired[str],
|
|
1149
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1128
1150
|
"containers": NotRequired[List[EksContainerTypeDef]],
|
|
1129
1151
|
"initContainers": NotRequired[List[EksContainerTypeDef]],
|
|
1130
1152
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
@@ -1210,6 +1232,16 @@ TaskContainerPropertiesTypeDef = TypedDict(
|
|
|
1210
1232
|
"user": NotRequired[str],
|
|
1211
1233
|
},
|
|
1212
1234
|
)
|
|
1235
|
+
AttemptDetailTypeDef = TypedDict(
|
|
1236
|
+
"AttemptDetailTypeDef",
|
|
1237
|
+
{
|
|
1238
|
+
"container": NotRequired[AttemptContainerDetailTypeDef],
|
|
1239
|
+
"startedAt": NotRequired[int],
|
|
1240
|
+
"stoppedAt": NotRequired[int],
|
|
1241
|
+
"statusReason": NotRequired[str],
|
|
1242
|
+
"taskProperties": NotRequired[List[AttemptEcsTaskDetailsTypeDef]],
|
|
1243
|
+
},
|
|
1244
|
+
)
|
|
1213
1245
|
DescribeComputeEnvironmentsResponsePaginatorTypeDef = TypedDict(
|
|
1214
1246
|
"DescribeComputeEnvironmentsResponsePaginatorTypeDef",
|
|
1215
1247
|
{
|
|
@@ -95,6 +95,7 @@ __all__ = (
|
|
|
95
95
|
"EksEmptyDirTypeDef",
|
|
96
96
|
"EksHostPathTypeDef",
|
|
97
97
|
"EksMetadataTypeDef",
|
|
98
|
+
"ImagePullSecretTypeDef",
|
|
98
99
|
"EksSecretTypeDef",
|
|
99
100
|
"EvaluateOnExitTypeDef",
|
|
100
101
|
"ShareAttributesTypeDef",
|
|
@@ -113,6 +114,7 @@ __all__ = (
|
|
|
113
114
|
"TerminateJobRequestRequestTypeDef",
|
|
114
115
|
"UntagResourceRequestRequestTypeDef",
|
|
115
116
|
"AttemptContainerDetailTypeDef",
|
|
117
|
+
"AttemptTaskContainerDetailsTypeDef",
|
|
116
118
|
"ComputeResourcePaginatorTypeDef",
|
|
117
119
|
"ComputeResourceTypeDef",
|
|
118
120
|
"ComputeResourceUpdateTypeDef",
|
|
@@ -147,7 +149,7 @@ __all__ = (
|
|
|
147
149
|
"ListJobsRequestRequestTypeDef",
|
|
148
150
|
"LinuxParametersTypeDef",
|
|
149
151
|
"ListSchedulingPoliciesResponseTypeDef",
|
|
150
|
-
"
|
|
152
|
+
"AttemptEcsTaskDetailsTypeDef",
|
|
151
153
|
"ComputeEnvironmentDetailPaginatorTypeDef",
|
|
152
154
|
"ComputeEnvironmentDetailTypeDef",
|
|
153
155
|
"CreateComputeEnvironmentRequestRequestTypeDef",
|
|
@@ -164,6 +166,7 @@ __all__ = (
|
|
|
164
166
|
"ListJobsResponseTypeDef",
|
|
165
167
|
"TaskContainerDetailsTypeDef",
|
|
166
168
|
"TaskContainerPropertiesTypeDef",
|
|
169
|
+
"AttemptDetailTypeDef",
|
|
167
170
|
"DescribeComputeEnvironmentsResponsePaginatorTypeDef",
|
|
168
171
|
"DescribeComputeEnvironmentsResponseTypeDef",
|
|
169
172
|
"EcsPropertiesOverrideTypeDef",
|
|
@@ -444,6 +447,7 @@ EFSAuthorizationConfigTypeDef = TypedDict(
|
|
|
444
447
|
EksAttemptContainerDetailTypeDef = TypedDict(
|
|
445
448
|
"EksAttemptContainerDetailTypeDef",
|
|
446
449
|
{
|
|
450
|
+
"name": NotRequired[str],
|
|
447
451
|
"exitCode": NotRequired[int],
|
|
448
452
|
"reason": NotRequired[str],
|
|
449
453
|
},
|
|
@@ -468,6 +472,7 @@ EksContainerSecurityContextTypeDef = TypedDict(
|
|
|
468
472
|
"runAsUser": NotRequired[int],
|
|
469
473
|
"runAsGroup": NotRequired[int],
|
|
470
474
|
"privileged": NotRequired[bool],
|
|
475
|
+
"allowPrivilegeEscalation": NotRequired[bool],
|
|
471
476
|
"readOnlyRootFilesystem": NotRequired[bool],
|
|
472
477
|
"runAsNonRoot": NotRequired[bool],
|
|
473
478
|
},
|
|
@@ -499,6 +504,12 @@ EksMetadataTypeDef = TypedDict(
|
|
|
499
504
|
"labels": NotRequired[Dict[str, str]],
|
|
500
505
|
},
|
|
501
506
|
)
|
|
507
|
+
ImagePullSecretTypeDef = TypedDict(
|
|
508
|
+
"ImagePullSecretTypeDef",
|
|
509
|
+
{
|
|
510
|
+
"name": str,
|
|
511
|
+
},
|
|
512
|
+
)
|
|
502
513
|
EksSecretTypeDef = TypedDict(
|
|
503
514
|
"EksSecretTypeDef",
|
|
504
515
|
{
|
|
@@ -629,6 +640,16 @@ AttemptContainerDetailTypeDef = TypedDict(
|
|
|
629
640
|
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
630
641
|
},
|
|
631
642
|
)
|
|
643
|
+
AttemptTaskContainerDetailsTypeDef = TypedDict(
|
|
644
|
+
"AttemptTaskContainerDetailsTypeDef",
|
|
645
|
+
{
|
|
646
|
+
"exitCode": NotRequired[int],
|
|
647
|
+
"name": NotRequired[str],
|
|
648
|
+
"reason": NotRequired[str],
|
|
649
|
+
"logStreamName": NotRequired[str],
|
|
650
|
+
"networkInterfaces": NotRequired[List[NetworkInterfaceTypeDef]],
|
|
651
|
+
},
|
|
652
|
+
)
|
|
632
653
|
ComputeResourcePaginatorTypeDef = TypedDict(
|
|
633
654
|
"ComputeResourcePaginatorTypeDef",
|
|
634
655
|
{
|
|
@@ -1001,13 +1022,12 @@ ListSchedulingPoliciesResponseTypeDef = TypedDict(
|
|
|
1001
1022
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
1002
1023
|
},
|
|
1003
1024
|
)
|
|
1004
|
-
|
|
1005
|
-
"
|
|
1025
|
+
AttemptEcsTaskDetailsTypeDef = TypedDict(
|
|
1026
|
+
"AttemptEcsTaskDetailsTypeDef",
|
|
1006
1027
|
{
|
|
1007
|
-
"
|
|
1008
|
-
"
|
|
1009
|
-
"
|
|
1010
|
-
"statusReason": NotRequired[str],
|
|
1028
|
+
"containerInstanceArn": NotRequired[str],
|
|
1029
|
+
"taskArn": NotRequired[str],
|
|
1030
|
+
"containers": NotRequired[List[AttemptTaskContainerDetailsTypeDef]],
|
|
1011
1031
|
},
|
|
1012
1032
|
)
|
|
1013
1033
|
ComputeEnvironmentDetailPaginatorTypeDef = TypedDict(
|
|
@@ -1110,6 +1130,7 @@ EksPodPropertiesDetailTypeDef = TypedDict(
|
|
|
1110
1130
|
"serviceAccountName": NotRequired[str],
|
|
1111
1131
|
"hostNetwork": NotRequired[bool],
|
|
1112
1132
|
"dnsPolicy": NotRequired[str],
|
|
1133
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1113
1134
|
"containers": NotRequired[List[EksContainerDetailTypeDef]],
|
|
1114
1135
|
"initContainers": NotRequired[List[EksContainerDetailTypeDef]],
|
|
1115
1136
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
@@ -1125,6 +1146,7 @@ EksPodPropertiesTypeDef = TypedDict(
|
|
|
1125
1146
|
"serviceAccountName": NotRequired[str],
|
|
1126
1147
|
"hostNetwork": NotRequired[bool],
|
|
1127
1148
|
"dnsPolicy": NotRequired[str],
|
|
1149
|
+
"imagePullSecrets": NotRequired[List[ImagePullSecretTypeDef]],
|
|
1128
1150
|
"containers": NotRequired[List[EksContainerTypeDef]],
|
|
1129
1151
|
"initContainers": NotRequired[List[EksContainerTypeDef]],
|
|
1130
1152
|
"volumes": NotRequired[List[EksVolumeTypeDef]],
|
|
@@ -1210,6 +1232,16 @@ TaskContainerPropertiesTypeDef = TypedDict(
|
|
|
1210
1232
|
"user": NotRequired[str],
|
|
1211
1233
|
},
|
|
1212
1234
|
)
|
|
1235
|
+
AttemptDetailTypeDef = TypedDict(
|
|
1236
|
+
"AttemptDetailTypeDef",
|
|
1237
|
+
{
|
|
1238
|
+
"container": NotRequired[AttemptContainerDetailTypeDef],
|
|
1239
|
+
"startedAt": NotRequired[int],
|
|
1240
|
+
"stoppedAt": NotRequired[int],
|
|
1241
|
+
"statusReason": NotRequired[str],
|
|
1242
|
+
"taskProperties": NotRequired[List[AttemptEcsTaskDetailsTypeDef]],
|
|
1243
|
+
},
|
|
1244
|
+
)
|
|
1213
1245
|
DescribeComputeEnvironmentsResponsePaginatorTypeDef = TypedDict(
|
|
1214
1246
|
"DescribeComputeEnvironmentsResponsePaginatorTypeDef",
|
|
1215
1247
|
{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-batch
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.Batch 1.34.
|
|
3
|
+
Version: 1.34.83
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.34.83 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
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.Batch 1.34.
|
|
46
|
+
[boto3.Batch 1.34.83](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/),
|
|
@@ -11,13 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-batch",
|
|
14
|
-
version="1.34.
|
|
14
|
+
version="1.34.83",
|
|
15
15
|
packages=["mypy_boto3_batch"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description="Type annotations for boto3.Batch 1.34.
|
|
20
|
+
description="Type annotations for boto3.Batch 1.34.83 service generated with mypy-boto3-builder 7.23.2",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/requires.txt
RENAMED
|
File without changes
|
{mypy-boto3-batch-1.34.59 → mypy-boto3-batch-1.34.83}/mypy_boto3_batch.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|