mypy-boto3-batch 1.40.54__tar.gz → 1.40.71__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 (25) hide show
  1. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/PKG-INFO +11 -25
  2. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/README.md +3 -3
  3. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/__main__.py +4 -4
  4. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/client.py +16 -21
  5. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/client.pyi +16 -21
  6. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/literals.py +1 -7
  7. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/literals.pyi +1 -7
  8. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/type_defs.py +118 -123
  9. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/type_defs.pyi +118 -123
  10. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/version.py +1 -1
  11. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch.egg-info/PKG-INFO +11 -25
  12. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch.egg-info/SOURCES.txt +1 -2
  13. mypy_boto3_batch-1.40.71/pyproject.toml +61 -0
  14. mypy_boto3_batch-1.40.54/mypy_boto3_batch.egg-info/not-zip-safe +0 -1
  15. mypy_boto3_batch-1.40.54/setup.py +0 -54
  16. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/LICENSE +0 -0
  17. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/__init__.py +0 -0
  18. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/__init__.pyi +0 -0
  19. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/paginator.py +0 -0
  20. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/paginator.pyi +0 -0
  21. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch/py.typed +0 -0
  22. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch.egg-info/dependency_links.txt +0 -0
  23. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch.egg-info/requires.txt +0 -0
  24. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/mypy_boto3_batch.egg-info/top_level.txt +0 -0
  25. {mypy_boto3_batch-1.40.54 → mypy_boto3_batch-1.40.71}/setup.cfg +0 -0
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mypy-boto3-batch
3
- Version: 1.40.54
4
- Summary: Type annotations for boto3 Batch 1.40.54 service generated with mypy-boto3-builder 8.11.0
5
- Home-page: https://github.com/youtype/mypy_boto3_builder
6
- Author: Vlad Emelianov
7
- Author-email: vlad.emelianov.nz@gmail.com
8
- License: MIT License
3
+ Version: 1.40.71
4
+ Summary: Type annotations for boto3 Batch 1.40.71 service generated with mypy-boto3-builder 8.12.0
5
+ Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
9
8
  Project-URL: Documentation, https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/
10
9
  Project-URL: Source, https://github.com/youtype/mypy_boto3_builder
11
10
  Project-URL: Tracker, https://github.com/youtype/mypy_boto3_builder/issues
12
- Keywords: boto3 batch boto3-stubs type-annotations mypy typeshed autocomplete
11
+ Keywords: boto3,batch,boto3-stubs,type-annotations,mypy,typeshed,autocomplete
12
+ Platform: any
13
13
  Classifier: Development Status :: 5 - Production/Stable
14
14
  Classifier: Intended Audience :: Developers
15
15
  Classifier: Environment :: Console
16
- Classifier: License :: OSI Approved :: MIT License
17
16
  Classifier: Natural Language :: English
18
17
  Classifier: Operating System :: OS Independent
19
18
  Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3.8
21
19
  Classifier: Programming Language :: Python :: 3.9
22
20
  Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
@@ -27,23 +25,11 @@ Classifier: Programming Language :: Python :: 3.14
27
25
  Classifier: Programming Language :: Python :: 3 :: Only
28
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
29
27
  Classifier: Typing :: Stubs Only
30
- Requires-Python: >=3.8
28
+ Requires-Python: >=3.9
31
29
  Description-Content-Type: text/markdown
32
30
  License-File: LICENSE
33
31
  Requires-Dist: typing-extensions; python_version < "3.12"
34
- Dynamic: author
35
- Dynamic: author-email
36
- Dynamic: classifier
37
- Dynamic: description
38
- Dynamic: description-content-type
39
- Dynamic: home-page
40
- Dynamic: keywords
41
- Dynamic: license
42
32
  Dynamic: license-file
43
- Dynamic: project-url
44
- Dynamic: requires-dist
45
- Dynamic: requires-python
46
- Dynamic: summary
47
33
 
48
34
  <a id="mypy-boto3-batch"></a>
49
35
 
@@ -56,7 +42,7 @@ Dynamic: summary
56
42
 
57
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
44
 
