Skip to content

Commit 4926c50

Browse files
author
AWS
committed
AWS AppSync Update: This release adds support for AppSync Event APIs.
1 parent 73abaed commit 4926c50

File tree

3 files changed

+754
-9
lines changed

3 files changed

+754
-9
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": "AWS AppSync",
4+
"contributor": "",
5+
"description": "This release adds support for AppSync Event APIs."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66
"limit_key": "maxResults",
77
"result_key": "apiKeys"
88
},
9+
"ListApis": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "apis"
14+
},
15+
"ListChannelNamespaces": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "channelNamespaces"
20+
},
921
"ListDataSources": {
1022
"input_token": "nextToken",
1123
"output_token": "nextToken",

0 commit comments

Comments
 (0)