Skip to content

Commit 9782012

Browse files
author
AWS
committed
Amazon Interactive Video Service Update: This release adds support for the Auto-Record to S3 feature. Amazon IVS now enables you to save your live video to Amazon S3.
1 parent 70c01a6 commit 9782012

File tree

3 files changed

+335
-33
lines changed

3 files changed

+335
-33
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": "Amazon Interactive Video Service",
4+
"contributor": "",
5+
"description": "This release adds support for the Auto-Record to S3 feature. Amazon IVS now enables you to save your live video to Amazon S3."
6+
}

services/ivs/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": "keyPairs"
1414
},
15+
"ListRecordingConfigurations": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "recordingConfigurations"
20+
},
1521
"ListStreamKeys": {
1622
"input_token": "nextToken",
1723
"output_token": "nextToken",

0 commit comments

Comments
 (0)