@aws-sdk/client-quicksight 3.696.0 → 3.705.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 (239) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2218 -750
  3. package/dist-es/QuickSight.js +22 -0
  4. package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
  5. package/dist-es/commands/CreateAnalysisCommand.js +1 -1
  6. package/dist-es/commands/CreateDashboardCommand.js +1 -1
  7. package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
  8. package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
  9. package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
  10. package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
  11. package/dist-es/commands/DescribeDashboardCommand.js +2 -1
  12. package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
  13. package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
  14. package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
  15. package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
  16. package/dist-es/commands/DescribeDataSetCommand.js +1 -1
  17. package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
  18. package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
  19. package/dist-es/commands/DescribeTemplateCommand.js +2 -1
  20. package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
  21. package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
  22. package/dist-es/commands/PredictQAResultsCommand.js +23 -0
  23. package/dist-es/commands/SearchTopicsCommand.js +22 -0
  24. package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
  25. package/dist-es/commands/UpdateDashboardCommand.js +1 -1
  26. package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
  27. package/dist-es/commands/UpdateDataSetCommand.js +1 -1
  28. package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
  29. package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
  30. package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
  31. package/dist-es/commands/UpdateTemplateCommand.js +1 -1
  32. package/dist-es/commands/UpdateTopicCommand.js +1 -1
  33. package/dist-es/commands/index.js +11 -0
  34. package/dist-es/models/index.js +1 -0
  35. package/dist-es/models/models_0.js +72 -82
  36. package/dist-es/models/models_1.js +102 -132
  37. package/dist-es/models/models_2.js +137 -193
  38. package/dist-es/models/models_3.js +205 -112
  39. package/dist-es/models/models_4.js +185 -49
  40. package/dist-es/models/models_5.js +50 -0
  41. package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
  42. package/dist-es/pagination/index.js +1 -0
  43. package/dist-es/protocols/Aws_restJson1.js +1044 -12
  44. package/dist-types/QuickSight.d.ts +77 -0
  45. package/dist-types/QuickSightClient.d.ts +13 -2
  46. package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
  50. package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
  53. package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
  54. package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
  55. package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
  56. package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
  58. package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
  59. package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  61. package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
  67. package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
  68. package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
  72. package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
  78. package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
  85. package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
  86. package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
  87. package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
  88. package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
  89. package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
  90. package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
  92. package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
  93. package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
  94. package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
  95. package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
  96. package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
  97. package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  98. package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
  99. package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  100. package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  101. package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
  102. package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  103. package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  104. package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  105. package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
  106. package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
  107. package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  109. package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  110. package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
  111. package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
  112. package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  113. package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  115. package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +2 -2
  116. package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  117. package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  118. package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  119. package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
  121. package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  122. package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  123. package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  124. package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  125. package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
  126. package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  127. package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
  128. package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
  129. package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  130. package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
  131. package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  132. package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  133. package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
  134. package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  135. package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +11 -0
  137. package/dist-types/models/index.d.ts +1 -0
  138. package/dist-types/models/models_0.d.ts +487 -546
  139. package/dist-types/models/models_1.d.ts +1748 -1766
  140. package/dist-types/models/models_2.d.ts +4413 -4505
  141. package/dist-types/models/models_3.d.ts +4169 -4324
  142. package/dist-types/models/models_4.d.ts +3851 -3830
  143. package/dist-types/models/models_5.d.ts +2394 -0
  144. package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
  145. package/dist-types/pagination/index.d.ts +1 -0
  146. package/dist-types/protocols/Aws_restJson1.d.ts +99 -0
  147. package/dist-types/ts3.4/QuickSight.d.ts +235 -0
  148. package/dist-types/ts3.4/QuickSightClient.d.ts +66 -0
  149. package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
  157. package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
  187. package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
  188. package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
  189. package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
  191. package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
  203. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
  213. package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  229. package/dist-types/ts3.4/models/index.d.ts +1 -0
  230. package/dist-types/ts3.4/models/models_0.d.ts +142 -156
  231. package/dist-types/ts3.4/models/models_1.d.ts +324 -356
  232. package/dist-types/ts3.4/models/models_2.d.ts +428 -418
  233. package/dist-types/ts3.4/models/models_3.d.ts +453 -503
  234. package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
  235. package/dist-types/ts3.4/models/models_5.d.ts +596 -0
  236. package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
  237. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  238. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +132 -0
  239. package/package.json +4 -4
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_4";
3
+ import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_5";
4
4
  import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
