@aws-sdk/client-mediaconvert 3.504.0 → 3.507.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +88 -1002
- package/dist-es/models/models_0.js +10 -10
- package/dist-es/protocols/Aws_restJson1.js +84 -998
- package/dist-types/commands/CreateJobCommand.d.ts +10 -2
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +10 -2
- package/dist-types/commands/CreatePresetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +2 -0
- package/dist-types/commands/GetJobCommand.d.ts +5 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +5 -1
- package/dist-types/commands/GetPresetCommand.d.ts +2 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +5 -1
- package/dist-types/commands/ListJobsCommand.d.ts +5 -1
- package/dist-types/commands/ListPresetsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +10 -2
- package/dist-types/commands/UpdatePresetCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +63 -53
- package/dist-types/models/models_2.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +20 -18
- package/package.json +3 -3
|
@@ -664,6 +664,16 @@ export const WebvttStylePassthrough = {
|
|
|
664
664
|
ENABLED: "ENABLED",
|
|
665
665
|
STRICT: "STRICT",
|
|
666
666
|
};
|
|
667
|
+
export const ColorSpace = {
|
|
668
|
+
FOLLOW: "FOLLOW",
|
|
669
|
+
HDR10: "HDR10",
|
|
670
|
+
HLG_2020: "HLG_2020",
|
|
671
|
+
P3D65_HDR: "P3D65_HDR",
|
|
672
|
+
P3D65_SDR: "P3D65_SDR",
|
|
673
|
+
P3DCI: "P3DCI",
|
|
674
|
+
REC_601: "REC_601",
|
|
675
|
+
REC_709: "REC_709",
|
|
676
|
+
};
|
|
667
677
|
export const HlsAdMarkers = {
|
|
668
678
|
ELEMENTAL: "ELEMENTAL",
|
|
669
679
|
ELEMENTAL_SCTE35: "ELEMENTAL_SCTE35",
|
|
@@ -776,16 +786,6 @@ export const AlphaBehavior = {
|
|
|
776
786
|
DISCARD: "DISCARD",
|
|
777
787
|
REMAP_TO_LUMA: "REMAP_TO_LUMA",
|
|
778
788
|
};
|
|
779
|
-
export const ColorSpace = {
|
|
780
|
-
FOLLOW: "FOLLOW",
|
|
781
|
-
HDR10: "HDR10",
|
|
782
|
-
HLG_2020: "HLG_2020",
|
|
783
|
-
P3D65_HDR: "P3D65_HDR",
|
|
784
|
-
P3D65_SDR: "P3D65_SDR",
|
|
785
|
-
P3DCI: "P3DCI",
|
|
786
|
-
REC_601: "REC_601",
|
|
787
|
-
REC_709: "REC_709",
|
|
788
|
-
};
|
|
789
789
|
export const ColorSpaceUsage = {
|
|
790
790
|
FALLBACK: "FALLBACK",
|
|
791
791
|
FORCE: "FORCE",
|