Skip to content

Commit 02e807c

Browse files
author
AWS
committed
Amazon QuickSight Update: General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
1 parent 4a81f88 commit 02e807c

File tree

2 files changed

+153
-3
lines changed

2 files changed

+153
-3
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": "General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update"
6+
}

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

Lines changed: 147 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5437,6 +5437,10 @@
54375437
"ContributionAnalysisDefaults":{
54385438
"shape":"ContributionAnalysisDefaultList",
54395439
"documentation":"<p>The contribution analysis (anomaly configuration) setup of the visual.</p>"
5440+
},
5441+
"Interactions":{
5442+
"shape":"VisualInteractionOptions",
5443+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
54405444
}
54415445
},
54425446
"documentation":"<p>The configuration of a <code>BarChartVisual</code>.</p>"
@@ -5710,6 +5714,10 @@
57105714
"VisualPalette":{
57115715
"shape":"VisualPalette",
57125716
"documentation":"<p>The palette (chart color) display setup of the visual.</p>"
5717+
},
5718+
"Interactions":{
5719+
"shape":"VisualInteractionOptions",
5720+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
57135721
}
57145722
},
57155723
"documentation":"<p>The configuration of a <code>BoxPlotVisual</code>.</p>"
@@ -6688,6 +6696,10 @@
66886696
"VisualPalette":{
66896697
"shape":"VisualPalette",
66906698
"documentation":"<p>The palette (chart color) display setup of the visual.</p>"
6699+
},
6700+
"Interactions":{
6701+
"shape":"VisualInteractionOptions",
6702+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
66916703
}
66926704
},
66936705
"documentation":"<p>The configuration of a <code>ComboChartVisual</code>.</p>"
@@ -7037,6 +7049,16 @@
70377049
"COLLECTIVE"
70387050
]
70397051
},
7052+
"ContextMenuOption":{
7053+
"type":"structure",
7054+
"members":{
7055+
"AvailabilityStatus":{
7056+
"shape":"DashboardBehavior",
7057+
"documentation":"<p>The availability status of the context menu options. If the value of this property is set to <code>ENABLED</code>, dashboard readers can interact with the context menu.</p>"
7058+
}
7059+
},
7060+
"documentation":"<p>The context menu options for a visual's interactions.</p>"
7061+
},
70407062
"ContributionAnalysisDefault":{
70417063
"type":"structure",
70427064
"required":[
@@ -8743,6 +8765,10 @@
87438765
"ImageScaling":{
87448766
"shape":"CustomContentImageScalingConfiguration",
87458767
"documentation":"<p>The sizing options for the size of the custom content visual. This structure is required when the <code>ContentType</code> of the visual is <code>'IMAGE'</code>.</p>"
8768+
},
8769+
"Interactions":{
8770+
"shape":"VisualInteractionOptions",
8771+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
87468772
}
87478773
},
87488774
"documentation":"<p>The configuration of a <code>CustomContentVisual</code>.</p>"
@@ -14937,6 +14963,10 @@
1493714963
"MapStyleOptions":{
1493814964
"shape":"GeospatialMapStyleOptions",
1493914965
"documentation":"<p>The map style options of the filled map visual.</p>"
14966+
},
14967+
"Interactions":{
14968+
"shape":"VisualInteractionOptions",
14969+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
1494014970
}
1494114971
},
1494214972
"documentation":"<p>The configuration for a <code>FilledMapVisual</code>.</p>"
@@ -16033,6 +16063,10 @@
1603316063
"VisualPalette":{
1603416064
"shape":"VisualPalette",
1603516065
"documentation":"<p>The visual palette configuration of a <code>FunnelChartVisual</code>.</p>"
16066+
},
16067+
"Interactions":{
16068+
"shape":"VisualInteractionOptions",
16069+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
1603616070
}
1603716071
},
1603816072
"documentation":"<p>The configuration of a <code>FunnelChartVisual</code>.</p>"
@@ -16207,6 +16241,10 @@
1620716241
"VisualPalette":{
1620816242
"shape":"VisualPalette",
1620916243
"documentation":"<p>The visual palette configuration of a <code>GaugeChartVisual</code>.</p>"
16244+
},
16245+
"Interactions":{
16246+
"shape":"VisualInteractionOptions",
16247+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
1621016248
}
1621116249
},
1621216250
"documentation":"<p>The configuration of a <code>GaugeChartVisual</code>.</p>"
@@ -16568,7 +16606,11 @@
1656816606
"shape":"GeospatialPointStyleOptions",
1656916607
"documentation":"<p>The point style options of the geospatial map.</p>"
1657016608
},
16571-
"VisualPalette":{"shape":"VisualPalette"}
16609+
"VisualPalette":{"shape":"VisualPalette"},
16610+
"Interactions":{
16611+
"shape":"VisualInteractionOptions",
16612+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
16613+
}
1657216614
},
1657316615
"documentation":"<p>The configuration of a <code>GeospatialMapVisual</code>.</p>"
1657416616
},
@@ -17171,6 +17213,10 @@
1717117213
"Tooltip":{
1717217214
"shape":"TooltipOptions",
1717317215
"documentation":"<p>The tooltip display setup of the visual.</p>"
17216+
},
17217+
"Interactions":{
17218+
"shape":"VisualInteractionOptions",
17219+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
1717417220
}
1717517221
},
1717617222
"documentation":"<p>The configuration of a heat map.</p>"
@@ -17335,6 +17381,10 @@
1733517381
"VisualPalette":{
1733617382
"shape":"VisualPalette",
1733717383
"documentation":"<p>The visual palette configuration of a histogram.</p>"
17384+
},
17385+
"Interactions":{
17386+
"shape":"VisualInteractionOptions",
17387+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
1733817388
}
1733917389
},
1734017390
"documentation":"<p>The configuration for a <code>HistogramVisual</code>.</p>"
@@ -17747,6 +17797,10 @@
1774717797
"CustomNarrative":{
1774817798
"shape":"CustomNarrativeOptions",
1774917799
"documentation":"<p>The custom narrative of the insight visual.</p>"
17800+
},
17801+
"Interactions":{
17802+
"shape":"VisualInteractionOptions",
17803+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
1775017804
}
1775117805
},
1775217806
"documentation":"<p>The configuration of an insight visual.</p>"
@@ -18146,6 +18200,10 @@
1814618200
"KPIOptions":{
1814718201
"shape":"KPIOptions",
1814818202
"documentation":"<p>The options that determine the presentation of a KPI visual.</p>"
18203+
},
18204+
"Interactions":{
18205+
"shape":"VisualInteractionOptions",
18206+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
1814918207
}
1815018208
},
1815118209
"documentation":"<p>The configuration of a KPI visual.</p>"
@@ -18565,6 +18623,10 @@
1856518623
"VisualPalette":{
1856618624
"shape":"VisualPalette",
1856718625
"documentation":"<p>The visual palette configuration of a line chart.</p>"
18626+
},
18627+
"Interactions":{
18628+
"shape":"VisualInteractionOptions",
18629+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
1856818630
}
1856918631
},
1857018632
"documentation":"<p>The configuration of a line chart.</p>"
@@ -22143,6 +22205,10 @@
2214322205
"ContributionAnalysisDefaults":{
2214422206
"shape":"ContributionAnalysisDefaultList",
2214522207
"documentation":"<p>The contribution analysis (anomaly configuration) setup of the visual.</p>"
22208+
},
22209+
"Interactions":{
22210+
"shape":"VisualInteractionOptions",
22211+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
2214622212
}
2214722213
},
2214822214
"documentation":"<p>The configuration of a pie chart.</p>"
@@ -22353,6 +22419,10 @@
2235322419
"PaginatedReportOptions":{
2235422420
"shape":"PivotTablePaginatedReportOptions",
2235522421
"documentation":"<p>The paginated report options for a pivot table visual.</p>"
22422+
},
22423+
"Interactions":{
22424+
"shape":"VisualInteractionOptions",
22425+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
2235622426
}
2235722427
},
2235822428
"documentation":"<p>The configuration for a <code>PivotTableVisual</code>.</p>"
@@ -23095,6 +23165,10 @@
2309523165
"AxesRangeScale":{
2309623166
"shape":"RadarChartAxesRangeScale",
2309723167
"documentation":"<p>The axis behavior options of a radar chart.</p>"
23168+
},
23169+
"Interactions":{
23170+
"shape":"VisualInteractionOptions",
23171+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
2309823172
}
2309923173
},
2310023174
"documentation":"<p>The configuration of a <code>RadarChartVisual</code>.</p>"
@@ -24375,6 +24449,10 @@
2437524449
"DataLabels":{
2437624450
"shape":"DataLabelOptions",
2437724451
"documentation":"<p>The data label configuration of a sankey diagram.</p>"
24452+
},
24453+
"Interactions":{
24454+
"shape":"VisualInteractionOptions",
24455+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
2437824456
}
2437924457
},
2438024458
"documentation":"<p>The configuration of a sankey diagram.</p>"
@@ -24502,6 +24580,10 @@
2450224580
"VisualPalette":{
2450324581
"shape":"VisualPalette",
2450424582
"documentation":"<p>The palette (chart color) display setup of the visual.</p>"
24583+
},
24584+
"Interactions":{
24585+
"shape":"VisualInteractionOptions",
24586+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
2450524587
}
2450624588
},
2450724589
"documentation":"<p>The configuration of a scatter plot.</p>"
@@ -26838,6 +26920,10 @@
2683826920
"TableInlineVisualizations":{
2683926921
"shape":"TableInlineVisualizationList",
2684026922
"documentation":"<p>A collection of inline visualizations to display within a chart.</p>"
26923+
},
26924+
"Interactions":{
26925+
"shape":"VisualInteractionOptions",
26926+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
2684126927
}
2684226928
},
2684326929
"documentation":"<p>The configuration for a <code>TableVisual</code>.</p>"
@@ -29052,6 +29138,10 @@
2905229138
"Tooltip":{
2905329139
"shape":"TooltipOptions",
2905429140
"documentation":"<p>The tooltip display setup of the visual.</p>"
29141+
},
29142+
"Interactions":{
29143+
"shape":"VisualInteractionOptions",
29144+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
2905529145
}
2905629146
},
2905729147
"documentation":"<p>The configuration of a tree map.</p>"
@@ -30171,11 +30261,11 @@
3017130261
},
3017230262
"GrantPermissions":{
3017330263
"shape":"ResourcePermissionList",
30174-
"documentation":"<p>The permissions that you want to grant on a resource.</p>"
30264+
"documentation":"<p>The permissions that you want to grant on a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>"
3017530265
},
3017630266
"RevokePermissions":{
3017730267
"shape":"ResourcePermissionList",
30178-
"documentation":"<p>The permissions that you want to revoke from a resource.</p>"
30268+
"documentation":"<p>The permissions that you want to revoke from a resource. Namespace ARNs are not supported <code>Principal</code> values for folder permissions.</p>"
3017930269
}
3018030270
}
3018130271
},
@@ -31752,6 +31842,20 @@
3175231842
"DATA_POINT_MENU"
3175331843
]
3175431844
},
31845+
"VisualInteractionOptions":{
31846+
"type":"structure",
31847+
"members":{
31848+
"VisualMenuOption":{
31849+
"shape":"VisualMenuOption",
31850+
"documentation":"<p>The on-visual menu options for a visual.</p>"
31851+
},
31852+
"ContextMenuOption":{
31853+
"shape":"ContextMenuOption",
31854+
"documentation":"<p>The context menu options for a visual.</p>"
31855+
}
31856+
},
31857+
"documentation":"<p>The general visual interactions setup for visual publish options</p>"
31858+
},
3175531859
"VisualList":{
3175631860
"type":"list",
3175731861
"member":{"shape":"Visual"},
@@ -31842,6 +31946,16 @@
3184231946
},
3184331947
"documentation":"<p>The field well configuration of a waterfall visual.</p>"
3184431948
},
31949+
"WaterfallChartColorConfiguration":{
31950+
"type":"structure",
31951+
"members":{
31952+
"GroupColorConfiguration":{
31953+
"shape":"WaterfallChartGroupColorConfiguration",
31954+
"documentation":"<p>The color configuration for individual groups within a waterfall visual.</p>"
31955+
}
31956+
},
31957+
"documentation":"<p>The color configuration of a waterfall visual.</p>"
31958+
},
3184531959
"WaterfallChartConfiguration":{
3184631960
"type":"structure",
3184731961
"members":{
@@ -31884,6 +31998,14 @@
3188431998
"VisualPalette":{
3188531999
"shape":"VisualPalette",
3188632000
"documentation":"<p>The visual palette configuration of a waterfall visual.</p>"
32001+
},
32002+
"ColorConfiguration":{
32003+
"shape":"WaterfallChartColorConfiguration",
32004+
"documentation":"<p>The color configuration of a waterfall visual.</p>"
32005+
},
32006+
"Interactions":{
32007+
"shape":"VisualInteractionOptions",
32008+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
3188732009
}
3188832010
},
3188932011
"documentation":"<p>The configuration for a waterfall visual.</p>"
@@ -31898,6 +32020,24 @@
3189832020
},
3189932021
"documentation":"<p>The field well configuration of a waterfall visual.</p>"
3190032022
},
32023+
"WaterfallChartGroupColorConfiguration":{
32024+
"type":"structure",
32025+
"members":{
32026+
"PositiveBarColor":{
32027+
"shape":"HexColor",
32028+
"documentation":"<p>Defines the color for the positive bars of a waterfall chart.</p>"
32029+
},
32030+
"NegativeBarColor":{
32031+
"shape":"HexColor",
32032+
"documentation":"<p>Defines the color for the negative bars of a waterfall chart.</p>"
32033+
},
32034+
"TotalBarColor":{
32035+
"shape":"HexColor",
32036+
"documentation":"<p>Defines the color for the total bars of a waterfall chart.</p>"
32037+
}
32038+
},
32039+
"documentation":"<p>The color configuration for individual groups within a waterfall visual.</p>"
32040+
},
3190132041
"WaterfallChartOptions":{
3190232042
"type":"structure",
3190332043
"members":{
@@ -32033,6 +32173,10 @@
3203332173
"WordCloudOptions":{
3203432174
"shape":"WordCloudOptions",
3203532175
"documentation":"<p>The options for a word cloud visual.</p>"
32176+
},
32177+
"Interactions":{
32178+
"shape":"VisualInteractionOptions",
32179+
"documentation":"<p>The general visual interactions setup for a visual.</p>"
3203632180
}
3203732181
},
3203832182
"documentation":"<p>The configuration of a word cloud visual.</p>"

0 commit comments

Comments
 (0)