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