@aws-sdk/client-quicksight 3.325.0 → 3.327.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 (279) hide show
  1. package/README.md +144 -0
  2. package/dist-cjs/QuickSight.js +36 -0
  3. package/dist-cjs/commands/CreateTopicCommand.js +46 -0
  4. package/dist-cjs/commands/CreateTopicRefreshScheduleCommand.js +45 -0
  5. package/dist-cjs/commands/CreateVPCConnectionCommand.js +45 -0
  6. package/dist-cjs/commands/DeleteTopicCommand.js +45 -0
  7. package/dist-cjs/commands/DeleteTopicRefreshScheduleCommand.js +45 -0
  8. package/dist-cjs/commands/DeleteVPCConnectionCommand.js +45 -0
  9. package/dist-cjs/commands/DescribeDataSetCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeTemplateDefinitionCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeTopicCommand.js +46 -0
  12. package/dist-cjs/commands/DescribeTopicPermissionsCommand.js +45 -0
  13. package/dist-cjs/commands/DescribeTopicRefreshCommand.js +45 -0
  14. package/dist-cjs/commands/DescribeTopicRefreshScheduleCommand.js +45 -0
  15. package/dist-cjs/commands/DescribeVPCConnectionCommand.js +45 -0
  16. package/dist-cjs/commands/ListTopicRefreshSchedulesCommand.js +45 -0
  17. package/dist-cjs/commands/ListTopicsCommand.js +45 -0
  18. package/dist-cjs/commands/ListVPCConnectionsCommand.js +45 -0
  19. package/dist-cjs/commands/UpdateTopicCommand.js +46 -0
  20. package/dist-cjs/commands/UpdateTopicPermissionsCommand.js +45 -0
  21. package/dist-cjs/commands/UpdateTopicRefreshScheduleCommand.js +45 -0
  22. package/dist-cjs/commands/UpdateVPCConnectionCommand.js +45 -0
  23. package/dist-cjs/commands/index.js +18 -0
  24. package/dist-cjs/models/models_0.js +1 -11
  25. package/dist-cjs/models/models_1.js +46 -50
  26. package/dist-cjs/models/models_2.js +262 -141
  27. package/dist-cjs/models/models_3.js +167 -1
  28. package/dist-cjs/pagination/ListTopicsPaginator.js +29 -0
  29. package/dist-cjs/pagination/ListVPCConnectionsPaginator.js +29 -0
  30. package/dist-cjs/pagination/index.js +2 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +2076 -307
  32. package/dist-es/QuickSight.js +36 -0
  33. package/dist-es/commands/CreateTopicCommand.js +42 -0
  34. package/dist-es/commands/CreateTopicRefreshScheduleCommand.js +41 -0
  35. package/dist-es/commands/CreateVPCConnectionCommand.js +41 -0
  36. package/dist-es/commands/DeleteTopicCommand.js +41 -0
  37. package/dist-es/commands/DeleteTopicRefreshScheduleCommand.js +41 -0
  38. package/dist-es/commands/DeleteVPCConnectionCommand.js +41 -0
  39. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  40. package/dist-es/commands/DescribeTemplateDefinitionCommand.js +1 -1
  41. package/dist-es/commands/DescribeTopicCommand.js +42 -0
  42. package/dist-es/commands/DescribeTopicPermissionsCommand.js +41 -0
  43. package/dist-es/commands/DescribeTopicRefreshCommand.js +41 -0
  44. package/dist-es/commands/DescribeTopicRefreshScheduleCommand.js +41 -0
  45. package/dist-es/commands/DescribeVPCConnectionCommand.js +41 -0
  46. package/dist-es/commands/ListTopicRefreshSchedulesCommand.js +41 -0
  47. package/dist-es/commands/ListTopicsCommand.js +41 -0
  48. package/dist-es/commands/ListVPCConnectionsCommand.js +41 -0
  49. package/dist-es/commands/UpdateTopicCommand.js +42 -0
  50. package/dist-es/commands/UpdateTopicPermissionsCommand.js +41 -0
  51. package/dist-es/commands/UpdateTopicRefreshScheduleCommand.js +41 -0
  52. package/dist-es/commands/UpdateVPCConnectionCommand.js +41 -0
  53. package/dist-es/commands/index.js +18 -0
  54. package/dist-es/models/models_0.js +0 -9
  55. package/dist-es/models/models_1.js +41 -43
  56. package/dist-es/models/models_2.js +242 -135
  57. package/dist-es/models/models_3.js +161 -1
  58. package/dist-es/pagination/ListTopicsPaginator.js +25 -0
  59. package/dist-es/pagination/ListVPCConnectionsPaginator.js +25 -0
  60. package/dist-es/pagination/index.js +2 -0
  61. package/dist-es/protocols/Aws_restJson1.js +2030 -298
  62. package/dist-types/QuickSight.d.ts +126 -0
  63. package/dist-types/QuickSightClient.d.ts +20 -2
  64. package/dist-types/commands/CancelIngestionCommand.d.ts +9 -0
  65. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +15 -1
  66. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +14 -1
  67. package/dist-types/commands/CreateAnalysisCommand.d.ts +66 -4
  68. package/dist-types/commands/CreateDashboardCommand.d.ts +67 -4
  69. package/dist-types/commands/CreateDataSetCommand.d.ts +74 -0
  70. package/dist-types/commands/CreateDataSourceCommand.d.ts +10 -0
  71. package/dist-types/commands/CreateFolderCommand.d.ts +9 -0
  72. package/dist-types/commands/CreateFolderMembershipCommand.d.ts +11 -0
  73. package/dist-types/commands/CreateGroupCommand.d.ts +13 -0
  74. package/dist-types/commands/CreateGroupMembershipCommand.d.ts +11 -0
  75. package/dist-types/commands/CreateIAMPolicyAssignmentCommand.d.ts +21 -4
  76. package/dist-types/commands/CreateIngestionCommand.d.ts +10 -0
  77. package/dist-types/commands/CreateNamespaceCommand.d.ts +12 -0
  78. package/dist-types/commands/CreateRefreshScheduleCommand.d.ts +9 -0
  79. package/dist-types/commands/CreateTemplateAliasCommand.d.ts +12 -0
  80. package/dist-types/commands/CreateTemplateCommand.d.ts +67 -4
  81. package/dist-types/commands/CreateThemeAliasCommand.d.ts +12 -0
  82. package/dist-types/commands/CreateThemeCommand.d.ts +11 -0
  83. package/dist-types/commands/CreateTopicCommand.d.ts +352 -0
  84. package/dist-types/commands/CreateTopicRefreshScheduleCommand.d.ts +111 -0
  85. package/dist-types/commands/CreateVPCConnectionCommand.d.ts +122 -0
  86. package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +7 -0
  87. package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +7 -0
  88. package/dist-types/commands/DeleteAnalysisCommand.d.ts +10 -0
  89. package/dist-types/commands/DeleteDashboardCommand.d.ts +9 -0
  90. package/dist-types/commands/DeleteDataSetCommand.d.ts +9 -0
  91. package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +7 -0
  92. package/dist-types/commands/DeleteDataSourceCommand.d.ts +9 -0
  93. package/dist-types/commands/DeleteFolderCommand.d.ts +9 -0
  94. package/dist-types/commands/DeleteFolderMembershipCommand.d.ts +7 -0
  95. package/dist-types/commands/DeleteGroupCommand.d.ts +7 -0
  96. package/dist-types/commands/DeleteGroupMembershipCommand.d.ts +7 -0
  97. package/dist-types/commands/DeleteIAMPolicyAssignmentCommand.d.ts +8 -0
  98. package/dist-types/commands/DeleteNamespaceCommand.d.ts +7 -0
  99. package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +9 -0
  100. package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +10 -0
  101. package/dist-types/commands/DeleteTemplateCommand.d.ts +9 -0
  102. package/dist-types/commands/DeleteThemeAliasCommand.d.ts +10 -0
  103. package/dist-types/commands/DeleteThemeCommand.d.ts +9 -0
  104. package/dist-types/commands/DeleteTopicCommand.d.ts +94 -0
  105. package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +102 -0
  106. package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +7 -0
  107. package/dist-types/commands/DeleteUserCommand.d.ts +7 -0
  108. package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +102 -0
  109. package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +14 -0
  110. package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +15 -0
  111. package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +14 -0
  112. package/dist-types/commands/DescribeAnalysisCommand.d.ts +36 -0
  113. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +4291 -0
  114. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +17 -0
  115. package/dist-types/commands/DescribeDashboardCommand.d.ts +44 -0
  116. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +4328 -0
  117. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +27 -0
  118. package/dist-types/commands/DescribeDataSetCommand.d.ts +254 -1
  119. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +18 -1
  120. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +19 -1
  121. package/dist-types/commands/DescribeDataSourceCommand.d.ts +240 -1
  122. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +18 -1
  123. package/dist-types/commands/DescribeFolderCommand.d.ts +19 -1
  124. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +18 -1
  125. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +18 -1
  126. package/dist-types/commands/DescribeGroupCommand.d.ts +14 -1
  127. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +12 -1
  128. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +22 -2
  129. package/dist-types/commands/DescribeIngestionCommand.d.ts +31 -1
  130. package/dist-types/commands/DescribeIpRestrictionCommand.d.ts +13 -1
  131. package/dist-types/commands/DescribeNamespaceCommand.d.ts +19 -1
  132. package/dist-types/commands/DescribeRefreshScheduleCommand.d.ts +24 -1
  133. package/dist-types/commands/DescribeTemplateAliasCommand.d.ts +13 -1
  134. package/dist-types/commands/DescribeTemplateCommand.d.ts +64 -1
  135. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +4310 -1
  136. package/dist-types/commands/DescribeTemplatePermissionsCommand.d.ts +18 -1
  137. package/dist-types/commands/DescribeThemeAliasCommand.d.ts +13 -1
  138. package/dist-types/commands/DescribeThemeCommand.d.ts +81 -1
  139. package/dist-types/commands/DescribeThemePermissionsCommand.d.ts +18 -1
  140. package/dist-types/commands/DescribeTopicCommand.d.ts +336 -0
  141. package/dist-types/commands/DescribeTopicPermissionsCommand.d.ts +99 -0
  142. package/dist-types/commands/DescribeTopicRefreshCommand.d.ts +95 -0
  143. package/dist-types/commands/DescribeTopicRefreshScheduleCommand.d.ts +110 -0
  144. package/dist-types/commands/DescribeUserCommand.d.ts +21 -1
  145. package/dist-types/commands/DescribeVPCConnectionCommand.d.ts +121 -0
  146. package/dist-types/commands/GenerateEmbedUrlForAnonymousUserCommand.d.ts +9 -0
  147. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserCommand.d.ts +11 -0
  148. package/dist-types/commands/GetDashboardEmbedUrlCommand.d.ts +8 -0
  149. package/dist-types/commands/GetSessionEmbedUrlCommand.d.ts +8 -0
  150. package/dist-types/commands/ListAnalysesCommand.d.ts +18 -0
  151. package/dist-types/commands/ListDashboardVersionsCommand.d.ts +18 -0
  152. package/dist-types/commands/ListDashboardsCommand.d.ts +19 -0
  153. package/dist-types/commands/ListDataSetsCommand.d.ts +27 -0
  154. package/dist-types/commands/ListDataSourcesCommand.d.ts +242 -0
  155. package/dist-types/commands/ListFolderMembersCommand.d.ts +14 -0
  156. package/dist-types/commands/ListFoldersCommand.d.ts +18 -0
  157. package/dist-types/commands/ListGroupMembershipsCommand.d.ts +14 -0
  158. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  159. package/dist-types/commands/ListIAMPolicyAssignmentsCommand.d.ts +17 -1
  160. package/dist-types/commands/ListIAMPolicyAssignmentsForUserCommand.d.ts +21 -3
  161. package/dist-types/commands/ListIngestionsCommand.d.ts +33 -0
  162. package/dist-types/commands/ListNamespacesCommand.d.ts +21 -0
  163. package/dist-types/commands/ListRefreshSchedulesCommand.d.ts +24 -0
  164. package/dist-types/commands/ListTagsForResourceCommand.d.ts +13 -0
  165. package/dist-types/commands/ListTemplateAliasesCommand.d.ts +15 -0
  166. package/dist-types/commands/ListTemplateVersionsCommand.d.ts +17 -0
  167. package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
  168. package/dist-types/commands/ListThemeAliasesCommand.d.ts +15 -0
  169. package/dist-types/commands/ListThemeVersionsCommand.d.ts +17 -0
  170. package/dist-types/commands/ListThemesCommand.d.ts +18 -0
  171. package/dist-types/commands/ListTopicRefreshSchedulesCommand.d.ts +115 -0
  172. package/dist-types/commands/ListTopicsCommand.d.ts +98 -0
  173. package/dist-types/commands/ListUserGroupsCommand.d.ts +16 -0
  174. package/dist-types/commands/ListUsersCommand.d.ts +23 -0
  175. package/dist-types/commands/ListVPCConnectionsCommand.d.ts +126 -0
  176. package/dist-types/commands/PutDataSetRefreshPropertiesCommand.d.ts +7 -0
  177. package/dist-types/commands/RegisterUserCommand.d.ts +21 -0
  178. package/dist-types/commands/RestoreAnalysisCommand.d.ts +9 -0
  179. package/dist-types/commands/SearchAnalysesCommand.d.ts +18 -0
  180. package/dist-types/commands/SearchDashboardsCommand.d.ts +19 -0
  181. package/dist-types/commands/SearchDataSetsCommand.d.ts +27 -0
  182. package/dist-types/commands/SearchDataSourcesCommand.d.ts +18 -0
  183. package/dist-types/commands/SearchFoldersCommand.d.ts +18 -0
  184. package/dist-types/commands/SearchGroupsCommand.d.ts +16 -0
  185. package/dist-types/commands/TagResourceCommand.d.ts +8 -1
  186. package/dist-types/commands/UntagResourceCommand.d.ts +7 -0
  187. package/dist-types/commands/UpdateAccountCustomizationCommand.d.ts +14 -0
  188. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +7 -0
  189. package/dist-types/commands/UpdateAnalysisCommand.d.ts +66 -4
  190. package/dist-types/commands/UpdateAnalysisPermissionsCommand.d.ts +17 -0
  191. package/dist-types/commands/UpdateDashboardCommand.d.ts +67 -4
  192. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +27 -0
  193. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +9 -0
  194. package/dist-types/commands/UpdateDataSetCommand.d.ts +74 -0
  195. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +9 -0
  196. package/dist-types/commands/UpdateDataSourceCommand.d.ts +10 -0
  197. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +9 -0
  198. package/dist-types/commands/UpdateFolderCommand.d.ts +9 -0
  199. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +17 -0
  200. package/dist-types/commands/UpdateGroupCommand.d.ts +13 -0
  201. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +19 -4
  202. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +12 -1
  203. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +7 -0
  204. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +9 -0
  205. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +12 -0
  206. package/dist-types/commands/UpdateTemplateCommand.d.ts +67 -4
  207. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +17 -0
  208. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +12 -0
  209. package/dist-types/commands/UpdateThemeCommand.d.ts +11 -0
  210. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +17 -0
  211. package/dist-types/commands/UpdateTopicCommand.d.ts +346 -0
  212. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +127 -0
  213. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +110 -0
  214. package/dist-types/commands/UpdateUserCommand.d.ts +20 -0
  215. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +116 -0
  216. package/dist-types/commands/index.d.ts +18 -0
  217. package/dist-types/models/models_0.d.ts +43 -91
  218. package/dist-types/models/models_1.d.ts +210 -281
  219. package/dist-types/models/models_2.d.ts +2375 -2163
  220. package/dist-types/models/models_3.d.ts +2468 -54
  221. package/dist-types/pagination/ListTopicsPaginator.d.ts +7 -0
  222. package/dist-types/pagination/ListVPCConnectionsPaginator.d.ts +7 -0
  223. package/dist-types/pagination/index.d.ts +2 -0
  224. package/dist-types/protocols/Aws_restJson1.d.ts +162 -0
  225. package/dist-types/ts3.4/QuickSight.d.ts +306 -0
  226. package/dist-types/ts3.4/QuickSightClient.d.ts +110 -2
  227. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +34 -0
  230. package/dist-types/ts3.4/commands/CreateTopicRefreshScheduleCommand.d.ts +41 -0
  231. package/dist-types/ts3.4/commands/CreateVPCConnectionCommand.d.ts +38 -0
  232. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +34 -0
  233. package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +41 -0
  234. package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +38 -0
  235. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeIpRestrictionCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeNamespaceCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRefreshScheduleCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeTemplateAliasCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/DescribeTemplateCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeTemplateDefinitionCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeTemplatePermissionsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeThemeAliasCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeThemeCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DescribeThemePermissionsCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +37 -0
  258. package/dist-types/ts3.4/commands/DescribeTopicPermissionsCommand.d.ts +41 -0
  259. package/dist-types/ts3.4/commands/DescribeTopicRefreshCommand.d.ts +41 -0
  260. package/dist-types/ts3.4/commands/DescribeTopicRefreshScheduleCommand.d.ts +41 -0
  261. package/dist-types/ts3.4/commands/DescribeUserCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DescribeVPCConnectionCommand.d.ts +41 -0
  263. package/dist-types/ts3.4/commands/ListTopicRefreshSchedulesCommand.d.ts +41 -0
  264. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +34 -0
  265. package/dist-types/ts3.4/commands/ListVPCConnectionsCommand.d.ts +38 -0
  266. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +34 -0
  267. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +41 -0
  268. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +41 -0
  269. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +38 -0
  270. package/dist-types/ts3.4/commands/index.d.ts +18 -0
  271. package/dist-types/ts3.4/models/models_0.d.ts +12 -22
  272. package/dist-types/ts3.4/models/models_1.d.ts +79 -75
  273. package/dist-types/ts3.4/models/models_2.d.ts +605 -500
  274. package/dist-types/ts3.4/models/models_3.d.ts +737 -9
  275. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +11 -0
  276. package/dist-types/ts3.4/pagination/ListVPCConnectionsPaginator.d.ts +11 -0
  277. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  278. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +216 -0
  279. package/package.json +7 -7
@@ -40,6 +40,4295 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
40
40
  * };
41
41
  * const command = new DescribeAnalysisDefinitionCommand(input);
42
42
  * const response = await client.send(command);
