@aws-sdk/client-mediaconvert 3.131.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 (70) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/commands/AssociateCertificateCommand.js +2 -2
  3. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  4. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
  6. package/dist-cjs/commands/CreatePresetCommand.js +2 -2
  7. package/dist-cjs/commands/CreateQueueCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
  9. package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
  10. package/dist-cjs/commands/DeletePresetCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
  13. package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
  14. package/dist-cjs/commands/GetJobCommand.js +2 -2
  15. package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
  16. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  17. package/dist-cjs/commands/GetPresetCommand.js +2 -2
  18. package/dist-cjs/commands/GetQueueCommand.js +2 -2
  19. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
  20. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  21. package/dist-cjs/commands/ListPresetsCommand.js +2 -2
  22. package/dist-cjs/commands/ListQueuesCommand.js +2 -2
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  24. package/dist-cjs/commands/PutPolicyCommand.js +2 -2
  25. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
  28. package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
  29. package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
  30. package/dist-cjs/models/models_0.js +442 -660
  31. package/dist-cjs/models/models_1.js +390 -582
  32. package/dist-cjs/models/models_2.js +89 -133
  33. package/dist-es/commands/AssociateCertificateCommand.js +3 -3
  34. package/dist-es/commands/CancelJobCommand.js +3 -3
  35. package/dist-es/commands/CreateJobCommand.js +3 -3
  36. package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
  37. package/dist-es/commands/CreatePresetCommand.js +3 -3
  38. package/dist-es/commands/CreateQueueCommand.js +3 -3
  39. package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
  40. package/dist-es/commands/DeletePolicyCommand.js +3 -3
  41. package/dist-es/commands/DeletePresetCommand.js +3 -3
  42. package/dist-es/commands/DeleteQueueCommand.js +3 -3
  43. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  44. package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
  45. package/dist-es/commands/GetJobCommand.js +3 -3
  46. package/dist-es/commands/GetJobTemplateCommand.js +3 -3
  47. package/dist-es/commands/GetPolicyCommand.js +3 -3
  48. package/dist-es/commands/GetPresetCommand.js +3 -3
  49. package/dist-es/commands/GetQueueCommand.js +3 -3
  50. package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
  51. package/dist-es/commands/ListJobsCommand.js +4 -4
  52. package/dist-es/commands/ListPresetsCommand.js +3 -3
  53. package/dist-es/commands/ListQueuesCommand.js +3 -3
  54. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  55. package/dist-es/commands/PutPolicyCommand.js +3 -3
  56. package/dist-es/commands/TagResourceCommand.js +3 -3
  57. package/dist-es/commands/UntagResourceCommand.js +3 -3
  58. package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
  59. package/dist-es/commands/UpdatePresetCommand.js +3 -3
  60. package/dist-es/commands/UpdateQueueCommand.js +3 -3
  61. package/dist-es/models/models_0.js +109 -436
  62. package/dist-es/models/models_1.js +96 -384
  63. package/dist-es/models/models_2.js +22 -88
  64. package/dist-types/models/models_0.d.ts +436 -654
  65. package/dist-types/models/models_1.d.ts +384 -576
  66. package/dist-types/models/models_2.d.ts +88 -132
  67. package/dist-types/ts3.4/models/models_0.d.ts +218 -436
  68. package/dist-types/ts3.4/models/models_1.d.ts +192 -384
  69. package/dist-types/ts3.4/models/models_2.d.ts +44 -88
  70. package/package.json +6 -6
@@ -11,10 +11,6 @@ export interface AllowedRenditionSize {
11
11
 
12
12
  Width?: number;
13
13
  }
