Skip to content

Commit fdca14d

Browse files
author
AWS
committed
Amazon QuickSight Update: This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins.
1 parent 5f885cb commit fdca14d

File tree

3 files changed

+2556
-413
lines changed

3 files changed

+2556
-413
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 QuickSight",
4+
"contributor": "",
5+
"description": "This release adds support for ActionConnector and Flow, which are new resources associated with Amazon Quick Suite. Additional updates include expanded Data Source options, further branding customization, and new capabilities that can be restricted by Admins."
6+
}

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "MaxResults",
1313
"result_key": "Permissions"
1414
},
15+
"ListActionConnectors": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "ActionConnectorSummaries"
20+
},
1521
"ListAnalyses": {
1622
"input_token": "NextToken",
1723
"output_token": "NextToken",
@@ -66,6 +72,12 @@
6672
"limit_key": "MaxResults",
6773
"result_key": "DataSources"
6874
},
75+
"ListFlows": {
76+
"input_token": "NextToken",
77+
"output_token": "NextToken",
78+
"limit_key": "MaxResults",
79+
"result_key": "FlowSummaryList"
80+
},
6981
"ListFolderMembers": {
7082
"input_token": "NextToken",
7183
"output_token": "NextToken",
@@ -178,6 +190,12 @@
178190
"output_token": "NextToken",
179191
"limit_key": "MaxResults"
180192
},
193+
"SearchActionConnectors": {
194+
"input_token": "NextToken",
195+
"output_token": "NextToken",
196+
"limit_key": "MaxResults",
197+
"result_key": "ActionConnectorSummaries"
198+
},
181199
"SearchAnalyses": {
182200
"input_token": "NextToken",
183201
"output_token": "NextToken",
@@ -202,6 +220,12 @@
202220
"limit_key": "MaxResults",
203221
"result_key": "DataSourceSummaries"
204222
},
223+
"SearchFlows": {
224+
"input_token": "NextToken",
225+
"output_token": "NextToken",
226+
"limit_key": "MaxResults",
227+
"result_key": "FlowSummaryList"
228+
},
205229
"SearchFolders": {
206230
"input_token": "NextToken",
207231
"output_token": "NextToken",

0 commit comments

Comments
 (0)