@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 { DescribeDashboardDefinitionRequest, DescribeDashboardDefinitionResponse } from "../models/
|
|
3
|
+
import { DescribeDashboardDefinitionRequest, DescribeDashboardDefinitionResponse } from "../models/models_4";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -91,6 +91,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
91
91
|
* // FontConfiguration: { // FontConfiguration
|
|
92
92
|
* // FontSize: { // FontSize
|
|
93
93
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
94
|
+
* // Absolute: "STRING_VALUE",
|
|
94
95
|
* // },
|
|
95
96
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
96
97
|
* // FontColor: "STRING_VALUE",
|
|
@@ -98,6 +99,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
98
99
|
* // Name: "NORMAL" || "BOLD",
|
|
99
100
|
* // },
|
|
100
101
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
102
|
+
* // FontFamily: "STRING_VALUE",
|
|
101
103
|
* // },
|
|
102
104
|
* // CustomLabel: "STRING_VALUE",
|
|
103
105
|
* // },
|
|
@@ -126,6 +128,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
126
128
|
* // FontConfiguration: {
|
|
127
129
|
* // FontSize: {
|
|
128
130
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
131
|
+
* // Absolute: "STRING_VALUE",
|
|
129
132
|
* // },
|
|
130
133
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
131
134
|
* // FontColor: "STRING_VALUE",
|
|
@@ -133,6 +136,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
133
136
|
* // Name: "NORMAL" || "BOLD",
|
|
134
137
|
* // },
|
|
135
138
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
139
|
+
* // FontFamily: "STRING_VALUE",
|
|
136
140
|
* // },
|
|
137
141
|
* // CustomLabel: "STRING_VALUE",
|
|
138
142
|
* // },
|
|
@@ -176,6 +180,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
176
180
|
* // FontConfiguration: {
|
|
177
181
|
* // FontSize: {
|
|
178
182
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
183
|
+
* // Absolute: "STRING_VALUE",
|
|
179
184
|
* // },
|
|
180
185
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
181
186
|
* // FontColor: "STRING_VALUE",
|
|
@@ -183,6 +188,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
183
188
|
* // Name: "NORMAL" || "BOLD",
|
|
184
189
|
* // },
|
|
185
190
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
191
|
+
* // FontFamily: "STRING_VALUE",
|
|
186
192
|
* // },
|
|
187
193
|
* // CustomLabel: "STRING_VALUE",
|
|
188
194
|
* // },
|
|
@@ -224,6 +230,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
224
230
|
* // FontConfiguration: {
|
|
225
231
|
* // FontSize: {
|
|
226
232
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
233
|
+
* // Absolute: "STRING_VALUE",
|
|
227
234
|
* // },
|
|
228
235
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
229
236
|
* // FontColor: "STRING_VALUE",
|
|
@@ -231,6 +238,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
231
238
|
* // Name: "NORMAL" || "BOLD",
|
|
232
239
|
* // },
|
|
233
240
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
241
|
+
* // FontFamily: "STRING_VALUE",
|
|
234
242
|
* // },
|
|
235
243
|
* // CustomLabel: "STRING_VALUE",
|
|
236
244
|
* // },
|
|
@@ -254,6 +262,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
254
262
|
* // FontConfiguration: {
|
|
255
263
|
* // FontSize: {
|
|
256
264
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
265
|
+
* // Absolute: "STRING_VALUE",
|
|
257
266
|
* // },
|
|
258
267
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
259
268
|
* // FontColor: "STRING_VALUE",
|
|
@@ -261,6 +270,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
261
270
|
* // Name: "NORMAL" || "BOLD",
|
|
262
271
|
* // },
|
|
263
272
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
273
|
+
* // FontFamily: "STRING_VALUE",
|
|
264
274
|
* // },
|
|
265
275
|
* // CustomLabel: "STRING_VALUE",
|
|
266
276
|
* // },
|
|
@@ -1109,6 +1119,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
1109
1119
|
* // ],
|
|
1110
1120
|
* // },
|
|
1111
1121
|
* // ],
|
|
1122
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
1112
1123
|
* // },
|
|
1113
1124
|
* // PivotTableVisual: { // PivotTableVisual
|
|
1114
1125
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -1573,6 +1584,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
1573
1584
|
* // ],
|
|
1574
1585
|
* // },
|
|
1575
1586
|
* // ],
|
|
1587
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
1576
1588
|
* // },
|
|
1577
1589
|
* // BarChartVisual: { // BarChartVisual
|
|
1578
1590
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -1921,6 +1933,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
1921
1933
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
1922
1934
|
* // Width: "STRING_VALUE",
|
|
1923
1935
|
* // Height: "STRING_VALUE",
|
|
1936
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
1924
1937
|
* // },
|
|
1925
1938
|
* // DataLabels: { // DataLabelOptions
|
|
1926
1939
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2180,6 +2193,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
2180
2193
|
* // },
|
|
2181
2194
|
* // },
|
|
2182
2195
|
* // ],
|
|
2196
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2183
2197
|
* // },
|
|
2184
2198
|
* // KPIVisual: { // KPIVisual
|
|
2185
2199
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2503,6 +2517,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
2503
2517
|
* // },
|
|
2504
2518
|
* // },
|
|
2505
2519
|
* // ],
|
|
2520
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2506
2521
|
* // },
|
|
2507
2522
|
* // PieChartVisual: { // PieChartVisual
|
|
2508
2523
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2617,6 +2632,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
2617
2632
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2618
2633
|
* // Width: "STRING_VALUE",
|
|
2619
2634
|
* // Height: "STRING_VALUE",
|
|
2635
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
2620
2636
|
* // },
|
|
2621
2637
|
* // DataLabels: {
|
|
2622
2638
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2795,6 +2811,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
2795
2811
|
* // },
|
|
2796
2812
|
* // },
|
|
2797
2813
|
* // ],
|
|
2814
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2798
2815
|
* // },
|
|
2799
2816
|
* // GaugeChartVisual: { // GaugeChartVisual
|
|
2800
2817
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2915,6 +2932,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
2915
2932
|
* // ],
|
|
2916
2933
|
* // },
|
|
2917
2934
|
* // Actions: "<VisualCustomActionList>",
|
|
2935
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2918
2936
|
* // },
|
|
2919
2937
|
* // LineChartVisual: { // LineChartVisual
|
|
2920
2938
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3193,6 +3211,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3193
3211
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3194
3212
|
* // Width: "STRING_VALUE",
|
|
3195
3213
|
* // Height: "STRING_VALUE",
|
|
3214
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3196
3215
|
* // },
|
|
3197
3216
|
* // DataLabels: {
|
|
3198
3217
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3329,6 +3348,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3329
3348
|
* // },
|
|
3330
3349
|
* // },
|
|
3331
3350
|
* // ],
|
|
3351
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3332
3352
|
* // },
|
|
3333
3353
|
* // HeatMapVisual: { // HeatMapVisual
|
|
3334
3354
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3375,6 +3395,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3375
3395
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3376
3396
|
* // Width: "STRING_VALUE",
|
|
3377
3397
|
* // Height: "STRING_VALUE",
|
|
3398
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3378
3399
|
* // },
|
|
3379
3400
|
* // DataLabels: {
|
|
3380
3401
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3459,6 +3480,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3459
3480
|
* // },
|
|
3460
3481
|
* // ],
|
|
3461
3482
|
* // Actions: "<VisualCustomActionList>",
|
|
3483
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3462
3484
|
* // },
|
|
3463
3485
|
* // TreeMapVisual: { // TreeMapVisual
|
|
3464
3486
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3504,6 +3526,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3504
3526
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3505
3527
|
* // Width: "STRING_VALUE",
|
|
3506
3528
|
* // Height: "STRING_VALUE",
|
|
3529
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3507
3530
|
* // },
|
|
3508
3531
|
* // DataLabels: "<DataLabelOptions>",
|
|
3509
3532
|
* // Tooltip: "<TooltipOptions>",
|
|
@@ -3511,6 +3534,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3511
3534
|
* // },
|
|
3512
3535
|
* // Actions: "<VisualCustomActionList>",
|
|
3513
3536
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3537
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3514
3538
|
* // },
|
|
3515
3539
|
* // GeospatialMapVisual: { // GeospatialMapVisual
|
|
3516
3540
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3571,6 +3595,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3571
3595
|
* // },
|
|
3572
3596
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3573
3597
|
* // Actions: "<VisualCustomActionList>",
|
|
3598
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3574
3599
|
* // },
|
|
3575
3600
|
* // FilledMapVisual: { // FilledMapVisual
|
|
3576
3601
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3620,6 +3645,284 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3620
3645
|
* // },
|
|
3621
3646
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3622
3647
|
* // Actions: "<VisualCustomActionList>",
|
|
3648
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3649
|
+
* // },
|
|
3650
|
+
* // LayerMapVisual: { // LayerMapVisual
|
|
3651
|
+
* // VisualId: "STRING_VALUE", // required
|
|
3652
|
+
* // Title: "<VisualTitleLabelOptions>",
|
|
3653
|
+
* // Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3654
|
+
* // ChartConfiguration: { // GeospatialLayerMapConfiguration
|
|
3655
|
+
* // Legend: "<LegendOptions>",
|
|
3656
|
+
* // MapLayers: [ // GeospatialMapLayerList
|
|
3657
|
+
* // { // GeospatialLayerItem
|
|
3658
|
+
* // LayerId: "STRING_VALUE", // required
|
|
3659
|
+
* // LayerType: "POINT" || "LINE" || "POLYGON",
|
|
3660
|
+
* // DataSource: { // GeospatialDataSourceItem
|
|
3661
|
+
* // StaticFileDataSource: { // GeospatialStaticFileSource
|
|
3662
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
3663
|
+
* // },
|
|
3664
|
+
* // },
|
|
3665
|
+
* // Label: "STRING_VALUE",
|
|
3666
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
3667
|
+
* // LayerDefinition: { // GeospatialLayerDefinition
|
|
3668
|
+
* // PointLayer: { // GeospatialPointLayer
|
|
3669
|
+
* // Style: { // GeospatialPointStyle
|
|
3670
|
+
* // CircleSymbolStyle: { // GeospatialCircleSymbolStyle
|
|
3671
|
+
* // FillColor: { // GeospatialColor
|
|
3672
|
+
* // Solid: { // GeospatialSolidColor
|
|
3673
|
+
* // Color: "STRING_VALUE", // required
|
|
3674
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3675
|
+
* // },
|
|
3676
|
+
* // Gradient: { // GeospatialGradientColor
|
|
3677
|
+
* // StepColors: [ // GeospatialGradientStepColorList // required
|
|
3678
|
+
* // { // GeospatialGradientStepColor
|
|
3679
|
+
* // Color: "STRING_VALUE", // required
|
|
3680
|
+
* // DataValue: Number("double"), // required
|
|
3681
|
+
* // },
|
|
3682
|
+
* // ],
|
|
3683
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3684
|
+
* // NullDataSettings: { // GeospatialNullDataSettings
|
|
3685
|
+
* // SymbolStyle: { // GeospatialNullSymbolStyle
|
|
3686
|
+
* // FillColor: "STRING_VALUE",
|
|
3687
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3688
|
+
* // StrokeWidth: Number("double"),
|
|
3689
|
+
* // },
|
|
3690
|
+
* // },
|
|
3691
|
+
* // DefaultOpacity: Number("double"),
|
|
3692
|
+
* // },
|
|
3693
|
+
* // Categorical: { // GeospatialCategoricalColor
|
|
3694
|
+
* // CategoryDataColors: [ // GeospatialCategoricalDataColorList // required
|
|
3695
|
+
* // { // GeospatialCategoricalDataColor
|
|
3696
|
+
* // Color: "STRING_VALUE", // required
|
|
3697
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3698
|
+
* // },
|
|
3699
|
+
* // ],
|
|
3700
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3701
|
+
* // NullDataSettings: {
|
|
3702
|
+
* // SymbolStyle: {
|
|
3703
|
+
* // FillColor: "STRING_VALUE",
|
|
3704
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3705
|
+
* // StrokeWidth: Number("double"),
|
|
3706
|
+
* // },
|
|
3707
|
+
* // },
|
|
3708
|
+
* // DefaultOpacity: Number("double"),
|
|
3709
|
+
* // },
|
|
3710
|
+
* // },
|
|
3711
|
+
* // StrokeColor: {
|
|
3712
|
+
* // Solid: {
|
|
3713
|
+
* // Color: "STRING_VALUE", // required
|
|
3714
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3715
|
+
* // },
|
|
3716
|
+
* // Gradient: {
|
|
3717
|
+
* // StepColors: [ // required
|
|
3718
|
+
* // {
|
|
3719
|
+
* // Color: "STRING_VALUE", // required
|
|
3720
|
+
* // DataValue: Number("double"), // required
|
|
3721
|
+
* // },
|
|
3722
|
+
* // ],
|
|
3723
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3724
|
+
* // NullDataSettings: {
|
|
3725
|
+
* // SymbolStyle: {
|
|
3726
|
+
* // FillColor: "STRING_VALUE",
|
|
3727
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3728
|
+
* // StrokeWidth: Number("double"),
|
|
3729
|
+
* // },
|
|
3730
|
+
* // },
|
|
3731
|
+
* // DefaultOpacity: Number("double"),
|
|
3732
|
+
* // },
|
|
3733
|
+
* // Categorical: {
|
|
3734
|
+
* // CategoryDataColors: [ // required
|
|
3735
|
+
* // {
|
|
3736
|
+
* // Color: "STRING_VALUE", // required
|
|
3737
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3738
|
+
* // },
|
|
3739
|
+
* // ],
|
|
3740
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3741
|
+
* // NullDataSettings: {
|
|
3742
|
+
* // SymbolStyle: {
|
|
3743
|
+
* // FillColor: "STRING_VALUE",
|
|
3744
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3745
|
+
* // StrokeWidth: Number("double"),
|
|
3746
|
+
* // },
|
|
3747
|
+
* // },
|
|
3748
|
+
* // DefaultOpacity: Number("double"),
|
|
3749
|
+
* // },
|
|
3750
|
+
* // },
|
|
3751
|
+
* // StrokeWidth: { // GeospatialLineWidth
|
|
3752
|
+
* // LineWidth: Number("double"),
|
|
3753
|
+
* // },
|
|
3754
|
+
* // CircleRadius: { // GeospatialCircleRadius
|
|
3755
|
+
* // Radius: Number("double"),
|
|
3756
|
+
* // },
|
|
3757
|
+
* // },
|
|
3758
|
+
* // },
|
|
3759
|
+
* // },
|
|
3760
|
+
* // LineLayer: { // GeospatialLineLayer
|
|
3761
|
+
* // Style: { // GeospatialLineStyle
|
|
3762
|
+
* // LineSymbolStyle: { // GeospatialLineSymbolStyle
|
|
3763
|
+
* // FillColor: {
|
|
3764
|
+
* // Solid: {
|
|
3765
|
+
* // Color: "STRING_VALUE", // required
|
|
3766
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3767
|
+
* // },
|
|
3768
|
+
* // Gradient: {
|
|
3769
|
+
* // StepColors: [ // required
|
|
3770
|
+
* // {
|
|
3771
|
+
* // Color: "STRING_VALUE", // required
|
|
3772
|
+
* // DataValue: Number("double"), // required
|
|
3773
|
+
* // },
|
|
3774
|
+
* // ],
|
|
3775
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3776
|
+
* // NullDataSettings: {
|
|
3777
|
+
* // SymbolStyle: {
|
|
3778
|
+
* // FillColor: "STRING_VALUE",
|
|
3779
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3780
|
+
* // StrokeWidth: Number("double"),
|
|
3781
|
+
* // },
|
|
3782
|
+
* // },
|
|
3783
|
+
* // DefaultOpacity: Number("double"),
|
|
3784
|
+
* // },
|
|
3785
|
+
* // Categorical: {
|
|
3786
|
+
* // CategoryDataColors: [ // required
|
|
3787
|
+
* // {
|
|
3788
|
+
* // Color: "STRING_VALUE", // required
|
|
3789
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3790
|
+
* // },
|
|
3791
|
+
* // ],
|
|
3792
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3793
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3794
|
+
* // DefaultOpacity: Number("double"),
|
|
3795
|
+
* // },
|
|
3796
|
+
* // },
|
|
3797
|
+
* // LineWidth: {
|
|
3798
|
+
* // LineWidth: Number("double"),
|
|
3799
|
+
* // },
|
|
3800
|
+
* // },
|
|
3801
|
+
* // },
|
|
3802
|
+
* // },
|
|
3803
|
+
* // PolygonLayer: { // GeospatialPolygonLayer
|
|
3804
|
+
* // Style: { // GeospatialPolygonStyle
|
|
3805
|
+
* // PolygonSymbolStyle: { // GeospatialPolygonSymbolStyle
|
|
3806
|
+
* // FillColor: {
|
|
3807
|
+
* // Solid: {
|
|
3808
|
+
* // Color: "STRING_VALUE", // required
|
|
3809
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3810
|
+
* // },
|
|
3811
|
+
* // Gradient: {
|
|
3812
|
+
* // StepColors: [ // required
|
|
3813
|
+
* // {
|
|
3814
|
+
* // Color: "STRING_VALUE", // required
|
|
3815
|
+
* // DataValue: Number("double"), // required
|
|
3816
|
+
* // },
|
|
3817
|
+
* // ],
|
|
3818
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3819
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3820
|
+
* // DefaultOpacity: Number("double"),
|
|
3821
|
+
* // },
|
|
3822
|
+
* // Categorical: {
|
|
3823
|
+
* // CategoryDataColors: [ // required
|
|
3824
|
+
* // {
|
|
3825
|
+
* // Color: "STRING_VALUE", // required
|
|
3826
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3827
|
+
* // },
|
|
3828
|
+
* // ],
|
|
3829
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3830
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3831
|
+
* // DefaultOpacity: Number("double"),
|
|
3832
|
+
* // },
|
|
3833
|
+
* // },
|
|
3834
|
+
* // StrokeColor: {
|
|
3835
|
+
* // Solid: {
|
|
3836
|
+
* // Color: "STRING_VALUE", // required
|
|
3837
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3838
|
+
* // },
|
|
3839
|
+
* // Gradient: {
|
|
3840
|
+
* // StepColors: [ // required
|
|
3841
|
+
* // {
|
|
3842
|
+
* // Color: "STRING_VALUE", // required
|
|
3843
|
+
* // DataValue: Number("double"), // required
|
|
3844
|
+
* // },
|
|
3845
|
+
* // ],
|
|
3846
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3847
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3848
|
+
* // DefaultOpacity: Number("double"),
|
|
3849
|
+
* // },
|
|
3850
|
+
* // Categorical: {
|
|
3851
|
+
* // CategoryDataColors: [ // required
|
|
3852
|
+
* // {
|
|
3853
|
+
* // Color: "STRING_VALUE", // required
|
|
3854
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3855
|
+
* // },
|
|
3856
|
+
* // ],
|
|
3857
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3858
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3859
|
+
* // DefaultOpacity: Number("double"),
|
|
3860
|
+
* // },
|
|
3861
|
+
* // },
|
|
3862
|
+
* // StrokeWidth: {
|
|
3863
|
+
* // LineWidth: Number("double"),
|
|
3864
|
+
* // },
|
|
3865
|
+
* // },
|
|
3866
|
+
* // },
|
|
3867
|
+
* // },
|
|
3868
|
+
* // },
|
|
3869
|
+
* // Tooltip: "<TooltipOptions>",
|
|
3870
|
+
* // JoinDefinition: { // GeospatialLayerJoinDefinition
|
|
3871
|
+
* // ShapeKeyField: "STRING_VALUE",
|
|
3872
|
+
* // DatasetKeyField: {
|
|
3873
|
+
* // FieldId: "STRING_VALUE", // required
|
|
3874
|
+
* // Column: "<ColumnIdentifier>", // required
|
|
3875
|
+
* // FormatConfiguration: {
|
|
3876
|
+
* // StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
3877
|
+
* // NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
3878
|
+
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
3879
|
+
* // },
|
|
3880
|
+
* // },
|
|
3881
|
+
* // ColorField: { // GeospatialLayerColorField
|
|
3882
|
+
* // ColorDimensionsFields: [ // GeospatialLayerDimensionFieldList
|
|
3883
|
+
* // "<DimensionField>",
|
|
3884
|
+
* // ],
|
|
3885
|
+
* // ColorValuesFields: [ // GeospatialLayerMeasureFieldList
|
|
3886
|
+
* // "<MeasureField>",
|
|
3887
|
+
* // ],
|
|
3888
|
+
* // },
|
|
3889
|
+
* // },
|
|
3890
|
+
* // Actions: [ // LayerCustomActionList
|
|
3891
|
+
* // { // LayerCustomAction
|
|
3892
|
+
* // CustomActionId: "STRING_VALUE", // required
|
|
3893
|
+
* // Name: "STRING_VALUE", // required
|
|
3894
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
3895
|
+
* // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
3896
|
+
* // ActionOperations: [ // LayerCustomActionOperationList // required
|
|
3897
|
+
* // { // LayerCustomActionOperation
|
|
3898
|
+
* // FilterOperation: "<CustomActionFilterOperation>",
|
|
3899
|
+
* // NavigationOperation: "<CustomActionNavigationOperation>",
|
|
3900
|
+
* // URLOperation: "<CustomActionURLOperation>",
|
|
3901
|
+
* // SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
3902
|
+
* // },
|
|
3903
|
+
* // ],
|
|
3904
|
+
* // },
|
|
3905
|
+
* // ],
|
|
3906
|
+
* // },
|
|
3907
|
+
* // ],
|
|
3908
|
+
* // MapState: { // GeospatialMapState
|
|
3909
|
+
* // Bounds: {
|
|
3910
|
+
* // North: Number("double"), // required
|
|
3911
|
+
* // South: Number("double"), // required
|
|
3912
|
+
* // West: Number("double"), // required
|
|
3913
|
+
* // East: Number("double"), // required
|
|
3914
|
+
* // },
|
|
3915
|
+
* // MapNavigation: "ENABLED" || "DISABLED",
|
|
3916
|
+
* // },
|
|
3917
|
+
* // MapStyle: { // GeospatialMapStyle
|
|
3918
|
+
* // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3919
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
3920
|
+
* // BaseMapVisibility: "HIDDEN" || "VISIBLE",
|
|
3921
|
+
* // },
|
|
3922
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3923
|
+
* // },
|
|
3924
|
+
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
3925
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3623
3926
|
* // },
|
|
3624
3927
|
* // FunnelChartVisual: { // FunnelChartVisual
|
|
3625
3928
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3657,6 +3960,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3657
3960
|
* // },
|
|
3658
3961
|
* // Actions: "<VisualCustomActionList>",
|
|
3659
3962
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3963
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3660
3964
|
* // },
|
|
3661
3965
|
* // ScatterPlotVisual: { // ScatterPlotVisual
|
|
3662
3966
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3694,6 +3998,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3694
3998
|
* // },
|
|
3695
3999
|
* // Actions: "<VisualCustomActionList>",
|
|
3696
4000
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4001
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3697
4002
|
* // },
|
|
3698
4003
|
* // ComboChartVisual: { // ComboChartVisual
|
|
3699
4004
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3770,6 +4075,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3770
4075
|
* // },
|
|
3771
4076
|
* // Actions: "<VisualCustomActionList>",
|
|
3772
4077
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4078
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3773
4079
|
* // },
|
|
3774
4080
|
* // BoxPlotVisual: { // BoxPlotVisual
|
|
3775
4081
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3845,6 +4151,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3845
4151
|
* // },
|
|
3846
4152
|
* // Actions: "<VisualCustomActionList>",
|
|
3847
4153
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4154
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3848
4155
|
* // },
|
|
3849
4156
|
* // WaterfallVisual: { // WaterfallVisual
|
|
3850
4157
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3883,6 +4190,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3883
4190
|
* // },
|
|
3884
4191
|
* // Actions: "<VisualCustomActionList>",
|
|
3885
4192
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4193
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3886
4194
|
* // },
|
|
3887
4195
|
* // HistogramVisual: { // HistogramVisual
|
|
3888
4196
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3916,6 +4224,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3916
4224
|
* // Interactions: "<VisualInteractionOptions>",
|
|
3917
4225
|
* // },
|
|
3918
4226
|
* // Actions: "<VisualCustomActionList>",
|
|
4227
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3919
4228
|
* // },
|
|
3920
4229
|
* // WordCloudVisual: { // WordCloudVisual
|
|
3921
4230
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3949,6 +4258,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
3949
4258
|
* // },
|
|
3950
4259
|
* // Actions: "<VisualCustomActionList>",
|
|
3951
4260
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4261
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3952
4262
|
* // },
|
|
3953
4263
|
* // InsightVisual: { // InsightVisual
|
|
3954
4264
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4041,6 +4351,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4041
4351
|
* // },
|
|
4042
4352
|
* // Actions: "<VisualCustomActionList>",
|
|
4043
4353
|
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
4354
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4044
4355
|
* // },
|
|
4045
4356
|
* // SankeyDiagramVisual: { // SankeyDiagramVisual
|
|
4046
4357
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4063,6 +4374,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4063
4374
|
* // Interactions: "<VisualInteractionOptions>",
|
|
4064
4375
|
* // },
|
|
4065
4376
|
* // Actions: "<VisualCustomActionList>",
|
|
4377
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4066
4378
|
* // },
|
|
4067
4379
|
* // CustomContentVisual: { // CustomContentVisual
|
|
4068
4380
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4076,6 +4388,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4076
4388
|
* // },
|
|
4077
4389
|
* // Actions: "<VisualCustomActionList>",
|
|
4078
4390
|
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
4391
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4079
4392
|
* // },
|
|
4080
4393
|
* // EmptyVisual: { // EmptyVisual
|
|
4081
4394
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4127,6 +4440,52 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4127
4440
|
* // },
|
|
4128
4441
|
* // Actions: "<VisualCustomActionList>",
|
|
4129
4442
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4443
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4444
|
+
* // },
|
|
4445
|
+
* // PluginVisual: { // PluginVisual
|
|
4446
|
+
* // VisualId: "STRING_VALUE", // required
|
|
4447
|
+
* // PluginArn: "STRING_VALUE", // required
|
|
4448
|
+
* // Title: "<VisualTitleLabelOptions>",
|
|
4449
|
+
* // Subtitle: "<VisualSubtitleLabelOptions>",
|
|
4450
|
+
* // ChartConfiguration: { // PluginVisualConfiguration
|
|
4451
|
+
* // FieldWells: [ // PluginVisualFieldWells
|
|
4452
|
+
* // { // PluginVisualFieldWell
|
|
4453
|
+
* // AxisName: "GROUP_BY" || "VALUE",
|
|
4454
|
+
* // Dimensions: "<DimensionFieldList>",
|
|
4455
|
+
* // Measures: "<MeasureFieldList>",
|
|
4456
|
+
* // Unaggregated: [
|
|
4457
|
+
* // {
|
|
4458
|
+
* // FieldId: "STRING_VALUE", // required
|
|
4459
|
+
* // Column: "<ColumnIdentifier>", // required
|
|
4460
|
+
* // FormatConfiguration: {
|
|
4461
|
+
* // StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
4462
|
+
* // NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
4463
|
+
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4464
|
+
* // },
|
|
4465
|
+
* // },
|
|
4466
|
+
* // ],
|
|
4467
|
+
* // },
|
|
4468
|
+
* // ],
|
|
4469
|
+
* // VisualOptions: { // PluginVisualOptions
|
|
4470
|
+
* // VisualProperties: [ // PluginVisualPropertiesList
|
|
4471
|
+
* // { // PluginVisualProperty
|
|
4472
|
+
* // Name: "STRING_VALUE",
|
|
4473
|
+
* // Value: "STRING_VALUE",
|
|
4474
|
+
* // },
|
|
4475
|
+
* // ],
|
|
4476
|
+
* // },
|
|
4477
|
+
* // SortConfiguration: { // PluginVisualSortConfiguration
|
|
4478
|
+
* // PluginVisualTableQuerySort: { // PluginVisualTableQuerySort
|
|
4479
|
+
* // RowSort: [
|
|
4480
|
+
* // "<FieldSortOptions>",
|
|
4481
|
+
* // ],
|
|
4482
|
+
* // ItemsLimitConfiguration: { // PluginVisualItemsLimitConfiguration
|
|
4483
|
+
* // ItemsLimit: Number("long"),
|
|
4484
|
+
* // },
|
|
4485
|
+
* // },
|
|
4486
|
+
* // },
|
|
4487
|
+
* // },
|
|
4488
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4130
4489
|
* // },
|
|
4131
4490
|
* // },
|
|
4132
4491
|
* // ],
|
|
@@ -4136,6 +4495,46 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4136
4495
|
* // Content: "STRING_VALUE",
|
|
4137
4496
|
* // },
|
|
4138
4497
|
* // ],
|
|
4498
|
+
* // Images: [ // SheetImageList
|
|
4499
|
+
* // { // SheetImage
|
|
4500
|
+
* // SheetImageId: "STRING_VALUE", // required
|
|
4501
|
+
* // Source: { // SheetImageSource
|
|
4502
|
+
* // SheetImageStaticFileSource: { // SheetImageStaticFileSource
|
|
4503
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
4504
|
+
* // },
|
|
4505
|
+
* // },
|
|
4506
|
+
* // Scaling: { // SheetImageScalingConfiguration
|
|
4507
|
+
* // ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
|
|
4508
|
+
* // },
|
|
4509
|
+
* // Tooltip: { // SheetImageTooltipConfiguration
|
|
4510
|
+
* // TooltipText: { // SheetImageTooltipText
|
|
4511
|
+
* // PlainText: "STRING_VALUE",
|
|
4512
|
+
* // },
|
|
4513
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
4514
|
+
* // },
|
|
4515
|
+
* // ImageContentAltText: "STRING_VALUE",
|
|
4516
|
+
* // Interactions: { // ImageInteractionOptions
|
|
4517
|
+
* // ImageMenuOption: { // ImageMenuOption
|
|
4518
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
4519
|
+
* // },
|
|
4520
|
+
* // },
|
|
4521
|
+
* // Actions: [ // ImageCustomActionList
|
|
4522
|
+
* // { // ImageCustomAction
|
|
4523
|
+
* // CustomActionId: "STRING_VALUE", // required
|
|
4524
|
+
* // Name: "STRING_VALUE", // required
|
|
4525
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
4526
|
+
* // Trigger: "CLICK" || "MENU", // required
|
|
4527
|
+
* // ActionOperations: [ // ImageCustomActionOperationList // required
|
|
4528
|
+
* // { // ImageCustomActionOperation
|
|
4529
|
+
* // NavigationOperation: "<CustomActionNavigationOperation>",
|
|
4530
|
+
* // URLOperation: "<CustomActionURLOperation>",
|
|
4531
|
+
* // SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
4532
|
+
* // },
|
|
4533
|
+
* // ],
|
|
4534
|
+
* // },
|
|
4535
|
+
* // ],
|
|
4536
|
+
* // },
|
|
4537
|
+
* // ],
|
|
4139
4538
|
* // Layouts: [ // LayoutList
|
|
4140
4539
|
* // { // Layout
|
|
4141
4540
|
* // Configuration: { // LayoutConfiguration
|
|
@@ -4143,7 +4542,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4143
4542
|
* // Elements: [ // GridLayoutElementList // required
|
|
4144
4543
|
* // { // GridLayoutElement
|
|
4145
4544
|
* // ElementId: "STRING_VALUE", // required
|
|
4146
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4545
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4147
4546
|
* // ColumnIndex: Number("int"),
|
|
4148
4547
|
* // ColumnSpan: Number("int"), // required
|
|
4149
4548
|
* // RowIndex: Number("int"),
|
|
@@ -4161,7 +4560,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4161
4560
|
* // Elements: [ // FreeFromLayoutElementList // required
|
|
4162
4561
|
* // { // FreeFormLayoutElement
|
|
4163
4562
|
* // ElementId: "STRING_VALUE", // required
|
|
4164
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4563
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4165
4564
|
* // XAxisLocation: "STRING_VALUE", // required
|
|
4166
4565
|
* // YAxisLocation: "STRING_VALUE", // required
|
|
4167
4566
|
* // Width: "STRING_VALUE", // required
|
|
@@ -4207,7 +4606,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4207
4606
|
* // Elements: [ // required
|
|
4208
4607
|
* // {
|
|
4209
4608
|
* // ElementId: "STRING_VALUE", // required
|
|
4210
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4609
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4211
4610
|
* // XAxisLocation: "STRING_VALUE", // required
|
|
4212
4611
|
* // YAxisLocation: "STRING_VALUE", // required
|
|
4213
4612
|
* // Width: "STRING_VALUE", // required
|
|
@@ -4347,7 +4746,7 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
4347
4746
|
* // Elements: [ // required
|
|
4348
4747
|
* // {
|
|
4349
4748
|
* // ElementId: "STRING_VALUE", // required
|
|
4350
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4749
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4351
4750
|
* // ColumnIndex: Number("int"),
|
|
4352
4751
|
* // ColumnSpan: Number("int"), // required
|
|
4353
4752
|
* // RowIndex: Number("int"),
|
|
@@ -5012,6 +5411,36 @@ declare const DescribeDashboardDefinitionCommand_base: {
|
|
|
5012
5411
|
* // Timezone: "STRING_VALUE",
|
|
5013
5412
|
* // WeekStart: "SUNDAY" || "MONDAY" || "TUESDAY" || "WEDNESDAY" || "THURSDAY" || "FRIDAY" || "SATURDAY",
|
|
5014
5413
|
* // },
|
|
5414
|
+
* // StaticFiles: [ // StaticFileList
|
|
5415
|
+
* // { // StaticFile
|
|
5416
|
+
* // ImageStaticFile: { // ImageStaticFile
|
|
5417
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
5418
|
+
* // Source: { // StaticFileSource
|
|
5419
|
+
* // UrlOptions: { // StaticFileUrlSourceOptions
|
|
5420
|
+
* // Url: "STRING_VALUE", // required
|
|
5421
|
+
* // },
|
|
5422
|
+
* // S3Options: { // StaticFileS3SourceOptions
|
|
5423
|
+
* // BucketName: "STRING_VALUE", // required
|
|
5424
|
+
* // ObjectKey: "STRING_VALUE", // required
|
|
5425
|
+
* // Region: "STRING_VALUE", // required
|
|
5426
|
+
* // },
|
|
5427
|
+
* // },
|
|
5428
|
+
* // },
|
|
5429
|
+
* // SpatialStaticFile: { // SpatialStaticFile
|
|
5430
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
5431
|
+
* // Source: {
|
|
5432
|
+
* // UrlOptions: {
|
|
5433
|
+
* // Url: "STRING_VALUE", // required
|
|
5434
|
+
* // },
|
|
5435
|
+
* // S3Options: {
|
|
5436
|
+
* // BucketName: "STRING_VALUE", // required
|
|
5437
|
+
* // ObjectKey: "STRING_VALUE", // required
|
|
5438
|
+
* // Region: "STRING_VALUE", // required
|
|
5439
|
+
* // },
|
|
5440
|
+
* // },
|
|
5441
|
+
* // },
|
|
5442
|
+
* // },
|
|
5443
|
+
* // ],
|
|
5015
5444
|
* // },
|
|
5016
5445
|
* // Status: Number("int"),
|
|
5017
5446
|
* // RequestId: "STRING_VALUE",
|