@aws-sdk/client-medialive 3.130.0 → 3.137.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 (156) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/MediaLive.js +30 -0
  3. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
  4. package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
  5. package/dist-cjs/commands/BatchStartCommand.js +2 -2
  6. package/dist-cjs/commands/BatchStopCommand.js +2 -2
  7. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
  8. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
  9. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
  10. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  11. package/dist-cjs/commands/CreateInputCommand.js +2 -2
  12. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
  14. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
  15. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
  16. package/dist-cjs/commands/CreateTagsCommand.js +1 -1
  17. package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteInputCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
  25. package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
  26. package/dist-cjs/commands/DescribeInputCommand.js +2 -2
  27. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
  28. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  35. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  36. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
  37. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
  38. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
  39. package/dist-cjs/commands/ListInputsCommand.js +2 -2
  40. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
  41. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
  42. package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
  43. package/dist-cjs/commands/ListReservationsCommand.js +2 -2
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  45. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
  46. package/dist-cjs/commands/RebootInputDeviceCommand.js +36 -0
  47. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
  48. package/dist-cjs/commands/StartChannelCommand.js +2 -2
  49. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +36 -0
  50. package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
  51. package/dist-cjs/commands/StopChannelCommand.js +2 -2
  52. package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
  53. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
  54. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
  55. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  56. package/dist-cjs/commands/UpdateInputCommand.js +3 -2
  57. package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
  58. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
  59. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
  60. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
  62. package/dist-cjs/commands/index.js +2 -0
  63. package/dist-cjs/models/models_0.js +574 -858
  64. package/dist-cjs/models/models_1.js +779 -1164
  65. package/dist-cjs/models/models_2.js +45 -37
  66. package/dist-cjs/protocols/Aws_restJson1.js +171 -3
  67. package/dist-es/MediaLive.js +30 -0
  68. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
  69. package/dist-es/commands/BatchDeleteCommand.js +3 -3
  70. package/dist-es/commands/BatchStartCommand.js +3 -3
  71. package/dist-es/commands/BatchStopCommand.js +3 -3
  72. package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
  73. package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
  74. package/dist-es/commands/ClaimDeviceCommand.js +3 -3
  75. package/dist-es/commands/CreateChannelCommand.js +3 -3
  76. package/dist-es/commands/CreateInputCommand.js +3 -3
  77. package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
  78. package/dist-es/commands/CreateMultiplexCommand.js +3 -3
  79. package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
  80. package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
  81. package/dist-es/commands/CreateTagsCommand.js +2 -2
  82. package/dist-es/commands/DeleteChannelCommand.js +3 -3
  83. package/dist-es/commands/DeleteInputCommand.js +3 -3
  84. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
  85. package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
  86. package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
  87. package/dist-es/commands/DeleteReservationCommand.js +3 -3
  88. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  89. package/dist-es/commands/DeleteTagsCommand.js +2 -2
  90. package/dist-es/commands/DescribeChannelCommand.js +3 -3
  91. package/dist-es/commands/DescribeInputCommand.js +3 -3
  92. package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
  93. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
  94. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
  95. package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
  96. package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
  97. package/dist-es/commands/DescribeOfferingCommand.js +3 -3
  98. package/dist-es/commands/DescribeReservationCommand.js +3 -3
  99. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  100. package/dist-es/commands/ListChannelsCommand.js +3 -3
  101. package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
  102. package/dist-es/commands/ListInputDevicesCommand.js +3 -3
  103. package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
  104. package/dist-es/commands/ListInputsCommand.js +3 -3
  105. package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
  106. package/dist-es/commands/ListMultiplexesCommand.js +3 -3
  107. package/dist-es/commands/ListOfferingsCommand.js +3 -3
  108. package/dist-es/commands/ListReservationsCommand.js +3 -3
  109. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  110. package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
  111. package/dist-es/commands/RebootInputDeviceCommand.js +39 -0
  112. package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
  113. package/dist-es/commands/StartChannelCommand.js +3 -3
  114. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +39 -0
  115. package/dist-es/commands/StartMultiplexCommand.js +3 -3
  116. package/dist-es/commands/StopChannelCommand.js +3 -3
  117. package/dist-es/commands/StopMultiplexCommand.js +3 -3
  118. package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
  119. package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
  120. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  121. package/dist-es/commands/UpdateInputCommand.js +4 -3
  122. package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
  123. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
  124. package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
  125. package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
  126. package/dist-es/commands/UpdateReservationCommand.js +3 -3
  127. package/dist-es/commands/index.js +2 -0
  128. package/dist-es/models/models_0.js +142 -568
  129. package/dist-es/models/models_1.js +197 -772
  130. package/dist-es/models/models_2.js +11 -24
  131. package/dist-es/protocols/Aws_restJson1.js +224 -0
  132. package/dist-types/MediaLive.d.ts +14 -0
  133. package/dist-types/MediaLiveClient.d.ts +4 -2
  134. package/dist-types/commands/RebootInputDeviceCommand.d.ts +35 -0
  135. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +35 -0
  136. package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
  137. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
  138. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  139. package/dist-types/commands/index.d.ts +2 -0
  140. package/dist-types/models/models_0.d.ts +568 -852
  141. package/dist-types/models/models_1.d.ts +788 -1251
  142. package/dist-types/models/models_2.d.ts +155 -37
  143. package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
  144. package/dist-types/ts3.4/MediaLive.d.ts +10 -0
  145. package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -2
  146. package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +17 -0
  147. package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +17 -0
  148. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
  149. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  152. package/dist-types/ts3.4/models/models_0.d.ts +284 -568
  153. package/dist-types/ts3.4/models/models_1.d.ts +397 -820
  154. package/dist-types/ts3.4/models/models_2.d.ts +81 -25
  155. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
  156. package/package.json +7 -7
@@ -11,12 +11,6 @@ export interface InputChannelLevel {
11
11
  */
12
12
  InputChannel: number | undefined;
13
13
  }
14
- export declare namespace InputChannelLevel {
15
- /**
16
- * @internal
17
- */
18
- const filterSensitiveLog: (obj: InputChannelLevel) => any;
19
- }
20
14
  /**
21
15
  * Audio Channel Mapping
22
16
  */
@@ -30,12 +24,6 @@ export interface AudioChannelMapping {
30
24
  */
31
25
  OutputChannel: number | undefined;
32
26
  }
