@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.
- package/README.md +88 -0
- package/dist-cjs/index.js +2218 -750
- package/dist-es/QuickSight.js +22 -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/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- 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/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +11 -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 +137 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +185 -49
- package/dist-es/models/models_5.js +50 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1044 -12
- package/dist-types/QuickSight.d.ts +77 -0
- package/dist-types/QuickSightClient.d.ts +13 -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/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -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/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- 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/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- 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 +2 -2
- 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/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- 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 +11 -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 +4413 -4505
- package/dist-types/models/models_3.d.ts +4169 -4324
- package/dist-types/models/models_4.d.ts +3851 -3830
- package/dist-types/models/models_5.d.ts +2394 -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 +99 -0
- package/dist-types/ts3.4/QuickSight.d.ts +235 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +66 -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/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- 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/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- 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/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- 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/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- 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/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- 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 +11 -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 +428 -418
- package/dist-types/ts3.4/models/models_3.d.ts +453 -503
- package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
- package/dist-types/ts3.4/models/models_5.d.ts +596 -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 +132 -0
- 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 { CreateDashboardRequest, CreateDashboardResponse } from "../models/
|
|
3
|
+
import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -169,6 +169,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
169
169
|
* FontConfiguration: { // FontConfiguration
|
|
170
170
|
* FontSize: { // FontSize
|
|
171
171
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
172
|
+
* Absolute: "STRING_VALUE",
|
|
172
173
|
* },
|
|
173
174
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
174
175
|
* FontColor: "STRING_VALUE",
|
|
@@ -176,6 +177,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
176
177
|
* Name: "NORMAL" || "BOLD",
|
|
177
178
|
* },
|
|
178
179
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
180
|
+
* FontFamily: "STRING_VALUE",
|
|
179
181
|
* },
|
|
180
182
|
* CustomLabel: "STRING_VALUE",
|
|
181
183
|
* },
|
|
@@ -204,6 +206,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
204
206
|
* FontConfiguration: {
|
|
205
207
|
* FontSize: {
|
|
206
208
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
209
|
+
* Absolute: "STRING_VALUE",
|
|
207
210
|
* },
|
|
208
211
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
209
212
|
* FontColor: "STRING_VALUE",
|
|
@@ -211,6 +214,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
211
214
|
* Name: "NORMAL" || "BOLD",
|
|
212
215
|
* },
|
|
213
216
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
217
|
+
* FontFamily: "STRING_VALUE",
|
|
214
218
|
* },
|
|
215
219
|
* CustomLabel: "STRING_VALUE",
|
|
216
220
|
* },
|
|
@@ -254,6 +258,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
254
258
|
* FontConfiguration: {
|
|
255
259
|
* FontSize: {
|
|
256
260
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
261
|
+
* Absolute: "STRING_VALUE",
|
|
257
262
|
* },
|
|
258
263
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
259
264
|
* FontColor: "STRING_VALUE",
|
|
@@ -261,6 +266,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
261
266
|
* Name: "NORMAL" || "BOLD",
|
|
262
267
|
* },
|
|
263
268
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
269
|
+
* FontFamily: "STRING_VALUE",
|
|
264
270
|
* },
|
|
265
271
|
* CustomLabel: "STRING_VALUE",
|
|
266
272
|
* },
|
|
@@ -302,6 +308,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
302
308
|
* FontConfiguration: {
|
|
303
309
|
* FontSize: {
|
|
304
310
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
311
|
+
* Absolute: "STRING_VALUE",
|
|
305
312
|
* },
|
|
306
313
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
307
314
|
* FontColor: "STRING_VALUE",
|
|
@@ -309,6 +316,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
309
316
|
* Name: "NORMAL" || "BOLD",
|
|
310
317
|
* },
|
|
311
318
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
319
|
+
* FontFamily: "STRING_VALUE",
|
|
312
320
|
* },
|
|
313
321
|
* CustomLabel: "STRING_VALUE",
|
|
314
322
|
* },
|
|
@@ -332,6 +340,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
332
340
|
* FontConfiguration: {
|
|
333
341
|
* FontSize: {
|
|
334
342
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
343
|
+
* Absolute: "STRING_VALUE",
|
|
335
344
|
* },
|
|
336
345
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
337
346
|
* FontColor: "STRING_VALUE",
|
|
@@ -339,6 +348,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
339
348
|
* Name: "NORMAL" || "BOLD",
|
|
340
349
|
* },
|
|
341
350
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
351
|
+
* FontFamily: "STRING_VALUE",
|
|
342
352
|
* },
|
|
343
353
|
* CustomLabel: "STRING_VALUE",
|
|
344
354
|
* },
|
|
@@ -1187,6 +1197,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
1187
1197
|
* ],
|
|
1188
1198
|
* },
|
|
1189
1199
|
* ],
|
|
1200
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
1190
1201
|
* },
|
|
1191
1202
|
* PivotTableVisual: { // PivotTableVisual
|
|
1192
1203
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -1651,6 +1662,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
1651
1662
|
* ],
|
|
1652
1663
|
* },
|
|
1653
1664
|
* ],
|
|
1665
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
1654
1666
|
* },
|
|
1655
1667
|
* BarChartVisual: { // BarChartVisual
|
|
1656
1668
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -1999,6 +2011,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
1999
2011
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2000
2012
|
* Width: "STRING_VALUE",
|
|
2001
2013
|
* Height: "STRING_VALUE",
|
|
2014
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
2002
2015
|
* },
|
|
2003
2016
|
* DataLabels: { // DataLabelOptions
|
|
2004
2017
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2258,6 +2271,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
2258
2271
|
* },
|
|
2259
2272
|
* },
|
|
2260
2273
|
* ],
|
|
2274
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2261
2275
|
* },
|
|
2262
2276
|
* KPIVisual: { // KPIVisual
|
|
2263
2277
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2581,6 +2595,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
2581
2595
|
* },
|
|
2582
2596
|
* },
|
|
2583
2597
|
* ],
|
|
2598
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2584
2599
|
* },
|
|
2585
2600
|
* PieChartVisual: { // PieChartVisual
|
|
2586
2601
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2695,6 +2710,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
2695
2710
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2696
2711
|
* Width: "STRING_VALUE",
|
|
2697
2712
|
* Height: "STRING_VALUE",
|
|
2713
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
2698
2714
|
* },
|
|
2699
2715
|
* DataLabels: {
|
|
2700
2716
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2871,6 +2887,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
2871
2887
|
* },
|
|
2872
2888
|
* },
|
|
2873
2889
|
* ],
|
|
2890
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2874
2891
|
* },
|
|
2875
2892
|
* GaugeChartVisual: { // GaugeChartVisual
|
|
2876
2893
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2991,6 +3008,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
2991
3008
|
* ],
|
|
2992
3009
|
* },
|
|
2993
3010
|
* Actions: "<VisualCustomActionList>",
|
|
3011
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2994
3012
|
* },
|
|
2995
3013
|
* LineChartVisual: { // LineChartVisual
|
|
2996
3014
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3269,6 +3287,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3269
3287
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3270
3288
|
* Width: "STRING_VALUE",
|
|
3271
3289
|
* Height: "STRING_VALUE",
|
|
3290
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3272
3291
|
* },
|
|
3273
3292
|
* DataLabels: {
|
|
3274
3293
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3405,6 +3424,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3405
3424
|
* },
|
|
3406
3425
|
* },
|
|
3407
3426
|
* ],
|
|
3427
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3408
3428
|
* },
|
|
3409
3429
|
* HeatMapVisual: { // HeatMapVisual
|
|
3410
3430
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3451,6 +3471,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3451
3471
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3452
3472
|
* Width: "STRING_VALUE",
|
|
3453
3473
|
* Height: "STRING_VALUE",
|
|
3474
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3454
3475
|
* },
|
|
3455
3476
|
* DataLabels: {
|
|
3456
3477
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3535,6 +3556,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3535
3556
|
* },
|
|
3536
3557
|
* ],
|
|
3537
3558
|
* Actions: "<VisualCustomActionList>",
|
|
3559
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3538
3560
|
* },
|
|
3539
3561
|
* TreeMapVisual: { // TreeMapVisual
|
|
3540
3562
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3580,6 +3602,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3580
3602
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3581
3603
|
* Width: "STRING_VALUE",
|
|
3582
3604
|
* Height: "STRING_VALUE",
|
|
3605
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3583
3606
|
* },
|
|
3584
3607
|
* DataLabels: "<DataLabelOptions>",
|
|
3585
3608
|
* Tooltip: "<TooltipOptions>",
|
|
@@ -3587,6 +3610,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3587
3610
|
* },
|
|
3588
3611
|
* Actions: "<VisualCustomActionList>",
|
|
3589
3612
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3613
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3590
3614
|
* },
|
|
3591
3615
|
* GeospatialMapVisual: { // GeospatialMapVisual
|
|
3592
3616
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3647,6 +3671,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3647
3671
|
* },
|
|
3648
3672
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3649
3673
|
* Actions: "<VisualCustomActionList>",
|
|
3674
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3650
3675
|
* },
|
|
3651
3676
|
* FilledMapVisual: { // FilledMapVisual
|
|
3652
3677
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3696,6 +3721,284 @@ declare const CreateDashboardCommand_base: {
|
|
|
3696
3721
|
* },
|
|
3697
3722
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3698
3723
|
* Actions: "<VisualCustomActionList>",
|
|
3724
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3725
|
+
* },
|
|
3726
|
+
* LayerMapVisual: { // LayerMapVisual
|
|
3727
|
+
* VisualId: "STRING_VALUE", // required
|
|
3728
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3729
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3730
|
+
* ChartConfiguration: { // GeospatialLayerMapConfiguration
|
|
3731
|
+
* Legend: "<LegendOptions>",
|
|
3732
|
+
* MapLayers: [ // GeospatialMapLayerList
|
|
3733
|
+
* { // GeospatialLayerItem
|
|
3734
|
+
* LayerId: "STRING_VALUE", // required
|
|
3735
|
+
* LayerType: "POINT" || "LINE" || "POLYGON",
|
|
3736
|
+
* DataSource: { // GeospatialDataSourceItem
|
|
3737
|
+
* StaticFileDataSource: { // GeospatialStaticFileSource
|
|
3738
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
3739
|
+
* },
|
|
3740
|
+
* },
|
|
3741
|
+
* Label: "STRING_VALUE",
|
|
3742
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3743
|
+
* LayerDefinition: { // GeospatialLayerDefinition
|
|
3744
|
+
* PointLayer: { // GeospatialPointLayer
|
|
3745
|
+
* Style: { // GeospatialPointStyle
|
|
3746
|
+
* CircleSymbolStyle: { // GeospatialCircleSymbolStyle
|
|
3747
|
+
* FillColor: { // GeospatialColor
|
|
3748
|
+
* Solid: { // GeospatialSolidColor
|
|
3749
|
+
* Color: "STRING_VALUE", // required
|
|
3750
|
+
* State: "ENABLED" || "DISABLED",
|
|
3751
|
+
* },
|
|
3752
|
+
* Gradient: { // GeospatialGradientColor
|
|
3753
|
+
* StepColors: [ // GeospatialGradientStepColorList // required
|
|
3754
|
+
* { // GeospatialGradientStepColor
|
|
3755
|
+
* Color: "STRING_VALUE", // required
|
|
3756
|
+
* DataValue: Number("double"), // required
|
|
3757
|
+
* },
|
|
3758
|
+
* ],
|
|
3759
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3760
|
+
* NullDataSettings: { // GeospatialNullDataSettings
|
|
3761
|
+
* SymbolStyle: { // GeospatialNullSymbolStyle
|
|
3762
|
+
* FillColor: "STRING_VALUE",
|
|
3763
|
+
* StrokeColor: "STRING_VALUE",
|
|
3764
|
+
* StrokeWidth: Number("double"),
|
|
3765
|
+
* },
|
|
3766
|
+
* },
|
|
3767
|
+
* DefaultOpacity: Number("double"),
|
|
3768
|
+
* },
|
|
3769
|
+
* Categorical: { // GeospatialCategoricalColor
|
|
3770
|
+
* CategoryDataColors: [ // GeospatialCategoricalDataColorList // required
|
|
3771
|
+
* { // GeospatialCategoricalDataColor
|
|
3772
|
+
* Color: "STRING_VALUE", // required
|
|
3773
|
+
* DataValue: "STRING_VALUE", // required
|
|
3774
|
+
* },
|
|
3775
|
+
* ],
|
|
3776
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3777
|
+
* NullDataSettings: {
|
|
3778
|
+
* SymbolStyle: {
|
|
3779
|
+
* FillColor: "STRING_VALUE",
|
|
3780
|
+
* StrokeColor: "STRING_VALUE",
|
|
3781
|
+
* StrokeWidth: Number("double"),
|
|
3782
|
+
* },
|
|
3783
|
+
* },
|
|
3784
|
+
* DefaultOpacity: Number("double"),
|
|
3785
|
+
* },
|
|
3786
|
+
* },
|
|
3787
|
+
* StrokeColor: {
|
|
3788
|
+
* Solid: {
|
|
3789
|
+
* Color: "STRING_VALUE", // required
|
|
3790
|
+
* State: "ENABLED" || "DISABLED",
|
|
3791
|
+
* },
|
|
3792
|
+
* Gradient: {
|
|
3793
|
+
* StepColors: [ // required
|
|
3794
|
+
* {
|
|
3795
|
+
* Color: "STRING_VALUE", // required
|
|
3796
|
+
* DataValue: Number("double"), // required
|
|
3797
|
+
* },
|
|
3798
|
+
* ],
|
|
3799
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3800
|
+
* NullDataSettings: {
|
|
3801
|
+
* SymbolStyle: {
|
|
3802
|
+
* FillColor: "STRING_VALUE",
|
|
3803
|
+
* StrokeColor: "STRING_VALUE",
|
|
3804
|
+
* StrokeWidth: Number("double"),
|
|
3805
|
+
* },
|
|
3806
|
+
* },
|
|
3807
|
+
* DefaultOpacity: Number("double"),
|
|
3808
|
+
* },
|
|
3809
|
+
* Categorical: {
|
|
3810
|
+
* CategoryDataColors: [ // required
|
|
3811
|
+
* {
|
|
3812
|
+
* Color: "STRING_VALUE", // required
|
|
3813
|
+
* DataValue: "STRING_VALUE", // required
|
|
3814
|
+
* },
|
|
3815
|
+
* ],
|
|
3816
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3817
|
+
* NullDataSettings: {
|
|
3818
|
+
* SymbolStyle: {
|
|
3819
|
+
* FillColor: "STRING_VALUE",
|
|
3820
|
+
* StrokeColor: "STRING_VALUE",
|
|
3821
|
+
* StrokeWidth: Number("double"),
|
|
3822
|
+
* },
|
|
3823
|
+
* },
|
|
3824
|
+
* DefaultOpacity: Number("double"),
|
|
3825
|
+
* },
|
|
3826
|
+
* },
|
|
3827
|
+
* StrokeWidth: { // GeospatialLineWidth
|
|
3828
|
+
* LineWidth: Number("double"),
|
|
3829
|
+
* },
|
|
3830
|
+
* CircleRadius: { // GeospatialCircleRadius
|
|
3831
|
+
* Radius: Number("double"),
|
|
3832
|
+
* },
|
|
3833
|
+
* },
|
|
3834
|
+
* },
|
|
3835
|
+
* },
|
|
3836
|
+
* LineLayer: { // GeospatialLineLayer
|
|
3837
|
+
* Style: { // GeospatialLineStyle
|
|
3838
|
+
* LineSymbolStyle: { // GeospatialLineSymbolStyle
|
|
3839
|
+
* FillColor: {
|
|
3840
|
+
* Solid: {
|
|
3841
|
+
* Color: "STRING_VALUE", // required
|
|
3842
|
+
* State: "ENABLED" || "DISABLED",
|
|
3843
|
+
* },
|
|
3844
|
+
* Gradient: {
|
|
3845
|
+
* StepColors: [ // required
|
|
3846
|
+
* {
|
|
3847
|
+
* Color: "STRING_VALUE", // required
|
|
3848
|
+
* DataValue: Number("double"), // required
|
|
3849
|
+
* },
|
|
3850
|
+
* ],
|
|
3851
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3852
|
+
* NullDataSettings: {
|
|
3853
|
+
* SymbolStyle: {
|
|
3854
|
+
* FillColor: "STRING_VALUE",
|
|
3855
|
+
* StrokeColor: "STRING_VALUE",
|
|
3856
|
+
* StrokeWidth: Number("double"),
|
|
3857
|
+
* },
|
|
3858
|
+
* },
|
|
3859
|
+
* DefaultOpacity: Number("double"),
|
|
3860
|
+
* },
|
|
3861
|
+
* Categorical: {
|
|
3862
|
+
* CategoryDataColors: [ // required
|
|
3863
|
+
* {
|
|
3864
|
+
* Color: "STRING_VALUE", // required
|
|
3865
|
+
* DataValue: "STRING_VALUE", // required
|
|
3866
|
+
* },
|
|
3867
|
+
* ],
|
|
3868
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3869
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3870
|
+
* DefaultOpacity: Number("double"),
|
|
3871
|
+
* },
|
|
3872
|
+
* },
|
|
3873
|
+
* LineWidth: {
|
|
3874
|
+
* LineWidth: Number("double"),
|
|
3875
|
+
* },
|
|
3876
|
+
* },
|
|
3877
|
+
* },
|
|
3878
|
+
* },
|
|
3879
|
+
* PolygonLayer: { // GeospatialPolygonLayer
|
|
3880
|
+
* Style: { // GeospatialPolygonStyle
|
|
3881
|
+
* PolygonSymbolStyle: { // GeospatialPolygonSymbolStyle
|
|
3882
|
+
* FillColor: {
|
|
3883
|
+
* Solid: {
|
|
3884
|
+
* Color: "STRING_VALUE", // required
|
|
3885
|
+
* State: "ENABLED" || "DISABLED",
|
|
3886
|
+
* },
|
|
3887
|
+
* Gradient: {
|
|
3888
|
+
* StepColors: [ // required
|
|
3889
|
+
* {
|
|
3890
|
+
* Color: "STRING_VALUE", // required
|
|
3891
|
+
* DataValue: Number("double"), // required
|
|
3892
|
+
* },
|
|
3893
|
+
* ],
|
|
3894
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3895
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3896
|
+
* DefaultOpacity: Number("double"),
|
|
3897
|
+
* },
|
|
3898
|
+
* Categorical: {
|
|
3899
|
+
* CategoryDataColors: [ // required
|
|
3900
|
+
* {
|
|
3901
|
+
* Color: "STRING_VALUE", // required
|
|
3902
|
+
* DataValue: "STRING_VALUE", // required
|
|
3903
|
+
* },
|
|
3904
|
+
* ],
|
|
3905
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3906
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3907
|
+
* DefaultOpacity: Number("double"),
|
|
3908
|
+
* },
|
|
3909
|
+
* },
|
|
3910
|
+
* StrokeColor: {
|
|
3911
|
+
* Solid: {
|
|
3912
|
+
* Color: "STRING_VALUE", // required
|
|
3913
|
+
* State: "ENABLED" || "DISABLED",
|
|
3914
|
+
* },
|
|
3915
|
+
* Gradient: {
|
|
3916
|
+
* StepColors: [ // required
|
|
3917
|
+
* {
|
|
3918
|
+
* Color: "STRING_VALUE", // required
|
|
3919
|
+
* DataValue: Number("double"), // required
|
|
3920
|
+
* },
|
|
3921
|
+
* ],
|
|
3922
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3923
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3924
|
+
* DefaultOpacity: Number("double"),
|
|
3925
|
+
* },
|
|
3926
|
+
* Categorical: {
|
|
3927
|
+
* CategoryDataColors: [ // required
|
|
3928
|
+
* {
|
|
3929
|
+
* Color: "STRING_VALUE", // required
|
|
3930
|
+
* DataValue: "STRING_VALUE", // required
|
|
3931
|
+
* },
|
|
3932
|
+
* ],
|
|
3933
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3934
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3935
|
+
* DefaultOpacity: Number("double"),
|
|
3936
|
+
* },
|
|
3937
|
+
* },
|
|
3938
|
+
* StrokeWidth: {
|
|
3939
|
+
* LineWidth: Number("double"),
|
|
3940
|
+
* },
|
|
3941
|
+
* },
|
|
3942
|
+
* },
|
|
3943
|
+
* },
|
|
3944
|
+
* },
|
|
3945
|
+
* Tooltip: "<TooltipOptions>",
|
|
3946
|
+
* JoinDefinition: { // GeospatialLayerJoinDefinition
|
|
3947
|
+
* ShapeKeyField: "STRING_VALUE",
|
|
3948
|
+
* DatasetKeyField: {
|
|
3949
|
+
* FieldId: "STRING_VALUE", // required
|
|
3950
|
+
* Column: "<ColumnIdentifier>", // required
|
|
3951
|
+
* FormatConfiguration: {
|
|
3952
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
3953
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
3954
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
3955
|
+
* },
|
|
3956
|
+
* },
|
|
3957
|
+
* ColorField: { // GeospatialLayerColorField
|
|
3958
|
+
* ColorDimensionsFields: [ // GeospatialLayerDimensionFieldList
|
|
3959
|
+
* "<DimensionField>",
|
|
3960
|
+
* ],
|
|
3961
|
+
* ColorValuesFields: [ // GeospatialLayerMeasureFieldList
|
|
3962
|
+
* "<MeasureField>",
|
|
3963
|
+
* ],
|
|
3964
|
+
* },
|
|
3965
|
+
* },
|
|
3966
|
+
* Actions: [ // LayerCustomActionList
|
|
3967
|
+
* { // LayerCustomAction
|
|
3968
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
3969
|
+
* Name: "STRING_VALUE", // required
|
|
3970
|
+
* Status: "ENABLED" || "DISABLED",
|
|
3971
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
3972
|
+
* ActionOperations: [ // LayerCustomActionOperationList // required
|
|
3973
|
+
* { // LayerCustomActionOperation
|
|
3974
|
+
* FilterOperation: "<CustomActionFilterOperation>",
|
|
3975
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
3976
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
3977
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
3978
|
+
* },
|
|
3979
|
+
* ],
|
|
3980
|
+
* },
|
|
3981
|
+
* ],
|
|
3982
|
+
* },
|
|
3983
|
+
* ],
|
|
3984
|
+
* MapState: { // GeospatialMapState
|
|
3985
|
+
* Bounds: {
|
|
3986
|
+
* North: Number("double"), // required
|
|
3987
|
+
* South: Number("double"), // required
|
|
3988
|
+
* West: Number("double"), // required
|
|
3989
|
+
* East: Number("double"), // required
|
|
3990
|
+
* },
|
|
3991
|
+
* MapNavigation: "ENABLED" || "DISABLED",
|
|
3992
|
+
* },
|
|
3993
|
+
* MapStyle: { // GeospatialMapStyle
|
|
3994
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3995
|
+
* BackgroundColor: "STRING_VALUE",
|
|
3996
|
+
* BaseMapVisibility: "HIDDEN" || "VISIBLE",
|
|
3997
|
+
* },
|
|
3998
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3999
|
+
* },
|
|
4000
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4001
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3699
4002
|
* },
|
|
3700
4003
|
* FunnelChartVisual: { // FunnelChartVisual
|
|
3701
4004
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3733,6 +4036,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3733
4036
|
* },
|
|
3734
4037
|
* Actions: "<VisualCustomActionList>",
|
|
3735
4038
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4039
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3736
4040
|
* },
|
|
3737
4041
|
* ScatterPlotVisual: { // ScatterPlotVisual
|
|
3738
4042
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3770,6 +4074,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3770
4074
|
* },
|
|
3771
4075
|
* Actions: "<VisualCustomActionList>",
|
|
3772
4076
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4077
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3773
4078
|
* },
|
|
3774
4079
|
* ComboChartVisual: { // ComboChartVisual
|
|
3775
4080
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3846,6 +4151,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3846
4151
|
* },
|
|
3847
4152
|
* Actions: "<VisualCustomActionList>",
|
|
3848
4153
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4154
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3849
4155
|
* },
|
|
3850
4156
|
* BoxPlotVisual: { // BoxPlotVisual
|
|
3851
4157
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3921,6 +4227,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3921
4227
|
* },
|
|
3922
4228
|
* Actions: "<VisualCustomActionList>",
|
|
3923
4229
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4230
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3924
4231
|
* },
|
|
3925
4232
|
* WaterfallVisual: { // WaterfallVisual
|
|
3926
4233
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3959,6 +4266,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3959
4266
|
* },
|
|
3960
4267
|
* Actions: "<VisualCustomActionList>",
|
|
3961
4268
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4269
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3962
4270
|
* },
|
|
3963
4271
|
* HistogramVisual: { // HistogramVisual
|
|
3964
4272
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3992,6 +4300,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
3992
4300
|
* Interactions: "<VisualInteractionOptions>",
|
|
3993
4301
|
* },
|
|
3994
4302
|
* Actions: "<VisualCustomActionList>",
|
|
4303
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3995
4304
|
* },
|
|
3996
4305
|
* WordCloudVisual: { // WordCloudVisual
|
|
3997
4306
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4025,6 +4334,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4025
4334
|
* },
|
|
4026
4335
|
* Actions: "<VisualCustomActionList>",
|
|
4027
4336
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4337
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4028
4338
|
* },
|
|
4029
4339
|
* InsightVisual: { // InsightVisual
|
|
4030
4340
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4117,6 +4427,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4117
4427
|
* },
|
|
4118
4428
|
* Actions: "<VisualCustomActionList>",
|
|
4119
4429
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4430
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4120
4431
|
* },
|
|
4121
4432
|
* SankeyDiagramVisual: { // SankeyDiagramVisual
|
|
4122
4433
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4139,6 +4450,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4139
4450
|
* Interactions: "<VisualInteractionOptions>",
|
|
4140
4451
|
* },
|
|
4141
4452
|
* Actions: "<VisualCustomActionList>",
|
|
4453
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4142
4454
|
* },
|
|
4143
4455
|
* CustomContentVisual: { // CustomContentVisual
|
|
4144
4456
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4152,6 +4464,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4152
4464
|
* },
|
|
4153
4465
|
* Actions: "<VisualCustomActionList>",
|
|
4154
4466
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4467
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4155
4468
|
* },
|
|
4156
4469
|
* EmptyVisual: { // EmptyVisual
|
|
4157
4470
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4203,6 +4516,52 @@ declare const CreateDashboardCommand_base: {
|
|
|
4203
4516
|
* },
|
|
4204
4517
|
* Actions: "<VisualCustomActionList>",
|
|
4205
4518
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4519
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4520
|
+
* },
|
|
4521
|
+
* PluginVisual: { // PluginVisual
|
|
4522
|
+
* VisualId: "STRING_VALUE", // required
|
|
4523
|
+
* PluginArn: "STRING_VALUE", // required
|
|
4524
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
4525
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
4526
|
+
* ChartConfiguration: { // PluginVisualConfiguration
|
|
4527
|
+
* FieldWells: [ // PluginVisualFieldWells
|
|
4528
|
+
* { // PluginVisualFieldWell
|
|
4529
|
+
* AxisName: "GROUP_BY" || "VALUE",
|
|
4530
|
+
* Dimensions: "<DimensionFieldList>",
|
|
4531
|
+
* Measures: "<MeasureFieldList>",
|
|
4532
|
+
* Unaggregated: [
|
|
4533
|
+
* {
|
|
4534
|
+
* FieldId: "STRING_VALUE", // required
|
|
4535
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4536
|
+
* FormatConfiguration: {
|
|
4537
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
4538
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
4539
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4540
|
+
* },
|
|
4541
|
+
* },
|
|
4542
|
+
* ],
|
|
4543
|
+
* },
|
|
4544
|
+
* ],
|
|
4545
|
+
* VisualOptions: { // PluginVisualOptions
|
|
4546
|
+
* VisualProperties: [ // PluginVisualPropertiesList
|
|
4547
|
+
* { // PluginVisualProperty
|
|
4548
|
+
* Name: "STRING_VALUE",
|
|
4549
|
+
* Value: "STRING_VALUE",
|
|
4550
|
+
* },
|
|
4551
|
+
* ],
|
|
4552
|
+
* },
|
|
4553
|
+
* SortConfiguration: { // PluginVisualSortConfiguration
|
|
4554
|
+
* PluginVisualTableQuerySort: { // PluginVisualTableQuerySort
|
|
4555
|
+
* RowSort: [
|
|
4556
|
+
* "<FieldSortOptions>",
|
|
4557
|
+
* ],
|
|
4558
|
+
* ItemsLimitConfiguration: { // PluginVisualItemsLimitConfiguration
|
|
4559
|
+
* ItemsLimit: Number("long"),
|
|
4560
|
+
* },
|
|
4561
|
+
* },
|
|
4562
|
+
* },
|
|
4563
|
+
* },
|
|
4564
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4206
4565
|
* },
|
|
4207
4566
|
* },
|
|
4208
4567
|
* ],
|
|
@@ -4212,6 +4571,46 @@ declare const CreateDashboardCommand_base: {
|
|
|
4212
4571
|
* Content: "STRING_VALUE",
|
|
4213
4572
|
* },
|
|
4214
4573
|
* ],
|
|
4574
|
+
* Images: [ // SheetImageList
|
|
4575
|
+
* { // SheetImage
|
|
4576
|
+
* SheetImageId: "STRING_VALUE", // required
|
|
4577
|
+
* Source: { // SheetImageSource
|
|
4578
|
+
* SheetImageStaticFileSource: { // SheetImageStaticFileSource
|
|
4579
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
4580
|
+
* },
|
|
4581
|
+
* },
|
|
4582
|
+
* Scaling: { // SheetImageScalingConfiguration
|
|
4583
|
+
* ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
|
|
4584
|
+
* },
|
|
4585
|
+
* Tooltip: { // SheetImageTooltipConfiguration
|
|
4586
|
+
* TooltipText: { // SheetImageTooltipText
|
|
4587
|
+
* PlainText: "STRING_VALUE",
|
|
4588
|
+
* },
|
|
4589
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4590
|
+
* },
|
|
4591
|
+
* ImageContentAltText: "STRING_VALUE",
|
|
4592
|
+
* Interactions: { // ImageInteractionOptions
|
|
4593
|
+
* ImageMenuOption: { // ImageMenuOption
|
|
4594
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
4595
|
+
* },
|
|
4596
|
+
* },
|
|
4597
|
+
* Actions: [ // ImageCustomActionList
|
|
4598
|
+
* { // ImageCustomAction
|
|
4599
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
4600
|
+
* Name: "STRING_VALUE", // required
|
|
4601
|
+
* Status: "ENABLED" || "DISABLED",
|
|
4602
|
+
* Trigger: "CLICK" || "MENU", // required
|
|
4603
|
+
* ActionOperations: [ // ImageCustomActionOperationList // required
|
|
4604
|
+
* { // ImageCustomActionOperation
|
|
4605
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
4606
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
4607
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
4608
|
+
* },
|
|
4609
|
+
* ],
|
|
4610
|
+
* },
|
|
4611
|
+
* ],
|
|
4612
|
+
* },
|
|
4613
|
+
* ],
|
|
4215
4614
|
* Layouts: [ // LayoutList
|
|
4216
4615
|
* { // Layout
|
|
4217
4616
|
* Configuration: { // LayoutConfiguration
|
|
@@ -4219,7 +4618,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4219
4618
|
* Elements: [ // GridLayoutElementList // required
|
|
4220
4619
|
* { // GridLayoutElement
|
|
4221
4620
|
* ElementId: "STRING_VALUE", // required
|
|
4222
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4621
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4223
4622
|
* ColumnIndex: Number("int"),
|
|
4224
4623
|
* ColumnSpan: Number("int"), // required
|
|
4225
4624
|
* RowIndex: Number("int"),
|
|
@@ -4237,7 +4636,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4237
4636
|
* Elements: [ // FreeFromLayoutElementList // required
|
|
4238
4637
|
* { // FreeFormLayoutElement
|
|
4239
4638
|
* ElementId: "STRING_VALUE", // required
|
|
4240
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4639
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4241
4640
|
* XAxisLocation: "STRING_VALUE", // required
|
|
4242
4641
|
* YAxisLocation: "STRING_VALUE", // required
|
|
4243
4642
|
* Width: "STRING_VALUE", // required
|
|
@@ -4283,7 +4682,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4283
4682
|
* Elements: [ // required
|
|
4284
4683
|
* {
|
|
4285
4684
|
* ElementId: "STRING_VALUE", // required
|
|
4286
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4685
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4287
4686
|
* XAxisLocation: "STRING_VALUE", // required
|
|
4288
4687
|
* YAxisLocation: "STRING_VALUE", // required
|
|
4289
4688
|
* Width: "STRING_VALUE", // required
|
|
@@ -4423,7 +4822,7 @@ declare const CreateDashboardCommand_base: {
|
|
|
4423
4822
|
* Elements: [ // required
|
|
4424
4823
|
* {
|
|
4425
4824
|
* ElementId: "STRING_VALUE", // required
|
|
4426
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4825
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4427
4826
|
* ColumnIndex: Number("int"),
|
|
4428
4827
|
* ColumnSpan: Number("int"), // required
|
|
4429
4828
|
* RowIndex: Number("int"),
|
|
@@ -5088,6 +5487,36 @@ declare const CreateDashboardCommand_base: {
|
|
|
5088
5487
|
* Timezone: "STRING_VALUE",
|
|
5089
5488
|
* WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5090
5489
|
* },
|
|
5490
|
+
* StaticFiles: [ // StaticFileList
|
|
5491
|
+
* { // StaticFile
|
|
5492
|
+
* ImageStaticFile: { // ImageStaticFile
|
|
5493
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
5494
|
+
* Source: { // StaticFileSource
|
|
5495
|
+
* UrlOptions: { // StaticFileUrlSourceOptions
|
|
5496
|
+
* Url: "STRING_VALUE", // required
|
|
5497
|
+
* },
|
|
5498
|
+
* S3Options: { // StaticFileS3SourceOptions
|
|
5499
|
+
* BucketName: "STRING_VALUE", // required
|
|
5500
|
+
* ObjectKey: "STRING_VALUE", // required
|
|
5501
|
+
* Region: "STRING_VALUE", // required
|
|
5502
|
+
* },
|
|
5503
|
+
* },
|
|
5504
|
+
* },
|
|
5505
|
+
* SpatialStaticFile: { // SpatialStaticFile
|
|
5506
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
5507
|
+
* Source: {
|
|
5508
|
+
* UrlOptions: {
|
|
5509
|
+
* Url: "STRING_VALUE", // required
|
|
5510
|
+
* },
|
|
5511
|
+
* S3Options: {
|
|
5512
|
+
* BucketName: "STRING_VALUE", // required
|
|
5513
|
+
* ObjectKey: "STRING_VALUE", // required
|
|
5514
|
+
* Region: "STRING_VALUE", // required
|
|
5515
|
+
* },
|
|
5516
|
+
* },
|
|
5517
|
+
* },
|
|
5518
|
+
* },
|
|
5519
|
+
* ],
|
|
5091
5520
|
* },
|
|
5092
5521
|
* ValidationStrategy: { // ValidationStrategy
|
|
5093
5522
|
* Mode: "STRICT" || "LENIENT", // required
|