@aws-sdk/client-quicksight 3.696.0 → 3.699.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.
- package/README.md +24 -0
- package/dist-cjs/index.js +1697 -691
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +4 -4
|
@@ -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
|