types-boto3-medialive 1.42.17__tar.gz → 1.42.36__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.42.17 → types_boto3_medialive-1.42.36}/LICENSE +1 -1
- {types_boto3_medialive-1.42.17/types_boto3_medialive.egg-info → types_boto3_medialive-1.42.36}/PKG-INFO +4 -4
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/README.md +2 -2
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/pyproject.toml +3 -3
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__init__.py +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__init__.pyi +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__main__.py +4 -4
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/client.py +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/client.pyi +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/literals.py +3 -2
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/literals.pyi +3 -2
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/paginator.py +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/paginator.pyi +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/type_defs.py +56 -37
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/type_defs.pyi +50 -33
- types_boto3_medialive-1.42.36/types_boto3_medialive/version.py +7 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/waiter.py +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/waiter.pyi +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- types_boto3_medialive-1.42.17/types_boto3_medialive/version.py +0 -7
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/setup.cfg +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/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.42.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.42.
|
|
3
|
+
Version: 1.42.36
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.36 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
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 MediaLive 1.42.
|
|
45
|
+
Type annotations for [boto3 MediaLive 1.42.36](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.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.36' 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.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 MediaLive 1.42.
|
|
12
|
+
Type annotations for [boto3 MediaLive 1.42.36](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.42.
|
|
75
|
+
`uvx --with 'boto3==1.42.36' 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.
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Setup script for types-boto3-medialive.
|
|
2
2
|
|
|
3
|
-
# Copyright
|
|
3
|
+
# Copyright 2026 Vlad Emelianov
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "types-boto3-medialive"
|
|
7
|
-
version = "1.42.
|
|
7
|
+
version = "1.42.36"
|
|
8
8
|
license = "MIT"
|
|
9
9
|
authors = [{ name = "Vlad Emelianov", email = "vlad.emelianov.nz@gmail.com" }]
|
|
10
|
-
description = "Type annotations for boto3 MediaLive 1.42.
|
|
10
|
+
description = "Type annotations for boto3 MediaLive 1.42.36 service generated with mypy-boto3-builder 8.12.0"
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
classifiers = [
|
|
13
13
|
"Development Status :: 5 - Production/Stable",
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__main__.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2026 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -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.42.
|
|
16
|
-
"Version: 1.42.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.42.36\n"
|
|
16
|
+
"Version: 1.42.36\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.42.
|
|
29
|
+
sys.stdout.write("1.42.36\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/literals.py
RENAMED
|
@@ -3,7 +3,7 @@ Type annotations for medialive service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -56,6 +56,7 @@ __all__ = (
|
|
|
56
56
|
"Av1SceneChangeDetectType",
|
|
57
57
|
"Av1SpatialAqType",
|
|
58
58
|
"Av1TemporalAqType",
|
|
59
|
+
"Av1TimecodeInsertionBehaviorType",
|
|
59
60
|
"AvailBlankingStateType",
|
|
60
61
|
"BandwidthReductionFilterStrengthType",
|
|
61
62
|
"BandwidthReductionPostFilterSharpeningType",
|
|
@@ -484,6 +485,7 @@ Av1RateControlModeType = Literal["CBR", "QVBR"]
|
|
|
484
485
|
Av1SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
|
|
485
486
|
Av1SpatialAqType = Literal["DISABLED", "ENABLED"]
|
|
486
487
|
Av1TemporalAqType = Literal["DISABLED", "ENABLED"]
|
|
488
|
+
Av1TimecodeInsertionBehaviorType = Literal["DISABLED", "METADATA_OBU"]
|
|
487
489
|
AvailBlankingStateType = Literal["DISABLED", "ENABLED"]
|
|
488
490
|
BandwidthReductionFilterStrengthType = Literal[
|
|
489
491
|
"AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4"
|
|
@@ -1267,7 +1269,6 @@ ServiceName = Literal[
|
|
|
1267
1269
|
"eks-auth",
|
|
1268
1270
|
"elasticache",
|
|
1269
1271
|
"elasticbeanstalk",
|
|
1270
|
-
"elastictranscoder",
|
|
1271
1272
|
"elb",
|
|
1272
1273
|
"elbv2",
|
|
1273
1274
|
"emr",
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -3,7 +3,7 @@ Type annotations for medialive service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/literals/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -55,6 +55,7 @@ __all__ = (
|
|
|
55
55
|
"Av1SceneChangeDetectType",
|
|
56
56
|
"Av1SpatialAqType",
|
|
57
57
|
"Av1TemporalAqType",
|
|
58
|
+
"Av1TimecodeInsertionBehaviorType",
|
|
58
59
|
"AvailBlankingStateType",
|
|
59
60
|
"BandwidthReductionFilterStrengthType",
|
|
60
61
|
"BandwidthReductionPostFilterSharpeningType",
|
|
@@ -482,6 +483,7 @@ Av1RateControlModeType = Literal["CBR", "QVBR"]
|
|
|
482
483
|
Av1SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
|
|
483
484
|
Av1SpatialAqType = Literal["DISABLED", "ENABLED"]
|
|
484
485
|
Av1TemporalAqType = Literal["DISABLED", "ENABLED"]
|
|
486
|
+
Av1TimecodeInsertionBehaviorType = Literal["DISABLED", "METADATA_OBU"]
|
|
485
487
|
AvailBlankingStateType = Literal["DISABLED", "ENABLED"]
|
|
486
488
|
BandwidthReductionFilterStrengthType = Literal[
|
|
487
489
|
"AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4"
|
|
@@ -1265,7 +1267,6 @@ ServiceName = Literal[
|
|
|
1265
1267
|
"eks-auth",
|
|
1266
1268
|
"elasticache",
|
|
1267
1269
|
"elasticbeanstalk",
|
|
1268
|
-
"elastictranscoder",
|
|
1269
1270
|
"elb",
|
|
1270
1271
|
"elbv2",
|
|
1271
1272
|
"emr",
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/type_defs.py
RENAMED
|
@@ -3,7 +3,7 @@ Type annotations for medialive service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -55,6 +55,7 @@ from .literals import (
|
|
|
55
55
|
Av1SceneChangeDetectType,
|
|
56
56
|
Av1SpatialAqType,
|
|
57
57
|
Av1TemporalAqType,
|
|
58
|
+
Av1TimecodeInsertionBehaviorType,
|
|
58
59
|
AvailBlankingStateType,
|
|
59
60
|
BandwidthReductionFilterStrengthType,
|
|
60
61
|
BandwidthReductionPostFilterSharpeningType,
|
|
@@ -582,6 +583,7 @@ __all__ = (
|
|
|
582
583
|
"DescribeSdiSourceResponseTypeDef",
|
|
583
584
|
"DescribeThumbnailsRequestTypeDef",
|
|
584
585
|
"DescribeThumbnailsResponseTypeDef",
|
|
586
|
+
"DisabledLockingSettingsTypeDef",
|
|
585
587
|
"DvbNitSettingsTypeDef",
|
|
586
588
|
"DvbSdtSettingsTypeDef",
|
|
587
589
|
"DvbSubDestinationSettingsTypeDef",
|
|
@@ -782,6 +784,7 @@ __all__ = (
|
|
|
782
784
|
"MaintenanceUpdateSettingsTypeDef",
|
|
783
785
|
"MediaConnectFlowRequestTypeDef",
|
|
784
786
|
"MediaConnectFlowTypeDef",
|
|
787
|
+
"MediaPackageAdditionalDestinationsTypeDef",
|
|
785
788
|
"MediaPackageGroupSettingsOutputTypeDef",
|
|
786
789
|
"MediaPackageGroupSettingsTypeDef",
|
|
787
790
|
"MediaPackageOutputDestinationSettingsTypeDef",
|
|
@@ -1856,6 +1859,10 @@ class DescribeThumbnailsRequestTypeDef(TypedDict):
|
|
|
1856
1859
|
ThumbnailType: str
|
|
1857
1860
|
|
|
1858
1861
|
|
|
1862
|
+
class DisabledLockingSettingsTypeDef(TypedDict):
|
|
1863
|
+
CustomEpoch: NotRequired[str]
|
|
1864
|
+
|
|
1865
|
+
|
|
1859
1866
|
class DvbNitSettingsTypeDef(TypedDict):
|
|
1860
1867
|
NetworkId: int
|
|
1861
1868
|
NetworkName: str
|
|
@@ -2363,6 +2370,8 @@ class MediaPackageOutputDestinationSettingsTypeDef(TypedDict):
|
|
|
2363
2370
|
ChannelId: NotRequired[str]
|
|
2364
2371
|
ChannelGroup: NotRequired[str]
|
|
2365
2372
|
ChannelName: NotRequired[str]
|
|
2373
|
+
ChannelEndpointId: NotRequired[str]
|
|
2374
|
+
MediaPackageRegionName: NotRequired[str]
|
|
2366
2375
|
|
|
2367
2376
|
|
|
2368
2377
|
class MediaPackageV2DestinationSettingsTypeDef(TypedDict):
|
|
@@ -2540,6 +2549,7 @@ class RtmpGroupSettingsTypeDef(TypedDict):
|
|
|
2540
2549
|
|
|
2541
2550
|
class PipelineLockingSettingsTypeDef(TypedDict):
|
|
2542
2551
|
PipelineLockingMethod: NotRequired[PipelineLockingMethodType]
|
|
2552
|
+
CustomEpoch: NotRequired[str]
|
|
2543
2553
|
|
|
2544
2554
|
|
|
2545
2555
|
class PipelinePauseStateSettingsTypeDef(TypedDict):
|
|
@@ -2763,6 +2773,10 @@ class AdditionalDestinationsTypeDef(TypedDict):
|
|
|
2763
2773
|
Destination: OutputLocationRefTypeDef
|
|
2764
2774
|
|
|
2765
2775
|
|
|
2776
|
+
class MediaPackageAdditionalDestinationsTypeDef(TypedDict):
|
|
2777
|
+
Destination: OutputLocationRefTypeDef
|
|
2778
|
+
|
|
2779
|
+
|
|
2766
2780
|
class MsSmoothGroupSettingsTypeDef(TypedDict):
|
|
2767
2781
|
Destination: OutputLocationRefTypeDef
|
|
2768
2782
|
AcquisitionPointId: NotRequired[str]
|
|
@@ -3224,32 +3238,6 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
|
|
|
3224
3238
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
3225
3239
|
|
|
3226
3240
|
|
|
3227
|
-
class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
|
|
3228
|
-
CaptionLanguageMappings: NotRequired[list[CaptionLanguageMappingTypeDef]]
|
|
3229
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3230
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3231
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3232
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
3233
|
-
SegmentLength: NotRequired[int]
|
|
3234
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3235
|
-
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3236
|
-
TimedMetadataId3Period: NotRequired[int]
|
|
3237
|
-
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
class MediaPackageV2GroupSettingsTypeDef(TypedDict):
|
|
3241
|
-
CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
|
|
3242
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3243
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3244
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3245
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
3246
|
-
SegmentLength: NotRequired[int]
|
|
3247
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3248
|
-
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3249
|
-
TimedMetadataId3Period: NotRequired[int]
|
|
3250
|
-
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
3241
|
class TeletextSourceSettingsTypeDef(TypedDict):
|
|
3254
3242
|
OutputRectangle: NotRequired[CaptionRectangleTypeDef]
|
|
3255
3243
|
PageNumber: NotRequired[str]
|
|
@@ -4277,6 +4265,7 @@ class OutputDestinationTypeDef(TypedDict):
|
|
|
4277
4265
|
class OutputLockingSettingsTypeDef(TypedDict):
|
|
4278
4266
|
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
4279
4267
|
PipelineLockingSettings: NotRequired[PipelineLockingSettingsTypeDef]
|
|
4268
|
+
DisabledLockingSettings: NotRequired[DisabledLockingSettingsTypeDef]
|
|
4280
4269
|
|
|
4281
4270
|
|
|
4282
4271
|
class PauseStateScheduleActionSettingsOutputTypeDef(TypedDict):
|
|
@@ -4400,6 +4389,34 @@ class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
|
4400
4389
|
AdditionalDestinations: NotRequired[Sequence[AdditionalDestinationsTypeDef]]
|
|
4401
4390
|
|
|
4402
4391
|
|
|
4392
|
+
class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
|
|
4393
|
+
CaptionLanguageMappings: NotRequired[list[CaptionLanguageMappingTypeDef]]
|
|
4394
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
4395
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
4396
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
4397
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
4398
|
+
SegmentLength: NotRequired[int]
|
|
4399
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
4400
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
4401
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
4402
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
4403
|
+
AdditionalDestinations: NotRequired[list[MediaPackageAdditionalDestinationsTypeDef]]
|
|
4404
|
+
|
|
4405
|
+
|
|
4406
|
+
class MediaPackageV2GroupSettingsTypeDef(TypedDict):
|
|
4407
|
+
CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
|
|
4408
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
4409
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
4410
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
4411
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
4412
|
+
SegmentLength: NotRequired[int]
|
|
4413
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
4414
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
4415
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
4416
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
4417
|
+
AdditionalDestinations: NotRequired[Sequence[MediaPackageAdditionalDestinationsTypeDef]]
|
|
4418
|
+
|
|
4419
|
+
|
|
4403
4420
|
class ArchiveGroupSettingsTypeDef(TypedDict):
|
|
4404
4421
|
Destination: OutputLocationRefTypeDef
|
|
4405
4422
|
ArchiveCdnSettings: NotRequired[ArchiveCdnSettingsTypeDef]
|
|
@@ -4495,6 +4512,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
|
|
|
4495
4512
|
MinBitrate: NotRequired[int]
|
|
4496
4513
|
SpatialAq: NotRequired[Av1SpatialAqType]
|
|
4497
4514
|
TemporalAq: NotRequired[Av1TemporalAqType]
|
|
4515
|
+
TimecodeInsertion: NotRequired[Av1TimecodeInsertionBehaviorType]
|
|
4498
4516
|
|
|
4499
4517
|
|
|
4500
4518
|
class Av1SettingsTypeDef(TypedDict):
|
|
@@ -4520,6 +4538,7 @@ class Av1SettingsTypeDef(TypedDict):
|
|
|
4520
4538
|
MinBitrate: NotRequired[int]
|
|
4521
4539
|
SpatialAq: NotRequired[Av1SpatialAqType]
|
|
4522
4540
|
TemporalAq: NotRequired[Av1TemporalAqType]
|
|
4541
|
+
TimecodeInsertion: NotRequired[Av1TimecodeInsertionBehaviorType]
|
|
4523
4542
|
|
|
4524
4543
|
|
|
4525
4544
|
class AvailConfigurationTypeDef(TypedDict):
|
|
@@ -4527,16 +4546,6 @@ class AvailConfigurationTypeDef(TypedDict):
|
|
|
4527
4546
|
Scte35SegmentationScope: NotRequired[Scte35SegmentationScopeType]
|
|
4528
4547
|
|
|
4529
4548
|
|
|
4530
|
-
class MediaPackageGroupSettingsOutputTypeDef(TypedDict):
|
|
4531
|
-
Destination: OutputLocationRefTypeDef
|
|
4532
|
-
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsOutputTypeDef]
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
4536
|
-
Destination: OutputLocationRefTypeDef
|
|
4537
|
-
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsTypeDef]
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
4549
|
class CaptionSelectorSettingsOutputTypeDef(TypedDict):
|
|
4541
4550
|
AncillarySourceSettings: NotRequired[AncillarySourceSettingsTypeDef]
|
|
4542
4551
|
AribSourceSettings: NotRequired[dict[str, Any]]
|
|
@@ -5285,6 +5294,16 @@ class VideoSelectorTypeDef(TypedDict):
|
|
|
5285
5294
|
SelectorSettings: NotRequired[VideoSelectorSettingsTypeDef]
|
|
5286
5295
|
|
|
5287
5296
|
|
|
5297
|
+
class MediaPackageGroupSettingsOutputTypeDef(TypedDict):
|
|
5298
|
+
Destination: OutputLocationRefTypeDef
|
|
5299
|
+
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsOutputTypeDef]
|
|
5300
|
+
|
|
5301
|
+
|
|
5302
|
+
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
5303
|
+
Destination: OutputLocationRefTypeDef
|
|
5304
|
+
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsTypeDef]
|
|
5305
|
+
|
|
5306
|
+
|
|
5288
5307
|
class CaptionDescriptionOutputTypeDef(TypedDict):
|
|
5289
5308
|
CaptionSelectorName: str
|
|
5290
5309
|
Name: str
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/type_defs.pyi
RENAMED
|
@@ -3,7 +3,7 @@ Type annotations for medialive service type definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/types_boto3_docs/types_boto3_medialive/type_defs/)
|
|
5
5
|
|
|
6
|
-
Copyright
|
|
6
|
+
Copyright 2026 Vlad Emelianov
|
|
7
7
|
|
|
8
8
|
Usage::
|
|
9
9
|
|
|
@@ -55,6 +55,7 @@ from .literals import (
|
|
|
55
55
|
Av1SceneChangeDetectType,
|
|
56
56
|
Av1SpatialAqType,
|
|
57
57
|
Av1TemporalAqType,
|
|
58
|
+
Av1TimecodeInsertionBehaviorType,
|
|
58
59
|
AvailBlankingStateType,
|
|
59
60
|
BandwidthReductionFilterStrengthType,
|
|
60
61
|
BandwidthReductionPostFilterSharpeningType,
|
|
@@ -581,6 +582,7 @@ __all__ = (
|
|
|
581
582
|
"DescribeSdiSourceResponseTypeDef",
|
|
582
583
|
"DescribeThumbnailsRequestTypeDef",
|
|
583
584
|
"DescribeThumbnailsResponseTypeDef",
|
|
585
|
+
"DisabledLockingSettingsTypeDef",
|
|
584
586
|
"DvbNitSettingsTypeDef",
|
|
585
587
|
"DvbSdtSettingsTypeDef",
|
|
586
588
|
"DvbSubDestinationSettingsTypeDef",
|
|
@@ -781,6 +783,7 @@ __all__ = (
|
|
|
781
783
|
"MaintenanceUpdateSettingsTypeDef",
|
|
782
784
|
"MediaConnectFlowRequestTypeDef",
|
|
783
785
|
"MediaConnectFlowTypeDef",
|
|
786
|
+
"MediaPackageAdditionalDestinationsTypeDef",
|
|
784
787
|
"MediaPackageGroupSettingsOutputTypeDef",
|
|
785
788
|
"MediaPackageGroupSettingsTypeDef",
|
|
786
789
|
"MediaPackageOutputDestinationSettingsTypeDef",
|
|
@@ -1717,6 +1720,9 @@ class DescribeThumbnailsRequestTypeDef(TypedDict):
|
|
|
1717
1720
|
PipelineId: str
|
|
1718
1721
|
ThumbnailType: str
|
|
1719
1722
|
|
|
1723
|
+
class DisabledLockingSettingsTypeDef(TypedDict):
|
|
1724
|
+
CustomEpoch: NotRequired[str]
|
|
1725
|
+
|
|
1720
1726
|
class DvbNitSettingsTypeDef(TypedDict):
|
|
1721
1727
|
NetworkId: int
|
|
1722
1728
|
NetworkName: str
|
|
@@ -2145,6 +2151,8 @@ class MediaPackageOutputDestinationSettingsTypeDef(TypedDict):
|
|
|
2145
2151
|
ChannelId: NotRequired[str]
|
|
2146
2152
|
ChannelGroup: NotRequired[str]
|
|
2147
2153
|
ChannelName: NotRequired[str]
|
|
2154
|
+
ChannelEndpointId: NotRequired[str]
|
|
2155
|
+
MediaPackageRegionName: NotRequired[str]
|
|
2148
2156
|
|
|
2149
2157
|
class MediaPackageV2DestinationSettingsTypeDef(TypedDict):
|
|
2150
2158
|
AudioGroupId: NotRequired[str]
|
|
@@ -2296,6 +2304,7 @@ class RtmpGroupSettingsTypeDef(TypedDict):
|
|
|
2296
2304
|
|
|
2297
2305
|
class PipelineLockingSettingsTypeDef(TypedDict):
|
|
2298
2306
|
PipelineLockingMethod: NotRequired[PipelineLockingMethodType]
|
|
2307
|
+
CustomEpoch: NotRequired[str]
|
|
2299
2308
|
|
|
2300
2309
|
class PipelinePauseStateSettingsTypeDef(TypedDict):
|
|
2301
2310
|
PipelineId: PipelineIdType
|
|
@@ -2477,6 +2486,9 @@ class UpdateAccountConfigurationRequestTypeDef(TypedDict):
|
|
|
2477
2486
|
class AdditionalDestinationsTypeDef(TypedDict):
|
|
2478
2487
|
Destination: OutputLocationRefTypeDef
|
|
2479
2488
|
|
|
2489
|
+
class MediaPackageAdditionalDestinationsTypeDef(TypedDict):
|
|
2490
|
+
Destination: OutputLocationRefTypeDef
|
|
2491
|
+
|
|
2480
2492
|
class MsSmoothGroupSettingsTypeDef(TypedDict):
|
|
2481
2493
|
Destination: OutputLocationRefTypeDef
|
|
2482
2494
|
AcquisitionPointId: NotRequired[str]
|
|
@@ -2890,30 +2902,6 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
|
|
|
2890
2902
|
Tags: dict[str, str]
|
|
2891
2903
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
2892
2904
|
|
|
2893
|
-
class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
|
|
2894
|
-
CaptionLanguageMappings: NotRequired[list[CaptionLanguageMappingTypeDef]]
|
|
2895
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2896
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2897
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2898
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
2899
|
-
SegmentLength: NotRequired[int]
|
|
2900
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2901
|
-
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
2902
|
-
TimedMetadataId3Period: NotRequired[int]
|
|
2903
|
-
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
2904
|
-
|
|
2905
|
-
class MediaPackageV2GroupSettingsTypeDef(TypedDict):
|
|
2906
|
-
CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
|
|
2907
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2908
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2909
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2910
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
2911
|
-
SegmentLength: NotRequired[int]
|
|
2912
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2913
|
-
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
2914
|
-
TimedMetadataId3Period: NotRequired[int]
|
|
2915
|
-
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
2916
|
-
|
|
2917
2905
|
class TeletextSourceSettingsTypeDef(TypedDict):
|
|
2918
2906
|
OutputRectangle: NotRequired[CaptionRectangleTypeDef]
|
|
2919
2907
|
PageNumber: NotRequired[str]
|
|
@@ -3806,6 +3794,7 @@ class OutputDestinationTypeDef(TypedDict):
|
|
|
3806
3794
|
class OutputLockingSettingsTypeDef(TypedDict):
|
|
3807
3795
|
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
3808
3796
|
PipelineLockingSettings: NotRequired[PipelineLockingSettingsTypeDef]
|
|
3797
|
+
DisabledLockingSettings: NotRequired[DisabledLockingSettingsTypeDef]
|
|
3809
3798
|
|
|
3810
3799
|
class PauseStateScheduleActionSettingsOutputTypeDef(TypedDict):
|
|
3811
3800
|
Pipelines: NotRequired[list[PipelinePauseStateSettingsTypeDef]]
|
|
@@ -3914,6 +3903,32 @@ class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
|
3914
3903
|
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3915
3904
|
AdditionalDestinations: NotRequired[Sequence[AdditionalDestinationsTypeDef]]
|
|
3916
3905
|
|
|
3906
|
+
class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
|
|
3907
|
+
CaptionLanguageMappings: NotRequired[list[CaptionLanguageMappingTypeDef]]
|
|
3908
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3909
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3910
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3911
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3912
|
+
SegmentLength: NotRequired[int]
|
|
3913
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3914
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3915
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3916
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3917
|
+
AdditionalDestinations: NotRequired[list[MediaPackageAdditionalDestinationsTypeDef]]
|
|
3918
|
+
|
|
3919
|
+
class MediaPackageV2GroupSettingsTypeDef(TypedDict):
|
|
3920
|
+
CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
|
|
3921
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3922
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3923
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3924
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3925
|
+
SegmentLength: NotRequired[int]
|
|
3926
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3927
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3928
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3929
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3930
|
+
AdditionalDestinations: NotRequired[Sequence[MediaPackageAdditionalDestinationsTypeDef]]
|
|
3931
|
+
|
|
3917
3932
|
class ArchiveGroupSettingsTypeDef(TypedDict):
|
|
3918
3933
|
Destination: OutputLocationRefTypeDef
|
|
3919
3934
|
ArchiveCdnSettings: NotRequired[ArchiveCdnSettingsTypeDef]
|
|
@@ -4000,6 +4015,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
|
|
|
4000
4015
|
MinBitrate: NotRequired[int]
|
|
4001
4016
|
SpatialAq: NotRequired[Av1SpatialAqType]
|
|
4002
4017
|
TemporalAq: NotRequired[Av1TemporalAqType]
|
|
4018
|
+
TimecodeInsertion: NotRequired[Av1TimecodeInsertionBehaviorType]
|
|
4003
4019
|
|
|
4004
4020
|
class Av1SettingsTypeDef(TypedDict):
|
|
4005
4021
|
FramerateDenominator: int
|
|
@@ -4024,19 +4040,12 @@ class Av1SettingsTypeDef(TypedDict):
|
|
|
4024
4040
|
MinBitrate: NotRequired[int]
|
|
4025
4041
|
SpatialAq: NotRequired[Av1SpatialAqType]
|
|
4026
4042
|
TemporalAq: NotRequired[Av1TemporalAqType]
|
|
4043
|
+
TimecodeInsertion: NotRequired[Av1TimecodeInsertionBehaviorType]
|
|
4027
4044
|
|
|
4028
4045
|
class AvailConfigurationTypeDef(TypedDict):
|
|
4029
4046
|
AvailSettings: NotRequired[AvailSettingsTypeDef]
|
|
4030
4047
|
Scte35SegmentationScope: NotRequired[Scte35SegmentationScopeType]
|
|
4031
4048
|
|
|
4032
|
-
class MediaPackageGroupSettingsOutputTypeDef(TypedDict):
|
|
4033
|
-
Destination: OutputLocationRefTypeDef
|
|
4034
|
-
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsOutputTypeDef]
|
|
4035
|
-
|
|
4036
|
-
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
4037
|
-
Destination: OutputLocationRefTypeDef
|
|
4038
|
-
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsTypeDef]
|
|
4039
|
-
|
|
4040
4049
|
class CaptionSelectorSettingsOutputTypeDef(TypedDict):
|
|
4041
4050
|
AncillarySourceSettings: NotRequired[AncillarySourceSettingsTypeDef]
|
|
4042
4051
|
AribSourceSettings: NotRequired[dict[str, Any]]
|
|
@@ -4723,6 +4732,14 @@ class VideoSelectorTypeDef(TypedDict):
|
|
|
4723
4732
|
ColorSpaceUsage: NotRequired[VideoSelectorColorSpaceUsageType]
|
|
4724
4733
|
SelectorSettings: NotRequired[VideoSelectorSettingsTypeDef]
|
|
4725
4734
|
|
|
4735
|
+
class MediaPackageGroupSettingsOutputTypeDef(TypedDict):
|
|
4736
|
+
Destination: OutputLocationRefTypeDef
|
|
4737
|
+
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsOutputTypeDef]
|
|
4738
|
+
|
|
4739
|
+
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
4740
|
+
Destination: OutputLocationRefTypeDef
|
|
4741
|
+
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsTypeDef]
|
|
4742
|
+
|
|
4726
4743
|
class CaptionDescriptionOutputTypeDef(TypedDict):
|
|
4727
4744
|
CaptionSelectorName: str
|
|
4728
4745
|
Name: str
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-medialive
|
|
3
|
-
Version: 1.42.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.42.
|
|
3
|
+
Version: 1.42.36
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.36 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
|

|
|
44
44
|
|
|
45
|
-
Type annotations for [boto3 MediaLive 1.42.
|
|
45
|
+
Type annotations for [boto3 MediaLive 1.42.36](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.42.
|
|
108
|
+
`uvx --with 'boto3==1.42.36' 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.
|
|
File without changes
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.36}/types_boto3_medialive/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|