mypy-boto3-batch 1.26.11.post1__py3-none-any.whl → 1.26.98__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 +3 -3
- mypy_boto3_batch/client.py +2 -2
- mypy_boto3_batch/client.pyi +2 -2
- mypy_boto3_batch/literals.py +23 -1
- mypy_boto3_batch/literals.pyi +23 -1
- mypy_boto3_batch/type_defs.py +23 -0
- mypy_boto3_batch/type_defs.pyi +23 -0
- mypy_boto3_batch/version.py +1 -1
- {mypy_boto3_batch-1.26.11.post1.dist-info → mypy_boto3_batch-1.26.98.dist-info}/LICENSE +1 -1
- {mypy_boto3_batch-1.26.11.post1.dist-info → mypy_boto3_batch-1.26.98.dist-info}/METADATA +14 -11
- mypy_boto3_batch-1.26.98.dist-info/RECORD +18 -0
- {mypy_boto3_batch-1.26.11.post1.dist-info → mypy_boto3_batch-1.26.98.dist-info}/WHEEL +1 -1
- mypy_boto3_batch-1.26.11.post1.dist-info/RECORD +0 -18
- {mypy_boto3_batch-1.26.11.post1.dist-info → mypy_boto3_batch-1.26.98.dist-info}/top_level.txt +0 -0
mypy_boto3_batch/__main__.py
CHANGED
|
@@ -9,8 +9,8 @@ def print_info() -> None:
|
|
|
9
9
|
Print package info to stdout.
|
|
10
10
|
"""
|
|
11
11
|
print(
|
|
12
|
-
"Type annotations for boto3.Batch 1.26.
|
|
13
|
-
" 7.
|
|
12
|
+
"Type annotations for boto3.Batch 1.26.98\nVersion: 1.26.98\nBuilder version:"
|
|
13
|
+
" 7.14.2\nDocs: "
|
|
14
14
|
" https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch//\nBoto3 docs: "
|
|
15
15
|
" https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch\nOther"
|
|
16
16
|
" services: https://pypi.org/project/boto3-stubs/\nChangelog: "
|
|
@@ -22,7 +22,7 @@ def print_version() -> None:
|
|
|
22
22
|
"""
|
|
23
23
|
Print package version to stdout.
|
|
24
24
|
"""
|
|
25
|
-
print("1.26.
|
|
25
|
+
print("1.26.98")
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
def main() -> None:
|
mypy_boto3_batch/client.py
CHANGED
|
@@ -145,7 +145,7 @@ class BatchClient(BaseClient):
|
|
|
145
145
|
eksConfiguration: EksConfigurationTypeDef = ...
|
|
146
146
|
) -> CreateComputeEnvironmentResponseTypeDef:
|
|
147
147
|
"""
|
|
148
|
-
.
|
|
148
|
+
Creates an Batch compute environment.
|
|
149
149
|
|
|
150
150
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.create_compute_environment)
|
|
151
151
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#create_compute_environment)
|
|
@@ -256,7 +256,7 @@ class BatchClient(BaseClient):
|
|
|
256
256
|
|
|
257
257
|
def describe_jobs(self, *, jobs: Sequence[str]) -> DescribeJobsResponseTypeDef:
|
|
258
258
|
"""
|
|
259
|
-
.
|
|
259
|
+
Describes a list of Batch jobs.
|
|
260
260
|
|
|
261
261
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.describe_jobs)
|
|
262
262
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#describe_jobs)
|
mypy_boto3_batch/client.pyi
CHANGED
|
@@ -137,7 +137,7 @@ class BatchClient(BaseClient):
|
|
|
137
137
|
eksConfiguration: EksConfigurationTypeDef = ...
|
|
138
138
|
) -> CreateComputeEnvironmentResponseTypeDef:
|
|
139
139
|
"""
|
|
140
|
-
.
|
|
140
|
+
Creates an Batch compute environment.
|
|
141
141
|
|
|
142
142
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.create_compute_environment)
|
|
143
143
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#create_compute_environment)
|
|
@@ -238,7 +238,7 @@ class BatchClient(BaseClient):
|
|
|
238
238
|
"""
|
|
239
239
|
def describe_jobs(self, *, jobs: Sequence[str]) -> DescribeJobsResponseTypeDef:
|
|
240
240
|
"""
|
|
241
|
-
.
|
|
241
|
+
Describes a list of Batch jobs.
|
|
242
242
|
|
|
243
243
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.describe_jobs)
|
|
244
244
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#describe_jobs)
|
mypy_boto3_batch/literals.py
CHANGED
|
@@ -105,6 +105,7 @@ ServiceName = Literal[
|
|
|
105
105
|
"apprunner",
|
|
106
106
|
"appstream",
|
|
107
107
|
"appsync",
|
|
108
|
+
"arc-zonal-shift",
|
|
108
109
|
"athena",
|
|
109
110
|
"auditmanager",
|
|
110
111
|
"autoscaling",
|
|
@@ -122,6 +123,8 @@ ServiceName = Literal[
|
|
|
122
123
|
"chime-sdk-media-pipelines",
|
|
123
124
|
"chime-sdk-meetings",
|
|
124
125
|
"chime-sdk-messaging",
|
|
126
|
+
"chime-sdk-voice",
|
|
127
|
+
"cleanrooms",
|
|
125
128
|
"cloud9",
|
|
126
129
|
"cloudcontrol",
|
|
127
130
|
"clouddirectory",
|
|
@@ -132,9 +135,11 @@ ServiceName = Literal[
|
|
|
132
135
|
"cloudsearch",
|
|
133
136
|
"cloudsearchdomain",
|
|
134
137
|
"cloudtrail",
|
|
138
|
+
"cloudtrail-data",
|
|
135
139
|
"cloudwatch",
|
|
136
140
|
"codeartifact",
|
|
137
141
|
"codebuild",
|
|
142
|
+
"codecatalyst",
|
|
138
143
|
"codecommit",
|
|
139
144
|
"codedeploy",
|
|
140
145
|
"codeguru-reviewer",
|
|
@@ -171,6 +176,7 @@ ServiceName = Literal[
|
|
|
171
176
|
"dlm",
|
|
172
177
|
"dms",
|
|
173
178
|
"docdb",
|
|
179
|
+
"docdb-elastic",
|
|
174
180
|
"drs",
|
|
175
181
|
"ds",
|
|
176
182
|
"dynamodb",
|
|
@@ -223,9 +229,11 @@ ServiceName = Literal[
|
|
|
223
229
|
"importexport",
|
|
224
230
|
"inspector",
|
|
225
231
|
"inspector2",
|
|
232
|
+
"internetmonitor",
|
|
226
233
|
"iot",
|
|
227
234
|
"iot-data",
|
|
228
235
|
"iot-jobs-data",
|
|
236
|
+
"iot-roborunner",
|
|
229
237
|
"iot1click-devices",
|
|
230
238
|
"iot1click-projects",
|
|
231
239
|
"iotanalytics",
|
|
@@ -240,15 +248,18 @@ ServiceName = Literal[
|
|
|
240
248
|
"iottwinmaker",
|
|
241
249
|
"iotwireless",
|
|
242
250
|
"ivs",
|
|
251
|
+
"ivs-realtime",
|
|
243
252
|
"ivschat",
|
|
244
253
|
"kafka",
|
|
245
254
|
"kafkaconnect",
|
|
246
255
|
"kendra",
|
|
256
|
+
"kendra-ranking",
|
|
247
257
|
"keyspaces",
|
|
248
258
|
"kinesis",
|
|
249
259
|
"kinesis-video-archived-media",
|
|
250
260
|
"kinesis-video-media",
|
|
251
261
|
"kinesis-video-signaling",
|
|
262
|
+
"kinesis-video-webrtc-storage",
|
|
252
263
|
"kinesisanalytics",
|
|
253
264
|
"kinesisanalyticsv2",
|
|
254
265
|
"kinesisvideo",
|
|
@@ -260,6 +271,7 @@ ServiceName = Literal[
|
|
|
260
271
|
"lexv2-models",
|
|
261
272
|
"lexv2-runtime",
|
|
262
273
|
"license-manager",
|
|
274
|
+
"license-manager-linux-subscriptions",
|
|
263
275
|
"license-manager-user-subscriptions",
|
|
264
276
|
"lightsail",
|
|
265
277
|
"location",
|
|
@@ -299,7 +311,10 @@ ServiceName = Literal[
|
|
|
299
311
|
"network-firewall",
|
|
300
312
|
"networkmanager",
|
|
301
313
|
"nimble",
|
|
314
|
+
"oam",
|
|
315
|
+
"omics",
|
|
302
316
|
"opensearch",
|
|
317
|
+
"opensearchserverless",
|
|
303
318
|
"opsworks",
|
|
304
319
|
"opsworkscm",
|
|
305
320
|
"organizations",
|
|
@@ -313,6 +328,7 @@ ServiceName = Literal[
|
|
|
313
328
|
"pinpoint-email",
|
|
314
329
|
"pinpoint-sms-voice",
|
|
315
330
|
"pinpoint-sms-voice-v2",
|
|
331
|
+
"pipes",
|
|
316
332
|
"polly",
|
|
317
333
|
"pricing",
|
|
318
334
|
"privatenetworks",
|
|
@@ -348,6 +364,8 @@ ServiceName = Literal[
|
|
|
348
364
|
"sagemaker-a2i-runtime",
|
|
349
365
|
"sagemaker-edge",
|
|
350
366
|
"sagemaker-featurestore-runtime",
|
|
367
|
+
"sagemaker-geospatial",
|
|
368
|
+
"sagemaker-metrics",
|
|
351
369
|
"sagemaker-runtime",
|
|
352
370
|
"savingsplans",
|
|
353
371
|
"scheduler",
|
|
@@ -355,6 +373,7 @@ ServiceName = Literal[
|
|
|
355
373
|
"sdb",
|
|
356
374
|
"secretsmanager",
|
|
357
375
|
"securityhub",
|
|
376
|
+
"securitylake",
|
|
358
377
|
"serverlessrepo",
|
|
359
378
|
"service-quotas",
|
|
360
379
|
"servicecatalog",
|
|
@@ -364,6 +383,7 @@ ServiceName = Literal[
|
|
|
364
383
|
"sesv2",
|
|
365
384
|
"shield",
|
|
366
385
|
"signer",
|
|
386
|
+
"simspaceweaver",
|
|
367
387
|
"sms",
|
|
368
388
|
"sms-voice",
|
|
369
389
|
"snow-device-management",
|
|
@@ -373,7 +393,7 @@ ServiceName = Literal[
|
|
|
373
393
|
"ssm",
|
|
374
394
|
"ssm-contacts",
|
|
375
395
|
"ssm-incidents",
|
|
376
|
-
"
|
|
396
|
+
"ssm-sap",
|
|
377
397
|
"sso",
|
|
378
398
|
"sso-admin",
|
|
379
399
|
"sso-oidc",
|
|
@@ -387,6 +407,7 @@ ServiceName = Literal[
|
|
|
387
407
|
"textract",
|
|
388
408
|
"timestream-query",
|
|
389
409
|
"timestream-write",
|
|
410
|
+
"tnb",
|
|
390
411
|
"transcribe",
|
|
391
412
|
"transfer",
|
|
392
413
|
"translate",
|
|
@@ -440,6 +461,7 @@ RegionName = Literal[
|
|
|
440
461
|
"eu-west-1",
|
|
441
462
|
"eu-west-2",
|
|
442
463
|
"eu-west-3",
|
|
464
|
+
"me-central-1",
|
|
443
465
|
"me-south-1",
|
|
444
466
|
"sa-east-1",
|
|
445
467
|
"us-east-1",
|
mypy_boto3_batch/literals.pyi
CHANGED
|
@@ -103,6 +103,7 @@ ServiceName = Literal[
|
|
|
103
103
|
"apprunner",
|
|
104
104
|
"appstream",
|
|
105
105
|
"appsync",
|
|
106
|
+
"arc-zonal-shift",
|
|
106
107
|
"athena",
|
|
107
108
|
"auditmanager",
|
|
108
109
|
"autoscaling",
|
|
@@ -120,6 +121,8 @@ ServiceName = Literal[
|
|
|
120
121
|
"chime-sdk-media-pipelines",
|
|
121
122
|
"chime-sdk-meetings",
|
|
122
123
|
"chime-sdk-messaging",
|
|
124
|
+
"chime-sdk-voice",
|
|
125
|
+
"cleanrooms",
|
|
123
126
|
"cloud9",
|
|
124
127
|
"cloudcontrol",
|
|
125
128
|
"clouddirectory",
|
|
@@ -130,9 +133,11 @@ ServiceName = Literal[
|
|
|
130
133
|
"cloudsearch",
|
|
131
134
|
"cloudsearchdomain",
|
|
132
135
|
"cloudtrail",
|
|
136
|
+
"cloudtrail-data",
|
|
133
137
|
"cloudwatch",
|
|
134
138
|
"codeartifact",
|
|
135
139
|
"codebuild",
|
|
140
|
+
"codecatalyst",
|
|
136
141
|
"codecommit",
|
|
137
142
|
"codedeploy",
|
|
138
143
|
"codeguru-reviewer",
|
|
@@ -169,6 +174,7 @@ ServiceName = Literal[
|
|
|
169
174
|
"dlm",
|
|
170
175
|
"dms",
|
|
171
176
|
"docdb",
|
|
177
|
+
"docdb-elastic",
|
|
172
178
|
"drs",
|
|
173
179
|
"ds",
|
|
174
180
|
"dynamodb",
|
|
@@ -221,9 +227,11 @@ ServiceName = Literal[
|
|
|
221
227
|
"importexport",
|
|
222
228
|
"inspector",
|
|
223
229
|
"inspector2",
|
|
230
|
+
"internetmonitor",
|
|
224
231
|
"iot",
|
|
225
232
|
"iot-data",
|
|
226
233
|
"iot-jobs-data",
|
|
234
|
+
"iot-roborunner",
|
|
227
235
|
"iot1click-devices",
|
|
228
236
|
"iot1click-projects",
|
|
229
237
|
"iotanalytics",
|
|
@@ -238,15 +246,18 @@ ServiceName = Literal[
|
|
|
238
246
|
"iottwinmaker",
|
|
239
247
|
"iotwireless",
|
|
240
248
|
"ivs",
|
|
249
|
+
"ivs-realtime",
|
|
241
250
|
"ivschat",
|
|
242
251
|
"kafka",
|
|
243
252
|
"kafkaconnect",
|
|
244
253
|
"kendra",
|
|
254
|
+
"kendra-ranking",
|
|
245
255
|
"keyspaces",
|
|
246
256
|
"kinesis",
|
|
247
257
|
"kinesis-video-archived-media",
|
|
248
258
|
"kinesis-video-media",
|
|
249
259
|
"kinesis-video-signaling",
|
|
260
|
+
"kinesis-video-webrtc-storage",
|
|
250
261
|
"kinesisanalytics",
|
|
251
262
|
"kinesisanalyticsv2",
|
|
252
263
|
"kinesisvideo",
|
|
@@ -258,6 +269,7 @@ ServiceName = Literal[
|
|
|
258
269
|
"lexv2-models",
|
|
259
270
|
"lexv2-runtime",
|
|
260
271
|
"license-manager",
|
|
272
|
+
"license-manager-linux-subscriptions",
|
|
261
273
|
"license-manager-user-subscriptions",
|
|
262
274
|
"lightsail",
|
|
263
275
|
"location",
|
|
@@ -297,7 +309,10 @@ ServiceName = Literal[
|
|
|
297
309
|
"network-firewall",
|
|
298
310
|
"networkmanager",
|
|
299
311
|
"nimble",
|
|
312
|
+
"oam",
|
|
313
|
+
"omics",
|
|
300
314
|
"opensearch",
|
|
315
|
+
"opensearchserverless",
|
|
301
316
|
"opsworks",
|
|
302
317
|
"opsworkscm",
|
|
303
318
|
"organizations",
|
|
@@ -311,6 +326,7 @@ ServiceName = Literal[
|
|
|
311
326
|
"pinpoint-email",
|
|
312
327
|
"pinpoint-sms-voice",
|
|
313
328
|
"pinpoint-sms-voice-v2",
|
|
329
|
+
"pipes",
|
|
314
330
|
"polly",
|
|
315
331
|
"pricing",
|
|
316
332
|
"privatenetworks",
|
|
@@ -346,6 +362,8 @@ ServiceName = Literal[
|
|
|
346
362
|
"sagemaker-a2i-runtime",
|
|
347
363
|
"sagemaker-edge",
|
|
348
364
|
"sagemaker-featurestore-runtime",
|
|
365
|
+
"sagemaker-geospatial",
|
|
366
|
+
"sagemaker-metrics",
|
|
349
367
|
"sagemaker-runtime",
|
|
350
368
|
"savingsplans",
|
|
351
369
|
"scheduler",
|
|
@@ -353,6 +371,7 @@ ServiceName = Literal[
|
|
|
353
371
|
"sdb",
|
|
354
372
|
"secretsmanager",
|
|
355
373
|
"securityhub",
|
|
374
|
+
"securitylake",
|
|
356
375
|
"serverlessrepo",
|
|
357
376
|
"service-quotas",
|
|
358
377
|
"servicecatalog",
|
|
@@ -362,6 +381,7 @@ ServiceName = Literal[
|
|
|
362
381
|
"sesv2",
|
|
363
382
|
"shield",
|
|
364
383
|
"signer",
|
|
384
|
+
"simspaceweaver",
|
|
365
385
|
"sms",
|
|
366
386
|
"sms-voice",
|
|
367
387
|
"snow-device-management",
|
|
@@ -371,7 +391,7 @@ ServiceName = Literal[
|
|
|
371
391
|
"ssm",
|
|
372
392
|
"ssm-contacts",
|
|
373
393
|
"ssm-incidents",
|
|
374
|
-
"
|
|
394
|
+
"ssm-sap",
|
|
375
395
|
"sso",
|
|
376
396
|
"sso-admin",
|
|
377
397
|
"sso-oidc",
|
|
@@ -385,6 +405,7 @@ ServiceName = Literal[
|
|
|
385
405
|
"textract",
|
|
386
406
|
"timestream-query",
|
|
387
407
|
"timestream-write",
|
|
408
|
+
"tnb",
|
|
388
409
|
"transcribe",
|
|
389
410
|
"transfer",
|
|
390
411
|
"translate",
|
|
@@ -438,6 +459,7 @@ RegionName = Literal[
|
|
|
438
459
|
"eu-west-1",
|
|
439
460
|
"eu-west-2",
|
|
440
461
|
"eu-west-3",
|
|
462
|
+
"me-central-1",
|
|
441
463
|
"me-south-1",
|
|
442
464
|
"sa-east-1",
|
|
443
465
|
"us-east-1",
|
mypy_boto3_batch/type_defs.py
CHANGED
|
@@ -54,6 +54,7 @@ __all__ = (
|
|
|
54
54
|
"ComputeEnvironmentOrderTypeDef",
|
|
55
55
|
"Ec2ConfigurationTypeDef",
|
|
56
56
|
"LaunchTemplateSpecificationTypeDef",
|
|
57
|
+
"EphemeralStorageTypeDef",
|
|
57
58
|
"FargatePlatformConfigurationTypeDef",
|
|
58
59
|
"KeyValuePairTypeDef",
|
|
59
60
|
"MountPointTypeDef",
|
|
@@ -82,6 +83,7 @@ __all__ = (
|
|
|
82
83
|
"EksContainerVolumeMountTypeDef",
|
|
83
84
|
"EksEmptyDirTypeDef",
|
|
84
85
|
"EksHostPathTypeDef",
|
|
86
|
+
"EksMetadataTypeDef",
|
|
85
87
|
"EksSecretTypeDef",
|
|
86
88
|
"EvaluateOnExitTypeDef",
|
|
87
89
|
"ShareAttributesTypeDef",
|
|
@@ -263,6 +265,13 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
|
263
265
|
total=False,
|
|
264
266
|
)
|
|
265
267
|
|
|
268
|
+
EphemeralStorageTypeDef = TypedDict(
|
|
269
|
+
"EphemeralStorageTypeDef",
|
|
270
|
+
{
|
|
271
|
+
"sizeInGiB": int,
|
|
272
|
+
},
|
|
273
|
+
)
|
|
274
|
+
|
|
266
275
|
FargatePlatformConfigurationTypeDef = TypedDict(
|
|
267
276
|
"FargatePlatformConfigurationTypeDef",
|
|
268
277
|
{
|
|
@@ -534,6 +543,14 @@ EksHostPathTypeDef = TypedDict(
|
|
|
534
543
|
total=False,
|
|
535
544
|
)
|
|
536
545
|
|
|
546
|
+
EksMetadataTypeDef = TypedDict(
|
|
547
|
+
"EksMetadataTypeDef",
|
|
548
|
+
{
|
|
549
|
+
"labels": Dict[str, str],
|
|
550
|
+
},
|
|
551
|
+
total=False,
|
|
552
|
+
)
|
|
553
|
+
|
|
537
554
|
_RequiredEksSecretTypeDef = TypedDict(
|
|
538
555
|
"_RequiredEksSecretTypeDef",
|
|
539
556
|
{
|
|
@@ -1356,6 +1373,7 @@ EksPodPropertiesOverrideTypeDef = TypedDict(
|
|
|
1356
1373
|
"EksPodPropertiesOverrideTypeDef",
|
|
1357
1374
|
{
|
|
1358
1375
|
"containers": Sequence[EksContainerOverrideTypeDef],
|
|
1376
|
+
"metadata": EksMetadataTypeDef,
|
|
1359
1377
|
},
|
|
1360
1378
|
total=False,
|
|
1361
1379
|
)
|
|
@@ -1382,6 +1400,7 @@ EksPodPropertiesTypeDef = TypedDict(
|
|
|
1382
1400
|
"dnsPolicy": str,
|
|
1383
1401
|
"containers": List[EksContainerTypeDef],
|
|
1384
1402
|
"volumes": List[EksVolumeTypeDef],
|
|
1403
|
+
"metadata": EksMetadataTypeDef,
|
|
1385
1404
|
},
|
|
1386
1405
|
total=False,
|
|
1387
1406
|
)
|
|
@@ -1510,6 +1529,7 @@ ContainerDetailTypeDef = TypedDict(
|
|
|
1510
1529
|
"secrets": List[SecretTypeDef],
|
|
1511
1530
|
"networkConfiguration": NetworkConfigurationTypeDef,
|
|
1512
1531
|
"fargatePlatformConfiguration": FargatePlatformConfigurationTypeDef,
|
|
1532
|
+
"ephemeralStorage": EphemeralStorageTypeDef,
|
|
1513
1533
|
},
|
|
1514
1534
|
total=False,
|
|
1515
1535
|
)
|
|
@@ -1537,6 +1557,7 @@ ContainerPropertiesTypeDef = TypedDict(
|
|
|
1537
1557
|
"secrets": List[SecretTypeDef],
|
|
1538
1558
|
"networkConfiguration": NetworkConfigurationTypeDef,
|
|
1539
1559
|
"fargatePlatformConfiguration": FargatePlatformConfigurationTypeDef,
|
|
1560
|
+
"ephemeralStorage": EphemeralStorageTypeDef,
|
|
1540
1561
|
},
|
|
1541
1562
|
total=False,
|
|
1542
1563
|
)
|
|
@@ -1704,6 +1725,8 @@ _OptionalJobDetailTypeDef = TypedDict(
|
|
|
1704
1725
|
"platformCapabilities": List[PlatformCapabilityType],
|
|
1705
1726
|
"eksProperties": EksPropertiesDetailTypeDef,
|
|
1706
1727
|
"eksAttempts": List[EksAttemptDetailTypeDef],
|
|
1728
|
+
"isCancelled": bool,
|
|
1729
|
+
"isTerminated": bool,
|
|
1707
1730
|
},
|
|
1708
1731
|
total=False,
|
|
1709
1732
|
)
|
mypy_boto3_batch/type_defs.pyi
CHANGED
|
@@ -53,6 +53,7 @@ __all__ = (
|
|
|
53
53
|
"ComputeEnvironmentOrderTypeDef",
|
|
54
54
|
"Ec2ConfigurationTypeDef",
|
|
55
55
|
"LaunchTemplateSpecificationTypeDef",
|
|
56
|
+
"EphemeralStorageTypeDef",
|
|
56
57
|
"FargatePlatformConfigurationTypeDef",
|
|
57
58
|
"KeyValuePairTypeDef",
|
|
58
59
|
"MountPointTypeDef",
|
|
@@ -81,6 +82,7 @@ __all__ = (
|
|
|
81
82
|
"EksContainerVolumeMountTypeDef",
|
|
82
83
|
"EksEmptyDirTypeDef",
|
|
83
84
|
"EksHostPathTypeDef",
|
|
85
|
+
"EksMetadataTypeDef",
|
|
84
86
|
"EksSecretTypeDef",
|
|
85
87
|
"EvaluateOnExitTypeDef",
|
|
86
88
|
"ShareAttributesTypeDef",
|
|
@@ -260,6 +262,13 @@ LaunchTemplateSpecificationTypeDef = TypedDict(
|
|
|
260
262
|
total=False,
|
|
261
263
|
)
|
|
262
264
|
|
|
265
|
+
EphemeralStorageTypeDef = TypedDict(
|
|
266
|
+
"EphemeralStorageTypeDef",
|
|
267
|
+
{
|
|
268
|
+
"sizeInGiB": int,
|
|
269
|
+
},
|
|
270
|
+
)
|
|
271
|
+
|
|
263
272
|
FargatePlatformConfigurationTypeDef = TypedDict(
|
|
264
273
|
"FargatePlatformConfigurationTypeDef",
|
|
265
274
|
{
|
|
@@ -527,6 +536,14 @@ EksHostPathTypeDef = TypedDict(
|
|
|
527
536
|
total=False,
|
|
528
537
|
)
|
|
529
538
|
|
|
539
|
+
EksMetadataTypeDef = TypedDict(
|
|
540
|
+
"EksMetadataTypeDef",
|
|
541
|
+
{
|
|
542
|
+
"labels": Dict[str, str],
|
|
543
|
+
},
|
|
544
|
+
total=False,
|
|
545
|
+
)
|
|
546
|
+
|
|
530
547
|
_RequiredEksSecretTypeDef = TypedDict(
|
|
531
548
|
"_RequiredEksSecretTypeDef",
|
|
532
549
|
{
|
|
@@ -1315,6 +1332,7 @@ EksPodPropertiesOverrideTypeDef = TypedDict(
|
|
|
1315
1332
|
"EksPodPropertiesOverrideTypeDef",
|
|
1316
1333
|
{
|
|
1317
1334
|
"containers": Sequence[EksContainerOverrideTypeDef],
|
|
1335
|
+
"metadata": EksMetadataTypeDef,
|
|
1318
1336
|
},
|
|
1319
1337
|
total=False,
|
|
1320
1338
|
)
|
|
@@ -1341,6 +1359,7 @@ EksPodPropertiesTypeDef = TypedDict(
|
|
|
1341
1359
|
"dnsPolicy": str,
|
|
1342
1360
|
"containers": List[EksContainerTypeDef],
|
|
1343
1361
|
"volumes": List[EksVolumeTypeDef],
|
|
1362
|
+
"metadata": EksMetadataTypeDef,
|
|
1344
1363
|
},
|
|
1345
1364
|
total=False,
|
|
1346
1365
|
)
|
|
@@ -1463,6 +1482,7 @@ ContainerDetailTypeDef = TypedDict(
|
|
|
1463
1482
|
"secrets": List[SecretTypeDef],
|
|
1464
1483
|
"networkConfiguration": NetworkConfigurationTypeDef,
|
|
1465
1484
|
"fargatePlatformConfiguration": FargatePlatformConfigurationTypeDef,
|
|
1485
|
+
"ephemeralStorage": EphemeralStorageTypeDef,
|
|
1466
1486
|
},
|
|
1467
1487
|
total=False,
|
|
1468
1488
|
)
|
|
@@ -1490,6 +1510,7 @@ ContainerPropertiesTypeDef = TypedDict(
|
|
|
1490
1510
|
"secrets": List[SecretTypeDef],
|
|
1491
1511
|
"networkConfiguration": NetworkConfigurationTypeDef,
|
|
1492
1512
|
"fargatePlatformConfiguration": FargatePlatformConfigurationTypeDef,
|
|
1513
|
+
"ephemeralStorage": EphemeralStorageTypeDef,
|
|
1493
1514
|
},
|
|
1494
1515
|
total=False,
|
|
1495
1516
|
)
|
|
@@ -1651,6 +1672,8 @@ _OptionalJobDetailTypeDef = TypedDict(
|
|
|
1651
1672
|
"platformCapabilities": List[PlatformCapabilityType],
|
|
1652
1673
|
"eksProperties": EksPropertiesDetailTypeDef,
|
|
1653
1674
|
"eksAttempts": List[EksAttemptDetailTypeDef],
|
|
1675
|
+
"isCancelled": bool,
|
|
1676
|
+
"isTerminated": bool,
|
|
1654
1677
|
},
|
|
1655
1678
|
total=False,
|
|
1656
1679
|
)
|
mypy_boto3_batch/version.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-batch
|
|
3
|
-
Version: 1.26.
|
|
4
|
-
Summary: Type annotations for boto3.Batch 1.26.
|
|
3
|
+
Version: 1.26.98
|
|
4
|
+
Summary: Type annotations for boto3.Batch 1.26.98 service generated with mypy-boto3-builder 7.14.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
|
|
@@ -22,13 +22,14 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
25
26
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
28
|
Classifier: Typing :: Typed
|
|
28
29
|
Requires-Python: >=3.7
|
|
29
30
|
Description-Content-Type: text/markdown
|
|
30
31
|
License-File: LICENSE
|
|
31
|
-
Requires-Dist: typing-extensions (>=4.1.0)
|
|
32
|
+
Requires-Dist: typing-extensions (>=4.1.0) ; python_version < "3.9"
|
|
32
33
|
|
|
33
34
|
<a id="mypy-boto3-batch"></a>
|
|
34
35
|
|
|
@@ -42,7 +43,7 @@ Requires-Dist: typing-extensions (>=4.1.0)
|
|
|
42
43
|

|
|
43
44
|
|
|
44
45
|
Type annotations for
|
|
45
|
-
[boto3.Batch 1.26.
|
|
46
|
+
[boto3.Batch 1.26.98](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
|
|
46
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
47
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
48
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -51,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
51
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
52
53
|
|
|
53
54
|
Generated by
|
|
54
|
-
[mypy-boto3-builder 7.
|
|
55
|
+
[mypy-boto3-builder 7.14.2](https://github.com/youtype/mypy_boto3_builder).
|
|
55
56
|
|
|
56
57
|
More information can be found on
|
|
57
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -374,6 +375,7 @@ from mypy_boto3_batch.type_defs import (
|
|
|
374
375
|
ComputeEnvironmentOrderTypeDef,
|
|
375
376
|
Ec2ConfigurationTypeDef,
|
|
376
377
|
LaunchTemplateSpecificationTypeDef,
|
|
378
|
+
EphemeralStorageTypeDef,
|
|
377
379
|
FargatePlatformConfigurationTypeDef,
|
|
378
380
|
KeyValuePairTypeDef,
|
|
379
381
|
MountPointTypeDef,
|
|
@@ -402,6 +404,7 @@ from mypy_boto3_batch.type_defs import (
|
|
|
402
404
|
EksContainerVolumeMountTypeDef,
|
|
403
405
|
EksEmptyDirTypeDef,
|
|
404
406
|
EksHostPathTypeDef,
|
|
407
|
+
EksMetadataTypeDef,
|
|
405
408
|
EksSecretTypeDef,
|
|
406
409
|
EvaluateOnExitTypeDef,
|
|
407
410
|
ShareAttributesTypeDef,
|
|
@@ -495,12 +498,11 @@ def get_structure() -> ArrayPropertiesDetailTypeDef:
|
|
|
495
498
|
Fully automated
|
|
496
499
|
[mypy-boto3-builder](https://github.com/youtype/mypy_boto3_builder) carefully
|
|
497
500
|
generates type annotations for each service, patiently waiting for `boto3`
|
|
498
|
-
updates. It delivers
|
|
501
|
+
updates. It delivers drop-in type annotations for you and makes sure that:
|
|
499
502
|
|
|
500
503
|
- All available `boto3` services are covered.
|
|
501
504
|
- Each public class and method of every `boto3` service gets valid type
|
|
502
|
-
annotations extracted from
|
|
503
|
-
are incorrect).
|
|
505
|
+
annotations extracted from `botocore` schemas.
|
|
504
506
|
- Type annotations include up-to-date documentation.
|
|
505
507
|
- Link to documentation is provided for every method.
|
|
506
508
|
- Code is processed by [black](https://github.com/psf/black) and
|
|
@@ -514,15 +516,16 @@ updates. It delivers a drop-in type annotations for you and makes sure that:
|
|
|
514
516
|
|
|
515
517
|
### Implemented features
|
|
516
518
|
|
|
517
|
-
- Fully type annotated `boto3`, `botocore` and `
|
|
519
|
+
- Fully type annotated `boto3`, `botocore`, `aiobotocore` and `aioboto3`
|
|
520
|
+
libraries
|
|
518
521
|
- `mypy`, `pyright`, `VSCode`, `PyCharm`, `Sublime Text` and `Emacs`
|
|
519
522
|
compatibility
|
|
520
523
|
- `Client`, `ServiceResource`, `Resource`, `Waiter` `Paginator` type
|
|
521
524
|
annotations for each service
|
|
522
525
|
- Generated `TypeDefs` for each service
|
|
523
526
|
- Generated `Literals` for each service
|
|
524
|
-
- Auto discovery of types for `boto3.client` and `boto3.
|
|
525
|
-
- Auto discovery of types for `session.client` and `session.
|
|
527
|
+
- Auto discovery of types for `boto3.client` and `boto3.resource` calls
|
|
528
|
+
- Auto discovery of types for `session.client` and `session.resource` calls
|
|
526
529
|
- Auto discovery of types for `client.get_waiter` and `client.get_paginator`
|
|
527
530
|
calls
|
|
528
531
|
- Auto discovery of types for `ServiceResource` and `Resource` collections
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
mypy_boto3_batch/__init__.py,sha256=b9WbvR7s1Qvg1IZITLv90mQF0DyR27TTK6pxAcV5x8U,1510
|
|
2
|
+
mypy_boto3_batch/__init__.pyi,sha256=6aESXkOKOKL3CdL_lZRIL0ymvgprgymdAHV3RErJXEk,1509
|
|
3
|
+
mypy_boto3_batch/__main__.py,sha256=G8wQJa8dYr_VjyCgHAe8k8XOXlqh4CoC6Ou7HN_xcbA,899
|
|
4
|
+
mypy_boto3_batch/client.py,sha256=RaP6bTfr4xNX2fxA0K7nPXPvCQ_I4JrKEnRtIlVEXWY,20525
|
|
5
|
+
mypy_boto3_batch/client.pyi,sha256=5ktuEWFBcvNgty2hC5diG78vtXNzv4gRUJPqPtSFMdU,20489
|
|
6
|
+
mypy_boto3_batch/literals.py,sha256=hDJ2FLAv6xKZm9ocFyLp-1JnD09fsWRw1vmjLnj3djw,10383
|
|
7
|
+
mypy_boto3_batch/literals.pyi,sha256=Xpion5EbiVR1lSeUEPVHpdlBmTCrUcGkYKd_IDiZgWE,10381
|
|
8
|
+
mypy_boto3_batch/paginator.py,sha256=RzJfVIEDTQZYgC3C1j_47AjWARHCHxL4JdE6VaR05ms,6633
|
|
9
|
+
mypy_boto3_batch/paginator.pyi,sha256=Tvq7SSQ-LHnMdeuOk57EF6jK77B5_a7idrX8xhs-rdA,6626
|
|
10
|
+
mypy_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_batch/type_defs.py,sha256=oMGOImOkHYvoIqUSzf5oPr4Whwlp_6i3RrChB1CVWcw,43981
|
|
12
|
+
mypy_boto3_batch/type_defs.pyi,sha256=c0KonREyFZL97_E46woHxpKCK7Mr00xInHva4NJpIeA,43924
|
|
13
|
+
mypy_boto3_batch/version.py,sha256=8XMre7KVOgwaPbjcmqh6Vxff7MMowvgHufltME_vf7Q,61
|
|
14
|
+
mypy_boto3_batch-1.26.98.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
|
15
|
+
mypy_boto3_batch-1.26.98.dist-info/METADATA,sha256=HeAmK_VeaJCNbmgyp1J4K60taW1XXOHAWSGNZphbQfY,17901
|
|
16
|
+
mypy_boto3_batch-1.26.98.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
17
|
+
mypy_boto3_batch-1.26.98.dist-info/top_level.txt,sha256=nQYjfsN6wIUBZIBe-zQ2zdG_qLWOOD4H8db6MwZNh0I,17
|
|
18
|
+
mypy_boto3_batch-1.26.98.dist-info/RECORD,,
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
mypy_boto3_batch/__init__.py,sha256=b9WbvR7s1Qvg1IZITLv90mQF0DyR27TTK6pxAcV5x8U,1510
|
|
2
|
-
mypy_boto3_batch/__init__.pyi,sha256=6aESXkOKOKL3CdL_lZRIL0ymvgprgymdAHV3RErJXEk,1509
|
|
3
|
-
mypy_boto3_batch/__main__.py,sha256=fh97DapSrtrsQJdjPSiPJgYTLtvx-y7Z82y2SwuUsMc,912
|
|
4
|
-
mypy_boto3_batch/client.py,sha256=3IJ0g-NOzAMHuT-TFbb47W3X4efTtrUCM-7IeOTOhxg,20459
|
|
5
|
-
mypy_boto3_batch/client.pyi,sha256=JDPtIYyxei6GpQIev2lzIZDPwVLnZuK-eGhNe-JCpss,20423
|
|
6
|
-
mypy_boto3_batch/literals.py,sha256=Jmg3QK0npNv68e_r9W_4UtTO7Zv7oBhhShcZxMA46kA,9897
|
|
7
|
-
mypy_boto3_batch/literals.pyi,sha256=SLaM-JZqyZEkJ0yMB0FND2jai2F5pQCvPbFuvDluCI8,9895
|
|
8
|
-
mypy_boto3_batch/paginator.py,sha256=RzJfVIEDTQZYgC3C1j_47AjWARHCHxL4JdE6VaR05ms,6633
|
|
9
|
-
mypy_boto3_batch/paginator.pyi,sha256=Tvq7SSQ-LHnMdeuOk57EF6jK77B5_a7idrX8xhs-rdA,6626
|
|
10
|
-
mypy_boto3_batch/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_batch/type_defs.py,sha256=iVrpsFgPxBanZ7ej4AG-99VyYDW3YL6sgy2pAeDfgFI,43444
|
|
12
|
-
mypy_boto3_batch/type_defs.pyi,sha256=n7oUZRCDvGO7FigGC9BEPPzl8ElwMvanSmXWgyz4uSg,43387
|
|
13
|
-
mypy_boto3_batch/version.py,sha256=EJq1QrogUrLhCcrDNKbHnGwyqBssCeU3gedBNpgXrwc,67
|
|
14
|
-
mypy_boto3_batch-1.26.11.post1.dist-info/LICENSE,sha256=3_r9GYGd8R5pnKmlnuTg6Z-JwMQsxc6qM2WUN2eCLrw,1070
|
|
15
|
-
mypy_boto3_batch-1.26.11.post1.dist-info/METADATA,sha256=5hMwbR1V0z_N20UU2arKvFMKyBCdkBVgJUwuiHGV9kE,17814
|
|
16
|
-
mypy_boto3_batch-1.26.11.post1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
|
17
|
-
mypy_boto3_batch-1.26.11.post1.dist-info/top_level.txt,sha256=nQYjfsN6wIUBZIBe-zQ2zdG_qLWOOD4H8db6MwZNh0I,17
|
|
18
|
-
mypy_boto3_batch-1.26.11.post1.dist-info/RECORD,,
|
{mypy_boto3_batch-1.26.11.post1.dist-info → mypy_boto3_batch-1.26.98.dist-info}/top_level.txt
RENAMED
|
File without changes
|