14
- export declare namespace AllowedRenditionSize {
15
-
16
- const filterSensitiveLog: (obj: AllowedRenditionSize) => any;
17
- }
18
14
  export declare enum AudioChannelTag {
19
15
  C = "C",
20
16
  CS = "CS",
@@ -37,10 +33,6 @@ export interface AudioChannelTaggingSettings {
37
33
 
38
34
  ChannelTag?: AudioChannelTag | string;
39
35
  }
40
- export declare namespace AudioChannelTaggingSettings {
41
-
42
- const filterSensitiveLog: (obj: AudioChannelTaggingSettings) => any;
43
- }
44
36
  export declare enum AudioNormalizationAlgorithm {
45
37
  ITU_BS_1770_1 = "ITU_BS_1770_1",
46
38
  ITU_BS_1770_2 = "ITU_BS_1770_2",
@@ -74,10 +66,6 @@ export interface AudioNormalizationSettings {
74
66
 
75
67
  TargetLkfs?: number;
76
68
  }
77
- export declare namespace AudioNormalizationSettings {
78
-
79
- const filterSensitiveLog: (obj: AudioNormalizationSettings) => any;
80
- }
81
69
  export declare enum AudioTypeControl {
82
70
  FOLLOW_INPUT = "FOLLOW_INPUT",
83
71
  USE_CONFIGURED = "USE_CONFIGURED"
@@ -137,10 +125,6 @@ export interface AacSettings {
137
125
 
138
126
  VbrQuality?: AacVbrQuality | string;
139
127
  }
140
- export declare namespace AacSettings {
141
-
142
- const filterSensitiveLog: (obj: AacSettings) => any;
143
- }
144
128
  export declare enum Ac3BitstreamMode {
145
129
  COMMENTARY = "COMMENTARY",
146
130
  COMPLETE_MAIN = "COMPLETE_MAIN",
@@ -208,10 +192,6 @@ export interface Ac3Settings {
208
192
 
209
193
  SampleRate?: number;
210
194
  }
211
- export declare namespace Ac3Settings {
212
-
213
- const filterSensitiveLog: (obj: Ac3Settings) => any;
214
- }
215
195
 
216
196
  export interface AiffSettings {
217
197
 
@@ -221,10 +201,6 @@ export interface AiffSettings {
221
201
 
222
202
  SampleRate?: number;
223
203
  }
224
- export declare namespace AiffSettings {
225
-
226
- const filterSensitiveLog: (obj: AiffSettings) => any;
227
- }
228
204
  export declare enum AudioCodec {
229
205
  AAC = "AAC",
230
206
  AC3 = "AC3",
@@ -330,10 +306,6 @@ export interface Eac3AtmosSettings {
330
306
 
331
307
  SurroundExMode?: Eac3AtmosSurroundExMode | string;
332
308
  }
333
- export declare namespace Eac3AtmosSettings {
334
-
335
- const filterSensitiveLog: (obj: Eac3AtmosSettings) => any;
336
- }
337
309
  export declare enum Eac3AttenuationControl {
338
310
  ATTENUATE_3_DB = "ATTENUATE_3_DB",
339
311
  NONE = "NONE"
@@ -451,10 +423,6 @@ export interface Eac3Settings {
451
423
 
452
424
  SurroundMode?: Eac3SurroundMode | string;
453
425
  }
454
- export declare namespace Eac3Settings {
455
-
456
- const filterSensitiveLog: (obj: Eac3Settings) => any;
457
- }
458
426
 
459
427
  export interface Mp2Settings {
460
428
 
@@ -464,10 +432,6 @@ export interface Mp2Settings {
464
432
 
465
433
  SampleRate?: number;
466
434
  }
467
- export declare namespace Mp2Settings {
468
-
469
- const filterSensitiveLog: (obj: Mp2Settings) => any;
470
- }
471
435
  export declare enum Mp3RateControlMode {
472
436
  CBR = "CBR",
473
437
  VBR = "VBR"
@@ -485,10 +449,6 @@ export interface Mp3Settings {
485
449
 
486
450
  VbrQuality?: number;
487
451
  }
488
- export declare namespace Mp3Settings {
489
-
490
- const filterSensitiveLog: (obj: Mp3Settings) => any;
491
- }
492
452
 
493
453
  export interface OpusSettings {
494
454
 
@@ -498,10 +458,6 @@ export interface OpusSettings {
498
458
 
499
459
  SampleRate?: number;
500
460
  }
501
- export declare namespace OpusSettings {
502
-
503
- const filterSensitiveLog: (obj: OpusSettings) => any;
504
- }
505
461
 
506
462
  export interface VorbisSettings {
507
463
 
@@ -511,10 +467,6 @@ export interface VorbisSettings {
511
467
 
512
468
  VbrQuality?: number;
513
469
  }
514
- export declare namespace VorbisSettings {
515
-
516
- const filterSensitiveLog: (obj: VorbisSettings) => any;
517
- }
518
470
  export declare enum WavFormat {
519
471
  RF64 = "RF64",
520
472
  RIFF = "RIFF"
@@ -530,10 +482,6 @@ export interface WavSettings {
530
482
 
531
483
  SampleRate?: number;
532
484
  }
533
- export declare namespace WavSettings {
534
-
535
- const filterSensitiveLog: (obj: WavSettings) => any;
536
- }
537
485
 
538
486
  export interface AudioCodecSettings {
539
487
 
@@ -559,10 +507,6 @@ export interface AudioCodecSettings {
559
507
 
560
508
  WavSettings?: WavSettings;
561
509
  }
562
- export declare namespace AudioCodecSettings {
563
-
564
- const filterSensitiveLog: (obj: AudioCodecSettings) => any;
565
- }
566
510
  export declare enum LanguageCode {
567
511
  AAR = "AAR",
568
512
  ABK = "ABK",
@@ -768,19 +712,11 @@ export interface OutputChannelMapping {
768
712
 
769
713
  InputChannelsFineTune?: number[];
770
714
  }
771
- export declare namespace OutputChannelMapping {
772
-
773
- const filterSensitiveLog: (obj: OutputChannelMapping) => any;
774
- }
775
715
 
776
716
  export interface ChannelMapping {
777
717
 
778
718
  OutputChannels?: OutputChannelMapping[];
779
719
  }
780
- export declare namespace ChannelMapping {
781
-
782
- const filterSensitiveLog: (obj: ChannelMapping) => any;
783
- }
784
720
 
785
721
  export interface RemixSettings {
786
722
 
@@ -790,10 +726,6 @@ export interface RemixSettings {
790
726
 
791
727
  ChannelsOut?: number;
792
728
  }
793
- export declare namespace RemixSettings {
794
-
795
- const filterSensitiveLog: (obj: RemixSettings) => any;
796
- }
797
729
 
798
730
  export interface AudioDescription {
799
731
 
@@ -819,10 +751,6 @@ export interface AudioDescription {
819
751
 
820
752
  StreamName?: string;
821
753
  }
822
- export declare namespace AudioDescription {
823
-
824
- const filterSensitiveLog: (obj: AudioDescription) => any;
825
- }
826
754
 
827
755
  export interface ForceIncludeRenditionSize {
828
756
 
@@ -830,10 +758,6 @@ export interface ForceIncludeRenditionSize {
830
758
 
831
759
  Width?: number;
832
760
  }
833
- export declare namespace ForceIncludeRenditionSize {
834
-
835
- const filterSensitiveLog: (obj: ForceIncludeRenditionSize) => any;
836
- }
837
761
 
838
762
  export interface MinBottomRenditionSize {
839
763
 
@@ -841,10 +765,6 @@ export interface MinBottomRenditionSize {
841
765
 
842
766
  Width?: number;
843
767
  }
844
- export declare namespace MinBottomRenditionSize {
845
-
846
- const filterSensitiveLog: (obj: MinBottomRenditionSize) => any;
847
- }
848
768
 
849
769
  export interface MinTopRenditionSize {
850
770
 
@@ -852,10 +772,6 @@ export interface MinTopRenditionSize {
852
772
 
853
773
  Width?: number;
854
774
  }
855
- export declare namespace MinTopRenditionSize {
856
-
857
- const filterSensitiveLog: (obj: MinTopRenditionSize) => any;
858
- }
859
775
  export declare enum RuleType {
860
776
  ALLOWED_RENDITIONS = "ALLOWED_RENDITIONS",
861
777
  FORCE_INCLUDE_RENDITIONS = "FORCE_INCLUDE_RENDITIONS",
@@ -875,10 +791,6 @@ export interface AutomatedAbrRule {
875
791
 
876
792
  Type?: RuleType | string;
877
793
  }
878
- export declare namespace AutomatedAbrRule {
879
-
880
- const filterSensitiveLog: (obj: AutomatedAbrRule) => any;
881
- }
882
794
  export declare enum BurninSubtitleAlignment {
883
795
  AUTO = "AUTO",
884
796
  CENTERED = "CENTERED",
@@ -985,10 +897,6 @@ export interface BurninDestinationSettings {
985
897
 
986
898
  YPosition?: number;
987
899
  }
988
- export declare namespace BurninDestinationSettings {
989
-
990
- const filterSensitiveLog: (obj: BurninDestinationSettings) => any;
991
- }
992
900
  export declare enum CaptionDestinationType {
993
901
  BURN_IN = "BURN_IN",
994
902
  DVB_SUB = "DVB_SUB",
@@ -1125,10 +1033,6 @@ export interface DvbSubDestinationSettings {
1125
1033
 
1126
1034
  YPosition?: number;
1127
1035
  }
1128
- export declare namespace DvbSubDestinationSettings {
1129
-
1130
- const filterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
1131
- }
1132
1036
 
1133
1037
  export interface EmbeddedDestinationSettings {
1134
1038
 
@@ -1136,10 +1040,6 @@ export interface EmbeddedDestinationSettings {
1136
1040
 
1137
1041
  Destination708ServiceNumber?: number;
1138
1042
  }
1139
- export declare namespace EmbeddedDestinationSettings {
1140
-
1141
- const filterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
1142
- }
1143
1043
  export declare enum ImscAccessibilitySubs {
1144
1044
  DISABLED = "DISABLED",
1145
1045
  ENABLED = "ENABLED"
@@ -1155,10 +1055,6 @@ export interface ImscDestinationSettings {
1155
1055
 
1156
1056
  StylePassthrough?: ImscStylePassthrough | string;
1157
1057
  }
1158
- export declare namespace ImscDestinationSettings {
1159
-
1160
- const filterSensitiveLog: (obj: ImscDestinationSettings) => any;
1161
- }
1162
1058
  export declare enum SccDestinationFramerate {
1163
1059
  FRAMERATE_23_97 = "FRAMERATE_23_97",
1164
1060
  FRAMERATE_24 = "FRAMERATE_24",
@@ -1171,10 +1067,6 @@ export interface SccDestinationSettings {
1171
1067
 
1172
1068
  Framerate?: SccDestinationFramerate | string;
1173
1069
  }
1174
- export declare namespace SccDestinationSettings {
1175
-
1176
- const filterSensitiveLog: (obj: SccDestinationSettings) => any;
1177
- }
1178
1070
  export declare enum SrtStylePassthrough {
1179
1071
  DISABLED = "DISABLED",
1180
1072
  ENABLED = "ENABLED"
@@ -1184,10 +1076,6 @@ export interface SrtDestinationSettings {
1184
1076
 
1185
1077
  StylePassthrough?: SrtStylePassthrough | string;
1186
1078
  }
1187
- export declare namespace SrtDestinationSettings {
1188
-
1189
- const filterSensitiveLog: (obj: SrtDestinationSettings) => any;
1190
- }
1191
1079
  export declare enum TeletextPageType {
1192
1080
  PAGE_TYPE_ADDL_INFO = "PAGE_TYPE_ADDL_INFO",
1193
1081
  PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE = "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE",
@@ -1202,10 +1090,6 @@ export interface TeletextDestinationSettings {
1202
1090
 
1203
1091
  PageTypes?: (TeletextPageType | string)[];
1204
1092
  }
1205
- export declare namespace TeletextDestinationSettings {
1206
-
1207
- const filterSensitiveLog: (obj: TeletextDestinationSettings) => any;
1208
- }
1209
1093
  export declare enum TtmlStylePassthrough {
1210
1094
  DISABLED = "DISABLED",
1211
1095
  ENABLED = "ENABLED"
@@ -1215,10 +1099,6 @@ export interface TtmlDestinationSettings {
1215
1099
 
1216
1100
  StylePassthrough?: TtmlStylePassthrough | string;
1217
1101
  }
1218
- export declare namespace TtmlDestinationSettings {
1219
-
1220
- const filterSensitiveLog: (obj: TtmlDestinationSettings) => any;
1221
- }
1222
1102
  export declare enum WebvttAccessibilitySubs {
1223
1103
  DISABLED = "DISABLED",
1224
1104
  ENABLED = "ENABLED"
@@ -1235,10 +1115,6 @@ export interface WebvttDestinationSettings {
1235
1115
 
1236
1116
  StylePassthrough?: WebvttStylePassthrough | string;
1237
1117
  }
1238
- export declare namespace WebvttDestinationSettings {
1239
-
1240
- const filterSensitiveLog: (obj: WebvttDestinationSettings) => any;
1241
- }
1242
1118
 
1243
1119
  export interface CaptionDestinationSettings {
1244
1120
 
@@ -1262,10 +1138,6 @@ export interface CaptionDestinationSettings {
1262
1138
 
1263
1139
  WebvttDestinationSettings?: WebvttDestinationSettings;
1264
1140
  }
1265
- export declare namespace CaptionDestinationSettings {
1266
-
1267
- const filterSensitiveLog: (obj: CaptionDestinationSettings) => any;
1268
- }
1269
1141
 
1270
1142
  export interface CaptionDescription {
1271
1143
 
@@ -1279,10 +1151,6 @@ export interface CaptionDescription {
1279
1151
 
1280
1152
  LanguageDescription?: string;
1281
1153
  }
1282
- export declare namespace CaptionDescription {
1283
-
1284
- const filterSensitiveLog: (obj: CaptionDescription) => any;
1285
- }
1286
1154
 
1287
1155
  export interface CaptionDescriptionPreset {
1288
1156
 
@@ -1294,10 +1162,6 @@ export interface CaptionDescriptionPreset {
1294
1162
 
1295
1163
  LanguageDescription?: string;
1296
1164
  }
1297
- export declare namespace CaptionDescriptionPreset {
1298
-
1299
- const filterSensitiveLog: (obj: CaptionDescriptionPreset) => any;
1300
- }
1301
1165
 
1302
1166
  export interface CmafAdditionalManifest {
1303
1167
 
@@ -1305,10 +1169,6 @@ export interface CmafAdditionalManifest {
1305
1169
 
1306
1170
  SelectedOutputs?: string[];
1307
1171
  }
1308
- export declare namespace CmafAdditionalManifest {
1309
-
1310
- const filterSensitiveLog: (obj: CmafAdditionalManifest) => any;
1311
- }
1312
1172
 
1313
1173
  export interface DashAdditionalManifest {
1314
1174
 
@@ -1316,19 +1176,11 @@ export interface DashAdditionalManifest {
1316
1176
 
1317
1177
  SelectedOutputs?: string[];
1318
1178
  }
1319
- export declare namespace DashAdditionalManifest {
1320
-
1321
- const filterSensitiveLog: (obj: DashAdditionalManifest) => any;
1322
- }
1323
1179
 
1324
1180
  export interface Endpoint {
1325
1181
 
1326
1182
  Url?: string;
1327
1183
  }
1328
- export declare namespace Endpoint {
1329
-
1330
- const filterSensitiveLog: (obj: Endpoint) => any;
1331
- }
1332
1184
 
1333
1185
  export interface HlsAdditionalManifest {
1334
1186
 
@@ -1336,10 +1188,6 @@ export interface HlsAdditionalManifest {
1336
1188
 
1337
1189
  SelectedOutputs?: string[];
1338
1190
  }
1339
- export declare namespace HlsAdditionalManifest {
1340
-
1341
- const filterSensitiveLog: (obj: HlsAdditionalManifest) => any;
1342
- }
1343
1191
  export declare enum HlsAdMarkers {
1344
1192
  ELEMENTAL = "ELEMENTAL",
1345
1193
  ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35"
@@ -1355,10 +1203,6 @@ export interface HlsCaptionLanguageMapping {
1355
1203
 
1356
1204
  LanguageDescription?: string;
1357
1205
  }
1358
- export declare namespace HlsCaptionLanguageMapping {
1359
-
1360
- const filterSensitiveLog: (obj: HlsCaptionLanguageMapping) => any;
1361
- }
1362
1206
 
1363
1207
  export interface HopDestination {
1364
1208
 
@@ -1368,10 +1212,6 @@ export interface HopDestination {
1368
1212
 
1369
1213
  WaitMinutes?: number;
1370
1214
  }
1371
- export declare namespace HopDestination {
1372
-
1373
- const filterSensitiveLog: (obj: HopDestination) => any;
1374
- }
1375
1215
 
1376
1216
  export interface Id3Insertion {
1377
1217
 
@@ -1379,19 +1219,11 @@ export interface Id3Insertion {
1379
1219
 
1380
1220
  Timecode?: string;
1381
1221
  }
1382
- export declare namespace Id3Insertion {
1383
-
1384
- const filterSensitiveLog: (obj: Id3Insertion) => any;
1385
- }
1386
1222
 
1387
1223
  export interface AudioSelectorGroup {
1388
1224
 
1389
1225
  AudioSelectorNames?: string[];
1390
1226
  }
1391
- export declare namespace AudioSelectorGroup {
1392
-
1393
- const filterSensitiveLog: (obj: AudioSelectorGroup) => any;
1394
- }
1395
1227
  export declare enum AudioDurationCorrection {
1396
1228
  AUTO = "AUTO",
1397
1229
  DISABLED = "DISABLED",
@@ -1411,10 +1243,6 @@ export interface HlsRenditionGroupSettings {
1411
1243
 
1412
1244
  RenditionName?: string;
1413
1245
  }
1414
- export declare namespace HlsRenditionGroupSettings {
1415
-
1416
- const filterSensitiveLog: (obj: HlsRenditionGroupSettings) => any;
1417
- }
1418
1246
  export declare enum AudioSelectorType {
1419
1247
  HLS_RENDITION_GROUP = "HLS_RENDITION_GROUP",
1420
1248
  LANGUAGE_CODE = "LANGUAGE_CODE",
@@ -1448,10 +1276,6 @@ export interface AudioSelector {
1448
1276
 
1449
1277
  Tracks?: number[];
1450
1278
  }
1451
- export declare namespace AudioSelector {
1452
-
1453
- const filterSensitiveLog: (obj: AudioSelector) => any;
1454
- }
1455
1279
  export declare enum AncillaryConvert608To708 {
1456
1280
  DISABLED = "DISABLED",
1457
1281
  UPCONVERT = "UPCONVERT"
@@ -1469,19 +1293,11 @@ export interface AncillarySourceSettings {
1469
1293
 
1470
1294
  TerminateCaptions?: AncillaryTerminateCaptions | string;
1471
1295
  }
1472
- export declare namespace AncillarySourceSettings {
1473
-
1474
- const filterSensitiveLog: (obj: AncillarySourceSettings) => any;
1475
- }
1476
1296
 
1477
1297
  export interface DvbSubSourceSettings {
1478
1298
 
1479
1299
  Pid?: number;
1480
1300
  }
1481
- export declare namespace DvbSubSourceSettings {
1482
-
1483
- const filterSensitiveLog: (obj: DvbSubSourceSettings) => any;
1484
- }
1485
1301
  export declare enum EmbeddedConvert608To708 {
1486
1302
  DISABLED = "DISABLED",
1487
1303
  UPCONVERT = "UPCONVERT"
@@ -1501,10 +1317,6 @@ export interface EmbeddedSourceSettings {
1501
1317
 
1502
1318
  TerminateCaptions?: EmbeddedTerminateCaptions | string;
1503
1319
  }
1504
- export declare namespace EmbeddedSourceSettings {
1505
-
1506
- const filterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
1507
- }
1508
1320
  export declare enum FileSourceConvert608To708 {
1509
1321
  DISABLED = "DISABLED",
1510
1322
  UPCONVERT = "UPCONVERT"
@@ -1516,10 +1328,6 @@ export interface CaptionSourceFramerate {
1516
1328
 
1517
1329
  FramerateNumerator?: number;
1518
1330
  }
1519
- export declare namespace CaptionSourceFramerate {
1520
-
1521
- const filterSensitiveLog: (obj: CaptionSourceFramerate) => any;
1522
- }
1523
1331
  export declare enum FileSourceTimeDeltaUnits {
1524
1332
  MILLISECONDS = "MILLISECONDS",
1525
1333
  SECONDS = "SECONDS"
@@ -1537,10 +1345,6 @@ export interface FileSourceSettings {
1537
1345
 
1538
1346
  TimeDeltaUnits?: FileSourceTimeDeltaUnits | string;
1539
1347
  }
1540
- export declare namespace FileSourceSettings {
1541
-
1542
- const filterSensitiveLog: (obj: FileSourceSettings) => any;
1543
- }
1544
1348
  export declare enum CaptionSourceType {
1545
1349
  ANCILLARY = "ANCILLARY",
1546
1350
  DVB_SUB = "DVB_SUB",
@@ -1562,19 +1366,11 @@ export interface TeletextSourceSettings {
1562
1366
 
1563
1367
  PageNumber?: string;
1564
1368
  }
1565
- export declare namespace TeletextSourceSettings {
1566
-
1567
- const filterSensitiveLog: (obj: TeletextSourceSettings) => any;
1568
- }
1569
1369
 
1570
1370
  export interface TrackSourceSettings {
1571
1371
 
1572
1372
  TrackNumber?: number;
1573
1373
  }
1574
- export declare namespace TrackSourceSettings {
1575
-
1576
- const filterSensitiveLog: (obj: TrackSourceSettings) => any;
1577
- }
1578
1374
 
1579
1375
  export interface WebvttHlsSourceSettings {
1580
1376
 
@@ -1584,10 +1380,6 @@ export interface WebvttHlsSourceSettings {
1584
1380
 
1585
1381
  RenditionName?: string;
1586
1382
  }
1587
- export declare namespace WebvttHlsSourceSettings {
1588
-
1589
- const filterSensitiveLog: (obj: WebvttHlsSourceSettings) => any;
1590
- }
1591
1383
 
1592
1384
  export interface CaptionSourceSettings {
1593
1385
 
@@ -1607,10 +1399,6 @@ export interface CaptionSourceSettings {
1607
1399
 
1608
1400
  WebvttHlsSourceSettings?: WebvttHlsSourceSettings;
1609
1401
  }
1610
- export declare namespace CaptionSourceSettings {
1611
-
1612
- const filterSensitiveLog: (obj: CaptionSourceSettings) => any;
1613
- }
1614
1402
 
1615
1403
  export interface CaptionSelector {
1616
1404
 
@@ -1620,10 +1408,6 @@ export interface CaptionSelector {
1620
1408
 
1621
1409
  SourceSettings?: CaptionSourceSettings;
1622
1410
  }
1623
- export declare namespace CaptionSelector {
1624
-
1625
- const filterSensitiveLog: (obj: CaptionSelector) => any;
1626
- }
1627
1411
 
1628
1412
  export interface Rectangle {
1629
1413
 
@@ -1635,10 +1419,6 @@ export interface Rectangle {
1635
1419
 
1636
1420
  Y?: number;
1637
1421
  }
1638
- export declare namespace Rectangle {
1639
-
1640
- const filterSensitiveLog: (obj: Rectangle) => any;
1641
- }
1642
1422
  export declare enum InputDeblockFilter {
1643
1423
  DISABLED = "DISABLED",
1644
1424
  ENABLED = "ENABLED"
@@ -1659,10 +1439,6 @@ export interface InputDecryptionSettings {
1659
1439
 
1660
1440
  KmsKeyRegion?: string;
1661
1441
  }
1662
- export declare namespace InputDecryptionSettings {
1663
-
1664
- const filterSensitiveLog: (obj: InputDecryptionSettings) => any;
1665
- }
1666
1442
  export declare enum InputDenoiseFilter {
1667
1443
  DISABLED = "DISABLED",
1668
1444
  ENABLED = "ENABLED"
@@ -1697,19 +1473,11 @@ export interface InsertableImage {
1697
1473
 
1698
1474
  Width?: number;
1699
1475
  }
1700
- export declare namespace InsertableImage {
1701
-
1702
- const filterSensitiveLog: (obj: InsertableImage) => any;
1703
- }
1704
1476
 
1705
1477
  export interface ImageInserter {
1706
1478
 
1707
1479
  InsertableImages?: InsertableImage[];
1708
1480
  }
1709
- export declare namespace ImageInserter {
1710
-
1711
- const filterSensitiveLog: (obj: ImageInserter) => any;
1712
- }
1713
1481
 
1714
1482
  export interface InputClipping {
1715
1483
 
@@ -1717,10 +1485,6 @@ export interface InputClipping {
1717
1485
 
1718
1486
  StartTimecode?: string;
1719
1487
  }
1720
- export declare namespace InputClipping {
1721
-
1722
- const filterSensitiveLog: (obj: InputClipping) => any;
1723
- }
1724
1488
  export declare enum InputScanType {
1725
1489
  AUTO = "AUTO",
1726
1490
  PSF = "PSF"
@@ -1739,10 +1503,6 @@ export interface InputVideoGenerator {
1739
1503
 
1740
1504
  Duration?: number;
1741
1505
  }
1742
- export declare namespace InputVideoGenerator {
1743
-
1744
- const filterSensitiveLog: (obj: InputVideoGenerator) => any;
1745
- }
1746
1506
  export declare enum AlphaBehavior {
1747
1507
  DISCARD = "DISCARD",
1748
1508
  REMAP_TO_LUMA = "REMAP_TO_LUMA"
@@ -1789,10 +1549,6 @@ export interface Hdr10Metadata {
1789
1549
 
1790
1550
  WhitePointY?: number;
1791
1551
  }
1792
- export declare namespace Hdr10Metadata {
1793
-
1794
- const filterSensitiveLog: (obj: Hdr10Metadata) => any;
1795
- }
1796
1552
  export declare enum PadVideo {
1797
1553
  BLACK = "BLACK",
1798
1554
  DISABLED = "DISABLED"
@@ -1832,10 +1588,6 @@ export interface VideoSelector {
1832
1588
 
1833
1589
  SampleRange?: InputSampleRange | string;
1834
1590
  }
1835
- export declare namespace VideoSelector {
1836
-
1837
- const filterSensitiveLog: (obj: VideoSelector) => any;
1838
- }
1839
1591
 
1840
1592
  export interface Input {
1841
1593
 
@@ -1883,10 +1635,6 @@ export interface Input {
1883
1635
 
1884
1636
  VideoSelector?: VideoSelector;
1885
1637
  }
1886
- export declare namespace Input {
1887
-
1888
- const filterSensitiveLog: (obj: Input) => any;
1889
- }
1890
1638
 
1891
1639
  export interface InputTemplate {
1892
1640
 
@@ -1926,10 +1674,6 @@ export interface InputTemplate {
1926
1674
 
1927
1675
  VideoSelector?: VideoSelector;
1928
1676
  }
1929
- export declare namespace InputTemplate {
1930
-
1931
- const filterSensitiveLog: (obj: InputTemplate) => any;
1932
- }
1933
1677
  export declare enum AccelerationMode {
1934
1678
  DISABLED = "DISABLED",
1935
1679
  ENABLED = "ENABLED",
@@ -1940,10 +1684,6 @@ export interface AccelerationSettings {
1940
1684
 
1941
1685
  Mode: AccelerationMode | string | undefined;
1942
1686
  }
1943
- export declare namespace AccelerationSettings {
1944
-
1945
- const filterSensitiveLog: (obj: AccelerationSettings) => any;
1946
- }
1947
1687
  export declare enum AccelerationStatus {
1948
1688
  ACCELERATED = "ACCELERATED",
1949
1689
  IN_PROGRESS = "IN_PROGRESS",
@@ -1968,10 +1708,6 @@ export interface JobMessages {
1968
1708
 
1969
1709
  Warning?: string[];
1970
1710
  }
1971
- export declare namespace JobMessages {
1972
-
1973
- const filterSensitiveLog: (obj: JobMessages) => any;
1974
- }
1975
1711
 
1976
1712
  export interface VideoDetail {
1977
1713
 
@@ -1979,10 +1715,6 @@ export interface VideoDetail {
1979
1715
 
1980
1716
  WidthInPx?: number;
1981
1717
  }
1982
- export declare namespace VideoDetail {
1983
-
1984
- const filterSensitiveLog: (obj: VideoDetail) => any;
1985
- }
1986
1718
 
1987
1719
  export interface OutputDetail {
1988
1720
 
@@ -1990,19 +1722,11 @@ export interface OutputDetail {
1990
1722
 
1991
1723
  VideoDetails?: VideoDetail;
1992
1724
  }
1993
- export declare namespace OutputDetail {
1994
-
1995
- const filterSensitiveLog: (obj: OutputDetail) => any;
1996
- }
1997
1725
 
1998
1726
  export interface OutputGroupDetail {
1999
1727
 
2000
1728
  OutputDetails?: OutputDetail[];
2001
1729
  }
2002
- export declare namespace OutputGroupDetail {
2003
-
2004
- const filterSensitiveLog: (obj: OutputGroupDetail) => any;
2005
- }
2006
1730
 
2007
1731
  export interface QueueTransition {
2008
1732
 
@@ -2012,37 +1736,21 @@ export interface QueueTransition {
2012
1736
 
2013
1737
  Timestamp?: Date;
2014
1738
  }
2015
- export declare namespace QueueTransition {
2016
-
2017
- const filterSensitiveLog: (obj: QueueTransition) => any;
2018
- }
2019
1739
 
2020
1740
  export interface AvailBlanking {
2021
1741
 
2022
1742
  AvailBlankingImage?: string;
2023
1743
  }
2024
- export declare namespace AvailBlanking {
2025
-
2026
- const filterSensitiveLog: (obj: AvailBlanking) => any;
2027
- }
2028
1744
 
2029
1745
  export interface EsamManifestConfirmConditionNotification {
2030
1746
 
2031
1747
  MccXml?: string;
2032
1748
  }
2033
- export declare namespace EsamManifestConfirmConditionNotification {
2034
-
2035
- const filterSensitiveLog: (obj: EsamManifestConfirmConditionNotification) => any;
2036
- }
2037
1749
 
2038
1750
  export interface EsamSignalProcessingNotification {
2039
1751
 
2040
1752
  SccXml?: string;
2041
1753
  }
2042
- export declare namespace EsamSignalProcessingNotification {
2043
-
2044
- const filterSensitiveLog: (obj: EsamSignalProcessingNotification) => any;
2045
- }
2046
1754
 
2047
1755
  export interface EsamSettings {
2048
1756
 
@@ -2052,10 +1760,6 @@ export interface EsamSettings {
2052
1760
 
2053
1761
  SignalProcessingNotification?: EsamSignalProcessingNotification;
2054
1762
  }
2055
- export declare namespace EsamSettings {
2056
-
2057
- const filterSensitiveLog: (obj: EsamSettings) => any;
2058
- }
2059
1763
  export declare enum CopyProtectionAction {
2060
1764
  PASSTHROUGH = "PASSTHROUGH",
2061
1765
  STRIP = "STRIP"
@@ -2071,10 +1775,6 @@ export interface ExtendedDataServices {
2071
1775
 
2072
1776
  VchipAction?: VchipAction | string;
2073
1777
  }
2074
- export declare namespace ExtendedDataServices {
2075
-
2076
- const filterSensitiveLog: (obj: ExtendedDataServices) => any;
2077
- }
2078
1778
 
2079
1779
  export interface KantarWatermarkSettings {
2080
1780
 
@@ -2104,10 +1804,6 @@ export interface KantarWatermarkSettings {
2104
1804
 
2105
1805
  Metadata8?: string;
2106
1806
  }
2107
- export declare namespace KantarWatermarkSettings {
2108
-
2109
- const filterSensitiveLog: (obj: KantarWatermarkSettings) => any;
2110
- }
2111
1807
 
2112
1808
  export interface MotionImageInsertionFramerate {
2113
1809
 
@@ -2115,10 +1811,6 @@ export interface MotionImageInsertionFramerate {
2115
1811
 
2116
1812
  FramerateNumerator?: number;
2117
1813
  }
2118
- export declare namespace MotionImageInsertionFramerate {
2119
-
2120
- const filterSensitiveLog: (obj: MotionImageInsertionFramerate) => any;
2121
- }
2122
1814
  export declare enum MotionImageInsertionMode {
2123
1815
  MOV = "MOV",
2124
1816
  PNG = "PNG"
@@ -2130,10 +1822,6 @@ export interface MotionImageInsertionOffset {
2130
1822
 
2131
1823
  ImageY?: number;
2132
1824
  }
2133
- export declare namespace MotionImageInsertionOffset {
2134
-
2135
- const filterSensitiveLog: (obj: MotionImageInsertionOffset) => any;
2136
- }
2137
1825
  export declare enum MotionImagePlayback {
2138
1826
  ONCE = "ONCE",
2139
1827
  REPEAT = "REPEAT"
@@ -2153,10 +1841,6 @@ export interface MotionImageInserter {
2153
1841
 
2154
1842
  StartTime?: string;
2155
1843
  }
2156
- export declare namespace MotionImageInserter {
2157
-
2158
- const filterSensitiveLog: (obj: MotionImageInserter) => any;
2159
- }
2160
1844
 
2161
1845
  export interface NielsenConfiguration {
2162
1846
 
@@ -2164,10 +1848,6 @@ export interface NielsenConfiguration {
2164
1848
 
2165
1849
  DistributorId?: string;
2166
1850
  }
2167
- export declare namespace NielsenConfiguration {
2168
-
2169
- const filterSensitiveLog: (obj: NielsenConfiguration) => any;
2170
- }
2171
1851
  export declare enum NielsenActiveWatermarkProcessType {
2172
1852
  CBET = "CBET",
2173
1853
  NAES2_AND_NW = "NAES2_AND_NW",
@@ -2206,10 +1886,6 @@ export interface NielsenNonLinearWatermarkSettings {
2206
1886
 
2207
1887
  UniqueTicPerAudioTrack?: NielsenUniqueTicPerAudioTrackType | string;
2208
1888
  }
2209
- export declare namespace NielsenNonLinearWatermarkSettings {
2210
-
2211
- const filterSensitiveLog: (obj: NielsenNonLinearWatermarkSettings) => any;
2212
- }
2213
1889
 
2214
1890
  export interface AutomatedAbrSettings {
2215
1891
 
@@ -2221,19 +1897,11 @@ export interface AutomatedAbrSettings {
2221
1897
 
2222
1898
  Rules?: AutomatedAbrRule[];
2223
1899
  }
2224
- export declare namespace AutomatedAbrSettings {
2225
-
2226
- const filterSensitiveLog: (obj: AutomatedAbrSettings) => any;
2227
- }
2228
1900
 
2229
1901
  export interface AutomatedEncodingSettings {
2230
1902
 
2231
1903
  AbrSettings?: AutomatedAbrSettings;
2232
1904
  }
2233
- export declare namespace AutomatedEncodingSettings {
2234
-
2235
- const filterSensitiveLog: (obj: AutomatedEncodingSettings) => any;
2236
- }
2237
1905
  export declare enum CmafClientCache {
2238
1906
  DISABLED = "DISABLED",
2239
1907
  ENABLED = "ENABLED"
@@ -2253,10 +1921,6 @@ export interface S3DestinationAccessControl {
2253
1921
 
2254
1922
  CannedAcl?: S3ObjectCannedAcl | string;
2255
1923
  }
2256
- export declare namespace S3DestinationAccessControl {
2257
-
2258
- const filterSensitiveLog: (obj: S3DestinationAccessControl) => any;
2259
- }
2260
1924
  export declare enum S3ServerSideEncryptionType {
2261
1925
  SERVER_SIDE_ENCRYPTION_KMS = "SERVER_SIDE_ENCRYPTION_KMS",
2262
1926
  SERVER_SIDE_ENCRYPTION_S3 = "SERVER_SIDE_ENCRYPTION_S3"
@@ -2270,10 +1934,6 @@ export interface S3EncryptionSettings {
2270
1934
 
2271
1935
  KmsKeyArn?: string;
2272
1936
  }
2273
- export declare namespace S3EncryptionSettings {
2274
-
2275
- const filterSensitiveLog: (obj: S3EncryptionSettings) => any;
2276
- }
2277
1937
 
2278
1938
  export interface S3DestinationSettings {
2279
1939
 
@@ -2281,19 +1941,11 @@ export interface S3DestinationSettings {
2281
1941
 
2282
1942
  Encryption?: S3EncryptionSettings;
2283
1943
  }
2284
- export declare namespace S3DestinationSettings {
2285
-
2286
- const filterSensitiveLog: (obj: S3DestinationSettings) => any;
2287
- }
2288
1944
 
2289
1945
  export interface DestinationSettings {
2290
1946
 
2291
1947
  S3Settings?: S3DestinationSettings;
2292
1948
  }
2293
- export declare namespace DestinationSettings {
2294
-
2295
- const filterSensitiveLog: (obj: DestinationSettings) => any;
2296
- }
2297
1949
  export declare enum CmafEncryptionType {
2298
1950
  AES_CTR = "AES_CTR",
2299
1951
  SAMPLE_AES = "SAMPLE_AES"
@@ -2315,10 +1967,6 @@ export interface SpekeKeyProviderCmaf {
2315
1967
 
2316
1968
  Url?: string;
2317
1969
  }
2318
- export declare namespace SpekeKeyProviderCmaf {
2319
-
2320
- const filterSensitiveLog: (obj: SpekeKeyProviderCmaf) => any;
2321
- }
2322
1970
 
2323
1971
  export interface StaticKeyProvider {
2324
1972
 
@@ -2330,10 +1978,6 @@ export interface StaticKeyProvider {
2330
1978
 
2331
1979
  Url?: string;
2332
1980
  }
2333
- export declare namespace StaticKeyProvider {
2334
-
2335
- const filterSensitiveLog: (obj: StaticKeyProvider) => any;
2336
- }
2337
1981
  export declare enum CmafKeyProviderType {
2338
1982
  SPEKE = "SPEKE",
2339
1983
  STATIC_KEY = "STATIC_KEY"
@@ -2353,10 +1997,6 @@ export interface CmafEncryptionSettings {
2353
1997
 
2354
1998
  Type?: CmafKeyProviderType | string;
2355
1999
  }
2356
- export declare namespace CmafEncryptionSettings {
2357
-
2358
- const filterSensitiveLog: (obj: CmafEncryptionSettings) => any;
2359
- }
2360
2000
  export declare enum CmafImageBasedTrickPlay {
2361
2001
  ADVANCED = "ADVANCED",
2362
2002
  NONE = "NONE",
@@ -2382,10 +2022,6 @@ export interface CmafImageBasedTrickPlaySettings {
2382
2022
 
2383
2023
  TileWidth?: number;
2384
2024
  }
2385
- export declare namespace CmafImageBasedTrickPlaySettings {
2386
-
2387
- const filterSensitiveLog: (obj: CmafImageBasedTrickPlaySettings) => any;
2388
- }
2389
2025
  export declare enum CmafManifestCompression {
2390
2026
  GZIP = "GZIP",
2391
2027
  NONE = "NONE"
@@ -2481,10 +2117,6 @@ export interface CmafGroupSettings {
2481
2117
 
2482
2118
  WriteSegmentTimelineInRepresentation?: CmafWriteSegmentTimelineInRepresentation | string;
2483
2119
  }
2484
- export declare namespace CmafGroupSettings {
2485
-
2486
- const filterSensitiveLog: (obj: CmafGroupSettings) => any;
2487
- }
2488
2120
  export declare enum DashIsoGroupAudioChannelConfigSchemeIdUri {
2489
2121
  DOLBY_CHANNEL_CONFIGURATION = "DOLBY_CHANNEL_CONFIGURATION",
2490
2122
  MPEG_CHANNEL_CONFIGURATION = "MPEG_CHANNEL_CONFIGURATION"
@@ -2504,10 +2136,6 @@ export interface SpekeKeyProvider {
2504
2136
 
2505
2137
  Url?: string;
2506
2138
  }
2507
- export declare namespace SpekeKeyProvider {
2508
-
2509
- const filterSensitiveLog: (obj: SpekeKeyProvider) => any;
2510
- }
2511
2139
 
2512
2140
  export interface DashIsoEncryptionSettings {
2513
2141
 
@@ -2515,10 +2143,6 @@ export interface DashIsoEncryptionSettings {
2515
2143
 
2516
2144
  SpekeKeyProvider?: SpekeKeyProvider;
2517
2145
  }
2518
- export declare namespace DashIsoEncryptionSettings {
2519
-
2520
- const filterSensitiveLog: (obj: DashIsoEncryptionSettings) => any;
2521
- }
2522
2146
  export declare enum DashIsoHbbtvCompliance {
2523
2147
  HBBTV_1_5 = "HBBTV_1_5",
2524
2148
  NONE = "NONE"
@@ -2548,10 +2172,6 @@ export interface DashIsoImageBasedTrickPlaySettings {
2548
2172
 
2549
2173
  TileWidth?: number;
2550
2174
  }
2551
- export declare namespace DashIsoImageBasedTrickPlaySettings {
2552
-
2553
- const filterSensitiveLog: (obj: DashIsoImageBasedTrickPlaySettings) => any;
2554
- }
2555
2175
  export declare enum DashIsoMpdProfile {
2556
2176
  MAIN_PROFILE = "MAIN_PROFILE",
2557
2177
  ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE"
@@ -2611,10 +2231,6 @@ export interface DashIsoGroupSettings {
2611
2231
 
2612
2232
  WriteSegmentTimelineInRepresentation?: DashIsoWriteSegmentTimelineInRepresentation | string;
2613
2233
  }
2614
- export declare namespace DashIsoGroupSettings {
2615
-
2616
- const filterSensitiveLog: (obj: DashIsoGroupSettings) => any;
2617
- }
2618
2234
 
2619
2235
  export interface FileGroupSettings {
2620
2236
 
@@ -2622,10 +2238,6 @@ export interface FileGroupSettings {
2622
2238
 
2623
2239
  DestinationSettings?: DestinationSettings;
2624
2240
  }
2625
- export declare namespace FileGroupSettings {
2626
-
2627
- const filterSensitiveLog: (obj: FileGroupSettings) => any;
2628
- }
2629
2241
  export declare enum HlsAudioOnlyHeader {
2630
2242
  EXCLUDE = "EXCLUDE",
2631
2243
  INCLUDE = "INCLUDE"
@@ -2684,10 +2296,6 @@ export interface HlsEncryptionSettings {
2684
2296
 
2685
2297
  Type?: HlsKeyProviderType | string;
2686
2298
  }
2687
- export declare namespace HlsEncryptionSettings {
2688
-
2689
- const filterSensitiveLog: (obj: HlsEncryptionSettings) => any;
2690
- }
2691
2299
  export declare enum HlsImageBasedTrickPlay {
2692
2300
  ADVANCED = "ADVANCED",
2693
2301
  NONE = "NONE",
@@ -2713,10 +2321,6 @@ export interface HlsImageBasedTrickPlaySettings {
2713
2321
 
2714
2322
  TileWidth?: number;
2715
2323
  }
2716
- export declare namespace HlsImageBasedTrickPlaySettings {
2717
-
2718
- const filterSensitiveLog: (obj: HlsImageBasedTrickPlaySettings) => any;
2719
- }
2720
2324
  export declare enum HlsManifestCompression {
2721
2325
  GZIP = "GZIP",
2722
2326
  NONE = "NONE"
@@ -2819,10 +2423,6 @@ export interface HlsGroupSettings {
2819
2423
 
2820
2424
  TimestampDeltaMilliseconds?: number;
2821
2425
  }
2822
- export declare namespace HlsGroupSettings {
2823
-
2824
- const filterSensitiveLog: (obj: HlsGroupSettings) => any;
2825
- }
2826
2426
 
2827
2427
  export interface MsSmoothAdditionalManifest {
2828
2428
 
@@ -2830,10 +2430,6 @@ export interface MsSmoothAdditionalManifest {
2830
2430
 
2831
2431
  SelectedOutputs?: string[];
2832
2432
  }
2833
- export declare namespace MsSmoothAdditionalManifest {
2834
-
2835
- const filterSensitiveLog: (obj: MsSmoothAdditionalManifest) => any;
2836
- }
2837
2433
  export declare enum MsSmoothAudioDeduplication {
2838
2434
  COMBINE_DUPLICATE_STREAMS = "COMBINE_DUPLICATE_STREAMS",
2839
2435
  NONE = "NONE"
@@ -2843,10 +2439,6 @@ export interface MsSmoothEncryptionSettings {
2843
2439
 
2844
2440
  SpekeKeyProvider?: SpekeKeyProvider;
2845
2441
  }
2846
- export declare namespace MsSmoothEncryptionSettings {
2847
-
2848
- const filterSensitiveLog: (obj: MsSmoothEncryptionSettings) => any;
2849
- }
2850
2442
  export declare enum MsSmoothFragmentLengthControl {
2851
2443
  EXACT = "EXACT",
2852
2444
  GOP_MULTIPLE = "GOP_MULTIPLE"
@@ -2874,10 +2466,6 @@ export interface MsSmoothGroupSettings {
2874
2466
 
2875
2467
  ManifestEncoding?: MsSmoothManifestEncoding | string;
2876
2468
  }
2877
- export declare namespace MsSmoothGroupSettings {
2878
-
2879
- const filterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
2880
- }
2881
2469
  export declare enum OutputGroupType {
2882
2470
  CMAF_GROUP_SETTINGS = "CMAF_GROUP_SETTINGS",
2883
2471
  DASH_ISO_GROUP_SETTINGS = "DASH_ISO_GROUP_SETTINGS",
@@ -2900,10 +2488,6 @@ export interface OutputGroupSettings {
2900
2488
 
2901
2489
  Type?: OutputGroupType | string;
2902
2490
  }
2903
- export declare namespace OutputGroupSettings {
2904
-
2905
- const filterSensitiveLog: (obj: OutputGroupSettings) => any;
2906
- }
2907
2491
  export declare enum CmfcAudioDuration {
2908
2492
  DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
2909
2493
  MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
@@ -2960,10 +2544,6 @@ export interface CmfcSettings {
2960
2544
 
2961
2545
  TimedMetadata?: CmfcTimedMetadata | string;
2962
2546
  }
2963
- export declare namespace CmfcSettings {
2964
-
2965
- const filterSensitiveLog: (obj: CmfcSettings) => any;
2966
- }
2967
2547
  export declare enum ContainerType {
2968
2548
  CMFC = "CMFC",
2969
2549
  F4V = "F4V",
@@ -2986,10 +2566,6 @@ export interface F4vSettings {
2986
2566
 
2987
2567
  MoovPlacement?: F4vMoovPlacement | string;
2988
2568
  }
2989
- export declare namespace F4vSettings {
2990
-
2991
- const filterSensitiveLog: (obj: F4vSettings) => any;
2992
- }
2993
2569
  export declare enum M2tsAudioBufferModel {
2994
2570
  ATSC = "ATSC",
2995
2571
  DVB = "DVB"
@@ -3015,10 +2591,6 @@ export interface DvbNitSettings {
3015
2591
 
3016
2592
  NitInterval?: number;
3017
2593
  }
3018
- export declare namespace DvbNitSettings {
3019
-
3020
- const filterSensitiveLog: (obj: DvbNitSettings) => any;
3021
- }
3022
2594
  export declare enum OutputSdt {
3023
2595
  SDT_FOLLOW = "SDT_FOLLOW",
3024
2596
  SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
@@ -3036,19 +2608,11 @@ export interface DvbSdtSettings {
3036
2608
 
3037
2609
  ServiceProviderName?: string;
3038
2610
  }
3039
- export declare namespace DvbSdtSettings {
3040
-
3041
- const filterSensitiveLog: (obj: DvbSdtSettings) => any;
3042
- }
3043
2611
 
3044
2612
  export interface DvbTdtSettings {
3045
2613
 
3046
2614
  TdtInterval?: number;
3047
2615
  }
3048
- export declare namespace DvbTdtSettings {
3049
-
3050
- const filterSensitiveLog: (obj: DvbTdtSettings) => any;
3051
- }
3052
2616
  export declare enum M2tsEbpAudioInterval {
3053
2617
  VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
3054
2618
  VIDEO_INTERVAL = "VIDEO_INTERVAL"
@@ -3065,3 +2629,221 @@ export declare enum M2tsForceTsVideoEbpOrder {
3065
2629
  DEFAULT = "DEFAULT",
3066
2630
  FORCE = "FORCE"
3067
2631
  }
2632
+
2633
+ export declare const AllowedRenditionSizeFilterSensitiveLog: (obj: AllowedRenditionSize) => any;
2634
+
2635
+ export declare const AudioChannelTaggingSettingsFilterSensitiveLog: (obj: AudioChannelTaggingSettings) => any;
2636
+
2637
+ export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
2638
+
2639
+ export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
2640
+
2641
+ export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
2642
+
2643
+ export declare const AiffSettingsFilterSensitiveLog: (obj: AiffSettings) => any;
2644
+
2645
+ export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
2646
+
2647
+ export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
2648
+
2649
+ export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
2650
+
2651
+ export declare const Mp3SettingsFilterSensitiveLog: (obj: Mp3Settings) => any;
2652
+
2653
+ export declare const OpusSettingsFilterSensitiveLog: (obj: OpusSettings) => any;
2654
+
2655
+ export declare const VorbisSettingsFilterSensitiveLog: (obj: VorbisSettings) => any;
2656
+
2657
+ export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
2658
+
2659
+ export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
2660
+
2661
+ export declare const OutputChannelMappingFilterSensitiveLog: (obj: OutputChannelMapping) => any;
2662
+
2663
+ export declare const ChannelMappingFilterSensitiveLog: (obj: ChannelMapping) => any;
2664
+
2665
+ export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
2666
+
2667
+ export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
2668
+
2669
+ export declare const ForceIncludeRenditionSizeFilterSensitiveLog: (obj: ForceIncludeRenditionSize) => any;
2670
+
2671
+ export declare const MinBottomRenditionSizeFilterSensitiveLog: (obj: MinBottomRenditionSize) => any;
2672
+
2673
+ export declare const MinTopRenditionSizeFilterSensitiveLog: (obj: MinTopRenditionSize) => any;
2674
+
2675
+ export declare const AutomatedAbrRuleFilterSensitiveLog: (obj: AutomatedAbrRule) => any;
2676
+
2677
+ export declare const BurninDestinationSettingsFilterSensitiveLog: (obj: BurninDestinationSettings) => any;
2678
+
2679
+ export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
2680
+
2681
+ export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
2682
+
2683
+ export declare const ImscDestinationSettingsFilterSensitiveLog: (obj: ImscDestinationSettings) => any;
2684
+
2685
+ export declare const SccDestinationSettingsFilterSensitiveLog: (obj: SccDestinationSettings) => any;
2686
+
2687
+ export declare const SrtDestinationSettingsFilterSensitiveLog: (obj: SrtDestinationSettings) => any;
2688
+
2689
+ export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
2690
+
2691
+ export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
2692
+
2693
+ export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
2694
+
2695
+ export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
2696
+
2697
+ export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
2698
+
2699
+ export declare const CaptionDescriptionPresetFilterSensitiveLog: (obj: CaptionDescriptionPreset) => any;
2700
+
2701
+ export declare const CmafAdditionalManifestFilterSensitiveLog: (obj: CmafAdditionalManifest) => any;
2702
+
2703
+ export declare const DashAdditionalManifestFilterSensitiveLog: (obj: DashAdditionalManifest) => any;
2704
+
2705
+ export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
2706
+
2707
+ export declare const HlsAdditionalManifestFilterSensitiveLog: (obj: HlsAdditionalManifest) => any;
2708
+
2709
+ export declare const HlsCaptionLanguageMappingFilterSensitiveLog: (obj: HlsCaptionLanguageMapping) => any;
2710
+
2711
+ export declare const HopDestinationFilterSensitiveLog: (obj: HopDestination) => any;
2712
+
2713
+ export declare const Id3InsertionFilterSensitiveLog: (obj: Id3Insertion) => any;
2714
+
2715
+ export declare const AudioSelectorGroupFilterSensitiveLog: (obj: AudioSelectorGroup) => any;
2716
+
2717
+ export declare const HlsRenditionGroupSettingsFilterSensitiveLog: (obj: HlsRenditionGroupSettings) => any;
2718
+
2719
+ export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
2720
+
2721
+ export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
2722
+
2723
+ export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
2724
+
2725
+ export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
2726
+
2727
+ export declare const CaptionSourceFramerateFilterSensitiveLog: (obj: CaptionSourceFramerate) => any;
2728
+
2729
+ export declare const FileSourceSettingsFilterSensitiveLog: (obj: FileSourceSettings) => any;
2730
+
2731
+ export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
2732
+
2733
+ export declare const TrackSourceSettingsFilterSensitiveLog: (obj: TrackSourceSettings) => any;
2734
+
2735
+ export declare const WebvttHlsSourceSettingsFilterSensitiveLog: (obj: WebvttHlsSourceSettings) => any;
2736
+
2737
+ export declare const CaptionSourceSettingsFilterSensitiveLog: (obj: CaptionSourceSettings) => any;
2738
+
2739
+ export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
2740
+
2741
+ export declare const RectangleFilterSensitiveLog: (obj: Rectangle) => any;
2742
+
2743
+ export declare const InputDecryptionSettingsFilterSensitiveLog: (obj: InputDecryptionSettings) => any;
2744
+
2745
+ export declare const InsertableImageFilterSensitiveLog: (obj: InsertableImage) => any;
2746
+
2747
+ export declare const ImageInserterFilterSensitiveLog: (obj: ImageInserter) => any;
2748
+
2749
+ export declare const InputClippingFilterSensitiveLog: (obj: InputClipping) => any;
2750
+
2751
+ export declare const InputVideoGeneratorFilterSensitiveLog: (obj: InputVideoGenerator) => any;
2752
+
2753
+ export declare const Hdr10MetadataFilterSensitiveLog: (obj: Hdr10Metadata) => any;
2754
+
2755
+ export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
2756
+
2757
+ export declare const InputFilterSensitiveLog: (obj: Input) => any;
2758
+
2759
+ export declare const InputTemplateFilterSensitiveLog: (obj: InputTemplate) => any;
2760
+
2761
+ export declare const AccelerationSettingsFilterSensitiveLog: (obj: AccelerationSettings) => any;
2762
+
2763
+ export declare const JobMessagesFilterSensitiveLog: (obj: JobMessages) => any;
2764
+
2765
+ export declare const VideoDetailFilterSensitiveLog: (obj: VideoDetail) => any;
2766
+
2767
+ export declare const OutputDetailFilterSensitiveLog: (obj: OutputDetail) => any;
2768
+
2769
+ export declare const OutputGroupDetailFilterSensitiveLog: (obj: OutputGroupDetail) => any;
2770
+
2771
+ export declare const QueueTransitionFilterSensitiveLog: (obj: QueueTransition) => any;
2772
+
2773
+ export declare const AvailBlankingFilterSensitiveLog: (obj: AvailBlanking) => any;
2774
+
2775
+ export declare const EsamManifestConfirmConditionNotificationFilterSensitiveLog: (obj: EsamManifestConfirmConditionNotification) => any;
2776
+
2777
+ export declare const EsamSignalProcessingNotificationFilterSensitiveLog: (obj: EsamSignalProcessingNotification) => any;
2778
+
2779
+ export declare const EsamSettingsFilterSensitiveLog: (obj: EsamSettings) => any;
2780
+
2781
+ export declare const ExtendedDataServicesFilterSensitiveLog: (obj: ExtendedDataServices) => any;
2782
+
2783
+ export declare const KantarWatermarkSettingsFilterSensitiveLog: (obj: KantarWatermarkSettings) => any;
2784
+
2785
+ export declare const MotionImageInsertionFramerateFilterSensitiveLog: (obj: MotionImageInsertionFramerate) => any;
2786
+
2787
+ export declare const MotionImageInsertionOffsetFilterSensitiveLog: (obj: MotionImageInsertionOffset) => any;
2788
+
2789
+ export declare const MotionImageInserterFilterSensitiveLog: (obj: MotionImageInserter) => any;
2790
+
2791
+ export declare const NielsenConfigurationFilterSensitiveLog: (obj: NielsenConfiguration) => any;
2792
+
2793
+ export declare const NielsenNonLinearWatermarkSettingsFilterSensitiveLog: (obj: NielsenNonLinearWatermarkSettings) => any;
2794
+
2795
+ export declare const AutomatedAbrSettingsFilterSensitiveLog: (obj: AutomatedAbrSettings) => any;
2796
+
2797
+ export declare const AutomatedEncodingSettingsFilterSensitiveLog: (obj: AutomatedEncodingSettings) => any;
2798
+
2799
+ export declare const S3DestinationAccessControlFilterSensitiveLog: (obj: S3DestinationAccessControl) => any;
2800
+
2801
+ export declare const S3EncryptionSettingsFilterSensitiveLog: (obj: S3EncryptionSettings) => any;
2802
+
2803
+ export declare const S3DestinationSettingsFilterSensitiveLog: (obj: S3DestinationSettings) => any;
2804
+
2805
+ export declare const DestinationSettingsFilterSensitiveLog: (obj: DestinationSettings) => any;
2806
+
2807
+ export declare const SpekeKeyProviderCmafFilterSensitiveLog: (obj: SpekeKeyProviderCmaf) => any;
2808
+
2809
+ export declare const StaticKeyProviderFilterSensitiveLog: (obj: StaticKeyProvider) => any;
2810
+
2811
+ export declare const CmafEncryptionSettingsFilterSensitiveLog: (obj: CmafEncryptionSettings) => any;
2812
+
2813
+ export declare const CmafImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: CmafImageBasedTrickPlaySettings) => any;
2814
+
2815
+ export declare const CmafGroupSettingsFilterSensitiveLog: (obj: CmafGroupSettings) => any;
2816
+
2817
+ export declare const SpekeKeyProviderFilterSensitiveLog: (obj: SpekeKeyProvider) => any;
2818
+
2819
+ export declare const DashIsoEncryptionSettingsFilterSensitiveLog: (obj: DashIsoEncryptionSettings) => any;
2820
+
2821
+ export declare const DashIsoImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: DashIsoImageBasedTrickPlaySettings) => any;
2822
+
2823
+ export declare const DashIsoGroupSettingsFilterSensitiveLog: (obj: DashIsoGroupSettings) => any;
2824
+
2825
+ export declare const FileGroupSettingsFilterSensitiveLog: (obj: FileGroupSettings) => any;
2826
+
2827
+ export declare const HlsEncryptionSettingsFilterSensitiveLog: (obj: HlsEncryptionSettings) => any;
2828
+
2829
+ export declare const HlsImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: HlsImageBasedTrickPlaySettings) => any;
2830
+
2831
+ export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
2832
+
2833
+ export declare const MsSmoothAdditionalManifestFilterSensitiveLog: (obj: MsSmoothAdditionalManifest) => any;
2834
+
2835
+ export declare const MsSmoothEncryptionSettingsFilterSensitiveLog: (obj: MsSmoothEncryptionSettings) => any;
2836
+
2837
+ export declare const MsSmoothGroupSettingsFilterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
2838
+
2839
+ export declare const OutputGroupSettingsFilterSensitiveLog: (obj: OutputGroupSettings) => any;
2840
+
2841
+ export declare const CmfcSettingsFilterSensitiveLog: (obj: CmfcSettings) => any;
2842
+
2843
+ export declare const F4vSettingsFilterSensitiveLog: (obj: F4vSettings) => any;
2844
+
2845
+ export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
2846
+
2847
+ export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
2848
+
2849
+ export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;