@aws-sdk/client-mediaconvert 3.398.0 → 3.399.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.
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/models/models_0.js +25 -19
- package/dist-cjs/models/models_1.js +30 -5
- package/dist-cjs/protocols/Aws_restJson1.js +28 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/models_0.js +23 -17
- package/dist-es/models/models_1.js +25 -0
- package/dist-es/protocols/Aws_restJson1.js +28 -0
- package/dist-types/commands/CreateJobCommand.d.ts +34 -4
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +34 -4
- package/dist-types/commands/CreatePresetCommand.d.ts +24 -4
- package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteQueueCommand.d.ts +1 -2
- package/dist-types/commands/GetJobCommand.d.ts +18 -3
- package/dist-types/commands/GetJobTemplateCommand.d.ts +17 -2
- package/dist-types/commands/GetPresetCommand.d.ts +12 -2
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +17 -2
- package/dist-types/commands/ListJobsCommand.d.ts +17 -2
- package/dist-types/commands/ListPresetsCommand.d.ts +12 -2
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +34 -4
- package/dist-types/commands/UpdatePresetCommand.d.ts +24 -4
- package/dist-types/models/models_0.d.ts +64 -35
- package/dist-types/models/models_1.d.ts +83 -31
- package/dist-types/models/models_2.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +32 -20
- package/dist-types/ts3.4/models/models_1.d.ts +36 -10
- package/dist-types/ts3.4/models/models_2.d.ts +8 -0
- package/package.json +1 -1
|
@@ -343,6 +343,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
343
343
|
* KmsEncryptionContext: "STRING_VALUE",
|
|
344
344
|
* KmsKeyArn: "STRING_VALUE",
|
|
345
345
|
* },
|
|
346
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
346
347
|
* },
|
|
347
348
|
* },
|
|
348
349
|
* Encryption: { // CmafEncryptionSettings
|
|
@@ -418,6 +419,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
418
419
|
* KmsEncryptionContext: "STRING_VALUE",
|
|
419
420
|
* KmsKeyArn: "STRING_VALUE",
|
|
420
421
|
* },
|
|
422
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
421
423
|
* },
|
|
422
424
|
* },
|
|
423
425
|
* Encryption: { // DashIsoEncryptionSettings
|
|
@@ -465,6 +467,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
465
467
|
* KmsEncryptionContext: "STRING_VALUE",
|
|
466
468
|
* KmsKeyArn: "STRING_VALUE",
|
|
467
469
|
* },
|
|
470
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
468
471
|
* },
|
|
469
472
|
* },
|
|
470
473
|
* },
|
|
@@ -505,6 +508,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
505
508
|
* KmsEncryptionContext: "STRING_VALUE",
|
|
506
509
|
* KmsKeyArn: "STRING_VALUE",
|
|
507
510
|
* },
|
|
511
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
508
512
|
* },
|
|
509
513
|
* },
|
|
510
514
|
* DirectoryStructure: "SINGLE_DIRECTORY" || "SUBDIRECTORY_PER_STREAM",
|
|
@@ -577,6 +581,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
577
581
|
* KmsEncryptionContext: "STRING_VALUE",
|
|
578
582
|
* KmsKeyArn: "STRING_VALUE",
|
|
579
583
|
* },
|
|
584
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
580
585
|
* },
|
|
581
586
|
* },
|
|
582
587
|
* Encryption: { // MsSmoothEncryptionSettings
|
|
@@ -600,7 +605,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
600
605
|
* AudioDescriptions: [ // __listOfAudioDescription
|
|
601
606
|
* { // AudioDescription
|
|
602
607
|
* AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
|
|
603
|
-
* ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR",
|
|
608
|
+
* ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
|
|
604
609
|
* },
|
|
605
610
|
* AudioNormalizationSettings: { // AudioNormalizationSettings
|
|
606
611
|
* Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
|
|
@@ -643,7 +648,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
643
648
|
* Channels: Number("int"),
|
|
644
649
|
* SampleRate: Number("int"),
|
|
645
650
|
* },
|
|
646
|
-
* Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH",
|
|
651
|
+
* Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH" || "FLAC",
|
|
647
652
|
* Eac3AtmosSettings: { // Eac3AtmosSettings
|
|
648
653
|
* Bitrate: Number("int"),
|
|
649
654
|
* BitstreamMode: "COMPLETE_MAIN",
|
|
@@ -686,6 +691,11 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
686
691
|
* SurroundExMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
687
692
|
* SurroundMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
688
693
|
* },
|
|
694
|
+
* FlacSettings: { // FlacSettings
|
|
695
|
+
* BitDepth: Number("int"),
|
|
696
|
+
* Channels: Number("int"),
|
|
697
|
+
* SampleRate: Number("int"),
|
|
698
|
+
* },
|
|
689
699
|
* Mp2Settings: { // Mp2Settings
|
|
690
700
|
* Bitrate: Number("int"),
|
|
691
701
|
* Channels: Number("int"),
|
|
@@ -893,6 +903,8 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
893
903
|
* PmtPid: Number("int"),
|
|
894
904
|
* PrivateMetadataPid: Number("int"),
|
|
895
905
|
* ProgramNumber: Number("int"),
|
|
906
|
+
* PtsOffset: Number("int"),
|
|
907
|
+
* PtsOffsetMode: "AUTO" || "SECONDS",
|
|
896
908
|
* RateMode: "VBR" || "CBR",
|
|
897
909
|
* Scte35Esam: { // M2tsScte35Esam
|
|
898
910
|
* Scte35EsamPid: Number("int"),
|
|
@@ -922,6 +934,8 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
922
934
|
* PmtPid: Number("int"),
|
|
923
935
|
* PrivateMetadataPid: Number("int"),
|
|
924
936
|
* ProgramNumber: Number("int"),
|
|
937
|
+
* PtsOffset: Number("int"),
|
|
938
|
+
* PtsOffsetMode: "AUTO" || "SECONDS",
|
|
925
939
|
* Scte35Pid: Number("int"),
|
|
926
940
|
* Scte35Source: "PASSTHROUGH" || "NONE",
|
|
927
941
|
* TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -987,6 +1001,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
987
1001
|
* Av1Settings: { // Av1Settings
|
|
988
1002
|
* AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX",
|
|
989
1003
|
* BitDepth: "BIT_8" || "BIT_10",
|
|
1004
|
+
* FilmGrainSynthesis: "DISABLED" || "ENABLED",
|
|
990
1005
|
* FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
991
1006
|
* FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
992
1007
|
* FramerateDenominator: Number("int"),
|
|
@@ -1721,6 +1736,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1721
1736
|
* // KmsEncryptionContext: "STRING_VALUE",
|
|
1722
1737
|
* // KmsKeyArn: "STRING_VALUE",
|
|
1723
1738
|
* // },
|
|
1739
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
1724
1740
|
* // },
|
|
1725
1741
|
* // },
|
|
1726
1742
|
* // Encryption: { // CmafEncryptionSettings
|
|
@@ -1796,6 +1812,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1796
1812
|
* // KmsEncryptionContext: "STRING_VALUE",
|
|
1797
1813
|
* // KmsKeyArn: "STRING_VALUE",
|
|
1798
1814
|
* // },
|
|
1815
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
1799
1816
|
* // },
|
|
1800
1817
|
* // },
|
|
1801
1818
|
* // Encryption: { // DashIsoEncryptionSettings
|
|
@@ -1843,6 +1860,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1843
1860
|
* // KmsEncryptionContext: "STRING_VALUE",
|
|
1844
1861
|
* // KmsKeyArn: "STRING_VALUE",
|
|
1845
1862
|
* // },
|
|
1863
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
1846
1864
|
* // },
|
|
1847
1865
|
* // },
|
|
1848
1866
|
* // },
|
|
@@ -1883,6 +1901,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1883
1901
|
* // KmsEncryptionContext: "STRING_VALUE",
|
|
1884
1902
|
* // KmsKeyArn: "STRING_VALUE",
|
|
1885
1903
|
* // },
|
|
1904
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
1886
1905
|
* // },
|
|
1887
1906
|
* // },
|
|
1888
1907
|
* // DirectoryStructure: "SINGLE_DIRECTORY" || "SUBDIRECTORY_PER_STREAM",
|
|
@@ -1955,6 +1974,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1955
1974
|
* // KmsEncryptionContext: "STRING_VALUE",
|
|
1956
1975
|
* // KmsKeyArn: "STRING_VALUE",
|
|
1957
1976
|
* // },
|
|
1977
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE",
|
|
1958
1978
|
* // },
|
|
1959
1979
|
* // },
|
|
1960
1980
|
* // Encryption: { // MsSmoothEncryptionSettings
|
|
@@ -1978,7 +1998,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
1978
1998
|
* // AudioDescriptions: [ // __listOfAudioDescription
|
|
1979
1999
|
* // { // AudioDescription
|
|
1980
2000
|
* // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
|
|
1981
|
-
* // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR",
|
|
2001
|
+
* // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
|
|
1982
2002
|
* // },
|
|
1983
2003
|
* // AudioNormalizationSettings: { // AudioNormalizationSettings
|
|
1984
2004
|
* // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
|
|
@@ -2021,7 +2041,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
2021
2041
|
* // Channels: Number("int"),
|
|
2022
2042
|
* // SampleRate: Number("int"),
|
|
2023
2043
|
* // },
|
|
2024
|
-
* // Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH",
|
|
2044
|
+
* // Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH" || "FLAC",
|
|
2025
2045
|
* // Eac3AtmosSettings: { // Eac3AtmosSettings
|
|
2026
2046
|
* // Bitrate: Number("int"),
|
|
2027
2047
|
* // BitstreamMode: "COMPLETE_MAIN",
|
|
@@ -2064,6 +2084,11 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
2064
2084
|
* // SurroundExMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
2065
2085
|
* // SurroundMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
2066
2086
|
* // },
|
|
2087
|
+
* // FlacSettings: { // FlacSettings
|
|
2088
|
+
* // BitDepth: Number("int"),
|
|
2089
|
+
* // Channels: Number("int"),
|
|
2090
|
+
* // SampleRate: Number("int"),
|
|
2091
|
+
* // },
|
|
2067
2092
|
* // Mp2Settings: { // Mp2Settings
|
|
2068
2093
|
* // Bitrate: Number("int"),
|
|
2069
2094
|
* // Channels: Number("int"),
|
|
@@ -2271,6 +2296,8 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
2271
2296
|
* // PmtPid: Number("int"),
|
|
2272
2297
|
* // PrivateMetadataPid: Number("int"),
|
|
2273
2298
|
* // ProgramNumber: Number("int"),
|
|
2299
|
+
* // PtsOffset: Number("int"),
|
|
2300
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
2274
2301
|
* // RateMode: "VBR" || "CBR",
|
|
2275
2302
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
2276
2303
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -2300,6 +2327,8 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
2300
2327
|
* // PmtPid: Number("int"),
|
|
2301
2328
|
* // PrivateMetadataPid: Number("int"),
|
|
2302
2329
|
* // ProgramNumber: Number("int"),
|
|
2330
|
+
* // PtsOffset: Number("int"),
|
|
2331
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
2303
2332
|
* // Scte35Pid: Number("int"),
|
|
2304
2333
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
2305
2334
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -2365,6 +2394,7 @@ export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateRespons
|
|
|
2365
2394
|
* // Av1Settings: { // Av1Settings
|
|
2366
2395
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX",
|
|
2367
2396
|
* // BitDepth: "BIT_8" || "BIT_10",
|
|
2397
|
+
* // FilmGrainSynthesis: "DISABLED" || "ENABLED",
|
|
2368
2398
|
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
2369
2399
|
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
2370
2400
|
* // FramerateDenominator: Number("int"),
|
|
@@ -38,7 +38,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
38
38
|
* AudioDescriptions: [ // __listOfAudioDescription
|
|
39
39
|
* { // AudioDescription
|
|
40
40
|
* AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
|
|
41
|
-
* ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR",
|
|
41
|
+
* ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
|
|
42
42
|
* },
|
|
43
43
|
* AudioNormalizationSettings: { // AudioNormalizationSettings
|
|
44
44
|
* Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
|
|
@@ -81,7 +81,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
81
81
|
* Channels: Number("int"),
|
|
82
82
|
* SampleRate: Number("int"),
|
|
83
83
|
* },
|
|
84
|
-
* Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH",
|
|
84
|
+
* Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH" || "FLAC",
|
|
85
85
|
* Eac3AtmosSettings: { // Eac3AtmosSettings
|
|
86
86
|
* Bitrate: Number("int"),
|
|
87
87
|
* BitstreamMode: "COMPLETE_MAIN",
|
|
@@ -124,6 +124,11 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
124
124
|
* SurroundExMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
125
125
|
* SurroundMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
126
126
|
* },
|
|
127
|
+
* FlacSettings: { // FlacSettings
|
|
128
|
+
* BitDepth: Number("int"),
|
|
129
|
+
* Channels: Number("int"),
|
|
130
|
+
* SampleRate: Number("int"),
|
|
131
|
+
* },
|
|
127
132
|
* Mp2Settings: { // Mp2Settings
|
|
128
133
|
* Bitrate: Number("int"),
|
|
129
134
|
* Channels: Number("int"),
|
|
@@ -330,6 +335,8 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
330
335
|
* PmtPid: Number("int"),
|
|
331
336
|
* PrivateMetadataPid: Number("int"),
|
|
332
337
|
* ProgramNumber: Number("int"),
|
|
338
|
+
* PtsOffset: Number("int"),
|
|
339
|
+
* PtsOffsetMode: "AUTO" || "SECONDS",
|
|
333
340
|
* RateMode: "VBR" || "CBR",
|
|
334
341
|
* Scte35Esam: { // M2tsScte35Esam
|
|
335
342
|
* Scte35EsamPid: Number("int"),
|
|
@@ -359,6 +366,8 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
359
366
|
* PmtPid: Number("int"),
|
|
360
367
|
* PrivateMetadataPid: Number("int"),
|
|
361
368
|
* ProgramNumber: Number("int"),
|
|
369
|
+
* PtsOffset: Number("int"),
|
|
370
|
+
* PtsOffsetMode: "AUTO" || "SECONDS",
|
|
362
371
|
* Scte35Pid: Number("int"),
|
|
363
372
|
* Scte35Source: "PASSTHROUGH" || "NONE",
|
|
364
373
|
* TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -410,6 +419,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
410
419
|
* Av1Settings: { // Av1Settings
|
|
411
420
|
* AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX",
|
|
412
421
|
* BitDepth: "BIT_8" || "BIT_10",
|
|
422
|
+
* FilmGrainSynthesis: "DISABLED" || "ENABLED",
|
|
413
423
|
* FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
414
424
|
* FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
415
425
|
* FramerateDenominator: Number("int"),
|
|
@@ -820,7 +830,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
820
830
|
* // AudioDescriptions: [ // __listOfAudioDescription
|
|
821
831
|
* // { // AudioDescription
|
|
822
832
|
* // AudioChannelTaggingSettings: { // AudioChannelTaggingSettings
|
|
823
|
-
* // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR",
|
|
833
|
+
* // ChannelTag: "L" || "R" || "C" || "LFE" || "LS" || "RS" || "LC" || "RC" || "CS" || "LSD" || "RSD" || "TCS" || "VHL" || "VHC" || "VHR" || "TBL" || "TBC" || "TBR" || "RSL" || "RSR" || "LW" || "RW" || "LFE2" || "LT" || "RT" || "HI" || "NAR" || "M",
|
|
824
834
|
* // },
|
|
825
835
|
* // AudioNormalizationSettings: { // AudioNormalizationSettings
|
|
826
836
|
* // Algorithm: "ITU_BS_1770_1" || "ITU_BS_1770_2" || "ITU_BS_1770_3" || "ITU_BS_1770_4",
|
|
@@ -863,7 +873,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
863
873
|
* // Channels: Number("int"),
|
|
864
874
|
* // SampleRate: Number("int"),
|
|
865
875
|
* // },
|
|
866
|
-
* // Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH",
|
|
876
|
+
* // Codec: "AAC" || "MP2" || "MP3" || "WAV" || "AIFF" || "AC3" || "EAC3" || "EAC3_ATMOS" || "VORBIS" || "OPUS" || "PASSTHROUGH" || "FLAC",
|
|
867
877
|
* // Eac3AtmosSettings: { // Eac3AtmosSettings
|
|
868
878
|
* // Bitrate: Number("int"),
|
|
869
879
|
* // BitstreamMode: "COMPLETE_MAIN",
|
|
@@ -906,6 +916,11 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
906
916
|
* // SurroundExMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
907
917
|
* // SurroundMode: "NOT_INDICATED" || "ENABLED" || "DISABLED",
|
|
908
918
|
* // },
|
|
919
|
+
* // FlacSettings: { // FlacSettings
|
|
920
|
+
* // BitDepth: Number("int"),
|
|
921
|
+
* // Channels: Number("int"),
|
|
922
|
+
* // SampleRate: Number("int"),
|
|
923
|
+
* // },
|
|
909
924
|
* // Mp2Settings: { // Mp2Settings
|
|
910
925
|
* // Bitrate: Number("int"),
|
|
911
926
|
* // Channels: Number("int"),
|
|
@@ -1112,6 +1127,8 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
1112
1127
|
* // PmtPid: Number("int"),
|
|
1113
1128
|
* // PrivateMetadataPid: Number("int"),
|
|
1114
1129
|
* // ProgramNumber: Number("int"),
|
|
1130
|
+
* // PtsOffset: Number("int"),
|
|
1131
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1115
1132
|
* // RateMode: "VBR" || "CBR",
|
|
1116
1133
|
* // Scte35Esam: { // M2tsScte35Esam
|
|
1117
1134
|
* // Scte35EsamPid: Number("int"),
|
|
@@ -1141,6 +1158,8 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
1141
1158
|
* // PmtPid: Number("int"),
|
|
1142
1159
|
* // PrivateMetadataPid: Number("int"),
|
|
1143
1160
|
* // ProgramNumber: Number("int"),
|
|
1161
|
+
* // PtsOffset: Number("int"),
|
|
1162
|
+
* // PtsOffsetMode: "AUTO" || "SECONDS",
|
|
1144
1163
|
* // Scte35Pid: Number("int"),
|
|
1145
1164
|
* // Scte35Source: "PASSTHROUGH" || "NONE",
|
|
1146
1165
|
* // TimedMetadata: "PASSTHROUGH" || "NONE",
|
|
@@ -1192,6 +1211,7 @@ export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __Metad
|
|
|
1192
1211
|
* // Av1Settings: { // Av1Settings
|
|
1193
1212
|
* // AdaptiveQuantization: "OFF" || "LOW" || "MEDIUM" || "HIGH" || "HIGHER" || "MAX",
|
|
1194
1213
|
* // BitDepth: "BIT_8" || "BIT_10",
|
|
1214
|
+
* // FilmGrainSynthesis: "DISABLED" || "ENABLED",
|
|
1195
1215
|
* // FramerateControl: "INITIALIZE_FROM_SOURCE" || "SPECIFIED",
|
|
1196
1216
|
* // FramerateConversionAlgorithm: "DUPLICATE_DROP" || "INTERPOLATE" || "FRAMEFORMER",
|
|
1197
1217
|
* // FramerateDenominator: Number("int"),
|
|
@@ -38,15 +38,28 @@ export interface AllowedRenditionSize {
|
|
|
38
38
|
export declare const AudioChannelTag: {
|
|
39
39
|
readonly C: "C";
|
|
40
40
|
readonly CS: "CS";
|
|
41
|
+
readonly HI: "HI";
|
|
41
42
|
readonly L: "L";
|
|
42
43
|
readonly LC: "LC";
|
|
43
44
|
readonly LFE: "LFE";
|
|
45
|
+
readonly LFE2: "LFE2";
|
|
44
46
|
readonly LS: "LS";
|
|
45
47
|
readonly LSD: "LSD";
|
|
48
|
+
readonly LT: "LT";
|
|
49
|
+
readonly LW: "LW";
|
|
50
|
+
readonly M: "M";
|
|
51
|
+
readonly NAR: "NAR";
|
|
46
52
|
readonly R: "R";
|
|
47
53
|
readonly RC: "RC";
|
|
48
54
|
readonly RS: "RS";
|
|
49
55
|
readonly RSD: "RSD";
|
|
56
|
+
readonly RSL: "RSL";
|
|
57
|
+
readonly RSR: "RSR";
|
|
58
|
+
readonly RT: "RT";
|
|
59
|
+
readonly RW: "RW";
|
|
60
|
+
readonly TBC: "TBC";
|
|
61
|
+
readonly TBL: "TBL";
|
|
62
|
+
readonly TBR: "TBR";
|
|
50
63
|
readonly TCS: "TCS";
|
|
51
64
|
readonly VHC: "VHC";
|
|
52
65
|
readonly VHL: "VHL";
|
|
@@ -498,6 +511,7 @@ export declare const AudioCodec: {
|
|
|
498
511
|
readonly AIFF: "AIFF";
|
|
499
512
|
readonly EAC3: "EAC3";
|
|
500
513
|
readonly EAC3_ATMOS: "EAC3_ATMOS";
|
|
514
|
+
readonly FLAC: "FLAC";
|
|
501
515
|
readonly MP2: "MP2";
|
|
502
516
|
readonly MP3: "MP3";
|
|
503
517
|
readonly OPUS: "OPUS";
|
|
@@ -1030,6 +1044,27 @@ export interface Eac3Settings {
|
|
|
1030
1044
|
*/
|
|
1031
1045
|
SurroundMode?: Eac3SurroundMode | string;
|
|
1032
1046
|
}
|
|
1047
|
+
/**
|
|
1048
|
+
* @public
|
|
1049
|
+
* Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
|
|
1050
|
+
*/
|
|
1051
|
+
export interface FlacSettings {
|
|
1052
|
+
/**
|
|
1053
|
+
* @public
|
|
1054
|
+
* Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
|
1055
|
+
*/
|
|
1056
|
+
BitDepth?: number;
|
|
1057
|
+
/**
|
|
1058
|
+
* @public
|
|
1059
|
+
* Specify the number of channels in this output audio track. Choosing Mono on the console gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are between 1 and 8.
|
|
1060
|
+
*/
|
|
1061
|
+
Channels?: number;
|
|
1062
|
+
/**
|
|
1063
|
+
* @public
|
|
1064
|
+
* Sample rate in hz.
|
|
1065
|
+
*/
|
|
1066
|
+
SampleRate?: number;
|
|
1067
|
+
}
|
|
1033
1068
|
/**
|
|
1034
1069
|
* @public
|
|
1035
1070
|
* Required when you set Codec to the value MP2.
|
|
@@ -1209,6 +1244,11 @@ export interface AudioCodecSettings {
|
|
|
1209
1244
|
* Required when you set Codec to the value EAC3.
|
|
1210
1245
|
*/
|
|
1211
1246
|
Eac3Settings?: Eac3Settings;
|
|
1247
|
+
/**
|
|
1248
|
+
* @public
|
|
1249
|
+
* Required when you set Codec, under AudioDescriptions>CodecSettings, to the value FLAC.
|
|
1250
|
+
*/
|
|
1251
|
+
FlacSettings?: FlacSettings;
|
|
1212
1252
|
/**
|
|
1213
1253
|
* @public
|
|
1214
1254
|
* Required when you set Codec to the value MP2.
|
|
@@ -4410,7 +4450,7 @@ export interface NielsenNonLinearWatermarkSettings {
|
|
|
4410
4450
|
export interface AutomatedAbrSettings {
|
|
4411
4451
|
/**
|
|
4412
4452
|
* @public
|
|
4413
|
-
*
|
|
4453
|
+
* Specify the maximum average bitrate for MediaConvert to use in your automated ABR stack. If you don't specify a value, MediaConvert uses 8,000,000 (8 mb/s) by default. The average bitrate of your highest-quality rendition will be equal to or below this value, depending on the quality, complexity, and resolution of your content. Note that the instantaneous maximum bitrate may vary above the value that you specify.
|
|
4414
4454
|
*/
|
|
4415
4455
|
MaxAbrBitrate?: number;
|
|
4416
4456
|
/**
|
|
@@ -4420,7 +4460,7 @@ export interface AutomatedAbrSettings {
|
|
|
4420
4460
|
MaxRenditions?: number;
|
|
4421
4461
|
/**
|
|
4422
4462
|
* @public
|
|
4423
|
-
*
|
|
4463
|
+
* Specify the minimum average bitrate for MediaConvert to use in your automated ABR stack. If you don't specify a value, MediaConvert uses 600,000 (600 kb/s) by default. The average bitrate of your lowest-quality rendition will be near this value. Note that the instantaneous minimum bitrate may vary below the value that you specify.
|
|
4424
4464
|
*/
|
|
4425
4465
|
MinAbrBitrate?: number;
|
|
4426
4466
|
/**
|
|
@@ -4535,6 +4575,23 @@ export interface S3EncryptionSettings {
|
|
|
4535
4575
|
*/
|
|
4536
4576
|
KmsKeyArn?: string;
|
|
4537
4577
|
}
|
|
4578
|
+
/**
|
|
4579
|
+
* @public
|
|
4580
|
+
* @enum
|
|
4581
|
+
*/
|
|
4582
|
+
export declare const S3StorageClass: {
|
|
4583
|
+
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
4584
|
+
readonly GLACIER: "GLACIER";
|
|
4585
|
+
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
4586
|
+
readonly ONEZONE_IA: "ONEZONE_IA";
|
|
4587
|
+
readonly REDUCED_REDUNDANCY: "REDUCED_REDUNDANCY";
|
|
4588
|
+
readonly STANDARD: "STANDARD";
|
|
4589
|
+
readonly STANDARD_IA: "STANDARD_IA";
|
|
4590
|
+
};
|
|
4591
|
+
/**
|
|
4592
|
+
* @public
|
|
4593
|
+
*/
|
|
4594
|
+
export type S3StorageClass = (typeof S3StorageClass)[keyof typeof S3StorageClass];
|
|
4538
4595
|
/**
|
|
4539
4596
|
* @public
|
|
4540
4597
|
* Settings associated with S3 destination
|
|
@@ -4550,6 +4607,11 @@ export interface S3DestinationSettings {
|
|
|
4550
4607
|
* Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
|
4551
4608
|
*/
|
|
4552
4609
|
Encryption?: S3EncryptionSettings;
|
|
4610
|
+
/**
|
|
4611
|
+
* @public
|
|
4612
|
+
* Specify the S3 storage class to use for this destination.
|
|
4613
|
+
*/
|
|
4614
|
+
StorageClass?: S3StorageClass | string;
|
|
4553
4615
|
}
|
|
4554
4616
|
/**
|
|
4555
4617
|
* @public
|
|
@@ -6273,36 +6335,3 @@ export interface CmfcSettings {
|
|
|
6273
6335
|
*/
|
|
6274
6336
|
TimedMetadataValue?: string;
|
|
6275
6337
|
}
|
|
6276
|
-
/**
|
|
6277
|
-
* @public
|
|
6278
|
-
* @enum
|
|
6279
|
-
*/
|
|
6280
|
-
export declare const ContainerType: {
|
|
6281
|
-
readonly CMFC: "CMFC";
|
|
6282
|
-
readonly F4V: "F4V";
|
|
6283
|
-
readonly ISMV: "ISMV";
|
|
6284
|
-
readonly M2TS: "M2TS";
|
|
6285
|
-
readonly M3U8: "M3U8";
|
|
6286
|
-
readonly MOV: "MOV";
|
|
6287
|
-
readonly MP4: "MP4";
|
|
6288
|
-
readonly MPD: "MPD";
|
|
6289
|
-
readonly MXF: "MXF";
|
|
6290
|
-
readonly RAW: "RAW";
|
|
6291
|
-
readonly WEBM: "WEBM";
|
|
6292
|
-
};
|
|
6293
|
-
/**
|
|
6294
|
-
* @public
|
|
6295
|
-
*/
|
|
6296
|
-
export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
|
|
6297
|
-
/**
|
|
6298
|
-
* @public
|
|
6299
|
-
* @enum
|
|
6300
|
-
*/
|
|
6301
|
-
export declare const F4vMoovPlacement: {
|
|
6302
|
-
readonly NORMAL: "NORMAL";
|
|
6303
|
-
readonly PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD";
|
|
6304
|
-
};
|
|
6305
|
-
/**
|
|
6306
|
-
* @public
|
|
6307
|
-
*/
|
|
6308
|
-
export type F4vMoovPlacement = (typeof F4vMoovPlacement)[keyof typeof F4vMoovPlacement];
|
|
@@ -1,6 +1,39 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
3
|
-
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings,
|
|
3
|
+
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, EsamSettings, ExtendedDataServices, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const ContainerType: {
|
|
9
|
+
readonly CMFC: "CMFC";
|
|
10
|
+
readonly F4V: "F4V";
|
|
11
|
+
readonly ISMV: "ISMV";
|
|
12
|
+
readonly M2TS: "M2TS";
|
|
13
|
+
readonly M3U8: "M3U8";
|
|
14
|
+
readonly MOV: "MOV";
|
|
15
|
+
readonly MP4: "MP4";
|
|
16
|
+
readonly MPD: "MPD";
|
|
17
|
+
readonly MXF: "MXF";
|
|
18
|
+
readonly RAW: "RAW";
|
|
19
|
+
readonly WEBM: "WEBM";
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export type ContainerType = (typeof ContainerType)[keyof typeof ContainerType];
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* @enum
|
|
28
|
+
*/
|
|
29
|
+
export declare const F4vMoovPlacement: {
|
|
30
|
+
readonly NORMAL: "NORMAL";
|
|
31
|
+
readonly PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export type F4vMoovPlacement = (typeof F4vMoovPlacement)[keyof typeof F4vMoovPlacement];
|
|
4
37
|
/**
|
|
5
38
|
* @public
|
|
6
39
|
* Settings for F4v container
|
|
@@ -216,6 +249,18 @@ export declare const M2tsPcrControl: {
|
|
|
216
249
|
* @public
|
|
217
250
|
*/
|
|
218
251
|
export type M2tsPcrControl = (typeof M2tsPcrControl)[keyof typeof M2tsPcrControl];
|
|
252
|
+
/**
|
|
253
|
+
* @public
|
|
254
|
+
* @enum
|
|
255
|
+
*/
|
|
256
|
+
export declare const TsPtsOffset: {
|
|
257
|
+
readonly AUTO: "AUTO";
|
|
258
|
+
readonly SECONDS: "SECONDS";
|
|
259
|
+
};
|
|
260
|
+
/**
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
export type TsPtsOffset = (typeof TsPtsOffset)[keyof typeof TsPtsOffset];
|
|
219
264
|
/**
|
|
220
265
|
* @public
|
|
221
266
|
* @enum
|
|
@@ -429,6 +474,16 @@ export interface M2tsSettings {
|
|
|
429
474
|
* Use Program number to specify the program number used in the program map table (PMT) for this output. Default is 1. Program numbers and program map tables are parts of MPEG-2 transport stream containers, used for organizing data.
|
|
430
475
|
*/
|
|
431
476
|
ProgramNumber?: number;
|
|
477
|
+
/**
|
|
478
|
+
* @public
|
|
479
|
+
* Manually specify the initial PTS offset, in seconds, when you set PTS offset to Seconds. Enter an integer from 0 to 3600. Leave blank to keep the default value 2.
|
|
480
|
+
*/
|
|
481
|
+
PtsOffset?: number;
|
|
482
|
+
/**
|
|
483
|
+
* @public
|
|
484
|
+
* Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
|
|
485
|
+
*/
|
|
486
|
+
PtsOffsetMode?: TsPtsOffset | string;
|
|
432
487
|
/**
|
|
433
488
|
* @public
|
|
434
489
|
* When set to CBR, inserts null packets into transport stream to fill specified bitrate. When set to VBR, the bitrate setting acts as the maximum bitrate, but the output will not be padded up to that bitrate.
|
|
@@ -622,6 +677,16 @@ export interface M3u8Settings {
|
|
|
622
677
|
* The value of the program number field in the Program Map Table.
|
|
623
678
|
*/
|
|
624
679
|
ProgramNumber?: number;
|
|
680
|
+
/**
|
|
681
|
+
* @public
|
|
682
|
+
* Manually specify the initial PTS offset, in seconds, when you set PTS offset to Seconds. Enter an integer from 0 to 3600. Leave blank to keep the default value 2.
|
|
683
|
+
*/
|
|
684
|
+
PtsOffset?: number;
|
|
685
|
+
/**
|
|
686
|
+
* @public
|
|
687
|
+
* Specify the initial presentation timestamp (PTS) offset for your transport stream output. To let MediaConvert automatically determine the initial PTS offset: Keep the default value, Auto. We recommend that you choose Auto for the widest player compatibility. The initial PTS will be at least two seconds and vary depending on your output's bitrate, HRD buffer size and HRD buffer initial fill percentage. To manually specify an initial PTS offset: Choose Seconds. Then specify the number of seconds with PTS offset.
|
|
688
|
+
*/
|
|
689
|
+
PtsOffsetMode?: TsPtsOffset | string;
|
|
625
690
|
/**
|
|
626
691
|
* @public
|
|
627
692
|
* Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
|
@@ -1270,6 +1335,18 @@ export declare const Av1BitDepth: {
|
|
|
1270
1335
|
* @public
|
|
1271
1336
|
*/
|
|
1272
1337
|
export type Av1BitDepth = (typeof Av1BitDepth)[keyof typeof Av1BitDepth];
|
|
1338
|
+
/**
|
|
1339
|
+
* @public
|
|
1340
|
+
* @enum
|
|
1341
|
+
*/
|
|
1342
|
+
export declare const Av1FilmGrainSynthesis: {
|
|
1343
|
+
readonly DISABLED: "DISABLED";
|
|
1344
|
+
readonly ENABLED: "ENABLED";
|
|
1345
|
+
};
|
|
1346
|
+
/**
|
|
1347
|
+
* @public
|
|
1348
|
+
*/
|
|
1349
|
+
export type Av1FilmGrainSynthesis = (typeof Av1FilmGrainSynthesis)[keyof typeof Av1FilmGrainSynthesis];
|
|
1273
1350
|
/**
|
|
1274
1351
|
* @public
|
|
1275
1352
|
* @enum
|
|
@@ -1349,6 +1426,11 @@ export interface Av1Settings {
|
|
|
1349
1426
|
* Specify the Bit depth. You can choose 8-bit or 10-bit.
|
|
1350
1427
|
*/
|
|
1351
1428
|
BitDepth?: Av1BitDepth | string;
|
|
1429
|
+
/**
|
|
1430
|
+
* @public
|
|
1431
|
+
* Film grain synthesis replaces film grain present in your content with similar quality synthesized AV1 film grain. We recommend that you choose Enabled to reduce the bandwidth of your QVBR quality level 5, 6, 7, or 8 outputs. For QVBR quality level 9 or 10 outputs we recommend that you keep the default value, Disabled. When you include Film grain synthesis, you cannot include the Noise reducer preprocessor.
|
|
1432
|
+
*/
|
|
1433
|
+
FilmGrainSynthesis?: Av1FilmGrainSynthesis | string;
|
|
1352
1434
|
/**
|
|
1353
1435
|
* @public
|
|
1354
1436
|
* Use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction.
|
|
@@ -6217,33 +6299,3 @@ export interface DeleteJobTemplateResponse {
|
|
|
6217
6299
|
*/
|
|
6218
6300
|
export interface DeletePolicyRequest {
|
|
6219
6301
|
}
|
|
6220
|
-
/**
|
|
6221
|
-
* @public
|
|
6222
|
-
*/
|
|
6223
|
-
export interface DeletePolicyResponse {
|
|
6224
|
-
}
|
|
6225
|
-
/**
|
|
6226
|
-
* @public
|
|
6227
|
-
*/
|
|
6228
|
-
export interface DeletePresetRequest {
|
|
6229
|
-
/**
|
|
6230
|
-
* @public
|
|
6231
|
-
* The name of the preset to be deleted.
|
|
6232
|
-
*/
|
|
6233
|
-
Name: string | undefined;
|
|
6234
|
-
}
|
|
6235
|
-
/**
|
|
6236
|
-
* @public
|
|
6237
|
-
*/
|
|
6238
|
-
export interface DeletePresetResponse {
|
|
6239
|
-
}
|
|
6240
|
-
/**
|
|
6241
|
-
* @public
|
|
6242
|
-
*/
|
|
6243
|
-
export interface DeleteQueueRequest {
|
|
6244
|
-
/**
|
|
6245
|
-
* @public
|
|
6246
|
-
* The name of the queue that you want to delete.
|
|
6247
|
-
*/
|
|
6248
|
-
Name: string | undefined;
|
|
6249
|
-
}
|
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
import { AccelerationSettings, Endpoint, HopDestination } from "./models_0";
|
|
2
2
|
import { Job, JobStatus, JobTemplate, JobTemplateSettings, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeletePolicyResponse {
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
export interface DeletePresetRequest {
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* The name of the preset to be deleted.
|
|
15
|
+
*/
|
|
16
|
+
Name: string | undefined;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface DeletePresetResponse {
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
export interface DeleteQueueRequest {
|
|
27
|
+
/**
|
|
28
|
+
* @public
|
|
29
|
+
* The name of the queue that you want to delete.
|
|
30
|
+
*/
|
|
31
|
+
Name: string | undefined;
|
|
32
|
+
}
|
|
3
33
|
/**
|
|
4
34
|
* @public
|
|
5
35
|
*/
|