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