types-boto3-medialive 1.40.57__tar.gz → 1.40.75__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 (27) hide show
  1. {types_boto3_medialive-1.40.57/types_boto3_medialive.egg-info → types_boto3_medialive-1.40.75}/PKG-INFO +11 -25
  2. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/README.md +3 -3
  3. types_boto3_medialive-1.40.75/pyproject.toml +61 -0
  4. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__main__.py +4 -4
  5. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/client.py +23 -28
  6. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/client.pyi +23 -28
  7. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/literals.py +5 -7
  8. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/literals.pyi +5 -7
  9. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/type_defs.py +308 -305
  10. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/type_defs.pyi +308 -305
  11. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/version.py +1 -1
  12. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75/types_boto3_medialive.egg-info}/PKG-INFO +11 -25
  13. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive.egg-info/SOURCES.txt +1 -2
  14. types_boto3_medialive-1.40.57/setup.py +0 -54
  15. types_boto3_medialive-1.40.57/types_boto3_medialive.egg-info/not-zip-safe +0 -1
  16. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/LICENSE +0 -0
  17. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/setup.cfg +0 -0
  18. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__init__.py +0 -0
  19. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/__init__.pyi +0 -0
  20. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/paginator.py +0 -0
  21. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/paginator.pyi +0 -0
  22. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/py.typed +0 -0
  23. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/waiter.py +0 -0
  24. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive/waiter.pyi +0 -0
  25. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
  26. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive.egg-info/requires.txt +0 -0
  27. {types_boto3_medialive-1.40.57 → types_boto3_medialive-1.40.75}/types_boto3_medialive.egg-info/top_level.txt +0 -0
