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