@aws-sdk/client-quicksight 3.1020.0 → 3.1022.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.
Files changed (71) hide show
  1. package/README.md +14 -0
  2. package/dist-cjs/index.js +48 -0
  3. package/dist-cjs/schemas/schemas_0.js +186 -82
  4. package/dist-es/QuickSight.js +4 -0
  5. package/dist-es/commands/DescribeAutomationJobCommand.js +16 -0
  6. package/dist-es/commands/StartAutomationJobCommand.js +16 -0
  7. package/dist-es/commands/index.js +2 -0
  8. package/dist-es/index.js +1 -0
  9. package/dist-es/models/enums.js +17 -0
  10. package/dist-es/models/models_5.js +1 -0
  11. package/dist-es/schemas/schemas_0.js +160 -56
  12. package/dist-types/QuickSight.d.ts +14 -0
  13. package/dist-types/QuickSightClient.d.ts +4 -2
  14. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateAnalysisCommand.d.ts +2007 -161
  16. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +3 -0
  17. package/dist-types/commands/CreateDashboardCommand.d.ts +2007 -161
  18. package/dist-types/commands/CreateDataSourceCommand.d.ts +9 -4
  19. package/dist-types/commands/CreateTemplateCommand.d.ts +2007 -161
  20. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +2007 -161
  21. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +2 -2
  22. package/dist-types/commands/DescribeAutomationJobCommand.d.ts +104 -0
  23. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +3 -0
  24. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +2007 -161
  25. package/dist-types/commands/DescribeDataSourceCommand.d.ts +4 -4
  26. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +1 -2
  27. package/dist-types/commands/DescribeTemplateCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +2007 -161
  29. package/dist-types/commands/ListCustomPermissionsCommand.d.ts +3 -0
  30. package/dist-types/commands/ListDataSourcesCommand.d.ts +4 -4
  31. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  32. package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +2 -2
  33. package/dist-types/commands/StartAutomationJobCommand.d.ts +101 -0
  34. package/dist-types/commands/UpdateAnalysisCommand.d.ts +2007 -161
  35. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +3 -0
  36. package/dist-types/commands/UpdateDashboardCommand.d.ts +2007 -161
  37. package/dist-types/commands/UpdateDataSourceCommand.d.ts +9 -4
  38. package/dist-types/commands/UpdateTemplateCommand.d.ts +2007 -161
  39. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +2 -1
  40. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  41. package/dist-types/commands/index.d.ts +2 -0
  42. package/dist-types/index.d.ts +1 -0
  43. package/dist-types/models/enums.d.ts +41 -0
  44. package/dist-types/models/models_0.d.ts +16 -16
  45. package/dist-types/models/models_1.d.ts +84 -30
  46. package/dist-types/models/models_2.d.ts +96 -213
  47. package/dist-types/models/models_3.d.ts +334 -230
  48. package/dist-types/models/models_4.d.ts +282 -250
  49. package/dist-types/models/models_5.d.ts +248 -0
  50. package/dist-types/schemas/schemas_0.d.ts +10 -0
  51. package/dist-types/ts3.4/QuickSight.d.ts +34 -0
  52. package/dist-types/ts3.4/QuickSightClient.d.ts +12 -0
  53. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DescribeAutomationJobCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/StartAutomationJobCommand.d.ts +51 -0
  59. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +2 -4
  60. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  62. package/dist-types/ts3.4/index.d.ts +1 -0
  63. package/dist-types/ts3.4/models/enums.d.ts +23 -0
  64. package/dist-types/ts3.4/models/models_0.d.ts +4 -4
  65. package/dist-types/ts3.4/models/models_1.d.ts +21 -8
  66. package/dist-types/ts3.4/models/models_2.d.ts +22 -137
  67. package/dist-types/ts3.4/models/models_3.d.ts +171 -43
  68. package/dist-types/ts3.4/models/models_4.d.ts +56 -60
  69. package/dist-types/ts3.4/models/models_5.d.ts +62 -0
  70. package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
  71. package/package.json +6 -6
