Skip to content

Commit 5231f2a

Browse files
author
AWS
committed
AWS Elemental MediaPackage v2 Update: MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket.
1 parent 105d545 commit 5231f2a

File tree

4 files changed

+722
-4
lines changed

4 files changed

+722
-4
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 v2",
4+
"contributor": "",
5+
"description": "MediaPackage V2 Live to VOD Harvester is a MediaPackage V2 feature, which is used to export content from an origin endpoint to a S3 bucket."
6+
}

services/mediapackagev2/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "MaxResults",
1313
"result_key": "Items"
1414
},
15+
"ListHarvestJobs": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "Items"
20+
},
1521
"ListOriginEndpoints": {
1622
"input_token": "NextToken",
1723
"output_token": "NextToken",

0 commit comments

Comments
 (0)