@aws-sdk/client-quicksight 3.509.0 → 3.511.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +68 -24
- package/dist-es/models/models_2.js +0 -19
- package/dist-es/models/models_3.js +20 -1
- package/dist-es/protocols/Aws_restJson1.js +44 -0
- package/dist-types/commands/CreateAnalysisCommand.d.ts +64 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +62 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +64 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +64 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +65 -3
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +64 -0
- package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListRoleMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +64 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +62 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +64 -0
- package/dist-types/models/models_0.d.ts +43 -54
- package/dist-types/models/models_1.d.ts +197 -93
- package/dist-types/models/models_2.d.ts +94 -264
- package/dist-types/models/models_3.d.ts +249 -88
- package/dist-types/models/models_4.d.ts +94 -4
- package/dist-types/ts3.4/commands/ListRefreshSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoleMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +11 -13
- package/dist-types/ts3.4/models/models_1.d.ts +47 -25
- package/dist-types/ts3.4/models/models_2.d.ts +24 -68
- package/dist-types/ts3.4/models/models_3.d.ts +67 -31
- package/dist-types/ts3.4/models/models_4.d.ts +24 -5
- package/package.json +14 -14
|
@@ -925,6 +925,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
925
925
|
* },
|
|
926
926
|
* },
|
|
927
927
|
* ],
|
|
928
|
+
* Interactions: { // VisualInteractionOptions
|
|
929
|
+
* VisualMenuOption: { // VisualMenuOption
|
|
930
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
931
|
+
* },
|
|
932
|
+
* ContextMenuOption: { // ContextMenuOption
|
|
933
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
934
|
+
* },
|
|
935
|
+
* },
|
|
928
936
|
* },
|
|
929
937
|
* ConditionalFormatting: { // TableConditionalFormatting
|
|
930
938
|
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
|
|
@@ -1428,6 +1436,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
1428
1436
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1429
1437
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1430
1438
|
* },
|
|
1439
|
+
* Interactions: {
|
|
1440
|
+
* VisualMenuOption: {
|
|
1441
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1442
|
+
* },
|
|
1443
|
+
* ContextMenuOption: {
|
|
1444
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1445
|
+
* },
|
|
1446
|
+
* },
|
|
1431
1447
|
* },
|
|
1432
1448
|
* ConditionalFormatting: { // PivotTableConditionalFormatting
|
|
1433
1449
|
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
|
|
@@ -2001,6 +2017,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
2001
2017
|
* ],
|
|
2002
2018
|
* },
|
|
2003
2019
|
* ],
|
|
2020
|
+
* Interactions: {
|
|
2021
|
+
* VisualMenuOption: {
|
|
2022
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2023
|
+
* },
|
|
2024
|
+
* ContextMenuOption: {
|
|
2025
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2026
|
+
* },
|
|
2027
|
+
* },
|
|
2004
2028
|
* },
|
|
2005
2029
|
* Actions: [
|
|
2006
2030
|
* {
|
|
@@ -2266,6 +2290,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
2266
2290
|
* },
|
|
2267
2291
|
* },
|
|
2268
2292
|
* },
|
|
2293
|
+
* Interactions: {
|
|
2294
|
+
* VisualMenuOption: {
|
|
2295
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2296
|
+
* },
|
|
2297
|
+
* ContextMenuOption: {
|
|
2298
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2299
|
+
* },
|
|
2300
|
+
* },
|
|
2269
2301
|
* },
|
|
2270
2302
|
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
2271
2303
|
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
|
|
@@ -2655,6 +2687,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
2655
2687
|
* ],
|
|
2656
2688
|
* },
|
|
2657
2689
|
* ],
|
|
2690
|
+
* Interactions: {
|
|
2691
|
+
* VisualMenuOption: {
|
|
2692
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2693
|
+
* },
|
|
2694
|
+
* ContextMenuOption: {
|
|
2695
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2696
|
+
* },
|
|
2697
|
+
* },
|
|
2658
2698
|
* },
|
|
2659
2699
|
* Actions: [
|
|
2660
2700
|
* {
|
|
@@ -2846,6 +2886,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
2846
2886
|
* },
|
|
2847
2887
|
* ],
|
|
2848
2888
|
* },
|
|
2889
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
2849
2890
|
* },
|
|
2850
2891
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
2851
2892
|
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
|
|
@@ -3248,6 +3289,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3248
3289
|
* },
|
|
3249
3290
|
* ],
|
|
3250
3291
|
* },
|
|
3292
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3251
3293
|
* },
|
|
3252
3294
|
* Actions: "<VisualCustomActionList>",
|
|
3253
3295
|
* ColumnHierarchies: [
|
|
@@ -3375,6 +3417,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3375
3417
|
* ],
|
|
3376
3418
|
* },
|
|
3377
3419
|
* },
|
|
3420
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3378
3421
|
* },
|
|
3379
3422
|
* ColumnHierarchies: [
|
|
3380
3423
|
* {
|
|
@@ -3447,6 +3490,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3447
3490
|
* },
|
|
3448
3491
|
* DataLabels: "<DataLabelOptions>",
|
|
3449
3492
|
* Tooltip: "<TooltipOptions>",
|
|
3493
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3450
3494
|
* },
|
|
3451
3495
|
* Actions: "<VisualCustomActionList>",
|
|
3452
3496
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3506,6 +3550,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3506
3550
|
* },
|
|
3507
3551
|
* ],
|
|
3508
3552
|
* },
|
|
3553
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3509
3554
|
* },
|
|
3510
3555
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3511
3556
|
* Actions: "<VisualCustomActionList>",
|
|
@@ -3542,6 +3587,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3542
3587
|
* MapStyleOptions: {
|
|
3543
3588
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3544
3589
|
* },
|
|
3590
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3545
3591
|
* },
|
|
3546
3592
|
* ConditionalFormatting: { // FilledMapConditionalFormatting
|
|
3547
3593
|
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
|
|
@@ -3590,6 +3636,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3590
3636
|
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
3591
3637
|
* },
|
|
3592
3638
|
* VisualPalette: "<VisualPalette>",
|
|
3639
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3593
3640
|
* },
|
|
3594
3641
|
* Actions: "<VisualCustomActionList>",
|
|
3595
3642
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3626,6 +3673,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3626
3673
|
* DataLabels: "<DataLabelOptions>",
|
|
3627
3674
|
* Tooltip: "<TooltipOptions>",
|
|
3628
3675
|
* VisualPalette: "<VisualPalette>",
|
|
3676
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3629
3677
|
* },
|
|
3630
3678
|
* Actions: "<VisualCustomActionList>",
|
|
3631
3679
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3701,6 +3749,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3701
3749
|
* },
|
|
3702
3750
|
* ],
|
|
3703
3751
|
* VisualPalette: "<VisualPalette>",
|
|
3752
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3704
3753
|
* },
|
|
3705
3754
|
* Actions: "<VisualCustomActionList>",
|
|
3706
3755
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3775,6 +3824,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3775
3824
|
* },
|
|
3776
3825
|
* ],
|
|
3777
3826
|
* VisualPalette: "<VisualPalette>",
|
|
3827
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3778
3828
|
* },
|
|
3779
3829
|
* Actions: "<VisualCustomActionList>",
|
|
3780
3830
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3805,6 +3855,14 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3805
3855
|
* Legend: "<LegendOptions>",
|
|
3806
3856
|
* DataLabels: "<DataLabelOptions>",
|
|
3807
3857
|
* VisualPalette: "<VisualPalette>",
|
|
3858
|
+
* ColorConfiguration: { // WaterfallChartColorConfiguration
|
|
3859
|
+
* GroupColorConfiguration: { // WaterfallChartGroupColorConfiguration
|
|
3860
|
+
* PositiveBarColor: "STRING_VALUE",
|
|
3861
|
+
* NegativeBarColor: "STRING_VALUE",
|
|
3862
|
+
* TotalBarColor: "STRING_VALUE",
|
|
3863
|
+
* },
|
|
3864
|
+
* },
|
|
3865
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3808
3866
|
* },
|
|
3809
3867
|
* Actions: "<VisualCustomActionList>",
|
|
3810
3868
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3838,6 +3896,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3838
3896
|
* DataLabels: "<DataLabelOptions>",
|
|
3839
3897
|
* Tooltip: "<TooltipOptions>",
|
|
3840
3898
|
* VisualPalette: "<VisualPalette>",
|
|
3899
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3841
3900
|
* },
|
|
3842
3901
|
* Actions: "<VisualCustomActionList>",
|
|
3843
3902
|
* },
|
|
@@ -3869,6 +3928,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3869
3928
|
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
3870
3929
|
* MaximumStringLength: Number("int"),
|
|
3871
3930
|
* },
|
|
3931
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3872
3932
|
* },
|
|
3873
3933
|
* Actions: "<VisualCustomActionList>",
|
|
3874
3934
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3960,6 +4020,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3960
4020
|
* CustomNarrative: { // CustomNarrativeOptions
|
|
3961
4021
|
* Narrative: "STRING_VALUE", // required
|
|
3962
4022
|
* },
|
|
4023
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3963
4024
|
* },
|
|
3964
4025
|
* Actions: "<VisualCustomActionList>",
|
|
3965
4026
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -3982,6 +4043,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3982
4043
|
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
3983
4044
|
* },
|
|
3984
4045
|
* DataLabels: "<DataLabelOptions>",
|
|
4046
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3985
4047
|
* },
|
|
3986
4048
|
* Actions: "<VisualCustomActionList>",
|
|
3987
4049
|
* },
|
|
@@ -3993,6 +4055,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
3993
4055
|
* ContentUrl: "STRING_VALUE",
|
|
3994
4056
|
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
3995
4057
|
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
4058
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3996
4059
|
* },
|
|
3997
4060
|
* Actions: "<VisualCustomActionList>",
|
|
3998
4061
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4043,6 +4106,7 @@ declare const UpdateAnalysisCommand_base: {
|
|
|
4043
4106
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4044
4107
|
* Legend: "<LegendOptions>",
|
|
4045
4108
|
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
4109
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4046
4110
|
* },
|
|
4047
4111
|
* Actions: "<VisualCustomActionList>",
|
|
4048
4112
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -970,6 +970,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
970
970
|
* },
|
|
971
971
|
* },
|
|
972
972
|
* ],
|
|
973
|
+
* Interactions: { // VisualInteractionOptions
|
|
974
|
+
* VisualMenuOption: {
|
|
975
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
976
|
+
* },
|
|
977
|
+
* ContextMenuOption: { // ContextMenuOption
|
|
978
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
979
|
+
* },
|
|
980
|
+
* },
|
|
973
981
|
* },
|
|
974
982
|
* ConditionalFormatting: { // TableConditionalFormatting
|
|
975
983
|
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
|
|
@@ -1473,6 +1481,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
1473
1481
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1474
1482
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1475
1483
|
* },
|
|
1484
|
+
* Interactions: {
|
|
1485
|
+
* VisualMenuOption: {
|
|
1486
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1487
|
+
* },
|
|
1488
|
+
* ContextMenuOption: {
|
|
1489
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1490
|
+
* },
|
|
1491
|
+
* },
|
|
1476
1492
|
* },
|
|
1477
1493
|
* ConditionalFormatting: { // PivotTableConditionalFormatting
|
|
1478
1494
|
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
|
|
@@ -2046,6 +2062,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
2046
2062
|
* ],
|
|
2047
2063
|
* },
|
|
2048
2064
|
* ],
|
|
2065
|
+
* Interactions: {
|
|
2066
|
+
* VisualMenuOption: {
|
|
2067
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2068
|
+
* },
|
|
2069
|
+
* ContextMenuOption: {
|
|
2070
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2071
|
+
* },
|
|
2072
|
+
* },
|
|
2049
2073
|
* },
|
|
2050
2074
|
* Actions: [
|
|
2051
2075
|
* {
|
|
@@ -2311,6 +2335,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
2311
2335
|
* },
|
|
2312
2336
|
* },
|
|
2313
2337
|
* },
|
|
2338
|
+
* Interactions: {
|
|
2339
|
+
* VisualMenuOption: {
|
|
2340
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2341
|
+
* },
|
|
2342
|
+
* ContextMenuOption: {
|
|
2343
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2344
|
+
* },
|
|
2345
|
+
* },
|
|
2314
2346
|
* },
|
|
2315
2347
|
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
2316
2348
|
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
|
|
@@ -2700,6 +2732,12 @@ declare const UpdateDashboardCommand_base: {
|
|
|
2700
2732
|
* ],
|
|
2701
2733
|
* },
|
|
2702
2734
|
* ],
|
|
2735
|
+
* Interactions: {
|
|
2736
|
+
* VisualMenuOption: "<VisualMenuOption>",
|
|
2737
|
+
* ContextMenuOption: {
|
|
2738
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2739
|
+
* },
|
|
2740
|
+
* },
|
|
2703
2741
|
* },
|
|
2704
2742
|
* Actions: [
|
|
2705
2743
|
* {
|
|
@@ -2891,6 +2929,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
2891
2929
|
* },
|
|
2892
2930
|
* ],
|
|
2893
2931
|
* },
|
|
2932
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
2894
2933
|
* },
|
|
2895
2934
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
2896
2935
|
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
|
|
@@ -3293,6 +3332,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3293
3332
|
* },
|
|
3294
3333
|
* ],
|
|
3295
3334
|
* },
|
|
3335
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3296
3336
|
* },
|
|
3297
3337
|
* Actions: "<VisualCustomActionList>",
|
|
3298
3338
|
* ColumnHierarchies: [
|
|
@@ -3420,6 +3460,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3420
3460
|
* ],
|
|
3421
3461
|
* },
|
|
3422
3462
|
* },
|
|
3463
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3423
3464
|
* },
|
|
3424
3465
|
* ColumnHierarchies: [
|
|
3425
3466
|
* {
|
|
@@ -3492,6 +3533,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3492
3533
|
* },
|
|
3493
3534
|
* DataLabels: "<DataLabelOptions>",
|
|
3494
3535
|
* Tooltip: "<TooltipOptions>",
|
|
3536
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3495
3537
|
* },
|
|
3496
3538
|
* Actions: "<VisualCustomActionList>",
|
|
3497
3539
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3551,6 +3593,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3551
3593
|
* },
|
|
3552
3594
|
* ],
|
|
3553
3595
|
* },
|
|
3596
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3554
3597
|
* },
|
|
3555
3598
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3556
3599
|
* Actions: "<VisualCustomActionList>",
|
|
@@ -3587,6 +3630,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3587
3630
|
* MapStyleOptions: {
|
|
3588
3631
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3589
3632
|
* },
|
|
3633
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3590
3634
|
* },
|
|
3591
3635
|
* ConditionalFormatting: { // FilledMapConditionalFormatting
|
|
3592
3636
|
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
|
|
@@ -3635,6 +3679,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3635
3679
|
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
3636
3680
|
* },
|
|
3637
3681
|
* VisualPalette: "<VisualPalette>",
|
|
3682
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3638
3683
|
* },
|
|
3639
3684
|
* Actions: "<VisualCustomActionList>",
|
|
3640
3685
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3671,6 +3716,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3671
3716
|
* DataLabels: "<DataLabelOptions>",
|
|
3672
3717
|
* Tooltip: "<TooltipOptions>",
|
|
3673
3718
|
* VisualPalette: "<VisualPalette>",
|
|
3719
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3674
3720
|
* },
|
|
3675
3721
|
* Actions: "<VisualCustomActionList>",
|
|
3676
3722
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3746,6 +3792,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3746
3792
|
* },
|
|
3747
3793
|
* ],
|
|
3748
3794
|
* VisualPalette: "<VisualPalette>",
|
|
3795
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3749
3796
|
* },
|
|
3750
3797
|
* Actions: "<VisualCustomActionList>",
|
|
3751
3798
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3820,6 +3867,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3820
3867
|
* },
|
|
3821
3868
|
* ],
|
|
3822
3869
|
* VisualPalette: "<VisualPalette>",
|
|
3870
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3823
3871
|
* },
|
|
3824
3872
|
* Actions: "<VisualCustomActionList>",
|
|
3825
3873
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3850,6 +3898,14 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3850
3898
|
* Legend: "<LegendOptions>",
|
|
3851
3899
|
* DataLabels: "<DataLabelOptions>",
|
|
3852
3900
|
* VisualPalette: "<VisualPalette>",
|
|
3901
|
+
* ColorConfiguration: { // WaterfallChartColorConfiguration
|
|
3902
|
+
* GroupColorConfiguration: { // WaterfallChartGroupColorConfiguration
|
|
3903
|
+
* PositiveBarColor: "STRING_VALUE",
|
|
3904
|
+
* NegativeBarColor: "STRING_VALUE",
|
|
3905
|
+
* TotalBarColor: "STRING_VALUE",
|
|
3906
|
+
* },
|
|
3907
|
+
* },
|
|
3908
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3853
3909
|
* },
|
|
3854
3910
|
* Actions: "<VisualCustomActionList>",
|
|
3855
3911
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3883,6 +3939,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3883
3939
|
* DataLabels: "<DataLabelOptions>",
|
|
3884
3940
|
* Tooltip: "<TooltipOptions>",
|
|
3885
3941
|
* VisualPalette: "<VisualPalette>",
|
|
3942
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3886
3943
|
* },
|
|
3887
3944
|
* Actions: "<VisualCustomActionList>",
|
|
3888
3945
|
* },
|
|
@@ -3914,6 +3971,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
3914
3971
|
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
3915
3972
|
* MaximumStringLength: Number("int"),
|
|
3916
3973
|
* },
|
|
3974
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3917
3975
|
* },
|
|
3918
3976
|
* Actions: "<VisualCustomActionList>",
|
|
3919
3977
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -4005,6 +4063,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4005
4063
|
* CustomNarrative: { // CustomNarrativeOptions
|
|
4006
4064
|
* Narrative: "STRING_VALUE", // required
|
|
4007
4065
|
* },
|
|
4066
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4008
4067
|
* },
|
|
4009
4068
|
* Actions: "<VisualCustomActionList>",
|
|
4010
4069
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4027,6 +4086,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4027
4086
|
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
4028
4087
|
* },
|
|
4029
4088
|
* DataLabels: "<DataLabelOptions>",
|
|
4089
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4030
4090
|
* },
|
|
4031
4091
|
* Actions: "<VisualCustomActionList>",
|
|
4032
4092
|
* },
|
|
@@ -4038,6 +4098,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4038
4098
|
* ContentUrl: "STRING_VALUE",
|
|
4039
4099
|
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
4040
4100
|
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
4101
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4041
4102
|
* },
|
|
4042
4103
|
* Actions: "<VisualCustomActionList>",
|
|
4043
4104
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4088,6 +4149,7 @@ declare const UpdateDashboardCommand_base: {
|
|
|
4088
4149
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4089
4150
|
* Legend: "<LegendOptions>",
|
|
4090
4151
|
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
4152
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4091
4153
|
* },
|
|
4092
4154
|
* Actions: "<VisualCustomActionList>",
|
|
4093
4155
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -912,6 +912,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
912
912
|
* },
|
|
913
913
|
* },
|
|
914
914
|
* ],
|
|
915
|
+
* Interactions: { // VisualInteractionOptions
|
|
916
|
+
* VisualMenuOption: { // VisualMenuOption
|
|
917
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
918
|
+
* },
|
|
919
|
+
* ContextMenuOption: { // ContextMenuOption
|
|
920
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
921
|
+
* },
|
|
922
|
+
* },
|
|
915
923
|
* },
|
|
916
924
|
* ConditionalFormatting: { // TableConditionalFormatting
|
|
917
925
|
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
|
|
@@ -1415,6 +1423,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
1415
1423
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1416
1424
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1417
1425
|
* },
|
|
1426
|
+
* Interactions: {
|
|
1427
|
+
* VisualMenuOption: {
|
|
1428
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1429
|
+
* },
|
|
1430
|
+
* ContextMenuOption: {
|
|
1431
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1432
|
+
* },
|
|
1433
|
+
* },
|
|
1418
1434
|
* },
|
|
1419
1435
|
* ConditionalFormatting: { // PivotTableConditionalFormatting
|
|
1420
1436
|
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
|
|
@@ -1988,6 +2004,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
1988
2004
|
* ],
|
|
1989
2005
|
* },
|
|
1990
2006
|
* ],
|
|
2007
|
+
* Interactions: {
|
|
2008
|
+
* VisualMenuOption: {
|
|
2009
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2010
|
+
* },
|
|
2011
|
+
* ContextMenuOption: {
|
|
2012
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2013
|
+
* },
|
|
2014
|
+
* },
|
|
1991
2015
|
* },
|
|
1992
2016
|
* Actions: [
|
|
1993
2017
|
* {
|
|
@@ -2253,6 +2277,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
2253
2277
|
* },
|
|
2254
2278
|
* },
|
|
2255
2279
|
* },
|
|
2280
|
+
* Interactions: {
|
|
2281
|
+
* VisualMenuOption: {
|
|
2282
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2283
|
+
* },
|
|
2284
|
+
* ContextMenuOption: {
|
|
2285
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2286
|
+
* },
|
|
2287
|
+
* },
|
|
2256
2288
|
* },
|
|
2257
2289
|
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
2258
2290
|
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
|
|
@@ -2642,6 +2674,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
2642
2674
|
* ],
|
|
2643
2675
|
* },
|
|
2644
2676
|
* ],
|
|
2677
|
+
* Interactions: {
|
|
2678
|
+
* VisualMenuOption: {
|
|
2679
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2680
|
+
* },
|
|
2681
|
+
* ContextMenuOption: {
|
|
2682
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2683
|
+
* },
|
|
2684
|
+
* },
|
|
2645
2685
|
* },
|
|
2646
2686
|
* Actions: [
|
|
2647
2687
|
* {
|
|
@@ -2833,6 +2873,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
2833
2873
|
* },
|
|
2834
2874
|
* ],
|
|
2835
2875
|
* },
|
|
2876
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
2836
2877
|
* },
|
|
2837
2878
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
2838
2879
|
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
|
|
@@ -3235,6 +3276,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3235
3276
|
* },
|
|
3236
3277
|
* ],
|
|
3237
3278
|
* },
|
|
3279
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3238
3280
|
* },
|
|
3239
3281
|
* Actions: "<VisualCustomActionList>",
|
|
3240
3282
|
* ColumnHierarchies: [
|
|
@@ -3362,6 +3404,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3362
3404
|
* ],
|
|
3363
3405
|
* },
|
|
3364
3406
|
* },
|
|
3407
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3365
3408
|
* },
|
|
3366
3409
|
* ColumnHierarchies: [
|
|
3367
3410
|
* {
|
|
@@ -3434,6 +3477,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3434
3477
|
* },
|
|
3435
3478
|
* DataLabels: "<DataLabelOptions>",
|
|
3436
3479
|
* Tooltip: "<TooltipOptions>",
|
|
3480
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3437
3481
|
* },
|
|
3438
3482
|
* Actions: "<VisualCustomActionList>",
|
|
3439
3483
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3493,6 +3537,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3493
3537
|
* },
|
|
3494
3538
|
* ],
|
|
3495
3539
|
* },
|
|
3540
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3496
3541
|
* },
|
|
3497
3542
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3498
3543
|
* Actions: "<VisualCustomActionList>",
|
|
@@ -3529,6 +3574,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3529
3574
|
* MapStyleOptions: {
|
|
3530
3575
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3531
3576
|
* },
|
|
3577
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3532
3578
|
* },
|
|
3533
3579
|
* ConditionalFormatting: { // FilledMapConditionalFormatting
|
|
3534
3580
|
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
|
|
@@ -3577,6 +3623,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3577
3623
|
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
3578
3624
|
* },
|
|
3579
3625
|
* VisualPalette: "<VisualPalette>",
|
|
3626
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3580
3627
|
* },
|
|
3581
3628
|
* Actions: "<VisualCustomActionList>",
|
|
3582
3629
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3613,6 +3660,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3613
3660
|
* DataLabels: "<DataLabelOptions>",
|
|
3614
3661
|
* Tooltip: "<TooltipOptions>",
|
|
3615
3662
|
* VisualPalette: "<VisualPalette>",
|
|
3663
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3616
3664
|
* },
|
|
3617
3665
|
* Actions: "<VisualCustomActionList>",
|
|
3618
3666
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3688,6 +3736,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3688
3736
|
* },
|
|
3689
3737
|
* ],
|
|
3690
3738
|
* VisualPalette: "<VisualPalette>",
|
|
3739
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3691
3740
|
* },
|
|
3692
3741
|
* Actions: "<VisualCustomActionList>",
|
|
3693
3742
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3762,6 +3811,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3762
3811
|
* },
|
|
3763
3812
|
* ],
|
|
3764
3813
|
* VisualPalette: "<VisualPalette>",
|
|
3814
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3765
3815
|
* },
|
|
3766
3816
|
* Actions: "<VisualCustomActionList>",
|
|
3767
3817
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3792,6 +3842,14 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3792
3842
|
* Legend: "<LegendOptions>",
|
|
3793
3843
|
* DataLabels: "<DataLabelOptions>",
|
|
3794
3844
|
* VisualPalette: "<VisualPalette>",
|
|
3845
|
+
* ColorConfiguration: { // WaterfallChartColorConfiguration
|
|
3846
|
+
* GroupColorConfiguration: { // WaterfallChartGroupColorConfiguration
|
|
3847
|
+
* PositiveBarColor: "STRING_VALUE",
|
|
3848
|
+
* NegativeBarColor: "STRING_VALUE",
|
|
3849
|
+
* TotalBarColor: "STRING_VALUE",
|
|
3850
|
+
* },
|
|
3851
|
+
* },
|
|
3852
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3795
3853
|
* },
|
|
3796
3854
|
* Actions: "<VisualCustomActionList>",
|
|
3797
3855
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3825,6 +3883,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3825
3883
|
* DataLabels: "<DataLabelOptions>",
|
|
3826
3884
|
* Tooltip: "<TooltipOptions>",
|
|
3827
3885
|
* VisualPalette: "<VisualPalette>",
|
|
3886
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3828
3887
|
* },
|
|
3829
3888
|
* Actions: "<VisualCustomActionList>",
|
|
3830
3889
|
* },
|
|
@@ -3856,6 +3915,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3856
3915
|
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
3857
3916
|
* MaximumStringLength: Number("int"),
|
|
3858
3917
|
* },
|
|
3918
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3859
3919
|
* },
|
|
3860
3920
|
* Actions: "<VisualCustomActionList>",
|
|
3861
3921
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3947,6 +4007,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3947
4007
|
* CustomNarrative: { // CustomNarrativeOptions
|
|
3948
4008
|
* Narrative: "STRING_VALUE", // required
|
|
3949
4009
|
* },
|
|
4010
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3950
4011
|
* },
|
|
3951
4012
|
* Actions: "<VisualCustomActionList>",
|
|
3952
4013
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -3969,6 +4030,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3969
4030
|
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
3970
4031
|
* },
|
|
3971
4032
|
* DataLabels: "<DataLabelOptions>",
|
|
4033
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3972
4034
|
* },
|
|
3973
4035
|
* Actions: "<VisualCustomActionList>",
|
|
3974
4036
|
* },
|
|
@@ -3980,6 +4042,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3980
4042
|
* ContentUrl: "STRING_VALUE",
|
|
3981
4043
|
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
3982
4044
|
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
4045
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3983
4046
|
* },
|
|
3984
4047
|
* Actions: "<VisualCustomActionList>",
|
|
3985
4048
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4030,6 +4093,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4030
4093
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4031
4094
|
* Legend: "<LegendOptions>",
|
|
4032
4095
|
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
4096
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4033
4097
|
* },
|
|
4034
4098
|
* Actions: "<VisualCustomActionList>",
|
|
4035
4099
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|