Skip to content

Commit 76a433c

Browse files
author
AWS
committed
Amazon Interactive Video Service RealTime Update: IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens.
1 parent dbffa45 commit 76a433c

File tree

3 files changed

+279
-18
lines changed

3 files changed

+279
-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": "Amazon Interactive Video Service RealTime",
4+
"contributor": "",
5+
"description": "IVS Real-Time now offers customers the ability to upload public keys for customer vended participant tokens."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
"output_token": "nextToken",
2121
"limit_key": "maxResults"
2222
},
23+
"ListPublicKeys": {
24+
"input_token": "nextToken",
25+
"output_token": "nextToken",
26+
"limit_key": "maxResults",
27+
"result_key": "publicKeys"
28+
},
2329
"ListStageSessions": {
2430
"input_token": "nextToken",
2531
"output_token": "nextToken",

0 commit comments

Comments
 (0)