@aws-sdk/client-quicksight 3.507.0 → 3.510.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 +2 -2
|
@@ -985,6 +985,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
985
985
|
* },
|
|
986
986
|
* },
|
|
987
987
|
* ],
|
|
988
|
+
* Interactions: { // VisualInteractionOptions
|
|
989
|
+
* VisualMenuOption: {
|
|
990
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
991
|
+
* },
|
|
992
|
+
* ContextMenuOption: { // ContextMenuOption
|
|
993
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
994
|
+
* },
|
|
995
|
+
* },
|
|
988
996
|
* },
|
|
989
997
|
* ConditionalFormatting: { // TableConditionalFormatting
|
|
990
998
|
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
|
|
@@ -1488,6 +1496,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
1488
1496
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1489
1497
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1490
1498
|
* },
|
|
1499
|
+
* Interactions: {
|
|
1500
|
+
* VisualMenuOption: {
|
|
1501
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1502
|
+
* },
|
|
1503
|
+
* ContextMenuOption: {
|
|
1504
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1505
|
+
* },
|
|
1506
|
+
* },
|
|
1491
1507
|
* },
|
|
1492
1508
|
* ConditionalFormatting: { // PivotTableConditionalFormatting
|
|
1493
1509
|
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
|
|
@@ -2061,6 +2077,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
2061
2077
|
* ],
|
|
2062
2078
|
* },
|
|
2063
2079
|
* ],
|
|
2080
|
+
* Interactions: {
|
|
2081
|
+
* VisualMenuOption: {
|
|
2082
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2083
|
+
* },
|
|
2084
|
+
* ContextMenuOption: {
|
|
2085
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2086
|
+
* },
|
|
2087
|
+
* },
|
|
2064
2088
|
* },
|
|
2065
2089
|
* Actions: [
|
|
2066
2090
|
* {
|
|
@@ -2326,6 +2350,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
2326
2350
|
* },
|
|
2327
2351
|
* },
|
|
2328
2352
|
* },
|
|
2353
|
+
* Interactions: {
|
|
2354
|
+
* VisualMenuOption: {
|
|
2355
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2356
|
+
* },
|
|
2357
|
+
* ContextMenuOption: {
|
|
2358
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2359
|
+
* },
|
|
2360
|
+
* },
|
|
2329
2361
|
* },
|
|
2330
2362
|
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
2331
2363
|
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
|
|
@@ -2715,6 +2747,12 @@ declare const CreateDashboardCommand_base: {
|
|
|
2715
2747
|
* ],
|
|
2716
2748
|
* },
|
|
2717
2749
|
* ],
|
|
2750
|
+
* Interactions: {
|
|
2751
|
+
* VisualMenuOption: "<VisualMenuOption>",
|
|
2752
|
+
* ContextMenuOption: {
|
|
2753
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2754
|
+
* },
|
|
2755
|
+
* },
|
|
2718
2756
|
* },
|
|
2719
2757
|
* Actions: [
|
|
2720
2758
|
* {
|
|
@@ -2906,6 +2944,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
2906
2944
|
* },
|
|
2907
2945
|
* ],
|
|
2908
2946
|
* },
|
|
2947
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
2909
2948
|
* },
|
|
2910
2949
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
2911
2950
|
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
|
|
@@ -3308,6 +3347,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3308
3347
|
* },
|
|
3309
3348
|
* ],
|
|
3310
3349
|
* },
|
|
3350
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3311
3351
|
* },
|
|
3312
3352
|
* Actions: "<VisualCustomActionList>",
|
|
3313
3353
|
* ColumnHierarchies: [
|
|
@@ -3435,6 +3475,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3435
3475
|
* ],
|
|
3436
3476
|
* },
|
|
3437
3477
|
* },
|
|
3478
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3438
3479
|
* },
|
|
3439
3480
|
* ColumnHierarchies: [
|
|
3440
3481
|
* {
|
|
@@ -3507,6 +3548,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3507
3548
|
* },
|
|
3508
3549
|
* DataLabels: "<DataLabelOptions>",
|
|
3509
3550
|
* Tooltip: "<TooltipOptions>",
|
|
3551
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3510
3552
|
* },
|
|
3511
3553
|
* Actions: "<VisualCustomActionList>",
|
|
3512
3554
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3566,6 +3608,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3566
3608
|
* },
|
|
3567
3609
|
* ],
|
|
3568
3610
|
* },
|
|
3611
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3569
3612
|
* },
|
|
3570
3613
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3571
3614
|
* Actions: "<VisualCustomActionList>",
|
|
@@ -3602,6 +3645,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3602
3645
|
* MapStyleOptions: {
|
|
3603
3646
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3604
3647
|
* },
|
|
3648
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3605
3649
|
* },
|
|
3606
3650
|
* ConditionalFormatting: { // FilledMapConditionalFormatting
|
|
3607
3651
|
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
|
|
@@ -3650,6 +3694,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3650
3694
|
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
3651
3695
|
* },
|
|
3652
3696
|
* VisualPalette: "<VisualPalette>",
|
|
3697
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3653
3698
|
* },
|
|
3654
3699
|
* Actions: "<VisualCustomActionList>",
|
|
3655
3700
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3686,6 +3731,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3686
3731
|
* DataLabels: "<DataLabelOptions>",
|
|
3687
3732
|
* Tooltip: "<TooltipOptions>",
|
|
3688
3733
|
* VisualPalette: "<VisualPalette>",
|
|
3734
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3689
3735
|
* },
|
|
3690
3736
|
* Actions: "<VisualCustomActionList>",
|
|
3691
3737
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3761,6 +3807,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3761
3807
|
* },
|
|
3762
3808
|
* ],
|
|
3763
3809
|
* VisualPalette: "<VisualPalette>",
|
|
3810
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3764
3811
|
* },
|
|
3765
3812
|
* Actions: "<VisualCustomActionList>",
|
|
3766
3813
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3835,6 +3882,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3835
3882
|
* },
|
|
3836
3883
|
* ],
|
|
3837
3884
|
* VisualPalette: "<VisualPalette>",
|
|
3885
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3838
3886
|
* },
|
|
3839
3887
|
* Actions: "<VisualCustomActionList>",
|
|
3840
3888
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3865,6 +3913,14 @@ declare const CreateDashboardCommand_base: {
|
|
|
3865
3913
|
* Legend: "<LegendOptions>",
|
|
3866
3914
|
* DataLabels: "<DataLabelOptions>",
|
|
3867
3915
|
* VisualPalette: "<VisualPalette>",
|
|
3916
|
+
* ColorConfiguration: { // WaterfallChartColorConfiguration
|
|
3917
|
+
* GroupColorConfiguration: { // WaterfallChartGroupColorConfiguration
|
|
3918
|
+
* PositiveBarColor: "STRING_VALUE",
|
|
3919
|
+
* NegativeBarColor: "STRING_VALUE",
|
|
3920
|
+
* TotalBarColor: "STRING_VALUE",
|
|
3921
|
+
* },
|
|
3922
|
+
* },
|
|
3923
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3868
3924
|
* },
|
|
3869
3925
|
* Actions: "<VisualCustomActionList>",
|
|
3870
3926
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3898,6 +3954,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3898
3954
|
* DataLabels: "<DataLabelOptions>",
|
|
3899
3955
|
* Tooltip: "<TooltipOptions>",
|
|
3900
3956
|
* VisualPalette: "<VisualPalette>",
|
|
3957
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3901
3958
|
* },
|
|
3902
3959
|
* Actions: "<VisualCustomActionList>",
|
|
3903
3960
|
* },
|
|
@@ -3929,6 +3986,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3929
3986
|
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
3930
3987
|
* MaximumStringLength: Number("int"),
|
|
3931
3988
|
* },
|
|
3989
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3932
3990
|
* },
|
|
3933
3991
|
* Actions: "<VisualCustomActionList>",
|
|
3934
3992
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -4020,6 +4078,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4020
4078
|
* CustomNarrative: { // CustomNarrativeOptions
|
|
4021
4079
|
* Narrative: "STRING_VALUE", // required
|
|
4022
4080
|
* },
|
|
4081
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4023
4082
|
* },
|
|
4024
4083
|
* Actions: "<VisualCustomActionList>",
|
|
4025
4084
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4042,6 +4101,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4042
4101
|
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
4043
4102
|
* },
|
|
4044
4103
|
* DataLabels: "<DataLabelOptions>",
|
|
4104
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4045
4105
|
* },
|
|
4046
4106
|
* Actions: "<VisualCustomActionList>",
|
|
4047
4107
|
* },
|
|
@@ -4053,6 +4113,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4053
4113
|
* ContentUrl: "STRING_VALUE",
|
|
4054
4114
|
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
4055
4115
|
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
4116
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4056
4117
|
* },
|
|
4057
4118
|
* Actions: "<VisualCustomActionList>",
|
|
4058
4119
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4103,6 +4164,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4103
4164
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4104
4165
|
* Legend: "<LegendOptions>",
|
|
4105
4166
|
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
4167
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4106
4168
|
* },
|
|
4107
4169
|
* Actions: "<VisualCustomActionList>",
|
|
4108
4170
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -933,6 +933,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
933
933
|
* },
|
|
934
934
|
* },
|
|
935
935
|
* ],
|
|
936
|
+
* Interactions: { // VisualInteractionOptions
|
|
937
|
+
* VisualMenuOption: { // VisualMenuOption
|
|
938
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
939
|
+
* },
|
|
940
|
+
* ContextMenuOption: { // ContextMenuOption
|
|
941
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
942
|
+
* },
|
|
943
|
+
* },
|
|
936
944
|
* },
|
|
937
945
|
* ConditionalFormatting: { // TableConditionalFormatting
|
|
938
946
|
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
|
|
@@ -1436,6 +1444,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
1436
1444
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1437
1445
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1438
1446
|
* },
|
|
1447
|
+
* Interactions: {
|
|
1448
|
+
* VisualMenuOption: {
|
|
1449
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1450
|
+
* },
|
|
1451
|
+
* ContextMenuOption: {
|
|
1452
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1453
|
+
* },
|
|
1454
|
+
* },
|
|
1439
1455
|
* },
|
|
1440
1456
|
* ConditionalFormatting: { // PivotTableConditionalFormatting
|
|
1441
1457
|
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
|
|
@@ -2009,6 +2025,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
2009
2025
|
* ],
|
|
2010
2026
|
* },
|
|
2011
2027
|
* ],
|
|
2028
|
+
* Interactions: {
|
|
2029
|
+
* VisualMenuOption: {
|
|
2030
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2031
|
+
* },
|
|
2032
|
+
* ContextMenuOption: {
|
|
2033
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2034
|
+
* },
|
|
2035
|
+
* },
|
|
2012
2036
|
* },
|
|
2013
2037
|
* Actions: [
|
|
2014
2038
|
* {
|
|
@@ -2274,6 +2298,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
2274
2298
|
* },
|
|
2275
2299
|
* },
|
|
2276
2300
|
* },
|
|
2301
|
+
* Interactions: {
|
|
2302
|
+
* VisualMenuOption: {
|
|
2303
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2304
|
+
* },
|
|
2305
|
+
* ContextMenuOption: {
|
|
2306
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2307
|
+
* },
|
|
2308
|
+
* },
|
|
2277
2309
|
* },
|
|
2278
2310
|
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
2279
2311
|
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
|
|
@@ -2663,6 +2695,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
2663
2695
|
* ],
|
|
2664
2696
|
* },
|
|
2665
2697
|
* ],
|
|
2698
|
+
* Interactions: {
|
|
2699
|
+
* VisualMenuOption: {
|
|
2700
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2701
|
+
* },
|
|
2702
|
+
* ContextMenuOption: {
|
|
2703
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2704
|
+
* },
|
|
2705
|
+
* },
|
|
2666
2706
|
* },
|
|
2667
2707
|
* Actions: [
|
|
2668
2708
|
* {
|
|
@@ -2854,6 +2894,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
2854
2894
|
* },
|
|
2855
2895
|
* ],
|
|
2856
2896
|
* },
|
|
2897
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
2857
2898
|
* },
|
|
2858
2899
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
2859
2900
|
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
|
|
@@ -3256,6 +3297,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3256
3297
|
* },
|
|
3257
3298
|
* ],
|
|
3258
3299
|
* },
|
|
3300
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3259
3301
|
* },
|
|
3260
3302
|
* Actions: "<VisualCustomActionList>",
|
|
3261
3303
|
* ColumnHierarchies: [
|
|
@@ -3383,6 +3425,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3383
3425
|
* ],
|
|
3384
3426
|
* },
|
|
3385
3427
|
* },
|
|
3428
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3386
3429
|
* },
|
|
3387
3430
|
* ColumnHierarchies: [
|
|
3388
3431
|
* {
|
|
@@ -3455,6 +3498,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3455
3498
|
* },
|
|
3456
3499
|
* DataLabels: "<DataLabelOptions>",
|
|
3457
3500
|
* Tooltip: "<TooltipOptions>",
|
|
3501
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3458
3502
|
* },
|
|
3459
3503
|
* Actions: "<VisualCustomActionList>",
|
|
3460
3504
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3514,6 +3558,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3514
3558
|
* },
|
|
3515
3559
|
* ],
|
|
3516
3560
|
* },
|
|
3561
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3517
3562
|
* },
|
|
3518
3563
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3519
3564
|
* Actions: "<VisualCustomActionList>",
|
|
@@ -3550,6 +3595,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3550
3595
|
* MapStyleOptions: {
|
|
3551
3596
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3552
3597
|
* },
|
|
3598
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3553
3599
|
* },
|
|
3554
3600
|
* ConditionalFormatting: { // FilledMapConditionalFormatting
|
|
3555
3601
|
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
|
|
@@ -3598,6 +3644,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3598
3644
|
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
3599
3645
|
* },
|
|
3600
3646
|
* VisualPalette: "<VisualPalette>",
|
|
3647
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3601
3648
|
* },
|
|
3602
3649
|
* Actions: "<VisualCustomActionList>",
|
|
3603
3650
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3634,6 +3681,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3634
3681
|
* DataLabels: "<DataLabelOptions>",
|
|
3635
3682
|
* Tooltip: "<TooltipOptions>",
|
|
3636
3683
|
* VisualPalette: "<VisualPalette>",
|
|
3684
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3637
3685
|
* },
|
|
3638
3686
|
* Actions: "<VisualCustomActionList>",
|
|
3639
3687
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3709,6 +3757,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3709
3757
|
* },
|
|
3710
3758
|
* ],
|
|
3711
3759
|
* VisualPalette: "<VisualPalette>",
|
|
3760
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3712
3761
|
* },
|
|
3713
3762
|
* Actions: "<VisualCustomActionList>",
|
|
3714
3763
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3783,6 +3832,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3783
3832
|
* },
|
|
3784
3833
|
* ],
|
|
3785
3834
|
* VisualPalette: "<VisualPalette>",
|
|
3835
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3786
3836
|
* },
|
|
3787
3837
|
* Actions: "<VisualCustomActionList>",
|
|
3788
3838
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3813,6 +3863,14 @@ declare const CreateTemplateCommand_base: {
|
|
|
3813
3863
|
* Legend: "<LegendOptions>",
|
|
3814
3864
|
* DataLabels: "<DataLabelOptions>",
|
|
3815
3865
|
* VisualPalette: "<VisualPalette>",
|
|
3866
|
+
* ColorConfiguration: { // WaterfallChartColorConfiguration
|
|
3867
|
+
* GroupColorConfiguration: { // WaterfallChartGroupColorConfiguration
|
|
3868
|
+
* PositiveBarColor: "STRING_VALUE",
|
|
3869
|
+
* NegativeBarColor: "STRING_VALUE",
|
|
3870
|
+
* TotalBarColor: "STRING_VALUE",
|
|
3871
|
+
* },
|
|
3872
|
+
* },
|
|
3873
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3816
3874
|
* },
|
|
3817
3875
|
* Actions: "<VisualCustomActionList>",
|
|
3818
3876
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3846,6 +3904,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3846
3904
|
* DataLabels: "<DataLabelOptions>",
|
|
3847
3905
|
* Tooltip: "<TooltipOptions>",
|
|
3848
3906
|
* VisualPalette: "<VisualPalette>",
|
|
3907
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3849
3908
|
* },
|
|
3850
3909
|
* Actions: "<VisualCustomActionList>",
|
|
3851
3910
|
* },
|
|
@@ -3877,6 +3936,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3877
3936
|
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
3878
3937
|
* MaximumStringLength: Number("int"),
|
|
3879
3938
|
* },
|
|
3939
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3880
3940
|
* },
|
|
3881
3941
|
* Actions: "<VisualCustomActionList>",
|
|
3882
3942
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3968,6 +4028,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3968
4028
|
* CustomNarrative: { // CustomNarrativeOptions
|
|
3969
4029
|
* Narrative: "STRING_VALUE", // required
|
|
3970
4030
|
* },
|
|
4031
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3971
4032
|
* },
|
|
3972
4033
|
* Actions: "<VisualCustomActionList>",
|
|
3973
4034
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -3990,6 +4051,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3990
4051
|
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
3991
4052
|
* },
|
|
3992
4053
|
* DataLabels: "<DataLabelOptions>",
|
|
4054
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3993
4055
|
* },
|
|
3994
4056
|
* Actions: "<VisualCustomActionList>",
|
|
3995
4057
|
* },
|
|
@@ -4001,6 +4063,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4001
4063
|
* ContentUrl: "STRING_VALUE",
|
|
4002
4064
|
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
4003
4065
|
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
4066
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4004
4067
|
* },
|
|
4005
4068
|
* Actions: "<VisualCustomActionList>",
|
|
4006
4069
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4051,6 +4114,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4051
4114
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4052
4115
|
* Legend: "<LegendOptions>",
|
|
4053
4116
|
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
4117
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4054
4118
|
* },
|
|
4055
4119
|
* Actions: "<VisualCustomActionList>",
|
|
4056
4120
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -905,6 +905,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
905
905
|
* // },
|
|
906
906
|
* // },
|
|
907
907
|
* // ],
|
|
908
|
+
* // Interactions: { // VisualInteractionOptions
|
|
909
|
+
* // VisualMenuOption: { // VisualMenuOption
|
|
910
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
911
|
+
* // },
|
|
912
|
+
* // ContextMenuOption: { // ContextMenuOption
|
|
913
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
914
|
+
* // },
|
|
915
|
+
* // },
|
|
908
916
|
* // },
|
|
909
917
|
* // ConditionalFormatting: { // TableConditionalFormatting
|
|
910
918
|
* // ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
|
|
@@ -1408,6 +1416,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
1408
1416
|
* // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1409
1417
|
* // OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1410
1418
|
* // },
|
|
1419
|
+
* // Interactions: {
|
|
1420
|
+
* // VisualMenuOption: {
|
|
1421
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1422
|
+
* // },
|
|
1423
|
+
* // ContextMenuOption: {
|
|
1424
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1425
|
+
* // },
|
|
1426
|
+
* // },
|
|
1411
1427
|
* // },
|
|
1412
1428
|
* // ConditionalFormatting: { // PivotTableConditionalFormatting
|
|
1413
1429
|
* // ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
|
|
@@ -1981,6 +1997,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
1981
1997
|
* // ],
|
|
1982
1998
|
* // },
|
|
1983
1999
|
* // ],
|
|
2000
|
+
* // Interactions: {
|
|
2001
|
+
* // VisualMenuOption: {
|
|
2002
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2003
|
+
* // },
|
|
2004
|
+
* // ContextMenuOption: {
|
|
2005
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2006
|
+
* // },
|
|
2007
|
+
* // },
|
|
1984
2008
|
* // },
|
|
1985
2009
|
* // Actions: [
|
|
1986
2010
|
* // {
|
|
@@ -2246,6 +2270,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2246
2270
|
* // },
|
|
2247
2271
|
* // },
|
|
2248
2272
|
* // },
|
|
2273
|
+
* // Interactions: {
|
|
2274
|
+
* // VisualMenuOption: {
|
|
2275
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2276
|
+
* // },
|
|
2277
|
+
* // ContextMenuOption: {
|
|
2278
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2279
|
+
* // },
|
|
2280
|
+
* // },
|
|
2249
2281
|
* // },
|
|
2250
2282
|
* // ConditionalFormatting: { // KPIConditionalFormatting
|
|
2251
2283
|
* // ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
|
|
@@ -2635,6 +2667,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2635
2667
|
* // ],
|
|
2636
2668
|
* // },
|
|
2637
2669
|
* // ],
|
|
2670
|
+
* // Interactions: {
|
|
2671
|
+
* // VisualMenuOption: {
|
|
2672
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2673
|
+
* // },
|
|
2674
|
+
* // ContextMenuOption: {
|
|
2675
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2676
|
+
* // },
|
|
2677
|
+
* // },
|
|
2638
2678
|
* // },
|
|
2639
2679
|
* // Actions: [
|
|
2640
2680
|
* // {
|
|
@@ -2826,6 +2866,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2826
2866
|
* // },
|
|
2827
2867
|
* // ],
|
|
2828
2868
|
* // },
|
|
2869
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
2829
2870
|
* // },
|
|
2830
2871
|
* // ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
2831
2872
|
* // ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
|
|
@@ -3228,6 +3269,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3228
3269
|
* // },
|
|
3229
3270
|
* // ],
|
|
3230
3271
|
* // },
|
|
3272
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3231
3273
|
* // },
|
|
3232
3274
|
* // Actions: "<VisualCustomActionList>",
|
|
3233
3275
|
* // ColumnHierarchies: [
|
|
@@ -3355,6 +3397,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3355
3397
|
* // ],
|
|
3356
3398
|
* // },
|
|
3357
3399
|
* // },
|
|
3400
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3358
3401
|
* // },
|
|
3359
3402
|
* // ColumnHierarchies: [
|
|
3360
3403
|
* // {
|
|
@@ -3427,6 +3470,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3427
3470
|
* // },
|
|
3428
3471
|
* // DataLabels: "<DataLabelOptions>",
|
|
3429
3472
|
* // Tooltip: "<TooltipOptions>",
|
|
3473
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3430
3474
|
* // },
|
|
3431
3475
|
* // Actions: "<VisualCustomActionList>",
|
|
3432
3476
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3486,6 +3530,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3486
3530
|
* // },
|
|
3487
3531
|
* // ],
|
|
3488
3532
|
* // },
|
|
3533
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3489
3534
|
* // },
|
|
3490
3535
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3491
3536
|
* // Actions: "<VisualCustomActionList>",
|
|
@@ -3522,6 +3567,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3522
3567
|
* // MapStyleOptions: {
|
|
3523
3568
|
* // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3524
3569
|
* // },
|
|
3570
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3525
3571
|
* // },
|
|
3526
3572
|
* // ConditionalFormatting: { // FilledMapConditionalFormatting
|
|
3527
3573
|
* // ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
|
|
@@ -3570,6 +3616,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3570
3616
|
* // MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
3571
3617
|
* // },
|
|
3572
3618
|
* // VisualPalette: "<VisualPalette>",
|
|
3619
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3573
3620
|
* // },
|
|
3574
3621
|
* // Actions: "<VisualCustomActionList>",
|
|
3575
3622
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3606,6 +3653,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3606
3653
|
* // DataLabels: "<DataLabelOptions>",
|
|
3607
3654
|
* // Tooltip: "<TooltipOptions>",
|
|
3608
3655
|
* // VisualPalette: "<VisualPalette>",
|
|
3656
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3609
3657
|
* // },
|
|
3610
3658
|
* // Actions: "<VisualCustomActionList>",
|
|
3611
3659
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3681,6 +3729,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3681
3729
|
* // },
|
|
3682
3730
|
* // ],
|
|
3683
3731
|
* // VisualPalette: "<VisualPalette>",
|
|
3732
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3684
3733
|
* // },
|
|
3685
3734
|
* // Actions: "<VisualCustomActionList>",
|
|
3686
3735
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3755,6 +3804,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3755
3804
|
* // },
|
|
3756
3805
|
* // ],
|
|
3757
3806
|
* // VisualPalette: "<VisualPalette>",
|
|
3807
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3758
3808
|
* // },
|
|
3759
3809
|
* // Actions: "<VisualCustomActionList>",
|
|
3760
3810
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3785,6 +3835,14 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3785
3835
|
* // Legend: "<LegendOptions>",
|
|
3786
3836
|
* // DataLabels: "<DataLabelOptions>",
|
|
3787
3837
|
* // VisualPalette: "<VisualPalette>",
|
|
3838
|
+
* // ColorConfiguration: { // WaterfallChartColorConfiguration
|
|
3839
|
+
* // GroupColorConfiguration: { // WaterfallChartGroupColorConfiguration
|
|
3840
|
+
* // PositiveBarColor: "STRING_VALUE",
|
|
3841
|
+
* // NegativeBarColor: "STRING_VALUE",
|
|
3842
|
+
* // TotalBarColor: "STRING_VALUE",
|
|
3843
|
+
* // },
|
|
3844
|
+
* // },
|
|
3845
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3788
3846
|
* // },
|
|
3789
3847
|
* // Actions: "<VisualCustomActionList>",
|
|
3790
3848
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3818,6 +3876,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3818
3876
|
* // DataLabels: "<DataLabelOptions>",
|
|
3819
3877
|
* // Tooltip: "<TooltipOptions>",
|
|
3820
3878
|
* // VisualPalette: "<VisualPalette>",
|
|
3879
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3821
3880
|
* // },
|
|
3822
3881
|
* // Actions: "<VisualCustomActionList>",
|
|
3823
3882
|
* // },
|
|
@@ -3849,6 +3908,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3849
3908
|
* // WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
3850
3909
|
* // MaximumStringLength: Number("int"),
|
|
3851
3910
|
* // },
|
|
3911
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3852
3912
|
* // },
|
|
3853
3913
|
* // Actions: "<VisualCustomActionList>",
|
|
3854
3914
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3940,6 +4000,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3940
4000
|
* // CustomNarrative: { // CustomNarrativeOptions
|
|
3941
4001
|
* // Narrative: "STRING_VALUE", // required
|
|
3942
4002
|
* // },
|
|
4003
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3943
4004
|
* // },
|
|
3944
4005
|
* // Actions: "<VisualCustomActionList>",
|
|
3945
4006
|
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -3962,6 +4023,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3962
4023
|
* // DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
3963
4024
|
* // },
|
|
3964
4025
|
* // DataLabels: "<DataLabelOptions>",
|
|
4026
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3965
4027
|
* // },
|
|
3966
4028
|
* // Actions: "<VisualCustomActionList>",
|
|
3967
4029
|
* // },
|
|
@@ -3973,6 +4035,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3973
4035
|
* // ContentUrl: "STRING_VALUE",
|
|
3974
4036
|
* // ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
3975
4037
|
* // ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
4038
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3976
4039
|
* // },
|
|
3977
4040
|
* // Actions: "<VisualCustomActionList>",
|
|
3978
4041
|
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4023,6 +4086,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4023
4086
|
* // ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4024
4087
|
* // Legend: "<LegendOptions>",
|
|
4025
4088
|
* // AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
4089
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
4026
4090
|
* // },
|
|
4027
4091
|
* // Actions: "<VisualCustomActionList>",
|
|
4028
4092
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|