Skip to content

Commit b1826b7

Browse files
author
AWS
committed
Amazon Appflow Update: Launching Amazon AppFlow Custom Connector SDK.
1 parent a70cf7e commit b1826b7

File tree

3 files changed

+1009
-42
lines changed

3 files changed

+1009
-42
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 Appflow",
4+
"contributor": "",
5+
"description": "Launching Amazon AppFlow Custom Connector SDK."
6+
}

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,19 @@
77
},
88
"DescribeConnectors": {
99
"input_token": "nextToken",
10-
"output_token": "nextToken"
10+
"output_token": "nextToken",
11+
"limit_key": "maxResults"
1112
},
1213
"DescribeFlowExecutionRecords": {
1314
"input_token": "nextToken",
1415
"output_token": "nextToken",
1516
"limit_key": "maxResults"
1617
},
18+
"ListConnectors": {
19+
"input_token": "nextToken",
20+
"output_token": "nextToken",
21+
"limit_key": "maxResults"
22+
},
1723
"ListFlows": {
1824
"input_token": "nextToken",
1925
"output_token": "nextToken",

0 commit comments

Comments
 (0)