@aws-sdk/client-mediaconnect 3.1027.0 → 3.1029.0

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.
Files changed (31) hide show
  1. package/dist-cjs/index.js +15 -9
  2. package/dist-cjs/schemas/schemas_0.js +38 -20
  3. package/dist-es/MediaConnect.js +5 -5
  4. package/dist-es/models/enums.js +9 -4
  5. package/dist-es/schemas/schemas_0.js +32 -14
  6. package/dist-es/waiters/index.js +5 -5
  7. package/dist-types/MediaConnect.d.ts +8 -8
  8. package/dist-types/commands/BatchGetRouterInputCommand.d.ts +39 -29
  9. package/dist-types/commands/BatchGetRouterOutputCommand.d.ts +5 -5
  10. package/dist-types/commands/CreateRouterInputCommand.d.ts +75 -56
  11. package/dist-types/commands/CreateRouterOutputCommand.d.ts +10 -10
  12. package/dist-types/commands/GetRouterInputCommand.d.ts +39 -29
  13. package/dist-types/commands/GetRouterOutputCommand.d.ts +5 -5
  14. package/dist-types/commands/ListRouterInputsCommand.d.ts +6 -6
  15. package/dist-types/commands/ListRouterOutputsCommand.d.ts +8 -8
  16. package/dist-types/commands/RestartRouterInputCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateRouterInputCommand.d.ts +75 -56
  18. package/dist-types/commands/UpdateRouterOutputCommand.d.ts +10 -10
  19. package/dist-types/models/enums.d.ts +25 -12
  20. package/dist-types/models/models_0.d.ts +263 -225
  21. package/dist-types/models/models_1.d.ts +30 -0
  22. package/dist-types/schemas/schemas_0.d.ts +2 -0
  23. package/dist-types/ts3.4/MediaConnect.d.ts +8 -8
  24. package/dist-types/ts3.4/commands/RestartRouterInputCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/models/enums.d.ts +13 -6
  26. package/dist-types/ts3.4/models/models_0.d.ts +175 -145
  27. package/dist-types/ts3.4/models/models_1.d.ts +8 -0
  28. package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
  29. package/dist-types/ts3.4/waiters/index.d.ts +5 -5
  30. package/dist-types/waiters/index.d.ts +5 -5
  31. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import type { Algorithm, BridgePlacement, BridgeState, Colorimetry, ConnectionStatus, ContentQualityAnalysisState, Day, DesiredState, DurationUnits, EncoderProfile, EncodingName, EncodingProfile, EntitlementStatus, FailoverInputSourcePriorityMode, FailoverMode, FlowSize, FlowTransitEncryptionKeyType, ForwardErrorCorrectionState, GatewayState, InstanceState, KeyType, MaintenanceDay, MaintenanceScheduleType, MaintenanceType, MediaLiveInputPipelineId, MediaLiveTransitEncryptionKeyType, MediaStreamType, NdiState, NetworkInterfaceType, OutputStatus, PriceUnits, Protocol, Range, ReservationState, ResourceType, RouterInputProtocol, RouterInputState, RouterInputTier, RouterInputTransitEncryptionKeyType, RouterInputType, RouterNetworkInterfaceState, RouterNetworkInterfaceType, RouterOutputProtocol, RouterOutputRoutedState, RouterOutputState, RouterOutputTier, RouterOutputType, RoutingScope, ScanMode, SourceType, State, Status, Tcs, ThumbnailState } from "./enums";
1
+ import type { Algorithm, BridgePlacement, BridgeState, Colorimetry, ConnectionStatus, ContentQualityAnalysisState, Day, DesiredState, DurationUnits, EncoderProfile, EncodingName, EncodingProfile, EntitlementStatus, FailoverInputSourcePriorityMode, FailoverMode, FlowSize, FlowTransitEncryptionKeyType, ForwardErrorCorrectionState, GatewayState, InstanceState, KeyType, MaintenanceDay, MaintenanceScheduleType, MaintenanceType, MediaLiveChannelPipelineId, MediaLiveInputPipelineId, MediaLiveTransitEncryptionKeyType, MediaStreamType, NdiState, NetworkInterfaceType, OutputStatus, PriceUnits, Protocol, Range, ReservationState, ResourceType, RouterInputProtocol, RouterInputState, RouterInputTier, RouterInputTransitEncryptionKeyType, RouterInputType, RouterNetworkInterfaceState, RouterNetworkInterfaceType, RouterOutputProtocol, RouterOutputRoutedState, RouterOutputState, RouterOutputTier, RouterOutputType, RoutingScope, ScanMode, SourceType, State, Status, Tcs, ThumbnailState } from "./enums";
2
2
  /**
3
3
  * <p>Add a network output to an existing bridge. </p>
4
4
  * @public
@@ -2526,26 +2526,15 @@ export type FailoverRouterInputProtocolConfiguration = FailoverRouterInputProtoc
2526
2526
  * @public
2527
2527
  */
