types-boto3-batch 1.36.0__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.
@@ -0,0 +1,550 @@
1
+ """
2
+ Type annotations for batch service literal definitions.
3
+
4
+ [Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_batch/literals/)
5
+
6
+ Usage::
7
+
8
+ ```python
9
+ from types_boto3_batch.literals import ArrayJobDependencyType
10
+
11
+ data: ArrayJobDependencyType = "N_TO_N"
12
+ ```
13
+
14
+ Copyright 2025 Vlad Emelianov
15
+ """
16
+
17
+ import sys
18
+
19
+ if sys.version_info >= (3, 12):
20
+ from typing import Literal
21
+ else:
22
+ from typing_extensions import Literal
23
+
24
+ __all__ = (
25
+ "ArrayJobDependencyType",
26
+ "AssignPublicIpType",
27
+ "BatchServiceName",
28
+ "CEStateType",
29
+ "CEStatusType",
30
+ "CETypeType",
31
+ "CRAllocationStrategyType",
32
+ "CRTypeType",
33
+ "CRUpdateAllocationStrategyType",
34
+ "DescribeComputeEnvironmentsPaginatorName",
35
+ "DescribeJobDefinitionsPaginatorName",
36
+ "DescribeJobQueuesPaginatorName",
37
+ "DeviceCgroupPermissionType",
38
+ "EFSAuthorizationConfigIAMType",
39
+ "EFSTransitEncryptionType",
40
+ "JQStateType",
41
+ "JQStatusType",
42
+ "JobDefinitionTypeType",
43
+ "JobStateTimeLimitActionsActionType",
44
+ "JobStateTimeLimitActionsStateType",
45
+ "JobStatusType",
46
+ "ListJobsPaginatorName",
47
+ "ListSchedulingPoliciesPaginatorName",
48
+ "LogDriverType",
49
+ "OrchestrationTypeType",
50
+ "PaginatorName",
51
+ "PlatformCapabilityType",
52
+ "RegionName",
53
+ "ResourceServiceName",
54
+ "ResourceTypeType",
55
+ "RetryActionType",
56
+ "ServiceName",
57
+ )
58
+
59
+ ArrayJobDependencyType = Literal["N_TO_N", "SEQUENTIAL"]
60
+ AssignPublicIpType = Literal["DISABLED", "ENABLED"]
61
+ CEStateType = Literal["DISABLED", "ENABLED"]
62
+ CEStatusType = Literal["CREATING", "DELETED", "DELETING", "INVALID", "UPDATING", "VALID"]
63
+ CETypeType = Literal["MANAGED", "UNMANAGED"]
64
+ CRAllocationStrategyType = Literal[
65
+ "BEST_FIT", "BEST_FIT_PROGRESSIVE", "SPOT_CAPACITY_OPTIMIZED", "SPOT_PRICE_CAPACITY_OPTIMIZED"
66
+ ]
67
+ CRTypeType = Literal["EC2", "FARGATE", "FARGATE_SPOT", "SPOT"]
68
+ CRUpdateAllocationStrategyType = Literal[
69
+ "BEST_FIT_PROGRESSIVE", "SPOT_CAPACITY_OPTIMIZED", "SPOT_PRICE_CAPACITY_OPTIMIZED"
70
+ ]
71
+ DescribeComputeEnvironmentsPaginatorName = Literal["describe_compute_environments"]
72
+ DescribeJobDefinitionsPaginatorName = Literal["describe_job_definitions"]
73
+ DescribeJobQueuesPaginatorName = Literal["describe_job_queues"]
74
+ DeviceCgroupPermissionType = Literal["MKNOD", "READ", "WRITE"]
75
+ EFSAuthorizationConfigIAMType = Literal["DISABLED", "ENABLED"]
76
+ EFSTransitEncryptionType = Literal["DISABLED", "ENABLED"]
77
+ JQStateType = Literal["DISABLED", "ENABLED"]
78
+ JQStatusType = Literal["CREATING", "DELETED", "DELETING", "INVALID", "UPDATING", "VALID"]
79
+ JobDefinitionTypeType = Literal["container", "multinode"]
80
+ JobStateTimeLimitActionsActionType = Literal["CANCEL"]
81
+ JobStateTimeLimitActionsStateType = Literal["RUNNABLE"]
82
+ JobStatusType = Literal[
83
+ "FAILED", "PENDING", "RUNNABLE", "RUNNING", "STARTING", "SUBMITTED", "SUCCEEDED"
84
+ ]
85
+ ListJobsPaginatorName = Literal["list_jobs"]
86
+ ListSchedulingPoliciesPaginatorName = Literal["list_scheduling_policies"]
87
+ LogDriverType = Literal["awslogs", "fluentd", "gelf", "journald", "json-file", "splunk", "syslog"]
88
+ OrchestrationTypeType = Literal["ECS", "EKS"]
89
+ PlatformCapabilityType = Literal["EC2", "FARGATE"]
90
+ ResourceTypeType = Literal["GPU", "MEMORY", "VCPU"]
91
+ RetryActionType = Literal["EXIT", "RETRY"]
92
+ BatchServiceName = Literal["batch"]
93
+ ServiceName = Literal[
94
+ "accessanalyzer",
95
+ "account",
96
+ "acm",
97
+ "acm-pca",
98
+ "amp",
99
+ "amplify",
100
+ "amplifybackend",
101
+ "amplifyuibuilder",
102
+ "apigateway",
103
+ "apigatewaymanagementapi",
104
+ "apigatewayv2",
105
+ "appconfig",
106
+ "appconfigdata",
107
+ "appfabric",
108
+ "appflow",
109
+ "appintegrations",
110
+ "application-autoscaling",
111
+ "application-insights",
112
+ "application-signals",
113
+ "applicationcostprofiler",
114
+ "appmesh",
115
+ "apprunner",
116
+ "appstream",
117
+ "appsync",
118
+ "apptest",
119
+ "arc-zonal-shift",
120
+ "artifact",
121
+ "athena",
122
+ "auditmanager",
123
+ "autoscaling",
124
+ "autoscaling-plans",
125
+ "b2bi",
126
+ "backup",
127
+ "backup-gateway",
128
+ "backupsearch",
129
+ "batch",
130
+ "bcm-data-exports",
131
+ "bcm-pricing-calculator",
132
+ "bedrock",
133
+ "bedrock-agent",
134
+ "bedrock-agent-runtime",
135
+ "bedrock-data-automation",
136
+ "bedrock-data-automation-runtime",
137
+ "bedrock-runtime",
138
+ "billing",
139
+ "billingconductor",
140
+ "braket",
141
+ "budgets",
142
+ "ce",
143
+ "chatbot",
144
+ "chime",
145
+ "chime-sdk-identity",
146
+ "chime-sdk-media-pipelines",
147
+ "chime-sdk-meetings",
148
+ "chime-sdk-messaging",
149
+ "chime-sdk-voice",
150
+ "cleanrooms",
151
+ "cleanroomsml",
152
+ "cloud9",
153
+ "cloudcontrol",
154
+ "clouddirectory",
155
+ "cloudformation",
156
+ "cloudfront",
157
+ "cloudfront-keyvaluestore",
158
+ "cloudhsm",
159
+ "cloudhsmv2",
160
+ "cloudsearch",
161
+ "cloudsearchdomain",
162
+ "cloudtrail",
163
+ "cloudtrail-data",
164
+ "cloudwatch",
165
+ "codeartifact",
166
+ "codebuild",
167
+ "codecatalyst",
168
+ "codecommit",
169
+ "codeconnections",
170
+ "codedeploy",
171
+ "codeguru-reviewer",
172
+ "codeguru-security",
173
+ "codeguruprofiler",
174
+ "codepipeline",
175
+ "codestar-connections",
176
+ "codestar-notifications",
177
+ "cognito-identity",
178
+ "cognito-idp",
179
+ "cognito-sync",
180
+ "comprehend",
181
+ "comprehendmedical",
182
+ "compute-optimizer",
183
+ "config",
184
+ "connect",
185
+ "connect-contact-lens",
186
+ "connectcampaigns",
187
+ "connectcampaignsv2",
188
+ "connectcases",
189
+ "connectparticipant",
190
+ "controlcatalog",
191
+ "controltower",
192
+ "cost-optimization-hub",
193
+ "cur",
194
+ "customer-profiles",
195
+ "databrew",
196
+ "dataexchange",
197
+ "datapipeline",
198
+ "datasync",
199
+ "datazone",
200
+ "dax",
201
+ "deadline",
202
+ "detective",
203
+ "devicefarm",
204
+ "devops-guru",
205
+ "directconnect",
206
+ "discovery",
207
+ "dlm",
208
+ "dms",
209
+ "docdb",
210
+ "docdb-elastic",
211
+ "drs",
212
+ "ds",
213
+ "ds-data",
214
+ "dsql",
215
+ "dynamodb",
216
+ "dynamodbstreams",
217
+ "ebs",
218
+ "ec2",
219
+ "ec2-instance-connect",
220
+ "ecr",
221
+ "ecr-public",
222
+ "ecs",
223
+ "efs",
224
+ "eks",
225
+ "eks-auth",
226
+ "elastic-inference",
227
+ "elasticache",
228
+ "elasticbeanstalk",
229
+ "elastictranscoder",
230
+ "elb",
231
+ "elbv2",
232
+ "emr",
233
+ "emr-containers",
234
+ "emr-serverless",
235
+ "entityresolution",
236
+ "es",
237
+ "events",
238
+ "evidently",
239
+ "finspace",
240
+ "finspace-data",
241
+ "firehose",
242
+ "fis",
243
+ "fms",
244
+ "forecast",
245
+ "forecastquery",
246
+ "frauddetector",
247
+ "freetier",
248
+ "fsx",
249
+ "gamelift",
250
+ "geo-maps",
251
+ "geo-places",
252
+ "geo-routes",
253
+ "glacier",
254
+ "globalaccelerator",
255
+ "glue",
256
+ "grafana",
257
+ "greengrass",
258
+ "greengrassv2",
259
+ "groundstation",
260
+ "guardduty",
261
+ "health",
262
+ "healthlake",
263
+ "iam",
264
+ "identitystore",
265
+ "imagebuilder",
266
+ "importexport",
267
+ "inspector",
268
+ "inspector-scan",
269
+ "inspector2",
270
+ "internetmonitor",
271
+ "invoicing",
272
+ "iot",
273
+ "iot-data",
274
+ "iot-jobs-data",
275
+ "iotanalytics",
276
+ "iotdeviceadvisor",
277
+ "iotevents",
278
+ "iotevents-data",
279
+ "iotfleethub",
280
+ "iotfleetwise",
281
+ "iotsecuretunneling",
282
+ "iotsitewise",
283
+ "iotthingsgraph",
284
+ "iottwinmaker",
285
+ "iotwireless",
286
+ "ivs",
287
+ "ivs-realtime",
288
+ "ivschat",
289
+ "kafka",
290
+ "kafkaconnect",
291
+ "kendra",
292
+ "kendra-ranking",
293
+ "keyspaces",
294
+ "kinesis",
295
+ "kinesis-video-archived-media",
296
+ "kinesis-video-media",
297
+ "kinesis-video-signaling",
298
+ "kinesis-video-webrtc-storage",
299
+ "kinesisanalytics",
300
+ "kinesisanalyticsv2",
301
+ "kinesisvideo",
302
+ "kms",
303
+ "lakeformation",
304
+ "lambda",
305
+ "launch-wizard",
306
+ "lex-models",
307
+ "lex-runtime",
308
+ "lexv2-models",
309
+ "lexv2-runtime",
310
+ "license-manager",
311
+ "license-manager-linux-subscriptions",
312
+ "license-manager-user-subscriptions",
313
+ "lightsail",
314
+ "location",
315
+ "logs",
316
+ "lookoutequipment",
317
+ "lookoutmetrics",
318
+ "lookoutvision",
319
+ "m2",
320
+ "machinelearning",
321
+ "macie2",
322
+ "mailmanager",
323
+ "managedblockchain",
324
+ "managedblockchain-query",
325
+ "marketplace-agreement",
326
+ "marketplace-catalog",
327
+ "marketplace-deployment",
328
+ "marketplace-entitlement",
329
+ "marketplace-reporting",
330
+ "marketplacecommerceanalytics",
331
+ "mediaconnect",
332
+ "mediaconvert",
333
+ "medialive",
334
+ "mediapackage",
335
+ "mediapackage-vod",
336
+ "mediapackagev2",
337
+ "mediastore",
338
+ "mediastore-data",
339
+ "mediatailor",
340
+ "medical-imaging",
341
+ "memorydb",
342
+ "meteringmarketplace",
343
+ "mgh",
344
+ "mgn",
345
+ "migration-hub-refactor-spaces",
346
+ "migrationhub-config",
347
+ "migrationhuborchestrator",
348
+ "migrationhubstrategy",
349
+ "mq",
350
+ "mturk",
351
+ "mwaa",
352
+ "neptune",
353
+ "neptune-graph",
354
+ "neptunedata",
355
+ "network-firewall",
356
+ "networkflowmonitor",
357
+ "networkmanager",
358
+ "networkmonitor",
359
+ "notifications",
360
+ "notificationscontacts",
361
+ "oam",
362
+ "observabilityadmin",
363
+ "omics",
364
+ "opensearch",
365
+ "opensearchserverless",
366
+ "opsworks",
367
+ "opsworkscm",
368
+ "organizations",
369
+ "osis",
370
+ "outposts",
371
+ "panorama",
372
+ "partnercentral-selling",
373
+ "payment-cryptography",
374
+ "payment-cryptography-data",
375
+ "pca-connector-ad",
376
+ "pca-connector-scep",
377
+ "pcs",
378
+ "personalize",
379
+ "personalize-events",
380
+ "personalize-runtime",
381
+ "pi",
382
+ "pinpoint",
383
+ "pinpoint-email",
384
+ "pinpoint-sms-voice",
385
+ "pinpoint-sms-voice-v2",
386
+ "pipes",
387
+ "polly",
388
+ "pricing",
389
+ "privatenetworks",
390
+ "proton",
391
+ "qapps",
392
+ "qbusiness",
393
+ "qconnect",
394
+ "qldb",
395
+ "qldb-session",
396
+ "quicksight",
397
+ "ram",
398
+ "rbin",
399
+ "rds",
400
+ "rds-data",
401
+ "redshift",
402
+ "redshift-data",
403
+ "redshift-serverless",
404
+ "rekognition",
405
+ "repostspace",
406
+ "resiliencehub",
407
+ "resource-explorer-2",
408
+ "resource-groups",
409
+ "resourcegroupstaggingapi",
410
+ "robomaker",
411
+ "rolesanywhere",
412
+ "route53",
413
+ "route53-recovery-cluster",
414
+ "route53-recovery-control-config",
415
+ "route53-recovery-readiness",
416
+ "route53domains",
417
+ "route53profiles",
418
+ "route53resolver",
419
+ "rum",
420
+ "s3",
421
+ "s3control",
422
+ "s3outposts",
423
+ "s3tables",
424
+ "sagemaker",
425
+ "sagemaker-a2i-runtime",
426
+ "sagemaker-edge",
427
+ "sagemaker-featurestore-runtime",
428
+ "sagemaker-geospatial",
429
+ "sagemaker-metrics",
430
+ "sagemaker-runtime",
431
+ "savingsplans",
432
+ "scheduler",
433
+ "schemas",
434
+ "sdb",
435
+ "secretsmanager",
436
+ "security-ir",
437
+ "securityhub",
438
+ "securitylake",
439
+ "serverlessrepo",
440
+ "service-quotas",
441
+ "servicecatalog",
442
+ "servicecatalog-appregistry",
443
+ "servicediscovery",
444
+ "ses",
445
+ "sesv2",
446
+ "shield",
447
+ "signer",
448
+ "simspaceweaver",
449
+ "sms",
450
+ "sms-voice",
451
+ "snow-device-management",
452
+ "snowball",
453
+ "sns",
454
+ "socialmessaging",
455
+ "sqs",
456
+ "ssm",
457
+ "ssm-contacts",
458
+ "ssm-incidents",
459
+ "ssm-quicksetup",
460
+ "ssm-sap",
461
+ "sso",
462
+ "sso-admin",
463
+ "sso-oidc",
464
+ "stepfunctions",
465
+ "storagegateway",
466
+ "sts",
467
+ "supplychain",
468
+ "support",
469
+ "support-app",
470
+ "swf",
471
+ "synthetics",
472
+ "taxsettings",
473
+ "textract",
474
+ "timestream-influxdb",
475
+ "timestream-query",
476
+ "timestream-write",
477
+ "tnb",
478
+ "transcribe",
479
+ "transfer",
480
+ "translate",
481
+ "trustedadvisor",
482
+ "verifiedpermissions",
483
+ "voice-id",
484
+ "vpc-lattice",
485
+ "waf",
486
+ "waf-regional",
487
+ "wafv2",
488
+ "wellarchitected",
489
+ "wisdom",
490
+ "workdocs",
491
+ "workmail",
492
+ "workmailmessageflow",
493
+ "workspaces",
494
+ "workspaces-thin-client",
495
+ "workspaces-web",
496
+ "xray",
497
+ ]
498
+ ResourceServiceName = Literal[
499
+ "cloudformation",
500
+ "cloudwatch",
501
+ "dynamodb",
502
+ "ec2",
503
+ "glacier",
504
+ "iam",
505
+ "opsworks",
506
+ "s3",
507
+ "sns",
508
+ "sqs",
509
+ ]
510
+ PaginatorName = Literal[
511
+ "describe_compute_environments",
512
+ "describe_job_definitions",
513
+ "describe_job_queues",
514
+ "list_jobs",
515
+ "list_scheduling_policies",
516
+ ]
517
+ RegionName = Literal[
518
+ "af-south-1",
519
+ "ap-east-1",
520
+ "ap-northeast-1",
521
+ "ap-northeast-2",
522
+ "ap-northeast-3",
523
+ "ap-south-1",
524
+ "ap-south-2",
525
+ "ap-southeast-1",
526
+ "ap-southeast-2",
527
+ "ap-southeast-3",
528
+ "ap-southeast-4",
529
+ "ap-southeast-5",
530
+ "ap-southeast-7",
531
+ "ca-central-1",
532
+ "ca-west-1",
533
+ "eu-central-1",
534
+ "eu-central-2",
535
+ "eu-north-1",
536
+ "eu-south-1",
537
+ "eu-south-2",
538
+ "eu-west-1",
539
+ "eu-west-2",
540
+ "eu-west-3",
541
+ "il-central-1",
542
+ "me-central-1",
543
+ "me-south-1",
544
+ "mx-central-1",
545
+ "sa-east-1",
546
+ "us-east-1",
547
+ "us-east-2",
548
+ "us-west-1",
549
+ "us-west-2",
550
+ ]