types-boto3-medialive 1.40.29__py3-none-any.whl → 1.40.45__py3-none-any.whl
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/__main__.py +3 -3
- types_boto3_medialive/literals.py +4 -1
- types_boto3_medialive/literals.pyi +4 -1
- types_boto3_medialive/type_defs.py +32 -0
- types_boto3_medialive/type_defs.pyi +32 -0
- types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.29.dist-info → types_boto3_medialive-1.40.45.dist-info}/METADATA +4 -4
- {types_boto3_medialive-1.40.29.dist-info → types_boto3_medialive-1.40.45.dist-info}/RECORD +11 -11
- {types_boto3_medialive-1.40.29.dist-info → types_boto3_medialive-1.40.45.dist-info}/WHEEL +0 -0
- {types_boto3_medialive-1.40.29.dist-info → types_boto3_medialive-1.40.45.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_medialive-1.40.29.dist-info → types_boto3_medialive-1.40.45.dist-info}/top_level.txt +0 -0
|
@@ -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.45\n"
|
|
16
|
+
"Version: 1.40.45\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.45\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -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,
|
|
@@ -3109,10 +3111,28 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
|
|
|
3109
3111
|
|
|
3110
3112
|
class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
|
|
3111
3113
|
CaptionLanguageMappings: NotRequired[List[CaptionLanguageMappingTypeDef]]
|
|
3114
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3115
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3116
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3117
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3118
|
+
SegmentLength: NotRequired[int]
|
|
3119
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3120
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3121
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3122
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3112
3123
|
|
|
3113
3124
|
|
|
3114
3125
|
class MediaPackageV2GroupSettingsTypeDef(TypedDict):
|
|
3115
3126
|
CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
|
|
3127
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3128
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3129
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3130
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3131
|
+
SegmentLength: NotRequired[int]
|
|
3132
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3133
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3134
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3135
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3116
3136
|
|
|
3117
3137
|
|
|
3118
3138
|
class TeletextSourceSettingsTypeDef(TypedDict):
|
|
@@ -4304,6 +4324,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
|
|
|
4304
4324
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4305
4325
|
Bitrate: NotRequired[int]
|
|
4306
4326
|
RateControlMode: NotRequired[Av1RateControlModeType]
|
|
4327
|
+
MinBitrate: NotRequired[int]
|
|
4307
4328
|
|
|
4308
4329
|
|
|
4309
4330
|
class Av1SettingsTypeDef(TypedDict):
|
|
@@ -4326,6 +4347,7 @@ class Av1SettingsTypeDef(TypedDict):
|
|
|
4326
4347
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4327
4348
|
Bitrate: NotRequired[int]
|
|
4328
4349
|
RateControlMode: NotRequired[Av1RateControlModeType]
|
|
4350
|
+
MinBitrate: NotRequired[int]
|
|
4329
4351
|
|
|
4330
4352
|
|
|
4331
4353
|
class AvailConfigurationTypeDef(TypedDict):
|
|
@@ -4578,6 +4600,7 @@ class H264SettingsOutputTypeDef(TypedDict):
|
|
|
4578
4600
|
TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
|
|
4579
4601
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4580
4602
|
MinQp: NotRequired[int]
|
|
4603
|
+
MinBitrate: NotRequired[int]
|
|
4581
4604
|
|
|
4582
4605
|
|
|
4583
4606
|
class H264SettingsTypeDef(TypedDict):
|
|
@@ -4624,6 +4647,7 @@ class H264SettingsTypeDef(TypedDict):
|
|
|
4624
4647
|
TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
|
|
4625
4648
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4626
4649
|
MinQp: NotRequired[int]
|
|
4650
|
+
MinBitrate: NotRequired[int]
|
|
4627
4651
|
|
|
4628
4652
|
|
|
4629
4653
|
class H265SettingsOutputTypeDef(TypedDict):
|
|
@@ -4665,6 +4689,10 @@ class H265SettingsOutputTypeDef(TypedDict):
|
|
|
4665
4689
|
TreeblockSize: NotRequired[H265TreeblockSizeType]
|
|
4666
4690
|
MinQp: NotRequired[int]
|
|
4667
4691
|
Deblocking: NotRequired[H265DeblockingType]
|
|
4692
|
+
GopBReference: NotRequired[H265GopBReferenceType]
|
|
4693
|
+
GopNumBFrames: NotRequired[int]
|
|
4694
|
+
MinBitrate: NotRequired[int]
|
|
4695
|
+
SubgopLength: NotRequired[H265SubGopLengthType]
|
|
4668
4696
|
|
|
4669
4697
|
|
|
4670
4698
|
class H265SettingsTypeDef(TypedDict):
|
|
@@ -4706,6 +4734,10 @@ class H265SettingsTypeDef(TypedDict):
|
|
|
4706
4734
|
TreeblockSize: NotRequired[H265TreeblockSizeType]
|
|
4707
4735
|
MinQp: NotRequired[int]
|
|
4708
4736
|
Deblocking: NotRequired[H265DeblockingType]
|
|
4737
|
+
GopBReference: NotRequired[H265GopBReferenceType]
|
|
4738
|
+
GopNumBFrames: NotRequired[int]
|
|
4739
|
+
MinBitrate: NotRequired[int]
|
|
4740
|
+
SubgopLength: NotRequired[H265SubGopLengthType]
|
|
4709
4741
|
|
|
4710
4742
|
|
|
4711
4743
|
class Mpeg2SettingsTypeDef(TypedDict):
|
|
@@ -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,
|
|
@@ -2789,9 +2791,27 @@ class UpdateEventBridgeRuleTemplateGroupResponseTypeDef(TypedDict):
|
|
|
2789
2791
|
|
|
2790
2792
|
class MediaPackageV2GroupSettingsOutputTypeDef(TypedDict):
|
|
2791
2793
|
CaptionLanguageMappings: NotRequired[List[CaptionLanguageMappingTypeDef]]
|
|
2794
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2795
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2796
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2797
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
2798
|
+
SegmentLength: NotRequired[int]
|
|
2799
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2800
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
2801
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
2802
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
2792
2803
|
|
|
2793
2804
|
class MediaPackageV2GroupSettingsTypeDef(TypedDict):
|
|
2794
2805
|
CaptionLanguageMappings: NotRequired[Sequence[CaptionLanguageMappingTypeDef]]
|
|
2806
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2807
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2808
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2809
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
2810
|
+
SegmentLength: NotRequired[int]
|
|
2811
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2812
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
2813
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
2814
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
2795
2815
|
|
|
2796
2816
|
class TeletextSourceSettingsTypeDef(TypedDict):
|
|
2797
2817
|
OutputRectangle: NotRequired[CaptionRectangleTypeDef]
|
|
@@ -3832,6 +3852,7 @@ class Av1SettingsOutputTypeDef(TypedDict):
|
|
|
3832
3852
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
3833
3853
|
Bitrate: NotRequired[int]
|
|
3834
3854
|
RateControlMode: NotRequired[Av1RateControlModeType]
|
|
3855
|
+
MinBitrate: NotRequired[int]
|
|
3835
3856
|
|
|
3836
3857
|
class Av1SettingsTypeDef(TypedDict):
|
|
3837
3858
|
FramerateDenominator: int
|
|
@@ -3853,6 +3874,7 @@ class Av1SettingsTypeDef(TypedDict):
|
|
|
3853
3874
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
3854
3875
|
Bitrate: NotRequired[int]
|
|
3855
3876
|
RateControlMode: NotRequired[Av1RateControlModeType]
|
|
3877
|
+
MinBitrate: NotRequired[int]
|
|
3856
3878
|
|
|
3857
3879
|
class AvailConfigurationTypeDef(TypedDict):
|
|
3858
3880
|
AvailSettings: NotRequired[AvailSettingsTypeDef]
|
|
@@ -4075,6 +4097,7 @@ class H264SettingsOutputTypeDef(TypedDict):
|
|
|
4075
4097
|
TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
|
|
4076
4098
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4077
4099
|
MinQp: NotRequired[int]
|
|
4100
|
+
MinBitrate: NotRequired[int]
|
|
4078
4101
|
|
|
4079
4102
|
class H264SettingsTypeDef(TypedDict):
|
|
4080
4103
|
AdaptiveQuantization: NotRequired[H264AdaptiveQuantizationType]
|
|
@@ -4120,6 +4143,7 @@ class H264SettingsTypeDef(TypedDict):
|
|
|
4120
4143
|
TimecodeInsertion: NotRequired[H264TimecodeInsertionBehaviorType]
|
|
4121
4144
|
TimecodeBurninSettings: NotRequired[TimecodeBurninSettingsTypeDef]
|
|
4122
4145
|
MinQp: NotRequired[int]
|
|
4146
|
+
MinBitrate: NotRequired[int]
|
|
4123
4147
|
|
|
4124
4148
|
class H265SettingsOutputTypeDef(TypedDict):
|
|
4125
4149
|
FramerateDenominator: int
|
|
@@ -4160,6 +4184,10 @@ class H265SettingsOutputTypeDef(TypedDict):
|
|
|
4160
4184
|
TreeblockSize: NotRequired[H265TreeblockSizeType]
|
|
4161
4185
|
MinQp: NotRequired[int]
|
|
4162
4186
|
Deblocking: NotRequired[H265DeblockingType]
|
|
4187
|
+
GopBReference: NotRequired[H265GopBReferenceType]
|
|
4188
|
+
GopNumBFrames: NotRequired[int]
|
|
4189
|
+
MinBitrate: NotRequired[int]
|
|
4190
|
+
SubgopLength: NotRequired[H265SubGopLengthType]
|
|
4163
4191
|
|
|
4164
4192
|
class H265SettingsTypeDef(TypedDict):
|
|
4165
4193
|
FramerateDenominator: int
|
|
@@ -4200,6 +4228,10 @@ class H265SettingsTypeDef(TypedDict):
|
|
|
4200
4228
|
TreeblockSize: NotRequired[H265TreeblockSizeType]
|
|
4201
4229
|
MinQp: NotRequired[int]
|
|
4202
4230
|
Deblocking: NotRequired[H265DeblockingType]
|
|
4231
|
+
GopBReference: NotRequired[H265GopBReferenceType]
|
|
4232
|
+
GopNumBFrames: NotRequired[int]
|
|
4233
|
+
MinBitrate: NotRequired[int]
|
|
4234
|
+
SubgopLength: NotRequired[H265SubGopLengthType]
|
|
4203
4235
|
|
|
4204
4236
|
class Mpeg2SettingsTypeDef(TypedDict):
|
|
4205
4237
|
FramerateDenominator: int
|
types_boto3_medialive/version.py
CHANGED
{types_boto3_medialive-1.40.29.dist-info → types_boto3_medialive-1.40.45.dist-info}/METADATA
RENAMED
|
@@ -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.45
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.40.45 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.45](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.45' 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.
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
types_boto3_medialive/__init__.py,sha256=O8z4BCW20d8oS1sP9r3K5Vd9YET1hOEZP6UimRmp9Xw,9246
|
|
2
2
|
types_boto3_medialive/__init__.pyi,sha256=woytB_2JCqZYwiEoPU6RVtNACohmXUlZPWMJZjg5tCk,9245
|
|
3
|
-
types_boto3_medialive/__main__.py,sha256=
|
|
3
|
+
types_boto3_medialive/__main__.py,sha256=DYo5cI7GVLclWE5OBfbP9pG-hSE9piYbfDsBhwtPaV8,993
|
|
4
4
|
types_boto3_medialive/client.py,sha256=WvfJV56JrL45_Z_RV6KtvxIvRKfXqOkYy9vXehSnMFo,96925
|
|
5
5
|
types_boto3_medialive/client.pyi,sha256=eZWGKI3vmBcY7c3btjYX7tTtm9W1rkVKNZ9jy_CggOs,96922
|
|
6
|
-
types_boto3_medialive/literals.py,sha256=
|
|
7
|
-
types_boto3_medialive/literals.pyi,sha256=
|
|
6
|
+
types_boto3_medialive/literals.py,sha256=fJBnrgm8Aem8Jatov1gfxsEQGI_Syz3BXjt1kbzszkQ,52911
|
|
7
|
+
types_boto3_medialive/literals.pyi,sha256=94ATfgzmdj7XcMOQGL3KYc0JAScbwljkbQb5grkgYys,52909
|
|
8
8
|
types_boto3_medialive/paginator.py,sha256=7Zw5m_EOQvMI27bZ6a0cgBv8cWa_-5IMlYyy0UILwEw,29618
|
|
9
9
|
types_boto3_medialive/paginator.pyi,sha256=4pQIMSX4HqSdd8JAy20Nk5AYOu6kCQ2dKcn4rBbsOGk,29557
|
|
10
10
|
types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_medialive/type_defs.py,sha256=
|
|
12
|
-
types_boto3_medialive/type_defs.pyi,sha256=
|
|
13
|
-
types_boto3_medialive/version.py,sha256=
|
|
11
|
+
types_boto3_medialive/type_defs.py,sha256=iJW3f_MjYFWFUl11GKq0-Eff8oitnEu01GZmE3c2yks,207148
|
|
12
|
+
types_boto3_medialive/type_defs.pyi,sha256=39NFHAonr6Di-xPjtujrSGbIQmEquE4jOIKxJQ2PzEQ,206517
|
|
13
|
+
types_boto3_medialive/version.py,sha256=VtvGpYLDj2rKypevNaq-XNDIom14mWhRWCMObGJGQ7A,93
|
|
14
14
|
types_boto3_medialive/waiter.py,sha256=QcGR2lxcXrx6MqN32xtv3fQegxEgv9qZ5UUBA03N2qE,24281
|
|
15
15
|
types_boto3_medialive/waiter.pyi,sha256=bC4PsWq4om-y5VJim-inhJF1ezVeYJ9pR8RisgKBBn0,24236
|
|
16
|
-
types_boto3_medialive-1.40.
|
|
17
|
-
types_boto3_medialive-1.40.
|
|
18
|
-
types_boto3_medialive-1.40.
|
|
19
|
-
types_boto3_medialive-1.40.
|
|
20
|
-
types_boto3_medialive-1.40.
|
|
16
|
+
types_boto3_medialive-1.40.45.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_medialive-1.40.45.dist-info/METADATA,sha256=fWp3F3WXhfc-PCUj3Rwt1iAtjC0GvqnJ95Kg9HPlQrY,21102
|
|
18
|
+
types_boto3_medialive-1.40.45.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_medialive-1.40.45.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
|
|
20
|
+
types_boto3_medialive-1.40.45.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_medialive-1.40.29.dist-info → types_boto3_medialive-1.40.45.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.29.dist-info → types_boto3_medialive-1.40.45.dist-info}/top_level.txt
RENAMED
|
File without changes
|