@aws-sdk/client-quicksight 3.696.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 +4 -4
|
@@ -117,6 +117,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
117
117
|
* FontConfiguration: { // FontConfiguration
|
|
118
118
|
* FontSize: { // FontSize
|
|
119
119
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
120
|
+
* Absolute: "STRING_VALUE",
|
|
120
121
|
* },
|
|
121
122
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
122
123
|
* FontColor: "STRING_VALUE",
|
|
@@ -124,6 +125,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
124
125
|
* Name: "NORMAL" || "BOLD",
|
|
125
126
|
* },
|
|
126
127
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
128
|
+
* FontFamily: "STRING_VALUE",
|
|
127
129
|
* },
|
|
128
130
|
* CustomLabel: "STRING_VALUE",
|
|
129
131
|
* },
|
|
@@ -152,6 +154,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
152
154
|
* FontConfiguration: {
|
|
153
155
|
* FontSize: {
|
|
154
156
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
157
|
+
* Absolute: "STRING_VALUE",
|
|
155
158
|
* },
|
|
156
159
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
157
160
|
* FontColor: "STRING_VALUE",
|
|
@@ -159,6 +162,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
159
162
|
* Name: "NORMAL" || "BOLD",
|
|
160
163
|
* },
|
|
161
164
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
165
|
+
* FontFamily: "STRING_VALUE",
|
|
162
166
|
* },
|
|
163
167
|
* CustomLabel: "STRING_VALUE",
|
|
164
168
|
* },
|
|
@@ -202,6 +206,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
202
206
|
* FontConfiguration: {
|
|
203
207
|
* FontSize: {
|
|
204
208
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
209
|
+
* Absolute: "STRING_VALUE",
|
|
205
210
|
* },
|
|
206
211
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
207
212
|
* FontColor: "STRING_VALUE",
|
|
@@ -209,6 +214,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
209
214
|
* Name: "NORMAL" || "BOLD",
|
|
210
215
|
* },
|
|
211
216
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
217
|
+
* FontFamily: "STRING_VALUE",
|
|
212
218
|
* },
|
|
213
219
|
* CustomLabel: "STRING_VALUE",
|
|
214
220
|
* },
|
|
@@ -250,6 +256,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
250
256
|
* FontConfiguration: {
|
|
251
257
|
* FontSize: {
|
|
252
258
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
259
|
+
* Absolute: "STRING_VALUE",
|
|
253
260
|
* },
|
|
254
261
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
255
262
|
* FontColor: "STRING_VALUE",
|
|
@@ -257,6 +264,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
257
264
|
* Name: "NORMAL" || "BOLD",
|
|
258
265
|
* },
|
|
259
266
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
267
|
+
* FontFamily: "STRING_VALUE",
|
|
260
268
|
* },
|
|
261
269
|
* CustomLabel: "STRING_VALUE",
|
|
262
270
|
* },
|
|
@@ -280,6 +288,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
280
288
|
* FontConfiguration: {
|
|
281
289
|
* FontSize: {
|
|
282
290
|
* Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
291
|
+
* Absolute: "STRING_VALUE",
|
|
283
292
|
* },
|
|
284
293
|
* FontDecoration: "UNDERLINE" || "NONE",
|
|
285
294
|
* FontColor: "STRING_VALUE",
|
|
@@ -287,6 +296,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
287
296
|
* Name: "NORMAL" || "BOLD",
|
|
288
297
|
* },
|
|
289
298
|
* FontStyle: "NORMAL" || "ITALIC",
|
|
299
|
+
* FontFamily: "STRING_VALUE",
|
|
290
300
|
* },
|
|
291
301
|
* CustomLabel: "STRING_VALUE",
|
|
292
302
|
* },
|
|
@@ -1135,6 +1145,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
1135
1145
|
* ],
|
|
1136
1146
|
* },
|
|
1137
1147
|
* ],
|
|
1148
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
1138
1149
|
* },
|
|
1139
1150
|
* PivotTableVisual: { // PivotTableVisual
|
|
1140
1151
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -1599,6 +1610,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
1599
1610
|
* ],
|
|
1600
1611
|
* },
|
|
1601
1612
|
* ],
|
|
1613
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
1602
1614
|
* },
|
|
1603
1615
|
* BarChartVisual: { // BarChartVisual
|
|
1604
1616
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -1947,6 +1959,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
1947
1959
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
1948
1960
|
* Width: "STRING_VALUE",
|
|
1949
1961
|
* Height: "STRING_VALUE",
|
|
1962
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
1950
1963
|
* },
|
|
1951
1964
|
* DataLabels: { // DataLabelOptions
|
|
1952
1965
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2206,6 +2219,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
2206
2219
|
* },
|
|
2207
2220
|
* },
|
|
2208
2221
|
* ],
|
|
2222
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2209
2223
|
* },
|
|
2210
2224
|
* KPIVisual: { // KPIVisual
|
|
2211
2225
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2529,6 +2543,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
2529
2543
|
* },
|
|
2530
2544
|
* },
|
|
2531
2545
|
* ],
|
|
2546
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2532
2547
|
* },
|
|
2533
2548
|
* PieChartVisual: { // PieChartVisual
|
|
2534
2549
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2643,6 +2658,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
2643
2658
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2644
2659
|
* Width: "STRING_VALUE",
|
|
2645
2660
|
* Height: "STRING_VALUE",
|
|
2661
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
2646
2662
|
* },
|
|
2647
2663
|
* DataLabels: {
|
|
2648
2664
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2821,6 +2837,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
2821
2837
|
* },
|
|
2822
2838
|
* },
|
|
2823
2839
|
* ],
|
|
2840
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2824
2841
|
* },
|
|
2825
2842
|
* GaugeChartVisual: { // GaugeChartVisual
|
|
2826
2843
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -2941,6 +2958,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
2941
2958
|
* ],
|
|
2942
2959
|
* },
|
|
2943
2960
|
* Actions: "<VisualCustomActionList>",
|
|
2961
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
2944
2962
|
* },
|
|
2945
2963
|
* LineChartVisual: { // LineChartVisual
|
|
2946
2964
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3219,6 +3237,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3219
3237
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3220
3238
|
* Width: "STRING_VALUE",
|
|
3221
3239
|
* Height: "STRING_VALUE",
|
|
3240
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3222
3241
|
* },
|
|
3223
3242
|
* DataLabels: {
|
|
3224
3243
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3355,6 +3374,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3355
3374
|
* },
|
|
3356
3375
|
* },
|
|
3357
3376
|
* ],
|
|
3377
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3358
3378
|
* },
|
|
3359
3379
|
* HeatMapVisual: { // HeatMapVisual
|
|
3360
3380
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3401,6 +3421,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3401
3421
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3402
3422
|
* Width: "STRING_VALUE",
|
|
3403
3423
|
* Height: "STRING_VALUE",
|
|
3424
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3404
3425
|
* },
|
|
3405
3426
|
* DataLabels: {
|
|
3406
3427
|
* Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3485,6 +3506,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3485
3506
|
* },
|
|
3486
3507
|
* ],
|
|
3487
3508
|
* Actions: "<VisualCustomActionList>",
|
|
3509
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3488
3510
|
* },
|
|
3489
3511
|
* TreeMapVisual: { // TreeMapVisual
|
|
3490
3512
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3530,6 +3552,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3530
3552
|
* Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3531
3553
|
* Width: "STRING_VALUE",
|
|
3532
3554
|
* Height: "STRING_VALUE",
|
|
3555
|
+
* ValueFontConfiguration: "<FontConfiguration>",
|
|
3533
3556
|
* },
|
|
3534
3557
|
* DataLabels: "<DataLabelOptions>",
|
|
3535
3558
|
* Tooltip: "<TooltipOptions>",
|
|
@@ -3537,6 +3560,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3537
3560
|
* },
|
|
3538
3561
|
* Actions: "<VisualCustomActionList>",
|
|
3539
3562
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3563
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3540
3564
|
* },
|
|
3541
3565
|
* GeospatialMapVisual: { // GeospatialMapVisual
|
|
3542
3566
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3597,6 +3621,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3597
3621
|
* },
|
|
3598
3622
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3599
3623
|
* Actions: "<VisualCustomActionList>",
|
|
3624
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3600
3625
|
* },
|
|
3601
3626
|
* FilledMapVisual: { // FilledMapVisual
|
|
3602
3627
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3646,6 +3671,284 @@ declare const CreateTemplateCommand_base: {
|
|
|
3646
3671
|
* },
|
|
3647
3672
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3648
3673
|
* Actions: "<VisualCustomActionList>",
|
|
3674
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3675
|
+
* },
|
|
3676
|
+
* LayerMapVisual: { // LayerMapVisual
|
|
3677
|
+
* VisualId: "STRING_VALUE", // required
|
|
3678
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
3679
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3680
|
+
* ChartConfiguration: { // GeospatialLayerMapConfiguration
|
|
3681
|
+
* Legend: "<LegendOptions>",
|
|
3682
|
+
* MapLayers: [ // GeospatialMapLayerList
|
|
3683
|
+
* { // GeospatialLayerItem
|
|
3684
|
+
* LayerId: "STRING_VALUE", // required
|
|
3685
|
+
* LayerType: "POINT" || "LINE" || "POLYGON",
|
|
3686
|
+
* DataSource: { // GeospatialDataSourceItem
|
|
3687
|
+
* StaticFileDataSource: { // GeospatialStaticFileSource
|
|
3688
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
3689
|
+
* },
|
|
3690
|
+
* },
|
|
3691
|
+
* Label: "STRING_VALUE",
|
|
3692
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
3693
|
+
* LayerDefinition: { // GeospatialLayerDefinition
|
|
3694
|
+
* PointLayer: { // GeospatialPointLayer
|
|
3695
|
+
* Style: { // GeospatialPointStyle
|
|
3696
|
+
* CircleSymbolStyle: { // GeospatialCircleSymbolStyle
|
|
3697
|
+
* FillColor: { // GeospatialColor
|
|
3698
|
+
* Solid: { // GeospatialSolidColor
|
|
3699
|
+
* Color: "STRING_VALUE", // required
|
|
3700
|
+
* State: "ENABLED" || "DISABLED",
|
|
3701
|
+
* },
|
|
3702
|
+
* Gradient: { // GeospatialGradientColor
|
|
3703
|
+
* StepColors: [ // GeospatialGradientStepColorList // required
|
|
3704
|
+
* { // GeospatialGradientStepColor
|
|
3705
|
+
* Color: "STRING_VALUE", // required
|
|
3706
|
+
* DataValue: Number("double"), // required
|
|
3707
|
+
* },
|
|
3708
|
+
* ],
|
|
3709
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3710
|
+
* NullDataSettings: { // GeospatialNullDataSettings
|
|
3711
|
+
* SymbolStyle: { // GeospatialNullSymbolStyle
|
|
3712
|
+
* FillColor: "STRING_VALUE",
|
|
3713
|
+
* StrokeColor: "STRING_VALUE",
|
|
3714
|
+
* StrokeWidth: Number("double"),
|
|
3715
|
+
* },
|
|
3716
|
+
* },
|
|
3717
|
+
* DefaultOpacity: Number("double"),
|
|
3718
|
+
* },
|
|
3719
|
+
* Categorical: { // GeospatialCategoricalColor
|
|
3720
|
+
* CategoryDataColors: [ // GeospatialCategoricalDataColorList // required
|
|
3721
|
+
* { // GeospatialCategoricalDataColor
|
|
3722
|
+
* Color: "STRING_VALUE", // required
|
|
3723
|
+
* DataValue: "STRING_VALUE", // required
|
|
3724
|
+
* },
|
|
3725
|
+
* ],
|
|
3726
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3727
|
+
* NullDataSettings: {
|
|
3728
|
+
* SymbolStyle: {
|
|
3729
|
+
* FillColor: "STRING_VALUE",
|
|
3730
|
+
* StrokeColor: "STRING_VALUE",
|
|
3731
|
+
* StrokeWidth: Number("double"),
|
|
3732
|
+
* },
|
|
3733
|
+
* },
|
|
3734
|
+
* DefaultOpacity: Number("double"),
|
|
3735
|
+
* },
|
|
3736
|
+
* },
|
|
3737
|
+
* StrokeColor: {
|
|
3738
|
+
* Solid: {
|
|
3739
|
+
* Color: "STRING_VALUE", // required
|
|
3740
|
+
* State: "ENABLED" || "DISABLED",
|
|
3741
|
+
* },
|
|
3742
|
+
* Gradient: {
|
|
3743
|
+
* StepColors: [ // required
|
|
3744
|
+
* {
|
|
3745
|
+
* Color: "STRING_VALUE", // required
|
|
3746
|
+
* DataValue: Number("double"), // required
|
|
3747
|
+
* },
|
|
3748
|
+
* ],
|
|
3749
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3750
|
+
* NullDataSettings: {
|
|
3751
|
+
* SymbolStyle: {
|
|
3752
|
+
* FillColor: "STRING_VALUE",
|
|
3753
|
+
* StrokeColor: "STRING_VALUE",
|
|
3754
|
+
* StrokeWidth: Number("double"),
|
|
3755
|
+
* },
|
|
3756
|
+
* },
|
|
3757
|
+
* DefaultOpacity: Number("double"),
|
|
3758
|
+
* },
|
|
3759
|
+
* Categorical: {
|
|
3760
|
+
* CategoryDataColors: [ // required
|
|
3761
|
+
* {
|
|
3762
|
+
* Color: "STRING_VALUE", // required
|
|
3763
|
+
* DataValue: "STRING_VALUE", // required
|
|
3764
|
+
* },
|
|
3765
|
+
* ],
|
|
3766
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3767
|
+
* NullDataSettings: {
|
|
3768
|
+
* SymbolStyle: {
|
|
3769
|
+
* FillColor: "STRING_VALUE",
|
|
3770
|
+
* StrokeColor: "STRING_VALUE",
|
|
3771
|
+
* StrokeWidth: Number("double"),
|
|
3772
|
+
* },
|
|
3773
|
+
* },
|
|
3774
|
+
* DefaultOpacity: Number("double"),
|
|
3775
|
+
* },
|
|
3776
|
+
* },
|
|
3777
|
+
* StrokeWidth: { // GeospatialLineWidth
|
|
3778
|
+
* LineWidth: Number("double"),
|
|
3779
|
+
* },
|
|
3780
|
+
* CircleRadius: { // GeospatialCircleRadius
|
|
3781
|
+
* Radius: Number("double"),
|
|
3782
|
+
* },
|
|
3783
|
+
* },
|
|
3784
|
+
* },
|
|
3785
|
+
* },
|
|
3786
|
+
* LineLayer: { // GeospatialLineLayer
|
|
3787
|
+
* Style: { // GeospatialLineStyle
|
|
3788
|
+
* LineSymbolStyle: { // GeospatialLineSymbolStyle
|
|
3789
|
+
* FillColor: {
|
|
3790
|
+
* Solid: {
|
|
3791
|
+
* Color: "STRING_VALUE", // required
|
|
3792
|
+
* State: "ENABLED" || "DISABLED",
|
|
3793
|
+
* },
|
|
3794
|
+
* Gradient: {
|
|
3795
|
+
* StepColors: [ // required
|
|
3796
|
+
* {
|
|
3797
|
+
* Color: "STRING_VALUE", // required
|
|
3798
|
+
* DataValue: Number("double"), // required
|
|
3799
|
+
* },
|
|
3800
|
+
* ],
|
|
3801
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3802
|
+
* NullDataSettings: {
|
|
3803
|
+
* SymbolStyle: {
|
|
3804
|
+
* FillColor: "STRING_VALUE",
|
|
3805
|
+
* StrokeColor: "STRING_VALUE",
|
|
3806
|
+
* StrokeWidth: Number("double"),
|
|
3807
|
+
* },
|
|
3808
|
+
* },
|
|
3809
|
+
* DefaultOpacity: Number("double"),
|
|
3810
|
+
* },
|
|
3811
|
+
* Categorical: {
|
|
3812
|
+
* CategoryDataColors: [ // required
|
|
3813
|
+
* {
|
|
3814
|
+
* Color: "STRING_VALUE", // required
|
|
3815
|
+
* DataValue: "STRING_VALUE", // required
|
|
3816
|
+
* },
|
|
3817
|
+
* ],
|
|
3818
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3819
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3820
|
+
* DefaultOpacity: Number("double"),
|
|
3821
|
+
* },
|
|
3822
|
+
* },
|
|
3823
|
+
* LineWidth: {
|
|
3824
|
+
* LineWidth: Number("double"),
|
|
3825
|
+
* },
|
|
3826
|
+
* },
|
|
3827
|
+
* },
|
|
3828
|
+
* },
|
|
3829
|
+
* PolygonLayer: { // GeospatialPolygonLayer
|
|
3830
|
+
* Style: { // GeospatialPolygonStyle
|
|
3831
|
+
* PolygonSymbolStyle: { // GeospatialPolygonSymbolStyle
|
|
3832
|
+
* FillColor: {
|
|
3833
|
+
* Solid: {
|
|
3834
|
+
* Color: "STRING_VALUE", // required
|
|
3835
|
+
* State: "ENABLED" || "DISABLED",
|
|
3836
|
+
* },
|
|
3837
|
+
* Gradient: {
|
|
3838
|
+
* StepColors: [ // required
|
|
3839
|
+
* {
|
|
3840
|
+
* Color: "STRING_VALUE", // required
|
|
3841
|
+
* DataValue: Number("double"), // required
|
|
3842
|
+
* },
|
|
3843
|
+
* ],
|
|
3844
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3845
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3846
|
+
* DefaultOpacity: Number("double"),
|
|
3847
|
+
* },
|
|
3848
|
+
* Categorical: {
|
|
3849
|
+
* CategoryDataColors: [ // required
|
|
3850
|
+
* {
|
|
3851
|
+
* Color: "STRING_VALUE", // required
|
|
3852
|
+
* DataValue: "STRING_VALUE", // required
|
|
3853
|
+
* },
|
|
3854
|
+
* ],
|
|
3855
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3856
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3857
|
+
* DefaultOpacity: Number("double"),
|
|
3858
|
+
* },
|
|
3859
|
+
* },
|
|
3860
|
+
* StrokeColor: {
|
|
3861
|
+
* Solid: {
|
|
3862
|
+
* Color: "STRING_VALUE", // required
|
|
3863
|
+
* State: "ENABLED" || "DISABLED",
|
|
3864
|
+
* },
|
|
3865
|
+
* Gradient: {
|
|
3866
|
+
* StepColors: [ // required
|
|
3867
|
+
* {
|
|
3868
|
+
* Color: "STRING_VALUE", // required
|
|
3869
|
+
* DataValue: Number("double"), // required
|
|
3870
|
+
* },
|
|
3871
|
+
* ],
|
|
3872
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3873
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3874
|
+
* DefaultOpacity: Number("double"),
|
|
3875
|
+
* },
|
|
3876
|
+
* Categorical: {
|
|
3877
|
+
* CategoryDataColors: [ // required
|
|
3878
|
+
* {
|
|
3879
|
+
* Color: "STRING_VALUE", // required
|
|
3880
|
+
* DataValue: "STRING_VALUE", // required
|
|
3881
|
+
* },
|
|
3882
|
+
* ],
|
|
3883
|
+
* NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3884
|
+
* NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3885
|
+
* DefaultOpacity: Number("double"),
|
|
3886
|
+
* },
|
|
3887
|
+
* },
|
|
3888
|
+
* StrokeWidth: {
|
|
3889
|
+
* LineWidth: Number("double"),
|
|
3890
|
+
* },
|
|
3891
|
+
* },
|
|
3892
|
+
* },
|
|
3893
|
+
* },
|
|
3894
|
+
* },
|
|
3895
|
+
* Tooltip: "<TooltipOptions>",
|
|
3896
|
+
* JoinDefinition: { // GeospatialLayerJoinDefinition
|
|
3897
|
+
* ShapeKeyField: "STRING_VALUE",
|
|
3898
|
+
* DatasetKeyField: {
|
|
3899
|
+
* FieldId: "STRING_VALUE", // required
|
|
3900
|
+
* Column: "<ColumnIdentifier>", // required
|
|
3901
|
+
* FormatConfiguration: {
|
|
3902
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
3903
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
3904
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
3905
|
+
* },
|
|
3906
|
+
* },
|
|
3907
|
+
* ColorField: { // GeospatialLayerColorField
|
|
3908
|
+
* ColorDimensionsFields: [ // GeospatialLayerDimensionFieldList
|
|
3909
|
+
* "<DimensionField>",
|
|
3910
|
+
* ],
|
|
3911
|
+
* ColorValuesFields: [ // GeospatialLayerMeasureFieldList
|
|
3912
|
+
* "<MeasureField>",
|
|
3913
|
+
* ],
|
|
3914
|
+
* },
|
|
3915
|
+
* },
|
|
3916
|
+
* Actions: [ // LayerCustomActionList
|
|
3917
|
+
* { // LayerCustomAction
|
|
3918
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
3919
|
+
* Name: "STRING_VALUE", // required
|
|
3920
|
+
* Status: "ENABLED" || "DISABLED",
|
|
3921
|
+
* Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
3922
|
+
* ActionOperations: [ // LayerCustomActionOperationList // required
|
|
3923
|
+
* { // LayerCustomActionOperation
|
|
3924
|
+
* FilterOperation: "<CustomActionFilterOperation>",
|
|
3925
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
3926
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
3927
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
3928
|
+
* },
|
|
3929
|
+
* ],
|
|
3930
|
+
* },
|
|
3931
|
+
* ],
|
|
3932
|
+
* },
|
|
3933
|
+
* ],
|
|
3934
|
+
* MapState: { // GeospatialMapState
|
|
3935
|
+
* Bounds: {
|
|
3936
|
+
* North: Number("double"), // required
|
|
3937
|
+
* South: Number("double"), // required
|
|
3938
|
+
* West: Number("double"), // required
|
|
3939
|
+
* East: Number("double"), // required
|
|
3940
|
+
* },
|
|
3941
|
+
* MapNavigation: "ENABLED" || "DISABLED",
|
|
3942
|
+
* },
|
|
3943
|
+
* MapStyle: { // GeospatialMapStyle
|
|
3944
|
+
* BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3945
|
+
* BackgroundColor: "STRING_VALUE",
|
|
3946
|
+
* BaseMapVisibility: "HIDDEN" || "VISIBLE",
|
|
3947
|
+
* },
|
|
3948
|
+
* Interactions: "<VisualInteractionOptions>",
|
|
3949
|
+
* },
|
|
3950
|
+
* DataSetIdentifier: "STRING_VALUE", // required
|
|
3951
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3649
3952
|
* },
|
|
3650
3953
|
* FunnelChartVisual: { // FunnelChartVisual
|
|
3651
3954
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3683,6 +3986,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3683
3986
|
* },
|
|
3684
3987
|
* Actions: "<VisualCustomActionList>",
|
|
3685
3988
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3989
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3686
3990
|
* },
|
|
3687
3991
|
* ScatterPlotVisual: { // ScatterPlotVisual
|
|
3688
3992
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3720,6 +4024,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3720
4024
|
* },
|
|
3721
4025
|
* Actions: "<VisualCustomActionList>",
|
|
3722
4026
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4027
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3723
4028
|
* },
|
|
3724
4029
|
* ComboChartVisual: { // ComboChartVisual
|
|
3725
4030
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3796,6 +4101,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3796
4101
|
* },
|
|
3797
4102
|
* Actions: "<VisualCustomActionList>",
|
|
3798
4103
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4104
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3799
4105
|
* },
|
|
3800
4106
|
* BoxPlotVisual: { // BoxPlotVisual
|
|
3801
4107
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3871,6 +4177,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3871
4177
|
* },
|
|
3872
4178
|
* Actions: "<VisualCustomActionList>",
|
|
3873
4179
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4180
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3874
4181
|
* },
|
|
3875
4182
|
* WaterfallVisual: { // WaterfallVisual
|
|
3876
4183
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3909,6 +4216,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3909
4216
|
* },
|
|
3910
4217
|
* Actions: "<VisualCustomActionList>",
|
|
3911
4218
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4219
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3912
4220
|
* },
|
|
3913
4221
|
* HistogramVisual: { // HistogramVisual
|
|
3914
4222
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3942,6 +4250,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3942
4250
|
* Interactions: "<VisualInteractionOptions>",
|
|
3943
4251
|
* },
|
|
3944
4252
|
* Actions: "<VisualCustomActionList>",
|
|
4253
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3945
4254
|
* },
|
|
3946
4255
|
* WordCloudVisual: { // WordCloudVisual
|
|
3947
4256
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -3975,6 +4284,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
3975
4284
|
* },
|
|
3976
4285
|
* Actions: "<VisualCustomActionList>",
|
|
3977
4286
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4287
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
3978
4288
|
* },
|
|
3979
4289
|
* InsightVisual: { // InsightVisual
|
|
3980
4290
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4067,6 +4377,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4067
4377
|
* },
|
|
4068
4378
|
* Actions: "<VisualCustomActionList>",
|
|
4069
4379
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4380
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4070
4381
|
* },
|
|
4071
4382
|
* SankeyDiagramVisual: { // SankeyDiagramVisual
|
|
4072
4383
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4089,6 +4400,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4089
4400
|
* Interactions: "<VisualInteractionOptions>",
|
|
4090
4401
|
* },
|
|
4091
4402
|
* Actions: "<VisualCustomActionList>",
|
|
4403
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4092
4404
|
* },
|
|
4093
4405
|
* CustomContentVisual: { // CustomContentVisual
|
|
4094
4406
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4102,6 +4414,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4102
4414
|
* },
|
|
4103
4415
|
* Actions: "<VisualCustomActionList>",
|
|
4104
4416
|
* DataSetIdentifier: "STRING_VALUE", // required
|
|
4417
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4105
4418
|
* },
|
|
4106
4419
|
* EmptyVisual: { // EmptyVisual
|
|
4107
4420
|
* VisualId: "STRING_VALUE", // required
|
|
@@ -4153,6 +4466,52 @@ declare const CreateTemplateCommand_base: {
|
|
|
4153
4466
|
* },
|
|
4154
4467
|
* Actions: "<VisualCustomActionList>",
|
|
4155
4468
|
* ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4469
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4470
|
+
* },
|
|
4471
|
+
* PluginVisual: { // PluginVisual
|
|
4472
|
+
* VisualId: "STRING_VALUE", // required
|
|
4473
|
+
* PluginArn: "STRING_VALUE", // required
|
|
4474
|
+
* Title: "<VisualTitleLabelOptions>",
|
|
4475
|
+
* Subtitle: "<VisualSubtitleLabelOptions>",
|
|
4476
|
+
* ChartConfiguration: { // PluginVisualConfiguration
|
|
4477
|
+
* FieldWells: [ // PluginVisualFieldWells
|
|
4478
|
+
* { // PluginVisualFieldWell
|
|
4479
|
+
* AxisName: "GROUP_BY" || "VALUE",
|
|
4480
|
+
* Dimensions: "<DimensionFieldList>",
|
|
4481
|
+
* Measures: "<MeasureFieldList>",
|
|
4482
|
+
* Unaggregated: [
|
|
4483
|
+
* {
|
|
4484
|
+
* FieldId: "STRING_VALUE", // required
|
|
4485
|
+
* Column: "<ColumnIdentifier>", // required
|
|
4486
|
+
* FormatConfiguration: {
|
|
4487
|
+
* StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
4488
|
+
* NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
4489
|
+
* DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4490
|
+
* },
|
|
4491
|
+
* },
|
|
4492
|
+
* ],
|
|
4493
|
+
* },
|
|
4494
|
+
* ],
|
|
4495
|
+
* VisualOptions: { // PluginVisualOptions
|
|
4496
|
+
* VisualProperties: [ // PluginVisualPropertiesList
|
|
4497
|
+
* { // PluginVisualProperty
|
|
4498
|
+
* Name: "STRING_VALUE",
|
|
4499
|
+
* Value: "STRING_VALUE",
|
|
4500
|
+
* },
|
|
4501
|
+
* ],
|
|
4502
|
+
* },
|
|
4503
|
+
* SortConfiguration: { // PluginVisualSortConfiguration
|
|
4504
|
+
* PluginVisualTableQuerySort: { // PluginVisualTableQuerySort
|
|
4505
|
+
* RowSort: [
|
|
4506
|
+
* "<FieldSortOptions>",
|
|
4507
|
+
* ],
|
|
4508
|
+
* ItemsLimitConfiguration: { // PluginVisualItemsLimitConfiguration
|
|
4509
|
+
* ItemsLimit: Number("long"),
|
|
4510
|
+
* },
|
|
4511
|
+
* },
|
|
4512
|
+
* },
|
|
4513
|
+
* },
|
|
4514
|
+
* VisualContentAltText: "STRING_VALUE",
|
|
4156
4515
|
* },
|
|
4157
4516
|
* },
|
|
4158
4517
|
* ],
|
|
@@ -4162,6 +4521,46 @@ declare const CreateTemplateCommand_base: {
|
|
|
4162
4521
|
* Content: "STRING_VALUE",
|
|
4163
4522
|
* },
|
|
4164
4523
|
* ],
|
|
4524
|
+
* Images: [ // SheetImageList
|
|
4525
|
+
* { // SheetImage
|
|
4526
|
+
* SheetImageId: "STRING_VALUE", // required
|
|
4527
|
+
* Source: { // SheetImageSource
|
|
4528
|
+
* SheetImageStaticFileSource: { // SheetImageStaticFileSource
|
|
4529
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
4530
|
+
* },
|
|
4531
|
+
* },
|
|
4532
|
+
* Scaling: { // SheetImageScalingConfiguration
|
|
4533
|
+
* ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
|
|
4534
|
+
* },
|
|
4535
|
+
* Tooltip: { // SheetImageTooltipConfiguration
|
|
4536
|
+
* TooltipText: { // SheetImageTooltipText
|
|
4537
|
+
* PlainText: "STRING_VALUE",
|
|
4538
|
+
* },
|
|
4539
|
+
* Visibility: "HIDDEN" || "VISIBLE",
|
|
4540
|
+
* },
|
|
4541
|
+
* ImageContentAltText: "STRING_VALUE",
|
|
4542
|
+
* Interactions: { // ImageInteractionOptions
|
|
4543
|
+
* ImageMenuOption: { // ImageMenuOption
|
|
4544
|
+
* AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
4545
|
+
* },
|
|
4546
|
+
* },
|
|
4547
|
+
* Actions: [ // ImageCustomActionList
|
|
4548
|
+
* { // ImageCustomAction
|
|
4549
|
+
* CustomActionId: "STRING_VALUE", // required
|
|
4550
|
+
* Name: "STRING_VALUE", // required
|
|
4551
|
+
* Status: "ENABLED" || "DISABLED",
|
|
4552
|
+
* Trigger: "CLICK" || "MENU", // required
|
|
4553
|
+
* ActionOperations: [ // ImageCustomActionOperationList // required
|
|
4554
|
+
* { // ImageCustomActionOperation
|
|
4555
|
+
* NavigationOperation: "<CustomActionNavigationOperation>",
|
|
4556
|
+
* URLOperation: "<CustomActionURLOperation>",
|
|
4557
|
+
* SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
4558
|
+
* },
|
|
4559
|
+
* ],
|
|
4560
|
+
* },
|
|
4561
|
+
* ],
|
|
4562
|
+
* },
|
|
4563
|
+
* ],
|
|
4165
4564
|
* Layouts: [ // LayoutList
|
|
4166
4565
|
* { // Layout
|
|
4167
4566
|
* Configuration: { // LayoutConfiguration
|
|
@@ -4169,7 +4568,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4169
4568
|
* Elements: [ // GridLayoutElementList // required
|
|
4170
4569
|
* { // GridLayoutElement
|
|
4171
4570
|
* ElementId: "STRING_VALUE", // required
|
|
4172
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4571
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4173
4572
|
* ColumnIndex: Number("int"),
|
|
4174
4573
|
* ColumnSpan: Number("int"), // required
|
|
4175
4574
|
* RowIndex: Number("int"),
|
|
@@ -4187,7 +4586,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4187
4586
|
* Elements: [ // FreeFromLayoutElementList // required
|
|
4188
4587
|
* { // FreeFormLayoutElement
|
|
4189
4588
|
* ElementId: "STRING_VALUE", // required
|
|
4190
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4589
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4191
4590
|
* XAxisLocation: "STRING_VALUE", // required
|
|
4192
4591
|
* YAxisLocation: "STRING_VALUE", // required
|
|
4193
4592
|
* Width: "STRING_VALUE", // required
|
|
@@ -4233,7 +4632,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4233
4632
|
* Elements: [ // required
|
|
4234
4633
|
* {
|
|
4235
4634
|
* ElementId: "STRING_VALUE", // required
|
|
4236
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4635
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4237
4636
|
* XAxisLocation: "STRING_VALUE", // required
|
|
4238
4637
|
* YAxisLocation: "STRING_VALUE", // required
|
|
4239
4638
|
* Width: "STRING_VALUE", // required
|
|
@@ -4373,7 +4772,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
4373
4772
|
* Elements: [ // required
|
|
4374
4773
|
* {
|
|
4375
4774
|
* ElementId: "STRING_VALUE", // required
|
|
4376
|
-
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4775
|
+
* ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4377
4776
|
* ColumnIndex: Number("int"),
|
|
4378
4777
|
* ColumnSpan: Number("int"), // required
|
|
4379
4778
|
* RowIndex: Number("int"),
|
|
@@ -5041,6 +5440,36 @@ declare const CreateTemplateCommand_base: {
|
|
|
5041
5440
|
* QueryExecutionOptions: { // QueryExecutionOptions
|
|
5042
5441
|
* QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5043
5442
|
* },
|
|
5443
|
+
* StaticFiles: [ // StaticFileList
|
|
5444
|
+
* { // StaticFile
|
|
5445
|
+
* ImageStaticFile: { // ImageStaticFile
|
|
5446
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
5447
|
+
* Source: { // StaticFileSource
|
|
5448
|
+
* UrlOptions: { // StaticFileUrlSourceOptions
|
|
5449
|
+
* Url: "STRING_VALUE", // required
|
|
5450
|
+
* },
|
|
5451
|
+
* S3Options: { // StaticFileS3SourceOptions
|
|
5452
|
+
* BucketName: "STRING_VALUE", // required
|
|
5453
|
+
* ObjectKey: "STRING_VALUE", // required
|
|
5454
|
+
* Region: "STRING_VALUE", // required
|
|
5455
|
+
* },
|
|
5456
|
+
* },
|
|
5457
|
+
* },
|
|
5458
|
+
* SpatialStaticFile: { // SpatialStaticFile
|
|
5459
|
+
* StaticFileId: "STRING_VALUE", // required
|
|
5460
|
+
* Source: {
|
|
5461
|
+
* UrlOptions: {
|
|
5462
|
+
* Url: "STRING_VALUE", // required
|
|
5463
|
+
* },
|
|
5464
|
+
* S3Options: {
|
|
5465
|
+
* BucketName: "STRING_VALUE", // required
|
|
5466
|
+
* ObjectKey: "STRING_VALUE", // required
|
|
5467
|
+
* Region: "STRING_VALUE", // required
|
|
5468
|
+
* },
|
|
5469
|
+
* },
|
|
5470
|
+
* },
|
|
5471
|
+
* },
|
|
5472
|
+
* ],
|
|
5044
5473
|
* },
|
|
5045
5474
|
* ValidationStrategy: { // ValidationStrategy
|
|
5046
5475
|
* Mode: "STRICT" || "LENIENT", // required
|