Skip to content

Commit 7393061

Browse files
author
AWS
committed
Amazon Chime SDK Identity Update: The Amazon Chime SDK now supports push notifications through Amazon Pinpoint
1 parent d875099 commit 7393061

File tree

3 files changed

+581
-3
lines changed

3 files changed

+581
-3
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 Identity",
4+
"contributor": "",
5+
"description": "The Amazon Chime SDK now supports push notifications through Amazon Pinpoint"
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"output_token": "NextToken",
66
"limit_key": "MaxResults"
77
},
8+
"ListAppInstanceUserEndpoints": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
12+
},
813
"ListAppInstanceUsers": {
914
"input_token": "NextToken",
1015
"output_token": "NextToken",

0 commit comments

Comments
 (0)