types-boto3-medialive 1.40.74__py3-none-any.whl → 1.40.75__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.
@@ -12,8 +12,8 @@ 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.74\n"
16
- "Version: 1.40.74\n"
15
+ "Type annotations for boto3 MediaLive 1.40.75\n"
16
+ "Version: 1.40.75\n"
17
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"
@@ -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.74\n")
29
+ sys.stdout.write("1.40.75\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -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"
@@ -1380,6 +1384,7 @@ ServiceName = Literal[
1380
1384
  "mq",
1381
1385
  "mturk",
1382
1386
  "mwaa",
1387
+ "mwaa-serverless",
1383
1388
  "neptune",
1384
1389
  "neptune-graph",
1385
1390
  "neptunedata",
@@ -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"
@@ -1378,6 +1382,7 @@ ServiceName = Literal[
1378
1382
  "mq",
1379
1383
  "mturk",
1380
1384
  "mwaa",
1385
+ "mwaa-serverless",
1381
1386
  "neptune",
1382
1387
  "neptune-graph",
1383
1388
  "neptunedata",
@@ -53,6 +53,8 @@ from .literals import (
53
53
  Av1LookAheadRateControlType,
54
54
  Av1RateControlModeType,
55
55
  Av1SceneChangeDetectType,
56
+ Av1SpatialAqType,
57
+ Av1TemporalAqType,
56
58
  AvailBlankingStateType,
57
59
  BandwidthReductionFilterStrengthType,
58
60
  BandwidthReductionPostFilterSharpeningType,
@@ -2921,6 +2923,7 @@ class H265ColorSpaceSettingsOutputTypeDef(TypedDict):
2921
2923
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
2922
2924
  Rec601Settings: NotRequired[dict[str, Any]]
2923
2925
  Rec709Settings: NotRequired[dict[str, Any]]
2926
+ Hlg2020Settings: NotRequired[dict[str, Any]]
2924
2927
 
2925
2928
 
2926
2929
  class H265ColorSpaceSettingsTypeDef(TypedDict):
@@ -2929,6 +2932,7 @@ class H265ColorSpaceSettingsTypeDef(TypedDict):
2929
2932
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
2930
2933
  Rec601Settings: NotRequired[Mapping[str, Any]]
2931
2934
  Rec709Settings: NotRequired[Mapping[str, Any]]
2935
+ Hlg2020Settings: NotRequired[Mapping[str, Any]]
2932
2936
 
2933
2937
 
2934
2938
  class VideoSelectorColorSpaceSettingsTypeDef(TypedDict):
@@ -4423,6 +4427,8 @@ class Av1SettingsOutputTypeDef(TypedDict):
4423
4427
  Bitrate: NotRequired[int]
4424
4428
  RateControlMode: NotRequired[Av1RateControlModeType]
4425
4429
  MinBitrate: NotRequired[int]
4430
+ SpatialAq: NotRequired[Av1SpatialAqType]
4431
+ TemporalAq: NotRequired[Av1TemporalAqType]
4426
4432
 
4427
4433
 
4428
4434
  class Av1SettingsTypeDef(TypedDict):
@@ -4446,6 +4452,8 @@ class Av1SettingsTypeDef(TypedDict):
4446
4452
  Bitrate: NotRequired[int]
4447
4453
  RateControlMode: NotRequired[Av1RateControlModeType]
4448
4454
  MinBitrate: NotRequired[int]
4455
+ SpatialAq: NotRequired[Av1SpatialAqType]
4456
+ TemporalAq: NotRequired[Av1TemporalAqType]
4449
4457
 
4450
4458
 
4451
4459
  class AvailConfigurationTypeDef(TypedDict):
@@ -53,6 +53,8 @@ from .literals import (
53
53
  Av1LookAheadRateControlType,
54
54
  Av1RateControlModeType,
55
55
  Av1SceneChangeDetectType,
56
+ Av1SpatialAqType,
57
+ Av1TemporalAqType,
56
58
  AvailBlankingStateType,
57
59
  BandwidthReductionFilterStrengthType,
58
60
  BandwidthReductionPostFilterSharpeningType,
@@ -2622,6 +2624,7 @@ class H265ColorSpaceSettingsOutputTypeDef(TypedDict):
2622
2624
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
2623
2625
  Rec601Settings: NotRequired[dict[str, Any]]
2624
2626
  Rec709Settings: NotRequired[dict[str, Any]]
2627
+ Hlg2020Settings: NotRequired[dict[str, Any]]
2625
2628
 
2626
2629
  class H265ColorSpaceSettingsTypeDef(TypedDict):
2627
2630
  ColorSpacePassthroughSettings: NotRequired[Mapping[str, Any]]
@@ -2629,6 +2632,7 @@ class H265ColorSpaceSettingsTypeDef(TypedDict):
2629
2632
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
2630
2633
  Rec601Settings: NotRequired[Mapping[str, Any]]
2631
2634
  Rec709Settings: NotRequired[Mapping[str, Any]]
2635
+ Hlg2020Settings: NotRequired[Mapping[str, Any]]
2632
2636
 
2633
2637
  class VideoSelectorColorSpaceSettingsTypeDef(TypedDict):
2634
2638
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
@@ -3939,6 +3943,8 @@ class Av1SettingsOutputTypeDef(TypedDict):
3939
3943
  Bitrate: NotRequired[int]
3940
3944
  RateControlMode: NotRequired[Av1RateControlModeType]
3941
3945
  MinBitrate: NotRequired[int]
3946
+ SpatialAq: NotRequired[Av1SpatialAqType]
3947
+ TemporalAq: NotRequired[Av1TemporalAqType]
3942
3948
 
3943
3949
  class Av1SettingsTypeDef(TypedDict):
3944
3950
  FramerateDenominator: int
@@ -3961,6 +3967,8 @@ class Av1SettingsTypeDef(TypedDict):
3961
3967
  Bitrate: NotRequired[int]
3962
3968
  RateControlMode: NotRequired[Av1RateControlModeType]
3963
3969
  MinBitrate: NotRequired[int]
3970
+ SpatialAq: NotRequired[Av1SpatialAqType]
3971
+ TemporalAq: NotRequired[Av1TemporalAqType]
3964
3972
 
3965
3973
  class AvailConfigurationTypeDef(TypedDict):
3966
3974
  AvailSettings: NotRequired[AvailSettingsTypeDef]
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.74"
7
+ __version__ = "1.40.75"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-medialive
3
- Version: 1.40.74
4
- Summary: Type annotations for boto3 MediaLive 1.40.74 service generated with mypy-boto3-builder 8.12.0
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
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/youtype/mypy_boto3_builder
@@ -42,7 +42,7 @@ Dynamic: license-file
42
42
 
43
43
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 MediaLive 1.40.74](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 MediaLive 1.40.75](https://pypi.org/project/boto3/)
46
46
  compatible with [VSCode](https://code.visualstudio.com/),
47
47
  [PyCharm](https://www.jetbrains.com/pycharm/),
48
48
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -105,7 +105,7 @@ You can generate type annotations for `boto3` package locally with
105
105
  isolation.
106
106
 
107
107
  1. Run mypy-boto3-builder in your package root directory:
108
- `uvx --with 'boto3==1.40.74' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.40.75' mypy-boto3-builder`
109
109
  2. Select `boto3` AWS SDK.
110
110
  3. Add `MediaLive` service.
111
111
  4. Use provided commands to install generated packages.
@@ -1,20 +1,20 @@
1
1
  types_boto3_medialive/__init__.py,sha256=AXccOhxqWOHyvDIZ36YTwZDLieUSsXQRyuOdk9axf90,9844
2
2
  types_boto3_medialive/__init__.pyi,sha256=Ouw2Xjpn6npLMRNQxTEo5Rg8sWTTOmapHdIk6858XKI,9843
3
- types_boto3_medialive/__main__.py,sha256=7GpoOT198sR-8ot7ht2HPpbCSmEDueVBemahGKvxcbQ,993
3
+ types_boto3_medialive/__main__.py,sha256=DdVAptreIyvlMvaGFLL0oqBWgQBja4B7I5UsPic-7tY,993
4
4
  types_boto3_medialive/client.py,sha256=FPG-pa80DT85jb8K1vGTML6vJHty2oZkIJGNJWfxvPg,100224
5
5
  types_boto3_medialive/client.pyi,sha256=B5yzh9WAhqzGU5ryY4hQmIAik8e2p-s7xFvlXYfN_7s,100221
6
- types_boto3_medialive/literals.py,sha256=I6KhWqScCq4szrN--UzwV2fDVUOFujjBp7N4Wg58Y6Q,53408
7
- types_boto3_medialive/literals.pyi,sha256=FxGFN-mnY_q_ropkmhLG4H_iqSaTB7qa16J8n5Bmhq8,53406
6
+ types_boto3_medialive/literals.py,sha256=qpRm9jg8yLbHkbESCOR5FKqJ36C1HiS02ITBna3Ro5E,53581
7
+ types_boto3_medialive/literals.pyi,sha256=HP4sVySVnCsrjEC4bgcxKed1sAsB6DUShtEBkul4rqE,53579
8
8
  types_boto3_medialive/paginator.py,sha256=JbVLU2lipMsDllo3cEwPQ0iIdBagd4i5rG1DnlZmz2M,33731
9
9
  types_boto3_medialive/paginator.pyi,sha256=Fby8sbJFD4l4J9CbbTomLV4ot3t3ewQizSVODzOHxgk,33661
10
10
  types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- types_boto3_medialive/type_defs.py,sha256=zuZYXtW7AazBFiXJr-WEEM1HAfmNArqlynkCep_Hg2A,209930
12
- types_boto3_medialive/type_defs.pyi,sha256=ZJfhQDUWzM3DVVH9LWitE_h0HkCoyN8fZyZqCEQtK7s,209287
13
- types_boto3_medialive/version.py,sha256=Aan2Z4MNjFqV2Cd09E7L7vbZE2L_k0NstcyPKCFRrdo,93
11
+ types_boto3_medialive/type_defs.py,sha256=Z0OFuQjEP9MtvfZKMyjref273YP7AQhjnrc6EFOl3DQ,210260
12
+ types_boto3_medialive/type_defs.pyi,sha256=mVplp1GIm0L_n3gjoj3t-dpn4ogiGMmgm-ujivl2I9Q,209617
13
+ types_boto3_medialive/version.py,sha256=N3g1skwbcu4bqvYIQ_qXV18JKB1KXcAKd_0nhp0hBU8,93
14
14
  types_boto3_medialive/waiter.py,sha256=QcGR2lxcXrx6MqN32xtv3fQegxEgv9qZ5UUBA03N2qE,24281
15
15
  types_boto3_medialive/waiter.pyi,sha256=bC4PsWq4om-y5VJim-inhJF1ezVeYJ9pR8RisgKBBn0,24236
16
- types_boto3_medialive-1.40.74.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_medialive-1.40.74.dist-info/METADATA,sha256=8ga2_7OKi1hMNH86KKWd3TFjU-xd9RUqAK6TeIissi4,21169
18
- types_boto3_medialive-1.40.74.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- types_boto3_medialive-1.40.74.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
- types_boto3_medialive-1.40.74.dist-info/RECORD,,
16
+ types_boto3_medialive-1.40.75.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ types_boto3_medialive-1.40.75.dist-info/METADATA,sha256=-Qc0fapgLZv6PZpEMlEHdPBh-FLvvAPMp6TAs2PB4hA,21169
18
+ types_boto3_medialive-1.40.75.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ types_boto3_medialive-1.40.75.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
+ types_boto3_medialive-1.40.75.dist-info/RECORD,,