types-boto3-medialive 1.37.26__py3-none-any.whl → 1.37.32__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/__init__.py +4 -0
- types_boto3_medialive/__init__.pyi +4 -0
- types_boto3_medialive/__main__.py +3 -3
- types_boto3_medialive/client.py +72 -0
- types_boto3_medialive/client.pyi +72 -0
- types_boto3_medialive/literals.py +14 -0
- types_boto3_medialive/literals.pyi +14 -0
- types_boto3_medialive/paginator.py +26 -0
- types_boto3_medialive/paginator.pyi +23 -0
- types_boto3_medialive/type_defs.py +197 -30
- types_boto3_medialive/type_defs.pyi +179 -28
- types_boto3_medialive/version.py +1 -1
- {types_boto3_medialive-1.37.26.dist-info → types_boto3_medialive-1.37.32.dist-info}/METADATA +6 -4
- types_boto3_medialive-1.37.32.dist-info/RECORD +20 -0
- types_boto3_medialive-1.37.26.dist-info/RECORD +0 -20
- {types_boto3_medialive-1.37.26.dist-info → types_boto3_medialive-1.37.32.dist-info}/WHEEL +0 -0
- {types_boto3_medialive-1.37.26.dist-info → types_boto3_medialive-1.37.32.dist-info}/licenses/LICENSE +0 -0
- {types_boto3_medialive-1.37.26.dist-info → types_boto3_medialive-1.37.32.dist-info}/top_level.txt +0 -0
|
@@ -76,6 +76,8 @@ from .literals import (
|
|
|
76
76
|
CmafIngestSegmentLengthUnitsType,
|
|
77
77
|
CmafKLVBehaviorType,
|
|
78
78
|
CmafNielsenId3BehaviorType,
|
|
79
|
+
CmafTimedMetadataId3FrameType,
|
|
80
|
+
CmafTimedMetadataPassthroughType,
|
|
79
81
|
ColorSpaceType,
|
|
80
82
|
DashRoleAudioType,
|
|
81
83
|
DashRoleCaptionType,
|
|
@@ -303,6 +305,9 @@ from .literals import (
|
|
|
303
305
|
Scte35SpliceInsertWebDeliveryAllowedBehaviorType,
|
|
304
306
|
Scte35TypeType,
|
|
305
307
|
Scte35WebDeliveryAllowedFlagType,
|
|
308
|
+
SdiSourceModeType,
|
|
309
|
+
SdiSourceStateType,
|
|
310
|
+
SdiSourceTypeType,
|
|
306
311
|
SignalMapMonitorDeploymentStatusType,
|
|
307
312
|
SignalMapStatusType,
|
|
308
313
|
SmoothGroupAudioOnlyTimecodeControlType,
|
|
@@ -435,6 +440,8 @@ __all__ = (
|
|
|
435
440
|
"ClusterNetworkSettingsCreateRequestTypeDef",
|
|
436
441
|
"ClusterNetworkSettingsTypeDef",
|
|
437
442
|
"ClusterNetworkSettingsUpdateRequestTypeDef",
|
|
443
|
+
"CmafIngestCaptionLanguageMappingTypeDef",
|
|
444
|
+
"CmafIngestGroupSettingsOutputTypeDef",
|
|
438
445
|
"CmafIngestGroupSettingsTypeDef",
|
|
439
446
|
"CmafIngestOutputSettingsTypeDef",
|
|
440
447
|
"ColorCorrectionSettingsOutputTypeDef",
|
|
@@ -470,6 +477,8 @@ __all__ = (
|
|
|
470
477
|
"CreateNodeResponseTypeDef",
|
|
471
478
|
"CreatePartnerInputRequestTypeDef",
|
|
472
479
|
"CreatePartnerInputResponseTypeDef",
|
|
480
|
+
"CreateSdiSourceRequestTypeDef",
|
|
481
|
+
"CreateSdiSourceResponseTypeDef",
|
|
473
482
|
"CreateSignalMapRequestTypeDef",
|
|
474
483
|
"CreateSignalMapResponseTypeDef",
|
|
475
484
|
"CreateTagsRequestTypeDef",
|
|
@@ -496,6 +505,8 @@ __all__ = (
|
|
|
496
505
|
"DeleteReservationRequestTypeDef",
|
|
497
506
|
"DeleteReservationResponseTypeDef",
|
|
498
507
|
"DeleteScheduleRequestTypeDef",
|
|
508
|
+
"DeleteSdiSourceRequestTypeDef",
|
|
509
|
+
"DeleteSdiSourceResponseTypeDef",
|
|
499
510
|
"DeleteSignalMapRequestTypeDef",
|
|
500
511
|
"DeleteTagsRequestTypeDef",
|
|
501
512
|
"DescribeAccountConfigurationResponseTypeDef",
|
|
@@ -551,6 +562,8 @@ __all__ = (
|
|
|
551
562
|
"DescribeScheduleRequestPaginateTypeDef",
|
|
552
563
|
"DescribeScheduleRequestTypeDef",
|
|
553
564
|
"DescribeScheduleResponseTypeDef",
|
|
565
|
+
"DescribeSdiSourceRequestTypeDef",
|
|
566
|
+
"DescribeSdiSourceResponseTypeDef",
|
|
554
567
|
"DescribeThumbnailsRequestTypeDef",
|
|
555
568
|
"DescribeThumbnailsResponseTypeDef",
|
|
556
569
|
"DvbNitSettingsTypeDef",
|
|
@@ -727,6 +740,9 @@ __all__ = (
|
|
|
727
740
|
"ListReservationsRequestPaginateTypeDef",
|
|
728
741
|
"ListReservationsRequestTypeDef",
|
|
729
742
|
"ListReservationsResponseTypeDef",
|
|
743
|
+
"ListSdiSourcesRequestPaginateTypeDef",
|
|
744
|
+
"ListSdiSourcesRequestTypeDef",
|
|
745
|
+
"ListSdiSourcesResponseTypeDef",
|
|
730
746
|
"ListSignalMapsRequestPaginateTypeDef",
|
|
731
747
|
"ListSignalMapsRequestTypeDef",
|
|
732
748
|
"ListSignalMapsResponseTypeDef",
|
|
@@ -851,6 +867,10 @@ __all__ = (
|
|
|
851
867
|
"Scte35TimeSignalScheduleActionSettingsOutputTypeDef",
|
|
852
868
|
"Scte35TimeSignalScheduleActionSettingsTypeDef",
|
|
853
869
|
"Scte35TimeSignalScheduleActionSettingsUnionTypeDef",
|
|
870
|
+
"SdiSourceMappingTypeDef",
|
|
871
|
+
"SdiSourceMappingUpdateRequestTypeDef",
|
|
872
|
+
"SdiSourceSummaryTypeDef",
|
|
873
|
+
"SdiSourceTypeDef",
|
|
854
874
|
"SignalMapSummaryTypeDef",
|
|
855
875
|
"Smpte2110ReceiverGroupOutputTypeDef",
|
|
856
876
|
"Smpte2110ReceiverGroupSdpSettingsOutputTypeDef",
|
|
@@ -948,6 +968,8 @@ __all__ = (
|
|
|
948
968
|
"UpdateNodeStateResponseTypeDef",
|
|
949
969
|
"UpdateReservationRequestTypeDef",
|
|
950
970
|
"UpdateReservationResponseTypeDef",
|
|
971
|
+
"UpdateSdiSourceRequestTypeDef",
|
|
972
|
+
"UpdateSdiSourceResponseTypeDef",
|
|
951
973
|
"VideoBlackFailoverSettingsTypeDef",
|
|
952
974
|
"VideoCodecSettingsOutputTypeDef",
|
|
953
975
|
"VideoCodecSettingsTypeDef",
|
|
@@ -1330,6 +1352,11 @@ class InterfaceMappingUpdateRequestTypeDef(TypedDict):
|
|
|
1330
1352
|
NetworkId: NotRequired[str]
|
|
1331
1353
|
|
|
1332
1354
|
|
|
1355
|
+
class CmafIngestCaptionLanguageMappingTypeDef(TypedDict):
|
|
1356
|
+
CaptionChannel: int
|
|
1357
|
+
LanguageCode: str
|
|
1358
|
+
|
|
1359
|
+
|
|
1333
1360
|
class CmafIngestOutputSettingsTypeDef(TypedDict):
|
|
1334
1361
|
NameModifier: NotRequired[str]
|
|
1335
1362
|
|
|
@@ -1454,12 +1481,42 @@ class NodeInterfaceMappingCreateRequestTypeDef(TypedDict):
|
|
|
1454
1481
|
PhysicalInterfaceName: NotRequired[str]
|
|
1455
1482
|
|
|
1456
1483
|
|
|
1484
|
+
class SdiSourceMappingTypeDef(TypedDict):
|
|
1485
|
+
CardNumber: NotRequired[int]
|
|
1486
|
+
ChannelNumber: NotRequired[int]
|
|
1487
|
+
SdiSource: NotRequired[str]
|
|
1488
|
+
|
|
1489
|
+
|
|
1457
1490
|
class CreatePartnerInputRequestTypeDef(TypedDict):
|
|
1458
1491
|
InputId: str
|
|
1459
1492
|
RequestId: NotRequired[str]
|
|
1460
1493
|
Tags: NotRequired[Mapping[str, str]]
|
|
1461
1494
|
|
|
1462
1495
|
|
|
1496
|
+
CreateSdiSourceRequestTypeDef = TypedDict(
|
|
1497
|
+
"CreateSdiSourceRequestTypeDef",
|
|
1498
|
+
{
|
|
1499
|
+
"Mode": NotRequired[SdiSourceModeType],
|
|
1500
|
+
"Name": NotRequired[str],
|
|
1501
|
+
"RequestId": NotRequired[str],
|
|
1502
|
+
"Tags": NotRequired[Mapping[str, str]],
|
|
1503
|
+
"Type": NotRequired[SdiSourceTypeType],
|
|
1504
|
+
},
|
|
1505
|
+
)
|
|
1506
|
+
SdiSourceTypeDef = TypedDict(
|
|
1507
|
+
"SdiSourceTypeDef",
|
|
1508
|
+
{
|
|
1509
|
+
"Arn": NotRequired[str],
|
|
1510
|
+
"Id": NotRequired[str],
|
|
1511
|
+
"Inputs": NotRequired[List[str]],
|
|
1512
|
+
"Mode": NotRequired[SdiSourceModeType],
|
|
1513
|
+
"Name": NotRequired[str],
|
|
1514
|
+
"State": NotRequired[SdiSourceStateType],
|
|
1515
|
+
"Type": NotRequired[SdiSourceTypeType],
|
|
1516
|
+
},
|
|
1517
|
+
)
|
|
1518
|
+
|
|
1519
|
+
|
|
1463
1520
|
class CreateSignalMapRequestTypeDef(TypedDict):
|
|
1464
1521
|
DiscoveryEntryPointArn: str
|
|
1465
1522
|
Name: str
|
|
@@ -1590,6 +1647,10 @@ class DeleteScheduleRequestTypeDef(TypedDict):
|
|
|
1590
1647
|
ChannelId: str
|
|
1591
1648
|
|
|
1592
1649
|
|
|
1650
|
+
class DeleteSdiSourceRequestTypeDef(TypedDict):
|
|
1651
|
+
SdiSourceId: str
|
|
1652
|
+
|
|
1653
|
+
|
|
1593
1654
|
class DeleteSignalMapRequestTypeDef(TypedDict):
|
|
1594
1655
|
Identifier: str
|
|
1595
1656
|
|
|
@@ -1716,6 +1777,10 @@ class DescribeScheduleRequestTypeDef(TypedDict):
|
|
|
1716
1777
|
NextToken: NotRequired[str]
|
|
1717
1778
|
|
|
1718
1779
|
|
|
1780
|
+
class DescribeSdiSourceRequestTypeDef(TypedDict):
|
|
1781
|
+
SdiSourceId: str
|
|
1782
|
+
|
|
1783
|
+
|
|
1719
1784
|
class DescribeThumbnailsRequestTypeDef(TypedDict):
|
|
1720
1785
|
ChannelId: str
|
|
1721
1786
|
PipelineId: str
|
|
@@ -2115,6 +2180,25 @@ class ListReservationsRequestTypeDef(TypedDict):
|
|
|
2115
2180
|
VideoQuality: NotRequired[str]
|
|
2116
2181
|
|
|
2117
2182
|
|
|
2183
|
+
class ListSdiSourcesRequestTypeDef(TypedDict):
|
|
2184
|
+
MaxResults: NotRequired[int]
|
|
2185
|
+
NextToken: NotRequired[str]
|
|
2186
|
+
|
|
2187
|
+
|
|
2188
|
+
SdiSourceSummaryTypeDef = TypedDict(
|
|
2189
|
+
"SdiSourceSummaryTypeDef",
|
|
2190
|
+
{
|
|
2191
|
+
"Arn": NotRequired[str],
|
|
2192
|
+
"Id": NotRequired[str],
|
|
2193
|
+
"Inputs": NotRequired[List[str]],
|
|
2194
|
+
"Mode": NotRequired[SdiSourceModeType],
|
|
2195
|
+
"Name": NotRequired[str],
|
|
2196
|
+
"State": NotRequired[SdiSourceStateType],
|
|
2197
|
+
"Type": NotRequired[SdiSourceTypeType],
|
|
2198
|
+
},
|
|
2199
|
+
)
|
|
2200
|
+
|
|
2201
|
+
|
|
2118
2202
|
class ListSignalMapsRequestTypeDef(TypedDict):
|
|
2119
2203
|
CloudWatchAlarmTemplateGroupIdentifier: NotRequired[str]
|
|
2120
2204
|
EventBridgeRuleTemplateGroupIdentifier: NotRequired[str]
|
|
@@ -2397,6 +2481,12 @@ class Scte35DeliveryRestrictionsTypeDef(TypedDict):
|
|
|
2397
2481
|
WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlagType
|
|
2398
2482
|
|
|
2399
2483
|
|
|
2484
|
+
class SdiSourceMappingUpdateRequestTypeDef(TypedDict):
|
|
2485
|
+
CardNumber: NotRequired[int]
|
|
2486
|
+
ChannelNumber: NotRequired[int]
|
|
2487
|
+
SdiSource: NotRequired[str]
|
|
2488
|
+
|
|
2489
|
+
|
|
2400
2490
|
class SrtCallerDecryptionRequestTypeDef(TypedDict):
|
|
2401
2491
|
Algorithm: NotRequired[AlgorithmType]
|
|
2402
2492
|
PassphraseSecretArn: NotRequired[str]
|
|
@@ -2507,19 +2597,23 @@ class UpdateEventBridgeRuleTemplateGroupRequestTypeDef(TypedDict):
|
|
|
2507
2597
|
Description: NotRequired[str]
|
|
2508
2598
|
|
|
2509
2599
|
|
|
2510
|
-
class UpdateNodeRequestTypeDef(TypedDict):
|
|
2511
|
-
ClusterId: str
|
|
2512
|
-
NodeId: str
|
|
2513
|
-
Name: NotRequired[str]
|
|
2514
|
-
Role: NotRequired[NodeRoleType]
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
2600
|
class UpdateNodeStateRequestTypeDef(TypedDict):
|
|
2518
2601
|
ClusterId: str
|
|
2519
2602
|
NodeId: str
|
|
2520
2603
|
State: NotRequired[UpdateNodeStateType]
|
|
2521
2604
|
|
|
2522
2605
|
|
|
2606
|
+
UpdateSdiSourceRequestTypeDef = TypedDict(
|
|
2607
|
+
"UpdateSdiSourceRequestTypeDef",
|
|
2608
|
+
{
|
|
2609
|
+
"SdiSourceId": str,
|
|
2610
|
+
"Mode": NotRequired[SdiSourceModeType],
|
|
2611
|
+
"Name": NotRequired[str],
|
|
2612
|
+
"Type": NotRequired[SdiSourceTypeType],
|
|
2613
|
+
},
|
|
2614
|
+
)
|
|
2615
|
+
|
|
2616
|
+
|
|
2523
2617
|
class VideoSelectorPidTypeDef(TypedDict):
|
|
2524
2618
|
Pid: NotRequired[int]
|
|
2525
2619
|
|
|
@@ -2536,21 +2630,6 @@ class ArchiveCdnSettingsTypeDef(TypedDict):
|
|
|
2536
2630
|
ArchiveS3Settings: NotRequired[ArchiveS3SettingsTypeDef]
|
|
2537
2631
|
|
|
2538
2632
|
|
|
2539
|
-
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
2540
|
-
Destination: OutputLocationRefTypeDef
|
|
2541
|
-
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
2542
|
-
Scte35Type: NotRequired[Scte35TypeType]
|
|
2543
|
-
SegmentLength: NotRequired[int]
|
|
2544
|
-
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
2545
|
-
SendDelayMs: NotRequired[int]
|
|
2546
|
-
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
2547
|
-
KlvNameModifier: NotRequired[str]
|
|
2548
|
-
NielsenId3NameModifier: NotRequired[str]
|
|
2549
|
-
Scte35NameModifier: NotRequired[str]
|
|
2550
|
-
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
2551
|
-
Id3NameModifier: NotRequired[str]
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
2633
|
class MediaPackageGroupSettingsTypeDef(TypedDict):
|
|
2555
2634
|
Destination: OutputLocationRefTypeDef
|
|
2556
2635
|
|
|
@@ -3054,6 +3133,44 @@ class ClusterNetworkSettingsUpdateRequestTypeDef(TypedDict):
|
|
|
3054
3133
|
InterfaceMappings: NotRequired[Sequence[InterfaceMappingUpdateRequestTypeDef]]
|
|
3055
3134
|
|
|
3056
3135
|
|
|
3136
|
+
class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
|
|
3137
|
+
Destination: OutputLocationRefTypeDef
|
|
3138
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3139
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3140
|
+
SegmentLength: NotRequired[int]
|
|
3141
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3142
|
+
SendDelayMs: NotRequired[int]
|
|
3143
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3144
|
+
KlvNameModifier: NotRequired[str]
|
|
3145
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
3146
|
+
Scte35NameModifier: NotRequired[str]
|
|
3147
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3148
|
+
Id3NameModifier: NotRequired[str]
|
|
3149
|
+
CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3150
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3151
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3152
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3153
|
+
|
|
3154
|
+
|
|
3155
|
+
class CmafIngestGroupSettingsTypeDef(TypedDict):
|
|
3156
|
+
Destination: OutputLocationRefTypeDef
|
|
3157
|
+
NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
|
|
3158
|
+
Scte35Type: NotRequired[Scte35TypeType]
|
|
3159
|
+
SegmentLength: NotRequired[int]
|
|
3160
|
+
SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
|
|
3161
|
+
SendDelayMs: NotRequired[int]
|
|
3162
|
+
KlvBehavior: NotRequired[CmafKLVBehaviorType]
|
|
3163
|
+
KlvNameModifier: NotRequired[str]
|
|
3164
|
+
NielsenId3NameModifier: NotRequired[str]
|
|
3165
|
+
Scte35NameModifier: NotRequired[str]
|
|
3166
|
+
Id3Behavior: NotRequired[CmafId3BehaviorType]
|
|
3167
|
+
Id3NameModifier: NotRequired[str]
|
|
3168
|
+
CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
|
|
3169
|
+
TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
|
|
3170
|
+
TimedMetadataId3Period: NotRequired[int]
|
|
3171
|
+
TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
|
|
3172
|
+
|
|
3173
|
+
|
|
3057
3174
|
class ColorCorrectionSettingsOutputTypeDef(TypedDict):
|
|
3058
3175
|
GlobalColorCorrections: List[ColorCorrectionTypeDef]
|
|
3059
3176
|
|
|
@@ -3213,6 +3330,15 @@ class CreateNodeRegistrationScriptRequestTypeDef(TypedDict):
|
|
|
3213
3330
|
Role: NotRequired[NodeRoleType]
|
|
3214
3331
|
|
|
3215
3332
|
|
|
3333
|
+
class CreateNodeRequestTypeDef(TypedDict):
|
|
3334
|
+
ClusterId: str
|
|
3335
|
+
Name: NotRequired[str]
|
|
3336
|
+
NodeInterfaceMappings: NotRequired[Sequence[NodeInterfaceMappingCreateRequestTypeDef]]
|
|
3337
|
+
RequestId: NotRequired[str]
|
|
3338
|
+
Role: NotRequired[NodeRoleType]
|
|
3339
|
+
Tags: NotRequired[Mapping[str, str]]
|
|
3340
|
+
|
|
3341
|
+
|
|
3216
3342
|
class CreateNodeResponseTypeDef(TypedDict):
|
|
3217
3343
|
Arn: str
|
|
3218
3344
|
ChannelPlacementGroups: List[str]
|
|
@@ -3224,6 +3350,7 @@ class CreateNodeResponseTypeDef(TypedDict):
|
|
|
3224
3350
|
NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
|
|
3225
3351
|
Role: NodeRoleType
|
|
3226
3352
|
State: NodeStateType
|
|
3353
|
+
SdiSourceMappings: List[SdiSourceMappingTypeDef]
|
|
3227
3354
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
3228
3355
|
|
|
3229
3356
|
|
|
@@ -3238,6 +3365,7 @@ class DeleteNodeResponseTypeDef(TypedDict):
|
|
|
3238
3365
|
NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
|
|
3239
3366
|
Role: NodeRoleType
|
|
3240
3367
|
State: NodeStateType
|
|
3368
|
+
SdiSourceMappings: List[SdiSourceMappingTypeDef]
|
|
3241
3369
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
3242
3370
|
|
|
3243
3371
|
|
|
@@ -3252,6 +3380,7 @@ class DescribeNodeResponseTypeDef(TypedDict):
|
|
|
3252
3380
|
NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
|
|
3253
3381
|
Role: NodeRoleType
|
|
3254
3382
|
State: NodeStateType
|
|
3383
|
+
SdiSourceMappings: List[SdiSourceMappingTypeDef]
|
|
3255
3384
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
3256
3385
|
|
|
3257
3386
|
|
|
@@ -3267,6 +3396,7 @@ class DescribeNodeSummaryTypeDef(TypedDict):
|
|
|
3267
3396
|
NodeInterfaceMappings: NotRequired[List[NodeInterfaceMappingTypeDef]]
|
|
3268
3397
|
Role: NotRequired[NodeRoleType]
|
|
3269
3398
|
State: NotRequired[NodeStateType]
|
|
3399
|
+
SdiSourceMappings: NotRequired[List[SdiSourceMappingTypeDef]]
|
|
3270
3400
|
|
|
3271
3401
|
|
|
3272
3402
|
class UpdateNodeResponseTypeDef(TypedDict):
|
|
@@ -3280,6 +3410,7 @@ class UpdateNodeResponseTypeDef(TypedDict):
|
|
|
3280
3410
|
NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
|
|
3281
3411
|
Role: NodeRoleType
|
|
3282
3412
|
State: NodeStateType
|
|
3413
|
+
SdiSourceMappings: List[SdiSourceMappingTypeDef]
|
|
3283
3414
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
3284
3415
|
|
|
3285
3416
|
|
|
@@ -3294,16 +3425,28 @@ class UpdateNodeStateResponseTypeDef(TypedDict):
|
|
|
3294
3425
|
NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
|
|
3295
3426
|
Role: NodeRoleType
|
|
3296
3427
|
State: NodeStateType
|
|
3428
|
+
SdiSourceMappings: List[SdiSourceMappingTypeDef]
|
|
3297
3429
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
3298
3430
|
|
|
3299
3431
|
|
|
3300
|
-
class
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
|
|
3306
|
-
|
|
3432
|
+
class CreateSdiSourceResponseTypeDef(TypedDict):
|
|
3433
|
+
SdiSource: SdiSourceTypeDef
|
|
3434
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3435
|
+
|
|
3436
|
+
|
|
3437
|
+
class DeleteSdiSourceResponseTypeDef(TypedDict):
|
|
3438
|
+
SdiSource: SdiSourceTypeDef
|
|
3439
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3440
|
+
|
|
3441
|
+
|
|
3442
|
+
class DescribeSdiSourceResponseTypeDef(TypedDict):
|
|
3443
|
+
SdiSource: SdiSourceTypeDef
|
|
3444
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3445
|
+
|
|
3446
|
+
|
|
3447
|
+
class UpdateSdiSourceResponseTypeDef(TypedDict):
|
|
3448
|
+
SdiSource: SdiSourceTypeDef
|
|
3449
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
3307
3450
|
|
|
3308
3451
|
|
|
3309
3452
|
class PurchaseOfferingRequestTypeDef(TypedDict):
|
|
@@ -3662,6 +3805,10 @@ class ListReservationsRequestPaginateTypeDef(TypedDict):
|
|
|
3662
3805
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3663
3806
|
|
|
3664
3807
|
|
|
3808
|
+
class ListSdiSourcesRequestPaginateTypeDef(TypedDict):
|
|
3809
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
3810
|
+
|
|
3811
|
+
|
|
3665
3812
|
class ListSignalMapsRequestPaginateTypeDef(TypedDict):
|
|
3666
3813
|
CloudWatchAlarmTemplateGroupIdentifier: NotRequired[str]
|
|
3667
3814
|
EventBridgeRuleTemplateGroupIdentifier: NotRequired[str]
|
|
@@ -3814,6 +3961,7 @@ class InputDeviceConfigurableSettingsTypeDef(TypedDict):
|
|
|
3814
3961
|
Codec: NotRequired[InputDeviceCodecType]
|
|
3815
3962
|
MediaconnectSettings: NotRequired[InputDeviceMediaConnectConfigurableSettingsTypeDef]
|
|
3816
3963
|
AudioChannelPairs: NotRequired[Sequence[InputDeviceConfigurableAudioChannelPairConfigTypeDef]]
|
|
3964
|
+
InputResolution: NotRequired[str]
|
|
3817
3965
|
|
|
3818
3966
|
|
|
3819
3967
|
class InputDeviceUhdSettingsTypeDef(TypedDict):
|
|
@@ -3829,6 +3977,7 @@ class InputDeviceUhdSettingsTypeDef(TypedDict):
|
|
|
3829
3977
|
Codec: NotRequired[InputDeviceCodecType]
|
|
3830
3978
|
MediaconnectSettings: NotRequired[InputDeviceMediaConnectSettingsTypeDef]
|
|
3831
3979
|
AudioChannelPairs: NotRequired[List[InputDeviceUhdAudioChannelPairConfigTypeDef]]
|
|
3980
|
+
InputResolution: NotRequired[str]
|
|
3832
3981
|
|
|
3833
3982
|
|
|
3834
3983
|
class Smpte2110ReceiverGroupSdpSettingsOutputTypeDef(TypedDict):
|
|
@@ -3855,6 +4004,12 @@ class ListMultiplexProgramsResponseTypeDef(TypedDict):
|
|
|
3855
4004
|
NextToken: NotRequired[str]
|
|
3856
4005
|
|
|
3857
4006
|
|
|
4007
|
+
class ListSdiSourcesResponseTypeDef(TypedDict):
|
|
4008
|
+
SdiSources: List[SdiSourceSummaryTypeDef]
|
|
4009
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4010
|
+
NextToken: NotRequired[str]
|
|
4011
|
+
|
|
4012
|
+
|
|
3858
4013
|
class ListSignalMapsResponseTypeDef(TypedDict):
|
|
3859
4014
|
SignalMaps: List[SignalMapSummaryTypeDef]
|
|
3860
4015
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -3981,6 +4136,14 @@ class Scte35SegmentationDescriptorTypeDef(TypedDict):
|
|
|
3981
4136
|
SubSegmentsExpected: NotRequired[int]
|
|
3982
4137
|
|
|
3983
4138
|
|
|
4139
|
+
class UpdateNodeRequestTypeDef(TypedDict):
|
|
4140
|
+
ClusterId: str
|
|
4141
|
+
NodeId: str
|
|
4142
|
+
Name: NotRequired[str]
|
|
4143
|
+
Role: NotRequired[NodeRoleType]
|
|
4144
|
+
SdiSourceMappings: NotRequired[Sequence[SdiSourceMappingUpdateRequestTypeDef]]
|
|
4145
|
+
|
|
4146
|
+
|
|
3984
4147
|
class SrtCallerSourceRequestTypeDef(TypedDict):
|
|
3985
4148
|
Decryption: NotRequired[SrtCallerDecryptionRequestTypeDef]
|
|
3986
4149
|
MinimumLatency: NotRequired[int]
|
|
@@ -5212,7 +5375,7 @@ class OutputGroupSettingsOutputTypeDef(TypedDict):
|
|
|
5212
5375
|
MultiplexGroupSettings: NotRequired[Dict[str, Any]]
|
|
5213
5376
|
RtmpGroupSettings: NotRequired[RtmpGroupSettingsOutputTypeDef]
|
|
5214
5377
|
UdpGroupSettings: NotRequired[UdpGroupSettingsTypeDef]
|
|
5215
|
-
CmafIngestGroupSettings: NotRequired[
|
|
5378
|
+
CmafIngestGroupSettings: NotRequired[CmafIngestGroupSettingsOutputTypeDef]
|
|
5216
5379
|
SrtGroupSettings: NotRequired[SrtGroupSettingsTypeDef]
|
|
5217
5380
|
|
|
5218
5381
|
|
|
@@ -5302,6 +5465,7 @@ DescribeInputResponseTypeDef = TypedDict(
|
|
|
5302
5465
|
"InputNetworkLocation": InputNetworkLocationType,
|
|
5303
5466
|
"MulticastSettings": MulticastSettingsTypeDef,
|
|
5304
5467
|
"Smpte2110ReceiverGroupSettings": Smpte2110ReceiverGroupSettingsOutputTypeDef,
|
|
5468
|
+
"SdiSources": List[str],
|
|
5305
5469
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
5306
5470
|
},
|
|
5307
5471
|
)
|
|
@@ -5328,6 +5492,7 @@ InputTypeDef = TypedDict(
|
|
|
5328
5492
|
"InputNetworkLocation": NotRequired[InputNetworkLocationType],
|
|
5329
5493
|
"MulticastSettings": NotRequired[MulticastSettingsTypeDef],
|
|
5330
5494
|
"Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsOutputTypeDef],
|
|
5495
|
+
"SdiSources": NotRequired[List[str]],
|
|
5331
5496
|
},
|
|
5332
5497
|
)
|
|
5333
5498
|
Smpte2110ReceiverGroupSettingsUnionTypeDef = Union[
|
|
@@ -5434,6 +5599,7 @@ CreateInputRequestTypeDef = TypedDict(
|
|
|
5434
5599
|
"InputNetworkLocation": NotRequired[InputNetworkLocationType],
|
|
5435
5600
|
"MulticastSettings": NotRequired[MulticastSettingsCreateRequestTypeDef],
|
|
5436
5601
|
"Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef],
|
|
5602
|
+
"SdiSources": NotRequired[Sequence[str]],
|
|
5437
5603
|
},
|
|
5438
5604
|
)
|
|
5439
5605
|
|
|
@@ -5450,6 +5616,7 @@ class UpdateInputRequestTypeDef(TypedDict):
|
|
|
5450
5616
|
SrtSettings: NotRequired[SrtSettingsRequestTypeDef]
|
|
5451
5617
|
MulticastSettings: NotRequired[MulticastSettingsUpdateRequestTypeDef]
|
|
5452
5618
|
Smpte2110ReceiverGroupSettings: NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef]
|
|
5619
|
+
SdiSources: NotRequired[Sequence[str]]
|
|
5453
5620
|
|
|
5454
5621
|
|
|
5455
5622
|
class ExtraTypeDef(TypedDict):
|