Skip to content

Commit 31b49f5

Browse files
author
AWS
committed
Amazon QuickSight Update: Add support to analysis and sheet level highlighting in QuickSight.
1 parent fa74558 commit 31b49f5

File tree

2 files changed

+52
-9
lines changed

2 files changed

+52
-9
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": "Add support to analysis and sheet level highlighting in QuickSight."
6+
}

services/quicksight/src/main/resources/codegen-resources/service-2.json

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
{"shape":"ThrottlingException"},
141141
{"shape":"InvalidRequestException"},
142142
{"shape":"LimitExceededException"},
143-
{"shape":"AccessDeniedException"},
144143
{"shape":"ConflictException"},
144+
{"shape":"AccessDeniedException"},
145145
{"shape":"InternalServerException"}
146146
],
147147
"documentation":"<p>Creates an Amazon QuickSight brand.</p>"
@@ -622,8 +622,8 @@
622622
{"shape":"ThrottlingException"},
623623
{"shape":"InvalidRequestException"},
624624
{"shape":"ResourceNotFoundException"},
625-
{"shape":"AccessDeniedException"},
626625
{"shape":"ConflictException"},
626+
{"shape":"AccessDeniedException"},
627627
{"shape":"InternalServerException"}
628628
],
629629
"documentation":"<p>Deletes an Amazon QuickSight brand.</p>",
@@ -642,8 +642,8 @@
642642
{"shape":"ThrottlingException"},
643643
{"shape":"InvalidRequestException"},
644644
{"shape":"ResourceNotFoundException"},
645-
{"shape":"AccessDeniedException"},
646645
{"shape":"ConflictException"},
646+
{"shape":"AccessDeniedException"},
647647
{"shape":"InternalServerException"}
648648
],
649649
"documentation":"<p>Deletes a brand assignment.</p>",
@@ -1285,8 +1285,8 @@
12851285
{"shape":"ThrottlingException"},
12861286
{"shape":"InvalidRequestException"},
12871287
{"shape":"ResourceNotFoundException"},
1288-
{"shape":"AccessDeniedException"},
12891288
{"shape":"ConflictException"},
1289+
{"shape":"AccessDeniedException"},
12901290
{"shape":"InternalServerException"}
12911291
],
12921292
"documentation":"<p>Describes a brand.</p>"
@@ -1304,8 +1304,8 @@
13041304
{"shape":"ThrottlingException"},
13051305
{"shape":"InvalidRequestException"},
13061306
{"shape":"ResourceNotFoundException"},
1307-
{"shape":"AccessDeniedException"},
13081307
{"shape":"ConflictException"},
1308+
{"shape":"AccessDeniedException"},
13091309
{"shape":"InternalServerException"}
13101310
],
13111311
"documentation":"<p>Describes a brand assignment.</p>"
@@ -1323,8 +1323,8 @@
13231323
{"shape":"ThrottlingException"},
13241324
{"shape":"InvalidRequestException"},
13251325
{"shape":"ResourceNotFoundException"},
1326-
{"shape":"AccessDeniedException"},
13271326
{"shape":"ConflictException"},
1327+
{"shape":"AccessDeniedException"},
13281328
{"shape":"InternalServerException"}
13291329
],
13301330
"documentation":"<p>Describes the published version of the brand.</p>"
@@ -3207,8 +3207,8 @@
32073207
{"shape":"ThrottlingException"},
32083208
{"shape":"InvalidRequestException"},
32093209
{"shape":"ResourceNotFoundException"},
3210-
{"shape":"AccessDeniedException"},
32113210
{"shape":"ConflictException"},
3211+
{"shape":"AccessDeniedException"},
32123212
{"shape":"InternalServerException"}
32133213
],
32143214
"documentation":"<p>Updates a brand.</p>",
@@ -3227,8 +3227,8 @@
32273227
{"shape":"ThrottlingException"},
32283228
{"shape":"InvalidRequestException"},
32293229
{"shape":"ResourceNotFoundException"},
3230-
{"shape":"AccessDeniedException"},
32313230
{"shape":"ConflictException"},
3231+
{"shape":"AccessDeniedException"},
32323232
{"shape":"InternalServerException"}
32333233
],
32343234
"documentation":"<p>Updates a brand assignment.</p>",
@@ -3247,8 +3247,8 @@
32473247
{"shape":"ThrottlingException"},
32483248
{"shape":"InvalidRequestException"},
32493249
{"shape":"ResourceNotFoundException"},
3250-
{"shape":"AccessDeniedException"},
32513250
{"shape":"ConflictException"},
3251+
{"shape":"AccessDeniedException"},
32523252
{"shape":"InternalServerException"}
32533253
],
32543254
"documentation":"<p>Updates the published version of a brand.</p>",
@@ -6092,6 +6092,10 @@
60926092
"ExcludedDataSetArns":{
60936093
"shape":"DataSetArnsList",
60946094
"documentation":"<p>A list of dataset ARNS to exclude from Dashboard Q&amp;A.</p>"
6095+
},
6096+
"CustomActionDefaults":{
6097+
"shape":"VisualCustomActionDefaults",
6098+
"documentation":"<p>A list of visual custom actions for the analysis.</p>"
60956099
}
60966100
},
60976101
"documentation":"<p>An array of analysis level configurations.</p>"
@@ -30307,6 +30311,10 @@
3030730311
"ContentType":{
3030830312
"shape":"SheetContentType",
3030930313
"documentation":"<p>The layout content type of the sheet. Choose one of the following options:</p> <ul> <li> <p> <code>PAGINATED</code>: Creates a sheet for a paginated report.</p> </li> <li> <p> <code>INTERACTIVE</code>: Creates a sheet for an interactive dashboard.</p> </li> </ul>"
30314+
},
30315+
"CustomActionDefaults":{
30316+
"shape":"VisualCustomActionDefaults",
30317+
"documentation":"<p>A list of visual custom actions for the sheet.</p>"
3031030318
}
3031130319
},
3031230320
"documentation":"<p>A sheet is an object that contains a set of visuals that are viewed together on one page in a paginated report. Every analysis and dashboard must contain at least one sheet.</p>"
@@ -37924,6 +37932,16 @@
3792437932
},
3792537933
"documentation":"<p>A custom action defined on a visual.</p>"
3792637934
},
37935+
"VisualCustomActionDefaults":{
37936+
"type":"structure",
37937+
"members":{
37938+
"highlightOperation":{
37939+
"shape":"VisualHighlightOperation",
37940+
"documentation":"<p>A list of highlight operations available for visuals in an analysis or sheet.</p>"
37941+
}
37942+
},
37943+
"documentation":"<p>A list of custom actions applied to visuals in an analysis or sheet.</p>"
37944+
},
3792737945
"VisualCustomActionList":{
3792837946
"type":"list",
3792937947
"member":{"shape":"VisualCustomAction"},
@@ -37969,6 +37987,25 @@
3796937987
"DATA_POINT_MENU"
3797037988
]
3797137989
},
37990+
"VisualHighlightOperation":{
37991+
"type":"structure",
37992+
"required":["Trigger"],
37993+
"members":{
37994+
"Trigger":{
37995+
"shape":"VisualHighlightTrigger",
37996+
"documentation":"<p>Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.</p>"
37997+
}
37998+
},
37999+
"documentation":"<p>Defines what initiates a highlight operation on a visual, such as a click or hover.</p>"
38000+
},
38001+
"VisualHighlightTrigger":{
38002+
"type":"string",
38003+
"enum":[
38004+
"DATA_POINT_CLICK",
38005+
"DATA_POINT_HOVER",
38006+
"NONE"
38007+
]
38008+
},
3797238009
"VisualInteractionOptions":{
3797338010
"type":"structure",
3797438011
"members":{

0 commit comments

Comments
 (0)