5
5
  /**
6
6
  * @public
@@ -154,6 +154,7 @@ declare const UpdateDashboardCommand_base: {
154
154
  * FontConfiguration: { // FontConfiguration
155
155
  * FontSize: { // FontSize
156
156
  * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
157
+ * Absolute: "STRING_VALUE",
157
158
  * },
158
159
  * FontDecoration: "UNDERLINE" || "NONE",
159
160
  * FontColor: "STRING_VALUE",
@@ -161,6 +162,7 @@ declare const UpdateDashboardCommand_base: {
161
162
  * Name: "NORMAL" || "BOLD",
162
163
  * },
163
164
  * FontStyle: "NORMAL" || "ITALIC",
165
+ * FontFamily: "STRING_VALUE",
164
166
  * },
165
167
  * CustomLabel: "STRING_VALUE",
166
168
  * },
@@ -189,6 +191,7 @@ declare const UpdateDashboardCommand_base: {
189
191
  * FontConfiguration: {
190
192
  * FontSize: {
191
193
  * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
194
+ * Absolute: "STRING_VALUE",
192
195
  * },
193
196
  * FontDecoration: "UNDERLINE" || "NONE",
194
197
  * FontColor: "STRING_VALUE",
@@ -196,6 +199,7 @@ declare const UpdateDashboardCommand_base: {
196
199
  * Name: "NORMAL" || "BOLD",
197
200
  * },
198
201
  * FontStyle: "NORMAL" || "ITALIC",
202
+ * FontFamily: "STRING_VALUE",
199
203
  * },
200
204
  * CustomLabel: "STRING_VALUE",
201
205
  * },
@@ -239,6 +243,7 @@ declare const UpdateDashboardCommand_base: {
239
243
  * FontConfiguration: {
240
244
  * FontSize: {
241
245
  * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
246
+ * Absolute: "STRING_VALUE",
242
247
  * },
243
248
  * FontDecoration: "UNDERLINE" || "NONE",
244
249
  * FontColor: "STRING_VALUE",
@@ -246,6 +251,7 @@ declare const UpdateDashboardCommand_base: {
246
251
  * Name: "NORMAL" || "BOLD",
247
252
  * },
248
253
  * FontStyle: "NORMAL" || "ITALIC",
254
+ * FontFamily: "STRING_VALUE",
249
255
  * },
250
256
  * CustomLabel: "STRING_VALUE",
251
257
  * },
@@ -287,6 +293,7 @@ declare const UpdateDashboardCommand_base: {
287
293
  * FontConfiguration: {
288
294
  * FontSize: {
289
295
  * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
296
+ * Absolute: "STRING_VALUE",
290
297
  * },
291
298
  * FontDecoration: "UNDERLINE" || "NONE",
292
299
  * FontColor: "STRING_VALUE",
@@ -294,6 +301,7 @@ declare const UpdateDashboardCommand_base: {
294
301
  * Name: "NORMAL" || "BOLD",
295
302
  * },
296
303
  * FontStyle: "NORMAL" || "ITALIC",
304
+ * FontFamily: "STRING_VALUE",
297
305
  * },
298
306
  * CustomLabel: "STRING_VALUE",
299
307
  * },
@@ -317,6 +325,7 @@ declare const UpdateDashboardCommand_base: {
317
325
  * FontConfiguration: {
318
326
  * FontSize: {
319
327
  * Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
328
+ * Absolute: "STRING_VALUE",
320
329
  * },
321
330
  * FontDecoration: "UNDERLINE" || "NONE",
322
331
  * FontColor: "STRING_VALUE",
@@ -324,6 +333,7 @@ declare const UpdateDashboardCommand_base: {
324
333
  * Name: "NORMAL" || "BOLD",
325
334
  * },
326
335
  * FontStyle: "NORMAL" || "ITALIC",
336
+ * FontFamily: "STRING_VALUE",
327
337
  * },
328
338
  * CustomLabel: "STRING_VALUE",
329
339
  * },
@@ -1172,6 +1182,7 @@ declare const UpdateDashboardCommand_base: {
1172
1182
  * ],
1173
1183
  * },
1174
1184
  * ],
1185
+ * VisualContentAltText: "STRING_VALUE",
1175
1186
  * },
1176
1187
  * PivotTableVisual: { // PivotTableVisual
1177
1188
  * VisualId: "STRING_VALUE", // required
@@ -1636,6 +1647,7 @@ declare const UpdateDashboardCommand_base: {
1636
1647
  * ],
1637
1648
  * },
1638
1649
  * ],
1650
+ * VisualContentAltText: "STRING_VALUE",
1639
1651
  * },
1640
1652
  * BarChartVisual: { // BarChartVisual
1641
1653
  * VisualId: "STRING_VALUE", // required
@@ -1984,6 +1996,7 @@ declare const UpdateDashboardCommand_base: {
1984
1996
  * Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
1985
1997
  * Width: "STRING_VALUE",
1986
1998
  * Height: "STRING_VALUE",
1999
+ * ValueFontConfiguration: "<FontConfiguration>",
1987
2000
  * },
1988
2001
  * DataLabels: { // DataLabelOptions
1989
2002
  * Visibility: "HIDDEN" || "VISIBLE",
@@ -2243,6 +2256,7 @@ declare const UpdateDashboardCommand_base: {
2243
2256
  * },
2244
2257
  * },
2245
2258
  * ],
2259
+ * VisualContentAltText: "STRING_VALUE",
2246
2260
  * },
2247
2261
  * KPIVisual: { // KPIVisual
2248
2262
  * VisualId: "STRING_VALUE", // required
@@ -2566,6 +2580,7 @@ declare const UpdateDashboardCommand_base: {
2566
2580
  * },
2567
2581
  * },
2568
2582
  * ],
2583
+ * VisualContentAltText: "STRING_VALUE",
2569
2584
  * },
2570
2585
  * PieChartVisual: { // PieChartVisual
2571
2586
  * VisualId: "STRING_VALUE", // required
@@ -2680,6 +2695,7 @@ declare const UpdateDashboardCommand_base: {
2680
2695
  * Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
2681
2696
  * Width: "STRING_VALUE",
2682
2697
  * Height: "STRING_VALUE",
2698
+ * ValueFontConfiguration: "<FontConfiguration>",
2683
2699
  * },
2684
2700
  * DataLabels: {
2685
2701
  * Visibility: "HIDDEN" || "VISIBLE",
@@ -2856,6 +2872,7 @@ declare const UpdateDashboardCommand_base: {
2856
2872
  * },
2857
2873
  * },
2858
2874
  * ],
2875
+ * VisualContentAltText: "STRING_VALUE",
2859
2876
  * },
2860
2877
  * GaugeChartVisual: { // GaugeChartVisual
2861
2878
  * VisualId: "STRING_VALUE", // required
@@ -2976,6 +2993,7 @@ declare const UpdateDashboardCommand_base: {
2976
2993
  * ],
2977
2994
  * },
2978
2995
  * Actions: "<VisualCustomActionList>",
2996
+ * VisualContentAltText: "STRING_VALUE",
2979
2997
  * },
2980
2998
  * LineChartVisual: { // LineChartVisual
2981
2999
  * VisualId: "STRING_VALUE", // required
@@ -3254,6 +3272,7 @@ declare const UpdateDashboardCommand_base: {
3254
3272
  * Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
3255
3273
  * Width: "STRING_VALUE",
3256
3274
  * Height: "STRING_VALUE",
3275
+ * ValueFontConfiguration: "<FontConfiguration>",
3257
3276
  * },
3258
3277
  * DataLabels: {
3259
3278
  * Visibility: "HIDDEN" || "VISIBLE",
@@ -3390,6 +3409,7 @@ declare const UpdateDashboardCommand_base: {
3390
3409
  * },
3391
3410
  * },
3392
3411
  * ],
3412
+ * VisualContentAltText: "STRING_VALUE",
3393
3413
  * },
3394
3414
  * HeatMapVisual: { // HeatMapVisual
3395
3415
  * VisualId: "STRING_VALUE", // required
@@ -3436,6 +3456,7 @@ declare const UpdateDashboardCommand_base: {
3436
3456
  * Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
3437
3457
  * Width: "STRING_VALUE",
3438
3458
  * Height: "STRING_VALUE",
3459
+ * ValueFontConfiguration: "<FontConfiguration>",
3439
3460
  * },
3440
3461
  * DataLabels: {
3441
3462
  * Visibility: "HIDDEN" || "VISIBLE",
@@ -3520,6 +3541,7 @@ declare const UpdateDashboardCommand_base: {
3520
3541
  * },
3521
3542
  * ],
3522
3543
  * Actions: "<VisualCustomActionList>",
3544
+ * VisualContentAltText: "STRING_VALUE",
3523
3545
  * },
3524
3546
  * TreeMapVisual: { // TreeMapVisual
3525
3547
  * VisualId: "STRING_VALUE", // required
@@ -3565,6 +3587,7 @@ declare const UpdateDashboardCommand_base: {
3565
3587
  * Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
3566
3588
  * Width: "STRING_VALUE",
3567
3589
  * Height: "STRING_VALUE",
3590
+ * ValueFontConfiguration: "<FontConfiguration>",
3568
3591
  * },
3569
3592
  * DataLabels: "<DataLabelOptions>",
3570
3593
  * Tooltip: "<TooltipOptions>",
@@ -3572,6 +3595,7 @@ declare const UpdateDashboardCommand_base: {
3572
3595
  * },
3573
3596
  * Actions: "<VisualCustomActionList>",
3574
3597
  * ColumnHierarchies: "<ColumnHierarchyList>",
3598
+ * VisualContentAltText: "STRING_VALUE",
3575
3599
  * },
3576
3600
  * GeospatialMapVisual: { // GeospatialMapVisual
3577
3601
  * VisualId: "STRING_VALUE", // required
@@ -3632,6 +3656,7 @@ declare const UpdateDashboardCommand_base: {
3632
3656
  * },
3633
3657
  * ColumnHierarchies: "<ColumnHierarchyList>",
3634
3658
  * Actions: "<VisualCustomActionList>",
3659
+ * VisualContentAltText: "STRING_VALUE",
3635
3660
  * },
3636
3661
  * FilledMapVisual: { // FilledMapVisual
3637
3662
  * VisualId: "STRING_VALUE", // required
@@ -3681,6 +3706,284 @@ declare const UpdateDashboardCommand_base: {
3681
3706
  * },
3682
3707
  * ColumnHierarchies: "<ColumnHierarchyList>",
3683
3708
  * Actions: "<VisualCustomActionList>",
3709
+ * VisualContentAltText: "STRING_VALUE",
3710
+ * },
3711
+ * LayerMapVisual: { // LayerMapVisual
3712
+ * VisualId: "STRING_VALUE", // required
3713
+ * Title: "<VisualTitleLabelOptions>",
3714
+ * Subtitle: "<VisualSubtitleLabelOptions>",
3715
+ * ChartConfiguration: { // GeospatialLayerMapConfiguration
3716
+ * Legend: "<LegendOptions>",
3717
+ * MapLayers: [ // GeospatialMapLayerList
3718
+ * { // GeospatialLayerItem
3719
+ * LayerId: "STRING_VALUE", // required
3720
+ * LayerType: "POINT" || "LINE" || "POLYGON",
3721
+ * DataSource: { // GeospatialDataSourceItem
3722
+ * StaticFileDataSource: { // GeospatialStaticFileSource
3723
+ * StaticFileId: "STRING_VALUE", // required
3724
+ * },
3725
+ * },
3726
+ * Label: "STRING_VALUE",
3727
+ * Visibility: "HIDDEN" || "VISIBLE",
3728
+ * LayerDefinition: { // GeospatialLayerDefinition
3729
+ * PointLayer: { // GeospatialPointLayer
3730
+ * Style: { // GeospatialPointStyle
3731
+ * CircleSymbolStyle: { // GeospatialCircleSymbolStyle
3732
+ * FillColor: { // GeospatialColor
3733
+ * Solid: { // GeospatialSolidColor
3734
+ * Color: "STRING_VALUE", // required
3735
+ * State: "ENABLED" || "DISABLED",
3736
+ * },
3737
+ * Gradient: { // GeospatialGradientColor
3738
+ * StepColors: [ // GeospatialGradientStepColorList // required
3739
+ * { // GeospatialGradientStepColor
3740
+ * Color: "STRING_VALUE", // required
3741
+ * DataValue: Number("double"), // required
3742
+ * },
3743
+ * ],
3744
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3745
+ * NullDataSettings: { // GeospatialNullDataSettings
3746
+ * SymbolStyle: { // GeospatialNullSymbolStyle
3747
+ * FillColor: "STRING_VALUE",
3748
+ * StrokeColor: "STRING_VALUE",
3749
+ * StrokeWidth: Number("double"),
3750
+ * },
3751
+ * },
3752
+ * DefaultOpacity: Number("double"),
3753
+ * },
3754
+ * Categorical: { // GeospatialCategoricalColor
3755
+ * CategoryDataColors: [ // GeospatialCategoricalDataColorList // required
3756
+ * { // GeospatialCategoricalDataColor
3757
+ * Color: "STRING_VALUE", // required
3758
+ * DataValue: "STRING_VALUE", // required
3759
+ * },
3760
+ * ],
3761
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3762
+ * NullDataSettings: {
3763
+ * SymbolStyle: {
3764
+ * FillColor: "STRING_VALUE",
3765
+ * StrokeColor: "STRING_VALUE",
3766
+ * StrokeWidth: Number("double"),
3767
+ * },
3768
+ * },
3769
+ * DefaultOpacity: Number("double"),
3770
+ * },
3771
+ * },
3772
+ * StrokeColor: {
3773
+ * Solid: {
3774
+ * Color: "STRING_VALUE", // required
3775
+ * State: "ENABLED" || "DISABLED",
3776
+ * },
3777
+ * Gradient: {
3778
+ * StepColors: [ // required
3779
+ * {
3780
+ * Color: "STRING_VALUE", // required
3781
+ * DataValue: Number("double"), // required
3782
+ * },
3783
+ * ],
3784
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3785
+ * NullDataSettings: {
3786
+ * SymbolStyle: {
3787
+ * FillColor: "STRING_VALUE",
3788
+ * StrokeColor: "STRING_VALUE",
3789
+ * StrokeWidth: Number("double"),
3790
+ * },
3791
+ * },
3792
+ * DefaultOpacity: Number("double"),
3793
+ * },
3794
+ * Categorical: {
3795
+ * CategoryDataColors: [ // required
3796
+ * {
3797
+ * Color: "STRING_VALUE", // required
3798
+ * DataValue: "STRING_VALUE", // required
3799
+ * },
3800
+ * ],
3801
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3802
+ * NullDataSettings: {
3803
+ * SymbolStyle: {
3804
+ * FillColor: "STRING_VALUE",
3805
+ * StrokeColor: "STRING_VALUE",
3806
+ * StrokeWidth: Number("double"),
3807
+ * },
3808
+ * },
3809
+ * DefaultOpacity: Number("double"),
3810
+ * },
3811
+ * },
3812
+ * StrokeWidth: { // GeospatialLineWidth
3813
+ * LineWidth: Number("double"),
3814
+ * },
3815
+ * CircleRadius: { // GeospatialCircleRadius
3816
+ * Radius: Number("double"),
3817
+ * },
3818
+ * },
3819
+ * },
3820
+ * },
3821
+ * LineLayer: { // GeospatialLineLayer
3822
+ * Style: { // GeospatialLineStyle
3823
+ * LineSymbolStyle: { // GeospatialLineSymbolStyle
3824
+ * FillColor: {
3825
+ * Solid: {
3826
+ * Color: "STRING_VALUE", // required
3827
+ * State: "ENABLED" || "DISABLED",
3828
+ * },
3829
+ * Gradient: {
3830
+ * StepColors: [ // required
3831
+ * {
3832
+ * Color: "STRING_VALUE", // required
3833
+ * DataValue: Number("double"), // required
3834
+ * },
3835
+ * ],
3836
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3837
+ * NullDataSettings: {
3838
+ * SymbolStyle: {
3839
+ * FillColor: "STRING_VALUE",
3840
+ * StrokeColor: "STRING_VALUE",
3841
+ * StrokeWidth: Number("double"),
3842
+ * },
3843
+ * },
3844
+ * DefaultOpacity: Number("double"),
3845
+ * },
3846
+ * Categorical: {
3847
+ * CategoryDataColors: [ // required
3848
+ * {
3849
+ * Color: "STRING_VALUE", // required
3850
+ * DataValue: "STRING_VALUE", // required
3851
+ * },
3852
+ * ],
3853
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3854
+ * NullDataSettings: "<GeospatialNullDataSettings>",
3855
+ * DefaultOpacity: Number("double"),
3856
+ * },
3857
+ * },
3858
+ * LineWidth: {
3859
+ * LineWidth: Number("double"),
3860
+ * },
3861
+ * },
3862
+ * },
3863
+ * },
3864
+ * PolygonLayer: { // GeospatialPolygonLayer
3865
+ * Style: { // GeospatialPolygonStyle
3866
+ * PolygonSymbolStyle: { // GeospatialPolygonSymbolStyle
3867
+ * FillColor: {
3868
+ * Solid: {
3869
+ * Color: "STRING_VALUE", // required
3870
+ * State: "ENABLED" || "DISABLED",
3871
+ * },
3872
+ * Gradient: {
3873
+ * StepColors: [ // required
3874
+ * {
3875
+ * Color: "STRING_VALUE", // required
3876
+ * DataValue: Number("double"), // required
3877
+ * },
3878
+ * ],
3879
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3880
+ * NullDataSettings: "<GeospatialNullDataSettings>",
3881
+ * DefaultOpacity: Number("double"),
3882
+ * },
3883
+ * Categorical: {
3884
+ * CategoryDataColors: [ // required
3885
+ * {
3886
+ * Color: "STRING_VALUE", // required
3887
+ * DataValue: "STRING_VALUE", // required
3888
+ * },
3889
+ * ],
3890
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3891
+ * NullDataSettings: "<GeospatialNullDataSettings>",
3892
+ * DefaultOpacity: Number("double"),
3893
+ * },
3894
+ * },
3895
+ * StrokeColor: {
3896
+ * Solid: {
3897
+ * Color: "STRING_VALUE", // required
3898
+ * State: "ENABLED" || "DISABLED",
3899
+ * },
3900
+ * Gradient: {
3901
+ * StepColors: [ // required
3902
+ * {
3903
+ * Color: "STRING_VALUE", // required
3904
+ * DataValue: Number("double"), // required
3905
+ * },
3906
+ * ],
3907
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3908
+ * NullDataSettings: "<GeospatialNullDataSettings>",
3909
+ * DefaultOpacity: Number("double"),
3910
+ * },
3911
+ * Categorical: {
3912
+ * CategoryDataColors: [ // required
3913
+ * {
3914
+ * Color: "STRING_VALUE", // required
3915
+ * DataValue: "STRING_VALUE", // required
3916
+ * },
3917
+ * ],
3918
+ * NullDataVisibility: "HIDDEN" || "VISIBLE",
3919
+ * NullDataSettings: "<GeospatialNullDataSettings>",
3920
+ * DefaultOpacity: Number("double"),
3921
+ * },
3922
+ * },
3923
+ * StrokeWidth: {
3924
+ * LineWidth: Number("double"),
3925
+ * },
3926
+ * },
3927
+ * },
3928
+ * },
3929
+ * },
3930
+ * Tooltip: "<TooltipOptions>",
3931
+ * JoinDefinition: { // GeospatialLayerJoinDefinition
3932
+ * ShapeKeyField: "STRING_VALUE",
3933
+ * DatasetKeyField: {
3934
+ * FieldId: "STRING_VALUE", // required
3935
+ * Column: "<ColumnIdentifier>", // required
3936
+ * FormatConfiguration: {
3937
+ * StringFormatConfiguration: "<StringFormatConfiguration>",
3938
+ * NumberFormatConfiguration: "<NumberFormatConfiguration>",
3939
+ * DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
3940
+ * },
3941
+ * },
3942
+ * ColorField: { // GeospatialLayerColorField
3943
+ * ColorDimensionsFields: [ // GeospatialLayerDimensionFieldList
3944
+ * "<DimensionField>",
3945
+ * ],
3946
+ * ColorValuesFields: [ // GeospatialLayerMeasureFieldList
3947
+ * "<MeasureField>",
3948
+ * ],
3949
+ * },
3950
+ * },
3951
+ * Actions: [ // LayerCustomActionList
3952
+ * { // LayerCustomAction
3953
+ * CustomActionId: "STRING_VALUE", // required
3954
+ * Name: "STRING_VALUE", // required
3955
+ * Status: "ENABLED" || "DISABLED",
3956
+ * Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
3957
+ * ActionOperations: [ // LayerCustomActionOperationList // required
3958
+ * { // LayerCustomActionOperation
3959
+ * FilterOperation: "<CustomActionFilterOperation>",
3960
+ * NavigationOperation: "<CustomActionNavigationOperation>",
3961
+ * URLOperation: "<CustomActionURLOperation>",
3962
+ * SetParametersOperation: "<CustomActionSetParametersOperation>",
3963
+ * },
3964
+ * ],
3965
+ * },
3966
+ * ],
3967
+ * },
3968
+ * ],
3969
+ * MapState: { // GeospatialMapState
3970
+ * Bounds: {
3971
+ * North: Number("double"), // required
3972
+ * South: Number("double"), // required
3973
+ * West: Number("double"), // required
3974
+ * East: Number("double"), // required
3975
+ * },
3976
+ * MapNavigation: "ENABLED" || "DISABLED",
3977
+ * },
3978
+ * MapStyle: { // GeospatialMapStyle
3979
+ * BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
3980
+ * BackgroundColor: "STRING_VALUE",
3981
+ * BaseMapVisibility: "HIDDEN" || "VISIBLE",
3982
+ * },
3983
+ * Interactions: "<VisualInteractionOptions>",
3984
+ * },
3985
+ * DataSetIdentifier: "STRING_VALUE", // required
3986
+ * VisualContentAltText: "STRING_VALUE",
3684
3987
  * },
3685
3988
  * FunnelChartVisual: { // FunnelChartVisual
3686
3989
  * VisualId: "STRING_VALUE", // required
@@ -3718,6 +4021,7 @@ declare const UpdateDashboardCommand_base: {
3718
4021
  * },
3719
4022
  * Actions: "<VisualCustomActionList>",
3720
4023
  * ColumnHierarchies: "<ColumnHierarchyList>",
4024
+ * VisualContentAltText: "STRING_VALUE",
3721
4025
  * },
3722
4026
  * ScatterPlotVisual: { // ScatterPlotVisual
3723
4027
  * VisualId: "STRING_VALUE", // required
@@ -3755,6 +4059,7 @@ declare const UpdateDashboardCommand_base: {
3755
4059
  * },
3756
4060
  * Actions: "<VisualCustomActionList>",
3757
4061
  * ColumnHierarchies: "<ColumnHierarchyList>",
4062
+ * VisualContentAltText: "STRING_VALUE",
3758
4063
  * },
3759
4064
  * ComboChartVisual: { // ComboChartVisual
3760
4065
  * VisualId: "STRING_VALUE", // required
@@ -3831,6 +4136,7 @@ declare const UpdateDashboardCommand_base: {
3831
4136
  * },
3832
4137
  * Actions: "<VisualCustomActionList>",
3833
4138
  * ColumnHierarchies: "<ColumnHierarchyList>",
4139
+ * VisualContentAltText: "STRING_VALUE",
3834
4140
  * },
3835
4141
  * BoxPlotVisual: { // BoxPlotVisual
3836
4142
  * VisualId: "STRING_VALUE", // required
@@ -3906,6 +4212,7 @@ declare const UpdateDashboardCommand_base: {
3906
4212
  * },
3907
4213
  * Actions: "<VisualCustomActionList>",
3908
4214
  * ColumnHierarchies: "<ColumnHierarchyList>",
4215
+ * VisualContentAltText: "STRING_VALUE",
3909
4216
  * },
3910
4217
  * WaterfallVisual: { // WaterfallVisual
3911
4218
  * VisualId: "STRING_VALUE", // required
@@ -3944,6 +4251,7 @@ declare const UpdateDashboardCommand_base: {
3944
4251
  * },
3945
4252
  * Actions: "<VisualCustomActionList>",
3946
4253
  * ColumnHierarchies: "<ColumnHierarchyList>",
4254
+ * VisualContentAltText: "STRING_VALUE",
3947
4255
  * },
3948
4256
  * HistogramVisual: { // HistogramVisual
3949
4257
  * VisualId: "STRING_VALUE", // required
@@ -3977,6 +4285,7 @@ declare const UpdateDashboardCommand_base: {
3977
4285
  * Interactions: "<VisualInteractionOptions>",
3978
4286
  * },
3979
4287
  * Actions: "<VisualCustomActionList>",
4288
+ * VisualContentAltText: "STRING_VALUE",
3980
4289
  * },
3981
4290
  * WordCloudVisual: { // WordCloudVisual
3982
4291
  * VisualId: "STRING_VALUE", // required
@@ -4010,6 +4319,7 @@ declare const UpdateDashboardCommand_base: {
4010
4319
  * },
4011
4320
  * Actions: "<VisualCustomActionList>",
4012
4321
  * ColumnHierarchies: "<ColumnHierarchyList>",
4322
+ * VisualContentAltText: "STRING_VALUE",
4013
4323
  * },
4014
4324
  * InsightVisual: { // InsightVisual
4015
4325
  * VisualId: "STRING_VALUE", // required
@@ -4102,6 +4412,7 @@ declare const UpdateDashboardCommand_base: {
4102
4412
  * },
4103
4413
  * Actions: "<VisualCustomActionList>",
4104
4414
  * DataSetIdentifier: "STRING_VALUE", // required
4415
+ * VisualContentAltText: "STRING_VALUE",
4105
4416
  * },
4106
4417
  * SankeyDiagramVisual: { // SankeyDiagramVisual
4107
4418
  * VisualId: "STRING_VALUE", // required
@@ -4124,6 +4435,7 @@ declare const UpdateDashboardCommand_base: {
4124
4435
  * Interactions: "<VisualInteractionOptions>",
4125
4436
  * },
4126
4437
  * Actions: "<VisualCustomActionList>",
4438
+ * VisualContentAltText: "STRING_VALUE",
4127
4439
  * },
4128
4440
  * CustomContentVisual: { // CustomContentVisual
4129
4441
  * VisualId: "STRING_VALUE", // required
@@ -4137,6 +4449,7 @@ declare const UpdateDashboardCommand_base: {
4137
4449
  * },
4138
4450
  * Actions: "<VisualCustomActionList>",
4139
4451
  * DataSetIdentifier: "STRING_VALUE", // required
4452
+ * VisualContentAltText: "STRING_VALUE",
4140
4453
  * },
4141
4454
  * EmptyVisual: { // EmptyVisual
4142
4455
  * VisualId: "STRING_VALUE", // required
@@ -4188,6 +4501,52 @@ declare const UpdateDashboardCommand_base: {
4188
4501
  * },
4189
4502
  * Actions: "<VisualCustomActionList>",
4190
4503
  * ColumnHierarchies: "<ColumnHierarchyList>",
4504
+ * VisualContentAltText: "STRING_VALUE",
4505
+ * },
4506
+ * PluginVisual: { // PluginVisual
4507
+ * VisualId: "STRING_VALUE", // required
4508
+ * PluginArn: "STRING_VALUE", // required
4509
+ * Title: "<VisualTitleLabelOptions>",
4510
+ * Subtitle: "<VisualSubtitleLabelOptions>",
4511
+ * ChartConfiguration: { // PluginVisualConfiguration
4512
+ * FieldWells: [ // PluginVisualFieldWells
4513
+ * { // PluginVisualFieldWell
4514
+ * AxisName: "GROUP_BY" || "VALUE",
4515
+ * Dimensions: "<DimensionFieldList>",
4516
+ * Measures: "<MeasureFieldList>",
4517
+ * Unaggregated: [
4518
+ * {
4519
+ * FieldId: "STRING_VALUE", // required
4520
+ * Column: "<ColumnIdentifier>", // required
4521
+ * FormatConfiguration: {
4522
+ * StringFormatConfiguration: "<StringFormatConfiguration>",
4523
+ * NumberFormatConfiguration: "<NumberFormatConfiguration>",
4524
+ * DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
4525
+ * },
4526
+ * },
4527
+ * ],
4528
+ * },
4529
+ * ],
4530
+ * VisualOptions: { // PluginVisualOptions
4531
+ * VisualProperties: [ // PluginVisualPropertiesList
4532
+ * { // PluginVisualProperty
4533
+ * Name: "STRING_VALUE",
4534
+ * Value: "STRING_VALUE",
4535
+ * },
4536
+ * ],
4537
+ * },
4538
+ * SortConfiguration: { // PluginVisualSortConfiguration
4539
+ * PluginVisualTableQuerySort: { // PluginVisualTableQuerySort
4540
+ * RowSort: [
4541
+ * "<FieldSortOptions>",
4542
+ * ],
4543
+ * ItemsLimitConfiguration: { // PluginVisualItemsLimitConfiguration
4544
+ * ItemsLimit: Number("long"),
4545
+ * },
4546
+ * },
4547
+ * },
4548
+ * },
4549
+ * VisualContentAltText: "STRING_VALUE",
4191
4550
  * },
4192
4551
  * },
4193
4552
  * ],
@@ -4197,6 +4556,46 @@ declare const UpdateDashboardCommand_base: {
4197
4556
  * Content: "STRING_VALUE",
4198
4557
  * },
4199
4558
  * ],
4559
+ * Images: [ // SheetImageList
4560
+ * { // SheetImage
4561
+ * SheetImageId: "STRING_VALUE", // required
4562
+ * Source: { // SheetImageSource
4563
+ * SheetImageStaticFileSource: { // SheetImageStaticFileSource
4564
+ * StaticFileId: "STRING_VALUE", // required
4565
+ * },
4566
+ * },
4567
+ * Scaling: { // SheetImageScalingConfiguration
4568
+ * ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
4569
+ * },
4570
+ * Tooltip: { // SheetImageTooltipConfiguration
4571
+ * TooltipText: { // SheetImageTooltipText
4572
+ * PlainText: "STRING_VALUE",
4573
+ * },
4574
+ * Visibility: "HIDDEN" || "VISIBLE",
4575
+ * },
4576
+ * ImageContentAltText: "STRING_VALUE",
4577
+ * Interactions: { // ImageInteractionOptions
4578
+ * ImageMenuOption: { // ImageMenuOption
4579
+ * AvailabilityStatus: "ENABLED" || "DISABLED",
4580
+ * },
4581
+ * },
4582
+ * Actions: [ // ImageCustomActionList
4583
+ * { // ImageCustomAction
4584
+ * CustomActionId: "STRING_VALUE", // required
4585
+ * Name: "STRING_VALUE", // required
4586
+ * Status: "ENABLED" || "DISABLED",
4587
+ * Trigger: "CLICK" || "MENU", // required
4588
+ * ActionOperations: [ // ImageCustomActionOperationList // required
4589
+ * { // ImageCustomActionOperation
4590
+ * NavigationOperation: "<CustomActionNavigationOperation>",
4591
+ * URLOperation: "<CustomActionURLOperation>",
4592
+ * SetParametersOperation: "<CustomActionSetParametersOperation>",
4593
+ * },
4594
+ * ],
4595
+ * },
4596
+ * ],
4597
+ * },
4598
+ * ],
4200
4599
  * Layouts: [ // LayoutList
4201
4600
  * { // Layout
4202
4601
  * Configuration: { // LayoutConfiguration
@@ -4204,7 +4603,7 @@ declare const UpdateDashboardCommand_base: {
4204
4603
  * Elements: [ // GridLayoutElementList // required
4205
4604
  * { // GridLayoutElement
4206
4605
  * ElementId: "STRING_VALUE", // required
4207
- * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
4606
+ * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
4208
4607
  * ColumnIndex: Number("int"),
4209
4608
  * ColumnSpan: Number("int"), // required
4210
4609
  * RowIndex: Number("int"),
@@ -4222,7 +4621,7 @@ declare const UpdateDashboardCommand_base: {
4222
4621
  * Elements: [ // FreeFromLayoutElementList // required
4223
4622
  * { // FreeFormLayoutElement
4224
4623
  * ElementId: "STRING_VALUE", // required
4225
- * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
4624
+ * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
4226
4625
  * XAxisLocation: "STRING_VALUE", // required
4227
4626
  * YAxisLocation: "STRING_VALUE", // required
4228
4627
  * Width: "STRING_VALUE", // required
@@ -4268,7 +4667,7 @@ declare const UpdateDashboardCommand_base: {
4268
4667
  * Elements: [ // required
4269
4668
  * {
4270
4669
  * ElementId: "STRING_VALUE", // required
4271
- * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
4670
+ * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
4272
4671
  * XAxisLocation: "STRING_VALUE", // required
4273
4672
  * YAxisLocation: "STRING_VALUE", // required
4274
4673
  * Width: "STRING_VALUE", // required
@@ -4408,7 +4807,7 @@ declare const UpdateDashboardCommand_base: {
4408
4807
  * Elements: [ // required
4409
4808
  * {
4410
4809
  * ElementId: "STRING_VALUE", // required
4411
- * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
4810
+ * ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
4412
4811
  * ColumnIndex: Number("int"),
4413
4812
  * ColumnSpan: Number("int"), // required
4414
4813
  * RowIndex: Number("int"),
@@ -5073,6 +5472,36 @@ declare const UpdateDashboardCommand_base: {
5073
5472
  * Timezone: "STRING_VALUE",
5074
5473
  * WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
5075
5474
  * },
5475
+ * StaticFiles: [ // StaticFileList
5476
+ * { // StaticFile
5477
+ * ImageStaticFile: { // ImageStaticFile
5478
+ * StaticFileId: "STRING_VALUE", // required
5479
+ * Source: { // StaticFileSource
5480
+ * UrlOptions: { // StaticFileUrlSourceOptions
5481
+ * Url: "STRING_VALUE", // required
5482
+ * },
5483
+ * S3Options: { // StaticFileS3SourceOptions
5484
+ * BucketName: "STRING_VALUE", // required
5485
+ * ObjectKey: "STRING_VALUE", // required
5486
+ * Region: "STRING_VALUE", // required
5487
+ * },
5488
+ * },
5489
+ * },
5490
+ * SpatialStaticFile: { // SpatialStaticFile
5491
+ * StaticFileId: "STRING_VALUE", // required
5492
+ * Source: {
5493
+ * UrlOptions: {
5494
+ * Url: "STRING_VALUE", // required
5495
+ * },
5496
+ * S3Options: {
5497
+ * BucketName: "STRING_VALUE", // required
5498
+ * ObjectKey: "STRING_VALUE", // required
5499
+ * Region: "STRING_VALUE", // required
5500
+ * },
5501
+ * },
5502
+ * },
5503
+ * },
5504
+ * ],
5076
5505
  * },
5077
5506
  * ValidationStrategy: { // ValidationStrategy
5078
5507
  * Mode: "STRICT" || "LENIENT", // required