@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
|
@@ -89,6 +89,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
89
89
|
* // FontConfiguration: { // FontConfiguration
|
|
90
90
|
* // FontSize: { // FontSize
|
|
91
91
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
92
|
+
* // Absolute: "STRING_VALUE",
|
|
92
93
|
* // },
|
|
93
94
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
94
95
|
* // FontColor: "STRING_VALUE",
|
|
@@ -96,6 +97,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
96
97
|
* // Name: "NORMAL" || "BOLD",
|
|
97
98
|
* // },
|
|
98
99
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
100
|
+
* // FontFamily: "STRING_VALUE",
|
|
99
101
|
* // },
|
|
100
102
|
* // CustomLabel: "STRING_VALUE",
|
|
101
103
|
* // },
|
|
@@ -124,6 +126,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
124
126
|
* // FontConfiguration: {
|
|
125
127
|
* // FontSize: {
|
|
126
128
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
129
|
+
* // Absolute: "STRING_VALUE",
|
|
127
130
|
* // },
|
|
128
131
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
129
132
|
* // FontColor: "STRING_VALUE",
|
|
@@ -131,6 +134,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
131
134
|
* // Name: "NORMAL" || "BOLD",
|
|
132
135
|
* // },
|
|
133
136
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
137
|
+
* // FontFamily: "STRING_VALUE",
|
|
134
138
|
* // },
|
|
135
139
|
* // CustomLabel: "STRING_VALUE",
|
|
136
140
|
* // },
|
|
@@ -174,6 +178,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
174
178
|
* // FontConfiguration: {
|
|
175
179
|
* // FontSize: {
|
|
176
180
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
181
|
+
* // Absolute: "STRING_VALUE",
|
|
177
182
|
* // },
|
|
178
183
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
179
184
|
* // FontColor: "STRING_VALUE",
|
|
@@ -181,6 +186,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
181
186
|
* // Name: "NORMAL" || "BOLD",
|
|
182
187
|
* // },
|
|
183
188
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
189
|
+
* // FontFamily: "STRING_VALUE",
|
|
184
190
|
* // },
|
|
185
191
|
* // CustomLabel: "STRING_VALUE",
|
|
186
192
|
* // },
|
|
@@ -222,6 +228,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
222
228
|
* // FontConfiguration: {
|
|
223
229
|
* // FontSize: {
|
|
224
230
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
231
|
+
* // Absolute: "STRING_VALUE",
|
|
225
232
|
* // },
|
|
226
233
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
227
234
|
* // FontColor: "STRING_VALUE",
|
|
@@ -229,6 +236,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
229
236
|
* // Name: "NORMAL" || "BOLD",
|
|
230
237
|
* // },
|
|
231
238
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
239
|
+
* // FontFamily: "STRING_VALUE",
|
|
232
240
|
* // },
|
|
233
241
|
* // CustomLabel: "STRING_VALUE",
|
|
234
242
|
* // },
|
|
@@ -252,6 +260,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
252
260
|
* // FontConfiguration: {
|
|
253
261
|
* // FontSize: {
|
|
254
262
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
263
|
+
* // Absolute: "STRING_VALUE",
|
|
255
264
|
* // },
|
|
256
265
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
257
266
|
* // FontColor: "STRING_VALUE",
|
|
@@ -259,6 +268,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
259
268
|
* // Name: "NORMAL" || "BOLD",
|
|
260
269
|
* // },
|
|
261
270
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
271
|
+
* // FontFamily: "STRING_VALUE",
|
|
262
272
|
* // },
|
|
263
273
|
* // CustomLabel: "STRING_VALUE",
|
|
264
274
|
* // },
|
|
@@ -1107,6 +1117,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
1107
1117
|
* // ],
|
|
1108
1118
|
* // },
|
|
1109
1119
|
* // ],
|
|
1120
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
1110
1121
|
* // },
|
|
1111
1122
|
* // PivotTableVisual: { // PivotTableVisual
|
|
1112
1123
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -1571,6 +1582,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
1571
1582
|
* // ],
|
|
1572
1583
|
* // },
|
|
1573
1584
|
* // ],
|
|
1585
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
1574
1586
|
* // },
|
|
1575
1587
|
* // BarChartVisual: { // BarChartVisual
|
|
1576
1588
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -1919,6 +1931,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
1919
1931
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
1920
1932
|
* // Width: "STRING_VALUE",
|
|
1921
1933
|
* // Height: "STRING_VALUE",
|
|
1934
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
1922
1935
|
* // },
|
|
1923
1936
|
* // DataLabels: { // DataLabelOptions
|
|
1924
1937
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2178,6 +2191,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2178
2191
|
* // },
|
|
2179
2192
|
* // },
|
|
2180
2193
|
* // ],
|
|
2194
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2181
2195
|
* // },
|
|
2182
2196
|
* // KPIVisual: { // KPIVisual
|
|
2183
2197
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2501,6 +2515,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2501
2515
|
* // },
|
|
2502
2516
|
* // },
|
|
2503
2517
|
* // ],
|
|
2518
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2504
2519
|
* // },
|
|
2505
2520
|
* // PieChartVisual: { // PieChartVisual
|
|
2506
2521
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2615,6 +2630,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2615
2630
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2616
2631
|
* // Width: "STRING_VALUE",
|
|
2617
2632
|
* // Height: "STRING_VALUE",
|
|
2633
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
2618
2634
|
* // },
|
|
2619
2635
|
* // DataLabels: {
|
|
2620
2636
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2793,6 +2809,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2793
2809
|
* // },
|
|
2794
2810
|
* // },
|
|
2795
2811
|
* // ],
|
|
2812
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2796
2813
|
* // },
|
|
2797
2814
|
* // GaugeChartVisual: { // GaugeChartVisual
|
|
2798
2815
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2913,6 +2930,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
2913
2930
|
* // ],
|
|
2914
2931
|
* // },
|
|
2915
2932
|
* // Actions: "<VisualCustomActionList>",
|
|
2933
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2916
2934
|
* // },
|
|
2917
2935
|
* // LineChartVisual: { // LineChartVisual
|
|
2918
2936
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3191,6 +3209,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3191
3209
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3192
3210
|
* // Width: "STRING_VALUE",
|
|
3193
3211
|
* // Height: "STRING_VALUE",
|
|
3212
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3194
3213
|
* // },
|
|
3195
3214
|
* // DataLabels: {
|
|
3196
3215
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3327,6 +3346,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3327
3346
|
* // },
|
|
3328
3347
|
* // },
|
|
3329
3348
|
* // ],
|
|
3349
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3330
3350
|
* // },
|
|
3331
3351
|
* // HeatMapVisual: { // HeatMapVisual
|
|
3332
3352
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3373,6 +3393,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3373
3393
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3374
3394
|
* // Width: "STRING_VALUE",
|
|
3375
3395
|
* // Height: "STRING_VALUE",
|
|
3396
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3376
3397
|
* // },
|
|
3377
3398
|
* // DataLabels: {
|
|
3378
3399
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3457,6 +3478,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3457
3478
|
* // },
|
|
3458
3479
|
* // ],
|
|
3459
3480
|
* // Actions: "<VisualCustomActionList>",
|
|
3481
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3460
3482
|
* // },
|
|
3461
3483
|
* // TreeMapVisual: { // TreeMapVisual
|
|
3462
3484
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3502,6 +3524,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3502
3524
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3503
3525
|
* // Width: "STRING_VALUE",
|
|
3504
3526
|
* // Height: "STRING_VALUE",
|
|
3527
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3505
3528
|
* // },
|
|
3506
3529
|
* // DataLabels: "<DataLabelOptions>",
|
|
3507
3530
|
* // Tooltip: "<TooltipOptions>",
|
|
@@ -3509,6 +3532,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3509
3532
|
* // },
|
|
3510
3533
|
* // Actions: "<VisualCustomActionList>",
|
|
3511
3534
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3535
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3512
3536
|
* // },
|
|
3513
3537
|
* // GeospatialMapVisual: { // GeospatialMapVisual
|
|
3514
3538
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3569,6 +3593,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3569
3593
|
* // },
|
|
3570
3594
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3571
3595
|
* // Actions: "<VisualCustomActionList>",
|
|
3596
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3572
3597
|
* // },
|
|
3573
3598
|
* // FilledMapVisual: { // FilledMapVisual
|
|
3574
3599
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3618,6 +3643,284 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3618
3643
|
* // },
|
|
3619
3644
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3620
3645
|
* // Actions: "<VisualCustomActionList>",
|
|
3646
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3647
|
+
* // },
|
|
3648
|
+
* // LayerMapVisual: { // LayerMapVisual
|
|
3649
|
+
* // VisualId: "STRING_VALUE", // required
|
|
3650
|
+
* // Title: "<VisualTitleLabelOptions>",
|
|
3651
|
+
* // Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3652
|
+
* // ChartConfiguration: { // GeospatialLayerMapConfiguration
|
|
3653
|
+
* // Legend: "<LegendOptions>",
|
|
3654
|
+
* // MapLayers: [ // GeospatialMapLayerList
|
|
3655
|
+
* // { // GeospatialLayerItem
|
|
3656
|
+
* // LayerId: "STRING_VALUE", // required
|
|
3657
|
+
* // LayerType: "POINT" || "LINE" || "POLYGON",
|
|
3658
|
+
* // DataSource: { // GeospatialDataSourceItem
|
|
3659
|
+
* // StaticFileDataSource: { // GeospatialStaticFileSource
|
|
3660
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
3661
|
+
* // },
|
|
3662
|
+
* // },
|
|
3663
|
+
* // Label: "STRING_VALUE",
|
|
3664
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
3665
|
+
* // LayerDefinition: { // GeospatialLayerDefinition
|
|
3666
|
+
* // PointLayer: { // GeospatialPointLayer
|
|
3667
|
+
* // Style: { // GeospatialPointStyle
|
|
3668
|
+
* // CircleSymbolStyle: { // GeospatialCircleSymbolStyle
|
|
3669
|
+
* // FillColor: { // GeospatialColor
|
|
3670
|
+
* // Solid: { // GeospatialSolidColor
|
|
3671
|
+
* // Color: "STRING_VALUE", // required
|
|
3672
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3673
|
+
* // },
|
|
3674
|
+
* // Gradient: { // GeospatialGradientColor
|
|
3675
|
+
* // StepColors: [ // GeospatialGradientStepColorList // required
|
|
3676
|
+
* // { // GeospatialGradientStepColor
|
|
3677
|
+
* // Color: "STRING_VALUE", // required
|
|
3678
|
+
* // DataValue: Number("double"), // required
|
|
3679
|
+
* // },
|
|
3680
|
+
* // ],
|
|
3681
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3682
|
+
* // NullDataSettings: { // GeospatialNullDataSettings
|
|
3683
|
+
* // SymbolStyle: { // GeospatialNullSymbolStyle
|
|
3684
|
+
* // FillColor: "STRING_VALUE",
|
|
3685
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3686
|
+
* // StrokeWidth: Number("double"),
|
|
3687
|
+
* // },
|
|
3688
|
+
* // },
|
|
3689
|
+
* // DefaultOpacity: Number("double"),
|
|
3690
|
+
* // },
|
|
3691
|
+
* // Categorical: { // GeospatialCategoricalColor
|
|
3692
|
+
* // CategoryDataColors: [ // GeospatialCategoricalDataColorList // required
|
|
3693
|
+
* // { // GeospatialCategoricalDataColor
|
|
3694
|
+
* // Color: "STRING_VALUE", // required
|
|
3695
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3696
|
+
* // },
|
|
3697
|
+
* // ],
|
|
3698
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3699
|
+
* // NullDataSettings: {
|
|
3700
|
+
* // SymbolStyle: {
|
|
3701
|
+
* // FillColor: "STRING_VALUE",
|
|
3702
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3703
|
+
* // StrokeWidth: Number("double"),
|
|
3704
|
+
* // },
|
|
3705
|
+
* // },
|
|
3706
|
+
* // DefaultOpacity: Number("double"),
|
|
3707
|
+
* // },
|
|
3708
|
+
* // },
|
|
3709
|
+
* // StrokeColor: {
|
|
3710
|
+
* // Solid: {
|
|
3711
|
+
* // Color: "STRING_VALUE", // required
|
|
3712
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3713
|
+
* // },
|
|
3714
|
+
* // Gradient: {
|
|
3715
|
+
* // StepColors: [ // required
|
|
3716
|
+
* // {
|
|
3717
|
+
* // Color: "STRING_VALUE", // required
|
|
3718
|
+
* // DataValue: Number("double"), // required
|
|
3719
|
+
* // },
|
|
3720
|
+
* // ],
|
|
3721
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3722
|
+
* // NullDataSettings: {
|
|
3723
|
+
* // SymbolStyle: {
|
|
3724
|
+
* // FillColor: "STRING_VALUE",
|
|
3725
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3726
|
+
* // StrokeWidth: Number("double"),
|
|
3727
|
+
* // },
|
|
3728
|
+
* // },
|
|
3729
|
+
* // DefaultOpacity: Number("double"),
|
|
3730
|
+
* // },
|
|
3731
|
+
* // Categorical: {
|
|
3732
|
+
* // CategoryDataColors: [ // required
|
|
3733
|
+
* // {
|
|
3734
|
+
* // Color: "STRING_VALUE", // required
|
|
3735
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3736
|
+
* // },
|
|
3737
|
+
* // ],
|
|
3738
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3739
|
+
* // NullDataSettings: {
|
|
3740
|
+
* // SymbolStyle: {
|
|
3741
|
+
* // FillColor: "STRING_VALUE",
|
|
3742
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3743
|
+
* // StrokeWidth: Number("double"),
|
|
3744
|
+
* // },
|
|
3745
|
+
* // },
|
|
3746
|
+
* // DefaultOpacity: Number("double"),
|
|
3747
|
+
* // },
|
|
3748
|
+
* // },
|
|
3749
|
+
* // StrokeWidth: { // GeospatialLineWidth
|
|
3750
|
+
* // LineWidth: Number("double"),
|
|
3751
|
+
* // },
|
|
3752
|
+
* // CircleRadius: { // GeospatialCircleRadius
|
|
3753
|
+
* // Radius: Number("double"),
|
|
3754
|
+
* // },
|
|
3755
|
+
* // },
|
|
3756
|
+
* // },
|
|
3757
|
+
* // },
|
|
3758
|
+
* // LineLayer: { // GeospatialLineLayer
|
|
3759
|
+
* // Style: { // GeospatialLineStyle
|
|
3760
|
+
* // LineSymbolStyle: { // GeospatialLineSymbolStyle
|
|
3761
|
+
* // FillColor: {
|
|
3762
|
+
* // Solid: {
|
|
3763
|
+
* // Color: "STRING_VALUE", // required
|
|
3764
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3765
|
+
* // },
|
|
3766
|
+
* // Gradient: {
|
|
3767
|
+
* // StepColors: [ // required
|
|
3768
|
+
* // {
|
|
3769
|
+
* // Color: "STRING_VALUE", // required
|
|
3770
|
+
* // DataValue: Number("double"), // required
|
|
3771
|
+
* // },
|
|
3772
|
+
* // ],
|
|
3773
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3774
|
+
* // NullDataSettings: {
|
|
3775
|
+
* // SymbolStyle: {
|
|
3776
|
+
* // FillColor: "STRING_VALUE",
|
|
3777
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3778
|
+
* // StrokeWidth: Number("double"),
|
|
3779
|
+
* // },
|
|
3780
|
+
* // },
|
|
3781
|
+
* // DefaultOpacity: Number("double"),
|
|
3782
|
+
* // },
|
|
3783
|
+
* // Categorical: {
|
|
3784
|
+
* // CategoryDataColors: [ // required
|
|
3785
|
+
* // {
|
|
3786
|
+
* // Color: "STRING_VALUE", // required
|
|
3787
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3788
|
+
* // },
|
|
3789
|
+
* // ],
|
|
3790
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3791
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3792
|
+
* // DefaultOpacity: Number("double"),
|
|
3793
|
+
* // },
|
|
3794
|
+
* // },
|
|
3795
|
+
* // LineWidth: {
|
|
3796
|
+
* // LineWidth: Number("double"),
|
|
3797
|
+
* // },
|
|
3798
|
+
* // },
|
|
3799
|
+
* // },
|
|
3800
|
+
* // },
|
|
3801
|
+
* // PolygonLayer: { // GeospatialPolygonLayer
|
|
3802
|
+
* // Style: { // GeospatialPolygonStyle
|
|
3803
|
+
* // PolygonSymbolStyle: { // GeospatialPolygonSymbolStyle
|
|
3804
|
+
* // FillColor: {
|
|
3805
|
+
* // Solid: {
|
|
3806
|
+
* // Color: "STRING_VALUE", // required
|
|
3807
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3808
|
+
* // },
|
|
3809
|
+
* // Gradient: {
|
|
3810
|
+
* // StepColors: [ // required
|
|
3811
|
+
* // {
|
|
3812
|
+
* // Color: "STRING_VALUE", // required
|
|
3813
|
+
* // DataValue: Number("double"), // required
|
|
3814
|
+
* // },
|
|
3815
|
+
* // ],
|
|
3816
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3817
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3818
|
+
* // DefaultOpacity: Number("double"),
|
|
3819
|
+
* // },
|
|
3820
|
+
* // Categorical: {
|
|
3821
|
+
* // CategoryDataColors: [ // required
|
|
3822
|
+
* // {
|
|
3823
|
+
* // Color: "STRING_VALUE", // required
|
|
3824
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3825
|
+
* // },
|
|
3826
|
+
* // ],
|
|
3827
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3828
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3829
|
+
* // DefaultOpacity: Number("double"),
|
|
3830
|
+
* // },
|
|
3831
|
+
* // },
|
|
3832
|
+
* // StrokeColor: {
|
|
3833
|
+
* // Solid: {
|
|
3834
|
+
* // Color: "STRING_VALUE", // required
|
|
3835
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3836
|
+
* // },
|
|
3837
|
+
* // Gradient: {
|
|
3838
|
+
* // StepColors: [ // required
|
|
3839
|
+
* // {
|
|
3840
|
+
* // Color: "STRING_VALUE", // required
|
|
3841
|
+
* // DataValue: Number("double"), // required
|
|
3842
|
+
* // },
|
|
3843
|
+
* // ],
|
|
3844
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3845
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3846
|
+
* // DefaultOpacity: Number("double"),
|
|
3847
|
+
* // },
|
|
3848
|
+
* // Categorical: {
|
|
3849
|
+
* // CategoryDataColors: [ // required
|
|
3850
|
+
* // {
|
|
3851
|
+
* // Color: "STRING_VALUE", // required
|
|
3852
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3853
|
+
* // },
|
|
3854
|
+
* // ],
|
|
3855
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3856
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3857
|
+
* // DefaultOpacity: Number("double"),
|
|
3858
|
+
* // },
|
|
3859
|
+
* // },
|
|
3860
|
+
* // StrokeWidth: {
|
|
3861
|
+
* // LineWidth: Number("double"),
|
|
3862
|
+
* // },
|
|
3863
|
+
* // },
|
|
3864
|
+
* // },
|
|
3865
|
+
* // },
|
|
3866
|
+
* // },
|
|
3867
|
+
* // Tooltip: "<TooltipOptions>",
|
|
3868
|
+
* // JoinDefinition: { // GeospatialLayerJoinDefinition
|
|
3869
|
+
* // ShapeKeyField: "STRING_VALUE",
|
|
3870
|
+
* // DatasetKeyField: {
|
|
3871
|
+
* // FieldId: "STRING_VALUE", // required
|
|
3872
|
+
* // Column: "<ColumnIdentifier>", // required
|
|
3873
|
+
* // FormatConfiguration: {
|
|
3874
|
+
* // StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
3875
|
+
* // NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
3876
|
+
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
3877
|
+
* // },
|
|
3878
|
+
* // },
|
|
3879
|
+
* // ColorField: { // GeospatialLayerColorField
|
|
3880
|
+
* // ColorDimensionsFields: [ // GeospatialLayerDimensionFieldList
|
|
3881
|
+
* // "<DimensionField>",
|
|
3882
|
+
* // ],
|
|
3883
|
+
* // ColorValuesFields: [ // GeospatialLayerMeasureFieldList
|
|
3884
|
+
* // "<MeasureField>",
|
|
3885
|
+
* // ],
|
|
3886
|
+
* // },
|
|
3887
|
+
* // },
|
|
3888
|
+
* // Actions: [ // LayerCustomActionList
|
|
3889
|
+
* // { // LayerCustomAction
|
|
3890
|
+
* // CustomActionId: "STRING_VALUE", // required
|
|
3891
|
+
* // Name: "STRING_VALUE", // required
|
|
3892
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
3893
|
+
* // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
3894
|
+
* // ActionOperations: [ // LayerCustomActionOperationList // required
|
|
3895
|
+
* // { // LayerCustomActionOperation
|
|
3896
|
+
* // FilterOperation: "<CustomActionFilterOperation>",
|
|
3897
|
+
* // NavigationOperation: "<CustomActionNavigationOperation>",
|
|
3898
|
+
* // URLOperation: "<CustomActionURLOperation>",
|
|
3899
|
+
* // SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
3900
|
+
* // },
|
|
3901
|
+
* // ],
|
|
3902
|
+
* // },
|
|
3903
|
+
* // ],
|
|
3904
|
+
* // },
|
|
3905
|
+
* // ],
|
|
3906
|
+
* // MapState: { // GeospatialMapState
|
|
3907
|
+
* // Bounds: {
|
|
3908
|
+
* // North: Number("double"), // required
|
|
3909
|
+
* // South: Number("double"), // required
|
|
3910
|
+
* // West: Number("double"), // required
|
|
3911
|
+
* // East: Number("double"), // required
|
|
3912
|
+
* // },
|
|
3913
|
+
* // MapNavigation: "ENABLED" || "DISABLED",
|
|
3914
|
+
* // },
|
|
3915
|
+
* // MapStyle: { // GeospatialMapStyle
|
|
3916
|
+
* // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3917
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
3918
|
+
* // BaseMapVisibility: "HIDDEN" || "VISIBLE",
|
|
3919
|
+
* // },
|
|
3920
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3921
|
+
* // },
|
|
3922
|
+
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
3923
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3621
3924
|
* // },
|
|
3622
3925
|
* // FunnelChartVisual: { // FunnelChartVisual
|
|
3623
3926
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3655,6 +3958,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3655
3958
|
* // },
|
|
3656
3959
|
* // Actions: "<VisualCustomActionList>",
|
|
3657
3960
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3961
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3658
3962
|
* // },
|
|
3659
3963
|
* // ScatterPlotVisual: { // ScatterPlotVisual
|
|
3660
3964
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3692,6 +3996,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3692
3996
|
* // },
|
|
3693
3997
|
* // Actions: "<VisualCustomActionList>",
|
|
3694
3998
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3999
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3695
4000
|
* // },
|
|
3696
4001
|
* // ComboChartVisual: { // ComboChartVisual
|
|
3697
4002
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3768,6 +4073,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3768
4073
|
* // },
|
|
3769
4074
|
* // Actions: "<VisualCustomActionList>",
|
|
3770
4075
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4076
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3771
4077
|
* // },
|
|
3772
4078
|
* // BoxPlotVisual: { // BoxPlotVisual
|
|
3773
4079
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3843,6 +4149,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3843
4149
|
* // },
|
|
3844
4150
|
* // Actions: "<VisualCustomActionList>",
|
|
3845
4151
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4152
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3846
4153
|
* // },
|
|
3847
4154
|
* // WaterfallVisual: { // WaterfallVisual
|
|
3848
4155
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3881,6 +4188,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3881
4188
|
* // },
|
|
3882
4189
|
* // Actions: "<VisualCustomActionList>",
|
|
3883
4190
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4191
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3884
4192
|
* // },
|
|
3885
4193
|
* // HistogramVisual: { // HistogramVisual
|
|
3886
4194
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3914,6 +4222,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3914
4222
|
* // Interactions: "<VisualInteractionOptions>",
|
|
3915
4223
|
* // },
|
|
3916
4224
|
* // Actions: "<VisualCustomActionList>",
|
|
4225
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3917
4226
|
* // },
|
|
3918
4227
|
* // WordCloudVisual: { // WordCloudVisual
|
|
3919
4228
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3947,6 +4256,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
3947
4256
|
* // },
|
|
3948
4257
|
* // Actions: "<VisualCustomActionList>",
|
|
3949
4258
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4259
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3950
4260
|
* // },
|
|
3951
4261
|
* // InsightVisual: { // InsightVisual
|
|
3952
4262
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4039,6 +4349,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4039
4349
|
* // },
|
|
4040
4350
|
* // Actions: "<VisualCustomActionList>",
|
|
4041
4351
|
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
4352
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4042
4353
|
* // },
|
|
4043
4354
|
* // SankeyDiagramVisual: { // SankeyDiagramVisual
|
|
4044
4355
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4061,6 +4372,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4061
4372
|
* // Interactions: "<VisualInteractionOptions>",
|
|
4062
4373
|
* // },
|
|
4063
4374
|
* // Actions: "<VisualCustomActionList>",
|
|
4375
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4064
4376
|
* // },
|
|
4065
4377
|
* // CustomContentVisual: { // CustomContentVisual
|
|
4066
4378
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4074,6 +4386,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4074
4386
|
* // },
|
|
4075
4387
|
* // Actions: "<VisualCustomActionList>",
|
|
4076
4388
|
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
4389
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4077
4390
|
* // },
|
|
4078
4391
|
* // EmptyVisual: { // EmptyVisual
|
|
4079
4392
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4125,6 +4438,52 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4125
4438
|
* // },
|
|
4126
4439
|
* // Actions: "<VisualCustomActionList>",
|
|
4127
4440
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4441
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4442
|
+
* // },
|
|
4443
|
+
* // PluginVisual: { // PluginVisual
|
|
4444
|
+
* // VisualId: "STRING_VALUE", // required
|
|
4445
|
+
* // PluginArn: "STRING_VALUE", // required
|
|
4446
|
+
* // Title: "<VisualTitleLabelOptions>",
|
|
4447
|
+
* // Subtitle: "<VisualSubtitleLabelOptions>",
|
|
4448
|
+
* // ChartConfiguration: { // PluginVisualConfiguration
|
|
4449
|
+
* // FieldWells: [ // PluginVisualFieldWells
|
|
4450
|
+
* // { // PluginVisualFieldWell
|
|
4451
|
+
* // AxisName: "GROUP_BY" || "VALUE",
|
|
4452
|
+
* // Dimensions: "<DimensionFieldList>",
|
|
4453
|
+
* // Measures: "<MeasureFieldList>",
|
|
4454
|
+
* // Unaggregated: [
|
|
4455
|
+
* // {
|
|
4456
|
+
* // FieldId: "STRING_VALUE", // required
|
|
4457
|
+
* // Column: "<ColumnIdentifier>", // required
|
|
4458
|
+
* // FormatConfiguration: {
|
|
4459
|
+
* // StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
4460
|
+
* // NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
4461
|
+
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4462
|
+
* // },
|
|
4463
|
+
* // },
|
|
4464
|
+
* // ],
|
|
4465
|
+
* // },
|
|
4466
|
+
* // ],
|
|
4467
|
+
* // VisualOptions: { // PluginVisualOptions
|
|
4468
|
+
* // VisualProperties: [ // PluginVisualPropertiesList
|
|
4469
|
+
* // { // PluginVisualProperty
|
|
4470
|
+
* // Name: "STRING_VALUE",
|
|
4471
|
+
* // Value: "STRING_VALUE",
|
|
4472
|
+
* // },
|
|
4473
|
+
* // ],
|
|
4474
|
+
* // },
|
|
4475
|
+
* // SortConfiguration: { // PluginVisualSortConfiguration
|
|
4476
|
+
* // PluginVisualTableQuerySort: { // PluginVisualTableQuerySort
|
|
4477
|
+
* // RowSort: [
|
|
4478
|
+
* // "<FieldSortOptions>",
|
|
4479
|
+
* // ],
|
|
4480
|
+
* // ItemsLimitConfiguration: { // PluginVisualItemsLimitConfiguration
|
|
4481
|
+
* // ItemsLimit: Number("long"),
|
|
4482
|
+
* // },
|
|
4483
|
+
* // },
|
|
4484
|
+
* // },
|
|
4485
|
+
* // },
|
|
4486
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4128
4487
|
* // },
|
|
4129
4488
|
* // },
|
|
4130
4489
|
* // ],
|
|
@@ -4134,6 +4493,46 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4134
4493
|
* // Content: "STRING_VALUE",
|
|
4135
4494
|
* // },
|
|
4136
4495
|
* // ],
|
|
4496
|
+
* // Images: [ // SheetImageList
|
|
4497
|
+
* // { // SheetImage
|
|
4498
|
+
* // SheetImageId: "STRING_VALUE", // required
|
|
4499
|
+
* // Source: { // SheetImageSource
|
|
4500
|
+
* // SheetImageStaticFileSource: { // SheetImageStaticFileSource
|
|
4501
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
4502
|
+
* // },
|
|
4503
|
+
* // },
|
|
4504
|
+
* // Scaling: { // SheetImageScalingConfiguration
|
|
4505
|
+
* // ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
|
|
4506
|
+
* // },
|
|
4507
|
+
* // Tooltip: { // SheetImageTooltipConfiguration
|
|
4508
|
+
* // TooltipText: { // SheetImageTooltipText
|
|
4509
|
+
* // PlainText: "STRING_VALUE",
|
|
4510
|
+
* // },
|
|
4511
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
4512
|
+
* // },
|
|
4513
|
+
* // ImageContentAltText: "STRING_VALUE",
|
|
4514
|
+
* // Interactions: { // ImageInteractionOptions
|
|
4515
|
+
* // ImageMenuOption: { // ImageMenuOption
|
|
4516
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
4517
|
+
* // },
|
|
4518
|
+
* // },
|
|
4519
|
+
* // Actions: [ // ImageCustomActionList
|
|
4520
|
+
* // { // ImageCustomAction
|
|
4521
|
+
* // CustomActionId: "STRING_VALUE", // required
|
|
4522
|
+
* // Name: "STRING_VALUE", // required
|
|
4523
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
4524
|
+
* // Trigger: "CLICK" || "MENU", // required
|
|
4525
|
+
* // ActionOperations: [ // ImageCustomActionOperationList // required
|
|
4526
|
+
* // { // ImageCustomActionOperation
|
|
4527
|
+
* // NavigationOperation: "<CustomActionNavigationOperation>",
|
|
4528
|
+
* // URLOperation: "<CustomActionURLOperation>",
|
|
4529
|
+
* // SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
4530
|
+
* // },
|
|
4531
|
+
* // ],
|
|
4532
|
+
* // },
|
|
4533
|
+
* // ],
|
|
4534
|
+
* // },
|
|
4535
|
+
* // ],
|
|
4137
4536
|
* // Layouts: [ // LayoutList
|
|
4138
4537
|
* // { // Layout
|
|
4139
4538
|
* // Configuration: { // LayoutConfiguration
|
|
@@ -4141,7 +4540,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4141
4540
|
* // Elements: [ // GridLayoutElementList // required
|
|
4142
4541
|
* // { // GridLayoutElement
|
|
4143
4542
|
* // ElementId: "STRING_VALUE", // required
|
|
4144
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4543
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4145
4544
|
* // ColumnIndex: Number("int"),
|
|
4146
4545
|
* // ColumnSpan: Number("int"), // required
|
|
4147
4546
|
* // RowIndex: Number("int"),
|
|
@@ -4159,7 +4558,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4159
4558
|
* // Elements: [ // FreeFromLayoutElementList // required
|
|
4160
4559
|
* // { // FreeFormLayoutElement
|
|
4161
4560
|
* // ElementId: "STRING_VALUE", // required
|
|
4162
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4561
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4163
4562
|
* // XAxisLocation: "STRING_VALUE", // required
|
|
4164
4563
|
* // YAxisLocation: "STRING_VALUE", // required
|
|
4165
4564
|
* // Width: "STRING_VALUE", // required
|
|
@@ -4205,7 +4604,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4205
4604
|
* // Elements: [ // required
|
|
4206
4605
|
* // {
|
|
4207
4606
|
* // ElementId: "STRING_VALUE", // required
|
|
4208
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4607
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4209
4608
|
* // XAxisLocation: "STRING_VALUE", // required
|
|
4210
4609
|
* // YAxisLocation: "STRING_VALUE", // required
|
|
4211
4610
|
* // Width: "STRING_VALUE", // required
|
|
@@ -4345,7 +4744,7 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
4345
4744
|
* // Elements: [ // required
|
|
4346
4745
|
* // {
|
|
4347
4746
|
* // ElementId: "STRING_VALUE", // required
|
|
4348
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4747
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4349
4748
|
* // ColumnIndex: Number("int"),
|
|
4350
4749
|
* // ColumnSpan: Number("int"), // required
|
|
4351
4750
|
* // RowIndex: Number("int"),
|
|
@@ -5013,6 +5412,36 @@ declare const DescribeAnalysisDefinitionCommand_base: {
|
|
|
5013
5412
|
* // QueryExecutionOptions: { // QueryExecutionOptions
|
|
5014
5413
|
* // QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5015
5414
|
* // },
|
|
5415
|
+
* // StaticFiles: [ // StaticFileList
|
|
5416
|
+
* // { // StaticFile
|
|
5417
|
+
* // ImageStaticFile: { // ImageStaticFile
|
|
5418
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
5419
|
+
* // Source: { // StaticFileSource
|
|
5420
|
+
* // UrlOptions: { // StaticFileUrlSourceOptions
|
|
5421
|
+
* // Url: "STRING_VALUE", // required
|
|
5422
|
+
* // },
|
|
5423
|
+
* // S3Options: { // StaticFileS3SourceOptions
|
|
5424
|
+
* // BucketName: "STRING_VALUE", // required
|
|
5425
|
+
* // ObjectKey: "STRING_VALUE", // required
|
|
5426
|
+
* // Region: "STRING_VALUE", // required
|
|
5427
|
+
* // },
|
|
5428
|
+
* // },
|
|
5429
|
+
* // },
|
|
5430
|
+
* // SpatialStaticFile: { // SpatialStaticFile
|
|
5431
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
5432
|
+
* // Source: {
|
|
5433
|
+
* // UrlOptions: {
|
|
5434
|
+
* // Url: "STRING_VALUE", // required
|
|
5435
|
+
* // },
|
|
5436
|
+
* // S3Options: {
|
|
5437
|
+
* // BucketName: "STRING_VALUE", // required
|
|
5438
|
+
* // ObjectKey: "STRING_VALUE", // required
|
|
5439
|
+
* // Region: "STRING_VALUE", // required
|
|
5440
|
+
* // },
|
|
5441
|
+
* // },
|
|
5442
|
+
* // },
|
|
5443
|
+
* // },
|
|
5444
|
+
* // ],
|
|
5016
5445
|
* // },
|
|
5017
5446
|
* // Status: Number("int"),
|
|
5018
5447
|
* // RequestId: "STRING_VALUE",
|