Skip to content

Commit d59fa35

Browse files
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 a64ff22 commit d59fa35

File tree

381 files changed

+32546
-6010
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+32546
-6010
lines changed

generator/ServiceModels/quicksight/quicksight-2018-04-01.api.json

Lines changed: 1452 additions & 60 deletions
Large diffs are not rendered by default.

generator/ServiceModels/quicksight/quicksight-2018-04-01.docs.json

Lines changed: 1194 additions & 419 deletions
Large diffs are not rendered by default.

generator/ServiceModels/quicksight/quicksight-2018-04-01.normal.json

Lines changed: 2526 additions & 413 deletions
Large diffs are not rendered by default.

generator/ServiceModels/quicksight/quicksight-2018-04-01.paginators.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)