Skip to content

Commit 21eb2f3

Browse files
author
AWS
committed
AWS Elemental MediaConvert Update: This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback
1 parent 7ff8231 commit 21eb2f3

File tree

3 files changed

+262
-18
lines changed

3 files changed

+262
-18
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 MediaConvert",
4+
"contributor": "",
5+
"description": "This release includes support for dynamic video overlay workflows, including picture-in-picture and squeezeback"
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
"output_token": "NextToken",
3636
"limit_key": "MaxResults",
3737
"result_key": "Queues"
38+
},
39+
"ListVersions": {
40+
"input_token": "NextToken",
41+
"output_token": "NextToken",
42+
"limit_key": "MaxResults",
43+
"result_key": "Versions"
3844
}
3945
}
4046
}

0 commit comments

Comments
 (0)