@aws-sdk/client-mediaconvert 3.130.0 → 3.141.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 (71) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AssociateCertificateCommand.js +2 -2
  4. package/dist-cjs/commands/CancelJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  6. package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePresetCommand.js +2 -2
  8. package/dist-cjs/commands/CreateQueueCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
  10. package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
  11. package/dist-cjs/commands/DeletePresetCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
  13. package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
  14. package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
  15. package/dist-cjs/commands/GetJobCommand.js +2 -2
  16. package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
  17. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  18. package/dist-cjs/commands/GetPresetCommand.js +2 -2
  19. package/dist-cjs/commands/GetQueueCommand.js +2 -2
  20. package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
  21. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  22. package/dist-cjs/commands/ListPresetsCommand.js +2 -2
  23. package/dist-cjs/commands/ListQueuesCommand.js +2 -2
  24. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  25. package/dist-cjs/commands/PutPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  27. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
  29. package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
  31. package/dist-cjs/models/models_0.js +442 -660
  32. package/dist-cjs/models/models_1.js +390 -582
  33. package/dist-cjs/models/models_2.js +89 -133
  34. package/dist-es/commands/AssociateCertificateCommand.js +3 -3
  35. package/dist-es/commands/CancelJobCommand.js +3 -3
  36. package/dist-es/commands/CreateJobCommand.js +3 -3
  37. package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
  38. package/dist-es/commands/CreatePresetCommand.js +3 -3
  39. package/dist-es/commands/CreateQueueCommand.js +3 -3
  40. package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
  41. package/dist-es/commands/DeletePolicyCommand.js +3 -3
  42. package/dist-es/commands/DeletePresetCommand.js +3 -3
  43. package/dist-es/commands/DeleteQueueCommand.js +3 -3
  44. package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
  45. package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
  46. package/dist-es/commands/GetJobCommand.js +3 -3
  47. package/dist-es/commands/GetJobTemplateCommand.js +3 -3
  48. package/dist-es/commands/GetPolicyCommand.js +3 -3
  49. package/dist-es/commands/GetPresetCommand.js +3 -3
  50. package/dist-es/commands/GetQueueCommand.js +3 -3
  51. package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
  52. package/dist-es/commands/ListJobsCommand.js +4 -4
  53. package/dist-es/commands/ListPresetsCommand.js +3 -3
  54. package/dist-es/commands/ListQueuesCommand.js +3 -3
  55. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  56. package/dist-es/commands/PutPolicyCommand.js +3 -3
  57. package/dist-es/commands/TagResourceCommand.js +3 -3
  58. package/dist-es/commands/UntagResourceCommand.js +3 -3
  59. package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
  60. package/dist-es/commands/UpdatePresetCommand.js +3 -3
  61. package/dist-es/commands/UpdateQueueCommand.js +3 -3
  62. package/dist-es/models/models_0.js +109 -436
  63. package/dist-es/models/models_1.js +96 -384
  64. package/dist-es/models/models_2.js +22 -88
  65. package/dist-types/models/models_0.d.ts +436 -654
  66. package/dist-types/models/models_1.d.ts +384 -576
  67. package/dist-types/models/models_2.d.ts +88 -132
  68. package/dist-types/ts3.4/models/models_0.d.ts +218 -436
  69. package/dist-types/ts3.4/models/models_1.d.ts +192 -384
  70. package/dist-types/ts3.4/models/models_2.d.ts +44 -88
  71. package/package.json +7 -7
@@ -26,12 +26,6 @@ export interface M2tsScte35Esam {
26
26
  */
27
27
  Scte35EsamPid?: number;
28
28
  }
