diff --git a/.changes/next-release/feature-AWSElementalMediaPackageVOD-47818f1.json b/.changes/next-release/feature-AWSElementalMediaPackageVOD-47818f1.json new file mode 100644 index 000000000000..efeaae199992 --- /dev/null +++ b/.changes/next-release/feature-AWSElementalMediaPackageVOD-47818f1.json @@ -0,0 +1,6 @@ +{ + "type": "feature", + "category": "AWS Elemental MediaPackage VOD", + "contributor": "", + "description": "This release adds ScteMarkersSource as an available field for Dash Packaging Configurations. When set to MANIFEST, MediaPackage will source the SCTE-35 markers from the manifest. When set to SEGMENTS, MediaPackage will source the SCTE-35 markers from the segments." +} diff --git a/services/mediapackagevod/src/main/resources/codegen-resources/service-2.json b/services/mediapackagevod/src/main/resources/codegen-resources/service-2.json index 064996972ef2..0fd7bd808b2c 100644 --- a/services/mediapackagevod/src/main/resources/codegen-resources/service-2.json +++ b/services/mediapackagevod/src/main/resources/codegen-resources/service-2.json @@ -1113,6 +1113,11 @@ "locationName": "profile", "shape": "Profile" }, + "ScteMarkersSource": { + "documentation": "The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content.", + "locationName": "scteMarkersSource", + "shape": "ScteMarkersSource" + }, "StreamSelection": { "locationName": "streamSelection", "shape": "StreamSelection" @@ -1931,6 +1936,13 @@ ], "type": "string" }, + "ScteMarkersSource": { + "enum": [ + "SEGMENTS", + "MANIFEST" + ], + "type": "string" + }, "SegmentTemplateFormat": { "enum": [ "NUMBER_WITH_TIMELINE",