types-boto3-medialive 1.42.25__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.25/types_boto3_medialive.egg-info → types_boto3_medialive-1.42.36}/PKG-INFO +4 -4
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/README.md +2 -2
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/pyproject.toml +2 -2
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__main__.py +3 -3
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/literals.py +2 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/literals.pyi +2 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/type_defs.py +10 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/type_defs.pyi +9 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/LICENSE +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/setup.cfg +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__init__.py +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__init__.pyi +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/client.py +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/client.pyi +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/paginator.py +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/paginator.pyi +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.42.25 → 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.
|
|
@@ -4,10 +4,10 @@
|
|
|
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.25 → types_boto3_medialive-1.42.36}/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.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.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/literals.py
RENAMED
|
@@ -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"
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -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"
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/type_defs.py
RENAMED
|
@@ -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",
|
|
@@ -1857,6 +1859,10 @@ class DescribeThumbnailsRequestTypeDef(TypedDict):
|
|
|
1857
1859
|
ThumbnailType: str
|
|
1858
1860
|
|
|
1859
1861
|
|
|
1862
|
+
class DisabledLockingSettingsTypeDef(TypedDict):
|
|
1863
|
+
CustomEpoch: NotRequired[str]
|
|
1864
|
+
|
|
1865
|
+
|
|
1860
1866
|
class DvbNitSettingsTypeDef(TypedDict):
|
|
1861
1867
|
NetworkId: int
|
|
1862
1868
|
NetworkName: str
|
|
@@ -2543,6 +2549,7 @@ class RtmpGroupSettingsTypeDef(TypedDict):
|
|
|
2543
2549
|
|
|
2544
2550
|
class PipelineLockingSettingsTypeDef(TypedDict):
|
|
2545
2551
|
PipelineLockingMethod: NotRequired[PipelineLockingMethodType]
|
|
2552
|
+
CustomEpoch: NotRequired[str]
|
|
2546
2553
|
|
|
2547
2554
|
|
|
2548
2555
|
class PipelinePauseStateSettingsTypeDef(TypedDict):
|
|
@@ -4258,6 +4265,7 @@ class OutputDestinationTypeDef(TypedDict):
|
|
|
4258
4265
|
class OutputLockingSettingsTypeDef(TypedDict):
|
|
4259
4266
|
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
4260
4267
|
PipelineLockingSettings: NotRequired[PipelineLockingSettingsTypeDef]
|
|
4268
|
+
DisabledLockingSettings: NotRequired[DisabledLockingSettingsTypeDef]
|
|
4261
4269
|
|
|
4262
4270
|
|
|
4263
4271
|
class PauseStateScheduleActionSettingsOutputTypeDef(TypedDict):
|
|
@@ -4504,6 +4512,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
|
|
|
4504
4512
|
MinBitrate: NotRequired[int]
|
|
4505
4513
|
SpatialAq: NotRequired[Av1SpatialAqType]
|
|
4506
4514
|
TemporalAq: NotRequired[Av1TemporalAqType]
|
|
4515
|
+
TimecodeInsertion: NotRequired[Av1TimecodeInsertionBehaviorType]
|
|
4507
4516
|
|
|
4508
4517
|
|
|
4509
4518
|
class Av1SettingsTypeDef(TypedDict):
|
|
@@ -4529,6 +4538,7 @@ class Av1SettingsTypeDef(TypedDict):
|
|
|
4529
4538
|
MinBitrate: NotRequired[int]
|
|
4530
4539
|
SpatialAq: NotRequired[Av1SpatialAqType]
|
|
4531
4540
|
TemporalAq: NotRequired[Av1TemporalAqType]
|
|
4541
|
+
TimecodeInsertion: NotRequired[Av1TimecodeInsertionBehaviorType]
|
|
4532
4542
|
|
|
4533
4543
|
|
|
4534
4544
|
class AvailConfigurationTypeDef(TypedDict):
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/type_defs.pyi
RENAMED
|
@@ -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",
|
|
@@ -1718,6 +1720,9 @@ class DescribeThumbnailsRequestTypeDef(TypedDict):
|
|
|
1718
1720
|
PipelineId: str
|
|
1719
1721
|
ThumbnailType: str
|
|
1720
1722
|
|
|
1723
|
+
class DisabledLockingSettingsTypeDef(TypedDict):
|
|
1724
|
+
CustomEpoch: NotRequired[str]
|
|
1725
|
+
|
|
1721
1726
|
class DvbNitSettingsTypeDef(TypedDict):
|
|
1722
1727
|
NetworkId: int
|
|
1723
1728
|
NetworkName: str
|
|
@@ -2299,6 +2304,7 @@ class RtmpGroupSettingsTypeDef(TypedDict):
|
|
|
2299
2304
|
|
|
2300
2305
|
class PipelineLockingSettingsTypeDef(TypedDict):
|
|
2301
2306
|
PipelineLockingMethod: NotRequired[PipelineLockingMethodType]
|
|
2307
|
+
CustomEpoch: NotRequired[str]
|
|
2302
2308
|
|
|
2303
2309
|
class PipelinePauseStateSettingsTypeDef(TypedDict):
|
|
2304
2310
|
PipelineId: PipelineIdType
|
|
@@ -3788,6 +3794,7 @@ class OutputDestinationTypeDef(TypedDict):
|
|
|
3788
3794
|
class OutputLockingSettingsTypeDef(TypedDict):
|
|
3789
3795
|
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
3790
3796
|
PipelineLockingSettings: NotRequired[PipelineLockingSettingsTypeDef]
|
|
3797
|
+
DisabledLockingSettings: NotRequired[DisabledLockingSettingsTypeDef]
|
|
3791
3798
|
|
|
3792
3799
|
class PauseStateScheduleActionSettingsOutputTypeDef(TypedDict):
|
|
3793
3800
|
Pipelines: NotRequired[list[PipelinePauseStateSettingsTypeDef]]
|
|
@@ -4008,6 +4015,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
|
|
|
4008
4015
|
MinBitrate: NotRequired[int]
|
|
4009
4016
|
SpatialAq: NotRequired[Av1SpatialAqType]
|
|
4010
4017
|
TemporalAq: NotRequired[Av1TemporalAqType]
|
|
4018
|
+
TimecodeInsertion: NotRequired[Av1TimecodeInsertionBehaviorType]
|
|
4011
4019
|
|
|
4012
4020
|
class Av1SettingsTypeDef(TypedDict):
|
|
4013
4021
|
FramerateDenominator: int
|
|
@@ -4032,6 +4040,7 @@ class Av1SettingsTypeDef(TypedDict):
|
|
|
4032
4040
|
MinBitrate: NotRequired[int]
|
|
4033
4041
|
SpatialAq: NotRequired[Av1SpatialAqType]
|
|
4034
4042
|
TemporalAq: NotRequired[Av1TemporalAqType]
|
|
4043
|
+
TimecodeInsertion: NotRequired[Av1TimecodeInsertionBehaviorType]
|
|
4035
4044
|
|
|
4036
4045
|
class AvailConfigurationTypeDef(TypedDict):
|
|
4037
4046
|
AvailSettings: NotRequired[AvailSettingsTypeDef]
|
|
@@ -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
|
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__init__.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/__init__.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/client.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/client.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/paginator.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/paginator.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/py.typed
RENAMED
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/waiter.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.42.25 → types_boto3_medialive-1.42.36}/types_boto3_medialive/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|