@@ -1,23 +1,21 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-medialive
3
- Version: 1.40.57
4
- Summary: Type annotations for boto3 MediaLive 1.40.57 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.75
4
+ Summary: Type annotations for boto3 MediaLive 1.40.75 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/types_boto3_docs/types_boto3_medialive/
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 medialive boto3-stubs type-annotations mypy typeshed autocomplete
11
+ Keywords: boto3,medialive,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="types-boto3-medialive"></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 MediaLive 1.40.57](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 MediaLive 1.40.75](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
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -119,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
119
105
  isolation.
120
106
 
121
107
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.40.57' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.40.75' mypy-boto3-builder`
123
109
  2. Select `boto3` AWS SDK.
124
110
  3. Add `MediaLive` service.
125
111
  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 MediaLive 1.40.57](https://pypi.org/project/boto3/)
12
+ Type annotations for [boto3 MediaLive 1.40.75](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
  [types-boto3](https://pypi.org/project/types-boto3/) page and in
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
72
72
  isolation.
73
73
 
74
74
  1. Run mypy-boto3-builder in your package root directory:
75
- `uvx --with 'boto3==1.40.57' mypy-boto3-builder`
75
+ `uvx --with 'boto3==1.40.75' mypy-boto3-builder`
76
76
  2. Select `boto3` AWS SDK.
77
77
  3. Add `MediaLive` service.
78
78
  4. Use provided commands to install generated packages.
@@ -0,0 +1,61 @@
1
+ # Setup script for types-boto3-medialive.
2
+
3
+ # Copyright 2025 Vlad Emelianov
4
+
5
+ [project]
6
+ name = "types-boto3-medialive"
7
+ version = "1.40.75"
8
+ license = "MIT"
9
+ authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
10
+ description = "Type annotations for boto3 MediaLive 1.40.75 service generated with mypy-boto3-builder 8.12.0"
11
+ readme = "README.md"
12
+ classifiers = [
13
+ "Development Status :: 5 - Production/Stable",
14
+ "Intended Audience :: Developers",
15
+ "Environment :: Console",
16
+ "Natural Language :: English",
17
+ "Operating System :: OS Independent",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3.9",
20
+ "Programming Language :: Python :: 3.10",
21
+ "Programming Language :: Python :: 3.11",
22
+ "Programming Language :: Python :: 3.12",
23
+ "Programming Language :: Python :: 3.13",
24
+ "Programming Language :: Python :: 3.14",
25
+ "Programming Language :: Python :: 3 :: Only",
26
+ "Programming Language :: Python :: Implementation :: CPython",
27
+ "Typing :: Stubs Only",
28
+ ]
29
+ keywords = [
30
+ "boto3",
31
+ "medialive",
32
+ "boto3-stubs",
33
+ "type-annotations",
34
+ "mypy",
35
+ "typeshed",
36
+ "autocomplete",
37
+ ]
38
+ requires-python = ">=3.9"
39
+
40
+ dependencies = [
41
+ "typing-extensions; python_version<'3.12'",
42
+ ]
43
+
44
+
45
+ [project.urls]
46
+ Homepage = "https://github.com/youtype/mypy_boto3_builder"
47
+ Documentation = "https://youtype.github.io/types_boto3_docs/types_boto3_medialive/"
48
+ Source = "https://github.com/youtype/mypy_boto3_builder"
49
+ Tracker = "https://github.com/youtype/mypy_boto3_builder/issues"
50
+
51
+ [build-system]
52
+ requires = ["setuptools>=60"]
53
+ build-backend = "setuptools.build_meta"
54
+
55
+ [tool.setuptools]
56
+ platforms = ["any"]
57
+ include-package-data = true
58
+ packages = ["types_boto3_medialive"]
59
+
60
+ [tool.setuptools.package-data]
61
+ "*" = ["*.pyi", "py.typed"]
@@ -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 MediaLive 1.40.57\n"
16
- "Version: 1.40.57\n"
17
- "Builder version: 8.11.0\n"
15
+ "Type annotations for boto3 MediaLive 1.40.75\n"
16
+ "Version: 1.40.75\n"
17
+ "Builder version: 8.12.0\n"
18
18
  "Docs: https://youtype.github.io/types_boto3_docs/types_boto3_medialive//\n"
19
19
  "Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive.html#medialive\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.57\n")
29
+ sys.stdout.write("1.40.75\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
@@ -303,12 +304,6 @@ from .waiter import (
303
304
  SignalMapUpdatedWaiter,
304
305
  )
305
306
 
306
- if sys.version_info >= (3, 9):
307
- from builtins import dict as Dict
308
- from builtins import type as Type
309
- from collections.abc import Mapping
310
- else:
311
- from typing import Dict, Mapping, Type
312
307
  if sys.version_info >= (3, 12):
313
308
  from typing import Literal, Unpack
314
309
  else:
@@ -319,16 +314,16 @@ __all__ = ("MediaLiveClient",)
319
314
 
320
315
 
321
316
  class Exceptions(BaseClientExceptions):
322
- BadGatewayException: Type[BotocoreClientError]
323
- BadRequestException: Type[BotocoreClientError]
324
- ClientError: Type[BotocoreClientError]
325
- ConflictException: Type[BotocoreClientError]
326
- ForbiddenException: Type[BotocoreClientError]
327
- GatewayTimeoutException: Type[BotocoreClientError]
328
- InternalServerErrorException: Type[BotocoreClientError]
329
- NotFoundException: Type[BotocoreClientError]
330
- TooManyRequestsException: Type[BotocoreClientError]
331
- UnprocessableEntityException: Type[BotocoreClientError]
317
+ BadGatewayException: type[BotocoreClientError]
318
+ BadRequestException: type[BotocoreClientError]
319
+ ClientError: type[BotocoreClientError]
320
+ ConflictException: type[BotocoreClientError]
321
+ ForbiddenException: type[BotocoreClientError]
322
+ GatewayTimeoutException: type[BotocoreClientError]
323
+ InternalServerErrorException: type[BotocoreClientError]
324
+ NotFoundException: type[BotocoreClientError]
325
+ TooManyRequestsException: type[BotocoreClientError]
326
+ UnprocessableEntityException: type[BotocoreClientError]
332
327
 
333
328
 
334
329
  class MediaLiveClient(BaseClient):
@@ -368,7 +363,7 @@ class MediaLiveClient(BaseClient):
368
363
 
369
364
  def accept_input_device_transfer(
370
365
  self, **kwargs: Unpack[AcceptInputDeviceTransferRequestTypeDef]
371
- ) -> Dict[str, Any]:
366
+ ) -> dict[str, Any]:
372
367
  """
373
368
  Accept an incoming input device transfer.
374
369
 
@@ -414,7 +409,7 @@ class MediaLiveClient(BaseClient):
414
409
 
415
410
  def cancel_input_device_transfer(
416
411
  self, **kwargs: Unpack[CancelInputDeviceTransferRequestTypeDef]
417
- ) -> Dict[str, Any]:
412
+ ) -> dict[str, Any]:
418
413
  """
419
414
  Cancel an input device transfer that you have requested.
420
415
 
@@ -422,7 +417,7 @@ class MediaLiveClient(BaseClient):
422
417
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/client/#cancel_input_device_transfer)
423
418
  """
424
419
 
425
- def claim_device(self, **kwargs: Unpack[ClaimDeviceRequestTypeDef]) -> Dict[str, Any]:
420
+ def claim_device(self, **kwargs: Unpack[ClaimDeviceRequestTypeDef]) -> dict[str, Any]:
426
421
  """
427
422
  Send a request to claim an AWS Elemental device that you have purchased from a
428
423
  third-party vendor.
@@ -511,7 +506,7 @@ class MediaLiveClient(BaseClient):
511
506
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/client/#delete_channel)
512
507
  """
513
508
 
514
- def delete_input(self, **kwargs: Unpack[DeleteInputRequestTypeDef]) -> Dict[str, Any]:
509
+ def delete_input(self, **kwargs: Unpack[DeleteInputRequestTypeDef]) -> dict[str, Any]:
515
510
  """
516
511
  Deletes the input end point.
517
512
 
@@ -521,7 +516,7 @@ class MediaLiveClient(BaseClient):
521
516
 
522
517
  def delete_input_security_group(
523
518
  self, **kwargs: Unpack[DeleteInputSecurityGroupRequestTypeDef]
524
- ) -> Dict[str, Any]:
519
+ ) -> dict[str, Any]:
525
520
  """
526
521
  Deletes an Input Security Group.
527
522
 
@@ -559,7 +554,7 @@ class MediaLiveClient(BaseClient):
559
554
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/client/#delete_reservation)
560
555
  """
561
556
 
562
- def delete_schedule(self, **kwargs: Unpack[DeleteScheduleRequestTypeDef]) -> Dict[str, Any]:
557
+ def delete_schedule(self, **kwargs: Unpack[DeleteScheduleRequestTypeDef]) -> dict[str, Any]:
563
558
  """
564
559
  Delete all schedule actions on a channel.
565
560
 
@@ -805,7 +800,7 @@ class MediaLiveClient(BaseClient):
805
800
 
806
801
  def reboot_input_device(
807
802
  self, **kwargs: Unpack[RebootInputDeviceRequestTypeDef]
808
- ) -> Dict[str, Any]:
803
+ ) -> dict[str, Any]:
809
804
  """
810
805
  Send a reboot command to the specified input device.
811
806
 
@@ -815,7 +810,7 @@ class MediaLiveClient(BaseClient):
815
810
 
816
811
  def reject_input_device_transfer(
817
812
  self, **kwargs: Unpack[RejectInputDeviceTransferRequestTypeDef]
818
- ) -> Dict[str, Any]:
813
+ ) -> dict[str, Any]:
819
814
  """
820
815
  Reject the transfer of the specified input device to your AWS account.
821
816
 
@@ -835,7 +830,7 @@ class MediaLiveClient(BaseClient):
835
830
 
836
831
  def start_input_device(
837
832
  self, **kwargs: Unpack[StartInputDeviceRequestTypeDef]
838
- ) -> Dict[str, Any]:
833
+ ) -> dict[str, Any]:
839
834
  """
840
835
  Start an input device that is attached to a MediaConnect flow.
841
836
 
@@ -845,7 +840,7 @@ class MediaLiveClient(BaseClient):
845
840
 
846
841
  def start_input_device_maintenance_window(
847
842
  self, **kwargs: Unpack[StartInputDeviceMaintenanceWindowRequestTypeDef]
848
- ) -> Dict[str, Any]:
843
+ ) -> dict[str, Any]:
849
844
  """
850
845
  Start a maintenance window for the specified input device.
851
846
 
@@ -873,7 +868,7 @@ class MediaLiveClient(BaseClient):
873
868
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/client/#stop_channel)
874
869
  """
875
870
 
876
- def stop_input_device(self, **kwargs: Unpack[StopInputDeviceRequestTypeDef]) -> Dict[str, Any]:
871
+ def stop_input_device(self, **kwargs: Unpack[StopInputDeviceRequestTypeDef]) -> dict[str, Any]:
877
872
  """
878
873
  Stop an input device that is attached to a MediaConnect flow.
879
874
 
@@ -893,7 +888,7 @@ class MediaLiveClient(BaseClient):
893
888
 
894
889
  def transfer_input_device(
895
890
  self, **kwargs: Unpack[TransferInputDeviceRequestTypeDef]
896
- ) -> Dict[str, Any]:
891
+ ) -> dict[str, Any]:
897
892
  """
898
893
  Start an input device transfer to another AWS account.
899
894
 
@@ -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
@@ -303,12 +304,6 @@ from .waiter import (
303
304
  SignalMapUpdatedWaiter,
304
305
  )
305
306
 
306
- if sys.version_info >= (3, 9):
307
- from builtins import dict as Dict
308
- from builtins import type as Type
309
- from collections.abc import Mapping
310
- else:
311
- from typing import Dict, Mapping, Type
312
307
  if sys.version_info >= (3, 12):
313
308
  from typing import Literal, Unpack
314
309
  else:
@@ -317,16 +312,16 @@ else:
317
312
  __all__ = ("MediaLiveClient",)
318
313
 
319
314
  class Exceptions(BaseClientExceptions):
320
- BadGatewayException: Type[BotocoreClientError]
321
- BadRequestException: Type[BotocoreClientError]
322
- ClientError: Type[BotocoreClientError]
323
- ConflictException: Type[BotocoreClientError]
324
- ForbiddenException: Type[BotocoreClientError]
325
- GatewayTimeoutException: Type[BotocoreClientError]
326
- InternalServerErrorException: Type[BotocoreClientError]
327
- NotFoundException: Type[BotocoreClientError]
328
- TooManyRequestsException: Type[BotocoreClientError]
329
- UnprocessableEntityException: Type[BotocoreClientError]
315
+ BadGatewayException: type[BotocoreClientError]
316
+ BadRequestException: type[BotocoreClientError]
317
+ ClientError: type[BotocoreClientError]
318
+ ConflictException: type[BotocoreClientError]
319
+ ForbiddenException: type[BotocoreClientError]
320
+ GatewayTimeoutException: type[BotocoreClientError]
321
+ InternalServerErrorException: type[BotocoreClientError]
322
+ NotFoundException: type[BotocoreClientError]
323
+ TooManyRequestsException: type[BotocoreClientError]
324
+ UnprocessableEntityException: type[BotocoreClientError]
330
325
 
331
326
  class MediaLiveClient(BaseClient):
332
327
  """
@@ -365,7 +360,7 @@ class MediaLiveClient(BaseClient):
365
360
 
366
361
  def accept_input_device_transfer(
367
362
  self, **kwargs: Unpack[AcceptInputDeviceTransferRequestTypeDef]
368
- ) -> Dict[str, Any]:
363
+ ) -> dict[str, Any]:
369
364
  """
370
365
  Accept an incoming input device transfer.
371
366
 
@@ -411,7 +406,7 @@ class MediaLiveClient(BaseClient):
411
406
 
412
407
  def cancel_input_device_transfer(
413
408
  self, **kwargs: Unpack[CancelInputDeviceTransferRequestTypeDef]
414
- ) -> Dict[str, Any]:
409
+ ) -> dict[str, Any]:
415
410
  """
416
411
  Cancel an input device transfer that you have requested.
417
412
 
@@ -419,7 +414,7 @@ class MediaLiveClient(BaseClient):
419
414
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/client/#cancel_input_device_transfer)
420
415
  """
421
416
 
422
- def claim_device(self, **kwargs: Unpack[ClaimDeviceRequestTypeDef]) -> Dict[str, Any]:
417
+ def claim_device(self, **kwargs: Unpack[ClaimDeviceRequestTypeDef]) -> dict[str, Any]:
423
418
  """
424
419
  Send a request to claim an AWS Elemental device that you have purchased from a
425
420
  third-party vendor.
@@ -508,7 +503,7 @@ class MediaLiveClient(BaseClient):
508
503
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/client/#delete_channel)
509
504
  """
510
505
 
511
- def delete_input(self, **kwargs: Unpack[DeleteInputRequestTypeDef]) -> Dict[str, Any]:
506
+ def delete_input(self, **kwargs: Unpack[DeleteInputRequestTypeDef]) -> dict[str, Any]:
512
507
  """
513
508
  Deletes the input end point.
514
509
 
@@ -518,7 +513,7 @@ class MediaLiveClient(BaseClient):
518
513
 
519
514
  def delete_input_security_group(
520
515
  self, **kwargs: Unpack[DeleteInputSecurityGroupRequestTypeDef]
521
- ) -> Dict[str, Any]:
516
+ ) -> dict[str, Any]:
522
517
  """
523
518
  Deletes an Input Security Group.
524
519
 
@@ -556,7 +551,7 @@ class MediaLiveClient(BaseClient):
556
551
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/client/#delete_reservation)
557
552
  """
558
553
 
559
- def delete_schedule(self, **kwargs: Unpack[DeleteScheduleRequestTypeDef]) -> Dict[str, Any]:
554
+ def delete_schedule(self, **kwargs: Unpack[DeleteScheduleRequestTypeDef]) -> dict[str, Any]:
560
555
  """
561
556
  Delete all schedule actions on a channel.
562
557
 
@@ -802,7 +797,7 @@ class MediaLiveClient(BaseClient):
802
797
 
803
798
  def reboot_input_device(
804
799
  self, **kwargs: Unpack[RebootInputDeviceRequestTypeDef]
805
- ) -> Dict[str, Any]:
800
+ ) -> dict[str, Any]:
806
801
  """
807
802
  Send a reboot command to the specified input device.
808
803
 
@@ -812,7 +807,7 @@ class MediaLiveClient(BaseClient):
812
807
 
813
808
  def reject_input_device_transfer(
814
809
  self, **kwargs: Unpack[RejectInputDeviceTransferRequestTypeDef]
815
- ) -> Dict[str, Any]:
810
+ ) -> dict[str, Any]:
816
811
  """
817
812
  Reject the transfer of the specified input device to your AWS account.
818
813
 
@@ -832,7 +827,7 @@ class MediaLiveClient(BaseClient):
832
827
 
833
828
  def start_input_device(
834
829
  self, **kwargs: Unpack[StartInputDeviceRequestTypeDef]
835
- ) -> Dict[str, Any]:
830
+ ) -> dict[str, Any]:
836
831
  """
837
832
  Start an input device that is attached to a MediaConnect flow.
838
833
 
@@ -842,7 +837,7 @@ class MediaLiveClient(BaseClient):
842
837
 
843
838
  def start_input_device_maintenance_window(
844
839
  self, **kwargs: Unpack[StartInputDeviceMaintenanceWindowRequestTypeDef]
845
- ) -> Dict[str, Any]:
840
+ ) -> dict[str, Any]:
846
841
  """
847
842
  Start a maintenance window for the specified input device.
848
843
 
@@ -870,7 +865,7 @@ class MediaLiveClient(BaseClient):
870
865
  [Show types-boto3 documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/client/#stop_channel)
871
866
  """
872
867
 
873
- def stop_input_device(self, **kwargs: Unpack[StopInputDeviceRequestTypeDef]) -> Dict[str, Any]:
868
+ def stop_input_device(self, **kwargs: Unpack[StopInputDeviceRequestTypeDef]) -> dict[str, Any]:
874
869
  """
875
870
  Stop an input device that is attached to a MediaConnect flow.
876
871
 
@@ -890,7 +885,7 @@ class MediaLiveClient(BaseClient):
890
885
 
891
886
  def transfer_input_device(
892
887
  self, **kwargs: Unpack[TransferInputDeviceRequestTypeDef]
893
- ) -> Dict[str, Any]:
888
+ ) -> dict[str, Any]:
894
889
  """
895
890
  Start an input device transfer to another AWS account.
896
891
 
@@ -54,6 +54,8 @@ __all__ = (
54
54
  "Av1LookAheadRateControlType",
55
55
  "Av1RateControlModeType",
56
56
  "Av1SceneChangeDetectType",
57
+ "Av1SpatialAqType",
58
+ "Av1TemporalAqType",
57
59
  "AvailBlankingStateType",
58
60
  "BandwidthReductionFilterStrengthType",
59
61
  "BandwidthReductionPostFilterSharpeningType",
@@ -477,6 +479,8 @@ Av1LevelType = Literal[
477
479
  Av1LookAheadRateControlType = Literal["HIGH", "LOW", "MEDIUM"]
478
480
  Av1RateControlModeType = Literal["CBR", "QVBR"]
479
481
  Av1SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
482
+ Av1SpatialAqType = Literal["DISABLED", "ENABLED"]
483
+ Av1TemporalAqType = Literal["DISABLED", "ENABLED"]
480
484
  AvailBlankingStateType = Literal["DISABLED", "ENABLED"]
481
485
  BandwidthReductionFilterStrengthType = Literal[
482
486
  "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4"
@@ -1141,7 +1145,6 @@ ServiceName = Literal[
1141
1145
  "apprunner",
1142
1146
  "appstream",
1143
1147
  "appsync",
1144
- "apptest",
1145
1148
  "arc-region-switch",
1146
1149
  "arc-zonal-shift",
1147
1150
  "artifact",
@@ -1309,7 +1312,6 @@ ServiceName = Literal[
1309
1312
  "iotdeviceadvisor",
1310
1313
  "iotevents",
1311
1314
  "iotevents-data",
1312
- "iotfleethub",
1313
1315
  "iotfleetwise",
1314
1316
  "iotsecuretunneling",
1315
1317
  "iotsitewise",
@@ -1348,8 +1350,6 @@ ServiceName = Literal[
1348
1350
  "location",
1349
1351
  "logs",
1350
1352
  "lookoutequipment",
1351
- "lookoutmetrics",
1352
- "lookoutvision",
1353
1353
  "m2",
1354
1354
  "machinelearning",
1355
1355
  "macie2",
@@ -1384,6 +1384,7 @@ ServiceName = Literal[
1384
1384
  "mq",
1385
1385
  "mturk",
1386
1386
  "mwaa",
1387
+ "mwaa-serverless",
1387
1388
  "neptune",
1388
1389
  "neptune-graph",
1389
1390
  "neptunedata",
@@ -1424,8 +1425,6 @@ ServiceName = Literal[
1424
1425
  "qapps",
1425
1426
  "qbusiness",
1426
1427
  "qconnect",
1427
- "qldb",
1428
- "qldb-session",
1429
1428
  "quicksight",
1430
1429
  "ram",
1431
1430
  "rbin",
@@ -1440,7 +1439,6 @@ ServiceName = Literal[
1440
1439
  "resource-explorer-2",
1441
1440
  "resource-groups",
1442
1441
  "resourcegroupstaggingapi",
1443
- "robomaker",
1444
1442
  "rolesanywhere",
1445
1443
  "route53",
1446
1444
  "route53-recovery-cluster",
@@ -53,6 +53,8 @@ __all__ = (
53
53
  "Av1LookAheadRateControlType",
54
54
  "Av1RateControlModeType",
55
55
  "Av1SceneChangeDetectType",
56
+ "Av1SpatialAqType",
57
+ "Av1TemporalAqType",
56
58
  "AvailBlankingStateType",
57
59
  "BandwidthReductionFilterStrengthType",
58
60
  "BandwidthReductionPostFilterSharpeningType",
@@ -475,6 +477,8 @@ Av1LevelType = Literal[
475
477
  Av1LookAheadRateControlType = Literal["HIGH", "LOW", "MEDIUM"]
476
478
  Av1RateControlModeType = Literal["CBR", "QVBR"]
477
479
  Av1SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
480
+ Av1SpatialAqType = Literal["DISABLED", "ENABLED"]
481
+ Av1TemporalAqType = Literal["DISABLED", "ENABLED"]
478
482
  AvailBlankingStateType = Literal["DISABLED", "ENABLED"]
479
483
  BandwidthReductionFilterStrengthType = Literal[
480
484
  "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4"
@@ -1139,7 +1143,6 @@ ServiceName = Literal[
1139
1143
  "apprunner",
1140
1144
  "appstream",
1141
1145
  "appsync",
1142
- "apptest",
1143
1146
  "arc-region-switch",
1144
1147
  "arc-zonal-shift",
1145
1148
  "artifact",
@@ -1307,7 +1310,6 @@ ServiceName = Literal[
1307
1310
  "iotdeviceadvisor",
1308
1311
  "iotevents",
1309
1312
  "iotevents-data",
1310
- "iotfleethub",
1311
1313
  "iotfleetwise",
1312
1314
  "iotsecuretunneling",
1313
1315
  "iotsitewise",
@@ -1346,8 +1348,6 @@ ServiceName = Literal[
1346
1348
  "location",
1347
1349
  "logs",
1348
1350
  "lookoutequipment",
1349
- "lookoutmetrics",
1350
- "lookoutvision",
1351
1351
  "m2",
1352
1352
  "machinelearning",
1353
1353
  "macie2",
@@ -1382,6 +1382,7 @@ ServiceName = Literal[
1382
1382
  "mq",
1383
1383
  "mturk",
1384
1384
  "mwaa",
1385
+ "mwaa-serverless",
1385
1386
  "neptune",
1386
1387
  "neptune-graph",
1387
1388
  "neptunedata",
@@ -1422,8 +1423,6 @@ ServiceName = Literal[
1422
1423
  "qapps",
1423
1424
  "qbusiness",
1424
1425
  "qconnect",
1425
- "qldb",
1426
- "qldb-session",
1427
1426
  "quicksight",
1428
1427
  "ram",
1429
1428
  "rbin",
@@ -1438,7 +1437,6 @@ ServiceName = Literal[
1438
1437
  "resource-explorer-2",
1439
1438
  "resource-groups",
1440
1439
  "resourcegroupstaggingapi",
1441
- "robomaker",
1442
1440
  "rolesanywhere",
1443
1441
  "route53",
1444
1442
  "route53-recovery-cluster",