mypy-boto3-batch 1.34.72__tar.gz → 1.34.118__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.
Files changed (24) hide show
  1. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/PKG-INFO +4 -4
  2. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/README.md +2 -2
  3. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/__main__.py +4 -4
  4. mypy-boto3-batch-1.34.72/mypy_boto3_batch/client.pyi → mypy_boto3_batch-1.34.118/mypy_boto3_batch/client.py +29 -16
  5. mypy-boto3-batch-1.34.72/mypy_boto3_batch/client.py → mypy_boto3_batch-1.34.118/mypy_boto3_batch/client.pyi +26 -19
  6. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/literals.py +5 -0
  7. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/literals.pyi +5 -0
  8. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/paginator.py +2 -2
  9. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/paginator.pyi +2 -2
  10. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/type_defs.py +557 -102
  11. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/type_defs.pyi +557 -102
  12. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/version.py +1 -1
  13. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch.egg-info/PKG-INFO +4 -4
  14. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/setup.py +2 -2
  15. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/LICENSE +0 -0
  16. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/__init__.py +0 -0
  17. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/__init__.pyi +0 -0
  18. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch/py.typed +0 -0
  19. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch.egg-info/SOURCES.txt +0 -0
  20. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
  21. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch.egg-info/not-zip-safe +0 -0
  22. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch.egg-info/requires.txt +0 -0
  23. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
  24. {mypy-boto3-batch-1.34.72 → mypy_boto3_batch-1.34.118}/setup.cfg +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mypy-boto3-batch
