@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
|
@@ -6192,6 +6192,7 @@ const se_BarChartConfiguration = (input, context) => {
|
|
|
6192
6192
|
ContributionAnalysisDefaults: _json,
|
|
6193
6193
|
DataLabels: _json,
|
|
6194
6194
|
FieldWells: (_) => se_BarChartFieldWells(_, context),
|
|
6195
|
+
Interactions: _json,
|
|
6195
6196
|
Legend: _json,
|
|
6196
6197
|
Orientation: [],
|
|
6197
6198
|
ReferenceLines: (_) => se_ReferenceLineList(_, context),
|
|
@@ -6246,6 +6247,7 @@ const se_BoxPlotChartConfiguration = (input, context) => {
|
|
|
6246
6247
|
CategoryAxis: (_) => se_AxisDisplayOptions(_, context),
|
|
6247
6248
|
CategoryLabelOptions: _json,
|
|
6248
6249
|
FieldWells: (_) => se_BoxPlotFieldWells(_, context),
|
|
6250
|
+
Interactions: _json,
|
|
6249
6251
|
Legend: _json,
|
|
6250
6252
|
PrimaryYAxisDisplayOptions: (_) => se_AxisDisplayOptions(_, context),
|
|
6251
6253
|
PrimaryYAxisLabelOptions: _json,
|
|
@@ -6342,6 +6344,7 @@ const se_ComboChartConfiguration = (input, context) => {
|
|
|
6342
6344
|
CategoryLabelOptions: _json,
|
|
6343
6345
|
ColorLabelOptions: _json,
|
|
6344
6346
|
FieldWells: (_) => se_ComboChartFieldWells(_, context),
|
|
6347
|
+
Interactions: _json,
|
|
6345
6348
|
Legend: _json,
|
|
6346
6349
|
LineDataLabels: _json,
|
|
6347
6350
|
PrimaryYAxisDisplayOptions: (_) => se_AxisDisplayOptions(_, context),
|
|
@@ -6686,6 +6689,7 @@ const se_FilledMapConditionalFormattingOptionList = (input, context) => {
|
|
|
6686
6689
|
const se_FilledMapConfiguration = (input, context) => {
|
|
6687
6690
|
return take(input, {
|
|
6688
6691
|
FieldWells: (_) => se_FilledMapFieldWells(_, context),
|
|
6692
|
+
Interactions: _json,
|
|
6689
6693
|
Legend: _json,
|
|
6690
6694
|
MapStyleOptions: _json,
|
|
6691
6695
|
SortConfiguration: (_) => se_FilledMapSortConfiguration(_, context),
|
|
@@ -6836,6 +6840,7 @@ const se_FunnelChartConfiguration = (input, context) => {
|
|
|
6836
6840
|
CategoryLabelOptions: _json,
|
|
6837
6841
|
DataLabelOptions: _json,
|
|
6838
6842
|
FieldWells: (_) => se_FunnelChartFieldWells(_, context),
|
|
6843
|
+
Interactions: _json,
|
|
6839
6844
|
SortConfiguration: (_) => se_FunnelChartSortConfiguration(_, context),
|
|
6840
6845
|
Tooltip: (_) => se_TooltipOptions(_, context),
|
|
6841
6846
|
ValueLabelOptions: _json,
|
|
@@ -6898,6 +6903,7 @@ const se_GaugeChartConfiguration = (input, context) => {
|
|
|
6898
6903
|
DataLabels: _json,
|
|
6899
6904
|
FieldWells: (_) => se_GaugeChartFieldWells(_, context),
|
|
6900
6905
|
GaugeChartOptions: (_) => se_GaugeChartOptions(_, context),
|
|
6906
|
+
Interactions: _json,
|
|
6901
6907
|
TooltipOptions: (_) => se_TooltipOptions(_, context),
|
|
6902
6908
|
VisualPalette: _json,
|
|
6903
6909
|
});
|
|
@@ -6951,6 +6957,7 @@ const se_GeospatialMapAggregatedFieldWells = (input, context) => {
|
|
|
6951
6957
|
const se_GeospatialMapConfiguration = (input, context) => {
|
|
6952
6958
|
return take(input, {
|
|
6953
6959
|
FieldWells: (_) => se_GeospatialMapFieldWells(_, context),
|
|
6960
|
+
Interactions: _json,
|
|
6954
6961
|
Legend: _json,
|
|
6955
6962
|
MapStyleOptions: _json,
|
|
6956
6963
|
PointStyleOptions: _json,
|
|
@@ -7021,6 +7028,7 @@ const se_HeatMapConfiguration = (input, context) => {
|
|
|
7021
7028
|
ColumnLabelOptions: _json,
|
|
7022
7029
|
DataLabels: _json,
|
|
7023
7030
|
FieldWells: (_) => se_HeatMapFieldWells(_, context),
|
|
7031
|
+
Interactions: _json,
|
|
7024
7032
|
Legend: _json,
|
|
7025
7033
|
RowLabelOptions: _json,
|
|
7026
7034
|
SortConfiguration: (_) => se_HeatMapSortConfiguration(_, context),
|
|
@@ -7075,6 +7083,7 @@ const se_HistogramConfiguration = (input, context) => {
|
|
|
7075
7083
|
BinOptions: (_) => se_HistogramBinOptions(_, context),
|
|
7076
7084
|
DataLabels: _json,
|
|
7077
7085
|
FieldWells: (_) => se_HistogramFieldWells(_, context),
|
|
7086
|
+
Interactions: _json,
|
|
7078
7087
|
Tooltip: (_) => se_TooltipOptions(_, context),
|
|
7079
7088
|
VisualPalette: _json,
|
|
7080
7089
|
XAxisDisplayOptions: (_) => se_AxisDisplayOptions(_, context),
|
|
@@ -7107,6 +7116,7 @@ const se_InsightConfiguration = (input, context) => {
|
|
|
7107
7116
|
return take(input, {
|
|
7108
7117
|
Computations: (_) => se_ComputationList(_, context),
|
|
7109
7118
|
CustomNarrative: _json,
|
|
7119
|
+
Interactions: _json,
|
|
7110
7120
|
});
|
|
7111
7121
|
};
|
|
7112
7122
|
const se_InsightVisual = (input, context) => {
|
|
@@ -7154,6 +7164,7 @@ const se_KPIConditionalFormattingOptionList = (input, context) => {
|
|
|
7154
7164
|
const se_KPIConfiguration = (input, context) => {
|
|
7155
7165
|
return take(input, {
|
|
7156
7166
|
FieldWells: (_) => se_KPIFieldWells(_, context),
|
|
7167
|
+
Interactions: _json,
|
|
7157
7168
|
KPIOptions: _json,
|
|
7158
7169
|
SortConfiguration: (_) => se_KPISortConfiguration(_, context),
|
|
7159
7170
|
});
|
|
@@ -7226,6 +7237,7 @@ const se_LineChartConfiguration = (input, context) => {
|
|
|
7226
7237
|
DefaultSeriesSettings: _json,
|
|
7227
7238
|
FieldWells: (_) => se_LineChartFieldWells(_, context),
|
|
7228
7239
|
ForecastConfigurations: (_) => se_ForecastConfigurationList(_, context),
|
|
7240
|
+
Interactions: _json,
|
|
7229
7241
|
Legend: _json,
|
|
7230
7242
|
PrimaryYAxisDisplayOptions: (_) => se_LineSeriesAxisDisplayOptions(_, context),
|
|
7231
7243
|
PrimaryYAxisLabelOptions: _json,
|
|
@@ -7487,6 +7499,7 @@ const se_PieChartConfiguration = (input, context) => {
|
|
|
7487
7499
|
DataLabels: _json,
|
|
7488
7500
|
DonutOptions: _json,
|
|
7489
7501
|
FieldWells: (_) => se_PieChartFieldWells(_, context),
|
|
7502
|
+
Interactions: _json,
|
|
7490
7503
|
Legend: _json,
|
|
7491
7504
|
SmallMultiplesOptions: _json,
|
|
7492
7505
|
SortConfiguration: (_) => se_PieChartSortConfiguration(_, context),
|
|
@@ -7574,6 +7587,7 @@ const se_PivotTableConfiguration = (input, context) => {
|
|
|
7574
7587
|
return take(input, {
|
|
7575
7588
|
FieldOptions: _json,
|
|
7576
7589
|
FieldWells: (_) => se_PivotTableFieldWells(_, context),
|
|
7590
|
+
Interactions: _json,
|
|
7577
7591
|
PaginatedReportOptions: _json,
|
|
7578
7592
|
SortConfiguration: (_) => se_PivotTableSortConfiguration(_, context),
|
|
7579
7593
|
TableOptions: _json,
|
|
@@ -7633,6 +7647,7 @@ const se_RadarChartConfiguration = (input, context) => {
|
|
|
7633
7647
|
ColorAxis: (_) => se_AxisDisplayOptions(_, context),
|
|
7634
7648
|
ColorLabelOptions: _json,
|
|
7635
7649
|
FieldWells: (_) => se_RadarChartFieldWells(_, context),
|
|
7650
|
+
Interactions: _json,
|
|
7636
7651
|
Legend: _json,
|
|
7637
7652
|
Shape: [],
|
|
7638
7653
|
SortConfiguration: (_) => se_RadarChartSortConfiguration(_, context),
|
|
@@ -7732,6 +7747,7 @@ const se_SankeyDiagramChartConfiguration = (input, context) => {
|
|
|
7732
7747
|
return take(input, {
|
|
7733
7748
|
DataLabels: _json,
|
|
7734
7749
|
FieldWells: (_) => se_SankeyDiagramFieldWells(_, context),
|
|
7750
|
+
Interactions: _json,
|
|
7735
7751
|
SortConfiguration: (_) => se_SankeyDiagramSortConfiguration(_, context),
|
|
7736
7752
|
});
|
|
7737
7753
|
};
|
|
@@ -7769,6 +7785,7 @@ const se_ScatterPlotConfiguration = (input, context) => {
|
|
|
7769
7785
|
return take(input, {
|
|
7770
7786
|
DataLabels: _json,
|
|
7771
7787
|
FieldWells: (_) => se_ScatterPlotFieldWells(_, context),
|
|
7788
|
+
Interactions: _json,
|
|
7772
7789
|
Legend: _json,
|
|
7773
7790
|
SortConfiguration: _json,
|
|
7774
7791
|
Tooltip: (_) => se_TooltipOptions(_, context),
|
|
@@ -7913,6 +7930,7 @@ const se_TableConfiguration = (input, context) => {
|
|
|
7913
7930
|
return take(input, {
|
|
7914
7931
|
FieldOptions: _json,
|
|
7915
7932
|
FieldWells: (_) => se_TableFieldWells(_, context),
|
|
7933
|
+
Interactions: _json,
|
|
7916
7934
|
PaginatedReportOptions: _json,
|
|
7917
7935
|
SortConfiguration: (_) => se_TableSortConfiguration(_, context),
|
|
7918
7936
|
TableInlineVisualizations: _json,
|
|
@@ -8120,6 +8138,7 @@ const se_TreeMapConfiguration = (input, context) => {
|
|
|
8120
8138
|
DataLabels: _json,
|
|
8121
8139
|
FieldWells: (_) => se_TreeMapFieldWells(_, context),
|
|
8122
8140
|
GroupLabelOptions: _json,
|
|
8141
|
+
Interactions: _json,
|
|
8123
8142
|
Legend: _json,
|
|
8124
8143
|
SizeLabelOptions: _json,
|
|
8125
8144
|
SortConfiguration: (_) => se_TreeMapSortConfiguration(_, context),
|
|
@@ -8235,8 +8254,10 @@ const se_WaterfallChartConfiguration = (input, context) => {
|
|
|
8235
8254
|
return take(input, {
|
|
8236
8255
|
CategoryAxisDisplayOptions: (_) => se_AxisDisplayOptions(_, context),
|
|
8237
8256
|
CategoryAxisLabelOptions: _json,
|
|
8257
|
+
ColorConfiguration: _json,
|
|
8238
8258
|
DataLabels: _json,
|
|
8239
8259
|
FieldWells: (_) => se_WaterfallChartFieldWells(_, context),
|
|
8260
|
+
Interactions: _json,
|
|
8240
8261
|
Legend: _json,
|
|
8241
8262
|
PrimaryYAxisDisplayOptions: (_) => se_AxisDisplayOptions(_, context),
|
|
8242
8263
|
PrimaryYAxisLabelOptions: _json,
|
|
@@ -8289,6 +8310,7 @@ const se_WordCloudChartConfiguration = (input, context) => {
|
|
|
8289
8310
|
return take(input, {
|
|
8290
8311
|
CategoryLabelOptions: _json,
|
|
8291
8312
|
FieldWells: (_) => se_WordCloudFieldWells(_, context),
|
|
8313
|
+
Interactions: _json,
|
|
8292
8314
|
SortConfiguration: (_) => se_WordCloudSortConfiguration(_, context),
|
|
8293
8315
|
WordCloudOptions: _json,
|
|
8294
8316
|
});
|
|
@@ -8538,6 +8560,7 @@ const de_BarChartConfiguration = (output, context) => {
|
|
|
8538
8560
|
ContributionAnalysisDefaults: _json,
|
|
8539
8561
|
DataLabels: _json,
|
|
8540
8562
|
FieldWells: (_) => de_BarChartFieldWells(_, context),
|
|
8563
|
+
Interactions: _json,
|
|
8541
8564
|
Legend: _json,
|
|
8542
8565
|
Orientation: __expectString,
|
|
8543
8566
|
ReferenceLines: (_) => de_ReferenceLineList(_, context),
|
|
@@ -8592,6 +8615,7 @@ const de_BoxPlotChartConfiguration = (output, context) => {
|
|
|
8592
8615
|
CategoryAxis: (_) => de_AxisDisplayOptions(_, context),
|
|
8593
8616
|
CategoryLabelOptions: _json,
|
|
8594
8617
|
FieldWells: (_) => de_BoxPlotFieldWells(_, context),
|
|
8618
|
+
Interactions: _json,
|
|
8595
8619
|
Legend: _json,
|
|
8596
8620
|
PrimaryYAxisDisplayOptions: (_) => de_AxisDisplayOptions(_, context),
|
|
8597
8621
|
PrimaryYAxisLabelOptions: _json,
|
|
@@ -8691,6 +8715,7 @@ const de_ComboChartConfiguration = (output, context) => {
|
|
|
8691
8715
|
CategoryLabelOptions: _json,
|
|
8692
8716
|
ColorLabelOptions: _json,
|
|
8693
8717
|
FieldWells: (_) => de_ComboChartFieldWells(_, context),
|
|
8718
|
+
Interactions: _json,
|
|
8694
8719
|
Legend: _json,
|
|
8695
8720
|
LineDataLabels: _json,
|
|
8696
8721
|
PrimaryYAxisDisplayOptions: (_) => de_AxisDisplayOptions(_, context),
|
|
@@ -9194,6 +9219,7 @@ const de_FilledMapConditionalFormattingOptionList = (output, context) => {
|
|
|
9194
9219
|
const de_FilledMapConfiguration = (output, context) => {
|
|
9195
9220
|
return take(output, {
|
|
9196
9221
|
FieldWells: (_) => de_FilledMapFieldWells(_, context),
|
|
9222
|
+
Interactions: _json,
|
|
9197
9223
|
Legend: _json,
|
|
9198
9224
|
MapStyleOptions: _json,
|
|
9199
9225
|
SortConfiguration: (_) => de_FilledMapSortConfiguration(_, context),
|
|
@@ -9380,6 +9406,7 @@ const de_FunnelChartConfiguration = (output, context) => {
|
|
|
9380
9406
|
CategoryLabelOptions: _json,
|
|
9381
9407
|
DataLabelOptions: _json,
|
|
9382
9408
|
FieldWells: (_) => de_FunnelChartFieldWells(_, context),
|
|
9409
|
+
Interactions: _json,
|
|
9383
9410
|
SortConfiguration: (_) => de_FunnelChartSortConfiguration(_, context),
|
|
9384
9411
|
Tooltip: (_) => de_TooltipOptions(_, context),
|
|
9385
9412
|
ValueLabelOptions: _json,
|
|
@@ -9444,6 +9471,7 @@ const de_GaugeChartConfiguration = (output, context) => {
|
|
|
9444
9471
|
DataLabels: _json,
|
|
9445
9472
|
FieldWells: (_) => de_GaugeChartFieldWells(_, context),
|
|
9446
9473
|
GaugeChartOptions: (_) => de_GaugeChartOptions(_, context),
|
|
9474
|
+
Interactions: _json,
|
|
9447
9475
|
TooltipOptions: (_) => de_TooltipOptions(_, context),
|
|
9448
9476
|
VisualPalette: _json,
|
|
9449
9477
|
});
|
|
@@ -9497,6 +9525,7 @@ const de_GeospatialMapAggregatedFieldWells = (output, context) => {
|
|
|
9497
9525
|
const de_GeospatialMapConfiguration = (output, context) => {
|
|
9498
9526
|
return take(output, {
|
|
9499
9527
|
FieldWells: (_) => de_GeospatialMapFieldWells(_, context),
|
|
9528
|
+
Interactions: _json,
|
|
9500
9529
|
Legend: _json,
|
|
9501
9530
|
MapStyleOptions: _json,
|
|
9502
9531
|
PointStyleOptions: _json,
|
|
@@ -9568,6 +9597,7 @@ const de_HeatMapConfiguration = (output, context) => {
|
|
|
9568
9597
|
ColumnLabelOptions: _json,
|
|
9569
9598
|
DataLabels: _json,
|
|
9570
9599
|
FieldWells: (_) => de_HeatMapFieldWells(_, context),
|
|
9600
|
+
Interactions: _json,
|
|
9571
9601
|
Legend: _json,
|
|
9572
9602
|
RowLabelOptions: _json,
|
|
9573
9603
|
SortConfiguration: (_) => de_HeatMapSortConfiguration(_, context),
|
|
@@ -9623,6 +9653,7 @@ const de_HistogramConfiguration = (output, context) => {
|
|
|
9623
9653
|
BinOptions: (_) => de_HistogramBinOptions(_, context),
|
|
9624
9654
|
DataLabels: _json,
|
|
9625
9655
|
FieldWells: (_) => de_HistogramFieldWells(_, context),
|
|
9656
|
+
Interactions: _json,
|
|
9626
9657
|
Tooltip: (_) => de_TooltipOptions(_, context),
|
|
9627
9658
|
VisualPalette: _json,
|
|
9628
9659
|
XAxisDisplayOptions: (_) => de_AxisDisplayOptions(_, context),
|
|
@@ -9679,6 +9710,7 @@ const de_InsightConfiguration = (output, context) => {
|
|
|
9679
9710
|
return take(output, {
|
|
9680
9711
|
Computations: (_) => de_ComputationList(_, context),
|
|
9681
9712
|
CustomNarrative: _json,
|
|
9713
|
+
Interactions: _json,
|
|
9682
9714
|
});
|
|
9683
9715
|
};
|
|
9684
9716
|
const de_InsightVisual = (output, context) => {
|
|
@@ -9727,6 +9759,7 @@ const de_KPIConditionalFormattingOptionList = (output, context) => {
|
|
|
9727
9759
|
const de_KPIConfiguration = (output, context) => {
|
|
9728
9760
|
return take(output, {
|
|
9729
9761
|
FieldWells: (_) => de_KPIFieldWells(_, context),
|
|
9762
|
+
Interactions: _json,
|
|
9730
9763
|
KPIOptions: _json,
|
|
9731
9764
|
SortConfiguration: (_) => de_KPISortConfiguration(_, context),
|
|
9732
9765
|
});
|
|
@@ -9800,6 +9833,7 @@ const de_LineChartConfiguration = (output, context) => {
|
|
|
9800
9833
|
DefaultSeriesSettings: _json,
|
|
9801
9834
|
FieldWells: (_) => de_LineChartFieldWells(_, context),
|
|
9802
9835
|
ForecastConfigurations: (_) => de_ForecastConfigurationList(_, context),
|
|
9836
|
+
Interactions: _json,
|
|
9803
9837
|
Legend: _json,
|
|
9804
9838
|
PrimaryYAxisDisplayOptions: (_) => de_LineSeriesAxisDisplayOptions(_, context),
|
|
9805
9839
|
PrimaryYAxisLabelOptions: _json,
|
|
@@ -10064,6 +10098,7 @@ const de_PieChartConfiguration = (output, context) => {
|
|
|
10064
10098
|
DataLabels: _json,
|
|
10065
10099
|
DonutOptions: _json,
|
|
10066
10100
|
FieldWells: (_) => de_PieChartFieldWells(_, context),
|
|
10101
|
+
Interactions: _json,
|
|
10067
10102
|
Legend: _json,
|
|
10068
10103
|
SmallMultiplesOptions: _json,
|
|
10069
10104
|
SortConfiguration: (_) => de_PieChartSortConfiguration(_, context),
|
|
@@ -10154,6 +10189,7 @@ const de_PivotTableConfiguration = (output, context) => {
|
|
|
10154
10189
|
return take(output, {
|
|
10155
10190
|
FieldOptions: _json,
|
|
10156
10191
|
FieldWells: (_) => de_PivotTableFieldWells(_, context),
|
|
10192
|
+
Interactions: _json,
|
|
10157
10193
|
PaginatedReportOptions: _json,
|
|
10158
10194
|
SortConfiguration: (_) => de_PivotTableSortConfiguration(_, context),
|
|
10159
10195
|
TableOptions: _json,
|
|
@@ -10213,6 +10249,7 @@ const de_RadarChartConfiguration = (output, context) => {
|
|
|
10213
10249
|
ColorAxis: (_) => de_AxisDisplayOptions(_, context),
|
|
10214
10250
|
ColorLabelOptions: _json,
|
|
10215
10251
|
FieldWells: (_) => de_RadarChartFieldWells(_, context),
|
|
10252
|
+
Interactions: _json,
|
|
10216
10253
|
Legend: _json,
|
|
10217
10254
|
Shape: __expectString,
|
|
10218
10255
|
SortConfiguration: (_) => de_RadarChartSortConfiguration(_, context),
|
|
@@ -10323,6 +10360,7 @@ const de_SankeyDiagramChartConfiguration = (output, context) => {
|
|
|
10323
10360
|
return take(output, {
|
|
10324
10361
|
DataLabels: _json,
|
|
10325
10362
|
FieldWells: (_) => de_SankeyDiagramFieldWells(_, context),
|
|
10363
|
+
Interactions: _json,
|
|
10326
10364
|
SortConfiguration: (_) => de_SankeyDiagramSortConfiguration(_, context),
|
|
10327
10365
|
});
|
|
10328
10366
|
};
|
|
@@ -10360,6 +10398,7 @@ const de_ScatterPlotConfiguration = (output, context) => {
|
|
|
10360
10398
|
return take(output, {
|
|
10361
10399
|
DataLabels: _json,
|
|
10362
10400
|
FieldWells: (_) => de_ScatterPlotFieldWells(_, context),
|
|
10401
|
+
Interactions: _json,
|
|
10363
10402
|
Legend: _json,
|
|
10364
10403
|
SortConfiguration: _json,
|
|
10365
10404
|
Tooltip: (_) => de_TooltipOptions(_, context),
|
|
@@ -10509,6 +10548,7 @@ const de_TableConfiguration = (output, context) => {
|
|
|
10509
10548
|
return take(output, {
|
|
10510
10549
|
FieldOptions: _json,
|
|
10511
10550
|
FieldWells: (_) => de_TableFieldWells(_, context),
|
|
10551
|
+
Interactions: _json,
|
|
10512
10552
|
PaginatedReportOptions: _json,
|
|
10513
10553
|
SortConfiguration: (_) => de_TableSortConfiguration(_, context),
|
|
10514
10554
|
TableInlineVisualizations: _json,
|
|
@@ -10878,6 +10918,7 @@ const de_TreeMapConfiguration = (output, context) => {
|
|
|
10878
10918
|
DataLabels: _json,
|
|
10879
10919
|
FieldWells: (_) => de_TreeMapFieldWells(_, context),
|
|
10880
10920
|
GroupLabelOptions: _json,
|
|
10921
|
+
Interactions: _json,
|
|
10881
10922
|
Legend: _json,
|
|
10882
10923
|
SizeLabelOptions: _json,
|
|
10883
10924
|
SortConfiguration: (_) => de_TreeMapSortConfiguration(_, context),
|
|
@@ -11037,8 +11078,10 @@ const de_WaterfallChartConfiguration = (output, context) => {
|
|
|
11037
11078
|
return take(output, {
|
|
11038
11079
|
CategoryAxisDisplayOptions: (_) => de_AxisDisplayOptions(_, context),
|
|
11039
11080
|
CategoryAxisLabelOptions: _json,
|
|
11081
|
+
ColorConfiguration: _json,
|
|
11040
11082
|
DataLabels: _json,
|
|
11041
11083
|
FieldWells: (_) => de_WaterfallChartFieldWells(_, context),
|
|
11084
|
+
Interactions: _json,
|
|
11042
11085
|
Legend: _json,
|
|
11043
11086
|
PrimaryYAxisDisplayOptions: (_) => de_AxisDisplayOptions(_, context),
|
|
11044
11087
|
PrimaryYAxisLabelOptions: _json,
|
|
@@ -11091,6 +11134,7 @@ const de_WordCloudChartConfiguration = (output, context) => {
|
|
|
11091
11134
|
return take(output, {
|
|
11092
11135
|
CategoryLabelOptions: _json,
|
|
11093
11136
|
FieldWells: (_) => de_WordCloudFieldWells(_, context),
|
|
11137
|
+
Interactions: _json,
|
|
11094
11138
|
SortConfiguration: (_) => de_WordCloudSortConfiguration(_, context),
|
|
11095
11139
|
WordCloudOptions: _json,
|
|
11096
11140
|
});
|
|
@@ -939,6 +939,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
939
939
|
* },
|
|
940
940
|
* },
|
|
941
941
|
* ],
|
|
942
|
+
* Interactions: { // VisualInteractionOptions
|
|
943
|
+
* VisualMenuOption: { // VisualMenuOption
|
|
944
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
945
|
+
* },
|
|
946
|
+
* ContextMenuOption: { // ContextMenuOption
|
|
947
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
948
|
+
* },
|
|
949
|
+
* },
|
|
942
950
|
* },
|
|
943
951
|
* ConditionalFormatting: { // TableConditionalFormatting
|
|
944
952
|
* ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
|
|
@@ -1442,6 +1450,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1442
1450
|
* VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
|
|
1443
1451
|
* OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
|
|
1444
1452
|
* },
|
|
1453
|
+
* Interactions: {
|
|
1454
|
+
* VisualMenuOption: {
|
|
1455
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1456
|
+
* },
|
|
1457
|
+
* ContextMenuOption: {
|
|
1458
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
1459
|
+
* },
|
|
1460
|
+
* },
|
|
1445
1461
|
* },
|
|
1446
1462
|
* ConditionalFormatting: { // PivotTableConditionalFormatting
|
|
1447
1463
|
* ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
|
|
@@ -2015,6 +2031,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2015
2031
|
* ],
|
|
2016
2032
|
* },
|
|
2017
2033
|
* ],
|
|
2034
|
+
* Interactions: {
|
|
2035
|
+
* VisualMenuOption: {
|
|
2036
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2037
|
+
* },
|
|
2038
|
+
* ContextMenuOption: {
|
|
2039
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2040
|
+
* },
|
|
2041
|
+
* },
|
|
2018
2042
|
* },
|
|
2019
2043
|
* Actions: [
|
|
2020
2044
|
* {
|
|
@@ -2280,6 +2304,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2280
2304
|
* },
|
|
2281
2305
|
* },
|
|
2282
2306
|
* },
|
|
2307
|
+
* Interactions: {
|
|
2308
|
+
* VisualMenuOption: {
|
|
2309
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2310
|
+
* },
|
|
2311
|
+
* ContextMenuOption: {
|
|
2312
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2313
|
+
* },
|
|
2314
|
+
* },
|
|
2283
2315
|
* },
|
|
2284
2316
|
* ConditionalFormatting: { // KPIConditionalFormatting
|
|
2285
2317
|
* ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
|
|
@@ -2669,6 +2701,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2669
2701
|
* ],
|
|
2670
2702
|
* },
|
|
2671
2703
|
* ],
|
|
2704
|
+
* Interactions: {
|
|
2705
|
+
* VisualMenuOption: {
|
|
2706
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2707
|
+
* },
|
|
2708
|
+
* ContextMenuOption: {
|
|
2709
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
2710
|
+
* },
|
|
2711
|
+
* },
|
|
2672
2712
|
* },
|
|
2673
2713
|
* Actions: [
|
|
2674
2714
|
* {
|
|
@@ -2860,6 +2900,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2860
2900
|
* },
|
|
2861
2901
|
* ],
|
|
2862
2902
|
* },
|
|
2903
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
2863
2904
|
* },
|
|
2864
2905
|
* ConditionalFormatting: { // GaugeChartConditionalFormatting
|
|
2865
2906
|
* ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
|
|
@@ -3262,6 +3303,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3262
3303
|
* },
|
|
3263
3304
|
* ],
|
|
3264
3305
|
* },
|
|
3306
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3265
3307
|
* },
|
|
3266
3308
|
* Actions: "<VisualCustomActionList>",
|
|
3267
3309
|
* ColumnHierarchies: [
|
|
@@ -3389,6 +3431,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3389
3431
|
* ],
|
|
3390
3432
|
* },
|
|
3391
3433
|
* },
|
|
3434
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3392
3435
|
* },
|
|
3393
3436
|
* ColumnHierarchies: [
|
|
3394
3437
|
* {
|
|
@@ -3461,6 +3504,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3461
3504
|
* },
|
|
3462
3505
|
* DataLabels: "<DataLabelOptions>",
|
|
3463
3506
|
* Tooltip: "<TooltipOptions>",
|
|
3507
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3464
3508
|
* },
|
|
3465
3509
|
* Actions: "<VisualCustomActionList>",
|
|
3466
3510
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3520,6 +3564,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3520
3564
|
* },
|
|
3521
3565
|
* ],
|
|
3522
3566
|
* },
|
|
3567
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3523
3568
|
* },
|
|
3524
3569
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3525
3570
|
* Actions: "<VisualCustomActionList>",
|
|
@@ -3556,6 +3601,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3556
3601
|
* MapStyleOptions: {
|
|
3557
3602
|
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3558
3603
|
* },
|
|
3604
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3559
3605
|
* },
|
|
3560
3606
|
* ConditionalFormatting: { // FilledMapConditionalFormatting
|
|
3561
3607
|
* ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
|
|
@@ -3604,6 +3650,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3604
3650
|
* MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
|
|
3605
3651
|
* },
|
|
3606
3652
|
* VisualPalette: "<VisualPalette>",
|
|
3653
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3607
3654
|
* },
|
|
3608
3655
|
* Actions: "<VisualCustomActionList>",
|
|
3609
3656
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3640,6 +3687,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3640
3687
|
* DataLabels: "<DataLabelOptions>",
|
|
3641
3688
|
* Tooltip: "<TooltipOptions>",
|
|
3642
3689
|
* VisualPalette: "<VisualPalette>",
|
|
3690
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3643
3691
|
* },
|
|
3644
3692
|
* Actions: "<VisualCustomActionList>",
|
|
3645
3693
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3715,6 +3763,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3715
3763
|
* },
|
|
3716
3764
|
* ],
|
|
3717
3765
|
* VisualPalette: "<VisualPalette>",
|
|
3766
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3718
3767
|
* },
|
|
3719
3768
|
* Actions: "<VisualCustomActionList>",
|
|
3720
3769
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3789,6 +3838,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3789
3838
|
* },
|
|
3790
3839
|
* ],
|
|
3791
3840
|
* VisualPalette: "<VisualPalette>",
|
|
3841
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3792
3842
|
* },
|
|
3793
3843
|
* Actions: "<VisualCustomActionList>",
|
|
3794
3844
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3819,6 +3869,14 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3819
3869
|
* Legend: "<LegendOptions>",
|
|
3820
3870
|
* DataLabels: "<DataLabelOptions>",
|
|
3821
3871
|
* VisualPalette: "<VisualPalette>",
|
|
3872
|
+
* ColorConfiguration: { // WaterfallChartColorConfiguration
|
|
3873
|
+
* GroupColorConfiguration: { // WaterfallChartGroupColorConfiguration
|
|
3874
|
+
* PositiveBarColor: "STRING_VALUE",
|
|
3875
|
+
* NegativeBarColor: "STRING_VALUE",
|
|
3876
|
+
* TotalBarColor: "STRING_VALUE",
|
|
3877
|
+
* },
|
|
3878
|
+
* },
|
|
3879
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3822
3880
|
* },
|
|
3823
3881
|
* Actions: "<VisualCustomActionList>",
|
|
3824
3882
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3852,6 +3910,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3852
3910
|
* DataLabels: "<DataLabelOptions>",
|
|
3853
3911
|
* Tooltip: "<TooltipOptions>",
|
|
3854
3912
|
* VisualPalette: "<VisualPalette>",
|
|
3913
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3855
3914
|
* },
|
|
3856
3915
|
* Actions: "<VisualCustomActionList>",
|
|
3857
3916
|
* },
|
|
@@ -3883,6 +3942,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3883
3942
|
* WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
|
|
3884
3943
|
* MaximumStringLength: Number("int"),
|
|
3885
3944
|
* },
|
|
3945
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3886
3946
|
* },
|
|
3887
3947
|
* Actions: "<VisualCustomActionList>",
|
|
3888
3948
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
@@ -3974,6 +4034,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3974
4034
|
* CustomNarrative: { // CustomNarrativeOptions
|
|
3975
4035
|
* Narrative: "STRING_VALUE", // required
|
|
3976
4036
|
* },
|
|
4037
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3977
4038
|
* },
|
|
3978
4039
|
* Actions: "<VisualCustomActionList>",
|
|
3979
4040
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -3996,6 +4057,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3996
4057
|
* DestinationItemsLimit: "<ItemsLimitConfiguration>",
|
|
3997
4058
|
* },
|
|
3998
4059
|
* DataLabels: "<DataLabelOptions>",
|
|
4060
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3999
4061
|
* },
|
|
4000
4062
|
* Actions: "<VisualCustomActionList>",
|
|
4001
4063
|
* },
|
|
@@ -4007,6 +4069,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4007
4069
|
* ContentUrl: "STRING_VALUE",
|
|
4008
4070
|
* ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
|
|
4009
4071
|
* ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
|
|
4072
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4010
4073
|
* },
|
|
4011
4074
|
* Actions: "<VisualCustomActionList>",
|
|
4012
4075
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
@@ -4057,6 +4120,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4057
4120
|
* ColorLabelOptions: "<ChartAxisLabelOptions>",
|
|
4058
4121
|
* Legend: "<LegendOptions>",
|
|
4059
4122
|
* AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
|
|
4123
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
4060
4124
|
* },
|
|
4061
4125
|
* Actions: "<VisualCustomActionList>",
|
|
4062
4126
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|