Skip to content

Commit 42e0f3c

Browse files
author
AWS
committed
Amazon QuickSight Update: This release adds the following: 1) Asset management for centralized assets governance 2) QuickSight Q now supports public embedding 3) New Termination protection flag to mitigate accidental deletes 4) Athena data sources now accept a custom IAM role 5) QuickSight supports connectivity to Databricks
1 parent daaf60f commit 42e0f3c

File tree

4 files changed

+437
-15
lines changed

4 files changed

+437
-15
lines changed
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 the following: 1) Asset management for centralized assets governance 2) QuickSight Q now supports public embedding 3) New Termination protection flag to mitigate accidental deletes 4) Athena data sources now accept a custom IAM role 5) QuickSight supports connectivity to Databricks"
6+
}

services/quicksight/src/main/resources/codegen-resources/endpoint-rule-set.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

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

+12
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@
8383
"output_token": "NextToken",
8484
"limit_key": "MaxResults",
8585
"result_key": "DashboardSummaryList"
86+
},
87+
"SearchDataSets": {
88+
"input_token": "NextToken",
89+
"output_token": "NextToken",
90+
"limit_key": "MaxResults",
91+
"result_key": "DataSetSummaries"
92+
},
93+
"SearchDataSources": {
94+
"input_token": "NextToken",
95+
"output_token": "NextToken",
96+
"limit_key": "MaxResults",
97+
"result_key": "DataSourceSummaries"
8698
}
8799
}
88100
}

0 commit comments

Comments
 (0)