@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
@@ -1040,8 +1040,104 @@ declare const CreateDashboardCommand_base: {
1040
1040
  * PositiveColor: "STRING_VALUE",
1041
1041
  * NegativeColor: "STRING_VALUE",
1042
1042
  * },
1043
+ * Sparklines: { // SparklinesOptions
1044
+ * FieldId: "STRING_VALUE", // required
1045
+ * XAxisField: {
1046
+ * NumericalDimensionField: {
1047
+ * FieldId: "STRING_VALUE", // required
1048
+ * Column: "<ColumnIdentifier>", // required
1049
+ * HierarchyId: "STRING_VALUE",
1050
+ * FormatConfiguration: {
1051
+ * FormatConfiguration: "<NumericFormatConfiguration>",
1052
+ * },
1053
+ * },
1054
+ * CategoricalDimensionField: {
1055
+ * FieldId: "STRING_VALUE", // required
1056
+ * Column: "<ColumnIdentifier>", // required
1057
+ * HierarchyId: "STRING_VALUE",
1058
+ * FormatConfiguration: {
1059
+ * NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1060
+ * NumericFormatConfiguration: "<NumericFormatConfiguration>",
1061
+ * },
1062
+ * },
1063
+ * DateDimensionField: {
1064
+ * FieldId: "STRING_VALUE", // required
1065
+ * Column: "<ColumnIdentifier>", // required
1066
+ * DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1067
+ * HierarchyId: "STRING_VALUE",
1068
+ * FormatConfiguration: {
1069
+ * DateTimeFormat: "STRING_VALUE",
1070
+ * NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1071
+ * NumericFormatConfiguration: "<NumericFormatConfiguration>",
1072
+ * },
1073
+ * },
1074
+ * },
1075
+ * YAxisBehavior: "SHARED" || "INDEPENDENT",
1076
+ * VisualType: "LINE" || "AREA_LINE",
1077
+ * LineColor: "STRING_VALUE",
1078
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
1079
+ * AllPointsMarker: { // LineChartMarkerStyleSettings
1080
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
1081
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
1082
+ * MarkerSize: "STRING_VALUE",
1083
+ * MarkerColor: "STRING_VALUE",
1084
+ * },
1085
+ * MaxValueMarker: {
1086
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
1087
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
1088
+ * MarkerSize: "STRING_VALUE",
1089
+ * MarkerColor: "STRING_VALUE",
1090
+ * },
1091
+ * MinValueMarker: {
1092
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
1093
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
1094
+ * MarkerSize: "STRING_VALUE",
1095
+ * MarkerColor: "STRING_VALUE",
1096
+ * },
1097
+ * },
1043
1098
  * },
1044
1099
  * ],
1100
+ * Tooltip: { // TooltipOptions
1101
+ * TooltipVisibility: "HIDDEN" || "VISIBLE",
1102
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
1103
+ * FieldBasedTooltip: { // FieldBasedTooltip
1104
+ * AggregationVisibility: "HIDDEN" || "VISIBLE",
1105
+ * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
1106
+ * TooltipFields: [ // TooltipItemList
1107
+ * { // TooltipItem
1108
+ * FieldTooltipItem: { // FieldTooltipItem
1109
+ * FieldId: "STRING_VALUE", // required
1110
+ * Label: "STRING_VALUE",
1111
+ * Visibility: "HIDDEN" || "VISIBLE",
1112
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1113
+ * },
1114
+ * ColumnTooltipItem: { // ColumnTooltipItem
1115
+ * Column: "<ColumnIdentifier>", // required
1116
+ * Label: "STRING_VALUE",
1117
+ * Visibility: "HIDDEN" || "VISIBLE",
1118
+ * Aggregation: {
1119
+ * NumericalAggregationFunction: {
1120
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1121
+ * PercentileAggregation: {
1122
+ * PercentileValue: Number("double"),
1123
+ * },
1124
+ * },
1125
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1126
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1127
+ * AttributeAggregationFunction: {
1128
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1129
+ * ValueForMultipleValues: "STRING_VALUE",
1130
+ * },
1131
+ * },
1132
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1133
+ * },
1134
+ * },
1135
+ * ],
1136
+ * },
1137
+ * SheetTooltip: { // SheetTooltip
1138
+ * SheetId: "STRING_VALUE",
1139
+ * },
1140
+ * },
1045
1141
  * DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
1046
1142
  * FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
1047
1143
  * Status: "ENABLED" || "DISABLED",
@@ -1290,29 +1386,20 @@ declare const CreateDashboardCommand_base: {
1290
1386
  * FieldId: "STRING_VALUE", // required
1291
1387
  * Column: "<ColumnIdentifier>", // required
1292
1388
  * HierarchyId: "STRING_VALUE",
1293
- * FormatConfiguration: {
1294
- * FormatConfiguration: "<NumericFormatConfiguration>",
1295
- * },
1389
+ * FormatConfiguration: "<NumberFormatConfiguration>",
1296
1390
  * },
1297
1391
  * CategoricalDimensionField: {
1298
1392
  * FieldId: "STRING_VALUE", // required
1299
1393
  * Column: "<ColumnIdentifier>", // required
1300
1394
  * HierarchyId: "STRING_VALUE",
1301
- * FormatConfiguration: {
1302
- * NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1303
- * NumericFormatConfiguration: "<NumericFormatConfiguration>",
1304
- * },
1395
+ * FormatConfiguration: "<StringFormatConfiguration>",
1305
1396
  * },
1306
1397
  * DateDimensionField: {
1307
1398
  * FieldId: "STRING_VALUE", // required
1308
1399
  * Column: "<ColumnIdentifier>", // required
1309
1400
  * DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1310
1401
  * HierarchyId: "STRING_VALUE",
1311
- * FormatConfiguration: {
1312
- * DateTimeFormat: "STRING_VALUE",
1313
- * NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1314
- * NumericFormatConfiguration: "<NumericFormatConfiguration>",
1315
- * },
1402
+ * FormatConfiguration: "<DateTimeFormatConfiguration>",
1316
1403
  * },
1317
1404
  * },
1318
1405
  * ],
@@ -1562,6 +1649,42 @@ declare const CreateDashboardCommand_base: {
1562
1649
  * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1563
1650
  * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1564
1651
  * },
