types-boto3-medialive 1.37.29__tar.gz → 1.38.0__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.37.29/types_boto3_medialive.egg-info → types_boto3_medialive-1.38.0}/PKG-INFO +4 -4
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/README.md +2 -2
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/setup.py +2 -2
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/__main__.py +3 -3
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/literals.py +4 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/literals.pyi +4 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/type_defs.py +50 -16
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/type_defs.pyi +47 -15
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/LICENSE +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/setup.cfg +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/__init__.py +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/__init__.pyi +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/client.py +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/client.pyi +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/paginator.py +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/paginator.pyi +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive.egg-info/not-zip-safe +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/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.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.
|
|
3
|
+
Version: 1.38.0
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.38.0 service generated with mypy-boto3-builder 8.10.1
|
|
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.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.38.0](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.
|
|
122
|
+
`uvx --with 'boto3==1.38.0' 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.
|
|
12
|
+
Type annotations for [boto3 MediaLive 1.38.0](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.
|
|
75
|
+
`uvx --with 'boto3==1.38.0' 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.
|
|
16
|
+
version="1.38.0",
|
|
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.
|
|
22
|
+
description="Type annotations for boto3 MediaLive 1.38.0 service generated with mypy-boto3-builder 8.10.1",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.38.0\n"
|
|
16
|
+
"Version: 1.38.0\n"
|
|
17
17
|
"Builder version: 8.10.1\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.
|
|
29
|
+
sys.stdout.write("1.38.0\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/literals.py
RENAMED
|
@@ -88,6 +88,8 @@ __all__ = (
|
|
|
88
88
|
"CmafIngestSegmentLengthUnitsType",
|
|
89
89
|
"CmafKLVBehaviorType",
|
|
90
90
|
"CmafNielsenId3BehaviorType",
|
|
91
|
+
"CmafTimedMetadataId3FrameType",
|
|
92
|
+
"CmafTimedMetadataPassthroughType",
|
|
91
93
|
"ColorSpaceType",
|
|
92
94
|
"ContentTypeType",
|
|
93
95
|
"DashRoleAudioType",
|
|
@@ -535,6 +537,8 @@ CmafId3BehaviorType = Literal["DISABLED", "ENABLED"]
|
|
|
535
537
|
CmafIngestSegmentLengthUnitsType = Literal["MILLISECONDS", "SECONDS"]
|
|
536
538
|
CmafKLVBehaviorType = Literal["NO_PASSTHROUGH", "PASSTHROUGH"]
|
|
537
539
|
CmafNielsenId3BehaviorType = Literal["NO_PASSTHROUGH", "PASSTHROUGH"]
|
|
540
|
+
CmafTimedMetadataId3FrameType = Literal["NONE", "PRIV", "TDRL"]
|
|
541
|
+
CmafTimedMetadataPassthroughType = Literal["DISABLED", "ENABLED"]
|
|
538
542
|
ColorSpaceType = Literal["HDR10", "HLG_2020", "REC_601", "REC_709"]
|
|
539
543
|
ContentTypeType = Literal["image/jpeg"]
|
|
540
544
|
DashRoleAudioType = Literal[
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -87,6 +87,8 @@ __all__ = (
|
|
|
87
87
|
"CmafIngestSegmentLengthUnitsType",
|
|
88
88
|
"CmafKLVBehaviorType",
|
|
89
89
|
"CmafNielsenId3BehaviorType",
|
|
90
|
+
"CmafTimedMetadataId3FrameType",
|
|
91
|
+
"CmafTimedMetadataPassthroughType",
|
|
90
92
|
"ColorSpaceType",
|
|
91
93
|
"ContentTypeType",
|
|
92
94
|
"DashRoleAudioType",
|
|
@@ -533,6 +535,8 @@ CmafId3BehaviorType = Literal["DISABLED", "ENABLED"]
|
|
|
533
535
|
CmafIngestSegmentLengthUnitsType = Literal["MILLISECONDS", "SECONDS"]
|
|
534
536
|
CmafKLVBehaviorType = Literal["NO_PASSTHROUGH", "PASSTHROUGH"]
|
|
535
537
|
CmafNielsenId3BehaviorType = Literal["NO_PASSTHROUGH", "PASSTHROUGH"]
|
|
538
|
+
CmafTimedMetadataId3FrameType = Literal["NONE", "PRIV", "TDRL"]
|
|
539
|
+
CmafTimedMetadataPassthroughType = Literal["DISABLED", "ENABLED"]
|
|
536
540
|
ColorSpaceType = Literal["HDR10", "HLG_2020", "REC_601", "REC_709"]
|
|
537
541
|
ContentTypeType = Literal["image/jpeg"]
|
|
538
542
|
DashRoleAudioType = Literal[
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/type_defs.py
RENAMED
|
@@ -76,6 +76,8 @@ from .literals import (
|
|
|
76
76
|
CmafIngestSegmentLengthUnitsType,
|
|
77
77
|
CmafKLVBehaviorType,
|
|
78
78
|
CmafNielsenId3BehaviorType,
|
|
79
|
+
CmafTimedMetadataId3FrameType,
|
|
80
|
+
CmafTimedMetadataPassthroughType,
|
|
79
81
|
ColorSpaceType,
|
|
80
82
|
DashRoleAudioType,
|
|
81
83
|
DashRoleCaptionType,
|
|
@@ -438,6 +440,8 @@ __all__ = (
|
|
|
438
440
|
"ClusterNetworkSettingsCreateRequestTypeDef",
|
|
439
441
|
"ClusterNetworkSettingsTypeDef",
|
|
440
442
|
"ClusterNetworkSettingsUpdateRequestTypeDef",
|
|
443
|
+
"CmafIngestCaptionLanguageMappingTypeDef",
|
|
444
|
+
"CmafIngestGroupSettingsOutputTypeDef",
|
|
441
445
|
"CmafIngestGroupSettingsTypeDef",
|
|
442
446
|
"CmafIngestOutputSettingsTypeDef",
|
|
443
447
|
"ColorCorrectionSettingsOutputTypeDef",
|
|
@@ -1348,6 +1352,11 @@ class InterfaceMappingUpdateRequestTypeDef(TypedDict):
|
|
|
1348
1352
|
NetworkId: NotRequired[str]
|
|
1349
1353
|
|
|
1350
1354
|
|
|
1355
|
+
class CmafIngestCaptionLanguageMappingTypeDef(TypedDict):
|
|
1356
|
+
CaptionChannel: int
|
|
1357
|
+
LanguageCode: str
|
|
1358
|
+
|
|
1359
|
+
|
|
1351
1360
|
class CmafIngestOutputSettingsTypeDef(TypedDict):
|
|
1352
1361
|
NameModifier: NotRequired[str]
|
|
1353
1362
|
|
|
@@ -2621,21 +2630,6 @@ class ArchiveCdnSettingsTypeDef(TypedDict):
|
|
|
2621
2630
|
ArchiveS3Settings: NotRequired[ArchiveS3SettingsTypeDef]
|
|
2622
2631
|
|
|
2623
2632
|
|
|
2624
|
-
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
2625
|
-
Destination: OutputLocationRefTypeDef
|
|
2626
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2627
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
2628
|
-
SegmentLength: NotRequired[int]
|
|
2629
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2630
|
-
SendDelayMs: NotRequired[int]
|
|
2631
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2632
|
-
KlvNameModifier: NotRequired[str]
|
|
2633
|
-
NielsenId3NameModifier: NotRequired[str]
|
|
2634
|
-
Scte35NameModifier: NotRequired[str]
|
|
2635
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2636
|
-
Id3NameModifier: NotRequired[str]
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
2633
|
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
2640
2634
|
Destination: OutputLocationRefTypeDef
|
|
2641
2635
|
|
|
@@ -3139,6 +3133,44 @@ class ClusterNetworkSettingsUpdateRequestTypeDef(TypedDict):
|
|
|
3139
3133
|
InterfaceMappings: NotRequired[Sequence[InterfaceMappingUpdateRequestTypeDef]]
|
|
3140
3134
|
|
|
3141
3135
|
|
|
3136
|
+
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
3137
|
+
Destination: OutputLocationRefTypeDef
|
|
3138
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3139
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3140
|
+
SegmentLength: NotRequired[int]
|
|
3141
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3142
|
+
SendDelayMs: NotRequired[int]
|
|
3143
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3144
|
+
KlvNameModifier: NotRequired[str]
|
|
3145
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
3146
|
+
Scte35NameModifier: NotRequired[str]
|
|
3147
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3148
|
+
Id3NameModifier: NotRequired[str]
|
|
3149
|
+
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3150
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3151
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3152
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3153
|
+
|
|
3154
|
+
|
|
3155
|
+
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
3156
|
+
Destination: OutputLocationRefTypeDef
|
|
3157
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3158
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3159
|
+
SegmentLength: NotRequired[int]
|
|
3160
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3161
|
+
SendDelayMs: NotRequired[int]
|
|
3162
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3163
|
+
KlvNameModifier: NotRequired[str]
|
|
3164
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
3165
|
+
Scte35NameModifier: NotRequired[str]
|
|
3166
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3167
|
+
Id3NameModifier: NotRequired[str]
|
|
3168
|
+
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3169
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3170
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3171
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3172
|
+
|
|
3173
|
+
|
|
3142
3174
|
class ColorCorrectionSettingsOutputTypeDef(TypedDict):
|
|
3143
3175
|
GlobalColorCorrections: List[ColorCorrectionTypeDef]
|
|
3144
3176
|
|
|
@@ -3929,6 +3961,7 @@ class InputDeviceConfigurableSettingsTypeDef(TypedDict):
|
|
|
3929
3961
|
Codec: NotRequired[InputDeviceCodecType]
|
|
3930
3962
|
MediaconnectSettings: NotRequired[InputDeviceMediaConnectConfigurableSettingsTypeDef]
|
|
3931
3963
|
AudioChannelPairs: NotRequired[Sequence[InputDeviceConfigurableAudioChannelPairConfigTypeDef]]
|
|
3964
|
+
InputResolution: NotRequired[str]
|
|
3932
3965
|
|
|
3933
3966
|
|
|
3934
3967
|
class InputDeviceUhdSettingsTypeDef(TypedDict):
|
|
@@ -3944,6 +3977,7 @@ class InputDeviceUhdSettingsTypeDef(TypedDict):
|
|
|
3944
3977
|
Codec: NotRequired[InputDeviceCodecType]
|
|
3945
3978
|
MediaconnectSettings: NotRequired[InputDeviceMediaConnectSettingsTypeDef]
|
|
3946
3979
|
AudioChannelPairs: NotRequired[List[InputDeviceUhdAudioChannelPairConfigTypeDef]]
|
|
3980
|
+
InputResolution: NotRequired[str]
|
|
3947
3981
|
|
|
3948
3982
|
|
|
3949
3983
|
class Smpte2110ReceiverGroupSdpSettingsOutputTypeDef(TypedDict):
|
|
@@ -5341,7 +5375,7 @@ class OutputGroupSettingsOutputTypeDef(TypedDict):
|
|
|
5341
5375
|
MultiplexGroupSettings: NotRequired[Dict[str, Any]]
|
|
5342
5376
|
RtmpGroupSettings: NotRequired[RtmpGroupSettingsOutputTypeDef]
|
|
5343
5377
|
UdpGroupSettings: NotRequired[UdpGroupSettingsTypeDef]
|
|
5344
|
-
CmafIngestGroupSettings: NotRequired[
|
|
5378
|
+
CmafIngestGroupSettings: NotRequired[CmafIngestGroupSettingsOutputTypeDef]
|
|
5345
5379
|
SrtGroupSettings: NotRequired[SrtGroupSettingsTypeDef]
|
|
5346
5380
|
|
|
5347
5381
|
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/type_defs.pyi
RENAMED
|
@@ -76,6 +76,8 @@ from .literals import (
|
|
|
76
76
|
CmafIngestSegmentLengthUnitsType,
|
|
77
77
|
CmafKLVBehaviorType,
|
|
78
78
|
CmafNielsenId3BehaviorType,
|
|
79
|
+
CmafTimedMetadataId3FrameType,
|
|
80
|
+
CmafTimedMetadataPassthroughType,
|
|
79
81
|
ColorSpaceType,
|
|
80
82
|
DashRoleAudioType,
|
|
81
83
|
DashRoleCaptionType,
|
|
@@ -437,6 +439,8 @@ __all__ = (
|
|
|
437
439
|
"ClusterNetworkSettingsCreateRequestTypeDef",
|
|
438
440
|
"ClusterNetworkSettingsTypeDef",
|
|
439
441
|
"ClusterNetworkSettingsUpdateRequestTypeDef",
|
|
442
|
+
"CmafIngestCaptionLanguageMappingTypeDef",
|
|
443
|
+
"CmafIngestGroupSettingsOutputTypeDef",
|
|
440
444
|
"CmafIngestGroupSettingsTypeDef",
|
|
441
445
|
"CmafIngestOutputSettingsTypeDef",
|
|
442
446
|
"ColorCorrectionSettingsOutputTypeDef",
|
|
@@ -1288,6 +1292,10 @@ class InterfaceMappingUpdateRequestTypeDef(TypedDict):
|
|
|
1288
1292
|
LogicalInterfaceName: NotRequired[str]
|
|
1289
1293
|
NetworkId: NotRequired[str]
|
|
1290
1294
|
|
|
1295
|
+
class CmafIngestCaptionLanguageMappingTypeDef(TypedDict):
|
|
1296
|
+
CaptionChannel: int
|
|
1297
|
+
LanguageCode: str
|
|
1298
|
+
|
|
1291
1299
|
class CmafIngestOutputSettingsTypeDef(TypedDict):
|
|
1292
1300
|
NameModifier: NotRequired[str]
|
|
1293
1301
|
|
|
@@ -2351,20 +2359,6 @@ class UpdateAccountConfigurationRequestTypeDef(TypedDict):
|
|
|
2351
2359
|
class ArchiveCdnSettingsTypeDef(TypedDict):
|
|
2352
2360
|
ArchiveS3Settings: NotRequired[ArchiveS3SettingsTypeDef]
|
|
2353
2361
|
|
|
2354
|
-
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
2355
|
-
Destination: OutputLocationRefTypeDef
|
|
2356
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2357
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
2358
|
-
SegmentLength: NotRequired[int]
|
|
2359
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2360
|
-
SendDelayMs: NotRequired[int]
|
|
2361
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2362
|
-
KlvNameModifier: NotRequired[str]
|
|
2363
|
-
NielsenId3NameModifier: NotRequired[str]
|
|
2364
|
-
Scte35NameModifier: NotRequired[str]
|
|
2365
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2366
|
-
Id3NameModifier: NotRequired[str]
|
|
2367
|
-
|
|
2368
2362
|
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
2369
2363
|
Destination: OutputLocationRefTypeDef
|
|
2370
2364
|
|
|
@@ -2812,6 +2806,42 @@ class ClusterNetworkSettingsUpdateRequestTypeDef(TypedDict):
|
|
|
2812
2806
|
DefaultRoute: NotRequired[str]
|
|
2813
2807
|
InterfaceMappings: NotRequired[Sequence[InterfaceMappingUpdateRequestTypeDef]]
|
|
2814
2808
|
|
|
2809
|
+
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
2810
|
+
Destination: OutputLocationRefTypeDef
|
|
2811
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2812
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
2813
|
+
SegmentLength: NotRequired[int]
|
|
2814
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2815
|
+
SendDelayMs: NotRequired[int]
|
|
2816
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2817
|
+
KlvNameModifier: NotRequired[str]
|
|
2818
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
2819
|
+
Scte35NameModifier: NotRequired[str]
|
|
2820
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2821
|
+
Id3NameModifier: NotRequired[str]
|
|
2822
|
+
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
2823
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
2824
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
2825
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
2826
|
+
|
|
2827
|
+
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
2828
|
+
Destination: OutputLocationRefTypeDef
|
|
2829
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2830
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
2831
|
+
SegmentLength: NotRequired[int]
|
|
2832
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2833
|
+
SendDelayMs: NotRequired[int]
|
|
2834
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2835
|
+
KlvNameModifier: NotRequired[str]
|
|
2836
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
2837
|
+
Scte35NameModifier: NotRequired[str]
|
|
2838
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2839
|
+
Id3NameModifier: NotRequired[str]
|
|
2840
|
+
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
2841
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
2842
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
2843
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
2844
|
+
|
|
2815
2845
|
class ColorCorrectionSettingsOutputTypeDef(TypedDict):
|
|
2816
2846
|
GlobalColorCorrections: List[ColorCorrectionTypeDef]
|
|
2817
2847
|
|
|
@@ -3506,6 +3536,7 @@ class InputDeviceConfigurableSettingsTypeDef(TypedDict):
|
|
|
3506
3536
|
Codec: NotRequired[InputDeviceCodecType]
|
|
3507
3537
|
MediaconnectSettings: NotRequired[InputDeviceMediaConnectConfigurableSettingsTypeDef]
|
|
3508
3538
|
AudioChannelPairs: NotRequired[Sequence[InputDeviceConfigurableAudioChannelPairConfigTypeDef]]
|
|
3539
|
+
InputResolution: NotRequired[str]
|
|
3509
3540
|
|
|
3510
3541
|
class InputDeviceUhdSettingsTypeDef(TypedDict):
|
|
3511
3542
|
ActiveInput: NotRequired[InputDeviceActiveInputType]
|
|
@@ -3520,6 +3551,7 @@ class InputDeviceUhdSettingsTypeDef(TypedDict):
|
|
|
3520
3551
|
Codec: NotRequired[InputDeviceCodecType]
|
|
3521
3552
|
MediaconnectSettings: NotRequired[InputDeviceMediaConnectSettingsTypeDef]
|
|
3522
3553
|
AudioChannelPairs: NotRequired[List[InputDeviceUhdAudioChannelPairConfigTypeDef]]
|
|
3554
|
+
InputResolution: NotRequired[str]
|
|
3523
3555
|
|
|
3524
3556
|
class Smpte2110ReceiverGroupSdpSettingsOutputTypeDef(TypedDict):
|
|
3525
3557
|
AncillarySdps: NotRequired[List[InputSdpLocationTypeDef]]
|
|
@@ -4776,7 +4808,7 @@ class OutputGroupSettingsOutputTypeDef(TypedDict):
|
|
|
4776
4808
|
MultiplexGroupSettings: NotRequired[Dict[str, Any]]
|
|
4777
4809
|
RtmpGroupSettings: NotRequired[RtmpGroupSettingsOutputTypeDef]
|
|
4778
4810
|
UdpGroupSettings: NotRequired[UdpGroupSettingsTypeDef]
|
|
4779
|
-
CmafIngestGroupSettings: NotRequired[
|
|
4811
|
+
CmafIngestGroupSettings: NotRequired[CmafIngestGroupSettingsOutputTypeDef]
|
|
4780
4812
|
SrtGroupSettings: NotRequired[SrtGroupSettingsTypeDef]
|
|
4781
4813
|
|
|
4782
4814
|
class OutputGroupSettingsTypeDef(TypedDict):
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-medialive
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.
|
|
3
|
+
Version: 1.38.0
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.38.0 service generated with mypy-boto3-builder 8.10.1
|
|
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.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.38.0](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.
|
|
122
|
+
`uvx --with 'boto3==1.38.0' 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.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/__init__.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/__init__.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/client.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/client.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/paginator.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/paginator.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/py.typed
RENAMED
|
File without changes
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/waiter.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.37.29 → types_boto3_medialive-1.38.0}/types_boto3_medialive/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|