@aws-sdk/client-mediaconvert 3.47.2 → 3.51.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 +35 -0
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/commands/UpdateJobTemplateCommand.js +3 -3
- package/dist-cjs/commands/UpdatePresetCommand.js +1 -2
- package/dist-cjs/models/models_0.js +21 -21
- package/dist-cjs/models/models_1.js +33 -36
- package/dist-cjs/models/models_2.js +31 -1
- package/dist-cjs/protocols/Aws_restJson1.js +16 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -1
- package/dist-es/commands/UpdateJobTemplateCommand.js +1 -1
- package/dist-es/commands/UpdatePresetCommand.js +1 -2
- package/dist-es/models/models_0.js +16 -14
- package/dist-es/models/models_1.js +25 -20
- package/dist-es/models/models_2.js +20 -0
- package/dist-es/protocols/Aws_restJson1.js +21 -12
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePresetCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +33 -95
- package/dist-types/models/models_1.d.ts +114 -106
- package/dist-types/models/models_2.d.ts +106 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +23 -53
- package/dist-types/ts3.4/models/models_1.d.ts +67 -63
- package/dist-types/ts3.4/models/models_2.d.ts +64 -1
- package/package.json +39 -33
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var TimedMetadata;
|
|
3
|
+
(function (TimedMetadata) {
|
|
4
|
+
TimedMetadata["NONE"] = "NONE";
|
|
5
|
+
TimedMetadata["PASSTHROUGH"] = "PASSTHROUGH";
|
|
6
|
+
})(TimedMetadata || (TimedMetadata = {}));
|
|
7
|
+
export var M3u8Settings;
|
|
8
|
+
(function (M3u8Settings) {
|
|
9
|
+
M3u8Settings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
+
})(M3u8Settings || (M3u8Settings = {}));
|
|
11
|
+
export var MovClapAtom;
|
|
12
|
+
(function (MovClapAtom) {
|
|
13
|
+
MovClapAtom["EXCLUDE"] = "EXCLUDE";
|
|
14
|
+
MovClapAtom["INCLUDE"] = "INCLUDE";
|
|
15
|
+
})(MovClapAtom || (MovClapAtom = {}));
|
|
2
16
|
export var MovCslgAtom;
|
|
3
17
|
(function (MovCslgAtom) {
|
|
4
18
|
MovCslgAtom["EXCLUDE"] = "EXCLUDE";
|
|
@@ -67,6 +81,11 @@ export var MpdScte35Source;
|
|
|
67
81
|
MpdScte35Source["NONE"] = "NONE";
|
|
68
82
|
MpdScte35Source["PASSTHROUGH"] = "PASSTHROUGH";
|
|
69
83
|
})(MpdScte35Source || (MpdScte35Source = {}));
|
|
84
|
+
export var MpdTimedMetadata;
|
|
85
|
+
(function (MpdTimedMetadata) {
|
|
86
|
+
MpdTimedMetadata["NONE"] = "NONE";
|
|
87
|
+
MpdTimedMetadata["PASSTHROUGH"] = "PASSTHROUGH";
|
|
88
|
+
})(MpdTimedMetadata || (MpdTimedMetadata = {}));
|
|
70
89
|
export var MpdSettings;
|
|
71
90
|
(function (MpdSettings) {
|
|
72
91
|
MpdSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -150,6 +169,11 @@ export var Av1AdaptiveQuantization;
|
|
|
150
169
|
Av1AdaptiveQuantization["MEDIUM"] = "MEDIUM";
|
|
151
170
|
Av1AdaptiveQuantization["OFF"] = "OFF";
|
|
152
171
|
})(Av1AdaptiveQuantization || (Av1AdaptiveQuantization = {}));
|
|
172
|
+
export var Av1BitDepth;
|
|
173
|
+
(function (Av1BitDepth) {
|
|
174
|
+
Av1BitDepth["BIT_10"] = "BIT_10";
|
|
175
|
+
Av1BitDepth["BIT_8"] = "BIT_8";
|
|
176
|
+
})(Av1BitDepth || (Av1BitDepth = {}));
|
|
153
177
|
export var Av1FramerateControl;
|
|
154
178
|
(function (Av1FramerateControl) {
|
|
155
179
|
Av1FramerateControl["INITIALIZE_FROM_SOURCE"] = "INITIALIZE_FROM_SOURCE";
|
|
@@ -414,6 +438,7 @@ export var H264Settings;
|
|
|
414
438
|
})(H264Settings || (H264Settings = {}));
|
|
415
439
|
export var H265AdaptiveQuantization;
|
|
416
440
|
(function (H265AdaptiveQuantization) {
|
|
441
|
+
H265AdaptiveQuantization["AUTO"] = "AUTO";
|
|
417
442
|
H265AdaptiveQuantization["HIGH"] = "HIGH";
|
|
418
443
|
H265AdaptiveQuantization["HIGHER"] = "HIGHER";
|
|
419
444
|
H265AdaptiveQuantization["LOW"] = "LOW";
|
|
@@ -1513,23 +1538,3 @@ export var TagResourceResponse;
|
|
|
1513
1538
|
(function (TagResourceResponse) {
|
|
1514
1539
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1515
1540
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1516
|
-
export var UntagResourceRequest;
|
|
1517
|
-
(function (UntagResourceRequest) {
|
|
1518
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1519
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1520
|
-
export var UntagResourceResponse;
|
|
1521
|
-
(function (UntagResourceResponse) {
|
|
1522
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1523
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1524
|
-
export var UpdateJobTemplateRequest;
|
|
1525
|
-
(function (UpdateJobTemplateRequest) {
|
|
1526
|
-
UpdateJobTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1527
|
-
})(UpdateJobTemplateRequest || (UpdateJobTemplateRequest = {}));
|
|
1528
|
-
export var UpdateJobTemplateResponse;
|
|
1529
|
-
(function (UpdateJobTemplateResponse) {
|
|
1530
|
-
UpdateJobTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1531
|
-
})(UpdateJobTemplateResponse || (UpdateJobTemplateResponse = {}));
|
|
1532
|
-
export var UpdatePresetRequest;
|
|
1533
|
-
(function (UpdatePresetRequest) {
|
|
1534
|
-
UpdatePresetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1535
|
-
})(UpdatePresetRequest || (UpdatePresetRequest = {}));
|
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
+
export var UntagResourceRequest;
|
|
3
|
+
(function (UntagResourceRequest) {
|
|
4
|
+
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
5
|
+
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
6
|
+
export var UntagResourceResponse;
|
|
7
|
+
(function (UntagResourceResponse) {
|
|
8
|
+
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
+
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
10
|
+
export var UpdateJobTemplateRequest;
|
|
11
|
+
(function (UpdateJobTemplateRequest) {
|
|
12
|
+
UpdateJobTemplateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
13
|
+
})(UpdateJobTemplateRequest || (UpdateJobTemplateRequest = {}));
|
|
14
|
+
export var UpdateJobTemplateResponse;
|
|
15
|
+
(function (UpdateJobTemplateResponse) {
|
|
16
|
+
UpdateJobTemplateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
17
|
+
})(UpdateJobTemplateResponse || (UpdateJobTemplateResponse = {}));
|
|
18
|
+
export var UpdatePresetRequest;
|
|
19
|
+
(function (UpdatePresetRequest) {
|
|
20
|
+
UpdatePresetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
+
})(UpdatePresetRequest || (UpdatePresetRequest = {}));
|
|
2
22
|
export var UpdatePresetResponse;
|
|
3
23
|
(function (UpdatePresetResponse) {
|
|
4
24
|
UpdatePresetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -4180,8 +4180,8 @@ var serializeAws_restJson1Av1QvbrSettings = function (input, context) {
|
|
|
4180
4180
|
}));
|
|
4181
4181
|
};
|
|
4182
4182
|
var serializeAws_restJson1Av1Settings = function (input, context) {
|
|
4183
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdaptiveQuantization !== undefined &&
|
|
4184
|
-
input.AdaptiveQuantization !== null && { adaptiveQuantization: input.AdaptiveQuantization })), (input.FramerateControl !== undefined &&
|
|
4183
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdaptiveQuantization !== undefined &&
|
|
4184
|
+
input.AdaptiveQuantization !== null && { adaptiveQuantization: input.AdaptiveQuantization })), (input.BitDepth !== undefined && input.BitDepth !== null && { bitDepth: input.BitDepth })), (input.FramerateControl !== undefined &&
|
|
4185
4185
|
input.FramerateControl !== null && { framerateControl: input.FramerateControl })), (input.FramerateConversionAlgorithm !== undefined &&
|
|
4186
4186
|
input.FramerateConversionAlgorithm !== null && {
|
|
4187
4187
|
framerateConversionAlgorithm: input.FramerateConversionAlgorithm,
|
|
@@ -4381,11 +4381,11 @@ var serializeAws_restJson1CmafImageBasedTrickPlaySettings = function (input, con
|
|
|
4381
4381
|
input.ThumbnailWidth !== null && { thumbnailWidth: input.ThumbnailWidth })), (input.TileHeight !== undefined && input.TileHeight !== null && { tileHeight: input.TileHeight })), (input.TileWidth !== undefined && input.TileWidth !== null && { tileWidth: input.TileWidth }));
|
|
4382
4382
|
};
|
|
4383
4383
|
var serializeAws_restJson1CmfcSettings = function (input, context) {
|
|
4384
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioDuration !== undefined && input.AudioDuration !== null && { audioDuration: input.AudioDuration })), (input.AudioGroupId !== undefined && input.AudioGroupId !== null && { audioGroupId: input.AudioGroupId })), (input.AudioRenditionSets !== undefined &&
|
|
4384
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioDuration !== undefined && input.AudioDuration !== null && { audioDuration: input.AudioDuration })), (input.AudioGroupId !== undefined && input.AudioGroupId !== null && { audioGroupId: input.AudioGroupId })), (input.AudioRenditionSets !== undefined &&
|
|
4385
4385
|
input.AudioRenditionSets !== null && { audioRenditionSets: input.AudioRenditionSets })), (input.AudioTrackType !== undefined &&
|
|
4386
4386
|
input.AudioTrackType !== null && { audioTrackType: input.AudioTrackType })), (input.DescriptiveVideoServiceFlag !== undefined &&
|
|
4387
4387
|
input.DescriptiveVideoServiceFlag !== null && { descriptiveVideoServiceFlag: input.DescriptiveVideoServiceFlag })), (input.IFrameOnlyManifest !== undefined &&
|
|
4388
|
-
input.IFrameOnlyManifest !== null && { iFrameOnlyManifest: input.IFrameOnlyManifest })), (input.Scte35Esam !== undefined && input.Scte35Esam !== null && { scte35Esam: input.Scte35Esam })), (input.Scte35Source !== undefined && input.Scte35Source !== null && { scte35Source: input.Scte35Source }));
|
|
4388
|
+
input.IFrameOnlyManifest !== null && { iFrameOnlyManifest: input.IFrameOnlyManifest })), (input.Scte35Esam !== undefined && input.Scte35Esam !== null && { scte35Esam: input.Scte35Esam })), (input.Scte35Source !== undefined && input.Scte35Source !== null && { scte35Source: input.Scte35Source })), (input.TimedMetadata !== undefined && input.TimedMetadata !== null && { timedMetadata: input.TimedMetadata }));
|
|
4389
4389
|
};
|
|
4390
4390
|
var serializeAws_restJson1ColorCorrector = function (input, context) {
|
|
4391
4391
|
return __assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.Brightness !== undefined && input.Brightness !== null && { brightness: input.Brightness })), (input.ColorSpaceConversion !== undefined &&
|
|
@@ -4782,11 +4782,11 @@ var serializeAws_restJson1ImageInserter = function (input, context) {
|
|
|
4782
4782
|
}));
|
|
4783
4783
|
};
|
|
4784
4784
|
var serializeAws_restJson1ImscDestinationSettings = function (input, context) {
|
|
4785
|
-
return __assign({}, (input.StylePassthrough !== undefined &&
|
|
4785
|
+
return __assign(__assign({}, (input.Accessibility !== undefined && input.Accessibility !== null && { accessibility: input.Accessibility })), (input.StylePassthrough !== undefined &&
|
|
4786
4786
|
input.StylePassthrough !== null && { stylePassthrough: input.StylePassthrough }));
|
|
4787
4787
|
};
|
|
4788
4788
|
var serializeAws_restJson1Input = function (input, context) {
|
|
4789
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioSelectorGroups !== undefined &&
|
|
4789
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioSelectorGroups !== undefined &&
|
|
4790
4790
|
input.AudioSelectorGroups !== null && {
|
|
4791
4791
|
audioSelectorGroups: serializeAws_restJson1__mapOfAudioSelectorGroup(input.AudioSelectorGroups, context),
|
|
4792
4792
|
})), (input.AudioSelectors !== undefined &&
|
|
@@ -4799,7 +4799,8 @@ var serializeAws_restJson1Input = function (input, context) {
|
|
|
4799
4799
|
input.Crop !== null && { crop: serializeAws_restJson1Rectangle(input.Crop, context) })), (input.DeblockFilter !== undefined && input.DeblockFilter !== null && { deblockFilter: input.DeblockFilter })), (input.DecryptionSettings !== undefined &&
|
|
4800
4800
|
input.DecryptionSettings !== null && {
|
|
4801
4801
|
decryptionSettings: serializeAws_restJson1InputDecryptionSettings(input.DecryptionSettings, context),
|
|
4802
|
-
})), (input.DenoiseFilter !== undefined && input.DenoiseFilter !== null && { denoiseFilter: input.DenoiseFilter })), (input.
|
|
4802
|
+
})), (input.DenoiseFilter !== undefined && input.DenoiseFilter !== null && { denoiseFilter: input.DenoiseFilter })), (input.DolbyVisionMetadataXml !== undefined &&
|
|
4803
|
+
input.DolbyVisionMetadataXml !== null && { dolbyVisionMetadataXml: input.DolbyVisionMetadataXml })), (input.FileInput !== undefined && input.FileInput !== null && { fileInput: input.FileInput })), (input.FilterEnable !== undefined && input.FilterEnable !== null && { filterEnable: input.FilterEnable })), (input.FilterStrength !== undefined &&
|
|
4803
4804
|
input.FilterStrength !== null && { filterStrength: input.FilterStrength })), (input.ImageInserter !== undefined &&
|
|
4804
4805
|
input.ImageInserter !== null && {
|
|
4805
4806
|
imageInserter: serializeAws_restJson1ImageInserter(input.ImageInserter, context),
|
|
@@ -4826,7 +4827,7 @@ var serializeAws_restJson1InputDecryptionSettings = function (input, context) {
|
|
|
4826
4827
|
input.InitializationVector !== null && { initializationVector: input.InitializationVector })), (input.KmsKeyRegion !== undefined && input.KmsKeyRegion !== null && { kmsKeyRegion: input.KmsKeyRegion }));
|
|
4827
4828
|
};
|
|
4828
4829
|
var serializeAws_restJson1InputTemplate = function (input, context) {
|
|
4829
|
-
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioSelectorGroups !== undefined &&
|
|
4830
|
+
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioSelectorGroups !== undefined &&
|
|
4830
4831
|
input.AudioSelectorGroups !== null && {
|
|
4831
4832
|
audioSelectorGroups: serializeAws_restJson1__mapOfAudioSelectorGroup(input.AudioSelectorGroups, context),
|
|
4832
4833
|
})), (input.AudioSelectors !== undefined &&
|
|
@@ -4836,7 +4837,8 @@ var serializeAws_restJson1InputTemplate = function (input, context) {
|
|
|
4836
4837
|
input.CaptionSelectors !== null && {
|
|
4837
4838
|
captionSelectors: serializeAws_restJson1__mapOfCaptionSelector(input.CaptionSelectors, context),
|
|
4838
4839
|
})), (input.Crop !== undefined &&
|
|
4839
|
-
input.Crop !== null && { crop: serializeAws_restJson1Rectangle(input.Crop, context) })), (input.DeblockFilter !== undefined && input.DeblockFilter !== null && { deblockFilter: input.DeblockFilter })), (input.DenoiseFilter !== undefined && input.DenoiseFilter !== null && { denoiseFilter: input.DenoiseFilter })), (input.
|
|
4840
|
+
input.Crop !== null && { crop: serializeAws_restJson1Rectangle(input.Crop, context) })), (input.DeblockFilter !== undefined && input.DeblockFilter !== null && { deblockFilter: input.DeblockFilter })), (input.DenoiseFilter !== undefined && input.DenoiseFilter !== null && { denoiseFilter: input.DenoiseFilter })), (input.DolbyVisionMetadataXml !== undefined &&
|
|
4841
|
+
input.DolbyVisionMetadataXml !== null && { dolbyVisionMetadataXml: input.DolbyVisionMetadataXml })), (input.FilterEnable !== undefined && input.FilterEnable !== null && { filterEnable: input.FilterEnable })), (input.FilterStrength !== undefined &&
|
|
4840
4842
|
input.FilterStrength !== null && { filterStrength: input.FilterStrength })), (input.ImageInserter !== undefined &&
|
|
4841
4843
|
input.ImageInserter !== null && {
|
|
4842
4844
|
imageInserter: serializeAws_restJson1ImageInserter(input.ImageInserter, context),
|
|
@@ -5008,9 +5010,9 @@ var serializeAws_restJson1Mp4Settings = function (input, context) {
|
|
|
5008
5010
|
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.AudioDuration !== undefined && input.AudioDuration !== null && { audioDuration: input.AudioDuration })), (input.CslgAtom !== undefined && input.CslgAtom !== null && { cslgAtom: input.CslgAtom })), (input.CttsVersion !== undefined && input.CttsVersion !== null && { cttsVersion: input.CttsVersion })), (input.FreeSpaceBox !== undefined && input.FreeSpaceBox !== null && { freeSpaceBox: input.FreeSpaceBox })), (input.MoovPlacement !== undefined && input.MoovPlacement !== null && { moovPlacement: input.MoovPlacement })), (input.Mp4MajorBrand !== undefined && input.Mp4MajorBrand !== null && { mp4MajorBrand: input.Mp4MajorBrand }));
|
|
5009
5011
|
};
|
|
5010
5012
|
var serializeAws_restJson1MpdSettings = function (input, context) {
|
|
5011
|
-
return __assign(__assign(__assign(__assign(__assign({}, (input.AccessibilityCaptionHints !== undefined &&
|
|
5013
|
+
return __assign(__assign(__assign(__assign(__assign(__assign({}, (input.AccessibilityCaptionHints !== undefined &&
|
|
5012
5014
|
input.AccessibilityCaptionHints !== null && { accessibilityCaptionHints: input.AccessibilityCaptionHints })), (input.AudioDuration !== undefined && input.AudioDuration !== null && { audioDuration: input.AudioDuration })), (input.CaptionContainerType !== undefined &&
|
|
5013
|
-
input.CaptionContainerType !== null && { captionContainerType: input.CaptionContainerType })), (input.Scte35Esam !== undefined && input.Scte35Esam !== null && { scte35Esam: input.Scte35Esam })), (input.Scte35Source !== undefined && input.Scte35Source !== null && { scte35Source: input.Scte35Source }));
|
|
5015
|
+
input.CaptionContainerType !== null && { captionContainerType: input.CaptionContainerType })), (input.Scte35Esam !== undefined && input.Scte35Esam !== null && { scte35Esam: input.Scte35Esam })), (input.Scte35Source !== undefined && input.Scte35Source !== null && { scte35Source: input.Scte35Source })), (input.TimedMetadata !== undefined && input.TimedMetadata !== null && { timedMetadata: input.TimedMetadata }));
|
|
5014
5016
|
};
|
|
5015
5017
|
var serializeAws_restJson1Mpeg2Settings = function (input, context) {
|
|
5016
5018
|
return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.AdaptiveQuantization !== undefined &&
|
|
@@ -5406,7 +5408,7 @@ var serializeAws_restJson1WavSettings = function (input, context) {
|
|
|
5406
5408
|
return __assign(__assign(__assign(__assign({}, (input.BitDepth !== undefined && input.BitDepth !== null && { bitDepth: input.BitDepth })), (input.Channels !== undefined && input.Channels !== null && { channels: input.Channels })), (input.Format !== undefined && input.Format !== null && { format: input.Format })), (input.SampleRate !== undefined && input.SampleRate !== null && { sampleRate: input.SampleRate }));
|
|
5407
5409
|
};
|
|
5408
5410
|
var serializeAws_restJson1WebvttDestinationSettings = function (input, context) {
|
|
5409
|
-
return __assign({}, (input.StylePassthrough !== undefined &&
|
|
5411
|
+
return __assign(__assign({}, (input.Accessibility !== undefined && input.Accessibility !== null && { accessibility: input.Accessibility })), (input.StylePassthrough !== undefined &&
|
|
5410
5412
|
input.StylePassthrough !== null && { stylePassthrough: input.StylePassthrough }));
|
|
5411
5413
|
};
|
|
5412
5414
|
var serializeAws_restJson1WebvttHlsSourceSettings = function (input, context) {
|
|
@@ -6037,6 +6039,7 @@ var deserializeAws_restJson1Av1QvbrSettings = function (output, context) {
|
|
|
6037
6039
|
var deserializeAws_restJson1Av1Settings = function (output, context) {
|
|
6038
6040
|
return {
|
|
6039
6041
|
AdaptiveQuantization: __expectString(output.adaptiveQuantization),
|
|
6042
|
+
BitDepth: __expectString(output.bitDepth),
|
|
6040
6043
|
FramerateControl: __expectString(output.framerateControl),
|
|
6041
6044
|
FramerateConversionAlgorithm: __expectString(output.framerateConversionAlgorithm),
|
|
6042
6045
|
FramerateDenominator: __expectInt32(output.framerateDenominator),
|
|
@@ -6282,6 +6285,7 @@ var deserializeAws_restJson1CmfcSettings = function (output, context) {
|
|
|
6282
6285
|
IFrameOnlyManifest: __expectString(output.iFrameOnlyManifest),
|
|
6283
6286
|
Scte35Esam: __expectString(output.scte35Esam),
|
|
6284
6287
|
Scte35Source: __expectString(output.scte35Source),
|
|
6288
|
+
TimedMetadata: __expectString(output.timedMetadata),
|
|
6285
6289
|
};
|
|
6286
6290
|
};
|
|
6287
6291
|
var deserializeAws_restJson1ColorCorrector = function (output, context) {
|
|
@@ -6846,6 +6850,7 @@ var deserializeAws_restJson1ImageInserter = function (output, context) {
|
|
|
6846
6850
|
};
|
|
6847
6851
|
var deserializeAws_restJson1ImscDestinationSettings = function (output, context) {
|
|
6848
6852
|
return {
|
|
6853
|
+
Accessibility: __expectString(output.accessibility),
|
|
6849
6854
|
StylePassthrough: __expectString(output.stylePassthrough),
|
|
6850
6855
|
};
|
|
6851
6856
|
};
|
|
@@ -6868,6 +6873,7 @@ var deserializeAws_restJson1Input = function (output, context) {
|
|
|
6868
6873
|
? deserializeAws_restJson1InputDecryptionSettings(output.decryptionSettings, context)
|
|
6869
6874
|
: undefined,
|
|
6870
6875
|
DenoiseFilter: __expectString(output.denoiseFilter),
|
|
6876
|
+
DolbyVisionMetadataXml: __expectString(output.dolbyVisionMetadataXml),
|
|
6871
6877
|
FileInput: __expectString(output.fileInput),
|
|
6872
6878
|
FilterEnable: __expectString(output.filterEnable),
|
|
6873
6879
|
FilterStrength: __expectInt32(output.filterStrength),
|
|
@@ -6923,6 +6929,7 @@ var deserializeAws_restJson1InputTemplate = function (output, context) {
|
|
|
6923
6929
|
: undefined,
|
|
6924
6930
|
DeblockFilter: __expectString(output.deblockFilter),
|
|
6925
6931
|
DenoiseFilter: __expectString(output.denoiseFilter),
|
|
6932
|
+
DolbyVisionMetadataXml: __expectString(output.dolbyVisionMetadataXml),
|
|
6926
6933
|
FilterEnable: __expectString(output.filterEnable),
|
|
6927
6934
|
FilterStrength: __expectInt32(output.filterStrength),
|
|
6928
6935
|
ImageInserter: output.imageInserter !== undefined && output.imageInserter !== null
|
|
@@ -7288,6 +7295,7 @@ var deserializeAws_restJson1MpdSettings = function (output, context) {
|
|
|
7288
7295
|
CaptionContainerType: __expectString(output.captionContainerType),
|
|
7289
7296
|
Scte35Esam: __expectString(output.scte35Esam),
|
|
7290
7297
|
Scte35Source: __expectString(output.scte35Source),
|
|
7298
|
+
TimedMetadata: __expectString(output.timedMetadata),
|
|
7291
7299
|
};
|
|
7292
7300
|
};
|
|
7293
7301
|
var deserializeAws_restJson1Mpeg2Settings = function (output, context) {
|
|
@@ -7966,6 +7974,7 @@ var deserializeAws_restJson1WavSettings = function (output, context) {
|
|
|
7966
7974
|
};
|
|
7967
7975
|
var deserializeAws_restJson1WebvttDestinationSettings = function (output, context) {
|
|
7968
7976
|
return {
|
|
7977
|
+
Accessibility: __expectString(output.accessibility),
|
|
7969
7978
|
StylePassthrough: __expectString(output.stylePassthrough),
|
|
7970
7979
|
};
|
|
7971
7980
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
|
|
5
5
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
-
import { UpdateJobTemplateRequest, UpdateJobTemplateResponse } from "../models/
|
|
4
|
+
import { UpdateJobTemplateRequest, UpdateJobTemplateResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateJobTemplateCommandInput extends UpdateJobTemplateRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateResponse, __MetadataBearer {
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
4
|
-
import { UpdatePresetRequest } from "../models/
|
|
5
|
-
import { UpdatePresetResponse } from "../models/models_2";
|
|
4
|
+
import { UpdatePresetRequest, UpdatePresetResponse } from "../models/models_2";
|
|
6
5
|
export interface UpdatePresetCommandInput extends UpdatePresetRequest {
|
|
7
6
|
}
|
|
8
7
|
export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __MetadataBearer {
|
|
@@ -948,6 +948,7 @@ export declare enum LanguageCode {
|
|
|
948
948
|
SQI = "SQI",
|
|
949
949
|
SRB = "SRB",
|
|
950
950
|
SRD = "SRD",
|
|
951
|
+
SRP = "SRP",
|
|
951
952
|
SSW = "SSW",
|
|
952
953
|
SUN = "SUN",
|
|
953
954
|
SWA = "SWA",
|
|
@@ -1474,6 +1475,10 @@ export declare namespace EmbeddedDestinationSettings {
|
|
|
1474
1475
|
*/
|
|
1475
1476
|
const filterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
|
|
1476
1477
|
}
|
|
1478
|
+
export declare enum ImscAccessibilitySubs {
|
|
1479
|
+
DISABLED = "DISABLED",
|
|
1480
|
+
ENABLED = "ENABLED"
|
|
1481
|
+
}
|
|
1477
1482
|
export declare enum ImscStylePassthrough {
|
|
1478
1483
|
DISABLED = "DISABLED",
|
|
1479
1484
|
ENABLED = "ENABLED"
|
|
@@ -1482,6 +1487,10 @@ export declare enum ImscStylePassthrough {
|
|
|
1482
1487
|
* Settings related to IMSC captions. IMSC is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to IMSC.
|
|
1483
1488
|
*/
|
|
1484
1489
|
export interface ImscDestinationSettings {
|
|
1490
|
+
/**
|
|
1491
|
+
* Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED, MediaConvert leaves this parameter out.
|
|
1492
|
+
*/
|
|
1493
|
+
Accessibility?: ImscAccessibilitySubs | string;
|
|
1485
1494
|
/**
|
|
1486
1495
|
* Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions.
|
|
1487
1496
|
*/
|
|
@@ -1579,6 +1588,10 @@ export declare namespace TtmlDestinationSettings {
|
|
|
1579
1588
|
*/
|
|
1580
1589
|
const filterSensitiveLog: (obj: TtmlDestinationSettings) => any;
|
|
1581
1590
|
}
|
|
1591
|
+
export declare enum WebvttAccessibilitySubs {
|
|
1592
|
+
DISABLED = "DISABLED",
|
|
1593
|
+
ENABLED = "ENABLED"
|
|
1594
|
+
}
|
|
1582
1595
|
export declare enum WebvttStylePassthrough {
|
|
1583
1596
|
DISABLED = "DISABLED",
|
|
1584
1597
|
ENABLED = "ENABLED"
|
|
@@ -1587,6 +1600,10 @@ export declare enum WebvttStylePassthrough {
|
|
|
1587
1600
|
* Settings related to WebVTT captions. WebVTT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to WebVTT.
|
|
1588
1601
|
*/
|
|
1589
1602
|
export interface WebvttDestinationSettings {
|
|
1603
|
+
/**
|
|
1604
|
+
* Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED, MediaConvert leaves this parameter out.
|
|
1605
|
+
*/
|
|
1606
|
+
Accessibility?: WebvttAccessibilitySubs | string;
|
|
1590
1607
|
/**
|
|
1591
1608
|
* Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.
|
|
1592
1609
|
*/
|
|
@@ -2570,6 +2587,10 @@ export interface Input {
|
|
|
2570
2587
|
* Enable Denoise (InputDenoiseFilter) to filter noise from the input. Default is disabled. Only applicable to MPEG2, H.264, H.265, and uncompressed video inputs.
|
|
2571
2588
|
*/
|
|
2572
2589
|
DenoiseFilter?: InputDenoiseFilter | string;
|
|
2590
|
+
/**
|
|
2591
|
+
* Use this setting only when your video source has Dolby Vision studio mastering metadata that is carried in a separate XML file. Specify the Amazon S3 location for the metadata XML file. MediaConvert uses this file to provide global and frame-level metadata for Dolby Vision preprocessing. When you specify a file here and your input also has interleaved global and frame level metadata, MediaConvert ignores the interleaved metadata and uses only the the metadata from this external XML file. Note that your IAM service role must grant MediaConvert read permissions to this file. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
|
|
2592
|
+
*/
|
|
2593
|
+
DolbyVisionMetadataXml?: string;
|
|
2573
2594
|
/**
|
|
2574
2595
|
* Specify the source file for your transcoding job. You can use multiple inputs in a single job. The service concatenates these inputs, in the order that you specify them in the job, to create the outputs. If your input format is IMF, specify your input by providing the path to your CPL. For example, "s3://bucket/vf/cpl.xml". If the CPL is in an incomplete IMP, make sure to use *Supplemental IMPs* (SupplementalImps) to specify any supplemental IMPs that contain assets referenced by the CPL.
|
|
2575
2596
|
*/
|
|
@@ -2663,6 +2684,10 @@ export interface InputTemplate {
|
|
|
2663
2684
|
* Enable Denoise (InputDenoiseFilter) to filter noise from the input. Default is disabled. Only applicable to MPEG2, H.264, H.265, and uncompressed video inputs.
|
|
2664
2685
|
*/
|
|
2665
2686
|
DenoiseFilter?: InputDenoiseFilter | string;
|
|
2687
|
+
/**
|
|
2688
|
+
* Use this setting only when your video source has Dolby Vision studio mastering metadata that is carried in a separate XML file. Specify the Amazon S3 location for the metadata XML file. MediaConvert uses this file to provide global and frame-level metadata for Dolby Vision preprocessing. When you specify a file here and your input also has interleaved global and frame level metadata, MediaConvert ignores the interleaved metadata and uses only the the metadata from this external XML file. Note that your IAM service role must grant MediaConvert read permissions to this file. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
|
|
2689
|
+
*/
|
|
2690
|
+
DolbyVisionMetadataXml?: string;
|
|
2666
2691
|
/**
|
|
2667
2692
|
* Specify how the transcoding service applies the denoise and deblock filters. You must also enable the filters separately, with Denoise (InputDenoiseFilter) and Deblock (InputDeblockFilter). * Auto - The transcoding service determines whether to apply filtering, depending on input type and quality. * Disable - The input is not filtered. This is true even if you use the API to enable them in (InputDeblockFilter) and (InputDeblockFilter). * Force - The input is filtered regardless of input type.
|
|
2668
2693
|
*/
|
|
@@ -4272,6 +4297,10 @@ export declare enum CmfcScte35Source {
|
|
|
4272
4297
|
NONE = "NONE",
|
|
4273
4298
|
PASSTHROUGH = "PASSTHROUGH"
|
|
4274
4299
|
}
|
|
4300
|
+
export declare enum CmfcTimedMetadata {
|
|
4301
|
+
NONE = "NONE",
|
|
4302
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
4303
|
+
}
|
|
4275
4304
|
/**
|
|
4276
4305
|
* These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
|
|
4277
4306
|
*/
|
|
@@ -4308,6 +4337,10 @@ export interface CmfcSettings {
|
|
|
4308
4337
|
* Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want those SCTE-35 markers in this output.
|
|
4309
4338
|
*/
|
|
4310
4339
|
Scte35Source?: CmfcScte35Source | string;
|
|
4340
|
+
/**
|
|
4341
|
+
* Applies to CMAF outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
|
|
4342
|
+
*/
|
|
4343
|
+
TimedMetadata?: CmfcTimedMetadata | string;
|
|
4311
4344
|
}
|
|
4312
4345
|
export declare namespace CmfcSettings {
|
|
4313
4346
|
/**
|
|
@@ -4676,98 +4709,3 @@ export declare enum M3u8Scte35Source {
|
|
|
4676
4709
|
NONE = "NONE",
|
|
4677
4710
|
PASSTHROUGH = "PASSTHROUGH"
|
|
4678
4711
|
}
|
|
4679
|
-
export declare enum TimedMetadata {
|
|
4680
|
-
NONE = "NONE",
|
|
4681
|
-
PASSTHROUGH = "PASSTHROUGH"
|
|
4682
|
-
}
|
|
4683
|
-
/**
|
|
4684
|
-
* These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
|
|
4685
|
-
*/
|
|
4686
|
-
export interface M3u8Settings {
|
|
4687
|
-
/**
|
|
4688
|
-
* Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.
|
|
4689
|
-
*/
|
|
4690
|
-
AudioDuration?: M3u8AudioDuration | string;
|
|
4691
|
-
/**
|
|
4692
|
-
* The number of audio frames to insert for each PES packet.
|
|
4693
|
-
*/
|
|
4694
|
-
AudioFramesPerPes?: number;
|
|
4695
|
-
/**
|
|
4696
|
-
* Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation.
|
|
4697
|
-
*/
|
|
4698
|
-
AudioPids?: number[];
|
|
4699
|
-
/**
|
|
4700
|
-
* If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.
|
|
4701
|
-
*/
|
|
4702
|
-
DataPTSControl?: M3u8DataPtsControl | string;
|
|
4703
|
-
/**
|
|
4704
|
-
* Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
|
|
4705
|
-
*/
|
|
4706
|
-
MaxPcrInterval?: number;
|
|
4707
|
-
/**
|
|
4708
|
-
* If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
|
|
4709
|
-
*/
|
|
4710
|
-
NielsenId3?: M3u8NielsenId3 | string;
|
|
4711
|
-
/**
|
|
4712
|
-
* The number of milliseconds between instances of this table in the output transport stream.
|
|
4713
|
-
*/
|
|
4714
|
-
PatInterval?: number;
|
|
4715
|
-
/**
|
|
4716
|
-
* When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
|
|
4717
|
-
*/
|
|
4718
|
-
PcrControl?: M3u8PcrControl | string;
|
|
4719
|
-
/**
|
|
4720
|
-
* Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID.
|
|
4721
|
-
*/
|
|
4722
|
-
PcrPid?: number;
|
|
4723
|
-
/**
|
|
4724
|
-
* The number of milliseconds between instances of this table in the output transport stream.
|
|
4725
|
-
*/
|
|
4726
|
-
PmtInterval?: number;
|
|
4727
|
-
/**
|
|
4728
|
-
* Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
|
|
4729
|
-
*/
|
|
4730
|
-
PmtPid?: number;
|
|
4731
|
-
/**
|
|
4732
|
-
* Packet Identifier (PID) of the private metadata stream in the transport stream.
|
|
4733
|
-
*/
|
|
4734
|
-
PrivateMetadataPid?: number;
|
|
4735
|
-
/**
|
|
4736
|
-
* The value of the program number field in the Program Map Table.
|
|
4737
|
-
*/
|
|
4738
|
-
ProgramNumber?: number;
|
|
4739
|
-
/**
|
|
4740
|
-
* Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
|
|
4741
|
-
*/
|
|
4742
|
-
Scte35Pid?: number;
|
|
4743
|
-
/**
|
|
4744
|
-
* For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE) if you don't want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers) if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml).
|
|
4745
|
-
*/
|
|
4746
|
-
Scte35Source?: M3u8Scte35Source | string;
|
|
4747
|
-
/**
|
|
4748
|
-
* Applies only to HLS outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
|
|
4749
|
-
*/
|
|
4750
|
-
TimedMetadata?: TimedMetadata | string;
|
|
4751
|
-
/**
|
|
4752
|
-
* Packet Identifier (PID) of the timed metadata stream in the transport stream.
|
|
4753
|
-
*/
|
|
4754
|
-
TimedMetadataPid?: number;
|
|
4755
|
-
/**
|
|
4756
|
-
* The value of the transport stream ID field in the Program Map Table.
|
|
4757
|
-
*/
|
|
4758
|
-
TransportStreamId?: number;
|
|
4759
|
-
/**
|
|
4760
|
-
* Packet Identifier (PID) of the elementary video stream in the transport stream.
|
|
4761
|
-
*/
|
|
4762
|
-
VideoPid?: number;
|
|
4763
|
-
}
|
|
4764
|
-
export declare namespace M3u8Settings {
|
|
4765
|
-
/**
|
|
4766
|
-
* @internal
|
|
4767
|
-
*/
|
|
4768
|
-
const filterSensitiveLog: (obj: M3u8Settings) => any;
|
|
4769
|
-
}
|
|
4770
|
-
export declare enum MovClapAtom {
|
|
4771
|
-
EXCLUDE = "EXCLUDE",
|
|
4772
|
-
INCLUDE = "INCLUDE"
|
|
4773
|
-
}
|