1652
+ * Tooltip: {
1653
+ * TooltipVisibility: "HIDDEN" || "VISIBLE",
1654
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
1655
+ * FieldBasedTooltip: {
1656
+ * AggregationVisibility: "HIDDEN" || "VISIBLE",
1657
+ * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
1658
+ * TooltipFields: [
1659
+ * {
1660
+ * FieldTooltipItem: {
1661
+ * FieldId: "STRING_VALUE", // required
1662
+ * Label: "STRING_VALUE",
1663
+ * Visibility: "HIDDEN" || "VISIBLE",
1664
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1665
+ * },
1666
+ * ColumnTooltipItem: {
1667
+ * Column: "<ColumnIdentifier>", // required
1668
+ * Label: "STRING_VALUE",
1669
+ * Visibility: "HIDDEN" || "VISIBLE",
1670
+ * Aggregation: {
1671
+ * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1672
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1673
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1674
+ * AttributeAggregationFunction: {
1675
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1676
+ * ValueForMultipleValues: "STRING_VALUE",
1677
+ * },
1678
+ * },
1679
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1680
+ * },
1681
+ * },
1682
+ * ],
1683
+ * },
1684
+ * SheetTooltip: {
1685
+ * SheetId: "STRING_VALUE",
1686
+ * },
1687
+ * },
1565
1688
  * DashboardCustomizationVisualOptions: {
1566
1689
  * FieldsConfiguration: {
1567
1690
  * Status: "ENABLED" || "DISABLED",
@@ -1753,12 +1876,7 @@ declare const CreateDashboardCommand_base: {
1753
1876
  * NumericalMeasureField: {
1754
1877
  * FieldId: "STRING_VALUE", // required
1755
1878
  * Column: "<ColumnIdentifier>", // required
1756
- * AggregationFunction: {
1757
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1758
- * PercentileAggregation: {
1759
- * PercentileValue: Number("double"),
1760
- * },
1761
- * },
1879
+ * AggregationFunction: "<NumericalAggregationFunction>",
1762
1880
  * FormatConfiguration: "<NumberFormatConfiguration>",
1763
1881
  * },
1764
1882
  * CategoricalMeasureField: {
@@ -1780,27 +1898,7 @@ declare const CreateDashboardCommand_base: {
1780
1898
  * },
1781
1899
  * ],
1782
1900
  * Colors: [
1783
- * {
1784
- * NumericalDimensionField: {
1785
- * FieldId: "STRING_VALUE", // required
1786
- * Column: "<ColumnIdentifier>", // required
1787
- * HierarchyId: "STRING_VALUE",
1788
- * FormatConfiguration: "<NumberFormatConfiguration>",
1789
- * },
1790
- * CategoricalDimensionField: {
1791
- * FieldId: "STRING_VALUE", // required
1792
- * Column: "<ColumnIdentifier>", // required
1793
- * HierarchyId: "STRING_VALUE",
1794
- * FormatConfiguration: "<StringFormatConfiguration>",
1795
- * },
1796
- * DateDimensionField: {
1797
- * FieldId: "STRING_VALUE", // required
1798
- * Column: "<ColumnIdentifier>", // required
1799
- * DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1800
- * HierarchyId: "STRING_VALUE",
1801
- * FormatConfiguration: "<DateTimeFormatConfiguration>",
1802
- * },
1803
- * },
1901
+ * "<DimensionField>",
1804
1902
  * ],
1805
1903
  * SmallMultiples: [ // SmallMultiplesDimensionFieldList
1806
1904
  * "<DimensionField>",
@@ -1842,15 +1940,7 @@ declare const CreateDashboardCommand_base: {
1842
1940
  * ColumnSort: {
1843
1941
  * SortBy: "<ColumnIdentifier>", // required
1844
1942
  * Direction: "ASC" || "DESC", // required
1845
- * AggregationFunction: {
1846
- * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1847
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1848
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1849
- * AttributeAggregationFunction: {
1850
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1851
- * ValueForMultipleValues: "STRING_VALUE",
1852
- * },
1853
- * },
1943
+ * AggregationFunction: "<AggregationFunction>",
1854
1944
  * },
1855
1945
  * },
1856
1946
  * ],
@@ -1867,15 +1957,7 @@ declare const CreateDashboardCommand_base: {
1867
1957
  * ColumnSort: {
1868
1958
  * SortBy: "<ColumnIdentifier>", // required
1869
1959
  * Direction: "ASC" || "DESC", // required
1870
- * AggregationFunction: {
1871
- * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1872
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1873
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1874
- * AttributeAggregationFunction: {
1875
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1876
- * ValueForMultipleValues: "STRING_VALUE",
1877
- * },
1878
- * },
1960
+ * AggregationFunction: "<AggregationFunction>",
1879
1961
  * },
1880
1962
  * },
1881
1963
  * ],
@@ -2141,21 +2223,21 @@ declare const CreateDashboardCommand_base: {
2141
2223
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2142
2224
  * TotalsVisibility: "HIDDEN" || "VISIBLE",
2143
2225
  * },
2144
- * Tooltip: { // TooltipOptions
2226
+ * Tooltip: {
2145
2227
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
2146
- * SelectedTooltipType: "BASIC" || "DETAILED",
2147
- * FieldBasedTooltip: { // FieldBasedTooltip
2228
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
2229
+ * FieldBasedTooltip: {
2148
2230
  * AggregationVisibility: "HIDDEN" || "VISIBLE",
2149
2231
  * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
2150
- * TooltipFields: [ // TooltipItemList
2151
- * { // TooltipItem
2152
- * FieldTooltipItem: { // FieldTooltipItem
2232
+ * TooltipFields: [
2233
+ * {
2234
+ * FieldTooltipItem: {
2153
2235
  * FieldId: "STRING_VALUE", // required
2154
2236
  * Label: "STRING_VALUE",
2155
2237
  * Visibility: "HIDDEN" || "VISIBLE",
2156
2238
  * TooltipTarget: "BOTH" || "BAR" || "LINE",
2157
2239
  * },
2158
- * ColumnTooltipItem: { // ColumnTooltipItem
2240
+ * ColumnTooltipItem: {
2159
2241
  * Column: "<ColumnIdentifier>", // required
2160
2242
  * Label: "STRING_VALUE",
2161
2243
  * Visibility: "HIDDEN" || "VISIBLE",
@@ -2165,6 +2247,9 @@ declare const CreateDashboardCommand_base: {
2165
2247
  * },
2166
2248
  * ],
2167
2249
  * },
2250
+ * SheetTooltip: {
2251
+ * SheetId: "STRING_VALUE",
2252
+ * },
2168
2253
  * },
2169
2254
  * ReferenceLines: [ // ReferenceLineList
2170
2255
  * { // ReferenceLine
@@ -2842,7 +2927,7 @@ declare const CreateDashboardCommand_base: {
2842
2927
  * },
2843
2928
  * Tooltip: {
2844
2929
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
2845
- * SelectedTooltipType: "BASIC" || "DETAILED",
2930
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
2846
2931
  * FieldBasedTooltip: {
2847
2932
  * AggregationVisibility: "HIDDEN" || "VISIBLE",
2848
2933
  * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
@@ -2864,6 +2949,9 @@ declare const CreateDashboardCommand_base: {
2864
2949
  * },
2865
2950
  * ],
2866
2951
  * },
2952
+ * SheetTooltip: {
2953
+ * SheetId: "STRING_VALUE",
2954
+ * },
2867
2955
  * },
2868
2956
  * VisualPalette: {
2869
2957
  * ChartColor: "STRING_VALUE",
@@ -3050,7 +3138,7 @@ declare const CreateDashboardCommand_base: {
3050
3138
  * },
3051
3139
  * TooltipOptions: {
3052
3140
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
3053
- * SelectedTooltipType: "BASIC" || "DETAILED",
3141
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
3054
3142
  * FieldBasedTooltip: {
3055
3143
  * AggregationVisibility: "HIDDEN" || "VISIBLE",
3056
3144
  * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
@@ -3072,6 +3160,9 @@ declare const CreateDashboardCommand_base: {
3072
3160
  * },
3073
3161
  * ],
3074
3162
  * },
3163
+ * SheetTooltip: {
3164
+ * SheetId: "STRING_VALUE",
3165
+ * },
3075
3166
  * },
3076
3167
  * VisualPalette: {
3077
3168
  * ChartColor: "STRING_VALUE",
@@ -3328,7 +3419,7 @@ declare const CreateDashboardCommand_base: {
3328
3419
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
3329
3420
  * LineWidth: "STRING_VALUE",
3330
3421
  * },
3331
- * MarkerStyleSettings: { // LineChartMarkerStyleSettings
3422
+ * MarkerStyleSettings: {
3332
3423
  * MarkerVisibility: "HIDDEN" || "VISIBLE",
3333
3424
  * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3334
3425
  * MarkerSize: "STRING_VALUE",
@@ -3354,12 +3445,7 @@ declare const CreateDashboardCommand_base: {
3354
3445
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
3355
3446
  * LineWidth: "STRING_VALUE",
3356
3447
  * },
3357
- * MarkerStyleSettings: {
3358
- * MarkerVisibility: "HIDDEN" || "VISIBLE",
3359
- * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3360
- * MarkerSize: "STRING_VALUE",
3361
- * MarkerColor: "STRING_VALUE",
3362
- * },
3448
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
3363
3449
  * DecalSettings: {
3364
3450
  * ElementValue: "STRING_VALUE",
3365
3451
  * DecalVisibility: "HIDDEN" || "VISIBLE",
@@ -3380,12 +3466,7 @@ declare const CreateDashboardCommand_base: {
3380
3466
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
3381
3467
  * LineWidth: "STRING_VALUE",
3382
3468
  * },
3383
- * MarkerStyleSettings: {
3384
- * MarkerVisibility: "HIDDEN" || "VISIBLE",
3385
- * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3386
- * MarkerSize: "STRING_VALUE",
3387
- * MarkerColor: "STRING_VALUE",
3388
- * },
3469
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
3389
3470
  * DecalSettings: "<DecalSettings>",
3390
3471
  * },
3391
3472
  * },
@@ -3466,31 +3547,7 @@ declare const CreateDashboardCommand_base: {
3466
3547
  * },
3467
3548
  * },
3468
3549
  * ],
3469
- * Tooltip: {
3470
- * TooltipVisibility: "HIDDEN" || "VISIBLE",
3471
- * SelectedTooltipType: "BASIC" || "DETAILED",
3472
- * FieldBasedTooltip: {
3473
- * AggregationVisibility: "HIDDEN" || "VISIBLE",
3474
- * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3475
- * TooltipFields: [
3476
- * {
3477
- * FieldTooltipItem: {
3478
- * FieldId: "STRING_VALUE", // required
3479
- * Label: "STRING_VALUE",
3480
- * Visibility: "HIDDEN" || "VISIBLE",
3481
- * TooltipTarget: "BOTH" || "BAR" || "LINE",
3482
- * },
3483
- * ColumnTooltipItem: {
3484
- * Column: "<ColumnIdentifier>", // required
3485
- * Label: "STRING_VALUE",
3486
- * Visibility: "HIDDEN" || "VISIBLE",
3487
- * Aggregation: "<AggregationFunction>",
3488
- * TooltipTarget: "BOTH" || "BAR" || "LINE",
3489
- * },
3490
- * },
3491
- * ],
3492
- * },
3493
- * },
3550
+ * Tooltip: "<TooltipOptions>",
3494
3551
  * ContributionAnalysisDefaults: [
3495
3552
  * {
3496
3553
  * MeasureFieldId: "STRING_VALUE", // required
@@ -3618,31 +3675,7 @@ declare const CreateDashboardCommand_base: {
3618
3675
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3619
3676
  * TotalsVisibility: "HIDDEN" || "VISIBLE",
3620
3677
  * },
3621
- * Tooltip: {
3622
- * TooltipVisibility: "HIDDEN" || "VISIBLE",
3623
- * SelectedTooltipType: "BASIC" || "DETAILED",
3624
- * FieldBasedTooltip: {
3625
- * AggregationVisibility: "HIDDEN" || "VISIBLE",
3626
- * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3627
- * TooltipFields: [
3628
- * {
3629
- * FieldTooltipItem: {
3630
- * FieldId: "STRING_VALUE", // required
3631
- * Label: "STRING_VALUE",
3632
- * Visibility: "HIDDEN" || "VISIBLE",
3633
- * TooltipTarget: "BOTH" || "BAR" || "LINE",
3634
- * },
3635
- * ColumnTooltipItem: {
3636
- * Column: "<ColumnIdentifier>", // required
3637
- * Label: "STRING_VALUE",
3638
- * Visibility: "HIDDEN" || "VISIBLE",
3639
- * Aggregation: "<AggregationFunction>",
3640
- * TooltipTarget: "BOTH" || "BAR" || "LINE",
3641
- * },
3642
- * },
3643
- * ],
3644
- * },
3645
- * },
3678
+ * Tooltip: "<TooltipOptions>",
3646
3679
  * Interactions: "<VisualInteractionOptions>",
3647
3680
  * },
3648
3681
  * ColumnHierarchies: [
@@ -4275,12 +4308,7 @@ declare const CreateDashboardCommand_base: {
4275
4308
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4276
4309
  * LineWidth: "STRING_VALUE",
4277
4310
  * },
4278
- * MarkerStyleSettings: {
4279
- * MarkerVisibility: "HIDDEN" || "VISIBLE",
4280
- * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4281
- * MarkerSize: "STRING_VALUE",
4282
- * MarkerColor: "STRING_VALUE",
4283
- * },
4311
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4284
4312
  * DecalSettings: "<DecalSettings>",
4285
4313
  * BorderSettings: {
4286
4314
  * BorderVisibility: "HIDDEN" || "VISIBLE",
@@ -4299,12 +4327,7 @@ declare const CreateDashboardCommand_base: {
4299
4327
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4300
4328
  * LineWidth: "STRING_VALUE",
4301
4329
  * },
4302
- * MarkerStyleSettings: {
4303
- * MarkerVisibility: "HIDDEN" || "VISIBLE",
4304
- * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4305
- * MarkerSize: "STRING_VALUE",
4306
- * MarkerColor: "STRING_VALUE",
4307
- * },
4330
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4308
4331
  * DecalSettings: "<DecalSettings>",
4309
4332
  * BorderSettings: {
4310
4333
  * BorderVisibility: "HIDDEN" || "VISIBLE",
@@ -5127,21 +5150,1848 @@ declare const CreateDashboardCommand_base: {
5127
5150
  * },
5128
5151
  * },
5129
5152
  * ],
5130
- * CalculatedFields: [ // CalculatedFields
5131
- * { // CalculatedField
5132
- * DataSetIdentifier: "STRING_VALUE", // required
5133
- * Name: "STRING_VALUE", // required
5134
- * Expression: "STRING_VALUE", // required
5135
- * },
5136
- * ],
5137
- * ParameterDeclarations: [ // ParameterDeclarationList
5138
- * { // ParameterDeclaration
5139
- * StringParameterDeclaration: { // StringParameterDeclaration
5140
- * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
5141
- * Name: "STRING_VALUE", // required
5142
- * DefaultValues: { // StringDefaultValues
5143
- * DynamicValue: { // DynamicDefaultValue
5144
- * UserNameColumn: "<ColumnIdentifier>",
5153
+ * TooltipSheets: [ // TooltipSheetDefinitionList
5154
+ * { // TooltipSheetDefinition
5155
+ * SheetId: "STRING_VALUE", // required
5156
+ * Name: "STRING_VALUE",
5157
+ * Visuals: [ // TooltipSheetVisualList
5158
+ * {
5159
+ * TableVisual: {
5160
+ * VisualId: "STRING_VALUE", // required
5161
+ * Title: "<VisualTitleLabelOptions>",
5162
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5163
+ * ChartConfiguration: {
5164
+ * FieldWells: {
5165
+ * TableAggregatedFieldWells: {
5166
+ * GroupBy: "<DimensionFieldList>",
5167
+ * Values: "<MeasureFieldList>",
5168
+ * },
5169
+ * TableUnaggregatedFieldWells: {
5170
+ * Values: [
5171
+ * {
5172
+ * FieldId: "STRING_VALUE", // required
5173
+ * Column: "<ColumnIdentifier>", // required
5174
+ * FormatConfiguration: {
5175
+ * StringFormatConfiguration: "<StringFormatConfiguration>",
5176
+ * NumberFormatConfiguration: "<NumberFormatConfiguration>",
5177
+ * DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
5178
+ * },
5179
+ * },
5180
+ * ],
5181
+ * },
5182
+ * },
5183
+ * SortConfiguration: {
5184
+ * RowSort: [
5185
+ * "<FieldSortOptions>",
5186
+ * ],
5187
+ * PaginationConfiguration: {
5188
+ * PageSize: Number("long"), // required
5189
+ * PageNumber: Number("long"), // required
5190
+ * },
5191
+ * },
5192
+ * TableOptions: {
5193
+ * Orientation: "VERTICAL" || "HORIZONTAL",
5194
+ * HeaderStyle: "<TableCellStyle>",
5195
+ * CellStyle: "<TableCellStyle>",
5196
+ * RowAlternateColorOptions: {
5197
+ * Status: "ENABLED" || "DISABLED",
5198
+ * RowAlternateColors: [
5199
+ * "STRING_VALUE",
5200
+ * ],
5201
+ * UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
5202
+ * },
5203
+ * },
5204
+ * TotalOptions: {
5205
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5206
+ * Placement: "START" || "END" || "AUTO",
5207
+ * ScrollStatus: "PINNED" || "SCROLLED",
5208
+ * CustomLabel: "STRING_VALUE",
5209
+ * TotalCellStyle: "<TableCellStyle>",
5210
+ * TotalAggregationOptions: [
5211
+ * {
5212
+ * FieldId: "STRING_VALUE", // required
5213
+ * TotalAggregationFunction: {
5214
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
5215
+ * },
5216
+ * },
5217
+ * ],
5218
+ * },
5219
+ * FieldOptions: {
5220
+ * SelectedFieldOptions: [
5221
+ * {
5222
+ * FieldId: "STRING_VALUE", // required
5223
+ * Width: "STRING_VALUE",
5224
+ * CustomLabel: "STRING_VALUE",
5225
+ * Visibility: "HIDDEN" || "VISIBLE",
5226
+ * URLStyling: {
5227
+ * LinkConfiguration: {
5228
+ * Target: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
5229
+ * Content: {
5230
+ * CustomTextContent: {
5231
+ * Value: "STRING_VALUE",
5232
+ * FontConfiguration: "<FontConfiguration>", // required
5233
+ * },
5234
+ * CustomIconContent: {
5235
+ * Icon: "LINK",
5236
+ * },
5237
+ * },
5238
+ * },
5239
+ * ImageConfiguration: {
5240
+ * SizingOptions: {
5241
+ * TableCellImageScalingConfiguration: "FIT_TO_CELL_HEIGHT" || "FIT_TO_CELL_WIDTH" || "DO_NOT_SCALE",
5242
+ * },
5243
+ * },
5244
+ * },
5245
+ * },
5246
+ * ],
5247
+ * Order: [
5248
+ * "STRING_VALUE",
5249
+ * ],
5250
+ * PinnedFieldOptions: {
5251
+ * PinnedLeftFields: [
5252
+ * "STRING_VALUE",
5253
+ * ],
5254
+ * },
5255
+ * TransposedTableOptions: [
5256
+ * {
5257
+ * ColumnIndex: Number("int"),
5258
+ * ColumnWidth: "STRING_VALUE",
5259
+ * ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
5260
+ * },
5261
+ * ],
5262
+ * },
5263
+ * PaginatedReportOptions: {
5264
+ * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
5265
+ * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
5266
+ * },
5267
+ * TableInlineVisualizations: [
5268
+ * {
5269
+ * DataBars: {
5270
+ * FieldId: "STRING_VALUE", // required
5271
+ * PositiveColor: "STRING_VALUE",
5272
+ * NegativeColor: "STRING_VALUE",
5273
+ * },
5274
+ * Sparklines: {
5275
+ * FieldId: "STRING_VALUE", // required
5276
+ * XAxisField: "<DimensionField>", // required
5277
+ * YAxisBehavior: "SHARED" || "INDEPENDENT",
5278
+ * VisualType: "LINE" || "AREA_LINE",
5279
+ * LineColor: "STRING_VALUE",
5280
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
5281
+ * AllPointsMarker: "<LineChartMarkerStyleSettings>",
5282
+ * MaxValueMarker: "<LineChartMarkerStyleSettings>",
5283
+ * MinValueMarker: "<LineChartMarkerStyleSettings>",
5284
+ * },
5285
+ * },
5286
+ * ],
5287
+ * Tooltip: "<TooltipOptions>",
5288
+ * DashboardCustomizationVisualOptions: {
5289
+ * FieldsConfiguration: {
5290
+ * Status: "ENABLED" || "DISABLED",
5291
+ * AdditionalFields: [
5292
+ * "<ColumnIdentifier>",
5293
+ * ],
5294
+ * },
5295
+ * },
5296
+ * Interactions: "<VisualInteractionOptions>",
5297
+ * },
5298
+ * ConditionalFormatting: {
5299
+ * ConditionalFormattingOptions: [
5300
+ * {
5301
+ * Cell: {
5302
+ * FieldId: "STRING_VALUE", // required
5303
+ * TextFormat: {
5304
+ * BackgroundColor: "<ConditionalFormattingColor>",
5305
+ * TextColor: "<ConditionalFormattingColor>",
5306
+ * Icon: "<ConditionalFormattingIcon>",
5307
+ * },
5308
+ * },
5309
+ * Row: {
5310
+ * BackgroundColor: "<ConditionalFormattingColor>",
5311
+ * TextColor: "<ConditionalFormattingColor>",
5312
+ * },
5313
+ * },
5314
+ * ],
5315
+ * },
5316
+ * Actions: "<VisualCustomActionList>",
5317
+ * VisualContentAltText: "STRING_VALUE",
5318
+ * },
5319
+ * PivotTableVisual: {
5320
+ * VisualId: "STRING_VALUE", // required
5321
+ * Title: "<VisualTitleLabelOptions>",
5322
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5323
+ * ChartConfiguration: {
5324
+ * FieldWells: {
5325
+ * PivotTableAggregatedFieldWells: {
5326
+ * Rows: [
5327
+ * "<DimensionField>",
5328
+ * ],
5329
+ * Columns: [
5330
+ * "<DimensionField>",
5331
+ * ],
5332
+ * Values: [
5333
+ * "<MeasureField>",
5334
+ * ],
5335
+ * },
5336
+ * },
5337
+ * SortConfiguration: {
5338
+ * FieldSortOptions: [
5339
+ * {
5340
+ * FieldId: "STRING_VALUE", // required
5341
+ * SortBy: {
5342
+ * Field: "<FieldSort>",
5343
+ * Column: "<ColumnSort>",
5344
+ * DataPath: {
5345
+ * Direction: "ASC" || "DESC", // required
5346
+ * SortPaths: "<DataPathValueList>", // required
5347
+ * },
5348
+ * },
5349
+ * },
5350
+ * ],
5351
+ * },
5352
+ * TableOptions: {
5353
+ * MetricPlacement: "ROW" || "COLUMN",
5354
+ * SingleMetricVisibility: "HIDDEN" || "VISIBLE",
5355
+ * ColumnNamesVisibility: "HIDDEN" || "VISIBLE",
5356
+ * ToggleButtonsVisibility: "HIDDEN" || "VISIBLE",
5357
+ * ColumnHeaderStyle: "<TableCellStyle>",
5358
+ * RowHeaderStyle: "<TableCellStyle>",
5359
+ * CellStyle: "<TableCellStyle>",
5360
+ * RowFieldNamesStyle: "<TableCellStyle>",
5361
+ * RowAlternateColorOptions: {
5362
+ * Status: "ENABLED" || "DISABLED",
5363
+ * RowAlternateColors: [
5364
+ * "STRING_VALUE",
5365
+ * ],
5366
+ * UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
5367
+ * },
5368
+ * CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
5369
+ * RowsLayout: "TABULAR" || "HIERARCHY",
5370
+ * RowsLabelOptions: {
5371
+ * Visibility: "HIDDEN" || "VISIBLE",
5372
+ * CustomLabel: "STRING_VALUE",
5373
+ * },
5374
+ * DefaultCellWidth: "STRING_VALUE",
5375
+ * },
5376
+ * TotalOptions: {
5377
+ * RowSubtotalOptions: {
5378
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5379
+ * CustomLabel: "STRING_VALUE",
5380
+ * FieldLevel: "ALL" || "CUSTOM" || "LAST",
5381
+ * FieldLevelOptions: [
5382
+ * {
5383
+ * FieldId: "STRING_VALUE",
5384
+ * },
5385
+ * ],
5386
+ * TotalCellStyle: "<TableCellStyle>",
5387
+ * ValueCellStyle: "<TableCellStyle>",
5388
+ * MetricHeaderCellStyle: "<TableCellStyle>",
5389
+ * StyleTargets: [
5390
+ * {
5391
+ * CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
5392
+ * },
5393
+ * ],
5394
+ * },
5395
+ * ColumnSubtotalOptions: {
5396
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5397
+ * CustomLabel: "STRING_VALUE",
5398
+ * FieldLevel: "ALL" || "CUSTOM" || "LAST",
5399
+ * FieldLevelOptions: [
5400
+ * {
5401
+ * FieldId: "STRING_VALUE",
5402
+ * },
5403
+ * ],
5404
+ * TotalCellStyle: "<TableCellStyle>",
5405
+ * ValueCellStyle: "<TableCellStyle>",
5406
+ * MetricHeaderCellStyle: "<TableCellStyle>",
5407
+ * StyleTargets: [
5408
+ * {
5409
+ * CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
5410
+ * },
5411
+ * ],
5412
+ * },
5413
+ * RowTotalOptions: {
5414
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5415
+ * Placement: "START" || "END" || "AUTO",
5416
+ * ScrollStatus: "PINNED" || "SCROLLED",
5417
+ * CustomLabel: "STRING_VALUE",
5418
+ * TotalCellStyle: "<TableCellStyle>",
5419
+ * ValueCellStyle: "<TableCellStyle>",
5420
+ * MetricHeaderCellStyle: "<TableCellStyle>",
5421
+ * TotalAggregationOptions: [
5422
+ * {
5423
+ * FieldId: "STRING_VALUE", // required
5424
+ * TotalAggregationFunction: {
5425
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
5426
+ * },
5427
+ * },
5428
+ * ],
5429
+ * },
5430
+ * ColumnTotalOptions: {
5431
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5432
+ * Placement: "START" || "END" || "AUTO",
5433
+ * ScrollStatus: "PINNED" || "SCROLLED",
5434
+ * CustomLabel: "STRING_VALUE",
5435
+ * TotalCellStyle: "<TableCellStyle>",
5436
+ * ValueCellStyle: "<TableCellStyle>",
5437
+ * MetricHeaderCellStyle: "<TableCellStyle>",
5438
+ * TotalAggregationOptions: "<TotalAggregationOptionList>",
5439
+ * },
5440
+ * },
5441
+ * FieldOptions: {
5442
+ * SelectedFieldOptions: [
5443
+ * {
5444
+ * FieldId: "STRING_VALUE", // required
5445
+ * CustomLabel: "STRING_VALUE",
5446
+ * Visibility: "HIDDEN" || "VISIBLE",
5447
+ * },
5448
+ * ],
5449
+ * DataPathOptions: [
5450
+ * {
5451
+ * DataPathList: "<DataPathValueList>", // required
5452
+ * Width: "STRING_VALUE",
5453
+ * },
5454
+ * ],
5455
+ * CollapseStateOptions: [
5456
+ * {
5457
+ * Target: {
5458
+ * FieldId: "STRING_VALUE",
5459
+ * FieldDataPathValues: "<DataPathValueList>",
5460
+ * },
5461
+ * State: "COLLAPSED" || "EXPANDED",
5462
+ * },
5463
+ * ],
5464
+ * },
5465
+ * PaginatedReportOptions: {
5466
+ * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
5467
+ * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
5468
+ * },
5469
+ * Tooltip: "<TooltipOptions>",
5470
+ * DashboardCustomizationVisualOptions: {
5471
+ * FieldsConfiguration: {
5472
+ * Status: "ENABLED" || "DISABLED",
5473
+ * AdditionalFields: [
5474
+ * "<ColumnIdentifier>",
5475
+ * ],
5476
+ * },
5477
+ * },
5478
+ * Interactions: "<VisualInteractionOptions>",
5479
+ * },
5480
+ * ConditionalFormatting: {
5481
+ * ConditionalFormattingOptions: [
5482
+ * {
5483
+ * Cell: {
5484
+ * FieldId: "STRING_VALUE", // required
5485
+ * TextFormat: {
5486
+ * BackgroundColor: "<ConditionalFormattingColor>",
5487
+ * TextColor: "<ConditionalFormattingColor>",
5488
+ * Icon: "<ConditionalFormattingIcon>",
5489
+ * },
5490
+ * Scope: {
5491
+ * Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
5492
+ * },
5493
+ * Scopes: [
5494
+ * {
5495
+ * Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
5496
+ * },
5497
+ * ],
5498
+ * },
5499
+ * },
5500
+ * ],
5501
+ * },
5502
+ * Actions: "<VisualCustomActionList>",
5503
+ * VisualContentAltText: "STRING_VALUE",
5504
+ * },
5505
+ * BarChartVisual: {
5506
+ * VisualId: "STRING_VALUE", // required
5507
+ * Title: "<VisualTitleLabelOptions>",
5508
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5509
+ * ChartConfiguration: {
5510
+ * FieldWells: {
5511
+ * BarChartAggregatedFieldWells: {
5512
+ * Category: "<DimensionFieldList>",
5513
+ * Values: "<MeasureFieldList>",
5514
+ * Colors: "<DimensionFieldList>",
5515
+ * SmallMultiples: [
5516
+ * "<DimensionField>",
5517
+ * ],
5518
+ * },
5519
+ * },
5520
+ * SortConfiguration: {
5521
+ * CategorySort: "<FieldSortOptionsList>",
5522
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
5523
+ * ColorSort: "<FieldSortOptionsList>",
5524
+ * ColorItemsLimit: "<ItemsLimitConfiguration>",
5525
+ * SmallMultiplesSort: "<FieldSortOptionsList>",
5526
+ * SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5527
+ * },
5528
+ * Orientation: "HORIZONTAL" || "VERTICAL",
5529
+ * BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
5530
+ * VisualPalette: "<VisualPalette>",
5531
+ * SmallMultiplesOptions: {
5532
+ * MaxVisibleRows: Number("long"),
5533
+ * MaxVisibleColumns: Number("long"),
5534
+ * PanelConfiguration: {
5535
+ * Title: {
5536
+ * Visibility: "HIDDEN" || "VISIBLE",
5537
+ * FontConfiguration: "<FontConfiguration>",
5538
+ * HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
5539
+ * },
5540
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
5541
+ * BorderThickness: "STRING_VALUE",
5542
+ * BorderStyle: "SOLID" || "DASHED" || "DOTTED",
5543
+ * BorderColor: "STRING_VALUE",
5544
+ * GutterVisibility: "HIDDEN" || "VISIBLE",
5545
+ * GutterSpacing: "STRING_VALUE",
5546
+ * BackgroundVisibility: "HIDDEN" || "VISIBLE",
5547
+ * BackgroundColor: "STRING_VALUE",
5548
+ * },
5549
+ * XAxis: "<SmallMultiplesAxisProperties>",
5550
+ * YAxis: "<SmallMultiplesAxisProperties>",
5551
+ * },
5552
+ * CategoryAxis: "<AxisDisplayOptions>",
5553
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
5554
+ * ValueAxis: "<AxisDisplayOptions>",
5555
+ * ValueLabelOptions: "<ChartAxisLabelOptions>",
5556
+ * ColorLabelOptions: "<ChartAxisLabelOptions>",
5557
+ * DefaultSeriesSettings: {
5558
+ * DecalSettings: "<DecalSettings>",
5559
+ * BorderSettings: "<BorderSettings>",
5560
+ * },
5561
+ * Series: [
5562
+ * {
5563
+ * FieldBarSeriesItem: {
5564
+ * FieldId: "STRING_VALUE", // required
5565
+ * Settings: {
5566
+ * DecalSettings: "<DecalSettings>",
5567
+ * BorderSettings: "<BorderSettings>",
5568
+ * },
5569
+ * },
5570
+ * DataFieldBarSeriesItem: {
5571
+ * FieldId: "STRING_VALUE", // required
5572
+ * FieldValue: "STRING_VALUE",
5573
+ * Settings: {
5574
+ * DecalSettings: "<DecalSettings>",
5575
+ * BorderSettings: "<BorderSettings>",
5576
+ * },
5577
+ * },
5578
+ * },
5579
+ * ],
5580
+ * Legend: "<LegendOptions>",
5581
+ * DataLabels: "<DataLabelOptions>",
5582
+ * Tooltip: "<TooltipOptions>",
5583
+ * ReferenceLines: [
5584
+ * {
5585
+ * Status: "ENABLED" || "DISABLED",
5586
+ * DataConfiguration: {
5587
+ * StaticConfiguration: {
5588
+ * Value: Number("double"), // required
5589
+ * },
5590
+ * DynamicConfiguration: {
5591
+ * Column: "<ColumnIdentifier>", // required
5592
+ * MeasureAggregationFunction: "<AggregationFunction>",
5593
+ * Calculation: "<NumericalAggregationFunction>", // required
5594
+ * },
5595
+ * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
5596
+ * SeriesType: "BAR" || "LINE",
5597
+ * },
5598
+ * StyleConfiguration: {
5599
+ * Pattern: "SOLID" || "DASHED" || "DOTTED",
5600
+ * Color: "STRING_VALUE",
5601
+ * },
5602
+ * LabelConfiguration: {
5603
+ * ValueLabelConfiguration: {
5604
+ * RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
5605
+ * FormatConfiguration: "<NumericFormatConfiguration>",
5606
+ * },
5607
+ * CustomLabelConfiguration: {
5608
+ * CustomLabel: "STRING_VALUE", // required
5609
+ * },
5610
+ * FontConfiguration: "<FontConfiguration>",
5611
+ * FontColor: "STRING_VALUE",
5612
+ * HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
5613
+ * VerticalPosition: "ABOVE" || "BELOW",
5614
+ * },
5615
+ * },
5616
+ * ],
5617
+ * ContributionAnalysisDefaults: [
5618
+ * {
5619
+ * MeasureFieldId: "STRING_VALUE", // required
5620
+ * ContributorDimensions: [ // required
5621
+ * "<ColumnIdentifier>",
5622
+ * ],
5623
+ * },
5624
+ * ],
5625
+ * Interactions: "<VisualInteractionOptions>",
5626
+ * },
5627
+ * Actions: "<VisualCustomActionList>",
5628
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5629
+ * VisualContentAltText: "STRING_VALUE",
5630
+ * },
5631
+ * KPIVisual: {
5632
+ * VisualId: "STRING_VALUE", // required
5633
+ * Title: "<VisualTitleLabelOptions>",
5634
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5635
+ * ChartConfiguration: {
5636
+ * FieldWells: {
5637
+ * Values: "<MeasureFieldList>",
5638
+ * TargetValues: "<MeasureFieldList>",
5639
+ * TrendGroups: "<DimensionFieldList>",
5640
+ * },
5641
+ * SortConfiguration: {
5642
+ * TrendGroupSort: "<FieldSortOptionsList>",
5643
+ * },
5644
+ * KPIOptions: {
5645
+ * ProgressBar: {
5646
+ * Visibility: "HIDDEN" || "VISIBLE",
5647
+ * },
5648
+ * TrendArrows: {
5649
+ * Visibility: "HIDDEN" || "VISIBLE",
5650
+ * },
5651
+ * SecondaryValue: {
5652
+ * Visibility: "HIDDEN" || "VISIBLE",
5653
+ * },
5654
+ * Comparison: {
5655
+ * ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
5656
+ * ComparisonFormat: {
5657
+ * NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
5658
+ * PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
5659
+ * },
5660
+ * },
5661
+ * PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
5662
+ * PrimaryValueFontConfiguration: "<FontConfiguration>",
5663
+ * SecondaryValueFontConfiguration: "<FontConfiguration>",
5664
+ * Sparkline: {
5665
+ * Visibility: "HIDDEN" || "VISIBLE",
5666
+ * Type: "LINE" || "AREA", // required
5667
+ * Color: "STRING_VALUE",
5668
+ * TooltipVisibility: "HIDDEN" || "VISIBLE",
5669
+ * },
5670
+ * VisualLayoutOptions: {
5671
+ * StandardLayout: {
5672
+ * Type: "CLASSIC" || "VERTICAL", // required
5673
+ * },
5674
+ * },
5675
+ * },
5676
+ * Interactions: "<VisualInteractionOptions>",
5677
+ * },
5678
+ * ConditionalFormatting: {
5679
+ * ConditionalFormattingOptions: [
5680
+ * {
5681
+ * PrimaryValue: {
5682
+ * TextColor: "<ConditionalFormattingColor>",
5683
+ * Icon: "<ConditionalFormattingIcon>",
5684
+ * },
5685
+ * ProgressBar: {
5686
+ * ForegroundColor: "<ConditionalFormattingColor>",
5687
+ * },
5688
+ * ActualValue: {
5689
+ * TextColor: "<ConditionalFormattingColor>",
5690
+ * Icon: "<ConditionalFormattingIcon>",
5691
+ * },
5692
+ * ComparisonValue: {
5693
+ * TextColor: "<ConditionalFormattingColor>",
5694
+ * Icon: "<ConditionalFormattingIcon>",
5695
+ * },
5696
+ * },
5697
+ * ],
5698
+ * },
5699
+ * Actions: "<VisualCustomActionList>",
5700
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5701
+ * VisualContentAltText: "STRING_VALUE",
5702
+ * },
5703
+ * PieChartVisual: {
5704
+ * VisualId: "STRING_VALUE", // required
5705
+ * Title: "<VisualTitleLabelOptions>",
5706
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5707
+ * ChartConfiguration: {
5708
+ * FieldWells: {
5709
+ * PieChartAggregatedFieldWells: {
5710
+ * Category: "<DimensionFieldList>",
5711
+ * Values: "<MeasureFieldList>",
5712
+ * SmallMultiples: [
5713
+ * "<DimensionField>",
5714
+ * ],
5715
+ * },
5716
+ * },
5717
+ * SortConfiguration: {
5718
+ * CategorySort: "<FieldSortOptionsList>",
5719
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
5720
+ * SmallMultiplesSort: "<FieldSortOptionsList>",
5721
+ * SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5722
+ * },
5723
+ * DonutOptions: {
5724
+ * ArcOptions: {
5725
+ * ArcThickness: "SMALL" || "MEDIUM" || "LARGE" || "WHOLE",
5726
+ * },
5727
+ * DonutCenterOptions: {
5728
+ * LabelVisibility: "HIDDEN" || "VISIBLE",
5729
+ * },
5730
+ * },
5731
+ * SmallMultiplesOptions: {
5732
+ * MaxVisibleRows: Number("long"),
5733
+ * MaxVisibleColumns: Number("long"),
5734
+ * PanelConfiguration: {
5735
+ * Title: {
5736
+ * Visibility: "HIDDEN" || "VISIBLE",
5737
+ * FontConfiguration: "<FontConfiguration>",
5738
+ * HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
5739
+ * },
5740
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
5741
+ * BorderThickness: "STRING_VALUE",
5742
+ * BorderStyle: "SOLID" || "DASHED" || "DOTTED",
5743
+ * BorderColor: "STRING_VALUE",
5744
+ * GutterVisibility: "HIDDEN" || "VISIBLE",
5745
+ * GutterSpacing: "STRING_VALUE",
5746
+ * BackgroundVisibility: "HIDDEN" || "VISIBLE",
5747
+ * BackgroundColor: "STRING_VALUE",
5748
+ * },
5749
+ * XAxis: "<SmallMultiplesAxisProperties>",
5750
+ * YAxis: "<SmallMultiplesAxisProperties>",
5751
+ * },
5752
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
5753
+ * ValueLabelOptions: "<ChartAxisLabelOptions>",
5754
+ * Legend: "<LegendOptions>",
5755
+ * DataLabels: "<DataLabelOptions>",
5756
+ * Tooltip: "<TooltipOptions>",
5757
+ * VisualPalette: "<VisualPalette>",
5758
+ * ContributionAnalysisDefaults: [
5759
+ * {
5760
+ * MeasureFieldId: "STRING_VALUE", // required
5761
+ * ContributorDimensions: [ // required
5762
+ * "<ColumnIdentifier>",
5763
+ * ],
5764
+ * },
5765
+ * ],
5766
+ * Interactions: "<VisualInteractionOptions>",
5767
+ * },
5768
+ * Actions: "<VisualCustomActionList>",
5769
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5770
+ * VisualContentAltText: "STRING_VALUE",
5771
+ * },
5772
+ * GaugeChartVisual: {
5773
+ * VisualId: "STRING_VALUE", // required
5774
+ * Title: "<VisualTitleLabelOptions>",
5775
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5776
+ * ChartConfiguration: {
5777
+ * FieldWells: {
5778
+ * Values: "<MeasureFieldList>",
5779
+ * TargetValues: "<MeasureFieldList>",
5780
+ * },
5781
+ * GaugeChartOptions: {
5782
+ * PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
5783
+ * Comparison: {
5784
+ * ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
5785
+ * ComparisonFormat: {
5786
+ * NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
5787
+ * PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
5788
+ * },
5789
+ * },
5790
+ * ArcAxis: {
5791
+ * Range: {
5792
+ * Min: Number("double"),
5793
+ * Max: Number("double"),
5794
+ * },
5795
+ * ReserveRange: Number("int"),
5796
+ * },
5797
+ * Arc: {
5798
+ * ArcAngle: Number("double"),
5799
+ * ArcThickness: "SMALL" || "MEDIUM" || "LARGE",
5800
+ * },
5801
+ * PrimaryValueFontConfiguration: "<FontConfiguration>",
5802
+ * },
5803
+ * DataLabels: "<DataLabelOptions>",
5804
+ * TooltipOptions: "<TooltipOptions>",
5805
+ * VisualPalette: "<VisualPalette>",
5806
+ * ColorConfiguration: {
5807
+ * ForegroundColor: "STRING_VALUE",
5808
+ * BackgroundColor: "STRING_VALUE",
5809
+ * },
5810
+ * Interactions: "<VisualInteractionOptions>",
5811
+ * },
5812
+ * ConditionalFormatting: {
5813
+ * ConditionalFormattingOptions: [
5814
+ * {
5815
+ * PrimaryValue: {
5816
+ * TextColor: "<ConditionalFormattingColor>",
5817
+ * Icon: "<ConditionalFormattingIcon>",
5818
+ * },
5819
+ * Arc: {
5820
+ * ForegroundColor: "<ConditionalFormattingColor>",
5821
+ * },
5822
+ * },
5823
+ * ],
5824
+ * },
5825
+ * Actions: "<VisualCustomActionList>",
5826
+ * VisualContentAltText: "STRING_VALUE",
5827
+ * },
5828
+ * LineChartVisual: {
5829
+ * VisualId: "STRING_VALUE", // required
5830
+ * Title: "<VisualTitleLabelOptions>",
5831
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5832
+ * ChartConfiguration: {
5833
+ * FieldWells: {
5834
+ * LineChartAggregatedFieldWells: {
5835
+ * Category: "<DimensionFieldList>",
5836
+ * Values: "<MeasureFieldList>",
5837
+ * Colors: "<DimensionFieldList>",
5838
+ * SmallMultiples: "<SmallMultiplesDimensionFieldList>",
5839
+ * },
5840
+ * },
5841
+ * SortConfiguration: {
5842
+ * CategorySort: "<FieldSortOptionsList>",
5843
+ * CategoryItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5844
+ * ColorItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5845
+ * SmallMultiplesSort: "<FieldSortOptionsList>",
5846
+ * SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5847
+ * },
5848
+ * ForecastConfigurations: [
5849
+ * {
5850
+ * ForecastProperties: {
5851
+ * PeriodsForward: Number("int"),
5852
+ * PeriodsBackward: Number("int"),
5853
+ * UpperBoundary: Number("double"),
5854
+ * LowerBoundary: Number("double"),
5855
+ * PredictionInterval: Number("int"),
5856
+ * Seasonality: Number("int"),
5857
+ * },
5858
+ * Scenario: {
5859
+ * WhatIfPointScenario: {
5860
+ * Date: new Date("TIMESTAMP"), // required
5861
+ * Value: Number("double"), // required
5862
+ * },
5863
+ * WhatIfRangeScenario: {
5864
+ * StartDate: new Date("TIMESTAMP"), // required
5865
+ * EndDate: new Date("TIMESTAMP"), // required
5866
+ * Value: Number("double"), // required
5867
+ * },
5868
+ * },
5869
+ * },
5870
+ * ],
5871
+ * Type: "LINE" || "AREA" || "STACKED_AREA",
5872
+ * SmallMultiplesOptions: "<SmallMultiplesOptions>",
5873
+ * XAxisDisplayOptions: "<AxisDisplayOptions>",
5874
+ * XAxisLabelOptions: "<ChartAxisLabelOptions>",
5875
+ * PrimaryYAxisDisplayOptions: {
5876
+ * AxisOptions: "<AxisDisplayOptions>",
5877
+ * MissingDataConfigurations: [
5878
+ * {
5879
+ * TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
5880
+ * },
5881
+ * ],
5882
+ * },
5883
+ * PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
5884
+ * SecondaryYAxisDisplayOptions: {
5885
+ * AxisOptions: "<AxisDisplayOptions>",
5886
+ * MissingDataConfigurations: [
5887
+ * {
5888
+ * TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
5889
+ * },
5890
+ * ],
5891
+ * },
5892
+ * SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
5893
+ * SingleAxisOptions: {
5894
+ * YAxisOptions: {
5895
+ * YAxis: "PRIMARY_Y_AXIS", // required
5896
+ * },
5897
+ * },
5898
+ * DefaultSeriesSettings: {
5899
+ * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
5900
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
5901
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5902
+ * DecalSettings: "<DecalSettings>",
5903
+ * },
5904
+ * Series: [
5905
+ * {
5906
+ * FieldSeriesItem: {
5907
+ * FieldId: "STRING_VALUE", // required
5908
+ * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
5909
+ * Settings: {
5910
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
5911
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5912
+ * DecalSettings: "<DecalSettings>",
5913
+ * },
5914
+ * },
5915
+ * DataFieldSeriesItem: {
5916
+ * FieldId: "STRING_VALUE", // required
5917
+ * FieldValue: "STRING_VALUE",
5918
+ * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
5919
+ * Settings: {
5920
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
5921
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5922
+ * DecalSettings: "<DecalSettings>",
5923
+ * },
5924
+ * },
5925
+ * },
5926
+ * ],
5927
+ * Legend: "<LegendOptions>",
5928
+ * DataLabels: "<DataLabelOptions>",
5929
+ * ReferenceLines: "<ReferenceLineList>",
5930
+ * Tooltip: "<TooltipOptions>",
5931
+ * ContributionAnalysisDefaults: "<ContributionAnalysisDefaultList>",
5932
+ * VisualPalette: "<VisualPalette>",
5933
+ * Interactions: "<VisualInteractionOptions>",
5934
+ * },
5935
+ * Actions: "<VisualCustomActionList>",
5936
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5937
+ * VisualContentAltText: "STRING_VALUE",
5938
+ * },
5939
+ * HeatMapVisual: {
5940
+ * VisualId: "STRING_VALUE", // required
5941
+ * Title: "<VisualTitleLabelOptions>",
5942
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5943
+ * ChartConfiguration: {
5944
+ * FieldWells: {
5945
+ * HeatMapAggregatedFieldWells: {
5946
+ * Rows: [
5947
+ * "<DimensionField>",
5948
+ * ],
5949
+ * Columns: [
5950
+ * "<DimensionField>",
5951
+ * ],
5952
+ * Values: [
5953
+ * "<MeasureField>",
5954
+ * ],
5955
+ * },
5956
+ * },
5957
+ * SortConfiguration: {
5958
+ * HeatMapRowSort: "<FieldSortOptionsList>",
5959
+ * HeatMapColumnSort: "<FieldSortOptionsList>",
5960
+ * HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5961
+ * HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5962
+ * },
5963
+ * RowAxisDisplayOptions: "<AxisDisplayOptions>",
5964
+ * RowLabelOptions: "<ChartAxisLabelOptions>",
5965
+ * ColumnAxisDisplayOptions: "<AxisDisplayOptions>",
5966
+ * ColumnLabelOptions: "<ChartAxisLabelOptions>",
5967
+ * ColorScale: {
5968
+ * Colors: [ // required
5969
+ * {
5970
+ * Color: "STRING_VALUE",
5971
+ * DataValue: Number("double"),
5972
+ * },
5973
+ * ],
5974
+ * ColorFillType: "DISCRETE" || "GRADIENT", // required
5975
+ * NullValueColor: "<DataColor>",
5976
+ * },
5977
+ * Legend: "<LegendOptions>",
5978
+ * DataLabels: "<DataLabelOptions>",
5979
+ * Tooltip: "<TooltipOptions>",
5980
+ * Interactions: "<VisualInteractionOptions>",
5981
+ * },
5982
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5983
+ * Actions: "<VisualCustomActionList>",
5984
+ * VisualContentAltText: "STRING_VALUE",
5985
+ * },
5986
+ * TreeMapVisual: {
5987
+ * VisualId: "STRING_VALUE", // required
5988
+ * Title: "<VisualTitleLabelOptions>",
5989
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5990
+ * ChartConfiguration: {
5991
+ * FieldWells: {
5992
+ * TreeMapAggregatedFieldWells: {
5993
+ * Groups: [
5994
+ * "<DimensionField>",
5995
+ * ],
5996
+ * Sizes: [
5997
+ * "<MeasureField>",
5998
+ * ],
5999
+ * Colors: [
6000
+ * "<MeasureField>",
6001
+ * ],
6002
+ * },
6003
+ * },
6004
+ * SortConfiguration: {
6005
+ * TreeMapSort: "<FieldSortOptionsList>",
6006
+ * TreeMapGroupItemsLimitConfiguration: "<ItemsLimitConfiguration>",
6007
+ * },
6008
+ * GroupLabelOptions: "<ChartAxisLabelOptions>",
6009
+ * SizeLabelOptions: "<ChartAxisLabelOptions>",
6010
+ * ColorLabelOptions: "<ChartAxisLabelOptions>",
6011
+ * ColorScale: {
6012
+ * Colors: [ // required
6013
+ * "<DataColor>",
6014
+ * ],
6015
+ * ColorFillType: "DISCRETE" || "GRADIENT", // required
6016
+ * NullValueColor: "<DataColor>",
6017
+ * },
6018
+ * Legend: "<LegendOptions>",
6019
+ * DataLabels: "<DataLabelOptions>",
6020
+ * Tooltip: "<TooltipOptions>",
6021
+ * Interactions: "<VisualInteractionOptions>",
6022
+ * },
6023
+ * Actions: "<VisualCustomActionList>",
6024
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6025
+ * VisualContentAltText: "STRING_VALUE",
6026
+ * },
6027
+ * GeospatialMapVisual: {
6028
+ * VisualId: "STRING_VALUE", // required
6029
+ * Title: "<VisualTitleLabelOptions>",
6030
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6031
+ * ChartConfiguration: {
6032
+ * FieldWells: {
6033
+ * GeospatialMapAggregatedFieldWells: {
6034
+ * Geospatial: "<DimensionFieldList>",
6035
+ * Values: "<MeasureFieldList>",
6036
+ * Colors: "<DimensionFieldList>",
6037
+ * },
6038
+ * },
6039
+ * Legend: "<LegendOptions>",
6040
+ * Tooltip: "<TooltipOptions>",
6041
+ * WindowOptions: {
6042
+ * Bounds: {
6043
+ * North: Number("double"), // required
6044
+ * South: Number("double"), // required
6045
+ * West: Number("double"), // required
6046
+ * East: Number("double"), // required
6047
+ * },
6048
+ * MapZoomMode: "AUTO" || "MANUAL",
6049
+ * },
6050
+ * MapStyleOptions: {
6051
+ * BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
6052
+ * },
6053
+ * PointStyleOptions: {
6054
+ * SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
6055
+ * ClusterMarkerConfiguration: {
6056
+ * ClusterMarker: {
6057
+ * SimpleClusterMarker: {
6058
+ * Color: "STRING_VALUE",
6059
+ * },
6060
+ * },
6061
+ * },
6062
+ * HeatmapConfiguration: {
6063
+ * HeatmapColor: {
6064
+ * Colors: [
6065
+ * {
6066
+ * Color: "STRING_VALUE", // required
6067
+ * },
6068
+ * ],
6069
+ * },
6070
+ * },
6071
+ * },
6072
+ * VisualPalette: "<VisualPalette>",
6073
+ * Interactions: "<VisualInteractionOptions>",
6074
+ * },
6075
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6076
+ * Actions: "<VisualCustomActionList>",
6077
+ * VisualContentAltText: "STRING_VALUE",
6078
+ * GeocodingPreferences: [
6079
+ * {
6080
+ * RequestKey: {
6081
+ * Country: "STRING_VALUE",
6082
+ * State: "STRING_VALUE",
6083
+ * County: "STRING_VALUE",
6084
+ * City: "STRING_VALUE",
6085
+ * PostCode: "STRING_VALUE",
6086
+ * },
6087
+ * Preference: {// Union: only one key present
6088
+ * GeocoderHierarchy: "<GeocoderHierarchy>",
6089
+ * Coordinate: {
6090
+ * Latitude: Number("double"), // required
6091
+ * Longitude: Number("double"), // required
6092
+ * },
6093
+ * },
6094
+ * },
6095
+ * ],
6096
+ * },
6097
+ * FilledMapVisual: {
6098
+ * VisualId: "STRING_VALUE", // required
6099
+ * Title: "<VisualTitleLabelOptions>",
6100
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6101
+ * ChartConfiguration: {
6102
+ * FieldWells: {
6103
+ * FilledMapAggregatedFieldWells: {
6104
+ * Geospatial: [
6105
+ * "<DimensionField>",
6106
+ * ],
6107
+ * Values: [
6108
+ * "<MeasureField>",
6109
+ * ],
6110
+ * },
6111
+ * },
6112
+ * SortConfiguration: {
6113
+ * CategorySort: "<FieldSortOptionsList>",
6114
+ * },
6115
+ * Legend: "<LegendOptions>",
6116
+ * Tooltip: "<TooltipOptions>",
6117
+ * WindowOptions: {
6118
+ * Bounds: {
6119
+ * North: Number("double"), // required
6120
+ * South: Number("double"), // required
6121
+ * West: Number("double"), // required
6122
+ * East: Number("double"), // required
6123
+ * },
6124
+ * MapZoomMode: "AUTO" || "MANUAL",
6125
+ * },
6126
+ * MapStyleOptions: {
6127
+ * BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
6128
+ * },
6129
+ * Interactions: "<VisualInteractionOptions>",
6130
+ * },
6131
+ * ConditionalFormatting: {
6132
+ * ConditionalFormattingOptions: [ // required
6133
+ * {
6134
+ * Shape: {
6135
+ * FieldId: "STRING_VALUE", // required
6136
+ * Format: {
6137
+ * BackgroundColor: "<ConditionalFormattingColor>", // required
6138
+ * },
6139
+ * },
6140
+ * },
6141
+ * ],
6142
+ * },
6143
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6144
+ * Actions: "<VisualCustomActionList>",
6145
+ * VisualContentAltText: "STRING_VALUE",
6146
+ * GeocodingPreferences: [
6147
+ * {
6148
+ * RequestKey: "<GeocoderHierarchy>", // required
6149
+ * Preference: {// Union: only one key present
6150
+ * GeocoderHierarchy: "<GeocoderHierarchy>",
6151
+ * Coordinate: {
6152
+ * Latitude: Number("double"), // required
6153
+ * Longitude: Number("double"), // required
6154
+ * },
6155
+ * },
6156
+ * },
6157
+ * ],
6158
+ * },
6159
+ * LayerMapVisual: {
6160
+ * VisualId: "STRING_VALUE", // required
6161
+ * Title: "<VisualTitleLabelOptions>",
6162
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6163
+ * ChartConfiguration: {
6164
+ * Legend: "<LegendOptions>",
6165
+ * MapLayers: [
6166
+ * {
6167
+ * LayerId: "STRING_VALUE", // required
6168
+ * LayerType: "POINT" || "LINE" || "POLYGON",
6169
+ * DataSource: {
6170
+ * StaticFileDataSource: {
6171
+ * StaticFileId: "STRING_VALUE", // required
6172
+ * },
6173
+ * },
6174
+ * Label: "STRING_VALUE",
6175
+ * Visibility: "HIDDEN" || "VISIBLE",
6176
+ * LayerDefinition: {
6177
+ * PointLayer: {
6178
+ * Style: {
6179
+ * CircleSymbolStyle: {
6180
+ * FillColor: "<GeospatialColor>",
6181
+ * StrokeColor: "<GeospatialColor>",
6182
+ * StrokeWidth: {
6183
+ * LineWidth: Number("double"),
6184
+ * },
6185
+ * CircleRadius: {
6186
+ * Radius: Number("double"),
6187
+ * },
6188
+ * },
6189
+ * },
6190
+ * },
6191
+ * LineLayer: {
6192
+ * Style: {
6193
+ * LineSymbolStyle: {
6194
+ * FillColor: "<GeospatialColor>",
6195
+ * LineWidth: {
6196
+ * LineWidth: Number("double"),
6197
+ * },
6198
+ * },
6199
+ * },
6200
+ * },
6201
+ * PolygonLayer: {
6202
+ * Style: {
6203
+ * PolygonSymbolStyle: {
6204
+ * FillColor: "<GeospatialColor>",
6205
+ * StrokeColor: "<GeospatialColor>",
6206
+ * StrokeWidth: "<GeospatialLineWidth>",
6207
+ * },
6208
+ * },
6209
+ * },
6210
+ * },
6211
+ * Tooltip: "<TooltipOptions>",
6212
+ * JoinDefinition: {
6213
+ * ShapeKeyField: "STRING_VALUE",
6214
+ * DatasetKeyField: {
6215
+ * FieldId: "STRING_VALUE", // required
6216
+ * Column: "<ColumnIdentifier>", // required
6217
+ * FormatConfiguration: {
6218
+ * StringFormatConfiguration: "<StringFormatConfiguration>",
6219
+ * NumberFormatConfiguration: "<NumberFormatConfiguration>",
6220
+ * DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
6221
+ * },
6222
+ * },
6223
+ * ColorField: {
6224
+ * ColorDimensionsFields: [
6225
+ * "<DimensionField>",
6226
+ * ],
6227
+ * ColorValuesFields: [
6228
+ * "<MeasureField>",
6229
+ * ],
6230
+ * },
6231
+ * },
6232
+ * Actions: [
6233
+ * {
6234
+ * CustomActionId: "STRING_VALUE", // required
6235
+ * Name: "STRING_VALUE", // required
6236
+ * Status: "ENABLED" || "DISABLED",
6237
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
6238
+ * ActionOperations: [ // required
6239
+ * {
6240
+ * FilterOperation: "<CustomActionFilterOperation>",
6241
+ * NavigationOperation: "<CustomActionNavigationOperation>",
6242
+ * URLOperation: "<CustomActionURLOperation>",
6243
+ * SetParametersOperation: "<CustomActionSetParametersOperation>",
6244
+ * },
6245
+ * ],
6246
+ * },
6247
+ * ],
6248
+ * },
6249
+ * ],
6250
+ * MapState: {
6251
+ * Bounds: "<GeospatialCoordinateBounds>",
6252
+ * MapNavigation: "ENABLED" || "DISABLED",
6253
+ * },
6254
+ * MapStyle: {
6255
+ * BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
6256
+ * BackgroundColor: "STRING_VALUE",
6257
+ * BaseMapVisibility: "HIDDEN" || "VISIBLE",
6258
+ * },
6259
+ * Interactions: "<VisualInteractionOptions>",
6260
+ * },
6261
+ * DataSetIdentifier: "STRING_VALUE", // required
6262
+ * VisualContentAltText: "STRING_VALUE",
6263
+ * },
6264
+ * FunnelChartVisual: {
6265
+ * VisualId: "STRING_VALUE", // required
6266
+ * Title: "<VisualTitleLabelOptions>",
6267
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6268
+ * ChartConfiguration: {
6269
+ * FieldWells: {
6270
+ * FunnelChartAggregatedFieldWells: {
6271
+ * Category: [
6272
+ * "<DimensionField>",
6273
+ * ],
6274
+ * Values: [
6275
+ * "<MeasureField>",
6276
+ * ],
6277
+ * },
6278
+ * },
6279
+ * SortConfiguration: {
6280
+ * CategorySort: "<FieldSortOptionsList>",
6281
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
6282
+ * },
6283
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6284
+ * ValueLabelOptions: "<ChartAxisLabelOptions>",
6285
+ * Tooltip: "<TooltipOptions>",
6286
+ * DataLabelOptions: {
6287
+ * Visibility: "HIDDEN" || "VISIBLE",
6288
+ * CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
6289
+ * MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
6290
+ * Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
6291
+ * LabelFontConfiguration: "<FontConfiguration>",
6292
+ * LabelColor: "STRING_VALUE",
6293
+ * MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
6294
+ * },
6295
+ * VisualPalette: "<VisualPalette>",
6296
+ * Interactions: "<VisualInteractionOptions>",
6297
+ * },
6298
+ * Actions: "<VisualCustomActionList>",
6299
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6300
+ * VisualContentAltText: "STRING_VALUE",
6301
+ * },
6302
+ * ScatterPlotVisual: {
6303
+ * VisualId: "STRING_VALUE", // required
6304
+ * Title: "<VisualTitleLabelOptions>",
6305
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6306
+ * ChartConfiguration: {
6307
+ * FieldWells: {
6308
+ * ScatterPlotCategoricallyAggregatedFieldWells: {
6309
+ * XAxis: "<MeasureFieldList>",
6310
+ * YAxis: "<MeasureFieldList>",
6311
+ * Category: "<DimensionFieldList>",
6312
+ * Size: "<MeasureFieldList>",
6313
+ * Label: "<DimensionFieldList>",
6314
+ * },
6315
+ * ScatterPlotUnaggregatedFieldWells: {
6316
+ * XAxis: "<DimensionFieldList>",
6317
+ * YAxis: "<DimensionFieldList>",
6318
+ * Size: "<MeasureFieldList>",
6319
+ * Category: "<DimensionFieldList>",
6320
+ * Label: "<DimensionFieldList>",
6321
+ * },
6322
+ * },
6323
+ * SortConfiguration: {
6324
+ * ScatterPlotLimitConfiguration: "<ItemsLimitConfiguration>",
6325
+ * },
6326
+ * XAxisLabelOptions: "<ChartAxisLabelOptions>",
6327
+ * XAxisDisplayOptions: "<AxisDisplayOptions>",
6328
+ * YAxisLabelOptions: "<ChartAxisLabelOptions>",
6329
+ * YAxisDisplayOptions: "<AxisDisplayOptions>",
6330
+ * Legend: "<LegendOptions>",
6331
+ * DataLabels: "<DataLabelOptions>",
6332
+ * Tooltip: "<TooltipOptions>",
6333
+ * VisualPalette: "<VisualPalette>",
6334
+ * Interactions: "<VisualInteractionOptions>",
6335
+ * },
6336
+ * Actions: "<VisualCustomActionList>",
6337
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6338
+ * VisualContentAltText: "STRING_VALUE",
6339
+ * },
6340
+ * ComboChartVisual: {
6341
+ * VisualId: "STRING_VALUE", // required
6342
+ * Title: "<VisualTitleLabelOptions>",
6343
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6344
+ * ChartConfiguration: {
6345
+ * FieldWells: {
6346
+ * ComboChartAggregatedFieldWells: {
6347
+ * Category: "<DimensionFieldList>",
6348
+ * BarValues: "<MeasureFieldList>",
6349
+ * Colors: "<DimensionFieldList>",
6350
+ * LineValues: "<MeasureFieldList>",
6351
+ * },
6352
+ * },
6353
+ * SortConfiguration: {
6354
+ * CategorySort: "<FieldSortOptionsList>",
6355
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
6356
+ * ColorSort: "<FieldSortOptionsList>",
6357
+ * ColorItemsLimit: "<ItemsLimitConfiguration>",
6358
+ * },
6359
+ * BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
6360
+ * CategoryAxis: "<AxisDisplayOptions>",
6361
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6362
+ * PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6363
+ * PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6364
+ * SecondaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6365
+ * SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6366
+ * SingleAxisOptions: {
6367
+ * YAxisOptions: {
6368
+ * YAxis: "PRIMARY_Y_AXIS", // required
6369
+ * },
6370
+ * },
6371
+ * ColorLabelOptions: "<ChartAxisLabelOptions>",
6372
+ * DefaultSeriesSettings: {
6373
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
6374
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6375
+ * DecalSettings: "<DecalSettings>",
6376
+ * BorderSettings: "<BorderSettings>",
6377
+ * },
6378
+ * Series: [
6379
+ * {
6380
+ * FieldComboSeriesItem: {
6381
+ * FieldId: "STRING_VALUE", // required
6382
+ * Settings: {
6383
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
6384
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6385
+ * DecalSettings: "<DecalSettings>",
6386
+ * BorderSettings: "<BorderSettings>",
6387
+ * },
6388
+ * },
6389
+ * DataFieldComboSeriesItem: {
6390
+ * FieldId: "STRING_VALUE", // required
6391
+ * FieldValue: "STRING_VALUE",
6392
+ * Settings: {
6393
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
6394
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6395
+ * DecalSettings: "<DecalSettings>",
6396
+ * BorderSettings: "<BorderSettings>",
6397
+ * },
6398
+ * },
6399
+ * },
6400
+ * ],
6401
+ * Legend: "<LegendOptions>",
6402
+ * BarDataLabels: "<DataLabelOptions>",
6403
+ * LineDataLabels: "<DataLabelOptions>",
6404
+ * Tooltip: "<TooltipOptions>",
6405
+ * ReferenceLines: "<ReferenceLineList>",
6406
+ * VisualPalette: "<VisualPalette>",
6407
+ * Interactions: "<VisualInteractionOptions>",
6408
+ * },
6409
+ * Actions: "<VisualCustomActionList>",
6410
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6411
+ * VisualContentAltText: "STRING_VALUE",
6412
+ * },
6413
+ * BoxPlotVisual: {
6414
+ * VisualId: "STRING_VALUE", // required
6415
+ * Title: "<VisualTitleLabelOptions>",
6416
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6417
+ * ChartConfiguration: {
6418
+ * FieldWells: {
6419
+ * BoxPlotAggregatedFieldWells: {
6420
+ * GroupBy: [
6421
+ * "<DimensionField>",
6422
+ * ],
6423
+ * Values: [
6424
+ * "<MeasureField>",
6425
+ * ],
6426
+ * },
6427
+ * },
6428
+ * SortConfiguration: {
6429
+ * CategorySort: "<FieldSortOptionsList>",
6430
+ * PaginationConfiguration: {
6431
+ * PageSize: Number("long"), // required
6432
+ * PageNumber: Number("long"), // required
6433
+ * },
6434
+ * },
6435
+ * BoxPlotOptions: {
6436
+ * StyleOptions: {
6437
+ * FillStyle: "SOLID" || "TRANSPARENT",
6438
+ * },
6439
+ * OutlierVisibility: "HIDDEN" || "VISIBLE",
6440
+ * AllDataPointsVisibility: "HIDDEN" || "VISIBLE",
6441
+ * },
6442
+ * CategoryAxis: "<AxisDisplayOptions>",
6443
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6444
+ * PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6445
+ * PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6446
+ * Legend: "<LegendOptions>",
6447
+ * Tooltip: "<TooltipOptions>",
6448
+ * ReferenceLines: "<ReferenceLineList>",
6449
+ * VisualPalette: "<VisualPalette>",
6450
+ * Interactions: "<VisualInteractionOptions>",
6451
+ * },
6452
+ * Actions: "<VisualCustomActionList>",
6453
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6454
+ * VisualContentAltText: "STRING_VALUE",
6455
+ * },
6456
+ * WaterfallVisual: {
6457
+ * VisualId: "STRING_VALUE", // required
6458
+ * Title: "<VisualTitleLabelOptions>",
6459
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6460
+ * ChartConfiguration: {
6461
+ * FieldWells: {
6462
+ * WaterfallChartAggregatedFieldWells: {
6463
+ * Categories: "<DimensionFieldList>",
6464
+ * Values: "<MeasureFieldList>",
6465
+ * Breakdowns: "<DimensionFieldList>",
6466
+ * },
6467
+ * },
6468
+ * SortConfiguration: {
6469
+ * CategorySort: "<FieldSortOptionsList>",
6470
+ * BreakdownItemsLimit: "<ItemsLimitConfiguration>",
6471
+ * },
6472
+ * WaterfallChartOptions: {
6473
+ * TotalBarLabel: "STRING_VALUE",
6474
+ * },
6475
+ * CategoryAxisLabelOptions: "<ChartAxisLabelOptions>",
6476
+ * CategoryAxisDisplayOptions: "<AxisDisplayOptions>",
6477
+ * PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6478
+ * PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6479
+ * Legend: "<LegendOptions>",
6480
+ * DataLabels: "<DataLabelOptions>",
6481
+ * VisualPalette: "<VisualPalette>",
6482
+ * ColorConfiguration: {
6483
+ * GroupColorConfiguration: {
6484
+ * PositiveBarColor: "STRING_VALUE",
6485
+ * NegativeBarColor: "STRING_VALUE",
6486
+ * TotalBarColor: "STRING_VALUE",
6487
+ * },
6488
+ * },
6489
+ * Interactions: "<VisualInteractionOptions>",
6490
+ * },
6491
+ * Actions: "<VisualCustomActionList>",
6492
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6493
+ * VisualContentAltText: "STRING_VALUE",
6494
+ * },
6495
+ * HistogramVisual: {
6496
+ * VisualId: "STRING_VALUE", // required
6497
+ * Title: "<VisualTitleLabelOptions>",
6498
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6499
+ * ChartConfiguration: {
6500
+ * FieldWells: {
6501
+ * HistogramAggregatedFieldWells: {
6502
+ * Values: [
6503
+ * "<MeasureField>",
6504
+ * ],
6505
+ * },
6506
+ * },
6507
+ * XAxisDisplayOptions: "<AxisDisplayOptions>",
6508
+ * XAxisLabelOptions: "<ChartAxisLabelOptions>",
6509
+ * YAxisDisplayOptions: "<AxisDisplayOptions>",
6510
+ * BinOptions: {
6511
+ * SelectedBinType: "BIN_COUNT" || "BIN_WIDTH",
6512
+ * BinCount: {
6513
+ * Value: Number("int"),
6514
+ * },
6515
+ * BinWidth: {
6516
+ * Value: Number("double"),
6517
+ * BinCountLimit: Number("long"),
6518
+ * },
6519
+ * StartValue: Number("double"),
6520
+ * },
6521
+ * DataLabels: "<DataLabelOptions>",
6522
+ * Tooltip: "<TooltipOptions>",
6523
+ * VisualPalette: "<VisualPalette>",
6524
+ * Interactions: "<VisualInteractionOptions>",
6525
+ * },
6526
+ * Actions: "<VisualCustomActionList>",
6527
+ * VisualContentAltText: "STRING_VALUE",
6528
+ * },
6529
+ * WordCloudVisual: {
6530
+ * VisualId: "STRING_VALUE", // required
6531
+ * Title: "<VisualTitleLabelOptions>",
6532
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6533
+ * ChartConfiguration: {
6534
+ * FieldWells: {
6535
+ * WordCloudAggregatedFieldWells: {
6536
+ * GroupBy: [
6537
+ * "<DimensionField>",
6538
+ * ],
6539
+ * Size: [
6540
+ * "<MeasureField>",
6541
+ * ],
6542
+ * },
6543
+ * },
6544
+ * SortConfiguration: {
6545
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
6546
+ * CategorySort: "<FieldSortOptionsList>",
6547
+ * },
6548
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6549
+ * WordCloudOptions: {
6550
+ * WordOrientation: "HORIZONTAL" || "HORIZONTAL_AND_VERTICAL",
6551
+ * WordScaling: "EMPHASIZE" || "NORMAL",
6552
+ * CloudLayout: "FLUID" || "NORMAL",
6553
+ * WordCasing: "LOWER_CASE" || "EXISTING_CASE",
6554
+ * WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
6555
+ * MaximumStringLength: Number("int"),
6556
+ * },
6557
+ * Interactions: "<VisualInteractionOptions>",
6558
+ * },
6559
+ * Actions: "<VisualCustomActionList>",
6560
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6561
+ * VisualContentAltText: "STRING_VALUE",
6562
+ * },
6563
+ * InsightVisual: {
6564
+ * VisualId: "STRING_VALUE", // required
6565
+ * Title: "<VisualTitleLabelOptions>",
6566
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6567
+ * InsightConfiguration: {
6568
+ * Computations: [
6569
+ * {
6570
+ * TopBottomRanked: {
6571
+ * ComputationId: "STRING_VALUE", // required
6572
+ * Name: "STRING_VALUE",
6573
+ * Category: "<DimensionField>",
6574
+ * Value: "<MeasureField>",
6575
+ * ResultSize: Number("int"),
6576
+ * Type: "TOP" || "BOTTOM", // required
6577
+ * },
6578
+ * TopBottomMovers: {
6579
+ * ComputationId: "STRING_VALUE", // required
6580
+ * Name: "STRING_VALUE",
6581
+ * Time: "<DimensionField>",
6582
+ * Category: "<DimensionField>",
6583
+ * Value: "<MeasureField>",
6584
+ * MoverSize: Number("int"),
6585
+ * SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
6586
+ * Type: "TOP" || "BOTTOM", // required
6587
+ * },
6588
+ * TotalAggregation: {
6589
+ * ComputationId: "STRING_VALUE", // required
6590
+ * Name: "STRING_VALUE",
6591
+ * Value: "<MeasureField>",
6592
+ * },
6593
+ * MaximumMinimum: {
6594
+ * ComputationId: "STRING_VALUE", // required
6595
+ * Name: "STRING_VALUE",
6596
+ * Time: "<DimensionField>",
6597
+ * Value: "<MeasureField>",
6598
+ * Type: "MAXIMUM" || "MINIMUM", // required
6599
+ * },
6600
+ * MetricComparison: {
6601
+ * ComputationId: "STRING_VALUE", // required
6602
+ * Name: "STRING_VALUE",
6603
+ * Time: "<DimensionField>",
6604
+ * FromValue: "<MeasureField>",
6605
+ * TargetValue: "<MeasureField>",
6606
+ * },
6607
+ * PeriodOverPeriod: {
6608
+ * ComputationId: "STRING_VALUE", // required
6609
+ * Name: "STRING_VALUE",
6610
+ * Time: "<DimensionField>",
6611
+ * Value: "<MeasureField>",
6612
+ * },
6613
+ * PeriodToDate: {
6614
+ * ComputationId: "STRING_VALUE", // required
6615
+ * Name: "STRING_VALUE",
6616
+ * Time: "<DimensionField>",
6617
+ * Value: "<MeasureField>",
6618
+ * PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
6619
+ * },
6620
+ * GrowthRate: {
6621
+ * ComputationId: "STRING_VALUE", // required
6622
+ * Name: "STRING_VALUE",
6623
+ * Time: "<DimensionField>",
6624
+ * Value: "<MeasureField>",
6625
+ * PeriodSize: Number("int"),
6626
+ * },
6627
+ * UniqueValues: {
6628
+ * ComputationId: "STRING_VALUE", // required
6629
+ * Name: "STRING_VALUE",
6630
+ * Category: "<DimensionField>",
6631
+ * },
6632
+ * Forecast: {
6633
+ * ComputationId: "STRING_VALUE", // required
6634
+ * Name: "STRING_VALUE",
6635
+ * Time: "<DimensionField>",
6636
+ * Value: "<MeasureField>",
6637
+ * PeriodsForward: Number("int"),
6638
+ * PeriodsBackward: Number("int"),
6639
+ * UpperBoundary: Number("double"),
6640
+ * LowerBoundary: Number("double"),
6641
+ * PredictionInterval: Number("int"),
6642
+ * Seasonality: "AUTOMATIC" || "CUSTOM",
6643
+ * CustomSeasonalityValue: Number("int"),
6644
+ * },
6645
+ * },
6646
+ * ],
6647
+ * CustomNarrative: {
6648
+ * Narrative: "STRING_VALUE", // required
6649
+ * },
6650
+ * Interactions: "<VisualInteractionOptions>",
6651
+ * },
6652
+ * Actions: "<VisualCustomActionList>",
6653
+ * DataSetIdentifier: "STRING_VALUE", // required
6654
+ * VisualContentAltText: "STRING_VALUE",
6655
+ * },
6656
+ * SankeyDiagramVisual: {
6657
+ * VisualId: "STRING_VALUE", // required
6658
+ * Title: "<VisualTitleLabelOptions>",
6659
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6660
+ * ChartConfiguration: {
6661
+ * FieldWells: {
6662
+ * SankeyDiagramAggregatedFieldWells: {
6663
+ * Source: "<DimensionFieldList>",
6664
+ * Destination: "<DimensionFieldList>",
6665
+ * Weight: "<MeasureFieldList>",
6666
+ * },
6667
+ * },
6668
+ * SortConfiguration: {
6669
+ * WeightSort: "<FieldSortOptionsList>",
6670
+ * SourceItemsLimit: "<ItemsLimitConfiguration>",
6671
+ * DestinationItemsLimit: "<ItemsLimitConfiguration>",
6672
+ * },
6673
+ * DataLabels: "<DataLabelOptions>",
6674
+ * Interactions: "<VisualInteractionOptions>",
6675
+ * },
6676
+ * Actions: "<VisualCustomActionList>",
6677
+ * VisualContentAltText: "STRING_VALUE",
6678
+ * },
6679
+ * CustomContentVisual: {
6680
+ * VisualId: "STRING_VALUE", // required
6681
+ * Title: "<VisualTitleLabelOptions>",
6682
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6683
+ * ChartConfiguration: {
6684
+ * ContentUrl: "STRING_VALUE",
6685
+ * ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
6686
+ * ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
6687
+ * Interactions: "<VisualInteractionOptions>",
6688
+ * },
6689
+ * Actions: "<VisualCustomActionList>",
6690
+ * DataSetIdentifier: "STRING_VALUE", // required
6691
+ * VisualContentAltText: "STRING_VALUE",
6692
+ * },
6693
+ * EmptyVisual: {
6694
+ * VisualId: "STRING_VALUE", // required
6695
+ * DataSetIdentifier: "STRING_VALUE", // required
6696
+ * Actions: "<VisualCustomActionList>",
6697
+ * },
6698
+ * RadarChartVisual: {
6699
+ * VisualId: "STRING_VALUE", // required
6700
+ * Title: "<VisualTitleLabelOptions>",
6701
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6702
+ * ChartConfiguration: {
6703
+ * FieldWells: {
6704
+ * RadarChartAggregatedFieldWells: {
6705
+ * Category: [
6706
+ * "<DimensionField>",
6707
+ * ],
6708
+ * Color: [
6709
+ * "<DimensionField>",
6710
+ * ],
6711
+ * Values: [
6712
+ * "<MeasureField>",
6713
+ * ],
6714
+ * },
6715
+ * },
6716
+ * SortConfiguration: {
6717
+ * CategorySort: "<FieldSortOptionsList>",
6718
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
6719
+ * ColorSort: "<FieldSortOptionsList>",
6720
+ * ColorItemsLimit: "<ItemsLimitConfiguration>",
6721
+ * },
6722
+ * Shape: "CIRCLE" || "POLYGON",
6723
+ * BaseSeriesSettings: {
6724
+ * AreaStyleSettings: {
6725
+ * Visibility: "HIDDEN" || "VISIBLE",
6726
+ * },
6727
+ * },
6728
+ * StartAngle: Number("double"),
6729
+ * VisualPalette: "<VisualPalette>",
6730
+ * AlternateBandColorsVisibility: "HIDDEN" || "VISIBLE",
6731
+ * AlternateBandEvenColor: "STRING_VALUE",
6732
+ * AlternateBandOddColor: "STRING_VALUE",
6733
+ * CategoryAxis: "<AxisDisplayOptions>",
6734
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6735
+ * ColorAxis: "<AxisDisplayOptions>",
6736
+ * ColorLabelOptions: "<ChartAxisLabelOptions>",
6737
+ * Legend: "<LegendOptions>",
6738
+ * AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
6739
+ * Interactions: "<VisualInteractionOptions>",
6740
+ * },
6741
+ * Actions: "<VisualCustomActionList>",
6742
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6743
+ * VisualContentAltText: "STRING_VALUE",
6744
+ * },
6745
+ * PluginVisual: {
6746
+ * VisualId: "STRING_VALUE", // required
6747
+ * PluginArn: "STRING_VALUE", // required
6748
+ * Title: "<VisualTitleLabelOptions>",
6749
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6750
+ * ChartConfiguration: {
6751
+ * FieldWells: [
6752
+ * {
6753
+ * AxisName: "GROUP_BY" || "VALUE",
6754
+ * Dimensions: "<DimensionFieldList>",
6755
+ * Measures: "<MeasureFieldList>",
6756
+ * Unaggregated: [
6757
+ * "<UnaggregatedField>",
6758
+ * ],
6759
+ * },
6760
+ * ],
6761
+ * VisualOptions: {
6762
+ * VisualProperties: [
6763
+ * {
6764
+ * Name: "STRING_VALUE",
6765
+ * Value: "STRING_VALUE",
6766
+ * },
6767
+ * ],
6768
+ * },
6769
+ * SortConfiguration: {
6770
+ * PluginVisualTableQuerySort: {
6771
+ * RowSort: [
6772
+ * "<FieldSortOptions>",
6773
+ * ],
6774
+ * ItemsLimitConfiguration: {
6775
+ * ItemsLimit: Number("long"),
6776
+ * },
6777
+ * },
6778
+ * },
6779
+ * },
6780
+ * Actions: "<VisualCustomActionList>",
6781
+ * VisualContentAltText: "STRING_VALUE",
6782
+ * },
6783
+ * },
6784
+ * ],
6785
+ * TextBoxes: [ // TooltipSheetTextBoxList
6786
+ * {
6787
+ * SheetTextBoxId: "STRING_VALUE", // required
6788
+ * Content: "STRING_VALUE",
6789
+ * Interactions: {
6790
+ * TextBoxMenuOption: {
6791
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
6792
+ * },
6793
+ * },
6794
+ * },
6795
+ * ],
6796
+ * Images: [ // TooltipSheetImageList
6797
+ * {
6798
+ * SheetImageId: "STRING_VALUE", // required
6799
+ * Source: {
6800
+ * SheetImageStaticFileSource: {
6801
+ * StaticFileId: "STRING_VALUE", // required
6802
+ * },
6803
+ * },
6804
+ * Scaling: {
6805
+ * ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
6806
+ * },
6807
+ * Tooltip: {
6808
+ * TooltipText: {
6809
+ * PlainText: "STRING_VALUE",
6810
+ * },
6811
+ * Visibility: "HIDDEN" || "VISIBLE",
6812
+ * },
6813
+ * ImageContentAltText: "STRING_VALUE",
6814
+ * Interactions: {
6815
+ * ImageMenuOption: {
6816
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
6817
+ * },
6818
+ * },
6819
+ * Actions: [
6820
+ * {
6821
+ * CustomActionId: "STRING_VALUE", // required
6822
+ * Name: "STRING_VALUE", // required
6823
+ * Status: "ENABLED" || "DISABLED",
6824
+ * Trigger: "CLICK" || "MENU", // required
6825
+ * ActionOperations: [ // required
6826
+ * {
6827
+ * NavigationOperation: "<CustomActionNavigationOperation>",
6828
+ * URLOperation: "<CustomActionURLOperation>",
6829
+ * SetParametersOperation: "<CustomActionSetParametersOperation>",
6830
+ * },
6831
+ * ],
6832
+ * },
6833
+ * ],
6834
+ * },
6835
+ * ],
6836
+ * Layouts: [
6837
+ * {
6838
+ * Configuration: {
6839
+ * GridLayout: {
6840
+ * Elements: [ // required
6841
+ * {
6842
+ * ElementId: "STRING_VALUE", // required
6843
+ * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
6844
+ * ColumnIndex: Number("int"),
6845
+ * ColumnSpan: Number("int"), // required
6846
+ * RowIndex: Number("int"),
6847
+ * RowSpan: Number("int"), // required
6848
+ * BorderStyle: {
6849
+ * Visibility: "HIDDEN" || "VISIBLE",
6850
+ * Color: "STRING_VALUE",
6851
+ * Width: "STRING_VALUE",
6852
+ * },
6853
+ * SelectedBorderStyle: "<GridLayoutElementBorderStyle>",
6854
+ * BackgroundStyle: {
6855
+ * Visibility: "HIDDEN" || "VISIBLE",
6856
+ * Color: "STRING_VALUE",
6857
+ * },
6858
+ * LoadingAnimation: {
6859
+ * Visibility: "HIDDEN" || "VISIBLE",
6860
+ * },
6861
+ * BorderRadius: "STRING_VALUE",
6862
+ * Padding: "STRING_VALUE",
6863
+ * },
6864
+ * ],
6865
+ * CanvasSizeOptions: {
6866
+ * ScreenCanvasSizeOptions: {
6867
+ * ResizeOption: "FIXED" || "RESPONSIVE", // required
6868
+ * OptimizedViewPortWidth: "STRING_VALUE",
6869
+ * },
6870
+ * },
6871
+ * },
6872
+ * FreeFormLayout: {
6873
+ * Elements: "<FreeFromLayoutElementList>", // required
6874
+ * CanvasSizeOptions: {
6875
+ * ScreenCanvasSizeOptions: {
6876
+ * OptimizedViewPortWidth: "STRING_VALUE", // required
6877
+ * },
6878
+ * },
6879
+ * Groups: [
6880
+ * {
6881
+ * Id: "STRING_VALUE", // required
6882
+ * Members: [ // required
6883
+ * {
6884
+ * Id: "STRING_VALUE", // required
6885
+ * Type: "ELEMENT" || "GROUP", // required
6886
+ * },
6887
+ * ],
6888
+ * },
6889
+ * ],
6890
+ * },
6891
+ * SectionBasedLayout: {
6892
+ * HeaderSections: [ // required
6893
+ * {
6894
+ * SectionId: "STRING_VALUE", // required
6895
+ * Layout: {
6896
+ * FreeFormLayout: {
6897
+ * Elements: "<FreeFromLayoutElementList>", // required
6898
+ * },
6899
+ * },
6900
+ * Style: {
6901
+ * Height: "STRING_VALUE",
6902
+ * Padding: {
6903
+ * Top: "STRING_VALUE",
6904
+ * Bottom: "STRING_VALUE",
6905
+ * Left: "STRING_VALUE",
6906
+ * Right: "STRING_VALUE",
6907
+ * },
6908
+ * },
6909
+ * },
6910
+ * ],
6911
+ * BodySections: [ // required
6912
+ * {
6913
+ * SectionId: "STRING_VALUE", // required
6914
+ * Content: {
6915
+ * Layout: {
6916
+ * FreeFormLayout: {
6917
+ * Elements: "<FreeFromLayoutElementList>", // required
6918
+ * },
6919
+ * },
6920
+ * },
6921
+ * Style: {
6922
+ * Height: "STRING_VALUE",
6923
+ * Padding: "<Spacing>",
6924
+ * },
6925
+ * PageBreakConfiguration: {
6926
+ * After: {
6927
+ * Status: "ENABLED" || "DISABLED",
6928
+ * },
6929
+ * },
6930
+ * RepeatConfiguration: {
6931
+ * DimensionConfigurations: [
6932
+ * {
6933
+ * DynamicCategoryDimensionConfiguration: {
6934
+ * Column: "<ColumnIdentifier>", // required
6935
+ * Limit: Number("int"),
6936
+ * SortByMetrics: [
6937
+ * "<ColumnSort>",
6938
+ * ],
6939
+ * },
6940
+ * DynamicNumericDimensionConfiguration: {
6941
+ * Column: "<ColumnIdentifier>", // required
6942
+ * Limit: Number("int"),
6943
+ * SortByMetrics: [
6944
+ * "<ColumnSort>",
6945
+ * ],
6946
+ * },
6947
+ * },
6948
+ * ],
6949
+ * PageBreakConfiguration: {
6950
+ * After: {
6951
+ * Status: "ENABLED" || "DISABLED",
6952
+ * },
6953
+ * },
6954
+ * NonRepeatingVisuals: [
6955
+ * "STRING_VALUE",
6956
+ * ],
6957
+ * },
6958
+ * },
6959
+ * ],
6960
+ * FooterSections: [ // required
6961
+ * {
6962
+ * SectionId: "STRING_VALUE", // required
6963
+ * Layout: "<SectionLayoutConfiguration>", // required
6964
+ * Style: "<SectionStyle>",
6965
+ * },
6966
+ * ],
6967
+ * CanvasSizeOptions: {
6968
+ * PaperCanvasSizeOptions: {
6969
+ * PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
6970
+ * PaperOrientation: "PORTRAIT" || "LANDSCAPE",
6971
+ * PaperMargin: "<Spacing>",
6972
+ * },
6973
+ * },
6974
+ * },
6975
+ * },
6976
+ * },
6977
+ * ],
6978
+ * },
6979
+ * ],
6980
+ * CalculatedFields: [ // CalculatedFields
6981
+ * { // CalculatedField
6982
+ * DataSetIdentifier: "STRING_VALUE", // required
6983
+ * Name: "STRING_VALUE", // required
6984
+ * Expression: "STRING_VALUE", // required
6985
+ * },
6986
+ * ],
6987
+ * ParameterDeclarations: [ // ParameterDeclarationList
6988
+ * { // ParameterDeclaration
6989
+ * StringParameterDeclaration: { // StringParameterDeclaration
6990
+ * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
6991
+ * Name: "STRING_VALUE", // required
6992
+ * DefaultValues: { // StringDefaultValues
6993
+ * DynamicValue: { // DynamicDefaultValue
6994
+ * UserNameColumn: "<ColumnIdentifier>",
5145
6995
  * GroupNameColumn: "<ColumnIdentifier>",
5146
6996
  * DefaultValueColumn: "<ColumnIdentifier>", // required
5147
6997
  * },
@@ -5718,11 +7568,7 @@ declare const CreateDashboardCommand_base: {
5718
7568
  * ColumnConfigurations: [ // ColumnConfigurationList
5719
7569
  * { // ColumnConfiguration
5720
7570
  * Column: "<ColumnIdentifier>", // required
5721
- * FormatConfiguration: {
5722
- * StringFormatConfiguration: "<StringFormatConfiguration>",
5723
- * NumberFormatConfiguration: "<NumberFormatConfiguration>",
5724
- * DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
5725
- * },
7571
+ * FormatConfiguration: "<FormatConfiguration>",
5726
7572
  * Role: "DIMENSION" || "MEASURE",
5727
7573
  * ColorsConfiguration: { // ColorsConfiguration
5728
7574
  * CustomColors: [ // CustomColorsList