Skip to content

Commit e8c4dad

Browse files
author
AWS
committed
Amazon QuickSight Update: Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support.
1 parent e9bc2a8 commit e8c4dad

File tree

3 files changed

+158
-51
lines changed

3 files changed

+158
-51
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": "Excel support in Snapshot Export APIs. Removed Required trait for some insight Computations. Namespace-shared Folders support. Global Filters support. Table pin Column support."
6+
}

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"pagination": {
3+
"DescribeFolderPermissions": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "Permissions"
8+
},
9+
"DescribeFolderResolvedPermissions": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "Permissions"
14+
},
315
"ListAnalyses": {
416
"input_token": "NextToken",
517
"output_token": "NextToken",
@@ -42,6 +54,18 @@
4254
"limit_key": "MaxResults",
4355
"result_key": "DataSources"
4456
},
57+
"ListFolderMembers": {
58+
"input_token": "NextToken",
59+
"output_token": "NextToken",
60+
"limit_key": "MaxResults",
61+
"result_key": "FolderMemberList"
62+
},
63+
"ListFolders": {
64+
"input_token": "NextToken",
65+
"output_token": "NextToken",
66+
"limit_key": "MaxResults",
67+
"result_key": "FolderSummaryList"
68+
},
4569
"ListGroupMemberships": {
4670
"input_token": "NextToken",
4771
"output_token": "NextToken",
@@ -154,6 +178,12 @@
154178
"limit_key": "MaxResults",
155179
"result_key": "DataSourceSummaries"
156180
},
181+
"SearchFolders": {
182+
"input_token": "NextToken",
183+
"output_token": "NextToken",
184+
"limit_key": "MaxResults",
185+
"result_key": "FolderSummaryList"
186+
},
157187
"SearchGroups": {
158188
"input_token": "NextToken",
159189
"output_token": "NextToken",

0 commit comments

Comments
 (0)