types-boto3-medialive 1.40.75__py3-none-any.whl → 1.42.3__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 +10 -0
- types_boto3_medialive/literals.pyi +10 -0
- types_boto3_medialive/type_defs.py +35 -0
- types_boto3_medialive/type_defs.pyi +30 -0
- types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.40.75.dist-info → types_boto3_medialive-1.42.3.dist-info}/METADATA +4 -4
- types_boto3_medialive-1.42.3.dist-info/RECORD +20 -0
- types_boto3_medialive-1.40.75.dist-info/RECORD +0 -20
- {types_boto3_medialive-1.40.75.dist-info → types_boto3_medialive-1.42.3.dist-info}/WHEEL +0 -0
- {types_boto3_medialive-1.40.75.dist-info → types_boto3_medialive-1.42.3.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_medialive-1.40.75.dist-info → types_boto3_medialive-1.42.3.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.
|
|
16
|
-
"Version: 1.
|
|
15
|
+
"Type annotations for boto3 MediaLive 1.42.3\n"
|
|
16
|
+
"Version: 1.42.3\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.
|
|
29
|
+
sys.stdout.write("1.42.3\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -351,6 +351,7 @@ __all__ = (
|
|
|
351
351
|
"ReservationStateType",
|
|
352
352
|
"ReservationVideoQualityType",
|
|
353
353
|
"ResourceServiceName",
|
|
354
|
+
"RouterEncryptionTypeType",
|
|
354
355
|
"RtmpAdMarkersType",
|
|
355
356
|
"RtmpCacheFullBehaviorType",
|
|
356
357
|
"RtmpCaptionDataType",
|
|
@@ -853,6 +854,7 @@ InputTypeType = Literal[
|
|
|
853
854
|
"AWS_CDI",
|
|
854
855
|
"INPUT_DEVICE",
|
|
855
856
|
"MEDIACONNECT",
|
|
857
|
+
"MEDIACONNECT_ROUTER",
|
|
856
858
|
"MP4_FILE",
|
|
857
859
|
"MULTICAST",
|
|
858
860
|
"RTMP_PULL",
|
|
@@ -1007,6 +1009,7 @@ ReservationResourceTypeType = Literal["CHANNEL", "INPUT", "MULTIPLEX", "OUTPUT"]
|
|
|
1007
1009
|
ReservationSpecialFeatureType = Literal["ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"]
|
|
1008
1010
|
ReservationStateType = Literal["ACTIVE", "CANCELED", "DELETED", "EXPIRED"]
|
|
1009
1011
|
ReservationVideoQualityType = Literal["ENHANCED", "PREMIUM", "STANDARD"]
|
|
1012
|
+
RouterEncryptionTypeType = Literal["AUTOMATIC", "SECRETS_MANAGER"]
|
|
1010
1013
|
RtmpAdMarkersType = Literal["ON_CUE_POINT_SCTE35"]
|
|
1011
1014
|
RtmpCacheFullBehaviorType = Literal["DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"]
|
|
1012
1015
|
RtmpCaptionDataType = Literal["ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"]
|
|
@@ -1214,6 +1217,7 @@ ServiceName = Literal[
|
|
|
1214
1217
|
"comprehend",
|
|
1215
1218
|
"comprehendmedical",
|
|
1216
1219
|
"compute-optimizer",
|
|
1220
|
+
"compute-optimizer-automation",
|
|
1217
1221
|
"config",
|
|
1218
1222
|
"connect",
|
|
1219
1223
|
"connect-contact-lens",
|
|
@@ -1394,6 +1398,7 @@ ServiceName = Literal[
|
|
|
1394
1398
|
"networkmonitor",
|
|
1395
1399
|
"notifications",
|
|
1396
1400
|
"notificationscontacts",
|
|
1401
|
+
"nova-act",
|
|
1397
1402
|
"oam",
|
|
1398
1403
|
"observabilityadmin",
|
|
1399
1404
|
"odb",
|
|
@@ -1404,6 +1409,9 @@ ServiceName = Literal[
|
|
|
1404
1409
|
"osis",
|
|
1405
1410
|
"outposts",
|
|
1406
1411
|
"panorama",
|
|
1412
|
+
"partnercentral-account",
|
|
1413
|
+
"partnercentral-benefits",
|
|
1414
|
+
"partnercentral-channel",
|
|
1407
1415
|
"partnercentral-selling",
|
|
1408
1416
|
"payment-cryptography",
|
|
1409
1417
|
"payment-cryptography-data",
|
|
@@ -1445,6 +1453,7 @@ ServiceName = Literal[
|
|
|
1445
1453
|
"route53-recovery-control-config",
|
|
1446
1454
|
"route53-recovery-readiness",
|
|
1447
1455
|
"route53domains",
|
|
1456
|
+
"route53globalresolver",
|
|
1448
1457
|
"route53profiles",
|
|
1449
1458
|
"route53resolver",
|
|
1450
1459
|
"rtbfabric",
|
|
@@ -1478,6 +1487,7 @@ ServiceName = Literal[
|
|
|
1478
1487
|
"sesv2",
|
|
1479
1488
|
"shield",
|
|
1480
1489
|
"signer",
|
|
1490
|
+
"signin",
|
|
1481
1491
|
"simspaceweaver",
|
|
1482
1492
|
"snow-device-management",
|
|
1483
1493
|
"snowball",
|
|
@@ -350,6 +350,7 @@ __all__ = (
|
|
|
350
350
|
"ReservationStateType",
|
|
351
351
|
"ReservationVideoQualityType",
|
|
352
352
|
"ResourceServiceName",
|
|
353
|
+
"RouterEncryptionTypeType",
|
|
353
354
|
"RtmpAdMarkersType",
|
|
354
355
|
"RtmpCacheFullBehaviorType",
|
|
355
356
|
"RtmpCaptionDataType",
|
|
@@ -851,6 +852,7 @@ InputTypeType = Literal[
|
|
|
851
852
|
"AWS_CDI",
|
|
852
853
|
"INPUT_DEVICE",
|
|
853
854
|
"MEDIACONNECT",
|
|
855
|
+
"MEDIACONNECT_ROUTER",
|
|
854
856
|
"MP4_FILE",
|
|
855
857
|
"MULTICAST",
|
|
856
858
|
"RTMP_PULL",
|
|
@@ -1005,6 +1007,7 @@ ReservationResourceTypeType = Literal["CHANNEL", "INPUT", "MULTIPLEX", "OUTPUT"]
|
|
|
1005
1007
|
ReservationSpecialFeatureType = Literal["ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"]
|
|
1006
1008
|
ReservationStateType = Literal["ACTIVE", "CANCELED", "DELETED", "EXPIRED"]
|
|
1007
1009
|
ReservationVideoQualityType = Literal["ENHANCED", "PREMIUM", "STANDARD"]
|
|
1010
|
+
RouterEncryptionTypeType = Literal["AUTOMATIC", "SECRETS_MANAGER"]
|
|
1008
1011
|
RtmpAdMarkersType = Literal["ON_CUE_POINT_SCTE35"]
|
|
1009
1012
|
RtmpCacheFullBehaviorType = Literal["DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"]
|
|
1010
1013
|
RtmpCaptionDataType = Literal["ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"]
|
|
@@ -1212,6 +1215,7 @@ ServiceName = Literal[
|
|
|
1212
1215
|
"comprehend",
|
|
1213
1216
|
"comprehendmedical",
|
|
1214
1217
|
"compute-optimizer",
|
|
1218
|
+
"compute-optimizer-automation",
|
|
1215
1219
|
"config",
|
|
1216
1220
|
"connect",
|
|
1217
1221
|
"connect-contact-lens",
|
|
@@ -1392,6 +1396,7 @@ ServiceName = Literal[
|
|
|
1392
1396
|
"networkmonitor",
|
|
1393
1397
|
"notifications",
|
|
1394
1398
|
"notificationscontacts",
|
|
1399
|
+
"nova-act",
|
|
1395
1400
|
"oam",
|
|
1396
1401
|
"observabilityadmin",
|
|
1397
1402
|
"odb",
|
|
@@ -1402,6 +1407,9 @@ ServiceName = Literal[
|
|
|
1402
1407
|
"osis",
|
|
1403
1408
|
"outposts",
|
|
1404
1409
|
"panorama",
|
|
1410
|
+
"partnercentral-account",
|
|
1411
|
+
"partnercentral-benefits",
|
|
1412
|
+
"partnercentral-channel",
|
|
1405
1413
|
"partnercentral-selling",
|
|
1406
1414
|
"payment-cryptography",
|
|
1407
1415
|
"payment-cryptography-data",
|
|
@@ -1443,6 +1451,7 @@ ServiceName = Literal[
|
|
|
1443
1451
|
"route53-recovery-control-config",
|
|
1444
1452
|
"route53-recovery-readiness",
|
|
1445
1453
|
"route53domains",
|
|
1454
|
+
"route53globalresolver",
|
|
1446
1455
|
"route53profiles",
|
|
1447
1456
|
"route53resolver",
|
|
1448
1457
|
"rtbfabric",
|
|
@@ -1476,6 +1485,7 @@ ServiceName = Literal[
|
|
|
1476
1485
|
"sesv2",
|
|
1477
1486
|
"shield",
|
|
1478
1487
|
"signer",
|
|
1488
|
+
"signin",
|
|
1479
1489
|
"simspaceweaver",
|
|
1480
1490
|
"snow-device-management",
|
|
1481
1491
|
"snowball",
|
|
@@ -300,6 +300,7 @@ from .literals import (
|
|
|
300
300
|
ReservationSpecialFeatureType,
|
|
301
301
|
ReservationStateType,
|
|
302
302
|
ReservationVideoQualityType,
|
|
303
|
+
RouterEncryptionTypeType,
|
|
303
304
|
RtmpCacheFullBehaviorType,
|
|
304
305
|
RtmpCaptionDataType,
|
|
305
306
|
RtmpOutputCertificateModeType,
|
|
@@ -866,6 +867,10 @@ __all__ = (
|
|
|
866
867
|
"RouteCreateRequestTypeDef",
|
|
867
868
|
"RouteTypeDef",
|
|
868
869
|
"RouteUpdateRequestTypeDef",
|
|
870
|
+
"RouterDestinationSettingsTypeDef",
|
|
871
|
+
"RouterDestinationTypeDef",
|
|
872
|
+
"RouterInputSettingsTypeDef",
|
|
873
|
+
"RouterSettingsTypeDef",
|
|
869
874
|
"RtmpGroupSettingsOutputTypeDef",
|
|
870
875
|
"RtmpGroupSettingsTypeDef",
|
|
871
876
|
"RtmpOutputSettingsTypeDef",
|
|
@@ -904,6 +909,7 @@ __all__ = (
|
|
|
904
909
|
"Smpte2110ReceiverGroupSettingsTypeDef",
|
|
905
910
|
"Smpte2110ReceiverGroupSettingsUnionTypeDef",
|
|
906
911
|
"Smpte2110ReceiverGroupTypeDef",
|
|
912
|
+
"SpecialRouterSettingsTypeDef",
|
|
907
913
|
"SrtCallerDecryptionRequestTypeDef",
|
|
908
914
|
"SrtCallerDecryptionTypeDef",
|
|
909
915
|
"SrtCallerSourceRequestTypeDef",
|
|
@@ -2529,6 +2535,15 @@ class RouteUpdateRequestTypeDef(TypedDict):
|
|
|
2529
2535
|
Gateway: NotRequired[str]
|
|
2530
2536
|
|
|
2531
2537
|
|
|
2538
|
+
class RouterDestinationSettingsTypeDef(TypedDict):
|
|
2539
|
+
AvailabilityZoneName: str
|
|
2540
|
+
|
|
2541
|
+
|
|
2542
|
+
class RouterDestinationTypeDef(TypedDict):
|
|
2543
|
+
AvailabilityZoneName: NotRequired[str]
|
|
2544
|
+
RouterOutputArn: NotRequired[str]
|
|
2545
|
+
|
|
2546
|
+
|
|
2532
2547
|
class Scte35InputScheduleActionSettingsTypeDef(TypedDict):
|
|
2533
2548
|
Mode: Scte35InputModeType
|
|
2534
2549
|
InputAttachmentNameReference: NotRequired[str]
|
|
@@ -2571,6 +2586,10 @@ class SdiSourceMappingUpdateRequestTypeDef(TypedDict):
|
|
|
2571
2586
|
SdiSource: NotRequired[str]
|
|
2572
2587
|
|
|
2573
2588
|
|
|
2589
|
+
class SpecialRouterSettingsTypeDef(TypedDict):
|
|
2590
|
+
RouterArn: NotRequired[str]
|
|
2591
|
+
|
|
2592
|
+
|
|
2574
2593
|
class SrtCallerDecryptionRequestTypeDef(TypedDict):
|
|
2575
2594
|
Algorithm: NotRequired[AlgorithmType]
|
|
2576
2595
|
PassphraseSecretArn: NotRequired[str]
|
|
@@ -4240,6 +4259,18 @@ class UpdateNetworkRequestTypeDef(TypedDict):
|
|
|
4240
4259
|
Routes: NotRequired[Sequence[RouteUpdateRequestTypeDef]]
|
|
4241
4260
|
|
|
4242
4261
|
|
|
4262
|
+
class RouterSettingsTypeDef(TypedDict):
|
|
4263
|
+
Destinations: NotRequired[Sequence[RouterDestinationSettingsTypeDef]]
|
|
4264
|
+
EncryptionType: NotRequired[RouterEncryptionTypeType]
|
|
4265
|
+
SecretArn: NotRequired[str]
|
|
4266
|
+
|
|
4267
|
+
|
|
4268
|
+
class RouterInputSettingsTypeDef(TypedDict):
|
|
4269
|
+
Destinations: NotRequired[list[RouterDestinationTypeDef]]
|
|
4270
|
+
EncryptionType: NotRequired[RouterEncryptionTypeType]
|
|
4271
|
+
SecretArn: NotRequired[str]
|
|
4272
|
+
|
|
4273
|
+
|
|
4243
4274
|
class Scte35SegmentationDescriptorTypeDef(TypedDict):
|
|
4244
4275
|
SegmentationCancelIndicator: Scte35SegmentationCancelIndicatorType
|
|
4245
4276
|
SegmentationEventId: int
|
|
@@ -5654,6 +5685,7 @@ DescribeInputResponseTypeDef = TypedDict(
|
|
|
5654
5685
|
"MulticastSettings": MulticastSettingsTypeDef,
|
|
5655
5686
|
"Smpte2110ReceiverGroupSettings": Smpte2110ReceiverGroupSettingsOutputTypeDef,
|
|
5656
5687
|
"SdiSources": list[str],
|
|
5688
|
+
"RouterSettings": RouterInputSettingsTypeDef,
|
|
5657
5689
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5658
5690
|
},
|
|
5659
5691
|
)
|
|
@@ -5681,6 +5713,7 @@ InputTypeDef = TypedDict(
|
|
|
5681
5713
|
"MulticastSettings": NotRequired[MulticastSettingsTypeDef],
|
|
5682
5714
|
"Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsOutputTypeDef],
|
|
5683
5715
|
"SdiSources": NotRequired[list[str]],
|
|
5716
|
+
"RouterSettings": NotRequired[RouterInputSettingsTypeDef],
|
|
5684
5717
|
},
|
|
5685
5718
|
)
|
|
5686
5719
|
Smpte2110ReceiverGroupSettingsUnionTypeDef = Union[
|
|
@@ -5788,6 +5821,7 @@ CreateInputRequestTypeDef = TypedDict(
|
|
|
5788
5821
|
"MulticastSettings": NotRequired[MulticastSettingsCreateRequestTypeDef],
|
|
5789
5822
|
"Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef],
|
|
5790
5823
|
"SdiSources": NotRequired[Sequence[str]],
|
|
5824
|
+
"RouterSettings": NotRequired[RouterSettingsTypeDef],
|
|
5791
5825
|
},
|
|
5792
5826
|
)
|
|
5793
5827
|
|
|
@@ -5805,6 +5839,7 @@ class UpdateInputRequestTypeDef(TypedDict):
|
|
|
5805
5839
|
MulticastSettings: NotRequired[MulticastSettingsUpdateRequestTypeDef]
|
|
5806
5840
|
Smpte2110ReceiverGroupSettings: NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef]
|
|
5807
5841
|
SdiSources: NotRequired[Sequence[str]]
|
|
5842
|
+
SpecialRouterSettings: NotRequired[SpecialRouterSettingsTypeDef]
|
|
5808
5843
|
|
|
5809
5844
|
|
|
5810
5845
|
class ExtraTypeDef(TypedDict):
|
|
@@ -300,6 +300,7 @@ from .literals import (
|
|
|
300
300
|
ReservationSpecialFeatureType,
|
|
301
301
|
ReservationStateType,
|
|
302
302
|
ReservationVideoQualityType,
|
|
303
|
+
RouterEncryptionTypeType,
|
|
303
304
|
RtmpCacheFullBehaviorType,
|
|
304
305
|
RtmpCaptionDataType,
|
|
305
306
|
RtmpOutputCertificateModeType,
|
|
@@ -865,6 +866,10 @@ __all__ = (
|
|
|
865
866
|
"RouteCreateRequestTypeDef",
|
|
866
867
|
"RouteTypeDef",
|
|
867
868
|
"RouteUpdateRequestTypeDef",
|
|
869
|
+
"RouterDestinationSettingsTypeDef",
|
|
870
|
+
"RouterDestinationTypeDef",
|
|
871
|
+
"RouterInputSettingsTypeDef",
|
|
872
|
+
"RouterSettingsTypeDef",
|
|
868
873
|
"RtmpGroupSettingsOutputTypeDef",
|
|
869
874
|
"RtmpGroupSettingsTypeDef",
|
|
870
875
|
"RtmpOutputSettingsTypeDef",
|
|
@@ -903,6 +908,7 @@ __all__ = (
|
|
|
903
908
|
"Smpte2110ReceiverGroupSettingsTypeDef",
|
|
904
909
|
"Smpte2110ReceiverGroupSettingsUnionTypeDef",
|
|
905
910
|
"Smpte2110ReceiverGroupTypeDef",
|
|
911
|
+
"SpecialRouterSettingsTypeDef",
|
|
906
912
|
"SrtCallerDecryptionRequestTypeDef",
|
|
907
913
|
"SrtCallerDecryptionTypeDef",
|
|
908
914
|
"SrtCallerSourceRequestTypeDef",
|
|
@@ -2284,6 +2290,13 @@ class RouteUpdateRequestTypeDef(TypedDict):
|
|
|
2284
2290
|
Cidr: NotRequired[str]
|
|
2285
2291
|
Gateway: NotRequired[str]
|
|
2286
2292
|
|
|
2293
|
+
class RouterDestinationSettingsTypeDef(TypedDict):
|
|
2294
|
+
AvailabilityZoneName: str
|
|
2295
|
+
|
|
2296
|
+
class RouterDestinationTypeDef(TypedDict):
|
|
2297
|
+
AvailabilityZoneName: NotRequired[str]
|
|
2298
|
+
RouterOutputArn: NotRequired[str]
|
|
2299
|
+
|
|
2287
2300
|
class Scte35InputScheduleActionSettingsTypeDef(TypedDict):
|
|
2288
2301
|
Mode: Scte35InputModeType
|
|
2289
2302
|
InputAttachmentNameReference: NotRequired[str]
|
|
@@ -2318,6 +2331,9 @@ class SdiSourceMappingUpdateRequestTypeDef(TypedDict):
|
|
|
2318
2331
|
ChannelNumber: NotRequired[int]
|
|
2319
2332
|
SdiSource: NotRequired[str]
|
|
2320
2333
|
|
|
2334
|
+
class SpecialRouterSettingsTypeDef(TypedDict):
|
|
2335
|
+
RouterArn: NotRequired[str]
|
|
2336
|
+
|
|
2321
2337
|
class SrtCallerDecryptionRequestTypeDef(TypedDict):
|
|
2322
2338
|
Algorithm: NotRequired[AlgorithmType]
|
|
2323
2339
|
PassphraseSecretArn: NotRequired[str]
|
|
@@ -3774,6 +3790,16 @@ class UpdateNetworkRequestTypeDef(TypedDict):
|
|
|
3774
3790
|
Name: NotRequired[str]
|
|
3775
3791
|
Routes: NotRequired[Sequence[RouteUpdateRequestTypeDef]]
|
|
3776
3792
|
|
|
3793
|
+
class RouterSettingsTypeDef(TypedDict):
|
|
3794
|
+
Destinations: NotRequired[Sequence[RouterDestinationSettingsTypeDef]]
|
|
3795
|
+
EncryptionType: NotRequired[RouterEncryptionTypeType]
|
|
3796
|
+
SecretArn: NotRequired[str]
|
|
3797
|
+
|
|
3798
|
+
class RouterInputSettingsTypeDef(TypedDict):
|
|
3799
|
+
Destinations: NotRequired[list[RouterDestinationTypeDef]]
|
|
3800
|
+
EncryptionType: NotRequired[RouterEncryptionTypeType]
|
|
3801
|
+
SecretArn: NotRequired[str]
|
|
3802
|
+
|
|
3777
3803
|
class Scte35SegmentationDescriptorTypeDef(TypedDict):
|
|
3778
3804
|
SegmentationCancelIndicator: Scte35SegmentationCancelIndicatorType
|
|
3779
3805
|
SegmentationEventId: int
|
|
@@ -5061,6 +5087,7 @@ DescribeInputResponseTypeDef = TypedDict(
|
|
|
5061
5087
|
"MulticastSettings": MulticastSettingsTypeDef,
|
|
5062
5088
|
"Smpte2110ReceiverGroupSettings": Smpte2110ReceiverGroupSettingsOutputTypeDef,
|
|
5063
5089
|
"SdiSources": list[str],
|
|
5090
|
+
"RouterSettings": RouterInputSettingsTypeDef,
|
|
5064
5091
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5065
5092
|
},
|
|
5066
5093
|
)
|
|
@@ -5088,6 +5115,7 @@ InputTypeDef = TypedDict(
|
|
|
5088
5115
|
"MulticastSettings": NotRequired[MulticastSettingsTypeDef],
|
|
5089
5116
|
"Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsOutputTypeDef],
|
|
5090
5117
|
"SdiSources": NotRequired[list[str]],
|
|
5118
|
+
"RouterSettings": NotRequired[RouterInputSettingsTypeDef],
|
|
5091
5119
|
},
|
|
5092
5120
|
)
|
|
5093
5121
|
Smpte2110ReceiverGroupSettingsUnionTypeDef = Union[
|
|
@@ -5181,6 +5209,7 @@ CreateInputRequestTypeDef = TypedDict(
|
|
|
5181
5209
|
"MulticastSettings": NotRequired[MulticastSettingsCreateRequestTypeDef],
|
|
5182
5210
|
"Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef],
|
|
5183
5211
|
"SdiSources": NotRequired[Sequence[str]],
|
|
5212
|
+
"RouterSettings": NotRequired[RouterSettingsTypeDef],
|
|
5184
5213
|
},
|
|
5185
5214
|
)
|
|
5186
5215
|
|
|
@@ -5197,6 +5226,7 @@ class UpdateInputRequestTypeDef(TypedDict):
|
|
|
5197
5226
|
MulticastSettings: NotRequired[MulticastSettingsUpdateRequestTypeDef]
|
|
5198
5227
|
Smpte2110ReceiverGroupSettings: NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef]
|
|
5199
5228
|
SdiSources: NotRequired[Sequence[str]]
|
|
5229
|
+
SpecialRouterSettings: NotRequired[SpecialRouterSettingsTypeDef]
|
|
5200
5230
|
|
|
5201
5231
|
class ExtraTypeDef(TypedDict):
|
|
5202
5232
|
OutputSettings: OutputSettingsOutputTypeDef
|
types_boto3_medialive/version.py
CHANGED
|
@@ -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.42.3
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.3 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.
|
|
45
|
+
Type annotations for [boto3 MediaLive 1.42.3](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.
|
|
108
|
+
`uvx --with 'boto3==1.42.3' 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.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
types_boto3_medialive/__init__.py,sha256=AXccOhxqWOHyvDIZ36YTwZDLieUSsXQRyuOdk9axf90,9844
|
|
2
|
+
types_boto3_medialive/__init__.pyi,sha256=Ouw2Xjpn6npLMRNQxTEo5Rg8sWTTOmapHdIk6858XKI,9843
|
|
3
|
+
types_boto3_medialive/__main__.py,sha256=uktPYQm_B24-jHzUu2uu7PJ-Vq5KJE5ci-c7ENWB53Y,990
|
|
4
|
+
types_boto3_medialive/client.py,sha256=FPG-pa80DT85jb8K1vGTML6vJHty2oZkIJGNJWfxvPg,100224
|
|
5
|
+
types_boto3_medialive/client.pyi,sha256=B5yzh9WAhqzGU5ryY4hQmIAik8e2p-s7xFvlXYfN_7s,100221
|
|
6
|
+
types_boto3_medialive/literals.py,sha256=rDelK6RGlEoZSK7rnmTWbUwT7hAuVdjf4n1YBG6lIus,53893
|
|
7
|
+
types_boto3_medialive/literals.pyi,sha256=pVrw_lMd7O7pkFVHLLP2hxQkAuf7aTNfvsvpqauqVmA,53891
|
|
8
|
+
types_boto3_medialive/paginator.py,sha256=JbVLU2lipMsDllo3cEwPQ0iIdBagd4i5rG1DnlZmz2M,33731
|
|
9
|
+
types_boto3_medialive/paginator.pyi,sha256=Fby8sbJFD4l4J9CbbTomLV4ot3t3ewQizSVODzOHxgk,33661
|
|
10
|
+
types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
types_boto3_medialive/type_defs.py,sha256=hea0ALtElYwzNNHQZaePxcPLw5t2rSgvA8QNmyGXYnY,211408
|
|
12
|
+
types_boto3_medialive/type_defs.pyi,sha256=y6K_2YvQjrQ-2hP-sDkB1Zi5UdlJm3Nd4muP7sytBmg,210760
|
|
13
|
+
types_boto3_medialive/version.py,sha256=GG_me-VWxqUerVNqcPw9hL39jbKNBNmLknphxNF_WPw,92
|
|
14
|
+
types_boto3_medialive/waiter.py,sha256=QcGR2lxcXrx6MqN32xtv3fQegxEgv9qZ5UUBA03N2qE,24281
|
|
15
|
+
types_boto3_medialive/waiter.pyi,sha256=bC4PsWq4om-y5VJim-inhJF1ezVeYJ9pR8RisgKBBn0,24236
|
|
16
|
+
types_boto3_medialive-1.42.3.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_medialive-1.42.3.dist-info/METADATA,sha256=fHl7LYZ8mmq46ZDVutZZXJBN0i_c-h1Qdhw5-9Mxvhs,21165
|
|
18
|
+
types_boto3_medialive-1.42.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_medialive-1.42.3.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
|
|
20
|
+
types_boto3_medialive-1.42.3.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
types_boto3_medialive/__init__.py,sha256=AXccOhxqWOHyvDIZ36YTwZDLieUSsXQRyuOdk9axf90,9844
|
|
2
|
-
types_boto3_medialive/__init__.pyi,sha256=Ouw2Xjpn6npLMRNQxTEo5Rg8sWTTOmapHdIk6858XKI,9843
|
|
3
|
-
types_boto3_medialive/__main__.py,sha256=DdVAptreIyvlMvaGFLL0oqBWgQBja4B7I5UsPic-7tY,993
|
|
4
|
-
types_boto3_medialive/client.py,sha256=FPG-pa80DT85jb8K1vGTML6vJHty2oZkIJGNJWfxvPg,100224
|
|
5
|
-
types_boto3_medialive/client.pyi,sha256=B5yzh9WAhqzGU5ryY4hQmIAik8e2p-s7xFvlXYfN_7s,100221
|
|
6
|
-
types_boto3_medialive/literals.py,sha256=qpRm9jg8yLbHkbESCOR5FKqJ36C1HiS02ITBna3Ro5E,53581
|
|
7
|
-
types_boto3_medialive/literals.pyi,sha256=HP4sVySVnCsrjEC4bgcxKed1sAsB6DUShtEBkul4rqE,53579
|
|
8
|
-
types_boto3_medialive/paginator.py,sha256=JbVLU2lipMsDllo3cEwPQ0iIdBagd4i5rG1DnlZmz2M,33731
|
|
9
|
-
types_boto3_medialive/paginator.pyi,sha256=Fby8sbJFD4l4J9CbbTomLV4ot3t3ewQizSVODzOHxgk,33661
|
|
10
|
-
types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
types_boto3_medialive/type_defs.py,sha256=Z0OFuQjEP9MtvfZKMyjref273YP7AQhjnrc6EFOl3DQ,210260
|
|
12
|
-
types_boto3_medialive/type_defs.pyi,sha256=mVplp1GIm0L_n3gjoj3t-dpn4ogiGMmgm-ujivl2I9Q,209617
|
|
13
|
-
types_boto3_medialive/version.py,sha256=N3g1skwbcu4bqvYIQ_qXV18JKB1KXcAKd_0nhp0hBU8,93
|
|
14
|
-
types_boto3_medialive/waiter.py,sha256=QcGR2lxcXrx6MqN32xtv3fQegxEgv9qZ5UUBA03N2qE,24281
|
|
15
|
-
types_boto3_medialive/waiter.pyi,sha256=bC4PsWq4om-y5VJim-inhJF1ezVeYJ9pR8RisgKBBn0,24236
|
|
16
|
-
types_boto3_medialive-1.40.75.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
types_boto3_medialive-1.40.75.dist-info/METADATA,sha256=-Qc0fapgLZv6PZpEMlEHdPBh-FLvvAPMp6TAs2PB4hA,21169
|
|
18
|
-
types_boto3_medialive-1.40.75.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
types_boto3_medialive-1.40.75.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
|
|
20
|
-
types_boto3_medialive-1.40.75.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_medialive-1.40.75.dist-info → types_boto3_medialive-1.42.3.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_medialive-1.40.75.dist-info → types_boto3_medialive-1.42.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|