29
- export declare namespace M2tsScte35Esam {
30
- /**
31
- * @internal
32
- */
33
- const filterSensitiveLog: (obj: M2tsScte35Esam) => any;
34
- }
35
29
  export declare enum M2tsScte35Source {
36
30
  NONE = "NONE",
37
31
  PASSTHROUGH = "PASSTHROUGH"
@@ -209,12 +203,6 @@ export interface M2tsSettings {
209
203
  */
210
204
  VideoPid?: number;
211
205
  }
212
- export declare namespace M2tsSettings {
213
- /**
214
- * @internal
215
- */
216
- const filterSensitiveLog: (obj: M2tsSettings) => any;
217
- }
218
206
  export declare enum M3u8AudioDuration {
219
207
  DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
220
208
  MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
@@ -320,12 +308,6 @@ export interface M3u8Settings {
320
308
  */
321
309
  VideoPid?: number;
322
310
  }
323
- export declare namespace M3u8Settings {
324
- /**
325
- * @internal
326
- */
327
- const filterSensitiveLog: (obj: M3u8Settings) => any;
328
- }
329
311
  export declare enum MovClapAtom {
330
312
  EXCLUDE = "EXCLUDE",
331
313
  INCLUDE = "INCLUDE"
@@ -371,12 +353,6 @@ export interface MovSettings {
371
353
  */
372
354
  Reference?: MovReference | string;
373
355
  }
374
- export declare namespace MovSettings {
375
- /**
376
- * @internal
377
- */
378
- const filterSensitiveLog: (obj: MovSettings) => any;
379
- }
380
356
  export declare enum Mp4CslgAtom {
381
357
  EXCLUDE = "EXCLUDE",
382
358
  INCLUDE = "INCLUDE"
@@ -418,12 +394,6 @@ export interface Mp4Settings {
418
394
  */
419
395
  Mp4MajorBrand?: string;
420
396
  }
421
- export declare namespace Mp4Settings {
422
- /**
423
- * @internal
424
- */
425
- const filterSensitiveLog: (obj: Mp4Settings) => any;
426
- }
427
397
  export declare enum MpdAccessibilityCaptionHints {
428
398
  EXCLUDE = "EXCLUDE",
429
399
  INCLUDE = "INCLUDE"
@@ -485,12 +455,6 @@ export interface MpdSettings {
485
455
  */
486
456
  TimedMetadata?: MpdTimedMetadata | string;
487
457
  }
488
- export declare namespace MpdSettings {
489
- /**
490
- * @internal
491
- */
492
- const filterSensitiveLog: (obj: MpdSettings) => any;
493
- }
494
458
  export declare enum MxfAfdSignaling {
495
459
  COPY_FROM_VIDEO = "COPY_FROM_VIDEO",
496
460
  NO_COPY = "NO_COPY"
@@ -518,12 +482,6 @@ export interface MxfXavcProfileSettings {
518
482
  */
519
483
  MaxAncDataSize?: number;
520
484
  }
521
- export declare namespace MxfXavcProfileSettings {
522
- /**
523
- * @internal
524
- */
525
- const filterSensitiveLog: (obj: MxfXavcProfileSettings) => any;
526
- }
527
485
  /**
528
486
  * These settings relate to your MXF output container.
529
487
  */
@@ -541,12 +499,6 @@ export interface MxfSettings {
541
499
  */
542
500
  XavcProfileSettings?: MxfXavcProfileSettings;
543
501
  }
544
- export declare namespace MxfSettings {
545
- /**
546
- * @internal
547
- */
548
- const filterSensitiveLog: (obj: MxfSettings) => any;
549
- }
550
502
  /**
551
503
  * Container specific settings.
552
504
  */
@@ -588,12 +540,6 @@ export interface ContainerSettings {
588
540
  */
589
541
  MxfSettings?: MxfSettings;
590
542
  }
591
- export declare namespace ContainerSettings {
592
- /**
593
- * @internal
594
- */
595
- const filterSensitiveLog: (obj: ContainerSettings) => any;
596
- }
597
543
  export declare enum HlsAudioOnlyContainer {
598
544
  AUTOMATIC = "AUTOMATIC",
599
545
  M2TS = "M2TS"
@@ -645,12 +591,6 @@ export interface HlsSettings {
645
591
  */
646
592
  SegmentModifier?: string;
647
593
  }
648
- export declare namespace HlsSettings {
649
- /**
650
- * @internal
651
- */
652
- const filterSensitiveLog: (obj: HlsSettings) => any;
653
- }
654
594
  /**
655
595
  * Specific settings for this type of output.
656
596
  */
@@ -660,12 +600,6 @@ export interface OutputSettings {
660
600
  */
661
601
  HlsSettings?: HlsSettings;
662
602
  }
663
- export declare namespace OutputSettings {
664
- /**
665
- * @internal
666
- */
667
- const filterSensitiveLog: (obj: OutputSettings) => any;
668
- }
669
603
  export declare enum AfdSignaling {
670
604
  AUTO = "AUTO",
671
605
  FIXED = "FIXED",
@@ -709,12 +643,6 @@ export interface Av1QvbrSettings {
709
643
  */
710
644
  QvbrQualityLevelFineTune?: number;
711
645
  }
712
- export declare namespace Av1QvbrSettings {
713
- /**
714
- * @internal
715
- */
716
- const filterSensitiveLog: (obj: Av1QvbrSettings) => any;
717
- }
718
646
  export declare enum Av1RateControlMode {
719
647
  QVBR = "QVBR"
720
648
  }
@@ -779,12 +707,6 @@ export interface Av1Settings {
779
707
  */
780
708
  SpatialAdaptiveQuantization?: Av1SpatialAdaptiveQuantization | string;
781
709
  }
782
- export declare namespace Av1Settings {
783
- /**
784
- * @internal
785
- */
786
- const filterSensitiveLog: (obj: Av1Settings) => any;
787
- }
788
710
  export declare enum AvcIntraClass {
789
711
  CLASS_100 = "CLASS_100",
790
712
  CLASS_200 = "CLASS_200",
@@ -804,12 +726,6 @@ export interface AvcIntraUhdSettings {
804
726
  */
805
727
  QualityTuningLevel?: AvcIntraUhdQualityTuningLevel | string;
806
728
  }
807
- export declare namespace AvcIntraUhdSettings {
808
- /**
809
- * @internal
810
- */
811
- const filterSensitiveLog: (obj: AvcIntraUhdSettings) => any;
812
- }
813
729
  export declare enum AvcIntraFramerateControl {
814
730
  INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
815
731
  SPECIFIED = "SPECIFIED"
@@ -883,12 +799,6 @@ export interface AvcIntraSettings {
883
799
  */
884
800
  Telecine?: AvcIntraTelecine | string;
885
801
  }
886
- export declare namespace AvcIntraSettings {
887
- /**
888
- * @internal
889
- */
890
- const filterSensitiveLog: (obj: AvcIntraSettings) => any;
891
- }
892
802
  export declare enum VideoCodec {
893
803
  AV1 = "AV1",
894
804
  AVC_INTRA = "AVC_INTRA",
@@ -923,12 +833,6 @@ export interface FrameCaptureSettings {
923
833
  */
924
834
  Quality?: number;
925
835
  }
926
- export declare namespace FrameCaptureSettings {
927
- /**
928
- * @internal
929
- */
930
- const filterSensitiveLog: (obj: FrameCaptureSettings) => any;
931
- }
932
836
  export declare enum H264AdaptiveQuantization {
933
837
  AUTO = "AUTO",
934
838
  HIGH = "HIGH",
@@ -1033,12 +937,6 @@ export interface H264QvbrSettings {
1033
937
  */
1034
938
  QvbrQualityLevelFineTune?: number;
1035
939
  }
1036
- export declare namespace H264QvbrSettings {
1037
- /**
1038
- * @internal
1039
- */
1040
- const filterSensitiveLog: (obj: H264QvbrSettings) => any;
1041
- }
1042
940
  export declare enum H264RateControlMode {
1043
941
  CBR = "CBR",
1044
942
  QVBR = "QVBR",
@@ -1247,12 +1145,6 @@ export interface H264Settings {
1247
1145
  */
1248
1146
  UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode | string;
1249
1147
  }
1250
- export declare namespace H264Settings {
1251
- /**
1252
- * @internal
1253
- */
1254
- const filterSensitiveLog: (obj: H264Settings) => any;
1255
- }
1256
1148
  export declare enum H265AdaptiveQuantization {
1257
1149
  AUTO = "AUTO",
1258
1150
  HIGH = "HIGH",
@@ -1351,12 +1243,6 @@ export interface H265QvbrSettings {
1351
1243
  */
1352
1244
  QvbrQualityLevelFineTune?: number;
1353
1245
  }
1354
- export declare namespace H265QvbrSettings {
1355
- /**
1356
- * @internal
1357
- */
1358
- const filterSensitiveLog: (obj: H265QvbrSettings) => any;
1359
- }
1360
1246
  export declare enum H265RateControlMode {
1361
1247
  CBR = "CBR",
1362
1248
  QVBR = "QVBR",
@@ -1574,12 +1460,6 @@ export interface H265Settings {
1574
1460
  */
1575
1461
  WriteMp4PackagingType?: H265WriteMp4PackagingType | string;
1576
1462
  }
1577
- export declare namespace H265Settings {
1578
- /**
1579
- * @internal
1580
- */
1581
- const filterSensitiveLog: (obj: H265Settings) => any;
1582
- }
1583
1463
  export declare enum Mpeg2AdaptiveQuantization {
1584
1464
  HIGH = "HIGH",
1585
1465
  LOW = "LOW",
@@ -1802,12 +1682,6 @@ export interface Mpeg2Settings {
1802
1682
  */
1803
1683
  TemporalAdaptiveQuantization?: Mpeg2TemporalAdaptiveQuantization | string;
1804
1684
  }
1805
- export declare namespace Mpeg2Settings {
1806
- /**
1807
- * @internal
1808
- */
1809
- const filterSensitiveLog: (obj: Mpeg2Settings) => any;
1810
- }
1811
1685
  export declare enum ProresChromaSampling {
1812
1686
  PRESERVE_444_SAMPLING = "PRESERVE_444_SAMPLING",
1813
1687
  SUBSAMPLE_TO_422 = "SUBSAMPLE_TO_422"
@@ -1909,12 +1783,6 @@ export interface ProresSettings {
1909
1783
  */
1910
1784
  Telecine?: ProresTelecine | string;
1911
1785
  }
1912
- export declare namespace ProresSettings {
1913
- /**
1914
- * @internal
1915
- */
1916
- const filterSensitiveLog: (obj: ProresSettings) => any;
1917
- }
1918
1786
  export declare enum Vc3FramerateControl {
1919
1787
  INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
1920
1788
  SPECIFIED = "SPECIFIED"
@@ -1986,12 +1854,6 @@ export interface Vc3Settings {
1986
1854
  */
1987
1855
  Vc3Class?: Vc3Class | string;
1988
1856
  }
1989
- export declare namespace Vc3Settings {
1990
- /**
1991
- * @internal
1992
- */
1993
- const filterSensitiveLog: (obj: Vc3Settings) => any;
1994
- }
1995
1857
  export declare enum Vp8FramerateControl {
1996
1858
  INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
1997
1859
  SPECIFIED = "SPECIFIED"
@@ -2069,12 +1931,6 @@ export interface Vp8Settings {
2069
1931
  */
2070
1932
  RateControlMode?: Vp8RateControlMode | string;
2071
1933
  }
2072
- export declare namespace Vp8Settings {
2073
- /**
2074
- * @internal
2075
- */
2076
- const filterSensitiveLog: (obj: Vp8Settings) => any;
2077
- }
2078
1934
  export declare enum Vp9FramerateControl {
2079
1935
  INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
2080
1936
  SPECIFIED = "SPECIFIED"
@@ -2152,12 +2008,6 @@ export interface Vp9Settings {
2152
2008
  */
2153
2009
  RateControlMode?: Vp9RateControlMode | string;
2154
2010
  }
2155
- export declare namespace Vp9Settings {
2156
- /**
2157
- * @internal
2158
- */
2159
- const filterSensitiveLog: (obj: Vp9Settings) => any;
2160
- }
2161
2011
  export declare enum XavcAdaptiveQuantization {
2162
2012
  AUTO = "AUTO",
2163
2013
  HIGH = "HIGH",
@@ -2214,12 +2064,6 @@ export interface Xavc4kIntraCbgProfileSettings {
2214
2064
  */
2215
2065
  XavcClass?: Xavc4kIntraCbgProfileClass | string;
2216
2066
  }
2217
- export declare namespace Xavc4kIntraCbgProfileSettings {
2218
- /**
2219
- * @internal
2220
- */
2221
- const filterSensitiveLog: (obj: Xavc4kIntraCbgProfileSettings) => any;
2222
- }
2223
2067
  export declare enum Xavc4kIntraVbrProfileClass {
2224
2068
  CLASS_100 = "CLASS_100",
2225
2069
  CLASS_300 = "CLASS_300",
@@ -2234,12 +2078,6 @@ export interface Xavc4kIntraVbrProfileSettings {
2234
2078
  */
2235
2079
  XavcClass?: Xavc4kIntraVbrProfileClass | string;
2236
2080
  }
2237
- export declare namespace Xavc4kIntraVbrProfileSettings {
2238
- /**
2239
- * @internal
2240
- */
2241
- const filterSensitiveLog: (obj: Xavc4kIntraVbrProfileSettings) => any;
2242
- }
2243
2081
  export declare enum Xavc4kProfileBitrateClass {
2244
2082
  BITRATE_CLASS_100 = "BITRATE_CLASS_100",
2245
2083
  BITRATE_CLASS_140 = "BITRATE_CLASS_140",
@@ -2299,12 +2137,6 @@ export interface Xavc4kProfileSettings {
2299
2137
  */
2300
2138
  Slices?: number;
2301
2139
  }
2302
- export declare namespace Xavc4kProfileSettings {
2303
- /**
2304
- * @internal
2305
- */
2306
- const filterSensitiveLog: (obj: Xavc4kProfileSettings) => any;
2307
- }
2308
2140
  export declare enum XavcHdIntraCbgProfileClass {
2309
2141
  CLASS_100 = "CLASS_100",
2310
2142
  CLASS_200 = "CLASS_200",
@@ -2319,12 +2151,6 @@ export interface XavcHdIntraCbgProfileSettings {
2319
2151
  */
2320
2152
  XavcClass?: XavcHdIntraCbgProfileClass | string;
2321
2153
  }
2322
- export declare namespace XavcHdIntraCbgProfileSettings {
2323
- /**
2324
- * @internal
2325
- */
2326
- const filterSensitiveLog: (obj: XavcHdIntraCbgProfileSettings) => any;
2327
- }
2328
2154
  export declare enum XavcHdProfileBitrateClass {
2329
2155
  BITRATE_CLASS_25 = "BITRATE_CLASS_25",
2330
2156
  BITRATE_CLASS_35 = "BITRATE_CLASS_35",
@@ -2387,12 +2213,6 @@ export interface XavcHdProfileSettings {
2387
2213
  */
2388
2214
  Telecine?: XavcHdProfileTelecine | string;
2389
2215
  }
2390
- export declare namespace XavcHdProfileSettings {
2391
- /**
2392
- * @internal
2393
- */
2394
- const filterSensitiveLog: (obj: XavcHdProfileSettings) => any;
2395
- }
2396
2216
  /**
2397
2217
  * Required when you set (Codec) under (VideoDescription)>(CodecSettings) to the value XAVC.
2398
2218
  */
@@ -2462,12 +2282,6 @@ export interface XavcSettings {
2462
2282
  */
2463
2283
  XavcHdProfileSettings?: XavcHdProfileSettings;
2464
2284
  }
2465
- export declare namespace XavcSettings {
2466
- /**
2467
- * @internal
2468
- */
2469
- const filterSensitiveLog: (obj: XavcSettings) => any;
2470
- }
2471
2285
  /**
2472
2286
  * Video codec settings, (CodecSettings) under (VideoDescription), contains the group of settings related to video encoding. The settings in this group vary depending on the value that you choose for Video codec (Codec). For each codec enum that you choose, define the corresponding settings object. The following lists the codec enum, settings object pairs. * AV1, Av1Settings * AVC_INTRA, AvcIntraSettings * FRAME_CAPTURE, FrameCaptureSettings * H_264, H264Settings * H_265, H265Settings * MPEG2, Mpeg2Settings * PRORES, ProresSettings * VC3, Vc3Settings * VP8, Vp8Settings * VP9, Vp9Settings * XAVC, XavcSettings
2473
2287
  */
@@ -2521,12 +2335,6 @@ export interface VideoCodecSettings {
2521
2335
  */
2522
2336
  XavcSettings?: XavcSettings;
2523
2337
  }
2524
- export declare namespace VideoCodecSettings {
2525
- /**
2526
- * @internal
2527
- */
2528
- const filterSensitiveLog: (obj: VideoCodecSettings) => any;
2529
- }
2530
2338
  export declare enum ColorMetadata {
2531
2339
  IGNORE = "IGNORE",
2532
2340
  INSERT = "INSERT"
@@ -2592,12 +2400,6 @@ export interface ColorCorrector {
2592
2400
  */
2593
2401
  Saturation?: number;
2594
2402
  }
2595
- export declare namespace ColorCorrector {
2596
- /**
2597
- * @internal
2598
- */
2599
- const filterSensitiveLog: (obj: ColorCorrector) => any;
2600
- }
2601
2403
  export declare enum DeinterlaceAlgorithm {
2602
2404
  BLEND = "BLEND",
2603
2405
  BLEND_TICKER = "BLEND_TICKER",
@@ -2630,12 +2432,6 @@ export interface Deinterlacer {
2630
2432
  */
2631
2433
  Mode?: DeinterlacerMode | string;
2632
2434
  }
2633
- export declare namespace Deinterlacer {
2634
- /**
2635
- * @internal
2636
- */
2637
- const filterSensitiveLog: (obj: Deinterlacer) => any;
2638
- }
2639
2435
  /**
2640
2436
  * Use these settings when you set DolbyVisionLevel6Mode to SPECIFY to override the MaxCLL and MaxFALL values in your input with new values.
2641
2437
  */
@@ -2649,12 +2445,6 @@ export interface DolbyVisionLevel6Metadata {
2649
2445
  */
2650
2446
  MaxFall?: number;
2651
2447
  }
2652
- export declare namespace DolbyVisionLevel6Metadata {
2653
- /**
2654
- * @internal
2655
- */
2656
- const filterSensitiveLog: (obj: DolbyVisionLevel6Metadata) => any;
2657
- }
2658
2448
  export declare enum DolbyVisionLevel6Mode {
2659
2449
  PASSTHROUGH = "PASSTHROUGH",
2660
2450
  RECALCULATE = "RECALCULATE",
@@ -2689,12 +2479,6 @@ export interface DolbyVision {
2689
2479
  */
2690
2480
  Profile?: DolbyVisionProfile | string;
2691
2481
  }
2692
- export declare namespace DolbyVision {
2693
- /**
2694
- * @internal
2695
- */
2696
- const filterSensitiveLog: (obj: DolbyVision) => any;
2697
- }
2698
2482
  /**
2699
2483
  * Setting for HDR10+ metadata insertion
2700
2484
  */
@@ -2708,12 +2492,6 @@ export interface Hdr10Plus {
2708
2492
  */
2709
2493
  TargetMonitorNits?: number;
2710
2494
  }
2711
- export declare namespace Hdr10Plus {
2712
- /**
2713
- * @internal
2714
- */
2715
- const filterSensitiveLog: (obj: Hdr10Plus) => any;
2716
- }
2717
2495
  export declare enum NoiseReducerFilter {
2718
2496
  BILATERAL = "BILATERAL",
2719
2497
  CONSERVE = "CONSERVE",
@@ -2733,12 +2511,6 @@ export interface NoiseReducerFilterSettings {
2733
2511
  */
2734
2512
  Strength?: number;
2735
2513
  }
2736
- export declare namespace NoiseReducerFilterSettings {
2737
- /**
2738
- * @internal
2739
- */
2740
- const filterSensitiveLog: (obj: NoiseReducerFilterSettings) => any;
2741
- }
2742
2514
  /**
2743
2515
  * Noise reducer filter settings for spatial filter.
2744
2516
  */
@@ -2756,12 +2528,6 @@ export interface NoiseReducerSpatialFilterSettings {
2756
2528
  */
2757
2529
  Strength?: number;
2758
2530
  }
2759
- export declare namespace NoiseReducerSpatialFilterSettings {
2760
- /**
2761
- * @internal
2762
- */
2763
- const filterSensitiveLog: (obj: NoiseReducerSpatialFilterSettings) => any;
2764
- }
2765
2531
  export declare enum NoiseFilterPostTemporalSharpening {
2766
2532
  AUTO = "AUTO",
2767
2533
  DISABLED = "DISABLED",
@@ -2797,12 +2563,6 @@ export interface NoiseReducerTemporalFilterSettings {
2797
2563
  */
2798
2564
  Strength?: number;
2799
2565
  }
2800
- export declare namespace NoiseReducerTemporalFilterSettings {
2801
- /**
2802
- * @internal
2803
- */
2804
- const filterSensitiveLog: (obj: NoiseReducerTemporalFilterSettings) => any;
2805
- }
2806
2566
  /**
2807
2567
  * Enable the Noise reducer (NoiseReducer) feature to remove noise from your video output if necessary. Enable or disable this feature for each output individually. This setting is disabled by default. When you enable Noise reducer (NoiseReducer), you must also select a value for Noise reducer filter (NoiseReducerFilter).
2808
2568
  */
@@ -2824,12 +2584,6 @@ export interface NoiseReducer {
2824
2584
  */
2825
2585
  TemporalFilterSettings?: NoiseReducerTemporalFilterSettings;
2826
2586
  }
2827
- export declare namespace NoiseReducer {
2828
- /**
2829
- * @internal
2830
- */
2831
- const filterSensitiveLog: (obj: NoiseReducer) => any;
2832
- }
2833
2587
  export declare enum WatermarkingStrength {
2834
2588
  DEFAULT = "DEFAULT",
2835
2589
  LIGHTER = "LIGHTER",
@@ -2858,12 +2612,6 @@ export interface NexGuardFileMarkerSettings {
2858
2612
  */
2859
2613
  Strength?: WatermarkingStrength | string;
2860
2614
  }
2861
- export declare namespace NexGuardFileMarkerSettings {
2862
- /**
2863
- * @internal
2864
- */
2865
- const filterSensitiveLog: (obj: NexGuardFileMarkerSettings) => any;
2866
- }
2867
2615
  /**
2868
2616
  * If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.
2869
2617
  */
@@ -2873,12 +2621,6 @@ export interface PartnerWatermarking {
2873
2621
  */
2874
2622
  NexguardFileMarkerSettings?: NexGuardFileMarkerSettings;
2875
2623
  }
2876
- export declare namespace PartnerWatermarking {
2877
- /**
2878
- * @internal
2879
- */
2880
- const filterSensitiveLog: (obj: PartnerWatermarking) => any;
2881
- }
2882
2624
  export declare enum TimecodeBurninPosition {
2883
2625
  BOTTOM_CENTER = "BOTTOM_CENTER",
2884
2626
  BOTTOM_LEFT = "BOTTOM_LEFT",
@@ -2907,12 +2649,6 @@ export interface TimecodeBurnin {
2907
2649
  */
2908
2650
  Prefix?: string;
2909
2651
  }
2910
- export declare namespace TimecodeBurnin {
2911
- /**
2912
- * @internal
2913
- */
2914
- const filterSensitiveLog: (obj: TimecodeBurnin) => any;
2915
- }
2916
2652
  /**
2917
2653
  * Find additional transcoding features under Preprocessors (VideoPreprocessors). Enable the features at each output individually. These features are disabled by default.
2918
2654
  */
@@ -2950,12 +2686,6 @@ export interface VideoPreprocessor {
2950
2686
  */
2951
2687
  TimecodeBurnin?: TimecodeBurnin;
2952
2688
  }
2953
- export declare namespace VideoPreprocessor {
2954
- /**
2955
- * @internal
2956
- */
2957
- const filterSensitiveLog: (obj: VideoPreprocessor) => any;
2958
- }
2959
2689
  /**
2960
2690
  * Settings related to video encoding of your output. The specific video settings depend on the video codec that you choose. When you work directly in your JSON job specification, include one instance of Video description (VideoDescription) per output.
2961
2691
  */
@@ -3021,12 +2751,6 @@ export interface VideoDescription {
3021
2751
  */
3022
2752
  Width?: number;
3023
2753
  }
3024
- export declare namespace VideoDescription {
3025
- /**
3026
- * @internal
3027
- */
3028
- const filterSensitiveLog: (obj: VideoDescription) => any;
3029
- }
3030
2754
  /**
3031
2755
  * Each output in your job is a collection of settings that describes how you want MediaConvert to encode a single output file or stream. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/create-outputs.html.
3032
2756
  */
@@ -3064,12 +2788,6 @@ export interface Output {
3064
2788
  */
3065
2789
  VideoDescription?: VideoDescription;
3066
2790
  }
3067
- export declare namespace Output {
3068
- /**
3069
- * @internal
3070
- */
3071
- const filterSensitiveLog: (obj: Output) => any;
3072
- }
3073
2791
  /**
3074
2792
  * Group of outputs
3075
2793
  */
@@ -3095,12 +2813,6 @@ export interface OutputGroup {
3095
2813
  */
3096
2814
  Outputs?: Output[];
3097
2815
  }
3098
- export declare namespace OutputGroup {
3099
- /**
3100
- * @internal
3101
- */
3102
- const filterSensitiveLog: (obj: OutputGroup) => any;
3103
- }
3104
2816
  export declare enum TimecodeSource {
3105
2817
  EMBEDDED = "EMBEDDED",
3106
2818
  SPECIFIEDSTART = "SPECIFIEDSTART",
@@ -3127,12 +2839,6 @@ export interface TimecodeConfig {
3127
2839
  */
3128
2840
  TimestampOffset?: string;
3129
2841
  }
3130
- export declare namespace TimecodeConfig {
3131
- /**
3132
- * @internal
3133
- */
3134
- const filterSensitiveLog: (obj: TimecodeConfig) => any;
3135
- }
3136
2842
  /**
3137
2843
  * Insert user-defined custom ID3 metadata (id3) at timecodes (timecode) that you specify. In each output that you want to include this metadata, you must set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
3138
2844
  */
@@ -3142,12 +2848,6 @@ export interface TimedMetadataInsertion {
3142
2848
  */
3143
2849
  Id3Insertions?: Id3Insertion[];
3144
2850
  }
3145
- export declare namespace TimedMetadataInsertion {
3146
- /**
3147
- * @internal
3148
- */
3149
- const filterSensitiveLog: (obj: TimedMetadataInsertion) => any;
3150
- }
3151
2851
  /**
3152
2852
  * JobSettings contains all the transcode settings for a job.
3153
2853
  */
@@ -3201,12 +2901,6 @@ export interface JobSettings {
3201
2901
  */
3202
2902
  TimedMetadataInsertion?: TimedMetadataInsertion;
3203
2903
  }
3204
- export declare namespace JobSettings {
3205
- /**
3206
- * @internal
3207
- */
3208
- const filterSensitiveLog: (obj: JobSettings) => any;
3209
- }
3210
2904
  export declare enum SimulateReservedQueue {
3211
2905
  DISABLED = "DISABLED",
3212
2906
  ENABLED = "ENABLED"
@@ -3252,12 +2946,6 @@ export interface Timing {
3252
2946
  */
3253
2947
  SubmitTime?: Date;
3254
2948
  }
3255
- export declare namespace Timing {
3256
- /**
3257
- * @internal
3258
- */
3259
- const filterSensitiveLog: (obj: Timing) => any;
3260
- }
3261
2949
  /**
3262
2950
  * Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
3263
2951
  */
@@ -3363,12 +3051,6 @@ export interface Job {
3363
3051
  */
3364
3052
  UserMetadata?: Record<string, string>;
3365
3053
  }
3366
- export declare namespace Job {
3367
- /**
3368
- * @internal
3369
- */
3370
- const filterSensitiveLog: (obj: Job) => any;
3371
- }
3372
3054
  /**
3373
3055
  * JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
3374
3056
  */
@@ -3422,12 +3104,6 @@ export interface JobTemplateSettings {
3422
3104
  */
3423
3105
  TimedMetadataInsertion?: TimedMetadataInsertion;
3424
3106
  }
3425
- export declare namespace JobTemplateSettings {
3426
- /**
3427
- * @internal
3428
- */
3429
- const filterSensitiveLog: (obj: JobTemplateSettings) => any;
3430
- }
3431
3107
  export declare enum Type {
3432
3108
  CUSTOM = "CUSTOM",
3433
3109
  SYSTEM = "SYSTEM"
@@ -3489,12 +3165,6 @@ export interface JobTemplate {
3489
3165
  */
3490
3166
  Type?: Type | string;
3491
3167
  }
3492
- export declare namespace JobTemplate {
3493
- /**
3494
- * @internal
3495
- */
3496
- const filterSensitiveLog: (obj: JobTemplate) => any;
3497
- }
3498
3168
  /**
3499
3169
  * Settings for preset
3500
3170
  */
@@ -3516,12 +3186,6 @@ export interface PresetSettings {
3516
3186
  */
3517
3187
  VideoDescription?: VideoDescription;
3518
3188
  }
3519
- export declare namespace PresetSettings {
3520
- /**
3521
- * @internal
3522
- */
3523
- const filterSensitiveLog: (obj: PresetSettings) => any;
3524
- }
3525
3189
  /**
3526
3190
  * A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
3527
3191
  */
@@ -3559,12 +3223,6 @@ export interface Preset {
3559
3223
  */
3560
3224
  Type?: Type | string;
3561
3225
  }
3562
- export declare namespace Preset {
3563
- /**
3564
- * @internal
3565
- */
3566
- const filterSensitiveLog: (obj: Preset) => any;
3567
- }
3568
3226
  export declare enum PricingPlan {
3569
3227
  ON_DEMAND = "ON_DEMAND",
3570
3228
  RESERVED = "RESERVED"
@@ -3609,12 +3267,6 @@ export interface ReservationPlan {
3609
3267
  */
3610
3268
  Status?: ReservationPlanStatus | string;
3611
3269
  }
3612
- export declare namespace ReservationPlan {
3613
- /**
3614
- * @internal
3615
- */
3616
- const filterSensitiveLog: (obj: ReservationPlan) => any;
3617
- }
3618
3270
  export declare enum QueueStatus {
3619
3271
  ACTIVE = "ACTIVE",
3620
3272
  PAUSED = "PAUSED"
@@ -3668,32 +3320,14 @@ export interface Queue {
3668
3320
  */
3669
3321
  Type?: Type | string;
3670
3322
  }
3671
- export declare namespace Queue {
3672
- /**
3673
- * @internal
3674
- */
3675
- const filterSensitiveLog: (obj: Queue) => any;
3676
- }
3677
3323
  export interface AssociateCertificateRequest {
3678
3324
  /**
3679
3325
  * The ARN of the ACM certificate that you want to associate with your MediaConvert resource.
3680
3326
  */
3681
3327
  Arn: string | undefined;
3682
3328
  }
3683
- export declare namespace AssociateCertificateRequest {
3684
- /**
3685
- * @internal
3686
- */
3687
- const filterSensitiveLog: (obj: AssociateCertificateRequest) => any;
3688
- }
3689
3329
  export interface AssociateCertificateResponse {
3690
3330
  }
3691
- export declare namespace AssociateCertificateResponse {
3692
- /**
3693
- * @internal
3694
- */
3695
- const filterSensitiveLog: (obj: AssociateCertificateResponse) => any;
3696
- }
3697
3331
  /**
3698
3332
  * The service can't process your request because of a problem in the request. Please check your request form and syntax.
3699
3333
  */
@@ -3772,20 +3406,8 @@ export interface CancelJobRequest {
3772
3406
  */
3773
3407
  Id: string | undefined;
3774
3408
  }
3775
- export declare namespace CancelJobRequest {
3776
- /**
3777
- * @internal
3778
- */
3779
- const filterSensitiveLog: (obj: CancelJobRequest) => any;
3780
- }
3781
3409
  export interface CancelJobResponse {
3782
3410
  }
3783
- export declare namespace CancelJobResponse {
3784
- /**
3785
- * @internal
3786
- */
3787
- const filterSensitiveLog: (obj: CancelJobResponse) => any;
3788
- }
3789
3411
  export interface CreateJobRequest {
3790
3412
  /**
3791
3413
  * Optional. Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
@@ -3840,24 +3462,12 @@ export interface CreateJobRequest {
3840
3462
  */
3841
3463
  UserMetadata?: Record<string, string>;
3842
3464
  }
3843
- export declare namespace CreateJobRequest {
3844
- /**
3845
- * @internal
3846
- */
3847
- const filterSensitiveLog: (obj: CreateJobRequest) => any;
3848
- }
3849
3465
  export interface CreateJobResponse {
3850
3466
  /**
3851
3467
  * Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
3852
3468
  */
3853
3469
  Job?: Job;
3854
3470
  }
3855
- export declare namespace CreateJobResponse {
3856
- /**
3857
- * @internal
3858
- */
3859
- const filterSensitiveLog: (obj: CreateJobResponse) => any;
3860
- }
3861
3471
  export interface CreateJobTemplateRequest {
3862
3472
  /**
3863
3473
  * Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
@@ -3900,24 +3510,12 @@ export interface CreateJobTemplateRequest {
3900
3510
  */
3901
3511
  Tags?: Record<string, string>;
3902
3512
  }
3903
- export declare namespace CreateJobTemplateRequest {
3904
- /**
3905
- * @internal
3906
- */
3907
- const filterSensitiveLog: (obj: CreateJobTemplateRequest) => any;
3908
- }
3909
3513
  export interface CreateJobTemplateResponse {
3910
3514
  /**
3911
3515
  * A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
3912
3516
  */
3913
3517
  JobTemplate?: JobTemplate;
3914
3518
  }
3915
- export declare namespace CreateJobTemplateResponse {
3916
- /**
3917
- * @internal
3918
- */
3919
- const filterSensitiveLog: (obj: CreateJobTemplateResponse) => any;
3920
- }
3921
3519
  export interface CreatePresetRequest {
3922
3520
  /**
3923
3521
  * Optional. A category for the preset you are creating.
@@ -3940,24 +3538,12 @@ export interface CreatePresetRequest {
3940
3538
  */
3941
3539
  Tags?: Record<string, string>;
3942
3540
  }
3943
- export declare namespace CreatePresetRequest {
3944
- /**
3945
- * @internal
3946
- */
3947
- const filterSensitiveLog: (obj: CreatePresetRequest) => any;
3948
- }
3949
3541
  export interface CreatePresetResponse {
3950
3542
  /**
3951
3543
  * A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
3952
3544
  */
3953
3545
  Preset?: Preset;
3954
3546
  }
3955
- export declare namespace CreatePresetResponse {
3956
- /**
3957
- * @internal
3958
- */
3959
- const filterSensitiveLog: (obj: CreatePresetResponse) => any;
3960
- }
3961
3547
  /**
3962
3548
  * Details about the pricing plan for your reserved queue. Required for reserved queues and not applicable to on-demand queues.
3963
3549
  */
@@ -3975,12 +3561,6 @@ export interface ReservationPlanSettings {
3975
3561
  */
3976
3562
  ReservedSlots: number | undefined;
3977
3563
  }
3978
- export declare namespace ReservationPlanSettings {
3979
- /**
3980
- * @internal
3981
- */
3982
- const filterSensitiveLog: (obj: ReservationPlanSettings) => any;
3983
- }
3984
3564
  export interface CreateQueueRequest {
3985
3565
  /**
3986
3566
  * Optional. A description of the queue that you are creating.
@@ -4007,100 +3587,40 @@ export interface CreateQueueRequest {
4007
3587
  */
4008
3588
  Tags?: Record<string, string>;
4009
3589
  }
4010
- export declare namespace CreateQueueRequest {
4011
- /**
4012
- * @internal
4013
- */
4014
- const filterSensitiveLog: (obj: CreateQueueRequest) => any;
4015
- }
4016
3590
  export interface CreateQueueResponse {
4017
3591
  /**
4018
3592
  * You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
4019
3593
  */
4020
3594
  Queue?: Queue;
4021
3595
  }
4022
- export declare namespace CreateQueueResponse {
4023
- /**
4024
- * @internal
4025
- */
4026
- const filterSensitiveLog: (obj: CreateQueueResponse) => any;
4027
- }
4028
3596
  export interface DeleteJobTemplateRequest {
4029
3597
  /**
4030
3598
  * The name of the job template to be deleted.
4031
3599
  */
4032
3600
  Name: string | undefined;
4033
3601
  }
4034
- export declare namespace DeleteJobTemplateRequest {
4035
- /**
4036
- * @internal
4037
- */
4038
- const filterSensitiveLog: (obj: DeleteJobTemplateRequest) => any;
4039
- }
4040
3602
  export interface DeleteJobTemplateResponse {
4041
3603
  }
4042
- export declare namespace DeleteJobTemplateResponse {
4043
- /**
4044
- * @internal
4045
- */
4046
- const filterSensitiveLog: (obj: DeleteJobTemplateResponse) => any;
4047
- }
4048
3604
  export interface DeletePolicyRequest {
4049
3605
  }
4050
- export declare namespace DeletePolicyRequest {
4051
- /**
4052
- * @internal
4053
- */
4054
- const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
4055
- }
4056
3606
  export interface DeletePolicyResponse {
4057
3607
  }
4058
- export declare namespace DeletePolicyResponse {
4059
- /**
4060
- * @internal
4061
- */
4062
- const filterSensitiveLog: (obj: DeletePolicyResponse) => any;
4063
- }
4064
3608
  export interface DeletePresetRequest {
4065
3609
  /**
4066
3610
  * The name of the preset to be deleted.
4067
3611
  */
4068
3612
  Name: string | undefined;
4069
3613
  }
4070
- export declare namespace DeletePresetRequest {
4071
- /**
4072
- * @internal
4073
- */
4074
- const filterSensitiveLog: (obj: DeletePresetRequest) => any;
4075
- }
4076
3614
  export interface DeletePresetResponse {
4077
3615
  }
4078
- export declare namespace DeletePresetResponse {
4079
- /**
4080
- * @internal
4081
- */
4082
- const filterSensitiveLog: (obj: DeletePresetResponse) => any;
4083
- }
4084
3616
  export interface DeleteQueueRequest {
4085
3617
  /**
4086
3618
  * The name of the queue that you want to delete.
4087
3619
  */
4088
3620
  Name: string | undefined;
4089
3621
  }
4090
- export declare namespace DeleteQueueRequest {
4091
- /**
4092
- * @internal
4093
- */
4094
- const filterSensitiveLog: (obj: DeleteQueueRequest) => any;
4095
- }
4096
3622
  export interface DeleteQueueResponse {
4097
3623
  }
4098
- export declare namespace DeleteQueueResponse {
4099
- /**
4100
- * @internal
4101
- */
4102
- const filterSensitiveLog: (obj: DeleteQueueResponse) => any;
4103
- }
4104
3624
  export declare enum DescribeEndpointsMode {
4105
3625
  DEFAULT = "DEFAULT",
4106
3626
  GET_ONLY = "GET_ONLY"
@@ -4122,12 +3642,6 @@ export interface DescribeEndpointsRequest {
4122
3642
  */
4123
3643
  NextToken?: string;
4124
3644
  }
4125
- export declare namespace DescribeEndpointsRequest {
4126
- /**
4127
- * @internal
4128
- */
4129
- const filterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
4130
- }
4131
3645
  export interface DescribeEndpointsResponse {
4132
3646
  /**
4133
3647
  * List of endpoints
@@ -4138,88 +3652,40 @@ export interface DescribeEndpointsResponse {
4138
3652
  */
4139
3653
  NextToken?: string;
4140
3654
  }
4141
- export declare namespace DescribeEndpointsResponse {
4142
- /**
4143
- * @internal
4144
- */
4145
- const filterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
4146
- }
4147
3655
  export interface DisassociateCertificateRequest {
4148
3656
  /**
4149
3657
  * The ARN of the ACM certificate that you want to disassociate from your MediaConvert resource.
4150
3658
  */
4151
3659
  Arn: string | undefined;
4152
3660
  }
4153
- export declare namespace DisassociateCertificateRequest {
4154
- /**
4155
- * @internal
4156
- */
4157
- const filterSensitiveLog: (obj: DisassociateCertificateRequest) => any;
4158
- }
4159
3661
  export interface DisassociateCertificateResponse {
4160
3662
  }
4161
- export declare namespace DisassociateCertificateResponse {
4162
- /**
4163
- * @internal
4164
- */
4165
- const filterSensitiveLog: (obj: DisassociateCertificateResponse) => any;
4166
- }
4167
3663
  export interface GetJobRequest {
4168
3664
  /**
4169
3665
  * the job ID of the job.
4170
3666
  */
4171
3667
  Id: string | undefined;
4172
3668
  }
4173
- export declare namespace GetJobRequest {
4174
- /**
4175
- * @internal
4176
- */
4177
- const filterSensitiveLog: (obj: GetJobRequest) => any;
4178
- }
4179
3669
  export interface GetJobResponse {
4180
3670
  /**
4181
3671
  * Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
4182
3672
  */
4183
3673
  Job?: Job;
4184
3674
  }
4185
- export declare namespace GetJobResponse {
4186
- /**
4187
- * @internal
4188
- */
4189
- const filterSensitiveLog: (obj: GetJobResponse) => any;
4190
- }
4191
3675
  export interface GetJobTemplateRequest {
4192
3676
  /**
4193
3677
  * The name of the job template.
4194
3678
  */
4195
3679
  Name: string | undefined;
4196
3680
  }
4197
- export declare namespace GetJobTemplateRequest {
4198
- /**
4199
- * @internal
4200
- */
4201
- const filterSensitiveLog: (obj: GetJobTemplateRequest) => any;
4202
- }
4203
3681
  export interface GetJobTemplateResponse {
4204
3682
  /**
4205
3683
  * A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
4206
3684
  */
4207
3685
  JobTemplate?: JobTemplate;
4208
3686
  }
4209
- export declare namespace GetJobTemplateResponse {
4210
- /**
4211
- * @internal
4212
- */
4213
- const filterSensitiveLog: (obj: GetJobTemplateResponse) => any;
4214
- }
4215
3687
  export interface GetPolicyRequest {
4216
3688
  }
4217
- export declare namespace GetPolicyRequest {
4218
- /**
4219
- * @internal
4220
- */
4221
- const filterSensitiveLog: (obj: GetPolicyRequest) => any;
4222
- }
4223
3689
  export declare enum InputPolicy {
4224
3690
  ALLOWED = "ALLOWED",
4225
3691
  DISALLOWED = "DISALLOWED"
@@ -4241,72 +3707,36 @@ export interface Policy {
4241
3707
  */
4242
3708
  S3Inputs?: InputPolicy | string;
4243
3709
  }
4244
- export declare namespace Policy {
4245
- /**
4246
- * @internal
4247
- */
4248
- const filterSensitiveLog: (obj: Policy) => any;
4249
- }
4250
3710
  export interface GetPolicyResponse {
4251
3711
  /**
4252
3712
  * A policy configures behavior that you allow or disallow for your account. For information about MediaConvert policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
4253
3713
  */
4254
3714
  Policy?: Policy;
4255
3715
  }
4256
- export declare namespace GetPolicyResponse {
4257
- /**
4258
- * @internal
4259
- */
4260
- const filterSensitiveLog: (obj: GetPolicyResponse) => any;
4261
- }
4262
3716
  export interface GetPresetRequest {
4263
3717
  /**
4264
3718
  * The name of the preset.
4265
3719
  */
4266
3720
  Name: string | undefined;
4267
3721
  }
4268
- export declare namespace GetPresetRequest {
4269
- /**
4270
- * @internal
4271
- */
4272
- const filterSensitiveLog: (obj: GetPresetRequest) => any;
4273
- }
4274
3722
  export interface GetPresetResponse {
4275
3723
  /**
4276
3724
  * A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
4277
3725
  */
4278
3726
  Preset?: Preset;
4279
3727
  }
4280
- export declare namespace GetPresetResponse {
4281
- /**
4282
- * @internal
4283
- */
4284
- const filterSensitiveLog: (obj: GetPresetResponse) => any;
4285
- }
4286
3728
  export interface GetQueueRequest {
4287
3729
  /**
4288
3730
  * The name of the queue that you want information about.
4289
3731
  */
4290
3732
  Name: string | undefined;
4291
3733
  }
4292
- export declare namespace GetQueueRequest {
4293
- /**
4294
- * @internal
4295
- */
4296
- const filterSensitiveLog: (obj: GetQueueRequest) => any;
4297
- }
4298
3734
  export interface GetQueueResponse {
4299
3735
  /**
4300
3736
  * You can use queues to manage the resources that are available to your AWS account for running multiple transcoding jobs at the same time. If you don't specify a queue, the service sends all jobs through the default queue. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html.
4301
3737
  */
4302
3738
  Queue?: Queue;
4303
3739
  }
4304
- export declare namespace GetQueueResponse {
4305
- /**
4306
- * @internal
4307
- */
4308
- const filterSensitiveLog: (obj: GetQueueResponse) => any;
4309
- }
4310
3740
  export declare enum JobTemplateListBy {
4311
3741
  CREATION_DATE = "CREATION_DATE",
4312
3742
  NAME = "NAME",
@@ -4338,9 +3768,387 @@ export interface ListJobsRequest {
4338
3768
  */
4339
3769
  Status?: JobStatus | string;
4340
3770
  }
4341
- export declare namespace ListJobsRequest {
4342
- /**
4343
- * @internal
4344
- */
4345
- const filterSensitiveLog: (obj: ListJobsRequest) => any;
4346
- }
3771
+ /**
3772
+ * @internal
3773
+ */
3774
+ export declare const M2tsScte35EsamFilterSensitiveLog: (obj: M2tsScte35Esam) => any;
3775
+ /**
3776
+ * @internal
3777
+ */
3778
+ export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
3779
+ /**
3780
+ * @internal
3781
+ */
3782
+ export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
3783
+ /**
3784
+ * @internal
3785
+ */
3786
+ export declare const MovSettingsFilterSensitiveLog: (obj: MovSettings) => any;
3787
+ /**
3788
+ * @internal
3789
+ */
3790
+ export declare const Mp4SettingsFilterSensitiveLog: (obj: Mp4Settings) => any;
3791
+ /**
3792
+ * @internal
3793
+ */
3794
+ export declare const MpdSettingsFilterSensitiveLog: (obj: MpdSettings) => any;
3795
+ /**
3796
+ * @internal
3797
+ */
3798
+ export declare const MxfXavcProfileSettingsFilterSensitiveLog: (obj: MxfXavcProfileSettings) => any;
3799
+ /**
3800
+ * @internal
3801
+ */
3802
+ export declare const MxfSettingsFilterSensitiveLog: (obj: MxfSettings) => any;
3803
+ /**
3804
+ * @internal
3805
+ */
3806
+ export declare const ContainerSettingsFilterSensitiveLog: (obj: ContainerSettings) => any;
3807
+ /**
3808
+ * @internal
3809
+ */
3810
+ export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
3811
+ /**
3812
+ * @internal
3813
+ */
3814
+ export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
3815
+ /**
3816
+ * @internal
3817
+ */
3818
+ export declare const Av1QvbrSettingsFilterSensitiveLog: (obj: Av1QvbrSettings) => any;
3819
+ /**
3820
+ * @internal
3821
+ */
3822
+ export declare const Av1SettingsFilterSensitiveLog: (obj: Av1Settings) => any;
3823
+ /**
3824
+ * @internal
3825
+ */
3826
+ export declare const AvcIntraUhdSettingsFilterSensitiveLog: (obj: AvcIntraUhdSettings) => any;
3827
+ /**
3828
+ * @internal
3829
+ */
3830
+ export declare const AvcIntraSettingsFilterSensitiveLog: (obj: AvcIntraSettings) => any;
3831
+ /**
3832
+ * @internal
3833
+ */
3834
+ export declare const FrameCaptureSettingsFilterSensitiveLog: (obj: FrameCaptureSettings) => any;
3835
+ /**
3836
+ * @internal
3837
+ */
3838
+ export declare const H264QvbrSettingsFilterSensitiveLog: (obj: H264QvbrSettings) => any;
3839
+ /**
3840
+ * @internal
3841
+ */
3842
+ export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
3843
+ /**
3844
+ * @internal
3845
+ */
3846
+ export declare const H265QvbrSettingsFilterSensitiveLog: (obj: H265QvbrSettings) => any;
3847
+ /**
3848
+ * @internal
3849
+ */
3850
+ export declare const H265SettingsFilterSensitiveLog: (obj: H265Settings) => any;
3851
+ /**
3852
+ * @internal
3853
+ */
3854
+ export declare const Mpeg2SettingsFilterSensitiveLog: (obj: Mpeg2Settings) => any;
3855
+ /**
3856
+ * @internal
3857
+ */
3858
+ export declare const ProresSettingsFilterSensitiveLog: (obj: ProresSettings) => any;
3859
+ /**
3860
+ * @internal
3861
+ */
3862
+ export declare const Vc3SettingsFilterSensitiveLog: (obj: Vc3Settings) => any;
3863
+ /**
3864
+ * @internal
3865
+ */
3866
+ export declare const Vp8SettingsFilterSensitiveLog: (obj: Vp8Settings) => any;
3867
+ /**
3868
+ * @internal
3869
+ */
3870
+ export declare const Vp9SettingsFilterSensitiveLog: (obj: Vp9Settings) => any;
3871
+ /**
3872
+ * @internal
3873
+ */
3874
+ export declare const Xavc4kIntraCbgProfileSettingsFilterSensitiveLog: (obj: Xavc4kIntraCbgProfileSettings) => any;
3875
+ /**
3876
+ * @internal
3877
+ */
3878
+ export declare const Xavc4kIntraVbrProfileSettingsFilterSensitiveLog: (obj: Xavc4kIntraVbrProfileSettings) => any;
3879
+ /**
3880
+ * @internal
3881
+ */
3882
+ export declare const Xavc4kProfileSettingsFilterSensitiveLog: (obj: Xavc4kProfileSettings) => any;
3883
+ /**
3884
+ * @internal
3885
+ */
3886
+ export declare const XavcHdIntraCbgProfileSettingsFilterSensitiveLog: (obj: XavcHdIntraCbgProfileSettings) => any;
3887
+ /**
3888
+ * @internal
3889
+ */
3890
+ export declare const XavcHdProfileSettingsFilterSensitiveLog: (obj: XavcHdProfileSettings) => any;
3891
+ /**
3892
+ * @internal
3893
+ */
3894
+ export declare const XavcSettingsFilterSensitiveLog: (obj: XavcSettings) => any;
3895
+ /**
3896
+ * @internal
3897
+ */
3898
+ export declare const VideoCodecSettingsFilterSensitiveLog: (obj: VideoCodecSettings) => any;
3899
+ /**
3900
+ * @internal
3901
+ */
3902
+ export declare const ColorCorrectorFilterSensitiveLog: (obj: ColorCorrector) => any;
3903
+ /**
3904
+ * @internal
3905
+ */
3906
+ export declare const DeinterlacerFilterSensitiveLog: (obj: Deinterlacer) => any;
3907
+ /**
3908
+ * @internal
3909
+ */
3910
+ export declare const DolbyVisionLevel6MetadataFilterSensitiveLog: (obj: DolbyVisionLevel6Metadata) => any;
3911
+ /**
3912
+ * @internal
3913
+ */
3914
+ export declare const DolbyVisionFilterSensitiveLog: (obj: DolbyVision) => any;
3915
+ /**
3916
+ * @internal
3917
+ */
3918
+ export declare const Hdr10PlusFilterSensitiveLog: (obj: Hdr10Plus) => any;
3919
+ /**
3920
+ * @internal
3921
+ */
3922
+ export declare const NoiseReducerFilterSettingsFilterSensitiveLog: (obj: NoiseReducerFilterSettings) => any;
3923
+ /**
3924
+ * @internal
3925
+ */
3926
+ export declare const NoiseReducerSpatialFilterSettingsFilterSensitiveLog: (obj: NoiseReducerSpatialFilterSettings) => any;
3927
+ /**
3928
+ * @internal
3929
+ */
3930
+ export declare const NoiseReducerTemporalFilterSettingsFilterSensitiveLog: (obj: NoiseReducerTemporalFilterSettings) => any;
3931
+ /**
3932
+ * @internal
3933
+ */
3934
+ export declare const NoiseReducerFilterSensitiveLog: (obj: NoiseReducer) => any;
3935
+ /**
3936
+ * @internal
3937
+ */
3938
+ export declare const NexGuardFileMarkerSettingsFilterSensitiveLog: (obj: NexGuardFileMarkerSettings) => any;
3939
+ /**
3940
+ * @internal
3941
+ */
3942
+ export declare const PartnerWatermarkingFilterSensitiveLog: (obj: PartnerWatermarking) => any;
3943
+ /**
3944
+ * @internal
3945
+ */
3946
+ export declare const TimecodeBurninFilterSensitiveLog: (obj: TimecodeBurnin) => any;
3947
+ /**
3948
+ * @internal
3949
+ */
3950
+ export declare const VideoPreprocessorFilterSensitiveLog: (obj: VideoPreprocessor) => any;
3951
+ /**
3952
+ * @internal
3953
+ */
3954
+ export declare const VideoDescriptionFilterSensitiveLog: (obj: VideoDescription) => any;
3955
+ /**
3956
+ * @internal
3957
+ */
3958
+ export declare const OutputFilterSensitiveLog: (obj: Output) => any;
3959
+ /**
3960
+ * @internal
3961
+ */
3962
+ export declare const OutputGroupFilterSensitiveLog: (obj: OutputGroup) => any;
3963
+ /**
3964
+ * @internal
3965
+ */
3966
+ export declare const TimecodeConfigFilterSensitiveLog: (obj: TimecodeConfig) => any;
3967
+ /**
3968
+ * @internal
3969
+ */
3970
+ export declare const TimedMetadataInsertionFilterSensitiveLog: (obj: TimedMetadataInsertion) => any;
3971
+ /**
3972
+ * @internal
3973
+ */
3974
+ export declare const JobSettingsFilterSensitiveLog: (obj: JobSettings) => any;
3975
+ /**
3976
+ * @internal
3977
+ */
3978
+ export declare const TimingFilterSensitiveLog: (obj: Timing) => any;
3979
+ /**
3980
+ * @internal
3981
+ */
3982
+ export declare const JobFilterSensitiveLog: (obj: Job) => any;
3983
+ /**
3984
+ * @internal
3985
+ */
3986
+ export declare const JobTemplateSettingsFilterSensitiveLog: (obj: JobTemplateSettings) => any;
3987
+ /**
3988
+ * @internal
3989
+ */
3990
+ export declare const JobTemplateFilterSensitiveLog: (obj: JobTemplate) => any;
3991
+ /**
3992
+ * @internal
3993
+ */
3994
+ export declare const PresetSettingsFilterSensitiveLog: (obj: PresetSettings) => any;
3995
+ /**
3996
+ * @internal
3997
+ */
3998
+ export declare const PresetFilterSensitiveLog: (obj: Preset) => any;
3999
+ /**
4000
+ * @internal
4001
+ */
4002
+ export declare const ReservationPlanFilterSensitiveLog: (obj: ReservationPlan) => any;
4003
+ /**
4004
+ * @internal
4005
+ */
4006
+ export declare const QueueFilterSensitiveLog: (obj: Queue) => any;
4007
+ /**
4008
+ * @internal
4009
+ */
4010
+ export declare const AssociateCertificateRequestFilterSensitiveLog: (obj: AssociateCertificateRequest) => any;
4011
+ /**
4012
+ * @internal
4013
+ */
4014
+ export declare const AssociateCertificateResponseFilterSensitiveLog: (obj: AssociateCertificateResponse) => any;
4015
+ /**
4016
+ * @internal
4017
+ */
4018
+ export declare const CancelJobRequestFilterSensitiveLog: (obj: CancelJobRequest) => any;
4019
+ /**
4020
+ * @internal
4021
+ */
4022
+ export declare const CancelJobResponseFilterSensitiveLog: (obj: CancelJobResponse) => any;
4023
+ /**
4024
+ * @internal
4025
+ */
4026
+ export declare const CreateJobRequestFilterSensitiveLog: (obj: CreateJobRequest) => any;
4027
+ /**
4028
+ * @internal
4029
+ */
4030
+ export declare const CreateJobResponseFilterSensitiveLog: (obj: CreateJobResponse) => any;
4031
+ /**
4032
+ * @internal
4033
+ */
4034
+ export declare const CreateJobTemplateRequestFilterSensitiveLog: (obj: CreateJobTemplateRequest) => any;
4035
+ /**
4036
+ * @internal
4037
+ */
4038
+ export declare const CreateJobTemplateResponseFilterSensitiveLog: (obj: CreateJobTemplateResponse) => any;
4039
+ /**
4040
+ * @internal
4041
+ */
4042
+ export declare const CreatePresetRequestFilterSensitiveLog: (obj: CreatePresetRequest) => any;
4043
+ /**
4044
+ * @internal
4045
+ */
4046
+ export declare const CreatePresetResponseFilterSensitiveLog: (obj: CreatePresetResponse) => any;
4047
+ /**
4048
+ * @internal
4049
+ */
4050
+ export declare const ReservationPlanSettingsFilterSensitiveLog: (obj: ReservationPlanSettings) => any;
4051
+ /**
4052
+ * @internal
4053
+ */
4054
+ export declare const CreateQueueRequestFilterSensitiveLog: (obj: CreateQueueRequest) => any;
4055
+ /**
4056
+ * @internal
4057
+ */
4058
+ export declare const CreateQueueResponseFilterSensitiveLog: (obj: CreateQueueResponse) => any;
4059
+ /**
4060
+ * @internal
4061
+ */
4062
+ export declare const DeleteJobTemplateRequestFilterSensitiveLog: (obj: DeleteJobTemplateRequest) => any;
4063
+ /**
4064
+ * @internal
4065
+ */
4066
+ export declare const DeleteJobTemplateResponseFilterSensitiveLog: (obj: DeleteJobTemplateResponse) => any;
4067
+ /**
4068
+ * @internal
4069
+ */
4070
+ export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
4071
+ /**
4072
+ * @internal
4073
+ */
4074
+ export declare const DeletePolicyResponseFilterSensitiveLog: (obj: DeletePolicyResponse) => any;
4075
+ /**
4076
+ * @internal
4077
+ */
4078
+ export declare const DeletePresetRequestFilterSensitiveLog: (obj: DeletePresetRequest) => any;
4079
+ /**
4080
+ * @internal
4081
+ */
4082
+ export declare const DeletePresetResponseFilterSensitiveLog: (obj: DeletePresetResponse) => any;
4083
+ /**
4084
+ * @internal
4085
+ */
4086
+ export declare const DeleteQueueRequestFilterSensitiveLog: (obj: DeleteQueueRequest) => any;
4087
+ /**
4088
+ * @internal
4089
+ */
4090
+ export declare const DeleteQueueResponseFilterSensitiveLog: (obj: DeleteQueueResponse) => any;
4091
+ /**
4092
+ * @internal
4093
+ */
4094
+ export declare const DescribeEndpointsRequestFilterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
4095
+ /**
4096
+ * @internal
4097
+ */
4098
+ export declare const DescribeEndpointsResponseFilterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
4099
+ /**
4100
+ * @internal
4101
+ */
4102
+ export declare const DisassociateCertificateRequestFilterSensitiveLog: (obj: DisassociateCertificateRequest) => any;
4103
+ /**
4104
+ * @internal
4105
+ */
4106
+ export declare const DisassociateCertificateResponseFilterSensitiveLog: (obj: DisassociateCertificateResponse) => any;
4107
+ /**
4108
+ * @internal
4109
+ */
4110
+ export declare const GetJobRequestFilterSensitiveLog: (obj: GetJobRequest) => any;
4111
+ /**
4112
+ * @internal
4113
+ */
4114
+ export declare const GetJobResponseFilterSensitiveLog: (obj: GetJobResponse) => any;
4115
+ /**
4116
+ * @internal
4117
+ */
4118
+ export declare const GetJobTemplateRequestFilterSensitiveLog: (obj: GetJobTemplateRequest) => any;
4119
+ /**
4120
+ * @internal
4121
+ */
4122
+ export declare const GetJobTemplateResponseFilterSensitiveLog: (obj: GetJobTemplateResponse) => any;
4123
+ /**
4124
+ * @internal
4125
+ */
4126
+ export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
4127
+ /**
4128
+ * @internal
4129
+ */
4130
+ export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
4131
+ /**
4132
+ * @internal
4133
+ */
4134
+ export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
4135
+ /**
4136
+ * @internal
4137
+ */
4138
+ export declare const GetPresetRequestFilterSensitiveLog: (obj: GetPresetRequest) => any;
4139
+ /**
4140
+ * @internal
4141
+ */
4142
+ export declare const GetPresetResponseFilterSensitiveLog: (obj: GetPresetResponse) => any;
4143
+ /**
4144
+ * @internal
4145
+ */
4146
+ export declare const GetQueueRequestFilterSensitiveLog: (obj: GetQueueRequest) => any;
4147
+ /**
4148
+ * @internal
4149
+ */
4150
+ export declare const GetQueueResponseFilterSensitiveLog: (obj: GetQueueResponse) => any;
4151
+ /**
4152
+ * @internal
4153
+ */
4154
+ export declare const ListJobsRequestFilterSensitiveLog: (obj: ListJobsRequest) => any;