types-boto3-medialive 1.40.74__py3-none-any.whl → 1.41.0__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.
@@ -12,8 +12,8 @@ def print_info() -> None:
12
12
  Print package info to stdout.
13
13
  """
14
14
  sys.stdout.write(
15
- "Type annotations for boto3 MediaLive 1.40.74\n"
16
- "Version: 1.40.74\n"
15
+ "Type annotations for boto3 MediaLive 1.41.0\n"
16
+ "Version: 1.41.0\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.40.74\n")
29
+ sys.stdout.write("1.41.0\n")
30
30
 
31
31
 
32
32
  def main() -> None:
@@ -54,6 +54,8 @@ __all__ = (
54
54
  "Av1LookAheadRateControlType",
55
55
  "Av1RateControlModeType",
56
56
  "Av1SceneChangeDetectType",
57
+ "Av1SpatialAqType",
58
+ "Av1TemporalAqType",
57
59
  "AvailBlankingStateType",
58
60
  "BandwidthReductionFilterStrengthType",
59
61
  "BandwidthReductionPostFilterSharpeningType",
@@ -349,6 +351,7 @@ __all__ = (
349
351
  "ReservationStateType",
350
352
  "ReservationVideoQualityType",
351
353
  "ResourceServiceName",
354
+ "RouterEncryptionTypeType",
352
355
  "RtmpAdMarkersType",
353
356
  "RtmpCacheFullBehaviorType",
354
357
  "RtmpCaptionDataType",
@@ -477,6 +480,8 @@ Av1LevelType = Literal[
477
480
  Av1LookAheadRateControlType = Literal["HIGH", "LOW", "MEDIUM"]
478
481
  Av1RateControlModeType = Literal["CBR", "QVBR"]
479
482
  Av1SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
483
+ Av1SpatialAqType = Literal["DISABLED", "ENABLED"]
484
+ Av1TemporalAqType = Literal["DISABLED", "ENABLED"]
480
485
  AvailBlankingStateType = Literal["DISABLED", "ENABLED"]
481
486
  BandwidthReductionFilterStrengthType = Literal[
482
487
  "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4"
@@ -849,6 +854,7 @@ InputTypeType = Literal[
849
854
  "AWS_CDI",
850
855
  "INPUT_DEVICE",
851
856
  "MEDIACONNECT",
857
+ "MEDIACONNECT_ROUTER",
852
858
  "MP4_FILE",
853
859
  "MULTICAST",
854
860
  "RTMP_PULL",
@@ -1003,6 +1009,7 @@ ReservationResourceTypeType = Literal["CHANNEL", "INPUT", "MULTIPLEX", "OUTPUT"]
1003
1009
  ReservationSpecialFeatureType = Literal["ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"]
1004
1010
  ReservationStateType = Literal["ACTIVE", "CANCELED", "DELETED", "EXPIRED"]
1005
1011
  ReservationVideoQualityType = Literal["ENHANCED", "PREMIUM", "STANDARD"]
1012
+ RouterEncryptionTypeType = Literal["AUTOMATIC", "SECRETS_MANAGER"]
1006
1013
  RtmpAdMarkersType = Literal["ON_CUE_POINT_SCTE35"]
1007
1014
  RtmpCacheFullBehaviorType = Literal["DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"]
1008
1015
  RtmpCaptionDataType = Literal["ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"]
@@ -1380,6 +1387,7 @@ ServiceName = Literal[
1380
1387
  "mq",
1381
1388
  "mturk",
1382
1389
  "mwaa",
1390
+ "mwaa-serverless",
1383
1391
  "neptune",
1384
1392
  "neptune-graph",
1385
1393
  "neptunedata",
@@ -1399,6 +1407,7 @@ ServiceName = Literal[
1399
1407
  "osis",
1400
1408
  "outposts",
1401
1409
  "panorama",
1410
+ "partnercentral-channel",
1402
1411
  "partnercentral-selling",
1403
1412
  "payment-cryptography",
1404
1413
  "payment-cryptography-data",
@@ -1473,6 +1482,7 @@ ServiceName = Literal[
1473
1482
  "sesv2",
1474
1483
  "shield",
1475
1484
  "signer",
1485
+ "signin",
1476
1486
  "simspaceweaver",
1477
1487
  "snow-device-management",
1478
1488
  "snowball",
@@ -53,6 +53,8 @@ __all__ = (
53
53
  "Av1LookAheadRateControlType",
54
54
  "Av1RateControlModeType",
55
55
  "Av1SceneChangeDetectType",
56
+ "Av1SpatialAqType",
57
+ "Av1TemporalAqType",
56
58
  "AvailBlankingStateType",
57
59
  "BandwidthReductionFilterStrengthType",
58
60
  "BandwidthReductionPostFilterSharpeningType",
@@ -348,6 +350,7 @@ __all__ = (
348
350
  "ReservationStateType",
349
351
  "ReservationVideoQualityType",
350
352
  "ResourceServiceName",
353
+ "RouterEncryptionTypeType",
351
354
  "RtmpAdMarkersType",
352
355
  "RtmpCacheFullBehaviorType",
353
356
  "RtmpCaptionDataType",
@@ -475,6 +478,8 @@ Av1LevelType = Literal[
475
478
  Av1LookAheadRateControlType = Literal["HIGH", "LOW", "MEDIUM"]
476
479
  Av1RateControlModeType = Literal["CBR", "QVBR"]
477
480
  Av1SceneChangeDetectType = Literal["DISABLED", "ENABLED"]
481
+ Av1SpatialAqType = Literal["DISABLED", "ENABLED"]
482
+ Av1TemporalAqType = Literal["DISABLED", "ENABLED"]
478
483
  AvailBlankingStateType = Literal["DISABLED", "ENABLED"]
479
484
  BandwidthReductionFilterStrengthType = Literal[
480
485
  "AUTO", "STRENGTH_1", "STRENGTH_2", "STRENGTH_3", "STRENGTH_4"
@@ -847,6 +852,7 @@ InputTypeType = Literal[
847
852
  "AWS_CDI",
848
853
  "INPUT_DEVICE",
849
854
  "MEDIACONNECT",
855
+ "MEDIACONNECT_ROUTER",
850
856
  "MP4_FILE",
851
857
  "MULTICAST",
852
858
  "RTMP_PULL",
@@ -1001,6 +1007,7 @@ ReservationResourceTypeType = Literal["CHANNEL", "INPUT", "MULTIPLEX", "OUTPUT"]
1001
1007
  ReservationSpecialFeatureType = Literal["ADVANCED_AUDIO", "AUDIO_NORMALIZATION", "MGHD", "MGUHD"]
1002
1008
  ReservationStateType = Literal["ACTIVE", "CANCELED", "DELETED", "EXPIRED"]
1003
1009
  ReservationVideoQualityType = Literal["ENHANCED", "PREMIUM", "STANDARD"]
1010
+ RouterEncryptionTypeType = Literal["AUTOMATIC", "SECRETS_MANAGER"]
1004
1011
  RtmpAdMarkersType = Literal["ON_CUE_POINT_SCTE35"]
1005
1012
  RtmpCacheFullBehaviorType = Literal["DISCONNECT_IMMEDIATELY", "WAIT_FOR_SERVER"]
1006
1013
  RtmpCaptionDataType = Literal["ALL", "FIELD1_608", "FIELD1_AND_FIELD2_608"]
@@ -1378,6 +1385,7 @@ ServiceName = Literal[
1378
1385
  "mq",
1379
1386
  "mturk",
1380
1387
  "mwaa",
1388
+ "mwaa-serverless",
1381
1389
  "neptune",
1382
1390
  "neptune-graph",
1383
1391
  "neptunedata",
@@ -1397,6 +1405,7 @@ ServiceName = Literal[
1397
1405
  "osis",
1398
1406
  "outposts",
1399
1407
  "panorama",
1408
+ "partnercentral-channel",
1400
1409
  "partnercentral-selling",
1401
1410
  "payment-cryptography",
1402
1411
  "payment-cryptography-data",
@@ -1471,6 +1480,7 @@ ServiceName = Literal[
1471
1480
  "sesv2",
1472
1481
  "shield",
1473
1482
  "signer",
1483
+ "signin",
1474
1484
  "simspaceweaver",
1475
1485
  "snow-device-management",
1476
1486
  "snowball",
@@ -53,6 +53,8 @@ from .literals import (
53
53
  Av1LookAheadRateControlType,
54
54
  Av1RateControlModeType,
55
55
  Av1SceneChangeDetectType,
56
+ Av1SpatialAqType,
57
+ Av1TemporalAqType,
56
58
  AvailBlankingStateType,
57
59
  BandwidthReductionFilterStrengthType,
58
60
  BandwidthReductionPostFilterSharpeningType,
@@ -298,6 +300,7 @@ from .literals import (
298
300
  ReservationSpecialFeatureType,
299
301
  ReservationStateType,
300
302
  ReservationVideoQualityType,
303
+ RouterEncryptionTypeType,
301
304
  RtmpCacheFullBehaviorType,
302
305
  RtmpCaptionDataType,
303
306
  RtmpOutputCertificateModeType,
@@ -864,6 +867,10 @@ __all__ = (
864
867
  "RouteCreateRequestTypeDef",
865
868
  "RouteTypeDef",
866
869
  "RouteUpdateRequestTypeDef",
870
+ "RouterDestinationSettingsTypeDef",
871
+ "RouterDestinationTypeDef",
872
+ "RouterInputSettingsTypeDef",
873
+ "RouterSettingsTypeDef",
867
874
  "RtmpGroupSettingsOutputTypeDef",
868
875
  "RtmpGroupSettingsTypeDef",
869
876
  "RtmpOutputSettingsTypeDef",
@@ -902,6 +909,7 @@ __all__ = (
902
909
  "Smpte2110ReceiverGroupSettingsTypeDef",
903
910
  "Smpte2110ReceiverGroupSettingsUnionTypeDef",
904
911
  "Smpte2110ReceiverGroupTypeDef",
912
+ "SpecialRouterSettingsTypeDef",
905
913
  "SrtCallerDecryptionRequestTypeDef",
906
914
  "SrtCallerDecryptionTypeDef",
907
915
  "SrtCallerSourceRequestTypeDef",
@@ -2527,6 +2535,15 @@ class RouteUpdateRequestTypeDef(TypedDict):
2527
2535
  Gateway: NotRequired[str]
2528
2536
 
2529
2537
 
2538
+ class RouterDestinationSettingsTypeDef(TypedDict):
2539
+ AvailabilityZoneName: str
2540
+
2541
+
2542
+ class RouterDestinationTypeDef(TypedDict):
2543
+ AvailabilityZoneName: NotRequired[str]
2544
+ RouterOutputArn: NotRequired[str]
2545
+
2546
+
2530
2547
  class Scte35InputScheduleActionSettingsTypeDef(TypedDict):
2531
2548
  Mode: Scte35InputModeType
2532
2549
  InputAttachmentNameReference: NotRequired[str]
@@ -2569,6 +2586,10 @@ class SdiSourceMappingUpdateRequestTypeDef(TypedDict):
2569
2586
  SdiSource: NotRequired[str]
2570
2587
 
2571
2588
 
2589
+ class SpecialRouterSettingsTypeDef(TypedDict):
2590
+ RouterArn: NotRequired[str]
2591
+
2592
+
2572
2593
  class SrtCallerDecryptionRequestTypeDef(TypedDict):
2573
2594
  Algorithm: NotRequired[AlgorithmType]
2574
2595
  PassphraseSecretArn: NotRequired[str]
@@ -2921,6 +2942,7 @@ class H265ColorSpaceSettingsOutputTypeDef(TypedDict):
2921
2942
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
2922
2943
  Rec601Settings: NotRequired[dict[str, Any]]
2923
2944
  Rec709Settings: NotRequired[dict[str, Any]]
2945
+ Hlg2020Settings: NotRequired[dict[str, Any]]
2924
2946
 
2925
2947
 
2926
2948
  class H265ColorSpaceSettingsTypeDef(TypedDict):
@@ -2929,6 +2951,7 @@ class H265ColorSpaceSettingsTypeDef(TypedDict):
2929
2951
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
2930
2952
  Rec601Settings: NotRequired[Mapping[str, Any]]
2931
2953
  Rec709Settings: NotRequired[Mapping[str, Any]]
2954
+ Hlg2020Settings: NotRequired[Mapping[str, Any]]
2932
2955
 
2933
2956
 
2934
2957
  class VideoSelectorColorSpaceSettingsTypeDef(TypedDict):
@@ -4236,6 +4259,18 @@ class UpdateNetworkRequestTypeDef(TypedDict):
4236
4259
  Routes: NotRequired[Sequence[RouteUpdateRequestTypeDef]]
4237
4260
 
4238
4261
 
4262
+ class RouterSettingsTypeDef(TypedDict):
4263
+ Destinations: NotRequired[Sequence[RouterDestinationSettingsTypeDef]]
4264
+ EncryptionType: NotRequired[RouterEncryptionTypeType]
4265
+ SecretArn: NotRequired[str]
4266
+
4267
+
4268
+ class RouterInputSettingsTypeDef(TypedDict):
4269
+ Destinations: NotRequired[list[RouterDestinationTypeDef]]
4270
+ EncryptionType: NotRequired[RouterEncryptionTypeType]
4271
+ SecretArn: NotRequired[str]
4272
+
4273
+
4239
4274
  class Scte35SegmentationDescriptorTypeDef(TypedDict):
4240
4275
  SegmentationCancelIndicator: Scte35SegmentationCancelIndicatorType
4241
4276
  SegmentationEventId: int
@@ -4423,6 +4458,8 @@ class Av1SettingsOutputTypeDef(TypedDict):
4423
4458
  Bitrate: NotRequired[int]
4424
4459
  RateControlMode: NotRequired[Av1RateControlModeType]
4425
4460
  MinBitrate: NotRequired[int]
4461
+ SpatialAq: NotRequired[Av1SpatialAqType]
4462
+ TemporalAq: NotRequired[Av1TemporalAqType]
4426
4463
 
4427
4464
 
4428
4465
  class Av1SettingsTypeDef(TypedDict):
@@ -4446,6 +4483,8 @@ class Av1SettingsTypeDef(TypedDict):
4446
4483
  Bitrate: NotRequired[int]
4447
4484
  RateControlMode: NotRequired[Av1RateControlModeType]
4448
4485
  MinBitrate: NotRequired[int]
4486
+ SpatialAq: NotRequired[Av1SpatialAqType]
4487
+ TemporalAq: NotRequired[Av1TemporalAqType]
4449
4488
 
4450
4489
 
4451
4490
  class AvailConfigurationTypeDef(TypedDict):
@@ -5646,6 +5685,7 @@ DescribeInputResponseTypeDef = TypedDict(
5646
5685
  "MulticastSettings": MulticastSettingsTypeDef,
5647
5686
  "Smpte2110ReceiverGroupSettings": Smpte2110ReceiverGroupSettingsOutputTypeDef,
5648
5687
  "SdiSources": list[str],
5688
+ "RouterSettings": RouterInputSettingsTypeDef,
5649
5689
  "ResponseMetadata": ResponseMetadataTypeDef,
5650
5690
  },
5651
5691
  )
@@ -5673,6 +5713,7 @@ InputTypeDef = TypedDict(
5673
5713
  "MulticastSettings": NotRequired[MulticastSettingsTypeDef],
5674
5714
  "Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsOutputTypeDef],
5675
5715
  "SdiSources": NotRequired[list[str]],
5716
+ "RouterSettings": NotRequired[RouterInputSettingsTypeDef],
5676
5717
  },
5677
5718
  )
5678
5719
  Smpte2110ReceiverGroupSettingsUnionTypeDef = Union[
@@ -5780,6 +5821,7 @@ CreateInputRequestTypeDef = TypedDict(
5780
5821
  "MulticastSettings": NotRequired[MulticastSettingsCreateRequestTypeDef],
5781
5822
  "Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef],
5782
5823
  "SdiSources": NotRequired[Sequence[str]],
5824
+ "RouterSettings": NotRequired[RouterSettingsTypeDef],
5783
5825
  },
5784
5826
  )
5785
5827
 
@@ -5797,6 +5839,7 @@ class UpdateInputRequestTypeDef(TypedDict):
5797
5839
  MulticastSettings: NotRequired[MulticastSettingsUpdateRequestTypeDef]
5798
5840
  Smpte2110ReceiverGroupSettings: NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef]
5799
5841
  SdiSources: NotRequired[Sequence[str]]
5842
+ SpecialRouterSettings: NotRequired[SpecialRouterSettingsTypeDef]
5800
5843
 
5801
5844
 
5802
5845
  class ExtraTypeDef(TypedDict):
@@ -53,6 +53,8 @@ from .literals import (
53
53
  Av1LookAheadRateControlType,
54
54
  Av1RateControlModeType,
55
55
  Av1SceneChangeDetectType,
56
+ Av1SpatialAqType,
57
+ Av1TemporalAqType,
56
58
  AvailBlankingStateType,
57
59
  BandwidthReductionFilterStrengthType,
58
60
  BandwidthReductionPostFilterSharpeningType,
@@ -298,6 +300,7 @@ from .literals import (
298
300
  ReservationSpecialFeatureType,
299
301
  ReservationStateType,
300
302
  ReservationVideoQualityType,
303
+ RouterEncryptionTypeType,
301
304
  RtmpCacheFullBehaviorType,
302
305
  RtmpCaptionDataType,
303
306
  RtmpOutputCertificateModeType,
@@ -863,6 +866,10 @@ __all__ = (
863
866
  "RouteCreateRequestTypeDef",
864
867
  "RouteTypeDef",
865
868
  "RouteUpdateRequestTypeDef",
869
+ "RouterDestinationSettingsTypeDef",
870
+ "RouterDestinationTypeDef",
871
+ "RouterInputSettingsTypeDef",
872
+ "RouterSettingsTypeDef",
866
873
  "RtmpGroupSettingsOutputTypeDef",
867
874
  "RtmpGroupSettingsTypeDef",
868
875
  "RtmpOutputSettingsTypeDef",
@@ -901,6 +908,7 @@ __all__ = (
901
908
  "Smpte2110ReceiverGroupSettingsTypeDef",
902
909
  "Smpte2110ReceiverGroupSettingsUnionTypeDef",
903
910
  "Smpte2110ReceiverGroupTypeDef",
911
+ "SpecialRouterSettingsTypeDef",
904
912
  "SrtCallerDecryptionRequestTypeDef",
905
913
  "SrtCallerDecryptionTypeDef",
906
914
  "SrtCallerSourceRequestTypeDef",
@@ -2282,6 +2290,13 @@ class RouteUpdateRequestTypeDef(TypedDict):
2282
2290
  Cidr: NotRequired[str]
2283
2291
  Gateway: NotRequired[str]
2284
2292
 
2293
+ class RouterDestinationSettingsTypeDef(TypedDict):
2294
+ AvailabilityZoneName: str
2295
+
2296
+ class RouterDestinationTypeDef(TypedDict):
2297
+ AvailabilityZoneName: NotRequired[str]
2298
+ RouterOutputArn: NotRequired[str]
2299
+
2285
2300
  class Scte35InputScheduleActionSettingsTypeDef(TypedDict):
2286
2301
  Mode: Scte35InputModeType
2287
2302
  InputAttachmentNameReference: NotRequired[str]
@@ -2316,6 +2331,9 @@ class SdiSourceMappingUpdateRequestTypeDef(TypedDict):
2316
2331
  ChannelNumber: NotRequired[int]
2317
2332
  SdiSource: NotRequired[str]
2318
2333
 
2334
+ class SpecialRouterSettingsTypeDef(TypedDict):
2335
+ RouterArn: NotRequired[str]
2336
+
2319
2337
  class SrtCallerDecryptionRequestTypeDef(TypedDict):
2320
2338
  Algorithm: NotRequired[AlgorithmType]
2321
2339
  PassphraseSecretArn: NotRequired[str]
@@ -2622,6 +2640,7 @@ class H265ColorSpaceSettingsOutputTypeDef(TypedDict):
2622
2640
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
2623
2641
  Rec601Settings: NotRequired[dict[str, Any]]
2624
2642
  Rec709Settings: NotRequired[dict[str, Any]]
2643
+ Hlg2020Settings: NotRequired[dict[str, Any]]
2625
2644
 
2626
2645
  class H265ColorSpaceSettingsTypeDef(TypedDict):
2627
2646
  ColorSpacePassthroughSettings: NotRequired[Mapping[str, Any]]
@@ -2629,6 +2648,7 @@ class H265ColorSpaceSettingsTypeDef(TypedDict):
2629
2648
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
2630
2649
  Rec601Settings: NotRequired[Mapping[str, Any]]
2631
2650
  Rec709Settings: NotRequired[Mapping[str, Any]]
2651
+ Hlg2020Settings: NotRequired[Mapping[str, Any]]
2632
2652
 
2633
2653
  class VideoSelectorColorSpaceSettingsTypeDef(TypedDict):
2634
2654
  Hdr10Settings: NotRequired[Hdr10SettingsTypeDef]
@@ -3770,6 +3790,16 @@ class UpdateNetworkRequestTypeDef(TypedDict):
3770
3790
  Name: NotRequired[str]
3771
3791
  Routes: NotRequired[Sequence[RouteUpdateRequestTypeDef]]
3772
3792
 
3793
+ class RouterSettingsTypeDef(TypedDict):
3794
+ Destinations: NotRequired[Sequence[RouterDestinationSettingsTypeDef]]
3795
+ EncryptionType: NotRequired[RouterEncryptionTypeType]
3796
+ SecretArn: NotRequired[str]
3797
+
3798
+ class RouterInputSettingsTypeDef(TypedDict):
3799
+ Destinations: NotRequired[list[RouterDestinationTypeDef]]
3800
+ EncryptionType: NotRequired[RouterEncryptionTypeType]
3801
+ SecretArn: NotRequired[str]
3802
+
3773
3803
  class Scte35SegmentationDescriptorTypeDef(TypedDict):
3774
3804
  SegmentationCancelIndicator: Scte35SegmentationCancelIndicatorType
3775
3805
  SegmentationEventId: int
@@ -3939,6 +3969,8 @@ class Av1SettingsOutputTypeDef(TypedDict):
3939
3969
  Bitrate: NotRequired[int]
3940
3970
  RateControlMode: NotRequired[Av1RateControlModeType]
3941
3971
  MinBitrate: NotRequired[int]
3972
+ SpatialAq: NotRequired[Av1SpatialAqType]
3973
+ TemporalAq: NotRequired[Av1TemporalAqType]
3942
3974
 
3943
3975
  class Av1SettingsTypeDef(TypedDict):
3944
3976
  FramerateDenominator: int
@@ -3961,6 +3993,8 @@ class Av1SettingsTypeDef(TypedDict):
3961
3993
  Bitrate: NotRequired[int]
3962
3994
  RateControlMode: NotRequired[Av1RateControlModeType]
3963
3995
  MinBitrate: NotRequired[int]
3996
+ SpatialAq: NotRequired[Av1SpatialAqType]
3997
+ TemporalAq: NotRequired[Av1TemporalAqType]
3964
3998
 
3965
3999
  class AvailConfigurationTypeDef(TypedDict):
3966
4000
  AvailSettings: NotRequired[AvailSettingsTypeDef]
@@ -5053,6 +5087,7 @@ DescribeInputResponseTypeDef = TypedDict(
5053
5087
  "MulticastSettings": MulticastSettingsTypeDef,
5054
5088
  "Smpte2110ReceiverGroupSettings": Smpte2110ReceiverGroupSettingsOutputTypeDef,
5055
5089
  "SdiSources": list[str],
5090
+ "RouterSettings": RouterInputSettingsTypeDef,
5056
5091
  "ResponseMetadata": ResponseMetadataTypeDef,
5057
5092
  },
5058
5093
  )
@@ -5080,6 +5115,7 @@ InputTypeDef = TypedDict(
5080
5115
  "MulticastSettings": NotRequired[MulticastSettingsTypeDef],
5081
5116
  "Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsOutputTypeDef],
5082
5117
  "SdiSources": NotRequired[list[str]],
5118
+ "RouterSettings": NotRequired[RouterInputSettingsTypeDef],
5083
5119
  },
5084
5120
  )
5085
5121
  Smpte2110ReceiverGroupSettingsUnionTypeDef = Union[
@@ -5173,6 +5209,7 @@ CreateInputRequestTypeDef = TypedDict(
5173
5209
  "MulticastSettings": NotRequired[MulticastSettingsCreateRequestTypeDef],
5174
5210
  "Smpte2110ReceiverGroupSettings": NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef],
5175
5211
  "SdiSources": NotRequired[Sequence[str]],
5212
+ "RouterSettings": NotRequired[RouterSettingsTypeDef],
5176
5213
  },
5177
5214
  )
5178
5215
 
@@ -5189,6 +5226,7 @@ class UpdateInputRequestTypeDef(TypedDict):
5189
5226
  MulticastSettings: NotRequired[MulticastSettingsUpdateRequestTypeDef]
5190
5227
  Smpte2110ReceiverGroupSettings: NotRequired[Smpte2110ReceiverGroupSettingsUnionTypeDef]
5191
5228
  SdiSources: NotRequired[Sequence[str]]
5229
+ SpecialRouterSettings: NotRequired[SpecialRouterSettingsTypeDef]
5192
5230
 
5193
5231
  class ExtraTypeDef(TypedDict):
5194
5232
  OutputSettings: OutputSettingsOutputTypeDef
@@ -4,4 +4,4 @@ Source of truth for version.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- __version__ = "1.40.74"
7
+ __version__ = "1.41.0"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: types-boto3-medialive
3
- Version: 1.40.74
4
- Summary: Type annotations for boto3 MediaLive 1.40.74 service generated with mypy-boto3-builder 8.12.0
3
+ Version: 1.41.0
4
+ Summary: Type annotations for boto3 MediaLive 1.41.0 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
  ![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)
44
44
 
45
- Type annotations for [boto3 MediaLive 1.40.74](https://pypi.org/project/boto3/)
45
+ Type annotations for [boto3 MediaLive 1.41.0](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.40.74' mypy-boto3-builder`
108
+ `uvx --with 'boto3==1.41.0' 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=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,,
@@ -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=7GpoOT198sR-8ot7ht2HPpbCSmEDueVBemahGKvxcbQ,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=I6KhWqScCq4szrN--UzwV2fDVUOFujjBp7N4Wg58Y6Q,53408
7
- types_boto3_medialive/literals.pyi,sha256=FxGFN-mnY_q_ropkmhLG4H_iqSaTB7qa16J8n5Bmhq8,53406
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=zuZYXtW7AazBFiXJr-WEEM1HAfmNArqlynkCep_Hg2A,209930
12
- types_boto3_medialive/type_defs.pyi,sha256=ZJfhQDUWzM3DVVH9LWitE_h0HkCoyN8fZyZqCEQtK7s,209287
13
- types_boto3_medialive/version.py,sha256=Aan2Z4MNjFqV2Cd09E7L7vbZE2L_k0NstcyPKCFRrdo,93
14
- types_boto3_medialive/waiter.py,sha256=QcGR2lxcXrx6MqN32xtv3fQegxEgv9qZ5UUBA03N2qE,24281
15
- types_boto3_medialive/waiter.pyi,sha256=bC4PsWq4om-y5VJim-inhJF1ezVeYJ9pR8RisgKBBn0,24236
16
- types_boto3_medialive-1.40.74.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
17
- types_boto3_medialive-1.40.74.dist-info/METADATA,sha256=8ga2_7OKi1hMNH86KKWd3TFjU-xd9RUqAK6TeIissi4,21169
18
- types_boto3_medialive-1.40.74.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- types_boto3_medialive-1.40.74.dist-info/top_level.txt,sha256=ObnwlKE8EUI6nh64SLkLF3YrioCtul-5VbXe2USlsFg,22
20
- types_boto3_medialive-1.40.74.dist-info/RECORD,,