59
- Type annotations for [boto3 Batch 1.40.54](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 Batch 1.40.71](https://pypi.org/project/boto3/)
60
46
  compatible with [VSCode](https://code.visualstudio.com/),
61
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -65,7 +51,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
65
51
  [pyright](https://github.com/microsoft/pyright) and other tools.
66
52
 
67
53
  Generated with
68
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
54
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
69
55
 
70
56
  More information can be found on
71
57
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -118,7 +104,7 @@ You can generate type annotations for `boto3` package locally with
118
104
  isolation.
119
105
 
120
106
  1. Run mypy-boto3-builder in your package root directory:
121
- `uvx --with 'boto3==1.40.54' mypy-boto3-builder`
107
+ `uvx --with 'boto3==1.40.71' mypy-boto3-builder`
122
108
  2. Select `boto3-stubs` AWS SDK.
123
109
  3. Add `Batch` service.
124
110
  4. Use provided commands to install generated packages.
@@ -9,7 +9,7 @@
9
9
 
10
10
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
11
11
 
12
- Type annotations for [boto3 Batch 1.40.54](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 Batch 1.40.71](https://pypi.org/project/boto3/)
13
13
  compatible with [VSCode](https://code.visualstudio.com/),
14
14
  [PyCharm](https://www.jetbrains.com/pycharm/),
15
15
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
18
18
  [pyright](https://github.com/microsoft/pyright) and other tools.
19
19
 
20
20
  Generated with
21
- [mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
21
+ [mypy-boto3-builder 8.12.0](https://github.com/youtype/mypy_boto3_builder).
22
22
 
23
23
  More information can be found on
24
24
  [boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
@@ -71,7 +71,7 @@ You can generate type annotations for `boto3` package locally with
71
71
  isolation.
72
72
 
73
73
  1. Run mypy-boto3-builder in your package root directory:
74
- `uvx --with 'boto3==1.40.54' mypy-boto3-builder`
74
+ `uvx --with 'boto3==1.40.71' mypy-boto3-builder`
75
75
  2. Select `boto3-stubs` AWS SDK.
76
76
  3. Add `Batch` service.
77
77
  4. Use provided commands to install generated packages.
@@ -12,9 +12,9 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 Batch 1.40.54\n"
16
- "Version: 1.40.54\n"
17
- "Builder version: 8.11.0\n"
15
+ "Type annotations for boto3 Batch 1.40.71\n"
16
+ "Version: 1.40.71\n"
17
+ "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/batch.html#batch\n"
20
20
  "Other services: https://pypi.org/project/boto3-stubs/\n"
@@ -26,7 +26,7 @@ def print_version() -> None:
26
26
  """
27
27
  Print package version to stdout.
28
28
  """
29
- sys.stdout.write("1.40.54\n")
29
+ sys.stdout.write("1.40.71\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -105,12 +106,6 @@ from .type_defs import (
105
106
  UpdateServiceEnvironmentResponseTypeDef,
106
107
  )
107
108
 
108
- if sys.version_info >= (3, 9):
109
- from builtins import dict as Dict
110
- from builtins import type as Type
111
- from collections.abc import Mapping
112
- else:
113
- from typing import Dict, Mapping, Type
114
109
  if sys.version_info >= (3, 12):
115
110
  from typing import Literal, Unpack
116
111
  else:
@@ -121,9 +116,9 @@ __all__ = ("BatchClient",)
121
116
 
122
117
 
123
118
  class Exceptions(BaseClientExceptions):
124
- ClientError: Type[BotocoreClientError]
125
- ClientException: Type[BotocoreClientError]
126
- ServerException: Type[BotocoreClientError]
119
+ ClientError: type[BotocoreClientError]
120
+ ClientException: type[BotocoreClientError]
121
+ ServerException: type[BotocoreClientError]
127
122
 
128
123
 
129
124
  class BatchClient(BaseClient):
@@ -161,7 +156,7 @@ class BatchClient(BaseClient):
161
156
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#generate_presigned_url)
162
157
  """
163
158
 
164
- def cancel_job(self, **kwargs: Unpack[CancelJobRequestTypeDef]) -> Dict[str, Any]:
159
+ def cancel_job(self, **kwargs: Unpack[CancelJobRequestTypeDef]) -> dict[str, Any]:
165
160
  """
166
161
  Cancels a job in an Batch job queue.
167
162
 
@@ -221,7 +216,7 @@ class BatchClient(BaseClient):
221
216
 
222
217
  def delete_compute_environment(
223
218
  self, **kwargs: Unpack[DeleteComputeEnvironmentRequestTypeDef]
224
- ) -> Dict[str, Any]:
219
+ ) -> dict[str, Any]:
225
220
  """
226
221
  Deletes an Batch compute environment.
227
222
 
@@ -231,7 +226,7 @@ class BatchClient(BaseClient):
231
226
 
232
227
  def delete_consumable_resource(
233
228
  self, **kwargs: Unpack[DeleteConsumableResourceRequestTypeDef]
234
- ) -> Dict[str, Any]:
229
+ ) -> dict[str, Any]:
235
230
  """
236
231
  Deletes the specified consumable resource.
237
232
 
@@ -239,7 +234,7 @@ class BatchClient(BaseClient):
239
234
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#delete_consumable_resource)
240
235
  """
241
236
 
242
- def delete_job_queue(self, **kwargs: Unpack[DeleteJobQueueRequestTypeDef]) -> Dict[str, Any]:
237
+ def delete_job_queue(self, **kwargs: Unpack[DeleteJobQueueRequestTypeDef]) -> dict[str, Any]:
243
238
  """
244
239
  Deletes the specified job queue.
245
240
 
@@ -249,7 +244,7 @@ class BatchClient(BaseClient):
249
244
 
250
245
  def delete_scheduling_policy(
251
246
  self, **kwargs: Unpack[DeleteSchedulingPolicyRequestTypeDef]
252
- ) -> Dict[str, Any]:
247
+ ) -> dict[str, Any]:
253
248
  """
254
249
  Deletes the specified scheduling policy.
255
250
 
@@ -259,7 +254,7 @@ class BatchClient(BaseClient):
259
254
 
260
255
  def delete_service_environment(
261
256
  self, **kwargs: Unpack[DeleteServiceEnvironmentRequestTypeDef]
262
- ) -> Dict[str, Any]:
257
+ ) -> dict[str, Any]:
263
258
  """
264
259
  Deletes a Service environment.
265
260
 
@@ -269,7 +264,7 @@ class BatchClient(BaseClient):
269
264
 
270
265
  def deregister_job_definition(
271
266
  self, **kwargs: Unpack[DeregisterJobDefinitionRequestTypeDef]
272
- ) -> Dict[str, Any]:
267
+ ) -> dict[str, Any]:
273
268
  """
274
269
  Deregisters an Batch job definition.
275
270
 
@@ -454,7 +449,7 @@ class BatchClient(BaseClient):
454
449
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#submit_service_job)
455
450
  """
456
451
 
457
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
452
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
458
453
  """
459
454
  Associates the specified tags to a resource with the specified
460
455
  <code>resourceArn</code>.
@@ -463,7 +458,7 @@ class BatchClient(BaseClient):
463
458
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#tag_resource)
464
459
  """
465
460
 
466
- def terminate_job(self, **kwargs: Unpack[TerminateJobRequestTypeDef]) -> Dict[str, Any]:
461
+ def terminate_job(self, **kwargs: Unpack[TerminateJobRequestTypeDef]) -> dict[str, Any]:
467
462
  """
468
463
  Terminates a job in a job queue.
469
464
 
@@ -473,7 +468,7 @@ class BatchClient(BaseClient):
473
468
 
474
469
  def terminate_service_job(
475
470
  self, **kwargs: Unpack[TerminateServiceJobRequestTypeDef]
476
- ) -> Dict[str, Any]:
471
+ ) -> dict[str, Any]:
477
472
  """
478
473
  Terminates a service job in a job queue.
479
474
 
@@ -481,7 +476,7 @@ class BatchClient(BaseClient):
481
476
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#terminate_service_job)
482
477
  """
483
478
 
484
- def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> Dict[str, Any]:
479
+ def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> dict[str, Any]:
485
480
  """
486
481
  Deletes specified tags from an Batch resource.
487
482
 
@@ -521,7 +516,7 @@ class BatchClient(BaseClient):
521
516
 
522
517
  def update_scheduling_policy(
523
518
  self, **kwargs: Unpack[UpdateSchedulingPolicyRequestTypeDef]
524
- ) -> Dict[str, Any]:
519
+ ) -> dict[str, Any]:
525
520
  """
526
521
  Updates a scheduling policy.
527
522
 
@@ -19,6 +19,7 @@ Usage::
19
19
  from __future__ import annotations
20
20
 
21
21
  import sys
22
+ from collections.abc import Mapping
22
23
  from typing import Any, overload
23
24
 
24
25
  from botocore.client import BaseClient, ClientMeta
@@ -105,12 +106,6 @@ from .type_defs import (
105
106
  UpdateServiceEnvironmentResponseTypeDef,
106
107
  )
107
108
 
108
- if sys.version_info >= (3, 9):
109
- from builtins import dict as Dict
110
- from builtins import type as Type
111
- from collections.abc import Mapping
112
- else:
113
- from typing import Dict, Mapping, Type
114
109
  if sys.version_info >= (3, 12):
115
110
  from typing import Literal, Unpack
116
111
  else:
@@ -119,9 +114,9 @@ else:
119
114
  __all__ = ("BatchClient",)
120
115
 
121
116
  class Exceptions(BaseClientExceptions):
122
- ClientError: Type[BotocoreClientError]
123
- ClientException: Type[BotocoreClientError]
124
- ServerException: Type[BotocoreClientError]
117
+ ClientError: type[BotocoreClientError]
118
+ ClientException: type[BotocoreClientError]
119
+ ServerException: type[BotocoreClientError]
125
120
 
126
121
  class BatchClient(BaseClient):
127
122
  """
@@ -158,7 +153,7 @@ class BatchClient(BaseClient):
158
153
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#generate_presigned_url)
159
154
  """
160
155
 
161
- def cancel_job(self, **kwargs: Unpack[CancelJobRequestTypeDef]) -> Dict[str, Any]:
156
+ def cancel_job(self, **kwargs: Unpack[CancelJobRequestTypeDef]) -> dict[str, Any]:
162
157
  """
163
158
  Cancels a job in an Batch job queue.
164
159
 
@@ -218,7 +213,7 @@ class BatchClient(BaseClient):
218
213
 
219
214
  def delete_compute_environment(
220
215
  self, **kwargs: Unpack[DeleteComputeEnvironmentRequestTypeDef]
221
- ) -> Dict[str, Any]:
216
+ ) -> dict[str, Any]:
222
217
  """
223
218
  Deletes an Batch compute environment.
224
219
 
@@ -228,7 +223,7 @@ class BatchClient(BaseClient):
228
223
 
229
224
  def delete_consumable_resource(
230
225
  self, **kwargs: Unpack[DeleteConsumableResourceRequestTypeDef]
231
- ) -> Dict[str, Any]:
226
+ ) -> dict[str, Any]:
232
227
  """
233
228
  Deletes the specified consumable resource.
234
229
 
@@ -236,7 +231,7 @@ class BatchClient(BaseClient):
236
231
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#delete_consumable_resource)
237
232
  """
238
233
 
239
- def delete_job_queue(self, **kwargs: Unpack[DeleteJobQueueRequestTypeDef]) -> Dict[str, Any]:
234
+ def delete_job_queue(self, **kwargs: Unpack[DeleteJobQueueRequestTypeDef]) -> dict[str, Any]:
240
235
  """
241
236
  Deletes the specified job queue.
242
237
 
@@ -246,7 +241,7 @@ class BatchClient(BaseClient):
246
241
 
247
242
  def delete_scheduling_policy(
248
243
  self, **kwargs: Unpack[DeleteSchedulingPolicyRequestTypeDef]
249
- ) -> Dict[str, Any]:
244
+ ) -> dict[str, Any]:
250
245
  """
251
246
  Deletes the specified scheduling policy.
252
247
 
@@ -256,7 +251,7 @@ class BatchClient(BaseClient):
256
251
 
257
252
  def delete_service_environment(
258
253
  self, **kwargs: Unpack[DeleteServiceEnvironmentRequestTypeDef]
259
- ) -> Dict[str, Any]:
254
+ ) -> dict[str, Any]:
260
255
  """
261
256
  Deletes a Service environment.
262
257
 
@@ -266,7 +261,7 @@ class BatchClient(BaseClient):
266
261
 
267
262
  def deregister_job_definition(
268
263
  self, **kwargs: Unpack[DeregisterJobDefinitionRequestTypeDef]
269
- ) -> Dict[str, Any]:
264
+ ) -> dict[str, Any]:
270
265
  """
271
266
  Deregisters an Batch job definition.
272
267
 
@@ -451,7 +446,7 @@ class BatchClient(BaseClient):
451
446
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#submit_service_job)
452
447
  """
453
448
 
454
- def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> Dict[str, Any]:
449
+ def tag_resource(self, **kwargs: Unpack[TagResourceRequestTypeDef]) -> dict[str, Any]:
455
450
  """
456
451
  Associates the specified tags to a resource with the specified
457
452
  <code>resourceArn</code>.
@@ -460,7 +455,7 @@ class BatchClient(BaseClient):
460
455
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#tag_resource)
461
456
  """
462
457
 
463
- def terminate_job(self, **kwargs: Unpack[TerminateJobRequestTypeDef]) -> Dict[str, Any]:
458
+ def terminate_job(self, **kwargs: Unpack[TerminateJobRequestTypeDef]) -> dict[str, Any]:
464
459
  """
465
460
  Terminates a job in a job queue.
466
461
 
@@ -470,7 +465,7 @@ class BatchClient(BaseClient):
470
465
 
471
466
  def terminate_service_job(
472
467
  self, **kwargs: Unpack[TerminateServiceJobRequestTypeDef]
473
- ) -> Dict[str, Any]:
468
+ ) -> dict[str, Any]:
474
469
  """
475
470
  Terminates a service job in a job queue.
476
471
 
@@ -478,7 +473,7 @@ class BatchClient(BaseClient):
478
473
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_batch/client/#terminate_service_job)
479
474
  """
480
475
 
481
- def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> Dict[str, Any]:
476
+ def untag_resource(self, **kwargs: Unpack[UntagResourceRequestTypeDef]) -> dict[str, Any]:
482
477
  """
483
478
  Deletes specified tags from an Batch resource.
484
479
 
@@ -518,7 +513,7 @@ class BatchClient(BaseClient):
518
513
 
519
514
  def update_scheduling_policy(
520
515
  self, **kwargs: Unpack[UpdateSchedulingPolicyRequestTypeDef]
521
- ) -> Dict[str, Any]:
516
+ ) -> dict[str, Any]:
522
517
  """
523
518
  Updates a scheduling policy.
524
519
 
@@ -152,7 +152,6 @@ ServiceName = Literal[
152
152
  "apprunner",
153
153
  "appstream",
154
154
  "appsync",
155
- "apptest",
156
155
  "arc-region-switch",
157
156
  "arc-zonal-shift",
158
157
  "artifact",
@@ -320,7 +319,6 @@ ServiceName = Literal[
320
319
  "iotdeviceadvisor",
321
320
  "iotevents",
322
321
  "iotevents-data",
323
- "iotfleethub",
324
322
  "iotfleetwise",
325
323
  "iotsecuretunneling",
326
324
  "iotsitewise",
@@ -359,8 +357,6 @@ ServiceName = Literal[
359
357
  "location",
360
358
  "logs",
361
359
  "lookoutequipment",
362
- "lookoutmetrics",
363
- "lookoutvision",
364
360
  "m2",
365
361
  "machinelearning",
366
362
  "macie2",
@@ -435,8 +431,6 @@ ServiceName = Literal[
435
431
  "qapps",
436
432
  "qbusiness",
437
433
  "qconnect",
438
- "qldb",
439
- "qldb-session",
440
434
  "quicksight",
441
435
  "ram",
442
436
  "rbin",
@@ -451,7 +445,6 @@ ServiceName = Literal[
451
445
  "resource-explorer-2",
452
446
  "resource-groups",
453
447
  "resourcegroupstaggingapi",
454
- "robomaker",
455
448
  "rolesanywhere",
456
449
  "route53",
457
450
  "route53-recovery-cluster",
@@ -460,6 +453,7 @@ ServiceName = Literal[
460
453
  "route53domains",
461
454
  "route53profiles",
462
455
  "route53resolver",
456
+ "rtbfabric",
463
457
  "rum",
464
458
  "s3",
465
459
  "s3control",
@@ -150,7 +150,6 @@ ServiceName = Literal[
150
150
  "apprunner",
151
151
  "appstream",
152
152
  "appsync",
153
- "apptest",
154
153
  "arc-region-switch",
155
154
  "arc-zonal-shift",
156
155
  "artifact",
@@ -318,7 +317,6 @@ ServiceName = Literal[
318
317
  "iotdeviceadvisor",
319
318
  "iotevents",
320
319
  "iotevents-data",
321
- "iotfleethub",
322
320
  "iotfleetwise",
323
321
  "iotsecuretunneling",
324
322
  "iotsitewise",
@@ -357,8 +355,6 @@ ServiceName = Literal[
357
355
  "location",
358
356
  "logs",
359
357
  "lookoutequipment",
360
- "lookoutmetrics",
361
- "lookoutvision",
362
358
  "m2",
363
359
  "machinelearning",
364
360
  "macie2",
@@ -433,8 +429,6 @@ ServiceName = Literal[
433
429
  "qapps",
434
430
  "qbusiness",
435
431
  "qconnect",
436
- "qldb",
437
- "qldb-session",
438
432
  "quicksight",
439
433
  "ram",
440
434
  "rbin",
@@ -449,7 +443,6 @@ ServiceName = Literal[
449
443
  "resource-explorer-2",
450
444
  "resource-groups",
451
445
  "resourcegroupstaggingapi",
452
- "robomaker",
453
446
  "rolesanywhere",
454
447
  "route53",
455
448
  "route53-recovery-cluster",
@@ -458,6 +451,7 @@ ServiceName = Literal[
458
451
  "route53domains",
459
452
  "route53profiles",
460
453
  "route53resolver",
454
+ "rtbfabric",
461
455
  "rum",
462
456
  "s3",
463
457
  "s3control",