@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 { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/
|
|
3
|
+
import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_5";
|
|
4
4
|
import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
@@ -96,6 +96,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
96
96
|
* FontConfiguration: { // FontConfiguration
|
|
97
97
|
* FontSize: { // FontSize
|
|
98
98
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
99
|
+
* Absolute: "STRING_VALUE",
|
|
99
100
|
* },
|
|
100
101
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
101
102
|
* FontColor: "STRING_VALUE",
|
|
@@ -103,6 +104,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
103
104
|
* Name: "NORMAL" || "BOLD",
|
|
104
105
|
* },
|
|
105
106
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
107
|
+
* FontFamily: "STRING_VALUE",
|
|
106
108
|
* },
|
|
107
109
|
* CustomLabel: "STRING_VALUE",
|
|
108
110
|
* },
|
|
@@ -131,6 +133,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
131
133
|
* FontConfiguration: {
|
|
132
134
|
* FontSize: {
|
|
133
135
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
136
|
+
* Absolute: "STRING_VALUE",
|
|
134
137
|
* },
|
|
135
138
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
136
139
|
* FontColor: "STRING_VALUE",
|
|
@@ -138,6 +141,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
138
141
|
* Name: "NORMAL" || "BOLD",
|
|
139
142
|
* },
|
|
140
143
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
144
|
+
* FontFamily: "STRING_VALUE",
|
|
141
145
|
* },
|
|
142
146
|
* CustomLabel: "STRING_VALUE",
|
|
143
147
|
* },
|
|
@@ -181,6 +185,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
181
185
|
* FontConfiguration: {
|
|
182
186
|
* FontSize: {
|
|
183
187
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
188
|
+
* Absolute: "STRING_VALUE",
|
|
184
189
|
* },
|
|
185
190
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
186
191
|
* FontColor: "STRING_VALUE",
|
|
@@ -188,6 +193,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
188
193
|
* Name: "NORMAL" || "BOLD",
|
|
189
194
|
* },
|
|
190
195
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
196
|
+
* FontFamily: "STRING_VALUE",
|
|
191
197
|
* },
|
|
192
198
|
* CustomLabel: "STRING_VALUE",
|
|
193
199
|
* },
|
|
@@ -229,6 +235,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
229
235
|
* FontConfiguration: {
|
|
230
236
|
* FontSize: {
|
|
231
237
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
238
|
+
* Absolute: "STRING_VALUE",
|
|
232
239
|
* },
|
|
233
240
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
234
241
|
* FontColor: "STRING_VALUE",
|
|
@@ -236,6 +243,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
236
243
|
* Name: "NORMAL" || "BOLD",
|
|
237
244
|
* },
|
|
238
245
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
246
|
+
* FontFamily: "STRING_VALUE",
|
|
239
247
|
* },
|
|
240
248
|
* CustomLabel: "STRING_VALUE",
|
|
241
249
|
* },
|
|
@@ -259,6 +267,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
259
267
|
* FontConfiguration: {
|
|
260
268
|
* FontSize: {
|
|
261
269
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
270
|
+
* Absolute: "STRING_VALUE",
|
|
262
271
|
* },
|
|
263
272
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
264
273
|
* FontColor: "STRING_VALUE",
|
|
@@ -266,6 +275,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
266
275
|
* Name: "NORMAL" || "BOLD",
|
|
267
276
|
* },
|
|
268
277
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
278
|
+
* FontFamily: "STRING_VALUE",
|
|
269
279
|
* },
|
|
270
280
|
* CustomLabel: "STRING_VALUE",
|
|
271
281
|
* },
|
|
@@ -1114,6 +1124,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
1114
1124
|
* ],
|
|
1115
1125
|
* },
|
|
1116
1126
|
* ],
|
|
1127
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
1117
1128
|
* },
|
|
1118
1129
|
* PivotTableVisual: { // PivotTableVisual
|
|
1119
1130
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -1578,6 +1589,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
1578
1589
|
* ],
|
|
1579
1590
|
* },
|
|
1580
1591
|
* ],
|
|
1592
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
1581
1593
|
* },
|
|
1582
1594
|
* BarChartVisual: { // BarChartVisual
|
|
1583
1595
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -1926,6 +1938,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
1926
1938
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
1927
1939
|
* Width: "STRING_VALUE",
|
|
1928
1940
|
* Height: "STRING_VALUE",
|
|
1941
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
1929
1942
|
* },
|
|
1930
1943
|
* DataLabels: { // DataLabelOptions
|
|
1931
1944
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2185,6 +2198,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
2185
2198
|
* },
|
|
2186
2199
|
* },
|
|
2187
2200
|
* ],
|
|
2201
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2188
2202
|
* },
|
|
2189
2203
|
* KPIVisual: { // KPIVisual
|
|
2190
2204
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2508,6 +2522,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
2508
2522
|
* },
|
|
2509
2523
|
* },
|
|
2510
2524
|
* ],
|
|
2525
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2511
2526
|
* },
|
|
2512
2527
|
* PieChartVisual: { // PieChartVisual
|
|
2513
2528
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2622,6 +2637,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
2622
2637
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2623
2638
|
* Width: "STRING_VALUE",
|
|
2624
2639
|
* Height: "STRING_VALUE",
|
|
2640
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
2625
2641
|
* },
|
|
2626
2642
|
* DataLabels: {
|
|
2627
2643
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2800,6 +2816,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
2800
2816
|
* },
|
|
2801
2817
|
* },
|
|
2802
2818
|
* ],
|
|
2819
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2803
2820
|
* },
|
|
2804
2821
|
* GaugeChartVisual: { // GaugeChartVisual
|
|
2805
2822
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2920,6 +2937,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
2920
2937
|
* ],
|
|
2921
2938
|
* },
|
|
2922
2939
|
* Actions: "<VisualCustomActionList>",
|
|
2940
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2923
2941
|
* },
|
|
2924
2942
|
* LineChartVisual: { // LineChartVisual
|
|
2925
2943
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3198,6 +3216,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3198
3216
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3199
3217
|
* Width: "STRING_VALUE",
|
|
3200
3218
|
* Height: "STRING_VALUE",
|
|
3219
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3201
3220
|
* },
|
|
3202
3221
|
* DataLabels: {
|
|
3203
3222
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3334,6 +3353,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3334
3353
|
* },
|
|
3335
3354
|
* },
|
|
3336
3355
|
* ],
|
|
3356
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3337
3357
|
* },
|
|
3338
3358
|
* HeatMapVisual: { // HeatMapVisual
|
|
3339
3359
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3380,6 +3400,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3380
3400
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3381
3401
|
* Width: "STRING_VALUE",
|
|
3382
3402
|
* Height: "STRING_VALUE",
|
|
3403
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3383
3404
|
* },
|
|
3384
3405
|
* DataLabels: {
|
|
3385
3406
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3464,6 +3485,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3464
3485
|
* },
|
|
3465
3486
|
* ],
|
|
3466
3487
|
* Actions: "<VisualCustomActionList>",
|
|
3488
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3467
3489
|
* },
|
|
3468
3490
|
* TreeMapVisual: { // TreeMapVisual
|
|
3469
3491
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3509,6 +3531,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3509
3531
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3510
3532
|
* Width: "STRING_VALUE",
|
|
3511
3533
|
* Height: "STRING_VALUE",
|
|
3534
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3512
3535
|
* },
|
|
3513
3536
|
* DataLabels: "<DataLabelOptions>",
|
|
3514
3537
|
* Tooltip: "<TooltipOptions>",
|
|
@@ -3516,6 +3539,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3516
3539
|
* },
|
|
3517
3540
|
* Actions: "<VisualCustomActionList>",
|
|
3518
3541
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3542
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3519
3543
|
* },
|
|
3520
3544
|
* GeospatialMapVisual: { // GeospatialMapVisual
|
|
3521
3545
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3576,6 +3600,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3576
3600
|
* },
|
|
3577
3601
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3578
3602
|
* Actions: "<VisualCustomActionList>",
|
|
3603
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3579
3604
|
* },
|
|
3580
3605
|
* FilledMapVisual: { // FilledMapVisual
|
|
3581
3606
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3625,6 +3650,284 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3625
3650
|
* },
|
|
3626
3651
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3627
3652
|
* Actions: "<VisualCustomActionList>",
|
|
3653
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3654
|
+
* },
|
|
3655
|
+
* LayerMapVisual: { // LayerMapVisual
|
|
3656
|
+
* VisualId: "STRING_VALUE", // required
|
|
3657
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3658
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3659
|
+
* ChartConfiguration: { // GeospatialLayerMapConfiguration
|
|
3660
|
+
* Legend: "<LegendOptions>",
|
|
3661
|
+
* MapLayers: [ // GeospatialMapLayerList
|
|
3662
|
+
* { // GeospatialLayerItem
|
|
3663
|
+
* LayerId: "STRING_VALUE", // required
|
|
3664
|
+
* LayerType: "POINT" || "LINE" || "POLYGON",
|
|
3665
|
+
* DataSource: { // GeospatialDataSourceItem
|
|
3666
|
+
* StaticFileDataSource: { // GeospatialStaticFileSource
|
|
3667
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
3668
|
+
* },
|
|
3669
|
+
* },
|
|
3670
|
+
* Label: "STRING_VALUE",
|
|
3671
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3672
|
+
* LayerDefinition: { // GeospatialLayerDefinition
|
|
3673
|
+
* PointLayer: { // GeospatialPointLayer
|
|
3674
|
+
* Style: { // GeospatialPointStyle
|
|
3675
|
+
* CircleSymbolStyle: { // GeospatialCircleSymbolStyle
|
|
3676
|
+
* FillColor: { // GeospatialColor
|
|
3677
|
+
* Solid: { // GeospatialSolidColor
|
|
3678
|
+
* Color: "STRING_VALUE", // required
|
|
3679
|
+
* State: "ENABLED" || "DISABLED",
|
|
3680
|
+
* },
|
|
3681
|
+
* Gradient: { // GeospatialGradientColor
|
|
3682
|
+
* StepColors: [ // GeospatialGradientStepColorList // required
|
|
3683
|
+
* { // GeospatialGradientStepColor
|
|
3684
|
+
* Color: "STRING_VALUE", // required
|
|
3685
|
+
* DataValue: Number("double"), // required
|
|
3686
|
+
* },
|
|
3687
|
+
* ],
|
|
3688
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3689
|
+
* NullDataSettings: { // GeospatialNullDataSettings
|
|
3690
|
+
* SymbolStyle: { // GeospatialNullSymbolStyle
|
|
3691
|
+
* FillColor: "STRING_VALUE",
|
|
3692
|
+
* StrokeColor: "STRING_VALUE",
|
|
3693
|
+
* StrokeWidth: Number("double"),
|
|
3694
|
+
* },
|
|
3695
|
+
* },
|
|
3696
|
+
* DefaultOpacity: Number("double"),
|
|
3697
|
+
* },
|
|
3698
|
+
* Categorical: { // GeospatialCategoricalColor
|
|
3699
|
+
* CategoryDataColors: [ // GeospatialCategoricalDataColorList // required
|
|
3700
|
+
* { // GeospatialCategoricalDataColor
|
|
3701
|
+
* Color: "STRING_VALUE", // required
|
|
3702
|
+
* DataValue: "STRING_VALUE", // required
|
|
3703
|
+
* },
|
|
3704
|
+
* ],
|
|
3705
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3706
|
+
* NullDataSettings: {
|
|
3707
|
+
* SymbolStyle: {
|
|
3708
|
+
* FillColor: "STRING_VALUE",
|
|
3709
|
+
* StrokeColor: "STRING_VALUE",
|
|
3710
|
+
* StrokeWidth: Number("double"),
|
|
3711
|
+
* },
|
|
3712
|
+
* },
|
|
3713
|
+
* DefaultOpacity: Number("double"),
|
|
3714
|
+
* },
|
|
3715
|
+
* },
|
|
3716
|
+
* StrokeColor: {
|
|
3717
|
+
* Solid: {
|
|
3718
|
+
* Color: "STRING_VALUE", // required
|
|
3719
|
+
* State: "ENABLED" || "DISABLED",
|
|
3720
|
+
* },
|
|
3721
|
+
* Gradient: {
|
|
3722
|
+
* StepColors: [ // required
|
|
3723
|
+
* {
|
|
3724
|
+
* Color: "STRING_VALUE", // required
|
|
3725
|
+
* DataValue: Number("double"), // required
|
|
3726
|
+
* },
|
|
3727
|
+
* ],
|
|
3728
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3729
|
+
* NullDataSettings: {
|
|
3730
|
+
* SymbolStyle: {
|
|
3731
|
+
* FillColor: "STRING_VALUE",
|
|
3732
|
+
* StrokeColor: "STRING_VALUE",
|
|
3733
|
+
* StrokeWidth: Number("double"),
|
|
3734
|
+
* },
|
|
3735
|
+
* },
|
|
3736
|
+
* DefaultOpacity: Number("double"),
|
|
3737
|
+
* },
|
|
3738
|
+
* Categorical: {
|
|
3739
|
+
* CategoryDataColors: [ // required
|
|
3740
|
+
* {
|
|
3741
|
+
* Color: "STRING_VALUE", // required
|
|
3742
|
+
* DataValue: "STRING_VALUE", // required
|
|
3743
|
+
* },
|
|
3744
|
+
* ],
|
|
3745
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3746
|
+
* NullDataSettings: {
|
|
3747
|
+
* SymbolStyle: {
|
|
3748
|
+
* FillColor: "STRING_VALUE",
|
|
3749
|
+
* StrokeColor: "STRING_VALUE",
|
|
3750
|
+
* StrokeWidth: Number("double"),
|
|
3751
|
+
* },
|
|
3752
|
+
* },
|
|
3753
|
+
* DefaultOpacity: Number("double"),
|
|
3754
|
+
* },
|
|
3755
|
+
* },
|
|
3756
|
+
* StrokeWidth: { // GeospatialLineWidth
|
|
3757
|
+
* LineWidth: Number("double"),
|
|
3758
|
+
* },
|
|
3759
|
+
* CircleRadius: { // GeospatialCircleRadius
|
|
3760
|
+
* Radius: Number("double"),
|
|
3761
|
+
* },
|
|
3762
|
+
* },
|
|
3763
|
+
* },
|
|
3764
|
+
* },
|
|
3765
|
+
* LineLayer: { // GeospatialLineLayer
|
|
3766
|
+
* Style: { // GeospatialLineStyle
|
|
3767
|
+
* LineSymbolStyle: { // GeospatialLineSymbolStyle
|
|
3768
|
+
* FillColor: {
|
|
3769
|
+
* Solid: {
|
|
3770
|
+
* Color: "STRING_VALUE", // required
|
|
3771
|
+
* State: "ENABLED" || "DISABLED",
|
|
3772
|
+
* },
|
|
3773
|
+
* Gradient: {
|
|
3774
|
+
* StepColors: [ // required
|
|
3775
|
+
* {
|
|
3776
|
+
* Color: "STRING_VALUE", // required
|
|
3777
|
+
* DataValue: Number("double"), // required
|
|
3778
|
+
* },
|
|
3779
|
+
* ],
|
|
3780
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3781
|
+
* NullDataSettings: {
|
|
3782
|
+
* SymbolStyle: {
|
|
3783
|
+
* FillColor: "STRING_VALUE",
|
|
3784
|
+
* StrokeColor: "STRING_VALUE",
|
|
3785
|
+
* StrokeWidth: Number("double"),
|
|
3786
|
+
* },
|
|
3787
|
+
* },
|
|
3788
|
+
* DefaultOpacity: Number("double"),
|
|
3789
|
+
* },
|
|
3790
|
+
* Categorical: {
|
|
3791
|
+
* CategoryDataColors: [ // required
|
|
3792
|
+
* {
|
|
3793
|
+
* Color: "STRING_VALUE", // required
|
|
3794
|
+
* DataValue: "STRING_VALUE", // required
|
|
3795
|
+
* },
|
|
3796
|
+
* ],
|
|
3797
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3798
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3799
|
+
* DefaultOpacity: Number("double"),
|
|
3800
|
+
* },
|
|
3801
|
+
* },
|
|
3802
|
+
* LineWidth: {
|
|
3803
|
+
* LineWidth: Number("double"),
|
|
3804
|
+
* },
|
|
3805
|
+
* },
|
|
3806
|
+
* },
|
|
3807
|
+
* },
|
|
3808
|
+
* PolygonLayer: { // GeospatialPolygonLayer
|
|
3809
|
+
* Style: { // GeospatialPolygonStyle
|
|
3810
|
+
* PolygonSymbolStyle: { // GeospatialPolygonSymbolStyle
|
|
3811
|
+
* FillColor: {
|
|
3812
|
+
* Solid: {
|
|
3813
|
+
* Color: "STRING_VALUE", // required
|
|
3814
|
+
* State: "ENABLED" || "DISABLED",
|
|
3815
|
+
* },
|
|
3816
|
+
* Gradient: {
|
|
3817
|
+
* StepColors: [ // required
|
|
3818
|
+
* {
|
|
3819
|
+
* Color: "STRING_VALUE", // required
|
|
3820
|
+
* DataValue: Number("double"), // required
|
|
3821
|
+
* },
|
|
3822
|
+
* ],
|
|
3823
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3824
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3825
|
+
* DefaultOpacity: Number("double"),
|
|
3826
|
+
* },
|
|
3827
|
+
* Categorical: {
|
|
3828
|
+
* CategoryDataColors: [ // required
|
|
3829
|
+
* {
|
|
3830
|
+
* Color: "STRING_VALUE", // required
|
|
3831
|
+
* DataValue: "STRING_VALUE", // required
|
|
3832
|
+
* },
|
|
3833
|
+
* ],
|
|
3834
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3835
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3836
|
+
* DefaultOpacity: Number("double"),
|
|
3837
|
+
* },
|
|
3838
|
+
* },
|
|
3839
|
+
* StrokeColor: {
|
|
3840
|
+
* Solid: {
|
|
3841
|
+
* Color: "STRING_VALUE", // required
|
|
3842
|
+
* State: "ENABLED" || "DISABLED",
|
|
3843
|
+
* },
|
|
3844
|
+
* Gradient: {
|
|
3845
|
+
* StepColors: [ // required
|
|
3846
|
+
* {
|
|
3847
|
+
* Color: "STRING_VALUE", // required
|
|
3848
|
+
* DataValue: Number("double"), // required
|
|
3849
|
+
* },
|
|
3850
|
+
* ],
|
|
3851
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3852
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3853
|
+
* DefaultOpacity: Number("double"),
|
|
3854
|
+
* },
|
|
3855
|
+
* Categorical: {
|
|
3856
|
+
* CategoryDataColors: [ // required
|
|
3857
|
+
* {
|
|
3858
|
+
* Color: "STRING_VALUE", // required
|
|
3859
|
+
* DataValue: "STRING_VALUE", // required
|
|
3860
|
+
* },
|
|
3861
|
+
* ],
|
|
3862
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3863
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3864
|
+
* DefaultOpacity: Number("double"),
|
|
3865
|
+
* },
|
|
3866
|
+
* },
|
|
3867
|
+
* StrokeWidth: {
|
|
3868
|
+
* LineWidth: Number("double"),
|
|
3869
|
+
* },
|
|
3870
|
+
* },
|
|
3871
|
+
* },
|
|
3872
|
+
* },
|
|
3873
|
+
* },
|
|
3874
|
+
* Tooltip: "<TooltipOptions>",
|
|
3875
|
+
* JoinDefinition: { // GeospatialLayerJoinDefinition
|
|
3876
|
+
* ShapeKeyField: "STRING_VALUE",
|
|
3877
|
+
* DatasetKeyField: {
|
|
3878
|
+
* FieldId: "STRING_VALUE", // required
|
|
3879
|
+
* Column: "<ColumnIdentifier>", // required
|
|
3880
|
+
* FormatConfiguration: {
|
|
3881
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
3882
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
3883
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
3884
|
+
* },
|
|
3885
|
+
* },
|
|
3886
|
+
* ColorField: { // GeospatialLayerColorField
|
|
3887
|
+
* ColorDimensionsFields: [ // GeospatialLayerDimensionFieldList
|
|
3888
|
+
* "<DimensionField>",
|
|
3889
|
+
* ],
|
|
3890
|
+
* ColorValuesFields: [ // GeospatialLayerMeasureFieldList
|
|
3891
|
+
* "<MeasureField>",
|
|
3892
|
+
* ],
|
|
3893
|
+
* },
|
|
3894
|
+
* },
|
|
3895
|
+
* Actions: [ // LayerCustomActionList
|
|
3896
|
+
* { // LayerCustomAction
|
|
3897
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
3898
|
+
* Name: "STRING_VALUE", // required
|
|
3899
|
+
* Status: "ENABLED" || "DISABLED",
|
|
3900
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
3901
|
+
* ActionOperations: [ // LayerCustomActionOperationList // required
|
|
3902
|
+
* { // LayerCustomActionOperation
|
|
3903
|
+
* FilterOperation: "<CustomActionFilterOperation>",
|
|
3904
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
3905
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
3906
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
3907
|
+
* },
|
|
3908
|
+
* ],
|
|
3909
|
+
* },
|
|
3910
|
+
* ],
|
|
3911
|
+
* },
|
|
3912
|
+
* ],
|
|
3913
|
+
* MapState: { // GeospatialMapState
|
|
3914
|
+
* Bounds: {
|
|
3915
|
+
* North: Number("double"), // required
|
|
3916
|
+
* South: Number("double"), // required
|
|
3917
|
+
* West: Number("double"), // required
|
|
3918
|
+
* East: Number("double"), // required
|
|
3919
|
+
* },
|
|
3920
|
+
* MapNavigation: "ENABLED" || "DISABLED",
|
|
3921
|
+
* },
|
|
3922
|
+
* MapStyle: { // GeospatialMapStyle
|
|
3923
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3924
|
+
* BackgroundColor: "STRING_VALUE",
|
|
3925
|
+
* BaseMapVisibility: "HIDDEN" || "VISIBLE",
|
|
3926
|
+
* },
|
|
3927
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3928
|
+
* },
|
|
3929
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
3930
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3628
3931
|
* },
|
|
3629
3932
|
* FunnelChartVisual: { // FunnelChartVisual
|
|
3630
3933
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3662,6 +3965,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3662
3965
|
* },
|
|
3663
3966
|
* Actions: "<VisualCustomActionList>",
|
|
3664
3967
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3968
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3665
3969
|
* },
|
|
3666
3970
|
* ScatterPlotVisual: { // ScatterPlotVisual
|
|
3667
3971
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3699,6 +4003,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3699
4003
|
* },
|
|
3700
4004
|
* Actions: "<VisualCustomActionList>",
|
|
3701
4005
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4006
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3702
4007
|
* },
|
|
3703
4008
|
* ComboChartVisual: { // ComboChartVisual
|
|
3704
4009
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3775,6 +4080,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3775
4080
|
* },
|
|
3776
4081
|
* Actions: "<VisualCustomActionList>",
|
|
3777
4082
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4083
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3778
4084
|
* },
|
|
3779
4085
|
* BoxPlotVisual: { // BoxPlotVisual
|
|
3780
4086
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3850,6 +4156,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3850
4156
|
* },
|
|
3851
4157
|
* Actions: "<VisualCustomActionList>",
|
|
3852
4158
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4159
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3853
4160
|
* },
|
|
3854
4161
|
* WaterfallVisual: { // WaterfallVisual
|
|
3855
4162
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3888,6 +4195,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3888
4195
|
* },
|
|
3889
4196
|
* Actions: "<VisualCustomActionList>",
|
|
3890
4197
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4198
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3891
4199
|
* },
|
|
3892
4200
|
* HistogramVisual: { // HistogramVisual
|
|
3893
4201
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3921,6 +4229,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3921
4229
|
* Interactions: "<VisualInteractionOptions>",
|
|
3922
4230
|
* },
|
|
3923
4231
|
* Actions: "<VisualCustomActionList>",
|
|
4232
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3924
4233
|
* },
|
|
3925
4234
|
* WordCloudVisual: { // WordCloudVisual
|
|
3926
4235
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3954,6 +4263,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
3954
4263
|
* },
|
|
3955
4264
|
* Actions: "<VisualCustomActionList>",
|
|
3956
4265
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4266
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3957
4267
|
* },
|
|
3958
4268
|
* InsightVisual: { // InsightVisual
|
|
3959
4269
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4046,6 +4356,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4046
4356
|
* },
|
|
4047
4357
|
* Actions: "<VisualCustomActionList>",
|
|
4048
4358
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4359
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4049
4360
|
* },
|
|
4050
4361
|
* SankeyDiagramVisual: { // SankeyDiagramVisual
|
|
4051
4362
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4068,6 +4379,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4068
4379
|
* Interactions: "<VisualInteractionOptions>",
|
|
4069
4380
|
* },
|
|
4070
4381
|
* Actions: "<VisualCustomActionList>",
|
|
4382
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4071
4383
|
* },
|
|
4072
4384
|
* CustomContentVisual: { // CustomContentVisual
|
|
4073
4385
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4081,6 +4393,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4081
4393
|
* },
|
|
4082
4394
|
* Actions: "<VisualCustomActionList>",
|
|
4083
4395
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4396
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4084
4397
|
* },
|
|
4085
4398
|
* EmptyVisual: { // EmptyVisual
|
|
4086
4399
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4132,6 +4445,52 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4132
4445
|
* },
|
|
4133
4446
|
* Actions: "<VisualCustomActionList>",
|
|
4134
4447
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4448
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4449
|
+
* },
|
|
4450
|
+
* PluginVisual: { // PluginVisual
|
|
4451
|
+
* VisualId: "STRING_VALUE", // required
|
|
4452
|
+
* PluginArn: "STRING_VALUE", // required
|
|
4453
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
4454
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
4455
|
+
* ChartConfiguration: { // PluginVisualConfiguration
|
|
4456
|
+
* FieldWells: [ // PluginVisualFieldWells
|
|
4457
|
+
* { // PluginVisualFieldWell
|
|
4458
|
+
* AxisName: "GROUP_BY" || "VALUE",
|
|
4459
|
+
* Dimensions: "<DimensionFieldList>",
|
|
4460
|
+
* Measures: "<MeasureFieldList>",
|
|
4461
|
+
* Unaggregated: [
|
|
4462
|
+
* {
|
|
4463
|
+
* FieldId: "STRING_VALUE", // required
|
|
4464
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4465
|
+
* FormatConfiguration: {
|
|
4466
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
4467
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
4468
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4469
|
+
* },
|
|
4470
|
+
* },
|
|
4471
|
+
* ],
|
|
4472
|
+
* },
|
|
4473
|
+
* ],
|
|
4474
|
+
* VisualOptions: { // PluginVisualOptions
|
|
4475
|
+
* VisualProperties: [ // PluginVisualPropertiesList
|
|
4476
|
+
* { // PluginVisualProperty
|
|
4477
|
+
* Name: "STRING_VALUE",
|
|
4478
|
+
* Value: "STRING_VALUE",
|
|
4479
|
+
* },
|
|
4480
|
+
* ],
|
|
4481
|
+
* },
|
|
4482
|
+
* SortConfiguration: { // PluginVisualSortConfiguration
|
|
4483
|
+
* PluginVisualTableQuerySort: { // PluginVisualTableQuerySort
|
|
4484
|
+
* RowSort: [
|
|
4485
|
+
* "<FieldSortOptions>",
|
|
4486
|
+
* ],
|
|
4487
|
+
* ItemsLimitConfiguration: { // PluginVisualItemsLimitConfiguration
|
|
4488
|
+
* ItemsLimit: Number("long"),
|
|
4489
|
+
* },
|
|
4490
|
+
* },
|
|
4491
|
+
* },
|
|
4492
|
+
* },
|
|
4493
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4135
4494
|
* },
|
|
4136
4495
|
* },
|
|
4137
4496
|
* ],
|
|
@@ -4141,6 +4500,46 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4141
4500
|
* Content: "STRING_VALUE",
|
|
4142
4501
|
* },
|
|
4143
4502
|
* ],
|
|
4503
|
+
* Images: [ // SheetImageList
|
|
4504
|
+
* { // SheetImage
|
|
4505
|
+
* SheetImageId: "STRING_VALUE", // required
|
|
4506
|
+
* Source: { // SheetImageSource
|
|
4507
|
+
* SheetImageStaticFileSource: { // SheetImageStaticFileSource
|
|
4508
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
4509
|
+
* },
|
|
4510
|
+
* },
|
|
4511
|
+
* Scaling: { // SheetImageScalingConfiguration
|
|
4512
|
+
* ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
|
|
4513
|
+
* },
|
|
4514
|
+
* Tooltip: { // SheetImageTooltipConfiguration
|
|
4515
|
+
* TooltipText: { // SheetImageTooltipText
|
|
4516
|
+
* PlainText: "STRING_VALUE",
|
|
4517
|
+
* },
|
|
4518
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4519
|
+
* },
|
|
4520
|
+
* ImageContentAltText: "STRING_VALUE",
|
|
4521
|
+
* Interactions: { // ImageInteractionOptions
|
|
4522
|
+
* ImageMenuOption: { // ImageMenuOption
|
|
4523
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
4524
|
+
* },
|
|
4525
|
+
* },
|
|
4526
|
+
* Actions: [ // ImageCustomActionList
|
|
4527
|
+
* { // ImageCustomAction
|
|
4528
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
4529
|
+
* Name: "STRING_VALUE", // required
|
|
4530
|
+
* Status: "ENABLED" || "DISABLED",
|
|
4531
|
+
* Trigger: "CLICK" || "MENU", // required
|
|
4532
|
+
* ActionOperations: [ // ImageCustomActionOperationList // required
|
|
4533
|
+
* { // ImageCustomActionOperation
|
|
4534
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
4535
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
4536
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
4537
|
+
* },
|
|
4538
|
+
* ],
|
|
4539
|
+
* },
|
|
4540
|
+
* ],
|
|
4541
|
+
* },
|
|
4542
|
+
* ],
|
|
4144
4543
|
* Layouts: [ // LayoutList
|
|
4145
4544
|
* { // Layout
|
|
4146
4545
|
* Configuration: { // LayoutConfiguration
|
|
@@ -4148,7 +4547,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4148
4547
|
* Elements: [ // GridLayoutElementList // required
|
|
4149
4548
|
* { // GridLayoutElement
|
|
4150
4549
|
* ElementId: "STRING_VALUE", // required
|
|
4151
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4550
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4152
4551
|
* ColumnIndex: Number("int"),
|
|
4153
4552
|
* ColumnSpan: Number("int"), // required
|
|
4154
4553
|
* RowIndex: Number("int"),
|
|
@@ -4166,7 +4565,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4166
4565
|
* Elements: [ // FreeFromLayoutElementList // required
|
|
4167
4566
|
* { // FreeFormLayoutElement
|
|
4168
4567
|
* ElementId: "STRING_VALUE", // required
|
|
4169
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4568
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4170
4569
|
* XAxisLocation: "STRING_VALUE", // required
|
|
4171
4570
|
* YAxisLocation: "STRING_VALUE", // required
|
|
4172
4571
|
* Width: "STRING_VALUE", // required
|
|
@@ -4212,7 +4611,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4212
4611
|
* Elements: [ // required
|
|
4213
4612
|
* {
|
|
4214
4613
|
* ElementId: "STRING_VALUE", // required
|
|
4215
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4614
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4216
4615
|
* XAxisLocation: "STRING_VALUE", // required
|
|
4217
4616
|
* YAxisLocation: "STRING_VALUE", // required
|
|
4218
4617
|
* Width: "STRING_VALUE", // required
|
|
@@ -4352,7 +4751,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
4352
4751
|
* Elements: [ // required
|
|
4353
4752
|
* {
|
|
4354
4753
|
* ElementId: "STRING_VALUE", // required
|
|
4355
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4754
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4356
4755
|
* ColumnIndex: Number("int"),
|
|
4357
4756
|
* ColumnSpan: Number("int"), // required
|
|
4358
4757
|
* RowIndex: Number("int"),
|
|
@@ -5020,6 +5419,36 @@ declare const UpdateTemplateCommand_base: {
|
|
|
5020
5419
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5021
5420
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5022
5421
|
* },
|
|
5422
|
+
* StaticFiles: [ // StaticFileList
|
|
5423
|
+
* { // StaticFile
|
|
5424
|
+
* ImageStaticFile: { // ImageStaticFile
|
|
5425
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
5426
|
+
* Source: { // StaticFileSource
|
|
5427
|
+
* UrlOptions: { // StaticFileUrlSourceOptions
|
|
5428
|
+
* Url: "STRING_VALUE", // required
|
|
5429
|
+
* },
|
|
5430
|
+
* S3Options: { // StaticFileS3SourceOptions
|
|
5431
|
+
* BucketName: "STRING_VALUE", // required
|
|
5432
|
+
* ObjectKey: "STRING_VALUE", // required
|
|
5433
|
+
* Region: "STRING_VALUE", // required
|
|
5434
|
+
* },
|
|
5435
|
+
* },
|
|
5436
|
+
* },
|
|
5437
|
+
* SpatialStaticFile: { // SpatialStaticFile
|
|
5438
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
5439
|
+
* Source: {
|
|
5440
|
+
* UrlOptions: {
|
|
5441
|
+
* Url: "STRING_VALUE", // required
|
|
5442
|
+
* },
|
|
5443
|
+
* S3Options: {
|
|
5444
|
+
* BucketName: "STRING_VALUE", // required
|
|
5445
|
+
* ObjectKey: "STRING_VALUE", // required
|
|
5446
|
+
* Region: "STRING_VALUE", // required
|
|
5447
|
+
* },
|
|
5448
|
+
* },
|
|
5449
|
+
* },
|
|
5450
|
+
* },
|
|
5451
|
+
* ],
|
|
5023
5452
|
* },
|
|
5024
5453
|
* ValidationStrategy: { // ValidationStrategy
|
|
5025
5454
|
* Mode: "STRICT" || "LENIENT", // required
|