Skip to content

Commit 530b5c6

Browse files
author
AWS
committed
Amazon Chime SDK Messaging Update: The Amazon Chime SDK now supports channels with up to one million participants with elastic channels.
1 parent 6cb0fb0 commit 530b5c6

File tree

3 files changed

+269
-1
lines changed

3 files changed

+269
-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 Chime SDK Messaging",
4+
"contributor": "",
5+
"description": "The Amazon Chime SDK now supports channels with up to one million participants with elastic channels."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
"output_token": "NextToken",
4646
"limit_key": "MaxResults"
4747
},
48+
"ListSubChannels": {
49+
"input_token": "NextToken",
50+
"output_token": "NextToken",
51+
"limit_key": "MaxResults"
52+
},
4853
"SearchChannels": {
4954
"input_token": "NextToken",
5055
"output_token": "NextToken",

0 commit comments

Comments
 (0)