Skip to content

Commit d97c013

Browse files
author
awstools
committed
feat(client-quicksight): General Interactions for Visuals; Waterfall Chart Color Configuration; Documentation Update
1 parent 8180cad commit d97c013

18 files changed

+1663
-612
lines changed

clients/client-quicksight/src/commands/CreateAnalysisCommand.ts

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
945945
* },
946946
* },
947947
* ],
948+
* Interactions: { // VisualInteractionOptions
949+
* VisualMenuOption: { // VisualMenuOption
950+
* AvailabilityStatus: "ENABLED" || "DISABLED",
951+
* },
952+
* ContextMenuOption: { // ContextMenuOption
953+
* AvailabilityStatus: "ENABLED" || "DISABLED",
954+
* },
955+
* },
948956
* },
949957
* ConditionalFormatting: { // TableConditionalFormatting
950958
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
@@ -1448,6 +1456,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
14481456
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
14491457
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
14501458
* },
1459+
* Interactions: {
1460+
* VisualMenuOption: {
1461+
* AvailabilityStatus: "ENABLED" || "DISABLED",
1462+
* },
1463+
* ContextMenuOption: {
1464+
* AvailabilityStatus: "ENABLED" || "DISABLED",
1465+
* },
1466+
* },
14511467
* },
14521468
* ConditionalFormatting: { // PivotTableConditionalFormatting
14531469
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
@@ -2021,6 +2037,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
20212037
* ],
20222038
* },
20232039
* ],
2040+
* Interactions: {
2041+
* VisualMenuOption: {
2042+
* AvailabilityStatus: "ENABLED" || "DISABLED",
2043+
* },
2044+
* ContextMenuOption: {
2045+
* AvailabilityStatus: "ENABLED" || "DISABLED",
2046+
* },
2047+
* },
20242048
* },
20252049
* Actions: [
20262050
* {
@@ -2286,6 +2310,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
22862310
* },
22872311
* },
22882312
* },
2313+
* Interactions: {
2314+
* VisualMenuOption: {
2315+
* AvailabilityStatus: "ENABLED" || "DISABLED",
2316+
* },
2317+
* ContextMenuOption: {
2318+
* AvailabilityStatus: "ENABLED" || "DISABLED",
2319+
* },
2320+
* },
22892321
* },
22902322
* ConditionalFormatting: { // KPIConditionalFormatting
22912323
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
@@ -2675,6 +2707,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
26752707
* ],
26762708
* },
26772709
* ],
2710+
* Interactions: {
2711+
* VisualMenuOption: {
2712+
* AvailabilityStatus: "ENABLED" || "DISABLED",
2713+
* },
2714+
* ContextMenuOption: {
2715+
* AvailabilityStatus: "ENABLED" || "DISABLED",
2716+
* },
2717+
* },
26782718
* },
26792719
* Actions: [
26802720
* {
@@ -2866,6 +2906,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
28662906
* },
28672907
* ],
28682908
* },
2909+
* Interactions: "<VisualInteractionOptions>",
28692910
* },
28702911
* ConditionalFormatting: { // GaugeChartConditionalFormatting
28712912
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
@@ -3268,6 +3309,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
32683309
* },
32693310
* ],
32703311
* },
3312+
* Interactions: "<VisualInteractionOptions>",
32713313
* },
32723314
* Actions: "<VisualCustomActionList>",
32733315
* ColumnHierarchies: [
@@ -3395,6 +3437,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
33953437
* ],
33963438
* },
33973439
* },
3440+
* Interactions: "<VisualInteractionOptions>",
33983441
* },
33993442
* ColumnHierarchies: [
34003443
* {
@@ -3467,6 +3510,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
34673510
* },
34683511
* DataLabels: "<DataLabelOptions>",
34693512
* Tooltip: "<TooltipOptions>",
3513+
* Interactions: "<VisualInteractionOptions>",
34703514
* },
34713515
* Actions: "<VisualCustomActionList>",
34723516
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3526,6 +3570,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
35263570
* },
35273571
* ],
35283572
* },
3573+
* Interactions: "<VisualInteractionOptions>",
35293574
* },
35303575
* ColumnHierarchies: "<ColumnHierarchyList>",
35313576
* Actions: "<VisualCustomActionList>",
@@ -3562,6 +3607,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
35623607
* MapStyleOptions: {
35633608
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
35643609
* },
3610+
* Interactions: "<VisualInteractionOptions>",
35653611
* },
35663612
* ConditionalFormatting: { // FilledMapConditionalFormatting
35673613
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
@@ -3610,6 +3656,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
36103656
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
36113657
* },
36123658
* VisualPalette: "<VisualPalette>",
3659+
* Interactions: "<VisualInteractionOptions>",
36133660
* },
36143661
* Actions: "<VisualCustomActionList>",
36153662
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3646,6 +3693,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
36463693
* DataLabels: "<DataLabelOptions>",
36473694
* Tooltip: "<TooltipOptions>",
36483695
* VisualPalette: "<VisualPalette>",
3696+
* Interactions: "<VisualInteractionOptions>",
36493697
* },
36503698
* Actions: "<VisualCustomActionList>",
36513699
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3721,6 +3769,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
37213769
* },
37223770
* ],
37233771
* VisualPalette: "<VisualPalette>",
3772+
* Interactions: "<VisualInteractionOptions>",
37243773
* },
37253774
* Actions: "<VisualCustomActionList>",
37263775
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3795,6 +3844,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
37953844
* },
37963845
* ],
37973846
* VisualPalette: "<VisualPalette>",
3847+
* Interactions: "<VisualInteractionOptions>",
37983848
* },
37993849
* Actions: "<VisualCustomActionList>",
38003850
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3825,6 +3875,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
38253875
* Legend: "<LegendOptions>",
38263876
* DataLabels: "<DataLabelOptions>",
38273877
* VisualPalette: "<VisualPalette>",
3878+
* ColorConfiguration: { // WaterfallChartColorConfiguration
3879+
* GroupColorConfiguration: { // WaterfallChartGroupColorConfiguration
3880+
* PositiveBarColor: "STRING_VALUE",
3881+
* NegativeBarColor: "STRING_VALUE",
3882+
* TotalBarColor: "STRING_VALUE",
3883+
* },
3884+
* },
3885+
* Interactions: "<VisualInteractionOptions>",
38283886
* },
38293887
* Actions: "<VisualCustomActionList>",
38303888
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3858,6 +3916,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
38583916
* DataLabels: "<DataLabelOptions>",
38593917
* Tooltip: "<TooltipOptions>",
38603918
* VisualPalette: "<VisualPalette>",
3919+
* Interactions: "<VisualInteractionOptions>",
38613920
* },
38623921
* Actions: "<VisualCustomActionList>",
38633922
* },
@@ -3889,6 +3948,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
38893948
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
38903949
* MaximumStringLength: Number("int"),
38913950
* },
3951+
* Interactions: "<VisualInteractionOptions>",
38923952
* },
38933953
* Actions: "<VisualCustomActionList>",
38943954
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3980,6 +4040,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
39804040
* CustomNarrative: { // CustomNarrativeOptions
39814041
* Narrative: "STRING_VALUE", // required
39824042
* },
4043+
* Interactions: "<VisualInteractionOptions>",
39834044
* },
39844045
* Actions: "<VisualCustomActionList>",
39854046
* DataSetIdentifier: "STRING_VALUE", // required
@@ -4002,6 +4063,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
40024063
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
40034064
* },
40044065
* DataLabels: "<DataLabelOptions>",
4066+
* Interactions: "<VisualInteractionOptions>",
40054067
* },
40064068
* Actions: "<VisualCustomActionList>",
40074069
* },
@@ -4013,6 +4075,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
40134075
* ContentUrl: "STRING_VALUE",
40144076
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
40154077
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
4078+
* Interactions: "<VisualInteractionOptions>",
40164079
* },
40174080
* Actions: "<VisualCustomActionList>",
40184081
* DataSetIdentifier: "STRING_VALUE", // required
@@ -4063,6 +4126,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
40634126
* ColorLabelOptions: "<ChartAxisLabelOptions>",
40644127
* Legend: "<LegendOptions>",
40654128
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
4129+
* Interactions: "<VisualInteractionOptions>",
40664130
* },
40674131
* Actions: "<VisualCustomActionList>",
40684132
* ColumnHierarchies: "<ColumnHierarchyList>",

0 commit comments

Comments
 (0)