@aws-sdk/client-mediaconvert 3.316.0 → 3.321.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +20 -19
- package/dist-cjs/models/models_1.js +23 -9
- package/dist-cjs/models/models_2.js +5 -1
- package/dist-cjs/protocols/Aws_restJson1.js +279 -225
- package/dist-es/models/models_0.js +17 -16
- package/dist-es/models/models_1.js +18 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +279 -225
- package/dist-types/commands/CreateJobCommand.d.ts +8 -2
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +8 -2
- package/dist-types/commands/CreatePresetCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +8 -2
- package/dist-types/commands/UpdatePresetCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +90 -73
- package/dist-types/models/models_1.d.ts +89 -78
- package/dist-types/models/models_2.d.ts +58 -1
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +34 -29
- package/dist-types/ts3.4/models/models_1.d.ts +31 -25
- package/dist-types/ts3.4/models/models_2.d.ts +20 -1
- package/package.json +6 -6
|
@@ -654,6 +654,19 @@ export const HlsAdMarkers = {
|
|
|
654
654
|
ELEMENTAL: "ELEMENTAL",
|
|
655
655
|
ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35",
|
|
656
656
|
};
|
|
657
|
+
export const AdvancedInputFilter = {
|
|
658
|
+
DISABLED: "DISABLED",
|
|
659
|
+
ENABLED: "ENABLED",
|
|
660
|
+
};
|
|
661
|
+
export const AdvancedInputFilterAddTexture = {
|
|
662
|
+
DISABLED: "DISABLED",
|
|
663
|
+
ENABLED: "ENABLED",
|
|
664
|
+
};
|
|
665
|
+
export const AdvancedInputFilterSharpen = {
|
|
666
|
+
HIGH: "HIGH",
|
|
667
|
+
LOW: "LOW",
|
|
668
|
+
OFF: "OFF",
|
|
669
|
+
};
|
|
657
670
|
export const AudioDurationCorrection = {
|
|
658
671
|
AUTO: "AUTO",
|
|
659
672
|
DISABLED: "DISABLED",
|
|
@@ -690,6 +703,10 @@ export const FileSourceConvert608To708 = {
|
|
|
690
703
|
DISABLED: "DISABLED",
|
|
691
704
|
UPCONVERT: "UPCONVERT",
|
|
692
705
|
};
|
|
706
|
+
export const CaptionSourceConvertPaintOnToPopOn = {
|
|
707
|
+
DISABLED: "DISABLED",
|
|
708
|
+
ENABLED: "ENABLED",
|
|
709
|
+
};
|
|
693
710
|
export const FileSourceTimeDeltaUnits = {
|
|
694
711
|
MILLISECONDS: "MILLISECONDS",
|
|
695
712
|
SECONDS: "SECONDS",
|
|
@@ -1142,19 +1159,3 @@ export const F4vMoovPlacement = {
|
|
|
1142
1159
|
NORMAL: "NORMAL",
|
|
1143
1160
|
PROGRESSIVE_DOWNLOAD: "PROGRESSIVE_DOWNLOAD",
|
|
1144
1161
|
};
|
|
1145
|
-
export const M2tsAudioBufferModel = {
|
|
1146
|
-
ATSC: "ATSC",
|
|
1147
|
-
DVB: "DVB",
|
|
1148
|
-
};
|
|
1149
|
-
export const M2tsAudioDuration = {
|
|
1150
|
-
DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION",
|
|
1151
|
-
MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION",
|
|
1152
|
-
};
|
|
1153
|
-
export const M2tsBufferModel = {
|
|
1154
|
-
MULTIPLEX: "MULTIPLEX",
|
|
1155
|
-
NONE: "NONE",
|
|
1156
|
-
};
|
|
1157
|
-
export const M2tsDataPtsControl = {
|
|
1158
|
-
ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO",
|
|
1159
|
-
AUTO: "AUTO",
|
|
1160
|
-
};
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
|
|
2
|
+
export const M2tsAudioBufferModel = {
|
|
3
|
+
ATSC: "ATSC",
|
|
4
|
+
DVB: "DVB",
|
|
5
|
+
};
|
|
6
|
+
export const M2tsAudioDuration = {
|
|
7
|
+
DEFAULT_CODEC_DURATION: "DEFAULT_CODEC_DURATION",
|
|
8
|
+
MATCH_VIDEO_DURATION: "MATCH_VIDEO_DURATION",
|
|
9
|
+
};
|
|
10
|
+
export const M2tsBufferModel = {
|
|
11
|
+
MULTIPLEX: "MULTIPLEX",
|
|
12
|
+
NONE: "NONE",
|
|
13
|
+
};
|
|
14
|
+
export const M2tsDataPtsControl = {
|
|
15
|
+
ALIGN_TO_VIDEO: "ALIGN_TO_VIDEO",
|
|
16
|
+
AUTO: "AUTO",
|
|
17
|
+
};
|
|
2
18
|
export const OutputSdt = {
|
|
3
19
|
SDT_FOLLOW: "SDT_FOLLOW",
|
|
4
20
|
SDT_FOLLOW_IF_PRESENT: "SDT_FOLLOW_IF_PRESENT",
|
|
@@ -259,6 +275,7 @@ export const VideoCodec = {
|
|
|
259
275
|
H_264: "H_264",
|
|
260
276
|
H_265: "H_265",
|
|
261
277
|
MPEG2: "MPEG2",
|
|
278
|
+
PASSTHROUGH: "PASSTHROUGH",
|
|
262
279
|
PRORES: "PRORES",
|
|
263
280
|
VC3: "VC3",
|
|
264
281
|
VP8: "VP8",
|
|
@@ -889,6 +906,7 @@ export const DeinterlaceAlgorithm = {
|
|
|
889
906
|
BLEND_TICKER: "BLEND_TICKER",
|
|
890
907
|
INTERPOLATE: "INTERPOLATE",
|
|
891
908
|
INTERPOLATE_TICKER: "INTERPOLATE_TICKER",
|
|
909
|
+
LINEAR_INTERPOLATION: "LINEAR_INTERPOLATION",
|
|
892
910
|
};
|
|
893
911
|
export const DeinterlacerControl = {
|
|
894
912
|
FORCE_ALL_FRAMES: "FORCE_ALL_FRAMES",
|
|
@@ -1084,7 +1102,3 @@ export class TooManyRequestsException extends __BaseException {
|
|
|
1084
1102
|
this.Message = opts.Message;
|
|
1085
1103
|
}
|
|
1086
1104
|
}
|
|
1087
|
-
export const DescribeEndpointsMode = {
|
|
1088
|
-
DEFAULT: "DEFAULT",
|
|
1089
|
-
GET_ONLY: "GET_ONLY",
|
|
1090
|
-
};
|