2528
2528
  export declare namespace FailoverRouterInputProtocolConfiguration {
2529
- /**
2530
- * <p>The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.</p>
2531
- * @public
2532
- */
2533
- interface RtpMember {
2534
- Rtp: RtpRouterInputConfiguration;
2535
- Rist?: never;
2536
- SrtListener?: never;
2537
- SrtCaller?: never;
2538
- $unknown?: never;
2539
- }
2540
2529
  /**
2541
2530
  * <p>The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.</p>
2542
2531
  * @public
2543
2532
  */
2544
2533
  interface RistMember {
2545
- Rtp?: never;
2546
2534
  Rist: RistRouterInputConfiguration;
2547
2535
  SrtListener?: never;
2548
2536
  SrtCaller?: never;
2537
+ Rtp?: never;
2549
2538
  $unknown?: never;
2550
2539
  }
2551
2540
  /**
@@ -2553,10 +2542,10 @@ export declare namespace FailoverRouterInputProtocolConfiguration {
2553
2542
  * @public
2554
2543
  */
2555
2544
  interface SrtListenerMember {
2556
- Rtp?: never;
2557
2545
  Rist?: never;
2558
2546
  SrtListener: SrtListenerRouterInputConfiguration;
2559
2547
  SrtCaller?: never;
2548
+ Rtp?: never;
2560
2549
  $unknown?: never;
2561
2550
  }
2562
2551
  /**
@@ -2564,20 +2553,31 @@ export declare namespace FailoverRouterInputProtocolConfiguration {
2564
2553
  * @public
2565
2554
  */
2566
2555
  interface SrtCallerMember {
2567
- Rtp?: never;
2568
2556
  Rist?: never;
2569
2557
  SrtListener?: never;
2570
2558
  SrtCaller: SrtCallerRouterInputConfiguration;
2559
+ Rtp?: never;
2560
+ $unknown?: never;
2561
+ }
2562
+ /**
2563
+ * <p>The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.</p>
2564
+ * @public
2565
+ */
2566
+ interface RtpMember {
2567
+ Rist?: never;
2568
+ SrtListener?: never;
2569
+ SrtCaller?: never;
2570
+ Rtp: RtpRouterInputConfiguration;
2571
2571
  $unknown?: never;
2572
2572
  }
2573
2573
  /**
2574
2574
  * @public
2575
2575
  */
2576
2576
  interface $UnknownMember {
2577
- Rtp?: never;
2578
2577
  Rist?: never;
2579
2578
  SrtListener?: never;
2580
2579
  SrtCaller?: never;
2580
+ Rtp?: never;
2581
2581
  $unknown: [string, any];
2582
2582
  }
2583
2583
  /**
@@ -2585,10 +2585,10 @@ export declare namespace FailoverRouterInputProtocolConfiguration {
2585
2585
  *
2586
2586
  */
2587
2587
  interface Visitor<T> {
2588
- Rtp: (value: RtpRouterInputConfiguration) => T;
2589
2588
  Rist: (value: RistRouterInputConfiguration) => T;
2590
2589
  SrtListener: (value: SrtListenerRouterInputConfiguration) => T;
2591
2590
  SrtCaller: (value: SrtCallerRouterInputConfiguration) => T;
2591
+ Rtp: (value: RtpRouterInputConfiguration) => T;
2592
2592
  _: (name: string, value: any) => T;
2593
2593
  }
2594
2594
  }
@@ -2639,6 +2639,93 @@ export interface MediaConnectFlowRouterInputConfiguration {
2639
2639
  */
2640
2640
  SourceTransitDecryption: FlowTransitEncryption | undefined;
2641
2641
  }
2642
+ /**
2643
+ * <p>Configuration settings for the MediaLive transit encryption key.</p>
2644
+ * @public
2645
+ */
2646
+ export type MediaLiveTransitEncryptionKeyConfiguration = MediaLiveTransitEncryptionKeyConfiguration.AutomaticMember | MediaLiveTransitEncryptionKeyConfiguration.SecretsManagerMember | MediaLiveTransitEncryptionKeyConfiguration.$UnknownMember;
2647
+ /**
2648
+ * @public
2649
+ */
2650
+ export declare namespace MediaLiveTransitEncryptionKeyConfiguration {
2651
+ /**
2652
+ * <p>The configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.</p>
2653
+ * @public
2654
+ */
2655
+ interface SecretsManagerMember {
2656
+ SecretsManager: SecretsManagerEncryptionKeyConfiguration;
2657
+ Automatic?: never;
2658
+ $unknown?: never;
2659
+ }
2660
+ /**
2661
+ * <p>Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.</p>
2662
+ * @public
2663
+ */
2664
+ interface AutomaticMember {
2665
+ SecretsManager?: never;
2666
+ Automatic: AutomaticEncryptionKeyConfiguration;
2667
+ $unknown?: never;
2668
+ }
2669
+ /**
2670
+ * @public
2671
+ */
2672
+ interface $UnknownMember {
2673
+ SecretsManager?: never;
2674
+ Automatic?: never;
2675
+ $unknown: [string, any];
2676
+ }
2677
+ /**
2678
+ * @deprecated unused in schema-serde mode.
2679
+ *
2680
+ */
2681
+ interface Visitor<T> {
2682
+ SecretsManager: (value: SecretsManagerEncryptionKeyConfiguration) => T;
2683
+ Automatic: (value: AutomaticEncryptionKeyConfiguration) => T;
2684
+ _: (name: string, value: any) => T;
2685
+ }
2686
+ }
2687
+ /**
2688
+ * <p>The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through Secrets Manager.</p>
2689
+ * @public
2690
+ */
2691
+ export interface MediaLiveTransitEncryption {
2692
+ /**
2693
+ * <p>The type of encryption key to use for MediaLive transit encryption.</p>
2694
+ * @public
2695
+ */
2696
+ EncryptionKeyType?: MediaLiveTransitEncryptionKeyType | undefined;
2697
+ /**
2698
+ * <p>The configuration details for the MediaLive encryption key.</p>
2699
+ * @public
2700
+ */
2701
+ EncryptionKeyConfiguration: MediaLiveTransitEncryptionKeyConfiguration | undefined;
2702
+ }
2703
+ /**
2704
+ * <p>Configuration settings for connecting a router input to a MediaLive channel output.</p>
2705
+ * @public
2706
+ */
2707
+ export interface MediaLiveChannelRouterInputConfiguration {
2708
+ /**
2709
+ * <p>The ARN of the MediaLive channel to connect to this router input.</p>
2710
+ * @public
2711
+ */
2712
+ MediaLiveChannelArn?: string | undefined;
2713
+ /**
2714
+ * <p>The index of the MediaLive pipeline to connect to this router input.</p>
2715
+ * @public
2716
+ */
2717
+ MediaLivePipelineId?: MediaLiveChannelPipelineId | undefined;
2718
+ /**
2719
+ * <p>The name of the MediaLive channel output to connect to this router input.</p>
2720
+ * @public
2721
+ */
2722
+ MediaLiveChannelOutputName?: string | undefined;
2723
+ /**
2724
+ * <p>The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through Secrets Manager.</p>
2725
+ * @public
2726
+ */
2727
+ SourceTransitDecryption: MediaLiveTransitEncryption | undefined;
2728
+ }
2642
2729
  /**
2643
2730
  * <p>Protocol configuration settings for merge router inputs.</p>
2644
2731
  * @public
@@ -2714,26 +2801,15 @@ export type RouterInputProtocolConfiguration = RouterInputProtocolConfiguration.
2714
2801
  * @public
2715
2802
  */