33
- export declare namespace AudioChannelMapping {
34
- /**
35
- * @internal
36
- */
37
- const filterSensitiveLog: (obj: AudioChannelMapping) => any;
38
- }
39
27
  export declare enum AudioNormalizationAlgorithm {
40
28
  ITU_1770_1 = "ITU_1770_1",
41
29
  ITU_1770_2 = "ITU_1770_2"
@@ -60,12 +48,6 @@ export interface AudioNormalizationSettings {
60
48
  */
61
49
  TargetLkfs?: number;
62
50
  }
63
- export declare namespace AudioNormalizationSettings {
64
- /**
65
- * @internal
66
- */
67
- const filterSensitiveLog: (obj: AudioNormalizationSettings) => any;
68
- }
69
51
  export declare enum AudioType {
70
52
  CLEAN_EFFECTS = "CLEAN_EFFECTS",
71
53
  HEARING_IMPAIRED = "HEARING_IMPAIRED",
@@ -97,12 +79,6 @@ export interface NielsenCBET {
97
79
  */
98
80
  Csid: string | undefined;
99
81
  }
100
- export declare namespace NielsenCBET {
101
- /**
102
- * @internal
103
- */
104
- const filterSensitiveLog: (obj: NielsenCBET) => any;
105
- }
106
82
  export declare enum NielsenWatermarksDistributionTypes {
107
83
  FINAL_DISTRIBUTOR = "FINAL_DISTRIBUTOR",
108
84
  PROGRAM_CONTENT = "PROGRAM_CONTENT"
@@ -120,12 +96,6 @@ export interface NielsenNaesIiNw {
120
96
  */
121
97
  Sid: number | undefined;
122
98
  }
123
- export declare namespace NielsenNaesIiNw {
124
- /**
125
- * @internal
126
- */
127
- const filterSensitiveLog: (obj: NielsenNaesIiNw) => any;
128
- }
129
99
  /**
130
100
  * Nielsen Watermarks Settings
131
101
  */
@@ -145,12 +115,6 @@ export interface NielsenWatermarksSettings {
145
115
  */
146
116
  NielsenNaesIiNwSettings?: NielsenNaesIiNw;
147
117
  }
148
- export declare namespace NielsenWatermarksSettings {
149
- /**
150
- * @internal
151
- */
152
- const filterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
153
- }
154
118
  /**
155
119
  * Audio Watermark Settings
156
120
  */
@@ -160,12 +124,6 @@ export interface AudioWatermarkSettings {
160
124
  */
161
125
  NielsenWatermarksSettings?: NielsenWatermarksSettings;
162
126
  }
163
- export declare namespace AudioWatermarkSettings {
164
- /**
165
- * @internal
166
- */
167
- const filterSensitiveLog: (obj: AudioWatermarkSettings) => any;
168
- }
169
127
  export declare enum AacCodingMode {
170
128
  AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
171
129
  CODING_MODE_1_0 = "CODING_MODE_1_0",
@@ -243,12 +201,6 @@ export interface AacSettings {
243
201
  */
244
202
  VbrQuality?: AacVbrQuality | string;
245
203
  }
246
- export declare namespace AacSettings {
247
- /**
248
- * @internal
249
- */
250
- const filterSensitiveLog: (obj: AacSettings) => any;
251
- }
252
204
  export declare enum Ac3BitstreamMode {
253
205
  COMMENTARY = "COMMENTARY",
254
206
  COMPLETE_MAIN = "COMPLETE_MAIN",
@@ -310,12 +262,6 @@ export interface Ac3Settings {
310
262
  */
311
263
  MetadataControl?: Ac3MetadataControl | string;
312
264
  }
313
- export declare namespace Ac3Settings {
314
- /**
315
- * @internal
316
- */
317
- const filterSensitiveLog: (obj: Ac3Settings) => any;
318
- }
319
265
  export declare enum Eac3AttenuationControl {
320
266
  ATTENUATE_3_DB = "ATTENUATE_3_DB",
321
267
  NONE = "NONE"
@@ -473,12 +419,6 @@ export interface Eac3Settings {
473
419
  */
474
420
  SurroundMode?: Eac3SurroundMode | string;
475
421
  }
476
- export declare namespace Eac3Settings {
477
- /**
478
- * @internal
479
- */
480
- const filterSensitiveLog: (obj: Eac3Settings) => any;
481
- }
482
422
  export declare enum Mp2CodingMode {
483
423
  CODING_MODE_1_0 = "CODING_MODE_1_0",
484
424
  CODING_MODE_2_0 = "CODING_MODE_2_0"
@@ -500,23 +440,11 @@ export interface Mp2Settings {
500
440
  */
501
441
  SampleRate?: number;
502
442
  }
503
- export declare namespace Mp2Settings {
504
- /**
505
- * @internal
506
- */
507
- const filterSensitiveLog: (obj: Mp2Settings) => any;
508
- }
509
443
  /**
510
444
  * Pass Through Settings
511
445
  */
512
446
  export interface PassThroughSettings {
513
447
  }
514
- export declare namespace PassThroughSettings {
515
- /**
516
- * @internal
517
- */
518
- const filterSensitiveLog: (obj: PassThroughSettings) => any;
519
- }
520
448
  export declare enum WavCodingMode {
521
449
  CODING_MODE_1_0 = "CODING_MODE_1_0",
522
450
  CODING_MODE_2_0 = "CODING_MODE_2_0",
@@ -540,12 +468,6 @@ export interface WavSettings {
540
468
  */
541
469
  SampleRate?: number;
542
470
  }
543
- export declare namespace WavSettings {
544
- /**
545
- * @internal
546
- */
547
- const filterSensitiveLog: (obj: WavSettings) => any;
548
- }
549
471
  /**
550
472
  * Audio Codec Settings
551
473
  */
@@ -575,12 +497,6 @@ export interface AudioCodecSettings {
575
497
  */
576
498
  WavSettings?: WavSettings;
577
499
  }
578
- export declare namespace AudioCodecSettings {
579
- /**
580
- * @internal
581
- */
582
- const filterSensitiveLog: (obj: AudioCodecSettings) => any;
583
- }
584
500
  export declare enum AudioDescriptionLanguageCodeControl {
585
501
  FOLLOW_INPUT = "FOLLOW_INPUT",
586
502
  USE_CONFIGURED = "USE_CONFIGURED"
@@ -603,12 +519,6 @@ export interface RemixSettings {
603
519
  */
604
520
  ChannelsOut?: number;
605
521
  }
606
- export declare namespace RemixSettings {
607
- /**
608
- * @internal
609
- */
610
- const filterSensitiveLog: (obj: RemixSettings) => any;
611
- }
612
522
  /**
613
523
  * Audio Description
614
524
  */
@@ -661,12 +571,6 @@ export interface AudioDescription {
661
571
  */
662
572
  StreamName?: string;
663
573
  }
664
- export declare namespace AudioDescription {
665
- /**
666
- * @internal
667
- */
668
- const filterSensitiveLog: (obj: AudioDescription) => any;
669
- }
670
574
  /**
671
575
  * Audio Hls Rendition Selection
672
576
  */
@@ -680,12 +584,6 @@ export interface AudioHlsRenditionSelection {
680
584
  */
681
585
  Name: string | undefined;
682
586
  }
683
- export declare namespace AudioHlsRenditionSelection {
684
- /**
685
- * @internal
686
- */
687
- const filterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
688
- }
689
587
  export declare enum AudioLanguageSelectionPolicy {
690
588
  LOOSE = "LOOSE",
691
589
  STRICT = "STRICT"
@@ -703,12 +601,6 @@ export interface AudioLanguageSelection {
703
601
  */
704
602
  LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | string;
705
603
  }
706
- export declare namespace AudioLanguageSelection {
707
- /**
708
- * @internal
709
- */
710
- const filterSensitiveLog: (obj: AudioLanguageSelection) => any;
711
- }
712
604
  /**
713
605
  * Audio Pid Selection
714
606
  */
@@ -718,12 +610,6 @@ export interface AudioPidSelection {
718
610
  */
719
611
  Pid: number | undefined;
720
612
  }
721
- export declare namespace AudioPidSelection {
722
- /**
723
- * @internal
724
- */
725
- const filterSensitiveLog: (obj: AudioPidSelection) => any;
726
- }
727
613
  /**
728
614
  * Audio Track
729
615
  */
@@ -733,12 +619,6 @@ export interface AudioTrack {
733
619
  */
734
620
  Track: number | undefined;
735
621
  }
736
- export declare namespace AudioTrack {
737
- /**
738
- * @internal
739
- */
740
- const filterSensitiveLog: (obj: AudioTrack) => any;
741
- }
742
622
  /**
743
623
  * Audio Track Selection
744
624
  */
@@ -748,12 +628,6 @@ export interface AudioTrackSelection {
748
628
  */
749
629
  Tracks: AudioTrack[] | undefined;
750
630
  }
751
- export declare namespace AudioTrackSelection {
752
- /**
753
- * @internal
754
- */
755
- const filterSensitiveLog: (obj: AudioTrackSelection) => any;
756
- }
757
631
  /**
758
632
  * Audio Selector Settings
759
633
  */
@@ -775,12 +649,6 @@ export interface AudioSelectorSettings {
775
649
  */
776
650
  AudioTrackSelection?: AudioTrackSelection;
777
651
  }
778
- export declare namespace AudioSelectorSettings {
779
- /**
780
- * @internal
781
- */
782
- const filterSensitiveLog: (obj: AudioSelectorSettings) => any;
783
- }
784
652
  /**
785
653
  * Audio Selector
786
654
  */
@@ -794,12 +662,6 @@ export interface AudioSelector {
794
662
  */
795
663
  SelectorSettings?: AudioSelectorSettings;
796
664
  }
797
- export declare namespace AudioSelector {
798
- /**
799
- * @internal
800
- */
801
- const filterSensitiveLog: (obj: AudioSelector) => any;
802
- }
803
665
  /**
804
666
  * Details from a failed operation
805
667
  */
@@ -821,12 +683,6 @@ export interface BatchFailedResultModel {
821
683
  */
822
684
  Message?: string;
823
685
  }
824
- export declare namespace BatchFailedResultModel {
825
- /**
826
- * @internal
827
- */
828
- const filterSensitiveLog: (obj: BatchFailedResultModel) => any;
829
- }
830
686
  /**
831
687
  * Details from a successful operation
832
688
  */
@@ -844,12 +700,6 @@ export interface BatchSuccessfulResultModel {
844
700
  */
845
701
  State?: string;
846
702
  }
847
- export declare namespace BatchSuccessfulResultModel {
848
- /**
849
- * @internal
850
- */
851
- const filterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
852
- }
853
703
  export declare enum AccessibilityType {
854
704
  DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES",
855
705
  IMPLEMENTS_ACCESSIBILITY_FEATURES = "IMPLEMENTS_ACCESSIBILITY_FEATURES"
@@ -859,12 +709,6 @@ export declare enum AccessibilityType {
859
709
  */
860
710
  export interface AribDestinationSettings {
861
711
  }
862
- export declare namespace AribDestinationSettings {
863
- /**
864
- * @internal
865
- */
866
- const filterSensitiveLog: (obj: AribDestinationSettings) => any;
867
- }
868
712
  export declare enum BurnInAlignment {
869
713
  CENTERED = "CENTERED",
870
714
  LEFT = "LEFT",
@@ -892,12 +736,6 @@ export interface InputLocation {
892
736
  */
893
737
  Username?: string;
894
738
  }
895
- export declare namespace InputLocation {
896
- /**
897
- * @internal
898
- */
899
- const filterSensitiveLog: (obj: InputLocation) => any;
900
- }
901
739
  export declare enum BurnInFontColor {
902
740
  BLACK = "BLACK",
903
741
  BLUE = "BLUE",
@@ -996,12 +834,6 @@ export interface BurnInDestinationSettings {
996
834
  */
997
835
  YPosition?: number;
998
836
  }
999
- export declare namespace BurnInDestinationSettings {
1000
- /**
1001
- * @internal
1002
- */
1003
- const filterSensitiveLog: (obj: BurnInDestinationSettings) => any;
1004
- }
1005
837
  export declare enum DvbSubDestinationAlignment {
1006
838
  CENTERED = "CENTERED",
1007
839
  LEFT = "LEFT",
@@ -1110,12 +942,6 @@ export interface DvbSubDestinationSettings {
1110
942
  */
1111
943
  YPosition?: number;
1112
944
  }
1113
- export declare namespace DvbSubDestinationSettings {
1114
- /**
1115
- * @internal
1116
- */
1117
- const filterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
1118
- }
1119
945
  export declare enum EbuTtDFillLineGapControl {
1120
946
  DISABLED = "DISABLED",
1121
947
  ENABLED = "ENABLED"
@@ -1156,89 +982,41 @@ export interface EbuTtDDestinationSettings {
1156
982
  */
1157
983
  StyleControl?: EbuTtDDestinationStyleControl | string;
1158
984
  }
1159
- export declare namespace EbuTtDDestinationSettings {
1160
- /**
1161
- * @internal
1162
- */
1163
- const filterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
1164
- }
1165
985
  /**
1166
986
  * Embedded Destination Settings
1167
987
  */
1168
988
  export interface EmbeddedDestinationSettings {
1169
989
  }
1170
- export declare namespace EmbeddedDestinationSettings {
1171
- /**
1172
- * @internal
1173
- */
1174
- const filterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
1175
- }
1176
990
  /**
1177
991
  * Embedded Plus Scte20 Destination Settings
1178
992
  */
1179
993
  export interface EmbeddedPlusScte20DestinationSettings {
1180
994
  }
1181
- export declare namespace EmbeddedPlusScte20DestinationSettings {
1182
- /**
1183
- * @internal
1184
- */
1185
- const filterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
1186
- }
1187
995
  /**
1188
996
  * Rtmp Caption Info Destination Settings
1189
997
  */
1190
998
  export interface RtmpCaptionInfoDestinationSettings {
1191
999
  }
1192
- export declare namespace RtmpCaptionInfoDestinationSettings {
1193
- /**
1194
- * @internal
1195
- */
1196
- const filterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
1197
- }
1198
1000
  /**
1199
1001
  * Scte20 Plus Embedded Destination Settings
1200
1002
  */
1201
1003
  export interface Scte20PlusEmbeddedDestinationSettings {
1202
1004
  }
1203
- export declare namespace Scte20PlusEmbeddedDestinationSettings {
1204
- /**
1205
- * @internal
1206
- */
1207
- const filterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
1208
- }
1209
1005
  /**
1210
1006
  * Scte27 Destination Settings
1211
1007
  */
1212
1008
  export interface Scte27DestinationSettings {
1213
1009
  }
1214
- export declare namespace Scte27DestinationSettings {
1215
- /**
1216
- * @internal
1217
- */
1218
- const filterSensitiveLog: (obj: Scte27DestinationSettings) => any;
1219
- }
1220
1010
  /**
1221
1011
  * Smpte Tt Destination Settings
1222
1012
  */
1223
1013
  export interface SmpteTtDestinationSettings {
1224
1014
  }
1225
- export declare namespace SmpteTtDestinationSettings {
1226
- /**
1227
- * @internal
1228
- */
1229
- const filterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
1230
- }
1231
1015
  /**
1232
1016
  * Teletext Destination Settings
1233
1017
  */
1234
1018
  export interface TeletextDestinationSettings {
1235
1019
  }
1236
- export declare namespace TeletextDestinationSettings {
1237
- /**
1238
- * @internal
1239
- */
1240
- const filterSensitiveLog: (obj: TeletextDestinationSettings) => any;
1241
- }
1242
1020
  export declare enum TtmlDestinationStyleControl {
1243
1021
  PASSTHROUGH = "PASSTHROUGH",
1244
1022
  USE_CONFIGURED = "USE_CONFIGURED"
@@ -1252,12 +1030,6 @@ export interface TtmlDestinationSettings {
1252
1030
  */
1253
1031
  StyleControl?: TtmlDestinationStyleControl | string;
1254
1032
  }
1255
- export declare namespace TtmlDestinationSettings {
1256
- /**
1257
- * @internal
1258
- */
1259
- const filterSensitiveLog: (obj: TtmlDestinationSettings) => any;
1260
- }
1261
1033
  export declare enum WebvttDestinationStyleControl {
1262
1034
  NO_STYLE_DATA = "NO_STYLE_DATA",
1263
1035
  PASSTHROUGH = "PASSTHROUGH"
@@ -1271,12 +1043,6 @@ export interface WebvttDestinationSettings {
1271
1043
  */
1272
1044
  StyleControl?: WebvttDestinationStyleControl | string;
1273
1045
  }
1274
- export declare namespace WebvttDestinationSettings {
1275
- /**
1276
- * @internal
1277
- */
1278
- const filterSensitiveLog: (obj: WebvttDestinationSettings) => any;
1279
- }
1280
1046
  /**
1281
1047
  * Caption Destination Settings
1282
1048
  */
@@ -1334,12 +1100,6 @@ export interface CaptionDestinationSettings {
1334
1100
  */
1335
1101
  WebvttDestinationSettings?: WebvttDestinationSettings;
1336
1102
  }
1337
- export declare namespace CaptionDestinationSettings {
1338
- /**
1339
- * @internal
1340
- */
1341
- const filterSensitiveLog: (obj: CaptionDestinationSettings) => any;
1342
- }
1343
1103
  /**
1344
1104
  * Caption Description
1345
1105
  */
@@ -1369,12 +1129,6 @@ export interface CaptionDescription {
1369
1129
  */
1370
1130
  Name: string | undefined;
1371
1131
  }
1372
- export declare namespace CaptionDescription {
1373
- /**
1374
- * @internal
1375
- */
1376
- const filterSensitiveLog: (obj: CaptionDescription) => any;
1377
- }
1378
1132
  /**
1379
1133
  * Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.
1380
1134
  */
@@ -1392,12 +1146,6 @@ export interface CaptionLanguageMapping {
1392
1146
  */
1393
1147
  LanguageDescription: string | undefined;
1394
1148
  }
1395
- export declare namespace CaptionLanguageMapping {
1396
- /**
1397
- * @internal
1398
- */
1399
- const filterSensitiveLog: (obj: CaptionLanguageMapping) => any;
1400
- }
1401
1149
  /**
1402
1150
  * Ancillary Source Settings
1403
1151
  */
@@ -1407,23 +1155,11 @@ export interface AncillarySourceSettings {
1407
1155
  */
1408
1156
  SourceAncillaryChannelNumber?: number;
1409
1157
  }
1410
- export declare namespace AncillarySourceSettings {
1411
- /**
1412
- * @internal
1413
- */
1414
- const filterSensitiveLog: (obj: AncillarySourceSettings) => any;
1415
- }
1416
1158
  /**
1417
1159
  * Arib Source Settings
1418
1160
  */
1419
1161
  export interface AribSourceSettings {
1420
1162
  }
1421
- export declare namespace AribSourceSettings {
1422
- /**
1423
- * @internal
1424
- */
1425
- const filterSensitiveLog: (obj: AribSourceSettings) => any;
1426
- }
1427
1163
  export declare enum DvbSubOcrLanguage {
1428
1164
  DEU = "DEU",
1429
1165
  ENG = "ENG",
@@ -1446,12 +1182,6 @@ export interface DvbSubSourceSettings {
1446
1182
  */
1447
1183
  Pid?: number;
1448
1184
  }
1449
- export declare namespace DvbSubSourceSettings {
1450
- /**
1451
- * @internal
1452
- */
1453
- const filterSensitiveLog: (obj: DvbSubSourceSettings) => any;
1454
- }
1455
1185
  export declare enum EmbeddedConvert608To708 {
1456
1186
  DISABLED = "DISABLED",
1457
1187
  UPCONVERT = "UPCONVERT"
@@ -1481,12 +1211,6 @@ export interface EmbeddedSourceSettings {
1481
1211
  */
1482
1212
  Source608TrackNumber?: number;
1483
1213
  }
1484
- export declare namespace EmbeddedSourceSettings {
1485
- /**
1486
- * @internal
1487
- */
1488
- const filterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
1489
- }
1490
1214
  export declare enum Scte20Convert608To708 {
1491
1215
  DISABLED = "DISABLED",
1492
1216
  UPCONVERT = "UPCONVERT"
@@ -1504,12 +1228,6 @@ export interface Scte20SourceSettings {
1504
1228
  */
1505
1229
  Source608ChannelNumber?: number;
1506
1230
  }
1507
- export declare namespace Scte20SourceSettings {
1508
- /**
1509
- * @internal
1510
- */
1511
- const filterSensitiveLog: (obj: Scte20SourceSettings) => any;
1512
- }
1513
1231
  export declare enum Scte27OcrLanguage {
1514
1232
  DEU = "DEU",
1515
1233
  ENG = "ENG",
@@ -1536,12 +1254,6 @@ export interface Scte27SourceSettings {
1536
1254
  */
1537
1255
  Pid?: number;
1538
1256
  }
1539
- export declare namespace Scte27SourceSettings {
1540
- /**
1541
- * @internal
1542
- */
1543
- const filterSensitiveLog: (obj: Scte27SourceSettings) => any;
1544
- }
1545
1257
  /**
1546
1258
  * Caption Rectangle
1547
1259
  */
@@ -1572,12 +1284,6 @@ export interface CaptionRectangle {
1572
1284
  */
1573
1285
  Width: number | undefined;
1574
1286
  }
1575
- export declare namespace CaptionRectangle {
1576
- /**
1577
- * @internal
1578
- */
1579
- const filterSensitiveLog: (obj: CaptionRectangle) => any;
1580
- }
1581
1287
  /**
1582
1288
  * Teletext Source Settings
1583
1289
  */
@@ -1591,12 +1297,6 @@ export interface TeletextSourceSettings {
1591
1297
  */
1592
1298
  PageNumber?: string;
1593
1299
  }
1594
- export declare namespace TeletextSourceSettings {
1595
- /**
1596
- * @internal
1597
- */
1598
- const filterSensitiveLog: (obj: TeletextSourceSettings) => any;
1599
- }
1600
1300
  /**
1601
1301
  * Caption Selector Settings
1602
1302
  */
@@ -1630,12 +1330,6 @@ export interface CaptionSelectorSettings {
1630
1330
  */
1631
1331
  TeletextSourceSettings?: TeletextSourceSettings;
1632
1332
  }
1633
- export declare namespace CaptionSelectorSettings {
1634
- /**
1635
- * @internal
1636
- */
1637
- const filterSensitiveLog: (obj: CaptionSelectorSettings) => any;
1638
- }
1639
1333
  /**
1640
1334
  * Output groups for this Live Event. Output groups contain information about where streams should be distributed.
1641
1335
  */
@@ -1653,12 +1347,6 @@ export interface CaptionSelector {
1653
1347
  */
1654
1348
  SelectorSettings?: CaptionSelectorSettings;
1655
1349
  }
1656
- export declare namespace CaptionSelector {
1657
- /**
1658
- * @internal
1659
- */
1660
- const filterSensitiveLog: (obj: CaptionSelector) => any;
1661
- }
1662
1350
  /**
1663
1351
  * Placeholder documentation for ChannelEgressEndpoint
1664
1352
  */
@@ -1668,12 +1356,6 @@ export interface ChannelEgressEndpoint {
1668
1356
  */
1669
1357
  SourceIp?: string;
1670
1358
  }
1671
- export declare namespace ChannelEgressEndpoint {
1672
- /**
1673
- * @internal
1674
- */
1675
- const filterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
1676
- }
1677
1359
  export declare enum CdiInputResolution {
1678
1360
  FHD = "FHD",
1679
1361
  HD = "HD",
@@ -1689,12 +1371,6 @@ export interface CdiInputSpecification {
1689
1371
  */
1690
1372
  Resolution?: CdiInputResolution | string;
1691
1373
  }
1692
- export declare namespace CdiInputSpecification {
1693
- /**
1694
- * @internal
1695
- */
1696
- const filterSensitiveLog: (obj: CdiInputSpecification) => any;
1697
- }
1698
1374
  export declare enum ChannelClass {
1699
1375
  SINGLE_PIPELINE = "SINGLE_PIPELINE",
1700
1376
  STANDARD = "STANDARD"
@@ -1708,12 +1384,6 @@ export interface MediaPackageOutputDestinationSettings {
1708
1384
  */
1709
1385
  ChannelId?: string;
1710
1386
  }
1711
- export declare namespace MediaPackageOutputDestinationSettings {
1712
- /**
1713
- * @internal
1714
- */
1715
- const filterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
1716
- }
1717
1387
  /**
1718
1388
  * Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex
1719
1389
  */
@@ -1728,12 +1398,6 @@ export interface MultiplexProgramChannelDestinationSettings {
1728
1398
  */
1729
1399
  ProgramName?: string;
1730
1400
  }
1731
- export declare namespace MultiplexProgramChannelDestinationSettings {
1732
- /**
1733
- * @internal
1734
- */
1735
- const filterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
1736
- }
1737
1401
  /**
1738
1402
  * Placeholder documentation for OutputDestinationSettings
1739
1403
  */
@@ -1755,12 +1419,6 @@ export interface OutputDestinationSettings {
1755
1419
  */
1756
1420
  Username?: string;
1757
1421
  }
1758
- export declare namespace OutputDestinationSettings {
1759
- /**
1760
- * @internal
1761
- */
1762
- const filterSensitiveLog: (obj: OutputDestinationSettings) => any;
1763
- }
1764
1422
  /**
1765
1423
  * Placeholder documentation for OutputDestination
1766
1424
  */
@@ -1782,12 +1440,6 @@ export interface OutputDestination {
1782
1440
  */
1783
1441
  Settings?: OutputDestinationSettings[];
1784
1442
  }
1785
- export declare namespace OutputDestination {
1786
- /**
1787
- * @internal
1788
- */
1789
- const filterSensitiveLog: (obj: OutputDestination) => any;
1790
- }
1791
1443
  /**
1792
1444
  * Placeholder documentation for AudioSilenceFailoverSettings
1793
1445
  */
@@ -1801,12 +1453,6 @@ export interface AudioSilenceFailoverSettings {
1801
1453
  */
1802
1454
  AudioSilenceThresholdMsec?: number;
1803
1455
  }
1804
- export declare namespace AudioSilenceFailoverSettings {
1805
- /**
1806
- * @internal
1807
- */
1808
- const filterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
1809
- }
1810
1456
  /**
1811
1457
  * MediaLive will perform a failover if content is not detected in this input for the specified period.
1812
1458
  */
@@ -1816,12 +1462,6 @@ export interface InputLossFailoverSettings {
1816
1462
  */
1817
1463
  InputLossThresholdMsec?: number;
1818
1464
  }
1819
- export declare namespace InputLossFailoverSettings {
1820
- /**
1821
- * @internal
1822
- */
1823
- const filterSensitiveLog: (obj: InputLossFailoverSettings) => any;
1824
- }
1825
1465
  /**
1826
1466
  * Placeholder documentation for VideoBlackFailoverSettings
1827
1467
  */
@@ -1835,12 +1475,6 @@ export interface VideoBlackFailoverSettings {
1835
1475
  */
1836
1476
  VideoBlackThresholdMsec?: number;
1837
1477
  }
1838
- export declare namespace VideoBlackFailoverSettings {
1839
- /**
1840
- * @internal
1841
- */
1842
- const filterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
1843
- }
1844
1478
  /**
1845
1479
  * Settings for one failover condition.
1846
1480
  */
@@ -1858,12 +1492,6 @@ export interface FailoverConditionSettings {
1858
1492
  */
1859
1493
  VideoBlackSettings?: VideoBlackFailoverSettings;
1860
1494
  }
1861
- export declare namespace FailoverConditionSettings {
1862
- /**
1863
- * @internal
1864
- */
1865
- const filterSensitiveLog: (obj: FailoverConditionSettings) => any;
1866
- }
1867
1495
  /**
1868
1496
  * Failover Condition settings. There can be multiple failover conditions inside AutomaticInputFailoverSettings.
1869
1497
  */
@@ -1873,12 +1501,6 @@ export interface FailoverCondition {
1873
1501
  */
1874
1502
  FailoverConditionSettings?: FailoverConditionSettings;
1875
1503
  }
1876
- export declare namespace FailoverCondition {
1877
- /**
1878
- * @internal
1879
- */
1880
- const filterSensitiveLog: (obj: FailoverCondition) => any;
1881
- }
1882
1504
  export declare enum InputPreference {
1883
1505
  EQUAL_INPUT_PREFERENCE = "EQUAL_INPUT_PREFERENCE",
1884
1506
  PRIMARY_INPUT_PREFERRED = "PRIMARY_INPUT_PREFERRED"
@@ -1904,12 +1526,6 @@ export interface AutomaticInputFailoverSettings {
1904
1526
  */
1905
1527
  SecondaryInputId: string | undefined;
1906
1528
  }
1907
- export declare namespace AutomaticInputFailoverSettings {
1908
- /**
1909
- * @internal
1910
- */
1911
- const filterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
1912
- }
1913
1529
  export declare enum InputDeblockFilter {
1914
1530
  DISABLED = "DISABLED",
1915
1531
  ENABLED = "ENABLED"
@@ -1952,12 +1568,6 @@ export interface HlsInputSettings {
1952
1568
  */
1953
1569
  Scte35Source?: HlsScte35SourceType | string;
1954
1570
  }
1955
- export declare namespace HlsInputSettings {
1956
- /**
1957
- * @internal
1958
- */
1959
- const filterSensitiveLog: (obj: HlsInputSettings) => any;
1960
- }
1961
1571
  export declare enum NetworkInputServerValidation {
1962
1572
  CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME",
1963
1573
  CHECK_CRYPTOGRAPHY_ONLY = "CHECK_CRYPTOGRAPHY_ONLY"
@@ -1975,12 +1585,6 @@ export interface NetworkInputSettings {
1975
1585
  */
1976
1586
  ServerValidation?: NetworkInputServerValidation | string;
1977
1587
  }
1978
- export declare namespace NetworkInputSettings {
1979
- /**
1980
- * @internal
1981
- */
1982
- const filterSensitiveLog: (obj: NetworkInputSettings) => any;
1983
- }
1984
1588
  export declare enum Smpte2038DataPreference {
1985
1589
  IGNORE = "IGNORE",
1986
1590
  PREFER = "PREFER"
@@ -2013,12 +1617,6 @@ export interface Hdr10Settings {
2013
1617
  */
2014
1618
  MaxFall?: number;
2015
1619
  }
2016
- export declare namespace Hdr10Settings {
2017
- /**
2018
- * @internal
2019
- */
2020
- const filterSensitiveLog: (obj: Hdr10Settings) => any;
2021
- }
2022
1620
  /**
2023
1621
  * Video Selector Color Space Settings
2024
1622
  */
@@ -2028,12 +1626,6 @@ export interface VideoSelectorColorSpaceSettings {
2028
1626
  */
2029
1627
  Hdr10Settings?: Hdr10Settings;
2030
1628
  }
2031
- export declare namespace VideoSelectorColorSpaceSettings {
2032
- /**
2033
- * @internal
2034
- */
2035
- const filterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
2036
- }
2037
1629
  export declare enum VideoSelectorColorSpaceUsage {
2038
1630
  FALLBACK = "FALLBACK",
2039
1631
  FORCE = "FORCE"
@@ -2047,12 +1639,6 @@ export interface VideoSelectorPid {
2047
1639
  */
2048
1640
  Pid?: number;
2049
1641
  }
2050
- export declare namespace VideoSelectorPid {
2051
- /**
2052
- * @internal
2053
- */
2054
- const filterSensitiveLog: (obj: VideoSelectorPid) => any;
2055
- }
2056
1642
  /**
2057
1643
  * Video Selector Program Id
2058
1644
  */
@@ -2062,12 +1648,6 @@ export interface VideoSelectorProgramId {
2062
1648
  */
2063
1649
  ProgramId?: number;
2064
1650
  }
2065
- export declare namespace VideoSelectorProgramId {
2066
- /**
2067
- * @internal
2068
- */
2069
- const filterSensitiveLog: (obj: VideoSelectorProgramId) => any;
2070
- }
2071
1651
  /**
2072
1652
  * Video Selector Settings
2073
1653
  */
@@ -2081,12 +1661,6 @@ export interface VideoSelectorSettings {
2081
1661
  */
2082
1662
  VideoSelectorProgramId?: VideoSelectorProgramId;
2083
1663
  }
2084
- export declare namespace VideoSelectorSettings {
2085
- /**
2086
- * @internal
2087
- */
2088
- const filterSensitiveLog: (obj: VideoSelectorSettings) => any;
2089
- }
2090
1664
  /**
2091
1665
  * Specifies a particular video stream within an input source. An input may have only a single video selector.
2092
1666
  */
@@ -2108,12 +1682,6 @@ export interface VideoSelector {
2108
1682
  */
2109
1683
  SelectorSettings?: VideoSelectorSettings;
2110
1684
  }
2111
- export declare namespace VideoSelector {
2112
- /**
2113
- * @internal
2114
- */
2115
- const filterSensitiveLog: (obj: VideoSelector) => any;
2116
- }
2117
1685
  /**
2118
1686
  * Live Event input parameters. There can be multiple inputs in a single Live Event.
2119
1687
  */
@@ -2168,12 +1736,6 @@ export interface InputSettings {
2168
1736
  */
2169
1737
  VideoSelector?: VideoSelector;
2170
1738
  }
2171
- export declare namespace InputSettings {
2172
- /**
2173
- * @internal
2174
- */
2175
- const filterSensitiveLog: (obj: InputSettings) => any;
2176
- }
2177
1739
  /**
2178
1740
  * Placeholder documentation for InputAttachment
2179
1741
  */
@@ -2195,12 +1757,6 @@ export interface InputAttachment {
2195
1757
  */
2196
1758
  InputSettings?: InputSettings;
2197
1759
  }
2198
- export declare namespace InputAttachment {
2199
- /**
2200
- * @internal
2201
- */
2202
- const filterSensitiveLog: (obj: InputAttachment) => any;
2203
- }
2204
1760
  export declare enum InputCodec {
2205
1761
  AVC = "AVC",
2206
1762
  HEVC = "HEVC",
@@ -2233,12 +1789,6 @@ export interface InputSpecification {
2233
1789
  */
2234
1790
  Resolution?: InputResolution | string;
2235
1791
  }
2236
- export declare namespace InputSpecification {
2237
- /**
2238
- * @internal
2239
- */
2240
- const filterSensitiveLog: (obj: InputSpecification) => any;
2241
- }
2242
1792
  export declare enum LogLevel {
2243
1793
  DEBUG = "DEBUG",
2244
1794
  DISABLED = "DISABLED",
@@ -2276,12 +1826,6 @@ export interface MaintenanceStatus {
2276
1826
  */
2277
1827
  MaintenanceStartTime?: string;
2278
1828
  }
2279
- export declare namespace MaintenanceStatus {
2280
- /**
2281
- * @internal
2282
- */
2283
- const filterSensitiveLog: (obj: MaintenanceStatus) => any;
2284
- }
2285
1829
  export declare enum ChannelState {
2286
1830
  CREATE_FAILED = "CREATE_FAILED",
2287
1831
  CREATING = "CREATING",
@@ -2319,12 +1863,6 @@ export interface VpcOutputSettingsDescription {
2319
1863
  */
2320
1864
  SubnetIds?: string[];
2321
1865
  }
2322
- export declare namespace VpcOutputSettingsDescription {
2323
- /**
2324
- * @internal
2325
- */
2326
- const filterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
2327
- }
2328
1866
  /**
2329
1867
  * Placeholder documentation for ChannelSummary
2330
1868
  */
@@ -2396,12 +1934,6 @@ export interface ChannelSummary {
2396
1934
  */
2397
1935
  Vpc?: VpcOutputSettingsDescription;
2398
1936
  }
2399
- export declare namespace ChannelSummary {
2400
- /**
2401
- * @internal
2402
- */
2403
- const filterSensitiveLog: (obj: ChannelSummary) => any;
2404
- }
2405
1937
  export declare enum HlsAdMarkers {
2406
1938
  ADOBE = "ADOBE",
2407
1939
  ELEMENTAL = "ELEMENTAL",
@@ -2420,12 +1952,6 @@ export interface InputDestinationVpc {
2420
1952
  */
2421
1953
  NetworkInterfaceId?: string;
2422
1954
  }
2423
- export declare namespace InputDestinationVpc {
2424
- /**
2425
- * @internal
2426
- */
2427
- const filterSensitiveLog: (obj: InputDestinationVpc) => any;
2428
- }
2429
1955
  /**
2430
1956
  * The settings for a PUSH type input.
2431
1957
  */
@@ -2449,12 +1975,6 @@ export interface InputDestination {
2449
1975
  */
2450
1976
  Vpc?: InputDestinationVpc;
2451
1977
  }
2452
- export declare namespace InputDestination {
2453
- /**
2454
- * @internal
2455
- */
2456
- const filterSensitiveLog: (obj: InputDestination) => any;
2457
- }
2458
1978
  export declare enum InputClass {
2459
1979
  SINGLE_PIPELINE = "SINGLE_PIPELINE",
2460
1980
  STANDARD = "STANDARD"
@@ -2468,12 +1988,6 @@ export interface InputDeviceSettings {
2468
1988
  */
2469
1989
  Id?: string;
2470
1990
  }
2471
- export declare namespace InputDeviceSettings {
2472
- /**
2473
- * @internal
2474
- */
2475
- const filterSensitiveLog: (obj: InputDeviceSettings) => any;
2476
- }
2477
1991
  export declare enum InputSourceType {
2478
1992
  DYNAMIC = "DYNAMIC",
2479
1993
  STATIC = "STATIC"
@@ -2487,12 +2001,6 @@ export interface MediaConnectFlow {
2487
2001
  */
2488
2002
  FlowArn?: string;
2489
2003
  }
2490
- export declare namespace MediaConnectFlow {
2491
- /**
2492
- * @internal
2493
- */
2494
- const filterSensitiveLog: (obj: MediaConnectFlow) => any;
2495
- }
2496
2004
  /**
2497
2005
  * The settings for a PULL type input.
2498
2006
  */
@@ -2511,12 +2019,6 @@ export interface InputSource {
2511
2019
  */
2512
2020
  Username?: string;
2513
2021
  }
2514
- export declare namespace InputSource {
2515
- /**
2516
- * @internal
2517
- */
2518
- const filterSensitiveLog: (obj: InputSource) => any;
2519
- }
2520
2022
  export declare enum InputState {
2521
2023
  ATTACHED = "ATTACHED",
2522
2024
  CREATING = "CREATING",
@@ -2607,12 +2109,6 @@ export interface Input {
2607
2109
  */
2608
2110
  Type?: InputType | string;
2609
2111
  }
2610
- export declare namespace Input {
2611
- /**
2612
- * @internal
2613
- */
2614
- const filterSensitiveLog: (obj: Input) => any;
2615
- }
2616
2112
  /**
2617
2113
  * Endpoint settings for a PUSH type input.
2618
2114
  */
@@ -2623,12 +2119,6 @@ export interface InputDestinationRequest {
2623
2119
  */
2624
2120
  StreamName?: string;
2625
2121
  }
2626
- export declare namespace InputDestinationRequest {
2627
- /**
2628
- * @internal
2629
- */
2630
- const filterSensitiveLog: (obj: InputDestinationRequest) => any;
2631
- }
2632
2122
  /**
2633
2123
  * Settings for an input device.
2634
2124
  */
@@ -2638,12 +2128,6 @@ export interface InputDeviceRequest {
2638
2128
  */
2639
2129
  Id?: string;
2640
2130
  }
2641
- export declare namespace InputDeviceRequest {
2642
- /**
2643
- * @internal
2644
- */
2645
- const filterSensitiveLog: (obj: InputDeviceRequest) => any;
2646
- }
2647
2131
  export declare enum InputDeviceConnectionState {
2648
2132
  CONNECTED = "CONNECTED",
2649
2133
  DISCONNECTED = "DISCONNECTED"
@@ -2711,12 +2195,6 @@ export interface InputDeviceHdSettings {
2711
2195
  */
2712
2196
  Width?: number;
2713
2197
  }
2714
- export declare namespace InputDeviceHdSettings {
2715
- /**
2716
- * @internal
2717
- */
2718
- const filterSensitiveLog: (obj: InputDeviceHdSettings) => any;
2719
- }
2720
2198
  export declare enum InputDeviceIpScheme {
2721
2199
  DHCP = "DHCP",
2722
2200
  STATIC = "STATIC"
@@ -2746,12 +2224,6 @@ export interface InputDeviceNetworkSettings {
2746
2224
  */
2747
2225
  SubnetMask?: string;
2748
2226
  }
2749
- export declare namespace InputDeviceNetworkSettings {
2750
- /**
2751
- * @internal
2752
- */
2753
- const filterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
2754
- }
2755
2227
  export declare enum InputDeviceType {
2756
2228
  HD = "HD"
2757
2229
  }
@@ -2792,12 +2264,6 @@ export interface InputDeviceUhdSettings {
2792
2264
  */
2793
2265
  Width?: number;
2794
2266
  }
2795
- export declare namespace InputDeviceUhdSettings {
2796
- /**
2797
- * @internal
2798
- */
2799
- const filterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
2800
- }
2801
2267
  /**
2802
2268
  * Details of the input device.
2803
2269
  */
@@ -2851,12 +2317,6 @@ export interface InputDeviceSummary {
2851
2317
  */
2852
2318
  UhdDeviceSettings?: InputDeviceUhdSettings;
2853
2319
  }
2854
- export declare namespace InputDeviceSummary {
2855
- /**
2856
- * @internal
2857
- */
2858
- const filterSensitiveLog: (obj: InputDeviceSummary) => any;
2859
- }
2860
2320
  export declare enum InputSecurityGroupState {
2861
2321
  DELETED = "DELETED",
2862
2322
  IDLE = "IDLE",
@@ -2872,12 +2332,6 @@ export interface InputWhitelistRule {
2872
2332
  */
2873
2333
  Cidr?: string;
2874
2334
  }
2875
- export declare namespace InputWhitelistRule {
2876
- /**
2877
- * @internal
2878
- */
2879
- const filterSensitiveLog: (obj: InputWhitelistRule) => any;
2880
- }
2881
2335
  /**
2882
2336
  * An Input Security Group
2883
2337
  */
@@ -2907,12 +2361,6 @@ export interface InputSecurityGroup {
2907
2361
  */
2908
2362
  WhitelistRules?: InputWhitelistRule[];
2909
2363
  }
2910
- export declare namespace InputSecurityGroup {
2911
- /**
2912
- * @internal
2913
- */
2914
- const filterSensitiveLog: (obj: InputSecurityGroup) => any;
2915
- }
2916
2364
  /**
2917
2365
  * Settings for for a PULL type input.
2918
2366
  */
@@ -2931,12 +2379,6 @@ export interface InputSourceRequest {
2931
2379
  */
2932
2380
  Username?: string;
2933
2381
  }
2934
- export declare namespace InputSourceRequest {
2935
- /**
2936
- * @internal
2937
- */
2938
- const filterSensitiveLog: (obj: InputSourceRequest) => any;
2939
- }
2940
2382
  /**
2941
2383
  * An IPv4 CIDR to whitelist.
2942
2384
  */
@@ -2946,12 +2388,6 @@ export interface InputWhitelistRuleCidr {
2946
2388
  */
2947
2389
  Cidr?: string;
2948
2390
  }
2949
- export declare namespace InputWhitelistRuleCidr {
2950
- /**
2951
- * @internal
2952
- */
2953
- const filterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
2954
- }
2955
2391
  /**
2956
2392
  * The settings for a MediaConnect Flow.
2957
2393
  */
@@ -2961,12 +2397,6 @@ export interface MediaConnectFlowRequest {
2961
2397
  */
2962
2398
  FlowArn?: string;
2963
2399
  }
2964
- export declare namespace MediaConnectFlowRequest {
2965
- /**
2966
- * @internal
2967
- */
2968
- const filterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
2969
- }
2970
2400
  /**
2971
2401
  * Multiplex MediaConnect output destination settings.
2972
2402
  */
@@ -2976,12 +2406,6 @@ export interface MultiplexMediaConnectOutputDestinationSettings {
2976
2406
  */
2977
2407
  EntitlementArn?: string;
2978
2408
  }
2979
- export declare namespace MultiplexMediaConnectOutputDestinationSettings {
2980
- /**
2981
- * @internal
2982
- */
2983
- const filterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
2984
- }
2985
2409
  /**
2986
2410
  * Multiplex output destination settings
2987
2411
  */
@@ -2991,12 +2415,6 @@ export interface MultiplexOutputDestination {
2991
2415
  */
2992
2416
  MediaConnectSettings?: MultiplexMediaConnectOutputDestinationSettings;
2993
2417
  }
2994
- export declare namespace MultiplexOutputDestination {
2995
- /**
2996
- * @internal
2997
- */
2998
- const filterSensitiveLog: (obj: MultiplexOutputDestination) => any;
2999
- }
3000
2418
  /**
3001
2419
  * The current source for one of the pipelines in the multiplex.
3002
2420
  */
@@ -3010,12 +2428,6 @@ export interface MultiplexProgramPipelineDetail {
3010
2428
  */
3011
2429
  PipelineId?: string;
3012
2430
  }
3013
- export declare namespace MultiplexProgramPipelineDetail {
3014
- /**
3015
- * @internal
3016
- */
3017
- const filterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
3018
- }
3019
2431
  /**
3020
2432
  * Placeholder documentation for MultiplexProgramSummary
3021
2433
  */
@@ -3029,12 +2441,6 @@ export interface MultiplexProgramSummary {
3029
2441
  */
3030
2442
  ProgramName?: string;
3031
2443
  }
3032
- export declare namespace MultiplexProgramSummary {
3033
- /**
3034
- * @internal
3035
- */
3036
- const filterSensitiveLog: (obj: MultiplexProgramSummary) => any;
3037
- }
3038
2444
  /**
3039
2445
  * Contains summary configuration for a Multiplex event.
3040
2446
  */
@@ -3044,12 +2450,6 @@ export interface MultiplexSettingsSummary {
3044
2450
  */
3045
2451
  TransportStreamBitrate?: number;
3046
2452
  }
3047
- export declare namespace MultiplexSettingsSummary {
3048
- /**
3049
- * @internal
3050
- */
3051
- const filterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
3052
- }
3053
2453
  export declare enum MultiplexState {
3054
2454
  CREATE_FAILED = "CREATE_FAILED",
3055
2455
  CREATING = "CREATING",
@@ -3102,12 +2502,6 @@ export interface MultiplexSummary {
3102
2502
  */
3103
2503
  Tags?: Record<string, string>;
3104
2504
  }
3105
- export declare namespace MultiplexSummary {
3106
- /**
3107
- * @internal
3108
- */
3109
- const filterSensitiveLog: (obj: MultiplexSummary) => any;
3110
- }
3111
2505
  export declare enum OfferingDurationUnits {
3112
2506
  MONTHS = "MONTHS"
3113
2507
  }
@@ -3190,12 +2584,6 @@ export interface ReservationResourceSpecification {
3190
2584
  */
3191
2585
  VideoQuality?: ReservationVideoQuality | string;
3192
2586
  }
3193
- export declare namespace ReservationResourceSpecification {
3194
- /**
3195
- * @internal
3196
- */
3197
- const filterSensitiveLog: (obj: ReservationResourceSpecification) => any;
3198
- }
3199
2587
  /**
3200
2588
  * Reserved resources available for purchase
3201
2589
  */
@@ -3245,12 +2633,6 @@ export interface Offering {
3245
2633
  */
3246
2634
  UsagePrice?: number;
3247
2635
  }
3248
- export declare namespace Offering {
3249
- /**
3250
- * @internal
3251
- */
3252
- const filterSensitiveLog: (obj: Offering) => any;
3253
- }
3254
2636
  export declare enum M2tsAbsentInputAudioBehavior {
3255
2637
  DROP = "DROP",
3256
2638
  ENCODE_SILENCE = "ENCODE_SILENCE"
@@ -3296,12 +2678,6 @@ export interface DvbNitSettings {
3296
2678
  */
3297
2679
  RepInterval?: number;
3298
2680
  }
3299
- export declare namespace DvbNitSettings {
3300
- /**
3301
- * @internal
3302
- */
3303
- const filterSensitiveLog: (obj: DvbNitSettings) => any;
3304
- }
3305
2681
  export declare enum DvbSdtOutputSdt {
3306
2682
  SDT_FOLLOW = "SDT_FOLLOW",
3307
2683
  SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
@@ -3329,12 +2705,6 @@ export interface DvbSdtSettings {
3329
2705
  */
3330
2706
  ServiceProviderName?: string;
3331
2707
  }
3332
- export declare namespace DvbSdtSettings {
3333
- /**
3334
- * @internal
3335
- */
3336
- const filterSensitiveLog: (obj: DvbSdtSettings) => any;
3337
- }
3338
2708
  /**
3339
2709
  * DVB Time and Date Table (SDT)
3340
2710
  */
@@ -3344,12 +2714,6 @@ export interface DvbTdtSettings {
3344
2714
  */
3345
2715
  RepInterval?: number;
3346
2716
  }
3347
- export declare namespace DvbTdtSettings {
3348
- /**
3349
- * @internal
3350
- */
3351
- const filterSensitiveLog: (obj: DvbTdtSettings) => any;
3352
- }
3353
2717
  export declare enum M2tsEbifControl {
3354
2718
  NONE = "NONE",
3355
2719
  PASSTHROUGH = "PASSTHROUGH"
@@ -3599,23 +2963,11 @@ export interface M2tsSettings {
3599
2963
  */
3600
2964
  VideoPid?: string;
3601
2965
  }
3602
- export declare namespace M2tsSettings {
3603
- /**
3604
- * @internal
3605
- */
3606
- const filterSensitiveLog: (obj: M2tsSettings) => any;
3607
- }
3608
2966
  /**
3609
2967
  * Raw Settings
3610
2968
  */
3611
2969
  export interface RawSettings {
3612
2970
  }
3613
- export declare namespace RawSettings {
3614
- /**
3615
- * @internal
3616
- */
3617
- const filterSensitiveLog: (obj: RawSettings) => any;
3618
- }
3619
2971
  /**
3620
2972
  * Archive Container Settings
3621
2973
  */
@@ -3629,12 +2981,6 @@ export interface ArchiveContainerSettings {
3629
2981
  */
3630
2982
  RawSettings?: RawSettings;
3631
2983
  }
3632
- export declare namespace ArchiveContainerSettings {
3633
- /**
3634
- * @internal
3635
- */
3636
- const filterSensitiveLog: (obj: ArchiveContainerSettings) => any;
3637
- }
3638
2984
  /**
3639
2985
  * Archive Output Settings
3640
2986
  */
@@ -3652,12 +2998,6 @@ export interface ArchiveOutputSettings {
3652
2998
  */
3653
2999
  NameModifier?: string;
3654
3000
  }
3655
- export declare namespace ArchiveOutputSettings {
3656
- /**
3657
- * @internal
3658
- */
3659
- const filterSensitiveLog: (obj: ArchiveOutputSettings) => any;
3660
- }
3661
3001
  /**
3662
3002
  * Frame Capture Output Settings
3663
3003
  */
@@ -3667,12 +3007,6 @@ export interface FrameCaptureOutputSettings {
3667
3007
  */
3668
3008
  NameModifier?: string;
3669
3009
  }
3670
- export declare namespace FrameCaptureOutputSettings {
3671
- /**
3672
- * @internal
3673
- */
3674
- const filterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
3675
- }
3676
3010
  export declare enum HlsH265PackagingType {
3677
3011
  HEV1 = "HEV1",
3678
3012
  HVC1 = "HVC1"
@@ -3722,12 +3056,6 @@ export interface AudioOnlyHlsSettings {
3722
3056
  */
3723
3057
  SegmentType?: AudioOnlyHlsSegmentType | string;
3724
3058
  }
3725
- export declare namespace AudioOnlyHlsSettings {
3726
- /**
3727
- * @internal
3728
- */
3729
- const filterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
3730
- }
3731
3059
  export declare enum Fmp4NielsenId3Behavior {
3732
3060
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
3733
3061
  PASSTHROUGH = "PASSTHROUGH"
@@ -3753,23 +3081,11 @@ export interface Fmp4HlsSettings {
3753
3081
  */
3754
3082
  TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | string;
3755
3083
  }
3756
- export declare namespace Fmp4HlsSettings {
3757
- /**
3758
- * @internal
3759
- */
3760
- const filterSensitiveLog: (obj: Fmp4HlsSettings) => any;
3761
- }
3762
3084
  /**
3763
3085
  * Frame Capture Hls Settings
3764
3086
  */
3765
3087
  export interface FrameCaptureHlsSettings {
3766
3088
  }
3767
- export declare namespace FrameCaptureHlsSettings {
3768
- /**
3769
- * @internal
3770
- */
3771
- const filterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
3772
- }
3773
3089
  export declare enum M3u8NielsenId3Behavior {
3774
3090
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
3775
3091
  PASSTHROUGH = "PASSTHROUGH"
@@ -3859,12 +3175,6 @@ export interface M3u8Settings {
3859
3175
  */
3860
3176
  VideoPid?: string;
3861
3177
  }
3862
- export declare namespace M3u8Settings {
3863
- /**
3864
- * @internal
3865
- */
3866
- const filterSensitiveLog: (obj: M3u8Settings) => any;
3867
- }
3868
3178
  /**
3869
3179
  * Standard Hls Settings
3870
3180
  */
@@ -3878,12 +3188,6 @@ export interface StandardHlsSettings {
3878
3188
  */
3879
3189
  M3u8Settings: M3u8Settings | undefined;
3880
3190
  }
3881
- export declare namespace StandardHlsSettings {
3882
- /**
3883
- * @internal
3884
- */
3885
- const filterSensitiveLog: (obj: StandardHlsSettings) => any;
3886
- }
3887
3191
  /**
3888
3192
  * Hls Settings
3889
3193
  */
@@ -3905,12 +3209,6 @@ export interface HlsSettings {
3905
3209
  */
3906
3210
  StandardHlsSettings?: StandardHlsSettings;
3907
3211
  }
3908
- export declare namespace HlsSettings {
3909
- /**
3910
- * @internal
3911
- */
3912
- const filterSensitiveLog: (obj: HlsSettings) => any;
3913
- }
3914
3212
  /**
3915
3213
  * Hls Output Settings
3916
3214
  */
@@ -3933,23 +3231,11 @@ export interface HlsOutputSettings {
3933
3231
  */
3934
3232
  SegmentModifier?: string;
3935
3233
  }
3936
- export declare namespace HlsOutputSettings {
3937
- /**
3938
- * @internal
3939
- */
3940
- const filterSensitiveLog: (obj: HlsOutputSettings) => any;
3941
- }
3942
3234
  /**
3943
3235
  * Media Package Output Settings
3944
3236
  */
3945
3237
  export interface MediaPackageOutputSettings {
3946
3238
  }
3947
- export declare namespace MediaPackageOutputSettings {
3948
- /**
3949
- * @internal
3950
- */
3951
- const filterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
3952
- }
3953
3239
  export declare enum MsSmoothH265PackagingType {
3954
3240
  HEV1 = "HEV1",
3955
3241
  HVC1 = "HVC1"
@@ -3968,12 +3254,6 @@ export interface MsSmoothOutputSettings {
3968
3254
  */
3969
3255
  NameModifier?: string;
3970
3256
  }
3971
- export declare namespace MsSmoothOutputSettings {
3972
- /**
3973
- * @internal
3974
- */
3975
- const filterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
3976
- }
3977
3257
  /**
3978
3258
  * Reference to an OutputDestination ID defined in the channel
3979
3259
  */
@@ -3983,12 +3263,6 @@ export interface OutputLocationRef {
3983
3263
  */
3984
3264
  DestinationRefId?: string;
3985
3265
  }
3986
- export declare namespace OutputLocationRef {
3987
- /**
3988
- * @internal
3989
- */
3990
- const filterSensitiveLog: (obj: OutputLocationRef) => any;
3991
- }
3992
3266
  /**
3993
3267
  * Multiplex Output Settings
3994
3268
  */
@@ -3998,12 +3272,6 @@ export interface MultiplexOutputSettings {
3998
3272
  */
3999
3273
  Destination: OutputLocationRef | undefined;
4000
3274
  }
4001
- export declare namespace MultiplexOutputSettings {
4002
- /**
4003
- * @internal
4004
- */
4005
- const filterSensitiveLog: (obj: MultiplexOutputSettings) => any;
4006
- }
4007
3275
  export declare enum RtmpOutputCertificateMode {
4008
3276
  SELF_SIGNED = "SELF_SIGNED",
4009
3277
  VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY"
@@ -4029,12 +3297,6 @@ export interface RtmpOutputSettings {
4029
3297
  */
4030
3298
  NumRetries?: number;
4031
3299
  }
4032
- export declare namespace RtmpOutputSettings {
4033
- /**
4034
- * @internal
4035
- */
4036
- const filterSensitiveLog: (obj: RtmpOutputSettings) => any;
4037
- }
4038
3300
  /**
4039
3301
  * Udp Container Settings
4040
3302
  */
@@ -4044,12 +3306,6 @@ export interface UdpContainerSettings {
4044
3306
  */
4045
3307
  M2tsSettings?: M2tsSettings;
4046
3308
  }
4047
- export declare namespace UdpContainerSettings {
4048
- /**
4049
- * @internal
4050
- */
4051
- const filterSensitiveLog: (obj: UdpContainerSettings) => any;
4052
- }
4053
3309
  export declare enum FecOutputIncludeFec {
4054
3310
  COLUMN = "COLUMN",
4055
3311
  COLUMN_AND_ROW = "COLUMN_AND_ROW"
@@ -4071,12 +3327,6 @@ export interface FecOutputSettings {
4071
3327
  */
4072
3328
  RowLength?: number;
4073
3329
  }
4074
- export declare namespace FecOutputSettings {
4075
- /**
4076
- * @internal
4077
- */
4078
- const filterSensitiveLog: (obj: FecOutputSettings) => any;
4079
- }
4080
3330
  /**
4081
3331
  * Udp Output Settings
4082
3332
  */
@@ -4098,12 +3348,6 @@ export interface UdpOutputSettings {
4098
3348
  */
4099
3349
  FecOutputSettings?: FecOutputSettings;
4100
3350
  }
4101
- export declare namespace UdpOutputSettings {
4102
- /**
4103
- * @internal
4104
- */
4105
- const filterSensitiveLog: (obj: UdpOutputSettings) => any;
4106
- }
4107
3351
  /**
4108
3352
  * Output Settings
4109
3353
  */
@@ -4141,12 +3385,6 @@ export interface OutputSettings {
4141
3385
  */
4142
3386
  UdpOutputSettings?: UdpOutputSettings;
4143
3387
  }
4144
- export declare namespace OutputSettings {
4145
- /**
4146
- * @internal
4147
- */
4148
- const filterSensitiveLog: (obj: OutputSettings) => any;
4149
- }
4150
3388
  /**
4151
3389
  * Output settings. There can be multiple outputs within a group.
4152
3390
  */
@@ -4172,12 +3410,6 @@ export interface Output {
4172
3410
  */
4173
3411
  VideoDescriptionName?: string;
4174
3412
  }
4175
- export declare namespace Output {
4176
- /**
4177
- * @internal
4178
- */
4179
- const filterSensitiveLog: (obj: Output) => any;
4180
- }
4181
3413
  export declare enum S3CannedAcl {
4182
3414
  AUTHENTICATED_READ = "AUTHENTICATED_READ",
4183
3415
  BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
@@ -4193,12 +3425,6 @@ export interface ArchiveS3Settings {
4193
3425
  */
4194
3426
  CannedAcl?: S3CannedAcl | string;
4195
3427
  }
4196
- export declare namespace ArchiveS3Settings {
4197
- /**
4198
- * @internal
4199
- */
4200
- const filterSensitiveLog: (obj: ArchiveS3Settings) => any;
4201
- }
4202
3428
  /**
4203
3429
  * Archive Cdn Settings
4204
3430
  */
@@ -4208,12 +3434,6 @@ export interface ArchiveCdnSettings {
4208
3434
  */
4209
3435
  ArchiveS3Settings?: ArchiveS3Settings;
4210
3436
  }
4211
- export declare namespace ArchiveCdnSettings {
4212
- /**
4213
- * @internal
4214
- */
4215
- const filterSensitiveLog: (obj: ArchiveCdnSettings) => any;
4216
- }
4217
3437
  /**
4218
3438
  * Archive Group Settings
4219
3439
  */
@@ -4231,12 +3451,6 @@ export interface ArchiveGroupSettings {
4231
3451
  */
4232
3452
  RolloverInterval?: number;
4233
3453
  }
4234
- export declare namespace ArchiveGroupSettings {
4235
- /**
4236
- * @internal
4237
- */
4238
- const filterSensitiveLog: (obj: ArchiveGroupSettings) => any;
4239
- }
4240
3454
  /**
4241
3455
  * Frame Capture S3 Settings
4242
3456
  */
@@ -4246,12 +3460,6 @@ export interface FrameCaptureS3Settings {
4246
3460
  */
4247
3461
  CannedAcl?: S3CannedAcl | string;
4248
3462
  }
4249
- export declare namespace FrameCaptureS3Settings {
4250
- /**
4251
- * @internal
4252
- */
4253
- const filterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
4254
- }
4255
3463
  /**
4256
3464
  * Frame Capture Cdn Settings
4257
3465
  */
@@ -4261,12 +3469,6 @@ export interface FrameCaptureCdnSettings {
4261
3469
  */
4262
3470
  FrameCaptureS3Settings?: FrameCaptureS3Settings;
4263
3471
  }
4264
- export declare namespace FrameCaptureCdnSettings {
4265
- /**
4266
- * @internal
4267
- */
4268
- const filterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
4269
- }
4270
3472
  /**
4271
3473
  * Frame Capture Group Settings
4272
3474
  */
@@ -4280,12 +3482,6 @@ export interface FrameCaptureGroupSettings {
4280
3482
  */
4281
3483
  FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
4282
3484
  }
4283
- export declare namespace FrameCaptureGroupSettings {
4284
- /**
4285
- * @internal
4286
- */
4287
- const filterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
4288
- }
4289
3485
  export declare enum HlsCaptionLanguageSetting {
4290
3486
  INSERT = "INSERT",
4291
3487
  NONE = "NONE",
@@ -4348,12 +3544,6 @@ export interface HlsAkamaiSettings {
4348
3544
  */
4349
3545
  Token?: string;
4350
3546
  }
4351
- export declare namespace HlsAkamaiSettings {
4352
- /**
4353
- * @internal
4354
- */
4355
- const filterSensitiveLog: (obj: HlsAkamaiSettings) => any;
4356
- }
4357
3547
  /**
4358
3548
  * Hls Basic Put Settings
4359
3549
  */
@@ -4375,12 +3565,6 @@ export interface HlsBasicPutSettings {
4375
3565
  */
4376
3566
  RestartDelay?: number;
4377
3567
  }
4378
- export declare namespace HlsBasicPutSettings {
4379
- /**
4380
- * @internal
4381
- */
4382
- const filterSensitiveLog: (obj: HlsBasicPutSettings) => any;
4383
- }
4384
3568
  export declare enum HlsMediaStoreStorageClass {
4385
3569
  TEMPORAL = "TEMPORAL"
4386
3570
  }
@@ -4409,12 +3593,6 @@ export interface HlsMediaStoreSettings {
4409
3593
  */
4410
3594
  RestartDelay?: number;
4411
3595
  }
4412
- export declare namespace HlsMediaStoreSettings {
4413
- /**
4414
- * @internal
4415
- */
4416
- const filterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
4417
- }
4418
3596
  /**
4419
3597
  * Hls S3 Settings
4420
3598
  */
@@ -4424,12 +3602,6 @@ export interface HlsS3Settings {
4424
3602
  */
4425
3603
  CannedAcl?: S3CannedAcl | string;
4426
3604
  }
4427
- export declare namespace HlsS3Settings {
4428
- /**
4429
- * @internal
4430
- */
4431
- const filterSensitiveLog: (obj: HlsS3Settings) => any;
4432
- }
4433
3605
  export declare enum HlsWebdavHttpTransferMode {
4434
3606
  CHUNKED = "CHUNKED",
4435
3607
  NON_CHUNKED = "NON_CHUNKED"
@@ -4459,12 +3631,6 @@ export interface HlsWebdavSettings {
4459
3631
  */
4460
3632
  RestartDelay?: number;
4461
3633
  }
4462
- export declare namespace HlsWebdavSettings {
4463
- /**
4464
- * @internal
4465
- */
4466
- const filterSensitiveLog: (obj: HlsWebdavSettings) => any;
4467
- }
4468
3634
  /**
4469
3635
  * Hls Cdn Settings
4470
3636
  */
@@ -4490,12 +3656,6 @@ export interface HlsCdnSettings {
4490
3656
  */
4491
3657
  HlsWebdavSettings?: HlsWebdavSettings;
4492
3658
  }
4493
- export declare namespace HlsCdnSettings {
4494
- /**
4495
- * @internal
4496
- */
4497
- const filterSensitiveLog: (obj: HlsCdnSettings) => any;
4498
- }
4499
3659
  export declare enum HlsId3SegmentTaggingState {
4500
3660
  DISABLED = "DISABLED",
4501
3661
  ENABLED = "ENABLED"
@@ -4533,12 +3693,6 @@ export interface StaticKeySettings {
4533
3693
  */
4534
3694
  StaticKeyValue: string | undefined;
4535
3695
  }
4536
- export declare namespace StaticKeySettings {
4537
- /**
4538
- * @internal
4539
- */
4540
- const filterSensitiveLog: (obj: StaticKeySettings) => any;
4541
- }
4542
3696
  /**
4543
3697
  * Key Provider Settings
4544
3698
  */
@@ -4548,12 +3702,6 @@ export interface KeyProviderSettings {
4548
3702
  */
4549
3703
  StaticKeySettings?: StaticKeySettings;
4550
3704
  }
4551
- export declare namespace KeyProviderSettings {
4552
- /**
4553
- * @internal
4554
- */
4555
- const filterSensitiveLog: (obj: KeyProviderSettings) => any;
4556
- }
4557
3705
  export declare enum HlsManifestCompression {
4558
3706
  GZIP = "GZIP",
4559
3707
  NONE = "NONE"
@@ -4591,3 +3739,571 @@ export declare enum HlsStreamInfResolution {
4591
3739
  EXCLUDE = "EXCLUDE",
4592
3740
  INCLUDE = "INCLUDE"
4593
3741
  }
3742
+ /**
3743
+ * @internal
3744
+ */
3745
+ export declare const InputChannelLevelFilterSensitiveLog: (obj: InputChannelLevel) => any;
3746
+ /**
3747
+ * @internal
3748
+ */
3749
+ export declare const AudioChannelMappingFilterSensitiveLog: (obj: AudioChannelMapping) => any;
3750
+ /**
3751
+ * @internal
3752
+ */
3753
+ export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
3754
+ /**
3755
+ * @internal
3756
+ */
3757
+ export declare const NielsenCBETFilterSensitiveLog: (obj: NielsenCBET) => any;
3758
+ /**
3759
+ * @internal
3760
+ */
3761
+ export declare const NielsenNaesIiNwFilterSensitiveLog: (obj: NielsenNaesIiNw) => any;
3762
+ /**
3763
+ * @internal
3764
+ */
3765
+ export declare const NielsenWatermarksSettingsFilterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
3766
+ /**
3767
+ * @internal
3768
+ */
3769
+ export declare const AudioWatermarkSettingsFilterSensitiveLog: (obj: AudioWatermarkSettings) => any;
3770
+ /**
3771
+ * @internal
3772
+ */
3773
+ export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
3774
+ /**
3775
+ * @internal
3776
+ */
3777
+ export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
3778
+ /**
3779
+ * @internal
3780
+ */
3781
+ export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
3782
+ /**
3783
+ * @internal
3784
+ */
3785
+ export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
3786
+ /**
3787
+ * @internal
3788
+ */
3789
+ export declare const PassThroughSettingsFilterSensitiveLog: (obj: PassThroughSettings) => any;
3790
+ /**
3791
+ * @internal
3792
+ */
3793
+ export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
3794
+ /**
3795
+ * @internal
3796
+ */
3797
+ export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
3798
+ /**
3799
+ * @internal
3800
+ */
3801
+ export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
3802
+ /**
3803
+ * @internal
3804
+ */
3805
+ export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
3806
+ /**
3807
+ * @internal
3808
+ */
3809
+ export declare const AudioHlsRenditionSelectionFilterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
3810
+ /**
3811
+ * @internal
3812
+ */
3813
+ export declare const AudioLanguageSelectionFilterSensitiveLog: (obj: AudioLanguageSelection) => any;
3814
+ /**
3815
+ * @internal
3816
+ */
3817
+ export declare const AudioPidSelectionFilterSensitiveLog: (obj: AudioPidSelection) => any;
3818
+ /**
3819
+ * @internal
3820
+ */
3821
+ export declare const AudioTrackFilterSensitiveLog: (obj: AudioTrack) => any;
3822
+ /**
3823
+ * @internal
3824
+ */
3825
+ export declare const AudioTrackSelectionFilterSensitiveLog: (obj: AudioTrackSelection) => any;
3826
+ /**
3827
+ * @internal
3828
+ */
3829
+ export declare const AudioSelectorSettingsFilterSensitiveLog: (obj: AudioSelectorSettings) => any;
3830
+ /**
3831
+ * @internal
3832
+ */
3833
+ export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
3834
+ /**
3835
+ * @internal
3836
+ */
3837
+ export declare const BatchFailedResultModelFilterSensitiveLog: (obj: BatchFailedResultModel) => any;
3838
+ /**
3839
+ * @internal
3840
+ */
3841
+ export declare const BatchSuccessfulResultModelFilterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
3842
+ /**
3843
+ * @internal
3844
+ */
3845
+ export declare const AribDestinationSettingsFilterSensitiveLog: (obj: AribDestinationSettings) => any;
3846
+ /**
3847
+ * @internal
3848
+ */
3849
+ export declare const InputLocationFilterSensitiveLog: (obj: InputLocation) => any;
3850
+ /**
3851
+ * @internal
3852
+ */
3853
+ export declare const BurnInDestinationSettingsFilterSensitiveLog: (obj: BurnInDestinationSettings) => any;
3854
+ /**
3855
+ * @internal
3856
+ */
3857
+ export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
3858
+ /**
3859
+ * @internal
3860
+ */
3861
+ export declare const EbuTtDDestinationSettingsFilterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
3862
+ /**
3863
+ * @internal
3864
+ */
3865
+ export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
3866
+ /**
3867
+ * @internal
3868
+ */
3869
+ export declare const EmbeddedPlusScte20DestinationSettingsFilterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
3870
+ /**
3871
+ * @internal
3872
+ */
3873
+ export declare const RtmpCaptionInfoDestinationSettingsFilterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
3874
+ /**
3875
+ * @internal
3876
+ */
3877
+ export declare const Scte20PlusEmbeddedDestinationSettingsFilterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
3878
+ /**
3879
+ * @internal
3880
+ */
3881
+ export declare const Scte27DestinationSettingsFilterSensitiveLog: (obj: Scte27DestinationSettings) => any;
3882
+ /**
3883
+ * @internal
3884
+ */
3885
+ export declare const SmpteTtDestinationSettingsFilterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
3886
+ /**
3887
+ * @internal
3888
+ */
3889
+ export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
3890
+ /**
3891
+ * @internal
3892
+ */
3893
+ export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
3894
+ /**
3895
+ * @internal
3896
+ */
3897
+ export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
3898
+ /**
3899
+ * @internal
3900
+ */
3901
+ export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
3902
+ /**
3903
+ * @internal
3904
+ */
3905
+ export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
3906
+ /**
3907
+ * @internal
3908
+ */
3909
+ export declare const CaptionLanguageMappingFilterSensitiveLog: (obj: CaptionLanguageMapping) => any;
3910
+ /**
3911
+ * @internal
3912
+ */
3913
+ export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
3914
+ /**
3915
+ * @internal
3916
+ */
3917
+ export declare const AribSourceSettingsFilterSensitiveLog: (obj: AribSourceSettings) => any;
3918
+ /**
3919
+ * @internal
3920
+ */
3921
+ export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
3922
+ /**
3923
+ * @internal
3924
+ */
3925
+ export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
3926
+ /**
3927
+ * @internal
3928
+ */
3929
+ export declare const Scte20SourceSettingsFilterSensitiveLog: (obj: Scte20SourceSettings) => any;
3930
+ /**
3931
+ * @internal
3932
+ */
3933
+ export declare const Scte27SourceSettingsFilterSensitiveLog: (obj: Scte27SourceSettings) => any;
3934
+ /**
3935
+ * @internal
3936
+ */
3937
+ export declare const CaptionRectangleFilterSensitiveLog: (obj: CaptionRectangle) => any;
3938
+ /**
3939
+ * @internal
3940
+ */
3941
+ export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
3942
+ /**
3943
+ * @internal
3944
+ */
3945
+ export declare const CaptionSelectorSettingsFilterSensitiveLog: (obj: CaptionSelectorSettings) => any;
3946
+ /**
3947
+ * @internal
3948
+ */
3949
+ export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
3950
+ /**
3951
+ * @internal
3952
+ */
3953
+ export declare const ChannelEgressEndpointFilterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
3954
+ /**
3955
+ * @internal
3956
+ */
3957
+ export declare const CdiInputSpecificationFilterSensitiveLog: (obj: CdiInputSpecification) => any;
3958
+ /**
3959
+ * @internal
3960
+ */
3961
+ export declare const MediaPackageOutputDestinationSettingsFilterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
3962
+ /**
3963
+ * @internal
3964
+ */
3965
+ export declare const MultiplexProgramChannelDestinationSettingsFilterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
3966
+ /**
3967
+ * @internal
3968
+ */
3969
+ export declare const OutputDestinationSettingsFilterSensitiveLog: (obj: OutputDestinationSettings) => any;
3970
+ /**
3971
+ * @internal
3972
+ */
3973
+ export declare const OutputDestinationFilterSensitiveLog: (obj: OutputDestination) => any;
3974
+ /**
3975
+ * @internal
3976
+ */
3977
+ export declare const AudioSilenceFailoverSettingsFilterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
3978
+ /**
3979
+ * @internal
3980
+ */
3981
+ export declare const InputLossFailoverSettingsFilterSensitiveLog: (obj: InputLossFailoverSettings) => any;
3982
+ /**
3983
+ * @internal
3984
+ */
3985
+ export declare const VideoBlackFailoverSettingsFilterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
3986
+ /**
3987
+ * @internal
3988
+ */
3989
+ export declare const FailoverConditionSettingsFilterSensitiveLog: (obj: FailoverConditionSettings) => any;
3990
+ /**
3991
+ * @internal
3992
+ */
3993
+ export declare const FailoverConditionFilterSensitiveLog: (obj: FailoverCondition) => any;
3994
+ /**
3995
+ * @internal
3996
+ */
3997
+ export declare const AutomaticInputFailoverSettingsFilterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
3998
+ /**
3999
+ * @internal
4000
+ */
4001
+ export declare const HlsInputSettingsFilterSensitiveLog: (obj: HlsInputSettings) => any;
4002
+ /**
4003
+ * @internal
4004
+ */
4005
+ export declare const NetworkInputSettingsFilterSensitiveLog: (obj: NetworkInputSettings) => any;
4006
+ /**
4007
+ * @internal
4008
+ */
4009
+ export declare const Hdr10SettingsFilterSensitiveLog: (obj: Hdr10Settings) => any;
4010
+ /**
4011
+ * @internal
4012
+ */
4013
+ export declare const VideoSelectorColorSpaceSettingsFilterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
4014
+ /**
4015
+ * @internal
4016
+ */
4017
+ export declare const VideoSelectorPidFilterSensitiveLog: (obj: VideoSelectorPid) => any;
4018
+ /**
4019
+ * @internal
4020
+ */
4021
+ export declare const VideoSelectorProgramIdFilterSensitiveLog: (obj: VideoSelectorProgramId) => any;
4022
+ /**
4023
+ * @internal
4024
+ */
4025
+ export declare const VideoSelectorSettingsFilterSensitiveLog: (obj: VideoSelectorSettings) => any;
4026
+ /**
4027
+ * @internal
4028
+ */
4029
+ export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
4030
+ /**
4031
+ * @internal
4032
+ */
4033
+ export declare const InputSettingsFilterSensitiveLog: (obj: InputSettings) => any;
4034
+ /**
4035
+ * @internal
4036
+ */
4037
+ export declare const InputAttachmentFilterSensitiveLog: (obj: InputAttachment) => any;
4038
+ /**
4039
+ * @internal
4040
+ */
4041
+ export declare const InputSpecificationFilterSensitiveLog: (obj: InputSpecification) => any;
4042
+ /**
4043
+ * @internal
4044
+ */
4045
+ export declare const MaintenanceStatusFilterSensitiveLog: (obj: MaintenanceStatus) => any;
4046
+ /**
4047
+ * @internal
4048
+ */
4049
+ export declare const VpcOutputSettingsDescriptionFilterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
4050
+ /**
4051
+ * @internal
4052
+ */
4053
+ export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
4054
+ /**
4055
+ * @internal
4056
+ */
4057
+ export declare const InputDestinationVpcFilterSensitiveLog: (obj: InputDestinationVpc) => any;
4058
+ /**
4059
+ * @internal
4060
+ */
4061
+ export declare const InputDestinationFilterSensitiveLog: (obj: InputDestination) => any;
4062
+ /**
4063
+ * @internal
4064
+ */
4065
+ export declare const InputDeviceSettingsFilterSensitiveLog: (obj: InputDeviceSettings) => any;
4066
+ /**
4067
+ * @internal
4068
+ */
4069
+ export declare const MediaConnectFlowFilterSensitiveLog: (obj: MediaConnectFlow) => any;
4070
+ /**
4071
+ * @internal
4072
+ */
4073
+ export declare const InputSourceFilterSensitiveLog: (obj: InputSource) => any;
4074
+ /**
4075
+ * @internal
4076
+ */
4077
+ export declare const InputFilterSensitiveLog: (obj: Input) => any;
4078
+ /**
4079
+ * @internal
4080
+ */
4081
+ export declare const InputDestinationRequestFilterSensitiveLog: (obj: InputDestinationRequest) => any;
4082
+ /**
4083
+ * @internal
4084
+ */
4085
+ export declare const InputDeviceRequestFilterSensitiveLog: (obj: InputDeviceRequest) => any;
4086
+ /**
4087
+ * @internal
4088
+ */
4089
+ export declare const InputDeviceHdSettingsFilterSensitiveLog: (obj: InputDeviceHdSettings) => any;
4090
+ /**
4091
+ * @internal
4092
+ */
4093
+ export declare const InputDeviceNetworkSettingsFilterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
4094
+ /**
4095
+ * @internal
4096
+ */
4097
+ export declare const InputDeviceUhdSettingsFilterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
4098
+ /**
4099
+ * @internal
4100
+ */
4101
+ export declare const InputDeviceSummaryFilterSensitiveLog: (obj: InputDeviceSummary) => any;
4102
+ /**
4103
+ * @internal
4104
+ */
4105
+ export declare const InputWhitelistRuleFilterSensitiveLog: (obj: InputWhitelistRule) => any;
4106
+ /**
4107
+ * @internal
4108
+ */
4109
+ export declare const InputSecurityGroupFilterSensitiveLog: (obj: InputSecurityGroup) => any;
4110
+ /**
4111
+ * @internal
4112
+ */
4113
+ export declare const InputSourceRequestFilterSensitiveLog: (obj: InputSourceRequest) => any;
4114
+ /**
4115
+ * @internal
4116
+ */
4117
+ export declare const InputWhitelistRuleCidrFilterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
4118
+ /**
4119
+ * @internal
4120
+ */
4121
+ export declare const MediaConnectFlowRequestFilterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
4122
+ /**
4123
+ * @internal
4124
+ */
4125
+ export declare const MultiplexMediaConnectOutputDestinationSettingsFilterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
4126
+ /**
4127
+ * @internal
4128
+ */
4129
+ export declare const MultiplexOutputDestinationFilterSensitiveLog: (obj: MultiplexOutputDestination) => any;
4130
+ /**
4131
+ * @internal
4132
+ */
4133
+ export declare const MultiplexProgramPipelineDetailFilterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
4134
+ /**
4135
+ * @internal
4136
+ */
4137
+ export declare const MultiplexProgramSummaryFilterSensitiveLog: (obj: MultiplexProgramSummary) => any;
4138
+ /**
4139
+ * @internal
4140
+ */
4141
+ export declare const MultiplexSettingsSummaryFilterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
4142
+ /**
4143
+ * @internal
4144
+ */
4145
+ export declare const MultiplexSummaryFilterSensitiveLog: (obj: MultiplexSummary) => any;
4146
+ /**
4147
+ * @internal
4148
+ */
4149
+ export declare const ReservationResourceSpecificationFilterSensitiveLog: (obj: ReservationResourceSpecification) => any;
4150
+ /**
4151
+ * @internal
4152
+ */
4153
+ export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
4154
+ /**
4155
+ * @internal
4156
+ */
4157
+ export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
4158
+ /**
4159
+ * @internal
4160
+ */
4161
+ export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
4162
+ /**
4163
+ * @internal
4164
+ */
4165
+ export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
4166
+ /**
4167
+ * @internal
4168
+ */
4169
+ export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
4170
+ /**
4171
+ * @internal
4172
+ */
4173
+ export declare const RawSettingsFilterSensitiveLog: (obj: RawSettings) => any;
4174
+ /**
4175
+ * @internal
4176
+ */
4177
+ export declare const ArchiveContainerSettingsFilterSensitiveLog: (obj: ArchiveContainerSettings) => any;
4178
+ /**
4179
+ * @internal
4180
+ */
4181
+ export declare const ArchiveOutputSettingsFilterSensitiveLog: (obj: ArchiveOutputSettings) => any;
4182
+ /**
4183
+ * @internal
4184
+ */
4185
+ export declare const FrameCaptureOutputSettingsFilterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
4186
+ /**
4187
+ * @internal
4188
+ */
4189
+ export declare const AudioOnlyHlsSettingsFilterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
4190
+ /**
4191
+ * @internal
4192
+ */
4193
+ export declare const Fmp4HlsSettingsFilterSensitiveLog: (obj: Fmp4HlsSettings) => any;
4194
+ /**
4195
+ * @internal
4196
+ */
4197
+ export declare const FrameCaptureHlsSettingsFilterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
4198
+ /**
4199
+ * @internal
4200
+ */
4201
+ export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
4202
+ /**
4203
+ * @internal
4204
+ */
4205
+ export declare const StandardHlsSettingsFilterSensitiveLog: (obj: StandardHlsSettings) => any;
4206
+ /**
4207
+ * @internal
4208
+ */
4209
+ export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
4210
+ /**
4211
+ * @internal
4212
+ */
4213
+ export declare const HlsOutputSettingsFilterSensitiveLog: (obj: HlsOutputSettings) => any;
4214
+ /**
4215
+ * @internal
4216
+ */
4217
+ export declare const MediaPackageOutputSettingsFilterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
4218
+ /**
4219
+ * @internal
4220
+ */
4221
+ export declare const MsSmoothOutputSettingsFilterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
4222
+ /**
4223
+ * @internal
4224
+ */
4225
+ export declare const OutputLocationRefFilterSensitiveLog: (obj: OutputLocationRef) => any;
4226
+ /**
4227
+ * @internal
4228
+ */
4229
+ export declare const MultiplexOutputSettingsFilterSensitiveLog: (obj: MultiplexOutputSettings) => any;
4230
+ /**
4231
+ * @internal
4232
+ */
4233
+ export declare const RtmpOutputSettingsFilterSensitiveLog: (obj: RtmpOutputSettings) => any;
4234
+ /**
4235
+ * @internal
4236
+ */
4237
+ export declare const UdpContainerSettingsFilterSensitiveLog: (obj: UdpContainerSettings) => any;
4238
+ /**
4239
+ * @internal
4240
+ */
4241
+ export declare const FecOutputSettingsFilterSensitiveLog: (obj: FecOutputSettings) => any;
4242
+ /**
4243
+ * @internal
4244
+ */
4245
+ export declare const UdpOutputSettingsFilterSensitiveLog: (obj: UdpOutputSettings) => any;
4246
+ /**
4247
+ * @internal
4248
+ */
4249
+ export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
4250
+ /**
4251
+ * @internal
4252
+ */
4253
+ export declare const OutputFilterSensitiveLog: (obj: Output) => any;
4254
+ /**
4255
+ * @internal
4256
+ */
4257
+ export declare const ArchiveS3SettingsFilterSensitiveLog: (obj: ArchiveS3Settings) => any;
4258
+ /**
4259
+ * @internal
4260
+ */
4261
+ export declare const ArchiveCdnSettingsFilterSensitiveLog: (obj: ArchiveCdnSettings) => any;
4262
+ /**
4263
+ * @internal
4264
+ */
4265
+ export declare const ArchiveGroupSettingsFilterSensitiveLog: (obj: ArchiveGroupSettings) => any;
4266
+ /**
4267
+ * @internal
4268
+ */
4269
+ export declare const FrameCaptureS3SettingsFilterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
4270
+ /**
4271
+ * @internal
4272
+ */
4273
+ export declare const FrameCaptureCdnSettingsFilterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
4274
+ /**
4275
+ * @internal
4276
+ */
4277
+ export declare const FrameCaptureGroupSettingsFilterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
4278
+ /**
4279
+ * @internal
4280
+ */
4281
+ export declare const HlsAkamaiSettingsFilterSensitiveLog: (obj: HlsAkamaiSettings) => any;
4282
+ /**
4283
+ * @internal
4284
+ */
4285
+ export declare const HlsBasicPutSettingsFilterSensitiveLog: (obj: HlsBasicPutSettings) => any;
4286
+ /**
4287
+ * @internal
4288
+ */
4289
+ export declare const HlsMediaStoreSettingsFilterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
4290
+ /**
4291
+ * @internal
4292
+ */
4293
+ export declare const HlsS3SettingsFilterSensitiveLog: (obj: HlsS3Settings) => any;
4294
+ /**
4295
+ * @internal
4296
+ */
4297
+ export declare const HlsWebdavSettingsFilterSensitiveLog: (obj: HlsWebdavSettings) => any;
4298
+ /**
4299
+ * @internal
4300
+ */
4301
+ export declare const HlsCdnSettingsFilterSensitiveLog: (obj: HlsCdnSettings) => any;
4302
+ /**
4303
+ * @internal
4304
+ */
4305
+ export declare const StaticKeySettingsFilterSensitiveLog: (obj: StaticKeySettings) => any;
4306
+ /**
4307
+ * @internal
4308
+ */
4309
+ export declare const KeyProviderSettingsFilterSensitiveLog: (obj: KeyProviderSettings) => any;