@aws-sdk/client-mediaconvert 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateCertificateCommand.js +2 -2
- package/dist-cjs/commands/CancelJobCommand.js +2 -2
- package/dist-cjs/commands/CreateJobCommand.js +2 -2
- package/dist-cjs/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/CreatePresetCommand.js +2 -2
- package/dist-cjs/commands/CreateQueueCommand.js +2 -2
- package/dist-cjs/commands/DeleteJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/DeletePolicyCommand.js +2 -2
- package/dist-cjs/commands/DeletePresetCommand.js +2 -2
- package/dist-cjs/commands/DeleteQueueCommand.js +2 -2
- package/dist-cjs/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateCertificateCommand.js +2 -2
- package/dist-cjs/commands/GetJobCommand.js +2 -2
- package/dist-cjs/commands/GetJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetPresetCommand.js +2 -2
- package/dist-cjs/commands/GetQueueCommand.js +2 -2
- package/dist-cjs/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListJobsCommand.js +2 -2
- package/dist-cjs/commands/ListPresetsCommand.js +2 -2
- package/dist-cjs/commands/ListQueuesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutPolicyCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +2 -2
- package/dist-cjs/commands/UpdatePresetCommand.js +2 -2
- package/dist-cjs/commands/UpdateQueueCommand.js +2 -2
- package/dist-cjs/models/models_0.js +442 -660
- package/dist-cjs/models/models_1.js +390 -582
- package/dist-cjs/models/models_2.js +89 -133
- package/dist-cjs/protocols/Aws_restJson1.js +302 -628
- package/dist-es/commands/AssociateCertificateCommand.js +3 -3
- package/dist-es/commands/CancelJobCommand.js +3 -3
- package/dist-es/commands/CreateJobCommand.js +3 -3
- package/dist-es/commands/CreateJobTemplateCommand.js +3 -3
- package/dist-es/commands/CreatePresetCommand.js +3 -3
- package/dist-es/commands/CreateQueueCommand.js +3 -3
- package/dist-es/commands/DeleteJobTemplateCommand.js +3 -3
- package/dist-es/commands/DeletePolicyCommand.js +3 -3
- package/dist-es/commands/DeletePresetCommand.js +3 -3
- package/dist-es/commands/DeleteQueueCommand.js +3 -3
- package/dist-es/commands/DescribeEndpointsCommand.js +3 -3
- package/dist-es/commands/DisassociateCertificateCommand.js +3 -3
- package/dist-es/commands/GetJobCommand.js +3 -3
- package/dist-es/commands/GetJobTemplateCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetPresetCommand.js +3 -3
- package/dist-es/commands/GetQueueCommand.js +3 -3
- package/dist-es/commands/ListJobTemplatesCommand.js +3 -3
- package/dist-es/commands/ListJobsCommand.js +4 -4
- package/dist-es/commands/ListPresetsCommand.js +3 -3
- package/dist-es/commands/ListQueuesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutPolicyCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateJobTemplateCommand.js +3 -3
- package/dist-es/commands/UpdatePresetCommand.js +3 -3
- package/dist-es/commands/UpdateQueueCommand.js +3 -3
- package/dist-es/models/models_0.js +109 -436
- package/dist-es/models/models_1.js +96 -384
- package/dist-es/models/models_2.js +22 -88
- package/dist-es/protocols/Aws_restJson1.js +401 -620
- package/dist-types/models/models_0.d.ts +436 -654
- package/dist-types/models/models_1.d.ts +384 -576
- package/dist-types/models/models_2.d.ts +88 -132
- package/dist-types/ts3.4/models/models_0.d.ts +218 -436
- package/dist-types/ts3.4/models/models_1.d.ts +192 -384
- package/dist-types/ts3.4/models/models_2.d.ts +44 -88
- package/package.json +6 -6
|
@@ -19,12 +19,6 @@ export interface AllowedRenditionSize {
|
|
|
19
19
|
*/
|
|
20
20
|
Width?: number;
|
|
21
21
|
}
|
|
22
|
-
export declare namespace AllowedRenditionSize {
|
|
23
|
-
/**
|
|
24
|
-
* @internal
|
|
25
|
-
*/
|
|
26
|
-
const filterSensitiveLog: (obj: AllowedRenditionSize) => any;
|
|
27
|
-
}
|
|
28
22
|
export declare enum AudioChannelTag {
|
|
29
23
|
C = "C",
|
|
30
24
|
CS = "CS",
|
|
@@ -51,12 +45,6 @@ export interface AudioChannelTaggingSettings {
|
|
|
51
45
|
*/
|
|
52
46
|
ChannelTag?: AudioChannelTag | string;
|
|
53
47
|
}
|
|
54
|
-
export declare namespace AudioChannelTaggingSettings {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
const filterSensitiveLog: (obj: AudioChannelTaggingSettings) => any;
|
|
59
|
-
}
|
|
60
48
|
export declare enum AudioNormalizationAlgorithm {
|
|
61
49
|
ITU_BS_1770_1 = "ITU_BS_1770_1",
|
|
62
50
|
ITU_BS_1770_2 = "ITU_BS_1770_2",
|
|
@@ -104,12 +92,6 @@ export interface AudioNormalizationSettings {
|
|
|
104
92
|
*/
|
|
105
93
|
TargetLkfs?: number;
|
|
106
94
|
}
|
|
107
|
-
export declare namespace AudioNormalizationSettings {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
const filterSensitiveLog: (obj: AudioNormalizationSettings) => any;
|
|
112
|
-
}
|
|
113
95
|
export declare enum AudioTypeControl {
|
|
114
96
|
FOLLOW_INPUT = "FOLLOW_INPUT",
|
|
115
97
|
USE_CONFIGURED = "USE_CONFIGURED"
|
|
@@ -189,12 +171,6 @@ export interface AacSettings {
|
|
|
189
171
|
*/
|
|
190
172
|
VbrQuality?: AacVbrQuality | string;
|
|
191
173
|
}
|
|
192
|
-
export declare namespace AacSettings {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
const filterSensitiveLog: (obj: AacSettings) => any;
|
|
197
|
-
}
|
|
198
174
|
export declare enum Ac3BitstreamMode {
|
|
199
175
|
COMMENTARY = "COMMENTARY",
|
|
200
176
|
COMPLETE_MAIN = "COMPLETE_MAIN",
|
|
@@ -284,12 +260,6 @@ export interface Ac3Settings {
|
|
|
284
260
|
*/
|
|
285
261
|
SampleRate?: number;
|
|
286
262
|
}
|
|
287
|
-
export declare namespace Ac3Settings {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
const filterSensitiveLog: (obj: Ac3Settings) => any;
|
|
292
|
-
}
|
|
293
263
|
/**
|
|
294
264
|
* Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF.
|
|
295
265
|
*/
|
|
@@ -307,12 +277,6 @@ export interface AiffSettings {
|
|
|
307
277
|
*/
|
|
308
278
|
SampleRate?: number;
|
|
309
279
|
}
|
|
310
|
-
export declare namespace AiffSettings {
|
|
311
|
-
/**
|
|
312
|
-
* @internal
|
|
313
|
-
*/
|
|
314
|
-
const filterSensitiveLog: (obj: AiffSettings) => any;
|
|
315
|
-
}
|
|
316
280
|
export declare enum AudioCodec {
|
|
317
281
|
AAC = "AAC",
|
|
318
282
|
AC3 = "AC3",
|
|
@@ -454,12 +418,6 @@ export interface Eac3AtmosSettings {
|
|
|
454
418
|
*/
|
|
455
419
|
SurroundExMode?: Eac3AtmosSurroundExMode | string;
|
|
456
420
|
}
|
|
457
|
-
export declare namespace Eac3AtmosSettings {
|
|
458
|
-
/**
|
|
459
|
-
* @internal
|
|
460
|
-
*/
|
|
461
|
-
const filterSensitiveLog: (obj: Eac3AtmosSettings) => any;
|
|
462
|
-
}
|
|
463
421
|
export declare enum Eac3AttenuationControl {
|
|
464
422
|
ATTENUATE_3_DB = "ATTENUATE_3_DB",
|
|
465
423
|
NONE = "NONE"
|
|
@@ -621,12 +579,6 @@ export interface Eac3Settings {
|
|
|
621
579
|
*/
|
|
622
580
|
SurroundMode?: Eac3SurroundMode | string;
|
|
623
581
|
}
|
|
624
|
-
export declare namespace Eac3Settings {
|
|
625
|
-
/**
|
|
626
|
-
* @internal
|
|
627
|
-
*/
|
|
628
|
-
const filterSensitiveLog: (obj: Eac3Settings) => any;
|
|
629
|
-
}
|
|
630
582
|
/**
|
|
631
583
|
* Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2.
|
|
632
584
|
*/
|
|
@@ -644,12 +596,6 @@ export interface Mp2Settings {
|
|
|
644
596
|
*/
|
|
645
597
|
SampleRate?: number;
|
|
646
598
|
}
|
|
647
|
-
export declare namespace Mp2Settings {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
|
-
const filterSensitiveLog: (obj: Mp2Settings) => any;
|
|
652
|
-
}
|
|
653
599
|
export declare enum Mp3RateControlMode {
|
|
654
600
|
CBR = "CBR",
|
|
655
601
|
VBR = "VBR"
|
|
@@ -679,12 +625,6 @@ export interface Mp3Settings {
|
|
|
679
625
|
*/
|
|
680
626
|
VbrQuality?: number;
|
|
681
627
|
}
|
|
682
|
-
export declare namespace Mp3Settings {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
|
-
const filterSensitiveLog: (obj: Mp3Settings) => any;
|
|
687
|
-
}
|
|
688
628
|
/**
|
|
689
629
|
* Required when you set Codec, under AudioDescriptions>CodecSettings, to the value OPUS.
|
|
690
630
|
*/
|
|
@@ -702,12 +642,6 @@ export interface OpusSettings {
|
|
|
702
642
|
*/
|
|
703
643
|
SampleRate?: number;
|
|
704
644
|
}
|
|
705
|
-
export declare namespace OpusSettings {
|
|
706
|
-
/**
|
|
707
|
-
* @internal
|
|
708
|
-
*/
|
|
709
|
-
const filterSensitiveLog: (obj: OpusSettings) => any;
|
|
710
|
-
}
|
|
711
645
|
/**
|
|
712
646
|
* Required when you set Codec, under AudioDescriptions>CodecSettings, to the value Vorbis.
|
|
713
647
|
*/
|
|
@@ -725,12 +659,6 @@ export interface VorbisSettings {
|
|
|
725
659
|
*/
|
|
726
660
|
VbrQuality?: number;
|
|
727
661
|
}
|
|
728
|
-
export declare namespace VorbisSettings {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
|
-
const filterSensitiveLog: (obj: VorbisSettings) => any;
|
|
733
|
-
}
|
|
734
662
|
export declare enum WavFormat {
|
|
735
663
|
RF64 = "RF64",
|
|
736
664
|
RIFF = "RIFF"
|
|
@@ -756,12 +684,6 @@ export interface WavSettings {
|
|
|
756
684
|
*/
|
|
757
685
|
SampleRate?: number;
|
|
758
686
|
}
|
|
759
|
-
export declare namespace WavSettings {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
|
-
const filterSensitiveLog: (obj: WavSettings) => any;
|
|
764
|
-
}
|
|
765
687
|
/**
|
|
766
688
|
* Settings related to audio encoding. The settings in this group vary depending on the value that you choose for your audio codec.
|
|
767
689
|
*/
|
|
@@ -811,12 +733,6 @@ export interface AudioCodecSettings {
|
|
|
811
733
|
*/
|
|
812
734
|
WavSettings?: WavSettings;
|
|
813
735
|
}
|
|
814
|
-
export declare namespace AudioCodecSettings {
|
|
815
|
-
/**
|
|
816
|
-
* @internal
|
|
817
|
-
*/
|
|
818
|
-
const filterSensitiveLog: (obj: AudioCodecSettings) => any;
|
|
819
|
-
}
|
|
820
736
|
export declare enum LanguageCode {
|
|
821
737
|
AAR = "AAR",
|
|
822
738
|
ABK = "ABK",
|
|
@@ -1028,12 +944,6 @@ export interface OutputChannelMapping {
|
|
|
1028
944
|
*/
|
|
1029
945
|
InputChannelsFineTune?: number[];
|
|
1030
946
|
}
|
|
1031
|
-
export declare namespace OutputChannelMapping {
|
|
1032
|
-
/**
|
|
1033
|
-
* @internal
|
|
1034
|
-
*/
|
|
1035
|
-
const filterSensitiveLog: (obj: OutputChannelMapping) => any;
|
|
1036
|
-
}
|
|
1037
947
|
/**
|
|
1038
948
|
* Channel mapping (ChannelMapping) contains the group of fields that hold the remixing value for each channel, in dB. Specify remix values to indicate how much of the content from your input audio channel you want in your output audio channels. Each instance of the InputChannels or InputChannelsFineTune array specifies these values for one output channel. Use one instance of this array for each output channel. In the console, each array corresponds to a column in the graphical depiction of the mapping matrix. The rows of the graphical matrix correspond to input channels. Valid values are within the range from -60 (mute) through 6. A setting of 0 passes the input channel unchanged to the output channel (no attenuation or amplification). Use InputChannels or InputChannelsFineTune to specify your remix values. Don't use both.
|
|
1039
949
|
*/
|
|
@@ -1043,12 +953,6 @@ export interface ChannelMapping {
|
|
|
1043
953
|
*/
|
|
1044
954
|
OutputChannels?: OutputChannelMapping[];
|
|
1045
955
|
}
|
|
1046
|
-
export declare namespace ChannelMapping {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
const filterSensitiveLog: (obj: ChannelMapping) => any;
|
|
1051
|
-
}
|
|
1052
956
|
/**
|
|
1053
957
|
* Use Manual audio remixing (RemixSettings) to adjust audio levels for each audio channel in each output of your job. With audio remixing, you can output more or fewer audio channels than your input audio source provides.
|
|
1054
958
|
*/
|
|
@@ -1066,12 +970,6 @@ export interface RemixSettings {
|
|
|
1066
970
|
*/
|
|
1067
971
|
ChannelsOut?: number;
|
|
1068
972
|
}
|
|
1069
|
-
export declare namespace RemixSettings {
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
|
-
const filterSensitiveLog: (obj: RemixSettings) => any;
|
|
1074
|
-
}
|
|
1075
973
|
/**
|
|
1076
974
|
* Settings related to one audio tab on the MediaConvert console. In your job JSON, an instance of AudioDescription is equivalent to one audio tab in the console. Usually, one audio tab corresponds to one output audio track. Depending on how you set up your input audio selectors and whether you use audio selector groups, one audio tab can correspond to a group of output audio tracks.
|
|
1077
975
|
*/
|
|
@@ -1121,12 +1019,6 @@ export interface AudioDescription {
|
|
|
1121
1019
|
*/
|
|
1122
1020
|
StreamName?: string;
|
|
1123
1021
|
}
|
|
1124
|
-
export declare namespace AudioDescription {
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
|
-
const filterSensitiveLog: (obj: AudioDescription) => any;
|
|
1129
|
-
}
|
|
1130
1022
|
/**
|
|
1131
1023
|
* Use Force include renditions to specify one or more resolutions to include your ABR stack. * (Recommended) To optimize automated ABR, specify as few resolutions as possible. * (Required) The number of resolutions that you specify must be equal to, or less than, the Max renditions setting. * If you specify a Min top rendition size rule, specify at least one resolution that is equal to, or greater than, Min top rendition size. * If you specify a Min bottom rendition size rule, only specify resolutions that are equal to, or greater than, Min bottom rendition size. * If you specify a Force include renditions rule, do not specify a separate rule for Allowed renditions. * Note: The ABR stack may include other resolutions that you do not specify here, depending on the Max renditions setting.
|
|
1132
1024
|
*/
|
|
@@ -1140,12 +1032,6 @@ export interface ForceIncludeRenditionSize {
|
|
|
1140
1032
|
*/
|
|
1141
1033
|
Width?: number;
|
|
1142
1034
|
}
|
|
1143
|
-
export declare namespace ForceIncludeRenditionSize {
|
|
1144
|
-
/**
|
|
1145
|
-
* @internal
|
|
1146
|
-
*/
|
|
1147
|
-
const filterSensitiveLog: (obj: ForceIncludeRenditionSize) => any;
|
|
1148
|
-
}
|
|
1149
1035
|
/**
|
|
1150
1036
|
* Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack. * The lowest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 640x360 the lowest resolution in your ABR stack will be equal to or greater than to 640x360. * If you specify a Min top rendition size rule, the value that you specify for Min bottom rendition size must be less than, or equal to, Min top rendition size.
|
|
1151
1037
|
*/
|
|
@@ -1159,12 +1045,6 @@ export interface MinBottomRenditionSize {
|
|
|
1159
1045
|
*/
|
|
1160
1046
|
Width?: number;
|
|
1161
1047
|
}
|
|
1162
|
-
export declare namespace MinBottomRenditionSize {
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
|
-
const filterSensitiveLog: (obj: MinBottomRenditionSize) => any;
|
|
1167
|
-
}
|
|
1168
1048
|
/**
|
|
1169
1049
|
* Use Min top rendition size to specify a minimum size for the highest resolution in your ABR stack. * The highest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 1280x720 the highest resolution in your ABR stack will be equal to or greater than 1280x720. * If you specify a value for Max resolution, the value that you specify for Min top rendition size must be less than, or equal to, Max resolution.
|
|
1170
1050
|
*/
|
|
@@ -1178,12 +1058,6 @@ export interface MinTopRenditionSize {
|
|
|
1178
1058
|
*/
|
|
1179
1059
|
Width?: number;
|
|
1180
1060
|
}
|
|
1181
|
-
export declare namespace MinTopRenditionSize {
|
|
1182
|
-
/**
|
|
1183
|
-
* @internal
|
|
1184
|
-
*/
|
|
1185
|
-
const filterSensitiveLog: (obj: MinTopRenditionSize) => any;
|
|
1186
|
-
}
|
|
1187
1061
|
export declare enum RuleType {
|
|
1188
1062
|
ALLOWED_RENDITIONS = "ALLOWED_RENDITIONS",
|
|
1189
1063
|
FORCE_INCLUDE_RENDITIONS = "FORCE_INCLUDE_RENDITIONS",
|
|
@@ -1215,12 +1089,6 @@ export interface AutomatedAbrRule {
|
|
|
1215
1089
|
*/
|
|
1216
1090
|
Type?: RuleType | string;
|
|
1217
1091
|
}
|
|
1218
|
-
export declare namespace AutomatedAbrRule {
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
|
-
const filterSensitiveLog: (obj: AutomatedAbrRule) => any;
|
|
1223
|
-
}
|
|
1224
1092
|
export declare enum BurninSubtitleAlignment {
|
|
1225
1093
|
AUTO = "AUTO",
|
|
1226
1094
|
CENTERED = "CENTERED",
|
|
@@ -1371,12 +1239,6 @@ export interface BurninDestinationSettings {
|
|
|
1371
1239
|
*/
|
|
1372
1240
|
YPosition?: number;
|
|
1373
1241
|
}
|
|
1374
|
-
export declare namespace BurninDestinationSettings {
|
|
1375
|
-
/**
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
1378
|
-
const filterSensitiveLog: (obj: BurninDestinationSettings) => any;
|
|
1379
|
-
}
|
|
1380
1242
|
export declare enum CaptionDestinationType {
|
|
1381
1243
|
BURN_IN = "BURN_IN",
|
|
1382
1244
|
DVB_SUB = "DVB_SUB",
|
|
@@ -1571,12 +1433,6 @@ export interface DvbSubDestinationSettings {
|
|
|
1571
1433
|
*/
|
|
1572
1434
|
YPosition?: number;
|
|
1573
1435
|
}
|
|
1574
|
-
export declare namespace DvbSubDestinationSettings {
|
|
1575
|
-
/**
|
|
1576
|
-
* @internal
|
|
1577
|
-
*/
|
|
1578
|
-
const filterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
|
|
1579
|
-
}
|
|
1580
1436
|
/**
|
|
1581
1437
|
* Settings related to CEA/EIA-608 and CEA/EIA-708 (also called embedded or ancillary) captions. Set up embedded captions in the same output as your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/embedded-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to EMBEDDED, EMBEDDED_PLUS_SCTE20, or SCTE20_PLUS_EMBEDDED.
|
|
1582
1438
|
*/
|
|
@@ -1590,12 +1446,6 @@ export interface EmbeddedDestinationSettings {
|
|
|
1590
1446
|
*/
|
|
1591
1447
|
Destination708ServiceNumber?: number;
|
|
1592
1448
|
}
|
|
1593
|
-
export declare namespace EmbeddedDestinationSettings {
|
|
1594
|
-
/**
|
|
1595
|
-
* @internal
|
|
1596
|
-
*/
|
|
1597
|
-
const filterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
|
|
1598
|
-
}
|
|
1599
1449
|
export declare enum ImscAccessibilitySubs {
|
|
1600
1450
|
DISABLED = "DISABLED",
|
|
1601
1451
|
ENABLED = "ENABLED"
|
|
@@ -1617,12 +1467,6 @@ export interface ImscDestinationSettings {
|
|
|
1617
1467
|
*/
|
|
1618
1468
|
StylePassthrough?: ImscStylePassthrough | string;
|
|
1619
1469
|
}
|
|
1620
|
-
export declare namespace ImscDestinationSettings {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
|
-
const filterSensitiveLog: (obj: ImscDestinationSettings) => any;
|
|
1625
|
-
}
|
|
1626
1470
|
export declare enum SccDestinationFramerate {
|
|
1627
1471
|
FRAMERATE_23_97 = "FRAMERATE_23_97",
|
|
1628
1472
|
FRAMERATE_24 = "FRAMERATE_24",
|
|
@@ -1639,12 +1483,6 @@ export interface SccDestinationSettings {
|
|
|
1639
1483
|
*/
|
|
1640
1484
|
Framerate?: SccDestinationFramerate | string;
|
|
1641
1485
|
}
|
|
1642
|
-
export declare namespace SccDestinationSettings {
|
|
1643
|
-
/**
|
|
1644
|
-
* @internal
|
|
1645
|
-
*/
|
|
1646
|
-
const filterSensitiveLog: (obj: SccDestinationSettings) => any;
|
|
1647
|
-
}
|
|
1648
1486
|
export declare enum SrtStylePassthrough {
|
|
1649
1487
|
DISABLED = "DISABLED",
|
|
1650
1488
|
ENABLED = "ENABLED"
|
|
@@ -1658,12 +1496,6 @@ export interface SrtDestinationSettings {
|
|
|
1658
1496
|
*/
|
|
1659
1497
|
StylePassthrough?: SrtStylePassthrough | string;
|
|
1660
1498
|
}
|
|
1661
|
-
export declare namespace SrtDestinationSettings {
|
|
1662
|
-
/**
|
|
1663
|
-
* @internal
|
|
1664
|
-
*/
|
|
1665
|
-
const filterSensitiveLog: (obj: SrtDestinationSettings) => any;
|
|
1666
|
-
}
|
|
1667
1499
|
export declare enum TeletextPageType {
|
|
1668
1500
|
PAGE_TYPE_ADDL_INFO = "PAGE_TYPE_ADDL_INFO",
|
|
1669
1501
|
PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE = "PAGE_TYPE_HEARING_IMPAIRED_SUBTITLE",
|
|
@@ -1684,12 +1516,6 @@ export interface TeletextDestinationSettings {
|
|
|
1684
1516
|
*/
|
|
1685
1517
|
PageTypes?: (TeletextPageType | string)[];
|
|
1686
1518
|
}
|
|
1687
|
-
export declare namespace TeletextDestinationSettings {
|
|
1688
|
-
/**
|
|
1689
|
-
* @internal
|
|
1690
|
-
*/
|
|
1691
|
-
const filterSensitiveLog: (obj: TeletextDestinationSettings) => any;
|
|
1692
|
-
}
|
|
1693
1519
|
export declare enum TtmlStylePassthrough {
|
|
1694
1520
|
DISABLED = "DISABLED",
|
|
1695
1521
|
ENABLED = "ENABLED"
|
|
@@ -1703,12 +1529,6 @@ export interface TtmlDestinationSettings {
|
|
|
1703
1529
|
*/
|
|
1704
1530
|
StylePassthrough?: TtmlStylePassthrough | string;
|
|
1705
1531
|
}
|
|
1706
|
-
export declare namespace TtmlDestinationSettings {
|
|
1707
|
-
/**
|
|
1708
|
-
* @internal
|
|
1709
|
-
*/
|
|
1710
|
-
const filterSensitiveLog: (obj: TtmlDestinationSettings) => any;
|
|
1711
|
-
}
|
|
1712
1532
|
export declare enum WebvttAccessibilitySubs {
|
|
1713
1533
|
DISABLED = "DISABLED",
|
|
1714
1534
|
ENABLED = "ENABLED"
|
|
@@ -1731,12 +1551,6 @@ export interface WebvttDestinationSettings {
|
|
|
1731
1551
|
*/
|
|
1732
1552
|
StylePassthrough?: WebvttStylePassthrough | string;
|
|
1733
1553
|
}
|
|
1734
|
-
export declare namespace WebvttDestinationSettings {
|
|
1735
|
-
/**
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
|
-
const filterSensitiveLog: (obj: WebvttDestinationSettings) => any;
|
|
1739
|
-
}
|
|
1740
1554
|
/**
|
|
1741
1555
|
* Settings related to one captions tab on the MediaConvert console. In your job JSON, an instance of captions DestinationSettings is equivalent to one captions tab in the console. Usually, one captions tab corresponds to one output captions track. Depending on your output captions format, one tab might correspond to a set of output captions tracks. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/including-captions.html.
|
|
1742
1556
|
*/
|
|
@@ -1782,12 +1596,6 @@ export interface CaptionDestinationSettings {
|
|
|
1782
1596
|
*/
|
|
1783
1597
|
WebvttDestinationSettings?: WebvttDestinationSettings;
|
|
1784
1598
|
}
|
|
1785
|
-
export declare namespace CaptionDestinationSettings {
|
|
1786
|
-
/**
|
|
1787
|
-
* @internal
|
|
1788
|
-
*/
|
|
1789
|
-
const filterSensitiveLog: (obj: CaptionDestinationSettings) => any;
|
|
1790
|
-
}
|
|
1791
1599
|
/**
|
|
1792
1600
|
* This object holds groups of settings related to captions for one output. For each output that has captions, include one instance of CaptionDescriptions.
|
|
1793
1601
|
*/
|
|
@@ -1813,12 +1621,6 @@ export interface CaptionDescription {
|
|
|
1813
1621
|
*/
|
|
1814
1622
|
LanguageDescription?: string;
|
|
1815
1623
|
}
|
|
1816
|
-
export declare namespace CaptionDescription {
|
|
1817
|
-
/**
|
|
1818
|
-
* @internal
|
|
1819
|
-
*/
|
|
1820
|
-
const filterSensitiveLog: (obj: CaptionDescription) => any;
|
|
1821
|
-
}
|
|
1822
1624
|
/**
|
|
1823
1625
|
* Caption Description for preset
|
|
1824
1626
|
*/
|
|
@@ -1840,12 +1642,6 @@ export interface CaptionDescriptionPreset {
|
|
|
1840
1642
|
*/
|
|
1841
1643
|
LanguageDescription?: string;
|
|
1842
1644
|
}
|
|
1843
|
-
export declare namespace CaptionDescriptionPreset {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
const filterSensitiveLog: (obj: CaptionDescriptionPreset) => any;
|
|
1848
|
-
}
|
|
1849
1645
|
/**
|
|
1850
1646
|
* Specify the details for each pair of HLS and DASH additional manifests that you want the service to generate for this CMAF output group. Each pair of manifests can reference a different subset of outputs in the group.
|
|
1851
1647
|
*/
|
|
@@ -1859,12 +1655,6 @@ export interface CmafAdditionalManifest {
|
|
|
1859
1655
|
*/
|
|
1860
1656
|
SelectedOutputs?: string[];
|
|
1861
1657
|
}
|
|
1862
|
-
export declare namespace CmafAdditionalManifest {
|
|
1863
|
-
/**
|
|
1864
|
-
* @internal
|
|
1865
|
-
*/
|
|
1866
|
-
const filterSensitiveLog: (obj: CmafAdditionalManifest) => any;
|
|
1867
|
-
}
|
|
1868
1658
|
/**
|
|
1869
1659
|
* Specify the details for each additional DASH manifest that you want the service to generate for this output group. Each manifest can reference a different subset of outputs in the group.
|
|
1870
1660
|
*/
|
|
@@ -1878,12 +1668,6 @@ export interface DashAdditionalManifest {
|
|
|
1878
1668
|
*/
|
|
1879
1669
|
SelectedOutputs?: string[];
|
|
1880
1670
|
}
|
|
1881
|
-
export declare namespace DashAdditionalManifest {
|
|
1882
|
-
/**
|
|
1883
|
-
* @internal
|
|
1884
|
-
*/
|
|
1885
|
-
const filterSensitiveLog: (obj: DashAdditionalManifest) => any;
|
|
1886
|
-
}
|
|
1887
1671
|
/**
|
|
1888
1672
|
* Describes an account-specific API endpoint.
|
|
1889
1673
|
*/
|
|
@@ -1893,12 +1677,6 @@ export interface Endpoint {
|
|
|
1893
1677
|
*/
|
|
1894
1678
|
Url?: string;
|
|
1895
1679
|
}
|
|
1896
|
-
export declare namespace Endpoint {
|
|
1897
|
-
/**
|
|
1898
|
-
* @internal
|
|
1899
|
-
*/
|
|
1900
|
-
const filterSensitiveLog: (obj: Endpoint) => any;
|
|
1901
|
-
}
|
|
1902
1680
|
/**
|
|
1903
1681
|
* Specify the details for each additional HLS manifest that you want the service to generate for this output group. Each manifest can reference a different subset of outputs in the group.
|
|
1904
1682
|
*/
|
|
@@ -1912,12 +1690,6 @@ export interface HlsAdditionalManifest {
|
|
|
1912
1690
|
*/
|
|
1913
1691
|
SelectedOutputs?: string[];
|
|
1914
1692
|
}
|
|
1915
|
-
export declare namespace HlsAdditionalManifest {
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
|
-
const filterSensitiveLog: (obj: HlsAdditionalManifest) => any;
|
|
1920
|
-
}
|
|
1921
1693
|
export declare enum HlsAdMarkers {
|
|
1922
1694
|
ELEMENTAL = "ELEMENTAL",
|
|
1923
1695
|
ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35"
|
|
@@ -1943,12 +1715,6 @@ export interface HlsCaptionLanguageMapping {
|
|
|
1943
1715
|
*/
|
|
1944
1716
|
LanguageDescription?: string;
|
|
1945
1717
|
}
|
|
1946
|
-
export declare namespace HlsCaptionLanguageMapping {
|
|
1947
|
-
/**
|
|
1948
|
-
* @internal
|
|
1949
|
-
*/
|
|
1950
|
-
const filterSensitiveLog: (obj: HlsCaptionLanguageMapping) => any;
|
|
1951
|
-
}
|
|
1952
1718
|
/**
|
|
1953
1719
|
* Optional. Configuration for a destination queue to which the job can hop once a customer-defined minimum wait time has passed.
|
|
1954
1720
|
*/
|
|
@@ -1966,12 +1732,6 @@ export interface HopDestination {
|
|
|
1966
1732
|
*/
|
|
1967
1733
|
WaitMinutes?: number;
|
|
1968
1734
|
}
|
|
1969
|
-
export declare namespace HopDestination {
|
|
1970
|
-
/**
|
|
1971
|
-
* @internal
|
|
1972
|
-
*/
|
|
1973
|
-
const filterSensitiveLog: (obj: HopDestination) => any;
|
|
1974
|
-
}
|
|
1975
1735
|
/**
|
|
1976
1736
|
* To insert ID3 tags in your output, specify two values. Use ID3 tag (Id3) to specify the base 64 encoded string and use Timecode (TimeCode) to specify the time when the tag should be inserted. To insert multiple ID3 tags in your output, create multiple instances of ID3 insertion (Id3Insertion).
|
|
1977
1737
|
*/
|
|
@@ -1985,12 +1745,6 @@ export interface Id3Insertion {
|
|
|
1985
1745
|
*/
|
|
1986
1746
|
Timecode?: string;
|
|
1987
1747
|
}
|
|
1988
|
-
export declare namespace Id3Insertion {
|
|
1989
|
-
/**
|
|
1990
|
-
* @internal
|
|
1991
|
-
*/
|
|
1992
|
-
const filterSensitiveLog: (obj: Id3Insertion) => any;
|
|
1993
|
-
}
|
|
1994
1748
|
/**
|
|
1995
1749
|
* Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
|
|
1996
1750
|
*/
|
|
@@ -2000,12 +1754,6 @@ export interface AudioSelectorGroup {
|
|
|
2000
1754
|
*/
|
|
2001
1755
|
AudioSelectorNames?: string[];
|
|
2002
1756
|
}
|
|
2003
|
-
export declare namespace AudioSelectorGroup {
|
|
2004
|
-
/**
|
|
2005
|
-
* @internal
|
|
2006
|
-
*/
|
|
2007
|
-
const filterSensitiveLog: (obj: AudioSelectorGroup) => any;
|
|
2008
|
-
}
|
|
2009
1757
|
export declare enum AudioDurationCorrection {
|
|
2010
1758
|
AUTO = "AUTO",
|
|
2011
1759
|
DISABLED = "DISABLED",
|
|
@@ -2033,12 +1781,6 @@ export interface HlsRenditionGroupSettings {
|
|
|
2033
1781
|
*/
|
|
2034
1782
|
RenditionName?: string;
|
|
2035
1783
|
}
|
|
2036
|
-
export declare namespace HlsRenditionGroupSettings {
|
|
2037
|
-
/**
|
|
2038
|
-
* @internal
|
|
2039
|
-
*/
|
|
2040
|
-
const filterSensitiveLog: (obj: HlsRenditionGroupSettings) => any;
|
|
2041
|
-
}
|
|
2042
1784
|
export declare enum AudioSelectorType {
|
|
2043
1785
|
HLS_RENDITION_GROUP = "HLS_RENDITION_GROUP",
|
|
2044
1786
|
LANGUAGE_CODE = "LANGUAGE_CODE",
|
|
@@ -2098,12 +1840,6 @@ export interface AudioSelector {
|
|
|
2098
1840
|
*/
|
|
2099
1841
|
Tracks?: number[];
|
|
2100
1842
|
}
|
|
2101
|
-
export declare namespace AudioSelector {
|
|
2102
|
-
/**
|
|
2103
|
-
* @internal
|
|
2104
|
-
*/
|
|
2105
|
-
const filterSensitiveLog: (obj: AudioSelector) => any;
|
|
2106
|
-
}
|
|
2107
1843
|
export declare enum AncillaryConvert608To708 {
|
|
2108
1844
|
DISABLED = "DISABLED",
|
|
2109
1845
|
UPCONVERT = "UPCONVERT"
|
|
@@ -2129,12 +1865,6 @@ export interface AncillarySourceSettings {
|
|
|
2129
1865
|
*/
|
|
2130
1866
|
TerminateCaptions?: AncillaryTerminateCaptions | string;
|
|
2131
1867
|
}
|
|
2132
|
-
export declare namespace AncillarySourceSettings {
|
|
2133
|
-
/**
|
|
2134
|
-
* @internal
|
|
2135
|
-
*/
|
|
2136
|
-
const filterSensitiveLog: (obj: AncillarySourceSettings) => any;
|
|
2137
|
-
}
|
|
2138
1868
|
/**
|
|
2139
1869
|
* DVB Sub Source Settings
|
|
2140
1870
|
*/
|
|
@@ -2144,12 +1874,6 @@ export interface DvbSubSourceSettings {
|
|
|
2144
1874
|
*/
|
|
2145
1875
|
Pid?: number;
|
|
2146
1876
|
}
|
|
2147
|
-
export declare namespace DvbSubSourceSettings {
|
|
2148
|
-
/**
|
|
2149
|
-
* @internal
|
|
2150
|
-
*/
|
|
2151
|
-
const filterSensitiveLog: (obj: DvbSubSourceSettings) => any;
|
|
2152
|
-
}
|
|
2153
1877
|
export declare enum EmbeddedConvert608To708 {
|
|
2154
1878
|
DISABLED = "DISABLED",
|
|
2155
1879
|
UPCONVERT = "UPCONVERT"
|
|
@@ -2179,12 +1903,6 @@ export interface EmbeddedSourceSettings {
|
|
|
2179
1903
|
*/
|
|
2180
1904
|
TerminateCaptions?: EmbeddedTerminateCaptions | string;
|
|
2181
1905
|
}
|
|
2182
|
-
export declare namespace EmbeddedSourceSettings {
|
|
2183
|
-
/**
|
|
2184
|
-
* @internal
|
|
2185
|
-
*/
|
|
2186
|
-
const filterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
|
|
2187
|
-
}
|
|
2188
1906
|
export declare enum FileSourceConvert608To708 {
|
|
2189
1907
|
DISABLED = "DISABLED",
|
|
2190
1908
|
UPCONVERT = "UPCONVERT"
|
|
@@ -2202,12 +1920,6 @@ export interface CaptionSourceFramerate {
|
|
|
2202
1920
|
*/
|
|
2203
1921
|
FramerateNumerator?: number;
|
|
2204
1922
|
}
|
|
2205
|
-
export declare namespace CaptionSourceFramerate {
|
|
2206
|
-
/**
|
|
2207
|
-
* @internal
|
|
2208
|
-
*/
|
|
2209
|
-
const filterSensitiveLog: (obj: CaptionSourceFramerate) => any;
|
|
2210
|
-
}
|
|
2211
1923
|
export declare enum FileSourceTimeDeltaUnits {
|
|
2212
1924
|
MILLISECONDS = "MILLISECONDS",
|
|
2213
1925
|
SECONDS = "SECONDS"
|
|
@@ -2237,12 +1949,6 @@ export interface FileSourceSettings {
|
|
|
2237
1949
|
*/
|
|
2238
1950
|
TimeDeltaUnits?: FileSourceTimeDeltaUnits | string;
|
|
2239
1951
|
}
|
|
2240
|
-
export declare namespace FileSourceSettings {
|
|
2241
|
-
/**
|
|
2242
|
-
* @internal
|
|
2243
|
-
*/
|
|
2244
|
-
const filterSensitiveLog: (obj: FileSourceSettings) => any;
|
|
2245
|
-
}
|
|
2246
1952
|
export declare enum CaptionSourceType {
|
|
2247
1953
|
ANCILLARY = "ANCILLARY",
|
|
2248
1954
|
DVB_SUB = "DVB_SUB",
|
|
@@ -2268,12 +1974,6 @@ export interface TeletextSourceSettings {
|
|
|
2268
1974
|
*/
|
|
2269
1975
|
PageNumber?: string;
|
|
2270
1976
|
}
|
|
2271
|
-
export declare namespace TeletextSourceSettings {
|
|
2272
|
-
/**
|
|
2273
|
-
* @internal
|
|
2274
|
-
*/
|
|
2275
|
-
const filterSensitiveLog: (obj: TeletextSourceSettings) => any;
|
|
2276
|
-
}
|
|
2277
1977
|
/**
|
|
2278
1978
|
* Settings specific to caption sources that are specified by track number. Currently, this is only IMSC captions in an IMF package. If your caption source is IMSC 1.1 in a separate xml file, use FileSourceSettings instead of TrackSourceSettings.
|
|
2279
1979
|
*/
|
|
@@ -2283,12 +1983,6 @@ export interface TrackSourceSettings {
|
|
|
2283
1983
|
*/
|
|
2284
1984
|
TrackNumber?: number;
|
|
2285
1985
|
}
|
|
2286
|
-
export declare namespace TrackSourceSettings {
|
|
2287
|
-
/**
|
|
2288
|
-
* @internal
|
|
2289
|
-
*/
|
|
2290
|
-
const filterSensitiveLog: (obj: TrackSourceSettings) => any;
|
|
2291
|
-
}
|
|
2292
1986
|
/**
|
|
2293
1987
|
* Settings specific to WebVTT sources in HLS alternative rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique subtitle track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the specified properties, the job fails. If there is only one subtitle track in the rendition group, the settings can be left empty and the default subtitle track will be chosen. If your caption source is a sidecar file, use FileSourceSettings instead of WebvttHlsSourceSettings.
|
|
2294
1988
|
*/
|
|
@@ -2306,12 +2000,6 @@ export interface WebvttHlsSourceSettings {
|
|
|
2306
2000
|
*/
|
|
2307
2001
|
RenditionName?: string;
|
|
2308
2002
|
}
|
|
2309
|
-
export declare namespace WebvttHlsSourceSettings {
|
|
2310
|
-
/**
|
|
2311
|
-
* @internal
|
|
2312
|
-
*/
|
|
2313
|
-
const filterSensitiveLog: (obj: WebvttHlsSourceSettings) => any;
|
|
2314
|
-
}
|
|
2315
2003
|
/**
|
|
2316
2004
|
* If your input captions are SCC, TTML, STL, SMI, SRT, or IMSC in an xml file, specify the URI of the input captions source file. If your input captions are IMSC in an IMF package, use TrackSourceSettings instead of FileSoureSettings.
|
|
2317
2005
|
*/
|
|
@@ -2349,12 +2037,6 @@ export interface CaptionSourceSettings {
|
|
|
2349
2037
|
*/
|
|
2350
2038
|
WebvttHlsSourceSettings?: WebvttHlsSourceSettings;
|
|
2351
2039
|
}
|
|
2352
|
-
export declare namespace CaptionSourceSettings {
|
|
2353
|
-
/**
|
|
2354
|
-
* @internal
|
|
2355
|
-
*/
|
|
2356
|
-
const filterSensitiveLog: (obj: CaptionSourceSettings) => any;
|
|
2357
|
-
}
|
|
2358
2040
|
/**
|
|
2359
2041
|
* Use captions selectors to specify the captions data from your input that you use in your outputs. You can use up to 20 captions selectors per input.
|
|
2360
2042
|
*/
|
|
@@ -2372,12 +2054,6 @@ export interface CaptionSelector {
|
|
|
2372
2054
|
*/
|
|
2373
2055
|
SourceSettings?: CaptionSourceSettings;
|
|
2374
2056
|
}
|
|
2375
|
-
export declare namespace CaptionSelector {
|
|
2376
|
-
/**
|
|
2377
|
-
* @internal
|
|
2378
|
-
*/
|
|
2379
|
-
const filterSensitiveLog: (obj: CaptionSelector) => any;
|
|
2380
|
-
}
|
|
2381
2057
|
/**
|
|
2382
2058
|
* Use Rectangle to identify a specific area of the video frame.
|
|
2383
2059
|
*/
|
|
@@ -2399,12 +2075,6 @@ export interface Rectangle {
|
|
|
2399
2075
|
*/
|
|
2400
2076
|
Y?: number;
|
|
2401
2077
|
}
|
|
2402
|
-
export declare namespace Rectangle {
|
|
2403
|
-
/**
|
|
2404
|
-
* @internal
|
|
2405
|
-
*/
|
|
2406
|
-
const filterSensitiveLog: (obj: Rectangle) => any;
|
|
2407
|
-
}
|
|
2408
2078
|
export declare enum InputDeblockFilter {
|
|
2409
2079
|
DISABLED = "DISABLED",
|
|
2410
2080
|
ENABLED = "ENABLED"
|
|
@@ -2435,12 +2105,6 @@ export interface InputDecryptionSettings {
|
|
|
2435
2105
|
*/
|
|
2436
2106
|
KmsKeyRegion?: string;
|
|
2437
2107
|
}
|
|
2438
|
-
export declare namespace InputDecryptionSettings {
|
|
2439
|
-
/**
|
|
2440
|
-
* @internal
|
|
2441
|
-
*/
|
|
2442
|
-
const filterSensitiveLog: (obj: InputDecryptionSettings) => any;
|
|
2443
|
-
}
|
|
2444
2108
|
export declare enum InputDenoiseFilter {
|
|
2445
2109
|
DISABLED = "DISABLED",
|
|
2446
2110
|
ENABLED = "ENABLED"
|
|
@@ -2499,12 +2163,6 @@ export interface InsertableImage {
|
|
|
2499
2163
|
*/
|
|
2500
2164
|
Width?: number;
|
|
2501
2165
|
}
|
|
2502
|
-
export declare namespace InsertableImage {
|
|
2503
|
-
/**
|
|
2504
|
-
* @internal
|
|
2505
|
-
*/
|
|
2506
|
-
const filterSensitiveLog: (obj: InsertableImage) => any;
|
|
2507
|
-
}
|
|
2508
2166
|
/**
|
|
2509
2167
|
* Use the image inserter feature to include a graphic overlay on your video. Enable or disable this feature for each input or output individually. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/graphic-overlay.html. This setting is disabled by default.
|
|
2510
2168
|
*/
|
|
@@ -2514,12 +2172,6 @@ export interface ImageInserter {
|
|
|
2514
2172
|
*/
|
|
2515
2173
|
InsertableImages?: InsertableImage[];
|
|
2516
2174
|
}
|
|
2517
|
-
export declare namespace ImageInserter {
|
|
2518
|
-
/**
|
|
2519
|
-
* @internal
|
|
2520
|
-
*/
|
|
2521
|
-
const filterSensitiveLog: (obj: ImageInserter) => any;
|
|
2522
|
-
}
|
|
2523
2175
|
/**
|
|
2524
2176
|
* To transcode only portions of your input, include one input clip for each part of your input that you want in your output. All input clips that you specify will be included in every output of the job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html.
|
|
2525
2177
|
*/
|
|
@@ -2533,12 +2185,6 @@ export interface InputClipping {
|
|
|
2533
2185
|
*/
|
|
2534
2186
|
StartTimecode?: string;
|
|
2535
2187
|
}
|
|
2536
|
-
export declare namespace InputClipping {
|
|
2537
|
-
/**
|
|
2538
|
-
* @internal
|
|
2539
|
-
*/
|
|
2540
|
-
const filterSensitiveLog: (obj: InputClipping) => any;
|
|
2541
|
-
}
|
|
2542
2188
|
export declare enum InputScanType {
|
|
2543
2189
|
AUTO = "AUTO",
|
|
2544
2190
|
PSF = "PSF"
|
|
@@ -2561,12 +2207,6 @@ export interface InputVideoGenerator {
|
|
|
2561
2207
|
*/
|
|
2562
2208
|
Duration?: number;
|
|
2563
2209
|
}
|
|
2564
|
-
export declare namespace InputVideoGenerator {
|
|
2565
|
-
/**
|
|
2566
|
-
* @internal
|
|
2567
|
-
*/
|
|
2568
|
-
const filterSensitiveLog: (obj: InputVideoGenerator) => any;
|
|
2569
|
-
}
|
|
2570
2210
|
export declare enum AlphaBehavior {
|
|
2571
2211
|
DISCARD = "DISCARD",
|
|
2572
2212
|
REMAP_TO_LUMA = "REMAP_TO_LUMA"
|
|
@@ -2639,12 +2279,6 @@ export interface Hdr10Metadata {
|
|
|
2639
2279
|
*/
|
|
2640
2280
|
WhitePointY?: number;
|
|
2641
2281
|
}
|
|
2642
|
-
export declare namespace Hdr10Metadata {
|
|
2643
|
-
/**
|
|
2644
|
-
* @internal
|
|
2645
|
-
*/
|
|
2646
|
-
const filterSensitiveLog: (obj: Hdr10Metadata) => any;
|
|
2647
|
-
}
|
|
2648
2282
|
export declare enum PadVideo {
|
|
2649
2283
|
BLACK = "BLACK",
|
|
2650
2284
|
DISABLED = "DISABLED"
|
|
@@ -2706,12 +2340,6 @@ export interface VideoSelector {
|
|
|
2706
2340
|
*/
|
|
2707
2341
|
SampleRange?: InputSampleRange | string;
|
|
2708
2342
|
}
|
|
2709
|
-
export declare namespace VideoSelector {
|
|
2710
|
-
/**
|
|
2711
|
-
* @internal
|
|
2712
|
-
*/
|
|
2713
|
-
const filterSensitiveLog: (obj: VideoSelector) => any;
|
|
2714
|
-
}
|
|
2715
2343
|
/**
|
|
2716
2344
|
* Use inputs to define the source files used in your transcoding job. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/specify-input-settings.html. You can use multiple video inputs to do input stitching. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/assembling-multiple-inputs-and-input-clips.html
|
|
2717
2345
|
*/
|
|
@@ -2805,12 +2433,6 @@ export interface Input {
|
|
|
2805
2433
|
*/
|
|
2806
2434
|
VideoSelector?: VideoSelector;
|
|
2807
2435
|
}
|
|
2808
|
-
export declare namespace Input {
|
|
2809
|
-
/**
|
|
2810
|
-
* @internal
|
|
2811
|
-
*/
|
|
2812
|
-
const filterSensitiveLog: (obj: Input) => any;
|
|
2813
|
-
}
|
|
2814
2436
|
/**
|
|
2815
2437
|
* Specified video input in a template.
|
|
2816
2438
|
*/
|
|
@@ -2888,12 +2510,6 @@ export interface InputTemplate {
|
|
|
2888
2510
|
*/
|
|
2889
2511
|
VideoSelector?: VideoSelector;
|
|
2890
2512
|
}
|
|
2891
|
-
export declare namespace InputTemplate {
|
|
2892
|
-
/**
|
|
2893
|
-
* @internal
|
|
2894
|
-
*/
|
|
2895
|
-
const filterSensitiveLog: (obj: InputTemplate) => any;
|
|
2896
|
-
}
|
|
2897
2513
|
export declare enum AccelerationMode {
|
|
2898
2514
|
DISABLED = "DISABLED",
|
|
2899
2515
|
ENABLED = "ENABLED",
|
|
@@ -2908,12 +2524,6 @@ export interface AccelerationSettings {
|
|
|
2908
2524
|
*/
|
|
2909
2525
|
Mode: AccelerationMode | string | undefined;
|
|
2910
2526
|
}
|
|
2911
|
-
export declare namespace AccelerationSettings {
|
|
2912
|
-
/**
|
|
2913
|
-
* @internal
|
|
2914
|
-
*/
|
|
2915
|
-
const filterSensitiveLog: (obj: AccelerationSettings) => any;
|
|
2916
|
-
}
|
|
2917
2527
|
export declare enum AccelerationStatus {
|
|
2918
2528
|
ACCELERATED = "ACCELERATED",
|
|
2919
2529
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -2944,12 +2554,6 @@ export interface JobMessages {
|
|
|
2944
2554
|
*/
|
|
2945
2555
|
Warning?: string[];
|
|
2946
2556
|
}
|
|
2947
|
-
export declare namespace JobMessages {
|
|
2948
|
-
/**
|
|
2949
|
-
* @internal
|
|
2950
|
-
*/
|
|
2951
|
-
const filterSensitiveLog: (obj: JobMessages) => any;
|
|
2952
|
-
}
|
|
2953
2557
|
/**
|
|
2954
2558
|
* Contains details about the output's video stream
|
|
2955
2559
|
*/
|
|
@@ -2963,12 +2567,6 @@ export interface VideoDetail {
|
|
|
2963
2567
|
*/
|
|
2964
2568
|
WidthInPx?: number;
|
|
2965
2569
|
}
|
|
2966
|
-
export declare namespace VideoDetail {
|
|
2967
|
-
/**
|
|
2968
|
-
* @internal
|
|
2969
|
-
*/
|
|
2970
|
-
const filterSensitiveLog: (obj: VideoDetail) => any;
|
|
2971
|
-
}
|
|
2972
2570
|
/**
|
|
2973
2571
|
* Details regarding output
|
|
2974
2572
|
*/
|
|
@@ -2982,12 +2580,6 @@ export interface OutputDetail {
|
|
|
2982
2580
|
*/
|
|
2983
2581
|
VideoDetails?: VideoDetail;
|
|
2984
2582
|
}
|
|
2985
|
-
export declare namespace OutputDetail {
|
|
2986
|
-
/**
|
|
2987
|
-
* @internal
|
|
2988
|
-
*/
|
|
2989
|
-
const filterSensitiveLog: (obj: OutputDetail) => any;
|
|
2990
|
-
}
|
|
2991
2583
|
/**
|
|
2992
2584
|
* Contains details about the output groups specified in the job settings.
|
|
2993
2585
|
*/
|
|
@@ -2997,12 +2589,6 @@ export interface OutputGroupDetail {
|
|
|
2997
2589
|
*/
|
|
2998
2590
|
OutputDetails?: OutputDetail[];
|
|
2999
2591
|
}
|
|
3000
|
-
export declare namespace OutputGroupDetail {
|
|
3001
|
-
/**
|
|
3002
|
-
* @internal
|
|
3003
|
-
*/
|
|
3004
|
-
const filterSensitiveLog: (obj: OutputGroupDetail) => any;
|
|
3005
|
-
}
|
|
3006
2592
|
/**
|
|
3007
2593
|
* Description of the source and destination queues between which the job has moved, along with the timestamp of the move
|
|
3008
2594
|
*/
|
|
@@ -3020,12 +2606,6 @@ export interface QueueTransition {
|
|
|
3020
2606
|
*/
|
|
3021
2607
|
Timestamp?: Date;
|
|
3022
2608
|
}
|
|
3023
|
-
export declare namespace QueueTransition {
|
|
3024
|
-
/**
|
|
3025
|
-
* @internal
|
|
3026
|
-
*/
|
|
3027
|
-
const filterSensitiveLog: (obj: QueueTransition) => any;
|
|
3028
|
-
}
|
|
3029
2609
|
/**
|
|
3030
2610
|
* Use ad avail blanking settings to specify your output content during SCTE-35 triggered ad avails. You can blank your video or overlay it with an image. MediaConvert also removes any audio and embedded captions during the ad avail. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ad-avail-blanking.html.
|
|
3031
2611
|
*/
|
|
@@ -3035,12 +2615,6 @@ export interface AvailBlanking {
|
|
|
3035
2615
|
*/
|
|
3036
2616
|
AvailBlankingImage?: string;
|
|
3037
2617
|
}
|
|
3038
|
-
export declare namespace AvailBlanking {
|
|
3039
|
-
/**
|
|
3040
|
-
* @internal
|
|
3041
|
-
*/
|
|
3042
|
-
const filterSensitiveLog: (obj: AvailBlanking) => any;
|
|
3043
|
-
}
|
|
3044
2618
|
/**
|
|
3045
2619
|
* ESAM ManifestConfirmConditionNotification defined by OC-SP-ESAM-API-I03-131025.
|
|
3046
2620
|
*/
|
|
@@ -3050,12 +2624,6 @@ export interface EsamManifestConfirmConditionNotification {
|
|
|
3050
2624
|
*/
|
|
3051
2625
|
MccXml?: string;
|
|
3052
2626
|
}
|
|
3053
|
-
export declare namespace EsamManifestConfirmConditionNotification {
|
|
3054
|
-
/**
|
|
3055
|
-
* @internal
|
|
3056
|
-
*/
|
|
3057
|
-
const filterSensitiveLog: (obj: EsamManifestConfirmConditionNotification) => any;
|
|
3058
|
-
}
|
|
3059
2627
|
/**
|
|
3060
2628
|
* ESAM SignalProcessingNotification data defined by OC-SP-ESAM-API-I03-131025.
|
|
3061
2629
|
*/
|
|
@@ -3065,12 +2633,6 @@ export interface EsamSignalProcessingNotification {
|
|
|
3065
2633
|
*/
|
|
3066
2634
|
SccXml?: string;
|
|
3067
2635
|
}
|
|
3068
|
-
export declare namespace EsamSignalProcessingNotification {
|
|
3069
|
-
/**
|
|
3070
|
-
* @internal
|
|
3071
|
-
*/
|
|
3072
|
-
const filterSensitiveLog: (obj: EsamSignalProcessingNotification) => any;
|
|
3073
|
-
}
|
|
3074
2636
|
/**
|
|
3075
2637
|
* Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
|
|
3076
2638
|
*/
|
|
@@ -3088,12 +2650,6 @@ export interface EsamSettings {
|
|
|
3088
2650
|
*/
|
|
3089
2651
|
SignalProcessingNotification?: EsamSignalProcessingNotification;
|
|
3090
2652
|
}
|
|
3091
|
-
export declare namespace EsamSettings {
|
|
3092
|
-
/**
|
|
3093
|
-
* @internal
|
|
3094
|
-
*/
|
|
3095
|
-
const filterSensitiveLog: (obj: EsamSettings) => any;
|
|
3096
|
-
}
|
|
3097
2653
|
export declare enum CopyProtectionAction {
|
|
3098
2654
|
PASSTHROUGH = "PASSTHROUGH",
|
|
3099
2655
|
STRIP = "STRIP"
|
|
@@ -3115,12 +2671,6 @@ export interface ExtendedDataServices {
|
|
|
3115
2671
|
*/
|
|
3116
2672
|
VchipAction?: VchipAction | string;
|
|
3117
2673
|
}
|
|
3118
|
-
export declare namespace ExtendedDataServices {
|
|
3119
|
-
/**
|
|
3120
|
-
* @internal
|
|
3121
|
-
*/
|
|
3122
|
-
const filterSensitiveLog: (obj: ExtendedDataServices) => any;
|
|
3123
|
-
}
|
|
3124
2674
|
/**
|
|
3125
2675
|
* Use these settings only when you use Kantar watermarking. Specify the values that MediaConvert uses to generate and place Kantar watermarks in your output audio. These settings apply to every output in your job. In addition to specifying these values, you also need to store your Kantar credentials in AWS Secrets Manager. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/kantar-watermarking.html.
|
|
3126
2676
|
*/
|
|
@@ -3178,12 +2728,6 @@ export interface KantarWatermarkSettings {
|
|
|
3178
2728
|
*/
|
|
3179
2729
|
Metadata8?: string;
|
|
3180
2730
|
}
|
|
3181
|
-
export declare namespace KantarWatermarkSettings {
|
|
3182
|
-
/**
|
|
3183
|
-
* @internal
|
|
3184
|
-
*/
|
|
3185
|
-
const filterSensitiveLog: (obj: KantarWatermarkSettings) => any;
|
|
3186
|
-
}
|
|
3187
2731
|
/**
|
|
3188
2732
|
* For motion overlays that don't have a built-in frame rate, specify the frame rate of the overlay in frames per second, as a fraction. For example, specify 24 fps as 24/1. The overlay frame rate doesn't need to match the frame rate of the underlying video.
|
|
3189
2733
|
*/
|
|
@@ -3197,12 +2741,6 @@ export interface MotionImageInsertionFramerate {
|
|
|
3197
2741
|
*/
|
|
3198
2742
|
FramerateNumerator?: number;
|
|
3199
2743
|
}
|
|
3200
|
-
export declare namespace MotionImageInsertionFramerate {
|
|
3201
|
-
/**
|
|
3202
|
-
* @internal
|
|
3203
|
-
*/
|
|
3204
|
-
const filterSensitiveLog: (obj: MotionImageInsertionFramerate) => any;
|
|
3205
|
-
}
|
|
3206
2744
|
export declare enum MotionImageInsertionMode {
|
|
3207
2745
|
MOV = "MOV",
|
|
3208
2746
|
PNG = "PNG"
|
|
@@ -3220,12 +2758,6 @@ export interface MotionImageInsertionOffset {
|
|
|
3220
2758
|
*/
|
|
3221
2759
|
ImageY?: number;
|
|
3222
2760
|
}
|
|
3223
|
-
export declare namespace MotionImageInsertionOffset {
|
|
3224
|
-
/**
|
|
3225
|
-
* @internal
|
|
3226
|
-
*/
|
|
3227
|
-
const filterSensitiveLog: (obj: MotionImageInsertionOffset) => any;
|
|
3228
|
-
}
|
|
3229
2761
|
export declare enum MotionImagePlayback {
|
|
3230
2762
|
ONCE = "ONCE",
|
|
3231
2763
|
REPEAT = "REPEAT"
|
|
@@ -3259,12 +2791,6 @@ export interface MotionImageInserter {
|
|
|
3259
2791
|
*/
|
|
3260
2792
|
StartTime?: string;
|
|
3261
2793
|
}
|
|
3262
|
-
export declare namespace MotionImageInserter {
|
|
3263
|
-
/**
|
|
3264
|
-
* @internal
|
|
3265
|
-
*/
|
|
3266
|
-
const filterSensitiveLog: (obj: MotionImageInserter) => any;
|
|
3267
|
-
}
|
|
3268
2794
|
/**
|
|
3269
2795
|
* Settings for your Nielsen configuration. If you don't do Nielsen measurement and analytics, ignore these settings. When you enable Nielsen configuration (nielsenConfiguration), MediaConvert enables PCM to ID3 tagging for all outputs in the job. To enable Nielsen configuration programmatically, include an instance of nielsenConfiguration in your JSON job specification. Even if you don't include any children of nielsenConfiguration, you still enable the setting.
|
|
3270
2796
|
*/
|
|
@@ -3278,12 +2804,6 @@ export interface NielsenConfiguration {
|
|
|
3278
2804
|
*/
|
|
3279
2805
|
DistributorId?: string;
|
|
3280
2806
|
}
|
|
3281
|
-
export declare namespace NielsenConfiguration {
|
|
3282
|
-
/**
|
|
3283
|
-
* @internal
|
|
3284
|
-
*/
|
|
3285
|
-
const filterSensitiveLog: (obj: NielsenConfiguration) => any;
|
|
3286
|
-
}
|
|
3287
2807
|
export declare enum NielsenActiveWatermarkProcessType {
|
|
3288
2808
|
CBET = "CBET",
|
|
3289
2809
|
NAES2_AND_NW = "NAES2_AND_NW",
|
|
@@ -3346,12 +2866,6 @@ export interface NielsenNonLinearWatermarkSettings {
|
|
|
3346
2866
|
*/
|
|
3347
2867
|
UniqueTicPerAudioTrack?: NielsenUniqueTicPerAudioTrackType | string;
|
|
3348
2868
|
}
|
|
3349
|
-
export declare namespace NielsenNonLinearWatermarkSettings {
|
|
3350
|
-
/**
|
|
3351
|
-
* @internal
|
|
3352
|
-
*/
|
|
3353
|
-
const filterSensitiveLog: (obj: NielsenNonLinearWatermarkSettings) => any;
|
|
3354
|
-
}
|
|
3355
2869
|
/**
|
|
3356
2870
|
* Use automated ABR to have MediaConvert set up the renditions in your ABR package for you automatically, based on characteristics of your input video. This feature optimizes video quality while minimizing the overall size of your ABR package.
|
|
3357
2871
|
*/
|
|
@@ -3373,12 +2887,6 @@ export interface AutomatedAbrSettings {
|
|
|
3373
2887
|
*/
|
|
3374
2888
|
Rules?: AutomatedAbrRule[];
|
|
3375
2889
|
}
|
|
3376
|
-
export declare namespace AutomatedAbrSettings {
|
|
3377
|
-
/**
|
|
3378
|
-
* @internal
|
|
3379
|
-
*/
|
|
3380
|
-
const filterSensitiveLog: (obj: AutomatedAbrSettings) => any;
|
|
3381
|
-
}
|
|
3382
2890
|
/**
|
|
3383
2891
|
* Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of your input video.
|
|
3384
2892
|
*/
|
|
@@ -3388,12 +2896,6 @@ export interface AutomatedEncodingSettings {
|
|
|
3388
2896
|
*/
|
|
3389
2897
|
AbrSettings?: AutomatedAbrSettings;
|
|
3390
2898
|
}
|
|
3391
|
-
export declare namespace AutomatedEncodingSettings {
|
|
3392
|
-
/**
|
|
3393
|
-
* @internal
|
|
3394
|
-
*/
|
|
3395
|
-
const filterSensitiveLog: (obj: AutomatedEncodingSettings) => any;
|
|
3396
|
-
}
|
|
3397
2899
|
export declare enum CmafClientCache {
|
|
3398
2900
|
DISABLED = "DISABLED",
|
|
3399
2901
|
ENABLED = "ENABLED"
|
|
@@ -3417,12 +2919,6 @@ export interface S3DestinationAccessControl {
|
|
|
3417
2919
|
*/
|
|
3418
2920
|
CannedAcl?: S3ObjectCannedAcl | string;
|
|
3419
2921
|
}
|
|
3420
|
-
export declare namespace S3DestinationAccessControl {
|
|
3421
|
-
/**
|
|
3422
|
-
* @internal
|
|
3423
|
-
*/
|
|
3424
|
-
const filterSensitiveLog: (obj: S3DestinationAccessControl) => any;
|
|
3425
|
-
}
|
|
3426
2922
|
export declare enum S3ServerSideEncryptionType {
|
|
3427
2923
|
SERVER_SIDE_ENCRYPTION_KMS = "SERVER_SIDE_ENCRYPTION_KMS",
|
|
3428
2924
|
SERVER_SIDE_ENCRYPTION_S3 = "SERVER_SIDE_ENCRYPTION_S3"
|
|
@@ -3444,12 +2940,6 @@ export interface S3EncryptionSettings {
|
|
|
3444
2940
|
*/
|
|
3445
2941
|
KmsKeyArn?: string;
|
|
3446
2942
|
}
|
|
3447
|
-
export declare namespace S3EncryptionSettings {
|
|
3448
|
-
/**
|
|
3449
|
-
* @internal
|
|
3450
|
-
*/
|
|
3451
|
-
const filterSensitiveLog: (obj: S3EncryptionSettings) => any;
|
|
3452
|
-
}
|
|
3453
2943
|
/**
|
|
3454
2944
|
* Settings associated with S3 destination
|
|
3455
2945
|
*/
|
|
@@ -3463,12 +2953,6 @@ export interface S3DestinationSettings {
|
|
|
3463
2953
|
*/
|
|
3464
2954
|
Encryption?: S3EncryptionSettings;
|
|
3465
2955
|
}
|
|
3466
|
-
export declare namespace S3DestinationSettings {
|
|
3467
|
-
/**
|
|
3468
|
-
* @internal
|
|
3469
|
-
*/
|
|
3470
|
-
const filterSensitiveLog: (obj: S3DestinationSettings) => any;
|
|
3471
|
-
}
|
|
3472
2956
|
/**
|
|
3473
2957
|
* Settings associated with the destination. Will vary based on the type of destination
|
|
3474
2958
|
*/
|
|
@@ -3478,12 +2962,6 @@ export interface DestinationSettings {
|
|
|
3478
2962
|
*/
|
|
3479
2963
|
S3Settings?: S3DestinationSettings;
|
|
3480
2964
|
}
|
|
3481
|
-
export declare namespace DestinationSettings {
|
|
3482
|
-
/**
|
|
3483
|
-
* @internal
|
|
3484
|
-
*/
|
|
3485
|
-
const filterSensitiveLog: (obj: DestinationSettings) => any;
|
|
3486
|
-
}
|
|
3487
2965
|
export declare enum CmafEncryptionType {
|
|
3488
2966
|
AES_CTR = "AES_CTR",
|
|
3489
2967
|
SAMPLE_AES = "SAMPLE_AES"
|
|
@@ -3517,12 +2995,6 @@ export interface SpekeKeyProviderCmaf {
|
|
|
3517
2995
|
*/
|
|
3518
2996
|
Url?: string;
|
|
3519
2997
|
}
|
|
3520
|
-
export declare namespace SpekeKeyProviderCmaf {
|
|
3521
|
-
/**
|
|
3522
|
-
* @internal
|
|
3523
|
-
*/
|
|
3524
|
-
const filterSensitiveLog: (obj: SpekeKeyProviderCmaf) => any;
|
|
3525
|
-
}
|
|
3526
2998
|
/**
|
|
3527
2999
|
* Use these settings to set up encryption with a static key provider.
|
|
3528
3000
|
*/
|
|
@@ -3544,12 +3016,6 @@ export interface StaticKeyProvider {
|
|
|
3544
3016
|
*/
|
|
3545
3017
|
Url?: string;
|
|
3546
3018
|
}
|
|
3547
|
-
export declare namespace StaticKeyProvider {
|
|
3548
|
-
/**
|
|
3549
|
-
* @internal
|
|
3550
|
-
*/
|
|
3551
|
-
const filterSensitiveLog: (obj: StaticKeyProvider) => any;
|
|
3552
|
-
}
|
|
3553
3019
|
export declare enum CmafKeyProviderType {
|
|
3554
3020
|
SPEKE = "SPEKE",
|
|
3555
3021
|
STATIC_KEY = "STATIC_KEY"
|
|
@@ -3583,12 +3049,6 @@ export interface CmafEncryptionSettings {
|
|
|
3583
3049
|
*/
|
|
3584
3050
|
Type?: CmafKeyProviderType | string;
|
|
3585
3051
|
}
|
|
3586
|
-
export declare namespace CmafEncryptionSettings {
|
|
3587
|
-
/**
|
|
3588
|
-
* @internal
|
|
3589
|
-
*/
|
|
3590
|
-
const filterSensitiveLog: (obj: CmafEncryptionSettings) => any;
|
|
3591
|
-
}
|
|
3592
3052
|
export declare enum CmafImageBasedTrickPlay {
|
|
3593
3053
|
ADVANCED = "ADVANCED",
|
|
3594
3054
|
NONE = "NONE",
|
|
@@ -3628,12 +3088,6 @@ export interface CmafImageBasedTrickPlaySettings {
|
|
|
3628
3088
|
*/
|
|
3629
3089
|
TileWidth?: number;
|
|
3630
3090
|
}
|
|
3631
|
-
export declare namespace CmafImageBasedTrickPlaySettings {
|
|
3632
|
-
/**
|
|
3633
|
-
* @internal
|
|
3634
|
-
*/
|
|
3635
|
-
const filterSensitiveLog: (obj: CmafImageBasedTrickPlaySettings) => any;
|
|
3636
|
-
}
|
|
3637
3091
|
export declare enum CmafManifestCompression {
|
|
3638
3092
|
GZIP = "GZIP",
|
|
3639
3093
|
NONE = "NONE"
|
|
@@ -3779,12 +3233,6 @@ export interface CmafGroupSettings {
|
|
|
3779
3233
|
*/
|
|
3780
3234
|
WriteSegmentTimelineInRepresentation?: CmafWriteSegmentTimelineInRepresentation | string;
|
|
3781
3235
|
}
|
|
3782
|
-
export declare namespace CmafGroupSettings {
|
|
3783
|
-
/**
|
|
3784
|
-
* @internal
|
|
3785
|
-
*/
|
|
3786
|
-
const filterSensitiveLog: (obj: CmafGroupSettings) => any;
|
|
3787
|
-
}
|
|
3788
3236
|
export declare enum DashIsoGroupAudioChannelConfigSchemeIdUri {
|
|
3789
3237
|
DOLBY_CHANNEL_CONFIGURATION = "DOLBY_CHANNEL_CONFIGURATION",
|
|
3790
3238
|
MPEG_CHANNEL_CONFIGURATION = "MPEG_CHANNEL_CONFIGURATION"
|
|
@@ -3815,12 +3263,6 @@ export interface SpekeKeyProvider {
|
|
|
3815
3263
|
*/
|
|
3816
3264
|
Url?: string;
|
|
3817
3265
|
}
|
|
3818
|
-
export declare namespace SpekeKeyProvider {
|
|
3819
|
-
/**
|
|
3820
|
-
* @internal
|
|
3821
|
-
*/
|
|
3822
|
-
const filterSensitiveLog: (obj: SpekeKeyProvider) => any;
|
|
3823
|
-
}
|
|
3824
3266
|
/**
|
|
3825
3267
|
* Specifies DRM settings for DASH outputs.
|
|
3826
3268
|
*/
|
|
@@ -3834,12 +3276,6 @@ export interface DashIsoEncryptionSettings {
|
|
|
3834
3276
|
*/
|
|
3835
3277
|
SpekeKeyProvider?: SpekeKeyProvider;
|
|
3836
3278
|
}
|
|
3837
|
-
export declare namespace DashIsoEncryptionSettings {
|
|
3838
|
-
/**
|
|
3839
|
-
* @internal
|
|
3840
|
-
*/
|
|
3841
|
-
const filterSensitiveLog: (obj: DashIsoEncryptionSettings) => any;
|
|
3842
|
-
}
|
|
3843
3279
|
export declare enum DashIsoHbbtvCompliance {
|
|
3844
3280
|
HBBTV_1_5 = "HBBTV_1_5",
|
|
3845
3281
|
NONE = "NONE"
|
|
@@ -3883,12 +3319,6 @@ export interface DashIsoImageBasedTrickPlaySettings {
|
|
|
3883
3319
|
*/
|
|
3884
3320
|
TileWidth?: number;
|
|
3885
3321
|
}
|
|
3886
|
-
export declare namespace DashIsoImageBasedTrickPlaySettings {
|
|
3887
|
-
/**
|
|
3888
|
-
* @internal
|
|
3889
|
-
*/
|
|
3890
|
-
const filterSensitiveLog: (obj: DashIsoImageBasedTrickPlaySettings) => any;
|
|
3891
|
-
}
|
|
3892
3322
|
export declare enum DashIsoMpdProfile {
|
|
3893
3323
|
MAIN_PROFILE = "MAIN_PROFILE",
|
|
3894
3324
|
ON_DEMAND_PROFILE = "ON_DEMAND_PROFILE"
|
|
@@ -3986,12 +3416,6 @@ export interface DashIsoGroupSettings {
|
|
|
3986
3416
|
*/
|
|
3987
3417
|
WriteSegmentTimelineInRepresentation?: DashIsoWriteSegmentTimelineInRepresentation | string;
|
|
3988
3418
|
}
|
|
3989
|
-
export declare namespace DashIsoGroupSettings {
|
|
3990
|
-
/**
|
|
3991
|
-
* @internal
|
|
3992
|
-
*/
|
|
3993
|
-
const filterSensitiveLog: (obj: DashIsoGroupSettings) => any;
|
|
3994
|
-
}
|
|
3995
3419
|
/**
|
|
3996
3420
|
* Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to FILE_GROUP_SETTINGS.
|
|
3997
3421
|
*/
|
|
@@ -4005,12 +3429,6 @@ export interface FileGroupSettings {
|
|
|
4005
3429
|
*/
|
|
4006
3430
|
DestinationSettings?: DestinationSettings;
|
|
4007
3431
|
}
|
|
4008
|
-
export declare namespace FileGroupSettings {
|
|
4009
|
-
/**
|
|
4010
|
-
* @internal
|
|
4011
|
-
*/
|
|
4012
|
-
const filterSensitiveLog: (obj: FileGroupSettings) => any;
|
|
4013
|
-
}
|
|
4014
3432
|
export declare enum HlsAudioOnlyHeader {
|
|
4015
3433
|
EXCLUDE = "EXCLUDE",
|
|
4016
3434
|
INCLUDE = "INCLUDE"
|
|
@@ -4085,12 +3503,6 @@ export interface HlsEncryptionSettings {
|
|
|
4085
3503
|
*/
|
|
4086
3504
|
Type?: HlsKeyProviderType | string;
|
|
4087
3505
|
}
|
|
4088
|
-
export declare namespace HlsEncryptionSettings {
|
|
4089
|
-
/**
|
|
4090
|
-
* @internal
|
|
4091
|
-
*/
|
|
4092
|
-
const filterSensitiveLog: (obj: HlsEncryptionSettings) => any;
|
|
4093
|
-
}
|
|
4094
3506
|
export declare enum HlsImageBasedTrickPlay {
|
|
4095
3507
|
ADVANCED = "ADVANCED",
|
|
4096
3508
|
NONE = "NONE",
|
|
@@ -4130,12 +3542,6 @@ export interface HlsImageBasedTrickPlaySettings {
|
|
|
4130
3542
|
*/
|
|
4131
3543
|
TileWidth?: number;
|
|
4132
3544
|
}
|
|
4133
|
-
export declare namespace HlsImageBasedTrickPlaySettings {
|
|
4134
|
-
/**
|
|
4135
|
-
* @internal
|
|
4136
|
-
*/
|
|
4137
|
-
const filterSensitiveLog: (obj: HlsImageBasedTrickPlaySettings) => any;
|
|
4138
|
-
}
|
|
4139
3545
|
export declare enum HlsManifestCompression {
|
|
4140
3546
|
GZIP = "GZIP",
|
|
4141
3547
|
NONE = "NONE"
|
|
@@ -4302,12 +3708,6 @@ export interface HlsGroupSettings {
|
|
|
4302
3708
|
*/
|
|
4303
3709
|
TimestampDeltaMilliseconds?: number;
|
|
4304
3710
|
}
|
|
4305
|
-
export declare namespace HlsGroupSettings {
|
|
4306
|
-
/**
|
|
4307
|
-
* @internal
|
|
4308
|
-
*/
|
|
4309
|
-
const filterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
4310
|
-
}
|
|
4311
3711
|
/**
|
|
4312
3712
|
* Specify the details for each additional Microsoft Smooth Streaming manifest that you want the service to generate for this output group. Each manifest can reference a different subset of outputs in the group.
|
|
4313
3713
|
*/
|
|
@@ -4321,12 +3721,6 @@ export interface MsSmoothAdditionalManifest {
|
|
|
4321
3721
|
*/
|
|
4322
3722
|
SelectedOutputs?: string[];
|
|
4323
3723
|
}
|
|
4324
|
-
export declare namespace MsSmoothAdditionalManifest {
|
|
4325
|
-
/**
|
|
4326
|
-
* @internal
|
|
4327
|
-
*/
|
|
4328
|
-
const filterSensitiveLog: (obj: MsSmoothAdditionalManifest) => any;
|
|
4329
|
-
}
|
|
4330
3724
|
export declare enum MsSmoothAudioDeduplication {
|
|
4331
3725
|
COMBINE_DUPLICATE_STREAMS = "COMBINE_DUPLICATE_STREAMS",
|
|
4332
3726
|
NONE = "NONE"
|
|
@@ -4340,12 +3734,6 @@ export interface MsSmoothEncryptionSettings {
|
|
|
4340
3734
|
*/
|
|
4341
3735
|
SpekeKeyProvider?: SpekeKeyProvider;
|
|
4342
3736
|
}
|
|
4343
|
-
export declare namespace MsSmoothEncryptionSettings {
|
|
4344
|
-
/**
|
|
4345
|
-
* @internal
|
|
4346
|
-
*/
|
|
4347
|
-
const filterSensitiveLog: (obj: MsSmoothEncryptionSettings) => any;
|
|
4348
|
-
}
|
|
4349
3737
|
export declare enum MsSmoothFragmentLengthControl {
|
|
4350
3738
|
EXACT = "EXACT",
|
|
4351
3739
|
GOP_MULTIPLE = "GOP_MULTIPLE"
|
|
@@ -4391,12 +3779,6 @@ export interface MsSmoothGroupSettings {
|
|
|
4391
3779
|
*/
|
|
4392
3780
|
ManifestEncoding?: MsSmoothManifestEncoding | string;
|
|
4393
3781
|
}
|
|
4394
|
-
export declare namespace MsSmoothGroupSettings {
|
|
4395
|
-
/**
|
|
4396
|
-
* @internal
|
|
4397
|
-
*/
|
|
4398
|
-
const filterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
|
|
4399
|
-
}
|
|
4400
3782
|
export declare enum OutputGroupType {
|
|
4401
3783
|
CMAF_GROUP_SETTINGS = "CMAF_GROUP_SETTINGS",
|
|
4402
3784
|
DASH_ISO_GROUP_SETTINGS = "DASH_ISO_GROUP_SETTINGS",
|
|
@@ -4433,12 +3815,6 @@ export interface OutputGroupSettings {
|
|
|
4433
3815
|
*/
|
|
4434
3816
|
Type?: OutputGroupType | string;
|
|
4435
3817
|
}
|
|
4436
|
-
export declare namespace OutputGroupSettings {
|
|
4437
|
-
/**
|
|
4438
|
-
* @internal
|
|
4439
|
-
*/
|
|
4440
|
-
const filterSensitiveLog: (obj: OutputGroupSettings) => any;
|
|
4441
|
-
}
|
|
4442
3818
|
export declare enum CmfcAudioDuration {
|
|
4443
3819
|
DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
|
|
4444
3820
|
MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
|
|
@@ -4517,12 +3893,6 @@ export interface CmfcSettings {
|
|
|
4517
3893
|
*/
|
|
4518
3894
|
TimedMetadata?: CmfcTimedMetadata | string;
|
|
4519
3895
|
}
|
|
4520
|
-
export declare namespace CmfcSettings {
|
|
4521
|
-
/**
|
|
4522
|
-
* @internal
|
|
4523
|
-
*/
|
|
4524
|
-
const filterSensitiveLog: (obj: CmfcSettings) => any;
|
|
4525
|
-
}
|
|
4526
3896
|
export declare enum ContainerType {
|
|
4527
3897
|
CMFC = "CMFC",
|
|
4528
3898
|
F4V = "F4V",
|
|
@@ -4549,12 +3919,6 @@ export interface F4vSettings {
|
|
|
4549
3919
|
*/
|
|
4550
3920
|
MoovPlacement?: F4vMoovPlacement | string;
|
|
4551
3921
|
}
|
|
4552
|
-
export declare namespace F4vSettings {
|
|
4553
|
-
/**
|
|
4554
|
-
* @internal
|
|
4555
|
-
*/
|
|
4556
|
-
const filterSensitiveLog: (obj: F4vSettings) => any;
|
|
4557
|
-
}
|
|
4558
3922
|
export declare enum M2tsAudioBufferModel {
|
|
4559
3923
|
ATSC = "ATSC",
|
|
4560
3924
|
DVB = "DVB"
|
|
@@ -4588,12 +3952,6 @@ export interface DvbNitSettings {
|
|
|
4588
3952
|
*/
|
|
4589
3953
|
NitInterval?: number;
|
|
4590
3954
|
}
|
|
4591
|
-
export declare namespace DvbNitSettings {
|
|
4592
|
-
/**
|
|
4593
|
-
* @internal
|
|
4594
|
-
*/
|
|
4595
|
-
const filterSensitiveLog: (obj: DvbNitSettings) => any;
|
|
4596
|
-
}
|
|
4597
3955
|
export declare enum OutputSdt {
|
|
4598
3956
|
SDT_FOLLOW = "SDT_FOLLOW",
|
|
4599
3957
|
SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
|
|
@@ -4621,12 +3979,6 @@ export interface DvbSdtSettings {
|
|
|
4621
3979
|
*/
|
|
4622
3980
|
ServiceProviderName?: string;
|
|
4623
3981
|
}
|
|
4624
|
-
export declare namespace DvbSdtSettings {
|
|
4625
|
-
/**
|
|
4626
|
-
* @internal
|
|
4627
|
-
*/
|
|
4628
|
-
const filterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
4629
|
-
}
|
|
4630
3982
|
/**
|
|
4631
3983
|
* Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
|
|
4632
3984
|
*/
|
|
@@ -4636,12 +3988,6 @@ export interface DvbTdtSettings {
|
|
|
4636
3988
|
*/
|
|
4637
3989
|
TdtInterval?: number;
|
|
4638
3990
|
}
|
|
4639
|
-
export declare namespace DvbTdtSettings {
|
|
4640
|
-
/**
|
|
4641
|
-
* @internal
|
|
4642
|
-
*/
|
|
4643
|
-
const filterSensitiveLog: (obj: DvbTdtSettings) => any;
|
|
4644
|
-
}
|
|
4645
3991
|
export declare enum M2tsEbpAudioInterval {
|
|
4646
3992
|
VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
|
|
4647
3993
|
VIDEO_INTERVAL = "VIDEO_INTERVAL"
|
|
@@ -4658,3 +4004,439 @@ export declare enum M2tsForceTsVideoEbpOrder {
|
|
|
4658
4004
|
DEFAULT = "DEFAULT",
|
|
4659
4005
|
FORCE = "FORCE"
|
|
4660
4006
|
}
|
|
4007
|
+
/**
|
|
4008
|
+
* @internal
|
|
4009
|
+
*/
|
|
4010
|
+
export declare const AllowedRenditionSizeFilterSensitiveLog: (obj: AllowedRenditionSize) => any;
|
|
4011
|
+
/**
|
|
4012
|
+
* @internal
|
|
4013
|
+
*/
|
|
4014
|
+
export declare const AudioChannelTaggingSettingsFilterSensitiveLog: (obj: AudioChannelTaggingSettings) => any;
|
|
4015
|
+
/**
|
|
4016
|
+
* @internal
|
|
4017
|
+
*/
|
|
4018
|
+
export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
|
|
4019
|
+
/**
|
|
4020
|
+
* @internal
|
|
4021
|
+
*/
|
|
4022
|
+
export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
|
|
4023
|
+
/**
|
|
4024
|
+
* @internal
|
|
4025
|
+
*/
|
|
4026
|
+
export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
|
|
4027
|
+
/**
|
|
4028
|
+
* @internal
|
|
4029
|
+
*/
|
|
4030
|
+
export declare const AiffSettingsFilterSensitiveLog: (obj: AiffSettings) => any;
|
|
4031
|
+
/**
|
|
4032
|
+
* @internal
|
|
4033
|
+
*/
|
|
4034
|
+
export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
|
|
4035
|
+
/**
|
|
4036
|
+
* @internal
|
|
4037
|
+
*/
|
|
4038
|
+
export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
|
|
4039
|
+
/**
|
|
4040
|
+
* @internal
|
|
4041
|
+
*/
|
|
4042
|
+
export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
|
|
4043
|
+
/**
|
|
4044
|
+
* @internal
|
|
4045
|
+
*/
|
|
4046
|
+
export declare const Mp3SettingsFilterSensitiveLog: (obj: Mp3Settings) => any;
|
|
4047
|
+
/**
|
|
4048
|
+
* @internal
|
|
4049
|
+
*/
|
|
4050
|
+
export declare const OpusSettingsFilterSensitiveLog: (obj: OpusSettings) => any;
|
|
4051
|
+
/**
|
|
4052
|
+
* @internal
|
|
4053
|
+
*/
|
|
4054
|
+
export declare const VorbisSettingsFilterSensitiveLog: (obj: VorbisSettings) => any;
|
|
4055
|
+
/**
|
|
4056
|
+
* @internal
|
|
4057
|
+
*/
|
|
4058
|
+
export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
|
|
4059
|
+
/**
|
|
4060
|
+
* @internal
|
|
4061
|
+
*/
|
|
4062
|
+
export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
|
|
4063
|
+
/**
|
|
4064
|
+
* @internal
|
|
4065
|
+
*/
|
|
4066
|
+
export declare const OutputChannelMappingFilterSensitiveLog: (obj: OutputChannelMapping) => any;
|
|
4067
|
+
/**
|
|
4068
|
+
* @internal
|
|
4069
|
+
*/
|
|
4070
|
+
export declare const ChannelMappingFilterSensitiveLog: (obj: ChannelMapping) => any;
|
|
4071
|
+
/**
|
|
4072
|
+
* @internal
|
|
4073
|
+
*/
|
|
4074
|
+
export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
|
|
4075
|
+
/**
|
|
4076
|
+
* @internal
|
|
4077
|
+
*/
|
|
4078
|
+
export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
|
|
4079
|
+
/**
|
|
4080
|
+
* @internal
|
|
4081
|
+
*/
|
|
4082
|
+
export declare const ForceIncludeRenditionSizeFilterSensitiveLog: (obj: ForceIncludeRenditionSize) => any;
|
|
4083
|
+
/**
|
|
4084
|
+
* @internal
|
|
4085
|
+
*/
|
|
4086
|
+
export declare const MinBottomRenditionSizeFilterSensitiveLog: (obj: MinBottomRenditionSize) => any;
|
|
4087
|
+
/**
|
|
4088
|
+
* @internal
|
|
4089
|
+
*/
|
|
4090
|
+
export declare const MinTopRenditionSizeFilterSensitiveLog: (obj: MinTopRenditionSize) => any;
|
|
4091
|
+
/**
|
|
4092
|
+
* @internal
|
|
4093
|
+
*/
|
|
4094
|
+
export declare const AutomatedAbrRuleFilterSensitiveLog: (obj: AutomatedAbrRule) => any;
|
|
4095
|
+
/**
|
|
4096
|
+
* @internal
|
|
4097
|
+
*/
|
|
4098
|
+
export declare const BurninDestinationSettingsFilterSensitiveLog: (obj: BurninDestinationSettings) => any;
|
|
4099
|
+
/**
|
|
4100
|
+
* @internal
|
|
4101
|
+
*/
|
|
4102
|
+
export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
|
|
4103
|
+
/**
|
|
4104
|
+
* @internal
|
|
4105
|
+
*/
|
|
4106
|
+
export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
|
|
4107
|
+
/**
|
|
4108
|
+
* @internal
|
|
4109
|
+
*/
|
|
4110
|
+
export declare const ImscDestinationSettingsFilterSensitiveLog: (obj: ImscDestinationSettings) => any;
|
|
4111
|
+
/**
|
|
4112
|
+
* @internal
|
|
4113
|
+
*/
|
|
4114
|
+
export declare const SccDestinationSettingsFilterSensitiveLog: (obj: SccDestinationSettings) => any;
|
|
4115
|
+
/**
|
|
4116
|
+
* @internal
|
|
4117
|
+
*/
|
|
4118
|
+
export declare const SrtDestinationSettingsFilterSensitiveLog: (obj: SrtDestinationSettings) => any;
|
|
4119
|
+
/**
|
|
4120
|
+
* @internal
|
|
4121
|
+
*/
|
|
4122
|
+
export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
|
|
4123
|
+
/**
|
|
4124
|
+
* @internal
|
|
4125
|
+
*/
|
|
4126
|
+
export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
|
|
4127
|
+
/**
|
|
4128
|
+
* @internal
|
|
4129
|
+
*/
|
|
4130
|
+
export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
|
|
4131
|
+
/**
|
|
4132
|
+
* @internal
|
|
4133
|
+
*/
|
|
4134
|
+
export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
|
|
4135
|
+
/**
|
|
4136
|
+
* @internal
|
|
4137
|
+
*/
|
|
4138
|
+
export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
|
|
4139
|
+
/**
|
|
4140
|
+
* @internal
|
|
4141
|
+
*/
|
|
4142
|
+
export declare const CaptionDescriptionPresetFilterSensitiveLog: (obj: CaptionDescriptionPreset) => any;
|
|
4143
|
+
/**
|
|
4144
|
+
* @internal
|
|
4145
|
+
*/
|
|
4146
|
+
export declare const CmafAdditionalManifestFilterSensitiveLog: (obj: CmafAdditionalManifest) => any;
|
|
4147
|
+
/**
|
|
4148
|
+
* @internal
|
|
4149
|
+
*/
|
|
4150
|
+
export declare const DashAdditionalManifestFilterSensitiveLog: (obj: DashAdditionalManifest) => any;
|
|
4151
|
+
/**
|
|
4152
|
+
* @internal
|
|
4153
|
+
*/
|
|
4154
|
+
export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
|
|
4155
|
+
/**
|
|
4156
|
+
* @internal
|
|
4157
|
+
*/
|
|
4158
|
+
export declare const HlsAdditionalManifestFilterSensitiveLog: (obj: HlsAdditionalManifest) => any;
|
|
4159
|
+
/**
|
|
4160
|
+
* @internal
|
|
4161
|
+
*/
|
|
4162
|
+
export declare const HlsCaptionLanguageMappingFilterSensitiveLog: (obj: HlsCaptionLanguageMapping) => any;
|
|
4163
|
+
/**
|
|
4164
|
+
* @internal
|
|
4165
|
+
*/
|
|
4166
|
+
export declare const HopDestinationFilterSensitiveLog: (obj: HopDestination) => any;
|
|
4167
|
+
/**
|
|
4168
|
+
* @internal
|
|
4169
|
+
*/
|
|
4170
|
+
export declare const Id3InsertionFilterSensitiveLog: (obj: Id3Insertion) => any;
|
|
4171
|
+
/**
|
|
4172
|
+
* @internal
|
|
4173
|
+
*/
|
|
4174
|
+
export declare const AudioSelectorGroupFilterSensitiveLog: (obj: AudioSelectorGroup) => any;
|
|
4175
|
+
/**
|
|
4176
|
+
* @internal
|
|
4177
|
+
*/
|
|
4178
|
+
export declare const HlsRenditionGroupSettingsFilterSensitiveLog: (obj: HlsRenditionGroupSettings) => any;
|
|
4179
|
+
/**
|
|
4180
|
+
* @internal
|
|
4181
|
+
*/
|
|
4182
|
+
export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
|
|
4183
|
+
/**
|
|
4184
|
+
* @internal
|
|
4185
|
+
*/
|
|
4186
|
+
export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
|
|
4187
|
+
/**
|
|
4188
|
+
* @internal
|
|
4189
|
+
*/
|
|
4190
|
+
export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
|
|
4191
|
+
/**
|
|
4192
|
+
* @internal
|
|
4193
|
+
*/
|
|
4194
|
+
export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
|
|
4195
|
+
/**
|
|
4196
|
+
* @internal
|
|
4197
|
+
*/
|
|
4198
|
+
export declare const CaptionSourceFramerateFilterSensitiveLog: (obj: CaptionSourceFramerate) => any;
|
|
4199
|
+
/**
|
|
4200
|
+
* @internal
|
|
4201
|
+
*/
|
|
4202
|
+
export declare const FileSourceSettingsFilterSensitiveLog: (obj: FileSourceSettings) => any;
|
|
4203
|
+
/**
|
|
4204
|
+
* @internal
|
|
4205
|
+
*/
|
|
4206
|
+
export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
|
|
4207
|
+
/**
|
|
4208
|
+
* @internal
|
|
4209
|
+
*/
|
|
4210
|
+
export declare const TrackSourceSettingsFilterSensitiveLog: (obj: TrackSourceSettings) => any;
|
|
4211
|
+
/**
|
|
4212
|
+
* @internal
|
|
4213
|
+
*/
|
|
4214
|
+
export declare const WebvttHlsSourceSettingsFilterSensitiveLog: (obj: WebvttHlsSourceSettings) => any;
|
|
4215
|
+
/**
|
|
4216
|
+
* @internal
|
|
4217
|
+
*/
|
|
4218
|
+
export declare const CaptionSourceSettingsFilterSensitiveLog: (obj: CaptionSourceSettings) => any;
|
|
4219
|
+
/**
|
|
4220
|
+
* @internal
|
|
4221
|
+
*/
|
|
4222
|
+
export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
|
|
4223
|
+
/**
|
|
4224
|
+
* @internal
|
|
4225
|
+
*/
|
|
4226
|
+
export declare const RectangleFilterSensitiveLog: (obj: Rectangle) => any;
|
|
4227
|
+
/**
|
|
4228
|
+
* @internal
|
|
4229
|
+
*/
|
|
4230
|
+
export declare const InputDecryptionSettingsFilterSensitiveLog: (obj: InputDecryptionSettings) => any;
|
|
4231
|
+
/**
|
|
4232
|
+
* @internal
|
|
4233
|
+
*/
|
|
4234
|
+
export declare const InsertableImageFilterSensitiveLog: (obj: InsertableImage) => any;
|
|
4235
|
+
/**
|
|
4236
|
+
* @internal
|
|
4237
|
+
*/
|
|
4238
|
+
export declare const ImageInserterFilterSensitiveLog: (obj: ImageInserter) => any;
|
|
4239
|
+
/**
|
|
4240
|
+
* @internal
|
|
4241
|
+
*/
|
|
4242
|
+
export declare const InputClippingFilterSensitiveLog: (obj: InputClipping) => any;
|
|
4243
|
+
/**
|
|
4244
|
+
* @internal
|
|
4245
|
+
*/
|
|
4246
|
+
export declare const InputVideoGeneratorFilterSensitiveLog: (obj: InputVideoGenerator) => any;
|
|
4247
|
+
/**
|
|
4248
|
+
* @internal
|
|
4249
|
+
*/
|
|
4250
|
+
export declare const Hdr10MetadataFilterSensitiveLog: (obj: Hdr10Metadata) => any;
|
|
4251
|
+
/**
|
|
4252
|
+
* @internal
|
|
4253
|
+
*/
|
|
4254
|
+
export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
|
|
4255
|
+
/**
|
|
4256
|
+
* @internal
|
|
4257
|
+
*/
|
|
4258
|
+
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
4259
|
+
/**
|
|
4260
|
+
* @internal
|
|
4261
|
+
*/
|
|
4262
|
+
export declare const InputTemplateFilterSensitiveLog: (obj: InputTemplate) => any;
|
|
4263
|
+
/**
|
|
4264
|
+
* @internal
|
|
4265
|
+
*/
|
|
4266
|
+
export declare const AccelerationSettingsFilterSensitiveLog: (obj: AccelerationSettings) => any;
|
|
4267
|
+
/**
|
|
4268
|
+
* @internal
|
|
4269
|
+
*/
|
|
4270
|
+
export declare const JobMessagesFilterSensitiveLog: (obj: JobMessages) => any;
|
|
4271
|
+
/**
|
|
4272
|
+
* @internal
|
|
4273
|
+
*/
|
|
4274
|
+
export declare const VideoDetailFilterSensitiveLog: (obj: VideoDetail) => any;
|
|
4275
|
+
/**
|
|
4276
|
+
* @internal
|
|
4277
|
+
*/
|
|
4278
|
+
export declare const OutputDetailFilterSensitiveLog: (obj: OutputDetail) => any;
|
|
4279
|
+
/**
|
|
4280
|
+
* @internal
|
|
4281
|
+
*/
|
|
4282
|
+
export declare const OutputGroupDetailFilterSensitiveLog: (obj: OutputGroupDetail) => any;
|
|
4283
|
+
/**
|
|
4284
|
+
* @internal
|
|
4285
|
+
*/
|
|
4286
|
+
export declare const QueueTransitionFilterSensitiveLog: (obj: QueueTransition) => any;
|
|
4287
|
+
/**
|
|
4288
|
+
* @internal
|
|
4289
|
+
*/
|
|
4290
|
+
export declare const AvailBlankingFilterSensitiveLog: (obj: AvailBlanking) => any;
|
|
4291
|
+
/**
|
|
4292
|
+
* @internal
|
|
4293
|
+
*/
|
|
4294
|
+
export declare const EsamManifestConfirmConditionNotificationFilterSensitiveLog: (obj: EsamManifestConfirmConditionNotification) => any;
|
|
4295
|
+
/**
|
|
4296
|
+
* @internal
|
|
4297
|
+
*/
|
|
4298
|
+
export declare const EsamSignalProcessingNotificationFilterSensitiveLog: (obj: EsamSignalProcessingNotification) => any;
|
|
4299
|
+
/**
|
|
4300
|
+
* @internal
|
|
4301
|
+
*/
|
|
4302
|
+
export declare const EsamSettingsFilterSensitiveLog: (obj: EsamSettings) => any;
|
|
4303
|
+
/**
|
|
4304
|
+
* @internal
|
|
4305
|
+
*/
|
|
4306
|
+
export declare const ExtendedDataServicesFilterSensitiveLog: (obj: ExtendedDataServices) => any;
|
|
4307
|
+
/**
|
|
4308
|
+
* @internal
|
|
4309
|
+
*/
|
|
4310
|
+
export declare const KantarWatermarkSettingsFilterSensitiveLog: (obj: KantarWatermarkSettings) => any;
|
|
4311
|
+
/**
|
|
4312
|
+
* @internal
|
|
4313
|
+
*/
|
|
4314
|
+
export declare const MotionImageInsertionFramerateFilterSensitiveLog: (obj: MotionImageInsertionFramerate) => any;
|
|
4315
|
+
/**
|
|
4316
|
+
* @internal
|
|
4317
|
+
*/
|
|
4318
|
+
export declare const MotionImageInsertionOffsetFilterSensitiveLog: (obj: MotionImageInsertionOffset) => any;
|
|
4319
|
+
/**
|
|
4320
|
+
* @internal
|
|
4321
|
+
*/
|
|
4322
|
+
export declare const MotionImageInserterFilterSensitiveLog: (obj: MotionImageInserter) => any;
|
|
4323
|
+
/**
|
|
4324
|
+
* @internal
|
|
4325
|
+
*/
|
|
4326
|
+
export declare const NielsenConfigurationFilterSensitiveLog: (obj: NielsenConfiguration) => any;
|
|
4327
|
+
/**
|
|
4328
|
+
* @internal
|
|
4329
|
+
*/
|
|
4330
|
+
export declare const NielsenNonLinearWatermarkSettingsFilterSensitiveLog: (obj: NielsenNonLinearWatermarkSettings) => any;
|
|
4331
|
+
/**
|
|
4332
|
+
* @internal
|
|
4333
|
+
*/
|
|
4334
|
+
export declare const AutomatedAbrSettingsFilterSensitiveLog: (obj: AutomatedAbrSettings) => any;
|
|
4335
|
+
/**
|
|
4336
|
+
* @internal
|
|
4337
|
+
*/
|
|
4338
|
+
export declare const AutomatedEncodingSettingsFilterSensitiveLog: (obj: AutomatedEncodingSettings) => any;
|
|
4339
|
+
/**
|
|
4340
|
+
* @internal
|
|
4341
|
+
*/
|
|
4342
|
+
export declare const S3DestinationAccessControlFilterSensitiveLog: (obj: S3DestinationAccessControl) => any;
|
|
4343
|
+
/**
|
|
4344
|
+
* @internal
|
|
4345
|
+
*/
|
|
4346
|
+
export declare const S3EncryptionSettingsFilterSensitiveLog: (obj: S3EncryptionSettings) => any;
|
|
4347
|
+
/**
|
|
4348
|
+
* @internal
|
|
4349
|
+
*/
|
|
4350
|
+
export declare const S3DestinationSettingsFilterSensitiveLog: (obj: S3DestinationSettings) => any;
|
|
4351
|
+
/**
|
|
4352
|
+
* @internal
|
|
4353
|
+
*/
|
|
4354
|
+
export declare const DestinationSettingsFilterSensitiveLog: (obj: DestinationSettings) => any;
|
|
4355
|
+
/**
|
|
4356
|
+
* @internal
|
|
4357
|
+
*/
|
|
4358
|
+
export declare const SpekeKeyProviderCmafFilterSensitiveLog: (obj: SpekeKeyProviderCmaf) => any;
|
|
4359
|
+
/**
|
|
4360
|
+
* @internal
|
|
4361
|
+
*/
|
|
4362
|
+
export declare const StaticKeyProviderFilterSensitiveLog: (obj: StaticKeyProvider) => any;
|
|
4363
|
+
/**
|
|
4364
|
+
* @internal
|
|
4365
|
+
*/
|
|
4366
|
+
export declare const CmafEncryptionSettingsFilterSensitiveLog: (obj: CmafEncryptionSettings) => any;
|
|
4367
|
+
/**
|
|
4368
|
+
* @internal
|
|
4369
|
+
*/
|
|
4370
|
+
export declare const CmafImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: CmafImageBasedTrickPlaySettings) => any;
|
|
4371
|
+
/**
|
|
4372
|
+
* @internal
|
|
4373
|
+
*/
|
|
4374
|
+
export declare const CmafGroupSettingsFilterSensitiveLog: (obj: CmafGroupSettings) => any;
|
|
4375
|
+
/**
|
|
4376
|
+
* @internal
|
|
4377
|
+
*/
|
|
4378
|
+
export declare const SpekeKeyProviderFilterSensitiveLog: (obj: SpekeKeyProvider) => any;
|
|
4379
|
+
/**
|
|
4380
|
+
* @internal
|
|
4381
|
+
*/
|
|
4382
|
+
export declare const DashIsoEncryptionSettingsFilterSensitiveLog: (obj: DashIsoEncryptionSettings) => any;
|
|
4383
|
+
/**
|
|
4384
|
+
* @internal
|
|
4385
|
+
*/
|
|
4386
|
+
export declare const DashIsoImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: DashIsoImageBasedTrickPlaySettings) => any;
|
|
4387
|
+
/**
|
|
4388
|
+
* @internal
|
|
4389
|
+
*/
|
|
4390
|
+
export declare const DashIsoGroupSettingsFilterSensitiveLog: (obj: DashIsoGroupSettings) => any;
|
|
4391
|
+
/**
|
|
4392
|
+
* @internal
|
|
4393
|
+
*/
|
|
4394
|
+
export declare const FileGroupSettingsFilterSensitiveLog: (obj: FileGroupSettings) => any;
|
|
4395
|
+
/**
|
|
4396
|
+
* @internal
|
|
4397
|
+
*/
|
|
4398
|
+
export declare const HlsEncryptionSettingsFilterSensitiveLog: (obj: HlsEncryptionSettings) => any;
|
|
4399
|
+
/**
|
|
4400
|
+
* @internal
|
|
4401
|
+
*/
|
|
4402
|
+
export declare const HlsImageBasedTrickPlaySettingsFilterSensitiveLog: (obj: HlsImageBasedTrickPlaySettings) => any;
|
|
4403
|
+
/**
|
|
4404
|
+
* @internal
|
|
4405
|
+
*/
|
|
4406
|
+
export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
4407
|
+
/**
|
|
4408
|
+
* @internal
|
|
4409
|
+
*/
|
|
4410
|
+
export declare const MsSmoothAdditionalManifestFilterSensitiveLog: (obj: MsSmoothAdditionalManifest) => any;
|
|
4411
|
+
/**
|
|
4412
|
+
* @internal
|
|
4413
|
+
*/
|
|
4414
|
+
export declare const MsSmoothEncryptionSettingsFilterSensitiveLog: (obj: MsSmoothEncryptionSettings) => any;
|
|
4415
|
+
/**
|
|
4416
|
+
* @internal
|
|
4417
|
+
*/
|
|
4418
|
+
export declare const MsSmoothGroupSettingsFilterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
|
|
4419
|
+
/**
|
|
4420
|
+
* @internal
|
|
4421
|
+
*/
|
|
4422
|
+
export declare const OutputGroupSettingsFilterSensitiveLog: (obj: OutputGroupSettings) => any;
|
|
4423
|
+
/**
|
|
4424
|
+
* @internal
|
|
4425
|
+
*/
|
|
4426
|
+
export declare const CmfcSettingsFilterSensitiveLog: (obj: CmfcSettings) => any;
|
|
4427
|
+
/**
|
|
4428
|
+
* @internal
|
|
4429
|
+
*/
|
|
4430
|
+
export declare const F4vSettingsFilterSensitiveLog: (obj: F4vSettings) => any;
|
|
4431
|
+
/**
|
|
4432
|
+
* @internal
|
|
4433
|
+
*/
|
|
4434
|
+
export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
|
|
4435
|
+
/**
|
|
4436
|
+
* @internal
|
|
4437
|
+
*/
|
|
4438
|
+
export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
4439
|
+
/**
|
|
4440
|
+
* @internal
|
|
4441
|
+
*/
|
|
4442
|
+
export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
|