2716
2803
  export declare namespace RouterInputProtocolConfiguration {
2717
- /**
2718
- * <p>The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.</p>
2719
- * @public
2720
- */
2721
- interface RtpMember {
2722
- Rtp: RtpRouterInputConfiguration;
2723
- Rist?: never;
2724
- SrtListener?: never;
2725
- SrtCaller?: never;
2726
- $unknown?: never;
2727
- }
2728
2804
  /**
2729
2805
  * <p>The configuration settings for a router input using the RIST (Reliable Internet Stream Transport) protocol, including the port and recovery latency.</p>
2730
2806
  * @public
2731
2807
  */
2732
2808
  interface RistMember {
2733
- Rtp?: never;
2734
2809
  Rist: RistRouterInputConfiguration;
2735
2810
  SrtListener?: never;
2736
2811
  SrtCaller?: never;
2812
+ Rtp?: never;
2737
2813
  $unknown?: never;
2738
2814
  }
2739
2815
  /**
@@ -2741,10 +2817,10 @@ export declare namespace RouterInputProtocolConfiguration {
2741
2817
  * @public
2742
2818
  */
2743
2819
  interface SrtListenerMember {
2744
- Rtp?: never;
2745
2820
  Rist?: never;
2746
2821
  SrtListener: SrtListenerRouterInputConfiguration;
2747
2822
  SrtCaller?: never;
2823
+ Rtp?: never;
2748
2824
  $unknown?: never;
2749
2825
  }
2750
2826
  /**
@@ -2752,20 +2828,31 @@ export declare namespace RouterInputProtocolConfiguration {
2752
2828
  * @public
2753
2829
  */
2754
2830
  interface SrtCallerMember {
2755
- Rtp?: never;
2756
2831
  Rist?: never;
2757
2832
  SrtListener?: never;
2758
2833
  SrtCaller: SrtCallerRouterInputConfiguration;
2834
+ Rtp?: never;
2835
+ $unknown?: never;
2836
+ }
2837
+ /**
2838
+ * <p>The configuration settings for a Router Input using the RTP (Real-Time Transport Protocol) protocol, including the port and forward error correction state.</p>
2839
+ * @public
2840
+ */
2841
+ interface RtpMember {
2842
+ Rist?: never;
2843
+ SrtListener?: never;
2844
+ SrtCaller?: never;
2845
+ Rtp: RtpRouterInputConfiguration;
2759
2846
  $unknown?: never;
2760
2847
  }
2761
2848
  /**
2762
2849
  * @public
2763
2850
  */
2764
2851
  interface $UnknownMember {
2765
- Rtp?: never;
2766
2852
  Rist?: never;
2767
2853
  SrtListener?: never;
2768
2854
  SrtCaller?: never;
2855
+ Rtp?: never;
2769
2856
  $unknown: [string, any];
2770
2857
  }
2771
2858
  /**
@@ -2773,10 +2860,10 @@ export declare namespace RouterInputProtocolConfiguration {
2773
2860
  *
2774
2861
  */
2775
2862
  interface Visitor<T> {
2776
- Rtp: (value: RtpRouterInputConfiguration) => T;
2777
2863
  Rist: (value: RistRouterInputConfiguration) => T;
2778
2864
  SrtListener: (value: SrtListenerRouterInputConfiguration) => T;
2779
2865
  SrtCaller: (value: SrtCallerRouterInputConfiguration) => T;
2866
+ Rtp: (value: RtpRouterInputConfiguration) => T;
2780
2867
  _: (name: string, value: any) => T;
2781
2868
  }
2782
2869
  }