43
+ * // { // DescribeAnalysisDefinitionResponse
44
+ * // AnalysisId: "STRING_VALUE",
45
+ * // Name: "STRING_VALUE",
46
+ * // Errors: [ // AnalysisErrorList
47
+ * // { // AnalysisError
48
+ * // Type: "ACCESS_DENIED" || "SOURCE_NOT_FOUND" || "DATA_SET_NOT_FOUND" || "INTERNAL_FAILURE" || "PARAMETER_VALUE_INCOMPATIBLE" || "PARAMETER_TYPE_INVALID" || "PARAMETER_NOT_FOUND" || "COLUMN_TYPE_MISMATCH" || "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" || "COLUMN_REPLACEMENT_MISSING",
49
+ * // Message: "STRING_VALUE",
50
+ * // ViolatedEntities: [ // EntityList
51
+ * // { // Entity
52
+ * // Path: "STRING_VALUE",
53
+ * // },
54
+ * // ],
55
+ * // },
56
+ * // ],
57
+ * // ResourceStatus: "CREATION_IN_PROGRESS" || "CREATION_SUCCESSFUL" || "CREATION_FAILED" || "UPDATE_IN_PROGRESS" || "UPDATE_SUCCESSFUL" || "UPDATE_FAILED" || "DELETED",
58
+ * // ThemeArn: "STRING_VALUE",
59
+ * // Definition: { // AnalysisDefinition
60
+ * // DataSetIdentifierDeclarations: [ // DataSetIdentifierDeclarationList // required
61
+ * // { // DataSetIdentifierDeclaration
62
+ * // Identifier: "STRING_VALUE", // required
63
+ * // DataSetArn: "STRING_VALUE", // required
64
+ * // },
65
+ * // ],
66
+ * // Sheets: [ // SheetDefinitionList
67
+ * // { // SheetDefinition
68
+ * // SheetId: "STRING_VALUE", // required
69
+ * // Title: "STRING_VALUE",
70
+ * // Description: "STRING_VALUE",
71
+ * // Name: "STRING_VALUE",
72
+ * // ParameterControls: [ // ParameterControlList
73
+ * // { // ParameterControl
74
+ * // DateTimePicker: { // ParameterDateTimePickerControl
75
+ * // ParameterControlId: "STRING_VALUE", // required
76
+ * // Title: "STRING_VALUE", // required
77
+ * // SourceParameterName: "STRING_VALUE", // required
78
+ * // DisplayOptions: { // DateTimePickerControlDisplayOptions
79
+ * // TitleOptions: { // LabelOptions
80
+ * // Visibility: "HIDDEN" || "VISIBLE",
81
+ * // FontConfiguration: { // FontConfiguration
82
+ * // FontSize: { // FontSize
83
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
84
+ * // },
85
+ * // FontDecoration: "UNDERLINE" || "NONE",
86
+ * // FontColor: "STRING_VALUE",
87
+ * // FontWeight: { // FontWeight
88
+ * // Name: "NORMAL" || "BOLD",
89
+ * // },
90
+ * // FontStyle: "NORMAL" || "ITALIC",
91
+ * // },
92
+ * // CustomLabel: "STRING_VALUE",
93
+ * // },
94
+ * // DateTimeFormat: "STRING_VALUE",
95
+ * // },
96
+ * // },
97
+ * // List: { // ParameterListControl
98
+ * // ParameterControlId: "STRING_VALUE", // required
99
+ * // Title: "STRING_VALUE", // required
100
+ * // SourceParameterName: "STRING_VALUE", // required
101
+ * // DisplayOptions: { // ListControlDisplayOptions
102
+ * // SearchOptions: { // ListControlSearchOptions
103
+ * // Visibility: "HIDDEN" || "VISIBLE",
104
+ * // },
105
+ * // SelectAllOptions: { // ListControlSelectAllOptions
106
+ * // Visibility: "HIDDEN" || "VISIBLE",
107
+ * // },
108
+ * // TitleOptions: {
109
+ * // Visibility: "HIDDEN" || "VISIBLE",
110
+ * // FontConfiguration: {
111
+ * // FontSize: {
112
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
113
+ * // },
114
+ * // FontDecoration: "UNDERLINE" || "NONE",
115
+ * // FontColor: "STRING_VALUE",
116
+ * // FontWeight: {
117
+ * // Name: "NORMAL" || "BOLD",
118
+ * // },
119
+ * // FontStyle: "NORMAL" || "ITALIC",
120
+ * // },
121
+ * // CustomLabel: "STRING_VALUE",
122
+ * // },
123
+ * // },
124
+ * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
125
+ * // SelectableValues: { // ParameterSelectableValues
126
+ * // Values: [ // ParameterSelectableValueList
127
+ * // "STRING_VALUE",
128
+ * // ],
129
+ * // LinkToDataSetColumn: { // ColumnIdentifier
130
+ * // DataSetIdentifier: "STRING_VALUE", // required
131
+ * // ColumnName: "STRING_VALUE", // required
132
+ * // },
133
+ * // },
134
+ * // CascadingControlConfiguration: { // CascadingControlConfiguration
135
+ * // SourceControls: [ // CascadingControlSourceList
136
+ * // { // CascadingControlSource
137
+ * // SourceSheetControlId: "STRING_VALUE",
138
+ * // ColumnToMatch: {
139
+ * // DataSetIdentifier: "STRING_VALUE", // required
140
+ * // ColumnName: "STRING_VALUE", // required
141
+ * // },
142
+ * // },
143
+ * // ],
144
+ * // },
145
+ * // },
146
+ * // Dropdown: { // ParameterDropDownControl
147
+ * // ParameterControlId: "STRING_VALUE", // required
148
+ * // Title: "STRING_VALUE", // required
149
+ * // SourceParameterName: "STRING_VALUE", // required
150
+ * // DisplayOptions: { // DropDownControlDisplayOptions
151
+ * // SelectAllOptions: {
152
+ * // Visibility: "HIDDEN" || "VISIBLE",
153
+ * // },
154
+ * // TitleOptions: {
155
+ * // Visibility: "HIDDEN" || "VISIBLE",
156
+ * // FontConfiguration: {
157
+ * // FontSize: {
158
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
159
+ * // },
160
+ * // FontDecoration: "UNDERLINE" || "NONE",
161
+ * // FontColor: "STRING_VALUE",
162
+ * // FontWeight: {
163
+ * // Name: "NORMAL" || "BOLD",
164
+ * // },
165
+ * // FontStyle: "NORMAL" || "ITALIC",
166
+ * // },
167
+ * // CustomLabel: "STRING_VALUE",
168
+ * // },
169
+ * // },
170
+ * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
171
+ * // SelectableValues: {
172
+ * // Values: [
173
+ * // "STRING_VALUE",
174
+ * // ],
175
+ * // LinkToDataSetColumn: {
176
+ * // DataSetIdentifier: "STRING_VALUE", // required
177
+ * // ColumnName: "STRING_VALUE", // required
178
+ * // },
179
+ * // },
180
+ * // CascadingControlConfiguration: {
181
+ * // SourceControls: [
182
+ * // {
183
+ * // SourceSheetControlId: "STRING_VALUE",
184
+ * // ColumnToMatch: {
185
+ * // DataSetIdentifier: "STRING_VALUE", // required
186
+ * // ColumnName: "STRING_VALUE", // required
187
+ * // },
188
+ * // },
189
+ * // ],
190
+ * // },
191
+ * // },
192
+ * // TextField: { // ParameterTextFieldControl
193
+ * // ParameterControlId: "STRING_VALUE", // required
194
+ * // Title: "STRING_VALUE", // required
195
+ * // SourceParameterName: "STRING_VALUE", // required
196
+ * // DisplayOptions: { // TextFieldControlDisplayOptions
197
+ * // TitleOptions: {
198
+ * // Visibility: "HIDDEN" || "VISIBLE",
199
+ * // FontConfiguration: {
200
+ * // FontSize: {
201
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
202
+ * // },
203
+ * // FontDecoration: "UNDERLINE" || "NONE",
204
+ * // FontColor: "STRING_VALUE",
205
+ * // FontWeight: {
206
+ * // Name: "NORMAL" || "BOLD",
207
+ * // },
208
+ * // FontStyle: "NORMAL" || "ITALIC",
209
+ * // },
210
+ * // CustomLabel: "STRING_VALUE",
211
+ * // },
212
+ * // PlaceholderOptions: { // TextControlPlaceholderOptions
213
+ * // Visibility: "HIDDEN" || "VISIBLE",
214
+ * // },
215
+ * // },
216
+ * // },
217
+ * // TextArea: { // ParameterTextAreaControl
218
+ * // ParameterControlId: "STRING_VALUE", // required
219
+ * // Title: "STRING_VALUE", // required
220
+ * // SourceParameterName: "STRING_VALUE", // required
221
+ * // Delimiter: "STRING_VALUE",
222
+ * // DisplayOptions: { // TextAreaControlDisplayOptions
223
+ * // TitleOptions: {
224
+ * // Visibility: "HIDDEN" || "VISIBLE",
225
+ * // FontConfiguration: {
226
+ * // FontSize: {
227
+ * // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
228
+ * // },
229
+ * // FontDecoration: "UNDERLINE" || "NONE",
230
+ * // FontColor: "STRING_VALUE",
231
+ * // FontWeight: {
232
+ * // Name: "NORMAL" || "BOLD",
233
+ * // },
234
+ * // FontStyle: "NORMAL" || "ITALIC",
235
+ * // },
236
+ * // CustomLabel: "STRING_VALUE",
237
+ * // },
238
+ * // PlaceholderOptions: {
239
+ * // Visibility: "HIDDEN" || "VISIBLE",
240
+ * // },
241
+ * // },
242
+ * // },
243
+ * // Slider: { // ParameterSliderControl
244
+ * // ParameterControlId: "STRING_VALUE", // required
245
+ * // Title: "STRING_VALUE", // required
246
+ * // SourceParameterName: "STRING_VALUE", // required
247
+ * // DisplayOptions: { // SliderControlDisplayOptions
248
+ * // TitleOptions: "<LabelOptions>",
249
+ * // },
250
+ * // MaximumValue: Number("double"), // required
251
+ * // MinimumValue: Number("double"), // required
252
+ * // StepSize: Number("double"), // required
253
+ * // },
254
+ * // },
255
+ * // ],
256
+ * // FilterControls: [ // FilterControlList
257
+ * // { // FilterControl
258
+ * // DateTimePicker: { // FilterDateTimePickerControl
259
+ * // FilterControlId: "STRING_VALUE", // required
260
+ * // Title: "STRING_VALUE", // required
261
+ * // SourceFilterId: "STRING_VALUE", // required
262
+ * // DisplayOptions: {
263
+ * // TitleOptions: "<LabelOptions>",
264
+ * // DateTimeFormat: "STRING_VALUE",
265
+ * // },
266
+ * // Type: "SINGLE_VALUED" || "DATE_RANGE",
267
+ * // },
268
+ * // List: { // FilterListControl
269
+ * // FilterControlId: "STRING_VALUE", // required
270
+ * // Title: "STRING_VALUE", // required
271
+ * // SourceFilterId: "STRING_VALUE", // required
272
+ * // DisplayOptions: {
273
+ * // SearchOptions: {
274
+ * // Visibility: "HIDDEN" || "VISIBLE",
275
+ * // },
276
+ * // SelectAllOptions: {
277
+ * // Visibility: "HIDDEN" || "VISIBLE",
278
+ * // },
279
+ * // TitleOptions: "<LabelOptions>",
280
+ * // },
281
+ * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
282
+ * // SelectableValues: { // FilterSelectableValues
283
+ * // Values: [
284
+ * // "STRING_VALUE",
285
+ * // ],
286
+ * // },
287
+ * // CascadingControlConfiguration: {
288
+ * // SourceControls: [
289
+ * // {
290
+ * // SourceSheetControlId: "STRING_VALUE",
291
+ * // ColumnToMatch: {
292
+ * // DataSetIdentifier: "STRING_VALUE", // required
293
+ * // ColumnName: "STRING_VALUE", // required
294
+ * // },
295
+ * // },
296
+ * // ],
297
+ * // },
298
+ * // },
299
+ * // Dropdown: { // FilterDropDownControl
300
+ * // FilterControlId: "STRING_VALUE", // required
301
+ * // Title: "STRING_VALUE", // required
302
+ * // SourceFilterId: "STRING_VALUE", // required
303
+ * // DisplayOptions: {
304
+ * // SelectAllOptions: {
305
+ * // Visibility: "HIDDEN" || "VISIBLE",
306
+ * // },
307
+ * // TitleOptions: "<LabelOptions>",
308
+ * // },
309
+ * // Type: "MULTI_SELECT" || "SINGLE_SELECT",
310
+ * // SelectableValues: {
311
+ * // Values: [
312
+ * // "STRING_VALUE",
313
+ * // ],
314
+ * // },
315
+ * // CascadingControlConfiguration: {
316
+ * // SourceControls: [
317
+ * // {
318
+ * // SourceSheetControlId: "STRING_VALUE",
319
+ * // ColumnToMatch: "<ColumnIdentifier>",
320
+ * // },
321
+ * // ],
322
+ * // },
323
+ * // },
324
+ * // TextField: { // FilterTextFieldControl
325
+ * // FilterControlId: "STRING_VALUE", // required
326
+ * // Title: "STRING_VALUE", // required
327
+ * // SourceFilterId: "STRING_VALUE", // required
328
+ * // DisplayOptions: {
329
+ * // TitleOptions: "<LabelOptions>",
330
+ * // PlaceholderOptions: {
331
+ * // Visibility: "HIDDEN" || "VISIBLE",
332
+ * // },
333
+ * // },
334
+ * // },
335
+ * // TextArea: { // FilterTextAreaControl
336
+ * // FilterControlId: "STRING_VALUE", // required
337
+ * // Title: "STRING_VALUE", // required
338
+ * // SourceFilterId: "STRING_VALUE", // required
339
+ * // Delimiter: "STRING_VALUE",
340
+ * // DisplayOptions: {
341
+ * // TitleOptions: "<LabelOptions>",
342
+ * // PlaceholderOptions: {
343
+ * // Visibility: "HIDDEN" || "VISIBLE",
344
+ * // },
345
+ * // },
346
+ * // },
347
+ * // Slider: { // FilterSliderControl
348
+ * // FilterControlId: "STRING_VALUE", // required
349
+ * // Title: "STRING_VALUE", // required
350
+ * // SourceFilterId: "STRING_VALUE", // required
351
+ * // DisplayOptions: {
352
+ * // TitleOptions: "<LabelOptions>",
353
+ * // },
354
+ * // Type: "SINGLE_POINT" || "RANGE",
355
+ * // MaximumValue: Number("double"), // required
356
+ * // MinimumValue: Number("double"), // required
357
+ * // StepSize: Number("double"), // required
358
+ * // },
359
+ * // RelativeDateTime: { // FilterRelativeDateTimeControl
360
+ * // FilterControlId: "STRING_VALUE", // required
361
+ * // Title: "STRING_VALUE", // required
362
+ * // SourceFilterId: "STRING_VALUE", // required
363
+ * // DisplayOptions: { // RelativeDateTimeControlDisplayOptions
364
+ * // TitleOptions: "<LabelOptions>",
365
+ * // DateTimeFormat: "STRING_VALUE",
366
+ * // },
367
+ * // },
368
+ * // },
369
+ * // ],
370
+ * // Visuals: [ // VisualList
371
+ * // { // Visual
372
+ * // TableVisual: { // TableVisual
373
+ * // VisualId: "STRING_VALUE", // required
374
+ * // Title: { // VisualTitleLabelOptions
375
+ * // Visibility: "HIDDEN" || "VISIBLE",
376
+ * // FormatText: { // ShortFormatText
377
+ * // PlainText: "STRING_VALUE",
378
+ * // RichText: "STRING_VALUE",
379
+ * // },
380
+ * // },
381
+ * // Subtitle: { // VisualSubtitleLabelOptions
382
+ * // Visibility: "HIDDEN" || "VISIBLE",
383
+ * // FormatText: { // LongFormatText
384
+ * // PlainText: "STRING_VALUE",
385
+ * // RichText: "STRING_VALUE",
386
+ * // },
387
+ * // },
388
+ * // ChartConfiguration: { // TableConfiguration
389
+ * // FieldWells: { // TableFieldWells
390
+ * // TableAggregatedFieldWells: { // TableAggregatedFieldWells
391
+ * // GroupBy: [ // DimensionFieldList
392
+ * // { // DimensionField
393
+ * // NumericalDimensionField: { // NumericalDimensionField
394
+ * // FieldId: "STRING_VALUE", // required
395
+ * // Column: "<ColumnIdentifier>", // required
396
+ * // HierarchyId: "STRING_VALUE",
397
+ * // FormatConfiguration: { // NumberFormatConfiguration
398
+ * // FormatConfiguration: { // NumericFormatConfiguration
399
+ * // NumberDisplayFormatConfiguration: { // NumberDisplayFormatConfiguration
400
+ * // Prefix: "STRING_VALUE",
401
+ * // Suffix: "STRING_VALUE",
402
+ * // SeparatorConfiguration: { // NumericSeparatorConfiguration
403
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
404
+ * // ThousandsSeparator: { // ThousandSeparatorOptions
405
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
406
+ * // Visibility: "HIDDEN" || "VISIBLE",
407
+ * // },
408
+ * // },
409
+ * // DecimalPlacesConfiguration: { // DecimalPlacesConfiguration
410
+ * // DecimalPlaces: Number("long"), // required
411
+ * // },
412
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
413
+ * // NegativeValueConfiguration: { // NegativeValueConfiguration
414
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
415
+ * // },
416
+ * // NullValueFormatConfiguration: { // NullValueFormatConfiguration
417
+ * // NullString: "STRING_VALUE", // required
418
+ * // },
419
+ * // },
420
+ * // CurrencyDisplayFormatConfiguration: { // CurrencyDisplayFormatConfiguration
421
+ * // Prefix: "STRING_VALUE",
422
+ * // Suffix: "STRING_VALUE",
423
+ * // SeparatorConfiguration: {
424
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
425
+ * // ThousandsSeparator: {
426
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
427
+ * // Visibility: "HIDDEN" || "VISIBLE",
428
+ * // },
429
+ * // },
430
+ * // Symbol: "STRING_VALUE",
431
+ * // DecimalPlacesConfiguration: {
432
+ * // DecimalPlaces: Number("long"), // required
433
+ * // },
434
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
435
+ * // NegativeValueConfiguration: {
436
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
437
+ * // },
438
+ * // NullValueFormatConfiguration: {
439
+ * // NullString: "STRING_VALUE", // required
440
+ * // },
441
+ * // },
442
+ * // PercentageDisplayFormatConfiguration: { // PercentageDisplayFormatConfiguration
443
+ * // Prefix: "STRING_VALUE",
444
+ * // Suffix: "STRING_VALUE",
445
+ * // SeparatorConfiguration: {
446
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
447
+ * // ThousandsSeparator: {
448
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
449
+ * // Visibility: "HIDDEN" || "VISIBLE",
450
+ * // },
451
+ * // },
452
+ * // DecimalPlacesConfiguration: {
453
+ * // DecimalPlaces: Number("long"), // required
454
+ * // },
455
+ * // NegativeValueConfiguration: {
456
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
457
+ * // },
458
+ * // NullValueFormatConfiguration: {
459
+ * // NullString: "STRING_VALUE", // required
460
+ * // },
461
+ * // },
462
+ * // },
463
+ * // },
464
+ * // },
465
+ * // CategoricalDimensionField: { // CategoricalDimensionField
466
+ * // FieldId: "STRING_VALUE", // required
467
+ * // Column: "<ColumnIdentifier>", // required
468
+ * // HierarchyId: "STRING_VALUE",
469
+ * // FormatConfiguration: { // StringFormatConfiguration
470
+ * // NullValueFormatConfiguration: {
471
+ * // NullString: "STRING_VALUE", // required
472
+ * // },
473
+ * // NumericFormatConfiguration: {
474
+ * // NumberDisplayFormatConfiguration: {
475
+ * // Prefix: "STRING_VALUE",
476
+ * // Suffix: "STRING_VALUE",
477
+ * // SeparatorConfiguration: {
478
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
479
+ * // ThousandsSeparator: {
480
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
481
+ * // Visibility: "HIDDEN" || "VISIBLE",
482
+ * // },
483
+ * // },
484
+ * // DecimalPlacesConfiguration: {
485
+ * // DecimalPlaces: Number("long"), // required
486
+ * // },
487
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
488
+ * // NegativeValueConfiguration: {
489
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
490
+ * // },
491
+ * // NullValueFormatConfiguration: {
492
+ * // NullString: "STRING_VALUE", // required
493
+ * // },
494
+ * // },
495
+ * // CurrencyDisplayFormatConfiguration: {
496
+ * // Prefix: "STRING_VALUE",
497
+ * // Suffix: "STRING_VALUE",
498
+ * // SeparatorConfiguration: {
499
+ * // DecimalSeparator: "COMMA" || "DOT" || "SPACE",
500
+ * // ThousandsSeparator: {
501
+ * // Symbol: "COMMA" || "DOT" || "SPACE",
502
+ * // Visibility: "HIDDEN" || "VISIBLE",
503
+ * // },
504
+ * // },
505
+ * // Symbol: "STRING_VALUE",
506
+ * // DecimalPlacesConfiguration: {
507
+ * // DecimalPlaces: Number("long"), // required
508
+ * // },
509
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
510
+ * // NegativeValueConfiguration: {
511
+ * // DisplayMode: "POSITIVE" || "NEGATIVE", // required
512
+ * // },
513
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
514
+ * // },
515
+ * // PercentageDisplayFormatConfiguration: {
516
+ * // Prefix: "STRING_VALUE",
517
+ * // Suffix: "STRING_VALUE",
518
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
519
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
520
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
521
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
522
+ * // },
523
+ * // },
524
+ * // },
525
+ * // },
526
+ * // DateDimensionField: { // DateDimensionField
527
+ * // FieldId: "STRING_VALUE", // required
528
+ * // Column: "<ColumnIdentifier>", // required
529
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
530
+ * // HierarchyId: "STRING_VALUE",
531
+ * // FormatConfiguration: { // DateTimeFormatConfiguration
532
+ * // DateTimeFormat: "STRING_VALUE",
533
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
534
+ * // NumericFormatConfiguration: {
535
+ * // NumberDisplayFormatConfiguration: {
536
+ * // Prefix: "STRING_VALUE",
537
+ * // Suffix: "STRING_VALUE",
538
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
539
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
540
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
541
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
542
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
543
+ * // },
544
+ * // CurrencyDisplayFormatConfiguration: {
545
+ * // Prefix: "STRING_VALUE",
546
+ * // Suffix: "STRING_VALUE",
547
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
548
+ * // Symbol: "STRING_VALUE",
549
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
550
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
551
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
552
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
553
+ * // },
554
+ * // PercentageDisplayFormatConfiguration: {
555
+ * // Prefix: "STRING_VALUE",
556
+ * // Suffix: "STRING_VALUE",
557
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
558
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
559
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
560
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
561
+ * // },
562
+ * // },
563
+ * // },
564
+ * // },
565
+ * // },
566
+ * // ],
567
+ * // Values: [ // MeasureFieldList
568
+ * // { // MeasureField
569
+ * // NumericalMeasureField: { // NumericalMeasureField
570
+ * // FieldId: "STRING_VALUE", // required
571
+ * // Column: "<ColumnIdentifier>", // required
572
+ * // AggregationFunction: { // NumericalAggregationFunction
573
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
574
+ * // PercentileAggregation: { // PercentileAggregation
575
+ * // PercentileValue: Number("double"),
576
+ * // },
577
+ * // },
578
+ * // FormatConfiguration: {
579
+ * // FormatConfiguration: {
580
+ * // NumberDisplayFormatConfiguration: {
581
+ * // Prefix: "STRING_VALUE",
582
+ * // Suffix: "STRING_VALUE",
583
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
584
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
585
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
586
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
587
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
588
+ * // },
589
+ * // CurrencyDisplayFormatConfiguration: {
590
+ * // Prefix: "STRING_VALUE",
591
+ * // Suffix: "STRING_VALUE",
592
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
593
+ * // Symbol: "STRING_VALUE",
594
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
595
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
596
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
597
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
598
+ * // },
599
+ * // PercentageDisplayFormatConfiguration: {
600
+ * // Prefix: "STRING_VALUE",
601
+ * // Suffix: "STRING_VALUE",
602
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
603
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
604
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
605
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
606
+ * // },
607
+ * // },
608
+ * // },
609
+ * // },
610
+ * // CategoricalMeasureField: { // CategoricalMeasureField
611
+ * // FieldId: "STRING_VALUE", // required
612
+ * // Column: "<ColumnIdentifier>", // required
613
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
614
+ * // FormatConfiguration: {
615
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
616
+ * // NumericFormatConfiguration: {
617
+ * // NumberDisplayFormatConfiguration: {
618
+ * // Prefix: "STRING_VALUE",
619
+ * // Suffix: "STRING_VALUE",
620
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
621
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
622
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
623
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
624
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
625
+ * // },
626
+ * // CurrencyDisplayFormatConfiguration: {
627
+ * // Prefix: "STRING_VALUE",
628
+ * // Suffix: "STRING_VALUE",
629
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
630
+ * // Symbol: "STRING_VALUE",
631
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
632
+ * // NumberScale: "NONE" || "AUTO" || "THOUSANDS" || "MILLIONS" || "BILLIONS" || "TRILLIONS",
633
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
634
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
635
+ * // },
636
+ * // PercentageDisplayFormatConfiguration: {
637
+ * // Prefix: "STRING_VALUE",
638
+ * // Suffix: "STRING_VALUE",
639
+ * // SeparatorConfiguration: "<NumericSeparatorConfiguration>",
640
+ * // DecimalPlacesConfiguration: "<DecimalPlacesConfiguration>",
641
+ * // NegativeValueConfiguration: "<NegativeValueConfiguration>",
642
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
643
+ * // },
644
+ * // },
645
+ * // },
646
+ * // },
647
+ * // DateMeasureField: { // DateMeasureField
648
+ * // FieldId: "STRING_VALUE", // required
649
+ * // Column: "<ColumnIdentifier>", // required
650
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
651
+ * // FormatConfiguration: {
652
+ * // DateTimeFormat: "STRING_VALUE",
653
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
654
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
655
+ * // },
656
+ * // },
657
+ * // CalculatedMeasureField: { // CalculatedMeasureField
658
+ * // FieldId: "STRING_VALUE", // required
659
+ * // Expression: "STRING_VALUE", // required
660
+ * // },
661
+ * // },
662
+ * // ],
663
+ * // },
664
+ * // TableUnaggregatedFieldWells: { // TableUnaggregatedFieldWells
665
+ * // Values: [ // UnaggregatedFieldList
666
+ * // { // UnaggregatedField
667
+ * // FieldId: "STRING_VALUE", // required
668
+ * // Column: "<ColumnIdentifier>", // required
669
+ * // FormatConfiguration: { // FormatConfiguration
670
+ * // StringFormatConfiguration: {
671
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
672
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
673
+ * // },
674
+ * // NumberFormatConfiguration: {
675
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
676
+ * // },
677
+ * // DateTimeFormatConfiguration: {
678
+ * // DateTimeFormat: "STRING_VALUE",
679
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
680
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
681
+ * // },
682
+ * // },
683
+ * // },
684
+ * // ],
685
+ * // },
686
+ * // },
687
+ * // SortConfiguration: { // TableSortConfiguration
688
+ * // RowSort: [ // RowSortList
689
+ * // { // FieldSortOptions
690
+ * // FieldSort: { // FieldSort
691
+ * // FieldId: "STRING_VALUE", // required
692
+ * // Direction: "ASC" || "DESC", // required
693
+ * // },
694
+ * // ColumnSort: { // ColumnSort
695
+ * // SortBy: "<ColumnIdentifier>", // required
696
+ * // Direction: "ASC" || "DESC", // required
697
+ * // AggregationFunction: { // AggregationFunction
698
+ * // NumericalAggregationFunction: {
699
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
700
+ * // PercentileAggregation: {
701
+ * // PercentileValue: Number("double"),
702
+ * // },
703
+ * // },
704
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
705
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
706
+ * // },
707
+ * // },
708
+ * // },
709
+ * // ],
710
+ * // PaginationConfiguration: { // PaginationConfiguration
711
+ * // PageSize: Number("long"), // required
712
+ * // PageNumber: Number("long"), // required
713
+ * // },
714
+ * // },
715
+ * // TableOptions: { // TableOptions
716
+ * // Orientation: "VERTICAL" || "HORIZONTAL",
717
+ * // HeaderStyle: { // TableCellStyle
718
+ * // Visibility: "HIDDEN" || "VISIBLE",
719
+ * // FontConfiguration: "<FontConfiguration>",
720
+ * // TextWrap: "NONE" || "WRAP",
721
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
722
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
723
+ * // BackgroundColor: "STRING_VALUE",
724
+ * // Height: Number("int"),
725
+ * // Border: { // GlobalTableBorderOptions
726
+ * // UniformBorder: { // TableBorderOptions
727
+ * // Color: "STRING_VALUE",
728
+ * // Thickness: Number("int"),
729
+ * // Style: "NONE" || "SOLID",
730
+ * // },
731
+ * // SideSpecificBorder: { // TableSideBorderOptions
732
+ * // InnerVertical: {
733
+ * // Color: "STRING_VALUE",
734
+ * // Thickness: Number("int"),
735
+ * // Style: "NONE" || "SOLID",
736
+ * // },
737
+ * // InnerHorizontal: {
738
+ * // Color: "STRING_VALUE",
739
+ * // Thickness: Number("int"),
740
+ * // Style: "NONE" || "SOLID",
741
+ * // },
742
+ * // Left: {
743
+ * // Color: "STRING_VALUE",
744
+ * // Thickness: Number("int"),
745
+ * // Style: "NONE" || "SOLID",
746
+ * // },
747
+ * // Right: {
748
+ * // Color: "STRING_VALUE",
749
+ * // Thickness: Number("int"),
750
+ * // Style: "NONE" || "SOLID",
751
+ * // },
752
+ * // Top: "<TableBorderOptions>",
753
+ * // Bottom: "<TableBorderOptions>",
754
+ * // },
755
+ * // },
756
+ * // },
757
+ * // CellStyle: {
758
+ * // Visibility: "HIDDEN" || "VISIBLE",
759
+ * // FontConfiguration: "<FontConfiguration>",
760
+ * // TextWrap: "NONE" || "WRAP",
761
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
762
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
763
+ * // BackgroundColor: "STRING_VALUE",
764
+ * // Height: Number("int"),
765
+ * // Border: {
766
+ * // UniformBorder: "<TableBorderOptions>",
767
+ * // SideSpecificBorder: {
768
+ * // InnerVertical: "<TableBorderOptions>",
769
+ * // InnerHorizontal: "<TableBorderOptions>",
770
+ * // Left: "<TableBorderOptions>",
771
+ * // Right: "<TableBorderOptions>",
772
+ * // Top: "<TableBorderOptions>",
773
+ * // Bottom: "<TableBorderOptions>",
774
+ * // },
775
+ * // },
776
+ * // },
777
+ * // RowAlternateColorOptions: { // RowAlternateColorOptions
778
+ * // Status: "ENABLED" || "DISABLED",
779
+ * // RowAlternateColors: [ // RowAlternateColorList
780
+ * // "STRING_VALUE",
781
+ * // ],
782
+ * // },
783
+ * // },
784
+ * // TotalOptions: { // TotalOptions
785
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
786
+ * // Placement: "START" || "END",
787
+ * // ScrollStatus: "PINNED" || "SCROLLED",
788
+ * // CustomLabel: "STRING_VALUE",
789
+ * // TotalCellStyle: {
790
+ * // Visibility: "HIDDEN" || "VISIBLE",
791
+ * // FontConfiguration: "<FontConfiguration>",
792
+ * // TextWrap: "NONE" || "WRAP",
793
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
794
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
795
+ * // BackgroundColor: "STRING_VALUE",
796
+ * // Height: Number("int"),
797
+ * // Border: {
798
+ * // UniformBorder: "<TableBorderOptions>",
799
+ * // SideSpecificBorder: {
800
+ * // InnerVertical: "<TableBorderOptions>",
801
+ * // InnerHorizontal: "<TableBorderOptions>",
802
+ * // Left: "<TableBorderOptions>",
803
+ * // Right: "<TableBorderOptions>",
804
+ * // Top: "<TableBorderOptions>",
805
+ * // Bottom: "<TableBorderOptions>",
806
+ * // },
807
+ * // },
808
+ * // },
809
+ * // },
810
+ * // FieldOptions: { // TableFieldOptions
811
+ * // SelectedFieldOptions: [ // TableFieldOptionList
812
+ * // { // TableFieldOption
813
+ * // FieldId: "STRING_VALUE", // required
814
+ * // Width: "STRING_VALUE",
815
+ * // CustomLabel: "STRING_VALUE",
816
+ * // Visibility: "HIDDEN" || "VISIBLE",
817
+ * // URLStyling: { // TableFieldURLConfiguration
818
+ * // LinkConfiguration: { // TableFieldLinkConfiguration
819
+ * // Target: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
820
+ * // Content: { // TableFieldLinkContentConfiguration
821
+ * // CustomTextContent: { // TableFieldCustomTextContent
822
+ * // Value: "STRING_VALUE",
823
+ * // FontConfiguration: "<FontConfiguration>", // required
824
+ * // },
825
+ * // CustomIconContent: { // TableFieldCustomIconContent
826
+ * // Icon: "LINK",
827
+ * // },
828
+ * // },
829
+ * // },
830
+ * // ImageConfiguration: { // TableFieldImageConfiguration
831
+ * // SizingOptions: { // TableCellImageSizingConfiguration
832
+ * // TableCellImageScalingConfiguration: "FIT_TO_CELL_HEIGHT" || "FIT_TO_CELL_WIDTH" || "DO_NOT_SCALE",
833
+ * // },
834
+ * // },
835
+ * // },
836
+ * // },
837
+ * // ],
838
+ * // Order: [ // FieldOrderList
839
+ * // "STRING_VALUE",
840
+ * // ],
841
+ * // },
842
+ * // PaginatedReportOptions: { // TablePaginatedReportOptions
843
+ * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
844
+ * // OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
845
+ * // },
846
+ * // TableInlineVisualizations: [ // TableInlineVisualizationList
847
+ * // { // TableInlineVisualization
848
+ * // DataBars: { // DataBarsOptions
849
+ * // FieldId: "STRING_VALUE", // required
850
+ * // PositiveColor: "STRING_VALUE",
851
+ * // NegativeColor: "STRING_VALUE",
852
+ * // },
853
+ * // },
854
+ * // ],
855
+ * // },
856
+ * // ConditionalFormatting: { // TableConditionalFormatting
857
+ * // ConditionalFormattingOptions: [ // TableConditionalFormattingOptionList
858
+ * // { // TableConditionalFormattingOption
859
+ * // Cell: { // TableCellConditionalFormatting
860
+ * // FieldId: "STRING_VALUE", // required
861
+ * // TextFormat: { // TextConditionalFormat
862
+ * // BackgroundColor: { // ConditionalFormattingColor
863
+ * // Solid: { // ConditionalFormattingSolidColor
864
+ * // Expression: "STRING_VALUE", // required
865
+ * // Color: "STRING_VALUE",
866
+ * // },
867
+ * // Gradient: { // ConditionalFormattingGradientColor
868
+ * // Expression: "STRING_VALUE", // required
869
+ * // Color: { // GradientColor
870
+ * // Stops: [ // GradientStopList
871
+ * // { // GradientStop
872
+ * // GradientOffset: Number("double"), // required
873
+ * // DataValue: Number("double"),
874
+ * // Color: "STRING_VALUE",
875
+ * // },
876
+ * // ],
877
+ * // },
878
+ * // },
879
+ * // },
880
+ * // TextColor: {
881
+ * // Solid: {
882
+ * // Expression: "STRING_VALUE", // required
883
+ * // Color: "STRING_VALUE",
884
+ * // },
885
+ * // Gradient: {
886
+ * // Expression: "STRING_VALUE", // required
887
+ * // Color: {
888
+ * // Stops: [
889
+ * // {
890
+ * // GradientOffset: Number("double"), // required
891
+ * // DataValue: Number("double"),
892
+ * // Color: "STRING_VALUE",
893
+ * // },
894
+ * // ],
895
+ * // },
896
+ * // },
897
+ * // },
898
+ * // Icon: { // ConditionalFormattingIcon
899
+ * // IconSet: { // ConditionalFormattingIconSet
900
+ * // Expression: "STRING_VALUE", // required
901
+ * // IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
902
+ * // },
903
+ * // CustomCondition: { // ConditionalFormattingCustomIconCondition
904
+ * // Expression: "STRING_VALUE", // required
905
+ * // IconOptions: { // ConditionalFormattingCustomIconOptions
906
+ * // Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
907
+ * // UnicodeIcon: "STRING_VALUE",
908
+ * // },
909
+ * // Color: "STRING_VALUE",
910
+ * // DisplayConfiguration: { // ConditionalFormattingIconDisplayConfiguration
911
+ * // IconDisplayOption: "ICON_ONLY",
912
+ * // },
913
+ * // },
914
+ * // },
915
+ * // },
916
+ * // },
917
+ * // Row: { // TableRowConditionalFormatting
918
+ * // BackgroundColor: {
919
+ * // Solid: {
920
+ * // Expression: "STRING_VALUE", // required
921
+ * // Color: "STRING_VALUE",
922
+ * // },
923
+ * // Gradient: {
924
+ * // Expression: "STRING_VALUE", // required
925
+ * // Color: {
926
+ * // Stops: [
927
+ * // {
928
+ * // GradientOffset: Number("double"), // required
929
+ * // DataValue: Number("double"),
930
+ * // Color: "STRING_VALUE",
931
+ * // },
932
+ * // ],
933
+ * // },
934
+ * // },
935
+ * // },
936
+ * // TextColor: {
937
+ * // Solid: {
938
+ * // Expression: "STRING_VALUE", // required
939
+ * // Color: "STRING_VALUE",
940
+ * // },
941
+ * // Gradient: {
942
+ * // Expression: "STRING_VALUE", // required
943
+ * // Color: {
944
+ * // Stops: [
945
+ * // {
946
+ * // GradientOffset: Number("double"), // required
947
+ * // DataValue: Number("double"),
948
+ * // Color: "STRING_VALUE",
949
+ * // },
950
+ * // ],
951
+ * // },
952
+ * // },
953
+ * // },
954
+ * // },
955
+ * // },
956
+ * // ],
957
+ * // },
958
+ * // Actions: [ // VisualCustomActionList
959
+ * // { // VisualCustomAction
960
+ * // CustomActionId: "STRING_VALUE", // required
961
+ * // Name: "STRING_VALUE", // required
962
+ * // Status: "ENABLED" || "DISABLED",
963
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
964
+ * // ActionOperations: [ // VisualCustomActionOperationList // required
965
+ * // { // VisualCustomActionOperation
966
+ * // FilterOperation: { // CustomActionFilterOperation
967
+ * // SelectedFieldsConfiguration: { // FilterOperationSelectedFieldsConfiguration
968
+ * // SelectedFields: [ // SelectedFieldList
969
+ * // "STRING_VALUE",
970
+ * // ],
971
+ * // SelectedFieldOptions: "ALL_FIELDS",
972
+ * // SelectedColumns: [ // CustomActionColumnList
973
+ * // "<ColumnIdentifier>",
974
+ * // ],
975
+ * // },
976
+ * // TargetVisualsConfiguration: { // FilterOperationTargetVisualsConfiguration
977
+ * // SameSheetTargetVisualConfiguration: { // SameSheetTargetVisualConfiguration
978
+ * // TargetVisuals: [ // TargetVisualList
979
+ * // "STRING_VALUE",
980
+ * // ],
981
+ * // TargetVisualOptions: "ALL_VISUALS",
982
+ * // },
983
+ * // },
984
+ * // },
985
+ * // NavigationOperation: { // CustomActionNavigationOperation
986
+ * // LocalNavigationConfiguration: { // LocalNavigationConfiguration
987
+ * // TargetSheetId: "STRING_VALUE", // required
988
+ * // },
989
+ * // },
990
+ * // URLOperation: { // CustomActionURLOperation
991
+ * // URLTemplate: "STRING_VALUE", // required
992
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
993
+ * // },
994
+ * // SetParametersOperation: { // CustomActionSetParametersOperation
995
+ * // ParameterValueConfigurations: [ // SetParameterValueConfigurationList // required
996
+ * // { // SetParameterValueConfiguration
997
+ * // DestinationParameterName: "STRING_VALUE", // required
998
+ * // Value: { // DestinationParameterValueConfiguration
999
+ * // CustomValuesConfiguration: { // CustomValuesConfiguration
1000
+ * // IncludeNullValue: true || false,
1001
+ * // CustomValues: { // CustomParameterValues
1002
+ * // StringValues: [ // StringDefaultValueList
1003
+ * // "STRING_VALUE",
1004
+ * // ],
1005
+ * // IntegerValues: [ // IntegerDefaultValueList
1006
+ * // Number("long"),
1007
+ * // ],
1008
+ * // DecimalValues: [ // DecimalDefaultValueList
1009
+ * // Number("double"),
1010
+ * // ],
1011
+ * // DateTimeValues: [ // DateTimeDefaultValueList
1012
+ * // new Date("TIMESTAMP"),
1013
+ * // ],
1014
+ * // },
1015
+ * // },
1016
+ * // SelectAllValueOptions: "ALL_VALUES",
1017
+ * // SourceParameterName: "STRING_VALUE",
1018
+ * // SourceField: "STRING_VALUE",
1019
+ * // SourceColumn: "<ColumnIdentifier>",
1020
+ * // },
1021
+ * // },
1022
+ * // ],
1023
+ * // },
1024
+ * // },
1025
+ * // ],
1026
+ * // },
1027
+ * // ],
1028
+ * // },
1029
+ * // PivotTableVisual: { // PivotTableVisual
1030
+ * // VisualId: "STRING_VALUE", // required
1031
+ * // Title: {
1032
+ * // Visibility: "HIDDEN" || "VISIBLE",
1033
+ * // FormatText: {
1034
+ * // PlainText: "STRING_VALUE",
1035
+ * // RichText: "STRING_VALUE",
1036
+ * // },
1037
+ * // },
1038
+ * // Subtitle: {
1039
+ * // Visibility: "HIDDEN" || "VISIBLE",
1040
+ * // FormatText: {
1041
+ * // PlainText: "STRING_VALUE",
1042
+ * // RichText: "STRING_VALUE",
1043
+ * // },
1044
+ * // },
1045
+ * // ChartConfiguration: { // PivotTableConfiguration
1046
+ * // FieldWells: { // PivotTableFieldWells
1047
+ * // PivotTableAggregatedFieldWells: { // PivotTableAggregatedFieldWells
1048
+ * // Rows: [ // PivotTableDimensionList
1049
+ * // {
1050
+ * // NumericalDimensionField: {
1051
+ * // FieldId: "STRING_VALUE", // required
1052
+ * // Column: "<ColumnIdentifier>", // required
1053
+ * // HierarchyId: "STRING_VALUE",
1054
+ * // FormatConfiguration: {
1055
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
1056
+ * // },
1057
+ * // },
1058
+ * // CategoricalDimensionField: {
1059
+ * // FieldId: "STRING_VALUE", // required
1060
+ * // Column: "<ColumnIdentifier>", // required
1061
+ * // HierarchyId: "STRING_VALUE",
1062
+ * // FormatConfiguration: {
1063
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1064
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1065
+ * // },
1066
+ * // },
1067
+ * // DateDimensionField: {
1068
+ * // FieldId: "STRING_VALUE", // required
1069
+ * // Column: "<ColumnIdentifier>", // required
1070
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1071
+ * // HierarchyId: "STRING_VALUE",
1072
+ * // FormatConfiguration: {
1073
+ * // DateTimeFormat: "STRING_VALUE",
1074
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1075
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1076
+ * // },
1077
+ * // },
1078
+ * // },
1079
+ * // ],
1080
+ * // Columns: [
1081
+ * // {
1082
+ * // NumericalDimensionField: {
1083
+ * // FieldId: "STRING_VALUE", // required
1084
+ * // Column: "<ColumnIdentifier>", // required
1085
+ * // HierarchyId: "STRING_VALUE",
1086
+ * // FormatConfiguration: {
1087
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
1088
+ * // },
1089
+ * // },
1090
+ * // CategoricalDimensionField: {
1091
+ * // FieldId: "STRING_VALUE", // required
1092
+ * // Column: "<ColumnIdentifier>", // required
1093
+ * // HierarchyId: "STRING_VALUE",
1094
+ * // FormatConfiguration: {
1095
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1096
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1097
+ * // },
1098
+ * // },
1099
+ * // DateDimensionField: {
1100
+ * // FieldId: "STRING_VALUE", // required
1101
+ * // Column: "<ColumnIdentifier>", // required
1102
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1103
+ * // HierarchyId: "STRING_VALUE",
1104
+ * // FormatConfiguration: {
1105
+ * // DateTimeFormat: "STRING_VALUE",
1106
+ * // NullValueFormatConfiguration: "<NullValueFormatConfiguration>",
1107
+ * // NumericFormatConfiguration: "<NumericFormatConfiguration>",
1108
+ * // },
1109
+ * // },
1110
+ * // },
1111
+ * // ],
1112
+ * // Values: [ // PivotMeasureFieldList
1113
+ * // {
1114
+ * // NumericalMeasureField: {
1115
+ * // FieldId: "STRING_VALUE", // required
1116
+ * // Column: "<ColumnIdentifier>", // required
1117
+ * // AggregationFunction: {
1118
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1119
+ * // PercentileAggregation: {
1120
+ * // PercentileValue: Number("double"),
1121
+ * // },
1122
+ * // },
1123
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1124
+ * // },
1125
+ * // CategoricalMeasureField: {
1126
+ * // FieldId: "STRING_VALUE", // required
1127
+ * // Column: "<ColumnIdentifier>", // required
1128
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
1129
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1130
+ * // },
1131
+ * // DateMeasureField: {
1132
+ * // FieldId: "STRING_VALUE", // required
1133
+ * // Column: "<ColumnIdentifier>", // required
1134
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1135
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1136
+ * // },
1137
+ * // CalculatedMeasureField: {
1138
+ * // FieldId: "STRING_VALUE", // required
1139
+ * // Expression: "STRING_VALUE", // required
1140
+ * // },
1141
+ * // },
1142
+ * // ],
1143
+ * // },
1144
+ * // },
1145
+ * // SortConfiguration: { // PivotTableSortConfiguration
1146
+ * // FieldSortOptions: [ // PivotFieldSortOptionsList
1147
+ * // { // PivotFieldSortOptions
1148
+ * // FieldId: "STRING_VALUE", // required
1149
+ * // SortBy: { // PivotTableSortBy
1150
+ * // Field: {
1151
+ * // FieldId: "STRING_VALUE", // required
1152
+ * // Direction: "ASC" || "DESC", // required
1153
+ * // },
1154
+ * // Column: {
1155
+ * // SortBy: "<ColumnIdentifier>", // required
1156
+ * // Direction: "ASC" || "DESC", // required
1157
+ * // AggregationFunction: {
1158
+ * // NumericalAggregationFunction: {
1159
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1160
+ * // PercentileAggregation: {
1161
+ * // PercentileValue: Number("double"),
1162
+ * // },
1163
+ * // },
1164
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1165
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1166
+ * // },
1167
+ * // },
1168
+ * // DataPath: { // DataPathSort
1169
+ * // Direction: "ASC" || "DESC", // required
1170
+ * // SortPaths: [ // DataPathValueList // required
1171
+ * // { // DataPathValue
1172
+ * // FieldId: "STRING_VALUE", // required
1173
+ * // FieldValue: "STRING_VALUE", // required
1174
+ * // },
1175
+ * // ],
1176
+ * // },
1177
+ * // },
1178
+ * // },
1179
+ * // ],
1180
+ * // },
1181
+ * // TableOptions: { // PivotTableOptions
1182
+ * // MetricPlacement: "ROW" || "COLUMN",
1183
+ * // SingleMetricVisibility: "HIDDEN" || "VISIBLE",
1184
+ * // ColumnNamesVisibility: "HIDDEN" || "VISIBLE",
1185
+ * // ToggleButtonsVisibility: "HIDDEN" || "VISIBLE",
1186
+ * // ColumnHeaderStyle: {
1187
+ * // Visibility: "HIDDEN" || "VISIBLE",
1188
+ * // FontConfiguration: "<FontConfiguration>",
1189
+ * // TextWrap: "NONE" || "WRAP",
1190
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
1191
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
1192
+ * // BackgroundColor: "STRING_VALUE",
1193
+ * // Height: Number("int"),
1194
+ * // Border: {
1195
+ * // UniformBorder: "<TableBorderOptions>",
1196
+ * // SideSpecificBorder: {
1197
+ * // InnerVertical: "<TableBorderOptions>",
1198
+ * // InnerHorizontal: "<TableBorderOptions>",
1199
+ * // Left: "<TableBorderOptions>",
1200
+ * // Right: "<TableBorderOptions>",
1201
+ * // Top: "<TableBorderOptions>",
1202
+ * // Bottom: "<TableBorderOptions>",
1203
+ * // },
1204
+ * // },
1205
+ * // },
1206
+ * // RowHeaderStyle: {
1207
+ * // Visibility: "HIDDEN" || "VISIBLE",
1208
+ * // FontConfiguration: "<FontConfiguration>",
1209
+ * // TextWrap: "NONE" || "WRAP",
1210
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
1211
+ * // VerticalTextAlignment: "TOP" || "MIDDLE" || "BOTTOM",
1212
+ * // BackgroundColor: "STRING_VALUE",
1213
+ * // Height: Number("int"),
1214
+ * // Border: {
1215
+ * // UniformBorder: "<TableBorderOptions>",
1216
+ * // SideSpecificBorder: {
1217
+ * // InnerVertical: "<TableBorderOptions>",
1218
+ * // InnerHorizontal: "<TableBorderOptions>",
1219
+ * // Left: "<TableBorderOptions>",
1220
+ * // Right: "<TableBorderOptions>",
1221
+ * // Top: "<TableBorderOptions>",
1222
+ * // Bottom: "<TableBorderOptions>",
1223
+ * // },
1224
+ * // },
1225
+ * // },
1226
+ * // CellStyle: "<TableCellStyle>",
1227
+ * // RowFieldNamesStyle: "<TableCellStyle>",
1228
+ * // RowAlternateColorOptions: {
1229
+ * // Status: "ENABLED" || "DISABLED",
1230
+ * // RowAlternateColors: [
1231
+ * // "STRING_VALUE",
1232
+ * // ],
1233
+ * // },
1234
+ * // CollapsedRowDimensionsVisibility: "HIDDEN" || "VISIBLE",
1235
+ * // },
1236
+ * // TotalOptions: { // PivotTableTotalOptions
1237
+ * // RowSubtotalOptions: { // SubtotalOptions
1238
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1239
+ * // CustomLabel: "STRING_VALUE",
1240
+ * // FieldLevel: "ALL" || "CUSTOM" || "LAST",
1241
+ * // FieldLevelOptions: [ // PivotTableFieldSubtotalOptionsList
1242
+ * // { // PivotTableFieldSubtotalOptions
1243
+ * // FieldId: "STRING_VALUE",
1244
+ * // },
1245
+ * // ],
1246
+ * // TotalCellStyle: "<TableCellStyle>",
1247
+ * // ValueCellStyle: "<TableCellStyle>",
1248
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
1249
+ * // },
1250
+ * // ColumnSubtotalOptions: {
1251
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1252
+ * // CustomLabel: "STRING_VALUE",
1253
+ * // FieldLevel: "ALL" || "CUSTOM" || "LAST",
1254
+ * // FieldLevelOptions: [
1255
+ * // {
1256
+ * // FieldId: "STRING_VALUE",
1257
+ * // },
1258
+ * // ],
1259
+ * // TotalCellStyle: "<TableCellStyle>",
1260
+ * // ValueCellStyle: "<TableCellStyle>",
1261
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
1262
+ * // },
1263
+ * // RowTotalOptions: { // PivotTotalOptions
1264
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1265
+ * // Placement: "START" || "END",
1266
+ * // ScrollStatus: "PINNED" || "SCROLLED",
1267
+ * // CustomLabel: "STRING_VALUE",
1268
+ * // TotalCellStyle: "<TableCellStyle>",
1269
+ * // ValueCellStyle: "<TableCellStyle>",
1270
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
1271
+ * // },
1272
+ * // ColumnTotalOptions: {
1273
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1274
+ * // Placement: "START" || "END",
1275
+ * // ScrollStatus: "PINNED" || "SCROLLED",
1276
+ * // CustomLabel: "STRING_VALUE",
1277
+ * // TotalCellStyle: "<TableCellStyle>",
1278
+ * // ValueCellStyle: "<TableCellStyle>",
1279
+ * // MetricHeaderCellStyle: "<TableCellStyle>",
1280
+ * // },
1281
+ * // },
1282
+ * // FieldOptions: { // PivotTableFieldOptions
1283
+ * // SelectedFieldOptions: [ // PivotTableFieldOptionList
1284
+ * // { // PivotTableFieldOption
1285
+ * // FieldId: "STRING_VALUE", // required
1286
+ * // CustomLabel: "STRING_VALUE",
1287
+ * // Visibility: "HIDDEN" || "VISIBLE",
1288
+ * // },
1289
+ * // ],
1290
+ * // DataPathOptions: [ // PivotTableDataPathOptionList
1291
+ * // { // PivotTableDataPathOption
1292
+ * // DataPathList: [ // required
1293
+ * // {
1294
+ * // FieldId: "STRING_VALUE", // required
1295
+ * // FieldValue: "STRING_VALUE", // required
1296
+ * // },
1297
+ * // ],
1298
+ * // Width: "STRING_VALUE",
1299
+ * // },
1300
+ * // ],
1301
+ * // },
1302
+ * // PaginatedReportOptions: { // PivotTablePaginatedReportOptions
1303
+ * // VerticalOverflowVisibility: "HIDDEN" || "VISIBLE",
1304
+ * // OverflowColumnHeaderVisibility: "HIDDEN" || "VISIBLE",
1305
+ * // },
1306
+ * // },
1307
+ * // ConditionalFormatting: { // PivotTableConditionalFormatting
1308
+ * // ConditionalFormattingOptions: [ // PivotTableConditionalFormattingOptionList
1309
+ * // { // PivotTableConditionalFormattingOption
1310
+ * // Cell: { // PivotTableCellConditionalFormatting
1311
+ * // FieldId: "STRING_VALUE", // required
1312
+ * // TextFormat: {
1313
+ * // BackgroundColor: {
1314
+ * // Solid: {
1315
+ * // Expression: "STRING_VALUE", // required
1316
+ * // Color: "STRING_VALUE",
1317
+ * // },
1318
+ * // Gradient: {
1319
+ * // Expression: "STRING_VALUE", // required
1320
+ * // Color: {
1321
+ * // Stops: [
1322
+ * // {
1323
+ * // GradientOffset: Number("double"), // required
1324
+ * // DataValue: Number("double"),
1325
+ * // Color: "STRING_VALUE",
1326
+ * // },
1327
+ * // ],
1328
+ * // },
1329
+ * // },
1330
+ * // },
1331
+ * // TextColor: "<ConditionalFormattingColor>",
1332
+ * // Icon: {
1333
+ * // IconSet: {
1334
+ * // Expression: "STRING_VALUE", // required
1335
+ * // IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
1336
+ * // },
1337
+ * // CustomCondition: {
1338
+ * // Expression: "STRING_VALUE", // required
1339
+ * // IconOptions: {
1340
+ * // Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
1341
+ * // UnicodeIcon: "STRING_VALUE",
1342
+ * // },
1343
+ * // Color: "STRING_VALUE",
1344
+ * // DisplayConfiguration: {
1345
+ * // IconDisplayOption: "ICON_ONLY",
1346
+ * // },
1347
+ * // },
1348
+ * // },
1349
+ * // },
1350
+ * // Scope: { // PivotTableConditionalFormattingScope
1351
+ * // Role: "FIELD" || "FIELD_TOTAL" || "GRAND_TOTAL",
1352
+ * // },
1353
+ * // },
1354
+ * // },
1355
+ * // ],
1356
+ * // },
1357
+ * // Actions: [
1358
+ * // {
1359
+ * // CustomActionId: "STRING_VALUE", // required
1360
+ * // Name: "STRING_VALUE", // required
1361
+ * // Status: "ENABLED" || "DISABLED",
1362
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
1363
+ * // ActionOperations: [ // required
1364
+ * // {
1365
+ * // FilterOperation: {
1366
+ * // SelectedFieldsConfiguration: {
1367
+ * // SelectedFields: [
1368
+ * // "STRING_VALUE",
1369
+ * // ],
1370
+ * // SelectedFieldOptions: "ALL_FIELDS",
1371
+ * // SelectedColumns: [
1372
+ * // "<ColumnIdentifier>",
1373
+ * // ],
1374
+ * // },
1375
+ * // TargetVisualsConfiguration: {
1376
+ * // SameSheetTargetVisualConfiguration: {
1377
+ * // TargetVisuals: [
1378
+ * // "STRING_VALUE",
1379
+ * // ],
1380
+ * // TargetVisualOptions: "ALL_VISUALS",
1381
+ * // },
1382
+ * // },
1383
+ * // },
1384
+ * // NavigationOperation: {
1385
+ * // LocalNavigationConfiguration: {
1386
+ * // TargetSheetId: "STRING_VALUE", // required
1387
+ * // },
1388
+ * // },
1389
+ * // URLOperation: {
1390
+ * // URLTemplate: "STRING_VALUE", // required
1391
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
1392
+ * // },
1393
+ * // SetParametersOperation: {
1394
+ * // ParameterValueConfigurations: [ // required
1395
+ * // {
1396
+ * // DestinationParameterName: "STRING_VALUE", // required
1397
+ * // Value: {
1398
+ * // CustomValuesConfiguration: {
1399
+ * // IncludeNullValue: true || false,
1400
+ * // CustomValues: {
1401
+ * // StringValues: [
1402
+ * // "STRING_VALUE",
1403
+ * // ],
1404
+ * // IntegerValues: [
1405
+ * // Number("long"),
1406
+ * // ],
1407
+ * // DecimalValues: [
1408
+ * // Number("double"),
1409
+ * // ],
1410
+ * // DateTimeValues: [
1411
+ * // new Date("TIMESTAMP"),
1412
+ * // ],
1413
+ * // },
1414
+ * // },
1415
+ * // SelectAllValueOptions: "ALL_VALUES",
1416
+ * // SourceParameterName: "STRING_VALUE",
1417
+ * // SourceField: "STRING_VALUE",
1418
+ * // SourceColumn: "<ColumnIdentifier>",
1419
+ * // },
1420
+ * // },
1421
+ * // ],
1422
+ * // },
1423
+ * // },
1424
+ * // ],
1425
+ * // },
1426
+ * // ],
1427
+ * // },
1428
+ * // BarChartVisual: { // BarChartVisual
1429
+ * // VisualId: "STRING_VALUE", // required
1430
+ * // Title: {
1431
+ * // Visibility: "HIDDEN" || "VISIBLE",
1432
+ * // FormatText: {
1433
+ * // PlainText: "STRING_VALUE",
1434
+ * // RichText: "STRING_VALUE",
1435
+ * // },
1436
+ * // },
1437
+ * // Subtitle: {
1438
+ * // Visibility: "HIDDEN" || "VISIBLE",
1439
+ * // FormatText: {
1440
+ * // PlainText: "STRING_VALUE",
1441
+ * // RichText: "STRING_VALUE",
1442
+ * // },
1443
+ * // },
1444
+ * // ChartConfiguration: { // BarChartConfiguration
1445
+ * // FieldWells: { // BarChartFieldWells
1446
+ * // BarChartAggregatedFieldWells: { // BarChartAggregatedFieldWells
1447
+ * // Category: [
1448
+ * // {
1449
+ * // NumericalDimensionField: {
1450
+ * // FieldId: "STRING_VALUE", // required
1451
+ * // Column: "<ColumnIdentifier>", // required
1452
+ * // HierarchyId: "STRING_VALUE",
1453
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1454
+ * // },
1455
+ * // CategoricalDimensionField: {
1456
+ * // FieldId: "STRING_VALUE", // required
1457
+ * // Column: "<ColumnIdentifier>", // required
1458
+ * // HierarchyId: "STRING_VALUE",
1459
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1460
+ * // },
1461
+ * // DateDimensionField: {
1462
+ * // FieldId: "STRING_VALUE", // required
1463
+ * // Column: "<ColumnIdentifier>", // required
1464
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1465
+ * // HierarchyId: "STRING_VALUE",
1466
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1467
+ * // },
1468
+ * // },
1469
+ * // ],
1470
+ * // Values: [
1471
+ * // {
1472
+ * // NumericalMeasureField: {
1473
+ * // FieldId: "STRING_VALUE", // required
1474
+ * // Column: "<ColumnIdentifier>", // required
1475
+ * // AggregationFunction: {
1476
+ * // SimpleNumericalAggregation: "SUM" || "AVERAGE" || "MIN" || "MAX" || "COUNT" || "DISTINCT_COUNT" || "VAR" || "VARP" || "STDEV" || "STDEVP" || "MEDIAN",
1477
+ * // PercentileAggregation: {
1478
+ * // PercentileValue: Number("double"),
1479
+ * // },
1480
+ * // },
1481
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1482
+ * // },
1483
+ * // CategoricalMeasureField: {
1484
+ * // FieldId: "STRING_VALUE", // required
1485
+ * // Column: "<ColumnIdentifier>", // required
1486
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
1487
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1488
+ * // },
1489
+ * // DateMeasureField: {
1490
+ * // FieldId: "STRING_VALUE", // required
1491
+ * // Column: "<ColumnIdentifier>", // required
1492
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1493
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1494
+ * // },
1495
+ * // CalculatedMeasureField: {
1496
+ * // FieldId: "STRING_VALUE", // required
1497
+ * // Expression: "STRING_VALUE", // required
1498
+ * // },
1499
+ * // },
1500
+ * // ],
1501
+ * // Colors: [
1502
+ * // {
1503
+ * // NumericalDimensionField: {
1504
+ * // FieldId: "STRING_VALUE", // required
1505
+ * // Column: "<ColumnIdentifier>", // required
1506
+ * // HierarchyId: "STRING_VALUE",
1507
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
1508
+ * // },
1509
+ * // CategoricalDimensionField: {
1510
+ * // FieldId: "STRING_VALUE", // required
1511
+ * // Column: "<ColumnIdentifier>", // required
1512
+ * // HierarchyId: "STRING_VALUE",
1513
+ * // FormatConfiguration: "<StringFormatConfiguration>",
1514
+ * // },
1515
+ * // DateDimensionField: {
1516
+ * // FieldId: "STRING_VALUE", // required
1517
+ * // Column: "<ColumnIdentifier>", // required
1518
+ * // DateGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1519
+ * // HierarchyId: "STRING_VALUE",
1520
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
1521
+ * // },
1522
+ * // },
1523
+ * // ],
1524
+ * // SmallMultiples: [ // SmallMultiplesDimensionFieldList
1525
+ * // "<DimensionField>",
1526
+ * // ],
1527
+ * // },
1528
+ * // },
1529
+ * // SortConfiguration: { // BarChartSortConfiguration
1530
+ * // CategorySort: [ // FieldSortOptionsList
1531
+ * // {
1532
+ * // FieldSort: {
1533
+ * // FieldId: "STRING_VALUE", // required
1534
+ * // Direction: "ASC" || "DESC", // required
1535
+ * // },
1536
+ * // ColumnSort: {
1537
+ * // SortBy: "<ColumnIdentifier>", // required
1538
+ * // Direction: "ASC" || "DESC", // required
1539
+ * // AggregationFunction: {
1540
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1541
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1542
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1543
+ * // },
1544
+ * // },
1545
+ * // },
1546
+ * // ],
1547
+ * // CategoryItemsLimit: { // ItemsLimitConfiguration
1548
+ * // ItemsLimit: Number("long"),
1549
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
1550
+ * // },
1551
+ * // ColorSort: [
1552
+ * // {
1553
+ * // FieldSort: {
1554
+ * // FieldId: "STRING_VALUE", // required
1555
+ * // Direction: "ASC" || "DESC", // required
1556
+ * // },
1557
+ * // ColumnSort: {
1558
+ * // SortBy: "<ColumnIdentifier>", // required
1559
+ * // Direction: "ASC" || "DESC", // required
1560
+ * // AggregationFunction: {
1561
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1562
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1563
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1564
+ * // },
1565
+ * // },
1566
+ * // },
1567
+ * // ],
1568
+ * // ColorItemsLimit: {
1569
+ * // ItemsLimit: Number("long"),
1570
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
1571
+ * // },
1572
+ * // SmallMultiplesSort: [
1573
+ * // {
1574
+ * // FieldSort: {
1575
+ * // FieldId: "STRING_VALUE", // required
1576
+ * // Direction: "ASC" || "DESC", // required
1577
+ * // },
1578
+ * // ColumnSort: {
1579
+ * // SortBy: "<ColumnIdentifier>", // required
1580
+ * // Direction: "ASC" || "DESC", // required
1581
+ * // AggregationFunction: {
1582
+ * // NumericalAggregationFunction: "<NumericalAggregationFunction>",
1583
+ * // CategoricalAggregationFunction: "COUNT" || "DISTINCT_COUNT",
1584
+ * // DateAggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
1585
+ * // },
1586
+ * // },
1587
+ * // },
1588
+ * // ],
1589
+ * // SmallMultiplesLimitConfiguration: {
1590
+ * // ItemsLimit: Number("long"),
1591
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
1592
+ * // },
1593
+ * // },
1594
+ * // Orientation: "HORIZONTAL" || "VERTICAL",
1595
+ * // BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
1596
+ * // VisualPalette: { // VisualPalette
1597
+ * // ChartColor: "STRING_VALUE",
1598
+ * // ColorMap: [ // DataPathColorList
1599
+ * // { // DataPathColor
1600
+ * // Element: "<DataPathValue>", // required
1601
+ * // Color: "STRING_VALUE", // required
1602
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
1603
+ * // },
1604
+ * // ],
1605
+ * // },
1606
+ * // SmallMultiplesOptions: { // SmallMultiplesOptions
1607
+ * // MaxVisibleRows: Number("long"),
1608
+ * // MaxVisibleColumns: Number("long"),
1609
+ * // PanelConfiguration: { // PanelConfiguration
1610
+ * // Title: { // PanelTitleOptions
1611
+ * // Visibility: "HIDDEN" || "VISIBLE",
1612
+ * // FontConfiguration: "<FontConfiguration>",
1613
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
1614
+ * // },
1615
+ * // BorderVisibility: "HIDDEN" || "VISIBLE",
1616
+ * // BorderThickness: "STRING_VALUE",
1617
+ * // BorderStyle: "SOLID" || "DASHED" || "DOTTED",
1618
+ * // BorderColor: "STRING_VALUE",
1619
+ * // GutterVisibility: "HIDDEN" || "VISIBLE",
1620
+ * // GutterSpacing: "STRING_VALUE",
1621
+ * // BackgroundVisibility: "HIDDEN" || "VISIBLE",
1622
+ * // BackgroundColor: "STRING_VALUE",
1623
+ * // },
1624
+ * // },
1625
+ * // CategoryAxis: { // AxisDisplayOptions
1626
+ * // TickLabelOptions: { // AxisTickLabelOptions
1627
+ * // LabelOptions: "<LabelOptions>",
1628
+ * // RotationAngle: Number("double"),
1629
+ * // },
1630
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
1631
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
1632
+ * // DataOptions: { // AxisDataOptions
1633
+ * // NumericAxisOptions: { // NumericAxisOptions
1634
+ * // Scale: { // AxisScale
1635
+ * // Linear: { // AxisLinearScale
1636
+ * // StepCount: Number("int"),
1637
+ * // StepSize: Number("double"),
1638
+ * // },
1639
+ * // Logarithmic: { // AxisLogarithmicScale
1640
+ * // Base: Number("double"),
1641
+ * // },
1642
+ * // },
1643
+ * // Range: { // AxisDisplayRange
1644
+ * // MinMax: { // AxisDisplayMinMaxRange
1645
+ * // Minimum: Number("double"),
1646
+ * // Maximum: Number("double"),
1647
+ * // },
1648
+ * // DataDriven: {},
1649
+ * // },
1650
+ * // },
1651
+ * // DateAxisOptions: { // DateAxisOptions
1652
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
1653
+ * // },
1654
+ * // },
1655
+ * // ScrollbarOptions: { // ScrollBarOptions
1656
+ * // Visibility: "HIDDEN" || "VISIBLE",
1657
+ * // VisibleRange: { // VisibleRangeOptions
1658
+ * // PercentRange: { // PercentVisibleRange
1659
+ * // From: Number("double"),
1660
+ * // To: Number("double"),
1661
+ * // },
1662
+ * // },
1663
+ * // },
1664
+ * // AxisOffset: "STRING_VALUE",
1665
+ * // },
1666
+ * // CategoryLabelOptions: { // ChartAxisLabelOptions
1667
+ * // Visibility: "HIDDEN" || "VISIBLE",
1668
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
1669
+ * // AxisLabelOptions: [ // AxisLabelOptionsList
1670
+ * // { // AxisLabelOptions
1671
+ * // FontConfiguration: "<FontConfiguration>",
1672
+ * // CustomLabel: "STRING_VALUE",
1673
+ * // ApplyTo: { // AxisLabelReferenceOptions
1674
+ * // FieldId: "STRING_VALUE", // required
1675
+ * // Column: "<ColumnIdentifier>", // required
1676
+ * // },
1677
+ * // },
1678
+ * // ],
1679
+ * // },
1680
+ * // ValueAxis: {
1681
+ * // TickLabelOptions: {
1682
+ * // LabelOptions: "<LabelOptions>",
1683
+ * // RotationAngle: Number("double"),
1684
+ * // },
1685
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
1686
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
1687
+ * // DataOptions: {
1688
+ * // NumericAxisOptions: {
1689
+ * // Scale: {
1690
+ * // Linear: {
1691
+ * // StepCount: Number("int"),
1692
+ * // StepSize: Number("double"),
1693
+ * // },
1694
+ * // Logarithmic: {
1695
+ * // Base: Number("double"),
1696
+ * // },
1697
+ * // },
1698
+ * // Range: {
1699
+ * // MinMax: {
1700
+ * // Minimum: Number("double"),
1701
+ * // Maximum: Number("double"),
1702
+ * // },
1703
+ * // DataDriven: {},
1704
+ * // },
1705
+ * // },
1706
+ * // DateAxisOptions: {
1707
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
1708
+ * // },
1709
+ * // },
1710
+ * // ScrollbarOptions: {
1711
+ * // Visibility: "HIDDEN" || "VISIBLE",
1712
+ * // VisibleRange: {
1713
+ * // PercentRange: {
1714
+ * // From: Number("double"),
1715
+ * // To: Number("double"),
1716
+ * // },
1717
+ * // },
1718
+ * // },
1719
+ * // AxisOffset: "STRING_VALUE",
1720
+ * // },
1721
+ * // ValueLabelOptions: {
1722
+ * // Visibility: "HIDDEN" || "VISIBLE",
1723
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
1724
+ * // AxisLabelOptions: [
1725
+ * // {
1726
+ * // FontConfiguration: "<FontConfiguration>",
1727
+ * // CustomLabel: "STRING_VALUE",
1728
+ * // ApplyTo: {
1729
+ * // FieldId: "STRING_VALUE", // required
1730
+ * // Column: "<ColumnIdentifier>", // required
1731
+ * // },
1732
+ * // },
1733
+ * // ],
1734
+ * // },
1735
+ * // ColorLabelOptions: {
1736
+ * // Visibility: "HIDDEN" || "VISIBLE",
1737
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
1738
+ * // AxisLabelOptions: [
1739
+ * // {
1740
+ * // FontConfiguration: "<FontConfiguration>",
1741
+ * // CustomLabel: "STRING_VALUE",
1742
+ * // ApplyTo: {
1743
+ * // FieldId: "STRING_VALUE", // required
1744
+ * // Column: "<ColumnIdentifier>", // required
1745
+ * // },
1746
+ * // },
1747
+ * // ],
1748
+ * // },
1749
+ * // Legend: { // LegendOptions
1750
+ * // Visibility: "HIDDEN" || "VISIBLE",
1751
+ * // Title: "<LabelOptions>",
1752
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
1753
+ * // Width: "STRING_VALUE",
1754
+ * // Height: "STRING_VALUE",
1755
+ * // },
1756
+ * // DataLabels: { // DataLabelOptions
1757
+ * // Visibility: "HIDDEN" || "VISIBLE",
1758
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
1759
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
1760
+ * // DataLabelTypes: [ // DataLabelTypes
1761
+ * // { // DataLabelType
1762
+ * // FieldLabelType: { // FieldLabelType
1763
+ * // FieldId: "STRING_VALUE",
1764
+ * // Visibility: "HIDDEN" || "VISIBLE",
1765
+ * // },
1766
+ * // DataPathLabelType: { // DataPathLabelType
1767
+ * // FieldId: "STRING_VALUE",
1768
+ * // FieldValue: "STRING_VALUE",
1769
+ * // Visibility: "HIDDEN" || "VISIBLE",
1770
+ * // },
1771
+ * // RangeEndsLabelType: { // RangeEndsLabelType
1772
+ * // Visibility: "HIDDEN" || "VISIBLE",
1773
+ * // },
1774
+ * // MinimumLabelType: { // MinimumLabelType
1775
+ * // Visibility: "HIDDEN" || "VISIBLE",
1776
+ * // },
1777
+ * // MaximumLabelType: { // MaximumLabelType
1778
+ * // Visibility: "HIDDEN" || "VISIBLE",
1779
+ * // },
1780
+ * // },
1781
+ * // ],
1782
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
1783
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
1784
+ * // LabelFontConfiguration: "<FontConfiguration>",
1785
+ * // LabelColor: "STRING_VALUE",
1786
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
1787
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
1788
+ * // },
1789
+ * // Tooltip: { // TooltipOptions
1790
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
1791
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
1792
+ * // FieldBasedTooltip: { // FieldBasedTooltip
1793
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
1794
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
1795
+ * // TooltipFields: [ // TooltipItemList
1796
+ * // { // TooltipItem
1797
+ * // FieldTooltipItem: { // FieldTooltipItem
1798
+ * // FieldId: "STRING_VALUE", // required
1799
+ * // Label: "STRING_VALUE",
1800
+ * // Visibility: "HIDDEN" || "VISIBLE",
1801
+ * // },
1802
+ * // ColumnTooltipItem: { // ColumnTooltipItem
1803
+ * // Column: "<ColumnIdentifier>", // required
1804
+ * // Label: "STRING_VALUE",
1805
+ * // Visibility: "HIDDEN" || "VISIBLE",
1806
+ * // Aggregation: "<AggregationFunction>",
1807
+ * // },
1808
+ * // },
1809
+ * // ],
1810
+ * // },
1811
+ * // },
1812
+ * // ReferenceLines: [ // ReferenceLineList
1813
+ * // { // ReferenceLine
1814
+ * // Status: "ENABLED" || "DISABLED",
1815
+ * // DataConfiguration: { // ReferenceLineDataConfiguration
1816
+ * // StaticConfiguration: { // ReferenceLineStaticDataConfiguration
1817
+ * // Value: Number("double"), // required
1818
+ * // },
1819
+ * // DynamicConfiguration: { // ReferenceLineDynamicDataConfiguration
1820
+ * // Column: "<ColumnIdentifier>", // required
1821
+ * // MeasureAggregationFunction: "<AggregationFunction>",
1822
+ * // Calculation: "<NumericalAggregationFunction>", // required
1823
+ * // },
1824
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
1825
+ * // },
1826
+ * // StyleConfiguration: { // ReferenceLineStyleConfiguration
1827
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
1828
+ * // Color: "STRING_VALUE",
1829
+ * // },
1830
+ * // LabelConfiguration: { // ReferenceLineLabelConfiguration
1831
+ * // ValueLabelConfiguration: { // ReferenceLineValueLabelConfiguration
1832
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
1833
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
1834
+ * // },
1835
+ * // CustomLabelConfiguration: { // ReferenceLineCustomLabelConfiguration
1836
+ * // CustomLabel: "STRING_VALUE", // required
1837
+ * // },
1838
+ * // FontConfiguration: "<FontConfiguration>",
1839
+ * // FontColor: "STRING_VALUE",
1840
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
1841
+ * // VerticalPosition: "ABOVE" || "BELOW",
1842
+ * // },
1843
+ * // },
1844
+ * // ],
1845
+ * // ContributionAnalysisDefaults: [ // ContributionAnalysisDefaultList
1846
+ * // { // ContributionAnalysisDefault
1847
+ * // MeasureFieldId: "STRING_VALUE", // required
1848
+ * // ContributorDimensions: [ // ContributorDimensionList // required
1849
+ * // "<ColumnIdentifier>",
1850
+ * // ],
1851
+ * // },
1852
+ * // ],
1853
+ * // },
1854
+ * // Actions: [
1855
+ * // {
1856
+ * // CustomActionId: "STRING_VALUE", // required
1857
+ * // Name: "STRING_VALUE", // required
1858
+ * // Status: "ENABLED" || "DISABLED",
1859
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
1860
+ * // ActionOperations: [ // required
1861
+ * // {
1862
+ * // FilterOperation: {
1863
+ * // SelectedFieldsConfiguration: {
1864
+ * // SelectedFields: [
1865
+ * // "STRING_VALUE",
1866
+ * // ],
1867
+ * // SelectedFieldOptions: "ALL_FIELDS",
1868
+ * // SelectedColumns: [
1869
+ * // "<ColumnIdentifier>",
1870
+ * // ],
1871
+ * // },
1872
+ * // TargetVisualsConfiguration: {
1873
+ * // SameSheetTargetVisualConfiguration: {
1874
+ * // TargetVisuals: [
1875
+ * // "STRING_VALUE",
1876
+ * // ],
1877
+ * // TargetVisualOptions: "ALL_VISUALS",
1878
+ * // },
1879
+ * // },
1880
+ * // },
1881
+ * // NavigationOperation: {
1882
+ * // LocalNavigationConfiguration: {
1883
+ * // TargetSheetId: "STRING_VALUE", // required
1884
+ * // },
1885
+ * // },
1886
+ * // URLOperation: {
1887
+ * // URLTemplate: "STRING_VALUE", // required
1888
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
1889
+ * // },
1890
+ * // SetParametersOperation: {
1891
+ * // ParameterValueConfigurations: [ // required
1892
+ * // {
1893
+ * // DestinationParameterName: "STRING_VALUE", // required
1894
+ * // Value: {
1895
+ * // CustomValuesConfiguration: {
1896
+ * // IncludeNullValue: true || false,
1897
+ * // CustomValues: {
1898
+ * // StringValues: [
1899
+ * // "STRING_VALUE",
1900
+ * // ],
1901
+ * // IntegerValues: [
1902
+ * // Number("long"),
1903
+ * // ],
1904
+ * // DecimalValues: [
1905
+ * // Number("double"),
1906
+ * // ],
1907
+ * // DateTimeValues: [
1908
+ * // new Date("TIMESTAMP"),
1909
+ * // ],
1910
+ * // },
1911
+ * // },
1912
+ * // SelectAllValueOptions: "ALL_VALUES",
1913
+ * // SourceParameterName: "STRING_VALUE",
1914
+ * // SourceField: "STRING_VALUE",
1915
+ * // SourceColumn: "<ColumnIdentifier>",
1916
+ * // },
1917
+ * // },
1918
+ * // ],
1919
+ * // },
1920
+ * // },
1921
+ * // ],
1922
+ * // },
1923
+ * // ],
1924
+ * // ColumnHierarchies: [ // ColumnHierarchyList
1925
+ * // { // ColumnHierarchy
1926
+ * // ExplicitHierarchy: { // ExplicitHierarchy
1927
+ * // HierarchyId: "STRING_VALUE", // required
1928
+ * // Columns: [ // ExplicitHierarchyColumnList // required
1929
+ * // "<ColumnIdentifier>",
1930
+ * // ],
1931
+ * // DrillDownFilters: [ // DrillDownFilterList
1932
+ * // { // DrillDownFilter
1933
+ * // NumericEqualityFilter: { // NumericEqualityDrillDownFilter
1934
+ * // Column: "<ColumnIdentifier>", // required
1935
+ * // Value: Number("double"), // required
1936
+ * // },
1937
+ * // CategoryFilter: { // CategoryDrillDownFilter
1938
+ * // Column: "<ColumnIdentifier>", // required
1939
+ * // CategoryValues: [ // CategoryValueList // required
1940
+ * // "STRING_VALUE",
1941
+ * // ],
1942
+ * // },
1943
+ * // TimeRangeFilter: { // TimeRangeDrillDownFilter
1944
+ * // Column: "<ColumnIdentifier>", // required
1945
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
1946
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
1947
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
1948
+ * // },
1949
+ * // },
1950
+ * // ],
1951
+ * // },
1952
+ * // DateTimeHierarchy: { // DateTimeHierarchy
1953
+ * // HierarchyId: "STRING_VALUE", // required
1954
+ * // DrillDownFilters: [
1955
+ * // {
1956
+ * // NumericEqualityFilter: {
1957
+ * // Column: "<ColumnIdentifier>", // required
1958
+ * // Value: Number("double"), // required
1959
+ * // },
1960
+ * // CategoryFilter: {
1961
+ * // Column: "<ColumnIdentifier>", // required
1962
+ * // CategoryValues: [ // required
1963
+ * // "STRING_VALUE",
1964
+ * // ],
1965
+ * // },
1966
+ * // TimeRangeFilter: {
1967
+ * // Column: "<ColumnIdentifier>", // required
1968
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
1969
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
1970
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
1971
+ * // },
1972
+ * // },
1973
+ * // ],
1974
+ * // },
1975
+ * // PredefinedHierarchy: { // PredefinedHierarchy
1976
+ * // HierarchyId: "STRING_VALUE", // required
1977
+ * // Columns: [ // PredefinedHierarchyColumnList // required
1978
+ * // "<ColumnIdentifier>",
1979
+ * // ],
1980
+ * // DrillDownFilters: [
1981
+ * // {
1982
+ * // NumericEqualityFilter: {
1983
+ * // Column: "<ColumnIdentifier>", // required
1984
+ * // Value: Number("double"), // required
1985
+ * // },
1986
+ * // CategoryFilter: {
1987
+ * // Column: "<ColumnIdentifier>", // required
1988
+ * // CategoryValues: [ // required
1989
+ * // "STRING_VALUE",
1990
+ * // ],
1991
+ * // },
1992
+ * // TimeRangeFilter: {
1993
+ * // Column: "<ColumnIdentifier>", // required
1994
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
1995
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
1996
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
1997
+ * // },
1998
+ * // },
1999
+ * // ],
2000
+ * // },
2001
+ * // },
2002
+ * // ],
2003
+ * // },
2004
+ * // KPIVisual: { // KPIVisual
2005
+ * // VisualId: "STRING_VALUE", // required
2006
+ * // Title: {
2007
+ * // Visibility: "HIDDEN" || "VISIBLE",
2008
+ * // FormatText: {
2009
+ * // PlainText: "STRING_VALUE",
2010
+ * // RichText: "STRING_VALUE",
2011
+ * // },
2012
+ * // },
2013
+ * // Subtitle: {
2014
+ * // Visibility: "HIDDEN" || "VISIBLE",
2015
+ * // FormatText: {
2016
+ * // PlainText: "STRING_VALUE",
2017
+ * // RichText: "STRING_VALUE",
2018
+ * // },
2019
+ * // },
2020
+ * // ChartConfiguration: { // KPIConfiguration
2021
+ * // FieldWells: { // KPIFieldWells
2022
+ * // Values: [
2023
+ * // {
2024
+ * // NumericalMeasureField: {
2025
+ * // FieldId: "STRING_VALUE", // required
2026
+ * // Column: "<ColumnIdentifier>", // required
2027
+ * // AggregationFunction: "<NumericalAggregationFunction>",
2028
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
2029
+ * // },
2030
+ * // CategoricalMeasureField: {
2031
+ * // FieldId: "STRING_VALUE", // required
2032
+ * // Column: "<ColumnIdentifier>", // required
2033
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
2034
+ * // FormatConfiguration: "<StringFormatConfiguration>",
2035
+ * // },
2036
+ * // DateMeasureField: {
2037
+ * // FieldId: "STRING_VALUE", // required
2038
+ * // Column: "<ColumnIdentifier>", // required
2039
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
2040
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
2041
+ * // },
2042
+ * // CalculatedMeasureField: {
2043
+ * // FieldId: "STRING_VALUE", // required
2044
+ * // Expression: "STRING_VALUE", // required
2045
+ * // },
2046
+ * // },
2047
+ * // ],
2048
+ * // TargetValues: [
2049
+ * // {
2050
+ * // NumericalMeasureField: {
2051
+ * // FieldId: "STRING_VALUE", // required
2052
+ * // Column: "<ColumnIdentifier>", // required
2053
+ * // AggregationFunction: "<NumericalAggregationFunction>",
2054
+ * // FormatConfiguration: "<NumberFormatConfiguration>",
2055
+ * // },
2056
+ * // CategoricalMeasureField: {
2057
+ * // FieldId: "STRING_VALUE", // required
2058
+ * // Column: "<ColumnIdentifier>", // required
2059
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT",
2060
+ * // FormatConfiguration: "<StringFormatConfiguration>",
2061
+ * // },
2062
+ * // DateMeasureField: {
2063
+ * // FieldId: "STRING_VALUE", // required
2064
+ * // Column: "<ColumnIdentifier>", // required
2065
+ * // AggregationFunction: "COUNT" || "DISTINCT_COUNT" || "MIN" || "MAX",
2066
+ * // FormatConfiguration: "<DateTimeFormatConfiguration>",
2067
+ * // },
2068
+ * // CalculatedMeasureField: {
2069
+ * // FieldId: "STRING_VALUE", // required
2070
+ * // Expression: "STRING_VALUE", // required
2071
+ * // },
2072
+ * // },
2073
+ * // ],
2074
+ * // TrendGroups: [
2075
+ * // "<DimensionField>",
2076
+ * // ],
2077
+ * // },
2078
+ * // SortConfiguration: { // KPISortConfiguration
2079
+ * // TrendGroupSort: [
2080
+ * // {
2081
+ * // FieldSort: "<FieldSort>",
2082
+ * // ColumnSort: "<ColumnSort>",
2083
+ * // },
2084
+ * // ],
2085
+ * // },
2086
+ * // KPIOptions: { // KPIOptions
2087
+ * // ProgressBar: { // ProgressBarOptions
2088
+ * // Visibility: "HIDDEN" || "VISIBLE",
2089
+ * // },
2090
+ * // TrendArrows: { // TrendArrowOptions
2091
+ * // Visibility: "HIDDEN" || "VISIBLE",
2092
+ * // },
2093
+ * // SecondaryValue: { // SecondaryValueOptions
2094
+ * // Visibility: "HIDDEN" || "VISIBLE",
2095
+ * // },
2096
+ * // Comparison: { // ComparisonConfiguration
2097
+ * // ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
2098
+ * // ComparisonFormat: { // ComparisonFormatConfiguration
2099
+ * // NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
2100
+ * // PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
2101
+ * // },
2102
+ * // },
2103
+ * // PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
2104
+ * // PrimaryValueFontConfiguration: "<FontConfiguration>",
2105
+ * // SecondaryValueFontConfiguration: "<FontConfiguration>",
2106
+ * // },
2107
+ * // },
2108
+ * // ConditionalFormatting: { // KPIConditionalFormatting
2109
+ * // ConditionalFormattingOptions: [ // KPIConditionalFormattingOptionList
2110
+ * // { // KPIConditionalFormattingOption
2111
+ * // PrimaryValue: { // KPIPrimaryValueConditionalFormatting
2112
+ * // TextColor: "<ConditionalFormattingColor>",
2113
+ * // Icon: {
2114
+ * // IconSet: {
2115
+ * // Expression: "STRING_VALUE", // required
2116
+ * // IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
2117
+ * // },
2118
+ * // CustomCondition: {
2119
+ * // Expression: "STRING_VALUE", // required
2120
+ * // IconOptions: {
2121
+ * // Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
2122
+ * // UnicodeIcon: "STRING_VALUE",
2123
+ * // },
2124
+ * // Color: "STRING_VALUE",
2125
+ * // DisplayConfiguration: {
2126
+ * // IconDisplayOption: "ICON_ONLY",
2127
+ * // },
2128
+ * // },
2129
+ * // },
2130
+ * // },
2131
+ * // ProgressBar: { // KPIProgressBarConditionalFormatting
2132
+ * // ForegroundColor: "<ConditionalFormattingColor>",
2133
+ * // },
2134
+ * // },
2135
+ * // ],
2136
+ * // },
2137
+ * // Actions: [
2138
+ * // {
2139
+ * // CustomActionId: "STRING_VALUE", // required
2140
+ * // Name: "STRING_VALUE", // required
2141
+ * // Status: "ENABLED" || "DISABLED",
2142
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
2143
+ * // ActionOperations: [ // required
2144
+ * // {
2145
+ * // FilterOperation: {
2146
+ * // SelectedFieldsConfiguration: {
2147
+ * // SelectedFields: [
2148
+ * // "STRING_VALUE",
2149
+ * // ],
2150
+ * // SelectedFieldOptions: "ALL_FIELDS",
2151
+ * // SelectedColumns: [
2152
+ * // "<ColumnIdentifier>",
2153
+ * // ],
2154
+ * // },
2155
+ * // TargetVisualsConfiguration: {
2156
+ * // SameSheetTargetVisualConfiguration: {
2157
+ * // TargetVisuals: [
2158
+ * // "STRING_VALUE",
2159
+ * // ],
2160
+ * // TargetVisualOptions: "ALL_VISUALS",
2161
+ * // },
2162
+ * // },
2163
+ * // },
2164
+ * // NavigationOperation: {
2165
+ * // LocalNavigationConfiguration: {
2166
+ * // TargetSheetId: "STRING_VALUE", // required
2167
+ * // },
2168
+ * // },
2169
+ * // URLOperation: {
2170
+ * // URLTemplate: "STRING_VALUE", // required
2171
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
2172
+ * // },
2173
+ * // SetParametersOperation: {
2174
+ * // ParameterValueConfigurations: [ // required
2175
+ * // {
2176
+ * // DestinationParameterName: "STRING_VALUE", // required
2177
+ * // Value: {
2178
+ * // CustomValuesConfiguration: {
2179
+ * // IncludeNullValue: true || false,
2180
+ * // CustomValues: {
2181
+ * // StringValues: [
2182
+ * // "STRING_VALUE",
2183
+ * // ],
2184
+ * // IntegerValues: [
2185
+ * // Number("long"),
2186
+ * // ],
2187
+ * // DecimalValues: [
2188
+ * // Number("double"),
2189
+ * // ],
2190
+ * // DateTimeValues: [
2191
+ * // new Date("TIMESTAMP"),
2192
+ * // ],
2193
+ * // },
2194
+ * // },
2195
+ * // SelectAllValueOptions: "ALL_VALUES",
2196
+ * // SourceParameterName: "STRING_VALUE",
2197
+ * // SourceField: "STRING_VALUE",
2198
+ * // SourceColumn: "<ColumnIdentifier>",
2199
+ * // },
2200
+ * // },
2201
+ * // ],
2202
+ * // },
2203
+ * // },
2204
+ * // ],
2205
+ * // },
2206
+ * // ],
2207
+ * // ColumnHierarchies: [
2208
+ * // {
2209
+ * // ExplicitHierarchy: {
2210
+ * // HierarchyId: "STRING_VALUE", // required
2211
+ * // Columns: [ // required
2212
+ * // "<ColumnIdentifier>",
2213
+ * // ],
2214
+ * // DrillDownFilters: [
2215
+ * // {
2216
+ * // NumericEqualityFilter: {
2217
+ * // Column: "<ColumnIdentifier>", // required
2218
+ * // Value: Number("double"), // required
2219
+ * // },
2220
+ * // CategoryFilter: {
2221
+ * // Column: "<ColumnIdentifier>", // required
2222
+ * // CategoryValues: [ // required
2223
+ * // "STRING_VALUE",
2224
+ * // ],
2225
+ * // },
2226
+ * // TimeRangeFilter: {
2227
+ * // Column: "<ColumnIdentifier>", // required
2228
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
2229
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
2230
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
2231
+ * // },
2232
+ * // },
2233
+ * // ],
2234
+ * // },
2235
+ * // DateTimeHierarchy: {
2236
+ * // HierarchyId: "STRING_VALUE", // required
2237
+ * // DrillDownFilters: [
2238
+ * // {
2239
+ * // NumericEqualityFilter: {
2240
+ * // Column: "<ColumnIdentifier>", // required
2241
+ * // Value: Number("double"), // required
2242
+ * // },
2243
+ * // CategoryFilter: {
2244
+ * // Column: "<ColumnIdentifier>", // required
2245
+ * // CategoryValues: [ // required
2246
+ * // "STRING_VALUE",
2247
+ * // ],
2248
+ * // },
2249
+ * // TimeRangeFilter: {
2250
+ * // Column: "<ColumnIdentifier>", // required
2251
+ * // RangeMinimum: new Date("TIMESTAMP"), // required
2252
+ * // RangeMaximum: new Date("TIMESTAMP"), // required
2253
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
2254
+ * // },
2255
+ * // },
2256
+ * // ],
2257
+ * // },
2258
+ * // PredefinedHierarchy: {
2259
+ * // HierarchyId: "STRING_VALUE", // required
2260
+ * // Columns: [ // required
2261
+ * // "<ColumnIdentifier>",
2262
+ * // ],
2263
+ * // DrillDownFilters: "<DrillDownFilterList>",
2264
+ * // },
2265
+ * // },
2266
+ * // ],
2267
+ * // },
2268
+ * // PieChartVisual: { // PieChartVisual
2269
+ * // VisualId: "STRING_VALUE", // required
2270
+ * // Title: {
2271
+ * // Visibility: "HIDDEN" || "VISIBLE",
2272
+ * // FormatText: {
2273
+ * // PlainText: "STRING_VALUE",
2274
+ * // RichText: "STRING_VALUE",
2275
+ * // },
2276
+ * // },
2277
+ * // Subtitle: {
2278
+ * // Visibility: "HIDDEN" || "VISIBLE",
2279
+ * // FormatText: {
2280
+ * // PlainText: "STRING_VALUE",
2281
+ * // RichText: "STRING_VALUE",
2282
+ * // },
2283
+ * // },
2284
+ * // ChartConfiguration: { // PieChartConfiguration
2285
+ * // FieldWells: { // PieChartFieldWells
2286
+ * // PieChartAggregatedFieldWells: { // PieChartAggregatedFieldWells
2287
+ * // Category: [
2288
+ * // "<DimensionField>",
2289
+ * // ],
2290
+ * // Values: [
2291
+ * // "<MeasureField>",
2292
+ * // ],
2293
+ * // SmallMultiples: [
2294
+ * // "<DimensionField>",
2295
+ * // ],
2296
+ * // },
2297
+ * // },
2298
+ * // SortConfiguration: { // PieChartSortConfiguration
2299
+ * // CategorySort: [
2300
+ * // "<FieldSortOptions>",
2301
+ * // ],
2302
+ * // CategoryItemsLimit: {
2303
+ * // ItemsLimit: Number("long"),
2304
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
2305
+ * // },
2306
+ * // SmallMultiplesSort: "<FieldSortOptionsList>",
2307
+ * // SmallMultiplesLimitConfiguration: {
2308
+ * // ItemsLimit: Number("long"),
2309
+ * // OtherCategories: "INCLUDE" || "EXCLUDE",
2310
+ * // },
2311
+ * // },
2312
+ * // DonutOptions: { // DonutOptions
2313
+ * // ArcOptions: { // ArcOptions
2314
+ * // ArcThickness: "SMALL" || "MEDIUM" || "LARGE" || "WHOLE",
2315
+ * // },
2316
+ * // DonutCenterOptions: { // DonutCenterOptions
2317
+ * // LabelVisibility: "HIDDEN" || "VISIBLE",
2318
+ * // },
2319
+ * // },
2320
+ * // SmallMultiplesOptions: {
2321
+ * // MaxVisibleRows: Number("long"),
2322
+ * // MaxVisibleColumns: Number("long"),
2323
+ * // PanelConfiguration: {
2324
+ * // Title: {
2325
+ * // Visibility: "HIDDEN" || "VISIBLE",
2326
+ * // FontConfiguration: "<FontConfiguration>",
2327
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
2328
+ * // },
2329
+ * // BorderVisibility: "HIDDEN" || "VISIBLE",
2330
+ * // BorderThickness: "STRING_VALUE",
2331
+ * // BorderStyle: "SOLID" || "DASHED" || "DOTTED",
2332
+ * // BorderColor: "STRING_VALUE",
2333
+ * // GutterVisibility: "HIDDEN" || "VISIBLE",
2334
+ * // GutterSpacing: "STRING_VALUE",
2335
+ * // BackgroundVisibility: "HIDDEN" || "VISIBLE",
2336
+ * // BackgroundColor: "STRING_VALUE",
2337
+ * // },
2338
+ * // },
2339
+ * // CategoryLabelOptions: {
2340
+ * // Visibility: "HIDDEN" || "VISIBLE",
2341
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
2342
+ * // AxisLabelOptions: [
2343
+ * // {
2344
+ * // FontConfiguration: "<FontConfiguration>",
2345
+ * // CustomLabel: "STRING_VALUE",
2346
+ * // ApplyTo: {
2347
+ * // FieldId: "STRING_VALUE", // required
2348
+ * // Column: "<ColumnIdentifier>", // required
2349
+ * // },
2350
+ * // },
2351
+ * // ],
2352
+ * // },
2353
+ * // ValueLabelOptions: {
2354
+ * // Visibility: "HIDDEN" || "VISIBLE",
2355
+ * // SortIconVisibility: "HIDDEN" || "VISIBLE",
2356
+ * // AxisLabelOptions: [
2357
+ * // {
2358
+ * // FontConfiguration: "<FontConfiguration>",
2359
+ * // CustomLabel: "STRING_VALUE",
2360
+ * // ApplyTo: {
2361
+ * // FieldId: "STRING_VALUE", // required
2362
+ * // Column: "<ColumnIdentifier>", // required
2363
+ * // },
2364
+ * // },
2365
+ * // ],
2366
+ * // },
2367
+ * // Legend: {
2368
+ * // Visibility: "HIDDEN" || "VISIBLE",
2369
+ * // Title: "<LabelOptions>",
2370
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
2371
+ * // Width: "STRING_VALUE",
2372
+ * // Height: "STRING_VALUE",
2373
+ * // },
2374
+ * // DataLabels: {
2375
+ * // Visibility: "HIDDEN" || "VISIBLE",
2376
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
2377
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
2378
+ * // DataLabelTypes: [
2379
+ * // {
2380
+ * // FieldLabelType: {
2381
+ * // FieldId: "STRING_VALUE",
2382
+ * // Visibility: "HIDDEN" || "VISIBLE",
2383
+ * // },
2384
+ * // DataPathLabelType: {
2385
+ * // FieldId: "STRING_VALUE",
2386
+ * // FieldValue: "STRING_VALUE",
2387
+ * // Visibility: "HIDDEN" || "VISIBLE",
2388
+ * // },
2389
+ * // RangeEndsLabelType: {
2390
+ * // Visibility: "HIDDEN" || "VISIBLE",
2391
+ * // },
2392
+ * // MinimumLabelType: {
2393
+ * // Visibility: "HIDDEN" || "VISIBLE",
2394
+ * // },
2395
+ * // MaximumLabelType: {
2396
+ * // Visibility: "HIDDEN" || "VISIBLE",
2397
+ * // },
2398
+ * // },
2399
+ * // ],
2400
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
2401
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
2402
+ * // LabelFontConfiguration: "<FontConfiguration>",
2403
+ * // LabelColor: "STRING_VALUE",
2404
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2405
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2406
+ * // },
2407
+ * // Tooltip: {
2408
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
2409
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
2410
+ * // FieldBasedTooltip: {
2411
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
2412
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
2413
+ * // TooltipFields: [
2414
+ * // {
2415
+ * // FieldTooltipItem: {
2416
+ * // FieldId: "STRING_VALUE", // required
2417
+ * // Label: "STRING_VALUE",
2418
+ * // Visibility: "HIDDEN" || "VISIBLE",
2419
+ * // },
2420
+ * // ColumnTooltipItem: {
2421
+ * // Column: "<ColumnIdentifier>", // required
2422
+ * // Label: "STRING_VALUE",
2423
+ * // Visibility: "HIDDEN" || "VISIBLE",
2424
+ * // Aggregation: "<AggregationFunction>",
2425
+ * // },
2426
+ * // },
2427
+ * // ],
2428
+ * // },
2429
+ * // },
2430
+ * // VisualPalette: {
2431
+ * // ChartColor: "STRING_VALUE",
2432
+ * // ColorMap: [
2433
+ * // {
2434
+ * // Element: "<DataPathValue>", // required
2435
+ * // Color: "STRING_VALUE", // required
2436
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
2437
+ * // },
2438
+ * // ],
2439
+ * // },
2440
+ * // ContributionAnalysisDefaults: [
2441
+ * // {
2442
+ * // MeasureFieldId: "STRING_VALUE", // required
2443
+ * // ContributorDimensions: [ // required
2444
+ * // "<ColumnIdentifier>",
2445
+ * // ],
2446
+ * // },
2447
+ * // ],
2448
+ * // },
2449
+ * // Actions: [
2450
+ * // {
2451
+ * // CustomActionId: "STRING_VALUE", // required
2452
+ * // Name: "STRING_VALUE", // required
2453
+ * // Status: "ENABLED" || "DISABLED",
2454
+ * // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
2455
+ * // ActionOperations: [ // required
2456
+ * // {
2457
+ * // FilterOperation: {
2458
+ * // SelectedFieldsConfiguration: {
2459
+ * // SelectedFields: [
2460
+ * // "STRING_VALUE",
2461
+ * // ],
2462
+ * // SelectedFieldOptions: "ALL_FIELDS",
2463
+ * // SelectedColumns: [
2464
+ * // "<ColumnIdentifier>",
2465
+ * // ],
2466
+ * // },
2467
+ * // TargetVisualsConfiguration: {
2468
+ * // SameSheetTargetVisualConfiguration: {
2469
+ * // TargetVisuals: [
2470
+ * // "STRING_VALUE",
2471
+ * // ],
2472
+ * // TargetVisualOptions: "ALL_VISUALS",
2473
+ * // },
2474
+ * // },
2475
+ * // },
2476
+ * // NavigationOperation: {
2477
+ * // LocalNavigationConfiguration: {
2478
+ * // TargetSheetId: "STRING_VALUE", // required
2479
+ * // },
2480
+ * // },
2481
+ * // URLOperation: {
2482
+ * // URLTemplate: "STRING_VALUE", // required
2483
+ * // URLTarget: "NEW_TAB" || "NEW_WINDOW" || "SAME_TAB", // required
2484
+ * // },
2485
+ * // SetParametersOperation: {
2486
+ * // ParameterValueConfigurations: [ // required
2487
+ * // {
2488
+ * // DestinationParameterName: "STRING_VALUE", // required
2489
+ * // Value: {
2490
+ * // CustomValuesConfiguration: {
2491
+ * // IncludeNullValue: true || false,
2492
+ * // CustomValues: {
2493
+ * // StringValues: [
2494
+ * // "STRING_VALUE",
2495
+ * // ],
2496
+ * // IntegerValues: [
2497
+ * // Number("long"),
2498
+ * // ],
2499
+ * // DecimalValues: [
2500
+ * // Number("double"),
2501
+ * // ],
2502
+ * // DateTimeValues: [
2503
+ * // new Date("TIMESTAMP"),
2504
+ * // ],
2505
+ * // },
2506
+ * // },
2507
+ * // SelectAllValueOptions: "ALL_VALUES",
2508
+ * // SourceParameterName: "STRING_VALUE",
2509
+ * // SourceField: "STRING_VALUE",
2510
+ * // SourceColumn: "<ColumnIdentifier>",
2511
+ * // },
2512
+ * // },
2513
+ * // ],
2514
+ * // },
2515
+ * // },
2516
+ * // ],
2517
+ * // },
2518
+ * // ],
2519
+ * // ColumnHierarchies: [
2520
+ * // {
2521
+ * // ExplicitHierarchy: {
2522
+ * // HierarchyId: "STRING_VALUE", // required
2523
+ * // Columns: [ // required
2524
+ * // "<ColumnIdentifier>",
2525
+ * // ],
2526
+ * // DrillDownFilters: "<DrillDownFilterList>",
2527
+ * // },
2528
+ * // DateTimeHierarchy: {
2529
+ * // HierarchyId: "STRING_VALUE", // required
2530
+ * // DrillDownFilters: "<DrillDownFilterList>",
2531
+ * // },
2532
+ * // PredefinedHierarchy: {
2533
+ * // HierarchyId: "STRING_VALUE", // required
2534
+ * // Columns: [ // required
2535
+ * // "<ColumnIdentifier>",
2536
+ * // ],
2537
+ * // DrillDownFilters: "<DrillDownFilterList>",
2538
+ * // },
2539
+ * // },
2540
+ * // ],
2541
+ * // },
2542
+ * // GaugeChartVisual: { // GaugeChartVisual
2543
+ * // VisualId: "STRING_VALUE", // required
2544
+ * // Title: "<VisualTitleLabelOptions>",
2545
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
2546
+ * // ChartConfiguration: { // GaugeChartConfiguration
2547
+ * // FieldWells: { // GaugeChartFieldWells
2548
+ * // Values: "<MeasureFieldList>",
2549
+ * // TargetValues: "<MeasureFieldList>",
2550
+ * // },
2551
+ * // GaugeChartOptions: { // GaugeChartOptions
2552
+ * // PrimaryValueDisplayType: "HIDDEN" || "COMPARISON" || "ACTUAL",
2553
+ * // Comparison: {
2554
+ * // ComparisonMethod: "DIFFERENCE" || "PERCENT_DIFFERENCE" || "PERCENT",
2555
+ * // ComparisonFormat: {
2556
+ * // NumberDisplayFormatConfiguration: "<NumberDisplayFormatConfiguration>",
2557
+ * // PercentageDisplayFormatConfiguration: "<PercentageDisplayFormatConfiguration>",
2558
+ * // },
2559
+ * // },
2560
+ * // ArcAxis: { // ArcAxisConfiguration
2561
+ * // Range: { // ArcAxisDisplayRange
2562
+ * // Min: Number("double"),
2563
+ * // Max: Number("double"),
2564
+ * // },
2565
+ * // ReserveRange: Number("int"),
2566
+ * // },
2567
+ * // Arc: { // ArcConfiguration
2568
+ * // ArcAngle: Number("double"),
2569
+ * // ArcThickness: "SMALL" || "MEDIUM" || "LARGE",
2570
+ * // },
2571
+ * // PrimaryValueFontConfiguration: "<FontConfiguration>",
2572
+ * // },
2573
+ * // DataLabels: {
2574
+ * // Visibility: "HIDDEN" || "VISIBLE",
2575
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
2576
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
2577
+ * // DataLabelTypes: [
2578
+ * // {
2579
+ * // FieldLabelType: {
2580
+ * // FieldId: "STRING_VALUE",
2581
+ * // Visibility: "HIDDEN" || "VISIBLE",
2582
+ * // },
2583
+ * // DataPathLabelType: {
2584
+ * // FieldId: "STRING_VALUE",
2585
+ * // FieldValue: "STRING_VALUE",
2586
+ * // Visibility: "HIDDEN" || "VISIBLE",
2587
+ * // },
2588
+ * // RangeEndsLabelType: {
2589
+ * // Visibility: "HIDDEN" || "VISIBLE",
2590
+ * // },
2591
+ * // MinimumLabelType: {
2592
+ * // Visibility: "HIDDEN" || "VISIBLE",
2593
+ * // },
2594
+ * // MaximumLabelType: {
2595
+ * // Visibility: "HIDDEN" || "VISIBLE",
2596
+ * // },
2597
+ * // },
2598
+ * // ],
2599
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
2600
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
2601
+ * // LabelFontConfiguration: "<FontConfiguration>",
2602
+ * // LabelColor: "STRING_VALUE",
2603
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2604
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2605
+ * // },
2606
+ * // TooltipOptions: {
2607
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
2608
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
2609
+ * // FieldBasedTooltip: {
2610
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
2611
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
2612
+ * // TooltipFields: [
2613
+ * // {
2614
+ * // FieldTooltipItem: {
2615
+ * // FieldId: "STRING_VALUE", // required
2616
+ * // Label: "STRING_VALUE",
2617
+ * // Visibility: "HIDDEN" || "VISIBLE",
2618
+ * // },
2619
+ * // ColumnTooltipItem: {
2620
+ * // Column: "<ColumnIdentifier>", // required
2621
+ * // Label: "STRING_VALUE",
2622
+ * // Visibility: "HIDDEN" || "VISIBLE",
2623
+ * // Aggregation: "<AggregationFunction>",
2624
+ * // },
2625
+ * // },
2626
+ * // ],
2627
+ * // },
2628
+ * // },
2629
+ * // VisualPalette: {
2630
+ * // ChartColor: "STRING_VALUE",
2631
+ * // ColorMap: [
2632
+ * // {
2633
+ * // Element: "<DataPathValue>", // required
2634
+ * // Color: "STRING_VALUE", // required
2635
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
2636
+ * // },
2637
+ * // ],
2638
+ * // },
2639
+ * // },
2640
+ * // ConditionalFormatting: { // GaugeChartConditionalFormatting
2641
+ * // ConditionalFormattingOptions: [ // GaugeChartConditionalFormattingOptionList
2642
+ * // { // GaugeChartConditionalFormattingOption
2643
+ * // PrimaryValue: { // GaugeChartPrimaryValueConditionalFormatting
2644
+ * // TextColor: "<ConditionalFormattingColor>",
2645
+ * // Icon: {
2646
+ * // IconSet: {
2647
+ * // Expression: "STRING_VALUE", // required
2648
+ * // IconSetType: "PLUS_MINUS" || "CHECK_X" || "THREE_COLOR_ARROW" || "THREE_GRAY_ARROW" || "CARET_UP_MINUS_DOWN" || "THREE_SHAPE" || "THREE_CIRCLE" || "FLAGS" || "BARS" || "FOUR_COLOR_ARROW" || "FOUR_GRAY_ARROW",
2649
+ * // },
2650
+ * // CustomCondition: {
2651
+ * // Expression: "STRING_VALUE", // required
2652
+ * // IconOptions: {
2653
+ * // Icon: "CARET_UP" || "CARET_DOWN" || "PLUS" || "MINUS" || "ARROW_UP" || "ARROW_DOWN" || "ARROW_LEFT" || "ARROW_UP_LEFT" || "ARROW_DOWN_LEFT" || "ARROW_RIGHT" || "ARROW_UP_RIGHT" || "ARROW_DOWN_RIGHT" || "FACE_UP" || "FACE_DOWN" || "FACE_FLAT" || "ONE_BAR" || "TWO_BAR" || "THREE_BAR" || "CIRCLE" || "TRIANGLE" || "SQUARE" || "FLAG" || "THUMBS_UP" || "THUMBS_DOWN" || "CHECKMARK" || "X",
2654
+ * // UnicodeIcon: "STRING_VALUE",
2655
+ * // },
2656
+ * // Color: "STRING_VALUE",
2657
+ * // DisplayConfiguration: {
2658
+ * // IconDisplayOption: "ICON_ONLY",
2659
+ * // },
2660
+ * // },
2661
+ * // },
2662
+ * // },
2663
+ * // Arc: { // GaugeChartArcConditionalFormatting
2664
+ * // ForegroundColor: "<ConditionalFormattingColor>",
2665
+ * // },
2666
+ * // },
2667
+ * // ],
2668
+ * // },
2669
+ * // Actions: "<VisualCustomActionList>",
2670
+ * // },
2671
+ * // LineChartVisual: { // LineChartVisual
2672
+ * // VisualId: "STRING_VALUE", // required
2673
+ * // Title: "<VisualTitleLabelOptions>",
2674
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
2675
+ * // ChartConfiguration: { // LineChartConfiguration
2676
+ * // FieldWells: { // LineChartFieldWells
2677
+ * // LineChartAggregatedFieldWells: { // LineChartAggregatedFieldWells
2678
+ * // Category: "<DimensionFieldList>",
2679
+ * // Values: "<MeasureFieldList>",
2680
+ * // Colors: "<DimensionFieldList>",
2681
+ * // SmallMultiples: [
2682
+ * // "<DimensionField>",
2683
+ * // ],
2684
+ * // },
2685
+ * // },
2686
+ * // SortConfiguration: { // LineChartSortConfiguration
2687
+ * // CategorySort: "<FieldSortOptionsList>",
2688
+ * // CategoryItemsLimitConfiguration: "<ItemsLimitConfiguration>",
2689
+ * // ColorItemsLimitConfiguration: "<ItemsLimitConfiguration>",
2690
+ * // SmallMultiplesSort: "<FieldSortOptionsList>",
2691
+ * // SmallMultiplesLimitConfiguration: "<ItemsLimitConfiguration>",
2692
+ * // },
2693
+ * // ForecastConfigurations: [ // ForecastConfigurationList
2694
+ * // { // ForecastConfiguration
2695
+ * // ForecastProperties: { // TimeBasedForecastProperties
2696
+ * // PeriodsForward: Number("int"),
2697
+ * // PeriodsBackward: Number("int"),
2698
+ * // UpperBoundary: Number("double"),
2699
+ * // LowerBoundary: Number("double"),
2700
+ * // PredictionInterval: Number("int"),
2701
+ * // Seasonality: Number("int"),
2702
+ * // },
2703
+ * // Scenario: { // ForecastScenario
2704
+ * // WhatIfPointScenario: { // WhatIfPointScenario
2705
+ * // Date: new Date("TIMESTAMP"), // required
2706
+ * // Value: Number("double"), // required
2707
+ * // },
2708
+ * // WhatIfRangeScenario: { // WhatIfRangeScenario
2709
+ * // StartDate: new Date("TIMESTAMP"), // required
2710
+ * // EndDate: new Date("TIMESTAMP"), // required
2711
+ * // Value: Number("double"), // required
2712
+ * // },
2713
+ * // },
2714
+ * // },
2715
+ * // ],
2716
+ * // Type: "LINE" || "AREA" || "STACKED_AREA",
2717
+ * // SmallMultiplesOptions: {
2718
+ * // MaxVisibleRows: Number("long"),
2719
+ * // MaxVisibleColumns: Number("long"),
2720
+ * // PanelConfiguration: {
2721
+ * // Title: {
2722
+ * // Visibility: "HIDDEN" || "VISIBLE",
2723
+ * // FontConfiguration: "<FontConfiguration>",
2724
+ * // HorizontalTextAlignment: "LEFT" || "CENTER" || "RIGHT" || "AUTO",
2725
+ * // },
2726
+ * // BorderVisibility: "HIDDEN" || "VISIBLE",
2727
+ * // BorderThickness: "STRING_VALUE",
2728
+ * // BorderStyle: "SOLID" || "DASHED" || "DOTTED",
2729
+ * // BorderColor: "STRING_VALUE",
2730
+ * // GutterVisibility: "HIDDEN" || "VISIBLE",
2731
+ * // GutterSpacing: "STRING_VALUE",
2732
+ * // BackgroundVisibility: "HIDDEN" || "VISIBLE",
2733
+ * // BackgroundColor: "STRING_VALUE",
2734
+ * // },
2735
+ * // },
2736
+ * // XAxisDisplayOptions: {
2737
+ * // TickLabelOptions: {
2738
+ * // LabelOptions: "<LabelOptions>",
2739
+ * // RotationAngle: Number("double"),
2740
+ * // },
2741
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
2742
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
2743
+ * // DataOptions: {
2744
+ * // NumericAxisOptions: {
2745
+ * // Scale: {
2746
+ * // Linear: {
2747
+ * // StepCount: Number("int"),
2748
+ * // StepSize: Number("double"),
2749
+ * // },
2750
+ * // Logarithmic: {
2751
+ * // Base: Number("double"),
2752
+ * // },
2753
+ * // },
2754
+ * // Range: {
2755
+ * // MinMax: {
2756
+ * // Minimum: Number("double"),
2757
+ * // Maximum: Number("double"),
2758
+ * // },
2759
+ * // DataDriven: {},
2760
+ * // },
2761
+ * // },
2762
+ * // DateAxisOptions: {
2763
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
2764
+ * // },
2765
+ * // },
2766
+ * // ScrollbarOptions: {
2767
+ * // Visibility: "HIDDEN" || "VISIBLE",
2768
+ * // VisibleRange: {
2769
+ * // PercentRange: {
2770
+ * // From: Number("double"),
2771
+ * // To: Number("double"),
2772
+ * // },
2773
+ * // },
2774
+ * // },
2775
+ * // AxisOffset: "STRING_VALUE",
2776
+ * // },
2777
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
2778
+ * // PrimaryYAxisDisplayOptions: { // LineSeriesAxisDisplayOptions
2779
+ * // AxisOptions: {
2780
+ * // TickLabelOptions: {
2781
+ * // LabelOptions: "<LabelOptions>",
2782
+ * // RotationAngle: Number("double"),
2783
+ * // },
2784
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
2785
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
2786
+ * // DataOptions: {
2787
+ * // NumericAxisOptions: {
2788
+ * // Scale: {
2789
+ * // Linear: {
2790
+ * // StepCount: Number("int"),
2791
+ * // StepSize: Number("double"),
2792
+ * // },
2793
+ * // Logarithmic: {
2794
+ * // Base: Number("double"),
2795
+ * // },
2796
+ * // },
2797
+ * // Range: {
2798
+ * // MinMax: {
2799
+ * // Minimum: Number("double"),
2800
+ * // Maximum: Number("double"),
2801
+ * // },
2802
+ * // DataDriven: {},
2803
+ * // },
2804
+ * // },
2805
+ * // DateAxisOptions: {
2806
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
2807
+ * // },
2808
+ * // },
2809
+ * // ScrollbarOptions: {
2810
+ * // Visibility: "HIDDEN" || "VISIBLE",
2811
+ * // VisibleRange: {
2812
+ * // PercentRange: {
2813
+ * // From: Number("double"),
2814
+ * // To: Number("double"),
2815
+ * // },
2816
+ * // },
2817
+ * // },
2818
+ * // AxisOffset: "STRING_VALUE",
2819
+ * // },
2820
+ * // MissingDataConfigurations: [ // MissingDataConfigurationList
2821
+ * // { // MissingDataConfiguration
2822
+ * // TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
2823
+ * // },
2824
+ * // ],
2825
+ * // },
2826
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
2827
+ * // SecondaryYAxisDisplayOptions: {
2828
+ * // AxisOptions: {
2829
+ * // TickLabelOptions: {
2830
+ * // LabelOptions: "<LabelOptions>",
2831
+ * // RotationAngle: Number("double"),
2832
+ * // },
2833
+ * // AxisLineVisibility: "HIDDEN" || "VISIBLE",
2834
+ * // GridLineVisibility: "HIDDEN" || "VISIBLE",
2835
+ * // DataOptions: {
2836
+ * // NumericAxisOptions: {
2837
+ * // Scale: {
2838
+ * // Linear: {
2839
+ * // StepCount: Number("int"),
2840
+ * // StepSize: Number("double"),
2841
+ * // },
2842
+ * // Logarithmic: {
2843
+ * // Base: Number("double"),
2844
+ * // },
2845
+ * // },
2846
+ * // Range: {
2847
+ * // MinMax: {
2848
+ * // Minimum: Number("double"),
2849
+ * // Maximum: Number("double"),
2850
+ * // },
2851
+ * // DataDriven: {},
2852
+ * // },
2853
+ * // },
2854
+ * // DateAxisOptions: {
2855
+ * // MissingDateVisibility: "HIDDEN" || "VISIBLE",
2856
+ * // },
2857
+ * // },
2858
+ * // ScrollbarOptions: {
2859
+ * // Visibility: "HIDDEN" || "VISIBLE",
2860
+ * // VisibleRange: {
2861
+ * // PercentRange: {
2862
+ * // From: Number("double"),
2863
+ * // To: Number("double"),
2864
+ * // },
2865
+ * // },
2866
+ * // },
2867
+ * // AxisOffset: "STRING_VALUE",
2868
+ * // },
2869
+ * // MissingDataConfigurations: [
2870
+ * // {
2871
+ * // TreatmentOption: "INTERPOLATE" || "SHOW_AS_ZERO" || "SHOW_AS_BLANK",
2872
+ * // },
2873
+ * // ],
2874
+ * // },
2875
+ * // SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
2876
+ * // DefaultSeriesSettings: { // LineChartDefaultSeriesSettings
2877
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
2878
+ * // LineStyleSettings: { // LineChartLineStyleSettings
2879
+ * // LineVisibility: "HIDDEN" || "VISIBLE",
2880
+ * // LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
2881
+ * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
2882
+ * // LineWidth: "STRING_VALUE",
2883
+ * // },
2884
+ * // MarkerStyleSettings: { // LineChartMarkerStyleSettings
2885
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
2886
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
2887
+ * // MarkerSize: "STRING_VALUE",
2888
+ * // MarkerColor: "STRING_VALUE",
2889
+ * // },
2890
+ * // },
2891
+ * // Series: [ // SeriesItemList
2892
+ * // { // SeriesItem
2893
+ * // FieldSeriesItem: { // FieldSeriesItem
2894
+ * // FieldId: "STRING_VALUE", // required
2895
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
2896
+ * // Settings: { // LineChartSeriesSettings
2897
+ * // LineStyleSettings: {
2898
+ * // LineVisibility: "HIDDEN" || "VISIBLE",
2899
+ * // LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
2900
+ * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
2901
+ * // LineWidth: "STRING_VALUE",
2902
+ * // },
2903
+ * // MarkerStyleSettings: {
2904
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
2905
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
2906
+ * // MarkerSize: "STRING_VALUE",
2907
+ * // MarkerColor: "STRING_VALUE",
2908
+ * // },
2909
+ * // },
2910
+ * // },
2911
+ * // DataFieldSeriesItem: { // DataFieldSeriesItem
2912
+ * // FieldId: "STRING_VALUE", // required
2913
+ * // FieldValue: "STRING_VALUE",
2914
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS", // required
2915
+ * // Settings: {
2916
+ * // LineStyleSettings: {
2917
+ * // LineVisibility: "HIDDEN" || "VISIBLE",
2918
+ * // LineInterpolation: "LINEAR" || "SMOOTH" || "STEPPED",
2919
+ * // LineStyle: "SOLID" || "DOTTED" || "DASHED",
2920
+ * // LineWidth: "STRING_VALUE",
2921
+ * // },
2922
+ * // MarkerStyleSettings: {
2923
+ * // MarkerVisibility: "HIDDEN" || "VISIBLE",
2924
+ * // MarkerShape: "CIRCLE" || "TRIANGLE" || "SQUARE" || "DIAMOND" || "ROUNDED_SQUARE",
2925
+ * // MarkerSize: "STRING_VALUE",
2926
+ * // MarkerColor: "STRING_VALUE",
2927
+ * // },
2928
+ * // },
2929
+ * // },
2930
+ * // },
2931
+ * // ],
2932
+ * // Legend: {
2933
+ * // Visibility: "HIDDEN" || "VISIBLE",
2934
+ * // Title: "<LabelOptions>",
2935
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
2936
+ * // Width: "STRING_VALUE",
2937
+ * // Height: "STRING_VALUE",
2938
+ * // },
2939
+ * // DataLabels: {
2940
+ * // Visibility: "HIDDEN" || "VISIBLE",
2941
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
2942
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
2943
+ * // DataLabelTypes: [
2944
+ * // {
2945
+ * // FieldLabelType: {
2946
+ * // FieldId: "STRING_VALUE",
2947
+ * // Visibility: "HIDDEN" || "VISIBLE",
2948
+ * // },
2949
+ * // DataPathLabelType: {
2950
+ * // FieldId: "STRING_VALUE",
2951
+ * // FieldValue: "STRING_VALUE",
2952
+ * // Visibility: "HIDDEN" || "VISIBLE",
2953
+ * // },
2954
+ * // RangeEndsLabelType: {
2955
+ * // Visibility: "HIDDEN" || "VISIBLE",
2956
+ * // },
2957
+ * // MinimumLabelType: {
2958
+ * // Visibility: "HIDDEN" || "VISIBLE",
2959
+ * // },
2960
+ * // MaximumLabelType: {
2961
+ * // Visibility: "HIDDEN" || "VISIBLE",
2962
+ * // },
2963
+ * // },
2964
+ * // ],
2965
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
2966
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
2967
+ * // LabelFontConfiguration: "<FontConfiguration>",
2968
+ * // LabelColor: "STRING_VALUE",
2969
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
2970
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
2971
+ * // },
2972
+ * // ReferenceLines: [
2973
+ * // {
2974
+ * // Status: "ENABLED" || "DISABLED",
2975
+ * // DataConfiguration: {
2976
+ * // StaticConfiguration: {
2977
+ * // Value: Number("double"), // required
2978
+ * // },
2979
+ * // DynamicConfiguration: {
2980
+ * // Column: "<ColumnIdentifier>", // required
2981
+ * // MeasureAggregationFunction: "<AggregationFunction>",
2982
+ * // Calculation: "<NumericalAggregationFunction>", // required
2983
+ * // },
2984
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
2985
+ * // },
2986
+ * // StyleConfiguration: {
2987
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
2988
+ * // Color: "STRING_VALUE",
2989
+ * // },
2990
+ * // LabelConfiguration: {
2991
+ * // ValueLabelConfiguration: {
2992
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
2993
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
2994
+ * // },
2995
+ * // CustomLabelConfiguration: {
2996
+ * // CustomLabel: "STRING_VALUE", // required
2997
+ * // },
2998
+ * // FontConfiguration: "<FontConfiguration>",
2999
+ * // FontColor: "STRING_VALUE",
3000
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
3001
+ * // VerticalPosition: "ABOVE" || "BELOW",
3002
+ * // },
3003
+ * // },
3004
+ * // ],
3005
+ * // Tooltip: {
3006
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
3007
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
3008
+ * // FieldBasedTooltip: {
3009
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
3010
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3011
+ * // TooltipFields: [
3012
+ * // {
3013
+ * // FieldTooltipItem: {
3014
+ * // FieldId: "STRING_VALUE", // required
3015
+ * // Label: "STRING_VALUE",
3016
+ * // Visibility: "HIDDEN" || "VISIBLE",
3017
+ * // },
3018
+ * // ColumnTooltipItem: {
3019
+ * // Column: "<ColumnIdentifier>", // required
3020
+ * // Label: "STRING_VALUE",
3021
+ * // Visibility: "HIDDEN" || "VISIBLE",
3022
+ * // Aggregation: "<AggregationFunction>",
3023
+ * // },
3024
+ * // },
3025
+ * // ],
3026
+ * // },
3027
+ * // },
3028
+ * // ContributionAnalysisDefaults: [
3029
+ * // {
3030
+ * // MeasureFieldId: "STRING_VALUE", // required
3031
+ * // ContributorDimensions: [ // required
3032
+ * // "<ColumnIdentifier>",
3033
+ * // ],
3034
+ * // },
3035
+ * // ],
3036
+ * // VisualPalette: {
3037
+ * // ChartColor: "STRING_VALUE",
3038
+ * // ColorMap: [
3039
+ * // {
3040
+ * // Element: "<DataPathValue>", // required
3041
+ * // Color: "STRING_VALUE", // required
3042
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3043
+ * // },
3044
+ * // ],
3045
+ * // },
3046
+ * // },
3047
+ * // Actions: "<VisualCustomActionList>",
3048
+ * // ColumnHierarchies: [
3049
+ * // {
3050
+ * // ExplicitHierarchy: {
3051
+ * // HierarchyId: "STRING_VALUE", // required
3052
+ * // Columns: [ // required
3053
+ * // "<ColumnIdentifier>",
3054
+ * // ],
3055
+ * // DrillDownFilters: "<DrillDownFilterList>",
3056
+ * // },
3057
+ * // DateTimeHierarchy: {
3058
+ * // HierarchyId: "STRING_VALUE", // required
3059
+ * // DrillDownFilters: "<DrillDownFilterList>",
3060
+ * // },
3061
+ * // PredefinedHierarchy: {
3062
+ * // HierarchyId: "STRING_VALUE", // required
3063
+ * // Columns: [ // required
3064
+ * // "<ColumnIdentifier>",
3065
+ * // ],
3066
+ * // DrillDownFilters: "<DrillDownFilterList>",
3067
+ * // },
3068
+ * // },
3069
+ * // ],
3070
+ * // },
3071
+ * // HeatMapVisual: { // HeatMapVisual
3072
+ * // VisualId: "STRING_VALUE", // required
3073
+ * // Title: "<VisualTitleLabelOptions>",
3074
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3075
+ * // ChartConfiguration: { // HeatMapConfiguration
3076
+ * // FieldWells: { // HeatMapFieldWells
3077
+ * // HeatMapAggregatedFieldWells: { // HeatMapAggregatedFieldWells
3078
+ * // Rows: [ // HeatMapDimensionFieldList
3079
+ * // "<DimensionField>",
3080
+ * // ],
3081
+ * // Columns: [
3082
+ * // "<DimensionField>",
3083
+ * // ],
3084
+ * // Values: [ // HeatMapMeasureFieldList
3085
+ * // "<MeasureField>",
3086
+ * // ],
3087
+ * // },
3088
+ * // },
3089
+ * // SortConfiguration: { // HeatMapSortConfiguration
3090
+ * // HeatMapRowSort: "<FieldSortOptionsList>",
3091
+ * // HeatMapColumnSort: "<FieldSortOptionsList>",
3092
+ * // HeatMapRowItemsLimitConfiguration: "<ItemsLimitConfiguration>",
3093
+ * // HeatMapColumnItemsLimitConfiguration: "<ItemsLimitConfiguration>",
3094
+ * // },
3095
+ * // RowLabelOptions: "<ChartAxisLabelOptions>",
3096
+ * // ColumnLabelOptions: "<ChartAxisLabelOptions>",
3097
+ * // ColorScale: { // ColorScale
3098
+ * // Colors: [ // ColorScaleColorList // required
3099
+ * // { // DataColor
3100
+ * // Color: "STRING_VALUE",
3101
+ * // DataValue: Number("double"),
3102
+ * // },
3103
+ * // ],
3104
+ * // ColorFillType: "DISCRETE" || "GRADIENT", // required
3105
+ * // NullValueColor: {
3106
+ * // Color: "STRING_VALUE",
3107
+ * // DataValue: Number("double"),
3108
+ * // },
3109
+ * // },
3110
+ * // Legend: {
3111
+ * // Visibility: "HIDDEN" || "VISIBLE",
3112
+ * // Title: "<LabelOptions>",
3113
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
3114
+ * // Width: "STRING_VALUE",
3115
+ * // Height: "STRING_VALUE",
3116
+ * // },
3117
+ * // DataLabels: {
3118
+ * // Visibility: "HIDDEN" || "VISIBLE",
3119
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
3120
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
3121
+ * // DataLabelTypes: [
3122
+ * // {
3123
+ * // FieldLabelType: {
3124
+ * // FieldId: "STRING_VALUE",
3125
+ * // Visibility: "HIDDEN" || "VISIBLE",
3126
+ * // },
3127
+ * // DataPathLabelType: {
3128
+ * // FieldId: "STRING_VALUE",
3129
+ * // FieldValue: "STRING_VALUE",
3130
+ * // Visibility: "HIDDEN" || "VISIBLE",
3131
+ * // },
3132
+ * // RangeEndsLabelType: {
3133
+ * // Visibility: "HIDDEN" || "VISIBLE",
3134
+ * // },
3135
+ * // MinimumLabelType: {
3136
+ * // Visibility: "HIDDEN" || "VISIBLE",
3137
+ * // },
3138
+ * // MaximumLabelType: {
3139
+ * // Visibility: "HIDDEN" || "VISIBLE",
3140
+ * // },
3141
+ * // },
3142
+ * // ],
3143
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
3144
+ * // LabelContent: "VALUE" || "PERCENT" || "VALUE_AND_PERCENT",
3145
+ * // LabelFontConfiguration: "<FontConfiguration>",
3146
+ * // LabelColor: "STRING_VALUE",
3147
+ * // Overlap: "DISABLE_OVERLAP" || "ENABLE_OVERLAP",
3148
+ * // TotalsVisibility: "HIDDEN" || "VISIBLE",
3149
+ * // },
3150
+ * // Tooltip: {
3151
+ * // TooltipVisibility: "HIDDEN" || "VISIBLE",
3152
+ * // SelectedTooltipType: "BASIC" || "DETAILED",
3153
+ * // FieldBasedTooltip: {
3154
+ * // AggregationVisibility: "HIDDEN" || "VISIBLE",
3155
+ * // TooltipTitleType: "NONE" || "PRIMARY_VALUE",
3156
+ * // TooltipFields: [
3157
+ * // {
3158
+ * // FieldTooltipItem: {
3159
+ * // FieldId: "STRING_VALUE", // required
3160
+ * // Label: "STRING_VALUE",
3161
+ * // Visibility: "HIDDEN" || "VISIBLE",
3162
+ * // },
3163
+ * // ColumnTooltipItem: {
3164
+ * // Column: "<ColumnIdentifier>", // required
3165
+ * // Label: "STRING_VALUE",
3166
+ * // Visibility: "HIDDEN" || "VISIBLE",
3167
+ * // Aggregation: "<AggregationFunction>",
3168
+ * // },
3169
+ * // },
3170
+ * // ],
3171
+ * // },
3172
+ * // },
3173
+ * // },
3174
+ * // ColumnHierarchies: [
3175
+ * // {
3176
+ * // ExplicitHierarchy: {
3177
+ * // HierarchyId: "STRING_VALUE", // required
3178
+ * // Columns: [ // required
3179
+ * // "<ColumnIdentifier>",
3180
+ * // ],
3181
+ * // DrillDownFilters: "<DrillDownFilterList>",
3182
+ * // },
3183
+ * // DateTimeHierarchy: {
3184
+ * // HierarchyId: "STRING_VALUE", // required
3185
+ * // DrillDownFilters: "<DrillDownFilterList>",
3186
+ * // },
3187
+ * // PredefinedHierarchy: {
3188
+ * // HierarchyId: "STRING_VALUE", // required
3189
+ * // Columns: [ // required
3190
+ * // "<ColumnIdentifier>",
3191
+ * // ],
3192
+ * // DrillDownFilters: "<DrillDownFilterList>",
3193
+ * // },
3194
+ * // },
3195
+ * // ],
3196
+ * // Actions: "<VisualCustomActionList>",
3197
+ * // },
3198
+ * // TreeMapVisual: { // TreeMapVisual
3199
+ * // VisualId: "STRING_VALUE", // required
3200
+ * // Title: "<VisualTitleLabelOptions>",
3201
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3202
+ * // ChartConfiguration: { // TreeMapConfiguration
3203
+ * // FieldWells: { // TreeMapFieldWells
3204
+ * // TreeMapAggregatedFieldWells: { // TreeMapAggregatedFieldWells
3205
+ * // Groups: [ // TreeMapDimensionFieldList
3206
+ * // "<DimensionField>",
3207
+ * // ],
3208
+ * // Sizes: [ // TreeMapMeasureFieldList
3209
+ * // "<MeasureField>",
3210
+ * // ],
3211
+ * // Colors: [
3212
+ * // "<MeasureField>",
3213
+ * // ],
3214
+ * // },
3215
+ * // },
3216
+ * // SortConfiguration: { // TreeMapSortConfiguration
3217
+ * // TreeMapSort: "<FieldSortOptionsList>",
3218
+ * // TreeMapGroupItemsLimitConfiguration: "<ItemsLimitConfiguration>",
3219
+ * // },
3220
+ * // GroupLabelOptions: "<ChartAxisLabelOptions>",
3221
+ * // SizeLabelOptions: "<ChartAxisLabelOptions>",
3222
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
3223
+ * // ColorScale: {
3224
+ * // Colors: [ // required
3225
+ * // {
3226
+ * // Color: "STRING_VALUE",
3227
+ * // DataValue: Number("double"),
3228
+ * // },
3229
+ * // ],
3230
+ * // ColorFillType: "DISCRETE" || "GRADIENT", // required
3231
+ * // NullValueColor: {
3232
+ * // Color: "STRING_VALUE",
3233
+ * // DataValue: Number("double"),
3234
+ * // },
3235
+ * // },
3236
+ * // Legend: {
3237
+ * // Visibility: "HIDDEN" || "VISIBLE",
3238
+ * // Title: "<LabelOptions>",
3239
+ * // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
3240
+ * // Width: "STRING_VALUE",
3241
+ * // Height: "STRING_VALUE",
3242
+ * // },
3243
+ * // DataLabels: "<DataLabelOptions>",
3244
+ * // Tooltip: "<TooltipOptions>",
3245
+ * // },
3246
+ * // Actions: "<VisualCustomActionList>",
3247
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3248
+ * // },
3249
+ * // GeospatialMapVisual: { // GeospatialMapVisual
3250
+ * // VisualId: "STRING_VALUE", // required
3251
+ * // Title: "<VisualTitleLabelOptions>",
3252
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3253
+ * // ChartConfiguration: { // GeospatialMapConfiguration
3254
+ * // FieldWells: { // GeospatialMapFieldWells
3255
+ * // GeospatialMapAggregatedFieldWells: { // GeospatialMapAggregatedFieldWells
3256
+ * // Geospatial: "<DimensionFieldList>",
3257
+ * // Values: "<MeasureFieldList>",
3258
+ * // Colors: "<DimensionFieldList>",
3259
+ * // },
3260
+ * // },
3261
+ * // Legend: "<LegendOptions>",
3262
+ * // Tooltip: "<TooltipOptions>",
3263
+ * // WindowOptions: { // GeospatialWindowOptions
3264
+ * // Bounds: { // GeospatialCoordinateBounds
3265
+ * // North: Number("double"), // required
3266
+ * // South: Number("double"), // required
3267
+ * // West: Number("double"), // required
3268
+ * // East: Number("double"), // required
3269
+ * // },
3270
+ * // MapZoomMode: "AUTO" || "MANUAL",
3271
+ * // },
3272
+ * // MapStyleOptions: { // GeospatialMapStyleOptions
3273
+ * // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
3274
+ * // },
3275
+ * // PointStyleOptions: { // GeospatialPointStyleOptions
3276
+ * // SelectedPointStyle: "POINT" || "CLUSTER",
3277
+ * // ClusterMarkerConfiguration: { // ClusterMarkerConfiguration
3278
+ * // ClusterMarker: { // ClusterMarker
3279
+ * // SimpleClusterMarker: { // SimpleClusterMarker
3280
+ * // Color: "STRING_VALUE",
3281
+ * // },
3282
+ * // },
3283
+ * // },
3284
+ * // },
3285
+ * // VisualPalette: {
3286
+ * // ChartColor: "STRING_VALUE",
3287
+ * // ColorMap: [
3288
+ * // {
3289
+ * // Element: "<DataPathValue>", // required
3290
+ * // Color: "STRING_VALUE", // required
3291
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3292
+ * // },
3293
+ * // ],
3294
+ * // },
3295
+ * // },
3296
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3297
+ * // Actions: "<VisualCustomActionList>",
3298
+ * // },
3299
+ * // FilledMapVisual: { // FilledMapVisual
3300
+ * // VisualId: "STRING_VALUE", // required
3301
+ * // Title: "<VisualTitleLabelOptions>",
3302
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3303
+ * // ChartConfiguration: { // FilledMapConfiguration
3304
+ * // FieldWells: { // FilledMapFieldWells
3305
+ * // FilledMapAggregatedFieldWells: { // FilledMapAggregatedFieldWells
3306
+ * // Geospatial: [ // FilledMapDimensionFieldList
3307
+ * // "<DimensionField>",
3308
+ * // ],
3309
+ * // Values: [ // FilledMapMeasureFieldList
3310
+ * // "<MeasureField>",
3311
+ * // ],
3312
+ * // },
3313
+ * // },
3314
+ * // SortConfiguration: { // FilledMapSortConfiguration
3315
+ * // CategorySort: "<FieldSortOptionsList>",
3316
+ * // },
3317
+ * // Legend: "<LegendOptions>",
3318
+ * // Tooltip: "<TooltipOptions>",
3319
+ * // WindowOptions: {
3320
+ * // Bounds: {
3321
+ * // North: Number("double"), // required
3322
+ * // South: Number("double"), // required
3323
+ * // West: Number("double"), // required
3324
+ * // East: Number("double"), // required
3325
+ * // },
3326
+ * // MapZoomMode: "AUTO" || "MANUAL",
3327
+ * // },
3328
+ * // MapStyleOptions: {
3329
+ * // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
3330
+ * // },
3331
+ * // },
3332
+ * // ConditionalFormatting: { // FilledMapConditionalFormatting
3333
+ * // ConditionalFormattingOptions: [ // FilledMapConditionalFormattingOptionList // required
3334
+ * // { // FilledMapConditionalFormattingOption
3335
+ * // Shape: { // FilledMapShapeConditionalFormatting
3336
+ * // FieldId: "STRING_VALUE", // required
3337
+ * // Format: { // ShapeConditionalFormat
3338
+ * // BackgroundColor: "<ConditionalFormattingColor>", // required
3339
+ * // },
3340
+ * // },
3341
+ * // },
3342
+ * // ],
3343
+ * // },
3344
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3345
+ * // Actions: "<VisualCustomActionList>",
3346
+ * // },
3347
+ * // FunnelChartVisual: { // FunnelChartVisual
3348
+ * // VisualId: "STRING_VALUE", // required
3349
+ * // Title: "<VisualTitleLabelOptions>",
3350
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3351
+ * // ChartConfiguration: { // FunnelChartConfiguration
3352
+ * // FieldWells: { // FunnelChartFieldWells
3353
+ * // FunnelChartAggregatedFieldWells: { // FunnelChartAggregatedFieldWells
3354
+ * // Category: [ // FunnelChartDimensionFieldList
3355
+ * // "<DimensionField>",
3356
+ * // ],
3357
+ * // Values: [ // FunnelChartMeasureFieldList
3358
+ * // "<MeasureField>",
3359
+ * // ],
3360
+ * // },
3361
+ * // },
3362
+ * // SortConfiguration: { // FunnelChartSortConfiguration
3363
+ * // CategorySort: "<FieldSortOptionsList>",
3364
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
3365
+ * // },
3366
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3367
+ * // ValueLabelOptions: "<ChartAxisLabelOptions>",
3368
+ * // Tooltip: "<TooltipOptions>",
3369
+ * // DataLabelOptions: { // FunnelChartDataLabelOptions
3370
+ * // Visibility: "HIDDEN" || "VISIBLE",
3371
+ * // CategoryLabelVisibility: "HIDDEN" || "VISIBLE",
3372
+ * // MeasureLabelVisibility: "HIDDEN" || "VISIBLE",
3373
+ * // Position: "INSIDE" || "OUTSIDE" || "LEFT" || "TOP" || "BOTTOM" || "RIGHT",
3374
+ * // LabelFontConfiguration: "<FontConfiguration>",
3375
+ * // LabelColor: "STRING_VALUE",
3376
+ * // MeasureDataLabelStyle: "VALUE_ONLY" || "PERCENTAGE_BY_FIRST_STAGE" || "PERCENTAGE_BY_PREVIOUS_STAGE" || "VALUE_AND_PERCENTAGE_BY_FIRST_STAGE" || "VALUE_AND_PERCENTAGE_BY_PREVIOUS_STAGE",
3377
+ * // },
3378
+ * // VisualPalette: "<VisualPalette>",
3379
+ * // },
3380
+ * // Actions: "<VisualCustomActionList>",
3381
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3382
+ * // },
3383
+ * // ScatterPlotVisual: { // ScatterPlotVisual
3384
+ * // VisualId: "STRING_VALUE", // required
3385
+ * // Title: "<VisualTitleLabelOptions>",
3386
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3387
+ * // ChartConfiguration: { // ScatterPlotConfiguration
3388
+ * // FieldWells: { // ScatterPlotFieldWells
3389
+ * // ScatterPlotCategoricallyAggregatedFieldWells: { // ScatterPlotCategoricallyAggregatedFieldWells
3390
+ * // XAxis: "<MeasureFieldList>",
3391
+ * // YAxis: "<MeasureFieldList>",
3392
+ * // Category: "<DimensionFieldList>",
3393
+ * // Size: "<MeasureFieldList>",
3394
+ * // Label: "<DimensionFieldList>",
3395
+ * // },
3396
+ * // ScatterPlotUnaggregatedFieldWells: { // ScatterPlotUnaggregatedFieldWells
3397
+ * // XAxis: "<DimensionFieldList>",
3398
+ * // YAxis: "<DimensionFieldList>",
3399
+ * // Size: "<MeasureFieldList>",
3400
+ * // Category: "<DimensionFieldList>",
3401
+ * // Label: "<DimensionFieldList>",
3402
+ * // },
3403
+ * // },
3404
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
3405
+ * // XAxisDisplayOptions: "<AxisDisplayOptions>",
3406
+ * // YAxisLabelOptions: "<ChartAxisLabelOptions>",
3407
+ * // YAxisDisplayOptions: "<AxisDisplayOptions>",
3408
+ * // Legend: "<LegendOptions>",
3409
+ * // DataLabels: "<DataLabelOptions>",
3410
+ * // Tooltip: "<TooltipOptions>",
3411
+ * // VisualPalette: "<VisualPalette>",
3412
+ * // },
3413
+ * // Actions: "<VisualCustomActionList>",
3414
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3415
+ * // },
3416
+ * // ComboChartVisual: { // ComboChartVisual
3417
+ * // VisualId: "STRING_VALUE", // required
3418
+ * // Title: "<VisualTitleLabelOptions>",
3419
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3420
+ * // ChartConfiguration: { // ComboChartConfiguration
3421
+ * // FieldWells: { // ComboChartFieldWells
3422
+ * // ComboChartAggregatedFieldWells: { // ComboChartAggregatedFieldWells
3423
+ * // Category: "<DimensionFieldList>",
3424
+ * // BarValues: "<MeasureFieldList>",
3425
+ * // Colors: "<DimensionFieldList>",
3426
+ * // LineValues: "<MeasureFieldList>",
3427
+ * // },
3428
+ * // },
3429
+ * // SortConfiguration: { // ComboChartSortConfiguration
3430
+ * // CategorySort: "<FieldSortOptionsList>",
3431
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
3432
+ * // ColorSort: "<FieldSortOptionsList>",
3433
+ * // ColorItemsLimit: "<ItemsLimitConfiguration>",
3434
+ * // },
3435
+ * // BarsArrangement: "CLUSTERED" || "STACKED" || "STACKED_PERCENT",
3436
+ * // CategoryAxis: "<AxisDisplayOptions>",
3437
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3438
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
3439
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
3440
+ * // SecondaryYAxisDisplayOptions: "<AxisDisplayOptions>",
3441
+ * // SecondaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
3442
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
3443
+ * // Legend: "<LegendOptions>",
3444
+ * // BarDataLabels: "<DataLabelOptions>",
3445
+ * // LineDataLabels: "<DataLabelOptions>",
3446
+ * // Tooltip: "<TooltipOptions>",
3447
+ * // ReferenceLines: [
3448
+ * // {
3449
+ * // Status: "ENABLED" || "DISABLED",
3450
+ * // DataConfiguration: {
3451
+ * // StaticConfiguration: {
3452
+ * // Value: Number("double"), // required
3453
+ * // },
3454
+ * // DynamicConfiguration: {
3455
+ * // Column: "<ColumnIdentifier>", // required
3456
+ * // MeasureAggregationFunction: "<AggregationFunction>",
3457
+ * // Calculation: "<NumericalAggregationFunction>", // required
3458
+ * // },
3459
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3460
+ * // },
3461
+ * // StyleConfiguration: {
3462
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
3463
+ * // Color: "STRING_VALUE",
3464
+ * // },
3465
+ * // LabelConfiguration: {
3466
+ * // ValueLabelConfiguration: {
3467
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
3468
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
3469
+ * // },
3470
+ * // CustomLabelConfiguration: {
3471
+ * // CustomLabel: "STRING_VALUE", // required
3472
+ * // },
3473
+ * // FontConfiguration: "<FontConfiguration>",
3474
+ * // FontColor: "STRING_VALUE",
3475
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
3476
+ * // VerticalPosition: "ABOVE" || "BELOW",
3477
+ * // },
3478
+ * // },
3479
+ * // ],
3480
+ * // VisualPalette: "<VisualPalette>",
3481
+ * // },
3482
+ * // Actions: "<VisualCustomActionList>",
3483
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3484
+ * // },
3485
+ * // BoxPlotVisual: { // BoxPlotVisual
3486
+ * // VisualId: "STRING_VALUE", // required
3487
+ * // Title: "<VisualTitleLabelOptions>",
3488
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3489
+ * // ChartConfiguration: { // BoxPlotChartConfiguration
3490
+ * // FieldWells: { // BoxPlotFieldWells
3491
+ * // BoxPlotAggregatedFieldWells: { // BoxPlotAggregatedFieldWells
3492
+ * // GroupBy: [ // BoxPlotDimensionFieldList
3493
+ * // "<DimensionField>",
3494
+ * // ],
3495
+ * // Values: [ // BoxPlotMeasureFieldList
3496
+ * // "<MeasureField>",
3497
+ * // ],
3498
+ * // },
3499
+ * // },
3500
+ * // SortConfiguration: { // BoxPlotSortConfiguration
3501
+ * // CategorySort: "<FieldSortOptionsList>",
3502
+ * // PaginationConfiguration: {
3503
+ * // PageSize: Number("long"), // required
3504
+ * // PageNumber: Number("long"), // required
3505
+ * // },
3506
+ * // },
3507
+ * // BoxPlotOptions: { // BoxPlotOptions
3508
+ * // StyleOptions: { // BoxPlotStyleOptions
3509
+ * // FillStyle: "SOLID" || "TRANSPARENT",
3510
+ * // },
3511
+ * // OutlierVisibility: "HIDDEN" || "VISIBLE",
3512
+ * // AllDataPointsVisibility: "HIDDEN" || "VISIBLE",
3513
+ * // },
3514
+ * // CategoryAxis: "<AxisDisplayOptions>",
3515
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3516
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
3517
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
3518
+ * // Legend: "<LegendOptions>",
3519
+ * // Tooltip: "<TooltipOptions>",
3520
+ * // ReferenceLines: [
3521
+ * // {
3522
+ * // Status: "ENABLED" || "DISABLED",
3523
+ * // DataConfiguration: {
3524
+ * // StaticConfiguration: {
3525
+ * // Value: Number("double"), // required
3526
+ * // },
3527
+ * // DynamicConfiguration: {
3528
+ * // Column: "<ColumnIdentifier>", // required
3529
+ * // MeasureAggregationFunction: "<AggregationFunction>",
3530
+ * // Calculation: "<NumericalAggregationFunction>", // required
3531
+ * // },
3532
+ * // AxisBinding: "PRIMARY_YAXIS" || "SECONDARY_YAXIS",
3533
+ * // },
3534
+ * // StyleConfiguration: {
3535
+ * // Pattern: "SOLID" || "DASHED" || "DOTTED",
3536
+ * // Color: "STRING_VALUE",
3537
+ * // },
3538
+ * // LabelConfiguration: {
3539
+ * // ValueLabelConfiguration: {
3540
+ * // RelativePosition: "BEFORE_CUSTOM_LABEL" || "AFTER_CUSTOM_LABEL",
3541
+ * // FormatConfiguration: "<NumericFormatConfiguration>",
3542
+ * // },
3543
+ * // CustomLabelConfiguration: {
3544
+ * // CustomLabel: "STRING_VALUE", // required
3545
+ * // },
3546
+ * // FontConfiguration: "<FontConfiguration>",
3547
+ * // FontColor: "STRING_VALUE",
3548
+ * // HorizontalPosition: "LEFT" || "CENTER" || "RIGHT",
3549
+ * // VerticalPosition: "ABOVE" || "BELOW",
3550
+ * // },
3551
+ * // },
3552
+ * // ],
3553
+ * // VisualPalette: "<VisualPalette>",
3554
+ * // },
3555
+ * // Actions: "<VisualCustomActionList>",
3556
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3557
+ * // },
3558
+ * // WaterfallVisual: { // WaterfallVisual
3559
+ * // VisualId: "STRING_VALUE", // required
3560
+ * // Title: "<VisualTitleLabelOptions>",
3561
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3562
+ * // ChartConfiguration: { // WaterfallChartConfiguration
3563
+ * // FieldWells: { // WaterfallChartFieldWells
3564
+ * // WaterfallChartAggregatedFieldWells: { // WaterfallChartAggregatedFieldWells
3565
+ * // Categories: "<DimensionFieldList>",
3566
+ * // Values: "<MeasureFieldList>",
3567
+ * // Breakdowns: "<DimensionFieldList>",
3568
+ * // },
3569
+ * // },
3570
+ * // SortConfiguration: { // WaterfallChartSortConfiguration
3571
+ * // CategorySort: "<FieldSortOptionsList>",
3572
+ * // BreakdownItemsLimit: "<ItemsLimitConfiguration>",
3573
+ * // },
3574
+ * // WaterfallChartOptions: { // WaterfallChartOptions
3575
+ * // TotalBarLabel: "STRING_VALUE",
3576
+ * // },
3577
+ * // CategoryAxisLabelOptions: "<ChartAxisLabelOptions>",
3578
+ * // CategoryAxisDisplayOptions: "<AxisDisplayOptions>",
3579
+ * // PrimaryYAxisLabelOptions: "<ChartAxisLabelOptions>",
3580
+ * // PrimaryYAxisDisplayOptions: "<AxisDisplayOptions>",
3581
+ * // Legend: "<LegendOptions>",
3582
+ * // DataLabels: "<DataLabelOptions>",
3583
+ * // VisualPalette: "<VisualPalette>",
3584
+ * // },
3585
+ * // Actions: "<VisualCustomActionList>",
3586
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3587
+ * // },
3588
+ * // HistogramVisual: { // HistogramVisual
3589
+ * // VisualId: "STRING_VALUE", // required
3590
+ * // Title: "<VisualTitleLabelOptions>",
3591
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3592
+ * // ChartConfiguration: { // HistogramConfiguration
3593
+ * // FieldWells: { // HistogramFieldWells
3594
+ * // HistogramAggregatedFieldWells: { // HistogramAggregatedFieldWells
3595
+ * // Values: [ // HistogramMeasureFieldList
3596
+ * // "<MeasureField>",
3597
+ * // ],
3598
+ * // },
3599
+ * // },
3600
+ * // XAxisDisplayOptions: "<AxisDisplayOptions>",
3601
+ * // XAxisLabelOptions: "<ChartAxisLabelOptions>",
3602
+ * // YAxisDisplayOptions: "<AxisDisplayOptions>",
3603
+ * // BinOptions: { // HistogramBinOptions
3604
+ * // SelectedBinType: "BIN_COUNT" || "BIN_WIDTH",
3605
+ * // BinCount: { // BinCountOptions
3606
+ * // Value: Number("int"),
3607
+ * // },
3608
+ * // BinWidth: { // BinWidthOptions
3609
+ * // Value: Number("double"),
3610
+ * // BinCountLimit: Number("long"),
3611
+ * // },
3612
+ * // StartValue: Number("double"),
3613
+ * // },
3614
+ * // DataLabels: "<DataLabelOptions>",
3615
+ * // Tooltip: "<TooltipOptions>",
3616
+ * // VisualPalette: "<VisualPalette>",
3617
+ * // },
3618
+ * // Actions: "<VisualCustomActionList>",
3619
+ * // },
3620
+ * // WordCloudVisual: { // WordCloudVisual
3621
+ * // VisualId: "STRING_VALUE", // required
3622
+ * // Title: "<VisualTitleLabelOptions>",
3623
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3624
+ * // ChartConfiguration: { // WordCloudChartConfiguration
3625
+ * // FieldWells: { // WordCloudFieldWells
3626
+ * // WordCloudAggregatedFieldWells: { // WordCloudAggregatedFieldWells
3627
+ * // GroupBy: [ // WordCloudDimensionFieldList
3628
+ * // "<DimensionField>",
3629
+ * // ],
3630
+ * // Size: [ // WordCloudMeasureFieldList
3631
+ * // "<MeasureField>",
3632
+ * // ],
3633
+ * // },
3634
+ * // },
3635
+ * // SortConfiguration: { // WordCloudSortConfiguration
3636
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
3637
+ * // CategorySort: "<FieldSortOptionsList>",
3638
+ * // },
3639
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3640
+ * // WordCloudOptions: { // WordCloudOptions
3641
+ * // WordOrientation: "HORIZONTAL" || "HORIZONTAL_AND_VERTICAL",
3642
+ * // WordScaling: "EMPHASIZE" || "NORMAL",
3643
+ * // CloudLayout: "FLUID" || "NORMAL",
3644
+ * // WordCasing: "LOWER_CASE" || "EXISTING_CASE",
3645
+ * // WordPadding: "NONE" || "SMALL" || "MEDIUM" || "LARGE",
3646
+ * // MaximumStringLength: Number("int"),
3647
+ * // },
3648
+ * // },
3649
+ * // Actions: "<VisualCustomActionList>",
3650
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3651
+ * // },
3652
+ * // InsightVisual: { // InsightVisual
3653
+ * // VisualId: "STRING_VALUE", // required
3654
+ * // Title: "<VisualTitleLabelOptions>",
3655
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3656
+ * // InsightConfiguration: { // InsightConfiguration
3657
+ * // Computations: [ // ComputationList
3658
+ * // { // Computation
3659
+ * // TopBottomRanked: { // TopBottomRankedComputation
3660
+ * // ComputationId: "STRING_VALUE", // required
3661
+ * // Name: "STRING_VALUE",
3662
+ * // Category: "<DimensionField>", // required
3663
+ * // Value: "<MeasureField>",
3664
+ * // ResultSize: Number("int"),
3665
+ * // Type: "TOP" || "BOTTOM", // required
3666
+ * // },
3667
+ * // TopBottomMovers: { // TopBottomMoversComputation
3668
+ * // ComputationId: "STRING_VALUE", // required
3669
+ * // Name: "STRING_VALUE",
3670
+ * // Time: "<DimensionField>", // required
3671
+ * // Category: "<DimensionField>", // required
3672
+ * // Value: "<MeasureField>",
3673
+ * // MoverSize: Number("int"),
3674
+ * // SortOrder: "PERCENT_DIFFERENCE" || "ABSOLUTE_DIFFERENCE",
3675
+ * // Type: "TOP" || "BOTTOM", // required
3676
+ * // },
3677
+ * // TotalAggregation: { // TotalAggregationComputation
3678
+ * // ComputationId: "STRING_VALUE", // required
3679
+ * // Name: "STRING_VALUE",
3680
+ * // Value: "<MeasureField>", // required
3681
+ * // },
3682
+ * // MaximumMinimum: { // MaximumMinimumComputation
3683
+ * // ComputationId: "STRING_VALUE", // required
3684
+ * // Name: "STRING_VALUE",
3685
+ * // Time: "<DimensionField>", // required
3686
+ * // Value: "<MeasureField>",
3687
+ * // Type: "MAXIMUM" || "MINIMUM", // required
3688
+ * // },
3689
+ * // MetricComparison: { // MetricComparisonComputation
3690
+ * // ComputationId: "STRING_VALUE", // required
3691
+ * // Name: "STRING_VALUE",
3692
+ * // Time: "<DimensionField>", // required
3693
+ * // FromValue: "<MeasureField>", // required
3694
+ * // TargetValue: "<MeasureField>", // required
3695
+ * // },
3696
+ * // PeriodOverPeriod: { // PeriodOverPeriodComputation
3697
+ * // ComputationId: "STRING_VALUE", // required
3698
+ * // Name: "STRING_VALUE",
3699
+ * // Time: "<DimensionField>", // required
3700
+ * // Value: "<MeasureField>",
3701
+ * // },
3702
+ * // PeriodToDate: { // PeriodToDateComputation
3703
+ * // ComputationId: "STRING_VALUE", // required
3704
+ * // Name: "STRING_VALUE",
3705
+ * // Time: "<DimensionField>", // required
3706
+ * // Value: "<MeasureField>",
3707
+ * // PeriodTimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
3708
+ * // },
3709
+ * // GrowthRate: { // GrowthRateComputation
3710
+ * // ComputationId: "STRING_VALUE", // required
3711
+ * // Name: "STRING_VALUE",
3712
+ * // Time: "<DimensionField>", // required
3713
+ * // Value: "<MeasureField>",
3714
+ * // PeriodSize: Number("int"),
3715
+ * // },
3716
+ * // UniqueValues: { // UniqueValuesComputation
3717
+ * // ComputationId: "STRING_VALUE", // required
3718
+ * // Name: "STRING_VALUE",
3719
+ * // Category: "<DimensionField>", // required
3720
+ * // },
3721
+ * // Forecast: { // ForecastComputation
3722
+ * // ComputationId: "STRING_VALUE", // required
3723
+ * // Name: "STRING_VALUE",
3724
+ * // Time: "<DimensionField>", // required
3725
+ * // Value: "<MeasureField>",
3726
+ * // PeriodsForward: Number("int"),
3727
+ * // PeriodsBackward: Number("int"),
3728
+ * // UpperBoundary: Number("double"),
3729
+ * // LowerBoundary: Number("double"),
3730
+ * // PredictionInterval: Number("int"),
3731
+ * // Seasonality: "AUTOMATIC" || "CUSTOM",
3732
+ * // CustomSeasonalityValue: Number("int"),
3733
+ * // },
3734
+ * // },
3735
+ * // ],
3736
+ * // CustomNarrative: { // CustomNarrativeOptions
3737
+ * // Narrative: "STRING_VALUE", // required
3738
+ * // },
3739
+ * // },
3740
+ * // Actions: "<VisualCustomActionList>",
3741
+ * // DataSetIdentifier: "STRING_VALUE", // required
3742
+ * // },
3743
+ * // SankeyDiagramVisual: { // SankeyDiagramVisual
3744
+ * // VisualId: "STRING_VALUE", // required
3745
+ * // Title: "<VisualTitleLabelOptions>",
3746
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3747
+ * // ChartConfiguration: { // SankeyDiagramChartConfiguration
3748
+ * // FieldWells: { // SankeyDiagramFieldWells
3749
+ * // SankeyDiagramAggregatedFieldWells: { // SankeyDiagramAggregatedFieldWells
3750
+ * // Source: "<DimensionFieldList>",
3751
+ * // Destination: "<DimensionFieldList>",
3752
+ * // Weight: "<MeasureFieldList>",
3753
+ * // },
3754
+ * // },
3755
+ * // SortConfiguration: { // SankeyDiagramSortConfiguration
3756
+ * // WeightSort: "<FieldSortOptionsList>",
3757
+ * // SourceItemsLimit: "<ItemsLimitConfiguration>",
3758
+ * // DestinationItemsLimit: "<ItemsLimitConfiguration>",
3759
+ * // },
3760
+ * // DataLabels: "<DataLabelOptions>",
3761
+ * // },
3762
+ * // Actions: "<VisualCustomActionList>",
3763
+ * // },
3764
+ * // CustomContentVisual: { // CustomContentVisual
3765
+ * // VisualId: "STRING_VALUE", // required
3766
+ * // Title: "<VisualTitleLabelOptions>",
3767
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3768
+ * // ChartConfiguration: { // CustomContentConfiguration
3769
+ * // ContentUrl: "STRING_VALUE",
3770
+ * // ContentType: "IMAGE" || "OTHER_EMBEDDED_CONTENT",
3771
+ * // ImageScaling: "FIT_TO_HEIGHT" || "FIT_TO_WIDTH" || "DO_NOT_SCALE" || "SCALE_TO_VISUAL",
3772
+ * // },
3773
+ * // Actions: "<VisualCustomActionList>",
3774
+ * // DataSetIdentifier: "STRING_VALUE", // required
3775
+ * // },
3776
+ * // EmptyVisual: { // EmptyVisual
3777
+ * // VisualId: "STRING_VALUE", // required
3778
+ * // DataSetIdentifier: "STRING_VALUE", // required
3779
+ * // Actions: "<VisualCustomActionList>",
3780
+ * // },
3781
+ * // RadarChartVisual: { // RadarChartVisual
3782
+ * // VisualId: "STRING_VALUE", // required
3783
+ * // Title: "<VisualTitleLabelOptions>",
3784
+ * // Subtitle: "<VisualSubtitleLabelOptions>",
3785
+ * // ChartConfiguration: { // RadarChartConfiguration
3786
+ * // FieldWells: { // RadarChartFieldWells
3787
+ * // RadarChartAggregatedFieldWells: { // RadarChartAggregatedFieldWells
3788
+ * // Category: [ // RadarChartCategoryFieldList
3789
+ * // "<DimensionField>",
3790
+ * // ],
3791
+ * // Color: [ // RadarChartColorFieldList
3792
+ * // "<DimensionField>",
3793
+ * // ],
3794
+ * // Values: [ // RadarChartValuesFieldList
3795
+ * // "<MeasureField>",
3796
+ * // ],
3797
+ * // },
3798
+ * // },
3799
+ * // SortConfiguration: { // RadarChartSortConfiguration
3800
+ * // CategorySort: "<FieldSortOptionsList>",
3801
+ * // CategoryItemsLimit: "<ItemsLimitConfiguration>",
3802
+ * // ColorSort: "<FieldSortOptionsList>",
3803
+ * // ColorItemsLimit: "<ItemsLimitConfiguration>",
3804
+ * // },
3805
+ * // Shape: "CIRCLE" || "POLYGON",
3806
+ * // BaseSeriesSettings: { // RadarChartSeriesSettings
3807
+ * // AreaStyleSettings: { // RadarChartAreaStyleSettings
3808
+ * // Visibility: "HIDDEN" || "VISIBLE",
3809
+ * // },
3810
+ * // },
3811
+ * // StartAngle: Number("double"),
3812
+ * // VisualPalette: "<VisualPalette>",
3813
+ * // AlternateBandColorsVisibility: "HIDDEN" || "VISIBLE",
3814
+ * // AlternateBandEvenColor: "STRING_VALUE",
3815
+ * // AlternateBandOddColor: "STRING_VALUE",
3816
+ * // CategoryAxis: "<AxisDisplayOptions>",
3817
+ * // CategoryLabelOptions: "<ChartAxisLabelOptions>",
3818
+ * // ColorAxis: "<AxisDisplayOptions>",
3819
+ * // ColorLabelOptions: "<ChartAxisLabelOptions>",
3820
+ * // Legend: "<LegendOptions>",
3821
+ * // },
3822
+ * // Actions: "<VisualCustomActionList>",
3823
+ * // ColumnHierarchies: "<ColumnHierarchyList>",
3824
+ * // },
3825
+ * // },
3826
+ * // ],
3827
+ * // TextBoxes: [ // SheetTextBoxList
3828
+ * // { // SheetTextBox
3829
+ * // SheetTextBoxId: "STRING_VALUE", // required
3830
+ * // Content: "STRING_VALUE",
3831
+ * // },
3832
+ * // ],
3833
+ * // Layouts: [ // LayoutList
3834
+ * // { // Layout
3835
+ * // Configuration: { // LayoutConfiguration
3836
+ * // GridLayout: { // GridLayoutConfiguration
3837
+ * // Elements: [ // GridLayoutElementList // required
3838
+ * // { // GridLayoutElement
3839
+ * // ElementId: "STRING_VALUE", // required
3840
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
3841
+ * // ColumnIndex: Number("int"),
3842
+ * // ColumnSpan: Number("int"), // required
3843
+ * // RowIndex: Number("int"),
3844
+ * // RowSpan: Number("int"), // required
3845
+ * // },
3846
+ * // ],
3847
+ * // CanvasSizeOptions: { // GridLayoutCanvasSizeOptions
3848
+ * // ScreenCanvasSizeOptions: { // GridLayoutScreenCanvasSizeOptions
3849
+ * // ResizeOption: "FIXED" || "RESPONSIVE", // required
3850
+ * // OptimizedViewPortWidth: "STRING_VALUE",
3851
+ * // },
3852
+ * // },
3853
+ * // },
3854
+ * // FreeFormLayout: { // FreeFormLayoutConfiguration
3855
+ * // Elements: [ // FreeFromLayoutElementList // required
3856
+ * // { // FreeFormLayoutElement
3857
+ * // ElementId: "STRING_VALUE", // required
3858
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
3859
+ * // XAxisLocation: "STRING_VALUE", // required
3860
+ * // YAxisLocation: "STRING_VALUE", // required
3861
+ * // Width: "STRING_VALUE", // required
3862
+ * // Height: "STRING_VALUE", // required
3863
+ * // Visibility: "HIDDEN" || "VISIBLE",
3864
+ * // RenderingRules: [ // SheetElementRenderingRuleList
3865
+ * // { // SheetElementRenderingRule
3866
+ * // Expression: "STRING_VALUE", // required
3867
+ * // ConfigurationOverrides: { // SheetElementConfigurationOverrides
3868
+ * // Visibility: "HIDDEN" || "VISIBLE",
3869
+ * // },
3870
+ * // },
3871
+ * // ],
3872
+ * // BorderStyle: { // FreeFormLayoutElementBorderStyle
3873
+ * // Visibility: "HIDDEN" || "VISIBLE",
3874
+ * // Color: "STRING_VALUE",
3875
+ * // },
3876
+ * // SelectedBorderStyle: {
3877
+ * // Visibility: "HIDDEN" || "VISIBLE",
3878
+ * // Color: "STRING_VALUE",
3879
+ * // },
3880
+ * // BackgroundStyle: { // FreeFormLayoutElementBackgroundStyle
3881
+ * // Visibility: "HIDDEN" || "VISIBLE",
3882
+ * // Color: "STRING_VALUE",
3883
+ * // },
3884
+ * // LoadingAnimation: { // LoadingAnimation
3885
+ * // Visibility: "HIDDEN" || "VISIBLE",
3886
+ * // },
3887
+ * // },
3888
+ * // ],
3889
+ * // CanvasSizeOptions: { // FreeFormLayoutCanvasSizeOptions
3890
+ * // ScreenCanvasSizeOptions: { // FreeFormLayoutScreenCanvasSizeOptions
3891
+ * // OptimizedViewPortWidth: "STRING_VALUE", // required
3892
+ * // },
3893
+ * // },
3894
+ * // },
3895
+ * // SectionBasedLayout: { // SectionBasedLayoutConfiguration
3896
+ * // HeaderSections: [ // HeaderFooterSectionConfigurationList // required
3897
+ * // { // HeaderFooterSectionConfiguration
3898
+ * // SectionId: "STRING_VALUE", // required
3899
+ * // Layout: { // SectionLayoutConfiguration
3900
+ * // FreeFormLayout: { // FreeFormSectionLayoutConfiguration
3901
+ * // Elements: [ // required
3902
+ * // {
3903
+ * // ElementId: "STRING_VALUE", // required
3904
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
3905
+ * // XAxisLocation: "STRING_VALUE", // required
3906
+ * // YAxisLocation: "STRING_VALUE", // required
3907
+ * // Width: "STRING_VALUE", // required
3908
+ * // Height: "STRING_VALUE", // required
3909
+ * // Visibility: "HIDDEN" || "VISIBLE",
3910
+ * // RenderingRules: [
3911
+ * // {
3912
+ * // Expression: "STRING_VALUE", // required
3913
+ * // ConfigurationOverrides: {
3914
+ * // Visibility: "HIDDEN" || "VISIBLE",
3915
+ * // },
3916
+ * // },
3917
+ * // ],
3918
+ * // BorderStyle: {
3919
+ * // Visibility: "HIDDEN" || "VISIBLE",
3920
+ * // Color: "STRING_VALUE",
3921
+ * // },
3922
+ * // SelectedBorderStyle: {
3923
+ * // Visibility: "HIDDEN" || "VISIBLE",
3924
+ * // Color: "STRING_VALUE",
3925
+ * // },
3926
+ * // BackgroundStyle: {
3927
+ * // Visibility: "HIDDEN" || "VISIBLE",
3928
+ * // Color: "STRING_VALUE",
3929
+ * // },
3930
+ * // LoadingAnimation: {
3931
+ * // Visibility: "HIDDEN" || "VISIBLE",
3932
+ * // },
3933
+ * // },
3934
+ * // ],
3935
+ * // },
3936
+ * // },
3937
+ * // Style: { // SectionStyle
3938
+ * // Height: "STRING_VALUE",
3939
+ * // Padding: { // Spacing
3940
+ * // Top: "STRING_VALUE",
3941
+ * // Bottom: "STRING_VALUE",
3942
+ * // Left: "STRING_VALUE",
3943
+ * // Right: "STRING_VALUE",
3944
+ * // },
3945
+ * // },
3946
+ * // },
3947
+ * // ],
3948
+ * // BodySections: [ // BodySectionConfigurationList // required
3949
+ * // { // BodySectionConfiguration
3950
+ * // SectionId: "STRING_VALUE", // required
3951
+ * // Content: { // BodySectionContent
3952
+ * // Layout: {
3953
+ * // FreeFormLayout: {
3954
+ * // Elements: "<FreeFromLayoutElementList>", // required
3955
+ * // },
3956
+ * // },
3957
+ * // },
3958
+ * // Style: {
3959
+ * // Height: "STRING_VALUE",
3960
+ * // Padding: {
3961
+ * // Top: "STRING_VALUE",
3962
+ * // Bottom: "STRING_VALUE",
3963
+ * // Left: "STRING_VALUE",
3964
+ * // Right: "STRING_VALUE",
3965
+ * // },
3966
+ * // },
3967
+ * // PageBreakConfiguration: { // SectionPageBreakConfiguration
3968
+ * // After: { // SectionAfterPageBreak
3969
+ * // Status: "ENABLED" || "DISABLED",
3970
+ * // },
3971
+ * // },
3972
+ * // },
3973
+ * // ],
3974
+ * // FooterSections: [ // required
3975
+ * // {
3976
+ * // SectionId: "STRING_VALUE", // required
3977
+ * // Layout: {
3978
+ * // FreeFormLayout: {
3979
+ * // Elements: "<FreeFromLayoutElementList>", // required
3980
+ * // },
3981
+ * // },
3982
+ * // Style: {
3983
+ * // Height: "STRING_VALUE",
3984
+ * // Padding: {
3985
+ * // Top: "STRING_VALUE",
3986
+ * // Bottom: "STRING_VALUE",
3987
+ * // Left: "STRING_VALUE",
3988
+ * // Right: "STRING_VALUE",
3989
+ * // },
3990
+ * // },
3991
+ * // },
3992
+ * // ],
3993
+ * // CanvasSizeOptions: { // SectionBasedLayoutCanvasSizeOptions
3994
+ * // PaperCanvasSizeOptions: { // SectionBasedLayoutPaperCanvasSizeOptions
3995
+ * // PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
3996
+ * // PaperOrientation: "PORTRAIT" || "LANDSCAPE",
3997
+ * // PaperMargin: {
3998
+ * // Top: "STRING_VALUE",
3999
+ * // Bottom: "STRING_VALUE",
4000
+ * // Left: "STRING_VALUE",
4001
+ * // Right: "STRING_VALUE",
4002
+ * // },
4003
+ * // },
4004
+ * // },
4005
+ * // },
4006
+ * // },
4007
+ * // },
4008
+ * // ],
4009
+ * // SheetControlLayouts: [ // SheetControlLayoutList
4010
+ * // { // SheetControlLayout
4011
+ * // Configuration: { // SheetControlLayoutConfiguration
4012
+ * // GridLayout: {
4013
+ * // Elements: [ // required
4014
+ * // {
4015
+ * // ElementId: "STRING_VALUE", // required
4016
+ * // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
4017
+ * // ColumnIndex: Number("int"),
4018
+ * // ColumnSpan: Number("int"), // required
4019
+ * // RowIndex: Number("int"),
4020
+ * // RowSpan: Number("int"), // required
4021
+ * // },
4022
+ * // ],
4023
+ * // CanvasSizeOptions: {
4024
+ * // ScreenCanvasSizeOptions: {
4025
+ * // ResizeOption: "FIXED" || "RESPONSIVE", // required
4026
+ * // OptimizedViewPortWidth: "STRING_VALUE",
4027
+ * // },
4028
+ * // },
4029
+ * // },
4030
+ * // },
4031
+ * // },
4032
+ * // ],
4033
+ * // ContentType: "PAGINATED" || "INTERACTIVE",
4034
+ * // },
4035
+ * // ],
4036
+ * // CalculatedFields: [ // CalculatedFields
4037
+ * // { // CalculatedField
4038
+ * // DataSetIdentifier: "STRING_VALUE", // required
4039
+ * // Name: "STRING_VALUE", // required
4040
+ * // Expression: "STRING_VALUE", // required
4041
+ * // },
4042
+ * // ],
4043
+ * // ParameterDeclarations: [ // ParameterDeclarationList
4044
+ * // { // ParameterDeclaration
4045
+ * // StringParameterDeclaration: { // StringParameterDeclaration
4046
+ * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
4047
+ * // Name: "STRING_VALUE", // required
4048
+ * // DefaultValues: { // StringDefaultValues
4049
+ * // DynamicValue: { // DynamicDefaultValue
4050
+ * // UserNameColumn: "<ColumnIdentifier>",
4051
+ * // GroupNameColumn: "<ColumnIdentifier>",
4052
+ * // DefaultValueColumn: "<ColumnIdentifier>", // required
4053
+ * // },
4054
+ * // StaticValues: "<StringDefaultValueList>",
4055
+ * // },
4056
+ * // ValueWhenUnset: { // StringValueWhenUnsetConfiguration
4057
+ * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4058
+ * // CustomValue: "STRING_VALUE",
4059
+ * // },
4060
+ * // MappedDataSetParameters: [ // MappedDataSetParameters
4061
+ * // { // MappedDataSetParameter
4062
+ * // DataSetIdentifier: "STRING_VALUE", // required
4063
+ * // DataSetParameterName: "STRING_VALUE", // required
4064
+ * // },
4065
+ * // ],
4066
+ * // },
4067
+ * // DecimalParameterDeclaration: { // DecimalParameterDeclaration
4068
+ * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
4069
+ * // Name: "STRING_VALUE", // required
4070
+ * // DefaultValues: { // DecimalDefaultValues
4071
+ * // DynamicValue: {
4072
+ * // UserNameColumn: "<ColumnIdentifier>",
4073
+ * // GroupNameColumn: "<ColumnIdentifier>",
4074
+ * // DefaultValueColumn: "<ColumnIdentifier>", // required
4075
+ * // },
4076
+ * // StaticValues: "<DecimalDefaultValueList>",
4077
+ * // },
4078
+ * // ValueWhenUnset: { // DecimalValueWhenUnsetConfiguration
4079
+ * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4080
+ * // CustomValue: Number("double"),
4081
+ * // },
4082
+ * // MappedDataSetParameters: [
4083
+ * // {
4084
+ * // DataSetIdentifier: "STRING_VALUE", // required
4085
+ * // DataSetParameterName: "STRING_VALUE", // required
4086
+ * // },
4087
+ * // ],
4088
+ * // },
4089
+ * // IntegerParameterDeclaration: { // IntegerParameterDeclaration
4090
+ * // ParameterValueType: "MULTI_VALUED" || "SINGLE_VALUED", // required
4091
+ * // Name: "STRING_VALUE", // required
4092
+ * // DefaultValues: { // IntegerDefaultValues
4093
+ * // DynamicValue: {
4094
+ * // UserNameColumn: "<ColumnIdentifier>",
4095
+ * // GroupNameColumn: "<ColumnIdentifier>",
4096
+ * // DefaultValueColumn: "<ColumnIdentifier>", // required
4097
+ * // },
4098
+ * // StaticValues: "<IntegerDefaultValueList>",
4099
+ * // },
4100
+ * // ValueWhenUnset: { // IntegerValueWhenUnsetConfiguration
4101
+ * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4102
+ * // CustomValue: Number("long"),
4103
+ * // },
4104
+ * // MappedDataSetParameters: [
4105
+ * // {
4106
+ * // DataSetIdentifier: "STRING_VALUE", // required
4107
+ * // DataSetParameterName: "STRING_VALUE", // required
4108
+ * // },
4109
+ * // ],
4110
+ * // },
4111
+ * // DateTimeParameterDeclaration: { // DateTimeParameterDeclaration
4112
+ * // Name: "STRING_VALUE", // required
4113
+ * // DefaultValues: { // DateTimeDefaultValues
4114
+ * // DynamicValue: {
4115
+ * // UserNameColumn: "<ColumnIdentifier>",
4116
+ * // GroupNameColumn: "<ColumnIdentifier>",
4117
+ * // DefaultValueColumn: "<ColumnIdentifier>", // required
4118
+ * // },
4119
+ * // StaticValues: "<DateTimeDefaultValueList>",
4120
+ * // RollingDate: { // RollingDateConfiguration
4121
+ * // DataSetIdentifier: "STRING_VALUE",
4122
+ * // Expression: "STRING_VALUE", // required
4123
+ * // },
4124
+ * // },
4125
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4126
+ * // ValueWhenUnset: { // DateTimeValueWhenUnsetConfiguration
4127
+ * // ValueWhenUnsetOption: "RECOMMENDED_VALUE" || "NULL",
4128
+ * // CustomValue: new Date("TIMESTAMP"),
4129
+ * // },
4130
+ * // MappedDataSetParameters: [
4131
+ * // {
4132
+ * // DataSetIdentifier: "STRING_VALUE", // required
4133
+ * // DataSetParameterName: "STRING_VALUE", // required
4134
+ * // },
4135
+ * // ],
4136
+ * // },
4137
+ * // },
4138
+ * // ],
4139
+ * // FilterGroups: [ // FilterGroupList
4140
+ * // { // FilterGroup
4141
+ * // FilterGroupId: "STRING_VALUE", // required
4142
+ * // Filters: [ // FilterList // required
4143
+ * // { // Filter
4144
+ * // CategoryFilter: { // CategoryFilter
4145
+ * // FilterId: "STRING_VALUE", // required
4146
+ * // Column: "<ColumnIdentifier>", // required
4147
+ * // Configuration: { // CategoryFilterConfiguration
4148
+ * // FilterListConfiguration: { // FilterListConfiguration
4149
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4150
+ * // CategoryValues: "<CategoryValueList>",
4151
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4152
+ * // },
4153
+ * // CustomFilterListConfiguration: { // CustomFilterListConfiguration
4154
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4155
+ * // CategoryValues: "<CategoryValueList>",
4156
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4157
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4158
+ * // },
4159
+ * // CustomFilterConfiguration: { // CustomFilterConfiguration
4160
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL" || "CONTAINS" || "DOES_NOT_CONTAIN" || "STARTS_WITH" || "ENDS_WITH", // required
4161
+ * // CategoryValue: "STRING_VALUE",
4162
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4163
+ * // ParameterName: "STRING_VALUE",
4164
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4165
+ * // },
4166
+ * // },
4167
+ * // },
4168
+ * // NumericRangeFilter: { // NumericRangeFilter
4169
+ * // FilterId: "STRING_VALUE", // required
4170
+ * // Column: "<ColumnIdentifier>", // required
4171
+ * // IncludeMinimum: true || false,
4172
+ * // IncludeMaximum: true || false,
4173
+ * // RangeMinimum: { // NumericRangeFilterValue
4174
+ * // StaticValue: Number("double"),
4175
+ * // Parameter: "STRING_VALUE",
4176
+ * // },
4177
+ * // RangeMaximum: {
4178
+ * // StaticValue: Number("double"),
4179
+ * // Parameter: "STRING_VALUE",
4180
+ * // },
4181
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4182
+ * // AggregationFunction: "<AggregationFunction>",
4183
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4184
+ * // },
4185
+ * // NumericEqualityFilter: { // NumericEqualityFilter
4186
+ * // FilterId: "STRING_VALUE", // required
4187
+ * // Column: "<ColumnIdentifier>", // required
4188
+ * // Value: Number("double"),
4189
+ * // SelectAllOptions: "FILTER_ALL_VALUES",
4190
+ * // MatchOperator: "EQUALS" || "DOES_NOT_EQUAL", // required
4191
+ * // AggregationFunction: "<AggregationFunction>",
4192
+ * // ParameterName: "STRING_VALUE",
4193
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4194
+ * // },
4195
+ * // TimeEqualityFilter: { // TimeEqualityFilter
4196
+ * // FilterId: "STRING_VALUE", // required
4197
+ * // Column: "<ColumnIdentifier>", // required
4198
+ * // Value: new Date("TIMESTAMP"),
4199
+ * // ParameterName: "STRING_VALUE",
4200
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4201
+ * // },
4202
+ * // TimeRangeFilter: { // TimeRangeFilter
4203
+ * // FilterId: "STRING_VALUE", // required
4204
+ * // Column: "<ColumnIdentifier>", // required
4205
+ * // IncludeMinimum: true || false,
4206
+ * // IncludeMaximum: true || false,
4207
+ * // RangeMinimumValue: { // TimeRangeFilterValue
4208
+ * // StaticValue: new Date("TIMESTAMP"),
4209
+ * // RollingDate: {
4210
+ * // DataSetIdentifier: "STRING_VALUE",
4211
+ * // Expression: "STRING_VALUE", // required
4212
+ * // },
4213
+ * // Parameter: "STRING_VALUE",
4214
+ * // },
4215
+ * // RangeMaximumValue: {
4216
+ * // StaticValue: new Date("TIMESTAMP"),
4217
+ * // RollingDate: {
4218
+ * // DataSetIdentifier: "STRING_VALUE",
4219
+ * // Expression: "STRING_VALUE", // required
4220
+ * // },
4221
+ * // Parameter: "STRING_VALUE",
4222
+ * // },
4223
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4224
+ * // ExcludePeriodConfiguration: { // ExcludePeriodConfiguration
4225
+ * // Amount: Number("int"), // required
4226
+ * // Granularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
4227
+ * // Status: "ENABLED" || "DISABLED",
4228
+ * // },
4229
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4230
+ * // },
4231
+ * // RelativeDatesFilter: { // RelativeDatesFilter
4232
+ * // FilterId: "STRING_VALUE", // required
4233
+ * // Column: "<ColumnIdentifier>", // required
4234
+ * // AnchorDateConfiguration: { // AnchorDateConfiguration
4235
+ * // AnchorOption: "NOW",
4236
+ * // ParameterName: "STRING_VALUE",
4237
+ * // },
4238
+ * // MinimumGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4239
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
4240
+ * // RelativeDateType: "PREVIOUS" || "THIS" || "LAST" || "NOW" || "NEXT", // required
4241
+ * // RelativeDateValue: Number("int"),
4242
+ * // ParameterName: "STRING_VALUE",
4243
+ * // NullOption: "ALL_VALUES" || "NULLS_ONLY" || "NON_NULLS_ONLY", // required
4244
+ * // ExcludePeriodConfiguration: {
4245
+ * // Amount: Number("int"), // required
4246
+ * // Granularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND", // required
4247
+ * // Status: "ENABLED" || "DISABLED",
4248
+ * // },
4249
+ * // },
4250
+ * // TopBottomFilter: { // TopBottomFilter
4251
+ * // FilterId: "STRING_VALUE", // required
4252
+ * // Column: "<ColumnIdentifier>", // required
4253
+ * // Limit: Number("int"),
4254
+ * // AggregationSortConfigurations: [ // AggregationSortConfigurationList // required
4255
+ * // { // AggregationSortConfiguration
4256
+ * // Column: "<ColumnIdentifier>", // required
4257
+ * // SortDirection: "ASC" || "DESC", // required
4258
+ * // AggregationFunction: "<AggregationFunction>", // required
4259
+ * // },
4260
+ * // ],
4261
+ * // TimeGranularity: "YEAR" || "QUARTER" || "MONTH" || "WEEK" || "DAY" || "HOUR" || "MINUTE" || "SECOND" || "MILLISECOND",
4262
+ * // ParameterName: "STRING_VALUE",
4263
+ * // },
4264
+ * // },
4265
+ * // ],
4266
+ * // ScopeConfiguration: { // FilterScopeConfiguration
4267
+ * // SelectedSheets: { // SelectedSheetsFilterScopeConfiguration
4268
+ * // SheetVisualScopingConfigurations: [ // SheetVisualScopingConfigurations
4269
+ * // { // SheetVisualScopingConfiguration
4270
+ * // SheetId: "STRING_VALUE", // required
4271
+ * // Scope: "ALL_VISUALS" || "SELECTED_VISUALS", // required
4272
+ * // VisualIds: [ // FilteredVisualsList
4273
+ * // "STRING_VALUE",
4274
+ * // ],
4275
+ * // },
4276
+ * // ],
4277
+ * // },
4278
+ * // },
4279
+ * // Status: "ENABLED" || "DISABLED",
4280
+ * // CrossDataset: "ALL_DATASETS" || "SINGLE_DATASET", // required
4281
+ * // },
4282
+ * // ],
4283
+ * // ColumnConfigurations: [ // ColumnConfigurationList
4284
+ * // { // ColumnConfiguration
4285
+ * // Column: "<ColumnIdentifier>", // required
4286
+ * // FormatConfiguration: {
4287
+ * // StringFormatConfiguration: "<StringFormatConfiguration>",
4288
+ * // NumberFormatConfiguration: "<NumberFormatConfiguration>",
4289
+ * // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
4290
+ * // },
4291
+ * // Role: "DIMENSION" || "MEASURE",
4292
+ * // },
4293
+ * // ],
4294
+ * // AnalysisDefaults: { // AnalysisDefaults
4295
+ * // DefaultNewSheetConfiguration: { // DefaultNewSheetConfiguration
4296
+ * // InteractiveLayoutConfiguration: { // DefaultInteractiveLayoutConfiguration
4297
+ * // Grid: { // DefaultGridLayoutConfiguration
4298
+ * // CanvasSizeOptions: {
4299
+ * // ScreenCanvasSizeOptions: {
4300
+ * // ResizeOption: "FIXED" || "RESPONSIVE", // required
4301
+ * // OptimizedViewPortWidth: "STRING_VALUE",
4302
+ * // },
4303
+ * // },
4304
+ * // },
4305
+ * // FreeForm: { // DefaultFreeFormLayoutConfiguration
4306
+ * // CanvasSizeOptions: {
4307
+ * // ScreenCanvasSizeOptions: {
4308
+ * // OptimizedViewPortWidth: "STRING_VALUE", // required
4309
+ * // },
4310
+ * // },
4311
+ * // },
4312
+ * // },
4313
+ * // PaginatedLayoutConfiguration: { // DefaultPaginatedLayoutConfiguration
4314
+ * // SectionBased: { // DefaultSectionBasedLayoutConfiguration
4315
+ * // CanvasSizeOptions: {
4316
+ * // PaperCanvasSizeOptions: {
4317
+ * // PaperSize: "US_LETTER" || "US_LEGAL" || "US_TABLOID_LEDGER" || "A0" || "A1" || "A2" || "A3" || "A4" || "A5" || "JIS_B4" || "JIS_B5",
4318
+ * // PaperOrientation: "PORTRAIT" || "LANDSCAPE",
4319
+ * // PaperMargin: "<Spacing>",
4320
+ * // },
4321
+ * // },
4322
+ * // },
4323
+ * // },
4324
+ * // SheetContentType: "PAGINATED" || "INTERACTIVE",
4325
+ * // },
4326
+ * // },
4327
+ * // },
4328
+ * // Status: Number("int"),
4329
+ * // RequestId: "STRING_VALUE",
4330
+ * // };
4331
+ *
43
4332
  * ```
44
4333
  *
45
4334
  * @param DescribeAnalysisDefinitionCommandInput - {@link DescribeAnalysisDefinitionCommandInput}
@@ -78,6 +4367,8 @@ export interface DescribeAnalysisDefinitionCommandOutput extends DescribeAnalysi
78
4367
  * Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and
79
4368
  * capability is available in every edition.</p>
80
4369
  *
4370
+ * @throws {@link QuickSightServiceException}
4371
+ * <p>Base exception class for all service exceptions from QuickSight service.</p>
81
4372
  *
82
4373
  */
83
4374
  export declare class DescribeAnalysisDefinitionCommand extends $Command<DescribeAnalysisDefinitionCommandInput, DescribeAnalysisDefinitionCommandOutput, QuickSightClientResolvedConfig> {