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