@@ -2805,7 +2892,7 @@ export interface StandardRouterInputConfiguration {
2805
2892
  * <p>The configuration settings for a router input.</p>
2806
2893
  * @public
2807
2894
  */
2808
- export type RouterInputConfiguration = RouterInputConfiguration.FailoverMember | RouterInputConfiguration.MediaConnectFlowMember | RouterInputConfiguration.MergeMember | RouterInputConfiguration.StandardMember | RouterInputConfiguration.$UnknownMember;
2895
+ export type RouterInputConfiguration = RouterInputConfiguration.FailoverMember | RouterInputConfiguration.MediaConnectFlowMember | RouterInputConfiguration.MediaLiveChannelMember | RouterInputConfiguration.MergeMember | RouterInputConfiguration.StandardMember | RouterInputConfiguration.$UnknownMember;
2809
2896
  /**
2810
2897
  * @public
2811
2898
  */
@@ -2816,9 +2903,22 @@ export declare namespace RouterInputConfiguration {
2816
2903
  */
2817
2904
  interface StandardMember {
2818
2905
  Standard: StandardRouterInputConfiguration;
2906
+ MediaLiveChannel?: never;
2819
2907
  Failover?: never;
2908
+ MediaConnectFlow?: never;
2820
2909
  Merge?: never;
2910
+ $unknown?: never;
2911
+ }
2912
+ /**
2913
+ * <p>Configuration settings for connecting a router input to a MediaLive channel output.</p>
2914
+ * @public
2915
+ */
2916
+ interface MediaLiveChannelMember {
2917
+ Standard?: never;
2918
+ MediaLiveChannel: MediaLiveChannelRouterInputConfiguration;
2919
+ Failover?: never;
2821
2920
  MediaConnectFlow?: never;
2921
+ Merge?: never;
2822
2922
  $unknown?: never;
2823
2923
  }
2824
2924
  /**
@@ -2827,31 +2927,34 @@ export declare namespace RouterInputConfiguration {
2827
2927
  */
2828
2928
  interface FailoverMember {
2829
2929
  Standard?: never;
2930
+ MediaLiveChannel?: never;
2830
2931
  Failover: FailoverRouterInputConfiguration;
2831
- Merge?: never;
2832
2932
  MediaConnectFlow?: never;
2933
+ Merge?: never;
2833
2934
  $unknown?: never;
2834
2935
  }
2835
2936
  /**
2836
- * <p>Configuration settings for a merge router input that combines two input sources.</p>
2937
+ * <p>Configuration settings for connecting a router input to a flow output.</p>
2837
2938
  * @public
2838
2939
  */
2839
- interface MergeMember {
2940
+ interface MediaConnectFlowMember {
2840
2941
  Standard?: never;
2942
+ MediaLiveChannel?: never;
2841
2943
  Failover?: never;
2842
- Merge: MergeRouterInputConfiguration;
2843
- MediaConnectFlow?: never;
2944
+ MediaConnectFlow: MediaConnectFlowRouterInputConfiguration;
2945
+ Merge?: never;
2844
2946
  $unknown?: never;
2845
2947
  }
2846
2948
  /**
2847
- * <p>Configuration settings for connecting a router input to a flow output.</p>
2949
+ * <p>Configuration settings for a merge router input that combines two input sources.</p>
2848
2950
  * @public
2849
2951
  */
2850
- interface MediaConnectFlowMember {
2952
+ interface MergeMember {
2851
2953
  Standard?: never;
2954
+ MediaLiveChannel?: never;
2852
2955
  Failover?: never;
2853
- Merge?: never;
2854
- MediaConnectFlow: MediaConnectFlowRouterInputConfiguration;
2956
+ MediaConnectFlow?: never;
2957
+ Merge: MergeRouterInputConfiguration;
2855
2958
  $unknown?: never;
2856
2959
  }
2857
2960
  /**
@@ -2859,9 +2962,10 @@ export declare namespace RouterInputConfiguration {
2859
2962
  */
2860
2963
  interface $UnknownMember {
2861
2964
  Standard?: never;
2965
+ MediaLiveChannel?: never;
2862
2966
  Failover?: never;
2863
- Merge?: never;
2864
2967
  MediaConnectFlow?: never;
2968
+ Merge?: never;
2865
2969
  $unknown: [string, any];
2866
2970
  }
2867
2971
  /**
@@ -2870,9 +2974,10 @@ export declare namespace RouterInputConfiguration {
2870
2974
  */
2871
2975
  interface Visitor<T> {
2872
2976
  Standard: (value: StandardRouterInputConfiguration) => T;
2977
+ MediaLiveChannel: (value: MediaLiveChannelRouterInputConfiguration) => T;
2873
2978
  Failover: (value: FailoverRouterInputConfiguration) => T;
2874
- Merge: (value: MergeRouterInputConfiguration) => T;
2875
2979
  MediaConnectFlow: (value: MediaConnectFlowRouterInputConfiguration) => T;
2980
+ Merge: (value: MergeRouterInputConfiguration) => T;
2876
2981
  _: (name: string, value: any) => T;
2877
2982
  }
2878
2983
  }
@@ -3051,6 +3156,12 @@ export interface FailoverRouterInputStreamDetails {
3051
3156
  */
3052
3157
  export interface MediaConnectFlowRouterInputStreamDetails {
3053
3158
  }
3159
+ /**
3160
+ * <p>Configuration details for a MediaLive channel when used as a router input source.</p>
3161
+ * @public
3162
+ */
3163
+ export interface MediaLiveChannelRouterInputStreamDetails {
3164
+ }
3054
3165
  /**
3055
3166
  * <p>Configuration details for an indexed stream in a merge router input setup.</p>
3056
3167
  * @public
@@ -3098,7 +3209,7 @@ export interface StandardRouterInputStreamDetails {
3098
3209
  * <p>Configuration details for the router input stream.</p>
3099
3210
  * @public
3100
3211
  */
3101
- export type RouterInputStreamDetails = RouterInputStreamDetails.FailoverMember | RouterInputStreamDetails.MediaConnectFlowMember | RouterInputStreamDetails.MergeMember | RouterInputStreamDetails.StandardMember | RouterInputStreamDetails.$UnknownMember;
3212
+ export type RouterInputStreamDetails = RouterInputStreamDetails.FailoverMember | RouterInputStreamDetails.MediaConnectFlowMember | RouterInputStreamDetails.MediaLiveChannelMember | RouterInputStreamDetails.MergeMember | RouterInputStreamDetails.StandardMember | RouterInputStreamDetails.$UnknownMember;
3102
3213
  /**
3103
3214
  * @public
3104
3215
  */
@@ -3109,9 +3220,22 @@ export declare namespace RouterInputStreamDetails {
3109
3220
  */
3110
3221
  interface StandardMember {
3111
3222
  Standard: StandardRouterInputStreamDetails;
3223
+ MediaLiveChannel?: never;
3112
3224
  Failover?: never;
3225
+ MediaConnectFlow?: never;
3113
3226
  Merge?: never;
3227
+ $unknown?: never;
3228
+ }
3229
+ /**
3230
+ * <p>Configuration details for a MediaLive channel when used as a router input source.</p>
3231
+ * @public
3232
+ */
3233
+ interface MediaLiveChannelMember {
3234
+ Standard?: never;
3235
+ MediaLiveChannel: MediaLiveChannelRouterInputStreamDetails;
3236
+ Failover?: never;
3114
3237
  MediaConnectFlow?: never;
3238
+ Merge?: never;
3115
3239
  $unknown?: never;
3116
3240
  }
3117
3241
  /**
@@ -3120,31 +3244,34 @@ export declare namespace RouterInputStreamDetails {
3120
3244
  */
3121
3245
  interface FailoverMember {
3122
3246
  Standard?: never;
3247
+ MediaLiveChannel?: never;
3123
3248
  Failover: FailoverRouterInputStreamDetails;
3124
- Merge?: never;
3125
3249
  MediaConnectFlow?: never;
3250
+ Merge?: never;
3126
3251
  $unknown?: never;
3127
3252
  }
3128
3253
  /**
3129
- * <p>Configuration details for a merge router input that combines two input sources.</p>
3254
+ * <p>Configuration details for a MediaConnect flow when used as a router input source.</p>
3130
3255
  * @public
3131
3256
  */
3132
- interface MergeMember {
3257
+ interface MediaConnectFlowMember {
3133
3258
  Standard?: never;
3259
+ MediaLiveChannel?: never;
3134
3260
  Failover?: never;
3135
- Merge: MergeRouterInputStreamDetails;
3136
- MediaConnectFlow?: never;
3261
+ MediaConnectFlow: MediaConnectFlowRouterInputStreamDetails;
3262
+ Merge?: never;
3137
3263
  $unknown?: never;
3138
3264
  }
3139
3265
  /**
3140
- * <p>Configuration details for a MediaConnect flow when used as a router input source.</p>
3266
+ * <p>Configuration details for a merge router input that combines two input sources.</p>
3141
3267
  * @public
3142
3268
  */
3143
- interface MediaConnectFlowMember {
3269
+ interface MergeMember {
3144
3270
  Standard?: never;
3271
+ MediaLiveChannel?: never;
3145
3272
  Failover?: never;
3146
- Merge?: never;
3147
- MediaConnectFlow: MediaConnectFlowRouterInputStreamDetails;
3273
+ MediaConnectFlow?: never;
3274
+ Merge: MergeRouterInputStreamDetails;
3148
3275
  $unknown?: never;
3149
3276
  }
3150
3277
  /**
@@ -3152,9 +3279,10 @@ export declare namespace RouterInputStreamDetails {
3152
3279
  */
3153
3280
  interface $UnknownMember {
3154
3281
  Standard?: never;
3282
+ MediaLiveChannel?: never;
3155
3283
  Failover?: never;
3156
- Merge?: never;
3157
3284
  MediaConnectFlow?: never;
3285
+ Merge?: never;
3158
3286
  $unknown: [string, any];
3159
3287
  }
3160
3288
  /**
@@ -3163,9 +3291,10 @@ export declare namespace RouterInputStreamDetails {
3163
3291
  */
3164
3292
  interface Visitor<T> {
3165
3293
  Standard: (value: StandardRouterInputStreamDetails) => T;
3294
+ MediaLiveChannel: (value: MediaLiveChannelRouterInputStreamDetails) => T;
3166
3295
  Failover: (value: FailoverRouterInputStreamDetails) => T;
3167
- Merge: (value: MergeRouterInputStreamDetails) => T;
3168
3296
  MediaConnectFlow: (value: MediaConnectFlowRouterInputStreamDetails) => T;
3297
+ Merge: (value: MergeRouterInputStreamDetails) => T;
3169
3298
  _: (name: string, value: any) => T;
3170
3299
  }
3171
3300
  }
@@ -3618,67 +3747,6 @@ export interface MediaConnectFlowRouterOutputConfiguration {
3618
3747
  */
3619
3748
  DestinationTransitEncryption: FlowTransitEncryption | undefined;
3620
3749
  }
3621
- /**
3622
- * <p>Configuration settings for the MediaLive transit encryption key.</p>
3623
- * @public
3624
- */
3625
- export type MediaLiveTransitEncryptionKeyConfiguration = MediaLiveTransitEncryptionKeyConfiguration.AutomaticMember | MediaLiveTransitEncryptionKeyConfiguration.SecretsManagerMember | MediaLiveTransitEncryptionKeyConfiguration.$UnknownMember;
3626
- /**
3627
- * @public
3628
- */
3629
- export declare namespace MediaLiveTransitEncryptionKeyConfiguration {
3630
- /**
3631
- * <p>The configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.</p>
3632
- * @public
3633
- */
3634
- interface SecretsManagerMember {
3635
- SecretsManager: SecretsManagerEncryptionKeyConfiguration;
3636
- Automatic?: never;
3637
- $unknown?: never;
3638
- }
3639
- /**
3640
- * <p>Configuration settings for automatic encryption key management, where MediaConnect handles key creation and rotation.</p>
3641
- * @public
3642
- */
3643
- interface AutomaticMember {
3644
- SecretsManager?: never;
3645
- Automatic: AutomaticEncryptionKeyConfiguration;
3646
- $unknown?: never;
3647
- }
3648
- /**
3649
- * @public
3650
- */
3651
- interface $UnknownMember {
3652
- SecretsManager?: never;
3653
- Automatic?: never;
3654
- $unknown: [string, any];
3655
- }
3656
- /**
3657
- * @deprecated unused in schema-serde mode.
3658
- *
3659
- */
3660
- interface Visitor<T> {
3661
- SecretsManager: (value: SecretsManagerEncryptionKeyConfiguration) => T;
3662
- Automatic: (value: AutomaticEncryptionKeyConfiguration) => T;
3663
- _: (name: string, value: any) => T;
3664
- }
3665
- }
3666
- /**
3667
- * <p>The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through Secrets Manager.</p>
3668
- * @public
3669
- */
3670
- export interface MediaLiveTransitEncryption {
3671
- /**
3672
- * <p>The type of encryption key to use for MediaLive transit encryption.</p>
3673
- * @public
3674
- */
3675
- EncryptionKeyType?: MediaLiveTransitEncryptionKeyType | undefined;
3676
- /**
3677
- * <p>The configuration details for the MediaLive encryption key.</p>
3678
- * @public
3679
- */
3680
- EncryptionKeyConfiguration: MediaLiveTransitEncryptionKeyConfiguration | undefined;
3681
- }
3682
3750
  /**
3683
3751
  * <p>Configuration settings for connecting a router output to a MediaLive input.</p>
3684
3752
  * @public
@@ -3809,26 +3877,15 @@ export type RouterOutputProtocolConfiguration = RouterOutputProtocolConfiguratio
3809
3877
  * @public
3810
3878
  */
3811
3879
  export declare namespace RouterOutputProtocolConfiguration {
3812
- /**
3813
- * <p>The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.</p>
3814
- * @public
3815
- */
3816
- interface RtpMember {
3817
- Rtp: RtpRouterOutputConfiguration;
3818
- Rist?: never;
3819
- SrtListener?: never;
3820
- SrtCaller?: never;
3821
- $unknown?: never;
3822
- }
3823
3880
  /**
3824
3881
  * <p>The configuration settings for a router output using the RIST (Reliable Internet Stream Transport) protocol, including the destination address and port.</p>
3825
3882
  * @public
3826
3883
  */
3827
3884
  interface RistMember {
3828
- Rtp?: never;
3829
3885
  Rist: RistRouterOutputConfiguration;
3830
3886
  SrtListener?: never;
3831
3887
  SrtCaller?: never;
3888
+ Rtp?: never;
3832
3889
  $unknown?: never;
3833
3890
  }
3834
3891
  /**
@@ -3836,10 +3893,10 @@ export declare namespace RouterOutputProtocolConfiguration {
3836
3893
  * @public
3837
3894
  */
3838
3895
  interface SrtListenerMember {
3839
- Rtp?: never;
3840
3896
  Rist?: never;
3841
3897
  SrtListener: SrtListenerRouterOutputConfiguration;
3842
3898
  SrtCaller?: never;
3899
+ Rtp?: never;
3843
3900
  $unknown?: never;
3844
3901
  }
3845
3902
  /**
@@ -3847,20 +3904,31 @@ export declare namespace RouterOutputProtocolConfiguration {
3847
3904
  * @public
3848
3905
  */
3849
3906
  interface SrtCallerMember {
3850
- Rtp?: never;
3851
3907
  Rist?: never;
3852
3908
  SrtListener?: never;
3853
3909
  SrtCaller: SrtCallerRouterOutputConfiguration;
3910
+ Rtp?: never;
3911
+ $unknown?: never;
3912
+ }
3913
+ /**
3914
+ * <p>The configuration settings for a router output using the RTP (Real-Time Transport Protocol) protocol, including the destination address and port, and forward error correction state.</p>
3915
+ * @public
3916
+ */
3917
+ interface RtpMember {
3918
+ Rist?: never;
3919
+ SrtListener?: never;
3920
+ SrtCaller?: never;
3921
+ Rtp: RtpRouterOutputConfiguration;
3854
3922
  $unknown?: never;
3855
3923
  }
3856
3924
  /**
3857
3925
  * @public
3858
3926
  */
3859
3927
  interface $UnknownMember {
3860
- Rtp?: never;
3861
3928
  Rist?: never;
3862
3929
  SrtListener?: never;
3863
3930
  SrtCaller?: never;
3931
+ Rtp?: never;
3864
3932
  $unknown: [string, any];
3865
3933
  }
3866
3934
  /**
@@ -3868,10 +3936,10 @@ export declare namespace RouterOutputProtocolConfiguration {
3868
3936
  *
3869
3937
  */
3870
3938
  interface Visitor<T> {
3871
- Rtp: (value: RtpRouterOutputConfiguration) => T;
3872
3939
  Rist: (value: RistRouterOutputConfiguration) => T;
3873
3940
  SrtListener: (value: SrtListenerRouterOutputConfiguration) => T;
3874
3941
  SrtCaller: (value: SrtCallerRouterOutputConfiguration) => T;
3942
+ Rtp: (value: RtpRouterOutputConfiguration) => T;
3875
3943
  _: (name: string, value: any) => T;
3876
3944
  }
3877
3945
  }
@@ -7132,39 +7200,27 @@ export type RouterInputFilter = RouterInputFilter.InputTypesMember | RouterInput
7132
7200
  */
7133
7201
  export declare namespace RouterInputFilter {
7134
7202
  /**
7135
- * <p>The AWS Regions of the router inputs to include in the filter.</p>
7203
+ * <p>The names of the router inputs to include in the filter.</p>
7136
7204
  * @public
7137
7205
  */
7138
- interface RegionNamesMember {
7139
- RegionNames: string[];
7140
- InputTypes?: never;
7141
- NameContains?: never;
7206
+ interface NameContainsMember {
7207
+ NameContains: string[];
7208
+ RegionNames?: never;
7142
7209
  NetworkInterfaceArns?: never;
7143
7210
  RoutingScopes?: never;
7211
+ InputTypes?: never;
7144
7212
  $unknown?: never;
7145
7213
  }
7146
7214
  /**
7147
- * <p>The types of router inputs to include in the filter.</p>
7215
+ * <p>The AWS Regions of the router inputs to include in the filter.</p>
7148
7216
  * @public
7149
7217
  */
7150
- interface InputTypesMember {
7151
- RegionNames?: never;
7152
- InputTypes: RouterInputType[];
7218
+ interface RegionNamesMember {
7153
7219
  NameContains?: never;
7220
+ RegionNames: string[];
7154
7221
  NetworkInterfaceArns?: never;
7155
7222
  RoutingScopes?: never;
7156
- $unknown?: never;
7157
- }
7158
- /**
7159
- * <p>The names of the router inputs to include in the filter.</p>
7160
- * @public
7161
- */
7162
- interface NameContainsMember {
7163
- RegionNames?: never;
7164
7223
  InputTypes?: never;
7165
- NameContains: string[];
7166
- NetworkInterfaceArns?: never;
7167
- RoutingScopes?: never;
7168
7224
  $unknown?: never;
7169
7225
  }
7170
7226
  /**
@@ -7172,11 +7228,11 @@ export declare namespace RouterInputFilter {
7172
7228
  * @public
7173
7229
  */
7174
7230
  interface NetworkInterfaceArnsMember {
7175
- RegionNames?: never;
7176
- InputTypes?: never;
7177
7231
  NameContains?: never;
7232
+ RegionNames?: never;
7178
7233
  NetworkInterfaceArns: string[];
7179
7234
  RoutingScopes?: never;
7235
+ InputTypes?: never;
7180
7236
  $unknown?: never;
7181
7237
  }
7182
7238
  /**
@@ -7184,22 +7240,34 @@ export declare namespace RouterInputFilter {
7184
7240
  * @public
7185
7241
  */
7186
7242
  interface RoutingScopesMember {
7243
+ NameContains?: never;
7187
7244
  RegionNames?: never;
7245
+ NetworkInterfaceArns?: never;
7246
+ RoutingScopes: RoutingScope[];
7188
7247
  InputTypes?: never;
7248
+ $unknown?: never;
7249
+ }
7250
+ /**
7251
+ * <p>The types of router inputs to include in the filter.</p>
7252
+ * @public
7253
+ */
7254
+ interface InputTypesMember {
7189
7255
  NameContains?: never;
7256
+ RegionNames?: never;
7190
7257
  NetworkInterfaceArns?: never;
7191
- RoutingScopes: RoutingScope[];
7258
+ RoutingScopes?: never;
7259
+ InputTypes: RouterInputType[];
7192
7260
  $unknown?: never;
7193
7261
  }
7194
7262
  /**
7195
7263
  * @public
7196
7264
  */
7197
7265
  interface $UnknownMember {
7198
- RegionNames?: never;
7199
- InputTypes?: never;
7200
7266
  NameContains?: never;
7267
+ RegionNames?: never;
7201
7268
  NetworkInterfaceArns?: never;
7202
7269
  RoutingScopes?: never;
7270
+ InputTypes?: never;
7203
7271
  $unknown: [string, any];
7204
7272
  }
7205
7273
  /**
@@ -7207,11 +7275,11 @@ export declare namespace RouterInputFilter {
7207
7275
  *
7208
7276
  */
7209
7277
  interface Visitor<T> {
7210
- RegionNames: (value: string[]) => T;
7211
- InputTypes: (value: RouterInputType[]) => T;
7212
7278
  NameContains: (value: string[]) => T;
7279
+ RegionNames: (value: string[]) => T;
7213
7280
  NetworkInterfaceArns: (value: string[]) => T;
7214
7281
  RoutingScopes: (value: RoutingScope[]) => T;
7282
+ InputTypes: (value: RouterInputType[]) => T;
7215
7283
  _: (name: string, value: any) => T;
7216
7284
  }
7217
7285
  }
@@ -7359,50 +7427,50 @@ export declare namespace RouterOutputFilter {
7359
7427
  */
7360
7428
  interface RegionNamesMember {
7361
7429
  RegionNames: string[];
7362
- OutputTypes?: never;
7363
- NameContains?: never;
7364
7430
  NetworkInterfaceArns?: never;
7365
- RoutedInputArns?: never;
7366
7431
  RoutingScopes?: never;
7432
+ OutputTypes?: never;
7433
+ RoutedInputArns?: never;
7434
+ NameContains?: never;
7367
7435
  $unknown?: never;
7368
7436
  }
7369
7437
  /**
7370
- * <p>The types of router outputs to include in the filter.</p>
7438
+ * <p>The Amazon Resource Names (ARNs) of the network interfaces associated with the router outputs to include in the filter.</p>
7371
7439
  * @public
7372
7440
  */
7373
- interface OutputTypesMember {
7441
+ interface NetworkInterfaceArnsMember {
7374
7442
  RegionNames?: never;
7375
- OutputTypes: RouterOutputType[];
7376
- NameContains?: never;
7377
- NetworkInterfaceArns?: never;
7378
- RoutedInputArns?: never;
7443
+ NetworkInterfaceArns: string[];
7379
7444
  RoutingScopes?: never;
7445
+ OutputTypes?: never;
7446
+ RoutedInputArns?: never;
7447
+ NameContains?: never;
7380
7448
  $unknown?: never;
7381
7449
  }
7382
7450
  /**
7383
- * <p>The names of the router outputs to include in the filter.</p>
7451
+ * <p>Filter criteria to list router outputs based on their routing scope.</p>
7384
7452
  * @public
7385
7453
  */
7386
- interface NameContainsMember {
7454
+ interface RoutingScopesMember {
7387
7455
  RegionNames?: never;
7388
- OutputTypes?: never;
7389
- NameContains: string[];
7390
7456
  NetworkInterfaceArns?: never;
7457
+ RoutingScopes: RoutingScope[];
7458
+ OutputTypes?: never;
7391
7459
  RoutedInputArns?: never;
7392
- RoutingScopes?: never;
7460
+ NameContains?: never;
7393
7461
  $unknown?: never;
7394
7462
  }
7395
7463
  /**
7396
- * <p>The Amazon Resource Names (ARNs) of the network interfaces associated with the router outputs to include in the filter.</p>
7464
+ * <p>The types of router outputs to include in the filter.</p>
7397
7465
  * @public
7398
7466
  */
7399
- interface NetworkInterfaceArnsMember {
7467
+ interface OutputTypesMember {
7400
7468
  RegionNames?: never;
7401
- OutputTypes?: never;
7402
- NameContains?: never;
7403
- NetworkInterfaceArns: string[];
7404
- RoutedInputArns?: never;
7469
+ NetworkInterfaceArns?: never;
7405
7470
  RoutingScopes?: never;
7471
+ OutputTypes: RouterOutputType[];
7472
+ RoutedInputArns?: never;
7473
+ NameContains?: never;
7406
7474
  $unknown?: never;
7407
7475
  }
7408
7476
  /**
@@ -7411,24 +7479,24 @@ export declare namespace RouterOutputFilter {
7411
7479
  */
7412
7480
  interface RoutedInputArnsMember {
7413
7481
  RegionNames?: never;
7414
- OutputTypes?: never;
7415
- NameContains?: never;
7416
7482
  NetworkInterfaceArns?: never;
7417
- RoutedInputArns: string[];
7418
7483
  RoutingScopes?: never;
7484
+ OutputTypes?: never;
7485
+ RoutedInputArns: string[];
7486
+ NameContains?: never;
7419
7487
  $unknown?: never;
7420
7488
  }
7421
7489
  /**
7422
- * <p>Filter criteria to list router outputs based on their routing scope.</p>
7490
+ * <p>The names of the router outputs to include in the filter.</p>
7423
7491
  * @public
7424
7492
  */
7425
- interface RoutingScopesMember {
7493
+ interface NameContainsMember {
7426
7494
  RegionNames?: never;
7427
- OutputTypes?: never;
7428
- NameContains?: never;
7429
7495
  NetworkInterfaceArns?: never;
7496
+ RoutingScopes?: never;
7497
+ OutputTypes?: never;
7430
7498
  RoutedInputArns?: never;
7431
- RoutingScopes: RoutingScope[];
7499
+ NameContains: string[];
7432
7500
  $unknown?: never;
7433
7501
  }
7434
7502
  /**
@@ -7436,11 +7504,11 @@ export declare namespace RouterOutputFilter {
7436
7504
  */
7437
7505
  interface $UnknownMember {
7438
7506
  RegionNames?: never;
7439
- OutputTypes?: never;
7440
- NameContains?: never;
7441
7507
  NetworkInterfaceArns?: never;
7442
- RoutedInputArns?: never;
7443
7508
  RoutingScopes?: never;
7509
+ OutputTypes?: never;
7510
+ RoutedInputArns?: never;
7511
+ NameContains?: never;
7444
7512
  $unknown: [string, any];
7445
7513
  }
7446
7514
  /**
@@ -7449,11 +7517,11 @@ export declare namespace RouterOutputFilter {
7449
7517
  */
7450
7518
  interface Visitor<T> {
7451
7519
  RegionNames: (value: string[]) => T;
7452
- OutputTypes: (value: RouterOutputType[]) => T;
7453
- NameContains: (value: string[]) => T;
7454
7520
  NetworkInterfaceArns: (value: string[]) => T;
7455
- RoutedInputArns: (value: string[]) => T;
7456
7521
  RoutingScopes: (value: RoutingScope[]) => T;
7522
+ OutputTypes: (value: RouterOutputType[]) => T;
7523
+ RoutedInputArns: (value: string[]) => T;
7524
+ NameContains: (value: string[]) => T;
7457
7525
  _: (name: string, value: any) => T;
7458
7526
  }
7459
7527
  }
@@ -7562,33 +7630,3 @@ export interface PurchaseOfferingResponse {
7562
7630
  */
7563
7631
  Reservation?: Reservation | undefined;
7564
7632
  }
7565
- /**
7566
- * @public
7567
- */
7568
- export interface RestartRouterInputRequest {
7569
- /**
7570
- * <p>The Amazon Resource Name (ARN) of the router input that you want to restart.</p>
7571
- * @public
7572
- */
7573
- Arn: string | undefined;
7574
- }
7575
- /**
7576
- * @public
7577
- */
7578
- export interface RestartRouterInputResponse {
7579
- /**
7580
- * <p>The ARN of the router input that was restarted.</p>
7581
- * @public
7582
- */
7583
- Arn: string | undefined;
7584
- /**
7585
- * <p>The name of the router input that was restarted.</p>
7586
- * @public
7587
- */
7588
- Name: string | undefined;
7589
- /**
7590
- * <p>The current state of the router input after the restart operation.</p>
7591
- * @public
7592
- */
7593
- State: RouterInputState | undefined;
7594
- }