@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
@@ -976,8 +976,104 @@ declare const CreateTemplateCommand_base: {
976
976
  * PositiveColor: "STRING_VALUE",
977
977
  * NegativeColor: "STRING_VALUE",
978
978
  * },
979
+ * Sparklines: { // SparklinesOptions
980
+ * FieldId: "STRING_VALUE", // required
981
+ * XAxisField: {
982
+ * NumericalDimensionField: {
983
+ * FieldId: "STRING_VALUE", // required
984
+ * Column: "<ColumnIdentifier>", // required
985
+ * HierarchyId: "STRING_VALUE",
986
+ * FormatConfiguration: {
987
+ * FormatConfiguration: "<NumericFormatConfiguration>",
988
+ * },
989
+ * },
990
+ * CategoricalDimensionField: {
991
+ * FieldId: "STRING_VALUE", // required
992
+ * Column: "<ColumnIdentifier>", // required
993
+ * HierarchyId: "STRING_VALUE",
994
+ * FormatConfiguration: {
995
+ * NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
996
+ * NumericFormatConfiguration: "<NumericFormatConfiguration>",
997
+ * },
998
+ * },
999
+ * DateDimensionField: {
1000
+ * FieldId: "STRING_VALUE", // required
1001
+ * Column: "<ColumnIdentifier>", // required
1002
+ * DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1003
+ * HierarchyId: "STRING_VALUE",
1004
+ * FormatConfiguration: {
1005
+ * DateTimeFormat: "STRING_VALUE",
1006
+ * NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1007
+ * NumericFormatConfiguration: "<NumericFormatConfiguration>",
1008
+ * },
1009
+ * },
1010
+ * },
1011
+ * YAxisBehavior: "SHARED" || "INDEPENDENT",
1012
+ * VisualType: "LINE" || "AREA_LINE",
1013
+ * LineColor: "STRING_VALUE",
1014
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
1015
+ * AllPointsMarker: { // LineChartMarkerStyleSettings
1016
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
1017
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
1018
+ * MarkerSize: "STRING_VALUE",
1019
+ * MarkerColor: "STRING_VALUE",
1020
+ * },
1021
+ * MaxValueMarker: {
1022
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
1023
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
1024
+ * MarkerSize: "STRING_VALUE",
1025
+ * MarkerColor: "STRING_VALUE",
1026
+ * },
1027
+ * MinValueMarker: {
1028
+ * MarkerVisibility: "HIDDEN" || "VISIBLE",
1029
+ * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
1030
+ * MarkerSize: "STRING_VALUE",
1031
+ * MarkerColor: "STRING_VALUE",
1032
+ * },
1033
+ * },
979
1034
  * },
980
1035
  * ],
1036
+ * Tooltip: { // TooltipOptions
1037
+ * TooltipVisibility: "HIDDEN" || "VISIBLE",
1038
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
1039
+ * FieldBasedTooltip: { // FieldBasedTooltip
1040
+ * AggregationVisibility: "HIDDEN" || "VISIBLE",
1041
+ * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
1042
+ * TooltipFields: [ // TooltipItemList
1043
+ * { // TooltipItem
1044
+ * FieldTooltipItem: { // FieldTooltipItem
1045
+ * FieldId: "STRING_VALUE", // required
1046
+ * Label: "STRING_VALUE",
1047
+ * Visibility: "HIDDEN" || "VISIBLE",
1048
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1049
+ * },
1050
+ * ColumnTooltipItem: { // ColumnTooltipItem
1051
+ * Column: "<ColumnIdentifier>", // required
1052
+ * Label: "STRING_VALUE",
1053
+ * Visibility: "HIDDEN" || "VISIBLE",
1054
+ * Aggregation: {
1055
+ * NumericalAggregationFunction: {
1056
+ * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1057
+ * PercentileAggregation: {
1058
+ * PercentileValue: Number("double"),
1059
+ * },
1060
+ * },
1061
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1062
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1063
+ * AttributeAggregationFunction: {
1064
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1065
+ * ValueForMultipleValues: "STRING_VALUE",
1066
+ * },
1067
+ * },
1068
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1069
+ * },
1070
+ * },
1071
+ * ],
1072
+ * },
1073
+ * SheetTooltip: { // SheetTooltip
1074
+ * SheetId: "STRING_VALUE",
1075
+ * },
1076
+ * },
981
1077
  * DashboardCustomizationVisualOptions: { // DashboardCustomizationVisualOptions
982
1078
  * FieldsConfiguration: { // VisualCustomizationFieldsConfiguration
983
1079
  * Status: "ENABLED" || "DISABLED",
@@ -1226,29 +1322,20 @@ declare const CreateTemplateCommand_base: {
1226
1322
  * FieldId: "STRING_VALUE", // required
1227
1323
  * Column: "<ColumnIdentifier>", // required
1228
1324
  * HierarchyId: "STRING_VALUE",
1229
- * FormatConfiguration: {
1230
- * FormatConfiguration: "<NumericFormatConfiguration>",
1231
- * },
1325
+ * FormatConfiguration: "<NumberFormatConfiguration>",
1232
1326
  * },
1233
1327
  * CategoricalDimensionField: {
1234
1328
  * FieldId: "STRING_VALUE", // required
1235
1329
  * Column: "<ColumnIdentifier>", // required
1236
1330
  * HierarchyId: "STRING_VALUE",
1237
- * FormatConfiguration: {
1238
- * NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1239
- * NumericFormatConfiguration: "<NumericFormatConfiguration>",
1240
- * },
1331
+ * FormatConfiguration: "<StringFormatConfiguration>",
1241
1332
  * },
1242
1333
  * DateDimensionField: {
1243
1334
  * FieldId: "STRING_VALUE", // required
1244
1335
  * Column: "<ColumnIdentifier>", // required
1245
1336
  * DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1246
1337
  * HierarchyId: "STRING_VALUE",
1247
- * FormatConfiguration: {
1248
- * DateTimeFormat: "STRING_VALUE",
1249
- * NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1250
- * NumericFormatConfiguration: "<NumericFormatConfiguration>",
1251
- * },
1338
+ * FormatConfiguration: "<DateTimeFormatConfiguration>",
1252
1339
  * },
1253
1340
  * },
1254
1341
  * ],
@@ -1498,6 +1585,42 @@ declare const CreateTemplateCommand_base: {
1498
1585
  * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1499
1586
  * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1500
1587
  * },
