@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
|
@@ -109,6 +109,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
109
109
|
* // FontConfiguration: { // FontConfiguration
|
|
110
110
|
* // FontSize: { // FontSize
|
|
111
111
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
112
|
+
* // Absolute: "STRING_VALUE",
|
|
112
113
|
* // },
|
|
113
114
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
114
115
|
* // FontColor: "STRING_VALUE",
|
|
@@ -116,6 +117,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
116
117
|
* // Name: "NORMAL" || "BOLD",
|
|
117
118
|
* // },
|
|
118
119
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
120
|
+
* // FontFamily: "STRING_VALUE",
|
|
119
121
|
* // },
|
|
120
122
|
* // CustomLabel: "STRING_VALUE",
|
|
121
123
|
* // },
|
|
@@ -144,6 +146,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
144
146
|
* // FontConfiguration: {
|
|
145
147
|
* // FontSize: {
|
|
146
148
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
149
|
+
* // Absolute: "STRING_VALUE",
|
|
147
150
|
* // },
|
|
148
151
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
149
152
|
* // FontColor: "STRING_VALUE",
|
|
@@ -151,6 +154,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
151
154
|
* // Name: "NORMAL" || "BOLD",
|
|
152
155
|
* // },
|
|
153
156
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
157
|
+
* // FontFamily: "STRING_VALUE",
|
|
154
158
|
* // },
|
|
155
159
|
* // CustomLabel: "STRING_VALUE",
|
|
156
160
|
* // },
|
|
@@ -194,6 +198,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
194
198
|
* // FontConfiguration: {
|
|
195
199
|
* // FontSize: {
|
|
196
200
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
201
|
+
* // Absolute: "STRING_VALUE",
|
|
197
202
|
* // },
|
|
198
203
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
199
204
|
* // FontColor: "STRING_VALUE",
|
|
@@ -201,6 +206,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
201
206
|
* // Name: "NORMAL" || "BOLD",
|
|
202
207
|
* // },
|
|
203
208
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
209
|
+
* // FontFamily: "STRING_VALUE",
|
|
204
210
|
* // },
|
|
205
211
|
* // CustomLabel: "STRING_VALUE",
|
|
206
212
|
* // },
|
|
@@ -242,6 +248,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
242
248
|
* // FontConfiguration: {
|
|
243
249
|
* // FontSize: {
|
|
244
250
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
251
|
+
* // Absolute: "STRING_VALUE",
|
|
245
252
|
* // },
|
|
246
253
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
247
254
|
* // FontColor: "STRING_VALUE",
|
|
@@ -249,6 +256,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
249
256
|
* // Name: "NORMAL" || "BOLD",
|
|
250
257
|
* // },
|
|
251
258
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
259
|
+
* // FontFamily: "STRING_VALUE",
|
|
252
260
|
* // },
|
|
253
261
|
* // CustomLabel: "STRING_VALUE",
|
|
254
262
|
* // },
|
|
@@ -272,6 +280,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
272
280
|
* // FontConfiguration: {
|
|
273
281
|
* // FontSize: {
|
|
274
282
|
* // Relative: "EXTRA_SMALL" || "SMALL" || "MEDIUM" || "LARGE" || "EXTRA_LARGE",
|
|
283
|
+
* // Absolute: "STRING_VALUE",
|
|
275
284
|
* // },
|
|
276
285
|
* // FontDecoration: "UNDERLINE" || "NONE",
|
|
277
286
|
* // FontColor: "STRING_VALUE",
|
|
@@ -279,6 +288,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
279
288
|
* // Name: "NORMAL" || "BOLD",
|
|
280
289
|
* // },
|
|
281
290
|
* // FontStyle: "NORMAL" || "ITALIC",
|
|
291
|
+
* // FontFamily: "STRING_VALUE",
|
|
282
292
|
* // },
|
|
283
293
|
* // CustomLabel: "STRING_VALUE",
|
|
284
294
|
* // },
|
|
@@ -1127,6 +1137,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
1127
1137
|
* // ],
|
|
1128
1138
|
* // },
|
|
1129
1139
|
* // ],
|
|
1140
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
1130
1141
|
* // },
|
|
1131
1142
|
* // PivotTableVisual: { // PivotTableVisual
|
|
1132
1143
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -1591,6 +1602,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
1591
1602
|
* // ],
|
|
1592
1603
|
* // },
|
|
1593
1604
|
* // ],
|
|
1605
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
1594
1606
|
* // },
|
|
1595
1607
|
* // BarChartVisual: { // BarChartVisual
|
|
1596
1608
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -1939,6 +1951,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
1939
1951
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
1940
1952
|
* // Width: "STRING_VALUE",
|
|
1941
1953
|
* // Height: "STRING_VALUE",
|
|
1954
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
1942
1955
|
* // },
|
|
1943
1956
|
* // DataLabels: { // DataLabelOptions
|
|
1944
1957
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2198,6 +2211,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
2198
2211
|
* // },
|
|
2199
2212
|
* // },
|
|
2200
2213
|
* // ],
|
|
2214
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2201
2215
|
* // },
|
|
2202
2216
|
* // KPIVisual: { // KPIVisual
|
|
2203
2217
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2521,6 +2535,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
2521
2535
|
* // },
|
|
2522
2536
|
* // },
|
|
2523
2537
|
* // ],
|
|
2538
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2524
2539
|
* // },
|
|
2525
2540
|
* // PieChartVisual: { // PieChartVisual
|
|
2526
2541
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2635,6 +2650,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
2635
2650
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
2636
2651
|
* // Width: "STRING_VALUE",
|
|
2637
2652
|
* // Height: "STRING_VALUE",
|
|
2653
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
2638
2654
|
* // },
|
|
2639
2655
|
* // DataLabels: {
|
|
2640
2656
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -2813,6 +2829,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
2813
2829
|
* // },
|
|
2814
2830
|
* // },
|
|
2815
2831
|
* // ],
|
|
2832
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2816
2833
|
* // },
|
|
2817
2834
|
* // GaugeChartVisual: { // GaugeChartVisual
|
|
2818
2835
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -2933,6 +2950,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
2933
2950
|
* // ],
|
|
2934
2951
|
* // },
|
|
2935
2952
|
* // Actions: "<VisualCustomActionList>",
|
|
2953
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
2936
2954
|
* // },
|
|
2937
2955
|
* // LineChartVisual: { // LineChartVisual
|
|
2938
2956
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3211,6 +3229,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3211
3229
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3212
3230
|
* // Width: "STRING_VALUE",
|
|
3213
3231
|
* // Height: "STRING_VALUE",
|
|
3232
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3214
3233
|
* // },
|
|
3215
3234
|
* // DataLabels: {
|
|
3216
3235
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3347,6 +3366,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3347
3366
|
* // },
|
|
3348
3367
|
* // },
|
|
3349
3368
|
* // ],
|
|
3369
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3350
3370
|
* // },
|
|
3351
3371
|
* // HeatMapVisual: { // HeatMapVisual
|
|
3352
3372
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3393,6 +3413,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3393
3413
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3394
3414
|
* // Width: "STRING_VALUE",
|
|
3395
3415
|
* // Height: "STRING_VALUE",
|
|
3416
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3396
3417
|
* // },
|
|
3397
3418
|
* // DataLabels: {
|
|
3398
3419
|
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
@@ -3477,6 +3498,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3477
3498
|
* // },
|
|
3478
3499
|
* // ],
|
|
3479
3500
|
* // Actions: "<VisualCustomActionList>",
|
|
3501
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3480
3502
|
* // },
|
|
3481
3503
|
* // TreeMapVisual: { // TreeMapVisual
|
|
3482
3504
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3522,6 +3544,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3522
3544
|
* // Position: "AUTO" || "RIGHT" || "BOTTOM" || "TOP",
|
|
3523
3545
|
* // Width: "STRING_VALUE",
|
|
3524
3546
|
* // Height: "STRING_VALUE",
|
|
3547
|
+
* // ValueFontConfiguration: "<FontConfiguration>",
|
|
3525
3548
|
* // },
|
|
3526
3549
|
* // DataLabels: "<DataLabelOptions>",
|
|
3527
3550
|
* // Tooltip: "<TooltipOptions>",
|
|
@@ -3529,6 +3552,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3529
3552
|
* // },
|
|
3530
3553
|
* // Actions: "<VisualCustomActionList>",
|
|
3531
3554
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3555
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3532
3556
|
* // },
|
|
3533
3557
|
* // GeospatialMapVisual: { // GeospatialMapVisual
|
|
3534
3558
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3589,6 +3613,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3589
3613
|
* // },
|
|
3590
3614
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3591
3615
|
* // Actions: "<VisualCustomActionList>",
|
|
3616
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3592
3617
|
* // },
|
|
3593
3618
|
* // FilledMapVisual: { // FilledMapVisual
|
|
3594
3619
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3638,6 +3663,284 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3638
3663
|
* // },
|
|
3639
3664
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3640
3665
|
* // Actions: "<VisualCustomActionList>",
|
|
3666
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3667
|
+
* // },
|
|
3668
|
+
* // LayerMapVisual: { // LayerMapVisual
|
|
3669
|
+
* // VisualId: "STRING_VALUE", // required
|
|
3670
|
+
* // Title: "<VisualTitleLabelOptions>",
|
|
3671
|
+
* // Subtitle: "<VisualSubtitleLabelOptions>",
|
|
3672
|
+
* // ChartConfiguration: { // GeospatialLayerMapConfiguration
|
|
3673
|
+
* // Legend: "<LegendOptions>",
|
|
3674
|
+
* // MapLayers: [ // GeospatialMapLayerList
|
|
3675
|
+
* // { // GeospatialLayerItem
|
|
3676
|
+
* // LayerId: "STRING_VALUE", // required
|
|
3677
|
+
* // LayerType: "POINT" || "LINE" || "POLYGON",
|
|
3678
|
+
* // DataSource: { // GeospatialDataSourceItem
|
|
3679
|
+
* // StaticFileDataSource: { // GeospatialStaticFileSource
|
|
3680
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
3681
|
+
* // },
|
|
3682
|
+
* // },
|
|
3683
|
+
* // Label: "STRING_VALUE",
|
|
3684
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
3685
|
+
* // LayerDefinition: { // GeospatialLayerDefinition
|
|
3686
|
+
* // PointLayer: { // GeospatialPointLayer
|
|
3687
|
+
* // Style: { // GeospatialPointStyle
|
|
3688
|
+
* // CircleSymbolStyle: { // GeospatialCircleSymbolStyle
|
|
3689
|
+
* // FillColor: { // GeospatialColor
|
|
3690
|
+
* // Solid: { // GeospatialSolidColor
|
|
3691
|
+
* // Color: "STRING_VALUE", // required
|
|
3692
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3693
|
+
* // },
|
|
3694
|
+
* // Gradient: { // GeospatialGradientColor
|
|
3695
|
+
* // StepColors: [ // GeospatialGradientStepColorList // required
|
|
3696
|
+
* // { // GeospatialGradientStepColor
|
|
3697
|
+
* // Color: "STRING_VALUE", // required
|
|
3698
|
+
* // DataValue: Number("double"), // required
|
|
3699
|
+
* // },
|
|
3700
|
+
* // ],
|
|
3701
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3702
|
+
* // NullDataSettings: { // GeospatialNullDataSettings
|
|
3703
|
+
* // SymbolStyle: { // GeospatialNullSymbolStyle
|
|
3704
|
+
* // FillColor: "STRING_VALUE",
|
|
3705
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3706
|
+
* // StrokeWidth: Number("double"),
|
|
3707
|
+
* // },
|
|
3708
|
+
* // },
|
|
3709
|
+
* // DefaultOpacity: Number("double"),
|
|
3710
|
+
* // },
|
|
3711
|
+
* // Categorical: { // GeospatialCategoricalColor
|
|
3712
|
+
* // CategoryDataColors: [ // GeospatialCategoricalDataColorList // required
|
|
3713
|
+
* // { // GeospatialCategoricalDataColor
|
|
3714
|
+
* // Color: "STRING_VALUE", // required
|
|
3715
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3716
|
+
* // },
|
|
3717
|
+
* // ],
|
|
3718
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3719
|
+
* // NullDataSettings: {
|
|
3720
|
+
* // SymbolStyle: {
|
|
3721
|
+
* // FillColor: "STRING_VALUE",
|
|
3722
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3723
|
+
* // StrokeWidth: Number("double"),
|
|
3724
|
+
* // },
|
|
3725
|
+
* // },
|
|
3726
|
+
* // DefaultOpacity: Number("double"),
|
|
3727
|
+
* // },
|
|
3728
|
+
* // },
|
|
3729
|
+
* // StrokeColor: {
|
|
3730
|
+
* // Solid: {
|
|
3731
|
+
* // Color: "STRING_VALUE", // required
|
|
3732
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3733
|
+
* // },
|
|
3734
|
+
* // Gradient: {
|
|
3735
|
+
* // StepColors: [ // required
|
|
3736
|
+
* // {
|
|
3737
|
+
* // Color: "STRING_VALUE", // required
|
|
3738
|
+
* // DataValue: Number("double"), // required
|
|
3739
|
+
* // },
|
|
3740
|
+
* // ],
|
|
3741
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3742
|
+
* // NullDataSettings: {
|
|
3743
|
+
* // SymbolStyle: {
|
|
3744
|
+
* // FillColor: "STRING_VALUE",
|
|
3745
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3746
|
+
* // StrokeWidth: Number("double"),
|
|
3747
|
+
* // },
|
|
3748
|
+
* // },
|
|
3749
|
+
* // DefaultOpacity: Number("double"),
|
|
3750
|
+
* // },
|
|
3751
|
+
* // Categorical: {
|
|
3752
|
+
* // CategoryDataColors: [ // required
|
|
3753
|
+
* // {
|
|
3754
|
+
* // Color: "STRING_VALUE", // required
|
|
3755
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3756
|
+
* // },
|
|
3757
|
+
* // ],
|
|
3758
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3759
|
+
* // NullDataSettings: {
|
|
3760
|
+
* // SymbolStyle: {
|
|
3761
|
+
* // FillColor: "STRING_VALUE",
|
|
3762
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3763
|
+
* // StrokeWidth: Number("double"),
|
|
3764
|
+
* // },
|
|
3765
|
+
* // },
|
|
3766
|
+
* // DefaultOpacity: Number("double"),
|
|
3767
|
+
* // },
|
|
3768
|
+
* // },
|
|
3769
|
+
* // StrokeWidth: { // GeospatialLineWidth
|
|
3770
|
+
* // LineWidth: Number("double"),
|
|
3771
|
+
* // },
|
|
3772
|
+
* // CircleRadius: { // GeospatialCircleRadius
|
|
3773
|
+
* // Radius: Number("double"),
|
|
3774
|
+
* // },
|
|
3775
|
+
* // },
|
|
3776
|
+
* // },
|
|
3777
|
+
* // },
|
|
3778
|
+
* // LineLayer: { // GeospatialLineLayer
|
|
3779
|
+
* // Style: { // GeospatialLineStyle
|
|
3780
|
+
* // LineSymbolStyle: { // GeospatialLineSymbolStyle
|
|
3781
|
+
* // FillColor: {
|
|
3782
|
+
* // Solid: {
|
|
3783
|
+
* // Color: "STRING_VALUE", // required
|
|
3784
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3785
|
+
* // },
|
|
3786
|
+
* // Gradient: {
|
|
3787
|
+
* // StepColors: [ // required
|
|
3788
|
+
* // {
|
|
3789
|
+
* // Color: "STRING_VALUE", // required
|
|
3790
|
+
* // DataValue: Number("double"), // required
|
|
3791
|
+
* // },
|
|
3792
|
+
* // ],
|
|
3793
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3794
|
+
* // NullDataSettings: {
|
|
3795
|
+
* // SymbolStyle: {
|
|
3796
|
+
* // FillColor: "STRING_VALUE",
|
|
3797
|
+
* // StrokeColor: "STRING_VALUE",
|
|
3798
|
+
* // StrokeWidth: Number("double"),
|
|
3799
|
+
* // },
|
|
3800
|
+
* // },
|
|
3801
|
+
* // DefaultOpacity: Number("double"),
|
|
3802
|
+
* // },
|
|
3803
|
+
* // Categorical: {
|
|
3804
|
+
* // CategoryDataColors: [ // required
|
|
3805
|
+
* // {
|
|
3806
|
+
* // Color: "STRING_VALUE", // required
|
|
3807
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3808
|
+
* // },
|
|
3809
|
+
* // ],
|
|
3810
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3811
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3812
|
+
* // DefaultOpacity: Number("double"),
|
|
3813
|
+
* // },
|
|
3814
|
+
* // },
|
|
3815
|
+
* // LineWidth: {
|
|
3816
|
+
* // LineWidth: Number("double"),
|
|
3817
|
+
* // },
|
|
3818
|
+
* // },
|
|
3819
|
+
* // },
|
|
3820
|
+
* // },
|
|
3821
|
+
* // PolygonLayer: { // GeospatialPolygonLayer
|
|
3822
|
+
* // Style: { // GeospatialPolygonStyle
|
|
3823
|
+
* // PolygonSymbolStyle: { // GeospatialPolygonSymbolStyle
|
|
3824
|
+
* // FillColor: {
|
|
3825
|
+
* // Solid: {
|
|
3826
|
+
* // Color: "STRING_VALUE", // required
|
|
3827
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3828
|
+
* // },
|
|
3829
|
+
* // Gradient: {
|
|
3830
|
+
* // StepColors: [ // required
|
|
3831
|
+
* // {
|
|
3832
|
+
* // Color: "STRING_VALUE", // required
|
|
3833
|
+
* // DataValue: Number("double"), // required
|
|
3834
|
+
* // },
|
|
3835
|
+
* // ],
|
|
3836
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3837
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3838
|
+
* // DefaultOpacity: Number("double"),
|
|
3839
|
+
* // },
|
|
3840
|
+
* // Categorical: {
|
|
3841
|
+
* // CategoryDataColors: [ // required
|
|
3842
|
+
* // {
|
|
3843
|
+
* // Color: "STRING_VALUE", // required
|
|
3844
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3845
|
+
* // },
|
|
3846
|
+
* // ],
|
|
3847
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3848
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3849
|
+
* // DefaultOpacity: Number("double"),
|
|
3850
|
+
* // },
|
|
3851
|
+
* // },
|
|
3852
|
+
* // StrokeColor: {
|
|
3853
|
+
* // Solid: {
|
|
3854
|
+
* // Color: "STRING_VALUE", // required
|
|
3855
|
+
* // State: "ENABLED" || "DISABLED",
|
|
3856
|
+
* // },
|
|
3857
|
+
* // Gradient: {
|
|
3858
|
+
* // StepColors: [ // required
|
|
3859
|
+
* // {
|
|
3860
|
+
* // Color: "STRING_VALUE", // required
|
|
3861
|
+
* // DataValue: Number("double"), // required
|
|
3862
|
+
* // },
|
|
3863
|
+
* // ],
|
|
3864
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3865
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3866
|
+
* // DefaultOpacity: Number("double"),
|
|
3867
|
+
* // },
|
|
3868
|
+
* // Categorical: {
|
|
3869
|
+
* // CategoryDataColors: [ // required
|
|
3870
|
+
* // {
|
|
3871
|
+
* // Color: "STRING_VALUE", // required
|
|
3872
|
+
* // DataValue: "STRING_VALUE", // required
|
|
3873
|
+
* // },
|
|
3874
|
+
* // ],
|
|
3875
|
+
* // NullDataVisibility: "HIDDEN" || "VISIBLE",
|
|
3876
|
+
* // NullDataSettings: "<GeospatialNullDataSettings>",
|
|
3877
|
+
* // DefaultOpacity: Number("double"),
|
|
3878
|
+
* // },
|
|
3879
|
+
* // },
|
|
3880
|
+
* // StrokeWidth: {
|
|
3881
|
+
* // LineWidth: Number("double"),
|
|
3882
|
+
* // },
|
|
3883
|
+
* // },
|
|
3884
|
+
* // },
|
|
3885
|
+
* // },
|
|
3886
|
+
* // },
|
|
3887
|
+
* // Tooltip: "<TooltipOptions>",
|
|
3888
|
+
* // JoinDefinition: { // GeospatialLayerJoinDefinition
|
|
3889
|
+
* // ShapeKeyField: "STRING_VALUE",
|
|
3890
|
+
* // DatasetKeyField: {
|
|
3891
|
+
* // FieldId: "STRING_VALUE", // required
|
|
3892
|
+
* // Column: "<ColumnIdentifier>", // required
|
|
3893
|
+
* // FormatConfiguration: {
|
|
3894
|
+
* // StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
3895
|
+
* // NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
3896
|
+
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
3897
|
+
* // },
|
|
3898
|
+
* // },
|
|
3899
|
+
* // ColorField: { // GeospatialLayerColorField
|
|
3900
|
+
* // ColorDimensionsFields: [ // GeospatialLayerDimensionFieldList
|
|
3901
|
+
* // "<DimensionField>",
|
|
3902
|
+
* // ],
|
|
3903
|
+
* // ColorValuesFields: [ // GeospatialLayerMeasureFieldList
|
|
3904
|
+
* // "<MeasureField>",
|
|
3905
|
+
* // ],
|
|
3906
|
+
* // },
|
|
3907
|
+
* // },
|
|
3908
|
+
* // Actions: [ // LayerCustomActionList
|
|
3909
|
+
* // { // LayerCustomAction
|
|
3910
|
+
* // CustomActionId: "STRING_VALUE", // required
|
|
3911
|
+
* // Name: "STRING_VALUE", // required
|
|
3912
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
3913
|
+
* // Trigger: "DATA_POINT_CLICK" || "DATA_POINT_MENU", // required
|
|
3914
|
+
* // ActionOperations: [ // LayerCustomActionOperationList // required
|
|
3915
|
+
* // { // LayerCustomActionOperation
|
|
3916
|
+
* // FilterOperation: "<CustomActionFilterOperation>",
|
|
3917
|
+
* // NavigationOperation: "<CustomActionNavigationOperation>",
|
|
3918
|
+
* // URLOperation: "<CustomActionURLOperation>",
|
|
3919
|
+
* // SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
3920
|
+
* // },
|
|
3921
|
+
* // ],
|
|
3922
|
+
* // },
|
|
3923
|
+
* // ],
|
|
3924
|
+
* // },
|
|
3925
|
+
* // ],
|
|
3926
|
+
* // MapState: { // GeospatialMapState
|
|
3927
|
+
* // Bounds: {
|
|
3928
|
+
* // North: Number("double"), // required
|
|
3929
|
+
* // South: Number("double"), // required
|
|
3930
|
+
* // West: Number("double"), // required
|
|
3931
|
+
* // East: Number("double"), // required
|
|
3932
|
+
* // },
|
|
3933
|
+
* // MapNavigation: "ENABLED" || "DISABLED",
|
|
3934
|
+
* // },
|
|
3935
|
+
* // MapStyle: { // GeospatialMapStyle
|
|
3936
|
+
* // BaseMapStyle: "LIGHT_GRAY" || "DARK_GRAY" || "STREET" || "IMAGERY",
|
|
3937
|
+
* // BackgroundColor: "STRING_VALUE",
|
|
3938
|
+
* // BaseMapVisibility: "HIDDEN" || "VISIBLE",
|
|
3939
|
+
* // },
|
|
3940
|
+
* // Interactions: "<VisualInteractionOptions>",
|
|
3941
|
+
* // },
|
|
3942
|
+
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
3943
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3641
3944
|
* // },
|
|
3642
3945
|
* // FunnelChartVisual: { // FunnelChartVisual
|
|
3643
3946
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3675,6 +3978,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3675
3978
|
* // },
|
|
3676
3979
|
* // Actions: "<VisualCustomActionList>",
|
|
3677
3980
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
3981
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3678
3982
|
* // },
|
|
3679
3983
|
* // ScatterPlotVisual: { // ScatterPlotVisual
|
|
3680
3984
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3712,6 +4016,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3712
4016
|
* // },
|
|
3713
4017
|
* // Actions: "<VisualCustomActionList>",
|
|
3714
4018
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4019
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3715
4020
|
* // },
|
|
3716
4021
|
* // ComboChartVisual: { // ComboChartVisual
|
|
3717
4022
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3788,6 +4093,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3788
4093
|
* // },
|
|
3789
4094
|
* // Actions: "<VisualCustomActionList>",
|
|
3790
4095
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4096
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3791
4097
|
* // },
|
|
3792
4098
|
* // BoxPlotVisual: { // BoxPlotVisual
|
|
3793
4099
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3863,6 +4169,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3863
4169
|
* // },
|
|
3864
4170
|
* // Actions: "<VisualCustomActionList>",
|
|
3865
4171
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4172
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3866
4173
|
* // },
|
|
3867
4174
|
* // WaterfallVisual: { // WaterfallVisual
|
|
3868
4175
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3901,6 +4208,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3901
4208
|
* // },
|
|
3902
4209
|
* // Actions: "<VisualCustomActionList>",
|
|
3903
4210
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4211
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3904
4212
|
* // },
|
|
3905
4213
|
* // HistogramVisual: { // HistogramVisual
|
|
3906
4214
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3934,6 +4242,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3934
4242
|
* // Interactions: "<VisualInteractionOptions>",
|
|
3935
4243
|
* // },
|
|
3936
4244
|
* // Actions: "<VisualCustomActionList>",
|
|
4245
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3937
4246
|
* // },
|
|
3938
4247
|
* // WordCloudVisual: { // WordCloudVisual
|
|
3939
4248
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -3967,6 +4276,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
3967
4276
|
* // },
|
|
3968
4277
|
* // Actions: "<VisualCustomActionList>",
|
|
3969
4278
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4279
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
3970
4280
|
* // },
|
|
3971
4281
|
* // InsightVisual: { // InsightVisual
|
|
3972
4282
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4059,6 +4369,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4059
4369
|
* // },
|
|
4060
4370
|
* // Actions: "<VisualCustomActionList>",
|
|
4061
4371
|
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
4372
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4062
4373
|
* // },
|
|
4063
4374
|
* // SankeyDiagramVisual: { // SankeyDiagramVisual
|
|
4064
4375
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4081,6 +4392,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4081
4392
|
* // Interactions: "<VisualInteractionOptions>",
|
|
4082
4393
|
* // },
|
|
4083
4394
|
* // Actions: "<VisualCustomActionList>",
|
|
4395
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4084
4396
|
* // },
|
|
4085
4397
|
* // CustomContentVisual: { // CustomContentVisual
|
|
4086
4398
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4094,6 +4406,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4094
4406
|
* // },
|
|
4095
4407
|
* // Actions: "<VisualCustomActionList>",
|
|
4096
4408
|
* // DataSetIdentifier: "STRING_VALUE", // required
|
|
4409
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4097
4410
|
* // },
|
|
4098
4411
|
* // EmptyVisual: { // EmptyVisual
|
|
4099
4412
|
* // VisualId: "STRING_VALUE", // required
|
|
@@ -4145,6 +4458,52 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4145
4458
|
* // },
|
|
4146
4459
|
* // Actions: "<VisualCustomActionList>",
|
|
4147
4460
|
* // ColumnHierarchies: "<ColumnHierarchyList>",
|
|
4461
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4462
|
+
* // },
|
|
4463
|
+
* // PluginVisual: { // PluginVisual
|
|
4464
|
+
* // VisualId: "STRING_VALUE", // required
|
|
4465
|
+
* // PluginArn: "STRING_VALUE", // required
|
|
4466
|
+
* // Title: "<VisualTitleLabelOptions>",
|
|
4467
|
+
* // Subtitle: "<VisualSubtitleLabelOptions>",
|
|
4468
|
+
* // ChartConfiguration: { // PluginVisualConfiguration
|
|
4469
|
+
* // FieldWells: [ // PluginVisualFieldWells
|
|
4470
|
+
* // { // PluginVisualFieldWell
|
|
4471
|
+
* // AxisName: "GROUP_BY" || "VALUE",
|
|
4472
|
+
* // Dimensions: "<DimensionFieldList>",
|
|
4473
|
+
* // Measures: "<MeasureFieldList>",
|
|
4474
|
+
* // Unaggregated: [
|
|
4475
|
+
* // {
|
|
4476
|
+
* // FieldId: "STRING_VALUE", // required
|
|
4477
|
+
* // Column: "<ColumnIdentifier>", // required
|
|
4478
|
+
* // FormatConfiguration: {
|
|
4479
|
+
* // StringFormatConfiguration: "<StringFormatConfiguration>",
|
|
4480
|
+
* // NumberFormatConfiguration: "<NumberFormatConfiguration>",
|
|
4481
|
+
* // DateTimeFormatConfiguration: "<DateTimeFormatConfiguration>",
|
|
4482
|
+
* // },
|
|
4483
|
+
* // },
|
|
4484
|
+
* // ],
|
|
4485
|
+
* // },
|
|
4486
|
+
* // ],
|
|
4487
|
+
* // VisualOptions: { // PluginVisualOptions
|
|
4488
|
+
* // VisualProperties: [ // PluginVisualPropertiesList
|
|
4489
|
+
* // { // PluginVisualProperty
|
|
4490
|
+
* // Name: "STRING_VALUE",
|
|
4491
|
+
* // Value: "STRING_VALUE",
|
|
4492
|
+
* // },
|
|
4493
|
+
* // ],
|
|
4494
|
+
* // },
|
|
4495
|
+
* // SortConfiguration: { // PluginVisualSortConfiguration
|
|
4496
|
+
* // PluginVisualTableQuerySort: { // PluginVisualTableQuerySort
|
|
4497
|
+
* // RowSort: [
|
|
4498
|
+
* // "<FieldSortOptions>",
|
|
4499
|
+
* // ],
|
|
4500
|
+
* // ItemsLimitConfiguration: { // PluginVisualItemsLimitConfiguration
|
|
4501
|
+
* // ItemsLimit: Number("long"),
|
|
4502
|
+
* // },
|
|
4503
|
+
* // },
|
|
4504
|
+
* // },
|
|
4505
|
+
* // },
|
|
4506
|
+
* // VisualContentAltText: "STRING_VALUE",
|
|
4148
4507
|
* // },
|
|
4149
4508
|
* // },
|
|
4150
4509
|
* // ],
|
|
@@ -4154,6 +4513,46 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4154
4513
|
* // Content: "STRING_VALUE",
|
|
4155
4514
|
* // },
|
|
4156
4515
|
* // ],
|
|
4516
|
+
* // Images: [ // SheetImageList
|
|
4517
|
+
* // { // SheetImage
|
|
4518
|
+
* // SheetImageId: "STRING_VALUE", // required
|
|
4519
|
+
* // Source: { // SheetImageSource
|
|
4520
|
+
* // SheetImageStaticFileSource: { // SheetImageStaticFileSource
|
|
4521
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
4522
|
+
* // },
|
|
4523
|
+
* // },
|
|
4524
|
+
* // Scaling: { // SheetImageScalingConfiguration
|
|
4525
|
+
* // ScalingType: "SCALE_TO_WIDTH" || "SCALE_TO_HEIGHT" || "SCALE_TO_CONTAINER" || "SCALE_NONE",
|
|
4526
|
+
* // },
|
|
4527
|
+
* // Tooltip: { // SheetImageTooltipConfiguration
|
|
4528
|
+
* // TooltipText: { // SheetImageTooltipText
|
|
4529
|
+
* // PlainText: "STRING_VALUE",
|
|
4530
|
+
* // },
|
|
4531
|
+
* // Visibility: "HIDDEN" || "VISIBLE",
|
|
4532
|
+
* // },
|
|
4533
|
+
* // ImageContentAltText: "STRING_VALUE",
|
|
4534
|
+
* // Interactions: { // ImageInteractionOptions
|
|
4535
|
+
* // ImageMenuOption: { // ImageMenuOption
|
|
4536
|
+
* // AvailabilityStatus: "ENABLED" || "DISABLED",
|
|
4537
|
+
* // },
|
|
4538
|
+
* // },
|
|
4539
|
+
* // Actions: [ // ImageCustomActionList
|
|
4540
|
+
* // { // ImageCustomAction
|
|
4541
|
+
* // CustomActionId: "STRING_VALUE", // required
|
|
4542
|
+
* // Name: "STRING_VALUE", // required
|
|
4543
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
4544
|
+
* // Trigger: "CLICK" || "MENU", // required
|
|
4545
|
+
* // ActionOperations: [ // ImageCustomActionOperationList // required
|
|
4546
|
+
* // { // ImageCustomActionOperation
|
|
4547
|
+
* // NavigationOperation: "<CustomActionNavigationOperation>",
|
|
4548
|
+
* // URLOperation: "<CustomActionURLOperation>",
|
|
4549
|
+
* // SetParametersOperation: "<CustomActionSetParametersOperation>",
|
|
4550
|
+
* // },
|
|
4551
|
+
* // ],
|
|
4552
|
+
* // },
|
|
4553
|
+
* // ],
|
|
4554
|
+
* // },
|
|
4555
|
+
* // ],
|
|
4157
4556
|
* // Layouts: [ // LayoutList
|
|
4158
4557
|
* // { // Layout
|
|
4159
4558
|
* // Configuration: { // LayoutConfiguration
|
|
@@ -4161,7 +4560,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4161
4560
|
* // Elements: [ // GridLayoutElementList // required
|
|
4162
4561
|
* // { // GridLayoutElement
|
|
4163
4562
|
* // ElementId: "STRING_VALUE", // required
|
|
4164
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4563
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4165
4564
|
* // ColumnIndex: Number("int"),
|
|
4166
4565
|
* // ColumnSpan: Number("int"), // required
|
|
4167
4566
|
* // RowIndex: Number("int"),
|
|
@@ -4179,7 +4578,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4179
4578
|
* // Elements: [ // FreeFromLayoutElementList // required
|
|
4180
4579
|
* // { // FreeFormLayoutElement
|
|
4181
4580
|
* // ElementId: "STRING_VALUE", // required
|
|
4182
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4581
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4183
4582
|
* // XAxisLocation: "STRING_VALUE", // required
|
|
4184
4583
|
* // YAxisLocation: "STRING_VALUE", // required
|
|
4185
4584
|
* // Width: "STRING_VALUE", // required
|
|
@@ -4225,7 +4624,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4225
4624
|
* // Elements: [ // required
|
|
4226
4625
|
* // {
|
|
4227
4626
|
* // ElementId: "STRING_VALUE", // required
|
|
4228
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4627
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4229
4628
|
* // XAxisLocation: "STRING_VALUE", // required
|
|
4230
4629
|
* // YAxisLocation: "STRING_VALUE", // required
|
|
4231
4630
|
* // Width: "STRING_VALUE", // required
|
|
@@ -4365,7 +4764,7 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
4365
4764
|
* // Elements: [ // required
|
|
4366
4765
|
* // {
|
|
4367
4766
|
* // ElementId: "STRING_VALUE", // required
|
|
4368
|
-
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX", // required
|
|
4767
|
+
* // ElementType: "VISUAL" || "FILTER_CONTROL" || "PARAMETER_CONTROL" || "TEXT_BOX" || "IMAGE", // required
|
|
4369
4768
|
* // ColumnIndex: Number("int"),
|
|
4370
4769
|
* // ColumnSpan: Number("int"), // required
|
|
4371
4770
|
* // RowIndex: Number("int"),
|
|
@@ -5033,6 +5432,36 @@ declare const DescribeTemplateDefinitionCommand_base: {
|
|
|
5033
5432
|
* // QueryExecutionOptions: { // QueryExecutionOptions
|
|
5034
5433
|
* // QueryExecutionMode: "AUTO" || "MANUAL",
|
|
5035
5434
|
* // },
|
|
5435
|
+
* // StaticFiles: [ // StaticFileList
|
|
5436
|
+
* // { // StaticFile
|
|
5437
|
+
* // ImageStaticFile: { // ImageStaticFile
|
|
5438
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
5439
|
+
* // Source: { // StaticFileSource
|
|
5440
|
+
* // UrlOptions: { // StaticFileUrlSourceOptions
|
|
5441
|
+
* // Url: "STRING_VALUE", // required
|
|
5442
|
+
* // },
|
|
5443
|
+
* // S3Options: { // StaticFileS3SourceOptions
|
|
5444
|
+
* // BucketName: "STRING_VALUE", // required
|
|
5445
|
+
* // ObjectKey: "STRING_VALUE", // required
|
|
5446
|
+
* // Region: "STRING_VALUE", // required
|
|
5447
|
+
* // },
|
|
5448
|
+
* // },
|
|
5449
|
+
* // },
|
|
5450
|
+
* // SpatialStaticFile: { // SpatialStaticFile
|
|
5451
|
+
* // StaticFileId: "STRING_VALUE", // required
|
|
5452
|
+
* // Source: {
|
|
5453
|
+
* // UrlOptions: {
|
|
5454
|
+
* // Url: "STRING_VALUE", // required
|
|
5455
|
+
* // },
|
|
5456
|
+
* // S3Options: {
|
|
5457
|
+
* // BucketName: "STRING_VALUE", // required
|
|
5458
|
+
* // ObjectKey: "STRING_VALUE", // required
|
|
5459
|
+
* // Region: "STRING_VALUE", // required
|
|
5460
|
+
* // },
|
|
5461
|
+
* // },
|
|
5462
|
+
* // },
|
|
5463
|
+
* // },
|
|
5464
|
+
* // ],
|
|
5036
5465
|
* // },
|
|
5037
5466
|
* // Status: Number("int"),
|
|
5038
5467
|
* // RequestId: "STRING_VALUE",
|