@aws-sdk/client-quicksight 3.693.0 → 3.699.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +1697 -691
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -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 { CreateAnalysisRequest, CreateAnalysisResponse } from "../models/
|
|
3
|
+
import { CreateAnalysisRequest, CreateAnalysisResponse } from "../models/models_3";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -123,6 +123,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
123
123
|
* FontConfiguration: { // FontConfiguration
|
|
124
124
|
* FontSize: { // FontSize
|
|
125
125
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
126
|
+
* Absolute: "STRING_VALUE",
|
|
126
127
|
* },
|
|
127
128
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
128
129
|
* FontColor: "STRING_VALUE",
|
|
@@ -130,6 +131,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
130
131
|
* Name: "NORMAL" || "BOLD",
|
|
131
132
|
* },
|
|
132
133
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
134
|
+
* FontFamily: "STRING_VALUE",
|
|
133
135
|
* },
|
|
134
136
|
* CustomLabel: "STRING_VALUE",
|
|
135
137
|
* },
|
|
@@ -158,6 +160,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
158
160
|
* FontConfiguration: {
|
|
159
161
|
* FontSize: {
|
|
160
162
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
163
|
+
* Absolute: "STRING_VALUE",
|
|
161
164
|
* },
|
|
162
165
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
163
166
|
* FontColor: "STRING_VALUE",
|
|
@@ -165,6 +168,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
165
168
|
* Name: "NORMAL" || "BOLD",
|
|
166
169
|
* },
|
|
167
170
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
171
|
+
* FontFamily: "STRING_VALUE",
|
|
168
172
|
* },
|
|
169
173
|
* CustomLabel: "STRING_VALUE",
|
|
170
174
|
* },
|
|
@@ -208,6 +212,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
208
212
|
* FontConfiguration: {
|
|
209
213
|
* FontSize: {
|
|
210
214
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
215
|
+
* Absolute: "STRING_VALUE",
|
|
211
216
|
* },
|
|
212
217
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
213
218
|
* FontColor: "STRING_VALUE",
|
|
@@ -215,6 +220,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
215
220
|
* Name: "NORMAL" || "BOLD",
|
|
216
221
|
* },
|
|
217
222
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
223
|
+
* FontFamily: "STRING_VALUE",
|
|
218
224
|
* },
|
|
219
225
|
* CustomLabel: "STRING_VALUE",
|
|
220
226
|
* },
|
|
@@ -256,6 +262,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
256
262
|
* FontConfiguration: {
|
|
257
263
|
* FontSize: {
|
|
258
264
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
265
|
+
* Absolute: "STRING_VALUE",
|
|
259
266
|
* },
|
|
260
267
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
261
268
|
* FontColor: "STRING_VALUE",
|
|
@@ -263,6 +270,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
263
270
|
* Name: "NORMAL" || "BOLD",
|
|
264
271
|
* },
|
|
265
272
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
273
|
+
* FontFamily: "STRING_VALUE",
|
|
266
274
|
* },
|
|
267
275
|
* CustomLabel: "STRING_VALUE",
|
|
268
276
|
* },
|
|
@@ -286,6 +294,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
286
294
|
* FontConfiguration: {
|
|
287
295
|
* FontSize: {
|
|
288
296
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
297
|
+
* Absolute: "STRING_VALUE",
|
|
289
298
|
* },
|
|
290
299
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
291
300
|
* FontColor: "STRING_VALUE",
|
|
@@ -293,6 +302,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
293
302
|
* Name: "NORMAL" || "BOLD",
|
|
294
303
|
* },
|
|
295
304
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
305
|
+
* FontFamily: "STRING_VALUE",
|
|
296
306
|
* },
|
|
297
307
|
* CustomLabel: "STRING_VALUE",
|
|
298
308
|
* },
|
|
@@ -1141,6 +1151,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1141
1151
|
* ],
|
|
1142
1152
|
* },
|
|
1143
1153
|
* ],
|
|
1154
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
1144
1155
|
* },
|
|
1145
1156
|
* PivotTableVisual: { // PivotTableVisual
|
|
1146
1157
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -1605,6 +1616,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1605
1616
|
* ],
|
|
1606
1617
|
* },
|
|
1607
1618
|
* ],
|
|
1619
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
1608
1620
|
* },
|
|
1609
1621
|
* BarChartVisual: { // BarChartVisual
|
|
1610
1622
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -1953,6 +1965,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
1953
1965
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
1954
1966
|
* Width: "STRING_VALUE",
|
|
1955
1967
|
* Height: "STRING_VALUE",
|
|
1968
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
1956
1969
|
* },
|
|
1957
1970
|
* DataLabels: { // DataLabelOptions
|
|
1958
1971
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2212,6 +2225,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2212
2225
|
* },
|
|
2213
2226
|
* },
|
|
2214
2227
|
* ],
|
|
2228
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2215
2229
|
* },
|
|
2216
2230
|
* KPIVisual: { // KPIVisual
|
|
2217
2231
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2535,6 +2549,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2535
2549
|
* },
|
|
2536
2550
|
* },
|
|
2537
2551
|
* ],
|
|
2552
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2538
2553
|
* },
|
|
2539
2554
|
* PieChartVisual: { // PieChartVisual
|
|
2540
2555
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2649,6 +2664,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2649
2664
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2650
2665
|
* Width: "STRING_VALUE",
|
|
2651
2666
|
* Height: "STRING_VALUE",
|
|
2667
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
2652
2668
|
* },
|
|
2653
2669
|
* DataLabels: {
|
|
2654
2670
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2827,6 +2843,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2827
2843
|
* },
|
|
2828
2844
|
* },
|
|
2829
2845
|
* ],
|
|
2846
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2830
2847
|
* },
|
|
2831
2848
|
* GaugeChartVisual: { // GaugeChartVisual
|
|
2832
2849
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2947,6 +2964,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
2947
2964
|
* ],
|
|
2948
2965
|
* },
|
|
2949
2966
|
* Actions: "<VisualCustomActionList>",
|
|
2967
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2950
2968
|
* },
|
|
2951
2969
|
* LineChartVisual: { // LineChartVisual
|
|
2952
2970
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3225,6 +3243,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3225
3243
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3226
3244
|
* Width: "STRING_VALUE",
|
|
3227
3245
|
* Height: "STRING_VALUE",
|
|
3246
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3228
3247
|
* },
|
|
3229
3248
|
* DataLabels: {
|
|
3230
3249
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3361,6 +3380,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3361
3380
|
* },
|
|
3362
3381
|
* },
|
|
3363
3382
|
* ],
|
|
3383
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3364
3384
|
* },
|
|
3365
3385
|
* HeatMapVisual: { // HeatMapVisual
|
|
3366
3386
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3407,6 +3427,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3407
3427
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3408
3428
|
* Width: "STRING_VALUE",
|
|
3409
3429
|
* Height: "STRING_VALUE",
|
|
3430
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3410
3431
|
* },
|
|
3411
3432
|
* DataLabels: {
|
|
3412
3433
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3491,6 +3512,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3491
3512
|
* },
|
|
3492
3513
|
* ],
|
|
3493
3514
|
* Actions: "<VisualCustomActionList>",
|
|
3515
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3494
3516
|
* },
|
|
3495
3517
|
* TreeMapVisual: { // TreeMapVisual
|
|
3496
3518
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3536,6 +3558,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3536
3558
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3537
3559
|
* Width: "STRING_VALUE",
|
|
3538
3560
|
* Height: "STRING_VALUE",
|
|
3561
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3539
3562
|
* },
|
|
3540
3563
|
* DataLabels: "<DataLabelOptions>",
|
|
3541
3564
|
* Tooltip: "<TooltipOptions>",
|
|
@@ -3543,6 +3566,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3543
3566
|
* },
|
|
3544
3567
|
* Actions: "<VisualCustomActionList>",
|
|
3545
3568
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3569
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3546
3570
|
* },
|
|
3547
3571
|
* GeospatialMapVisual: { // GeospatialMapVisual
|
|
3548
3572
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3603,6 +3627,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3603
3627
|
* },
|
|
3604
3628
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3605
3629
|
* Actions: "<VisualCustomActionList>",
|
|
3630
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3606
3631
|
* },
|
|
3607
3632
|
* FilledMapVisual: { // FilledMapVisual
|
|
3608
3633
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3652,6 +3677,284 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3652
3677
|
* },
|
|
3653
3678
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3654
3679
|
* Actions: "<VisualCustomActionList>",
|
|
3680
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3681
|
+
* },
|
|
3682
|
+
* LayerMapVisual: { // LayerMapVisual
|
|
3683
|
+
* VisualId: "STRING_VALUE", // required
|
|
3684
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3685
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3686
|
+
* ChartConfiguration: { // GeospatialLayerMapConfiguration
|
|
3687
|
+
* Legend: "<LegendOptions>",
|
|
3688
|
+
* MapLayers: [ // GeospatialMapLayerList
|
|
3689
|
+
* { // GeospatialLayerItem
|
|
3690
|
+
* LayerId: "STRING_VALUE", // required
|
|
3691
|
+
* LayerType: "POINT" || "LINE" || "POLYGON",
|
|
3692
|
+
* DataSource: { // GeospatialDataSourceItem
|
|
3693
|
+
* StaticFileDataSource: { // GeospatialStaticFileSource
|
|
3694
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
3695
|
+
* },
|
|
3696
|
+
* },
|
|
3697
|
+
* Label: "STRING_VALUE",
|
|
3698
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3699
|
+
* LayerDefinition: { // GeospatialLayerDefinition
|
|
3700
|
+
* PointLayer: { // GeospatialPointLayer
|
|
3701
|
+
* Style: { // GeospatialPointStyle
|
|
3702
|
+
* CircleSymbolStyle: { // GeospatialCircleSymbolStyle
|
|
3703
|
+
* FillColor: { // GeospatialColor
|
|
3704
|
+
* Solid: { // GeospatialSolidColor
|
|
3705
|
+
* Color: "STRING_VALUE", // required
|
|
3706
|
+
* State: "ENABLED" || "DISABLED",
|
|
3707
|
+
* },
|
|
3708
|
+
* Gradient: { // GeospatialGradientColor
|
|
3709
|
+
* StepColors: [ // GeospatialGradientStepColorList // required
|
|
3710
|
+
* { // GeospatialGradientStepColor
|
|
3711
|
+
* Color: "STRING_VALUE", // required
|
|
3712
|
+
* DataValue: Number("double"), // required
|
|
3713
|
+
* },
|
|
3714
|
+
* ],
|
|
3715
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3716
|
+
* NullDataSettings: { // GeospatialNullDataSettings
|
|
3717
|
+
* SymbolStyle: { // GeospatialNullSymbolStyle
|
|
3718
|
+
* FillColor: "STRING_VALUE",
|
|
3719
|
+
* StrokeColor: "STRING_VALUE",
|
|
3720
|
+
* StrokeWidth: Number("double"),
|
|
3721
|
+
* },
|
|
3722
|
+
* },
|
|
3723
|
+
* DefaultOpacity: Number("double"),
|
|
3724
|
+
* },
|
|
3725
|
+
* Categorical: { // GeospatialCategoricalColor
|
|
3726
|
+
* CategoryDataColors: [ // GeospatialCategoricalDataColorList // required
|
|
3727
|
+
* { // GeospatialCategoricalDataColor
|
|
3728
|
+
* Color: "STRING_VALUE", // required
|
|
3729
|
+
* DataValue: "STRING_VALUE", // required
|
|
3730
|
+
* },
|
|
3731
|
+
* ],
|
|
3732
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3733
|
+
* NullDataSettings: {
|
|
3734
|
+
* SymbolStyle: {
|
|
3735
|
+
* FillColor: "STRING_VALUE",
|
|
3736
|
+
* StrokeColor: "STRING_VALUE",
|
|
3737
|
+
* StrokeWidth: Number("double"),
|
|
3738
|
+
* },
|
|
3739
|
+
* },
|
|
3740
|
+
* DefaultOpacity: Number("double"),
|
|
3741
|
+
* },
|
|
3742
|
+
* },
|
|
3743
|
+
* StrokeColor: {
|
|
3744
|
+
* Solid: {
|
|
3745
|
+
* Color: "STRING_VALUE", // required
|
|
3746
|
+
* State: "ENABLED" || "DISABLED",
|
|
3747
|
+
* },
|
|
3748
|
+
* Gradient: {
|
|
3749
|
+
* StepColors: [ // required
|
|
3750
|
+
* {
|
|
3751
|
+
* Color: "STRING_VALUE", // required
|
|
3752
|
+
* DataValue: Number("double"), // required
|
|
3753
|
+
* },
|
|
3754
|
+
* ],
|
|
3755
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3756
|
+
* NullDataSettings: {
|
|
3757
|
+
* SymbolStyle: {
|
|
3758
|
+
* FillColor: "STRING_VALUE",
|
|
3759
|
+
* StrokeColor: "STRING_VALUE",
|
|
3760
|
+
* StrokeWidth: Number("double"),
|
|
3761
|
+
* },
|
|
3762
|
+
* },
|
|
3763
|
+
* DefaultOpacity: Number("double"),
|
|
3764
|
+
* },
|
|
3765
|
+
* Categorical: {
|
|
3766
|
+
* CategoryDataColors: [ // required
|
|
3767
|
+
* {
|
|
3768
|
+
* Color: "STRING_VALUE", // required
|
|
3769
|
+
* DataValue: "STRING_VALUE", // required
|
|
3770
|
+
* },
|
|
3771
|
+
* ],
|
|
3772
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3773
|
+
* NullDataSettings: {
|
|
3774
|
+
* SymbolStyle: {
|
|
3775
|
+
* FillColor: "STRING_VALUE",
|
|
3776
|
+
* StrokeColor: "STRING_VALUE",
|
|
3777
|
+
* StrokeWidth: Number("double"),
|
|
3778
|
+
* },
|
|
3779
|
+
* },
|
|
3780
|
+
* DefaultOpacity: Number("double"),
|
|
3781
|
+
* },
|
|
3782
|
+
* },
|
|
3783
|
+
* StrokeWidth: { // GeospatialLineWidth
|
|
3784
|
+
* LineWidth: Number("double"),
|
|
3785
|
+
* },
|
|
3786
|
+
* CircleRadius: { // GeospatialCircleRadius
|
|
3787
|
+
* Radius: Number("double"),
|
|
3788
|
+
* },
|
|
3789
|
+
* },
|
|
3790
|
+
* },
|
|
3791
|
+
* },
|
|
3792
|
+
* LineLayer: { // GeospatialLineLayer
|
|
3793
|
+
* Style: { // GeospatialLineStyle
|
|
3794
|
+
* LineSymbolStyle: { // GeospatialLineSymbolStyle
|
|
3795
|
+
* FillColor: {
|
|
3796
|
+
* Solid: {
|
|
3797
|
+
* Color: "STRING_VALUE", // required
|
|
3798
|
+
* State: "ENABLED" || "DISABLED",
|
|
3799
|
+
* },
|
|
3800
|
+
* Gradient: {
|
|
3801
|
+
* StepColors: [ // required
|
|
3802
|
+
* {
|
|
3803
|
+
* Color: "STRING_VALUE", // required
|
|
3804
|
+
* DataValue: Number("double"), // required
|
|
3805
|
+
* },
|
|
3806
|
+
* ],
|
|
3807
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3808
|
+
* NullDataSettings: {
|
|
3809
|
+
* SymbolStyle: {
|
|
3810
|
+
* FillColor: "STRING_VALUE",
|
|
3811
|
+
* StrokeColor: "STRING_VALUE",
|
|
3812
|
+
* StrokeWidth: Number("double"),
|
|
3813
|
+
* },
|
|
3814
|
+
* },
|
|
3815
|
+
* DefaultOpacity: Number("double"),
|
|
3816
|
+
* },
|
|
3817
|
+
* Categorical: {
|
|
3818
|
+
* CategoryDataColors: [ // required
|
|
3819
|
+
* {
|
|
3820
|
+
* Color: "STRING_VALUE", // required
|
|
3821
|
+
* DataValue: "STRING_VALUE", // required
|
|
3822
|
+
* },
|
|
3823
|
+
* ],
|
|
3824
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3825
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3826
|
+
* DefaultOpacity: Number("double"),
|
|
3827
|
+
* },
|
|
3828
|
+
* },
|
|
3829
|
+
* LineWidth: {
|
|
3830
|
+
* LineWidth: Number("double"),
|
|
3831
|
+
* },
|
|
3832
|
+
* },
|
|
3833
|
+
* },
|
|
3834
|
+
* },
|
|
3835
|
+
* PolygonLayer: { // GeospatialPolygonLayer
|
|
3836
|
+
* Style: { // GeospatialPolygonStyle
|
|
3837
|
+
* PolygonSymbolStyle: { // GeospatialPolygonSymbolStyle
|
|
3838
|
+
* FillColor: {
|
|
3839
|
+
* Solid: {
|
|
3840
|
+
* Color: "STRING_VALUE", // required
|
|
3841
|
+
* State: "ENABLED" || "DISABLED",
|
|
3842
|
+
* },
|
|
3843
|
+
* Gradient: {
|
|
3844
|
+
* StepColors: [ // required
|
|
3845
|
+
* {
|
|
3846
|
+
* Color: "STRING_VALUE", // required
|
|
3847
|
+
* DataValue: Number("double"), // required
|
|
3848
|
+
* },
|
|
3849
|
+
* ],
|
|
3850
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3851
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3852
|
+
* DefaultOpacity: Number("double"),
|
|
3853
|
+
* },
|
|
3854
|
+
* Categorical: {
|
|
3855
|
+
* CategoryDataColors: [ // required
|
|
3856
|
+
* {
|
|
3857
|
+
* Color: "STRING_VALUE", // required
|
|
3858
|
+
* DataValue: "STRING_VALUE", // required
|
|
3859
|
+
* },
|
|
3860
|
+
* ],
|
|
3861
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3862
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3863
|
+
* DefaultOpacity: Number("double"),
|
|
3864
|
+
* },
|
|
3865
|
+
* },
|
|
3866
|
+
* StrokeColor: {
|
|
3867
|
+
* Solid: {
|
|
3868
|
+
* Color: "STRING_VALUE", // required
|
|
3869
|
+
* State: "ENABLED" || "DISABLED",
|
|
3870
|
+
* },
|
|
3871
|
+
* Gradient: {
|
|
3872
|
+
* StepColors: [ // required
|
|
3873
|
+
* {
|
|
3874
|
+
* Color: "STRING_VALUE", // required
|
|
3875
|
+
* DataValue: Number("double"), // required
|
|
3876
|
+
* },
|
|
3877
|
+
* ],
|
|
3878
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3879
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3880
|
+
* DefaultOpacity: Number("double"),
|
|
3881
|
+
* },
|
|
3882
|
+
* Categorical: {
|
|
3883
|
+
* CategoryDataColors: [ // required
|
|
3884
|
+
* {
|
|
3885
|
+
* Color: "STRING_VALUE", // required
|
|
3886
|
+
* DataValue: "STRING_VALUE", // required
|
|
3887
|
+
* },
|
|
3888
|
+
* ],
|
|
3889
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3890
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3891
|
+
* DefaultOpacity: Number("double"),
|
|
3892
|
+
* },
|
|
3893
|
+
* },
|
|
3894
|
+
* StrokeWidth: {
|
|
3895
|
+
* LineWidth: Number("double"),
|
|
3896
|
+
* },
|
|
3897
|
+
* },
|
|
3898
|
+
* },
|
|
3899
|
+
* },
|
|
3900
|
+
* },
|
|
3901
|
+
* Tooltip: "<TooltipOptions>",
|
|
3902
|
+
* JoinDefinition: { // GeospatialLayerJoinDefinition
|
|
3903
|
+
* ShapeKeyField: "STRING_VALUE",
|
|
3904
|
+
* DatasetKeyField: {
|
|
3905
|
+
* FieldId: "STRING_VALUE", // required
|
|
3906
|
+
* Column: "<ColumnIdentifier>", // required
|
|
3907
|
+
* FormatConfiguration: {
|
|
3908
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
3909
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
3910
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
3911
|
+
* },
|
|
3912
|
+
* },
|
|
3913
|
+
* ColorField: { // GeospatialLayerColorField
|
|
3914
|
+
* ColorDimensionsFields: [ // GeospatialLayerDimensionFieldList
|
|
3915
|
+
* "<DimensionField>",
|
|
3916
|
+
* ],
|
|
3917
|
+
* ColorValuesFields: [ // GeospatialLayerMeasureFieldList
|
|
3918
|
+
* "<MeasureField>",
|
|
3919
|
+
* ],
|
|
3920
|
+
* },
|
|
3921
|
+
* },
|
|
3922
|
+
* Actions: [ // LayerCustomActionList
|
|
3923
|
+
* { // LayerCustomAction
|
|
3924
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
3925
|
+
* Name: "STRING_VALUE", // required
|
|
3926
|
+
* Status: "ENABLED" || "DISABLED",
|
|
3927
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
3928
|
+
* ActionOperations: [ // LayerCustomActionOperationList // required
|
|
3929
|
+
* { // LayerCustomActionOperation
|
|
3930
|
+
* FilterOperation: "<CustomActionFilterOperation>",
|
|
3931
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
3932
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
3933
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
3934
|
+
* },
|
|
3935
|
+
* ],
|
|
3936
|
+
* },
|
|
3937
|
+
* ],
|
|
3938
|
+
* },
|
|
3939
|
+
* ],
|
|
3940
|
+
* MapState: { // GeospatialMapState
|
|
3941
|
+
* Bounds: {
|
|
3942
|
+
* North: Number("double"), // required
|
|
3943
|
+
* South: Number("double"), // required
|
|
3944
|
+
* West: Number("double"), // required
|
|
3945
|
+
* East: Number("double"), // required
|
|
3946
|
+
* },
|
|
3947
|
+
* MapNavigation: "ENABLED" || "DISABLED",
|
|
3948
|
+
* },
|
|
3949
|
+
* MapStyle: { // GeospatialMapStyle
|
|
3950
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3951
|
+
* BackgroundColor: "STRING_VALUE",
|
|
3952
|
+
* BaseMapVisibility: "HIDDEN" || "VISIBLE",
|
|
3953
|
+
* },
|
|
3954
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3955
|
+
* },
|
|
3956
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
3957
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3655
3958
|
* },
|
|
3656
3959
|
* FunnelChartVisual: { // FunnelChartVisual
|
|
3657
3960
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3689,6 +3992,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3689
3992
|
* },
|
|
3690
3993
|
* Actions: "<VisualCustomActionList>",
|
|
3691
3994
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3995
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3692
3996
|
* },
|
|
3693
3997
|
* ScatterPlotVisual: { // ScatterPlotVisual
|
|
3694
3998
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3726,6 +4030,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3726
4030
|
* },
|
|
3727
4031
|
* Actions: "<VisualCustomActionList>",
|
|
3728
4032
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4033
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3729
4034
|
* },
|
|
3730
4035
|
* ComboChartVisual: { // ComboChartVisual
|
|
3731
4036
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3802,6 +4107,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3802
4107
|
* },
|
|
3803
4108
|
* Actions: "<VisualCustomActionList>",
|
|
3804
4109
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4110
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3805
4111
|
* },
|
|
3806
4112
|
* BoxPlotVisual: { // BoxPlotVisual
|
|
3807
4113
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3877,6 +4183,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3877
4183
|
* },
|
|
3878
4184
|
* Actions: "<VisualCustomActionList>",
|
|
3879
4185
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4186
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3880
4187
|
* },
|
|
3881
4188
|
* WaterfallVisual: { // WaterfallVisual
|
|
3882
4189
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3915,6 +4222,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3915
4222
|
* },
|
|
3916
4223
|
* Actions: "<VisualCustomActionList>",
|
|
3917
4224
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4225
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3918
4226
|
* },
|
|
3919
4227
|
* HistogramVisual: { // HistogramVisual
|
|
3920
4228
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3948,6 +4256,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3948
4256
|
* Interactions: "<VisualInteractionOptions>",
|
|
3949
4257
|
* },
|
|
3950
4258
|
* Actions: "<VisualCustomActionList>",
|
|
4259
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3951
4260
|
* },
|
|
3952
4261
|
* WordCloudVisual: { // WordCloudVisual
|
|
3953
4262
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3981,6 +4290,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
3981
4290
|
* },
|
|
3982
4291
|
* Actions: "<VisualCustomActionList>",
|
|
3983
4292
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4293
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3984
4294
|
* },
|
|
3985
4295
|
* InsightVisual: { // InsightVisual
|
|
3986
4296
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4073,6 +4383,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4073
4383
|
* },
|
|
4074
4384
|
* Actions: "<VisualCustomActionList>",
|
|
4075
4385
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4386
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4076
4387
|
* },
|
|
4077
4388
|
* SankeyDiagramVisual: { // SankeyDiagramVisual
|
|
4078
4389
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4095,6 +4406,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4095
4406
|
* Interactions: "<VisualInteractionOptions>",
|
|
4096
4407
|
* },
|
|
4097
4408
|
* Actions: "<VisualCustomActionList>",
|
|
4409
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4098
4410
|
* },
|
|
4099
4411
|
* CustomContentVisual: { // CustomContentVisual
|
|
4100
4412
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4108,6 +4420,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4108
4420
|
* },
|
|
4109
4421
|
* Actions: "<VisualCustomActionList>",
|
|
4110
4422
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4423
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4111
4424
|
* },
|
|
4112
4425
|
* EmptyVisual: { // EmptyVisual
|
|
4113
4426
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4159,6 +4472,52 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4159
4472
|
* },
|
|
4160
4473
|
* Actions: "<VisualCustomActionList>",
|
|
4161
4474
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4475
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4476
|
+
* },
|
|
4477
|
+
* PluginVisual: { // PluginVisual
|
|
4478
|
+
* VisualId: "STRING_VALUE", // required
|
|
4479
|
+
* PluginArn: "STRING_VALUE", // required
|
|
4480
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
4481
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
4482
|
+
* ChartConfiguration: { // PluginVisualConfiguration
|
|
4483
|
+
* FieldWells: [ // PluginVisualFieldWells
|
|
4484
|
+
* { // PluginVisualFieldWell
|
|
4485
|
+
* AxisName: "GROUP_BY" || "VALUE",
|
|
4486
|
+
* Dimensions: "<DimensionFieldList>",
|
|
4487
|
+
* Measures: "<MeasureFieldList>",
|
|
4488
|
+
* Unaggregated: [
|
|
4489
|
+
* {
|
|
4490
|
+
* FieldId: "STRING_VALUE", // required
|
|
4491
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4492
|
+
* FormatConfiguration: {
|
|
4493
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
4494
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
4495
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4496
|
+
* },
|
|
4497
|
+
* },
|
|
4498
|
+
* ],
|
|
4499
|
+
* },
|
|
4500
|
+
* ],
|
|
4501
|
+
* VisualOptions: { // PluginVisualOptions
|
|
4502
|
+
* VisualProperties: [ // PluginVisualPropertiesList
|
|
4503
|
+
* { // PluginVisualProperty
|
|
4504
|
+
* Name: "STRING_VALUE",
|
|
4505
|
+
* Value: "STRING_VALUE",
|
|
4506
|
+
* },
|
|
4507
|
+
* ],
|
|
4508
|
+
* },
|
|
4509
|
+
* SortConfiguration: { // PluginVisualSortConfiguration
|
|
4510
|
+
* PluginVisualTableQuerySort: { // PluginVisualTableQuerySort
|
|
4511
|
+
* RowSort: [
|
|
4512
|
+
* "<FieldSortOptions>",
|
|
4513
|
+
* ],
|
|
4514
|
+
* ItemsLimitConfiguration: { // PluginVisualItemsLimitConfiguration
|
|
4515
|
+
* ItemsLimit: Number("long"),
|
|
4516
|
+
* },
|
|
4517
|
+
* },
|
|
4518
|
+
* },
|
|
4519
|
+
* },
|
|
4520
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4162
4521
|
* },
|
|
4163
4522
|
* },
|
|
4164
4523
|
* ],
|
|
@@ -4168,6 +4527,46 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4168
4527
|
* Content: "STRING_VALUE",
|
|
4169
4528
|
* },
|
|
4170
4529
|
* ],
|
|
4530
|
+
* Images: [ // SheetImageList
|
|
4531
|
+
* { // SheetImage
|
|
4532
|
+
* SheetImageId: "STRING_VALUE", // required
|
|
4533
|
+
* Source: { // SheetImageSource
|
|
4534
|
+
* SheetImageStaticFileSource: { // SheetImageStaticFileSource
|
|
4535
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
4536
|
+
* },
|
|
4537
|
+
* },
|
|
4538
|
+
* Scaling: { // SheetImageScalingConfiguration
|
|
4539
|
+
* ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
|
|
4540
|
+
* },
|
|
4541
|
+
* Tooltip: { // SheetImageTooltipConfiguration
|
|
4542
|
+
* TooltipText: { // SheetImageTooltipText
|
|
4543
|
+
* PlainText: "STRING_VALUE",
|
|
4544
|
+
* },
|
|
4545
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4546
|
+
* },
|
|
4547
|
+
* ImageContentAltText: "STRING_VALUE",
|
|
4548
|
+
* Interactions: { // ImageInteractionOptions
|
|
4549
|
+
* ImageMenuOption: { // ImageMenuOption
|
|
4550
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
4551
|
+
* },
|
|
4552
|
+
* },
|
|
4553
|
+
* Actions: [ // ImageCustomActionList
|
|
4554
|
+
* { // ImageCustomAction
|
|
4555
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
4556
|
+
* Name: "STRING_VALUE", // required
|
|
4557
|
+
* Status: "ENABLED" || "DISABLED",
|
|
4558
|
+
* Trigger: "CLICK" || "MENU", // required
|
|
4559
|
+
* ActionOperations: [ // ImageCustomActionOperationList // required
|
|
4560
|
+
* { // ImageCustomActionOperation
|
|
4561
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
4562
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
4563
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
4564
|
+
* },
|
|
4565
|
+
* ],
|
|
4566
|
+
* },
|
|
4567
|
+
* ],
|
|
4568
|
+
* },
|
|
4569
|
+
* ],
|
|
4171
4570
|
* Layouts: [ // LayoutList
|
|
4172
4571
|
* { // Layout
|
|
4173
4572
|
* Configuration: { // LayoutConfiguration
|
|
@@ -4175,7 +4574,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4175
4574
|
* Elements: [ // GridLayoutElementList // required
|
|
4176
4575
|
* { // GridLayoutElement
|
|
4177
4576
|
* ElementId: "STRING_VALUE", // required
|
|
4178
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4577
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4179
4578
|
* ColumnIndex: Number("int"),
|
|
4180
4579
|
* ColumnSpan: Number("int"), // required
|
|
4181
4580
|
* RowIndex: Number("int"),
|
|
@@ -4193,7 +4592,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4193
4592
|
* Elements: [ // FreeFromLayoutElementList // required
|
|
4194
4593
|
* { // FreeFormLayoutElement
|
|
4195
4594
|
* ElementId: "STRING_VALUE", // required
|
|
4196
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4595
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4197
4596
|
* XAxisLocation: "STRING_VALUE", // required
|
|
4198
4597
|
* YAxisLocation: "STRING_VALUE", // required
|
|
4199
4598
|
* Width: "STRING_VALUE", // required
|
|
@@ -4239,7 +4638,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4239
4638
|
* Elements: [ // required
|
|
4240
4639
|
* {
|
|
4241
4640
|
* ElementId: "STRING_VALUE", // required
|
|
4242
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4641
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4243
4642
|
* XAxisLocation: "STRING_VALUE", // required
|
|
4244
4643
|
* YAxisLocation: "STRING_VALUE", // required
|
|
4245
4644
|
* Width: "STRING_VALUE", // required
|
|
@@ -4379,7 +4778,7 @@ declare const CreateAnalysisCommand_base: {
|
|
|
4379
4778
|
* Elements: [ // required
|
|
4380
4779
|
* {
|
|
4381
4780
|
* ElementId: "STRING_VALUE", // required
|
|
4382
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4781
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4383
4782
|
* ColumnIndex: Number("int"),
|
|
4384
4783
|
* ColumnSpan: Number("int"), // required
|
|
4385
4784
|
* RowIndex: Number("int"),
|
|
@@ -5047,6 +5446,36 @@ declare const CreateAnalysisCommand_base: {
|
|
|
5047
5446
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5048
5447
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5049
5448
|
* },
|
|
5449
|
+
* StaticFiles: [ // StaticFileList
|
|
5450
|
+
* { // StaticFile
|
|
5451
|
+
* ImageStaticFile: { // ImageStaticFile
|
|
5452
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
5453
|
+
* Source: { // StaticFileSource
|
|
5454
|
+
* UrlOptions: { // StaticFileUrlSourceOptions
|
|
5455
|
+
* Url: "STRING_VALUE", // required
|
|
5456
|
+
* },
|
|
5457
|
+
* S3Options: { // StaticFileS3SourceOptions
|
|
5458
|
+
* BucketName: "STRING_VALUE", // required
|
|
5459
|
+
* ObjectKey: "STRING_VALUE", // required
|
|
5460
|
+
* Region: "STRING_VALUE", // required
|
|
5461
|
+
* },
|
|
5462
|
+
* },
|
|
5463
|
+
* },
|
|
5464
|
+
* SpatialStaticFile: { // SpatialStaticFile
|
|
5465
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
5466
|
+
* Source: {
|
|
5467
|
+
* UrlOptions: {
|
|
5468
|
+
* Url: "STRING_VALUE", // required
|
|
5469
|
+
* },
|
|
5470
|
+
* S3Options: {
|
|
5471
|
+
* BucketName: "STRING_VALUE", // required
|
|
5472
|
+
* ObjectKey: "STRING_VALUE", // required
|
|
5473
|
+
* Region: "STRING_VALUE", // required
|
|
5474
|
+
* },
|
|
5475
|
+
* },
|
|
5476
|
+
* },
|
|
5477
|
+
* },
|
|
5478
|
+
* ],
|
|
5050
5479
|
* },
|
|
5051
5480
|
* ValidationStrategy: { // ValidationStrategy
|
|
5052
5481
|
* Mode: "STRICT" || "LENIENT", // required
|