3
- Version: 1.34.72
4
- Summary: Type annotations for boto3.Batch 1.34.72 service generated with mypy-boto3-builder 7.23.2
3
+ Version: 1.34.118
4
+ Summary: Type annotations for boto3.Batch 1.34.118 service generated with mypy-boto3-builder 7.24.0
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.72](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
46
+ [boto3.Batch 1.34.118](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/),
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
52
52
  [pyright](https://github.com/microsoft/pyright) and other tools.
53
53
 
54
54
  Generated by
55
- [mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
55
+ [mypy-boto3-builder 7.24.0](https://github.com/youtype/mypy_boto3_builder).
56
56
 
57
57
  More information can be found on
58
58
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -10,7 +10,7 @@
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
12
  Type annotations for
13
- [boto3.Batch 1.34.72](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch)
13
+ [boto3.Batch 1.34.118](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/),
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
19
19
  [pyright](https://github.com/microsoft/pyright) and other tools.
20
20
 
21
21
  Generated by
22
- [mypy-boto3-builder 7.23.2](https://github.com/youtype/mypy_boto3_builder).
22
+ [mypy-boto3-builder 7.24.0](https://github.com/youtype/mypy_boto3_builder).
23
23
 
24
24
  More information can be found on
25
25
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -10,9 +10,9 @@ def print_info() -> None:
10
10
  Print package info to stdout.
11
11
  """
12
12
  print(
13
- "Type annotations for boto3.Batch 1.34.72\n"
14
- "Version: 1.34.72\n"
15
- "Builder version: 7.23.2\n"
13
+ "Type annotations for boto3.Batch 1.34.118\n"
14
+ "Version: 1.34.118\n"
15
+ "Builder version: 7.24.0\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"
18
18
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -24,7 +24,7 @@ def print_version() -> None:
24
24
  """
25
25
  Print package version to stdout.
26
26
  """
27
- print("1.34.72")
27
+ print("1.34.118")
28
28
 
29
29
 
30
30
  def main() -> None:
@@ -37,10 +37,10 @@ from .paginator import (
37
37
  from .type_defs import (
38
38
  ArrayPropertiesTypeDef,
39
39
  ComputeEnvironmentOrderTypeDef,
40
- ComputeResourceTypeDef,
40
+ ComputeResourceUnionTypeDef,
41
41
  ComputeResourceUpdateTypeDef,
42
42
  ContainerOverridesTypeDef,
43
- ContainerPropertiesTypeDef,
43
+ ContainerPropertiesUnionTypeDef,
44
44
  CreateComputeEnvironmentResponseTypeDef,
45
45
  CreateJobQueueResponseTypeDef,
46
46
  CreateSchedulingPolicyResponseTypeDef,
@@ -50,11 +50,12 @@ from .type_defs import (
50
50
  DescribeJobsResponseTypeDef,
51
51
  DescribeSchedulingPoliciesResponseTypeDef,
52
52
  EcsPropertiesOverrideTypeDef,
53
- EcsPropertiesTypeDef,
53
+ EcsPropertiesUnionTypeDef,
54
54
  EksConfigurationTypeDef,
55
55
  EksPropertiesOverrideTypeDef,
56
- EksPropertiesTypeDef,
57
- FairsharePolicyTypeDef,
56
+ EksPropertiesUnionTypeDef,
57
+ FairsharePolicyUnionTypeDef,
58
+ GetJobQueueSnapshotResponseTypeDef,
58
59
  JobDependencyTypeDef,
59
60
  JobStateTimeLimitActionTypeDef,
60
61
  JobTimeoutTypeDef,
@@ -63,9 +64,9 @@ from .type_defs import (
63
64
  ListSchedulingPoliciesResponseTypeDef,
64
65
  ListTagsForResourceResponseTypeDef,
65
66
  NodeOverridesTypeDef,
66
- NodePropertiesTypeDef,
67
+ NodePropertiesUnionTypeDef,
67
68
  RegisterJobDefinitionResponseTypeDef,
68
- RetryStrategyTypeDef,
69
+ RetryStrategyUnionTypeDef,
69
70
  SubmitJobResponseTypeDef,
70
71
  UpdateComputeEnvironmentResponseTypeDef,
71
72
  UpdateJobQueueResponseTypeDef,
@@ -79,6 +80,7 @@ else:
79
80
 
80
81
  __all__ = ("BatchClient",)
81
82
 
83
+
82
84
  class BotocoreClientError(Exception):
83
85
  MSG_TEMPLATE: str
84
86
 
@@ -86,11 +88,13 @@ class BotocoreClientError(Exception):
86
88
  self.response: Dict[str, Any]
87
89
  self.operation_name: str
88
90
 
91
+
89
92
  class Exceptions:
90
93
  ClientError: Type[BotocoreClientError]
91
94
  ClientException: Type[BotocoreClientError]
92
95
  ServerException: Type[BotocoreClientError]
93
96
 
97
+
94
98
  class BatchClient(BaseClient):
95
99
  """
96
100
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client)
@@ -139,7 +143,7 @@ class BatchClient(BaseClient):
139
143
  type: CETypeType,
140
144
  state: CEStateType = ...,
141
145
  unmanagedvCpus: int = ...,
142
- computeResources: ComputeResourceTypeDef = ...,
146
+ computeResources: ComputeResourceUnionTypeDef = ...,
143
147
  serviceRole: str = ...,
144
148
  tags: Mapping[str, str] = ...,
145
149
  eksConfiguration: EksConfigurationTypeDef = ...,
@@ -173,7 +177,7 @@ class BatchClient(BaseClient):
173
177
  self,
174
178
  *,
175
179
  name: str,
176
- fairsharePolicy: FairsharePolicyTypeDef = ...,
180
+ fairsharePolicy: FairsharePolicyUnionTypeDef = ...,
177
181
  tags: Mapping[str, str] = ...,
178
182
  ) -> CreateSchedulingPolicyResponseTypeDef:
179
183
  """
@@ -287,6 +291,15 @@ class BatchClient(BaseClient):
287
291
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#generate_presigned_url)
288
292
  """
289
293
 
294
+ def get_job_queue_snapshot(self, *, jobQueue: str) -> GetJobQueueSnapshotResponseTypeDef:
295
+ """
296
+ Provides a list of the first 100 `RUNNABLE` jobs associated to a single job
297
+ queue.
298
+
299
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.get_job_queue_snapshot)
300
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#get_job_queue_snapshot)
301
+ """
302
+
290
303
  def list_jobs(
291
304
  self,
292
305
  *,
@@ -330,15 +343,15 @@ class BatchClient(BaseClient):
330
343
  type: JobDefinitionTypeType,
331
344
  parameters: Mapping[str, str] = ...,
332
345
  schedulingPriority: int = ...,
333
- containerProperties: ContainerPropertiesTypeDef = ...,
334
- nodeProperties: NodePropertiesTypeDef = ...,
335
- retryStrategy: RetryStrategyTypeDef = ...,
346
+ containerProperties: ContainerPropertiesUnionTypeDef = ...,
347
+ nodeProperties: NodePropertiesUnionTypeDef = ...,
348
+ retryStrategy: RetryStrategyUnionTypeDef = ...,
336
349
  propagateTags: bool = ...,
337
350
  timeout: JobTimeoutTypeDef = ...,
338
351
  tags: Mapping[str, str] = ...,
339
352
  platformCapabilities: Sequence[PlatformCapabilityType] = ...,
340
- eksProperties: EksPropertiesTypeDef = ...,
341
- ecsProperties: EcsPropertiesTypeDef = ...,
353
+ eksProperties: EksPropertiesUnionTypeDef = ...,
354
+ ecsProperties: EcsPropertiesUnionTypeDef = ...,
342
355
  ) -> RegisterJobDefinitionResponseTypeDef:
343
356
  """
344
357
  Registers an Batch job definition.
@@ -360,7 +373,7 @@ class BatchClient(BaseClient):
360
373
  parameters: Mapping[str, str] = ...,
361
374
  containerOverrides: ContainerOverridesTypeDef = ...,
362
375
  nodeOverrides: NodeOverridesTypeDef = ...,
363
- retryStrategy: RetryStrategyTypeDef = ...,
376
+ retryStrategy: RetryStrategyUnionTypeDef = ...,
364
377
  propagateTags: bool = ...,
365
378
  timeout: JobTimeoutTypeDef = ...,
366
379
  tags: Mapping[str, str] = ...,
@@ -433,7 +446,7 @@ class BatchClient(BaseClient):
433
446
  """
434
447
 
435
448
  def update_scheduling_policy(
436
- self, *, arn: str, fairsharePolicy: FairsharePolicyTypeDef = ...
449
+ self, *, arn: str, fairsharePolicy: FairsharePolicyUnionTypeDef = ...
437
450
  ) -> Dict[str, Any]:
438
451
  """
439
452
  Updates a scheduling policy.
@@ -37,10 +37,10 @@ from .paginator import (
37
37
  from .type_defs import (
38
38
  ArrayPropertiesTypeDef,
39
39
  ComputeEnvironmentOrderTypeDef,
40
- ComputeResourceTypeDef,
40
+ ComputeResourceUnionTypeDef,
41
41
  ComputeResourceUpdateTypeDef,
42
42
  ContainerOverridesTypeDef,
43
- ContainerPropertiesTypeDef,
43
+ ContainerPropertiesUnionTypeDef,
44
44
  CreateComputeEnvironmentResponseTypeDef,
45
45
  CreateJobQueueResponseTypeDef,
46
46
  CreateSchedulingPolicyResponseTypeDef,
@@ -50,11 +50,12 @@ from .type_defs import (
50
50
  DescribeJobsResponseTypeDef,
51
51
  DescribeSchedulingPoliciesResponseTypeDef,
52
52
  EcsPropertiesOverrideTypeDef,
53
- EcsPropertiesTypeDef,
53
+ EcsPropertiesUnionTypeDef,
54
54
  EksConfigurationTypeDef,
55
55
  EksPropertiesOverrideTypeDef,
56
- EksPropertiesTypeDef,
57
- FairsharePolicyTypeDef,
56
+ EksPropertiesUnionTypeDef,
57
+ FairsharePolicyUnionTypeDef,
58
+ GetJobQueueSnapshotResponseTypeDef,
58
59
  JobDependencyTypeDef,
59
60
  JobStateTimeLimitActionTypeDef,
60
61
  JobTimeoutTypeDef,
@@ -63,9 +64,9 @@ from .type_defs import (
63
64
  ListSchedulingPoliciesResponseTypeDef,
64
65
  ListTagsForResourceResponseTypeDef,
65
66
  NodeOverridesTypeDef,
66
- NodePropertiesTypeDef,
67
+ NodePropertiesUnionTypeDef,
67
68
  RegisterJobDefinitionResponseTypeDef,
68
- RetryStrategyTypeDef,
69
+ RetryStrategyUnionTypeDef,
69
70
  SubmitJobResponseTypeDef,
70
71
  UpdateComputeEnvironmentResponseTypeDef,
71
72
  UpdateJobQueueResponseTypeDef,
@@ -79,7 +80,6 @@ else:
79
80
 
80
81
  __all__ = ("BatchClient",)
81
82
 
82
-
83
83
  class BotocoreClientError(Exception):
84
84
  MSG_TEMPLATE: str
85
85
 
@@ -87,13 +87,11 @@ class BotocoreClientError(Exception):
87
87
  self.response: Dict[str, Any]
88
88
  self.operation_name: str
89
89
 
90
-
91
90
  class Exceptions:
92
91
  ClientError: Type[BotocoreClientError]
93
92
  ClientException: Type[BotocoreClientError]
94
93
  ServerException: Type[BotocoreClientError]
95
94
 
96
-
97
95
  class BatchClient(BaseClient):
98
96
  """
99
97
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client)
@@ -142,7 +140,7 @@ class BatchClient(BaseClient):
142
140
  type: CETypeType,
143
141
  state: CEStateType = ...,
144
142
  unmanagedvCpus: int = ...,
145
- computeResources: ComputeResourceTypeDef = ...,
143
+ computeResources: ComputeResourceUnionTypeDef = ...,
146
144
  serviceRole: str = ...,
147
145
  tags: Mapping[str, str] = ...,
148
146
  eksConfiguration: EksConfigurationTypeDef = ...,
@@ -176,7 +174,7 @@ class BatchClient(BaseClient):
176
174
  self,
177
175
  *,
178
176
  name: str,
179
- fairsharePolicy: FairsharePolicyTypeDef = ...,
177
+ fairsharePolicy: FairsharePolicyUnionTypeDef = ...,
180
178
  tags: Mapping[str, str] = ...,
181
179
  ) -> CreateSchedulingPolicyResponseTypeDef:
182
180
  """
@@ -290,6 +288,15 @@ class BatchClient(BaseClient):
290
288
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#generate_presigned_url)
291
289
  """
292
290
 
291
+ def get_job_queue_snapshot(self, *, jobQueue: str) -> GetJobQueueSnapshotResponseTypeDef:
292
+ """
293
+ Provides a list of the first 100 `RUNNABLE` jobs associated to a single job
294
+ queue.
295
+
296
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Client.get_job_queue_snapshot)
297
+ [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#get_job_queue_snapshot)
298
+ """
299
+
293
300
  def list_jobs(
294
301
  self,
295
302
  *,
@@ -333,15 +340,15 @@ class BatchClient(BaseClient):
333
340
  type: JobDefinitionTypeType,
334
341
  parameters: Mapping[str, str] = ...,
335
342
  schedulingPriority: int = ...,
336
- containerProperties: ContainerPropertiesTypeDef = ...,
337
- nodeProperties: NodePropertiesTypeDef = ...,
338
- retryStrategy: RetryStrategyTypeDef = ...,
343
+ containerProperties: ContainerPropertiesUnionTypeDef = ...,
344
+ nodeProperties: NodePropertiesUnionTypeDef = ...,
345
+ retryStrategy: RetryStrategyUnionTypeDef = ...,
339
346
  propagateTags: bool = ...,
340
347
  timeout: JobTimeoutTypeDef = ...,
341
348
  tags: Mapping[str, str] = ...,
342
349
  platformCapabilities: Sequence[PlatformCapabilityType] = ...,
343
- eksProperties: EksPropertiesTypeDef = ...,
344
- ecsProperties: EcsPropertiesTypeDef = ...,
350
+ eksProperties: EksPropertiesUnionTypeDef = ...,
351
+ ecsProperties: EcsPropertiesUnionTypeDef = ...,
345
352
  ) -> RegisterJobDefinitionResponseTypeDef:
346
353
  """
347
354
  Registers an Batch job definition.
@@ -363,7 +370,7 @@ class BatchClient(BaseClient):
363
370
  parameters: Mapping[str, str] = ...,
364
371
  containerOverrides: ContainerOverridesTypeDef = ...,
365
372
  nodeOverrides: NodeOverridesTypeDef = ...,
366
- retryStrategy: RetryStrategyTypeDef = ...,
373
+ retryStrategy: RetryStrategyUnionTypeDef = ...,
367
374
  propagateTags: bool = ...,
368
375
  timeout: JobTimeoutTypeDef = ...,
369
376
  tags: Mapping[str, str] = ...,
@@ -436,7 +443,7 @@ class BatchClient(BaseClient):
436
443
  """
437
444
 
438
445
  def update_scheduling_policy(
439
- self, *, arn: str, fairsharePolicy: FairsharePolicyTypeDef = ...
446
+ self, *, arn: str, fairsharePolicy: FairsharePolicyUnionTypeDef = ...
440
447
  ) -> Dict[str, Any]:
441
448
  """
442
449
  Updates a scheduling policy.
@@ -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",
@@ -306,6 +309,7 @@ ServiceName = Literal[
306
309
  "m2",
307
310
  "machinelearning",
308
311
  "macie2",
312
+ "mailmanager",
309
313
  "managedblockchain",
310
314
  "managedblockchain-query",
311
315
  "marketplace-agreement",
@@ -393,6 +397,7 @@ ServiceName = Literal[
393
397
  "route53-recovery-control-config",
394
398
  "route53-recovery-readiness",
395
399
  "route53domains",
400
+ "route53profiles",
396
401
  "route53resolver",
397
402
  "rum",
398
403
  "s3",
@@ -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",
@@ -306,6 +309,7 @@ ServiceName = Literal[
306
309
  "m2",
307
310
  "machinelearning",
308
311
  "macie2",
312
+ "mailmanager",
309
313
  "managedblockchain",
310
314
  "managedblockchain-query",
311
315
  "marketplace-agreement",
@@ -393,6 +397,7 @@ ServiceName = Literal[
393
397
  "route53-recovery-control-config",
394
398
  "route53-recovery-readiness",
395
399
  "route53domains",
400
+ "route53profiles",
396
401
  "route53resolver",
397
402
  "rum",
398
403
  "s3",
@@ -34,7 +34,7 @@ from botocore.paginate import PageIterator, Paginator
34
34
 
35
35
  from .literals import JobStatusType
36
36
  from .type_defs import (
37
- DescribeComputeEnvironmentsResponsePaginatorTypeDef,
37
+ DescribeComputeEnvironmentsResponseTypeDef,
38
38
  DescribeJobDefinitionsResponseTypeDef,
39
39
  DescribeJobQueuesResponseTypeDef,
40
40
  KeyValuesPairTypeDef,
@@ -72,7 +72,7 @@ class DescribeComputeEnvironmentsPaginator(Paginator):
72
72
  *,
73
73
  computeEnvironments: Sequence[str] = ...,
74
74
  PaginationConfig: PaginatorConfigTypeDef = ...,
75
- ) -> _PageIterator[DescribeComputeEnvironmentsResponsePaginatorTypeDef]:
75
+ ) -> _PageIterator[DescribeComputeEnvironmentsResponseTypeDef]:
76
76
  """
77
77
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Paginator.DescribeComputeEnvironments.paginate)
78
78
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/paginators/#describecomputeenvironmentspaginator)
@@ -34,7 +34,7 @@ from botocore.paginate import PageIterator, Paginator
34
34
 
35
35
  from .literals import JobStatusType
36
36
  from .type_defs import (
37
- DescribeComputeEnvironmentsResponsePaginatorTypeDef,
37
+ DescribeComputeEnvironmentsResponseTypeDef,
38
38
  DescribeJobDefinitionsResponseTypeDef,
39
39
  DescribeJobQueuesResponseTypeDef,
40
40
  KeyValuesPairTypeDef,
@@ -70,7 +70,7 @@ class DescribeComputeEnvironmentsPaginator(Paginator):
70
70
  *,
71
71
  computeEnvironments: Sequence[str] = ...,
72
72
  PaginationConfig: PaginatorConfigTypeDef = ...,
73
- ) -> _PageIterator[DescribeComputeEnvironmentsResponsePaginatorTypeDef]:
73
+ ) -> _PageIterator[DescribeComputeEnvironmentsResponseTypeDef]:
74
74
  """
75
75
  [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#Batch.Paginator.DescribeComputeEnvironments.paginate)
76
76
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/paginators/#describecomputeenvironmentspaginator)