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