@@ -945,6 +945,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
945
945
* },
946
946
* },
947
947
* ],
948
+ * Interactions: { // VisualInteractionOptions
949
+ * VisualMenuOption: { // VisualMenuOption
950
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
951
+ * },
952
+ * ContextMenuOption: { // ContextMenuOption
953
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
954
+ * },
955
+ * },
948
956
* },
949
957
* ConditionalFormatting: { // TableConditionalFormatting
950
958
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
@@ -1448,6 +1456,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
1448
1456
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1449
1457
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1450
1458
* },
1459
+ * Interactions: {
1460
+ * VisualMenuOption: {
1461
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
1462
+ * },
1463
+ * ContextMenuOption: {
1464
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
1465
+ * },
1466
+ * },
1451
1467
* },
1452
1468
* ConditionalFormatting: { // PivotTableConditionalFormatting
1453
1469
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
@@ -2021,6 +2037,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2021
2037
* ],
2022
2038
* },
2023
2039
* ],
2040
+ * Interactions: {
2041
+ * VisualMenuOption: {
2042
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
2043
+ * },
2044
+ * ContextMenuOption: {
2045
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
2046
+ * },
2047
+ * },
2024
2048
* },
2025
2049
* Actions: [
2026
2050
* {
@@ -2286,6 +2310,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2286
2310
* },
2287
2311
* },
2288
2312
* },
2313
+ * Interactions: {
2314
+ * VisualMenuOption: {
2315
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
2316
+ * },
2317
+ * ContextMenuOption: {
2318
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
2319
+ * },
2320
+ * },
2289
2321
* },
2290
2322
* ConditionalFormatting: { // KPIConditionalFormatting
2291
2323
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
@@ -2675,6 +2707,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2675
2707
* ],
2676
2708
* },
2677
2709
* ],
2710
+ * Interactions: {
2711
+ * VisualMenuOption: {
2712
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
2713
+ * },
2714
+ * ContextMenuOption: {
2715
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
2716
+ * },
2717
+ * },
2678
2718
* },
2679
2719
* Actions: [
2680
2720
* {
@@ -2866,6 +2906,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
2866
2906
* },
2867
2907
* ],
2868
2908
* },
2909
+ * Interactions: "<VisualInteractionOptions>",
2869
2910
* },
2870
2911
* ConditionalFormatting: { // GaugeChartConditionalFormatting
2871
2912
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
@@ -3268,6 +3309,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3268
3309
* },
3269
3310
* ],
3270
3311
* },
3312
+ * Interactions: "<VisualInteractionOptions>",
3271
3313
* },
3272
3314
* Actions: "<VisualCustomActionList>",
3273
3315
* ColumnHierarchies: [
@@ -3395,6 +3437,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3395
3437
* ],
3396
3438
* },
3397
3439
* },
3440
+ * Interactions: "<VisualInteractionOptions>",
3398
3441
* },
3399
3442
* ColumnHierarchies: [
3400
3443
* {
@@ -3467,6 +3510,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3467
3510
* },
3468
3511
* DataLabels: "<DataLabelOptions>",
3469
3512
* Tooltip: "<TooltipOptions>",
3513
+ * Interactions: "<VisualInteractionOptions>",
3470
3514
* },
3471
3515
* Actions: "<VisualCustomActionList>",
3472
3516
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3526,6 +3570,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3526
3570
* },
3527
3571
* ],
3528
3572
* },
3573
+ * Interactions: "<VisualInteractionOptions>",
3529
3574
* },
3530
3575
* ColumnHierarchies: "<ColumnHierarchyList>",
3531
3576
* Actions: "<VisualCustomActionList>",
@@ -3562,6 +3607,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3562
3607
* MapStyleOptions: {
3563
3608
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
3564
3609
* },
3610
+ * Interactions: "<VisualInteractionOptions>",
3565
3611
* },
3566
3612
* ConditionalFormatting: { // FilledMapConditionalFormatting
3567
3613
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
@@ -3610,6 +3656,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3610
3656
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
3611
3657
* },
3612
3658
* VisualPalette: "<VisualPalette>",
3659
+ * Interactions: "<VisualInteractionOptions>",
3613
3660
* },
3614
3661
* Actions: "<VisualCustomActionList>",
3615
3662
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3646,6 +3693,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3646
3693
* DataLabels: "<DataLabelOptions>",
3647
3694
* Tooltip: "<TooltipOptions>",
3648
3695
* VisualPalette: "<VisualPalette>",
3696
+ * Interactions: "<VisualInteractionOptions>",
3649
3697
* },
3650
3698
* Actions: "<VisualCustomActionList>",
3651
3699
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3721,6 +3769,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3721
3769
* },
3722
3770
* ],
3723
3771
* VisualPalette: "<VisualPalette>",
3772
+ * Interactions: "<VisualInteractionOptions>",
3724
3773
* },
3725
3774
* Actions: "<VisualCustomActionList>",
3726
3775
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3795,6 +3844,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3795
3844
* },
3796
3845
* ],
3797
3846
* VisualPalette: "<VisualPalette>",
3847
+ * Interactions: "<VisualInteractionOptions>",
3798
3848
* },
3799
3849
* Actions: "<VisualCustomActionList>",
3800
3850
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3825,6 +3875,14 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3825
3875
* Legend: "<LegendOptions>",
3826
3876
* DataLabels: "<DataLabelOptions>",
3827
3877
* 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>",
3828
3886
* },
3829
3887
* Actions: "<VisualCustomActionList>",
3830
3888
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3858,6 +3916,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3858
3916
* DataLabels: "<DataLabelOptions>",
3859
3917
* Tooltip: "<TooltipOptions>",
3860
3918
* VisualPalette: "<VisualPalette>",
3919
+ * Interactions: "<VisualInteractionOptions>",
3861
3920
* },
3862
3921
* Actions: "<VisualCustomActionList>",
3863
3922
* },
@@ -3889,6 +3948,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3889
3948
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
3890
3949
* MaximumStringLength: Number("int"),
3891
3950
* },
3951
+ * Interactions: "<VisualInteractionOptions>",
3892
3952
* },
3893
3953
* Actions: "<VisualCustomActionList>",
3894
3954
* ColumnHierarchies: "<ColumnHierarchyList>",
@@ -3980,6 +4040,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
3980
4040
* CustomNarrative: { // CustomNarrativeOptions
3981
4041
* Narrative: "STRING_VALUE", // required
3982
4042
* },
4043
+ * Interactions: "<VisualInteractionOptions>",
3983
4044
* },
3984
4045
* Actions: "<VisualCustomActionList>",
3985
4046
* DataSetIdentifier: "STRING_VALUE", // required
@@ -4002,6 +4063,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4002
4063
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
4003
4064
* },
4004
4065
* DataLabels: "<DataLabelOptions>",
4066
+ * Interactions: "<VisualInteractionOptions>",
4005
4067
* },
4006
4068
* Actions: "<VisualCustomActionList>",
4007
4069
* },
@@ -4013,6 +4075,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4013
4075
* ContentUrl: "STRING_VALUE",
4014
4076
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
4015
4077
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
4078
+ * Interactions: "<VisualInteractionOptions>",
4016
4079
* },
4017
4080
* Actions: "<VisualCustomActionList>",
4018
4081
* DataSetIdentifier: "STRING_VALUE", // required
@@ -4063,6 +4126,7 @@ export interface CreateAnalysisCommandOutput extends CreateAnalysisResponse, __M
4063
4126
* ColorLabelOptions: "<ChartAxisLabelOptions>",
4064
4127
* Legend: "<LegendOptions>",
4065
4128
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
4129
+ * Interactions: "<VisualInteractionOptions>",
4066
4130
* },
4067
4131
* Actions: "<VisualCustomActionList>",
4068
4132
* ColumnHierarchies: "<ColumnHierarchyList>",
0 commit comments