types-boto3-medialive 1.40.29__tar.gz → 1.40.35__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {types_boto3_medialive-1.40.29/types_boto3_medialive.egg-info → types_boto3_medialive-1.40.35}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/README.md +2 -2
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/setup.py +2 -2
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__main__.py +3 -3
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/literals.py +4 -1
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/literals.pyi +4 -1
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/type_defs.py +14 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/type_defs.pyi +14 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35/types_boto3_medialive.egg-info}/PKG-INFO +4 -4
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/LICENSE +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/setup.cfg +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__init__.py +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__init__.pyi +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/client.py +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/client.pyi +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/paginator.py +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/paginator.pyi +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/py.typed +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/waiter.py +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/waiter.pyi +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/SOURCES.txt +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/dependency_links.txt +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/not-zip-safe +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/requires.txt +0 -0
- {types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-medialive
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.40.
|
|
3
|
+
Version: 1.40.35
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.35 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.40.35](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.35' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `MediaLive` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
12
|
+
Type annotations for [boto3 MediaLive 1.40.35](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.40.
|
|
75
|
+
`uvx --with 'boto3==1.40.35' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3` AWS SDK.
|
|
77
77
|
3. Add `MediaLive` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="types-boto3-medialive",
|
|
16
|
-
version="1.40.
|
|
16
|
+
version="1.40.35",
|
|
17
17
|
packages=["types_boto3_medialive"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 MediaLive 1.40.
|
|
22
|
+
description="Type annotations for boto3 MediaLive 1.40.35 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__main__.py
RENAMED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 MediaLive 1.40.
|
|
16
|
-
"Version: 1.40.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.40.35\n"
|
|
16
|
+
"Version: 1.40.35\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/types_boto3_docs/types_boto3_medialive//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/medialive.html#medialive\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.40.
|
|
29
|
+
sys.stdout.write("1.40.35\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/literals.py
RENAMED
|
@@ -170,6 +170,7 @@ __all__ = (
|
|
|
170
170
|
"H265ColorMetadataType",
|
|
171
171
|
"H265DeblockingType",
|
|
172
172
|
"H265FlickerAqType",
|
|
173
|
+
"H265GopBReferenceType",
|
|
173
174
|
"H265GopSizeUnitsType",
|
|
174
175
|
"H265LevelType",
|
|
175
176
|
"H265LookAheadRateControlType",
|
|
@@ -179,6 +180,7 @@ __all__ = (
|
|
|
179
180
|
"H265RateControlModeType",
|
|
180
181
|
"H265ScanTypeType",
|
|
181
182
|
"H265SceneChangeDetectType",
|
|
183
|
+
"H265SubGopLengthType",
|
|
182
184
|
"H265TierType",
|
|
183
185
|
"H265TilePaddingType",
|
|
184
186
|
"H265TimecodeInsertionBehaviorType",
|
|
@@ -720,6 +722,7 @@ H265AlternativeTransferFunctionType = Literal["INSERT", "OMIT"]
|
|
|
720
722
|
H265ColorMetadataType = Literal["IGNORE", "INSERT"]
|
|
721
723
|
H265DeblockingType = Literal["DISABLED", "ENABLED"]
|
|
722
724
|
H265FlickerAqType = Literal["DISABLED", "ENABLED"]
|
|
725
|
+
H265GopBReferenceType = Literal["DISABLED", "ENABLED"]
|
|
723
726
|
H265GopSizeUnitsType = Literal["FRAMES", "SECONDS"]
|
|
724
727
|
H265LevelType = Literal[
|
|
725
728
|
"H265_LEVEL_1",
|
|
@@ -744,6 +747,7 @@ H265ProfileType = Literal["MAIN", "MAIN_10BIT"]
|
|
|
744
747
|
H265RateControlModeType = Literal["CBR", "MULTIPLEX", "QVBR"]
|
|
745
748
|
H265ScanTypeType = Literal["INTERLACED", "PROGRESSIVE"]
|
|
746
749
|
H265SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
|
|
750
|
+
H265SubGopLengthType = Literal["DYNAMIC", "FIXED"]
|
|
747
751
|
H265TierType = Literal["HIGH", "MAIN"]
|
|
748
752
|
H265TilePaddingType = Literal["NONE", "PADDED"]
|
|
749
753
|
H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
|
|
@@ -1464,7 +1468,6 @@ ServiceName = Literal[
|
|
|
1464
1468
|
"shield",
|
|
1465
1469
|
"signer",
|
|
1466
1470
|
"simspaceweaver",
|
|
1467
|
-
"sms",
|
|
1468
1471
|
"snow-device-management",
|
|
1469
1472
|
"snowball",
|
|
1470
1473
|
"sns",
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/literals.pyi
RENAMED
|
@@ -169,6 +169,7 @@ __all__ = (
|
|
|
169
169
|
"H265ColorMetadataType",
|
|
170
170
|
"H265DeblockingType",
|
|
171
171
|
"H265FlickerAqType",
|
|
172
|
+
"H265GopBReferenceType",
|
|
172
173
|
"H265GopSizeUnitsType",
|
|
173
174
|
"H265LevelType",
|
|
174
175
|
"H265LookAheadRateControlType",
|
|
@@ -178,6 +179,7 @@ __all__ = (
|
|
|
178
179
|
"H265RateControlModeType",
|
|
179
180
|
"H265ScanTypeType",
|
|
180
181
|
"H265SceneChangeDetectType",
|
|
182
|
+
"H265SubGopLengthType",
|
|
181
183
|
"H265TierType",
|
|
182
184
|
"H265TilePaddingType",
|
|
183
185
|
"H265TimecodeInsertionBehaviorType",
|
|
@@ -718,6 +720,7 @@ H265AlternativeTransferFunctionType = Literal["INSERT", "OMIT"]
|
|
|
718
720
|
H265ColorMetadataType = Literal["IGNORE", "INSERT"]
|
|
719
721
|
H265DeblockingType = Literal["DISABLED", "ENABLED"]
|
|
720
722
|
H265FlickerAqType = Literal["DISABLED", "ENABLED"]
|
|
723
|
+
H265GopBReferenceType = Literal["DISABLED", "ENABLED"]
|
|
721
724
|
H265GopSizeUnitsType = Literal["FRAMES", "SECONDS"]
|
|
722
725
|
H265LevelType = Literal[
|
|
723
726
|
"H265_LEVEL_1",
|
|
@@ -742,6 +745,7 @@ H265ProfileType = Literal["MAIN", "MAIN_10BIT"]
|
|
|
742
745
|
H265RateControlModeType = Literal["CBR", "MULTIPLEX", "QVBR"]
|
|
743
746
|
H265ScanTypeType = Literal["INTERLACED", "PROGRESSIVE"]
|
|
744
747
|
H265SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
|
|
748
|
+
H265SubGopLengthType = Literal["DYNAMIC", "FIXED"]
|
|
745
749
|
H265TierType = Literal["HIGH", "MAIN"]
|
|
746
750
|
H265TilePaddingType = Literal["NONE", "PADDED"]
|
|
747
751
|
H265TimecodeInsertionBehaviorType = Literal["DISABLED", "PIC_TIMING_SEI"]
|
|
@@ -1462,7 +1466,6 @@ ServiceName = Literal[
|
|
|
1462
1466
|
"shield",
|
|
1463
1467
|
"signer",
|
|
1464
1468
|
"simspaceweaver",
|
|
1465
|
-
"sms",
|
|
1466
1469
|
"snow-device-management",
|
|
1467
1470
|
"snowball",
|
|
1468
1471
|
"sns",
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/type_defs.py
RENAMED
|
@@ -156,6 +156,7 @@ from .literals import (
|
|
|
156
156
|
H265ColorMetadataType,
|
|
157
157
|
H265DeblockingType,
|
|
158
158
|
H265FlickerAqType,
|
|
159
|
+
H265GopBReferenceType,
|
|
159
160
|
H265GopSizeUnitsType,
|
|
160
161
|
H265LevelType,
|
|
161
162
|
H265LookAheadRateControlType,
|
|
@@ -165,6 +166,7 @@ from .literals import (
|
|
|
165
166
|
H265RateControlModeType,
|
|
166
167
|
H265ScanTypeType,
|
|
167
168
|
H265SceneChangeDetectType,
|
|
169
|
+
H265SubGopLengthType,
|
|
168
170
|
H265TierType,
|
|
169
171
|
H265TilePaddingType,
|
|
170
172
|
H265TimecodeInsertionBehaviorType,
|
|
@@ -4304,6 +4306,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
|
|
|
4304
4306
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4305
4307
|
Bitrate: NotRequired[int]
|
|
4306
4308
|
RateControlMode: NotRequired[Av1RateControlModeType]
|
|
4309
|
+
MinBitrate: NotRequired[int]
|
|
4307
4310
|
|
|
4308
4311
|
|
|
4309
4312
|
class Av1SettingsTypeDef(TypedDict):
|
|
@@ -4326,6 +4329,7 @@ class Av1SettingsTypeDef(TypedDict):
|
|
|
4326
4329
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4327
4330
|
Bitrate: NotRequired[int]
|
|
4328
4331
|
RateControlMode: NotRequired[Av1RateControlModeType]
|
|
4332
|
+
MinBitrate: NotRequired[int]
|
|
4329
4333
|
|
|
4330
4334
|
|
|
4331
4335
|
class AvailConfigurationTypeDef(TypedDict):
|
|
@@ -4578,6 +4582,7 @@ class H264SettingsOutputTypeDef(TypedDict):
|
|
|
4578
4582
|
TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
|
|
4579
4583
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4580
4584
|
MinQp: NotRequired[int]
|
|
4585
|
+
MinBitrate: NotRequired[int]
|
|
4581
4586
|
|
|
4582
4587
|
|
|
4583
4588
|
class H264SettingsTypeDef(TypedDict):
|
|
@@ -4624,6 +4629,7 @@ class H264SettingsTypeDef(TypedDict):
|
|
|
4624
4629
|
TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
|
|
4625
4630
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4626
4631
|
MinQp: NotRequired[int]
|
|
4632
|
+
MinBitrate: NotRequired[int]
|
|
4627
4633
|
|
|
4628
4634
|
|
|
4629
4635
|
class H265SettingsOutputTypeDef(TypedDict):
|
|
@@ -4665,6 +4671,10 @@ class H265SettingsOutputTypeDef(TypedDict):
|
|
|
4665
4671
|
TreeblockSize: NotRequired[H265TreeblockSizeType]
|
|
4666
4672
|
MinQp: NotRequired[int]
|
|
4667
4673
|
Deblocking: NotRequired[H265DeblockingType]
|
|
4674
|
+
GopBReference: NotRequired[H265GopBReferenceType]
|
|
4675
|
+
GopNumBFrames: NotRequired[int]
|
|
4676
|
+
MinBitrate: NotRequired[int]
|
|
4677
|
+
SubgopLength: NotRequired[H265SubGopLengthType]
|
|
4668
4678
|
|
|
4669
4679
|
|
|
4670
4680
|
class H265SettingsTypeDef(TypedDict):
|
|
@@ -4706,6 +4716,10 @@ class H265SettingsTypeDef(TypedDict):
|
|
|
4706
4716
|
TreeblockSize: NotRequired[H265TreeblockSizeType]
|
|
4707
4717
|
MinQp: NotRequired[int]
|
|
4708
4718
|
Deblocking: NotRequired[H265DeblockingType]
|
|
4719
|
+
GopBReference: NotRequired[H265GopBReferenceType]
|
|
4720
|
+
GopNumBFrames: NotRequired[int]
|
|
4721
|
+
MinBitrate: NotRequired[int]
|
|
4722
|
+
SubgopLength: NotRequired[H265SubGopLengthType]
|
|
4709
4723
|
|
|
4710
4724
|
|
|
4711
4725
|
class Mpeg2SettingsTypeDef(TypedDict):
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/type_defs.pyi
RENAMED
|
@@ -156,6 +156,7 @@ from .literals import (
|
|
|
156
156
|
H265ColorMetadataType,
|
|
157
157
|
H265DeblockingType,
|
|
158
158
|
H265FlickerAqType,
|
|
159
|
+
H265GopBReferenceType,
|
|
159
160
|
H265GopSizeUnitsType,
|
|
160
161
|
H265LevelType,
|
|
161
162
|
H265LookAheadRateControlType,
|
|
@@ -165,6 +166,7 @@ from .literals import (
|
|
|
165
166
|
H265RateControlModeType,
|
|
166
167
|
H265ScanTypeType,
|
|
167
168
|
H265SceneChangeDetectType,
|
|
169
|
+
H265SubGopLengthType,
|
|
168
170
|
H265TierType,
|
|
169
171
|
H265TilePaddingType,
|
|
170
172
|
H265TimecodeInsertionBehaviorType,
|
|
@@ -3832,6 +3834,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
|
|
|
3832
3834
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
3833
3835
|
Bitrate: NotRequired[int]
|
|
3834
3836
|
RateControlMode: NotRequired[Av1RateControlModeType]
|
|
3837
|
+
MinBitrate: NotRequired[int]
|
|
3835
3838
|
|
|
3836
3839
|
class Av1SettingsTypeDef(TypedDict):
|
|
3837
3840
|
FramerateDenominator: int
|
|
@@ -3853,6 +3856,7 @@ class Av1SettingsTypeDef(TypedDict):
|
|
|
3853
3856
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
3854
3857
|
Bitrate: NotRequired[int]
|
|
3855
3858
|
RateControlMode: NotRequired[Av1RateControlModeType]
|
|
3859
|
+
MinBitrate: NotRequired[int]
|
|
3856
3860
|
|
|
3857
3861
|
class AvailConfigurationTypeDef(TypedDict):
|
|
3858
3862
|
AvailSettings: NotRequired[AvailSettingsTypeDef]
|
|
@@ -4075,6 +4079,7 @@ class H264SettingsOutputTypeDef(TypedDict):
|
|
|
4075
4079
|
TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
|
|
4076
4080
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4077
4081
|
MinQp: NotRequired[int]
|
|
4082
|
+
MinBitrate: NotRequired[int]
|
|
4078
4083
|
|
|
4079
4084
|
class H264SettingsTypeDef(TypedDict):
|
|
4080
4085
|
AdaptiveQuantization: NotRequired[H264AdaptiveQuantizationType]
|
|
@@ -4120,6 +4125,7 @@ class H264SettingsTypeDef(TypedDict):
|
|
|
4120
4125
|
TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
|
|
4121
4126
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4122
4127
|
MinQp: NotRequired[int]
|
|
4128
|
+
MinBitrate: NotRequired[int]
|
|
4123
4129
|
|
|
4124
4130
|
class H265SettingsOutputTypeDef(TypedDict):
|
|
4125
4131
|
FramerateDenominator: int
|
|
@@ -4160,6 +4166,10 @@ class H265SettingsOutputTypeDef(TypedDict):
|
|
|
4160
4166
|
TreeblockSize: NotRequired[H265TreeblockSizeType]
|
|
4161
4167
|
MinQp: NotRequired[int]
|
|
4162
4168
|
Deblocking: NotRequired[H265DeblockingType]
|
|
4169
|
+
GopBReference: NotRequired[H265GopBReferenceType]
|
|
4170
|
+
GopNumBFrames: NotRequired[int]
|
|
4171
|
+
MinBitrate: NotRequired[int]
|
|
4172
|
+
SubgopLength: NotRequired[H265SubGopLengthType]
|
|
4163
4173
|
|
|
4164
4174
|
class H265SettingsTypeDef(TypedDict):
|
|
4165
4175
|
FramerateDenominator: int
|
|
@@ -4200,6 +4210,10 @@ class H265SettingsTypeDef(TypedDict):
|
|
|
4200
4210
|
TreeblockSize: NotRequired[H265TreeblockSizeType]
|
|
4201
4211
|
MinQp: NotRequired[int]
|
|
4202
4212
|
Deblocking: NotRequired[H265DeblockingType]
|
|
4213
|
+
GopBReference: NotRequired[H265GopBReferenceType]
|
|
4214
|
+
GopNumBFrames: NotRequired[int]
|
|
4215
|
+
MinBitrate: NotRequired[int]
|
|
4216
|
+
SubgopLength: NotRequired[H265SubGopLengthType]
|
|
4203
4217
|
|
|
4204
4218
|
class Mpeg2SettingsTypeDef(TypedDict):
|
|
4205
4219
|
FramerateDenominator: int
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: types-boto3-medialive
|
|
3
|
-
Version: 1.40.
|
|
4
|
-
Summary: Type annotations for boto3 MediaLive 1.40.
|
|
3
|
+
Version: 1.40.35
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.35 service generated with mypy-boto3-builder 8.11.0
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 MediaLive 1.40.
|
|
59
|
+
Type annotations for [boto3 MediaLive 1.40.35](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.40.
|
|
122
|
+
`uvx --with 'boto3==1.40.35' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3` AWS SDK.
|
|
124
124
|
3. Add `MediaLive` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
File without changes
|
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__init__.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/__init__.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/client.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/client.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/paginator.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/paginator.pyi
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/py.typed
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/waiter.py
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29 → types_boto3_medialive-1.40.35}/types_boto3_medialive/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|