types-boto3-medialive 1.41.0__py3-none-any.whl → 1.42.17__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 +69 -33
- types_boto3_medialive/type_defs.pyi +59 -29
- types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.41.0.dist-info → types_boto3_medialive-1.42.17.dist-info}/METADATA +4 -4
- types_boto3_medialive-1.42.17.dist-info/RECORD +20 -0
- types_boto3_medialive-1.41.0.dist-info/RECORD +0 -20
- {types_boto3_medialive-1.41.0.dist-info → types_boto3_medialive-1.42.17.dist-info}/WHEEL +0 -0
- {types_boto3_medialive-1.41.0.dist-info → types_boto3_medialive-1.42.17.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_medialive-1.41.0.dist-info → types_boto3_medialive-1.42.17.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.17\n"
|
|
16
|
+
"Version: 1.42.17\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.17\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
|
@@ -256,6 +256,7 @@ __all__ = (
|
|
|
256
256
|
"InputTimecodeSourceType",
|
|
257
257
|
"InputTypeType",
|
|
258
258
|
"LastFrameClippingBehaviorType",
|
|
259
|
+
"LinkedChannelTypeType",
|
|
259
260
|
"ListAlertsPaginatorName",
|
|
260
261
|
"ListChannelPlacementGroupsPaginatorName",
|
|
261
262
|
"ListChannelsPaginatorName",
|
|
@@ -338,6 +339,7 @@ __all__ = (
|
|
|
338
339
|
"OfferingTypeType",
|
|
339
340
|
"PaginatorName",
|
|
340
341
|
"PipelineIdType",
|
|
342
|
+
"PipelineLockingMethodType",
|
|
341
343
|
"PreferredChannelPipelineType",
|
|
342
344
|
"RebootInputDeviceForceType",
|
|
343
345
|
"RegionName",
|
|
@@ -868,6 +870,7 @@ InputTypeType = Literal[
|
|
|
868
870
|
"URL_PULL",
|
|
869
871
|
]
|
|
870
872
|
LastFrameClippingBehaviorType = Literal["EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"]
|
|
873
|
+
LinkedChannelTypeType = Literal["FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"]
|
|
871
874
|
ListAlertsPaginatorName = Literal["list_alerts"]
|
|
872
875
|
ListChannelPlacementGroupsPaginatorName = Literal["list_channel_placement_groups"]
|
|
873
876
|
ListChannelsPaginatorName = Literal["list_channels"]
|
|
@@ -998,6 +1001,7 @@ NodeStateType = Literal[
|
|
|
998
1001
|
OfferingDurationUnitsType = Literal["MONTHS"]
|
|
999
1002
|
OfferingTypeType = Literal["NO_UPFRONT"]
|
|
1000
1003
|
PipelineIdType = Literal["PIPELINE_0", "PIPELINE_1"]
|
|
1004
|
+
PipelineLockingMethodType = Literal["SOURCE_TIMECODE", "VIDEO_ALIGNMENT"]
|
|
1001
1005
|
PreferredChannelPipelineType = Literal["CURRENTLY_ACTIVE", "PIPELINE_0", "PIPELINE_1"]
|
|
1002
1006
|
RebootInputDeviceForceType = Literal["NO", "YES"]
|
|
1003
1007
|
ReservationAutomaticRenewalType = Literal["DISABLED", "ENABLED", "UNAVAILABLE"]
|
|
@@ -1217,6 +1221,7 @@ ServiceName = Literal[
|
|
|
1217
1221
|
"comprehend",
|
|
1218
1222
|
"comprehendmedical",
|
|
1219
1223
|
"compute-optimizer",
|
|
1224
|
+
"compute-optimizer-automation",
|
|
1220
1225
|
"config",
|
|
1221
1226
|
"connect",
|
|
1222
1227
|
"connect-contact-lens",
|
|
@@ -1397,6 +1402,7 @@ ServiceName = Literal[
|
|
|
1397
1402
|
"networkmonitor",
|
|
1398
1403
|
"notifications",
|
|
1399
1404
|
"notificationscontacts",
|
|
1405
|
+
"nova-act",
|
|
1400
1406
|
"oam",
|
|
1401
1407
|
"observabilityadmin",
|
|
1402
1408
|
"odb",
|
|
@@ -1407,6 +1413,8 @@ ServiceName = Literal[
|
|
|
1407
1413
|
"osis",
|
|
1408
1414
|
"outposts",
|
|
1409
1415
|
"panorama",
|
|
1416
|
+
"partnercentral-account",
|
|
1417
|
+
"partnercentral-benefits",
|
|
1410
1418
|
"partnercentral-channel",
|
|
1411
1419
|
"partnercentral-selling",
|
|
1412
1420
|
"payment-cryptography",
|
|
@@ -1449,6 +1457,7 @@ ServiceName = Literal[
|
|
|
1449
1457
|
"route53-recovery-control-config",
|
|
1450
1458
|
"route53-recovery-readiness",
|
|
1451
1459
|
"route53domains",
|
|
1460
|
+
"route53globalresolver",
|
|
1452
1461
|
"route53profiles",
|
|
1453
1462
|
"route53resolver",
|
|
1454
1463
|
"rtbfabric",
|
|
@@ -1523,6 +1532,7 @@ ServiceName = Literal[
|
|
|
1523
1532
|
"waf-regional",
|
|
1524
1533
|
"wafv2",
|
|
1525
1534
|
"wellarchitected",
|
|
1535
|
+
"wickr",
|
|
1526
1536
|
"wisdom",
|
|
1527
1537
|
"workdocs",
|
|
1528
1538
|
"workmail",
|
|
@@ -255,6 +255,7 @@ __all__ = (
|
|
|
255
255
|
"InputTimecodeSourceType",
|
|
256
256
|
"InputTypeType",
|
|
257
257
|
"LastFrameClippingBehaviorType",
|
|
258
|
+
"LinkedChannelTypeType",
|
|
258
259
|
"ListAlertsPaginatorName",
|
|
259
260
|
"ListChannelPlacementGroupsPaginatorName",
|
|
260
261
|
"ListChannelsPaginatorName",
|
|
@@ -337,6 +338,7 @@ __all__ = (
|
|
|
337
338
|
"OfferingTypeType",
|
|
338
339
|
"PaginatorName",
|
|
339
340
|
"PipelineIdType",
|
|
341
|
+
"PipelineLockingMethodType",
|
|
340
342
|
"PreferredChannelPipelineType",
|
|
341
343
|
"RebootInputDeviceForceType",
|
|
342
344
|
"RegionName",
|
|
@@ -866,6 +868,7 @@ InputTypeType = Literal[
|
|
|
866
868
|
"URL_PULL",
|
|
867
869
|
]
|
|
868
870
|
LastFrameClippingBehaviorType = Literal["EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"]
|
|
871
|
+
LinkedChannelTypeType = Literal["FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"]
|
|
869
872
|
ListAlertsPaginatorName = Literal["list_alerts"]
|
|
870
873
|
ListChannelPlacementGroupsPaginatorName = Literal["list_channel_placement_groups"]
|
|
871
874
|
ListChannelsPaginatorName = Literal["list_channels"]
|
|
@@ -996,6 +999,7 @@ NodeStateType = Literal[
|
|
|
996
999
|
OfferingDurationUnitsType = Literal["MONTHS"]
|
|
997
1000
|
OfferingTypeType = Literal["NO_UPFRONT"]
|
|
998
1001
|
PipelineIdType = Literal["PIPELINE_0", "PIPELINE_1"]
|
|
1002
|
+
PipelineLockingMethodType = Literal["SOURCE_TIMECODE", "VIDEO_ALIGNMENT"]
|
|
999
1003
|
PreferredChannelPipelineType = Literal["CURRENTLY_ACTIVE", "PIPELINE_0", "PIPELINE_1"]
|
|
1000
1004
|
RebootInputDeviceForceType = Literal["NO", "YES"]
|
|
1001
1005
|
ReservationAutomaticRenewalType = Literal["DISABLED", "ENABLED", "UNAVAILABLE"]
|
|
@@ -1215,6 +1219,7 @@ ServiceName = Literal[
|
|
|
1215
1219
|
"comprehend",
|
|
1216
1220
|
"comprehendmedical",
|
|
1217
1221
|
"compute-optimizer",
|
|
1222
|
+
"compute-optimizer-automation",
|
|
1218
1223
|
"config",
|
|
1219
1224
|
"connect",
|
|
1220
1225
|
"connect-contact-lens",
|
|
@@ -1395,6 +1400,7 @@ ServiceName = Literal[
|
|
|
1395
1400
|
"networkmonitor",
|
|
1396
1401
|
"notifications",
|
|
1397
1402
|
"notificationscontacts",
|
|
1403
|
+
"nova-act",
|
|
1398
1404
|
"oam",
|
|
1399
1405
|
"observabilityadmin",
|
|
1400
1406
|
"odb",
|
|
@@ -1405,6 +1411,8 @@ ServiceName = Literal[
|
|
|
1405
1411
|
"osis",
|
|
1406
1412
|
"outposts",
|
|
1407
1413
|
"panorama",
|
|
1414
|
+
"partnercentral-account",
|
|
1415
|
+
"partnercentral-benefits",
|
|
1408
1416
|
"partnercentral-channel",
|
|
1409
1417
|
"partnercentral-selling",
|
|
1410
1418
|
"payment-cryptography",
|
|
@@ -1447,6 +1455,7 @@ ServiceName = Literal[
|
|
|
1447
1455
|
"route53-recovery-control-config",
|
|
1448
1456
|
"route53-recovery-readiness",
|
|
1449
1457
|
"route53domains",
|
|
1458
|
+
"route53globalresolver",
|
|
1450
1459
|
"route53profiles",
|
|
1451
1460
|
"route53resolver",
|
|
1452
1461
|
"rtbfabric",
|
|
@@ -1521,6 +1530,7 @@ ServiceName = Literal[
|
|
|
1521
1530
|
"waf-regional",
|
|
1522
1531
|
"wafv2",
|
|
1523
1532
|
"wellarchitected",
|
|
1533
|
+
"wickr",
|
|
1524
1534
|
"wisdom",
|
|
1525
1535
|
"workdocs",
|
|
1526
1536
|
"workmail",
|
|
@@ -239,6 +239,7 @@ from .literals import (
|
|
|
239
239
|
InputTimecodeSourceType,
|
|
240
240
|
InputTypeType,
|
|
241
241
|
LastFrameClippingBehaviorType,
|
|
242
|
+
LinkedChannelTypeType,
|
|
242
243
|
LogLevelType,
|
|
243
244
|
M2tsAbsentInputAudioBehaviorType,
|
|
244
245
|
M2tsAribCaptionsPidControlType,
|
|
@@ -289,6 +290,7 @@ from .literals import (
|
|
|
289
290
|
NodeRoleType,
|
|
290
291
|
NodeStateType,
|
|
291
292
|
PipelineIdType,
|
|
293
|
+
PipelineLockingMethodType,
|
|
292
294
|
PreferredChannelPipelineType,
|
|
293
295
|
RebootInputDeviceForceType,
|
|
294
296
|
ReservationAutomaticRenewalType,
|
|
@@ -539,6 +541,7 @@ __all__ = (
|
|
|
539
541
|
"DescribeClusterRequestWaitTypeDef",
|
|
540
542
|
"DescribeClusterResponseTypeDef",
|
|
541
543
|
"DescribeClusterSummaryTypeDef",
|
|
544
|
+
"DescribeFollowerChannelSettingsTypeDef",
|
|
542
545
|
"DescribeInputDeviceRequestTypeDef",
|
|
543
546
|
"DescribeInputDeviceResponseTypeDef",
|
|
544
547
|
"DescribeInputDeviceThumbnailRequestTypeDef",
|
|
@@ -550,6 +553,7 @@ __all__ = (
|
|
|
550
553
|
"DescribeInputResponseTypeDef",
|
|
551
554
|
"DescribeInputSecurityGroupRequestTypeDef",
|
|
552
555
|
"DescribeInputSecurityGroupResponseTypeDef",
|
|
556
|
+
"DescribeLinkedChannelSettingsTypeDef",
|
|
553
557
|
"DescribeMultiplexProgramRequestTypeDef",
|
|
554
558
|
"DescribeMultiplexProgramResponseTypeDef",
|
|
555
559
|
"DescribeMultiplexRequestTypeDef",
|
|
@@ -568,6 +572,7 @@ __all__ = (
|
|
|
568
572
|
"DescribeNodeSummaryTypeDef",
|
|
569
573
|
"DescribeOfferingRequestTypeDef",
|
|
570
574
|
"DescribeOfferingResponseTypeDef",
|
|
575
|
+
"DescribePrimaryChannelSettingsTypeDef",
|
|
571
576
|
"DescribeReservationRequestTypeDef",
|
|
572
577
|
"DescribeReservationResponseTypeDef",
|
|
573
578
|
"DescribeScheduleRequestPaginateTypeDef",
|
|
@@ -603,6 +608,7 @@ __all__ = (
|
|
|
603
608
|
"FixedModeScheduleActionStartSettingsTypeDef",
|
|
604
609
|
"Fmp4HlsSettingsTypeDef",
|
|
605
610
|
"FollowModeScheduleActionStartSettingsTypeDef",
|
|
611
|
+
"FollowerChannelSettingsTypeDef",
|
|
606
612
|
"FrameCaptureCdnSettingsTypeDef",
|
|
607
613
|
"FrameCaptureGroupSettingsTypeDef",
|
|
608
614
|
"FrameCaptureOutputSettingsTypeDef",
|
|
@@ -622,7 +628,6 @@ __all__ = (
|
|
|
622
628
|
"GetSignalMapRequestWaitExtraTypeDef",
|
|
623
629
|
"GetSignalMapRequestWaitTypeDef",
|
|
624
630
|
"GetSignalMapResponseTypeDef",
|
|
625
|
-
"GlobalConfigurationOutputTypeDef",
|
|
626
631
|
"GlobalConfigurationTypeDef",
|
|
627
632
|
"H264ColorSpaceSettingsOutputTypeDef",
|
|
628
633
|
"H264ColorSpaceSettingsTypeDef",
|
|
@@ -700,6 +705,7 @@ __all__ = (
|
|
|
700
705
|
"IpPoolTypeDef",
|
|
701
706
|
"IpPoolUpdateRequestTypeDef",
|
|
702
707
|
"KeyProviderSettingsTypeDef",
|
|
708
|
+
"LinkedChannelSettingsTypeDef",
|
|
703
709
|
"ListAlertsRequestPaginateTypeDef",
|
|
704
710
|
"ListAlertsRequestTypeDef",
|
|
705
711
|
"ListAlertsResponseTypeDef",
|
|
@@ -841,7 +847,6 @@ __all__ = (
|
|
|
841
847
|
"OutputGroupSettingsTypeDef",
|
|
842
848
|
"OutputGroupTypeDef",
|
|
843
849
|
"OutputLocationRefTypeDef",
|
|
844
|
-
"OutputLockingSettingsOutputTypeDef",
|
|
845
850
|
"OutputLockingSettingsTypeDef",
|
|
846
851
|
"OutputSettingsOutputTypeDef",
|
|
847
852
|
"OutputSettingsTypeDef",
|
|
@@ -851,7 +856,9 @@ __all__ = (
|
|
|
851
856
|
"PauseStateScheduleActionSettingsTypeDef",
|
|
852
857
|
"PauseStateScheduleActionSettingsUnionTypeDef",
|
|
853
858
|
"PipelineDetailTypeDef",
|
|
859
|
+
"PipelineLockingSettingsTypeDef",
|
|
854
860
|
"PipelinePauseStateSettingsTypeDef",
|
|
861
|
+
"PrimaryChannelSettingsTypeDef",
|
|
855
862
|
"PurchaseOfferingRequestTypeDef",
|
|
856
863
|
"PurchaseOfferingResponseTypeDef",
|
|
857
864
|
"RebootInputDeviceRequestTypeDef",
|
|
@@ -1740,6 +1747,11 @@ class DescribeClusterRequestTypeDef(TypedDict):
|
|
|
1740
1747
|
ClusterId: str
|
|
1741
1748
|
|
|
1742
1749
|
|
|
1750
|
+
class DescribeFollowerChannelSettingsTypeDef(TypedDict):
|
|
1751
|
+
LinkedChannelType: NotRequired[LinkedChannelTypeType]
|
|
1752
|
+
PrimaryChannelArn: NotRequired[str]
|
|
1753
|
+
|
|
1754
|
+
|
|
1743
1755
|
class DescribeInputDeviceRequestTypeDef(TypedDict):
|
|
1744
1756
|
InputDeviceId: str
|
|
1745
1757
|
|
|
@@ -1791,6 +1803,11 @@ class InputWhitelistRuleTypeDef(TypedDict):
|
|
|
1791
1803
|
Cidr: NotRequired[str]
|
|
1792
1804
|
|
|
1793
1805
|
|
|
1806
|
+
class DescribePrimaryChannelSettingsTypeDef(TypedDict):
|
|
1807
|
+
FollowingChannelArns: NotRequired[list[str]]
|
|
1808
|
+
LinkedChannelType: NotRequired[LinkedChannelTypeType]
|
|
1809
|
+
|
|
1810
|
+
|
|
1794
1811
|
class DescribeMultiplexProgramRequestTypeDef(TypedDict):
|
|
1795
1812
|
MultiplexId: str
|
|
1796
1813
|
ProgramName: str
|
|
@@ -1940,6 +1957,11 @@ class FollowModeScheduleActionStartSettingsTypeDef(TypedDict):
|
|
|
1940
1957
|
ReferenceActionName: str
|
|
1941
1958
|
|
|
1942
1959
|
|
|
1960
|
+
class FollowerChannelSettingsTypeDef(TypedDict):
|
|
1961
|
+
LinkedChannelType: NotRequired[LinkedChannelTypeType]
|
|
1962
|
+
PrimaryChannelArn: NotRequired[str]
|
|
1963
|
+
|
|
1964
|
+
|
|
1943
1965
|
class FrameCaptureS3SettingsTypeDef(TypedDict):
|
|
1944
1966
|
CannedAcl: NotRequired[S3CannedAclType]
|
|
1945
1967
|
|
|
@@ -2105,6 +2127,10 @@ class IpPoolUpdateRequestTypeDef(TypedDict):
|
|
|
2105
2127
|
Cidr: NotRequired[str]
|
|
2106
2128
|
|
|
2107
2129
|
|
|
2130
|
+
class PrimaryChannelSettingsTypeDef(TypedDict):
|
|
2131
|
+
LinkedChannelType: NotRequired[LinkedChannelTypeType]
|
|
2132
|
+
|
|
2133
|
+
|
|
2108
2134
|
class ListAlertsRequestTypeDef(TypedDict):
|
|
2109
2135
|
ChannelId: str
|
|
2110
2136
|
MaxResults: NotRequired[int]
|
|
@@ -2512,6 +2538,10 @@ class RtmpGroupSettingsTypeDef(TypedDict):
|
|
|
2512
2538
|
IncludeFillerNalUnits: NotRequired[IncludeFillerNalUnitsType]
|
|
2513
2539
|
|
|
2514
2540
|
|
|
2541
|
+
class PipelineLockingSettingsTypeDef(TypedDict):
|
|
2542
|
+
PipelineLockingMethod: NotRequired[PipelineLockingMethodType]
|
|
2543
|
+
|
|
2544
|
+
|
|
2515
2545
|
class PipelinePauseStateSettingsTypeDef(TypedDict):
|
|
2516
2546
|
PipelineId: PipelineIdType
|
|
2517
2547
|
|
|
@@ -3809,6 +3839,11 @@ class InputSecurityGroupTypeDef(TypedDict):
|
|
|
3809
3839
|
WhitelistRules: NotRequired[list[InputWhitelistRuleTypeDef]]
|
|
3810
3840
|
|
|
3811
3841
|
|
|
3842
|
+
class DescribeLinkedChannelSettingsTypeDef(TypedDict):
|
|
3843
|
+
FollowerChannelSettings: NotRequired[DescribeFollowerChannelSettingsTypeDef]
|
|
3844
|
+
PrimaryChannelSettings: NotRequired[DescribePrimaryChannelSettingsTypeDef]
|
|
3845
|
+
|
|
3846
|
+
|
|
3812
3847
|
class DescribeScheduleRequestPaginateTypeDef(TypedDict):
|
|
3813
3848
|
ChannelId: str
|
|
3814
3849
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
@@ -3991,16 +4026,6 @@ class M2tsSettingsTypeDef(TypedDict):
|
|
|
3991
4026
|
Scte35PrerollPullupMilliseconds: NotRequired[float]
|
|
3992
4027
|
|
|
3993
4028
|
|
|
3994
|
-
class OutputLockingSettingsOutputTypeDef(TypedDict):
|
|
3995
|
-
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
3996
|
-
PipelineLockingSettings: NotRequired[dict[str, Any]]
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
class OutputLockingSettingsTypeDef(TypedDict):
|
|
4000
|
-
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
4001
|
-
PipelineLockingSettings: NotRequired[Mapping[str, Any]]
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
4029
|
class ListEventBridgeRuleTemplateGroupsResponseTypeDef(TypedDict):
|
|
4005
4030
|
EventBridgeRuleTemplateGroups: list[EventBridgeRuleTemplateGroupSummaryTypeDef]
|
|
4006
4031
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4117,6 +4142,11 @@ class Smpte2110ReceiverGroupSdpSettingsTypeDef(TypedDict):
|
|
|
4117
4142
|
VideoSdp: NotRequired[InputSdpLocationTypeDef]
|
|
4118
4143
|
|
|
4119
4144
|
|
|
4145
|
+
class LinkedChannelSettingsTypeDef(TypedDict):
|
|
4146
|
+
FollowerChannelSettings: NotRequired[FollowerChannelSettingsTypeDef]
|
|
4147
|
+
PrimaryChannelSettings: NotRequired[PrimaryChannelSettingsTypeDef]
|
|
4148
|
+
|
|
4149
|
+
|
|
4120
4150
|
class ListInputDeviceTransfersResponseTypeDef(TypedDict):
|
|
4121
4151
|
InputDeviceTransfers: list[TransferringInputDeviceSummaryTypeDef]
|
|
4122
4152
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4244,6 +4274,11 @@ class OutputDestinationTypeDef(TypedDict):
|
|
|
4244
4274
|
LogicalInterfaceNames: NotRequired[Sequence[str]]
|
|
4245
4275
|
|
|
4246
4276
|
|
|
4277
|
+
class OutputLockingSettingsTypeDef(TypedDict):
|
|
4278
|
+
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
4279
|
+
PipelineLockingSettings: NotRequired[PipelineLockingSettingsTypeDef]
|
|
4280
|
+
|
|
4281
|
+
|
|
4247
4282
|
class PauseStateScheduleActionSettingsOutputTypeDef(TypedDict):
|
|
4248
4283
|
Pipelines: NotRequired[list[PipelinePauseStateSettingsTypeDef]]
|
|
4249
4284
|
|
|
@@ -4659,26 +4694,6 @@ class UdpContainerSettingsTypeDef(TypedDict):
|
|
|
4659
4694
|
M2tsSettings: NotRequired[M2tsSettingsTypeDef]
|
|
4660
4695
|
|
|
4661
4696
|
|
|
4662
|
-
class GlobalConfigurationOutputTypeDef(TypedDict):
|
|
4663
|
-
InitialAudioGain: NotRequired[int]
|
|
4664
|
-
InputEndAction: NotRequired[GlobalConfigurationInputEndActionType]
|
|
4665
|
-
InputLossBehavior: NotRequired[InputLossBehaviorTypeDef]
|
|
4666
|
-
OutputLockingMode: NotRequired[GlobalConfigurationOutputLockingModeType]
|
|
4667
|
-
OutputTimingSource: NotRequired[GlobalConfigurationOutputTimingSourceType]
|
|
4668
|
-
SupportLowFramerateInputs: NotRequired[GlobalConfigurationLowFramerateInputsType]
|
|
4669
|
-
OutputLockingSettings: NotRequired[OutputLockingSettingsOutputTypeDef]
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
class GlobalConfigurationTypeDef(TypedDict):
|
|
4673
|
-
InitialAudioGain: NotRequired[int]
|
|
4674
|
-
InputEndAction: NotRequired[GlobalConfigurationInputEndActionType]
|
|
4675
|
-
InputLossBehavior: NotRequired[InputLossBehaviorTypeDef]
|
|
4676
|
-
OutputLockingMode: NotRequired[GlobalConfigurationOutputLockingModeType]
|
|
4677
|
-
OutputTimingSource: NotRequired[GlobalConfigurationOutputTimingSourceType]
|
|
4678
|
-
SupportLowFramerateInputs: NotRequired[GlobalConfigurationLowFramerateInputsType]
|
|
4679
|
-
OutputLockingSettings: NotRequired[OutputLockingSettingsTypeDef]
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
4697
|
class FailoverConditionTypeDef(TypedDict):
|
|
4683
4698
|
FailoverConditionSettings: NotRequired[FailoverConditionSettingsTypeDef]
|
|
4684
4699
|
|
|
@@ -5229,6 +5244,18 @@ class AudioWatermarkSettingsTypeDef(TypedDict):
|
|
|
5229
5244
|
|
|
5230
5245
|
|
|
5231
5246
|
OutputDestinationUnionTypeDef = Union[OutputDestinationTypeDef, OutputDestinationOutputTypeDef]
|
|
5247
|
+
|
|
5248
|
+
|
|
5249
|
+
class GlobalConfigurationTypeDef(TypedDict):
|
|
5250
|
+
InitialAudioGain: NotRequired[int]
|
|
5251
|
+
InputEndAction: NotRequired[GlobalConfigurationInputEndActionType]
|
|
5252
|
+
InputLossBehavior: NotRequired[InputLossBehaviorTypeDef]
|
|
5253
|
+
OutputLockingMode: NotRequired[GlobalConfigurationOutputLockingModeType]
|
|
5254
|
+
OutputTimingSource: NotRequired[GlobalConfigurationOutputTimingSourceType]
|
|
5255
|
+
SupportLowFramerateInputs: NotRequired[GlobalConfigurationLowFramerateInputsType]
|
|
5256
|
+
OutputLockingSettings: NotRequired[OutputLockingSettingsTypeDef]
|
|
5257
|
+
|
|
5258
|
+
|
|
5232
5259
|
PauseStateScheduleActionSettingsUnionTypeDef = Union[
|
|
5233
5260
|
PauseStateScheduleActionSettingsTypeDef, PauseStateScheduleActionSettingsOutputTypeDef
|
|
5234
5261
|
]
|
|
@@ -5911,6 +5938,7 @@ class ChannelSummaryTypeDef(TypedDict):
|
|
|
5911
5938
|
AnywhereSettings: NotRequired[DescribeAnywhereSettingsTypeDef]
|
|
5912
5939
|
ChannelEngineVersion: NotRequired[ChannelEngineVersionResponseTypeDef]
|
|
5913
5940
|
UsedChannelEngineVersions: NotRequired[list[ChannelEngineVersionResponseTypeDef]]
|
|
5941
|
+
LinkedChannelSettings: NotRequired[DescribeLinkedChannelSettingsTypeDef]
|
|
5914
5942
|
|
|
5915
5943
|
|
|
5916
5944
|
class OutputGroupOutputTypeDef(TypedDict):
|
|
@@ -5987,7 +6015,7 @@ class EncoderSettingsOutputTypeDef(TypedDict):
|
|
|
5987
6015
|
BlackoutSlate: NotRequired[BlackoutSlateTypeDef]
|
|
5988
6016
|
CaptionDescriptions: NotRequired[list[CaptionDescriptionOutputTypeDef]]
|
|
5989
6017
|
FeatureActivations: NotRequired[FeatureActivationsTypeDef]
|
|
5990
|
-
GlobalConfiguration: NotRequired[
|
|
6018
|
+
GlobalConfiguration: NotRequired[GlobalConfigurationTypeDef]
|
|
5991
6019
|
MotionGraphicsConfiguration: NotRequired[MotionGraphicsConfigurationOutputTypeDef]
|
|
5992
6020
|
NielsenConfiguration: NotRequired[NielsenConfigurationTypeDef]
|
|
5993
6021
|
ThumbnailConfiguration: NotRequired[ThumbnailConfigurationTypeDef]
|
|
@@ -6052,6 +6080,7 @@ class ChannelTypeDef(TypedDict):
|
|
|
6052
6080
|
Vpc: NotRequired[VpcOutputSettingsDescriptionTypeDef]
|
|
6053
6081
|
AnywhereSettings: NotRequired[DescribeAnywhereSettingsTypeDef]
|
|
6054
6082
|
ChannelEngineVersion: NotRequired[ChannelEngineVersionResponseTypeDef]
|
|
6083
|
+
LinkedChannelSettings: NotRequired[DescribeLinkedChannelSettingsTypeDef]
|
|
6055
6084
|
|
|
6056
6085
|
|
|
6057
6086
|
class DeleteChannelResponseTypeDef(TypedDict):
|
|
@@ -6075,6 +6104,7 @@ class DeleteChannelResponseTypeDef(TypedDict):
|
|
|
6075
6104
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
6076
6105
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
6077
6106
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
6107
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
6078
6108
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6079
6109
|
|
|
6080
6110
|
|
|
@@ -6099,6 +6129,7 @@ class DescribeChannelResponseTypeDef(TypedDict):
|
|
|
6099
6129
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
6100
6130
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
6101
6131
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
6132
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
6102
6133
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6103
6134
|
|
|
6104
6135
|
|
|
@@ -6124,6 +6155,7 @@ class RestartChannelPipelinesResponseTypeDef(TypedDict):
|
|
|
6124
6155
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
6125
6156
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
6126
6157
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
6158
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
6127
6159
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6128
6160
|
|
|
6129
6161
|
|
|
@@ -6148,6 +6180,7 @@ class StartChannelResponseTypeDef(TypedDict):
|
|
|
6148
6180
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
6149
6181
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
6150
6182
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
6183
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
6151
6184
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6152
6185
|
|
|
6153
6186
|
|
|
@@ -6172,6 +6205,7 @@ class StopChannelResponseTypeDef(TypedDict):
|
|
|
6172
6205
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
6173
6206
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
6174
6207
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
6208
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
6175
6209
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6176
6210
|
|
|
6177
6211
|
|
|
@@ -6239,6 +6273,7 @@ class CreateChannelRequestTypeDef(TypedDict):
|
|
|
6239
6273
|
AnywhereSettings: NotRequired[AnywhereSettingsTypeDef]
|
|
6240
6274
|
ChannelEngineVersion: NotRequired[ChannelEngineVersionRequestTypeDef]
|
|
6241
6275
|
DryRun: NotRequired[bool]
|
|
6276
|
+
LinkedChannelSettings: NotRequired[LinkedChannelSettingsTypeDef]
|
|
6242
6277
|
|
|
6243
6278
|
|
|
6244
6279
|
class UpdateChannelRequestTypeDef(TypedDict):
|
|
@@ -6255,6 +6290,7 @@ class UpdateChannelRequestTypeDef(TypedDict):
|
|
|
6255
6290
|
ChannelEngineVersion: NotRequired[ChannelEngineVersionRequestTypeDef]
|
|
6256
6291
|
DryRun: NotRequired[bool]
|
|
6257
6292
|
AnywhereSettings: NotRequired[AnywhereSettingsTypeDef]
|
|
6293
|
+
LinkedChannelSettings: NotRequired[LinkedChannelSettingsTypeDef]
|
|
6258
6294
|
|
|
6259
6295
|
|
|
6260
6296
|
class BatchUpdateScheduleRequestTypeDef(TypedDict):
|
|
@@ -239,6 +239,7 @@ from .literals import (
|
|
|
239
239
|
InputTimecodeSourceType,
|
|
240
240
|
InputTypeType,
|
|
241
241
|
LastFrameClippingBehaviorType,
|
|
242
|
+
LinkedChannelTypeType,
|
|
242
243
|
LogLevelType,
|
|
243
244
|
M2tsAbsentInputAudioBehaviorType,
|
|
244
245
|
M2tsAribCaptionsPidControlType,
|
|
@@ -289,6 +290,7 @@ from .literals import (
|
|
|
289
290
|
NodeRoleType,
|
|
290
291
|
NodeStateType,
|
|
291
292
|
PipelineIdType,
|
|
293
|
+
PipelineLockingMethodType,
|
|
292
294
|
PreferredChannelPipelineType,
|
|
293
295
|
RebootInputDeviceForceType,
|
|
294
296
|
ReservationAutomaticRenewalType,
|
|
@@ -538,6 +540,7 @@ __all__ = (
|
|
|
538
540
|
"DescribeClusterRequestWaitTypeDef",
|
|
539
541
|
"DescribeClusterResponseTypeDef",
|
|
540
542
|
"DescribeClusterSummaryTypeDef",
|
|
543
|
+
"DescribeFollowerChannelSettingsTypeDef",
|
|
541
544
|
"DescribeInputDeviceRequestTypeDef",
|
|
542
545
|
"DescribeInputDeviceResponseTypeDef",
|
|
543
546
|
"DescribeInputDeviceThumbnailRequestTypeDef",
|
|
@@ -549,6 +552,7 @@ __all__ = (
|
|
|
549
552
|
"DescribeInputResponseTypeDef",
|
|
550
553
|
"DescribeInputSecurityGroupRequestTypeDef",
|
|
551
554
|
"DescribeInputSecurityGroupResponseTypeDef",
|
|
555
|
+
"DescribeLinkedChannelSettingsTypeDef",
|
|
552
556
|
"DescribeMultiplexProgramRequestTypeDef",
|
|
553
557
|
"DescribeMultiplexProgramResponseTypeDef",
|
|
554
558
|
"DescribeMultiplexRequestTypeDef",
|
|
@@ -567,6 +571,7 @@ __all__ = (
|
|
|
567
571
|
"DescribeNodeSummaryTypeDef",
|
|
568
572
|
"DescribeOfferingRequestTypeDef",
|
|
569
573
|
"DescribeOfferingResponseTypeDef",
|
|
574
|
+
"DescribePrimaryChannelSettingsTypeDef",
|
|
570
575
|
"DescribeReservationRequestTypeDef",
|
|
571
576
|
"DescribeReservationResponseTypeDef",
|
|
572
577
|
"DescribeScheduleRequestPaginateTypeDef",
|
|
@@ -602,6 +607,7 @@ __all__ = (
|
|
|
602
607
|
"FixedModeScheduleActionStartSettingsTypeDef",
|
|
603
608
|
"Fmp4HlsSettingsTypeDef",
|
|
604
609
|
"FollowModeScheduleActionStartSettingsTypeDef",
|
|
610
|
+
"FollowerChannelSettingsTypeDef",
|
|
605
611
|
"FrameCaptureCdnSettingsTypeDef",
|
|
606
612
|
"FrameCaptureGroupSettingsTypeDef",
|
|
607
613
|
"FrameCaptureOutputSettingsTypeDef",
|
|
@@ -621,7 +627,6 @@ __all__ = (
|
|
|
621
627
|
"GetSignalMapRequestWaitExtraTypeDef",
|
|
622
628
|
"GetSignalMapRequestWaitTypeDef",
|
|
623
629
|
"GetSignalMapResponseTypeDef",
|
|
624
|
-
"GlobalConfigurationOutputTypeDef",
|
|
625
630
|
"GlobalConfigurationTypeDef",
|
|
626
631
|
"H264ColorSpaceSettingsOutputTypeDef",
|
|
627
632
|
"H264ColorSpaceSettingsTypeDef",
|
|
@@ -699,6 +704,7 @@ __all__ = (
|
|
|
699
704
|
"IpPoolTypeDef",
|
|
700
705
|
"IpPoolUpdateRequestTypeDef",
|
|
701
706
|
"KeyProviderSettingsTypeDef",
|
|
707
|
+
"LinkedChannelSettingsTypeDef",
|
|
702
708
|
"ListAlertsRequestPaginateTypeDef",
|
|
703
709
|
"ListAlertsRequestTypeDef",
|
|
704
710
|
"ListAlertsResponseTypeDef",
|
|
@@ -840,7 +846,6 @@ __all__ = (
|
|
|
840
846
|
"OutputGroupSettingsTypeDef",
|
|
841
847
|
"OutputGroupTypeDef",
|
|
842
848
|
"OutputLocationRefTypeDef",
|
|
843
|
-
"OutputLockingSettingsOutputTypeDef",
|
|
844
849
|
"OutputLockingSettingsTypeDef",
|
|
845
850
|
"OutputSettingsOutputTypeDef",
|
|
846
851
|
"OutputSettingsTypeDef",
|
|
@@ -850,7 +855,9 @@ __all__ = (
|
|
|
850
855
|
"PauseStateScheduleActionSettingsTypeDef",
|
|
851
856
|
"PauseStateScheduleActionSettingsUnionTypeDef",
|
|
852
857
|
"PipelineDetailTypeDef",
|
|
858
|
+
"PipelineLockingSettingsTypeDef",
|
|
853
859
|
"PipelinePauseStateSettingsTypeDef",
|
|
860
|
+
"PrimaryChannelSettingsTypeDef",
|
|
854
861
|
"PurchaseOfferingRequestTypeDef",
|
|
855
862
|
"PurchaseOfferingResponseTypeDef",
|
|
856
863
|
"RebootInputDeviceRequestTypeDef",
|
|
@@ -1622,6 +1629,10 @@ class DescribeChannelRequestTypeDef(TypedDict):
|
|
|
1622
1629
|
class DescribeClusterRequestTypeDef(TypedDict):
|
|
1623
1630
|
ClusterId: str
|
|
1624
1631
|
|
|
1632
|
+
class DescribeFollowerChannelSettingsTypeDef(TypedDict):
|
|
1633
|
+
LinkedChannelType: NotRequired[LinkedChannelTypeType]
|
|
1634
|
+
PrimaryChannelArn: NotRequired[str]
|
|
1635
|
+
|
|
1625
1636
|
class DescribeInputDeviceRequestTypeDef(TypedDict):
|
|
1626
1637
|
InputDeviceId: str
|
|
1627
1638
|
|
|
@@ -1664,6 +1675,10 @@ class DescribeInputSecurityGroupRequestTypeDef(TypedDict):
|
|
|
1664
1675
|
class InputWhitelistRuleTypeDef(TypedDict):
|
|
1665
1676
|
Cidr: NotRequired[str]
|
|
1666
1677
|
|
|
1678
|
+
class DescribePrimaryChannelSettingsTypeDef(TypedDict):
|
|
1679
|
+
FollowingChannelArns: NotRequired[list[str]]
|
|
1680
|
+
LinkedChannelType: NotRequired[LinkedChannelTypeType]
|
|
1681
|
+
|
|
1667
1682
|
class DescribeMultiplexProgramRequestTypeDef(TypedDict):
|
|
1668
1683
|
MultiplexId: str
|
|
1669
1684
|
ProgramName: str
|
|
@@ -1787,6 +1802,10 @@ class FollowModeScheduleActionStartSettingsTypeDef(TypedDict):
|
|
|
1787
1802
|
FollowPoint: FollowPointType
|
|
1788
1803
|
ReferenceActionName: str
|
|
1789
1804
|
|
|
1805
|
+
class FollowerChannelSettingsTypeDef(TypedDict):
|
|
1806
|
+
LinkedChannelType: NotRequired[LinkedChannelTypeType]
|
|
1807
|
+
PrimaryChannelArn: NotRequired[str]
|
|
1808
|
+
|
|
1790
1809
|
class FrameCaptureS3SettingsTypeDef(TypedDict):
|
|
1791
1810
|
CannedAcl: NotRequired[S3CannedAclType]
|
|
1792
1811
|
|
|
@@ -1921,6 +1940,9 @@ class InputSdpLocationTypeDef(TypedDict):
|
|
|
1921
1940
|
class IpPoolUpdateRequestTypeDef(TypedDict):
|
|
1922
1941
|
Cidr: NotRequired[str]
|
|
1923
1942
|
|
|
1943
|
+
class PrimaryChannelSettingsTypeDef(TypedDict):
|
|
1944
|
+
LinkedChannelType: NotRequired[LinkedChannelTypeType]
|
|
1945
|
+
|
|
1924
1946
|
class ListAlertsRequestTypeDef(TypedDict):
|
|
1925
1947
|
ChannelId: str
|
|
1926
1948
|
MaxResults: NotRequired[int]
|
|
@@ -2272,6 +2294,9 @@ class RtmpGroupSettingsTypeDef(TypedDict):
|
|
|
2272
2294
|
RestartDelay: NotRequired[int]
|
|
2273
2295
|
IncludeFillerNalUnits: NotRequired[IncludeFillerNalUnitsType]
|
|
2274
2296
|
|
|
2297
|
+
class PipelineLockingSettingsTypeDef(TypedDict):
|
|
2298
|
+
PipelineLockingMethod: NotRequired[PipelineLockingMethodType]
|
|
2299
|
+
|
|
2275
2300
|
class PipelinePauseStateSettingsTypeDef(TypedDict):
|
|
2276
2301
|
PipelineId: PipelineIdType
|
|
2277
2302
|
|
|
@@ -3408,6 +3433,10 @@ class InputSecurityGroupTypeDef(TypedDict):
|
|
|
3408
3433
|
Tags: NotRequired[dict[str, str]]
|
|
3409
3434
|
WhitelistRules: NotRequired[list[InputWhitelistRuleTypeDef]]
|
|
3410
3435
|
|
|
3436
|
+
class DescribeLinkedChannelSettingsTypeDef(TypedDict):
|
|
3437
|
+
FollowerChannelSettings: NotRequired[DescribeFollowerChannelSettingsTypeDef]
|
|
3438
|
+
PrimaryChannelSettings: NotRequired[DescribePrimaryChannelSettingsTypeDef]
|
|
3439
|
+
|
|
3411
3440
|
class DescribeScheduleRequestPaginateTypeDef(TypedDict):
|
|
3412
3441
|
ChannelId: str
|
|
3413
3442
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
@@ -3566,14 +3595,6 @@ class M2tsSettingsTypeDef(TypedDict):
|
|
|
3566
3595
|
VideoPid: NotRequired[str]
|
|
3567
3596
|
Scte35PrerollPullupMilliseconds: NotRequired[float]
|
|
3568
3597
|
|
|
3569
|
-
class OutputLockingSettingsOutputTypeDef(TypedDict):
|
|
3570
|
-
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
3571
|
-
PipelineLockingSettings: NotRequired[dict[str, Any]]
|
|
3572
|
-
|
|
3573
|
-
class OutputLockingSettingsTypeDef(TypedDict):
|
|
3574
|
-
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
3575
|
-
PipelineLockingSettings: NotRequired[Mapping[str, Any]]
|
|
3576
|
-
|
|
3577
3598
|
class ListEventBridgeRuleTemplateGroupsResponseTypeDef(TypedDict):
|
|
3578
3599
|
EventBridgeRuleTemplateGroups: list[EventBridgeRuleTemplateGroupSummaryTypeDef]
|
|
3579
3600
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -3673,6 +3694,10 @@ class Smpte2110ReceiverGroupSdpSettingsTypeDef(TypedDict):
|
|
|
3673
3694
|
AudioSdps: NotRequired[Sequence[InputSdpLocationTypeDef]]
|
|
3674
3695
|
VideoSdp: NotRequired[InputSdpLocationTypeDef]
|
|
3675
3696
|
|
|
3697
|
+
class LinkedChannelSettingsTypeDef(TypedDict):
|
|
3698
|
+
FollowerChannelSettings: NotRequired[FollowerChannelSettingsTypeDef]
|
|
3699
|
+
PrimaryChannelSettings: NotRequired[PrimaryChannelSettingsTypeDef]
|
|
3700
|
+
|
|
3676
3701
|
class ListInputDeviceTransfersResponseTypeDef(TypedDict):
|
|
3677
3702
|
InputDeviceTransfers: list[TransferringInputDeviceSummaryTypeDef]
|
|
3678
3703
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -3778,6 +3803,10 @@ class OutputDestinationTypeDef(TypedDict):
|
|
|
3778
3803
|
SrtSettings: NotRequired[Sequence[SrtOutputDestinationSettingsTypeDef]]
|
|
3779
3804
|
LogicalInterfaceNames: NotRequired[Sequence[str]]
|
|
3780
3805
|
|
|
3806
|
+
class OutputLockingSettingsTypeDef(TypedDict):
|
|
3807
|
+
EpochLockingSettings: NotRequired[EpochLockingSettingsTypeDef]
|
|
3808
|
+
PipelineLockingSettings: NotRequired[PipelineLockingSettingsTypeDef]
|
|
3809
|
+
|
|
3781
3810
|
class PauseStateScheduleActionSettingsOutputTypeDef(TypedDict):
|
|
3782
3811
|
Pipelines: NotRequired[list[PipelinePauseStateSettingsTypeDef]]
|
|
3783
3812
|
|
|
@@ -4144,24 +4173,6 @@ class ArchiveContainerSettingsTypeDef(TypedDict):
|
|
|
4144
4173
|
class UdpContainerSettingsTypeDef(TypedDict):
|
|
4145
4174
|
M2tsSettings: NotRequired[M2tsSettingsTypeDef]
|
|
4146
4175
|
|
|
4147
|
-
class GlobalConfigurationOutputTypeDef(TypedDict):
|
|
4148
|
-
InitialAudioGain: NotRequired[int]
|
|
4149
|
-
InputEndAction: NotRequired[GlobalConfigurationInputEndActionType]
|
|
4150
|
-
InputLossBehavior: NotRequired[InputLossBehaviorTypeDef]
|
|
4151
|
-
OutputLockingMode: NotRequired[GlobalConfigurationOutputLockingModeType]
|
|
4152
|
-
OutputTimingSource: NotRequired[GlobalConfigurationOutputTimingSourceType]
|
|
4153
|
-
SupportLowFramerateInputs: NotRequired[GlobalConfigurationLowFramerateInputsType]
|
|
4154
|
-
OutputLockingSettings: NotRequired[OutputLockingSettingsOutputTypeDef]
|
|
4155
|
-
|
|
4156
|
-
class GlobalConfigurationTypeDef(TypedDict):
|
|
4157
|
-
InitialAudioGain: NotRequired[int]
|
|
4158
|
-
InputEndAction: NotRequired[GlobalConfigurationInputEndActionType]
|
|
4159
|
-
InputLossBehavior: NotRequired[InputLossBehaviorTypeDef]
|
|
4160
|
-
OutputLockingMode: NotRequired[GlobalConfigurationOutputLockingModeType]
|
|
4161
|
-
OutputTimingSource: NotRequired[GlobalConfigurationOutputTimingSourceType]
|
|
4162
|
-
SupportLowFramerateInputs: NotRequired[GlobalConfigurationLowFramerateInputsType]
|
|
4163
|
-
OutputLockingSettings: NotRequired[OutputLockingSettingsTypeDef]
|
|
4164
|
-
|
|
4165
4176
|
class FailoverConditionTypeDef(TypedDict):
|
|
4166
4177
|
FailoverConditionSettings: NotRequired[FailoverConditionSettingsTypeDef]
|
|
4167
4178
|
|
|
@@ -4679,6 +4690,16 @@ class AudioWatermarkSettingsTypeDef(TypedDict):
|
|
|
4679
4690
|
NielsenWatermarksSettings: NotRequired[NielsenWatermarksSettingsTypeDef]
|
|
4680
4691
|
|
|
4681
4692
|
OutputDestinationUnionTypeDef = Union[OutputDestinationTypeDef, OutputDestinationOutputTypeDef]
|
|
4693
|
+
|
|
4694
|
+
class GlobalConfigurationTypeDef(TypedDict):
|
|
4695
|
+
InitialAudioGain: NotRequired[int]
|
|
4696
|
+
InputEndAction: NotRequired[GlobalConfigurationInputEndActionType]
|
|
4697
|
+
InputLossBehavior: NotRequired[InputLossBehaviorTypeDef]
|
|
4698
|
+
OutputLockingMode: NotRequired[GlobalConfigurationOutputLockingModeType]
|
|
4699
|
+
OutputTimingSource: NotRequired[GlobalConfigurationOutputTimingSourceType]
|
|
4700
|
+
SupportLowFramerateInputs: NotRequired[GlobalConfigurationLowFramerateInputsType]
|
|
4701
|
+
OutputLockingSettings: NotRequired[OutputLockingSettingsTypeDef]
|
|
4702
|
+
|
|
4682
4703
|
PauseStateScheduleActionSettingsUnionTypeDef = Union[
|
|
4683
4704
|
PauseStateScheduleActionSettingsTypeDef, PauseStateScheduleActionSettingsOutputTypeDef
|
|
4684
4705
|
]
|
|
@@ -5293,6 +5314,7 @@ class ChannelSummaryTypeDef(TypedDict):
|
|
|
5293
5314
|
AnywhereSettings: NotRequired[DescribeAnywhereSettingsTypeDef]
|
|
5294
5315
|
ChannelEngineVersion: NotRequired[ChannelEngineVersionResponseTypeDef]
|
|
5295
5316
|
UsedChannelEngineVersions: NotRequired[list[ChannelEngineVersionResponseTypeDef]]
|
|
5317
|
+
LinkedChannelSettings: NotRequired[DescribeLinkedChannelSettingsTypeDef]
|
|
5296
5318
|
|
|
5297
5319
|
class OutputGroupOutputTypeDef(TypedDict):
|
|
5298
5320
|
OutputGroupSettings: OutputGroupSettingsOutputTypeDef
|
|
@@ -5362,7 +5384,7 @@ class EncoderSettingsOutputTypeDef(TypedDict):
|
|
|
5362
5384
|
BlackoutSlate: NotRequired[BlackoutSlateTypeDef]
|
|
5363
5385
|
CaptionDescriptions: NotRequired[list[CaptionDescriptionOutputTypeDef]]
|
|
5364
5386
|
FeatureActivations: NotRequired[FeatureActivationsTypeDef]
|
|
5365
|
-
GlobalConfiguration: NotRequired[
|
|
5387
|
+
GlobalConfiguration: NotRequired[GlobalConfigurationTypeDef]
|
|
5366
5388
|
MotionGraphicsConfiguration: NotRequired[MotionGraphicsConfigurationOutputTypeDef]
|
|
5367
5389
|
NielsenConfiguration: NotRequired[NielsenConfigurationTypeDef]
|
|
5368
5390
|
ThumbnailConfiguration: NotRequired[ThumbnailConfigurationTypeDef]
|
|
@@ -5421,6 +5443,7 @@ class ChannelTypeDef(TypedDict):
|
|
|
5421
5443
|
Vpc: NotRequired[VpcOutputSettingsDescriptionTypeDef]
|
|
5422
5444
|
AnywhereSettings: NotRequired[DescribeAnywhereSettingsTypeDef]
|
|
5423
5445
|
ChannelEngineVersion: NotRequired[ChannelEngineVersionResponseTypeDef]
|
|
5446
|
+
LinkedChannelSettings: NotRequired[DescribeLinkedChannelSettingsTypeDef]
|
|
5424
5447
|
|
|
5425
5448
|
class DeleteChannelResponseTypeDef(TypedDict):
|
|
5426
5449
|
Arn: str
|
|
@@ -5443,6 +5466,7 @@ class DeleteChannelResponseTypeDef(TypedDict):
|
|
|
5443
5466
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
5444
5467
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
5445
5468
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
5469
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
5446
5470
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5447
5471
|
|
|
5448
5472
|
class DescribeChannelResponseTypeDef(TypedDict):
|
|
@@ -5466,6 +5490,7 @@ class DescribeChannelResponseTypeDef(TypedDict):
|
|
|
5466
5490
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
5467
5491
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
5468
5492
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
5493
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
5469
5494
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5470
5495
|
|
|
5471
5496
|
class RestartChannelPipelinesResponseTypeDef(TypedDict):
|
|
@@ -5490,6 +5515,7 @@ class RestartChannelPipelinesResponseTypeDef(TypedDict):
|
|
|
5490
5515
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
5491
5516
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
5492
5517
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
5518
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
5493
5519
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5494
5520
|
|
|
5495
5521
|
class StartChannelResponseTypeDef(TypedDict):
|
|
@@ -5513,6 +5539,7 @@ class StartChannelResponseTypeDef(TypedDict):
|
|
|
5513
5539
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
5514
5540
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
5515
5541
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
5542
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
5516
5543
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5517
5544
|
|
|
5518
5545
|
class StopChannelResponseTypeDef(TypedDict):
|
|
@@ -5536,6 +5563,7 @@ class StopChannelResponseTypeDef(TypedDict):
|
|
|
5536
5563
|
Vpc: VpcOutputSettingsDescriptionTypeDef
|
|
5537
5564
|
AnywhereSettings: DescribeAnywhereSettingsTypeDef
|
|
5538
5565
|
ChannelEngineVersion: ChannelEngineVersionResponseTypeDef
|
|
5566
|
+
LinkedChannelSettings: DescribeLinkedChannelSettingsTypeDef
|
|
5539
5567
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5540
5568
|
|
|
5541
5569
|
EncoderSettingsUnionTypeDef = Union[EncoderSettingsTypeDef, EncoderSettingsOutputTypeDef]
|
|
@@ -5593,6 +5621,7 @@ class CreateChannelRequestTypeDef(TypedDict):
|
|
|
5593
5621
|
AnywhereSettings: NotRequired[AnywhereSettingsTypeDef]
|
|
5594
5622
|
ChannelEngineVersion: NotRequired[ChannelEngineVersionRequestTypeDef]
|
|
5595
5623
|
DryRun: NotRequired[bool]
|
|
5624
|
+
LinkedChannelSettings: NotRequired[LinkedChannelSettingsTypeDef]
|
|
5596
5625
|
|
|
5597
5626
|
class UpdateChannelRequestTypeDef(TypedDict):
|
|
5598
5627
|
ChannelId: str
|
|
@@ -5608,6 +5637,7 @@ class UpdateChannelRequestTypeDef(TypedDict):
|
|
|
5608
5637
|
ChannelEngineVersion: NotRequired[ChannelEngineVersionRequestTypeDef]
|
|
5609
5638
|
DryRun: NotRequired[bool]
|
|
5610
5639
|
AnywhereSettings: NotRequired[AnywhereSettingsTypeDef]
|
|
5640
|
+
LinkedChannelSettings: NotRequired[LinkedChannelSettingsTypeDef]
|
|
5611
5641
|
|
|
5612
5642
|
class BatchUpdateScheduleRequestTypeDef(TypedDict):
|
|
5613
5643
|
ChannelId: str
|
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.17
|
|
4
|
+
Summary: Type annotations for boto3 MediaLive 1.42.17 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.17](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.17' 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=t26MyKGOnTveNp9QNYmWatCdPvTrOzWCHTpulnFGu3U,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=vgxzBAc1i_bCNAWTcMy-Y3MQlmkyh58gb1Z7aH-J0QY,54114
|
|
7
|
+
types_boto3_medialive/literals.pyi,sha256=-6Lw78DB0KFqRTxdjjT2tUqmdJ0acZefM-8Dte0b-LE,54112
|
|
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=3VGMLwaEgOe5Z0-eO18DrMxTQnHdQqTKU-zhftVqYFQ,212675
|
|
12
|
+
types_boto3_medialive/type_defs.pyi,sha256=8eUxB6ERh42Sk9nNgYkbTVFNottdUB-oLxYUU62cL50,212021
|
|
13
|
+
types_boto3_medialive/version.py,sha256=yvrQJQqC6zB1s4nOEZs6zfS6iFNXmhS8iA7gsS9RYcM,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.42.17.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
types_boto3_medialive-1.42.17.dist-info/METADATA,sha256=HJY8oJrjZrgwhMmqT_HkmAVIhQ5lStkw5My668r38b0,21169
|
|
18
|
+
types_boto3_medialive-1.42.17.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
types_boto3_medialive-1.42.17.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
|
|
20
|
+
types_boto3_medialive-1.42.17.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=7UIL2QFdZJTACrV8A3oUl7KEpCG8S-_6WJPrZGQvr54,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=PkOAvkSoeItt3G8obTkqGZSNxtSP22zMC7YmXdDzBSk,53751
|
|
7
|
-
types_boto3_medialive/literals.pyi,sha256=aWnydgMxa32b8NcWiFLr4c1_tRRndnAFTBFvsjz_KrI,53749
|
|
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=ZtEblsbAVbZWuGFYY23SYRu3T8sCoiDNfG49dV1XWUA,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.41.0.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
types_boto3_medialive-1.41.0.dist-info/METADATA,sha256=0CpHsy28-MqsvuNdHgzH8oUcfN9EQEqvgcLmdCXGw1o,21165
|
|
18
|
-
types_boto3_medialive-1.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
-
types_boto3_medialive-1.41.0.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
|
|
20
|
-
types_boto3_medialive-1.41.0.dist-info/RECORD,,
|
|
File without changes
|
{types_boto3_medialive-1.41.0.dist-info → types_boto3_medialive-1.42.17.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{types_boto3_medialive-1.41.0.dist-info → types_boto3_medialive-1.42.17.dist-info}/top_level.txt
RENAMED
|
File without changes
|