1588
+ * Tooltip: {
1589
+ * TooltipVisibility: "HIDDEN" || "VISIBLE",
1590
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
1591
+ * FieldBasedTooltip: {
1592
+ * AggregationVisibility: "HIDDEN" || "VISIBLE",
1593
+ * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
1594
+ * TooltipFields: [
1595
+ * {
1596
+ * FieldTooltipItem: {
1597
+ * FieldId: "STRING_VALUE", // required
1598
+ * Label: "STRING_VALUE",
1599
+ * Visibility: "HIDDEN" || "VISIBLE",
1600
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1601
+ * },
1602
+ * ColumnTooltipItem: {
1603
+ * Column: "<ColumnIdentifier>", // required
1604
+ * Label: "STRING_VALUE",
1605
+ * Visibility: "HIDDEN" || "VISIBLE",
1606
+ * Aggregation: {
1607
+ * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1608
+ * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1609
+ * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1610
+ * AttributeAggregationFunction: {
1611
+ * SimpleAttributeAggregation: "UNIQUE_VALUE",
1612
+ * ValueForMultipleValues: "STRING_VALUE",
1613
+ * },
1614
+ * },
1615
+ * TooltipTarget: "BOTH" || "BAR" || "LINE",
1616
+ * },
1617
+ * },
1618
+ * ],
1619
+ * },
1620
+ * SheetTooltip: {
1621
+ * SheetId: "STRING_VALUE",
1622
+ * },
1623
+ * },
1501
1624
  * DashboardCustomizationVisualOptions: {
1502
1625
  * FieldsConfiguration: {
1503
1626
  * Status: "ENABLED" || "DISABLED",
@@ -1689,12 +1812,7 @@ declare const CreateTemplateCommand_base: {
1689
1812
  * NumericalMeasureField: {
1690
1813
  * FieldId: "STRING_VALUE", // required
1691
1814
  * Column: "<ColumnIdentifier>", // required
1692
- * AggregationFunction: {
1693
- * SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1694
- * PercentileAggregation: {
1695
- * PercentileValue: Number("double"),
1696
- * },
1697
- * },
1815
+ * AggregationFunction: "<NumericalAggregationFunction>",
1698
1816
  * FormatConfiguration: "<NumberFormatConfiguration>",
1699
1817
  * },
1700
1818
  * CategoricalMeasureField: {
@@ -1716,27 +1834,7 @@ declare const CreateTemplateCommand_base: {
1716
1834
  * },
1717
1835
  * ],
1718
1836
  * Colors: [
1719
- * {
1720
- * NumericalDimensionField: {
1721
- * FieldId: "STRING_VALUE", // required
1722
- * Column: "<ColumnIdentifier>", // required
1723
- * HierarchyId: "STRING_VALUE",
1724
- * FormatConfiguration: "<NumberFormatConfiguration>",
1725
- * },
1726
- * CategoricalDimensionField: {
1727
- * FieldId: "STRING_VALUE", // required
1728
- * Column: "<ColumnIdentifier>", // required
1729
- * HierarchyId: "STRING_VALUE",
1730
- * FormatConfiguration: "<StringFormatConfiguration>",
1731
- * },
1732
- * DateDimensionField: {
1733
- * FieldId: "STRING_VALUE", // required
1734
- * Column: "<ColumnIdentifier>", // required
1735
- * DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1736
- * HierarchyId: "STRING_VALUE",
1737
- * FormatConfiguration: "<DateTimeFormatConfiguration>",
1738
- * },
1739
- * },
1837
+ * "<DimensionField>",
1740
1838
  * ],
1741
1839
  * SmallMultiples: [ // SmallMultiplesDimensionFieldList
1742
1840
  * "<DimensionField>",
@@ -1778,15 +1876,7 @@ declare const CreateTemplateCommand_base: {
1778
1876
  * ColumnSort: {
1779
1877
  * SortBy: "<ColumnIdentifier>", // required
1780
1878
  * Direction: "ASC" || "DESC", // required
1781
- * AggregationFunction: {
1782
- * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1783
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1784
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1785
- * AttributeAggregationFunction: {
1786
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1787
- * ValueForMultipleValues: "STRING_VALUE",
1788
- * },
1789
- * },
1879
+ * AggregationFunction: "<AggregationFunction>",
1790
1880
  * },
1791
1881
  * },
1792
1882
  * ],
@@ -1803,15 +1893,7 @@ declare const CreateTemplateCommand_base: {
1803
1893
  * ColumnSort: {
1804
1894
  * SortBy: "<ColumnIdentifier>", // required
1805
1895
  * Direction: "ASC" || "DESC", // required
1806
- * AggregationFunction: {
1807
- * NumericalAggregationFunction: "<NumericalAggregationFunction>",
1808
- * CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1809
- * DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1810
- * AttributeAggregationFunction: {
1811
- * SimpleAttributeAggregation: "UNIQUE_VALUE",
1812
- * ValueForMultipleValues: "STRING_VALUE",
1813
- * },
1814
- * },
1896
+ * AggregationFunction: "<AggregationFunction>",
1815
1897
  * },
1816
1898
  * },
1817
1899
  * ],
@@ -2077,21 +2159,21 @@ declare const CreateTemplateCommand_base: {
2077
2159
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2078
2160
  * TotalsVisibility: "HIDDEN" || "VISIBLE",
2079
2161
  * },
2080
- * Tooltip: { // TooltipOptions
2162
+ * Tooltip: {
2081
2163
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
2082
- * SelectedTooltipType: "BASIC" || "DETAILED",
2083
- * FieldBasedTooltip: { // FieldBasedTooltip
2164
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
2165
+ * FieldBasedTooltip: {
2084
2166
  * AggregationVisibility: "HIDDEN" || "VISIBLE",
2085
2167
  * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
2086
- * TooltipFields: [ // TooltipItemList
2087
- * { // TooltipItem
2088
- * FieldTooltipItem: { // FieldTooltipItem
2168
+ * TooltipFields: [
2169
+ * {
2170
+ * FieldTooltipItem: {
2089
2171
  * FieldId: "STRING_VALUE", // required
2090
2172
  * Label: "STRING_VALUE",
2091
2173
  * Visibility: "HIDDEN" || "VISIBLE",
2092
2174
  * TooltipTarget: "BOTH" || "BAR" || "LINE",
2093
2175
  * },
2094
- * ColumnTooltipItem: { // ColumnTooltipItem
2176
+ * ColumnTooltipItem: {
2095
2177
  * Column: "<ColumnIdentifier>", // required
2096
2178
  * Label: "STRING_VALUE",
2097
2179
  * Visibility: "HIDDEN" || "VISIBLE",
@@ -2101,6 +2183,9 @@ declare const CreateTemplateCommand_base: {
2101
2183
  * },
2102
2184
  * ],
2103
2185
  * },
2186
+ * SheetTooltip: {
2187
+ * SheetId: "STRING_VALUE",
2188
+ * },
2104
2189
  * },
2105
2190
  * ReferenceLines: [ // ReferenceLineList
2106
2191
  * { // ReferenceLine
@@ -2778,7 +2863,7 @@ declare const CreateTemplateCommand_base: {
2778
2863
  * },
2779
2864
  * Tooltip: {
2780
2865
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
2781
- * SelectedTooltipType: "BASIC" || "DETAILED",
2866
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
2782
2867
  * FieldBasedTooltip: {
2783
2868
  * AggregationVisibility: "HIDDEN" || "VISIBLE",
2784
2869
  * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
@@ -2800,6 +2885,9 @@ declare const CreateTemplateCommand_base: {
2800
2885
  * },
2801
2886
  * ],
2802
2887
  * },
2888
+ * SheetTooltip: {
2889
+ * SheetId: "STRING_VALUE",
2890
+ * },
2803
2891
  * },
2804
2892
  * VisualPalette: {
2805
2893
  * ChartColor: "STRING_VALUE",
@@ -2988,7 +3076,7 @@ declare const CreateTemplateCommand_base: {
2988
3076
  * },
2989
3077
  * TooltipOptions: {
2990
3078
  * TooltipVisibility: "HIDDEN" || "VISIBLE",
2991
- * SelectedTooltipType: "BASIC" || "DETAILED",
3079
+ * SelectedTooltipType: "BASIC" || "DETAILED" || "SHEET",
2992
3080
  * FieldBasedTooltip: {
2993
3081
  * AggregationVisibility: "HIDDEN" || "VISIBLE",
2994
3082
  * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
@@ -3010,6 +3098,9 @@ declare const CreateTemplateCommand_base: {
3010
3098
  * },
3011
3099
  * ],
3012
3100
  * },
3101
+ * SheetTooltip: {
3102
+ * SheetId: "STRING_VALUE",
3103
+ * },
3013
3104
  * },
3014
3105
  * VisualPalette: {
3015
3106
  * ChartColor: "STRING_VALUE",
@@ -3266,7 +3357,7 @@ declare const CreateTemplateCommand_base: {
3266
3357
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
3267
3358
  * LineWidth: "STRING_VALUE",
3268
3359
  * },
3269
- * MarkerStyleSettings: { // LineChartMarkerStyleSettings
3360
+ * MarkerStyleSettings: {
3270
3361
  * MarkerVisibility: "HIDDEN" || "VISIBLE",
3271
3362
  * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3272
3363
  * MarkerSize: "STRING_VALUE",
@@ -3292,12 +3383,7 @@ declare const CreateTemplateCommand_base: {
3292
3383
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
3293
3384
  * LineWidth: "STRING_VALUE",
3294
3385
  * },
3295
- * MarkerStyleSettings: {
3296
- * MarkerVisibility: "HIDDEN" || "VISIBLE",
3297
- * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3298
- * MarkerSize: "STRING_VALUE",
3299
- * MarkerColor: "STRING_VALUE",
3300
- * },
3386
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
3301
3387
  * DecalSettings: {
3302
3388
  * ElementValue: "STRING_VALUE",
3303
3389
  * DecalVisibility: "HIDDEN" || "VISIBLE",
@@ -3318,12 +3404,7 @@ declare const CreateTemplateCommand_base: {
3318
3404
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
3319
3405
  * LineWidth: "STRING_VALUE",
3320
3406
  * },
3321
- * MarkerStyleSettings: {
3322
- * MarkerVisibility: "HIDDEN" || "VISIBLE",
3323
- * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
3324
- * MarkerSize: "STRING_VALUE",
3325
- * MarkerColor: "STRING_VALUE",
3326
- * },
3407
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
3327
3408
  * DecalSettings: "<DecalSettings>",
3328
3409
  * },
3329
3410
  * },
@@ -3404,31 +3485,7 @@ declare const CreateTemplateCommand_base: {
3404
3485
  * },
3405
3486
  * },
3406
3487
  * ],
3407
- * Tooltip: {
3408
- * TooltipVisibility: "HIDDEN" || "VISIBLE",
3409
- * SelectedTooltipType: "BASIC" || "DETAILED",
3410
- * FieldBasedTooltip: {
3411
- * AggregationVisibility: "HIDDEN" || "VISIBLE",
3412
- * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3413
- * TooltipFields: [
3414
- * {
3415
- * FieldTooltipItem: {
3416
- * FieldId: "STRING_VALUE", // required
3417
- * Label: "STRING_VALUE",
3418
- * Visibility: "HIDDEN" || "VISIBLE",
3419
- * TooltipTarget: "BOTH" || "BAR" || "LINE",
3420
- * },
3421
- * ColumnTooltipItem: {
3422
- * Column: "<ColumnIdentifier>", // required
3423
- * Label: "STRING_VALUE",
3424
- * Visibility: "HIDDEN" || "VISIBLE",
3425
- * Aggregation: "<AggregationFunction>",
3426
- * TooltipTarget: "BOTH" || "BAR" || "LINE",
3427
- * },
3428
- * },
3429
- * ],
3430
- * },
3431
- * },
3488
+ * Tooltip: "<TooltipOptions>",
3432
3489
  * ContributionAnalysisDefaults: [
3433
3490
  * {
3434
3491
  * MeasureFieldId: "STRING_VALUE", // required
@@ -3556,31 +3613,7 @@ declare const CreateTemplateCommand_base: {
3556
3613
  * Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3557
3614
  * TotalsVisibility: "HIDDEN" || "VISIBLE",
3558
3615
  * },
3559
- * Tooltip: {
3560
- * TooltipVisibility: "HIDDEN" || "VISIBLE",
3561
- * SelectedTooltipType: "BASIC" || "DETAILED",
3562
- * FieldBasedTooltip: {
3563
- * AggregationVisibility: "HIDDEN" || "VISIBLE",
3564
- * TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3565
- * TooltipFields: [
3566
- * {
3567
- * FieldTooltipItem: {
3568
- * FieldId: "STRING_VALUE", // required
3569
- * Label: "STRING_VALUE",
3570
- * Visibility: "HIDDEN" || "VISIBLE",
3571
- * TooltipTarget: "BOTH" || "BAR" || "LINE",
3572
- * },
3573
- * ColumnTooltipItem: {
3574
- * Column: "<ColumnIdentifier>", // required
3575
- * Label: "STRING_VALUE",
3576
- * Visibility: "HIDDEN" || "VISIBLE",
3577
- * Aggregation: "<AggregationFunction>",
3578
- * TooltipTarget: "BOTH" || "BAR" || "LINE",
3579
- * },
3580
- * },
3581
- * ],
3582
- * },
3583
- * },
3616
+ * Tooltip: "<TooltipOptions>",
3584
3617
  * Interactions: "<VisualInteractionOptions>",
3585
3618
  * },
3586
3619
  * ColumnHierarchies: [
@@ -4213,12 +4246,7 @@ declare const CreateTemplateCommand_base: {
4213
4246
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4214
4247
  * LineWidth: "STRING_VALUE",
4215
4248
  * },
4216
- * MarkerStyleSettings: {
4217
- * MarkerVisibility: "HIDDEN" || "VISIBLE",
4218
- * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4219
- * MarkerSize: "STRING_VALUE",
4220
- * MarkerColor: "STRING_VALUE",
4221
- * },
4249
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4222
4250
  * DecalSettings: "<DecalSettings>",
4223
4251
  * BorderSettings: {
4224
4252
  * BorderVisibility: "HIDDEN" || "VISIBLE",
@@ -4237,12 +4265,7 @@ declare const CreateTemplateCommand_base: {
4237
4265
  * LineStyle: "SOLID" || "DOTTED" || "DASHED",
4238
4266
  * LineWidth: "STRING_VALUE",
4239
4267
  * },
4240
- * MarkerStyleSettings: {
4241
- * MarkerVisibility: "HIDDEN" || "VISIBLE",
4242
- * MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
4243
- * MarkerSize: "STRING_VALUE",
4244
- * MarkerColor: "STRING_VALUE",
4245
- * },
4268
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
4246
4269
  * DecalSettings: "<DecalSettings>",
4247
4270
  * BorderSettings: {
4248
4271
  * BorderVisibility: "HIDDEN" || "VISIBLE",
@@ -5065,21 +5088,1848 @@ declare const CreateTemplateCommand_base: {
5065
5088
  * },
5066
5089
  * },
5067
5090
  * ],
5068
- * CalculatedFields: [ // CalculatedFields
5069
- * { // CalculatedField
5070
- * DataSetIdentifier: "STRING_VALUE", // required
5071
- * Name: "STRING_VALUE", // required
5072
- * Expression: "STRING_VALUE", // required
5073
- * },
5074
- * ],
5075
- * ParameterDeclarations: [ // ParameterDeclarationList
5076
- * { // ParameterDeclaration
5077
- * StringParameterDeclaration: { // StringParameterDeclaration
5078
- * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
5079
- * Name: "STRING_VALUE", // required
5080
- * DefaultValues: { // StringDefaultValues
5081
- * DynamicValue: { // DynamicDefaultValue
5082
- * UserNameColumn: "<ColumnIdentifier>",
5091
+ * TooltipSheets: [ // TooltipSheetDefinitionList
5092
+ * { // TooltipSheetDefinition
5093
+ * SheetId: "STRING_VALUE", // required
5094
+ * Name: "STRING_VALUE",
5095
+ * Visuals: [ // TooltipSheetVisualList
5096
+ * {
5097
+ * TableVisual: {
5098
+ * VisualId: "STRING_VALUE", // required
5099
+ * Title: "<VisualTitleLabelOptions>",
5100
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5101
+ * ChartConfiguration: {
5102
+ * FieldWells: {
5103
+ * TableAggregatedFieldWells: {
5104
+ * GroupBy: "<DimensionFieldList>",
5105
+ * Values: "<MeasureFieldList>",
5106
+ * },
5107
+ * TableUnaggregatedFieldWells: {
5108
+ * Values: [
5109
+ * {
5110
+ * FieldId: "STRING_VALUE", // required
5111
+ * Column: "<ColumnIdentifier>", // required
5112
+ * FormatConfiguration: {
5113
+ * StringFormatConfiguration: "<StringFormatConfiguration>",
5114
+ * NumberFormatConfiguration: "<NumberFormatConfiguration>",
5115
+ * DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
5116
+ * },
5117
+ * },
5118
+ * ],
5119
+ * },
5120
+ * },
5121
+ * SortConfiguration: {
5122
+ * RowSort: [
5123
+ * "<FieldSortOptions>",
5124
+ * ],
5125
+ * PaginationConfiguration: {
5126
+ * PageSize: Number("long"), // required
5127
+ * PageNumber: Number("long"), // required
5128
+ * },
5129
+ * },
5130
+ * TableOptions: {
5131
+ * Orientation: "VERTICAL" || "HORIZONTAL",
5132
+ * HeaderStyle: "<TableCellStyle>",
5133
+ * CellStyle: "<TableCellStyle>",
5134
+ * RowAlternateColorOptions: {
5135
+ * Status: "ENABLED" || "DISABLED",
5136
+ * RowAlternateColors: [
5137
+ * "STRING_VALUE",
5138
+ * ],
5139
+ * UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
5140
+ * },
5141
+ * },
5142
+ * TotalOptions: {
5143
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5144
+ * Placement: "START" || "END" || "AUTO",
5145
+ * ScrollStatus: "PINNED" || "SCROLLED",
5146
+ * CustomLabel: "STRING_VALUE",
5147
+ * TotalCellStyle: "<TableCellStyle>",
5148
+ * TotalAggregationOptions: [
5149
+ * {
5150
+ * FieldId: "STRING_VALUE", // required
5151
+ * TotalAggregationFunction: {
5152
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
5153
+ * },
5154
+ * },
5155
+ * ],
5156
+ * },
5157
+ * FieldOptions: {
5158
+ * SelectedFieldOptions: [
5159
+ * {
5160
+ * FieldId: "STRING_VALUE", // required
5161
+ * Width: "STRING_VALUE",
5162
+ * CustomLabel: "STRING_VALUE",
5163
+ * Visibility: "HIDDEN" || "VISIBLE",
5164
+ * URLStyling: {
5165
+ * LinkConfiguration: {
5166
+ * Target: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
5167
+ * Content: {
5168
+ * CustomTextContent: {
5169
+ * Value: "STRING_VALUE",
5170
+ * FontConfiguration: "<FontConfiguration>", // required
5171
+ * },
5172
+ * CustomIconContent: {
5173
+ * Icon: "LINK",
5174
+ * },
5175
+ * },
5176
+ * },
5177
+ * ImageConfiguration: {
5178
+ * SizingOptions: {
5179
+ * TableCellImageScalingConfiguration: "FIT_TO_CELL_HEIGHT" || "FIT_TO_CELL_WIDTH" || "DO_NOT_SCALE",
5180
+ * },
5181
+ * },
5182
+ * },
5183
+ * },
5184
+ * ],
5185
+ * Order: [
5186
+ * "STRING_VALUE",
5187
+ * ],
5188
+ * PinnedFieldOptions: {
5189
+ * PinnedLeftFields: [
5190
+ * "STRING_VALUE",
5191
+ * ],
5192
+ * },
5193
+ * TransposedTableOptions: [
5194
+ * {
5195
+ * ColumnIndex: Number("int"),
5196
+ * ColumnWidth: "STRING_VALUE",
5197
+ * ColumnType: "ROW_HEADER_COLUMN" || "VALUE_COLUMN", // required
5198
+ * },
5199
+ * ],
5200
+ * },
5201
+ * PaginatedReportOptions: {
5202
+ * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
5203
+ * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
5204
+ * },
5205
+ * TableInlineVisualizations: [
5206
+ * {
5207
+ * DataBars: {
5208
+ * FieldId: "STRING_VALUE", // required
5209
+ * PositiveColor: "STRING_VALUE",
5210
+ * NegativeColor: "STRING_VALUE",
5211
+ * },
5212
+ * Sparklines: {
5213
+ * FieldId: "STRING_VALUE", // required
5214
+ * XAxisField: "<DimensionField>", // required
5215
+ * YAxisBehavior: "SHARED" || "INDEPENDENT",
5216
+ * VisualType: "LINE" || "AREA_LINE",
5217
+ * LineColor: "STRING_VALUE",
5218
+ * LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
5219
+ * AllPointsMarker: "<LineChartMarkerStyleSettings>",
5220
+ * MaxValueMarker: "<LineChartMarkerStyleSettings>",
5221
+ * MinValueMarker: "<LineChartMarkerStyleSettings>",
5222
+ * },
5223
+ * },
5224
+ * ],
5225
+ * Tooltip: "<TooltipOptions>",
5226
+ * DashboardCustomizationVisualOptions: {
5227
+ * FieldsConfiguration: {
5228
+ * Status: "ENABLED" || "DISABLED",
5229
+ * AdditionalFields: [
5230
+ * "<ColumnIdentifier>",
5231
+ * ],
5232
+ * },
5233
+ * },
5234
+ * Interactions: "<VisualInteractionOptions>",
5235
+ * },
5236
+ * ConditionalFormatting: {
5237
+ * ConditionalFormattingOptions: [
5238
+ * {
5239
+ * Cell: {
5240
+ * FieldId: "STRING_VALUE", // required
5241
+ * TextFormat: {
5242
+ * BackgroundColor: "<ConditionalFormattingColor>",
5243
+ * TextColor: "<ConditionalFormattingColor>",
5244
+ * Icon: "<ConditionalFormattingIcon>",
5245
+ * },
5246
+ * },
5247
+ * Row: {
5248
+ * BackgroundColor: "<ConditionalFormattingColor>",
5249
+ * TextColor: "<ConditionalFormattingColor>",
5250
+ * },
5251
+ * },
5252
+ * ],
5253
+ * },
5254
+ * Actions: "<VisualCustomActionList>",
5255
+ * VisualContentAltText: "STRING_VALUE",
5256
+ * },
5257
+ * PivotTableVisual: {
5258
+ * VisualId: "STRING_VALUE", // required
5259
+ * Title: "<VisualTitleLabelOptions>",
5260
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5261
+ * ChartConfiguration: {
5262
+ * FieldWells: {
5263
+ * PivotTableAggregatedFieldWells: {
5264
+ * Rows: [
5265
+ * "<DimensionField>",
5266
+ * ],
5267
+ * Columns: [
5268
+ * "<DimensionField>",
5269
+ * ],
5270
+ * Values: [
5271
+ * "<MeasureField>",
5272
+ * ],
5273
+ * },
5274
+ * },
5275
+ * SortConfiguration: {
5276
+ * FieldSortOptions: [
5277
+ * {
5278
+ * FieldId: "STRING_VALUE", // required
5279
+ * SortBy: {
5280
+ * Field: "<FieldSort>",
5281
+ * Column: "<ColumnSort>",
5282
+ * DataPath: {
5283
+ * Direction: "ASC" || "DESC", // required
5284
+ * SortPaths: "<DataPathValueList>", // required
5285
+ * },
5286
+ * },
5287
+ * },
5288
+ * ],
5289
+ * },
5290
+ * TableOptions: {
5291
+ * MetricPlacement: "ROW" || "COLUMN",
5292
+ * SingleMetricVisibility: "HIDDEN" || "VISIBLE",
5293
+ * ColumnNamesVisibility: "HIDDEN" || "VISIBLE",
5294
+ * ToggleButtonsVisibility: "HIDDEN" || "VISIBLE",
5295
+ * ColumnHeaderStyle: "<TableCellStyle>",
5296
+ * RowHeaderStyle: "<TableCellStyle>",
5297
+ * CellStyle: "<TableCellStyle>",
5298
+ * RowFieldNamesStyle: "<TableCellStyle>",
5299
+ * RowAlternateColorOptions: {
5300
+ * Status: "ENABLED" || "DISABLED",
5301
+ * RowAlternateColors: [
5302
+ * "STRING_VALUE",
5303
+ * ],
5304
+ * UsePrimaryBackgroundColor: "ENABLED" || "DISABLED",
5305
+ * },
5306
+ * CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
5307
+ * RowsLayout: "TABULAR" || "HIERARCHY",
5308
+ * RowsLabelOptions: {
5309
+ * Visibility: "HIDDEN" || "VISIBLE",
5310
+ * CustomLabel: "STRING_VALUE",
5311
+ * },
5312
+ * DefaultCellWidth: "STRING_VALUE",
5313
+ * },
5314
+ * TotalOptions: {
5315
+ * RowSubtotalOptions: {
5316
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5317
+ * CustomLabel: "STRING_VALUE",
5318
+ * FieldLevel: "ALL" || "CUSTOM" || "LAST",
5319
+ * FieldLevelOptions: [
5320
+ * {
5321
+ * FieldId: "STRING_VALUE",
5322
+ * },
5323
+ * ],
5324
+ * TotalCellStyle: "<TableCellStyle>",
5325
+ * ValueCellStyle: "<TableCellStyle>",
5326
+ * MetricHeaderCellStyle: "<TableCellStyle>",
5327
+ * StyleTargets: [
5328
+ * {
5329
+ * CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
5330
+ * },
5331
+ * ],
5332
+ * },
5333
+ * ColumnSubtotalOptions: {
5334
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5335
+ * CustomLabel: "STRING_VALUE",
5336
+ * FieldLevel: "ALL" || "CUSTOM" || "LAST",
5337
+ * FieldLevelOptions: [
5338
+ * {
5339
+ * FieldId: "STRING_VALUE",
5340
+ * },
5341
+ * ],
5342
+ * TotalCellStyle: "<TableCellStyle>",
5343
+ * ValueCellStyle: "<TableCellStyle>",
5344
+ * MetricHeaderCellStyle: "<TableCellStyle>",
5345
+ * StyleTargets: [
5346
+ * {
5347
+ * CellType: "TOTAL" || "METRIC_HEADER" || "VALUE", // required
5348
+ * },
5349
+ * ],
5350
+ * },
5351
+ * RowTotalOptions: {
5352
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5353
+ * Placement: "START" || "END" || "AUTO",
5354
+ * ScrollStatus: "PINNED" || "SCROLLED",
5355
+ * CustomLabel: "STRING_VALUE",
5356
+ * TotalCellStyle: "<TableCellStyle>",
5357
+ * ValueCellStyle: "<TableCellStyle>",
5358
+ * MetricHeaderCellStyle: "<TableCellStyle>",
5359
+ * TotalAggregationOptions: [
5360
+ * {
5361
+ * FieldId: "STRING_VALUE", // required
5362
+ * TotalAggregationFunction: {
5363
+ * SimpleTotalAggregationFunction: "DEFAULT" || "SUM" || "AVERAGE" || "MIN" || "MAX" || "NONE",
5364
+ * },
5365
+ * },
5366
+ * ],
5367
+ * },
5368
+ * ColumnTotalOptions: {
5369
+ * TotalsVisibility: "HIDDEN" || "VISIBLE",
5370
+ * Placement: "START" || "END" || "AUTO",
5371
+ * ScrollStatus: "PINNED" || "SCROLLED",
5372
+ * CustomLabel: "STRING_VALUE",
5373
+ * TotalCellStyle: "<TableCellStyle>",
5374
+ * ValueCellStyle: "<TableCellStyle>",
5375
+ * MetricHeaderCellStyle: "<TableCellStyle>",
5376
+ * TotalAggregationOptions: "<TotalAggregationOptionList>",
5377
+ * },
5378
+ * },
5379
+ * FieldOptions: {
5380
+ * SelectedFieldOptions: [
5381
+ * {
5382
+ * FieldId: "STRING_VALUE", // required
5383
+ * CustomLabel: "STRING_VALUE",
5384
+ * Visibility: "HIDDEN" || "VISIBLE",
5385
+ * },
5386
+ * ],
5387
+ * DataPathOptions: [
5388
+ * {
5389
+ * DataPathList: "<DataPathValueList>", // required
5390
+ * Width: "STRING_VALUE",
5391
+ * },
5392
+ * ],
5393
+ * CollapseStateOptions: [
5394
+ * {
5395
+ * Target: {
5396
+ * FieldId: "STRING_VALUE",
5397
+ * FieldDataPathValues: "<DataPathValueList>",
5398
+ * },
5399
+ * State: "COLLAPSED" || "EXPANDED",
5400
+ * },
5401
+ * ],
5402
+ * },
5403
+ * PaginatedReportOptions: {
5404
+ * VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
5405
+ * OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
5406
+ * },
5407
+ * Tooltip: "<TooltipOptions>",
5408
+ * DashboardCustomizationVisualOptions: {
5409
+ * FieldsConfiguration: {
5410
+ * Status: "ENABLED" || "DISABLED",
5411
+ * AdditionalFields: [
5412
+ * "<ColumnIdentifier>",
5413
+ * ],
5414
+ * },
5415
+ * },
5416
+ * Interactions: "<VisualInteractionOptions>",
5417
+ * },
5418
+ * ConditionalFormatting: {
5419
+ * ConditionalFormattingOptions: [
5420
+ * {
5421
+ * Cell: {
5422
+ * FieldId: "STRING_VALUE", // required
5423
+ * TextFormat: {
5424
+ * BackgroundColor: "<ConditionalFormattingColor>",
5425
+ * TextColor: "<ConditionalFormattingColor>",
5426
+ * Icon: "<ConditionalFormattingIcon>",
5427
+ * },
5428
+ * Scope: {
5429
+ * Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
5430
+ * },
5431
+ * Scopes: [
5432
+ * {
5433
+ * Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
5434
+ * },
5435
+ * ],
5436
+ * },
5437
+ * },
5438
+ * ],
5439
+ * },
5440
+ * Actions: "<VisualCustomActionList>",
5441
+ * VisualContentAltText: "STRING_VALUE",
5442
+ * },
5443
+ * BarChartVisual: {
5444
+ * VisualId: "STRING_VALUE", // required
5445
+ * Title: "<VisualTitleLabelOptions>",
5446
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5447
+ * ChartConfiguration: {
5448
+ * FieldWells: {
5449
+ * BarChartAggregatedFieldWells: {
5450
+ * Category: "<DimensionFieldList>",
5451
+ * Values: "<MeasureFieldList>",
5452
+ * Colors: "<DimensionFieldList>",
5453
+ * SmallMultiples: [
5454
+ * "<DimensionField>",
5455
+ * ],
5456
+ * },
5457
+ * },
5458
+ * SortConfiguration: {
5459
+ * CategorySort: "<FieldSortOptionsList>",
5460
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
5461
+ * ColorSort: "<FieldSortOptionsList>",
5462
+ * ColorItemsLimit: "<ItemsLimitConfiguration>",
5463
+ * SmallMultiplesSort: "<FieldSortOptionsList>",
5464
+ * SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5465
+ * },
5466
+ * Orientation: "HORIZONTAL" || "VERTICAL",
5467
+ * BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
5468
+ * VisualPalette: "<VisualPalette>",
5469
+ * SmallMultiplesOptions: {
5470
+ * MaxVisibleRows: Number("long"),
5471
+ * MaxVisibleColumns: Number("long"),
5472
+ * PanelConfiguration: {
5473
+ * Title: {
5474
+ * Visibility: "HIDDEN" || "VISIBLE",
5475
+ * FontConfiguration: "<FontConfiguration>",
5476
+ * HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
5477
+ * },
5478
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
5479
+ * BorderThickness: "STRING_VALUE",
5480
+ * BorderStyle: "SOLID" || "DASHED" || "DOTTED",
5481
+ * BorderColor: "STRING_VALUE",
5482
+ * GutterVisibility: "HIDDEN" || "VISIBLE",
5483
+ * GutterSpacing: "STRING_VALUE",
5484
+ * BackgroundVisibility: "HIDDEN" || "VISIBLE",
5485
+ * BackgroundColor: "STRING_VALUE",
5486
+ * },
5487
+ * XAxis: "<SmallMultiplesAxisProperties>",
5488
+ * YAxis: "<SmallMultiplesAxisProperties>",
5489
+ * },
5490
+ * CategoryAxis: "<AxisDisplayOptions>",
5491
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
5492
+ * ValueAxis: "<AxisDisplayOptions>",
5493
+ * ValueLabelOptions: "<ChartAxisLabelOptions>",
5494
+ * ColorLabelOptions: "<ChartAxisLabelOptions>",
5495
+ * DefaultSeriesSettings: {
5496
+ * DecalSettings: "<DecalSettings>",
5497
+ * BorderSettings: "<BorderSettings>",
5498
+ * },
5499
+ * Series: [
5500
+ * {
5501
+ * FieldBarSeriesItem: {
5502
+ * FieldId: "STRING_VALUE", // required
5503
+ * Settings: {
5504
+ * DecalSettings: "<DecalSettings>",
5505
+ * BorderSettings: "<BorderSettings>",
5506
+ * },
5507
+ * },
5508
+ * DataFieldBarSeriesItem: {
5509
+ * FieldId: "STRING_VALUE", // required
5510
+ * FieldValue: "STRING_VALUE",
5511
+ * Settings: {
5512
+ * DecalSettings: "<DecalSettings>",
5513
+ * BorderSettings: "<BorderSettings>",
5514
+ * },
5515
+ * },
5516
+ * },
5517
+ * ],
5518
+ * Legend: "<LegendOptions>",
5519
+ * DataLabels: "<DataLabelOptions>",
5520
+ * Tooltip: "<TooltipOptions>",
5521
+ * ReferenceLines: [
5522
+ * {
5523
+ * Status: "ENABLED" || "DISABLED",
5524
+ * DataConfiguration: {
5525
+ * StaticConfiguration: {
5526
+ * Value: Number("double"), // required
5527
+ * },
5528
+ * DynamicConfiguration: {
5529
+ * Column: "<ColumnIdentifier>", // required
5530
+ * MeasureAggregationFunction: "<AggregationFunction>",
5531
+ * Calculation: "<NumericalAggregationFunction>", // required
5532
+ * },
5533
+ * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
5534
+ * SeriesType: "BAR" || "LINE",
5535
+ * },
5536
+ * StyleConfiguration: {
5537
+ * Pattern: "SOLID" || "DASHED" || "DOTTED",
5538
+ * Color: "STRING_VALUE",
5539
+ * },
5540
+ * LabelConfiguration: {
5541
+ * ValueLabelConfiguration: {
5542
+ * RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
5543
+ * FormatConfiguration: "<NumericFormatConfiguration>",
5544
+ * },
5545
+ * CustomLabelConfiguration: {
5546
+ * CustomLabel: "STRING_VALUE", // required
5547
+ * },
5548
+ * FontConfiguration: "<FontConfiguration>",
5549
+ * FontColor: "STRING_VALUE",
5550
+ * HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
5551
+ * VerticalPosition: "ABOVE" || "BELOW",
5552
+ * },
5553
+ * },
5554
+ * ],
5555
+ * ContributionAnalysisDefaults: [
5556
+ * {
5557
+ * MeasureFieldId: "STRING_VALUE", // required
5558
+ * ContributorDimensions: [ // required
5559
+ * "<ColumnIdentifier>",
5560
+ * ],
5561
+ * },
5562
+ * ],
5563
+ * Interactions: "<VisualInteractionOptions>",
5564
+ * },
5565
+ * Actions: "<VisualCustomActionList>",
5566
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5567
+ * VisualContentAltText: "STRING_VALUE",
5568
+ * },
5569
+ * KPIVisual: {
5570
+ * VisualId: "STRING_VALUE", // required
5571
+ * Title: "<VisualTitleLabelOptions>",
5572
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5573
+ * ChartConfiguration: {
5574
+ * FieldWells: {
5575
+ * Values: "<MeasureFieldList>",
5576
+ * TargetValues: "<MeasureFieldList>",
5577
+ * TrendGroups: "<DimensionFieldList>",
5578
+ * },
5579
+ * SortConfiguration: {
5580
+ * TrendGroupSort: "<FieldSortOptionsList>",
5581
+ * },
5582
+ * KPIOptions: {
5583
+ * ProgressBar: {
5584
+ * Visibility: "HIDDEN" || "VISIBLE",
5585
+ * },
5586
+ * TrendArrows: {
5587
+ * Visibility: "HIDDEN" || "VISIBLE",
5588
+ * },
5589
+ * SecondaryValue: {
5590
+ * Visibility: "HIDDEN" || "VISIBLE",
5591
+ * },
5592
+ * Comparison: {
5593
+ * ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
5594
+ * ComparisonFormat: {
5595
+ * NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
5596
+ * PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
5597
+ * },
5598
+ * },
5599
+ * PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
5600
+ * PrimaryValueFontConfiguration: "<FontConfiguration>",
5601
+ * SecondaryValueFontConfiguration: "<FontConfiguration>",
5602
+ * Sparkline: {
5603
+ * Visibility: "HIDDEN" || "VISIBLE",
5604
+ * Type: "LINE" || "AREA", // required
5605
+ * Color: "STRING_VALUE",
5606
+ * TooltipVisibility: "HIDDEN" || "VISIBLE",
5607
+ * },
5608
+ * VisualLayoutOptions: {
5609
+ * StandardLayout: {
5610
+ * Type: "CLASSIC" || "VERTICAL", // required
5611
+ * },
5612
+ * },
5613
+ * },
5614
+ * Interactions: "<VisualInteractionOptions>",
5615
+ * },
5616
+ * ConditionalFormatting: {
5617
+ * ConditionalFormattingOptions: [
5618
+ * {
5619
+ * PrimaryValue: {
5620
+ * TextColor: "<ConditionalFormattingColor>",
5621
+ * Icon: "<ConditionalFormattingIcon>",
5622
+ * },
5623
+ * ProgressBar: {
5624
+ * ForegroundColor: "<ConditionalFormattingColor>",
5625
+ * },
5626
+ * ActualValue: {
5627
+ * TextColor: "<ConditionalFormattingColor>",
5628
+ * Icon: "<ConditionalFormattingIcon>",
5629
+ * },
5630
+ * ComparisonValue: {
5631
+ * TextColor: "<ConditionalFormattingColor>",
5632
+ * Icon: "<ConditionalFormattingIcon>",
5633
+ * },
5634
+ * },
5635
+ * ],
5636
+ * },
5637
+ * Actions: "<VisualCustomActionList>",
5638
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5639
+ * VisualContentAltText: "STRING_VALUE",
5640
+ * },
5641
+ * PieChartVisual: {
5642
+ * VisualId: "STRING_VALUE", // required
5643
+ * Title: "<VisualTitleLabelOptions>",
5644
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5645
+ * ChartConfiguration: {
5646
+ * FieldWells: {
5647
+ * PieChartAggregatedFieldWells: {
5648
+ * Category: "<DimensionFieldList>",
5649
+ * Values: "<MeasureFieldList>",
5650
+ * SmallMultiples: [
5651
+ * "<DimensionField>",
5652
+ * ],
5653
+ * },
5654
+ * },
5655
+ * SortConfiguration: {
5656
+ * CategorySort: "<FieldSortOptionsList>",
5657
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
5658
+ * SmallMultiplesSort: "<FieldSortOptionsList>",
5659
+ * SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5660
+ * },
5661
+ * DonutOptions: {
5662
+ * ArcOptions: {
5663
+ * ArcThickness: "SMALL" || "MEDIUM" || "LARGE" || "WHOLE",
5664
+ * },
5665
+ * DonutCenterOptions: {
5666
+ * LabelVisibility: "HIDDEN" || "VISIBLE",
5667
+ * },
5668
+ * },
5669
+ * SmallMultiplesOptions: {
5670
+ * MaxVisibleRows: Number("long"),
5671
+ * MaxVisibleColumns: Number("long"),
5672
+ * PanelConfiguration: {
5673
+ * Title: {
5674
+ * Visibility: "HIDDEN" || "VISIBLE",
5675
+ * FontConfiguration: "<FontConfiguration>",
5676
+ * HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
5677
+ * },
5678
+ * BorderVisibility: "HIDDEN" || "VISIBLE",
5679
+ * BorderThickness: "STRING_VALUE",
5680
+ * BorderStyle: "SOLID" || "DASHED" || "DOTTED",
5681
+ * BorderColor: "STRING_VALUE",
5682
+ * GutterVisibility: "HIDDEN" || "VISIBLE",
5683
+ * GutterSpacing: "STRING_VALUE",
5684
+ * BackgroundVisibility: "HIDDEN" || "VISIBLE",
5685
+ * BackgroundColor: "STRING_VALUE",
5686
+ * },
5687
+ * XAxis: "<SmallMultiplesAxisProperties>",
5688
+ * YAxis: "<SmallMultiplesAxisProperties>",
5689
+ * },
5690
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
5691
+ * ValueLabelOptions: "<ChartAxisLabelOptions>",
5692
+ * Legend: "<LegendOptions>",
5693
+ * DataLabels: "<DataLabelOptions>",
5694
+ * Tooltip: "<TooltipOptions>",
5695
+ * VisualPalette: "<VisualPalette>",
5696
+ * ContributionAnalysisDefaults: [
5697
+ * {
5698
+ * MeasureFieldId: "STRING_VALUE", // required
5699
+ * ContributorDimensions: [ // required
5700
+ * "<ColumnIdentifier>",
5701
+ * ],
5702
+ * },
5703
+ * ],
5704
+ * Interactions: "<VisualInteractionOptions>",
5705
+ * },
5706
+ * Actions: "<VisualCustomActionList>",
5707
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5708
+ * VisualContentAltText: "STRING_VALUE",
5709
+ * },
5710
+ * GaugeChartVisual: {
5711
+ * VisualId: "STRING_VALUE", // required
5712
+ * Title: "<VisualTitleLabelOptions>",
5713
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5714
+ * ChartConfiguration: {
5715
+ * FieldWells: {
5716
+ * Values: "<MeasureFieldList>",
5717
+ * TargetValues: "<MeasureFieldList>",
5718
+ * },
5719
+ * GaugeChartOptions: {
5720
+ * PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
5721
+ * Comparison: {
5722
+ * ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
5723
+ * ComparisonFormat: {
5724
+ * NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
5725
+ * PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
5726
+ * },
5727
+ * },
5728
+ * ArcAxis: {
5729
+ * Range: {
5730
+ * Min: Number("double"),
5731
+ * Max: Number("double"),
5732
+ * },
5733
+ * ReserveRange: Number("int"),
5734
+ * },
5735
+ * Arc: {
5736
+ * ArcAngle: Number("double"),
5737
+ * ArcThickness: "SMALL" || "MEDIUM" || "LARGE",
5738
+ * },
5739
+ * PrimaryValueFontConfiguration: "<FontConfiguration>",
5740
+ * },
5741
+ * DataLabels: "<DataLabelOptions>",
5742
+ * TooltipOptions: "<TooltipOptions>",
5743
+ * VisualPalette: "<VisualPalette>",
5744
+ * ColorConfiguration: {
5745
+ * ForegroundColor: "STRING_VALUE",
5746
+ * BackgroundColor: "STRING_VALUE",
5747
+ * },
5748
+ * Interactions: "<VisualInteractionOptions>",
5749
+ * },
5750
+ * ConditionalFormatting: {
5751
+ * ConditionalFormattingOptions: [
5752
+ * {
5753
+ * PrimaryValue: {
5754
+ * TextColor: "<ConditionalFormattingColor>",
5755
+ * Icon: "<ConditionalFormattingIcon>",
5756
+ * },
5757
+ * Arc: {
5758
+ * ForegroundColor: "<ConditionalFormattingColor>",
5759
+ * },
5760
+ * },
5761
+ * ],
5762
+ * },
5763
+ * Actions: "<VisualCustomActionList>",
5764
+ * VisualContentAltText: "STRING_VALUE",
5765
+ * },
5766
+ * LineChartVisual: {
5767
+ * VisualId: "STRING_VALUE", // required
5768
+ * Title: "<VisualTitleLabelOptions>",
5769
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5770
+ * ChartConfiguration: {
5771
+ * FieldWells: {
5772
+ * LineChartAggregatedFieldWells: {
5773
+ * Category: "<DimensionFieldList>",
5774
+ * Values: "<MeasureFieldList>",
5775
+ * Colors: "<DimensionFieldList>",
5776
+ * SmallMultiples: "<SmallMultiplesDimensionFieldList>",
5777
+ * },
5778
+ * },
5779
+ * SortConfiguration: {
5780
+ * CategorySort: "<FieldSortOptionsList>",
5781
+ * CategoryItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5782
+ * ColorItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5783
+ * SmallMultiplesSort: "<FieldSortOptionsList>",
5784
+ * SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
5785
+ * },
5786
+ * ForecastConfigurations: [
5787
+ * {
5788
+ * ForecastProperties: {
5789
+ * PeriodsForward: Number("int"),
5790
+ * PeriodsBackward: Number("int"),
5791
+ * UpperBoundary: Number("double"),
5792
+ * LowerBoundary: Number("double"),
5793
+ * PredictionInterval: Number("int"),
5794
+ * Seasonality: Number("int"),
5795
+ * },
5796
+ * Scenario: {
5797
+ * WhatIfPointScenario: {
5798
+ * Date: new Date("TIMESTAMP"), // required
5799
+ * Value: Number("double"), // required
5800
+ * },
5801
+ * WhatIfRangeScenario: {
5802
+ * StartDate: new Date("TIMESTAMP"), // required
5803
+ * EndDate: new Date("TIMESTAMP"), // required
5804
+ * Value: Number("double"), // required
5805
+ * },
5806
+ * },
5807
+ * },
5808
+ * ],
5809
+ * Type: "LINE" || "AREA" || "STACKED_AREA",
5810
+ * SmallMultiplesOptions: "<SmallMultiplesOptions>",
5811
+ * XAxisDisplayOptions: "<AxisDisplayOptions>",
5812
+ * XAxisLabelOptions: "<ChartAxisLabelOptions>",
5813
+ * PrimaryYAxisDisplayOptions: {
5814
+ * AxisOptions: "<AxisDisplayOptions>",
5815
+ * MissingDataConfigurations: [
5816
+ * {
5817
+ * TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
5818
+ * },
5819
+ * ],
5820
+ * },
5821
+ * PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
5822
+ * SecondaryYAxisDisplayOptions: {
5823
+ * AxisOptions: "<AxisDisplayOptions>",
5824
+ * MissingDataConfigurations: [
5825
+ * {
5826
+ * TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
5827
+ * },
5828
+ * ],
5829
+ * },
5830
+ * SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
5831
+ * SingleAxisOptions: {
5832
+ * YAxisOptions: {
5833
+ * YAxis: "PRIMARY_Y_AXIS", // required
5834
+ * },
5835
+ * },
5836
+ * DefaultSeriesSettings: {
5837
+ * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
5838
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
5839
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5840
+ * DecalSettings: "<DecalSettings>",
5841
+ * },
5842
+ * Series: [
5843
+ * {
5844
+ * FieldSeriesItem: {
5845
+ * FieldId: "STRING_VALUE", // required
5846
+ * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
5847
+ * Settings: {
5848
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
5849
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5850
+ * DecalSettings: "<DecalSettings>",
5851
+ * },
5852
+ * },
5853
+ * DataFieldSeriesItem: {
5854
+ * FieldId: "STRING_VALUE", // required
5855
+ * FieldValue: "STRING_VALUE",
5856
+ * AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
5857
+ * Settings: {
5858
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
5859
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
5860
+ * DecalSettings: "<DecalSettings>",
5861
+ * },
5862
+ * },
5863
+ * },
5864
+ * ],
5865
+ * Legend: "<LegendOptions>",
5866
+ * DataLabels: "<DataLabelOptions>",
5867
+ * ReferenceLines: "<ReferenceLineList>",
5868
+ * Tooltip: "<TooltipOptions>",
5869
+ * ContributionAnalysisDefaults: "<ContributionAnalysisDefaultList>",
5870
+ * VisualPalette: "<VisualPalette>",
5871
+ * Interactions: "<VisualInteractionOptions>",
5872
+ * },
5873
+ * Actions: "<VisualCustomActionList>",
5874
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5875
+ * VisualContentAltText: "STRING_VALUE",
5876
+ * },
5877
+ * HeatMapVisual: {
5878
+ * VisualId: "STRING_VALUE", // required
5879
+ * Title: "<VisualTitleLabelOptions>",
5880
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5881
+ * ChartConfiguration: {
5882
+ * FieldWells: {
5883
+ * HeatMapAggregatedFieldWells: {
5884
+ * Rows: [
5885
+ * "<DimensionField>",
5886
+ * ],
5887
+ * Columns: [
5888
+ * "<DimensionField>",
5889
+ * ],
5890
+ * Values: [
5891
+ * "<MeasureField>",
5892
+ * ],
5893
+ * },
5894
+ * },
5895
+ * SortConfiguration: {
5896
+ * HeatMapRowSort: "<FieldSortOptionsList>",
5897
+ * HeatMapColumnSort: "<FieldSortOptionsList>",
5898
+ * HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5899
+ * HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5900
+ * },
5901
+ * RowAxisDisplayOptions: "<AxisDisplayOptions>",
5902
+ * RowLabelOptions: "<ChartAxisLabelOptions>",
5903
+ * ColumnAxisDisplayOptions: "<AxisDisplayOptions>",
5904
+ * ColumnLabelOptions: "<ChartAxisLabelOptions>",
5905
+ * ColorScale: {
5906
+ * Colors: [ // required
5907
+ * {
5908
+ * Color: "STRING_VALUE",
5909
+ * DataValue: Number("double"),
5910
+ * },
5911
+ * ],
5912
+ * ColorFillType: "DISCRETE" || "GRADIENT", // required
5913
+ * NullValueColor: "<DataColor>",
5914
+ * },
5915
+ * Legend: "<LegendOptions>",
5916
+ * DataLabels: "<DataLabelOptions>",
5917
+ * Tooltip: "<TooltipOptions>",
5918
+ * Interactions: "<VisualInteractionOptions>",
5919
+ * },
5920
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5921
+ * Actions: "<VisualCustomActionList>",
5922
+ * VisualContentAltText: "STRING_VALUE",
5923
+ * },
5924
+ * TreeMapVisual: {
5925
+ * VisualId: "STRING_VALUE", // required
5926
+ * Title: "<VisualTitleLabelOptions>",
5927
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5928
+ * ChartConfiguration: {
5929
+ * FieldWells: {
5930
+ * TreeMapAggregatedFieldWells: {
5931
+ * Groups: [
5932
+ * "<DimensionField>",
5933
+ * ],
5934
+ * Sizes: [
5935
+ * "<MeasureField>",
5936
+ * ],
5937
+ * Colors: [
5938
+ * "<MeasureField>",
5939
+ * ],
5940
+ * },
5941
+ * },
5942
+ * SortConfiguration: {
5943
+ * TreeMapSort: "<FieldSortOptionsList>",
5944
+ * TreeMapGroupItemsLimitConfiguration: "<ItemsLimitConfiguration>",
5945
+ * },
5946
+ * GroupLabelOptions: "<ChartAxisLabelOptions>",
5947
+ * SizeLabelOptions: "<ChartAxisLabelOptions>",
5948
+ * ColorLabelOptions: "<ChartAxisLabelOptions>",
5949
+ * ColorScale: {
5950
+ * Colors: [ // required
5951
+ * "<DataColor>",
5952
+ * ],
5953
+ * ColorFillType: "DISCRETE" || "GRADIENT", // required
5954
+ * NullValueColor: "<DataColor>",
5955
+ * },
5956
+ * Legend: "<LegendOptions>",
5957
+ * DataLabels: "<DataLabelOptions>",
5958
+ * Tooltip: "<TooltipOptions>",
5959
+ * Interactions: "<VisualInteractionOptions>",
5960
+ * },
5961
+ * Actions: "<VisualCustomActionList>",
5962
+ * ColumnHierarchies: "<ColumnHierarchyList>",
5963
+ * VisualContentAltText: "STRING_VALUE",
5964
+ * },
5965
+ * GeospatialMapVisual: {
5966
+ * VisualId: "STRING_VALUE", // required
5967
+ * Title: "<VisualTitleLabelOptions>",
5968
+ * Subtitle: "<VisualSubtitleLabelOptions>",
5969
+ * ChartConfiguration: {
5970
+ * FieldWells: {
5971
+ * GeospatialMapAggregatedFieldWells: {
5972
+ * Geospatial: "<DimensionFieldList>",
5973
+ * Values: "<MeasureFieldList>",
5974
+ * Colors: "<DimensionFieldList>",
5975
+ * },
5976
+ * },
5977
+ * Legend: "<LegendOptions>",
5978
+ * Tooltip: "<TooltipOptions>",
5979
+ * WindowOptions: {
5980
+ * Bounds: {
5981
+ * North: Number("double"), // required
5982
+ * South: Number("double"), // required
5983
+ * West: Number("double"), // required
5984
+ * East: Number("double"), // required
5985
+ * },
5986
+ * MapZoomMode: "AUTO" || "MANUAL",
5987
+ * },
5988
+ * MapStyleOptions: {
5989
+ * BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
5990
+ * },
5991
+ * PointStyleOptions: {
5992
+ * SelectedPointStyle: "POINT" || "CLUSTER" || "HEATMAP",
5993
+ * ClusterMarkerConfiguration: {
5994
+ * ClusterMarker: {
5995
+ * SimpleClusterMarker: {
5996
+ * Color: "STRING_VALUE",
5997
+ * },
5998
+ * },
5999
+ * },
6000
+ * HeatmapConfiguration: {
6001
+ * HeatmapColor: {
6002
+ * Colors: [
6003
+ * {
6004
+ * Color: "STRING_VALUE", // required
6005
+ * },
6006
+ * ],
6007
+ * },
6008
+ * },
6009
+ * },
6010
+ * VisualPalette: "<VisualPalette>",
6011
+ * Interactions: "<VisualInteractionOptions>",
6012
+ * },
6013
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6014
+ * Actions: "<VisualCustomActionList>",
6015
+ * VisualContentAltText: "STRING_VALUE",
6016
+ * GeocodingPreferences: [
6017
+ * {
6018
+ * RequestKey: {
6019
+ * Country: "STRING_VALUE",
6020
+ * State: "STRING_VALUE",
6021
+ * County: "STRING_VALUE",
6022
+ * City: "STRING_VALUE",
6023
+ * PostCode: "STRING_VALUE",
6024
+ * },
6025
+ * Preference: {// Union: only one key present
6026
+ * GeocoderHierarchy: "<GeocoderHierarchy>",
6027
+ * Coordinate: {
6028
+ * Latitude: Number("double"), // required
6029
+ * Longitude: Number("double"), // required
6030
+ * },
6031
+ * },
6032
+ * },
6033
+ * ],
6034
+ * },
6035
+ * FilledMapVisual: {
6036
+ * VisualId: "STRING_VALUE", // required
6037
+ * Title: "<VisualTitleLabelOptions>",
6038
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6039
+ * ChartConfiguration: {
6040
+ * FieldWells: {
6041
+ * FilledMapAggregatedFieldWells: {
6042
+ * Geospatial: [
6043
+ * "<DimensionField>",
6044
+ * ],
6045
+ * Values: [
6046
+ * "<MeasureField>",
6047
+ * ],
6048
+ * },
6049
+ * },
6050
+ * SortConfiguration: {
6051
+ * CategorySort: "<FieldSortOptionsList>",
6052
+ * },
6053
+ * Legend: "<LegendOptions>",
6054
+ * Tooltip: "<TooltipOptions>",
6055
+ * WindowOptions: {
6056
+ * Bounds: {
6057
+ * North: Number("double"), // required
6058
+ * South: Number("double"), // required
6059
+ * West: Number("double"), // required
6060
+ * East: Number("double"), // required
6061
+ * },
6062
+ * MapZoomMode: "AUTO" || "MANUAL",
6063
+ * },
6064
+ * MapStyleOptions: {
6065
+ * BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
6066
+ * },
6067
+ * Interactions: "<VisualInteractionOptions>",
6068
+ * },
6069
+ * ConditionalFormatting: {
6070
+ * ConditionalFormattingOptions: [ // required
6071
+ * {
6072
+ * Shape: {
6073
+ * FieldId: "STRING_VALUE", // required
6074
+ * Format: {
6075
+ * BackgroundColor: "<ConditionalFormattingColor>", // required
6076
+ * },
6077
+ * },
6078
+ * },
6079
+ * ],
6080
+ * },
6081
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6082
+ * Actions: "<VisualCustomActionList>",
6083
+ * VisualContentAltText: "STRING_VALUE",
6084
+ * GeocodingPreferences: [
6085
+ * {
6086
+ * RequestKey: "<GeocoderHierarchy>", // required
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
+ * LayerMapVisual: {
6098
+ * VisualId: "STRING_VALUE", // required
6099
+ * Title: "<VisualTitleLabelOptions>",
6100
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6101
+ * ChartConfiguration: {
6102
+ * Legend: "<LegendOptions>",
6103
+ * MapLayers: [
6104
+ * {
6105
+ * LayerId: "STRING_VALUE", // required
6106
+ * LayerType: "POINT" || "LINE" || "POLYGON",
6107
+ * DataSource: {
6108
+ * StaticFileDataSource: {
6109
+ * StaticFileId: "STRING_VALUE", // required
6110
+ * },
6111
+ * },
6112
+ * Label: "STRING_VALUE",
6113
+ * Visibility: "HIDDEN" || "VISIBLE",
6114
+ * LayerDefinition: {
6115
+ * PointLayer: {
6116
+ * Style: {
6117
+ * CircleSymbolStyle: {
6118
+ * FillColor: "<GeospatialColor>",
6119
+ * StrokeColor: "<GeospatialColor>",
6120
+ * StrokeWidth: {
6121
+ * LineWidth: Number("double"),
6122
+ * },
6123
+ * CircleRadius: {
6124
+ * Radius: Number("double"),
6125
+ * },
6126
+ * },
6127
+ * },
6128
+ * },
6129
+ * LineLayer: {
6130
+ * Style: {
6131
+ * LineSymbolStyle: {
6132
+ * FillColor: "<GeospatialColor>",
6133
+ * LineWidth: {
6134
+ * LineWidth: Number("double"),
6135
+ * },
6136
+ * },
6137
+ * },
6138
+ * },
6139
+ * PolygonLayer: {
6140
+ * Style: {
6141
+ * PolygonSymbolStyle: {
6142
+ * FillColor: "<GeospatialColor>",
6143
+ * StrokeColor: "<GeospatialColor>",
6144
+ * StrokeWidth: "<GeospatialLineWidth>",
6145
+ * },
6146
+ * },
6147
+ * },
6148
+ * },
6149
+ * Tooltip: "<TooltipOptions>",
6150
+ * JoinDefinition: {
6151
+ * ShapeKeyField: "STRING_VALUE",
6152
+ * DatasetKeyField: {
6153
+ * FieldId: "STRING_VALUE", // required
6154
+ * Column: "<ColumnIdentifier>", // required
6155
+ * FormatConfiguration: {
6156
+ * StringFormatConfiguration: "<StringFormatConfiguration>",
6157
+ * NumberFormatConfiguration: "<NumberFormatConfiguration>",
6158
+ * DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
6159
+ * },
6160
+ * },
6161
+ * ColorField: {
6162
+ * ColorDimensionsFields: [
6163
+ * "<DimensionField>",
6164
+ * ],
6165
+ * ColorValuesFields: [
6166
+ * "<MeasureField>",
6167
+ * ],
6168
+ * },
6169
+ * },
6170
+ * Actions: [
6171
+ * {
6172
+ * CustomActionId: "STRING_VALUE", // required
6173
+ * Name: "STRING_VALUE", // required
6174
+ * Status: "ENABLED" || "DISABLED",
6175
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
6176
+ * ActionOperations: [ // required
6177
+ * {
6178
+ * FilterOperation: "<CustomActionFilterOperation>",
6179
+ * NavigationOperation: "<CustomActionNavigationOperation>",
6180
+ * URLOperation: "<CustomActionURLOperation>",
6181
+ * SetParametersOperation: "<CustomActionSetParametersOperation>",
6182
+ * },
6183
+ * ],
6184
+ * },
6185
+ * ],
6186
+ * },
6187
+ * ],
6188
+ * MapState: {
6189
+ * Bounds: "<GeospatialCoordinateBounds>",
6190
+ * MapNavigation: "ENABLED" || "DISABLED",
6191
+ * },
6192
+ * MapStyle: {
6193
+ * BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
6194
+ * BackgroundColor: "STRING_VALUE",
6195
+ * BaseMapVisibility: "HIDDEN" || "VISIBLE",
6196
+ * },
6197
+ * Interactions: "<VisualInteractionOptions>",
6198
+ * },
6199
+ * DataSetIdentifier: "STRING_VALUE", // required
6200
+ * VisualContentAltText: "STRING_VALUE",
6201
+ * },
6202
+ * FunnelChartVisual: {
6203
+ * VisualId: "STRING_VALUE", // required
6204
+ * Title: "<VisualTitleLabelOptions>",
6205
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6206
+ * ChartConfiguration: {
6207
+ * FieldWells: {
6208
+ * FunnelChartAggregatedFieldWells: {
6209
+ * Category: [
6210
+ * "<DimensionField>",
6211
+ * ],
6212
+ * Values: [
6213
+ * "<MeasureField>",
6214
+ * ],
6215
+ * },
6216
+ * },
6217
+ * SortConfiguration: {
6218
+ * CategorySort: "<FieldSortOptionsList>",
6219
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
6220
+ * },
6221
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6222
+ * ValueLabelOptions: "<ChartAxisLabelOptions>",
6223
+ * Tooltip: "<TooltipOptions>",
6224
+ * DataLabelOptions: {
6225
+ * Visibility: "HIDDEN" || "VISIBLE",
6226
+ * CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
6227
+ * MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
6228
+ * Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
6229
+ * LabelFontConfiguration: "<FontConfiguration>",
6230
+ * LabelColor: "STRING_VALUE",
6231
+ * MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
6232
+ * },
6233
+ * VisualPalette: "<VisualPalette>",
6234
+ * Interactions: "<VisualInteractionOptions>",
6235
+ * },
6236
+ * Actions: "<VisualCustomActionList>",
6237
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6238
+ * VisualContentAltText: "STRING_VALUE",
6239
+ * },
6240
+ * ScatterPlotVisual: {
6241
+ * VisualId: "STRING_VALUE", // required
6242
+ * Title: "<VisualTitleLabelOptions>",
6243
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6244
+ * ChartConfiguration: {
6245
+ * FieldWells: {
6246
+ * ScatterPlotCategoricallyAggregatedFieldWells: {
6247
+ * XAxis: "<MeasureFieldList>",
6248
+ * YAxis: "<MeasureFieldList>",
6249
+ * Category: "<DimensionFieldList>",
6250
+ * Size: "<MeasureFieldList>",
6251
+ * Label: "<DimensionFieldList>",
6252
+ * },
6253
+ * ScatterPlotUnaggregatedFieldWells: {
6254
+ * XAxis: "<DimensionFieldList>",
6255
+ * YAxis: "<DimensionFieldList>",
6256
+ * Size: "<MeasureFieldList>",
6257
+ * Category: "<DimensionFieldList>",
6258
+ * Label: "<DimensionFieldList>",
6259
+ * },
6260
+ * },
6261
+ * SortConfiguration: {
6262
+ * ScatterPlotLimitConfiguration: "<ItemsLimitConfiguration>",
6263
+ * },
6264
+ * XAxisLabelOptions: "<ChartAxisLabelOptions>",
6265
+ * XAxisDisplayOptions: "<AxisDisplayOptions>",
6266
+ * YAxisLabelOptions: "<ChartAxisLabelOptions>",
6267
+ * YAxisDisplayOptions: "<AxisDisplayOptions>",
6268
+ * Legend: "<LegendOptions>",
6269
+ * DataLabels: "<DataLabelOptions>",
6270
+ * Tooltip: "<TooltipOptions>",
6271
+ * VisualPalette: "<VisualPalette>",
6272
+ * Interactions: "<VisualInteractionOptions>",
6273
+ * },
6274
+ * Actions: "<VisualCustomActionList>",
6275
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6276
+ * VisualContentAltText: "STRING_VALUE",
6277
+ * },
6278
+ * ComboChartVisual: {
6279
+ * VisualId: "STRING_VALUE", // required
6280
+ * Title: "<VisualTitleLabelOptions>",
6281
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6282
+ * ChartConfiguration: {
6283
+ * FieldWells: {
6284
+ * ComboChartAggregatedFieldWells: {
6285
+ * Category: "<DimensionFieldList>",
6286
+ * BarValues: "<MeasureFieldList>",
6287
+ * Colors: "<DimensionFieldList>",
6288
+ * LineValues: "<MeasureFieldList>",
6289
+ * },
6290
+ * },
6291
+ * SortConfiguration: {
6292
+ * CategorySort: "<FieldSortOptionsList>",
6293
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
6294
+ * ColorSort: "<FieldSortOptionsList>",
6295
+ * ColorItemsLimit: "<ItemsLimitConfiguration>",
6296
+ * },
6297
+ * BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
6298
+ * CategoryAxis: "<AxisDisplayOptions>",
6299
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6300
+ * PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6301
+ * PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6302
+ * SecondaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6303
+ * SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6304
+ * SingleAxisOptions: {
6305
+ * YAxisOptions: {
6306
+ * YAxis: "PRIMARY_Y_AXIS", // required
6307
+ * },
6308
+ * },
6309
+ * ColorLabelOptions: "<ChartAxisLabelOptions>",
6310
+ * DefaultSeriesSettings: {
6311
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
6312
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6313
+ * DecalSettings: "<DecalSettings>",
6314
+ * BorderSettings: "<BorderSettings>",
6315
+ * },
6316
+ * Series: [
6317
+ * {
6318
+ * FieldComboSeriesItem: {
6319
+ * FieldId: "STRING_VALUE", // required
6320
+ * Settings: {
6321
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
6322
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6323
+ * DecalSettings: "<DecalSettings>",
6324
+ * BorderSettings: "<BorderSettings>",
6325
+ * },
6326
+ * },
6327
+ * DataFieldComboSeriesItem: {
6328
+ * FieldId: "STRING_VALUE", // required
6329
+ * FieldValue: "STRING_VALUE",
6330
+ * Settings: {
6331
+ * LineStyleSettings: "<LineChartLineStyleSettings>",
6332
+ * MarkerStyleSettings: "<LineChartMarkerStyleSettings>",
6333
+ * DecalSettings: "<DecalSettings>",
6334
+ * BorderSettings: "<BorderSettings>",
6335
+ * },
6336
+ * },
6337
+ * },
6338
+ * ],
6339
+ * Legend: "<LegendOptions>",
6340
+ * BarDataLabels: "<DataLabelOptions>",
6341
+ * LineDataLabels: "<DataLabelOptions>",
6342
+ * Tooltip: "<TooltipOptions>",
6343
+ * ReferenceLines: "<ReferenceLineList>",
6344
+ * VisualPalette: "<VisualPalette>",
6345
+ * Interactions: "<VisualInteractionOptions>",
6346
+ * },
6347
+ * Actions: "<VisualCustomActionList>",
6348
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6349
+ * VisualContentAltText: "STRING_VALUE",
6350
+ * },
6351
+ * BoxPlotVisual: {
6352
+ * VisualId: "STRING_VALUE", // required
6353
+ * Title: "<VisualTitleLabelOptions>",
6354
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6355
+ * ChartConfiguration: {
6356
+ * FieldWells: {
6357
+ * BoxPlotAggregatedFieldWells: {
6358
+ * GroupBy: [
6359
+ * "<DimensionField>",
6360
+ * ],
6361
+ * Values: [
6362
+ * "<MeasureField>",
6363
+ * ],
6364
+ * },
6365
+ * },
6366
+ * SortConfiguration: {
6367
+ * CategorySort: "<FieldSortOptionsList>",
6368
+ * PaginationConfiguration: {
6369
+ * PageSize: Number("long"), // required
6370
+ * PageNumber: Number("long"), // required
6371
+ * },
6372
+ * },
6373
+ * BoxPlotOptions: {
6374
+ * StyleOptions: {
6375
+ * FillStyle: "SOLID" || "TRANSPARENT",
6376
+ * },
6377
+ * OutlierVisibility: "HIDDEN" || "VISIBLE",
6378
+ * AllDataPointsVisibility: "HIDDEN" || "VISIBLE",
6379
+ * },
6380
+ * CategoryAxis: "<AxisDisplayOptions>",
6381
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6382
+ * PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6383
+ * PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6384
+ * Legend: "<LegendOptions>",
6385
+ * Tooltip: "<TooltipOptions>",
6386
+ * ReferenceLines: "<ReferenceLineList>",
6387
+ * VisualPalette: "<VisualPalette>",
6388
+ * Interactions: "<VisualInteractionOptions>",
6389
+ * },
6390
+ * Actions: "<VisualCustomActionList>",
6391
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6392
+ * VisualContentAltText: "STRING_VALUE",
6393
+ * },
6394
+ * WaterfallVisual: {
6395
+ * VisualId: "STRING_VALUE", // required
6396
+ * Title: "<VisualTitleLabelOptions>",
6397
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6398
+ * ChartConfiguration: {
6399
+ * FieldWells: {
6400
+ * WaterfallChartAggregatedFieldWells: {
6401
+ * Categories: "<DimensionFieldList>",
6402
+ * Values: "<MeasureFieldList>",
6403
+ * Breakdowns: "<DimensionFieldList>",
6404
+ * },
6405
+ * },
6406
+ * SortConfiguration: {
6407
+ * CategorySort: "<FieldSortOptionsList>",
6408
+ * BreakdownItemsLimit: "<ItemsLimitConfiguration>",
6409
+ * },
6410
+ * WaterfallChartOptions: {
6411
+ * TotalBarLabel: "STRING_VALUE",
6412
+ * },
6413
+ * CategoryAxisLabelOptions: "<ChartAxisLabelOptions>",
6414
+ * CategoryAxisDisplayOptions: "<AxisDisplayOptions>",
6415
+ * PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
6416
+ * PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
6417
+ * Legend: "<LegendOptions>",
6418
+ * DataLabels: "<DataLabelOptions>",
6419
+ * VisualPalette: "<VisualPalette>",
6420
+ * ColorConfiguration: {
6421
+ * GroupColorConfiguration: {
6422
+ * PositiveBarColor: "STRING_VALUE",
6423
+ * NegativeBarColor: "STRING_VALUE",
6424
+ * TotalBarColor: "STRING_VALUE",
6425
+ * },
6426
+ * },
6427
+ * Interactions: "<VisualInteractionOptions>",
6428
+ * },
6429
+ * Actions: "<VisualCustomActionList>",
6430
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6431
+ * VisualContentAltText: "STRING_VALUE",
6432
+ * },
6433
+ * HistogramVisual: {
6434
+ * VisualId: "STRING_VALUE", // required
6435
+ * Title: "<VisualTitleLabelOptions>",
6436
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6437
+ * ChartConfiguration: {
6438
+ * FieldWells: {
6439
+ * HistogramAggregatedFieldWells: {
6440
+ * Values: [
6441
+ * "<MeasureField>",
6442
+ * ],
6443
+ * },
6444
+ * },
6445
+ * XAxisDisplayOptions: "<AxisDisplayOptions>",
6446
+ * XAxisLabelOptions: "<ChartAxisLabelOptions>",
6447
+ * YAxisDisplayOptions: "<AxisDisplayOptions>",
6448
+ * BinOptions: {
6449
+ * SelectedBinType: "BIN_COUNT" || "BIN_WIDTH",
6450
+ * BinCount: {
6451
+ * Value: Number("int"),
6452
+ * },
6453
+ * BinWidth: {
6454
+ * Value: Number("double"),
6455
+ * BinCountLimit: Number("long"),
6456
+ * },
6457
+ * StartValue: Number("double"),
6458
+ * },
6459
+ * DataLabels: "<DataLabelOptions>",
6460
+ * Tooltip: "<TooltipOptions>",
6461
+ * VisualPalette: "<VisualPalette>",
6462
+ * Interactions: "<VisualInteractionOptions>",
6463
+ * },
6464
+ * Actions: "<VisualCustomActionList>",
6465
+ * VisualContentAltText: "STRING_VALUE",
6466
+ * },
6467
+ * WordCloudVisual: {
6468
+ * VisualId: "STRING_VALUE", // required
6469
+ * Title: "<VisualTitleLabelOptions>",
6470
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6471
+ * ChartConfiguration: {
6472
+ * FieldWells: {
6473
+ * WordCloudAggregatedFieldWells: {
6474
+ * GroupBy: [
6475
+ * "<DimensionField>",
6476
+ * ],
6477
+ * Size: [
6478
+ * "<MeasureField>",
6479
+ * ],
6480
+ * },
6481
+ * },
6482
+ * SortConfiguration: {
6483
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
6484
+ * CategorySort: "<FieldSortOptionsList>",
6485
+ * },
6486
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6487
+ * WordCloudOptions: {
6488
+ * WordOrientation: "HORIZONTAL" || "HORIZONTAL_AND_VERTICAL",
6489
+ * WordScaling: "EMPHASIZE" || "NORMAL",
6490
+ * CloudLayout: "FLUID" || "NORMAL",
6491
+ * WordCasing: "LOWER_CASE" || "EXISTING_CASE",
6492
+ * WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
6493
+ * MaximumStringLength: Number("int"),
6494
+ * },
6495
+ * Interactions: "<VisualInteractionOptions>",
6496
+ * },
6497
+ * Actions: "<VisualCustomActionList>",
6498
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6499
+ * VisualContentAltText: "STRING_VALUE",
6500
+ * },
6501
+ * InsightVisual: {
6502
+ * VisualId: "STRING_VALUE", // required
6503
+ * Title: "<VisualTitleLabelOptions>",
6504
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6505
+ * InsightConfiguration: {
6506
+ * Computations: [
6507
+ * {
6508
+ * TopBottomRanked: {
6509
+ * ComputationId: "STRING_VALUE", // required
6510
+ * Name: "STRING_VALUE",
6511
+ * Category: "<DimensionField>",
6512
+ * Value: "<MeasureField>",
6513
+ * ResultSize: Number("int"),
6514
+ * Type: "TOP" || "BOTTOM", // required
6515
+ * },
6516
+ * TopBottomMovers: {
6517
+ * ComputationId: "STRING_VALUE", // required
6518
+ * Name: "STRING_VALUE",
6519
+ * Time: "<DimensionField>",
6520
+ * Category: "<DimensionField>",
6521
+ * Value: "<MeasureField>",
6522
+ * MoverSize: Number("int"),
6523
+ * SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
6524
+ * Type: "TOP" || "BOTTOM", // required
6525
+ * },
6526
+ * TotalAggregation: {
6527
+ * ComputationId: "STRING_VALUE", // required
6528
+ * Name: "STRING_VALUE",
6529
+ * Value: "<MeasureField>",
6530
+ * },
6531
+ * MaximumMinimum: {
6532
+ * ComputationId: "STRING_VALUE", // required
6533
+ * Name: "STRING_VALUE",
6534
+ * Time: "<DimensionField>",
6535
+ * Value: "<MeasureField>",
6536
+ * Type: "MAXIMUM" || "MINIMUM", // required
6537
+ * },
6538
+ * MetricComparison: {
6539
+ * ComputationId: "STRING_VALUE", // required
6540
+ * Name: "STRING_VALUE",
6541
+ * Time: "<DimensionField>",
6542
+ * FromValue: "<MeasureField>",
6543
+ * TargetValue: "<MeasureField>",
6544
+ * },
6545
+ * PeriodOverPeriod: {
6546
+ * ComputationId: "STRING_VALUE", // required
6547
+ * Name: "STRING_VALUE",
6548
+ * Time: "<DimensionField>",
6549
+ * Value: "<MeasureField>",
6550
+ * },
6551
+ * PeriodToDate: {
6552
+ * ComputationId: "STRING_VALUE", // required
6553
+ * Name: "STRING_VALUE",
6554
+ * Time: "<DimensionField>",
6555
+ * Value: "<MeasureField>",
6556
+ * PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
6557
+ * },
6558
+ * GrowthRate: {
6559
+ * ComputationId: "STRING_VALUE", // required
6560
+ * Name: "STRING_VALUE",
6561
+ * Time: "<DimensionField>",
6562
+ * Value: "<MeasureField>",
6563
+ * PeriodSize: Number("int"),
6564
+ * },
6565
+ * UniqueValues: {
6566
+ * ComputationId: "STRING_VALUE", // required
6567
+ * Name: "STRING_VALUE",
6568
+ * Category: "<DimensionField>",
6569
+ * },
6570
+ * Forecast: {
6571
+ * ComputationId: "STRING_VALUE", // required
6572
+ * Name: "STRING_VALUE",
6573
+ * Time: "<DimensionField>",
6574
+ * Value: "<MeasureField>",
6575
+ * PeriodsForward: Number("int"),
6576
+ * PeriodsBackward: Number("int"),
6577
+ * UpperBoundary: Number("double"),
6578
+ * LowerBoundary: Number("double"),
6579
+ * PredictionInterval: Number("int"),
6580
+ * Seasonality: "AUTOMATIC" || "CUSTOM",
6581
+ * CustomSeasonalityValue: Number("int"),
6582
+ * },
6583
+ * },
6584
+ * ],
6585
+ * CustomNarrative: {
6586
+ * Narrative: "STRING_VALUE", // required
6587
+ * },
6588
+ * Interactions: "<VisualInteractionOptions>",
6589
+ * },
6590
+ * Actions: "<VisualCustomActionList>",
6591
+ * DataSetIdentifier: "STRING_VALUE", // required
6592
+ * VisualContentAltText: "STRING_VALUE",
6593
+ * },
6594
+ * SankeyDiagramVisual: {
6595
+ * VisualId: "STRING_VALUE", // required
6596
+ * Title: "<VisualTitleLabelOptions>",
6597
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6598
+ * ChartConfiguration: {
6599
+ * FieldWells: {
6600
+ * SankeyDiagramAggregatedFieldWells: {
6601
+ * Source: "<DimensionFieldList>",
6602
+ * Destination: "<DimensionFieldList>",
6603
+ * Weight: "<MeasureFieldList>",
6604
+ * },
6605
+ * },
6606
+ * SortConfiguration: {
6607
+ * WeightSort: "<FieldSortOptionsList>",
6608
+ * SourceItemsLimit: "<ItemsLimitConfiguration>",
6609
+ * DestinationItemsLimit: "<ItemsLimitConfiguration>",
6610
+ * },
6611
+ * DataLabels: "<DataLabelOptions>",
6612
+ * Interactions: "<VisualInteractionOptions>",
6613
+ * },
6614
+ * Actions: "<VisualCustomActionList>",
6615
+ * VisualContentAltText: "STRING_VALUE",
6616
+ * },
6617
+ * CustomContentVisual: {
6618
+ * VisualId: "STRING_VALUE", // required
6619
+ * Title: "<VisualTitleLabelOptions>",
6620
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6621
+ * ChartConfiguration: {
6622
+ * ContentUrl: "STRING_VALUE",
6623
+ * ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
6624
+ * ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
6625
+ * Interactions: "<VisualInteractionOptions>",
6626
+ * },
6627
+ * Actions: "<VisualCustomActionList>",
6628
+ * DataSetIdentifier: "STRING_VALUE", // required
6629
+ * VisualContentAltText: "STRING_VALUE",
6630
+ * },
6631
+ * EmptyVisual: {
6632
+ * VisualId: "STRING_VALUE", // required
6633
+ * DataSetIdentifier: "STRING_VALUE", // required
6634
+ * Actions: "<VisualCustomActionList>",
6635
+ * },
6636
+ * RadarChartVisual: {
6637
+ * VisualId: "STRING_VALUE", // required
6638
+ * Title: "<VisualTitleLabelOptions>",
6639
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6640
+ * ChartConfiguration: {
6641
+ * FieldWells: {
6642
+ * RadarChartAggregatedFieldWells: {
6643
+ * Category: [
6644
+ * "<DimensionField>",
6645
+ * ],
6646
+ * Color: [
6647
+ * "<DimensionField>",
6648
+ * ],
6649
+ * Values: [
6650
+ * "<MeasureField>",
6651
+ * ],
6652
+ * },
6653
+ * },
6654
+ * SortConfiguration: {
6655
+ * CategorySort: "<FieldSortOptionsList>",
6656
+ * CategoryItemsLimit: "<ItemsLimitConfiguration>",
6657
+ * ColorSort: "<FieldSortOptionsList>",
6658
+ * ColorItemsLimit: "<ItemsLimitConfiguration>",
6659
+ * },
6660
+ * Shape: "CIRCLE" || "POLYGON",
6661
+ * BaseSeriesSettings: {
6662
+ * AreaStyleSettings: {
6663
+ * Visibility: "HIDDEN" || "VISIBLE",
6664
+ * },
6665
+ * },
6666
+ * StartAngle: Number("double"),
6667
+ * VisualPalette: "<VisualPalette>",
6668
+ * AlternateBandColorsVisibility: "HIDDEN" || "VISIBLE",
6669
+ * AlternateBandEvenColor: "STRING_VALUE",
6670
+ * AlternateBandOddColor: "STRING_VALUE",
6671
+ * CategoryAxis: "<AxisDisplayOptions>",
6672
+ * CategoryLabelOptions: "<ChartAxisLabelOptions>",
6673
+ * ColorAxis: "<AxisDisplayOptions>",
6674
+ * ColorLabelOptions: "<ChartAxisLabelOptions>",
6675
+ * Legend: "<LegendOptions>",
6676
+ * AxesRangeScale: "AUTO" || "INDEPENDENT" || "SHARED",
6677
+ * Interactions: "<VisualInteractionOptions>",
6678
+ * },
6679
+ * Actions: "<VisualCustomActionList>",
6680
+ * ColumnHierarchies: "<ColumnHierarchyList>",
6681
+ * VisualContentAltText: "STRING_VALUE",
6682
+ * },
6683
+ * PluginVisual: {
6684
+ * VisualId: "STRING_VALUE", // required
6685
+ * PluginArn: "STRING_VALUE", // required
6686
+ * Title: "<VisualTitleLabelOptions>",
6687
+ * Subtitle: "<VisualSubtitleLabelOptions>",
6688
+ * ChartConfiguration: {
6689
+ * FieldWells: [
6690
+ * {
6691
+ * AxisName: "GROUP_BY" || "VALUE",
6692
+ * Dimensions: "<DimensionFieldList>",
6693
+ * Measures: "<MeasureFieldList>",
6694
+ * Unaggregated: [
6695
+ * "<UnaggregatedField>",
6696
+ * ],
6697
+ * },
6698
+ * ],
6699
+ * VisualOptions: {
6700
+ * VisualProperties: [
6701
+ * {
6702
+ * Name: "STRING_VALUE",
6703
+ * Value: "STRING_VALUE",
6704
+ * },
6705
+ * ],
6706
+ * },
6707
+ * SortConfiguration: {
6708
+ * PluginVisualTableQuerySort: {
6709
+ * RowSort: [
6710
+ * "<FieldSortOptions>",
6711
+ * ],
6712
+ * ItemsLimitConfiguration: {
6713
+ * ItemsLimit: Number("long"),
6714
+ * },
6715
+ * },
6716
+ * },
6717
+ * },
6718
+ * Actions: "<VisualCustomActionList>",
6719
+ * VisualContentAltText: "STRING_VALUE",
6720
+ * },
6721
+ * },
6722
+ * ],
6723
+ * TextBoxes: [ // TooltipSheetTextBoxList
6724
+ * {
6725
+ * SheetTextBoxId: "STRING_VALUE", // required
6726
+ * Content: "STRING_VALUE",
6727
+ * Interactions: {
6728
+ * TextBoxMenuOption: {
6729
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
6730
+ * },
6731
+ * },
6732
+ * },
6733
+ * ],
6734
+ * Images: [ // TooltipSheetImageList
6735
+ * {
6736
+ * SheetImageId: "STRING_VALUE", // required
6737
+ * Source: {
6738
+ * SheetImageStaticFileSource: {
6739
+ * StaticFileId: "STRING_VALUE", // required
6740
+ * },
6741
+ * },
6742
+ * Scaling: {
6743
+ * ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
6744
+ * },
6745
+ * Tooltip: {
6746
+ * TooltipText: {
6747
+ * PlainText: "STRING_VALUE",
6748
+ * },
6749
+ * Visibility: "HIDDEN" || "VISIBLE",
6750
+ * },
6751
+ * ImageContentAltText: "STRING_VALUE",
6752
+ * Interactions: {
6753
+ * ImageMenuOption: {
6754
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
6755
+ * },
6756
+ * },
6757
+ * Actions: [
6758
+ * {
6759
+ * CustomActionId: "STRING_VALUE", // required
6760
+ * Name: "STRING_VALUE", // required
6761
+ * Status: "ENABLED" || "DISABLED",
6762
+ * Trigger: "CLICK" || "MENU", // required
6763
+ * ActionOperations: [ // required
6764
+ * {
6765
+ * NavigationOperation: "<CustomActionNavigationOperation>",
6766
+ * URLOperation: "<CustomActionURLOperation>",
6767
+ * SetParametersOperation: "<CustomActionSetParametersOperation>",
6768
+ * },
6769
+ * ],
6770
+ * },
6771
+ * ],
6772
+ * },
6773
+ * ],
6774
+ * Layouts: [
6775
+ * {
6776
+ * Configuration: {
6777
+ * GridLayout: {
6778
+ * Elements: [ // required
6779
+ * {
6780
+ * ElementId: "STRING_VALUE", // required
6781
+ * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
6782
+ * ColumnIndex: Number("int"),
6783
+ * ColumnSpan: Number("int"), // required
6784
+ * RowIndex: Number("int"),
6785
+ * RowSpan: Number("int"), // required
6786
+ * BorderStyle: {
6787
+ * Visibility: "HIDDEN" || "VISIBLE",
6788
+ * Color: "STRING_VALUE",
6789
+ * Width: "STRING_VALUE",
6790
+ * },
6791
+ * SelectedBorderStyle: "<GridLayoutElementBorderStyle>",
6792
+ * BackgroundStyle: {
6793
+ * Visibility: "HIDDEN" || "VISIBLE",
6794
+ * Color: "STRING_VALUE",
6795
+ * },
6796
+ * LoadingAnimation: {
6797
+ * Visibility: "HIDDEN" || "VISIBLE",
6798
+ * },
6799
+ * BorderRadius: "STRING_VALUE",
6800
+ * Padding: "STRING_VALUE",
6801
+ * },
6802
+ * ],
6803
+ * CanvasSizeOptions: {
6804
+ * ScreenCanvasSizeOptions: {
6805
+ * ResizeOption: "FIXED" || "RESPONSIVE", // required
6806
+ * OptimizedViewPortWidth: "STRING_VALUE",
6807
+ * },
6808
+ * },
6809
+ * },
6810
+ * FreeFormLayout: {
6811
+ * Elements: "<FreeFromLayoutElementList>", // required
6812
+ * CanvasSizeOptions: {
6813
+ * ScreenCanvasSizeOptions: {
6814
+ * OptimizedViewPortWidth: "STRING_VALUE", // required
6815
+ * },
6816
+ * },
6817
+ * Groups: [
6818
+ * {
6819
+ * Id: "STRING_VALUE", // required
6820
+ * Members: [ // required
6821
+ * {
6822
+ * Id: "STRING_VALUE", // required
6823
+ * Type: "ELEMENT" || "GROUP", // required
6824
+ * },
6825
+ * ],
6826
+ * },
6827
+ * ],
6828
+ * },
6829
+ * SectionBasedLayout: {
6830
+ * HeaderSections: [ // required
6831
+ * {
6832
+ * SectionId: "STRING_VALUE", // required
6833
+ * Layout: {
6834
+ * FreeFormLayout: {
6835
+ * Elements: "<FreeFromLayoutElementList>", // required
6836
+ * },
6837
+ * },
6838
+ * Style: {
6839
+ * Height: "STRING_VALUE",
6840
+ * Padding: {
6841
+ * Top: "STRING_VALUE",
6842
+ * Bottom: "STRING_VALUE",
6843
+ * Left: "STRING_VALUE",
6844
+ * Right: "STRING_VALUE",
6845
+ * },
6846
+ * },
6847
+ * },
6848
+ * ],
6849
+ * BodySections: [ // required
6850
+ * {
6851
+ * SectionId: "STRING_VALUE", // required
6852
+ * Content: {
6853
+ * Layout: {
6854
+ * FreeFormLayout: {
6855
+ * Elements: "<FreeFromLayoutElementList>", // required
6856
+ * },
6857
+ * },
6858
+ * },
6859
+ * Style: {
6860
+ * Height: "STRING_VALUE",
6861
+ * Padding: "<Spacing>",
6862
+ * },
6863
+ * PageBreakConfiguration: {
6864
+ * After: {
6865
+ * Status: "ENABLED" || "DISABLED",
6866
+ * },
6867
+ * },
6868
+ * RepeatConfiguration: {
6869
+ * DimensionConfigurations: [
6870
+ * {
6871
+ * DynamicCategoryDimensionConfiguration: {
6872
+ * Column: "<ColumnIdentifier>", // required
6873
+ * Limit: Number("int"),
6874
+ * SortByMetrics: [
6875
+ * "<ColumnSort>",
6876
+ * ],
6877
+ * },
6878
+ * DynamicNumericDimensionConfiguration: {
6879
+ * Column: "<ColumnIdentifier>", // required
6880
+ * Limit: Number("int"),
6881
+ * SortByMetrics: [
6882
+ * "<ColumnSort>",
6883
+ * ],
6884
+ * },
6885
+ * },
6886
+ * ],
6887
+ * PageBreakConfiguration: {
6888
+ * After: {
6889
+ * Status: "ENABLED" || "DISABLED",
6890
+ * },
6891
+ * },
6892
+ * NonRepeatingVisuals: [
6893
+ * "STRING_VALUE",
6894
+ * ],
6895
+ * },
6896
+ * },
6897
+ * ],
6898
+ * FooterSections: [ // required
6899
+ * {
6900
+ * SectionId: "STRING_VALUE", // required
6901
+ * Layout: "<SectionLayoutConfiguration>", // required
6902
+ * Style: "<SectionStyle>",
6903
+ * },
6904
+ * ],
6905
+ * CanvasSizeOptions: {
6906
+ * PaperCanvasSizeOptions: {
6907
+ * PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
6908
+ * PaperOrientation: "PORTRAIT" || "LANDSCAPE",
6909
+ * PaperMargin: "<Spacing>",
6910
+ * },
6911
+ * },
6912
+ * },
6913
+ * },
6914
+ * },
6915
+ * ],
6916
+ * },
6917
+ * ],
6918
+ * CalculatedFields: [ // CalculatedFields
6919
+ * { // CalculatedField
6920
+ * DataSetIdentifier: "STRING_VALUE", // required
6921
+ * Name: "STRING_VALUE", // required
6922
+ * Expression: "STRING_VALUE", // required
6923
+ * },
6924
+ * ],
6925
+ * ParameterDeclarations: [ // ParameterDeclarationList
6926
+ * { // ParameterDeclaration
6927
+ * StringParameterDeclaration: { // StringParameterDeclaration
6928
+ * ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
6929
+ * Name: "STRING_VALUE", // required
6930
+ * DefaultValues: { // StringDefaultValues
6931
+ * DynamicValue: { // DynamicDefaultValue
6932
+ * UserNameColumn: "<ColumnIdentifier>",
5083
6933
  * GroupNameColumn: "<ColumnIdentifier>",
5084
6934
  * DefaultValueColumn: "<ColumnIdentifier>", // required
5085
6935
  * },
@@ -5656,11 +7506,7 @@ declare const CreateTemplateCommand_base: {
5656
7506
  * ColumnConfigurations: [ // ColumnConfigurationList
5657
7507
  * { // ColumnConfiguration
5658
7508
  * Column: "<ColumnIdentifier>", // required
5659
- * FormatConfiguration: {
5660
- * StringFormatConfiguration: "<StringFormatConfiguration>",
5661
- * NumberFormatConfiguration: "<NumberFormatConfiguration>",
5662
- * DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
5663
- * },
7509
+ * FormatConfiguration: "<FormatConfiguration>",
5664
7510
  * Role: "DIMENSION" || "MEASURE",
5665
7511
  * ColorsConfiguration: { // ColorsConfiguration
5666
7512
  * CustomColors: [ // CustomColorsList