@@ -949,8 +949,104 @@ declare const DescribeDashboardDefinitionCommand_base: {
949
949
  * // PositiveColor: "STRING_VALUE",
950
950
  * // NegativeColor: "STRING_VALUE",
951
951
  * // },
952
+ * // Sparklines: { // SparklinesOptions
953
+ * // FieldId: "STRING_VALUE", // required
954
+ * // XAxisField: {
955
+ * // NumericalDimensionField: {
956
+ * // FieldId: "STRING_VALUE", // required
957
+ * // Column: "<ColumnIdentifier>", // required
958
+ * // HierarchyId: "STRING_VALUE",
959
+ * // FormatConfiguration: {
960
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
961
+ * // },
962
+ * // },
963
+ * // CategoricalDimensionField: {
964
+ * // FieldId: "STRING_VALUE", // required
965
+ * // Column: "<ColumnIdentifier>", // required
966
+ * // HierarchyId: "STRING_VALUE",
967
+ * // FormatConfiguration: {
968
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
969
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
970
+ * // },
971
+ * // },
972
+ * // DateDimensionField: {
973
+ * // FieldId: "STRING_VALUE", // required
974
+ * // Column: "<ColumnIdentifier>", // required
975
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
976
+ * // HierarchyId: "STRING_VALUE",
977
+ * // FormatConfiguration: {
978
+ * // DateTimeFormat: "STRING_VALUE",
979
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
980
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
981
+ * // },
982
+ * // },
983
+ * // },
984
+ * // YAxisBehavior: "SHARED" || "INDEPENDENT",
985
+ * // VisualType: "LINE" || "AREA_LINE",
986
+ * // LineColor: "STRING_VALUE",
987
+ * // LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
988
+ * // AllPointsMarker: { // LineChartMarkerStyleSettings
989
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
990
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
991
+ * // MarkerSize: "STRING_VALUE",
992
+ * // MarkerColor: "STRING_VALUE",
993
+ * // },
994
+ * // MaxValueMarker: {
995
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
996
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
997
+ * // MarkerSize: "STRING_VALUE",
998
+ * // MarkerColor: "STRING_VALUE",
999
+ * // },
1000
+ * // MinValueMarker: {
1001
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
1002
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
1003
+ * // MarkerSize: "STRING_VALUE",
1004
+ * // MarkerColor: "STRING_VALUE",
1005
+ * // },
1006
+ * // },
952
1007
  * // },
953
1008
  * // ],
1009
+ * // Tooltip: { // TooltipOptions
1010
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
1011
+ * // SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
1012
+ * // FieldBasedTooltip: { // FieldBasedTooltip
1013
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
1014
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
1015
+ * // TooltipFields: [ // TooltipItemList
1016
+ * // { // TooltipItem
1017
+ * // FieldTooltipItem: { // FieldTooltipItem
1018
+ * // FieldId: "STRING_VALUE", // required
1019
+ * // Label: "STRING_VALUE",
1020
+ * // Visibility: "HIDDEN" || "VISIBLE",
1021
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1022
+ * // },
1023
+ * // ColumnTooltipItem: { // ColumnTooltipItem
1024
+ * // Column: "<ColumnIdentifier>", // required
1025
+ * // Label: "STRING_VALUE",
1026
+ * // Visibility: "HIDDEN" || "VISIBLE",
1027
+ * // Aggregation: {
1028
+ * // NumericalAggregationFunction: {
1029
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1030
+ * // PercentileAggregation: {
1031
+ * // PercentileValue: Number("double"),
1032
+ * // },
1033
+ * // },
1034
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1035
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1036
+ * // AttributeAggregationFunction: {
1037
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1038
+ * // ValueForMultipleValues: "STRING_VALUE",
1039
+ * // },
1040
+ * // },
1041
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1042
+ * // },
1043
+ * // },
1044
+ * // ],
1045
+ * // },
1046
+ * // SheetTooltip: { // SheetTooltip
1047
+ * // SheetId: "STRING_VALUE",
1048
+ * // },
1049
+ * // },
954
1050
  * // DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
955
1051
  * // FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
956
1052
  * // Status: "ENABLED" || "DISABLED",
@@ -1199,29 +1295,20 @@ declare const DescribeDashboardDefinitionCommand_base: {
1199
1295
  * // FieldId: "STRING_VALUE", // required
1200
1296
  * // Column: "<ColumnIdentifier>", // required
1201
1297
  * // HierarchyId: "STRING_VALUE",
1202
- * // FormatConfiguration: {
1203
- * // FormatConfiguration: "<NumericFormatConfiguration>",
1204
- * // },
1298
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1205
1299
  * // },
1206
1300
  * // CategoricalDimensionField: {
1207
1301
  * // FieldId: "STRING_VALUE", // required
1208
1302
  * // Column: "<ColumnIdentifier>", // required
1209
1303
  * // HierarchyId: "STRING_VALUE",
1210
- * // FormatConfiguration: {
1211
- * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1212
- * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1213
- * // },
1304
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1214
1305
  * // },
1215
1306
  * // DateDimensionField: {
1216
1307
  * // FieldId: "STRING_VALUE", // required
1217
1308
  * // Column: "<ColumnIdentifier>", // required
1218
1309
  * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1219
1310
  * // HierarchyId: "STRING_VALUE",
1220
- * // FormatConfiguration: {
1221
- * // DateTimeFormat: "STRING_VALUE",
1222
- * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1223
- * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1224
- * // },
1311
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1225
1312
  * // },
1226
1313
  * // },
1227
1314
  * // ],
@@ -1471,6 +1558,42 @@ declare const DescribeDashboardDefinitionCommand_base: {
1471
1558
  * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1472
1559
  * // OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1473
1560
  * // },
1561
+ * // Tooltip: {
1562
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
1563
+ * // SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
1564
+ * // FieldBasedTooltip: {
1565
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
1566
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
1567
+ * // TooltipFields: [
1568
+ * // {
1569
+ * // FieldTooltipItem: {
1570
+ * // FieldId: "STRING_VALUE", // required
1571
+ * // Label: "STRING_VALUE",
1572
+ * // Visibility: "HIDDEN" || "VISIBLE",
1573
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1574
+ * // },
1575
+ * // ColumnTooltipItem: {
1576
+ * // Column: "<ColumnIdentifier>", // required
1577
+ * // Label: "STRING_VALUE",
1578
+ * // Visibility: "HIDDEN" || "VISIBLE",
1579
+ * // Aggregation: {
1580
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1581
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1582
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1583
+ * // AttributeAggregationFunction: {
1584
+ * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1585
+ * // ValueForMultipleValues: "STRING_VALUE",
1586
+ * // },
1587
+ * // },
1588
+ * // TooltipTarget: "BOTH" || "BAR" || "LINE",
1589
+ * // },
1590
+ * // },
1591
+ * // ],
1592
+ * // },
1593
+ * // SheetTooltip: {
1594
+ * // SheetId: "STRING_VALUE",
1595
+ * // },
1596
+ * // },
1474
1597
  * // DashboardCustomizationVisualOptions: {
1475
1598
  * // FieldsConfiguration: {
1476
1599
  * // Status: "ENABLED" || "DISABLED",
@@ -1662,12 +1785,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1662
1785
  * // NumericalMeasureField: {
1663
1786
  * // FieldId: "STRING_VALUE", // required
1664
1787
  * // Column: "<ColumnIdentifier>", // required
1665
- * // AggregationFunction: {
1666
- * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1667
- * // PercentileAggregation: {
1668
- * // PercentileValue: Number("double"),
1669
- * // },
1670
- * // },
1788
+ * // AggregationFunction: "<NumericalAggregationFunction>",
1671
1789
  * // FormatConfiguration: "<NumberFormatConfiguration>",
1672
1790
  * // },
1673
1791
  * // CategoricalMeasureField: {
@@ -1689,27 +1807,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1689
1807
  * // },
1690
1808
  * // ],
1691
1809
  * // Colors: [
1692
- * // {
1693
- * // NumericalDimensionField: {
1694
- * // FieldId: "STRING_VALUE", // required
1695
- * // Column: "<ColumnIdentifier>", // required
1696
- * // HierarchyId: "STRING_VALUE",
1697
- * // FormatConfiguration: "<NumberFormatConfiguration>",
1698
- * // },
1699
- * // CategoricalDimensionField: {
1700
- * // FieldId: "STRING_VALUE", // required
1701
- * // Column: "<ColumnIdentifier>", // required
1702
- * // HierarchyId: "STRING_VALUE",
1703
- * // FormatConfiguration: "<StringFormatConfiguration>",
1704
- * // },
1705
- * // DateDimensionField: {
1706
- * // FieldId: "STRING_VALUE", // required
1707
- * // Column: "<ColumnIdentifier>", // required
1708
- * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1709
- * // HierarchyId: "STRING_VALUE",
1710
- * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1711
- * // },
1712
- * // },
1810
+ * // "<DimensionField>",
1713
1811
  * // ],
1714
1812
  * // SmallMultiples: [ // SmallMultiplesDimensionFieldList
1715
1813
  * // "<DimensionField>",
@@ -1751,15 +1849,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1751
1849
  * // ColumnSort: {
1752
1850
  * // SortBy: "<ColumnIdentifier>", // required
1753
1851
  * // Direction: "ASC" || "DESC", // required
1754
- * // AggregationFunction: {
1755
- * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1756
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1757
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1758
- * // AttributeAggregationFunction: {
1759
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1760
- * // ValueForMultipleValues: "STRING_VALUE",
1761
- * // },
1762
- * // },
1852
+ * // AggregationFunction: "<AggregationFunction>",
1763
1853
  * // },
1764
1854
  * // },
1765
1855
  * // ],
@@ -1776,15 +1866,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
1776
1866
  * // ColumnSort: {
1777
1867
  * // SortBy: "<ColumnIdentifier>", // required
1778
1868
  * // Direction: "ASC" || "DESC", // required
1779
- * // AggregationFunction: {
1780
- * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1781
- * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1782
- * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1783
- * // AttributeAggregationFunction: {
1784
- * // SimpleAttributeAggregation: "UNIQUE_VALUE",
1785
- * // ValueForMultipleValues: "STRING_VALUE",
1786
- * // },
1787
- * // },
1869
+ * // AggregationFunction: "<AggregationFunction>",
1788
1870
  * // },
1789
1871
  * // },
1790
1872
  * // ],
@@ -2050,21 +2132,21 @@ declare const DescribeDashboardDefinitionCommand_base: {
2050
2132
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2051
2133
  * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2052
2134
  * // },
2053
- * // Tooltip: { // TooltipOptions
2135
+ * // Tooltip: {
2054
2136
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
2055
- * // SelectedTooltipType: "BASIC" || "DETAILED",
2056
- * // FieldBasedTooltip: { // FieldBasedTooltip
2137
+ * // SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
2138
+ * // FieldBasedTooltip: {
2057
2139
  * // AggregationVisibility: "HIDDEN" || "VISIBLE",
2058
2140
  * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
2059
- * // TooltipFields: [ // TooltipItemList
2060
- * // { // TooltipItem
2061
- * // FieldTooltipItem: { // FieldTooltipItem
2141
+ * // TooltipFields: [
2142
+ * // {
2143
+ * // FieldTooltipItem: {
2062
2144
  * // FieldId: "STRING_VALUE", // required
2063
2145
  * // Label: "STRING_VALUE",
2064
2146
  * // Visibility: "HIDDEN" || "VISIBLE",
2065
2147
  * // TooltipTarget: "BOTH" || "BAR" || "LINE",
2066
2148
  * // },
2067
- * // ColumnTooltipItem: { // ColumnTooltipItem
2149
+ * // ColumnTooltipItem: {
2068
2150
  * // Column: "<ColumnIdentifier>", // required
2069
2151
  * // Label: "STRING_VALUE",
2070
2152
  * // Visibility: "HIDDEN" || "VISIBLE",
@@ -2074,6 +2156,9 @@ declare const DescribeDashboardDefinitionCommand_base: {
2074
2156
  * // },
2075
2157
  * // ],
2076
2158
  * // },
2159
+ * // SheetTooltip: {
2160
+ * // SheetId: "STRING_VALUE",
2161
+ * // },
2077
2162
  * // },
2078
2163
  * // ReferenceLines: [ // ReferenceLineList
2079
2164
  * // { // ReferenceLine
@@ -2751,7 +2836,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
2751
2836
  * // },
2752
2837
  * // Tooltip: {
2753
2838
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
2754
- * // SelectedTooltipType: "BASIC" || "DETAILED",
2839
+ * // SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
2755
2840
  * // FieldBasedTooltip: {
2756
2841
  * // AggregationVisibility: "HIDDEN" || "VISIBLE",
2757
2842
  * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
@@ -2773,6 +2858,9 @@ declare const DescribeDashboardDefinitionCommand_base: {
2773
2858
  * // },
2774
2859
  * // ],
2775
2860
  * // },
2861
+ * // SheetTooltip: {
2862
+ * // SheetId: "STRING_VALUE",
2863
+ * // },
2776
2864
  * // },
2777
2865
  * // VisualPalette: {
2778
2866
  * // ChartColor: "STRING_VALUE",
@@ -2961,7 +3049,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
2961
3049
  * // },
2962
3050
  * // TooltipOptions: {
2963
3051
  * // TooltipVisibility: "HIDDEN" || "VISIBLE",
2964
- * // SelectedTooltipType: "BASIC" || "DETAILED",
3052
+ * // SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
2965
3053
  * // FieldBasedTooltip: {
2966
3054
  * // AggregationVisibility: "HIDDEN" || "VISIBLE",
2967
3055
  * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
@@ -2983,6 +3071,9 @@ declare const DescribeDashboardDefinitionCommand_base: {
2983
3071
  * // },
2984
3072
  * // ],
2985
3073
  * // },
3074
+ * // SheetTooltip: {
3075
+ * // SheetId: "STRING_VALUE",
3076
+ * // },
2986
3077
  * // },
2987
3078
  * // VisualPalette: {
2988
3079
  * // ChartColor: "STRING_VALUE",
@@ -3239,7 +3330,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
3239
3330
  * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
3240
3331
  * // LineWidth: "STRING_VALUE",
3241
3332
  * // },
3242
- * // MarkerStyleSettings: { // LineChartMarkerStyleSettings
3333
+ * // MarkerStyleSettings: {
3243
3334
  * // MarkerVisibility: "HIDDEN" || "VISIBLE",
3244
3335
  * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3245
3336
  * // MarkerSize: "STRING_VALUE",
@@ -3265,12 +3356,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
3265
3356
  * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
3266
3357
  * // LineWidth: "STRING_VALUE",
3267
3358
  * // },
3268
- * // MarkerStyleSettings: {
3269
- * // MarkerVisibility: "HIDDEN" || "VISIBLE",
3270
- * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3271
- * // MarkerSize: "STRING_VALUE",
3272
- * // MarkerColor: "STRING_VALUE",
3273
- * // },
3359
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
3274
3360
  * // DecalSettings: {
3275
3361
  * // ElementValue: "STRING_VALUE",
3276
3362
  * // DecalVisibility: "HIDDEN" || "VISIBLE",
@@ -3291,12 +3377,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
3291
3377
  * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
3292
3378
  * // LineWidth: "STRING_VALUE",
3293
3379
  * // },
3294
- * // MarkerStyleSettings: {
3295
- * // MarkerVisibility: "HIDDEN" || "VISIBLE",
3296
- * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3297
- * // MarkerSize: "STRING_VALUE",
3298
- * // MarkerColor: "STRING_VALUE",
3299
- * // },
3380
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
3300
3381
  * // DecalSettings: "<DecalSettings>",
3301
3382
  * // },
3302
3383
  * // },
@@ -3377,31 +3458,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
3377
3458
  * // },
3378
3459
  * // },
3379
3460
  * // ],
3380
- * // Tooltip: {
3381
- * // TooltipVisibility: "HIDDEN" || "VISIBLE",
3382
- * // SelectedTooltipType: "BASIC" || "DETAILED",
3383
- * // FieldBasedTooltip: {
3384
- * // AggregationVisibility: "HIDDEN" || "VISIBLE",
3385
- * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3386
- * // TooltipFields: [
3387
- * // {
3388
- * // FieldTooltipItem: {
3389
- * // FieldId: "STRING_VALUE", // required
3390
- * // Label: "STRING_VALUE",
3391
- * // Visibility: "HIDDEN" || "VISIBLE",
3392
- * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3393
- * // },
3394
- * // ColumnTooltipItem: {
3395
- * // Column: "<ColumnIdentifier>", // required
3396
- * // Label: "STRING_VALUE",
3397
- * // Visibility: "HIDDEN" || "VISIBLE",
3398
- * // Aggregation: "<AggregationFunction>",
3399
- * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3400
- * // },
3401
- * // },
3402
- * // ],
3403
- * // },
3404
- * // },
3461
+ * // Tooltip: "<TooltipOptions>",
3405
3462
  * // ContributionAnalysisDefaults: [
3406
3463
  * // {
3407
3464
  * // MeasureFieldId: "STRING_VALUE", // required
@@ -3529,31 +3586,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
3529
3586
  * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3530
3587
  * // TotalsVisibility: "HIDDEN" || "VISIBLE",
3531
3588
  * // },
3532
- * // Tooltip: {
3533
- * // TooltipVisibility: "HIDDEN" || "VISIBLE",
3534
- * // SelectedTooltipType: "BASIC" || "DETAILED",
3535
- * // FieldBasedTooltip: {
3536
- * // AggregationVisibility: "HIDDEN" || "VISIBLE",
3537
- * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3538
- * // TooltipFields: [
3539
- * // {
3540
- * // FieldTooltipItem: {
3541
- * // FieldId: "STRING_VALUE", // required
3542
- * // Label: "STRING_VALUE",
3543
- * // Visibility: "HIDDEN" || "VISIBLE",
3544
- * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3545
- * // },
3546
- * // ColumnTooltipItem: {
3547
- * // Column: "<ColumnIdentifier>", // required
3548
- * // Label: "STRING_VALUE",
3549
- * // Visibility: "HIDDEN" || "VISIBLE",
3550
- * // Aggregation: "<AggregationFunction>",
3551
- * // TooltipTarget: "BOTH" || "BAR" || "LINE",
3552
- * // },
3553
- * // },
3554
- * // ],
3555
- * // },
3556
- * // },
3589
+ * // Tooltip: "<TooltipOptions>",
3557
3590
  * // Interactions: "<VisualInteractionOptions>",
3558
3591
  * // },
3559
3592
  * // ColumnHierarchies: [
@@ -4186,12 +4219,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
4186
4219
  * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
4187
4220
  * // LineWidth: "STRING_VALUE",
4188
4221
  * // },
4189
- * // MarkerStyleSettings: {
4190
- * // MarkerVisibility: "HIDDEN" || "VISIBLE",
4191
- * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4192
- * // MarkerSize: "STRING_VALUE",
4193
- * // MarkerColor: "STRING_VALUE",
4194
- * // },
4222
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4195
4223
  * // DecalSettings: "<DecalSettings>",
4196
4224
  * // BorderSettings: {
4197
4225
  * // BorderVisibility: "HIDDEN" || "VISIBLE",
@@ -4210,12 +4238,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
4210
4238
  * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
4211
4239
  * // LineWidth: "STRING_VALUE",
4212
4240
  * // },
4213
- * // MarkerStyleSettings: {
4214
- * // MarkerVisibility: "HIDDEN" || "VISIBLE",
4215
- * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4216
- * // MarkerSize: "STRING_VALUE",
4217
- * // MarkerColor: "STRING_VALUE",
4218
- * // },
4241
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4219
4242
  * // DecalSettings: "<DecalSettings>",
4220
4243
  * // BorderSettings: {
4221
4244
  * // BorderVisibility: "HIDDEN" || "VISIBLE",
@@ -5038,21 +5061,1848 @@ declare const DescribeDashboardDefinitionCommand_base: {
5038
5061
  * // },
5039
5062
  * // },
5040
5063
  * // ],
5041
- * // CalculatedFields: [ // CalculatedFields
5042
- * // { // CalculatedField
5043
- * // DataSetIdentifier: "STRING_VALUE", // required
5044
- * // Name: "STRING_VALUE", // required
5045
- * // Expression: "STRING_VALUE", // required
5046
- * // },
5047
- * // ],
5048
- * // ParameterDeclarations: [ // ParameterDeclarationList
5049
- * // { // ParameterDeclaration
5050
- * // StringParameterDeclaration: { // StringParameterDeclaration
5051
- * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
5052
- * // Name: "STRING_VALUE", // required
5053
- * // DefaultValues: { // StringDefaultValues
5054
- * // DynamicValue: { // DynamicDefaultValue
5055
- * // UserNameColumn: "<ColumnIdentifier>",
5064
+ * // TooltipSheets: [ // TooltipSheetDefinitionList
5065
+ * // { // TooltipSheetDefinition
5066
+ * // SheetId: "STRING_VALUE", // required
5067
+ * // Name: "STRING_VALUE",
5068
+ * // Visuals: [ // TooltipSheetVisualList
5069
+ * // {
5070
+ * // TableVisual: {
5071
+ * // VisualId: "STRING_VALUE", // required
5072
+ * // Title: "<VisualTitleLabelOptions>",
5073
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5074
+ * // ChartConfiguration: {
5075
+ * // FieldWells: {
5076
+ * // TableAggregatedFieldWells: {
5077
+ * // GroupBy: "<DimensionFieldList>",
5078
+ * // Values: "<MeasureFieldList>",
5079
+ * // },
5080
+ * // TableUnaggregatedFieldWells: {
5081
+ * // Values: [
5082
+ * // {
5083
+ * // FieldId: "STRING_VALUE", // required
5084
+ * // Column: "<ColumnIdentifier>", // required
5085
+ * // FormatConfiguration: {
5086
+ * // StringFormatConfiguration: "<StringFormatConfiguration>",
5087
+ * // NumberFormatConfiguration: "<NumberFormatConfiguration>",
5088
+ * // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
5089
+ * // },
5090
+ * // },
5091
+ * // ],
5092
+ * // },
5093
+ * // },
5094
+ * // SortConfiguration: {
5095
+ * // RowSort: [
5096
+ * // "<FieldSortOptions>",
5097
+ * // ],
5098
+ * // PaginationConfiguration: {
5099
+ * // PageSize: Number("long"), // required
5100
+ * // PageNumber: Number("long"), // required
5101
+ * // },
5102
+ * // },
5103
+ * // TableOptions: {
5104
+ * // Orientation: "VERTICAL" || "HORIZONTAL",
5105
+ * // HeaderStyle: "<TableCellStyle>",
5106
+ * // CellStyle: "<TableCellStyle>",
5107
+ * // RowAlternateColorOptions: {
5108
+ * // Status: "ENABLED" || "DISABLED",
5109
+ * // RowAlternateColors: [
5110
+ * // "STRING_VALUE",
5111
+ * // ],
5112
+ * // UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
5113
+ * // },
5114
+ * // },
5115
+ * // TotalOptions: {
5116
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
5117
+ * // Placement: "START" || "END" || "AUTO",
5118
+ * // ScrollStatus: "PINNED" || "SCROLLED",
5119
+ * // CustomLabel: "STRING_VALUE",
5120
+ * // TotalCellStyle: "<TableCellStyle>",
5121
+ * // TotalAggregationOptions: [
5122
+ * // {
5123
+ * // FieldId: "STRING_VALUE", // required
5124
+ * // TotalAggregationFunction: {
5125
+ * // SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
5126
+ * // },
5127
+ * // },
5128
+ * // ],
5129
+ * // },
5130
+ * // FieldOptions: {
5131
+ * // SelectedFieldOptions: [
5132
+ * // {
5133
+ * // FieldId: "STRING_VALUE", // required
5134
+ * // Width: "STRING_VALUE",
5135
+ * // CustomLabel: "STRING_VALUE",
5136
+ * // Visibility: "HIDDEN" || "VISIBLE",
5137
+ * // URLStyling: {
5138
+ * // LinkConfiguration: {
5139
+ * // Target: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
5140
+ * // Content: {
5141
+ * // CustomTextContent: {
5142
+ * // Value: "STRING_VALUE",
5143
+ * // FontConfiguration: "<FontConfiguration>", // required
5144
+ * // },
5145
+ * // CustomIconContent: {
5146
+ * // Icon: "LINK",
5147
+ * // },
5148
+ * // },
5149
+ * // },
5150
+ * // ImageConfiguration: {
5151
+ * // SizingOptions: {
5152
+ * // TableCellImageScalingConfiguration: "FIT_TO_CELL_HEIGHT" || "FIT_TO_CELL_WIDTH" || "DO_NOT_SCALE",
5153
+ * // },
5154
+ * // },
5155
+ * // },
5156
+ * // },
5157
+ * // ],
5158
+ * // Order: [
5159
+ * // "STRING_VALUE",
5160
+ * // ],
5161
+ * // PinnedFieldOptions: {
5162
+ * // PinnedLeftFields: [
5163
+ * // "STRING_VALUE",
5164
+ * // ],
5165
+ * // },
5166
+ * // TransposedTableOptions: [
5167
+ * // {
5168
+ * // ColumnIndex: Number("int"),
5169
+ * // ColumnWidth: "STRING_VALUE",
5170
+ * // ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
5171
+ * // },
5172
+ * // ],
5173
+ * // },
5174
+ * // PaginatedReportOptions: {
5175
+ * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
5176
+ * // OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
5177
+ * // },
5178
+ * // TableInlineVisualizations: [
5179
+ * // {
5180
+ * // DataBars: {
5181
+ * // FieldId: "STRING_VALUE", // required
5182
+ * // PositiveColor: "STRING_VALUE",
5183
+ * // NegativeColor: "STRING_VALUE",
5184
+ * // },
5185
+ * // Sparklines: {
5186
+ * // FieldId: "STRING_VALUE", // required
5187
+ * // XAxisField: "<DimensionField>", // required
5188
+ * // YAxisBehavior: "SHARED" || "INDEPENDENT",
5189
+ * // VisualType: "LINE" || "AREA_LINE",
5190
+ * // LineColor: "STRING_VALUE",
5191
+ * // LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
5192
+ * // AllPointsMarker: "<LineChartMarkerStyleSettings>",
5193
+ * // MaxValueMarker: "<LineChartMarkerStyleSettings>",
5194
+ * // MinValueMarker: "<LineChartMarkerStyleSettings>",
5195
+ * // },
5196
+ * // },
5197
+ * // ],
5198
+ * // Tooltip: "<TooltipOptions>",
5199
+ * // DashboardCustomizationVisualOptions: {
5200
+ * // FieldsConfiguration: {
5201
+ * // Status: "ENABLED" || "DISABLED",
5202
+ * // AdditionalFields: [
5203
+ * // "<ColumnIdentifier>",
5204
+ * // ],
5205
+ * // },
5206
+ * // },
5207
+ * // Interactions: "<VisualInteractionOptions>",
5208
+ * // },
5209
+ * // ConditionalFormatting: {
5210
+ * // ConditionalFormattingOptions: [
5211
+ * // {
5212
+ * // Cell: {
5213
+ * // FieldId: "STRING_VALUE", // required
5214
+ * // TextFormat: {
5215
+ * // BackgroundColor: "<ConditionalFormattingColor>",
5216
+ * // TextColor: "<ConditionalFormattingColor>",
5217
+ * // Icon: "<ConditionalFormattingIcon>",
5218
+ * // },
5219
+ * // },
5220
+ * // Row: {
5221
+ * // BackgroundColor: "<ConditionalFormattingColor>",
5222
+ * // TextColor: "<ConditionalFormattingColor>",
5223
+ * // },
5224
+ * // },
5225
+ * // ],
5226
+ * // },
5227
+ * // Actions: "<VisualCustomActionList>",
5228
+ * // VisualContentAltText: "STRING_VALUE",
5229
+ * // },
5230
+ * // PivotTableVisual: {
5231
+ * // VisualId: "STRING_VALUE", // required
5232
+ * // Title: "<VisualTitleLabelOptions>",
5233
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5234
+ * // ChartConfiguration: {
5235
+ * // FieldWells: {
5236
+ * // PivotTableAggregatedFieldWells: {
5237
+ * // Rows: [
5238
+ * // "<DimensionField>",
5239
+ * // ],
5240
+ * // Columns: [
5241
+ * // "<DimensionField>",
5242
+ * // ],
5243
+ * // Values: [
5244
+ * // "<MeasureField>",
5245
+ * // ],
5246
+ * // },
5247
+ * // },
5248
+ * // SortConfiguration: {
5249
+ * // FieldSortOptions: [
5250
+ * // {
5251
+ * // FieldId: "STRING_VALUE", // required
5252
+ * // SortBy: {
5253
+ * // Field: "<FieldSort>",
5254
+ * // Column: "<ColumnSort>",
5255
+ * // DataPath: {
5256
+ * // Direction: "ASC" || "DESC", // required
5257
+ * // SortPaths: "<DataPathValueList>", // required
5258
+ * // },
5259
+ * // },
5260
+ * // },
5261
+ * // ],
5262
+ * // },
5263
+ * // TableOptions: {
5264
+ * // MetricPlacement: "ROW" || "COLUMN",
5265
+ * // SingleMetricVisibility: "HIDDEN" || "VISIBLE",
5266
+ * // ColumnNamesVisibility: "HIDDEN" || "VISIBLE",
5267
+ * // ToggleButtonsVisibility: "HIDDEN" || "VISIBLE",
5268
+ * // ColumnHeaderStyle: "<TableCellStyle>",
5269
+ * // RowHeaderStyle: "<TableCellStyle>",
5270
+ * // CellStyle: "<TableCellStyle>",
5271
+ * // RowFieldNamesStyle: "<TableCellStyle>",
5272
+ * // RowAlternateColorOptions: {
5273
+ * // Status: "ENABLED" || "DISABLED",
5274
+ * // RowAlternateColors: [
5275
+ * // "STRING_VALUE",
5276
+ * // ],
5277
+ * // UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
5278
+ * // },
5279
+ * // CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
5280
+ * // RowsLayout: "TABULAR" || "HIERARCHY",
5281
+ * // RowsLabelOptions: {
5282
+ * // Visibility: "HIDDEN" || "VISIBLE",
5283
+ * // CustomLabel: "STRING_VALUE",
5284
+ * // },
5285
+ * // DefaultCellWidth: "STRING_VALUE",
5286
+ * // },
5287
+ * // TotalOptions: {
5288
+ * // RowSubtotalOptions: {
5289
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
5290
+ * // CustomLabel: "STRING_VALUE",
5291
+ * // FieldLevel: "ALL" || "CUSTOM" || "LAST",
5292
+ * // FieldLevelOptions: [
5293
+ * // {
5294
+ * // FieldId: "STRING_VALUE",
5295
+ * // },
5296
+ * // ],
5297
+ * // TotalCellStyle: "<TableCellStyle>",
5298
+ * // ValueCellStyle: "<TableCellStyle>",
5299
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
5300
+ * // StyleTargets: [
5301
+ * // {
5302
+ * // CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
5303
+ * // },
5304
+ * // ],
5305
+ * // },
5306
+ * // ColumnSubtotalOptions: {
5307
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
5308
+ * // CustomLabel: "STRING_VALUE",
5309
+ * // FieldLevel: "ALL" || "CUSTOM" || "LAST",
5310
+ * // FieldLevelOptions: [
5311
+ * // {
5312
+ * // FieldId: "STRING_VALUE",
5313
+ * // },
5314
+ * // ],
5315
+ * // TotalCellStyle: "<TableCellStyle>",
5316
+ * // ValueCellStyle: "<TableCellStyle>",
5317
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
5318
+ * // StyleTargets: [
5319
+ * // {
5320
+ * // CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
5321
+ * // },
5322
+ * // ],
5323
+ * // },
5324
+ * // RowTotalOptions: {
5325
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
5326
+ * // Placement: "START" || "END" || "AUTO",
5327
+ * // ScrollStatus: "PINNED" || "SCROLLED",
5328
+ * // CustomLabel: "STRING_VALUE",
5329
+ * // TotalCellStyle: "<TableCellStyle>",
5330
+ * // ValueCellStyle: "<TableCellStyle>",
5331
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
5332
+ * // TotalAggregationOptions: [
5333
+ * // {
5334
+ * // FieldId: "STRING_VALUE", // required
5335
+ * // TotalAggregationFunction: {
5336
+ * // SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
5337
+ * // },
5338
+ * // },
5339
+ * // ],
5340
+ * // },
5341
+ * // ColumnTotalOptions: {
5342
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
5343
+ * // Placement: "START" || "END" || "AUTO",
5344
+ * // ScrollStatus: "PINNED" || "SCROLLED",
5345
+ * // CustomLabel: "STRING_VALUE",
5346
+ * // TotalCellStyle: "<TableCellStyle>",
5347
+ * // ValueCellStyle: "<TableCellStyle>",
5348
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
5349
+ * // TotalAggregationOptions: "<TotalAggregationOptionList>",
5350
+ * // },
5351
+ * // },
5352
+ * // FieldOptions: {
5353
+ * // SelectedFieldOptions: [
5354
+ * // {
5355
+ * // FieldId: "STRING_VALUE", // required
5356
+ * // CustomLabel: "STRING_VALUE",
5357
+ * // Visibility: "HIDDEN" || "VISIBLE",
5358
+ * // },
5359
+ * // ],
5360
+ * // DataPathOptions: [
5361
+ * // {
5362
+ * // DataPathList: "<DataPathValueList>", // required
5363
+ * // Width: "STRING_VALUE",
5364
+ * // },
5365
+ * // ],
5366
+ * // CollapseStateOptions: [
5367
+ * // {
5368
+ * // Target: {
5369
+ * // FieldId: "STRING_VALUE",
5370
+ * // FieldDataPathValues: "<DataPathValueList>",
5371
+ * // },
5372
+ * // State: "COLLAPSED" || "EXPANDED",
5373
+ * // },
5374
+ * // ],
5375
+ * // },
5376
+ * // PaginatedReportOptions: {
5377
+ * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
5378
+ * // OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
5379
+ * // },
5380
+ * // Tooltip: "<TooltipOptions>",
5381
+ * // DashboardCustomizationVisualOptions: {
5382
+ * // FieldsConfiguration: {
5383
+ * // Status: "ENABLED" || "DISABLED",
5384
+ * // AdditionalFields: [
5385
+ * // "<ColumnIdentifier>",
5386
+ * // ],
5387
+ * // },
5388
+ * // },
5389
+ * // Interactions: "<VisualInteractionOptions>",
5390
+ * // },
5391
+ * // ConditionalFormatting: {
5392
+ * // ConditionalFormattingOptions: [
5393
+ * // {
5394
+ * // Cell: {
5395
+ * // FieldId: "STRING_VALUE", // required
5396
+ * // TextFormat: {
5397
+ * // BackgroundColor: "<ConditionalFormattingColor>",
5398
+ * // TextColor: "<ConditionalFormattingColor>",
5399
+ * // Icon: "<ConditionalFormattingIcon>",
5400
+ * // },
5401
+ * // Scope: {
5402
+ * // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
5403
+ * // },
5404
+ * // Scopes: [
5405
+ * // {
5406
+ * // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
5407
+ * // },
5408
+ * // ],
5409
+ * // },
5410
+ * // },
5411
+ * // ],
5412
+ * // },
5413
+ * // Actions: "<VisualCustomActionList>",
5414
+ * // VisualContentAltText: "STRING_VALUE",
5415
+ * // },
5416
+ * // BarChartVisual: {
5417
+ * // VisualId: "STRING_VALUE", // required
5418
+ * // Title: "<VisualTitleLabelOptions>",
5419
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5420
+ * // ChartConfiguration: {
5421
+ * // FieldWells: {
5422
+ * // BarChartAggregatedFieldWells: {
5423
+ * // Category: "<DimensionFieldList>",
5424
+ * // Values: "<MeasureFieldList>",
5425
+ * // Colors: "<DimensionFieldList>",
5426
+ * // SmallMultiples: [
5427
+ * // "<DimensionField>",
5428
+ * // ],
5429
+ * // },
5430
+ * // },
5431
+ * // SortConfiguration: {
5432
+ * // CategorySort: "<FieldSortOptionsList>",
5433
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
5434
+ * // ColorSort: "<FieldSortOptionsList>",
5435
+ * // ColorItemsLimit: "<ItemsLimitConfiguration>",
5436
+ * // SmallMultiplesSort: "<FieldSortOptionsList>",
5437
+ * // SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5438
+ * // },
5439
+ * // Orientation: "HORIZONTAL" || "VERTICAL",
5440
+ * // BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
5441
+ * // VisualPalette: "<VisualPalette>",
5442
+ * // SmallMultiplesOptions: {
5443
+ * // MaxVisibleRows: Number("long"),
5444
+ * // MaxVisibleColumns: Number("long"),
5445
+ * // PanelConfiguration: {
5446
+ * // Title: {
5447
+ * // Visibility: "HIDDEN" || "VISIBLE",
5448
+ * // FontConfiguration: "<FontConfiguration>",
5449
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
5450
+ * // },
5451
+ * // BorderVisibility: "HIDDEN" || "VISIBLE",
5452
+ * // BorderThickness: "STRING_VALUE",
5453
+ * // BorderStyle: "SOLID" || "DASHED" || "DOTTED",
5454
+ * // BorderColor: "STRING_VALUE",
5455
+ * // GutterVisibility: "HIDDEN" || "VISIBLE",
5456
+ * // GutterSpacing: "STRING_VALUE",
5457
+ * // BackgroundVisibility: "HIDDEN" || "VISIBLE",
5458
+ * // BackgroundColor: "STRING_VALUE",
5459
+ * // },
5460
+ * // XAxis: "<SmallMultiplesAxisProperties>",
5461
+ * // YAxis: "<SmallMultiplesAxisProperties>",
5462
+ * // },
5463
+ * // CategoryAxis: "<AxisDisplayOptions>",
5464
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
5465
+ * // ValueAxis: "<AxisDisplayOptions>",
5466
+ * // ValueLabelOptions: "<ChartAxisLabelOptions>",
5467
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
5468
+ * // DefaultSeriesSettings: {
5469
+ * // DecalSettings: "<DecalSettings>",
5470
+ * // BorderSettings: "<BorderSettings>",
5471
+ * // },
5472
+ * // Series: [
5473
+ * // {
5474
+ * // FieldBarSeriesItem: {
5475
+ * // FieldId: "STRING_VALUE", // required
5476
+ * // Settings: {
5477
+ * // DecalSettings: "<DecalSettings>",
5478
+ * // BorderSettings: "<BorderSettings>",
5479
+ * // },
5480
+ * // },
5481
+ * // DataFieldBarSeriesItem: {
5482
+ * // FieldId: "STRING_VALUE", // required
5483
+ * // FieldValue: "STRING_VALUE",
5484
+ * // Settings: {
5485
+ * // DecalSettings: "<DecalSettings>",
5486
+ * // BorderSettings: "<BorderSettings>",
5487
+ * // },
5488
+ * // },
5489
+ * // },
5490
+ * // ],
5491
+ * // Legend: "<LegendOptions>",
5492
+ * // DataLabels: "<DataLabelOptions>",
5493
+ * // Tooltip: "<TooltipOptions>",
5494
+ * // ReferenceLines: [
5495
+ * // {
5496
+ * // Status: "ENABLED" || "DISABLED",
5497
+ * // DataConfiguration: {
5498
+ * // StaticConfiguration: {
5499
+ * // Value: Number("double"), // required
5500
+ * // },
5501
+ * // DynamicConfiguration: {
5502
+ * // Column: "<ColumnIdentifier>", // required
5503
+ * // MeasureAggregationFunction: "<AggregationFunction>",
5504
+ * // Calculation: "<NumericalAggregationFunction>", // required
5505
+ * // },
5506
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
5507
+ * // SeriesType: "BAR" || "LINE",
5508
+ * // },
5509
+ * // StyleConfiguration: {
5510
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
5511
+ * // Color: "STRING_VALUE",
5512
+ * // },
5513
+ * // LabelConfiguration: {
5514
+ * // ValueLabelConfiguration: {
5515
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
5516
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
5517
+ * // },
5518
+ * // CustomLabelConfiguration: {
5519
+ * // CustomLabel: "STRING_VALUE", // required
5520
+ * // },
5521
+ * // FontConfiguration: "<FontConfiguration>",
5522
+ * // FontColor: "STRING_VALUE",
5523
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
5524
+ * // VerticalPosition: "ABOVE" || "BELOW",
5525
+ * // },
5526
+ * // },
5527
+ * // ],
5528
+ * // ContributionAnalysisDefaults: [
5529
+ * // {
5530
+ * // MeasureFieldId: "STRING_VALUE", // required
5531
+ * // ContributorDimensions: [ // required
5532
+ * // "<ColumnIdentifier>",
5533
+ * // ],
5534
+ * // },
5535
+ * // ],
5536
+ * // Interactions: "<VisualInteractionOptions>",
5537
+ * // },
5538
+ * // Actions: "<VisualCustomActionList>",
5539
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
5540
+ * // VisualContentAltText: "STRING_VALUE",
5541
+ * // },
5542
+ * // KPIVisual: {
5543
+ * // VisualId: "STRING_VALUE", // required
5544
+ * // Title: "<VisualTitleLabelOptions>",
5545
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5546
+ * // ChartConfiguration: {
5547
+ * // FieldWells: {
5548
+ * // Values: "<MeasureFieldList>",
5549
+ * // TargetValues: "<MeasureFieldList>",
5550
+ * // TrendGroups: "<DimensionFieldList>",
5551
+ * // },
5552
+ * // SortConfiguration: {
5553
+ * // TrendGroupSort: "<FieldSortOptionsList>",
5554
+ * // },
5555
+ * // KPIOptions: {
5556
+ * // ProgressBar: {
5557
+ * // Visibility: "HIDDEN" || "VISIBLE",
5558
+ * // },
5559
+ * // TrendArrows: {
5560
+ * // Visibility: "HIDDEN" || "VISIBLE",
5561
+ * // },
5562
+ * // SecondaryValue: {
5563
+ * // Visibility: "HIDDEN" || "VISIBLE",
5564
+ * // },
5565
+ * // Comparison: {
5566
+ * // ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
5567
+ * // ComparisonFormat: {
5568
+ * // NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
5569
+ * // PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
5570
+ * // },
5571
+ * // },
5572
+ * // PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
5573
+ * // PrimaryValueFontConfiguration: "<FontConfiguration>",
5574
+ * // SecondaryValueFontConfiguration: "<FontConfiguration>",
5575
+ * // Sparkline: {
5576
+ * // Visibility: "HIDDEN" || "VISIBLE",
5577
+ * // Type: "LINE" || "AREA", // required
5578
+ * // Color: "STRING_VALUE",
5579
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
5580
+ * // },
5581
+ * // VisualLayoutOptions: {
5582
+ * // StandardLayout: {
5583
+ * // Type: "CLASSIC" || "VERTICAL", // required
5584
+ * // },
5585
+ * // },
5586
+ * // },
5587
+ * // Interactions: "<VisualInteractionOptions>",
5588
+ * // },
5589
+ * // ConditionalFormatting: {
5590
+ * // ConditionalFormattingOptions: [
5591
+ * // {
5592
+ * // PrimaryValue: {
5593
+ * // TextColor: "<ConditionalFormattingColor>",
5594
+ * // Icon: "<ConditionalFormattingIcon>",
5595
+ * // },
5596
+ * // ProgressBar: {
5597
+ * // ForegroundColor: "<ConditionalFormattingColor>",
5598
+ * // },
5599
+ * // ActualValue: {
5600
+ * // TextColor: "<ConditionalFormattingColor>",
5601
+ * // Icon: "<ConditionalFormattingIcon>",
5602
+ * // },
5603
+ * // ComparisonValue: {
5604
+ * // TextColor: "<ConditionalFormattingColor>",
5605
+ * // Icon: "<ConditionalFormattingIcon>",
5606
+ * // },
5607
+ * // },
5608
+ * // ],
5609
+ * // },
5610
+ * // Actions: "<VisualCustomActionList>",
5611
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
5612
+ * // VisualContentAltText: "STRING_VALUE",
5613
+ * // },
5614
+ * // PieChartVisual: {
5615
+ * // VisualId: "STRING_VALUE", // required
5616
+ * // Title: "<VisualTitleLabelOptions>",
5617
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5618
+ * // ChartConfiguration: {
5619
+ * // FieldWells: {
5620
+ * // PieChartAggregatedFieldWells: {
5621
+ * // Category: "<DimensionFieldList>",
5622
+ * // Values: "<MeasureFieldList>",
5623
+ * // SmallMultiples: [
5624
+ * // "<DimensionField>",
5625
+ * // ],
5626
+ * // },
5627
+ * // },
5628
+ * // SortConfiguration: {
5629
+ * // CategorySort: "<FieldSortOptionsList>",
5630
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
5631
+ * // SmallMultiplesSort: "<FieldSortOptionsList>",
5632
+ * // SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5633
+ * // },
5634
+ * // DonutOptions: {
5635
+ * // ArcOptions: {
5636
+ * // ArcThickness: "SMALL" || "MEDIUM" || "LARGE" || "WHOLE",
5637
+ * // },
5638
+ * // DonutCenterOptions: {
5639
+ * // LabelVisibility: "HIDDEN" || "VISIBLE",
5640
+ * // },
5641
+ * // },
5642
+ * // SmallMultiplesOptions: {
5643
+ * // MaxVisibleRows: Number("long"),
5644
+ * // MaxVisibleColumns: Number("long"),
5645
+ * // PanelConfiguration: {
5646
+ * // Title: {
5647
+ * // Visibility: "HIDDEN" || "VISIBLE",
5648
+ * // FontConfiguration: "<FontConfiguration>",
5649
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
5650
+ * // },
5651
+ * // BorderVisibility: "HIDDEN" || "VISIBLE",
5652
+ * // BorderThickness: "STRING_VALUE",
5653
+ * // BorderStyle: "SOLID" || "DASHED" || "DOTTED",
5654
+ * // BorderColor: "STRING_VALUE",
5655
+ * // GutterVisibility: "HIDDEN" || "VISIBLE",
5656
+ * // GutterSpacing: "STRING_VALUE",
5657
+ * // BackgroundVisibility: "HIDDEN" || "VISIBLE",
5658
+ * // BackgroundColor: "STRING_VALUE",
5659
+ * // },
5660
+ * // XAxis: "<SmallMultiplesAxisProperties>",
5661
+ * // YAxis: "<SmallMultiplesAxisProperties>",
5662
+ * // },
5663
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
5664
+ * // ValueLabelOptions: "<ChartAxisLabelOptions>",
5665
+ * // Legend: "<LegendOptions>",
5666
+ * // DataLabels: "<DataLabelOptions>",
5667
+ * // Tooltip: "<TooltipOptions>",
5668
+ * // VisualPalette: "<VisualPalette>",
5669
+ * // ContributionAnalysisDefaults: [
5670
+ * // {
5671
+ * // MeasureFieldId: "STRING_VALUE", // required
5672
+ * // ContributorDimensions: [ // required
5673
+ * // "<ColumnIdentifier>",
5674
+ * // ],
5675
+ * // },
5676
+ * // ],
5677
+ * // Interactions: "<VisualInteractionOptions>",
5678
+ * // },
5679
+ * // Actions: "<VisualCustomActionList>",
5680
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
5681
+ * // VisualContentAltText: "STRING_VALUE",
5682
+ * // },
5683
+ * // GaugeChartVisual: {
5684
+ * // VisualId: "STRING_VALUE", // required
5685
+ * // Title: "<VisualTitleLabelOptions>",
5686
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5687
+ * // ChartConfiguration: {
5688
+ * // FieldWells: {
5689
+ * // Values: "<MeasureFieldList>",
5690
+ * // TargetValues: "<MeasureFieldList>",
5691
+ * // },
5692
+ * // GaugeChartOptions: {
5693
+ * // PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
5694
+ * // Comparison: {
5695
+ * // ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
5696
+ * // ComparisonFormat: {
5697
+ * // NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
5698
+ * // PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
5699
+ * // },
5700
+ * // },
5701
+ * // ArcAxis: {
5702
+ * // Range: {
5703
+ * // Min: Number("double"),
5704
+ * // Max: Number("double"),
5705
+ * // },
5706
+ * // ReserveRange: Number("int"),
5707
+ * // },
5708
+ * // Arc: {
5709
+ * // ArcAngle: Number("double"),
5710
+ * // ArcThickness: "SMALL" || "MEDIUM" || "LARGE",
5711
+ * // },
5712
+ * // PrimaryValueFontConfiguration: "<FontConfiguration>",
5713
+ * // },
5714
+ * // DataLabels: "<DataLabelOptions>",
5715
+ * // TooltipOptions: "<TooltipOptions>",
5716
+ * // VisualPalette: "<VisualPalette>",
5717
+ * // ColorConfiguration: {
5718
+ * // ForegroundColor: "STRING_VALUE",
5719
+ * // BackgroundColor: "STRING_VALUE",
5720
+ * // },
5721
+ * // Interactions: "<VisualInteractionOptions>",
5722
+ * // },
5723
+ * // ConditionalFormatting: {
5724
+ * // ConditionalFormattingOptions: [
5725
+ * // {
5726
+ * // PrimaryValue: {
5727
+ * // TextColor: "<ConditionalFormattingColor>",
5728
+ * // Icon: "<ConditionalFormattingIcon>",
5729
+ * // },
5730
+ * // Arc: {
5731
+ * // ForegroundColor: "<ConditionalFormattingColor>",
5732
+ * // },
5733
+ * // },
5734
+ * // ],
5735
+ * // },
5736
+ * // Actions: "<VisualCustomActionList>",
5737
+ * // VisualContentAltText: "STRING_VALUE",
5738
+ * // },
5739
+ * // LineChartVisual: {
5740
+ * // VisualId: "STRING_VALUE", // required
5741
+ * // Title: "<VisualTitleLabelOptions>",
5742
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5743
+ * // ChartConfiguration: {
5744
+ * // FieldWells: {
5745
+ * // LineChartAggregatedFieldWells: {
5746
+ * // Category: "<DimensionFieldList>",
5747
+ * // Values: "<MeasureFieldList>",
5748
+ * // Colors: "<DimensionFieldList>",
5749
+ * // SmallMultiples: "<SmallMultiplesDimensionFieldList>",
5750
+ * // },
5751
+ * // },
5752
+ * // SortConfiguration: {
5753
+ * // CategorySort: "<FieldSortOptionsList>",
5754
+ * // CategoryItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5755
+ * // ColorItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5756
+ * // SmallMultiplesSort: "<FieldSortOptionsList>",
5757
+ * // SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5758
+ * // },
5759
+ * // ForecastConfigurations: [
5760
+ * // {
5761
+ * // ForecastProperties: {
5762
+ * // PeriodsForward: Number("int"),
5763
+ * // PeriodsBackward: Number("int"),
5764
+ * // UpperBoundary: Number("double"),
5765
+ * // LowerBoundary: Number("double"),
5766
+ * // PredictionInterval: Number("int"),
5767
+ * // Seasonality: Number("int"),
5768
+ * // },
5769
+ * // Scenario: {
5770
+ * // WhatIfPointScenario: {
5771
+ * // Date: new Date("TIMESTAMP"), // required
5772
+ * // Value: Number("double"), // required
5773
+ * // },
5774
+ * // WhatIfRangeScenario: {
5775
+ * // StartDate: new Date("TIMESTAMP"), // required
5776
+ * // EndDate: new Date("TIMESTAMP"), // required
5777
+ * // Value: Number("double"), // required
5778
+ * // },
5779
+ * // },
5780
+ * // },
5781
+ * // ],
5782
+ * // Type: "LINE" || "AREA" || "STACKED_AREA",
5783
+ * // SmallMultiplesOptions: "<SmallMultiplesOptions>",
5784
+ * // XAxisDisplayOptions: "<AxisDisplayOptions>",
5785
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
5786
+ * // PrimaryYAxisDisplayOptions: {
5787
+ * // AxisOptions: "<AxisDisplayOptions>",
5788
+ * // MissingDataConfigurations: [
5789
+ * // {
5790
+ * // TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
5791
+ * // },
5792
+ * // ],
5793
+ * // },
5794
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
5795
+ * // SecondaryYAxisDisplayOptions: {
5796
+ * // AxisOptions: "<AxisDisplayOptions>",
5797
+ * // MissingDataConfigurations: [
5798
+ * // {
5799
+ * // TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
5800
+ * // },
5801
+ * // ],
5802
+ * // },
5803
+ * // SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
5804
+ * // SingleAxisOptions: {
5805
+ * // YAxisOptions: {
5806
+ * // YAxis: "PRIMARY_Y_AXIS", // required
5807
+ * // },
5808
+ * // },
5809
+ * // DefaultSeriesSettings: {
5810
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
5811
+ * // LineStyleSettings: "<LineChartLineStyleSettings>",
5812
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5813
+ * // DecalSettings: "<DecalSettings>",
5814
+ * // },
5815
+ * // Series: [
5816
+ * // {
5817
+ * // FieldSeriesItem: {
5818
+ * // FieldId: "STRING_VALUE", // required
5819
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
5820
+ * // Settings: {
5821
+ * // LineStyleSettings: "<LineChartLineStyleSettings>",
5822
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5823
+ * // DecalSettings: "<DecalSettings>",
5824
+ * // },
5825
+ * // },
5826
+ * // DataFieldSeriesItem: {
5827
+ * // FieldId: "STRING_VALUE", // required
5828
+ * // FieldValue: "STRING_VALUE",
5829
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
5830
+ * // Settings: {
5831
+ * // LineStyleSettings: "<LineChartLineStyleSettings>",
5832
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5833
+ * // DecalSettings: "<DecalSettings>",
5834
+ * // },
5835
+ * // },
5836
+ * // },
5837
+ * // ],
5838
+ * // Legend: "<LegendOptions>",
5839
+ * // DataLabels: "<DataLabelOptions>",
5840
+ * // ReferenceLines: "<ReferenceLineList>",
5841
+ * // Tooltip: "<TooltipOptions>",
5842
+ * // ContributionAnalysisDefaults: "<ContributionAnalysisDefaultList>",
5843
+ * // VisualPalette: "<VisualPalette>",
5844
+ * // Interactions: "<VisualInteractionOptions>",
5845
+ * // },
5846
+ * // Actions: "<VisualCustomActionList>",
5847
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
5848
+ * // VisualContentAltText: "STRING_VALUE",
5849
+ * // },
5850
+ * // HeatMapVisual: {
5851
+ * // VisualId: "STRING_VALUE", // required
5852
+ * // Title: "<VisualTitleLabelOptions>",
5853
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5854
+ * // ChartConfiguration: {
5855
+ * // FieldWells: {
5856
+ * // HeatMapAggregatedFieldWells: {
5857
+ * // Rows: [
5858
+ * // "<DimensionField>",
5859
+ * // ],
5860
+ * // Columns: [
5861
+ * // "<DimensionField>",
5862
+ * // ],
5863
+ * // Values: [
5864
+ * // "<MeasureField>",
5865
+ * // ],
5866
+ * // },
5867
+ * // },
5868
+ * // SortConfiguration: {
5869
+ * // HeatMapRowSort: "<FieldSortOptionsList>",
5870
+ * // HeatMapColumnSort: "<FieldSortOptionsList>",
5871
+ * // HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5872
+ * // HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5873
+ * // },
5874
+ * // RowAxisDisplayOptions: "<AxisDisplayOptions>",
5875
+ * // RowLabelOptions: "<ChartAxisLabelOptions>",
5876
+ * // ColumnAxisDisplayOptions: "<AxisDisplayOptions>",
5877
+ * // ColumnLabelOptions: "<ChartAxisLabelOptions>",
5878
+ * // ColorScale: {
5879
+ * // Colors: [ // required
5880
+ * // {
5881
+ * // Color: "STRING_VALUE",
5882
+ * // DataValue: Number("double"),
5883
+ * // },
5884
+ * // ],
5885
+ * // ColorFillType: "DISCRETE" || "GRADIENT", // required
5886
+ * // NullValueColor: "<DataColor>",
5887
+ * // },
5888
+ * // Legend: "<LegendOptions>",
5889
+ * // DataLabels: "<DataLabelOptions>",
5890
+ * // Tooltip: "<TooltipOptions>",
5891
+ * // Interactions: "<VisualInteractionOptions>",
5892
+ * // },
5893
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
5894
+ * // Actions: "<VisualCustomActionList>",
5895
+ * // VisualContentAltText: "STRING_VALUE",
5896
+ * // },
5897
+ * // TreeMapVisual: {
5898
+ * // VisualId: "STRING_VALUE", // required
5899
+ * // Title: "<VisualTitleLabelOptions>",
5900
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5901
+ * // ChartConfiguration: {
5902
+ * // FieldWells: {
5903
+ * // TreeMapAggregatedFieldWells: {
5904
+ * // Groups: [
5905
+ * // "<DimensionField>",
5906
+ * // ],
5907
+ * // Sizes: [
5908
+ * // "<MeasureField>",
5909
+ * // ],
5910
+ * // Colors: [
5911
+ * // "<MeasureField>",
5912
+ * // ],
5913
+ * // },
5914
+ * // },
5915
+ * // SortConfiguration: {
5916
+ * // TreeMapSort: "<FieldSortOptionsList>",
5917
+ * // TreeMapGroupItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5918
+ * // },
5919
+ * // GroupLabelOptions: "<ChartAxisLabelOptions>",
5920
+ * // SizeLabelOptions: "<ChartAxisLabelOptions>",
5921
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
5922
+ * // ColorScale: {
5923
+ * // Colors: [ // required
5924
+ * // "<DataColor>",
5925
+ * // ],
5926
+ * // ColorFillType: "DISCRETE" || "GRADIENT", // required
5927
+ * // NullValueColor: "<DataColor>",
5928
+ * // },
5929
+ * // Legend: "<LegendOptions>",
5930
+ * // DataLabels: "<DataLabelOptions>",
5931
+ * // Tooltip: "<TooltipOptions>",
5932
+ * // Interactions: "<VisualInteractionOptions>",
5933
+ * // },
5934
+ * // Actions: "<VisualCustomActionList>",
5935
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
5936
+ * // VisualContentAltText: "STRING_VALUE",
5937
+ * // },
5938
+ * // GeospatialMapVisual: {
5939
+ * // VisualId: "STRING_VALUE", // required
5940
+ * // Title: "<VisualTitleLabelOptions>",
5941
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
5942
+ * // ChartConfiguration: {
5943
+ * // FieldWells: {
5944
+ * // GeospatialMapAggregatedFieldWells: {
5945
+ * // Geospatial: "<DimensionFieldList>",
5946
+ * // Values: "<MeasureFieldList>",
5947
+ * // Colors: "<DimensionFieldList>",
5948
+ * // },
5949
+ * // },
5950
+ * // Legend: "<LegendOptions>",
5951
+ * // Tooltip: "<TooltipOptions>",
5952
+ * // WindowOptions: {
5953
+ * // Bounds: {
5954
+ * // North: Number("double"), // required
5955
+ * // South: Number("double"), // required
5956
+ * // West: Number("double"), // required
5957
+ * // East: Number("double"), // required
5958
+ * // },
5959
+ * // MapZoomMode: "AUTO" || "MANUAL",
5960
+ * // },
5961
+ * // MapStyleOptions: {
5962
+ * // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
5963
+ * // },
5964
+ * // PointStyleOptions: {
5965
+ * // SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
5966
+ * // ClusterMarkerConfiguration: {
5967
+ * // ClusterMarker: {
5968
+ * // SimpleClusterMarker: {
5969
+ * // Color: "STRING_VALUE",
5970
+ * // },
5971
+ * // },
5972
+ * // },
5973
+ * // HeatmapConfiguration: {
5974
+ * // HeatmapColor: {
5975
+ * // Colors: [
5976
+ * // {
5977
+ * // Color: "STRING_VALUE", // required
5978
+ * // },
5979
+ * // ],
5980
+ * // },
5981
+ * // },
5982
+ * // },
5983
+ * // VisualPalette: "<VisualPalette>",
5984
+ * // Interactions: "<VisualInteractionOptions>",
5985
+ * // },
5986
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
5987
+ * // Actions: "<VisualCustomActionList>",
5988
+ * // VisualContentAltText: "STRING_VALUE",
5989
+ * // GeocodingPreferences: [
5990
+ * // {
5991
+ * // RequestKey: {
5992
+ * // Country: "STRING_VALUE",
5993
+ * // State: "STRING_VALUE",
5994
+ * // County: "STRING_VALUE",
5995
+ * // City: "STRING_VALUE",
5996
+ * // PostCode: "STRING_VALUE",
5997
+ * // },
5998
+ * // Preference: {// Union: only one key present
5999
+ * // GeocoderHierarchy: "<GeocoderHierarchy>",
6000
+ * // Coordinate: {
6001
+ * // Latitude: Number("double"), // required
6002
+ * // Longitude: Number("double"), // required
6003
+ * // },
6004
+ * // },
6005
+ * // },
6006
+ * // ],
6007
+ * // },
6008
+ * // FilledMapVisual: {
6009
+ * // VisualId: "STRING_VALUE", // required
6010
+ * // Title: "<VisualTitleLabelOptions>",
6011
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6012
+ * // ChartConfiguration: {
6013
+ * // FieldWells: {
6014
+ * // FilledMapAggregatedFieldWells: {
6015
+ * // Geospatial: [
6016
+ * // "<DimensionField>",
6017
+ * // ],
6018
+ * // Values: [
6019
+ * // "<MeasureField>",
6020
+ * // ],
6021
+ * // },
6022
+ * // },
6023
+ * // SortConfiguration: {
6024
+ * // CategorySort: "<FieldSortOptionsList>",
6025
+ * // },
6026
+ * // Legend: "<LegendOptions>",
6027
+ * // Tooltip: "<TooltipOptions>",
6028
+ * // WindowOptions: {
6029
+ * // Bounds: {
6030
+ * // North: Number("double"), // required
6031
+ * // South: Number("double"), // required
6032
+ * // West: Number("double"), // required
6033
+ * // East: Number("double"), // required
6034
+ * // },
6035
+ * // MapZoomMode: "AUTO" || "MANUAL",
6036
+ * // },
6037
+ * // MapStyleOptions: {
6038
+ * // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
6039
+ * // },
6040
+ * // Interactions: "<VisualInteractionOptions>",
6041
+ * // },
6042
+ * // ConditionalFormatting: {
6043
+ * // ConditionalFormattingOptions: [ // required
6044
+ * // {
6045
+ * // Shape: {
6046
+ * // FieldId: "STRING_VALUE", // required
6047
+ * // Format: {
6048
+ * // BackgroundColor: "<ConditionalFormattingColor>", // required
6049
+ * // },
6050
+ * // },
6051
+ * // },
6052
+ * // ],
6053
+ * // },
6054
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
6055
+ * // Actions: "<VisualCustomActionList>",
6056
+ * // VisualContentAltText: "STRING_VALUE",
6057
+ * // GeocodingPreferences: [
6058
+ * // {
6059
+ * // RequestKey: "<GeocoderHierarchy>", // required
6060
+ * // Preference: {// Union: only one key present
6061
+ * // GeocoderHierarchy: "<GeocoderHierarchy>",
6062
+ * // Coordinate: {
6063
+ * // Latitude: Number("double"), // required
6064
+ * // Longitude: Number("double"), // required
6065
+ * // },
6066
+ * // },
6067
+ * // },
6068
+ * // ],
6069
+ * // },
6070
+ * // LayerMapVisual: {
6071
+ * // VisualId: "STRING_VALUE", // required
6072
+ * // Title: "<VisualTitleLabelOptions>",
6073
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6074
+ * // ChartConfiguration: {
6075
+ * // Legend: "<LegendOptions>",
6076
+ * // MapLayers: [
6077
+ * // {
6078
+ * // LayerId: "STRING_VALUE", // required
6079
+ * // LayerType: "POINT" || "LINE" || "POLYGON",
6080
+ * // DataSource: {
6081
+ * // StaticFileDataSource: {
6082
+ * // StaticFileId: "STRING_VALUE", // required
6083
+ * // },
6084
+ * // },
6085
+ * // Label: "STRING_VALUE",
6086
+ * // Visibility: "HIDDEN" || "VISIBLE",
6087
+ * // LayerDefinition: {
6088
+ * // PointLayer: {
6089
+ * // Style: {
6090
+ * // CircleSymbolStyle: {
6091
+ * // FillColor: "<GeospatialColor>",
6092
+ * // StrokeColor: "<GeospatialColor>",
6093
+ * // StrokeWidth: {
6094
+ * // LineWidth: Number("double"),
6095
+ * // },
6096
+ * // CircleRadius: {
6097
+ * // Radius: Number("double"),
6098
+ * // },
6099
+ * // },
6100
+ * // },
6101
+ * // },
6102
+ * // LineLayer: {
6103
+ * // Style: {
6104
+ * // LineSymbolStyle: {
6105
+ * // FillColor: "<GeospatialColor>",
6106
+ * // LineWidth: {
6107
+ * // LineWidth: Number("double"),
6108
+ * // },
6109
+ * // },
6110
+ * // },
6111
+ * // },
6112
+ * // PolygonLayer: {
6113
+ * // Style: {
6114
+ * // PolygonSymbolStyle: {
6115
+ * // FillColor: "<GeospatialColor>",
6116
+ * // StrokeColor: "<GeospatialColor>",
6117
+ * // StrokeWidth: "<GeospatialLineWidth>",
6118
+ * // },
6119
+ * // },
6120
+ * // },
6121
+ * // },
6122
+ * // Tooltip: "<TooltipOptions>",
6123
+ * // JoinDefinition: {
6124
+ * // ShapeKeyField: "STRING_VALUE",
6125
+ * // DatasetKeyField: {
6126
+ * // FieldId: "STRING_VALUE", // required
6127
+ * // Column: "<ColumnIdentifier>", // required
6128
+ * // FormatConfiguration: {
6129
+ * // StringFormatConfiguration: "<StringFormatConfiguration>",
6130
+ * // NumberFormatConfiguration: "<NumberFormatConfiguration>",
6131
+ * // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
6132
+ * // },
6133
+ * // },
6134
+ * // ColorField: {
6135
+ * // ColorDimensionsFields: [
6136
+ * // "<DimensionField>",
6137
+ * // ],
6138
+ * // ColorValuesFields: [
6139
+ * // "<MeasureField>",
6140
+ * // ],
6141
+ * // },
6142
+ * // },
6143
+ * // Actions: [
6144
+ * // {
6145
+ * // CustomActionId: "STRING_VALUE", // required
6146
+ * // Name: "STRING_VALUE", // required
6147
+ * // Status: "ENABLED" || "DISABLED",
6148
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
6149
+ * // ActionOperations: [ // required
6150
+ * // {
6151
+ * // FilterOperation: "<CustomActionFilterOperation>",
6152
+ * // NavigationOperation: "<CustomActionNavigationOperation>",
6153
+ * // URLOperation: "<CustomActionURLOperation>",
6154
+ * // SetParametersOperation: "<CustomActionSetParametersOperation>",
6155
+ * // },
6156
+ * // ],
6157
+ * // },
6158
+ * // ],
6159
+ * // },
6160
+ * // ],
6161
+ * // MapState: {
6162
+ * // Bounds: "<GeospatialCoordinateBounds>",
6163
+ * // MapNavigation: "ENABLED" || "DISABLED",
6164
+ * // },
6165
+ * // MapStyle: {
6166
+ * // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
6167
+ * // BackgroundColor: "STRING_VALUE",
6168
+ * // BaseMapVisibility: "HIDDEN" || "VISIBLE",
6169
+ * // },
6170
+ * // Interactions: "<VisualInteractionOptions>",
6171
+ * // },
6172
+ * // DataSetIdentifier: "STRING_VALUE", // required
6173
+ * // VisualContentAltText: "STRING_VALUE",
6174
+ * // },
6175
+ * // FunnelChartVisual: {
6176
+ * // VisualId: "STRING_VALUE", // required
6177
+ * // Title: "<VisualTitleLabelOptions>",
6178
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6179
+ * // ChartConfiguration: {
6180
+ * // FieldWells: {
6181
+ * // FunnelChartAggregatedFieldWells: {
6182
+ * // Category: [
6183
+ * // "<DimensionField>",
6184
+ * // ],
6185
+ * // Values: [
6186
+ * // "<MeasureField>",
6187
+ * // ],
6188
+ * // },
6189
+ * // },
6190
+ * // SortConfiguration: {
6191
+ * // CategorySort: "<FieldSortOptionsList>",
6192
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
6193
+ * // },
6194
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
6195
+ * // ValueLabelOptions: "<ChartAxisLabelOptions>",
6196
+ * // Tooltip: "<TooltipOptions>",
6197
+ * // DataLabelOptions: {
6198
+ * // Visibility: "HIDDEN" || "VISIBLE",
6199
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
6200
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
6201
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
6202
+ * // LabelFontConfiguration: "<FontConfiguration>",
6203
+ * // LabelColor: "STRING_VALUE",
6204
+ * // MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
6205
+ * // },
6206
+ * // VisualPalette: "<VisualPalette>",
6207
+ * // Interactions: "<VisualInteractionOptions>",
6208
+ * // },
6209
+ * // Actions: "<VisualCustomActionList>",
6210
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
6211
+ * // VisualContentAltText: "STRING_VALUE",
6212
+ * // },
6213
+ * // ScatterPlotVisual: {
6214
+ * // VisualId: "STRING_VALUE", // required
6215
+ * // Title: "<VisualTitleLabelOptions>",
6216
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6217
+ * // ChartConfiguration: {
6218
+ * // FieldWells: {
6219
+ * // ScatterPlotCategoricallyAggregatedFieldWells: {
6220
+ * // XAxis: "<MeasureFieldList>",
6221
+ * // YAxis: "<MeasureFieldList>",
6222
+ * // Category: "<DimensionFieldList>",
6223
+ * // Size: "<MeasureFieldList>",
6224
+ * // Label: "<DimensionFieldList>",
6225
+ * // },
6226
+ * // ScatterPlotUnaggregatedFieldWells: {
6227
+ * // XAxis: "<DimensionFieldList>",
6228
+ * // YAxis: "<DimensionFieldList>",
6229
+ * // Size: "<MeasureFieldList>",
6230
+ * // Category: "<DimensionFieldList>",
6231
+ * // Label: "<DimensionFieldList>",
6232
+ * // },
6233
+ * // },
6234
+ * // SortConfiguration: {
6235
+ * // ScatterPlotLimitConfiguration: "<ItemsLimitConfiguration>",
6236
+ * // },
6237
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
6238
+ * // XAxisDisplayOptions: "<AxisDisplayOptions>",
6239
+ * // YAxisLabelOptions: "<ChartAxisLabelOptions>",
6240
+ * // YAxisDisplayOptions: "<AxisDisplayOptions>",
6241
+ * // Legend: "<LegendOptions>",
6242
+ * // DataLabels: "<DataLabelOptions>",
6243
+ * // Tooltip: "<TooltipOptions>",
6244
+ * // VisualPalette: "<VisualPalette>",
6245
+ * // Interactions: "<VisualInteractionOptions>",
6246
+ * // },
6247
+ * // Actions: "<VisualCustomActionList>",
6248
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
6249
+ * // VisualContentAltText: "STRING_VALUE",
6250
+ * // },
6251
+ * // ComboChartVisual: {
6252
+ * // VisualId: "STRING_VALUE", // required
6253
+ * // Title: "<VisualTitleLabelOptions>",
6254
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6255
+ * // ChartConfiguration: {
6256
+ * // FieldWells: {
6257
+ * // ComboChartAggregatedFieldWells: {
6258
+ * // Category: "<DimensionFieldList>",
6259
+ * // BarValues: "<MeasureFieldList>",
6260
+ * // Colors: "<DimensionFieldList>",
6261
+ * // LineValues: "<MeasureFieldList>",
6262
+ * // },
6263
+ * // },
6264
+ * // SortConfiguration: {
6265
+ * // CategorySort: "<FieldSortOptionsList>",
6266
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
6267
+ * // ColorSort: "<FieldSortOptionsList>",
6268
+ * // ColorItemsLimit: "<ItemsLimitConfiguration>",
6269
+ * // },
6270
+ * // BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
6271
+ * // CategoryAxis: "<AxisDisplayOptions>",
6272
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
6273
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6274
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6275
+ * // SecondaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6276
+ * // SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6277
+ * // SingleAxisOptions: {
6278
+ * // YAxisOptions: {
6279
+ * // YAxis: "PRIMARY_Y_AXIS", // required
6280
+ * // },
6281
+ * // },
6282
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
6283
+ * // DefaultSeriesSettings: {
6284
+ * // LineStyleSettings: "<LineChartLineStyleSettings>",
6285
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6286
+ * // DecalSettings: "<DecalSettings>",
6287
+ * // BorderSettings: "<BorderSettings>",
6288
+ * // },
6289
+ * // Series: [
6290
+ * // {
6291
+ * // FieldComboSeriesItem: {
6292
+ * // FieldId: "STRING_VALUE", // required
6293
+ * // Settings: {
6294
+ * // LineStyleSettings: "<LineChartLineStyleSettings>",
6295
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6296
+ * // DecalSettings: "<DecalSettings>",
6297
+ * // BorderSettings: "<BorderSettings>",
6298
+ * // },
6299
+ * // },
6300
+ * // DataFieldComboSeriesItem: {
6301
+ * // FieldId: "STRING_VALUE", // required
6302
+ * // FieldValue: "STRING_VALUE",
6303
+ * // Settings: {
6304
+ * // LineStyleSettings: "<LineChartLineStyleSettings>",
6305
+ * // MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6306
+ * // DecalSettings: "<DecalSettings>",
6307
+ * // BorderSettings: "<BorderSettings>",
6308
+ * // },
6309
+ * // },
6310
+ * // },
6311
+ * // ],
6312
+ * // Legend: "<LegendOptions>",
6313
+ * // BarDataLabels: "<DataLabelOptions>",
6314
+ * // LineDataLabels: "<DataLabelOptions>",
6315
+ * // Tooltip: "<TooltipOptions>",
6316
+ * // ReferenceLines: "<ReferenceLineList>",
6317
+ * // VisualPalette: "<VisualPalette>",
6318
+ * // Interactions: "<VisualInteractionOptions>",
6319
+ * // },
6320
+ * // Actions: "<VisualCustomActionList>",
6321
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
6322
+ * // VisualContentAltText: "STRING_VALUE",
6323
+ * // },
6324
+ * // BoxPlotVisual: {
6325
+ * // VisualId: "STRING_VALUE", // required
6326
+ * // Title: "<VisualTitleLabelOptions>",
6327
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6328
+ * // ChartConfiguration: {
6329
+ * // FieldWells: {
6330
+ * // BoxPlotAggregatedFieldWells: {
6331
+ * // GroupBy: [
6332
+ * // "<DimensionField>",
6333
+ * // ],
6334
+ * // Values: [
6335
+ * // "<MeasureField>",
6336
+ * // ],
6337
+ * // },
6338
+ * // },
6339
+ * // SortConfiguration: {
6340
+ * // CategorySort: "<FieldSortOptionsList>",
6341
+ * // PaginationConfiguration: {
6342
+ * // PageSize: Number("long"), // required
6343
+ * // PageNumber: Number("long"), // required
6344
+ * // },
6345
+ * // },
6346
+ * // BoxPlotOptions: {
6347
+ * // StyleOptions: {
6348
+ * // FillStyle: "SOLID" || "TRANSPARENT",
6349
+ * // },
6350
+ * // OutlierVisibility: "HIDDEN" || "VISIBLE",
6351
+ * // AllDataPointsVisibility: "HIDDEN" || "VISIBLE",
6352
+ * // },
6353
+ * // CategoryAxis: "<AxisDisplayOptions>",
6354
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
6355
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6356
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6357
+ * // Legend: "<LegendOptions>",
6358
+ * // Tooltip: "<TooltipOptions>",
6359
+ * // ReferenceLines: "<ReferenceLineList>",
6360
+ * // VisualPalette: "<VisualPalette>",
6361
+ * // Interactions: "<VisualInteractionOptions>",
6362
+ * // },
6363
+ * // Actions: "<VisualCustomActionList>",
6364
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
6365
+ * // VisualContentAltText: "STRING_VALUE",
6366
+ * // },
6367
+ * // WaterfallVisual: {
6368
+ * // VisualId: "STRING_VALUE", // required
6369
+ * // Title: "<VisualTitleLabelOptions>",
6370
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6371
+ * // ChartConfiguration: {
6372
+ * // FieldWells: {
6373
+ * // WaterfallChartAggregatedFieldWells: {
6374
+ * // Categories: "<DimensionFieldList>",
6375
+ * // Values: "<MeasureFieldList>",
6376
+ * // Breakdowns: "<DimensionFieldList>",
6377
+ * // },
6378
+ * // },
6379
+ * // SortConfiguration: {
6380
+ * // CategorySort: "<FieldSortOptionsList>",
6381
+ * // BreakdownItemsLimit: "<ItemsLimitConfiguration>",
6382
+ * // },
6383
+ * // WaterfallChartOptions: {
6384
+ * // TotalBarLabel: "STRING_VALUE",
6385
+ * // },
6386
+ * // CategoryAxisLabelOptions: "<ChartAxisLabelOptions>",
6387
+ * // CategoryAxisDisplayOptions: "<AxisDisplayOptions>",
6388
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6389
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6390
+ * // Legend: "<LegendOptions>",
6391
+ * // DataLabels: "<DataLabelOptions>",
6392
+ * // VisualPalette: "<VisualPalette>",
6393
+ * // ColorConfiguration: {
6394
+ * // GroupColorConfiguration: {
6395
+ * // PositiveBarColor: "STRING_VALUE",
6396
+ * // NegativeBarColor: "STRING_VALUE",
6397
+ * // TotalBarColor: "STRING_VALUE",
6398
+ * // },
6399
+ * // },
6400
+ * // Interactions: "<VisualInteractionOptions>",
6401
+ * // },
6402
+ * // Actions: "<VisualCustomActionList>",
6403
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
6404
+ * // VisualContentAltText: "STRING_VALUE",
6405
+ * // },
6406
+ * // HistogramVisual: {
6407
+ * // VisualId: "STRING_VALUE", // required
6408
+ * // Title: "<VisualTitleLabelOptions>",
6409
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6410
+ * // ChartConfiguration: {
6411
+ * // FieldWells: {
6412
+ * // HistogramAggregatedFieldWells: {
6413
+ * // Values: [
6414
+ * // "<MeasureField>",
6415
+ * // ],
6416
+ * // },
6417
+ * // },
6418
+ * // XAxisDisplayOptions: "<AxisDisplayOptions>",
6419
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
6420
+ * // YAxisDisplayOptions: "<AxisDisplayOptions>",
6421
+ * // BinOptions: {
6422
+ * // SelectedBinType: "BIN_COUNT" || "BIN_WIDTH",
6423
+ * // BinCount: {
6424
+ * // Value: Number("int"),
6425
+ * // },
6426
+ * // BinWidth: {
6427
+ * // Value: Number("double"),
6428
+ * // BinCountLimit: Number("long"),
6429
+ * // },
6430
+ * // StartValue: Number("double"),
6431
+ * // },
6432
+ * // DataLabels: "<DataLabelOptions>",
6433
+ * // Tooltip: "<TooltipOptions>",
6434
+ * // VisualPalette: "<VisualPalette>",
6435
+ * // Interactions: "<VisualInteractionOptions>",
6436
+ * // },
6437
+ * // Actions: "<VisualCustomActionList>",
6438
+ * // VisualContentAltText: "STRING_VALUE",
6439
+ * // },
6440
+ * // WordCloudVisual: {
6441
+ * // VisualId: "STRING_VALUE", // required
6442
+ * // Title: "<VisualTitleLabelOptions>",
6443
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6444
+ * // ChartConfiguration: {
6445
+ * // FieldWells: {
6446
+ * // WordCloudAggregatedFieldWells: {
6447
+ * // GroupBy: [
6448
+ * // "<DimensionField>",
6449
+ * // ],
6450
+ * // Size: [
6451
+ * // "<MeasureField>",
6452
+ * // ],
6453
+ * // },
6454
+ * // },
6455
+ * // SortConfiguration: {
6456
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
6457
+ * // CategorySort: "<FieldSortOptionsList>",
6458
+ * // },
6459
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
6460
+ * // WordCloudOptions: {
6461
+ * // WordOrientation: "HORIZONTAL" || "HORIZONTAL_AND_VERTICAL",
6462
+ * // WordScaling: "EMPHASIZE" || "NORMAL",
6463
+ * // CloudLayout: "FLUID" || "NORMAL",
6464
+ * // WordCasing: "LOWER_CASE" || "EXISTING_CASE",
6465
+ * // WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
6466
+ * // MaximumStringLength: Number("int"),
6467
+ * // },
6468
+ * // Interactions: "<VisualInteractionOptions>",
6469
+ * // },
6470
+ * // Actions: "<VisualCustomActionList>",
6471
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
6472
+ * // VisualContentAltText: "STRING_VALUE",
6473
+ * // },
6474
+ * // InsightVisual: {
6475
+ * // VisualId: "STRING_VALUE", // required
6476
+ * // Title: "<VisualTitleLabelOptions>",
6477
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6478
+ * // InsightConfiguration: {
6479
+ * // Computations: [
6480
+ * // {
6481
+ * // TopBottomRanked: {
6482
+ * // ComputationId: "STRING_VALUE", // required
6483
+ * // Name: "STRING_VALUE",
6484
+ * // Category: "<DimensionField>",
6485
+ * // Value: "<MeasureField>",
6486
+ * // ResultSize: Number("int"),
6487
+ * // Type: "TOP" || "BOTTOM", // required
6488
+ * // },
6489
+ * // TopBottomMovers: {
6490
+ * // ComputationId: "STRING_VALUE", // required
6491
+ * // Name: "STRING_VALUE",
6492
+ * // Time: "<DimensionField>",
6493
+ * // Category: "<DimensionField>",
6494
+ * // Value: "<MeasureField>",
6495
+ * // MoverSize: Number("int"),
6496
+ * // SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
6497
+ * // Type: "TOP" || "BOTTOM", // required
6498
+ * // },
6499
+ * // TotalAggregation: {
6500
+ * // ComputationId: "STRING_VALUE", // required
6501
+ * // Name: "STRING_VALUE",
6502
+ * // Value: "<MeasureField>",
6503
+ * // },
6504
+ * // MaximumMinimum: {
6505
+ * // ComputationId: "STRING_VALUE", // required
6506
+ * // Name: "STRING_VALUE",
6507
+ * // Time: "<DimensionField>",
6508
+ * // Value: "<MeasureField>",
6509
+ * // Type: "MAXIMUM" || "MINIMUM", // required
6510
+ * // },
6511
+ * // MetricComparison: {
6512
+ * // ComputationId: "STRING_VALUE", // required
6513
+ * // Name: "STRING_VALUE",
6514
+ * // Time: "<DimensionField>",
6515
+ * // FromValue: "<MeasureField>",
6516
+ * // TargetValue: "<MeasureField>",
6517
+ * // },
6518
+ * // PeriodOverPeriod: {
6519
+ * // ComputationId: "STRING_VALUE", // required
6520
+ * // Name: "STRING_VALUE",
6521
+ * // Time: "<DimensionField>",
6522
+ * // Value: "<MeasureField>",
6523
+ * // },
6524
+ * // PeriodToDate: {
6525
+ * // ComputationId: "STRING_VALUE", // required
6526
+ * // Name: "STRING_VALUE",
6527
+ * // Time: "<DimensionField>",
6528
+ * // Value: "<MeasureField>",
6529
+ * // PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
6530
+ * // },
6531
+ * // GrowthRate: {
6532
+ * // ComputationId: "STRING_VALUE", // required
6533
+ * // Name: "STRING_VALUE",
6534
+ * // Time: "<DimensionField>",
6535
+ * // Value: "<MeasureField>",
6536
+ * // PeriodSize: Number("int"),
6537
+ * // },
6538
+ * // UniqueValues: {
6539
+ * // ComputationId: "STRING_VALUE", // required
6540
+ * // Name: "STRING_VALUE",
6541
+ * // Category: "<DimensionField>",
6542
+ * // },
6543
+ * // Forecast: {
6544
+ * // ComputationId: "STRING_VALUE", // required
6545
+ * // Name: "STRING_VALUE",
6546
+ * // Time: "<DimensionField>",
6547
+ * // Value: "<MeasureField>",
6548
+ * // PeriodsForward: Number("int"),
6549
+ * // PeriodsBackward: Number("int"),
6550
+ * // UpperBoundary: Number("double"),
6551
+ * // LowerBoundary: Number("double"),
6552
+ * // PredictionInterval: Number("int"),
6553
+ * // Seasonality: "AUTOMATIC" || "CUSTOM",
6554
+ * // CustomSeasonalityValue: Number("int"),
6555
+ * // },
6556
+ * // },
6557
+ * // ],
6558
+ * // CustomNarrative: {
6559
+ * // Narrative: "STRING_VALUE", // required
6560
+ * // },
6561
+ * // Interactions: "<VisualInteractionOptions>",
6562
+ * // },
6563
+ * // Actions: "<VisualCustomActionList>",
6564
+ * // DataSetIdentifier: "STRING_VALUE", // required
6565
+ * // VisualContentAltText: "STRING_VALUE",
6566
+ * // },
6567
+ * // SankeyDiagramVisual: {
6568
+ * // VisualId: "STRING_VALUE", // required
6569
+ * // Title: "<VisualTitleLabelOptions>",
6570
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6571
+ * // ChartConfiguration: {
6572
+ * // FieldWells: {
6573
+ * // SankeyDiagramAggregatedFieldWells: {
6574
+ * // Source: "<DimensionFieldList>",
6575
+ * // Destination: "<DimensionFieldList>",
6576
+ * // Weight: "<MeasureFieldList>",
6577
+ * // },
6578
+ * // },
6579
+ * // SortConfiguration: {
6580
+ * // WeightSort: "<FieldSortOptionsList>",
6581
+ * // SourceItemsLimit: "<ItemsLimitConfiguration>",
6582
+ * // DestinationItemsLimit: "<ItemsLimitConfiguration>",
6583
+ * // },
6584
+ * // DataLabels: "<DataLabelOptions>",
6585
+ * // Interactions: "<VisualInteractionOptions>",
6586
+ * // },
6587
+ * // Actions: "<VisualCustomActionList>",
6588
+ * // VisualContentAltText: "STRING_VALUE",
6589
+ * // },
6590
+ * // CustomContentVisual: {
6591
+ * // VisualId: "STRING_VALUE", // required
6592
+ * // Title: "<VisualTitleLabelOptions>",
6593
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6594
+ * // ChartConfiguration: {
6595
+ * // ContentUrl: "STRING_VALUE",
6596
+ * // ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
6597
+ * // ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
6598
+ * // Interactions: "<VisualInteractionOptions>",
6599
+ * // },
6600
+ * // Actions: "<VisualCustomActionList>",
6601
+ * // DataSetIdentifier: "STRING_VALUE", // required
6602
+ * // VisualContentAltText: "STRING_VALUE",
6603
+ * // },
6604
+ * // EmptyVisual: {
6605
+ * // VisualId: "STRING_VALUE", // required
6606
+ * // DataSetIdentifier: "STRING_VALUE", // required
6607
+ * // Actions: "<VisualCustomActionList>",
6608
+ * // },
6609
+ * // RadarChartVisual: {
6610
+ * // VisualId: "STRING_VALUE", // required
6611
+ * // Title: "<VisualTitleLabelOptions>",
6612
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6613
+ * // ChartConfiguration: {
6614
+ * // FieldWells: {
6615
+ * // RadarChartAggregatedFieldWells: {
6616
+ * // Category: [
6617
+ * // "<DimensionField>",
6618
+ * // ],
6619
+ * // Color: [
6620
+ * // "<DimensionField>",
6621
+ * // ],
6622
+ * // Values: [
6623
+ * // "<MeasureField>",
6624
+ * // ],
6625
+ * // },
6626
+ * // },
6627
+ * // SortConfiguration: {
6628
+ * // CategorySort: "<FieldSortOptionsList>",
6629
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
6630
+ * // ColorSort: "<FieldSortOptionsList>",
6631
+ * // ColorItemsLimit: "<ItemsLimitConfiguration>",
6632
+ * // },
6633
+ * // Shape: "CIRCLE" || "POLYGON",
6634
+ * // BaseSeriesSettings: {
6635
+ * // AreaStyleSettings: {
6636
+ * // Visibility: "HIDDEN" || "VISIBLE",
6637
+ * // },
6638
+ * // },
6639
+ * // StartAngle: Number("double"),
6640
+ * // VisualPalette: "<VisualPalette>",
6641
+ * // AlternateBandColorsVisibility: "HIDDEN" || "VISIBLE",
6642
+ * // AlternateBandEvenColor: "STRING_VALUE",
6643
+ * // AlternateBandOddColor: "STRING_VALUE",
6644
+ * // CategoryAxis: "<AxisDisplayOptions>",
6645
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
6646
+ * // ColorAxis: "<AxisDisplayOptions>",
6647
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
6648
+ * // Legend: "<LegendOptions>",
6649
+ * // AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
6650
+ * // Interactions: "<VisualInteractionOptions>",
6651
+ * // },
6652
+ * // Actions: "<VisualCustomActionList>",
6653
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
6654
+ * // VisualContentAltText: "STRING_VALUE",
6655
+ * // },
6656
+ * // PluginVisual: {
6657
+ * // VisualId: "STRING_VALUE", // required
6658
+ * // PluginArn: "STRING_VALUE", // required
6659
+ * // Title: "<VisualTitleLabelOptions>",
6660
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
6661
+ * // ChartConfiguration: {
6662
+ * // FieldWells: [
6663
+ * // {
6664
+ * // AxisName: "GROUP_BY" || "VALUE",
6665
+ * // Dimensions: "<DimensionFieldList>",
6666
+ * // Measures: "<MeasureFieldList>",
6667
+ * // Unaggregated: [
6668
+ * // "<UnaggregatedField>",
6669
+ * // ],
6670
+ * // },
6671
+ * // ],
6672
+ * // VisualOptions: {
6673
+ * // VisualProperties: [
6674
+ * // {
6675
+ * // Name: "STRING_VALUE",
6676
+ * // Value: "STRING_VALUE",
6677
+ * // },
6678
+ * // ],
6679
+ * // },
6680
+ * // SortConfiguration: {
6681
+ * // PluginVisualTableQuerySort: {
6682
+ * // RowSort: [
6683
+ * // "<FieldSortOptions>",
6684
+ * // ],
6685
+ * // ItemsLimitConfiguration: {
6686
+ * // ItemsLimit: Number("long"),
6687
+ * // },
6688
+ * // },
6689
+ * // },
6690
+ * // },
6691
+ * // Actions: "<VisualCustomActionList>",
6692
+ * // VisualContentAltText: "STRING_VALUE",
6693
+ * // },
6694
+ * // },
6695
+ * // ],
6696
+ * // TextBoxes: [ // TooltipSheetTextBoxList
6697
+ * // {
6698
+ * // SheetTextBoxId: "STRING_VALUE", // required
6699
+ * // Content: "STRING_VALUE",
6700
+ * // Interactions: {
6701
+ * // TextBoxMenuOption: {
6702
+ * // AvailabilityStatus: "ENABLED" || "DISABLED",
6703
+ * // },
6704
+ * // },
6705
+ * // },
6706
+ * // ],
6707
+ * // Images: [ // TooltipSheetImageList
6708
+ * // {
6709
+ * // SheetImageId: "STRING_VALUE", // required
6710
+ * // Source: {
6711
+ * // SheetImageStaticFileSource: {
6712
+ * // StaticFileId: "STRING_VALUE", // required
6713
+ * // },
6714
+ * // },
6715
+ * // Scaling: {
6716
+ * // ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
6717
+ * // },
6718
+ * // Tooltip: {
6719
+ * // TooltipText: {
6720
+ * // PlainText: "STRING_VALUE",
6721
+ * // },
6722
+ * // Visibility: "HIDDEN" || "VISIBLE",
6723
+ * // },
6724
+ * // ImageContentAltText: "STRING_VALUE",
6725
+ * // Interactions: {
6726
+ * // ImageMenuOption: {
6727
+ * // AvailabilityStatus: "ENABLED" || "DISABLED",
6728
+ * // },
6729
+ * // },
6730
+ * // Actions: [
6731
+ * // {
6732
+ * // CustomActionId: "STRING_VALUE", // required
6733
+ * // Name: "STRING_VALUE", // required
6734
+ * // Status: "ENABLED" || "DISABLED",
6735
+ * // Trigger: "CLICK" || "MENU", // required
6736
+ * // ActionOperations: [ // required
6737
+ * // {
6738
+ * // NavigationOperation: "<CustomActionNavigationOperation>",
6739
+ * // URLOperation: "<CustomActionURLOperation>",
6740
+ * // SetParametersOperation: "<CustomActionSetParametersOperation>",
6741
+ * // },
6742
+ * // ],
6743
+ * // },
6744
+ * // ],
6745
+ * // },
6746
+ * // ],
6747
+ * // Layouts: [
6748
+ * // {
6749
+ * // Configuration: {
6750
+ * // GridLayout: {
6751
+ * // Elements: [ // required
6752
+ * // {
6753
+ * // ElementId: "STRING_VALUE", // required
6754
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
6755
+ * // ColumnIndex: Number("int"),
6756
+ * // ColumnSpan: Number("int"), // required
6757
+ * // RowIndex: Number("int"),
6758
+ * // RowSpan: Number("int"), // required
6759
+ * // BorderStyle: {
6760
+ * // Visibility: "HIDDEN" || "VISIBLE",
6761
+ * // Color: "STRING_VALUE",
6762
+ * // Width: "STRING_VALUE",
6763
+ * // },
6764
+ * // SelectedBorderStyle: "<GridLayoutElementBorderStyle>",
6765
+ * // BackgroundStyle: {
6766
+ * // Visibility: "HIDDEN" || "VISIBLE",
6767
+ * // Color: "STRING_VALUE",
6768
+ * // },
6769
+ * // LoadingAnimation: {
6770
+ * // Visibility: "HIDDEN" || "VISIBLE",
6771
+ * // },
6772
+ * // BorderRadius: "STRING_VALUE",
6773
+ * // Padding: "STRING_VALUE",
6774
+ * // },
6775
+ * // ],
6776
+ * // CanvasSizeOptions: {
6777
+ * // ScreenCanvasSizeOptions: {
6778
+ * // ResizeOption: "FIXED" || "RESPONSIVE", // required
6779
+ * // OptimizedViewPortWidth: "STRING_VALUE",
6780
+ * // },
6781
+ * // },
6782
+ * // },
6783
+ * // FreeFormLayout: {
6784
+ * // Elements: "<FreeFromLayoutElementList>", // required
6785
+ * // CanvasSizeOptions: {
6786
+ * // ScreenCanvasSizeOptions: {
6787
+ * // OptimizedViewPortWidth: "STRING_VALUE", // required
6788
+ * // },
6789
+ * // },
6790
+ * // Groups: [
6791
+ * // {
6792
+ * // Id: "STRING_VALUE", // required
6793
+ * // Members: [ // required
6794
+ * // {
6795
+ * // Id: "STRING_VALUE", // required
6796
+ * // Type: "ELEMENT" || "GROUP", // required
6797
+ * // },
6798
+ * // ],
6799
+ * // },
6800
+ * // ],
6801
+ * // },
6802
+ * // SectionBasedLayout: {
6803
+ * // HeaderSections: [ // required
6804
+ * // {
6805
+ * // SectionId: "STRING_VALUE", // required
6806
+ * // Layout: {
6807
+ * // FreeFormLayout: {
6808
+ * // Elements: "<FreeFromLayoutElementList>", // required
6809
+ * // },
6810
+ * // },
6811
+ * // Style: {
6812
+ * // Height: "STRING_VALUE",
6813
+ * // Padding: {
6814
+ * // Top: "STRING_VALUE",
6815
+ * // Bottom: "STRING_VALUE",
6816
+ * // Left: "STRING_VALUE",
6817
+ * // Right: "STRING_VALUE",
6818
+ * // },
6819
+ * // },
6820
+ * // },
6821
+ * // ],
6822
+ * // BodySections: [ // required
6823
+ * // {
6824
+ * // SectionId: "STRING_VALUE", // required
6825
+ * // Content: {
6826
+ * // Layout: {
6827
+ * // FreeFormLayout: {
6828
+ * // Elements: "<FreeFromLayoutElementList>", // required
6829
+ * // },
6830
+ * // },
6831
+ * // },
6832
+ * // Style: {
6833
+ * // Height: "STRING_VALUE",
6834
+ * // Padding: "<Spacing>",
6835
+ * // },
6836
+ * // PageBreakConfiguration: {
6837
+ * // After: {
6838
+ * // Status: "ENABLED" || "DISABLED",
6839
+ * // },
6840
+ * // },
6841
+ * // RepeatConfiguration: {
6842
+ * // DimensionConfigurations: [
6843
+ * // {
6844
+ * // DynamicCategoryDimensionConfiguration: {
6845
+ * // Column: "<ColumnIdentifier>", // required
6846
+ * // Limit: Number("int"),
6847
+ * // SortByMetrics: [
6848
+ * // "<ColumnSort>",
6849
+ * // ],
6850
+ * // },
6851
+ * // DynamicNumericDimensionConfiguration: {
6852
+ * // Column: "<ColumnIdentifier>", // required
6853
+ * // Limit: Number("int"),
6854
+ * // SortByMetrics: [
6855
+ * // "<ColumnSort>",
6856
+ * // ],
6857
+ * // },
6858
+ * // },
6859
+ * // ],
6860
+ * // PageBreakConfiguration: {
6861
+ * // After: {
6862
+ * // Status: "ENABLED" || "DISABLED",
6863
+ * // },
6864
+ * // },
6865
+ * // NonRepeatingVisuals: [
6866
+ * // "STRING_VALUE",
6867
+ * // ],
6868
+ * // },
6869
+ * // },
6870
+ * // ],
6871
+ * // FooterSections: [ // required
6872
+ * // {
6873
+ * // SectionId: "STRING_VALUE", // required
6874
+ * // Layout: "<SectionLayoutConfiguration>", // required
6875
+ * // Style: "<SectionStyle>",
6876
+ * // },
6877
+ * // ],
6878
+ * // CanvasSizeOptions: {
6879
+ * // PaperCanvasSizeOptions: {
6880
+ * // PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
6881
+ * // PaperOrientation: "PORTRAIT" || "LANDSCAPE",
6882
+ * // PaperMargin: "<Spacing>",
6883
+ * // },
6884
+ * // },
6885
+ * // },
6886
+ * // },
6887
+ * // },
6888
+ * // ],
6889
+ * // },
6890
+ * // ],
6891
+ * // CalculatedFields: [ // CalculatedFields
6892
+ * // { // CalculatedField
6893
+ * // DataSetIdentifier: "STRING_VALUE", // required
6894
+ * // Name: "STRING_VALUE", // required
6895
+ * // Expression: "STRING_VALUE", // required
6896
+ * // },
6897
+ * // ],
6898
+ * // ParameterDeclarations: [ // ParameterDeclarationList
6899
+ * // { // ParameterDeclaration
6900
+ * // StringParameterDeclaration: { // StringParameterDeclaration
6901
+ * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
6902
+ * // Name: "STRING_VALUE", // required
6903
+ * // DefaultValues: { // StringDefaultValues
6904
+ * // DynamicValue: { // DynamicDefaultValue
6905
+ * // UserNameColumn: "<ColumnIdentifier>",
5056
6906
  * // GroupNameColumn: "<ColumnIdentifier>",
5057
6907
  * // DefaultValueColumn: "<ColumnIdentifier>", // required
5058
6908
  * // },
@@ -5629,11 +7479,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
5629
7479
  * // ColumnConfigurations: [ // ColumnConfigurationList
5630
7480
  * // { // ColumnConfiguration
5631
7481
  * // Column: "<ColumnIdentifier>", // required
5632
- * // FormatConfiguration: {
5633
- * // StringFormatConfiguration: "<StringFormatConfiguration>",
5634
- * // NumberFormatConfiguration: "<NumberFormatConfiguration>",
5635
- * // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
5636
- * // },
7482
+ * // FormatConfiguration: "<FormatConfiguration>",
5637
7483
  * // Role: "DIMENSION" || "MEASURE",
5638
7484
  * // ColorsConfiguration: { // ColorsConfiguration
5639
7485
  * // CustomColors: [ // CustomColorsList