Skip to content

Commit 0a77838

Browse files
author
AWS
committed
Amazon QuickSight Update: Add RowAxisDisplayOptions and ColumnAxisDisplayOptions to HeatMapConfiguration, add Actions to PluginVisual, increase limit for CalculatedFields list
1 parent f81d87b commit 0a77838

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
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 RowAxisDisplayOptions and ColumnAxisDisplayOptions to HeatMapConfiguration, add Actions to PluginVisual, increase limit for CalculatedFields list"
6+
}

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7377,7 +7377,7 @@
73777377
"CalculatedFields":{
73787378
"type":"list",
73797379
"member":{"shape":"CalculatedField"},
7380-
"max":500
7380+
"max":2000
73817381
},
73827382
"CalculatedMeasureField":{
73837383
"type":"structure",
@@ -20697,10 +20697,18 @@
2069720697
"shape":"HeatMapSortConfiguration",
2069820698
"documentation":"<p>The sort configuration of a heat map.</p>"
2069920699
},
20700+
"RowAxisDisplayOptions":{
20701+
"shape":"AxisDisplayOptions",
20702+
"documentation":"<p>The options that determine the presentation of the row axis label.</p>"
20703+
},
2070020704
"RowLabelOptions":{
2070120705
"shape":"ChartAxisLabelOptions",
2070220706
"documentation":"<p>The label options of the row that is displayed in a <code>heat map</code>.</p>"
2070320707
},
20708+
"ColumnAxisDisplayOptions":{
20709+
"shape":"AxisDisplayOptions",
20710+
"documentation":"<p>The options that determine the presentation of the row axis label.</p>"
20711+
},
2070420712
"ColumnLabelOptions":{
2070520713
"shape":"ChartAxisLabelOptions",
2070620714
"documentation":"<p>The label options of the column that is displayed in a heat map.</p>"
@@ -27154,6 +27162,10 @@
2715427162
"shape":"PluginVisualConfiguration",
2715527163
"documentation":"<p> A description of the plugin field wells and their persisted properties. </p>"
2715627164
},
27165+
"Actions":{
27166+
"shape":"VisualCustomActionList",
27167+
"documentation":"<p>The list of custom actions that are configured for a visual.</p>"
27168+
},
2715727169
"VisualContentAltText":{
2715827170
"shape":"LongPlainText",
2715927171
"documentation":"<p>The alt text for the visual.</p>"

0 commit comments

Comments
 (0)