Skip to content

Commit afc8e89

Browse files
author
AWS
committed
Amazon Interactive Video Service Update: Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html
1 parent adc2072 commit afc8e89

File tree

3 files changed

+291
-1
lines changed

3 files changed

+291
-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": "Amazon Interactive Video Service",
4+
"contributor": "",
5+
"description": "Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html"
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"output_token": "nextToken",
2121
"limit_key": "maxResults"
2222
},
23+
"ListStreamSessions": {
24+
"input_token": "nextToken",
25+
"output_token": "nextToken",
26+
"limit_key": "maxResults"
27+
},
2328
"ListStreams": {
2429
"input_token": "nextToken",
2530
"output_token": "nextToken",

0 commit comments

Comments
 (0)