types-boto3-medialive 1.40.0__tar.gz → 1.40.10__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.10}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/README.md +2 -2
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/setup.py +2 -2
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/__main__.py +3 -3
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/literals.py +2 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/literals.pyi +2 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/type_defs.py +51 -44
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/type_defs.pyi +47 -41
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/LICENSE +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/setup.cfg +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/__init__.py +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/__init__.pyi +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/client.py +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/client.pyi +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/paginator.py +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/paginator.pyi +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive.egg-info/not-zip-safe +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/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.10
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.10 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.10](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.10' 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.10](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.10' 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.10",
|
|
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.10 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.10}/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.10\n"
|
|
16
|
+
"Version: 1.40.10\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.10\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/literals.py
RENAMED
|
@@ -1118,6 +1118,7 @@ ServiceName = Literal[
|
|
|
1118
1118
|
"appstream",
|
|
1119
1119
|
"appsync",
|
|
1120
1120
|
"apptest",
|
|
1121
|
+
"arc-region-switch",
|
|
1121
1122
|
"arc-zonal-shift",
|
|
1122
1123
|
"artifact",
|
|
1123
1124
|
"athena",
|
|
@@ -1131,6 +1132,7 @@ ServiceName = Literal[
|
|
|
1131
1132
|
"batch",
|
|
1132
1133
|
"bcm-data-exports",
|
|
1133
1134
|
"bcm-pricing-calculator",
|
|
1135
|
+
"bcm-recommended-actions",
|
|
1134
1136
|
"bedrock",
|
|
1135
1137
|
"bedrock-agent",
|
|
1136
1138
|
"bedrock-agent-runtime",
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -1116,6 +1116,7 @@ ServiceName = Literal[
|
|
|
1116
1116
|
"appstream",
|
|
1117
1117
|
"appsync",
|
|
1118
1118
|
"apptest",
|
|
1119
|
+
"arc-region-switch",
|
|
1119
1120
|
"arc-zonal-shift",
|
|
1120
1121
|
"artifact",
|
|
1121
1122
|
"athena",
|
|
@@ -1129,6 +1130,7 @@ ServiceName = Literal[
|
|
|
1129
1130
|
"batch",
|
|
1130
1131
|
"bcm-data-exports",
|
|
1131
1132
|
"bcm-pricing-calculator",
|
|
1133
|
+
"bcm-recommended-actions",
|
|
1132
1134
|
"bedrock",
|
|
1133
1135
|
"bedrock-agent",
|
|
1134
1136
|
"bedrock-agent-runtime",
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/type_defs.py
RENAMED
|
@@ -356,6 +356,7 @@ __all__ = (
|
|
|
356
356
|
"Ac3SettingsTypeDef",
|
|
357
357
|
"AcceptInputDeviceTransferRequestTypeDef",
|
|
358
358
|
"AccountConfigurationTypeDef",
|
|
359
|
+
"AdditionalDestinationsTypeDef",
|
|
359
360
|
"AncillarySourceSettingsTypeDef",
|
|
360
361
|
"AnywhereSettingsTypeDef",
|
|
361
362
|
"ArchiveCdnSettingsTypeDef",
|
|
@@ -1020,6 +1021,10 @@ class AccountConfigurationTypeDef(TypedDict):
|
|
|
1020
1021
|
KmsKeyId: NotRequired[str]
|
|
1021
1022
|
|
|
1022
1023
|
|
|
1024
|
+
class OutputLocationRefTypeDef(TypedDict):
|
|
1025
|
+
DestinationRefId: NotRequired[str]
|
|
1026
|
+
|
|
1027
|
+
|
|
1023
1028
|
class AncillarySourceSettingsTypeDef(TypedDict):
|
|
1024
1029
|
SourceAncillaryChannelNumber: NotRequired[int]
|
|
1025
1030
|
|
|
@@ -1033,10 +1038,6 @@ class ArchiveS3SettingsTypeDef(TypedDict):
|
|
|
1033
1038
|
CannedAcl: NotRequired[S3CannedAclType]
|
|
1034
1039
|
|
|
1035
1040
|
|
|
1036
|
-
class OutputLocationRefTypeDef(TypedDict):
|
|
1037
|
-
DestinationRefId: NotRequired[str]
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
1041
|
class InputChannelLevelTypeDef(TypedDict):
|
|
1041
1042
|
Gain: int
|
|
1042
1043
|
InputChannel: int
|
|
@@ -2627,8 +2628,8 @@ class UpdateAccountConfigurationRequestTypeDef(TypedDict):
|
|
|
2627
2628
|
AccountConfiguration: NotRequired[AccountConfigurationTypeDef]
|
|
2628
2629
|
|
|
2629
2630
|
|
|
2630
|
-
class
|
|
2631
|
-
|
|
2631
|
+
class AdditionalDestinationsTypeDef(TypedDict):
|
|
2632
|
+
Destination: OutputLocationRefTypeDef
|
|
2632
2633
|
|
|
2633
2634
|
|
|
2634
2635
|
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
@@ -2664,6 +2665,10 @@ class RtmpOutputSettingsTypeDef(TypedDict):
|
|
|
2664
2665
|
NumRetries: NotRequired[int]
|
|
2665
2666
|
|
|
2666
2667
|
|
|
2668
|
+
class ArchiveCdnSettingsTypeDef(TypedDict):
|
|
2669
|
+
ArchiveS3Settings: NotRequired[ArchiveS3SettingsTypeDef]
|
|
2670
|
+
|
|
2671
|
+
|
|
2667
2672
|
class AudioChannelMappingOutputTypeDef(TypedDict):
|
|
2668
2673
|
InputChannelLevels: List[InputChannelLevelTypeDef]
|
|
2669
2674
|
OutputChannel: int
|
|
@@ -3134,44 +3139,6 @@ class ClusterNetworkSettingsUpdateRequestTypeDef(TypedDict):
|
|
|
3134
3139
|
InterfaceMappings: NotRequired[Sequence[InterfaceMappingUpdateRequestTypeDef]]
|
|
3135
3140
|
|
|
3136
3141
|
|
|
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
3142
|
class ColorCorrectionSettingsOutputTypeDef(TypedDict):
|
|
3176
3143
|
GlobalColorCorrections: List[ColorCorrectionTypeDef]
|
|
3177
3144
|
|
|
@@ -4179,6 +4146,46 @@ class VideoSelectorSettingsTypeDef(TypedDict):
|
|
|
4179
4146
|
VideoSelectorProgramId: NotRequired[VideoSelectorProgramIdTypeDef]
|
|
4180
4147
|
|
|
4181
4148
|
|
|
4149
|
+
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
4150
|
+
Destination: OutputLocationRefTypeDef
|
|
4151
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
4152
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
4153
|
+
SegmentLength: NotRequired[int]
|
|
4154
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
4155
|
+
SendDelayMs: NotRequired[int]
|
|
4156
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
4157
|
+
KlvNameModifier: NotRequired[str]
|
|
4158
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
4159
|
+
Scte35NameModifier: NotRequired[str]
|
|
4160
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
4161
|
+
Id3NameModifier: NotRequired[str]
|
|
4162
|
+
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
4163
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
4164
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
4165
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
4166
|
+
AdditionalDestinations: NotRequired[List[AdditionalDestinationsTypeDef]]
|
|
4167
|
+
|
|
4168
|
+
|
|
4169
|
+
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
4170
|
+
Destination: OutputLocationRefTypeDef
|
|
4171
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
4172
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
4173
|
+
SegmentLength: NotRequired[int]
|
|
4174
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
4175
|
+
SendDelayMs: NotRequired[int]
|
|
4176
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
4177
|
+
KlvNameModifier: NotRequired[str]
|
|
4178
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
4179
|
+
Scte35NameModifier: NotRequired[str]
|
|
4180
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
4181
|
+
Id3NameModifier: NotRequired[str]
|
|
4182
|
+
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
4183
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
4184
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
4185
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
4186
|
+
AdditionalDestinations: NotRequired[Sequence[AdditionalDestinationsTypeDef]]
|
|
4187
|
+
|
|
4188
|
+
|
|
4182
4189
|
class ArchiveGroupSettingsTypeDef(TypedDict):
|
|
4183
4190
|
Destination: OutputLocationRefTypeDef
|
|
4184
4191
|
ArchiveCdnSettings: NotRequired[ArchiveCdnSettingsTypeDef]
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/type_defs.pyi
RENAMED
|
@@ -355,6 +355,7 @@ __all__ = (
|
|
|
355
355
|
"Ac3SettingsTypeDef",
|
|
356
356
|
"AcceptInputDeviceTransferRequestTypeDef",
|
|
357
357
|
"AccountConfigurationTypeDef",
|
|
358
|
+
"AdditionalDestinationsTypeDef",
|
|
358
359
|
"AncillarySourceSettingsTypeDef",
|
|
359
360
|
"AnywhereSettingsTypeDef",
|
|
360
361
|
"ArchiveCdnSettingsTypeDef",
|
|
@@ -1014,6 +1015,9 @@ class AcceptInputDeviceTransferRequestTypeDef(TypedDict):
|
|
|
1014
1015
|
class AccountConfigurationTypeDef(TypedDict):
|
|
1015
1016
|
KmsKeyId: NotRequired[str]
|
|
1016
1017
|
|
|
1018
|
+
class OutputLocationRefTypeDef(TypedDict):
|
|
1019
|
+
DestinationRefId: NotRequired[str]
|
|
1020
|
+
|
|
1017
1021
|
class AncillarySourceSettingsTypeDef(TypedDict):
|
|
1018
1022
|
SourceAncillaryChannelNumber: NotRequired[int]
|
|
1019
1023
|
|
|
@@ -1024,9 +1028,6 @@ class AnywhereSettingsTypeDef(TypedDict):
|
|
|
1024
1028
|
class ArchiveS3SettingsTypeDef(TypedDict):
|
|
1025
1029
|
CannedAcl: NotRequired[S3CannedAclType]
|
|
1026
1030
|
|
|
1027
|
-
class OutputLocationRefTypeDef(TypedDict):
|
|
1028
|
-
DestinationRefId: NotRequired[str]
|
|
1029
|
-
|
|
1030
1031
|
class InputChannelLevelTypeDef(TypedDict):
|
|
1031
1032
|
Gain: int
|
|
1032
1033
|
InputChannel: int
|
|
@@ -2357,8 +2358,8 @@ class VideoSelectorProgramIdTypeDef(TypedDict):
|
|
|
2357
2358
|
class UpdateAccountConfigurationRequestTypeDef(TypedDict):
|
|
2358
2359
|
AccountConfiguration: NotRequired[AccountConfigurationTypeDef]
|
|
2359
2360
|
|
|
2360
|
-
class
|
|
2361
|
-
|
|
2361
|
+
class AdditionalDestinationsTypeDef(TypedDict):
|
|
2362
|
+
Destination: OutputLocationRefTypeDef
|
|
2362
2363
|
|
|
2363
2364
|
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
2364
2365
|
Destination: OutputLocationRefTypeDef
|
|
@@ -2390,6 +2391,9 @@ class RtmpOutputSettingsTypeDef(TypedDict):
|
|
|
2390
2391
|
ConnectionRetryInterval: NotRequired[int]
|
|
2391
2392
|
NumRetries: NotRequired[int]
|
|
2392
2393
|
|
|
2394
|
+
class ArchiveCdnSettingsTypeDef(TypedDict):
|
|
2395
|
+
ArchiveS3Settings: NotRequired[ArchiveS3SettingsTypeDef]
|
|
2396
|
+
|
|
2393
2397
|
class AudioChannelMappingOutputTypeDef(TypedDict):
|
|
2394
2398
|
InputChannelLevels: List[InputChannelLevelTypeDef]
|
|
2395
2399
|
OutputChannel: int
|
|
@@ -2807,42 +2811,6 @@ class ClusterNetworkSettingsUpdateRequestTypeDef(TypedDict):
|
|
|
2807
2811
|
DefaultRoute: NotRequired[str]
|
|
2808
2812
|
InterfaceMappings: NotRequired[Sequence[InterfaceMappingUpdateRequestTypeDef]]
|
|
2809
2813
|
|
|
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
2814
|
class ColorCorrectionSettingsOutputTypeDef(TypedDict):
|
|
2847
2815
|
GlobalColorCorrections: List[ColorCorrectionTypeDef]
|
|
2848
2816
|
|
|
@@ -3720,6 +3688,44 @@ class VideoSelectorSettingsTypeDef(TypedDict):
|
|
|
3720
3688
|
VideoSelectorPid: NotRequired[VideoSelectorPidTypeDef]
|
|
3721
3689
|
VideoSelectorProgramId: NotRequired[VideoSelectorProgramIdTypeDef]
|
|
3722
3690
|
|
|
3691
|
+
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
3692
|
+
Destination: OutputLocationRefTypeDef
|
|
3693
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3694
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3695
|
+
SegmentLength: NotRequired[int]
|
|
3696
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3697
|
+
SendDelayMs: NotRequired[int]
|
|
3698
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3699
|
+
KlvNameModifier: NotRequired[str]
|
|
3700
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
3701
|
+
Scte35NameModifier: NotRequired[str]
|
|
3702
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3703
|
+
Id3NameModifier: NotRequired[str]
|
|
3704
|
+
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3705
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3706
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3707
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3708
|
+
AdditionalDestinations: NotRequired[List[AdditionalDestinationsTypeDef]]
|
|
3709
|
+
|
|
3710
|
+
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
3711
|
+
Destination: OutputLocationRefTypeDef
|
|
3712
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3713
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3714
|
+
SegmentLength: NotRequired[int]
|
|
3715
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3716
|
+
SendDelayMs: NotRequired[int]
|
|
3717
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3718
|
+
KlvNameModifier: NotRequired[str]
|
|
3719
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
3720
|
+
Scte35NameModifier: NotRequired[str]
|
|
3721
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3722
|
+
Id3NameModifier: NotRequired[str]
|
|
3723
|
+
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3724
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3725
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3726
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3727
|
+
AdditionalDestinations: NotRequired[Sequence[AdditionalDestinationsTypeDef]]
|
|
3728
|
+
|
|
3723
3729
|
class ArchiveGroupSettingsTypeDef(TypedDict):
|
|
3724
3730
|
Destination: OutputLocationRefTypeDef
|
|
3725
3731
|
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.10
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.10 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.10](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.10' 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.10}/types_boto3_medialive/__init__.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/__init__.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/client.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/client.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/paginator.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/paginator.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/py.typed
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/waiter.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.0 → types_boto3_medialive-1.40.10}/types_boto3_medialive/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|