types-boto3-medialive 1.40.0__tar.gz → 1.40.16__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.
- {types_boto3_medialive-1.40.0/types_boto3_medialive.egg-info → types_boto3_medialive-1.40.16}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/README.md +2 -2
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/setup.py +2 -2
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__main__.py +3 -3
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/literals.py +7 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/literals.pyi +7 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/type_defs.py +55 -44
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/type_defs.pyi +51 -41
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/LICENSE +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/setup.cfg +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__init__.py +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__init__.pyi +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/client.py +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/client.pyi +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/paginator.py +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/paginator.pyi +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/not-zip-safe +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-medialive
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.40.
|
|
3
|
+
Version: 1.40.16
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.16 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.40.16](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.16' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `MediaLive` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
12
|
+
Type annotations for [boto3 MediaLive 1.40.16](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/),
|
|
@@ -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.
|
|
75
|
+
`uvx --with 'boto3==1.40.16' 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.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-medialive",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.16",
|
|
17
17
|
packages=["types_boto3_medialive"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 MediaLive 1.40.
|
|
22
|
+
description="Type annotations for boto3 MediaLive 1.40.16 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__main__.py
RENAMED
|
@@ -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.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.40.16\n"
|
|
16
|
+
"Version: 1.40.16\n"
|
|
17
17
|
"Builder version: 8.11.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.
|
|
29
|
+
sys.stdout.write("1.40.16\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/literals.py
RENAMED
|
@@ -61,6 +61,7 @@ __all__ = (
|
|
|
61
61
|
"BlackoutSlateStateType",
|
|
62
62
|
"BurnInAlignmentType",
|
|
63
63
|
"BurnInBackgroundColorType",
|
|
64
|
+
"BurnInDestinationSubtitleRowsType",
|
|
64
65
|
"BurnInFontColorType",
|
|
65
66
|
"BurnInOutlineColorType",
|
|
66
67
|
"BurnInShadowColorType",
|
|
@@ -106,6 +107,7 @@ __all__ = (
|
|
|
106
107
|
"DvbSubDestinationFontColorType",
|
|
107
108
|
"DvbSubDestinationOutlineColorType",
|
|
108
109
|
"DvbSubDestinationShadowColorType",
|
|
110
|
+
"DvbSubDestinationSubtitleRowsType",
|
|
109
111
|
"DvbSubDestinationTeletextGridControlType",
|
|
110
112
|
"DvbSubOcrLanguageType",
|
|
111
113
|
"Eac3AtmosCodingModeType",
|
|
@@ -476,6 +478,7 @@ BlackoutSlateNetworkEndBlackoutType = Literal["DISABLED", "ENABLED"]
|
|
|
476
478
|
BlackoutSlateStateType = Literal["DISABLED", "ENABLED"]
|
|
477
479
|
BurnInAlignmentType = Literal["CENTERED", "LEFT", "SMART"]
|
|
478
480
|
BurnInBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
481
|
+
BurnInDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
|
|
479
482
|
BurnInFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
480
483
|
BurnInOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
481
484
|
BurnInShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
@@ -598,6 +601,7 @@ DvbSubDestinationBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
|
598
601
|
DvbSubDestinationFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
599
602
|
DvbSubDestinationOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
600
603
|
DvbSubDestinationShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
604
|
+
DvbSubDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
|
|
601
605
|
DvbSubDestinationTeletextGridControlType = Literal["FIXED", "SCALED"]
|
|
602
606
|
DvbSubOcrLanguageType = Literal["DEU", "ENG", "FRA", "NLD", "POR", "SPA"]
|
|
603
607
|
Eac3AtmosCodingModeType = Literal["CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"]
|
|
@@ -1118,6 +1122,7 @@ ServiceName = Literal[
|
|
|
1118
1122
|
"appstream",
|
|
1119
1123
|
"appsync",
|
|
1120
1124
|
"apptest",
|
|
1125
|
+
"arc-region-switch",
|
|
1121
1126
|
"arc-zonal-shift",
|
|
1122
1127
|
"artifact",
|
|
1123
1128
|
"athena",
|
|
@@ -1129,8 +1134,10 @@ ServiceName = Literal[
|
|
|
1129
1134
|
"backup-gateway",
|
|
1130
1135
|
"backupsearch",
|
|
1131
1136
|
"batch",
|
|
1137
|
+
"bcm-dashboards",
|
|
1132
1138
|
"bcm-data-exports",
|
|
1133
1139
|
"bcm-pricing-calculator",
|
|
1140
|
+
"bcm-recommended-actions",
|
|
1134
1141
|
"bedrock",
|
|
1135
1142
|
"bedrock-agent",
|
|
1136
1143
|
"bedrock-agent-runtime",
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -60,6 +60,7 @@ __all__ = (
|
|
|
60
60
|
"BlackoutSlateStateType",
|
|
61
61
|
"BurnInAlignmentType",
|
|
62
62
|
"BurnInBackgroundColorType",
|
|
63
|
+
"BurnInDestinationSubtitleRowsType",
|
|
63
64
|
"BurnInFontColorType",
|
|
64
65
|
"BurnInOutlineColorType",
|
|
65
66
|
"BurnInShadowColorType",
|
|
@@ -105,6 +106,7 @@ __all__ = (
|
|
|
105
106
|
"DvbSubDestinationFontColorType",
|
|
106
107
|
"DvbSubDestinationOutlineColorType",
|
|
107
108
|
"DvbSubDestinationShadowColorType",
|
|
109
|
+
"DvbSubDestinationSubtitleRowsType",
|
|
108
110
|
"DvbSubDestinationTeletextGridControlType",
|
|
109
111
|
"DvbSubOcrLanguageType",
|
|
110
112
|
"Eac3AtmosCodingModeType",
|
|
@@ -474,6 +476,7 @@ BlackoutSlateNetworkEndBlackoutType = Literal["DISABLED", "ENABLED"]
|
|
|
474
476
|
BlackoutSlateStateType = Literal["DISABLED", "ENABLED"]
|
|
475
477
|
BurnInAlignmentType = Literal["CENTERED", "LEFT", "SMART"]
|
|
476
478
|
BurnInBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
479
|
+
BurnInDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
|
|
477
480
|
BurnInFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
478
481
|
BurnInOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
479
482
|
BurnInShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
@@ -596,6 +599,7 @@ DvbSubDestinationBackgroundColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
|
596
599
|
DvbSubDestinationFontColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
597
600
|
DvbSubDestinationOutlineColorType = Literal["BLACK", "BLUE", "GREEN", "RED", "WHITE", "YELLOW"]
|
|
598
601
|
DvbSubDestinationShadowColorType = Literal["BLACK", "NONE", "WHITE"]
|
|
602
|
+
DvbSubDestinationSubtitleRowsType = Literal["ROWS_16", "ROWS_20", "ROWS_24"]
|
|
599
603
|
DvbSubDestinationTeletextGridControlType = Literal["FIXED", "SCALED"]
|
|
600
604
|
DvbSubOcrLanguageType = Literal["DEU", "ENG", "FRA", "NLD", "POR", "SPA"]
|
|
601
605
|
Eac3AtmosCodingModeType = Literal["CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"]
|
|
@@ -1116,6 +1120,7 @@ ServiceName = Literal[
|
|
|
1116
1120
|
"appstream",
|
|
1117
1121
|
"appsync",
|
|
1118
1122
|
"apptest",
|
|
1123
|
+
"arc-region-switch",
|
|
1119
1124
|
"arc-zonal-shift",
|
|
1120
1125
|
"artifact",
|
|
1121
1126
|
"athena",
|
|
@@ -1127,8 +1132,10 @@ ServiceName = Literal[
|
|
|
1127
1132
|
"backup-gateway",
|
|
1128
1133
|
"backupsearch",
|
|
1129
1134
|
"batch",
|
|
1135
|
+
"bcm-dashboards",
|
|
1130
1136
|
"bcm-data-exports",
|
|
1131
1137
|
"bcm-pricing-calculator",
|
|
1138
|
+
"bcm-recommended-actions",
|
|
1132
1139
|
"bedrock",
|
|
1133
1140
|
"bedrock-agent",
|
|
1134
1141
|
"bedrock-agent-runtime",
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/type_defs.py
RENAMED
|
@@ -59,6 +59,7 @@ from .literals import (
|
|
|
59
59
|
BlackoutSlateStateType,
|
|
60
60
|
BurnInAlignmentType,
|
|
61
61
|
BurnInBackgroundColorType,
|
|
62
|
+
BurnInDestinationSubtitleRowsType,
|
|
62
63
|
BurnInFontColorType,
|
|
63
64
|
BurnInOutlineColorType,
|
|
64
65
|
BurnInShadowColorType,
|
|
@@ -92,6 +93,7 @@ from .literals import (
|
|
|
92
93
|
DvbSubDestinationFontColorType,
|
|
93
94
|
DvbSubDestinationOutlineColorType,
|
|
94
95
|
DvbSubDestinationShadowColorType,
|
|
96
|
+
DvbSubDestinationSubtitleRowsType,
|
|
95
97
|
DvbSubDestinationTeletextGridControlType,
|
|
96
98
|
DvbSubOcrLanguageType,
|
|
97
99
|
Eac3AtmosCodingModeType,
|
|
@@ -356,6 +358,7 @@ __all__ = (
|
|
|
356
358
|
"Ac3SettingsTypeDef",
|
|
357
359
|
"AcceptInputDeviceTransferRequestTypeDef",
|
|
358
360
|
"AccountConfigurationTypeDef",
|
|
361
|
+
"AdditionalDestinationsTypeDef",
|
|
359
362
|
"AncillarySourceSettingsTypeDef",
|
|
360
363
|
"AnywhereSettingsTypeDef",
|
|
361
364
|
"ArchiveCdnSettingsTypeDef",
|
|
@@ -1020,6 +1023,10 @@ class AccountConfigurationTypeDef(TypedDict):
|
|
|
1020
1023
|
KmsKeyId: NotRequired[str]
|
|
1021
1024
|
|
|
1022
1025
|
|
|
1026
|
+
class OutputLocationRefTypeDef(TypedDict):
|
|
1027
|
+
DestinationRefId: NotRequired[str]
|
|
1028
|
+
|
|
1029
|
+
|
|
1023
1030
|
class AncillarySourceSettingsTypeDef(TypedDict):
|
|
1024
1031
|
SourceAncillaryChannelNumber: NotRequired[int]
|
|
1025
1032
|
|
|
@@ -1033,10 +1040,6 @@ class ArchiveS3SettingsTypeDef(TypedDict):
|
|
|
1033
1040
|
CannedAcl: NotRequired[S3CannedAclType]
|
|
1034
1041
|
|
|
1035
1042
|
|
|
1036
|
-
class OutputLocationRefTypeDef(TypedDict):
|
|
1037
|
-
DestinationRefId: NotRequired[str]
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
1043
|
class InputChannelLevelTypeDef(TypedDict):
|
|
1041
1044
|
Gain: int
|
|
1042
1045
|
InputChannel: int
|
|
@@ -2627,8 +2630,8 @@ class UpdateAccountConfigurationRequestTypeDef(TypedDict):
|
|
|
2627
2630
|
AccountConfiguration: NotRequired[AccountConfigurationTypeDef]
|
|
2628
2631
|
|
|
2629
2632
|
|
|
2630
|
-
class
|
|
2631
|
-
|
|
2633
|
+
class AdditionalDestinationsTypeDef(TypedDict):
|
|
2634
|
+
Destination: OutputLocationRefTypeDef
|
|
2632
2635
|
|
|
2633
2636
|
|
|
2634
2637
|
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
@@ -2664,6 +2667,10 @@ class RtmpOutputSettingsTypeDef(TypedDict):
|
|
|
2664
2667
|
NumRetries: NotRequired[int]
|
|
2665
2668
|
|
|
2666
2669
|
|
|
2670
|
+
class ArchiveCdnSettingsTypeDef(TypedDict):
|
|
2671
|
+
ArchiveS3Settings: NotRequired[ArchiveS3SettingsTypeDef]
|
|
2672
|
+
|
|
2673
|
+
|
|
2667
2674
|
class AudioChannelMappingOutputTypeDef(TypedDict):
|
|
2668
2675
|
InputChannelLevels: List[InputChannelLevelTypeDef]
|
|
2669
2676
|
OutputChannel: int
|
|
@@ -2732,6 +2739,7 @@ class BurnInDestinationSettingsTypeDef(TypedDict):
|
|
|
2732
2739
|
TeletextGridControl: NotRequired[BurnInTeletextGridControlType]
|
|
2733
2740
|
XPosition: NotRequired[int]
|
|
2734
2741
|
YPosition: NotRequired[int]
|
|
2742
|
+
SubtitleRows: NotRequired[BurnInDestinationSubtitleRowsType]
|
|
2735
2743
|
|
|
2736
2744
|
|
|
2737
2745
|
class DvbSubDestinationSettingsTypeDef(TypedDict):
|
|
@@ -2752,6 +2760,7 @@ class DvbSubDestinationSettingsTypeDef(TypedDict):
|
|
|
2752
2760
|
TeletextGridControl: NotRequired[DvbSubDestinationTeletextGridControlType]
|
|
2753
2761
|
XPosition: NotRequired[int]
|
|
2754
2762
|
YPosition: NotRequired[int]
|
|
2763
|
+
SubtitleRows: NotRequired[DvbSubDestinationSubtitleRowsType]
|
|
2755
2764
|
|
|
2756
2765
|
|
|
2757
2766
|
class InputLossBehaviorTypeDef(TypedDict):
|
|
@@ -3134,44 +3143,6 @@ class ClusterNetworkSettingsUpdateRequestTypeDef(TypedDict):
|
|
|
3134
3143
|
InterfaceMappings: NotRequired[Sequence[InterfaceMappingUpdateRequestTypeDef]]
|
|
3135
3144
|
|
|
3136
3145
|
|
|
3137
|
-
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
3138
|
-
Destination: OutputLocationRefTypeDef
|
|
3139
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3140
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
3141
|
-
SegmentLength: NotRequired[int]
|
|
3142
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3143
|
-
SendDelayMs: NotRequired[int]
|
|
3144
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3145
|
-
KlvNameModifier: NotRequired[str]
|
|
3146
|
-
NielsenId3NameModifier: NotRequired[str]
|
|
3147
|
-
Scte35NameModifier: NotRequired[str]
|
|
3148
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3149
|
-
Id3NameModifier: NotRequired[str]
|
|
3150
|
-
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3151
|
-
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3152
|
-
TimedMetadataId3Period: NotRequired[int]
|
|
3153
|
-
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
3157
|
-
Destination: OutputLocationRefTypeDef
|
|
3158
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3159
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
3160
|
-
SegmentLength: NotRequired[int]
|
|
3161
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3162
|
-
SendDelayMs: NotRequired[int]
|
|
3163
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3164
|
-
KlvNameModifier: NotRequired[str]
|
|
3165
|
-
NielsenId3NameModifier: NotRequired[str]
|
|
3166
|
-
Scte35NameModifier: NotRequired[str]
|
|
3167
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3168
|
-
Id3NameModifier: NotRequired[str]
|
|
3169
|
-
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3170
|
-
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3171
|
-
TimedMetadataId3Period: NotRequired[int]
|
|
3172
|
-
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
3146
|
class ColorCorrectionSettingsOutputTypeDef(TypedDict):
|
|
3176
3147
|
GlobalColorCorrections: List[ColorCorrectionTypeDef]
|
|
3177
3148
|
|
|
@@ -4179,6 +4150,46 @@ class VideoSelectorSettingsTypeDef(TypedDict):
|
|
|
4179
4150
|
VideoSelectorProgramId: NotRequired[VideoSelectorProgramIdTypeDef]
|
|
4180
4151
|
|
|
4181
4152
|
|
|
4153
|
+
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
4154
|
+
Destination: OutputLocationRefTypeDef
|
|
4155
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
4156
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
4157
|
+
SegmentLength: NotRequired[int]
|
|
4158
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
4159
|
+
SendDelayMs: NotRequired[int]
|
|
4160
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
4161
|
+
KlvNameModifier: NotRequired[str]
|
|
4162
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
4163
|
+
Scte35NameModifier: NotRequired[str]
|
|
4164
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
4165
|
+
Id3NameModifier: NotRequired[str]
|
|
4166
|
+
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
4167
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
4168
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
4169
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
4170
|
+
AdditionalDestinations: NotRequired[List[AdditionalDestinationsTypeDef]]
|
|
4171
|
+
|
|
4172
|
+
|
|
4173
|
+
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
4174
|
+
Destination: OutputLocationRefTypeDef
|
|
4175
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
4176
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
4177
|
+
SegmentLength: NotRequired[int]
|
|
4178
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
4179
|
+
SendDelayMs: NotRequired[int]
|
|
4180
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
4181
|
+
KlvNameModifier: NotRequired[str]
|
|
4182
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
4183
|
+
Scte35NameModifier: NotRequired[str]
|
|
4184
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
4185
|
+
Id3NameModifier: NotRequired[str]
|
|
4186
|
+
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
4187
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
4188
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
4189
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
4190
|
+
AdditionalDestinations: NotRequired[Sequence[AdditionalDestinationsTypeDef]]
|
|
4191
|
+
|
|
4192
|
+
|
|
4182
4193
|
class ArchiveGroupSettingsTypeDef(TypedDict):
|
|
4183
4194
|
Destination: OutputLocationRefTypeDef
|
|
4184
4195
|
ArchiveCdnSettings: NotRequired[ArchiveCdnSettingsTypeDef]
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/type_defs.pyi
RENAMED
|
@@ -59,6 +59,7 @@ from .literals import (
|
|
|
59
59
|
BlackoutSlateStateType,
|
|
60
60
|
BurnInAlignmentType,
|
|
61
61
|
BurnInBackgroundColorType,
|
|
62
|
+
BurnInDestinationSubtitleRowsType,
|
|
62
63
|
BurnInFontColorType,
|
|
63
64
|
BurnInOutlineColorType,
|
|
64
65
|
BurnInShadowColorType,
|
|
@@ -92,6 +93,7 @@ from .literals import (
|
|
|
92
93
|
DvbSubDestinationFontColorType,
|
|
93
94
|
DvbSubDestinationOutlineColorType,
|
|
94
95
|
DvbSubDestinationShadowColorType,
|
|
96
|
+
DvbSubDestinationSubtitleRowsType,
|
|
95
97
|
DvbSubDestinationTeletextGridControlType,
|
|
96
98
|
DvbSubOcrLanguageType,
|
|
97
99
|
Eac3AtmosCodingModeType,
|
|
@@ -355,6 +357,7 @@ __all__ = (
|
|
|
355
357
|
"Ac3SettingsTypeDef",
|
|
356
358
|
"AcceptInputDeviceTransferRequestTypeDef",
|
|
357
359
|
"AccountConfigurationTypeDef",
|
|
360
|
+
"AdditionalDestinationsTypeDef",
|
|
358
361
|
"AncillarySourceSettingsTypeDef",
|
|
359
362
|
"AnywhereSettingsTypeDef",
|
|
360
363
|
"ArchiveCdnSettingsTypeDef",
|
|
@@ -1014,6 +1017,9 @@ class AcceptInputDeviceTransferRequestTypeDef(TypedDict):
|
|
|
1014
1017
|
class AccountConfigurationTypeDef(TypedDict):
|
|
1015
1018
|
KmsKeyId: NotRequired[str]
|
|
1016
1019
|
|
|
1020
|
+
class OutputLocationRefTypeDef(TypedDict):
|
|
1021
|
+
DestinationRefId: NotRequired[str]
|
|
1022
|
+
|
|
1017
1023
|
class AncillarySourceSettingsTypeDef(TypedDict):
|
|
1018
1024
|
SourceAncillaryChannelNumber: NotRequired[int]
|
|
1019
1025
|
|
|
@@ -1024,9 +1030,6 @@ class AnywhereSettingsTypeDef(TypedDict):
|
|
|
1024
1030
|
class ArchiveS3SettingsTypeDef(TypedDict):
|
|
1025
1031
|
CannedAcl: NotRequired[S3CannedAclType]
|
|
1026
1032
|
|
|
1027
|
-
class OutputLocationRefTypeDef(TypedDict):
|
|
1028
|
-
DestinationRefId: NotRequired[str]
|
|
1029
|
-
|
|
1030
1033
|
class InputChannelLevelTypeDef(TypedDict):
|
|
1031
1034
|
Gain: int
|
|
1032
1035
|
InputChannel: int
|
|
@@ -2357,8 +2360,8 @@ class VideoSelectorProgramIdTypeDef(TypedDict):
|
|
|
2357
2360
|
class UpdateAccountConfigurationRequestTypeDef(TypedDict):
|
|
2358
2361
|
AccountConfiguration: NotRequired[AccountConfigurationTypeDef]
|
|
2359
2362
|
|
|
2360
|
-
class
|
|
2361
|
-
|
|
2363
|
+
class AdditionalDestinationsTypeDef(TypedDict):
|
|
2364
|
+
Destination: OutputLocationRefTypeDef
|
|
2362
2365
|
|
|
2363
2366
|
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
2364
2367
|
Destination: OutputLocationRefTypeDef
|
|
@@ -2390,6 +2393,9 @@ class RtmpOutputSettingsTypeDef(TypedDict):
|
|
|
2390
2393
|
ConnectionRetryInterval: NotRequired[int]
|
|
2391
2394
|
NumRetries: NotRequired[int]
|
|
2392
2395
|
|
|
2396
|
+
class ArchiveCdnSettingsTypeDef(TypedDict):
|
|
2397
|
+
ArchiveS3Settings: NotRequired[ArchiveS3SettingsTypeDef]
|
|
2398
|
+
|
|
2393
2399
|
class AudioChannelMappingOutputTypeDef(TypedDict):
|
|
2394
2400
|
InputChannelLevels: List[InputChannelLevelTypeDef]
|
|
2395
2401
|
OutputChannel: int
|
|
@@ -2451,6 +2457,7 @@ class BurnInDestinationSettingsTypeDef(TypedDict):
|
|
|
2451
2457
|
TeletextGridControl: NotRequired[BurnInTeletextGridControlType]
|
|
2452
2458
|
XPosition: NotRequired[int]
|
|
2453
2459
|
YPosition: NotRequired[int]
|
|
2460
|
+
SubtitleRows: NotRequired[BurnInDestinationSubtitleRowsType]
|
|
2454
2461
|
|
|
2455
2462
|
class DvbSubDestinationSettingsTypeDef(TypedDict):
|
|
2456
2463
|
Alignment: NotRequired[DvbSubDestinationAlignmentType]
|
|
@@ -2470,6 +2477,7 @@ class DvbSubDestinationSettingsTypeDef(TypedDict):
|
|
|
2470
2477
|
TeletextGridControl: NotRequired[DvbSubDestinationTeletextGridControlType]
|
|
2471
2478
|
XPosition: NotRequired[int]
|
|
2472
2479
|
YPosition: NotRequired[int]
|
|
2480
|
+
SubtitleRows: NotRequired[DvbSubDestinationSubtitleRowsType]
|
|
2473
2481
|
|
|
2474
2482
|
class InputLossBehaviorTypeDef(TypedDict):
|
|
2475
2483
|
BlackFrameMsec: NotRequired[int]
|
|
@@ -2807,42 +2815,6 @@ class ClusterNetworkSettingsUpdateRequestTypeDef(TypedDict):
|
|
|
2807
2815
|
DefaultRoute: NotRequired[str]
|
|
2808
2816
|
InterfaceMappings: NotRequired[Sequence[InterfaceMappingUpdateRequestTypeDef]]
|
|
2809
2817
|
|
|
2810
|
-
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
2811
|
-
Destination: OutputLocationRefTypeDef
|
|
2812
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2813
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
2814
|
-
SegmentLength: NotRequired[int]
|
|
2815
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2816
|
-
SendDelayMs: NotRequired[int]
|
|
2817
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2818
|
-
KlvNameModifier: NotRequired[str]
|
|
2819
|
-
NielsenId3NameModifier: NotRequired[str]
|
|
2820
|
-
Scte35NameModifier: NotRequired[str]
|
|
2821
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2822
|
-
Id3NameModifier: NotRequired[str]
|
|
2823
|
-
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
2824
|
-
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
2825
|
-
TimedMetadataId3Period: NotRequired[int]
|
|
2826
|
-
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
2827
|
-
|
|
2828
|
-
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
2829
|
-
Destination: OutputLocationRefTypeDef
|
|
2830
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2831
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
2832
|
-
SegmentLength: NotRequired[int]
|
|
2833
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2834
|
-
SendDelayMs: NotRequired[int]
|
|
2835
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2836
|
-
KlvNameModifier: NotRequired[str]
|
|
2837
|
-
NielsenId3NameModifier: NotRequired[str]
|
|
2838
|
-
Scte35NameModifier: NotRequired[str]
|
|
2839
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2840
|
-
Id3NameModifier: NotRequired[str]
|
|
2841
|
-
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
2842
|
-
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
2843
|
-
TimedMetadataId3Period: NotRequired[int]
|
|
2844
|
-
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
2845
|
-
|
|
2846
2818
|
class ColorCorrectionSettingsOutputTypeDef(TypedDict):
|
|
2847
2819
|
GlobalColorCorrections: List[ColorCorrectionTypeDef]
|
|
2848
2820
|
|
|
@@ -3720,6 +3692,44 @@ class VideoSelectorSettingsTypeDef(TypedDict):
|
|
|
3720
3692
|
VideoSelectorPid: NotRequired[VideoSelectorPidTypeDef]
|
|
3721
3693
|
VideoSelectorProgramId: NotRequired[VideoSelectorProgramIdTypeDef]
|
|
3722
3694
|
|
|
3695
|
+
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
3696
|
+
Destination: OutputLocationRefTypeDef
|
|
3697
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3698
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3699
|
+
SegmentLength: NotRequired[int]
|
|
3700
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3701
|
+
SendDelayMs: NotRequired[int]
|
|
3702
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3703
|
+
KlvNameModifier: NotRequired[str]
|
|
3704
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
3705
|
+
Scte35NameModifier: NotRequired[str]
|
|
3706
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3707
|
+
Id3NameModifier: NotRequired[str]
|
|
3708
|
+
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3709
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3710
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3711
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3712
|
+
AdditionalDestinations: NotRequired[List[AdditionalDestinationsTypeDef]]
|
|
3713
|
+
|
|
3714
|
+
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
3715
|
+
Destination: OutputLocationRefTypeDef
|
|
3716
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3717
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3718
|
+
SegmentLength: NotRequired[int]
|
|
3719
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3720
|
+
SendDelayMs: NotRequired[int]
|
|
3721
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3722
|
+
KlvNameModifier: NotRequired[str]
|
|
3723
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
3724
|
+
Scte35NameModifier: NotRequired[str]
|
|
3725
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3726
|
+
Id3NameModifier: NotRequired[str]
|
|
3727
|
+
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3728
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3729
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3730
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3731
|
+
AdditionalDestinations: NotRequired[Sequence[AdditionalDestinationsTypeDef]]
|
|
3732
|
+
|
|
3723
3733
|
class ArchiveGroupSettingsTypeDef(TypedDict):
|
|
3724
3734
|
Destination: OutputLocationRefTypeDef
|
|
3725
3735
|
ArchiveCdnSettings: NotRequired[ArchiveCdnSettingsTypeDef]
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-medialive
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.40.
|
|
3
|
+
Version: 1.40.16
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.16 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.40.16](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.16' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `MediaLive` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__init__.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/__init__.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/client.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/client.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/paginator.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/paginator.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/py.typed
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/waiter.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.16}/types_boto3_medialive/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|