types-boto3-medialive 1.42.17__tar.gz → 1.42.25__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.25}/LICENSE +1 -1
- {types_boto3_medialive-1.42.17/types_boto3_medialive.egg-info → types_boto3_medialive-1.42.25}/PKG-INFO +4 -4
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/README.md +2 -2
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/pyproject.toml +3 -3
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/__init__.py +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/__init__.pyi +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/__main__.py +4 -4
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/client.py +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/client.pyi +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/literals.py +1 -2
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/literals.pyi +1 -2
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/paginator.py +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/paginator.pyi +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/type_defs.py +46 -37
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/type_defs.pyi +41 -33
- types_boto3_medialive-1.42.25/types_boto3_medialive/version.py +7 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/waiter.py +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/waiter.pyi +1 -1
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25/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.25}/setup.cfg +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/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.25
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.25 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.25](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.25' 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.25](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.25' 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.25"
|
|
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.25 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.25}/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.25\n"
|
|
16
|
+
"Version: 1.42.25\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.25\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/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
|
|
|
@@ -1267,7 +1267,6 @@ ServiceName = Literal[
|
|
|
1267
1267
|
"eks-auth",
|
|
1268
1268
|
"elasticache",
|
|
1269
1269
|
"elasticbeanstalk",
|
|
1270
|
-
"elastictranscoder",
|
|
1271
1270
|
"elb",
|
|
1272
1271
|
"elbv2",
|
|
1273
1272
|
"emr",
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/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
|
|
|
@@ -1265,7 +1265,6 @@ ServiceName = Literal[
|
|
|
1265
1265
|
"eks-auth",
|
|
1266
1266
|
"elasticache",
|
|
1267
1267
|
"elasticbeanstalk",
|
|
1268
|
-
"elastictranscoder",
|
|
1269
1268
|
"elb",
|
|
1270
1269
|
"elbv2",
|
|
1271
1270
|
"emr",
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/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
|
|
|
@@ -782,6 +782,7 @@ __all__ = (
|
|
|
782
782
|
"MaintenanceUpdateSettingsTypeDef",
|
|
783
783
|
"MediaConnectFlowRequestTypeDef",
|
|
784
784
|
"MediaConnectFlowTypeDef",
|
|
785
|
+
"MediaPackageAdditionalDestinationsTypeDef",
|
|
785
786
|
"MediaPackageGroupSettingsOutputTypeDef",
|
|
786
787
|
"MediaPackageGroupSettingsTypeDef",
|
|
787
788
|
"MediaPackageOutputDestinationSettingsTypeDef",
|
|
@@ -2363,6 +2364,8 @@ class MediaPackageOutputDestinationSettingsTypeDef(TypedDict):
|
|
|
2363
2364
|
ChannelId: NotRequired[str]
|
|
2364
2365
|
ChannelGroup: NotRequired[str]
|
|
2365
2366
|
ChannelName: NotRequired[str]
|
|
2367
|
+
ChannelEndpointId: NotRequired[str]
|
|
2368
|
+
MediaPackageRegionName: NotRequired[str]
|
|
2366
2369
|
|
|
2367
2370
|
|
|
2368
2371
|
class MediaPackageV2DestinationSettingsTypeDef(TypedDict):
|
|
@@ -2763,6 +2766,10 @@ class AdditionalDestinationsTypeDef(TypedDict):
|
|
|
2763
2766
|
Destination: OutputLocationRefTypeDef
|
|
2764
2767
|
|
|
2765
2768
|
|
|
2769
|
+
class MediaPackageAdditionalDestinationsTypeDef(TypedDict):
|
|
2770
|
+
Destination: OutputLocationRefTypeDef
|
|
2771
|
+
|
|
2772
|
+
|
|
2766
2773
|
class MsSmoothGroupSettingsTypeDef(TypedDict):
|
|
2767
2774
|
Destination: OutputLocationRefTypeDef
|
|
2768
2775
|
AcquisitionPointId: NotRequired[str]
|
|
@@ -3224,32 +3231,6 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
|
|
|
3224
3231
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
3225
3232
|
|
|
3226
3233
|
|
|
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
3234
|
class TeletextSourceSettingsTypeDef(TypedDict):
|
|
3254
3235
|
OutputRectangle: NotRequired[CaptionRectangleTypeDef]
|
|
3255
3236
|
PageNumber: NotRequired[str]
|
|
@@ -4400,6 +4381,34 @@ class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
|
4400
4381
|
AdditionalDestinations: NotRequired[Sequence[AdditionalDestinationsTypeDef]]
|
|
4401
4382
|
|
|
4402
4383
|
|
|
4384
|
+
class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
|
|
4385
|
+
CaptionLanguageMappings: NotRequired[list[CaptionLanguageMappingTypeDef]]
|
|
4386
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
4387
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
4388
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
4389
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
4390
|
+
SegmentLength: NotRequired[int]
|
|
4391
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
4392
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
4393
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
4394
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
4395
|
+
AdditionalDestinations: NotRequired[list[MediaPackageAdditionalDestinationsTypeDef]]
|
|
4396
|
+
|
|
4397
|
+
|
|
4398
|
+
class MediaPackageV2GroupSettingsTypeDef(TypedDict):
|
|
4399
|
+
CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
|
|
4400
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
4401
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
4402
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
4403
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
4404
|
+
SegmentLength: NotRequired[int]
|
|
4405
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
4406
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
4407
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
4408
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
4409
|
+
AdditionalDestinations: NotRequired[Sequence[MediaPackageAdditionalDestinationsTypeDef]]
|
|
4410
|
+
|
|
4411
|
+
|
|
4403
4412
|
class ArchiveGroupSettingsTypeDef(TypedDict):
|
|
4404
4413
|
Destination: OutputLocationRefTypeDef
|
|
4405
4414
|
ArchiveCdnSettings: NotRequired[ArchiveCdnSettingsTypeDef]
|
|
@@ -4527,16 +4536,6 @@ class AvailConfigurationTypeDef(TypedDict):
|
|
|
4527
4536
|
Scte35SegmentationScope: NotRequired[Scte35SegmentationScopeType]
|
|
4528
4537
|
|
|
4529
4538
|
|
|
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
4539
|
class CaptionSelectorSettingsOutputTypeDef(TypedDict):
|
|
4541
4540
|
AncillarySourceSettings: NotRequired[AncillarySourceSettingsTypeDef]
|
|
4542
4541
|
AribSourceSettings: NotRequired[dict[str, Any]]
|
|
@@ -5285,6 +5284,16 @@ class VideoSelectorTypeDef(TypedDict):
|
|
|
5285
5284
|
SelectorSettings: NotRequired[VideoSelectorSettingsTypeDef]
|
|
5286
5285
|
|
|
5287
5286
|
|
|
5287
|
+
class MediaPackageGroupSettingsOutputTypeDef(TypedDict):
|
|
5288
|
+
Destination: OutputLocationRefTypeDef
|
|
5289
|
+
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsOutputTypeDef]
|
|
5290
|
+
|
|
5291
|
+
|
|
5292
|
+
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
5293
|
+
Destination: OutputLocationRefTypeDef
|
|
5294
|
+
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsTypeDef]
|
|
5295
|
+
|
|
5296
|
+
|
|
5288
5297
|
class CaptionDescriptionOutputTypeDef(TypedDict):
|
|
5289
5298
|
CaptionSelectorName: str
|
|
5290
5299
|
Name: str
|
{types_boto3_medialive-1.42.17 → types_boto3_medialive-1.42.25}/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
|
|
|
@@ -781,6 +781,7 @@ __all__ = (
|
|
|
781
781
|
"MaintenanceUpdateSettingsTypeDef",
|
|
782
782
|
"MediaConnectFlowRequestTypeDef",
|
|
783
783
|
"MediaConnectFlowTypeDef",
|
|
784
|
+
"MediaPackageAdditionalDestinationsTypeDef",
|
|
784
785
|
"MediaPackageGroupSettingsOutputTypeDef",
|
|
785
786
|
"MediaPackageGroupSettingsTypeDef",
|
|
786
787
|
"MediaPackageOutputDestinationSettingsTypeDef",
|
|
@@ -2145,6 +2146,8 @@ class MediaPackageOutputDestinationSettingsTypeDef(TypedDict):
|
|
|
2145
2146
|
ChannelId: NotRequired[str]
|
|
2146
2147
|
ChannelGroup: NotRequired[str]
|
|
2147
2148
|
ChannelName: NotRequired[str]
|
|
2149
|
+
ChannelEndpointId: NotRequired[str]
|
|
2150
|
+
MediaPackageRegionName: NotRequired[str]
|
|
2148
2151
|
|
|
2149
2152
|
class MediaPackageV2DestinationSettingsTypeDef(TypedDict):
|
|
2150
2153
|
AudioGroupId: NotRequired[str]
|
|
@@ -2477,6 +2480,9 @@ class UpdateAccountConfigurationRequestTypeDef(TypedDict):
|
|
|
2477
2480
|
class AdditionalDestinationsTypeDef(TypedDict):
|
|
2478
2481
|
Destination: OutputLocationRefTypeDef
|
|
2479
2482
|
|
|
2483
|
+
class MediaPackageAdditionalDestinationsTypeDef(TypedDict):
|
|
2484
|
+
Destination: OutputLocationRefTypeDef
|
|
2485
|
+
|
|
2480
2486
|
class MsSmoothGroupSettingsTypeDef(TypedDict):
|
|
2481
2487
|
Destination: OutputLocationRefTypeDef
|
|
2482
2488
|
AcquisitionPointId: NotRequired[str]
|
|
@@ -2890,30 +2896,6 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
|
|
|
2890
2896
|
Tags: dict[str, str]
|
|
2891
2897
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
2892
2898
|
|
|
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
2899
|
class TeletextSourceSettingsTypeDef(TypedDict):
|
|
2918
2900
|
OutputRectangle: NotRequired[CaptionRectangleTypeDef]
|
|
2919
2901
|
PageNumber: NotRequired[str]
|
|
@@ -3914,6 +3896,32 @@ class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
|
3914
3896
|
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3915
3897
|
AdditionalDestinations: NotRequired[Sequence[AdditionalDestinationsTypeDef]]
|
|
3916
3898
|
|
|
3899
|
+
class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
|
|
3900
|
+
CaptionLanguageMappings: NotRequired[list[CaptionLanguageMappingTypeDef]]
|
|
3901
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3902
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3903
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3904
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3905
|
+
SegmentLength: NotRequired[int]
|
|
3906
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3907
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3908
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3909
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3910
|
+
AdditionalDestinations: NotRequired[list[MediaPackageAdditionalDestinationsTypeDef]]
|
|
3911
|
+
|
|
3912
|
+
class MediaPackageV2GroupSettingsTypeDef(TypedDict):
|
|
3913
|
+
CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
|
|
3914
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3915
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3916
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3917
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3918
|
+
SegmentLength: NotRequired[int]
|
|
3919
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3920
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3921
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3922
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3923
|
+
AdditionalDestinations: NotRequired[Sequence[MediaPackageAdditionalDestinationsTypeDef]]
|
|
3924
|
+
|
|
3917
3925
|
class ArchiveGroupSettingsTypeDef(TypedDict):
|
|
3918
3926
|
Destination: OutputLocationRefTypeDef
|
|
3919
3927
|
ArchiveCdnSettings: NotRequired[ArchiveCdnSettingsTypeDef]
|
|
@@ -4029,14 +4037,6 @@ class AvailConfigurationTypeDef(TypedDict):
|
|
|
4029
4037
|
AvailSettings: NotRequired[AvailSettingsTypeDef]
|
|
4030
4038
|
Scte35SegmentationScope: NotRequired[Scte35SegmentationScopeType]
|
|
4031
4039
|
|
|
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
4040
|
class CaptionSelectorSettingsOutputTypeDef(TypedDict):
|
|
4041
4041
|
AncillarySourceSettings: NotRequired[AncillarySourceSettingsTypeDef]
|
|
4042
4042
|
AribSourceSettings: NotRequired[dict[str, Any]]
|
|
@@ -4723,6 +4723,14 @@ class VideoSelectorTypeDef(TypedDict):
|
|
|
4723
4723
|
ColorSpaceUsage: NotRequired[VideoSelectorColorSpaceUsageType]
|
|
4724
4724
|
SelectorSettings: NotRequired[VideoSelectorSettingsTypeDef]
|
|
4725
4725
|
|
|
4726
|
+
class MediaPackageGroupSettingsOutputTypeDef(TypedDict):
|
|
4727
|
+
Destination: OutputLocationRefTypeDef
|
|
4728
|
+
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsOutputTypeDef]
|
|
4729
|
+
|
|
4730
|
+
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
4731
|
+
Destination: OutputLocationRefTypeDef
|
|
4732
|
+
MediapackageV2GroupSettings: NotRequired[MediaPackageV2GroupSettingsTypeDef]
|
|
4733
|
+
|
|
4726
4734
|
class CaptionDescriptionOutputTypeDef(TypedDict):
|
|
4727
4735
|
CaptionSelectorName: str
|
|
4728
4736
|
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.25
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.25 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.25](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.25' 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.25}/types_boto3_medialive/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|