Skip to content

Commit 48d2b2e

Browse files
author
AWS
committed
AWS Elemental MediaPackage Update: This release adds Ads AdTriggers and AdsOnDeliveryRestrictions to describe calls for CMAF endpoints on MediaPackage.
1 parent e90de56 commit 48d2b2e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaPackage",
4+
"contributor": "",
5+
"description": "This release adds Ads AdTriggers and AdsOnDeliveryRestrictions to describe calls for CMAF endpoints on MediaPackage."
6+
}

services/mediapackage/src/main/resources/codegen-resources/service-2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,6 +1801,14 @@
18011801
"documentation": "The URL of the packaged OriginEndpoint for consumption.",
18021802
"locationName": "url",
18031803
"shape": "__string"
1804+
},
1805+
"AdTriggers": {
1806+
"locationName": "adTriggers",
1807+
"shape": "AdTriggers"
1808+
},
1809+
"AdsOnDeliveryRestrictions": {
1810+
"locationName": "adsOnDeliveryRestrictions",
1811+
"shape": "AdsOnDeliveryRestrictions"
18041812
}
18051813
},
18061814
"required": [
@@ -3071,4 +3079,4 @@
30713079
"type": "string"
30723080
}
30733081
}
3074-
}
3082+
}

0 commit comments

Comments
 (0)