Skip to content

Commit 2d8d722

Browse files
author
AWS
committed
AWS Elemental MediaPackage VOD Update: This release provides the approximate number of assets in a packaging group.
1 parent cd870e9 commit 2d8d722

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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 VOD",
4+
"contributor": "",
5+
"description": "This release provides the approximate number of assets in a packaging group."
6+
}

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@
11141114
"shape": "Profile"
11151115
},
11161116
"ScteMarkersSource": {
1117-
"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.",
1117+
"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. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.",
11181118
"locationName": "scteMarkersSource",
11191119
"shape": "ScteMarkersSource"
11201120
},
@@ -1355,6 +1355,11 @@
13551355
},
13561356
"DescribePackagingGroupResponse": {
13571357
"members": {
1358+
"ApproximateAssetCount": {
1359+
"documentation": "The approximate asset count of the PackagingGroup.",
1360+
"locationName": "approximateAssetCount",
1361+
"shape": "__integer"
1362+
},
13581363
"Arn": {
13591364
"documentation": "The ARN of the PackagingGroup.",
13601365
"locationName": "arn",
@@ -1872,6 +1877,11 @@
18721877
"PackagingGroup": {
18731878
"documentation": "A MediaPackage VOD PackagingGroup resource.",
18741879
"members": {
1880+
"ApproximateAssetCount": {
1881+
"documentation": "The approximate asset count of the PackagingGroup.",
1882+
"locationName": "approximateAssetCount",
1883+
"shape": "__integer"
1884+
},
18751885
"Arn": {
18761886
"documentation": "The ARN of the PackagingGroup.",
18771887
"locationName": "arn",
@@ -2187,6 +2197,11 @@
21872197
},
21882198
"UpdatePackagingGroupResponse": {
21892199
"members": {
2200+
"ApproximateAssetCount": {
2201+
"documentation": "The approximate asset count of the PackagingGroup.",
2202+
"locationName": "approximateAssetCount",
2203+
"shape": "__integer"
2204+
},
21902205
"Arn": {
21912206
"documentation": "The ARN of the PackagingGroup.",
21922207
"locationName": "arn",

0 commit comments

Comments
 (0)