Skip to content

Commit dc7385f

Browse files
author
AWS
committed
Amazon QuickSight Update: This release adds APIs for Custom Permissions management in QuickSight, and APIs to support QuickSight Branding.
1 parent d84bbd7 commit dc7385f

File tree

3 files changed

+1496
-0
lines changed

3 files changed

+1496
-0
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 APIs for Custom Permissions management in QuickSight, and APIs to support QuickSight Branding."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
"limit_key": "MaxResults",
3131
"result_key": "AssetBundleImportJobSummaryList"
3232
},
33+
"ListBrands": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults",
37+
"result_key": "Brands"
38+
},
39+
"ListCustomPermissions": {
40+
"input_token": "NextToken",
41+
"output_token": "NextToken",
42+
"limit_key": "MaxResults",
43+
"result_key": "CustomPermissionsList"
44+
},
3345
"ListDashboardVersions": {
3446
"input_token": "NextToken",
3547
"output_token": "NextToken",

0 commit comments

Comments
 (0)