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.
@@ -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,
@@ -434,6 +439,8 @@ __all__ = (
434
439
  "ClusterNetworkSettingsCreateRequestTypeDef",
435
440
  "ClusterNetworkSettingsTypeDef",
436
441
  "ClusterNetworkSettingsUpdateRequestTypeDef",
442
+ "CmafIngestCaptionLanguageMappingTypeDef",
443
+ "CmafIngestGroupSettingsOutputTypeDef",
437
444
  "CmafIngestGroupSettingsTypeDef",
438
445
  "CmafIngestOutputSettingsTypeDef",
439
446
  "ColorCorrectionSettingsOutputTypeDef",
@@ -469,6 +476,8 @@ __all__ = (
469
476
  "CreateNodeResponseTypeDef",
470
477
  "CreatePartnerInputRequestTypeDef",
471
478
  "CreatePartnerInputResponseTypeDef",
479
+ "CreateSdiSourceRequestTypeDef",
480
+ "CreateSdiSourceResponseTypeDef",
472
481
  "CreateSignalMapRequestTypeDef",
473
482
  "CreateSignalMapResponseTypeDef",
474
483
  "CreateTagsRequestTypeDef",
@@ -495,6 +504,8 @@ __all__ = (
495
504
  "DeleteReservationRequestTypeDef",
496
505
  "DeleteReservationResponseTypeDef",
497
506
  "DeleteScheduleRequestTypeDef",
507
+ "DeleteSdiSourceRequestTypeDef",
508
+ "DeleteSdiSourceResponseTypeDef",
498
509
  "DeleteSignalMapRequestTypeDef",
499
510
  "DeleteTagsRequestTypeDef",
500
511
  "DescribeAccountConfigurationResponseTypeDef",
@@ -550,6 +561,8 @@ __all__ = (
550
561
  "DescribeScheduleRequestPaginateTypeDef",
551
562
  "DescribeScheduleRequestTypeDef",
552
563
  "DescribeScheduleResponseTypeDef",
564
+ "DescribeSdiSourceRequestTypeDef",
565
+ "DescribeSdiSourceResponseTypeDef",
553
566
  "DescribeThumbnailsRequestTypeDef",
554
567
  "DescribeThumbnailsResponseTypeDef",
555
568
  "DvbNitSettingsTypeDef",
@@ -726,6 +739,9 @@ __all__ = (
726
739
  "ListReservationsRequestPaginateTypeDef",
727
740
  "ListReservationsRequestTypeDef",
728
741
  "ListReservationsResponseTypeDef",
742
+ "ListSdiSourcesRequestPaginateTypeDef",
743
+ "ListSdiSourcesRequestTypeDef",
744
+ "ListSdiSourcesResponseTypeDef",
729
745
  "ListSignalMapsRequestPaginateTypeDef",
730
746
  "ListSignalMapsRequestTypeDef",
731
747
  "ListSignalMapsResponseTypeDef",
@@ -850,6 +866,10 @@ __all__ = (
850
866
  "Scte35TimeSignalScheduleActionSettingsOutputTypeDef",
851
867
  "Scte35TimeSignalScheduleActionSettingsTypeDef",
852
868
  "Scte35TimeSignalScheduleActionSettingsUnionTypeDef",
869
+ "SdiSourceMappingTypeDef",
870
+ "SdiSourceMappingUpdateRequestTypeDef",
871
+ "SdiSourceSummaryTypeDef",
872
+ "SdiSourceTypeDef",
853
873
  "SignalMapSummaryTypeDef",
854
874
  "Smpte2110ReceiverGroupOutputTypeDef",
855
875
  "Smpte2110ReceiverGroupSdpSettingsOutputTypeDef",
@@ -947,6 +967,8 @@ __all__ = (
947
967
  "UpdateNodeStateResponseTypeDef",
948
968
  "UpdateReservationRequestTypeDef",
949
969
  "UpdateReservationResponseTypeDef",
970
+ "UpdateSdiSourceRequestTypeDef",
971
+ "UpdateSdiSourceResponseTypeDef",
950
972
  "VideoBlackFailoverSettingsTypeDef",
951
973
  "VideoCodecSettingsOutputTypeDef",
952
974
  "VideoCodecSettingsTypeDef",
@@ -1270,6 +1292,10 @@ class InterfaceMappingUpdateRequestTypeDef(TypedDict):
1270
1292
  LogicalInterfaceName: NotRequired[str]
1271
1293
  NetworkId: NotRequired[str]
1272
1294
 
1295
+ class CmafIngestCaptionLanguageMappingTypeDef(TypedDict):
1296
+ CaptionChannel: int
1297
+ LanguageCode: str
1298
+
1273
1299
  class CmafIngestOutputSettingsTypeDef(TypedDict):
1274
1300
  NameModifier: NotRequired[str]
1275
1301
 
@@ -1373,11 +1399,39 @@ class NodeInterfaceMappingCreateRequestTypeDef(TypedDict):
1373
1399
  NetworkInterfaceMode: NotRequired[NetworkInterfaceModeType]
1374
1400
  PhysicalInterfaceName: NotRequired[str]
1375
1401
 
1402
+ class SdiSourceMappingTypeDef(TypedDict):
1403
+ CardNumber: NotRequired[int]
1404
+ ChannelNumber: NotRequired[int]
1405
+ SdiSource: NotRequired[str]
1406
+
1376
1407
  class CreatePartnerInputRequestTypeDef(TypedDict):
1377
1408
  InputId: str
1378
1409
  RequestId: NotRequired[str]
1379
1410
  Tags: NotRequired[Mapping[str, str]]
1380
1411
 
1412
+ CreateSdiSourceRequestTypeDef = TypedDict(
1413
+ "CreateSdiSourceRequestTypeDef",
1414
+ {
1415
+ "Mode": NotRequired[SdiSourceModeType],
1416
+ "Name": NotRequired[str],
1417
+ "RequestId": NotRequired[str],
1418
+ "Tags": NotRequired[Mapping[str, str]],
1419
+ "Type": NotRequired[SdiSourceTypeType],
1420
+ },
1421
+ )
1422
+ SdiSourceTypeDef = TypedDict(
1423
+ "SdiSourceTypeDef",
1424
+ {
1425
+ "Arn": NotRequired[str],
1426
+ "Id": NotRequired[str],
1427
+ "Inputs": NotRequired[List[str]],
1428
+ "Mode": NotRequired[SdiSourceModeType],
1429
+ "Name": NotRequired[str],
1430
+ "State": NotRequired[SdiSourceStateType],
1431
+ "Type": NotRequired[SdiSourceTypeType],
1432
+ },
1433
+ )
1434
+
1381
1435
  class CreateSignalMapRequestTypeDef(TypedDict):
1382
1436
  DiscoveryEntryPointArn: str
1383
1437
  Name: str
@@ -1485,6 +1539,9 @@ class ReservationResourceSpecificationTypeDef(TypedDict):
1485
1539
  class DeleteScheduleRequestTypeDef(TypedDict):
1486
1540
  ChannelId: str
1487
1541
 
1542
+ class DeleteSdiSourceRequestTypeDef(TypedDict):
1543
+ SdiSourceId: str
1544
+
1488
1545
  class DeleteSignalMapRequestTypeDef(TypedDict):
1489
1546
  Identifier: str
1490
1547
 
@@ -1587,6 +1644,9 @@ class DescribeScheduleRequestTypeDef(TypedDict):
1587
1644
  MaxResults: NotRequired[int]
1588
1645
  NextToken: NotRequired[str]
1589
1646
 
1647
+ class DescribeSdiSourceRequestTypeDef(TypedDict):
1648
+ SdiSourceId: str
1649
+
1590
1650
  class DescribeThumbnailsRequestTypeDef(TypedDict):
1591
1651
  ChannelId: str
1592
1652
  PipelineId: str
@@ -1919,6 +1979,23 @@ class ListReservationsRequestTypeDef(TypedDict):
1919
1979
  SpecialFeature: NotRequired[str]
1920
1980
  VideoQuality: NotRequired[str]
1921
1981
 
1982
+ class ListSdiSourcesRequestTypeDef(TypedDict):
1983
+ MaxResults: NotRequired[int]
1984
+ NextToken: NotRequired[str]
1985
+
1986
+ SdiSourceSummaryTypeDef = TypedDict(
1987
+ "SdiSourceSummaryTypeDef",
1988
+ {
1989
+ "Arn": NotRequired[str],
1990
+ "Id": NotRequired[str],
1991
+ "Inputs": NotRequired[List[str]],
1992
+ "Mode": NotRequired[SdiSourceModeType],
1993
+ "Name": NotRequired[str],
1994
+ "State": NotRequired[SdiSourceStateType],
1995
+ "Type": NotRequired[SdiSourceTypeType],
1996
+ },
1997
+ )
1998
+
1922
1999
  class ListSignalMapsRequestTypeDef(TypedDict):
1923
2000
  CloudWatchAlarmTemplateGroupIdentifier: NotRequired[str]
1924
2001
  EventBridgeRuleTemplateGroupIdentifier: NotRequired[str]
@@ -2159,6 +2236,11 @@ class Scte35DeliveryRestrictionsTypeDef(TypedDict):
2159
2236
  NoRegionalBlackoutFlag: Scte35NoRegionalBlackoutFlagType
2160
2237
  WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlagType
2161
2238
 
2239
+ class SdiSourceMappingUpdateRequestTypeDef(TypedDict):
2240
+ CardNumber: NotRequired[int]
2241
+ ChannelNumber: NotRequired[int]
2242
+ SdiSource: NotRequired[str]
2243
+
2162
2244
  class SrtCallerDecryptionRequestTypeDef(TypedDict):
2163
2245
  Algorithm: NotRequired[AlgorithmType]
2164
2246
  PassphraseSecretArn: NotRequired[str]
@@ -2250,17 +2332,21 @@ class UpdateEventBridgeRuleTemplateGroupRequestTypeDef(TypedDict):
2250
2332
  Identifier: str
2251
2333
  Description: NotRequired[str]
2252
2334
 
2253
- class UpdateNodeRequestTypeDef(TypedDict):
2254
- ClusterId: str
2255
- NodeId: str
2256
- Name: NotRequired[str]
2257
- Role: NotRequired[NodeRoleType]
2258
-
2259
2335
  class UpdateNodeStateRequestTypeDef(TypedDict):
2260
2336
  ClusterId: str
2261
2337
  NodeId: str
2262
2338
  State: NotRequired[UpdateNodeStateType]
2263
2339
 
2340
+ UpdateSdiSourceRequestTypeDef = TypedDict(
2341
+ "UpdateSdiSourceRequestTypeDef",
2342
+ {
2343
+ "SdiSourceId": str,
2344
+ "Mode": NotRequired[SdiSourceModeType],
2345
+ "Name": NotRequired[str],
2346
+ "Type": NotRequired[SdiSourceTypeType],
2347
+ },
2348
+ )
2349
+
2264
2350
  class VideoSelectorPidTypeDef(TypedDict):
2265
2351
  Pid: NotRequired[int]
2266
2352
 
@@ -2273,20 +2359,6 @@ class UpdateAccountConfigurationRequestTypeDef(TypedDict):
2273
2359
  class ArchiveCdnSettingsTypeDef(TypedDict):
2274
2360
  ArchiveS3Settings: NotRequired[ArchiveS3SettingsTypeDef]
2275
2361
 
2276
- class CmafIngestGroupSettingsTypeDef(TypedDict):
2277
- Destination: OutputLocationRefTypeDef
2278
- NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
2279
- Scte35Type: NotRequired[Scte35TypeType]
2280
- SegmentLength: NotRequired[int]
2281
- SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
2282
- SendDelayMs: NotRequired[int]
2283
- KlvBehavior: NotRequired[CmafKLVBehaviorType]
2284
- KlvNameModifier: NotRequired[str]
2285
- NielsenId3NameModifier: NotRequired[str]
2286
- Scte35NameModifier: NotRequired[str]
2287
- Id3Behavior: NotRequired[CmafId3BehaviorType]
2288
- Id3NameModifier: NotRequired[str]
2289
-
2290
2362
  class MediaPackageGroupSettingsTypeDef(TypedDict):
2291
2363
  Destination: OutputLocationRefTypeDef
2292
2364
 
@@ -2734,6 +2806,42 @@ class ClusterNetworkSettingsUpdateRequestTypeDef(TypedDict):
2734
2806
  DefaultRoute: NotRequired[str]
2735
2807
  InterfaceMappings: NotRequired[Sequence[InterfaceMappingUpdateRequestTypeDef]]
2736
2808
 
2809
+ class CmafIngestGroupSettingsOutputTypeDef(TypedDict):
2810
+ Destination: OutputLocationRefTypeDef
2811
+ NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
2812
+ Scte35Type: NotRequired[Scte35TypeType]
2813
+ SegmentLength: NotRequired[int]
2814
+ SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
2815
+ SendDelayMs: NotRequired[int]
2816
+ KlvBehavior: NotRequired[CmafKLVBehaviorType]
2817
+ KlvNameModifier: NotRequired[str]
2818
+ NielsenId3NameModifier: NotRequired[str]
2819
+ Scte35NameModifier: NotRequired[str]
2820
+ Id3Behavior: NotRequired[CmafId3BehaviorType]
2821
+ Id3NameModifier: NotRequired[str]
2822
+ CaptionLanguageMappings: NotRequired[List[CmafIngestCaptionLanguageMappingTypeDef]]
2823
+ TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
2824
+ TimedMetadataId3Period: NotRequired[int]
2825
+ TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
2826
+
2827
+ class CmafIngestGroupSettingsTypeDef(TypedDict):
2828
+ Destination: OutputLocationRefTypeDef
2829
+ NielsenId3Behavior: NotRequired[CmafNielsenId3BehaviorType]
2830
+ Scte35Type: NotRequired[Scte35TypeType]
2831
+ SegmentLength: NotRequired[int]
2832
+ SegmentLengthUnits: NotRequired[CmafIngestSegmentLengthUnitsType]
2833
+ SendDelayMs: NotRequired[int]
2834
+ KlvBehavior: NotRequired[CmafKLVBehaviorType]
2835
+ KlvNameModifier: NotRequired[str]
2836
+ NielsenId3NameModifier: NotRequired[str]
2837
+ Scte35NameModifier: NotRequired[str]
2838
+ Id3Behavior: NotRequired[CmafId3BehaviorType]
2839
+ Id3NameModifier: NotRequired[str]
2840
+ CaptionLanguageMappings: NotRequired[Sequence[CmafIngestCaptionLanguageMappingTypeDef]]
2841
+ TimedMetadataId3Frame: NotRequired[CmafTimedMetadataId3FrameType]
2842
+ TimedMetadataId3Period: NotRequired[int]
2843
+ TimedMetadataPassthrough: NotRequired[CmafTimedMetadataPassthroughType]
2844
+
2737
2845
  class ColorCorrectionSettingsOutputTypeDef(TypedDict):
2738
2846
  GlobalColorCorrections: List[ColorCorrectionTypeDef]
2739
2847
 
@@ -2876,6 +2984,14 @@ class CreateNodeRegistrationScriptRequestTypeDef(TypedDict):
2876
2984
  RequestId: NotRequired[str]
2877
2985
  Role: NotRequired[NodeRoleType]
2878
2986
 
2987
+ class CreateNodeRequestTypeDef(TypedDict):
2988
+ ClusterId: str
2989
+ Name: NotRequired[str]
2990
+ NodeInterfaceMappings: NotRequired[Sequence[NodeInterfaceMappingCreateRequestTypeDef]]
2991
+ RequestId: NotRequired[str]
2992
+ Role: NotRequired[NodeRoleType]
2993
+ Tags: NotRequired[Mapping[str, str]]
2994
+
2879
2995
  class CreateNodeResponseTypeDef(TypedDict):
2880
2996
  Arn: str
2881
2997
  ChannelPlacementGroups: List[str]
@@ -2887,6 +3003,7 @@ class CreateNodeResponseTypeDef(TypedDict):
2887
3003
  NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
2888
3004
  Role: NodeRoleType
2889
3005
  State: NodeStateType
3006
+ SdiSourceMappings: List[SdiSourceMappingTypeDef]
2890
3007
  ResponseMetadata: ResponseMetadataTypeDef
2891
3008
 
2892
3009
  class DeleteNodeResponseTypeDef(TypedDict):
@@ -2900,6 +3017,7 @@ class DeleteNodeResponseTypeDef(TypedDict):
2900
3017
  NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
2901
3018
  Role: NodeRoleType
2902
3019
  State: NodeStateType
3020
+ SdiSourceMappings: List[SdiSourceMappingTypeDef]
2903
3021
  ResponseMetadata: ResponseMetadataTypeDef
2904
3022
 
2905
3023
  class DescribeNodeResponseTypeDef(TypedDict):
@@ -2913,6 +3031,7 @@ class DescribeNodeResponseTypeDef(TypedDict):
2913
3031
  NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
2914
3032
  Role: NodeRoleType
2915
3033
  State: NodeStateType
3034
+ SdiSourceMappings: List[SdiSourceMappingTypeDef]
2916
3035
  ResponseMetadata: ResponseMetadataTypeDef
2917
3036
 
2918
3037
  class DescribeNodeSummaryTypeDef(TypedDict):
@@ -2927,6 +3046,7 @@ class DescribeNodeSummaryTypeDef(TypedDict):
2927
3046
  NodeInterfaceMappings: NotRequired[List[NodeInterfaceMappingTypeDef]]
2928
3047
  Role: NotRequired[NodeRoleType]
2929
3048
  State: NotRequired[NodeStateType]
3049
+ SdiSourceMappings: NotRequired[List[SdiSourceMappingTypeDef]]
2930
3050
 
2931
3051
  class UpdateNodeResponseTypeDef(TypedDict):
2932
3052
  Arn: str
@@ -2939,6 +3059,7 @@ class UpdateNodeResponseTypeDef(TypedDict):
2939
3059
  NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
2940
3060
  Role: NodeRoleType
2941
3061
  State: NodeStateType
3062
+ SdiSourceMappings: List[SdiSourceMappingTypeDef]
2942
3063
  ResponseMetadata: ResponseMetadataTypeDef
2943
3064
 
2944
3065
  class UpdateNodeStateResponseTypeDef(TypedDict):
@@ -2952,15 +3073,24 @@ class UpdateNodeStateResponseTypeDef(TypedDict):
2952
3073
  NodeInterfaceMappings: List[NodeInterfaceMappingTypeDef]
2953
3074
  Role: NodeRoleType
2954
3075
  State: NodeStateType
3076
+ SdiSourceMappings: List[SdiSourceMappingTypeDef]
2955
3077
  ResponseMetadata: ResponseMetadataTypeDef
2956
3078
 
2957
- class CreateNodeRequestTypeDef(TypedDict):
2958
- ClusterId: str
2959
- Name: NotRequired[str]
2960
- NodeInterfaceMappings: NotRequired[Sequence[NodeInterfaceMappingCreateRequestTypeDef]]
2961
- RequestId: NotRequired[str]
2962
- Role: NotRequired[NodeRoleType]
2963
- Tags: NotRequired[Mapping[str, str]]
3079
+ class CreateSdiSourceResponseTypeDef(TypedDict):
3080
+ SdiSource: SdiSourceTypeDef
3081
+ ResponseMetadata: ResponseMetadataTypeDef
3082
+
3083
+ class DeleteSdiSourceResponseTypeDef(TypedDict):
3084
+ SdiSource: SdiSourceTypeDef
3085
+ ResponseMetadata: ResponseMetadataTypeDef
3086
+
3087
+ class DescribeSdiSourceResponseTypeDef(TypedDict):
3088
+ SdiSource: SdiSourceTypeDef
3089
+ ResponseMetadata: ResponseMetadataTypeDef
3090
+
3091
+ class UpdateSdiSourceResponseTypeDef(TypedDict):
3092
+ SdiSource: SdiSourceTypeDef
3093
+ ResponseMetadata: ResponseMetadataTypeDef
2964
3094
 
2965
3095
  class PurchaseOfferingRequestTypeDef(TypedDict):
2966
3096
  Count: int
@@ -3268,6 +3398,9 @@ class ListReservationsRequestPaginateTypeDef(TypedDict):
3268
3398
  VideoQuality: NotRequired[str]
3269
3399
  PaginationConfig: NotRequired[PaginatorConfigTypeDef]
3270
3400
 
3401
+ class ListSdiSourcesRequestPaginateTypeDef(TypedDict):
3402
+ PaginationConfig: NotRequired[PaginatorConfigTypeDef]
3403
+
3271
3404
  class ListSignalMapsRequestPaginateTypeDef(TypedDict):
3272
3405
  CloudWatchAlarmTemplateGroupIdentifier: NotRequired[str]
3273
3406
  EventBridgeRuleTemplateGroupIdentifier: NotRequired[str]
@@ -3403,6 +3536,7 @@ class InputDeviceConfigurableSettingsTypeDef(TypedDict):
3403
3536
  Codec: NotRequired[InputDeviceCodecType]
3404
3537
  MediaconnectSettings: NotRequired[InputDeviceMediaConnectConfigurableSettingsTypeDef]
3405
3538
  AudioChannelPairs: NotRequired[Sequence[InputDeviceConfigurableAudioChannelPairConfigTypeDef]]
3539
+ InputResolution: NotRequired[str]
3406
3540
 
3407
3541
  class InputDeviceUhdSettingsTypeDef(TypedDict):
3408
3542
  ActiveInput: NotRequired[InputDeviceActiveInputType]
@@ -3417,6 +3551,7 @@ class InputDeviceUhdSettingsTypeDef(TypedDict):
3417
3551
  Codec: NotRequired[InputDeviceCodecType]
3418
3552
  MediaconnectSettings: NotRequired[InputDeviceMediaConnectSettingsTypeDef]
3419
3553
  AudioChannelPairs: NotRequired[List[InputDeviceUhdAudioChannelPairConfigTypeDef]]
3554
+ InputResolution: NotRequired[str]
3420
3555
 
3421
3556
  class Smpte2110ReceiverGroupSdpSettingsOutputTypeDef(TypedDict):
3422
3557
  AncillarySdps: NotRequired[List[InputSdpLocationTypeDef]]
@@ -3438,6 +3573,11 @@ class ListMultiplexProgramsResponseTypeDef(TypedDict):
3438
3573
  ResponseMetadata: ResponseMetadataTypeDef
3439
3574
  NextToken: NotRequired[str]
3440
3575
 
3576
+ class ListSdiSourcesResponseTypeDef(TypedDict):
3577
+ SdiSources: List[SdiSourceSummaryTypeDef]
3578
+ ResponseMetadata: ResponseMetadataTypeDef
3579
+ NextToken: NotRequired[str]
3580
+
3441
3581
  class ListSignalMapsResponseTypeDef(TypedDict):
3442
3582
  SignalMaps: List[SignalMapSummaryTypeDef]
3443
3583
  ResponseMetadata: ResponseMetadataTypeDef
@@ -3543,6 +3683,13 @@ class Scte35SegmentationDescriptorTypeDef(TypedDict):
3543
3683
  SubSegmentNum: NotRequired[int]
3544
3684
  SubSegmentsExpected: NotRequired[int]
3545
3685
 
3686
+ class UpdateNodeRequestTypeDef(TypedDict):
3687
+ ClusterId: str
3688
+ NodeId: str
3689
+ Name: NotRequired[str]
3690
+ Role: NotRequired[NodeRoleType]
3691
+ SdiSourceMappings: NotRequired[Sequence[SdiSourceMappingUpdateRequestTypeDef]]
3692
+
3546
3693
  class SrtCallerSourceRequestTypeDef(TypedDict):
3547
3694
  Decryption: NotRequired[SrtCallerDecryptionRequestTypeDef]
3548
3695
  MinimumLatency: NotRequired[int]
@@ -4661,7 +4808,7 @@ class OutputGroupSettingsOutputTypeDef(TypedDict):
4661
4808
  MultiplexGroupSettings: NotRequired[Dict[str, Any]]
4662
4809
  RtmpGroupSettings: NotRequired[RtmpGroupSettingsOutputTypeDef]
4663
4810
  UdpGroupSettings: NotRequired[UdpGroupSettingsTypeDef]
4664
- CmafIngestGroupSettings: NotRequired[CmafIngestGroupSettingsTypeDef]
4811
+ CmafIngestGroupSettings: NotRequired[CmafIngestGroupSettingsOutputTypeDef]
4665
4812
  SrtGroupSettings: NotRequired[SrtGroupSettingsTypeDef]
4666
4813
 
4667
4814
  class OutputGroupSettingsTypeDef(TypedDict):
@@ -4743,6 +4890,7 @@ DescribeInputResponseTypeDef = TypedDict(
4743
4890
  "InputNetworkLocation": InputNetworkLocationType,
4744
4891
  "MulticastSettings": MulticastSettingsTypeDef,
4745
4892
  "Smpte2110ReceiverGroupSettings": Smpte2110ReceiverGroupSettingsOutputTypeDef,
4893
+ "SdiSources": List[str],
4746
4894
  "ResponseMetadata": ResponseMetadataTypeDef,
4747
4895
  },
4748
4896
  )
@@ -4769,6 +4917,7 @@ InputTypeDef = TypedDict(
4769
4917
  "InputNetworkLocation": NotRequired[InputNetworkLocationType],
4770
4918
  "MulticastSettings": NotRequired[MulticastSettingsTypeDef],
4771
4919
  "Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsOutputTypeDef],
4920
+ "SdiSources": NotRequired[List[str]],
4772
4921
  },
4773
4922
  )
4774
4923
  Smpte2110ReceiverGroupSettingsUnionTypeDef = Union[
@@ -4861,6 +5010,7 @@ CreateInputRequestTypeDef = TypedDict(
4861
5010
  "InputNetworkLocation": NotRequired[InputNetworkLocationType],
4862
5011
  "MulticastSettings": NotRequired[MulticastSettingsCreateRequestTypeDef],
4863
5012
  "Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef],
5013
+ "SdiSources": NotRequired[Sequence[str]],
4864
5014
  },
4865
5015
  )
4866
5016
 
@@ -4876,6 +5026,7 @@ class UpdateInputRequestTypeDef(TypedDict):
4876
5026
  SrtSettings: NotRequired[SrtSettingsRequestTypeDef]
4877
5027
  MulticastSettings: NotRequired[MulticastSettingsUpdateRequestTypeDef]
4878
5028
  Smpte2110ReceiverGroupSettings: NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef]
5029
+ SdiSources: NotRequired[Sequence[str]]
4879
5030
 
4880
5031
  class ExtraTypeDef(TypedDict):
4881
5032
  OutputSettings: OutputSettingsOutputTypeDef
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.37.26"
7
+ __version__ = "1.37.32"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-medialive
3
- Version: 1.37.26
4
- Summary: Type annotations for boto3 MediaLive 1.37.26 service generated with mypy-boto3-builder 8.10.1
3
+ Version: 1.37.32
4
+ Summary: Type annotations for boto3 MediaLive 1.37.32 service generated with mypy-boto3-builder 8.10.1
5
5
  Home-page: https://github.com/youtype/mypy_boto3_builder
6
6
  Author: Vlad Emelianov
7
7
  Author-email: vlad.emelianov.nz@gmail.com
@@ -56,7 +56,7 @@ Dynamic: summary
56
56
 
57
57
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
58
58
 
59
- Type annotations for [boto3 MediaLive 1.37.26](https://pypi.org/project/boto3/)
59
+ Type annotations for [boto3 MediaLive 1.37.32](https://pypi.org/project/boto3/)
60
60
  compatible with [VSCode](https://code.visualstudio.com/),
61
61
  [PyCharm](https://www.jetbrains.com/pycharm/),
62
62
  [Emacs](https://www.gnu.org/software/emacs/),
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
119
119
  isolation.
120
120
 
121
121
  1. Run mypy-boto3-builder in your package root directory:
122
- `uvx --with 'boto3==1.37.26' mypy-boto3-builder`
122
+ `uvx --with 'boto3==1.37.32' mypy-boto3-builder`
123
123
  2. Select `boto3` AWS SDK.
124
124
  3. Add `MediaLive` service.
125
125
  4. Use provided commands to install generated packages.
@@ -371,6 +371,7 @@ from types_boto3_medialive.paginator import (
371
371
  ListNodesPaginator,
372
372
  ListOfferingsPaginator,
373
373
  ListReservationsPaginator,
374
+ ListSdiSourcesPaginator,
374
375
  ListSignalMapsPaginator,
375
376
  )
376
377
 
@@ -412,6 +413,7 @@ list_networks_paginator: ListNetworksPaginator = client.get_paginator("list_netw
412
413
  list_nodes_paginator: ListNodesPaginator = client.get_paginator("list_nodes")
413
414
  list_offerings_paginator: ListOfferingsPaginator = client.get_paginator("list_offerings")
414
415
  list_reservations_paginator: ListReservationsPaginator = client.get_paginator("list_reservations")
416
+ list_sdi_sources_paginator: ListSdiSourcesPaginator = client.get_paginator("list_sdi_sources")
415
417
  list_signal_maps_paginator: ListSignalMapsPaginator = client.get_paginator("list_signal_maps")
416
418
  ```
417
419
 
@@ -0,0 +1,20 @@
1
+ types_boto3_medialive/__init__.py,sha256=O8z4BCW20d8oS1sP9r3K5Vd9YET1hOEZP6UimRmp9Xw,9246
2
+ types_boto3_medialive/__init__.pyi,sha256=woytB_2JCqZYwiEoPU6RVtNACohmXUlZPWMJZjg5tCk,9245
3
+ types_boto3_medialive/__main__.py,sha256=dd5l8-BMB6rW3ejxDoFV3LAgoMkpM6GrlUJeGCEjUtY,993
4
+ types_boto3_medialive/client.py,sha256=WvfJV56JrL45_Z_RV6KtvxIvRKfXqOkYy9vXehSnMFo,96925
5
+ types_boto3_medialive/client.pyi,sha256=eZWGKI3vmBcY7c3btjYX7tTtm9W1rkVKNZ9jy_CggOs,96922
6
+ types_boto3_medialive/literals.py,sha256=mkMEe4e8dZLA1EwKcxrlLhX7LBpJY1TImUkQJFMH2Vo,52153
7
+ types_boto3_medialive/literals.pyi,sha256=IzCs9t-IVyBcgKuTvp9HqLX4xIKK656vRGr2-DDGNvc,52151
8
+ types_boto3_medialive/paginator.py,sha256=7Zw5m_EOQvMI27bZ6a0cgBv8cWa_-5IMlYyy0UILwEw,29618
9
+ types_boto3_medialive/paginator.pyi,sha256=4pQIMSX4HqSdd8JAy20Nk5AYOu6kCQ2dKcn4rBbsOGk,29557
10
+ types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
+ types_boto3_medialive/type_defs.py,sha256=x-VS28tXNUf2NiBdOwvlV0-q5kzenr17pckqp_cbF3A,203511
12
+ types_boto3_medialive/type_defs.pyi,sha256=0PvoEyrs1YSFv_o11kT1tDeaT4yd8gUkeSZYh0FFU10,202886
13
+ types_boto3_medialive/version.py,sha256=HpbwPKByiM6kj0ZNHT49ZyWdFCerR40lGflnJP6lWvk,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.37.32.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
+ types_boto3_medialive-1.37.32.dist-info/METADATA,sha256=_Kb17ViyeHOBtDOJf42g4gG6BBp47O_ndxzQEl-KWO0,21102
18
+ types_boto3_medialive-1.37.32.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
+ types_boto3_medialive-1.37.32.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
+ types_boto3_medialive-1.37.32.dist-info/RECORD,,
@@ -1,20 +0,0 @@
1
- types_boto3_medialive/__init__.py,sha256=hx8dZcRL7Eb9DxNO7FaqtM-9REq8bxb4Ex-QqTa5BKM,9054
2
- types_boto3_medialive/__init__.pyi,sha256=hy3Yw0RTM6ylkvvz0iJMkaBCYWx1QsmRicNxt4r1-q4,9053
3
- types_boto3_medialive/__main__.py,sha256=0BNJzMTWmkrL43_izMg2Inj7ffyh6EbdyO_V6BYOuUs,993
4
- types_boto3_medialive/client.py,sha256=Gs7_U9PQbvts2gXx17vEJ4VyQsc7ZJDARjJ2b1Bz1MY,93554
5
- types_boto3_medialive/client.pyi,sha256=EthuuAaw3TKWnSY1P0_5TwRQ8kcbDPhoUmOq5wtpRbU,93551
6
- types_boto3_medialive/literals.py,sha256=86-B0D2ioEK9engPVoON-ZxR3BldoOGh91a6e5EWbic,51584
7
- types_boto3_medialive/literals.pyi,sha256=DI6NmMApMkLsR8rBcLqm2XSvWoSqXxEFJmzOxgQcJuk,51582
8
- types_boto3_medialive/paginator.py,sha256=ustzuB95Z8eGd_UHr72NqHbY1DBlYdoh_hMYa2OCTQw,28273
9
- types_boto3_medialive/paginator.pyi,sha256=7A96i_Tm0iQ-pPENzmNRlv7jy7nMQzS9-qyC3qXn_Xk,28215
10
- types_boto3_medialive/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- types_boto3_medialive/type_defs.py,sha256=sO9nTTo5rWw6MFeAt8YaA3JzZeBCG2EmdmteIbHW14s,198116
12
- types_boto3_medialive/type_defs.pyi,sha256=PxYaF8CPb7gteH-vFwjDYDiOBM_fR_6hMcyL4v6KanY,197507
13
- types_boto3_medialive/version.py,sha256=Ut0My4TW0rfoZepj658ZESmTN5Wy5gRBgrl-Loh_i1g,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.37.26.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_medialive-1.37.26.dist-info/METADATA,sha256=aUdUYVGpYbyakzucSxIKKApxCBw7Fk6YP8QW_hy7dZc,20978
18
- types_boto3_medialive-1.37.26.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- types_boto3_medialive-1.37.26.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
- types_boto3_medialive-1.37.26.dist-info/RECORD,,