@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.
@@ -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",