@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
package/dist-cjs/index.js
CHANGED
|
@@ -26,6 +26,7 @@ __export(src_exports, {
|
|
|
26
26
|
AnalysisDefinitionFilterSensitiveLog: () => AnalysisDefinitionFilterSensitiveLog,
|
|
27
27
|
AnalysisErrorType: () => AnalysisErrorType,
|
|
28
28
|
AnalysisFilterAttribute: () => AnalysisFilterAttribute,
|
|
29
|
+
AnalysisFilterSensitiveLog: () => AnalysisFilterSensitiveLog,
|
|
29
30
|
AnchorOption: () => AnchorOption,
|
|
30
31
|
AnchorType: () => AnchorType,
|
|
31
32
|
AnonymousUserDashboardEmbeddingConfigurationDisabledFeature: () => AnonymousUserDashboardEmbeddingConfigurationDisabledFeature,
|
|
@@ -166,8 +167,11 @@ __export(src_exports, {
|
|
|
166
167
|
DashboardBehavior: () => DashboardBehavior,
|
|
167
168
|
DashboardErrorType: () => DashboardErrorType,
|
|
168
169
|
DashboardFilterAttribute: () => DashboardFilterAttribute,
|
|
170
|
+
DashboardFilterSensitiveLog: () => DashboardFilterSensitiveLog,
|
|
169
171
|
DashboardUIState: () => DashboardUIState,
|
|
170
172
|
DashboardVersionDefinitionFilterSensitiveLog: () => DashboardVersionDefinitionFilterSensitiveLog,
|
|
173
|
+
DashboardVersionFilterSensitiveLog: () => DashboardVersionFilterSensitiveLog,
|
|
174
|
+
DashboardsQAStatus: () => DashboardsQAStatus,
|
|
171
175
|
DataFieldSeriesItemFilterSensitiveLog: () => DataFieldSeriesItemFilterSensitiveLog,
|
|
172
176
|
DataLabelContent: () => DataLabelContent,
|
|
173
177
|
DataLabelOptionsFilterSensitiveLog: () => DataLabelOptionsFilterSensitiveLog,
|
|
@@ -240,6 +244,7 @@ __export(src_exports, {
|
|
|
240
244
|
DescribeAnalysisDefinitionCommand: () => DescribeAnalysisDefinitionCommand,
|
|
241
245
|
DescribeAnalysisDefinitionResponseFilterSensitiveLog: () => DescribeAnalysisDefinitionResponseFilterSensitiveLog,
|
|
242
246
|
DescribeAnalysisPermissionsCommand: () => DescribeAnalysisPermissionsCommand,
|
|
247
|
+
DescribeAnalysisResponseFilterSensitiveLog: () => DescribeAnalysisResponseFilterSensitiveLog,
|
|
243
248
|
DescribeAssetBundleExportJobCommand: () => DescribeAssetBundleExportJobCommand,
|
|
244
249
|
DescribeAssetBundleExportJobResponseFilterSensitiveLog: () => DescribeAssetBundleExportJobResponseFilterSensitiveLog,
|
|
245
250
|
DescribeAssetBundleImportJobCommand: () => DescribeAssetBundleImportJobCommand,
|
|
@@ -252,10 +257,12 @@ __export(src_exports, {
|
|
|
252
257
|
DescribeDashboardDefinitionCommand: () => DescribeDashboardDefinitionCommand,
|
|
253
258
|
DescribeDashboardDefinitionResponseFilterSensitiveLog: () => DescribeDashboardDefinitionResponseFilterSensitiveLog,
|
|
254
259
|
DescribeDashboardPermissionsCommand: () => DescribeDashboardPermissionsCommand,
|
|
260
|
+
DescribeDashboardResponseFilterSensitiveLog: () => DescribeDashboardResponseFilterSensitiveLog,
|
|
255
261
|
DescribeDashboardSnapshotJobCommand: () => DescribeDashboardSnapshotJobCommand,
|
|
256
262
|
DescribeDashboardSnapshotJobResponseFilterSensitiveLog: () => DescribeDashboardSnapshotJobResponseFilterSensitiveLog,
|
|
257
263
|
DescribeDashboardSnapshotJobResultCommand: () => DescribeDashboardSnapshotJobResultCommand,
|
|
258
264
|
DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog: () => DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog,
|
|
265
|
+
DescribeDashboardsQAConfigurationCommand: () => DescribeDashboardsQAConfigurationCommand,
|
|
259
266
|
DescribeDataSetCommand: () => DescribeDataSetCommand,
|
|
260
267
|
DescribeDataSetPermissionsCommand: () => DescribeDataSetPermissionsCommand,
|
|
261
268
|
DescribeDataSetRefreshPropertiesCommand: () => DescribeDataSetRefreshPropertiesCommand,
|
|
@@ -280,6 +287,7 @@ __export(src_exports, {
|
|
|
280
287
|
DescribeTemplateDefinitionCommand: () => DescribeTemplateDefinitionCommand,
|
|
281
288
|
DescribeTemplateDefinitionResponseFilterSensitiveLog: () => DescribeTemplateDefinitionResponseFilterSensitiveLog,
|
|
282
289
|
DescribeTemplatePermissionsCommand: () => DescribeTemplatePermissionsCommand,
|
|
290
|
+
DescribeTemplateResponseFilterSensitiveLog: () => DescribeTemplateResponseFilterSensitiveLog,
|
|
283
291
|
DescribeThemeAliasCommand: () => DescribeThemeAliasCommand,
|
|
284
292
|
DescribeThemeCommand: () => DescribeThemeCommand,
|
|
285
293
|
DescribeThemePermissionsCommand: () => DescribeThemePermissionsCommand,
|
|
@@ -344,9 +352,16 @@ __export(src_exports, {
|
|
|
344
352
|
GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: () => GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog,
|
|
345
353
|
GeoSpatialCountryCode: () => GeoSpatialCountryCode,
|
|
346
354
|
GeoSpatialDataRole: () => GeoSpatialDataRole,
|
|
355
|
+
GeospatialColorState: () => GeospatialColorState,
|
|
356
|
+
GeospatialLayerColorFieldFilterSensitiveLog: () => GeospatialLayerColorFieldFilterSensitiveLog,
|
|
357
|
+
GeospatialLayerItemFilterSensitiveLog: () => GeospatialLayerItemFilterSensitiveLog,
|
|
358
|
+
GeospatialLayerJoinDefinitionFilterSensitiveLog: () => GeospatialLayerJoinDefinitionFilterSensitiveLog,
|
|
359
|
+
GeospatialLayerMapConfigurationFilterSensitiveLog: () => GeospatialLayerMapConfigurationFilterSensitiveLog,
|
|
360
|
+
GeospatialLayerType: () => GeospatialLayerType,
|
|
347
361
|
GeospatialMapAggregatedFieldWellsFilterSensitiveLog: () => GeospatialMapAggregatedFieldWellsFilterSensitiveLog,
|
|
348
362
|
GeospatialMapConfigurationFilterSensitiveLog: () => GeospatialMapConfigurationFilterSensitiveLog,
|
|
349
363
|
GeospatialMapFieldWellsFilterSensitiveLog: () => GeospatialMapFieldWellsFilterSensitiveLog,
|
|
364
|
+
GeospatialMapNavigation: () => GeospatialMapNavigation,
|
|
350
365
|
GeospatialMapVisualFilterSensitiveLog: () => GeospatialMapVisualFilterSensitiveLog,
|
|
351
366
|
GeospatialSelectedPointStyle: () => GeospatialSelectedPointStyle,
|
|
352
367
|
GetDashboardEmbedUrlCommand: () => GetDashboardEmbedUrlCommand,
|
|
@@ -371,6 +386,9 @@ __export(src_exports, {
|
|
|
371
386
|
IdentityStore: () => IdentityStore,
|
|
372
387
|
IdentityType: () => IdentityType,
|
|
373
388
|
IdentityTypeNotSupportedException: () => IdentityTypeNotSupportedException,
|
|
389
|
+
ImageCustomActionFilterSensitiveLog: () => ImageCustomActionFilterSensitiveLog,
|
|
390
|
+
ImageCustomActionOperationFilterSensitiveLog: () => ImageCustomActionOperationFilterSensitiveLog,
|
|
391
|
+
ImageCustomActionTrigger: () => ImageCustomActionTrigger,
|
|
374
392
|
ImageSource: () => ImageSource,
|
|
375
393
|
IncludeFolderMembers: () => IncludeFolderMembers,
|
|
376
394
|
IngestionErrorType: () => IngestionErrorType,
|
|
@@ -403,6 +421,10 @@ __export(src_exports, {
|
|
|
403
421
|
KPISparklineType: () => KPISparklineType,
|
|
404
422
|
KPIVisualFilterSensitiveLog: () => KPIVisualFilterSensitiveLog,
|
|
405
423
|
KPIVisualStandardLayoutType: () => KPIVisualStandardLayoutType,
|
|
424
|
+
LayerCustomActionFilterSensitiveLog: () => LayerCustomActionFilterSensitiveLog,
|
|
425
|
+
LayerCustomActionOperationFilterSensitiveLog: () => LayerCustomActionOperationFilterSensitiveLog,
|
|
426
|
+
LayerCustomActionTrigger: () => LayerCustomActionTrigger,
|
|
427
|
+
LayerMapVisualFilterSensitiveLog: () => LayerMapVisualFilterSensitiveLog,
|
|
406
428
|
LayoutConfigurationFilterSensitiveLog: () => LayoutConfigurationFilterSensitiveLog,
|
|
407
429
|
LayoutElementType: () => LayoutElementType,
|
|
408
430
|
LayoutFilterSensitiveLog: () => LayoutFilterSensitiveLog,
|
|
@@ -514,6 +536,10 @@ __export(src_exports, {
|
|
|
514
536
|
PivotTableSortConfigurationFilterSensitiveLog: () => PivotTableSortConfigurationFilterSensitiveLog,
|
|
515
537
|
PivotTableSubtotalLevel: () => PivotTableSubtotalLevel,
|
|
516
538
|
PivotTableVisualFilterSensitiveLog: () => PivotTableVisualFilterSensitiveLog,
|
|
539
|
+
PluginVisualAxisName: () => PluginVisualAxisName,
|
|
540
|
+
PluginVisualConfigurationFilterSensitiveLog: () => PluginVisualConfigurationFilterSensitiveLog,
|
|
541
|
+
PluginVisualFieldWellFilterSensitiveLog: () => PluginVisualFieldWellFilterSensitiveLog,
|
|
542
|
+
PluginVisualFilterSensitiveLog: () => PluginVisualFilterSensitiveLog,
|
|
517
543
|
PreconditionNotMetException: () => PreconditionNotMetException,
|
|
518
544
|
PrimaryValueDisplayType: () => PrimaryValueDisplayType,
|
|
519
545
|
PropertyRole: () => PropertyRole,
|
|
@@ -573,6 +599,7 @@ __export(src_exports, {
|
|
|
573
599
|
SearchDataSourcesCommand: () => SearchDataSourcesCommand,
|
|
574
600
|
SearchFoldersCommand: () => SearchFoldersCommand,
|
|
575
601
|
SearchGroupsCommand: () => SearchGroupsCommand,
|
|
602
|
+
SearchTopicsCommand: () => SearchTopicsCommand,
|
|
576
603
|
SectionBasedLayoutConfigurationFilterSensitiveLog: () => SectionBasedLayoutConfigurationFilterSensitiveLog,
|
|
577
604
|
SectionLayoutConfigurationFilterSensitiveLog: () => SectionLayoutConfigurationFilterSensitiveLog,
|
|
578
605
|
SectionPageBreakStatus: () => SectionPageBreakStatus,
|
|
@@ -593,6 +620,9 @@ __export(src_exports, {
|
|
|
593
620
|
SheetControlSliderType: () => SheetControlSliderType,
|
|
594
621
|
SheetDefinitionFilterSensitiveLog: () => SheetDefinitionFilterSensitiveLog,
|
|
595
622
|
SheetElementRenderingRuleFilterSensitiveLog: () => SheetElementRenderingRuleFilterSensitiveLog,
|
|
623
|
+
SheetFilterSensitiveLog: () => SheetFilterSensitiveLog,
|
|
624
|
+
SheetImageFilterSensitiveLog: () => SheetImageFilterSensitiveLog,
|
|
625
|
+
SheetImageScalingType: () => SheetImageScalingType,
|
|
596
626
|
SimpleAttributeAggregationFunction: () => SimpleAttributeAggregationFunction,
|
|
597
627
|
SimpleNumericalAggregationFunction: () => SimpleNumericalAggregationFunction,
|
|
598
628
|
SimpleTotalAggregationFunction: () => SimpleTotalAggregationFunction,
|
|
@@ -643,7 +673,9 @@ __export(src_exports, {
|
|
|
643
673
|
TagResourceCommand: () => TagResourceCommand,
|
|
644
674
|
TargetVisualOptions: () => TargetVisualOptions,
|
|
645
675
|
TemplateErrorType: () => TemplateErrorType,
|
|
676
|
+
TemplateFilterSensitiveLog: () => TemplateFilterSensitiveLog,
|
|
646
677
|
TemplateVersionDefinitionFilterSensitiveLog: () => TemplateVersionDefinitionFilterSensitiveLog,
|
|
678
|
+
TemplateVersionFilterSensitiveLog: () => TemplateVersionFilterSensitiveLog,
|
|
647
679
|
TextConditionalFormatFilterSensitiveLog: () => TextConditionalFormatFilterSensitiveLog,
|
|
648
680
|
TextQualifier: () => TextQualifier,
|
|
649
681
|
TextWrap: () => TextWrap,
|
|
@@ -666,7 +698,9 @@ __export(src_exports, {
|
|
|
666
698
|
TopicColumnFilterSensitiveLog: () => TopicColumnFilterSensitiveLog,
|
|
667
699
|
TopicDateRangeFilterFilterSensitiveLog: () => TopicDateRangeFilterFilterSensitiveLog,
|
|
668
700
|
TopicDetailsFilterSensitiveLog: () => TopicDetailsFilterSensitiveLog,
|
|
701
|
+
TopicFilterAttribute: () => TopicFilterAttribute,
|
|
669
702
|
TopicFilterFilterSensitiveLog: () => TopicFilterFilterSensitiveLog,
|
|
703
|
+
TopicFilterOperator: () => TopicFilterOperator,
|
|
670
704
|
TopicIRFilterFunction: () => TopicIRFilterFunction,
|
|
671
705
|
TopicIRFilterSensitiveLog: () => TopicIRFilterSensitiveLog,
|
|
672
706
|
TopicIRFilterType: () => TopicIRFilterType,
|
|
@@ -713,6 +747,7 @@ __export(src_exports, {
|
|
|
713
747
|
UpdateDashboardPermissionsCommand: () => UpdateDashboardPermissionsCommand,
|
|
714
748
|
UpdateDashboardPublishedVersionCommand: () => UpdateDashboardPublishedVersionCommand,
|
|
715
749
|
UpdateDashboardRequestFilterSensitiveLog: () => UpdateDashboardRequestFilterSensitiveLog,
|
|
750
|
+
UpdateDashboardsQAConfigurationCommand: () => UpdateDashboardsQAConfigurationCommand,
|
|
716
751
|
UpdateDataSetCommand: () => UpdateDataSetCommand,
|
|
717
752
|
UpdateDataSetPermissionsCommand: () => UpdateDataSetPermissionsCommand,
|
|
718
753
|
UpdateDataSetRequestFilterSensitiveLog: () => UpdateDataSetRequestFilterSensitiveLog,
|
|
@@ -809,7 +844,8 @@ __export(src_exports, {
|
|
|
809
844
|
paginateSearchDataSets: () => paginateSearchDataSets,
|
|
810
845
|
paginateSearchDataSources: () => paginateSearchDataSources,
|
|
811
846
|
paginateSearchFolders: () => paginateSearchFolders,
|
|
812
|
-
paginateSearchGroups: () => paginateSearchGroups
|
|
847
|
+
paginateSearchGroups: () => paginateSearchGroups,
|
|
848
|
+
paginateSearchTopics: () => paginateSearchTopics
|
|
813
849
|
});
|
|
814
850
|
module.exports = __toCommonJS(src_exports);
|
|
815
851
|
|
|
@@ -958,7 +994,7 @@ var QuickSightClient = _QuickSightClient;
|
|
|
958
994
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
959
995
|
|
|
960
996
|
|
|
961
|
-
// src/models/
|
|
997
|
+
// src/models/models_5.ts
|
|
962
998
|
|
|
963
999
|
|
|
964
1000
|
// src/models/models_2.ts
|
|
@@ -1095,6 +1131,32 @@ var AnalysisErrorType = {
|
|
|
1095
1131
|
PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
|
|
1096
1132
|
SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND"
|
|
1097
1133
|
};
|
|
1134
|
+
var SelectAllValueOptions = {
|
|
1135
|
+
ALL_VALUES: "ALL_VALUES"
|
|
1136
|
+
};
|
|
1137
|
+
var URLTargetConfiguration = {
|
|
1138
|
+
NEW_TAB: "NEW_TAB",
|
|
1139
|
+
NEW_WINDOW: "NEW_WINDOW",
|
|
1140
|
+
SAME_TAB: "SAME_TAB"
|
|
1141
|
+
};
|
|
1142
|
+
var WidgetStatus = {
|
|
1143
|
+
DISABLED: "DISABLED",
|
|
1144
|
+
ENABLED: "ENABLED"
|
|
1145
|
+
};
|
|
1146
|
+
var ImageCustomActionTrigger = {
|
|
1147
|
+
CLICK: "CLICK",
|
|
1148
|
+
MENU: "MENU"
|
|
1149
|
+
};
|
|
1150
|
+
var SheetImageScalingType = {
|
|
1151
|
+
SCALE_NONE: "SCALE_NONE",
|
|
1152
|
+
SCALE_TO_CONTAINER: "SCALE_TO_CONTAINER",
|
|
1153
|
+
SCALE_TO_HEIGHT: "SCALE_TO_HEIGHT",
|
|
1154
|
+
SCALE_TO_WIDTH: "SCALE_TO_WIDTH"
|
|
1155
|
+
};
|
|
1156
|
+
var Visibility = {
|
|
1157
|
+
HIDDEN: "HIDDEN",
|
|
1158
|
+
VISIBLE: "VISIBLE"
|
|
1159
|
+
};
|
|
1098
1160
|
var ResourceStatus = {
|
|
1099
1161
|
CREATION_FAILED: "CREATION_FAILED",
|
|
1100
1162
|
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
@@ -1151,10 +1213,6 @@ var NumericSeparatorSymbol = {
|
|
|
1151
1213
|
DOT: "DOT",
|
|
1152
1214
|
SPACE: "SPACE"
|
|
1153
1215
|
};
|
|
1154
|
-
var Visibility = {
|
|
1155
|
-
HIDDEN: "HIDDEN",
|
|
1156
|
-
VISIBLE: "VISIBLE"
|
|
1157
|
-
};
|
|
1158
1216
|
var ColumnRole = {
|
|
1159
1217
|
DIMENSION: "DIMENSION",
|
|
1160
1218
|
MEASURE: "MEASURE"
|
|
@@ -1224,10 +1282,6 @@ var NumericFilterSelectAllOptions = {
|
|
|
1224
1282
|
var AnchorOption = {
|
|
1225
1283
|
NOW: "NOW"
|
|
1226
1284
|
};
|
|
1227
|
-
var WidgetStatus = {
|
|
1228
|
-
DISABLED: "DISABLED",
|
|
1229
|
-
ENABLED: "ENABLED"
|
|
1230
|
-
};
|
|
1231
1285
|
var RelativeDateType = {
|
|
1232
1286
|
LAST: "LAST",
|
|
1233
1287
|
NEXT: "NEXT",
|
|
@@ -1262,6 +1316,7 @@ var QueryExecutionMode = {
|
|
|
1262
1316
|
};
|
|
1263
1317
|
var LayoutElementType = {
|
|
1264
1318
|
FILTER_CONTROL: "FILTER_CONTROL",
|
|
1319
|
+
IMAGE: "IMAGE",
|
|
1265
1320
|
PARAMETER_CONTROL: "PARAMETER_CONTROL",
|
|
1266
1321
|
TEXT_BOX: "TEXT_BOX",
|
|
1267
1322
|
VISUAL: "VISUAL"
|
|
@@ -1276,14 +1331,6 @@ var SelectedFieldOptions = {
|
|
|
1276
1331
|
var TargetVisualOptions = {
|
|
1277
1332
|
ALL_VISUALS: "ALL_VISUALS"
|
|
1278
1333
|
};
|
|
1279
|
-
var SelectAllValueOptions = {
|
|
1280
|
-
ALL_VALUES: "ALL_VALUES"
|
|
1281
|
-
};
|
|
1282
|
-
var URLTargetConfiguration = {
|
|
1283
|
-
NEW_TAB: "NEW_TAB",
|
|
1284
|
-
NEW_WINDOW: "NEW_WINDOW",
|
|
1285
|
-
SAME_TAB: "SAME_TAB"
|
|
1286
|
-
};
|
|
1287
1334
|
var VisualCustomActionTrigger = {
|
|
1288
1335
|
DATA_POINT_CLICK: "DATA_POINT_CLICK",
|
|
1289
1336
|
DATA_POINT_MENU: "DATA_POINT_MENU"
|
|
@@ -1341,30 +1388,53 @@ var ReferenceLineLabelVerticalPosition = {
|
|
|
1341
1388
|
ABOVE: "ABOVE",
|
|
1342
1389
|
BELOW: "BELOW"
|
|
1343
1390
|
};
|
|
1344
|
-
var
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
}
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1391
|
+
var CustomParameterValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1392
|
+
...obj,
|
|
1393
|
+
...obj.StringValues && { StringValues: import_smithy_client.SENSITIVE_STRING },
|
|
1394
|
+
...obj.IntegerValues && { IntegerValues: import_smithy_client.SENSITIVE_STRING },
|
|
1395
|
+
...obj.DecimalValues && { DecimalValues: import_smithy_client.SENSITIVE_STRING },
|
|
1396
|
+
...obj.DateTimeValues && { DateTimeValues: import_smithy_client.SENSITIVE_STRING }
|
|
1397
|
+
}), "CustomParameterValuesFilterSensitiveLog");
|
|
1398
|
+
var CustomValuesConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1399
|
+
...obj,
|
|
1400
|
+
...obj.CustomValues && { CustomValues: CustomParameterValuesFilterSensitiveLog(obj.CustomValues) }
|
|
1401
|
+
}), "CustomValuesConfigurationFilterSensitiveLog");
|
|
1402
|
+
var DestinationParameterValueConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1403
|
+
...obj,
|
|
1404
|
+
...obj.CustomValuesConfiguration && {
|
|
1405
|
+
CustomValuesConfiguration: CustomValuesConfigurationFilterSensitiveLog(obj.CustomValuesConfiguration)
|
|
1406
|
+
}
|
|
1407
|
+
}), "DestinationParameterValueConfigurationFilterSensitiveLog");
|
|
1408
|
+
var SetParameterValueConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1409
|
+
...obj,
|
|
1410
|
+
...obj.Value && { Value: DestinationParameterValueConfigurationFilterSensitiveLog(obj.Value) }
|
|
1411
|
+
}), "SetParameterValueConfigurationFilterSensitiveLog");
|
|
1412
|
+
var CustomActionSetParametersOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1413
|
+
...obj,
|
|
1414
|
+
...obj.ParameterValueConfigurations && {
|
|
1415
|
+
ParameterValueConfigurations: obj.ParameterValueConfigurations.map(
|
|
1416
|
+
(item) => SetParameterValueConfigurationFilterSensitiveLog(item)
|
|
1417
|
+
)
|
|
1418
|
+
}
|
|
1419
|
+
}), "CustomActionSetParametersOperationFilterSensitiveLog");
|
|
1420
|
+
var ImageCustomActionOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1421
|
+
...obj,
|
|
1422
|
+
...obj.SetParametersOperation && {
|
|
1423
|
+
SetParametersOperation: CustomActionSetParametersOperationFilterSensitiveLog(obj.SetParametersOperation)
|
|
1424
|
+
}
|
|
1425
|
+
}), "ImageCustomActionOperationFilterSensitiveLog");
|
|
1426
|
+
var ImageCustomActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1427
|
+
...obj
|
|
1428
|
+
}), "ImageCustomActionFilterSensitiveLog");
|
|
1429
|
+
var SheetImageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1430
|
+
...obj
|
|
1431
|
+
}), "SheetImageFilterSensitiveLog");
|
|
1432
|
+
var SheetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1433
|
+
...obj
|
|
1434
|
+
}), "SheetFilterSensitiveLog");
|
|
1435
|
+
var AnalysisFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1436
|
+
...obj
|
|
1437
|
+
}), "AnalysisFilterSensitiveLog");
|
|
1368
1438
|
var CalculatedFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1369
1439
|
...obj,
|
|
1370
1440
|
...obj.Expression && { Expression: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1607,35 +1677,6 @@ var LayoutConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1607
1677
|
var LayoutFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1608
1678
|
...obj
|
|
1609
1679
|
}), "LayoutFilterSensitiveLog");
|
|
1610
|
-
var CustomParameterValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1611
|
-
...obj,
|
|
1612
|
-
...obj.StringValues && { StringValues: import_smithy_client.SENSITIVE_STRING },
|
|
1613
|
-
...obj.IntegerValues && { IntegerValues: import_smithy_client.SENSITIVE_STRING },
|
|
1614
|
-
...obj.DecimalValues && { DecimalValues: import_smithy_client.SENSITIVE_STRING },
|
|
1615
|
-
...obj.DateTimeValues && { DateTimeValues: import_smithy_client.SENSITIVE_STRING }
|
|
1616
|
-
}), "CustomParameterValuesFilterSensitiveLog");
|
|
1617
|
-
var CustomValuesConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1618
|
-
...obj,
|
|
1619
|
-
...obj.CustomValues && { CustomValues: CustomParameterValuesFilterSensitiveLog(obj.CustomValues) }
|
|
1620
|
-
}), "CustomValuesConfigurationFilterSensitiveLog");
|
|
1621
|
-
var DestinationParameterValueConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1622
|
-
...obj,
|
|
1623
|
-
...obj.CustomValuesConfiguration && {
|
|
1624
|
-
CustomValuesConfiguration: CustomValuesConfigurationFilterSensitiveLog(obj.CustomValuesConfiguration)
|
|
1625
|
-
}
|
|
1626
|
-
}), "DestinationParameterValueConfigurationFilterSensitiveLog");
|
|
1627
|
-
var SetParameterValueConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1628
|
-
...obj,
|
|
1629
|
-
...obj.Value && { Value: DestinationParameterValueConfigurationFilterSensitiveLog(obj.Value) }
|
|
1630
|
-
}), "SetParameterValueConfigurationFilterSensitiveLog");
|
|
1631
|
-
var CustomActionSetParametersOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1632
|
-
...obj,
|
|
1633
|
-
...obj.ParameterValueConfigurations && {
|
|
1634
|
-
ParameterValueConfigurations: obj.ParameterValueConfigurations.map(
|
|
1635
|
-
(item) => SetParameterValueConfigurationFilterSensitiveLog(item)
|
|
1636
|
-
)
|
|
1637
|
-
}
|
|
1638
|
-
}), "CustomActionSetParametersOperationFilterSensitiveLog");
|
|
1639
1680
|
var VisualCustomActionOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1640
1681
|
...obj,
|
|
1641
1682
|
...obj.SetParametersOperation && {
|
|
@@ -1733,24 +1774,33 @@ var ReferenceLineValueLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __n
|
|
|
1733
1774
|
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration)
|
|
1734
1775
|
}
|
|
1735
1776
|
}), "ReferenceLineValueLabelConfigurationFilterSensitiveLog");
|
|
1736
|
-
var ReferenceLineLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1737
|
-
...obj,
|
|
1738
|
-
...obj.ValueLabelConfiguration && {
|
|
1739
|
-
ValueLabelConfiguration: ReferenceLineValueLabelConfigurationFilterSensitiveLog(obj.ValueLabelConfiguration)
|
|
1740
|
-
}
|
|
1741
|
-
}), "ReferenceLineLabelConfigurationFilterSensitiveLog");
|
|
1742
|
-
var ReferenceLineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1743
|
-
...obj,
|
|
1744
|
-
...obj.DataConfiguration && {
|
|
1745
|
-
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration)
|
|
1746
|
-
},
|
|
1747
|
-
...obj.LabelConfiguration && {
|
|
1748
|
-
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration)
|
|
1749
|
-
}
|
|
1750
|
-
}), "ReferenceLineFilterSensitiveLog");
|
|
1751
1777
|
|
|
1752
1778
|
// src/models/models_1.ts
|
|
1753
1779
|
|
|
1780
|
+
var ReferenceLinePatternType = {
|
|
1781
|
+
DASHED: "DASHED",
|
|
1782
|
+
DOTTED: "DOTTED",
|
|
1783
|
+
SOLID: "SOLID"
|
|
1784
|
+
};
|
|
1785
|
+
var PanelBorderStyle = {
|
|
1786
|
+
DASHED: "DASHED",
|
|
1787
|
+
DOTTED: "DOTTED",
|
|
1788
|
+
SOLID: "SOLID"
|
|
1789
|
+
};
|
|
1790
|
+
var HorizontalTextAlignment = {
|
|
1791
|
+
AUTO: "AUTO",
|
|
1792
|
+
CENTER: "CENTER",
|
|
1793
|
+
LEFT: "LEFT",
|
|
1794
|
+
RIGHT: "RIGHT"
|
|
1795
|
+
};
|
|
1796
|
+
var SmallMultiplesAxisPlacement = {
|
|
1797
|
+
INSIDE: "INSIDE",
|
|
1798
|
+
OUTSIDE: "OUTSIDE"
|
|
1799
|
+
};
|
|
1800
|
+
var SmallMultiplesAxisScale = {
|
|
1801
|
+
INDEPENDENT: "INDEPENDENT",
|
|
1802
|
+
SHARED: "SHARED"
|
|
1803
|
+
};
|
|
1754
1804
|
var OtherCategories = {
|
|
1755
1805
|
EXCLUDE: "EXCLUDE",
|
|
1756
1806
|
INCLUDE: "INCLUDE"
|
|
@@ -1904,6 +1954,23 @@ var KPIVisualStandardLayoutType = {
|
|
|
1904
1954
|
CLASSIC: "CLASSIC",
|
|
1905
1955
|
VERTICAL: "VERTICAL"
|
|
1906
1956
|
};
|
|
1957
|
+
var LayerCustomActionTrigger = {
|
|
1958
|
+
DATA_POINT_CLICK: "DATA_POINT_CLICK",
|
|
1959
|
+
DATA_POINT_MENU: "DATA_POINT_MENU"
|
|
1960
|
+
};
|
|
1961
|
+
var GeospatialColorState = {
|
|
1962
|
+
DISABLED: "DISABLED",
|
|
1963
|
+
ENABLED: "ENABLED"
|
|
1964
|
+
};
|
|
1965
|
+
var GeospatialLayerType = {
|
|
1966
|
+
LINE: "LINE",
|
|
1967
|
+
POINT: "POINT",
|
|
1968
|
+
POLYGON: "POLYGON"
|
|
1969
|
+
};
|
|
1970
|
+
var GeospatialMapNavigation = {
|
|
1971
|
+
DISABLED: "DISABLED",
|
|
1972
|
+
ENABLED: "ENABLED"
|
|
1973
|
+
};
|
|
1907
1974
|
var LineInterpolation = {
|
|
1908
1975
|
LINEAR: "LINEAR",
|
|
1909
1976
|
SMOOTH: "SMOOTH",
|
|
@@ -1995,27 +2062,25 @@ var PivotTableConditionalFormattingScopeRole = {
|
|
|
1995
2062
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
1996
2063
|
GRAND_TOTAL: "GRAND_TOTAL"
|
|
1997
2064
|
};
|
|
1998
|
-
var
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
SHARED: "SHARED"
|
|
2002
|
-
};
|
|
2003
|
-
var RadarChartShape = {
|
|
2004
|
-
CIRCLE: "CIRCLE",
|
|
2005
|
-
POLYGON: "POLYGON"
|
|
2006
|
-
};
|
|
2007
|
-
var TableCellImageScalingConfiguration = {
|
|
2008
|
-
DO_NOT_SCALE: "DO_NOT_SCALE",
|
|
2009
|
-
FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT",
|
|
2010
|
-
FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH"
|
|
2011
|
-
};
|
|
2012
|
-
var TableFieldIconSetType = {
|
|
2013
|
-
LINK: "LINK"
|
|
2014
|
-
};
|
|
2015
|
-
var TableOrientation = {
|
|
2016
|
-
HORIZONTAL: "HORIZONTAL",
|
|
2017
|
-
VERTICAL: "VERTICAL"
|
|
2065
|
+
var PluginVisualAxisName = {
|
|
2066
|
+
GROUP_BY: "GROUP_BY",
|
|
2067
|
+
VALUE: "VALUE"
|
|
2018
2068
|
};
|
|
2069
|
+
var ReferenceLineLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2070
|
+
...obj,
|
|
2071
|
+
...obj.ValueLabelConfiguration && {
|
|
2072
|
+
ValueLabelConfiguration: ReferenceLineValueLabelConfigurationFilterSensitiveLog(obj.ValueLabelConfiguration)
|
|
2073
|
+
}
|
|
2074
|
+
}), "ReferenceLineLabelConfigurationFilterSensitiveLog");
|
|
2075
|
+
var ReferenceLineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2076
|
+
...obj,
|
|
2077
|
+
...obj.DataConfiguration && {
|
|
2078
|
+
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration)
|
|
2079
|
+
},
|
|
2080
|
+
...obj.LabelConfiguration && {
|
|
2081
|
+
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration)
|
|
2082
|
+
}
|
|
2083
|
+
}), "ReferenceLineFilterSensitiveLog");
|
|
2019
2084
|
var DataPathValueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2020
2085
|
...obj,
|
|
2021
2086
|
...obj.FieldValue && { FieldValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2403,6 +2468,45 @@ var KPIVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2403
2468
|
ConditionalFormatting: KPIConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
2404
2469
|
}
|
|
2405
2470
|
}), "KPIVisualFilterSensitiveLog");
|
|
2471
|
+
var LayerCustomActionOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2472
|
+
...obj,
|
|
2473
|
+
...obj.SetParametersOperation && {
|
|
2474
|
+
SetParametersOperation: CustomActionSetParametersOperationFilterSensitiveLog(obj.SetParametersOperation)
|
|
2475
|
+
}
|
|
2476
|
+
}), "LayerCustomActionOperationFilterSensitiveLog");
|
|
2477
|
+
var LayerCustomActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2478
|
+
...obj
|
|
2479
|
+
}), "LayerCustomActionFilterSensitiveLog");
|
|
2480
|
+
var GeospatialLayerColorFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2481
|
+
...obj,
|
|
2482
|
+
...obj.ColorValuesFields && {
|
|
2483
|
+
ColorValuesFields: obj.ColorValuesFields.map((item) => MeasureFieldFilterSensitiveLog(item))
|
|
2484
|
+
}
|
|
2485
|
+
}), "GeospatialLayerColorFieldFilterSensitiveLog");
|
|
2486
|
+
var UnaggregatedFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2487
|
+
...obj,
|
|
2488
|
+
...obj.FormatConfiguration && {
|
|
2489
|
+
FormatConfiguration: FormatConfigurationFilterSensitiveLog(obj.FormatConfiguration)
|
|
2490
|
+
}
|
|
2491
|
+
}), "UnaggregatedFieldFilterSensitiveLog");
|
|
2492
|
+
var GeospatialLayerJoinDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2493
|
+
...obj,
|
|
2494
|
+
...obj.DatasetKeyField && { DatasetKeyField: UnaggregatedFieldFilterSensitiveLog(obj.DatasetKeyField) }
|
|
2495
|
+
}), "GeospatialLayerJoinDefinitionFilterSensitiveLog");
|
|
2496
|
+
var GeospatialLayerItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2497
|
+
...obj,
|
|
2498
|
+
...obj.JoinDefinition && { JoinDefinition: GeospatialLayerJoinDefinitionFilterSensitiveLog(obj.JoinDefinition) }
|
|
2499
|
+
}), "GeospatialLayerItemFilterSensitiveLog");
|
|
2500
|
+
var GeospatialLayerMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2501
|
+
...obj,
|
|
2502
|
+
...obj.MapLayers && { MapLayers: obj.MapLayers.map((item) => GeospatialLayerItemFilterSensitiveLog(item)) }
|
|
2503
|
+
}), "GeospatialLayerMapConfigurationFilterSensitiveLog");
|
|
2504
|
+
var LayerMapVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2505
|
+
...obj,
|
|
2506
|
+
...obj.ChartConfiguration && {
|
|
2507
|
+
ChartConfiguration: GeospatialLayerMapConfigurationFilterSensitiveLog(obj.ChartConfiguration)
|
|
2508
|
+
}
|
|
2509
|
+
}), "LayerMapVisualFilterSensitiveLog");
|
|
2406
2510
|
var LineChartAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2407
2511
|
...obj,
|
|
2408
2512
|
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
@@ -2517,125 +2621,34 @@ var PivotTableVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2517
2621
|
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
2518
2622
|
}
|
|
2519
2623
|
}), "PivotTableVisualFilterSensitiveLog");
|
|
2520
|
-
var
|
|
2521
|
-
...obj,
|
|
2522
|
-
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
2523
|
-
}), "RadarChartAggregatedFieldWellsFilterSensitiveLog");
|
|
2524
|
-
var RadarChartFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2525
|
-
...obj
|
|
2526
|
-
}), "RadarChartFieldWellsFilterSensitiveLog");
|
|
2527
|
-
var RadarChartConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2624
|
+
var PluginVisualFieldWellFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2528
2625
|
...obj,
|
|
2529
|
-
...obj.
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
...obj
|
|
2533
|
-
}), "RadarChartVisualFilterSensitiveLog");
|
|
2534
|
-
var SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2535
|
-
...obj,
|
|
2536
|
-
...obj.Weight && { Weight: obj.Weight.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
2537
|
-
}), "SankeyDiagramAggregatedFieldWellsFilterSensitiveLog");
|
|
2538
|
-
var SankeyDiagramFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2539
|
-
...obj
|
|
2540
|
-
}), "SankeyDiagramFieldWellsFilterSensitiveLog");
|
|
2541
|
-
var SankeyDiagramChartConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2542
|
-
...obj,
|
|
2543
|
-
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
|
|
2544
|
-
}), "SankeyDiagramChartConfigurationFilterSensitiveLog");
|
|
2545
|
-
var SankeyDiagramVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2546
|
-
...obj
|
|
2547
|
-
}), "SankeyDiagramVisualFilterSensitiveLog");
|
|
2548
|
-
var ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2549
|
-
...obj,
|
|
2550
|
-
...obj.XAxis && { XAxis: obj.XAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
2551
|
-
...obj.YAxis && { YAxis: obj.YAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
2552
|
-
...obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
2553
|
-
}), "ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog");
|
|
2554
|
-
var ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2555
|
-
...obj,
|
|
2556
|
-
...obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
2557
|
-
}), "ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog");
|
|
2558
|
-
var ScatterPlotFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2559
|
-
...obj,
|
|
2560
|
-
...obj.ScatterPlotCategoricallyAggregatedFieldWells && {
|
|
2561
|
-
ScatterPlotCategoricallyAggregatedFieldWells: ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog(
|
|
2562
|
-
obj.ScatterPlotCategoricallyAggregatedFieldWells
|
|
2563
|
-
)
|
|
2564
|
-
}
|
|
2565
|
-
}), "ScatterPlotFieldWellsFilterSensitiveLog");
|
|
2566
|
-
var ScatterPlotConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2567
|
-
...obj,
|
|
2568
|
-
...obj.FieldWells && { FieldWells: ScatterPlotFieldWellsFilterSensitiveLog(obj.FieldWells) },
|
|
2569
|
-
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) },
|
|
2570
|
-
...obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }
|
|
2571
|
-
}), "ScatterPlotConfigurationFilterSensitiveLog");
|
|
2572
|
-
var ScatterPlotVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2573
|
-
...obj,
|
|
2574
|
-
...obj.ChartConfiguration && {
|
|
2575
|
-
ChartConfiguration: ScatterPlotConfigurationFilterSensitiveLog(obj.ChartConfiguration)
|
|
2576
|
-
}
|
|
2577
|
-
}), "ScatterPlotVisualFilterSensitiveLog");
|
|
2578
|
-
var TableAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2579
|
-
...obj,
|
|
2580
|
-
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
2581
|
-
}), "TableAggregatedFieldWellsFilterSensitiveLog");
|
|
2582
|
-
var UnaggregatedFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2583
|
-
...obj,
|
|
2584
|
-
...obj.FormatConfiguration && {
|
|
2585
|
-
FormatConfiguration: FormatConfigurationFilterSensitiveLog(obj.FormatConfiguration)
|
|
2586
|
-
}
|
|
2587
|
-
}), "UnaggregatedFieldFilterSensitiveLog");
|
|
2588
|
-
var TableUnaggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2589
|
-
...obj,
|
|
2590
|
-
...obj.Values && { Values: obj.Values.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }
|
|
2591
|
-
}), "TableUnaggregatedFieldWellsFilterSensitiveLog");
|
|
2592
|
-
var TableFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2593
|
-
...obj,
|
|
2594
|
-
...obj.TableUnaggregatedFieldWells && {
|
|
2595
|
-
TableUnaggregatedFieldWells: TableUnaggregatedFieldWellsFilterSensitiveLog(obj.TableUnaggregatedFieldWells)
|
|
2596
|
-
}
|
|
2597
|
-
}), "TableFieldWellsFilterSensitiveLog");
|
|
2598
|
-
var TableConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2599
|
-
...obj
|
|
2600
|
-
}), "TableConfigurationFilterSensitiveLog");
|
|
2601
|
-
var TableCellConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2602
|
-
...obj,
|
|
2603
|
-
...obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }
|
|
2604
|
-
}), "TableCellConditionalFormattingFilterSensitiveLog");
|
|
2605
|
-
var TableRowConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2606
|
-
...obj,
|
|
2607
|
-
...obj.BackgroundColor && { BackgroundColor: ConditionalFormattingColorFilterSensitiveLog(obj.BackgroundColor) },
|
|
2608
|
-
...obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) }
|
|
2609
|
-
}), "TableRowConditionalFormattingFilterSensitiveLog");
|
|
2610
|
-
var TableConditionalFormattingOptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2611
|
-
...obj,
|
|
2612
|
-
...obj.Cell && { Cell: TableCellConditionalFormattingFilterSensitiveLog(obj.Cell) },
|
|
2613
|
-
...obj.Row && { Row: TableRowConditionalFormattingFilterSensitiveLog(obj.Row) }
|
|
2614
|
-
}), "TableConditionalFormattingOptionFilterSensitiveLog");
|
|
2615
|
-
var TableConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2616
|
-
...obj,
|
|
2617
|
-
...obj.ConditionalFormattingOptions && {
|
|
2618
|
-
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map(
|
|
2619
|
-
(item) => TableConditionalFormattingOptionFilterSensitiveLog(item)
|
|
2620
|
-
)
|
|
2621
|
-
}
|
|
2622
|
-
}), "TableConditionalFormattingFilterSensitiveLog");
|
|
2623
|
-
var TableVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2624
|
-
...obj,
|
|
2625
|
-
...obj.ConditionalFormatting && {
|
|
2626
|
-
ConditionalFormatting: TableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
2627
|
-
}
|
|
2628
|
-
}), "TableVisualFilterSensitiveLog");
|
|
2629
|
-
var TreeMapAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2630
|
-
...obj,
|
|
2631
|
-
...obj.Sizes && { Sizes: obj.Sizes.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
2632
|
-
...obj.Colors && { Colors: obj.Colors.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
2633
|
-
}), "TreeMapAggregatedFieldWellsFilterSensitiveLog");
|
|
2634
|
-
var TreeMapFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2635
|
-
...obj
|
|
2636
|
-
}), "TreeMapFieldWellsFilterSensitiveLog");
|
|
2626
|
+
...obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
2627
|
+
...obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }
|
|
2628
|
+
}), "PluginVisualFieldWellFilterSensitiveLog");
|
|
2637
2629
|
|
|
2638
2630
|
// src/models/models_2.ts
|
|
2631
|
+
var RadarChartAxesRangeScale = {
|
|
2632
|
+
AUTO: "AUTO",
|
|
2633
|
+
INDEPENDENT: "INDEPENDENT",
|
|
2634
|
+
SHARED: "SHARED"
|
|
2635
|
+
};
|
|
2636
|
+
var RadarChartShape = {
|
|
2637
|
+
CIRCLE: "CIRCLE",
|
|
2638
|
+
POLYGON: "POLYGON"
|
|
2639
|
+
};
|
|
2640
|
+
var TableCellImageScalingConfiguration = {
|
|
2641
|
+
DO_NOT_SCALE: "DO_NOT_SCALE",
|
|
2642
|
+
FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT",
|
|
2643
|
+
FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH"
|
|
2644
|
+
};
|
|
2645
|
+
var TableFieldIconSetType = {
|
|
2646
|
+
LINK: "LINK"
|
|
2647
|
+
};
|
|
2648
|
+
var TableOrientation = {
|
|
2649
|
+
HORIZONTAL: "HORIZONTAL",
|
|
2650
|
+
VERTICAL: "VERTICAL"
|
|
2651
|
+
};
|
|
2639
2652
|
var WordCloudCloudLayout = {
|
|
2640
2653
|
FLUID: "FLUID",
|
|
2641
2654
|
NORMAL: "NORMAL"
|
|
@@ -3122,174 +3135,123 @@ var ColumnDataRole = {
|
|
|
3122
3135
|
var GeoSpatialCountryCode = {
|
|
3123
3136
|
US: "US"
|
|
3124
3137
|
};
|
|
3125
|
-
var
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
var
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
|
-
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
});
|
|
3176
|
-
this.name = "ResourceUnavailableException";
|
|
3177
|
-
this.$fault = "server";
|
|
3178
|
-
Object.setPrototypeOf(this, _ResourceUnavailableException.prototype);
|
|
3179
|
-
this.Message = opts.Message;
|
|
3180
|
-
this.ResourceType = opts.ResourceType;
|
|
3181
|
-
this.RequestId = opts.RequestId;
|
|
3138
|
+
var PluginVisualConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3139
|
+
...obj
|
|
3140
|
+
}), "PluginVisualConfigurationFilterSensitiveLog");
|
|
3141
|
+
var PluginVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3142
|
+
...obj
|
|
3143
|
+
}), "PluginVisualFilterSensitiveLog");
|
|
3144
|
+
var RadarChartAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3145
|
+
...obj,
|
|
3146
|
+
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3147
|
+
}), "RadarChartAggregatedFieldWellsFilterSensitiveLog");
|
|
3148
|
+
var RadarChartFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3149
|
+
...obj
|
|
3150
|
+
}), "RadarChartFieldWellsFilterSensitiveLog");
|
|
3151
|
+
var RadarChartConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3152
|
+
...obj,
|
|
3153
|
+
...obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }
|
|
3154
|
+
}), "RadarChartConfigurationFilterSensitiveLog");
|
|
3155
|
+
var RadarChartVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3156
|
+
...obj
|
|
3157
|
+
}), "RadarChartVisualFilterSensitiveLog");
|
|
3158
|
+
var SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3159
|
+
...obj,
|
|
3160
|
+
...obj.Weight && { Weight: obj.Weight.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3161
|
+
}), "SankeyDiagramAggregatedFieldWellsFilterSensitiveLog");
|
|
3162
|
+
var SankeyDiagramFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3163
|
+
...obj
|
|
3164
|
+
}), "SankeyDiagramFieldWellsFilterSensitiveLog");
|
|
3165
|
+
var SankeyDiagramChartConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3166
|
+
...obj,
|
|
3167
|
+
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
|
|
3168
|
+
}), "SankeyDiagramChartConfigurationFilterSensitiveLog");
|
|
3169
|
+
var SankeyDiagramVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3170
|
+
...obj
|
|
3171
|
+
}), "SankeyDiagramVisualFilterSensitiveLog");
|
|
3172
|
+
var ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3173
|
+
...obj,
|
|
3174
|
+
...obj.XAxis && { XAxis: obj.XAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
3175
|
+
...obj.YAxis && { YAxis: obj.YAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
3176
|
+
...obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3177
|
+
}), "ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog");
|
|
3178
|
+
var ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3179
|
+
...obj,
|
|
3180
|
+
...obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3181
|
+
}), "ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog");
|
|
3182
|
+
var ScatterPlotFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3183
|
+
...obj,
|
|
3184
|
+
...obj.ScatterPlotCategoricallyAggregatedFieldWells && {
|
|
3185
|
+
ScatterPlotCategoricallyAggregatedFieldWells: ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog(
|
|
3186
|
+
obj.ScatterPlotCategoricallyAggregatedFieldWells
|
|
3187
|
+
)
|
|
3182
3188
|
}
|
|
3183
|
-
};
|
|
3184
|
-
__name(
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
...opts
|
|
3195
|
-
});
|
|
3196
|
-
this.name = "PreconditionNotMetException";
|
|
3197
|
-
this.$fault = "client";
|
|
3198
|
-
Object.setPrototypeOf(this, _PreconditionNotMetException.prototype);
|
|
3199
|
-
this.Message = opts.Message;
|
|
3200
|
-
this.RequestId = opts.RequestId;
|
|
3189
|
+
}), "ScatterPlotFieldWellsFilterSensitiveLog");
|
|
3190
|
+
var ScatterPlotConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3191
|
+
...obj,
|
|
3192
|
+
...obj.FieldWells && { FieldWells: ScatterPlotFieldWellsFilterSensitiveLog(obj.FieldWells) },
|
|
3193
|
+
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) },
|
|
3194
|
+
...obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }
|
|
3195
|
+
}), "ScatterPlotConfigurationFilterSensitiveLog");
|
|
3196
|
+
var ScatterPlotVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3197
|
+
...obj,
|
|
3198
|
+
...obj.ChartConfiguration && {
|
|
3199
|
+
ChartConfiguration: ScatterPlotConfigurationFilterSensitiveLog(obj.ChartConfiguration)
|
|
3201
3200
|
}
|
|
3202
|
-
};
|
|
3203
|
-
__name(
|
|
3204
|
-
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
name: "LimitExceededException",
|
|
3216
|
-
$fault: "client",
|
|
3217
|
-
...opts
|
|
3218
|
-
});
|
|
3219
|
-
this.name = "LimitExceededException";
|
|
3220
|
-
this.$fault = "client";
|
|
3221
|
-
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
3222
|
-
this.Message = opts.Message;
|
|
3223
|
-
this.ResourceType = opts.ResourceType;
|
|
3224
|
-
this.RequestId = opts.RequestId;
|
|
3225
|
-
}
|
|
3226
|
-
};
|
|
3227
|
-
__name(_LimitExceededException, "LimitExceededException");
|
|
3228
|
-
var LimitExceededException = _LimitExceededException;
|
|
3229
|
-
var _UnsupportedUserEditionException = class _UnsupportedUserEditionException extends QuickSightServiceException {
|
|
3230
|
-
/**
|
|
3231
|
-
* @internal
|
|
3232
|
-
*/
|
|
3233
|
-
constructor(opts) {
|
|
3234
|
-
super({
|
|
3235
|
-
name: "UnsupportedUserEditionException",
|
|
3236
|
-
$fault: "client",
|
|
3237
|
-
...opts
|
|
3238
|
-
});
|
|
3239
|
-
this.name = "UnsupportedUserEditionException";
|
|
3240
|
-
this.$fault = "client";
|
|
3241
|
-
Object.setPrototypeOf(this, _UnsupportedUserEditionException.prototype);
|
|
3242
|
-
this.Message = opts.Message;
|
|
3243
|
-
this.RequestId = opts.RequestId;
|
|
3201
|
+
}), "ScatterPlotVisualFilterSensitiveLog");
|
|
3202
|
+
var TableAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3203
|
+
...obj,
|
|
3204
|
+
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3205
|
+
}), "TableAggregatedFieldWellsFilterSensitiveLog");
|
|
3206
|
+
var TableUnaggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3207
|
+
...obj,
|
|
3208
|
+
...obj.Values && { Values: obj.Values.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }
|
|
3209
|
+
}), "TableUnaggregatedFieldWellsFilterSensitiveLog");
|
|
3210
|
+
var TableFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3211
|
+
...obj,
|
|
3212
|
+
...obj.TableUnaggregatedFieldWells && {
|
|
3213
|
+
TableUnaggregatedFieldWells: TableUnaggregatedFieldWellsFilterSensitiveLog(obj.TableUnaggregatedFieldWells)
|
|
3244
3214
|
}
|
|
3245
|
-
};
|
|
3246
|
-
__name(
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3215
|
+
}), "TableFieldWellsFilterSensitiveLog");
|
|
3216
|
+
var TableConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3217
|
+
...obj
|
|
3218
|
+
}), "TableConfigurationFilterSensitiveLog");
|
|
3219
|
+
var TableCellConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3220
|
+
...obj,
|
|
3221
|
+
...obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }
|
|
3222
|
+
}), "TableCellConditionalFormattingFilterSensitiveLog");
|
|
3223
|
+
var TableRowConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3224
|
+
...obj,
|
|
3225
|
+
...obj.BackgroundColor && { BackgroundColor: ConditionalFormattingColorFilterSensitiveLog(obj.BackgroundColor) },
|
|
3226
|
+
...obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) }
|
|
3227
|
+
}), "TableRowConditionalFormattingFilterSensitiveLog");
|
|
3228
|
+
var TableConditionalFormattingOptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3229
|
+
...obj,
|
|
3230
|
+
...obj.Cell && { Cell: TableCellConditionalFormattingFilterSensitiveLog(obj.Cell) },
|
|
3231
|
+
...obj.Row && { Row: TableRowConditionalFormattingFilterSensitiveLog(obj.Row) }
|
|
3232
|
+
}), "TableConditionalFormattingOptionFilterSensitiveLog");
|
|
3233
|
+
var TableConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3234
|
+
...obj,
|
|
3235
|
+
...obj.ConditionalFormattingOptions && {
|
|
3236
|
+
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map(
|
|
3237
|
+
(item) => TableConditionalFormattingOptionFilterSensitiveLog(item)
|
|
3238
|
+
)
|
|
3262
3239
|
}
|
|
3263
|
-
};
|
|
3264
|
-
__name(
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
* @internal
|
|
3269
|
-
*/
|
|
3270
|
-
constructor(opts) {
|
|
3271
|
-
super({
|
|
3272
|
-
name: "InvalidRequestException",
|
|
3273
|
-
$fault: "client",
|
|
3274
|
-
...opts
|
|
3275
|
-
});
|
|
3276
|
-
this.name = "InvalidRequestException";
|
|
3277
|
-
this.$fault = "client";
|
|
3278
|
-
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
3279
|
-
this.Message = opts.Message;
|
|
3280
|
-
this.RequestId = opts.RequestId;
|
|
3240
|
+
}), "TableConditionalFormattingFilterSensitiveLog");
|
|
3241
|
+
var TableVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3242
|
+
...obj,
|
|
3243
|
+
...obj.ConditionalFormatting && {
|
|
3244
|
+
ConditionalFormatting: TableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
3281
3245
|
}
|
|
3282
|
-
};
|
|
3283
|
-
__name(
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
SINGLE_VALUED: "SINGLE_VALUED"
|
|
3292
|
-
};
|
|
3246
|
+
}), "TableVisualFilterSensitiveLog");
|
|
3247
|
+
var TreeMapAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3248
|
+
...obj,
|
|
3249
|
+
...obj.Sizes && { Sizes: obj.Sizes.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
3250
|
+
...obj.Colors && { Colors: obj.Colors.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3251
|
+
}), "TreeMapAggregatedFieldWellsFilterSensitiveLog");
|
|
3252
|
+
var TreeMapFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3253
|
+
...obj
|
|
3254
|
+
}), "TreeMapFieldWellsFilterSensitiveLog");
|
|
3293
3255
|
var TreeMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3294
3256
|
...obj,
|
|
3295
3257
|
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
|
|
@@ -3329,6 +3291,7 @@ var VisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3329
3291
|
...obj,
|
|
3330
3292
|
...obj.KPIVisual && { KPIVisual: KPIVisualFilterSensitiveLog(obj.KPIVisual) },
|
|
3331
3293
|
...obj.GaugeChartVisual && { GaugeChartVisual: GaugeChartVisualFilterSensitiveLog(obj.GaugeChartVisual) },
|
|
3294
|
+
...obj.LayerMapVisual && { LayerMapVisual: LayerMapVisualFilterSensitiveLog(obj.LayerMapVisual) },
|
|
3332
3295
|
...obj.ScatterPlotVisual && { ScatterPlotVisual: ScatterPlotVisualFilterSensitiveLog(obj.ScatterPlotVisual) },
|
|
3333
3296
|
...obj.HistogramVisual && { HistogramVisual: HistogramVisualFilterSensitiveLog(obj.HistogramVisual) },
|
|
3334
3297
|
...obj.InsightVisual && { InsightVisual: InsightVisualFilterSensitiveLog(obj.InsightVisual) }
|
|
@@ -3403,68 +3366,215 @@ var ColumnDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3403
3366
|
...obj,
|
|
3404
3367
|
...obj.Text && { Text: import_smithy_client.SENSITIVE_STRING }
|
|
3405
3368
|
}), "ColumnDescriptionFilterSensitiveLog");
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
}), "ColumnTagFilterSensitiveLog");
|
|
3410
|
-
var DateTimeParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3411
|
-
...obj,
|
|
3412
|
-
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3413
|
-
}), "DateTimeParameterFilterSensitiveLog");
|
|
3414
|
-
var DecimalParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3415
|
-
...obj,
|
|
3416
|
-
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3417
|
-
}), "DecimalParameterFilterSensitiveLog");
|
|
3418
|
-
var IntegerParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3419
|
-
...obj,
|
|
3420
|
-
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3421
|
-
}), "IntegerParameterFilterSensitiveLog");
|
|
3422
|
-
var StringParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3423
|
-
...obj,
|
|
3424
|
-
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3425
|
-
}), "StringParameterFilterSensitiveLog");
|
|
3426
|
-
var _ParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3427
|
-
...obj,
|
|
3428
|
-
...obj.StringParameters && {
|
|
3429
|
-
StringParameters: obj.StringParameters.map((item) => StringParameterFilterSensitiveLog(item))
|
|
3430
|
-
},
|
|
3431
|
-
...obj.IntegerParameters && {
|
|
3432
|
-
IntegerParameters: obj.IntegerParameters.map((item) => IntegerParameterFilterSensitiveLog(item))
|
|
3433
|
-
},
|
|
3434
|
-
...obj.DecimalParameters && {
|
|
3435
|
-
DecimalParameters: obj.DecimalParameters.map((item) => DecimalParameterFilterSensitiveLog(item))
|
|
3436
|
-
},
|
|
3437
|
-
...obj.DateTimeParameters && {
|
|
3438
|
-
DateTimeParameters: obj.DateTimeParameters.map((item) => DateTimeParameterFilterSensitiveLog(item))
|
|
3439
|
-
}
|
|
3440
|
-
}), "_ParametersFilterSensitiveLog");
|
|
3441
|
-
var CreateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3369
|
+
|
|
3370
|
+
// src/models/models_5.ts
|
|
3371
|
+
var UpdateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3442
3372
|
...obj,
|
|
3443
|
-
...obj.
|
|
3444
|
-
}
|
|
3445
|
-
|
|
3373
|
+
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
3374
|
+
...obj.Credentials && { Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
3375
|
+
}), "UpdateDataSourceRequestFilterSensitiveLog");
|
|
3376
|
+
var UpdateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3377
|
+
...obj
|
|
3378
|
+
}), "UpdateTemplateRequestFilterSensitiveLog");
|
|
3379
|
+
var UpdateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3380
|
+
...obj
|
|
3381
|
+
}), "UpdateTopicRequestFilterSensitiveLog");
|
|
3382
|
+
var TopicVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3446
3383
|
...obj,
|
|
3447
|
-
...obj.
|
|
3448
|
-
}), "
|
|
3449
|
-
var
|
|
3384
|
+
...obj.Ir && { Ir: TopicIRFilterSensitiveLog(obj.Ir) }
|
|
3385
|
+
}), "TopicVisualFilterSensitiveLog");
|
|
3386
|
+
var CreateTopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3450
3387
|
...obj,
|
|
3451
|
-
...obj.
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item))
|
|
3456
|
-
},
|
|
3457
|
-
...obj.ColumnConfigurations && {
|
|
3458
|
-
ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item))
|
|
3459
|
-
}
|
|
3460
|
-
}), "DashboardVersionDefinitionFilterSensitiveLog");
|
|
3461
|
-
var CreateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3388
|
+
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
3389
|
+
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
3390
|
+
}), "CreateTopicReviewedAnswerFilterSensitiveLog");
|
|
3391
|
+
var TopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3462
3392
|
...obj,
|
|
3463
|
-
...obj.
|
|
3464
|
-
|
|
3393
|
+
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
3394
|
+
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
3395
|
+
}), "TopicReviewedAnswerFilterSensitiveLog");
|
|
3396
|
+
var BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3397
|
+
...obj
|
|
3398
|
+
}), "BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog");
|
|
3399
|
+
var ListTopicReviewedAnswersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3400
|
+
...obj
|
|
3401
|
+
}), "ListTopicReviewedAnswersResponseFilterSensitiveLog");
|
|
3402
|
+
|
|
3403
|
+
// src/protocols/Aws_restJson1.ts
|
|
3404
|
+
var import_core2 = require("@aws-sdk/core");
|
|
3405
|
+
|
|
3406
|
+
|
|
3465
3407
|
|
|
3466
3408
|
// src/models/models_3.ts
|
|
3467
3409
|
|
|
3410
|
+
var ColumnOrderingType = {
|
|
3411
|
+
GREATER_IS_BETTER: "GREATER_IS_BETTER",
|
|
3412
|
+
LESSER_IS_BETTER: "LESSER_IS_BETTER",
|
|
3413
|
+
SPECIFIED: "SPECIFIED"
|
|
3414
|
+
};
|
|
3415
|
+
var GeoSpatialDataRole = {
|
|
3416
|
+
CITY: "CITY",
|
|
3417
|
+
COUNTRY: "COUNTRY",
|
|
3418
|
+
COUNTY: "COUNTY",
|
|
3419
|
+
LATITUDE: "LATITUDE",
|
|
3420
|
+
LONGITUDE: "LONGITUDE",
|
|
3421
|
+
POSTCODE: "POSTCODE",
|
|
3422
|
+
STATE: "STATE"
|
|
3423
|
+
};
|
|
3424
|
+
var ColumnTagName = {
|
|
3425
|
+
COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION",
|
|
3426
|
+
COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE"
|
|
3427
|
+
};
|
|
3428
|
+
var UndefinedSpecifiedValueType = {
|
|
3429
|
+
LEAST: "LEAST",
|
|
3430
|
+
MOST: "MOST"
|
|
3431
|
+
};
|
|
3432
|
+
var _ConcurrentUpdatingException = class _ConcurrentUpdatingException extends QuickSightServiceException {
|
|
3433
|
+
/**
|
|
3434
|
+
* @internal
|
|
3435
|
+
*/
|
|
3436
|
+
constructor(opts) {
|
|
3437
|
+
super({
|
|
3438
|
+
name: "ConcurrentUpdatingException",
|
|
3439
|
+
$fault: "server",
|
|
3440
|
+
...opts
|
|
3441
|
+
});
|
|
3442
|
+
this.name = "ConcurrentUpdatingException";
|
|
3443
|
+
this.$fault = "server";
|
|
3444
|
+
Object.setPrototypeOf(this, _ConcurrentUpdatingException.prototype);
|
|
3445
|
+
this.Message = opts.Message;
|
|
3446
|
+
this.RequestId = opts.RequestId;
|
|
3447
|
+
}
|
|
3448
|
+
};
|
|
3449
|
+
__name(_ConcurrentUpdatingException, "ConcurrentUpdatingException");
|
|
3450
|
+
var ConcurrentUpdatingException = _ConcurrentUpdatingException;
|
|
3451
|
+
var _ResourceUnavailableException = class _ResourceUnavailableException extends QuickSightServiceException {
|
|
3452
|
+
/**
|
|
3453
|
+
* @internal
|
|
3454
|
+
*/
|
|
3455
|
+
constructor(opts) {
|
|
3456
|
+
super({
|
|
3457
|
+
name: "ResourceUnavailableException",
|
|
3458
|
+
$fault: "server",
|
|
3459
|
+
...opts
|
|
3460
|
+
});
|
|
3461
|
+
this.name = "ResourceUnavailableException";
|
|
3462
|
+
this.$fault = "server";
|
|
3463
|
+
Object.setPrototypeOf(this, _ResourceUnavailableException.prototype);
|
|
3464
|
+
this.Message = opts.Message;
|
|
3465
|
+
this.ResourceType = opts.ResourceType;
|
|
3466
|
+
this.RequestId = opts.RequestId;
|
|
3467
|
+
}
|
|
3468
|
+
};
|
|
3469
|
+
__name(_ResourceUnavailableException, "ResourceUnavailableException");
|
|
3470
|
+
var ResourceUnavailableException = _ResourceUnavailableException;
|
|
3471
|
+
var _PreconditionNotMetException = class _PreconditionNotMetException extends QuickSightServiceException {
|
|
3472
|
+
/**
|
|
3473
|
+
* @internal
|
|
3474
|
+
*/
|
|
3475
|
+
constructor(opts) {
|
|
3476
|
+
super({
|
|
3477
|
+
name: "PreconditionNotMetException",
|
|
3478
|
+
$fault: "client",
|
|
3479
|
+
...opts
|
|
3480
|
+
});
|
|
3481
|
+
this.name = "PreconditionNotMetException";
|
|
3482
|
+
this.$fault = "client";
|
|
3483
|
+
Object.setPrototypeOf(this, _PreconditionNotMetException.prototype);
|
|
3484
|
+
this.Message = opts.Message;
|
|
3485
|
+
this.RequestId = opts.RequestId;
|
|
3486
|
+
}
|
|
3487
|
+
};
|
|
3488
|
+
__name(_PreconditionNotMetException, "PreconditionNotMetException");
|
|
3489
|
+
var PreconditionNotMetException = _PreconditionNotMetException;
|
|
3490
|
+
var ValidationStrategyMode = {
|
|
3491
|
+
LENIENT: "LENIENT",
|
|
3492
|
+
STRICT: "STRICT"
|
|
3493
|
+
};
|
|
3494
|
+
var _LimitExceededException = class _LimitExceededException extends QuickSightServiceException {
|
|
3495
|
+
/**
|
|
3496
|
+
* @internal
|
|
3497
|
+
*/
|
|
3498
|
+
constructor(opts) {
|
|
3499
|
+
super({
|
|
3500
|
+
name: "LimitExceededException",
|
|
3501
|
+
$fault: "client",
|
|
3502
|
+
...opts
|
|
3503
|
+
});
|
|
3504
|
+
this.name = "LimitExceededException";
|
|
3505
|
+
this.$fault = "client";
|
|
3506
|
+
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
3507
|
+
this.Message = opts.Message;
|
|
3508
|
+
this.ResourceType = opts.ResourceType;
|
|
3509
|
+
this.RequestId = opts.RequestId;
|
|
3510
|
+
}
|
|
3511
|
+
};
|
|
3512
|
+
__name(_LimitExceededException, "LimitExceededException");
|
|
3513
|
+
var LimitExceededException = _LimitExceededException;
|
|
3514
|
+
var _UnsupportedUserEditionException = class _UnsupportedUserEditionException extends QuickSightServiceException {
|
|
3515
|
+
/**
|
|
3516
|
+
* @internal
|
|
3517
|
+
*/
|
|
3518
|
+
constructor(opts) {
|
|
3519
|
+
super({
|
|
3520
|
+
name: "UnsupportedUserEditionException",
|
|
3521
|
+
$fault: "client",
|
|
3522
|
+
...opts
|
|
3523
|
+
});
|
|
3524
|
+
this.name = "UnsupportedUserEditionException";
|
|
3525
|
+
this.$fault = "client";
|
|
3526
|
+
Object.setPrototypeOf(this, _UnsupportedUserEditionException.prototype);
|
|
3527
|
+
this.Message = opts.Message;
|
|
3528
|
+
this.RequestId = opts.RequestId;
|
|
3529
|
+
}
|
|
3530
|
+
};
|
|
3531
|
+
__name(_UnsupportedUserEditionException, "UnsupportedUserEditionException");
|
|
3532
|
+
var UnsupportedUserEditionException = _UnsupportedUserEditionException;
|
|
3533
|
+
var _InternalServerException = class _InternalServerException extends QuickSightServiceException {
|
|
3534
|
+
/**
|
|
3535
|
+
* @internal
|
|
3536
|
+
*/
|
|
3537
|
+
constructor(opts) {
|
|
3538
|
+
super({
|
|
3539
|
+
name: "InternalServerException",
|
|
3540
|
+
$fault: "server",
|
|
3541
|
+
...opts
|
|
3542
|
+
});
|
|
3543
|
+
this.name = "InternalServerException";
|
|
3544
|
+
this.$fault = "server";
|
|
3545
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
3546
|
+
this.Message = opts.Message;
|
|
3547
|
+
}
|
|
3548
|
+
};
|
|
3549
|
+
__name(_InternalServerException, "InternalServerException");
|
|
3550
|
+
var InternalServerException = _InternalServerException;
|
|
3551
|
+
var _InvalidRequestException = class _InvalidRequestException extends QuickSightServiceException {
|
|
3552
|
+
/**
|
|
3553
|
+
* @internal
|
|
3554
|
+
*/
|
|
3555
|
+
constructor(opts) {
|
|
3556
|
+
super({
|
|
3557
|
+
name: "InvalidRequestException",
|
|
3558
|
+
$fault: "client",
|
|
3559
|
+
...opts
|
|
3560
|
+
});
|
|
3561
|
+
this.name = "InvalidRequestException";
|
|
3562
|
+
this.$fault = "client";
|
|
3563
|
+
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
3564
|
+
this.Message = opts.Message;
|
|
3565
|
+
this.RequestId = opts.RequestId;
|
|
3566
|
+
}
|
|
3567
|
+
};
|
|
3568
|
+
__name(_InvalidRequestException, "InvalidRequestException");
|
|
3569
|
+
var InvalidRequestException = _InvalidRequestException;
|
|
3570
|
+
var DashboardUIState = {
|
|
3571
|
+
COLLAPSED: "COLLAPSED",
|
|
3572
|
+
EXPANDED: "EXPANDED"
|
|
3573
|
+
};
|
|
3574
|
+
var DatasetParameterValueType = {
|
|
3575
|
+
MULTI_VALUED: "MULTI_VALUED",
|
|
3576
|
+
SINGLE_VALUED: "SINGLE_VALUED"
|
|
3577
|
+
};
|
|
3468
3578
|
var DataSetImportMode = {
|
|
3469
3579
|
DIRECT_QUERY: "DIRECT_QUERY",
|
|
3470
3580
|
SPICE: "SPICE"
|
|
@@ -3766,6 +3876,10 @@ var DashboardFilterAttribute = {
|
|
|
3766
3876
|
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
3767
3877
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3768
3878
|
};
|
|
3879
|
+
var DashboardsQAStatus = {
|
|
3880
|
+
DISABLED: "DISABLED",
|
|
3881
|
+
ENABLED: "ENABLED"
|
|
3882
|
+
};
|
|
3769
3883
|
var DataSetFilterAttribute = {
|
|
3770
3884
|
DATASET_NAME: "DATASET_NAME",
|
|
3771
3885
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
@@ -3795,93 +3909,65 @@ var DataSourceFilterAttribute = {
|
|
|
3795
3909
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
3796
3910
|
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3797
3911
|
};
|
|
3798
|
-
var
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
}
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
}
|
|
3826
|
-
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
|
|
3833
|
-
|
|
3834
|
-
|
|
3835
|
-
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
|
|
3839
|
-
|
|
3840
|
-
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
|
|
3857
|
-
QUERY_TIMEOUT: "QUERY_TIMEOUT",
|
|
3858
|
-
REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT",
|
|
3859
|
-
ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED",
|
|
3860
|
-
S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE",
|
|
3861
|
-
S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR",
|
|
3862
|
-
S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
|
|
3863
|
-
SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
|
|
3864
|
-
SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
|
|
3865
|
-
SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
|
|
3866
|
-
SQL_EXCEPTION: "SQL_EXCEPTION",
|
|
3867
|
-
SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
|
|
3868
|
-
SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
|
|
3869
|
-
SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
|
|
3870
|
-
SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
|
|
3871
|
-
SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
|
|
3872
|
-
UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
|
|
3873
|
-
UNROUTABLE_HOST: "UNROUTABLE_HOST"
|
|
3874
|
-
};
|
|
3875
|
-
var IngestionRequestSource = {
|
|
3876
|
-
MANUAL: "MANUAL",
|
|
3877
|
-
SCHEDULED: "SCHEDULED"
|
|
3878
|
-
};
|
|
3879
|
-
var IngestionRequestType = {
|
|
3880
|
-
EDIT: "EDIT",
|
|
3881
|
-
FULL_REFRESH: "FULL_REFRESH",
|
|
3882
|
-
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
|
|
3883
|
-
INITIAL_INGESTION: "INITIAL_INGESTION"
|
|
3884
|
-
};
|
|
3912
|
+
var ColumnTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3913
|
+
...obj,
|
|
3914
|
+
...obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }
|
|
3915
|
+
}), "ColumnTagFilterSensitiveLog");
|
|
3916
|
+
var DateTimeParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3917
|
+
...obj,
|
|
3918
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3919
|
+
}), "DateTimeParameterFilterSensitiveLog");
|
|
3920
|
+
var DecimalParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3921
|
+
...obj,
|
|
3922
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3923
|
+
}), "DecimalParameterFilterSensitiveLog");
|
|
3924
|
+
var IntegerParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3925
|
+
...obj,
|
|
3926
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3927
|
+
}), "IntegerParameterFilterSensitiveLog");
|
|
3928
|
+
var StringParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3929
|
+
...obj,
|
|
3930
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3931
|
+
}), "StringParameterFilterSensitiveLog");
|
|
3932
|
+
var _ParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3933
|
+
...obj,
|
|
3934
|
+
...obj.StringParameters && {
|
|
3935
|
+
StringParameters: obj.StringParameters.map((item) => StringParameterFilterSensitiveLog(item))
|
|
3936
|
+
},
|
|
3937
|
+
...obj.IntegerParameters && {
|
|
3938
|
+
IntegerParameters: obj.IntegerParameters.map((item) => IntegerParameterFilterSensitiveLog(item))
|
|
3939
|
+
},
|
|
3940
|
+
...obj.DecimalParameters && {
|
|
3941
|
+
DecimalParameters: obj.DecimalParameters.map((item) => DecimalParameterFilterSensitiveLog(item))
|
|
3942
|
+
},
|
|
3943
|
+
...obj.DateTimeParameters && {
|
|
3944
|
+
DateTimeParameters: obj.DateTimeParameters.map((item) => DateTimeParameterFilterSensitiveLog(item))
|
|
3945
|
+
}
|
|
3946
|
+
}), "_ParametersFilterSensitiveLog");
|
|
3947
|
+
var CreateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3948
|
+
...obj,
|
|
3949
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
3950
|
+
}), "CreateAnalysisRequestFilterSensitiveLog");
|
|
3951
|
+
var CreateColumnsOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3952
|
+
...obj,
|
|
3953
|
+
...obj.Columns && { Columns: obj.Columns.map((item) => CalculatedColumnFilterSensitiveLog(item)) }
|
|
3954
|
+
}), "CreateColumnsOperationFilterSensitiveLog");
|
|
3955
|
+
var DashboardVersionDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3956
|
+
...obj,
|
|
3957
|
+
...obj.CalculatedFields && {
|
|
3958
|
+
CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item))
|
|
3959
|
+
},
|
|
3960
|
+
...obj.ParameterDeclarations && {
|
|
3961
|
+
ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item))
|
|
3962
|
+
},
|
|
3963
|
+
...obj.ColumnConfigurations && {
|
|
3964
|
+
ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item))
|
|
3965
|
+
}
|
|
3966
|
+
}), "DashboardVersionDefinitionFilterSensitiveLog");
|
|
3967
|
+
var CreateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3968
|
+
...obj,
|
|
3969
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
3970
|
+
}), "CreateDashboardRequestFilterSensitiveLog");
|
|
3885
3971
|
var FilterOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3886
3972
|
...obj,
|
|
3887
3973
|
...obj.ConditionExpression && { ConditionExpression: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4041,6 +4127,12 @@ var TopicDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4041
4127
|
var CreateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4042
4128
|
...obj
|
|
4043
4129
|
}), "CreateTopicRequestFilterSensitiveLog");
|
|
4130
|
+
var DashboardVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4131
|
+
...obj
|
|
4132
|
+
}), "DashboardVersionFilterSensitiveLog");
|
|
4133
|
+
var DashboardFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4134
|
+
...obj
|
|
4135
|
+
}), "DashboardFilterSensitiveLog");
|
|
4044
4136
|
var OutputColumnFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4045
4137
|
...obj,
|
|
4046
4138
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4066,41 +4158,102 @@ var DataSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4066
4158
|
)
|
|
4067
4159
|
}
|
|
4068
4160
|
}), "DataSetFilterSensitiveLog");
|
|
4161
|
+
var DescribeAnalysisResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4162
|
+
...obj
|
|
4163
|
+
}), "DescribeAnalysisResponseFilterSensitiveLog");
|
|
4069
4164
|
var DescribeAnalysisDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4070
4165
|
...obj
|
|
4071
4166
|
}), "DescribeAnalysisDefinitionResponseFilterSensitiveLog");
|
|
4072
|
-
var DescribeAssetBundleExportJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4073
|
-
...obj,
|
|
4074
|
-
...obj.DownloadUrl && { DownloadUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4075
|
-
}), "DescribeAssetBundleExportJobResponseFilterSensitiveLog");
|
|
4076
|
-
var DescribeAssetBundleImportJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4077
|
-
...obj,
|
|
4078
|
-
...obj.AssetBundleImportSource && {
|
|
4079
|
-
AssetBundleImportSource: AssetBundleImportSourceDescriptionFilterSensitiveLog(obj.AssetBundleImportSource)
|
|
4080
|
-
}
|
|
4081
|
-
}), "DescribeAssetBundleImportJobResponseFilterSensitiveLog");
|
|
4082
|
-
var DescribeDashboardDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4083
|
-
...obj
|
|
4084
|
-
}), "DescribeDashboardDefinitionResponseFilterSensitiveLog");
|
|
4085
|
-
var SnapshotConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4086
|
-
...obj,
|
|
4087
|
-
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4088
|
-
}), "SnapshotConfigurationFilterSensitiveLog");
|
|
4089
|
-
var DescribeDashboardSnapshotJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4090
|
-
...obj
|
|
4091
|
-
}), "DescribeDashboardSnapshotJobResponseFilterSensitiveLog");
|
|
4092
|
-
var SnapshotJobResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4093
|
-
...obj
|
|
4094
|
-
}), "SnapshotJobResultFilterSensitiveLog");
|
|
4095
|
-
var DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4096
|
-
...obj
|
|
4097
|
-
}), "DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog");
|
|
4098
|
-
var DescribeDataSetResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4099
|
-
...obj,
|
|
4100
|
-
...obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }
|
|
4101
|
-
}), "DescribeDataSetResponseFilterSensitiveLog");
|
|
4102
4167
|
|
|
4103
4168
|
// src/models/models_4.ts
|
|
4169
|
+
|
|
4170
|
+
var IncludeFolderMembers = {
|
|
4171
|
+
NONE: "NONE",
|
|
4172
|
+
ONE_LEVEL: "ONE_LEVEL",
|
|
4173
|
+
RECURSE: "RECURSE"
|
|
4174
|
+
};
|
|
4175
|
+
var SnapshotJobStatus = {
|
|
4176
|
+
COMPLETED: "COMPLETED",
|
|
4177
|
+
FAILED: "FAILED",
|
|
4178
|
+
QUEUED: "QUEUED",
|
|
4179
|
+
RUNNING: "RUNNING"
|
|
4180
|
+
};
|
|
4181
|
+
var _InvalidNextTokenException = class _InvalidNextTokenException extends QuickSightServiceException {
|
|
4182
|
+
/**
|
|
4183
|
+
* @internal
|
|
4184
|
+
*/
|
|
4185
|
+
constructor(opts) {
|
|
4186
|
+
super({
|
|
4187
|
+
name: "InvalidNextTokenException",
|
|
4188
|
+
$fault: "client",
|
|
4189
|
+
...opts
|
|
4190
|
+
});
|
|
4191
|
+
this.name = "InvalidNextTokenException";
|
|
4192
|
+
this.$fault = "client";
|
|
4193
|
+
Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
|
|
4194
|
+
this.Message = opts.Message;
|
|
4195
|
+
this.RequestId = opts.RequestId;
|
|
4196
|
+
}
|
|
4197
|
+
};
|
|
4198
|
+
__name(_InvalidNextTokenException, "InvalidNextTokenException");
|
|
4199
|
+
var InvalidNextTokenException = _InvalidNextTokenException;
|
|
4200
|
+
var IngestionErrorType = {
|
|
4201
|
+
ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
|
4202
|
+
CONNECTION_FAILURE: "CONNECTION_FAILURE",
|
|
4203
|
+
CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED",
|
|
4204
|
+
CUSTOMER_ERROR: "CUSTOMER_ERROR",
|
|
4205
|
+
DATA_SET_DELETED: "DATA_SET_DELETED",
|
|
4206
|
+
DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE",
|
|
4207
|
+
DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED",
|
|
4208
|
+
DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED",
|
|
4209
|
+
DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED",
|
|
4210
|
+
DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND",
|
|
4211
|
+
DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION",
|
|
4212
|
+
DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND",
|
|
4213
|
+
ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED",
|
|
4214
|
+
FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE",
|
|
4215
|
+
FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE",
|
|
4216
|
+
IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE",
|
|
4217
|
+
INGESTION_CANCELED: "INGESTION_CANCELED",
|
|
4218
|
+
INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED",
|
|
4219
|
+
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
4220
|
+
INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX",
|
|
4221
|
+
INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG",
|
|
4222
|
+
INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT",
|
|
4223
|
+
IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY",
|
|
4224
|
+
IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND",
|
|
4225
|
+
OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE",
|
|
4226
|
+
PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE",
|
|
4227
|
+
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
4228
|
+
PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND",
|
|
4229
|
+
QUERY_TIMEOUT: "QUERY_TIMEOUT",
|
|
4230
|
+
REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT",
|
|
4231
|
+
ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED",
|
|
4232
|
+
S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE",
|
|
4233
|
+
S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR",
|
|
4234
|
+
S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
|
|
4235
|
+
SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
|
|
4236
|
+
SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
|
|
4237
|
+
SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
|
|
4238
|
+
SQL_EXCEPTION: "SQL_EXCEPTION",
|
|
4239
|
+
SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
|
|
4240
|
+
SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
|
|
4241
|
+
SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
|
|
4242
|
+
SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
|
|
4243
|
+
SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
|
|
4244
|
+
UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
|
|
4245
|
+
UNROUTABLE_HOST: "UNROUTABLE_HOST"
|
|
4246
|
+
};
|
|
4247
|
+
var IngestionRequestSource = {
|
|
4248
|
+
MANUAL: "MANUAL",
|
|
4249
|
+
SCHEDULED: "SCHEDULED"
|
|
4250
|
+
};
|
|
4251
|
+
var IngestionRequestType = {
|
|
4252
|
+
EDIT: "EDIT",
|
|
4253
|
+
FULL_REFRESH: "FULL_REFRESH",
|
|
4254
|
+
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
|
|
4255
|
+
INITIAL_INGESTION: "INITIAL_INGESTION"
|
|
4256
|
+
};
|
|
4104
4257
|
var NamespaceErrorType = {
|
|
4105
4258
|
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
4106
4259
|
PERMISSION_DENIED: "PERMISSION_DENIED"
|
|
@@ -4276,6 +4429,61 @@ var PurchaseMode = {
|
|
|
4276
4429
|
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
4277
4430
|
MANUAL: "MANUAL"
|
|
4278
4431
|
};
|
|
4432
|
+
var TopicFilterAttribute = {
|
|
4433
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
4434
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
4435
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
4436
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
4437
|
+
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
4438
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
4439
|
+
TOPIC_NAME: "TOPIC_NAME"
|
|
4440
|
+
};
|
|
4441
|
+
var TopicFilterOperator = {
|
|
4442
|
+
StringEquals: "StringEquals",
|
|
4443
|
+
StringLike: "StringLike"
|
|
4444
|
+
};
|
|
4445
|
+
var DescribeAssetBundleExportJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4446
|
+
...obj,
|
|
4447
|
+
...obj.DownloadUrl && { DownloadUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4448
|
+
}), "DescribeAssetBundleExportJobResponseFilterSensitiveLog");
|
|
4449
|
+
var DescribeAssetBundleImportJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4450
|
+
...obj,
|
|
4451
|
+
...obj.AssetBundleImportSource && {
|
|
4452
|
+
AssetBundleImportSource: AssetBundleImportSourceDescriptionFilterSensitiveLog(obj.AssetBundleImportSource)
|
|
4453
|
+
}
|
|
4454
|
+
}), "DescribeAssetBundleImportJobResponseFilterSensitiveLog");
|
|
4455
|
+
var DescribeDashboardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4456
|
+
...obj
|
|
4457
|
+
}), "DescribeDashboardResponseFilterSensitiveLog");
|
|
4458
|
+
var DescribeDashboardDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4459
|
+
...obj
|
|
4460
|
+
}), "DescribeDashboardDefinitionResponseFilterSensitiveLog");
|
|
4461
|
+
var SnapshotConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4462
|
+
...obj,
|
|
4463
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4464
|
+
}), "SnapshotConfigurationFilterSensitiveLog");
|
|
4465
|
+
var DescribeDashboardSnapshotJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4466
|
+
...obj
|
|
4467
|
+
}), "DescribeDashboardSnapshotJobResponseFilterSensitiveLog");
|
|
4468
|
+
var SnapshotJobResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4469
|
+
...obj
|
|
4470
|
+
}), "SnapshotJobResultFilterSensitiveLog");
|
|
4471
|
+
var DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4472
|
+
...obj
|
|
4473
|
+
}), "DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog");
|
|
4474
|
+
var DescribeDataSetResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4475
|
+
...obj,
|
|
4476
|
+
...obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }
|
|
4477
|
+
}), "DescribeDataSetResponseFilterSensitiveLog");
|
|
4478
|
+
var TemplateVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4479
|
+
...obj
|
|
4480
|
+
}), "TemplateVersionFilterSensitiveLog");
|
|
4481
|
+
var TemplateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4482
|
+
...obj
|
|
4483
|
+
}), "TemplateFilterSensitiveLog");
|
|
4484
|
+
var DescribeTemplateResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4485
|
+
...obj
|
|
4486
|
+
}), "DescribeTemplateResponseFilterSensitiveLog");
|
|
4279
4487
|
var DescribeTemplateDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4280
4488
|
...obj
|
|
4281
4489
|
}), "DescribeTemplateDefinitionResponseFilterSensitiveLog");
|
|
@@ -4352,42 +4560,8 @@ var UpdateDataSetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4352
4560
|
)
|
|
4353
4561
|
}
|
|
4354
4562
|
}), "UpdateDataSetRequestFilterSensitiveLog");
|
|
4355
|
-
var UpdateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4356
|
-
...obj,
|
|
4357
|
-
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
4358
|
-
...obj.Credentials && { Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
4359
|
-
}), "UpdateDataSourceRequestFilterSensitiveLog");
|
|
4360
|
-
var UpdateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4361
|
-
...obj
|
|
4362
|
-
}), "UpdateTemplateRequestFilterSensitiveLog");
|
|
4363
|
-
var UpdateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4364
|
-
...obj
|
|
4365
|
-
}), "UpdateTopicRequestFilterSensitiveLog");
|
|
4366
|
-
var TopicVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4367
|
-
...obj,
|
|
4368
|
-
...obj.Ir && { Ir: TopicIRFilterSensitiveLog(obj.Ir) }
|
|
4369
|
-
}), "TopicVisualFilterSensitiveLog");
|
|
4370
|
-
var CreateTopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4371
|
-
...obj,
|
|
4372
|
-
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
4373
|
-
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
4374
|
-
}), "CreateTopicReviewedAnswerFilterSensitiveLog");
|
|
4375
|
-
var TopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4376
|
-
...obj,
|
|
4377
|
-
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
4378
|
-
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
4379
|
-
}), "TopicReviewedAnswerFilterSensitiveLog");
|
|
4380
|
-
var BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4381
|
-
...obj
|
|
4382
|
-
}), "BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog");
|
|
4383
|
-
var ListTopicReviewedAnswersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4384
|
-
...obj
|
|
4385
|
-
}), "ListTopicReviewedAnswersResponseFilterSensitiveLog");
|
|
4386
4563
|
|
|
4387
4564
|
// src/protocols/Aws_restJson1.ts
|
|
4388
|
-
var import_core2 = require("@aws-sdk/core");
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
4565
|
var se_BatchCreateTopicReviewedAnswerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4392
4566
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4393
4567
|
const headers = {
|
|
@@ -4871,6 +5045,7 @@ var se_CreateTopicCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4871
5045
|
let body;
|
|
4872
5046
|
body = JSON.stringify(
|
|
4873
5047
|
(0, import_smithy_client.take)(input, {
|
|
5048
|
+
FolderArns: (_) => (0, import_smithy_client._json)(_),
|
|
4874
5049
|
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
4875
5050
|
Topic: (_) => (0, import_smithy_client._json)(_),
|
|
4876
5051
|
TopicId: []
|
|
@@ -5432,6 +5607,15 @@ var se_DescribeDashboardSnapshotJobResultCommand = /* @__PURE__ */ __name(async
|
|
|
5432
5607
|
b.m("GET").h(headers).b(body);
|
|
5433
5608
|
return b.build();
|
|
5434
5609
|
}, "se_DescribeDashboardSnapshotJobResultCommand");
|
|
5610
|
+
var se_DescribeDashboardsQAConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5611
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5612
|
+
const headers = {};
|
|
5613
|
+
b.bp("/accounts/{AwsAccountId}/dashboards-qa-configuration");
|
|
5614
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5615
|
+
let body;
|
|
5616
|
+
b.m("GET").h(headers).b(body);
|
|
5617
|
+
return b.build();
|
|
5618
|
+
}, "se_DescribeDashboardsQAConfigurationCommand");
|
|
5435
5619
|
var se_DescribeDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5436
5620
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5437
5621
|
const headers = {};
|
|
@@ -6468,6 +6652,24 @@ var se_SearchGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
6468
6652
|
b.m("POST").h(headers).q(query).b(body);
|
|
6469
6653
|
return b.build();
|
|
6470
6654
|
}, "se_SearchGroupsCommand");
|
|
6655
|
+
var se_SearchTopicsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6656
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6657
|
+
const headers = {
|
|
6658
|
+
"content-type": "application/json"
|
|
6659
|
+
};
|
|
6660
|
+
b.bp("/accounts/{AwsAccountId}/search/topics");
|
|
6661
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6662
|
+
let body;
|
|
6663
|
+
body = JSON.stringify(
|
|
6664
|
+
(0, import_smithy_client.take)(input, {
|
|
6665
|
+
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
6666
|
+
MaxResults: [],
|
|
6667
|
+
NextToken: []
|
|
6668
|
+
})
|
|
6669
|
+
);
|
|
6670
|
+
b.m("POST").h(headers).b(body);
|
|
6671
|
+
return b.build();
|
|
6672
|
+
}, "se_SearchTopicsCommand");
|
|
6471
6673
|
var se_StartAssetBundleExportJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6472
6674
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6473
6675
|
const headers = {
|
|
@@ -6783,12 +6985,28 @@ var se_UpdateDashboardPublishedVersionCommand = /* @__PURE__ */ __name(async (in
|
|
|
6783
6985
|
const headers = {};
|
|
6784
6986
|
b.bp("/accounts/{AwsAccountId}/dashboards/{DashboardId}/versions/{VersionNumber}");
|
|
6785
6987
|
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6786
|
-
b.p("DashboardId", () => input.DashboardId, "{DashboardId}", false);
|
|
6787
|
-
b.p("VersionNumber", () => input.VersionNumber.toString(), "{VersionNumber}", false);
|
|
6988
|
+
b.p("DashboardId", () => input.DashboardId, "{DashboardId}", false);
|
|
6989
|
+
b.p("VersionNumber", () => input.VersionNumber.toString(), "{VersionNumber}", false);
|
|
6990
|
+
let body;
|
|
6991
|
+
b.m("PUT").h(headers).b(body);
|
|
6992
|
+
return b.build();
|
|
6993
|
+
}, "se_UpdateDashboardPublishedVersionCommand");
|
|
6994
|
+
var se_UpdateDashboardsQAConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6995
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6996
|
+
const headers = {
|
|
6997
|
+
"content-type": "application/json"
|
|
6998
|
+
};
|
|
6999
|
+
b.bp("/accounts/{AwsAccountId}/dashboards-qa-configuration");
|
|
7000
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6788
7001
|
let body;
|
|
7002
|
+
body = JSON.stringify(
|
|
7003
|
+
(0, import_smithy_client.take)(input, {
|
|
7004
|
+
DashboardsQAStatus: []
|
|
7005
|
+
})
|
|
7006
|
+
);
|
|
6789
7007
|
b.m("PUT").h(headers).b(body);
|
|
6790
7008
|
return b.build();
|
|
6791
|
-
}, "
|
|
7009
|
+
}, "se_UpdateDashboardsQAConfigurationCommand");
|
|
6792
7010
|
var se_UpdateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6793
7011
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6794
7012
|
const headers = {
|
|
@@ -8722,6 +8940,24 @@ var de_DescribeDashboardSnapshotJobResultCommand = /* @__PURE__ */ __name(async
|
|
|
8722
8940
|
});
|
|
8723
8941
|
return contents;
|
|
8724
8942
|
}, "de_DescribeDashboardSnapshotJobResultCommand");
|
|
8943
|
+
var de_DescribeDashboardsQAConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8944
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8945
|
+
return de_CommandError(output, context);
|
|
8946
|
+
}
|
|
8947
|
+
const contents = (0, import_smithy_client.map)({
|
|
8948
|
+
$metadata: deserializeMetadata(output)
|
|
8949
|
+
});
|
|
8950
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8951
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8952
|
+
DashboardsQAStatus: import_smithy_client.expectString,
|
|
8953
|
+
RequestId: import_smithy_client.expectString
|
|
8954
|
+
});
|
|
8955
|
+
Object.assign(contents, doc);
|
|
8956
|
+
(0, import_smithy_client.map)(contents, {
|
|
8957
|
+
Status: [, output.statusCode]
|
|
8958
|
+
});
|
|
8959
|
+
return contents;
|
|
8960
|
+
}, "de_DescribeDashboardsQAConfigurationCommand");
|
|
8725
8961
|
var de_DescribeDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8726
8962
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8727
8963
|
return de_CommandError(output, context);
|
|
@@ -10191,6 +10427,25 @@ var de_SearchGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
10191
10427
|
});
|
|
10192
10428
|
return contents;
|
|
10193
10429
|
}, "de_SearchGroupsCommand");
|
|
10430
|
+
var de_SearchTopicsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10431
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10432
|
+
return de_CommandError(output, context);
|
|
10433
|
+
}
|
|
10434
|
+
const contents = (0, import_smithy_client.map)({
|
|
10435
|
+
$metadata: deserializeMetadata(output)
|
|
10436
|
+
});
|
|
10437
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10438
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10439
|
+
NextToken: import_smithy_client.expectString,
|
|
10440
|
+
RequestId: import_smithy_client.expectString,
|
|
10441
|
+
TopicSummaryList: import_smithy_client._json
|
|
10442
|
+
});
|
|
10443
|
+
Object.assign(contents, doc);
|
|
10444
|
+
(0, import_smithy_client.map)(contents, {
|
|
10445
|
+
Status: [, output.statusCode]
|
|
10446
|
+
});
|
|
10447
|
+
return contents;
|
|
10448
|
+
}, "de_SearchTopicsCommand");
|
|
10194
10449
|
var de_StartAssetBundleExportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10195
10450
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10196
10451
|
return de_CommandError(output, context);
|
|
@@ -10517,6 +10772,24 @@ var de_UpdateDashboardPublishedVersionCommand = /* @__PURE__ */ __name(async (ou
|
|
|
10517
10772
|
});
|
|
10518
10773
|
return contents;
|
|
10519
10774
|
}, "de_UpdateDashboardPublishedVersionCommand");
|
|
10775
|
+
var de_UpdateDashboardsQAConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10776
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10777
|
+
return de_CommandError(output, context);
|
|
10778
|
+
}
|
|
10779
|
+
const contents = (0, import_smithy_client.map)({
|
|
10780
|
+
$metadata: deserializeMetadata(output)
|
|
10781
|
+
});
|
|
10782
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10783
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10784
|
+
DashboardsQAStatus: import_smithy_client.expectString,
|
|
10785
|
+
RequestId: import_smithy_client.expectString
|
|
10786
|
+
});
|
|
10787
|
+
Object.assign(contents, doc);
|
|
10788
|
+
(0, import_smithy_client.map)(contents, {
|
|
10789
|
+
Status: [, output.statusCode]
|
|
10790
|
+
});
|
|
10791
|
+
return contents;
|
|
10792
|
+
}, "de_UpdateDashboardsQAConfigurationCommand");
|
|
10520
10793
|
var de_UpdateDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10521
10794
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10522
10795
|
return de_CommandError(output, context);
|
|
@@ -11451,7 +11724,8 @@ var se_AnalysisDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
11451
11724
|
Options: import_smithy_client._json,
|
|
11452
11725
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
11453
11726
|
QueryExecutionOptions: import_smithy_client._json,
|
|
11454
|
-
Sheets: (_) => se_SheetDefinitionList(_, context)
|
|
11727
|
+
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
11728
|
+
StaticFiles: import_smithy_client._json
|
|
11455
11729
|
});
|
|
11456
11730
|
}, "se_AnalysisDefinition");
|
|
11457
11731
|
var se_ArcAxisConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11605,6 +11879,7 @@ var se_BarChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
11605
11879
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
11606
11880
|
Subtitle: import_smithy_client._json,
|
|
11607
11881
|
Title: import_smithy_client._json,
|
|
11882
|
+
VisualContentAltText: [],
|
|
11608
11883
|
VisualId: []
|
|
11609
11884
|
});
|
|
11610
11885
|
}, "se_BarChartVisual");
|
|
@@ -11710,6 +11985,7 @@ var se_BoxPlotVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
11710
11985
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
11711
11986
|
Subtitle: import_smithy_client._json,
|
|
11712
11987
|
Title: import_smithy_client._json,
|
|
11988
|
+
VisualContentAltText: [],
|
|
11713
11989
|
VisualId: []
|
|
11714
11990
|
});
|
|
11715
11991
|
}, "se_BoxPlotVisual");
|
|
@@ -11818,6 +12094,7 @@ var se_ComboChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
11818
12094
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
11819
12095
|
Subtitle: import_smithy_client._json,
|
|
11820
12096
|
Title: import_smithy_client._json,
|
|
12097
|
+
VisualContentAltText: [],
|
|
11821
12098
|
VisualId: []
|
|
11822
12099
|
});
|
|
11823
12100
|
}, "se_ComboChartVisual");
|
|
@@ -11879,6 +12156,7 @@ var se_CustomContentVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
11879
12156
|
DataSetIdentifier: [],
|
|
11880
12157
|
Subtitle: import_smithy_client._json,
|
|
11881
12158
|
Title: import_smithy_client._json,
|
|
12159
|
+
VisualContentAltText: [],
|
|
11882
12160
|
VisualId: []
|
|
11883
12161
|
});
|
|
11884
12162
|
}, "se_CustomContentVisual");
|
|
@@ -11905,7 +12183,8 @@ var se_DashboardVersionDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
11905
12183
|
FilterGroups: (_) => se_FilterGroupList(_, context),
|
|
11906
12184
|
Options: import_smithy_client._json,
|
|
11907
12185
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
11908
|
-
Sheets: (_) => se_SheetDefinitionList(_, context)
|
|
12186
|
+
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
12187
|
+
StaticFiles: import_smithy_client._json
|
|
11909
12188
|
});
|
|
11910
12189
|
}, "se_DashboardVersionDefinition");
|
|
11911
12190
|
var se_DataColor = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -12185,6 +12464,7 @@ var se_FilledMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12185
12464
|
ConditionalFormatting: (_) => se_FilledMapConditionalFormatting(_, context),
|
|
12186
12465
|
Subtitle: import_smithy_client._json,
|
|
12187
12466
|
Title: import_smithy_client._json,
|
|
12467
|
+
VisualContentAltText: [],
|
|
12188
12468
|
VisualId: []
|
|
12189
12469
|
});
|
|
12190
12470
|
}, "se_FilledMapVisual");
|
|
@@ -12321,6 +12601,7 @@ var se_FunnelChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12321
12601
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12322
12602
|
Subtitle: import_smithy_client._json,
|
|
12323
12603
|
Title: import_smithy_client._json,
|
|
12604
|
+
VisualContentAltText: [],
|
|
12324
12605
|
VisualId: []
|
|
12325
12606
|
});
|
|
12326
12607
|
}, "se_FunnelChartVisual");
|
|
@@ -12384,9 +12665,38 @@ var se_GaugeChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12384
12665
|
ConditionalFormatting: (_) => se_GaugeChartConditionalFormatting(_, context),
|
|
12385
12666
|
Subtitle: import_smithy_client._json,
|
|
12386
12667
|
Title: import_smithy_client._json,
|
|
12668
|
+
VisualContentAltText: [],
|
|
12387
12669
|
VisualId: []
|
|
12388
12670
|
});
|
|
12389
12671
|
}, "se_GaugeChartVisual");
|
|
12672
|
+
var se_GeospatialCategoricalColor = /* @__PURE__ */ __name((input, context) => {
|
|
12673
|
+
return (0, import_smithy_client.take)(input, {
|
|
12674
|
+
CategoryDataColors: import_smithy_client._json,
|
|
12675
|
+
DefaultOpacity: import_smithy_client.serializeFloat,
|
|
12676
|
+
NullDataSettings: (_) => se_GeospatialNullDataSettings(_, context),
|
|
12677
|
+
NullDataVisibility: []
|
|
12678
|
+
});
|
|
12679
|
+
}, "se_GeospatialCategoricalColor");
|
|
12680
|
+
var se_GeospatialCircleRadius = /* @__PURE__ */ __name((input, context) => {
|
|
12681
|
+
return (0, import_smithy_client.take)(input, {
|
|
12682
|
+
Radius: import_smithy_client.serializeFloat
|
|
12683
|
+
});
|
|
12684
|
+
}, "se_GeospatialCircleRadius");
|
|
12685
|
+
var se_GeospatialCircleSymbolStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12686
|
+
return (0, import_smithy_client.take)(input, {
|
|
12687
|
+
CircleRadius: (_) => se_GeospatialCircleRadius(_, context),
|
|
12688
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
12689
|
+
StrokeColor: (_) => se_GeospatialColor(_, context),
|
|
12690
|
+
StrokeWidth: (_) => se_GeospatialLineWidth(_, context)
|
|
12691
|
+
});
|
|
12692
|
+
}, "se_GeospatialCircleSymbolStyle");
|
|
12693
|
+
var se_GeospatialColor = /* @__PURE__ */ __name((input, context) => {
|
|
12694
|
+
return (0, import_smithy_client.take)(input, {
|
|
12695
|
+
Categorical: (_) => se_GeospatialCategoricalColor(_, context),
|
|
12696
|
+
Gradient: (_) => se_GeospatialGradientColor(_, context),
|
|
12697
|
+
Solid: import_smithy_client._json
|
|
12698
|
+
});
|
|
12699
|
+
}, "se_GeospatialColor");
|
|
12390
12700
|
var se_GeospatialCoordinateBounds = /* @__PURE__ */ __name((input, context) => {
|
|
12391
12701
|
return (0, import_smithy_client.take)(input, {
|
|
12392
12702
|
East: import_smithy_client.serializeFloat,
|
|
@@ -12395,6 +12705,93 @@ var se_GeospatialCoordinateBounds = /* @__PURE__ */ __name((input, context) => {
|
|
|
12395
12705
|
West: import_smithy_client.serializeFloat
|
|
12396
12706
|
});
|
|
12397
12707
|
}, "se_GeospatialCoordinateBounds");
|
|
12708
|
+
var se_GeospatialGradientColor = /* @__PURE__ */ __name((input, context) => {
|
|
12709
|
+
return (0, import_smithy_client.take)(input, {
|
|
12710
|
+
DefaultOpacity: import_smithy_client.serializeFloat,
|
|
12711
|
+
NullDataSettings: (_) => se_GeospatialNullDataSettings(_, context),
|
|
12712
|
+
NullDataVisibility: [],
|
|
12713
|
+
StepColors: (_) => se_GeospatialGradientStepColorList(_, context)
|
|
12714
|
+
});
|
|
12715
|
+
}, "se_GeospatialGradientColor");
|
|
12716
|
+
var se_GeospatialGradientStepColor = /* @__PURE__ */ __name((input, context) => {
|
|
12717
|
+
return (0, import_smithy_client.take)(input, {
|
|
12718
|
+
Color: [],
|
|
12719
|
+
DataValue: import_smithy_client.serializeFloat
|
|
12720
|
+
});
|
|
12721
|
+
}, "se_GeospatialGradientStepColor");
|
|
12722
|
+
var se_GeospatialGradientStepColorList = /* @__PURE__ */ __name((input, context) => {
|
|
12723
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
12724
|
+
return se_GeospatialGradientStepColor(entry, context);
|
|
12725
|
+
});
|
|
12726
|
+
}, "se_GeospatialGradientStepColorList");
|
|
12727
|
+
var se_GeospatialLayerColorField = /* @__PURE__ */ __name((input, context) => {
|
|
12728
|
+
return (0, import_smithy_client.take)(input, {
|
|
12729
|
+
ColorDimensionsFields: import_smithy_client._json,
|
|
12730
|
+
ColorValuesFields: (_) => se_GeospatialLayerMeasureFieldList(_, context)
|
|
12731
|
+
});
|
|
12732
|
+
}, "se_GeospatialLayerColorField");
|
|
12733
|
+
var se_GeospatialLayerDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
12734
|
+
return (0, import_smithy_client.take)(input, {
|
|
12735
|
+
LineLayer: (_) => se_GeospatialLineLayer(_, context),
|
|
12736
|
+
PointLayer: (_) => se_GeospatialPointLayer(_, context),
|
|
12737
|
+
PolygonLayer: (_) => se_GeospatialPolygonLayer(_, context)
|
|
12738
|
+
});
|
|
12739
|
+
}, "se_GeospatialLayerDefinition");
|
|
12740
|
+
var se_GeospatialLayerItem = /* @__PURE__ */ __name((input, context) => {
|
|
12741
|
+
return (0, import_smithy_client.take)(input, {
|
|
12742
|
+
Actions: (_) => se_LayerCustomActionList(_, context),
|
|
12743
|
+
DataSource: import_smithy_client._json,
|
|
12744
|
+
JoinDefinition: (_) => se_GeospatialLayerJoinDefinition(_, context),
|
|
12745
|
+
Label: [],
|
|
12746
|
+
LayerDefinition: (_) => se_GeospatialLayerDefinition(_, context),
|
|
12747
|
+
LayerId: [],
|
|
12748
|
+
LayerType: [],
|
|
12749
|
+
Tooltip: (_) => se_TooltipOptions(_, context),
|
|
12750
|
+
Visibility: []
|
|
12751
|
+
});
|
|
12752
|
+
}, "se_GeospatialLayerItem");
|
|
12753
|
+
var se_GeospatialLayerJoinDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
12754
|
+
return (0, import_smithy_client.take)(input, {
|
|
12755
|
+
ColorField: (_) => se_GeospatialLayerColorField(_, context),
|
|
12756
|
+
DatasetKeyField: import_smithy_client._json,
|
|
12757
|
+
ShapeKeyField: []
|
|
12758
|
+
});
|
|
12759
|
+
}, "se_GeospatialLayerJoinDefinition");
|
|
12760
|
+
var se_GeospatialLayerMapConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
12761
|
+
return (0, import_smithy_client.take)(input, {
|
|
12762
|
+
Interactions: import_smithy_client._json,
|
|
12763
|
+
Legend: import_smithy_client._json,
|
|
12764
|
+
MapLayers: (_) => se_GeospatialMapLayerList(_, context),
|
|
12765
|
+
MapState: (_) => se_GeospatialMapState(_, context),
|
|
12766
|
+
MapStyle: import_smithy_client._json
|
|
12767
|
+
});
|
|
12768
|
+
}, "se_GeospatialLayerMapConfiguration");
|
|
12769
|
+
var se_GeospatialLayerMeasureFieldList = /* @__PURE__ */ __name((input, context) => {
|
|
12770
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
12771
|
+
return se_MeasureField(entry, context);
|
|
12772
|
+
});
|
|
12773
|
+
}, "se_GeospatialLayerMeasureFieldList");
|
|
12774
|
+
var se_GeospatialLineLayer = /* @__PURE__ */ __name((input, context) => {
|
|
12775
|
+
return (0, import_smithy_client.take)(input, {
|
|
12776
|
+
Style: (_) => se_GeospatialLineStyle(_, context)
|
|
12777
|
+
});
|
|
12778
|
+
}, "se_GeospatialLineLayer");
|
|
12779
|
+
var se_GeospatialLineStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12780
|
+
return (0, import_smithy_client.take)(input, {
|
|
12781
|
+
LineSymbolStyle: (_) => se_GeospatialLineSymbolStyle(_, context)
|
|
12782
|
+
});
|
|
12783
|
+
}, "se_GeospatialLineStyle");
|
|
12784
|
+
var se_GeospatialLineSymbolStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12785
|
+
return (0, import_smithy_client.take)(input, {
|
|
12786
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
12787
|
+
LineWidth: (_) => se_GeospatialLineWidth(_, context)
|
|
12788
|
+
});
|
|
12789
|
+
}, "se_GeospatialLineSymbolStyle");
|
|
12790
|
+
var se_GeospatialLineWidth = /* @__PURE__ */ __name((input, context) => {
|
|
12791
|
+
return (0, import_smithy_client.take)(input, {
|
|
12792
|
+
LineWidth: import_smithy_client.serializeFloat
|
|
12793
|
+
});
|
|
12794
|
+
}, "se_GeospatialLineWidth");
|
|
12398
12795
|
var se_GeospatialMapAggregatedFieldWells = /* @__PURE__ */ __name((input, context) => {
|
|
12399
12796
|
return (0, import_smithy_client.take)(input, {
|
|
12400
12797
|
Colors: import_smithy_client._json,
|
|
@@ -12419,6 +12816,17 @@ var se_GeospatialMapFieldWells = /* @__PURE__ */ __name((input, context) => {
|
|
|
12419
12816
|
GeospatialMapAggregatedFieldWells: (_) => se_GeospatialMapAggregatedFieldWells(_, context)
|
|
12420
12817
|
});
|
|
12421
12818
|
}, "se_GeospatialMapFieldWells");
|
|
12819
|
+
var se_GeospatialMapLayerList = /* @__PURE__ */ __name((input, context) => {
|
|
12820
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
12821
|
+
return se_GeospatialLayerItem(entry, context);
|
|
12822
|
+
});
|
|
12823
|
+
}, "se_GeospatialMapLayerList");
|
|
12824
|
+
var se_GeospatialMapState = /* @__PURE__ */ __name((input, context) => {
|
|
12825
|
+
return (0, import_smithy_client.take)(input, {
|
|
12826
|
+
Bounds: (_) => se_GeospatialCoordinateBounds(_, context),
|
|
12827
|
+
MapNavigation: []
|
|
12828
|
+
});
|
|
12829
|
+
}, "se_GeospatialMapState");
|
|
12422
12830
|
var se_GeospatialMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
12423
12831
|
return (0, import_smithy_client.take)(input, {
|
|
12424
12832
|
Actions: (_) => se_VisualCustomActionList(_, context),
|
|
@@ -12426,9 +12834,49 @@ var se_GeospatialMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12426
12834
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12427
12835
|
Subtitle: import_smithy_client._json,
|
|
12428
12836
|
Title: import_smithy_client._json,
|
|
12837
|
+
VisualContentAltText: [],
|
|
12429
12838
|
VisualId: []
|
|
12430
12839
|
});
|
|
12431
12840
|
}, "se_GeospatialMapVisual");
|
|
12841
|
+
var se_GeospatialNullDataSettings = /* @__PURE__ */ __name((input, context) => {
|
|
12842
|
+
return (0, import_smithy_client.take)(input, {
|
|
12843
|
+
SymbolStyle: (_) => se_GeospatialNullSymbolStyle(_, context)
|
|
12844
|
+
});
|
|
12845
|
+
}, "se_GeospatialNullDataSettings");
|
|
12846
|
+
var se_GeospatialNullSymbolStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12847
|
+
return (0, import_smithy_client.take)(input, {
|
|
12848
|
+
FillColor: [],
|
|
12849
|
+
StrokeColor: [],
|
|
12850
|
+
StrokeWidth: import_smithy_client.serializeFloat
|
|
12851
|
+
});
|
|
12852
|
+
}, "se_GeospatialNullSymbolStyle");
|
|
12853
|
+
var se_GeospatialPointLayer = /* @__PURE__ */ __name((input, context) => {
|
|
12854
|
+
return (0, import_smithy_client.take)(input, {
|
|
12855
|
+
Style: (_) => se_GeospatialPointStyle(_, context)
|
|
12856
|
+
});
|
|
12857
|
+
}, "se_GeospatialPointLayer");
|
|
12858
|
+
var se_GeospatialPointStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12859
|
+
return (0, import_smithy_client.take)(input, {
|
|
12860
|
+
CircleSymbolStyle: (_) => se_GeospatialCircleSymbolStyle(_, context)
|
|
12861
|
+
});
|
|
12862
|
+
}, "se_GeospatialPointStyle");
|
|
12863
|
+
var se_GeospatialPolygonLayer = /* @__PURE__ */ __name((input, context) => {
|
|
12864
|
+
return (0, import_smithy_client.take)(input, {
|
|
12865
|
+
Style: (_) => se_GeospatialPolygonStyle(_, context)
|
|
12866
|
+
});
|
|
12867
|
+
}, "se_GeospatialPolygonLayer");
|
|
12868
|
+
var se_GeospatialPolygonStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12869
|
+
return (0, import_smithy_client.take)(input, {
|
|
12870
|
+
PolygonSymbolStyle: (_) => se_GeospatialPolygonSymbolStyle(_, context)
|
|
12871
|
+
});
|
|
12872
|
+
}, "se_GeospatialPolygonStyle");
|
|
12873
|
+
var se_GeospatialPolygonSymbolStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12874
|
+
return (0, import_smithy_client.take)(input, {
|
|
12875
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
12876
|
+
StrokeColor: (_) => se_GeospatialColor(_, context),
|
|
12877
|
+
StrokeWidth: (_) => se_GeospatialLineWidth(_, context)
|
|
12878
|
+
});
|
|
12879
|
+
}, "se_GeospatialPolygonSymbolStyle");
|
|
12432
12880
|
var se_GeospatialWindowOptions = /* @__PURE__ */ __name((input, context) => {
|
|
12433
12881
|
return (0, import_smithy_client.take)(input, {
|
|
12434
12882
|
Bounds: (_) => se_GeospatialCoordinateBounds(_, context),
|
|
@@ -12506,6 +12954,7 @@ var se_HeatMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12506
12954
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12507
12955
|
Subtitle: import_smithy_client._json,
|
|
12508
12956
|
Title: import_smithy_client._json,
|
|
12957
|
+
VisualContentAltText: [],
|
|
12509
12958
|
VisualId: []
|
|
12510
12959
|
});
|
|
12511
12960
|
}, "se_HeatMapVisual");
|
|
@@ -12551,9 +13000,36 @@ var se_HistogramVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12551
13000
|
ChartConfiguration: (_) => se_HistogramConfiguration(_, context),
|
|
12552
13001
|
Subtitle: import_smithy_client._json,
|
|
12553
13002
|
Title: import_smithy_client._json,
|
|
13003
|
+
VisualContentAltText: [],
|
|
12554
13004
|
VisualId: []
|
|
12555
13005
|
});
|
|
12556
13006
|
}, "se_HistogramVisual");
|
|
13007
|
+
var se_ImageCustomAction = /* @__PURE__ */ __name((input, context) => {
|
|
13008
|
+
return (0, import_smithy_client.take)(input, {
|
|
13009
|
+
ActionOperations: (_) => se_ImageCustomActionOperationList(_, context),
|
|
13010
|
+
CustomActionId: [],
|
|
13011
|
+
Name: [],
|
|
13012
|
+
Status: [],
|
|
13013
|
+
Trigger: []
|
|
13014
|
+
});
|
|
13015
|
+
}, "se_ImageCustomAction");
|
|
13016
|
+
var se_ImageCustomActionList = /* @__PURE__ */ __name((input, context) => {
|
|
13017
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13018
|
+
return se_ImageCustomAction(entry, context);
|
|
13019
|
+
});
|
|
13020
|
+
}, "se_ImageCustomActionList");
|
|
13021
|
+
var se_ImageCustomActionOperation = /* @__PURE__ */ __name((input, context) => {
|
|
13022
|
+
return (0, import_smithy_client.take)(input, {
|
|
13023
|
+
NavigationOperation: import_smithy_client._json,
|
|
13024
|
+
SetParametersOperation: (_) => se_CustomActionSetParametersOperation(_, context),
|
|
13025
|
+
URLOperation: import_smithy_client._json
|
|
13026
|
+
});
|
|
13027
|
+
}, "se_ImageCustomActionOperation");
|
|
13028
|
+
var se_ImageCustomActionOperationList = /* @__PURE__ */ __name((input, context) => {
|
|
13029
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13030
|
+
return se_ImageCustomActionOperation(entry, context);
|
|
13031
|
+
});
|
|
13032
|
+
}, "se_ImageCustomActionOperationList");
|
|
12557
13033
|
var se_InnerFilter = /* @__PURE__ */ __name((input, context) => {
|
|
12558
13034
|
return (0, import_smithy_client.take)(input, {
|
|
12559
13035
|
CategoryInnerFilter: (_) => se_CategoryInnerFilter(_, context)
|
|
@@ -12573,6 +13049,7 @@ var se_InsightVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12573
13049
|
InsightConfiguration: (_) => se_InsightConfiguration(_, context),
|
|
12574
13050
|
Subtitle: import_smithy_client._json,
|
|
12575
13051
|
Title: import_smithy_client._json,
|
|
13052
|
+
VisualContentAltText: [],
|
|
12576
13053
|
VisualId: []
|
|
12577
13054
|
});
|
|
12578
13055
|
}, "se_InsightVisual");
|
|
@@ -12645,9 +13122,47 @@ var se_KPIVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12645
13122
|
ConditionalFormatting: (_) => se_KPIConditionalFormatting(_, context),
|
|
12646
13123
|
Subtitle: import_smithy_client._json,
|
|
12647
13124
|
Title: import_smithy_client._json,
|
|
13125
|
+
VisualContentAltText: [],
|
|
12648
13126
|
VisualId: []
|
|
12649
13127
|
});
|
|
12650
13128
|
}, "se_KPIVisual");
|
|
13129
|
+
var se_LayerCustomAction = /* @__PURE__ */ __name((input, context) => {
|
|
13130
|
+
return (0, import_smithy_client.take)(input, {
|
|
13131
|
+
ActionOperations: (_) => se_LayerCustomActionOperationList(_, context),
|
|
13132
|
+
CustomActionId: [],
|
|
13133
|
+
Name: [],
|
|
13134
|
+
Status: [],
|
|
13135
|
+
Trigger: []
|
|
13136
|
+
});
|
|
13137
|
+
}, "se_LayerCustomAction");
|
|
13138
|
+
var se_LayerCustomActionList = /* @__PURE__ */ __name((input, context) => {
|
|
13139
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13140
|
+
return se_LayerCustomAction(entry, context);
|
|
13141
|
+
});
|
|
13142
|
+
}, "se_LayerCustomActionList");
|
|
13143
|
+
var se_LayerCustomActionOperation = /* @__PURE__ */ __name((input, context) => {
|
|
13144
|
+
return (0, import_smithy_client.take)(input, {
|
|
13145
|
+
FilterOperation: import_smithy_client._json,
|
|
13146
|
+
NavigationOperation: import_smithy_client._json,
|
|
13147
|
+
SetParametersOperation: (_) => se_CustomActionSetParametersOperation(_, context),
|
|
13148
|
+
URLOperation: import_smithy_client._json
|
|
13149
|
+
});
|
|
13150
|
+
}, "se_LayerCustomActionOperation");
|
|
13151
|
+
var se_LayerCustomActionOperationList = /* @__PURE__ */ __name((input, context) => {
|
|
13152
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13153
|
+
return se_LayerCustomActionOperation(entry, context);
|
|
13154
|
+
});
|
|
13155
|
+
}, "se_LayerCustomActionOperationList");
|
|
13156
|
+
var se_LayerMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
13157
|
+
return (0, import_smithy_client.take)(input, {
|
|
13158
|
+
ChartConfiguration: (_) => se_GeospatialLayerMapConfiguration(_, context),
|
|
13159
|
+
DataSetIdentifier: [],
|
|
13160
|
+
Subtitle: import_smithy_client._json,
|
|
13161
|
+
Title: import_smithy_client._json,
|
|
13162
|
+
VisualContentAltText: [],
|
|
13163
|
+
VisualId: []
|
|
13164
|
+
});
|
|
13165
|
+
}, "se_LayerMapVisual");
|
|
12651
13166
|
var se_Layout = /* @__PURE__ */ __name((input, context) => {
|
|
12652
13167
|
return (0, import_smithy_client.take)(input, {
|
|
12653
13168
|
Configuration: (_) => se_LayoutConfiguration(_, context)
|
|
@@ -12719,6 +13234,7 @@ var se_LineChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12719
13234
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12720
13235
|
Subtitle: import_smithy_client._json,
|
|
12721
13236
|
Title: import_smithy_client._json,
|
|
13237
|
+
VisualContentAltText: [],
|
|
12722
13238
|
VisualId: []
|
|
12723
13239
|
});
|
|
12724
13240
|
}, "se_LineChartVisual");
|
|
@@ -12975,6 +13491,7 @@ var se_PieChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12975
13491
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12976
13492
|
Subtitle: import_smithy_client._json,
|
|
12977
13493
|
Title: import_smithy_client._json,
|
|
13494
|
+
VisualContentAltText: [],
|
|
12978
13495
|
VisualId: []
|
|
12979
13496
|
});
|
|
12980
13497
|
}, "se_PieChartVisual");
|
|
@@ -13059,9 +13576,51 @@ var se_PivotTableVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13059
13576
|
ConditionalFormatting: (_) => se_PivotTableConditionalFormatting(_, context),
|
|
13060
13577
|
Subtitle: import_smithy_client._json,
|
|
13061
13578
|
Title: import_smithy_client._json,
|
|
13579
|
+
VisualContentAltText: [],
|
|
13062
13580
|
VisualId: []
|
|
13063
13581
|
});
|
|
13064
13582
|
}, "se_PivotTableVisual");
|
|
13583
|
+
var se_PluginVisual = /* @__PURE__ */ __name((input, context) => {
|
|
13584
|
+
return (0, import_smithy_client.take)(input, {
|
|
13585
|
+
ChartConfiguration: (_) => se_PluginVisualConfiguration(_, context),
|
|
13586
|
+
PluginArn: [],
|
|
13587
|
+
Subtitle: import_smithy_client._json,
|
|
13588
|
+
Title: import_smithy_client._json,
|
|
13589
|
+
VisualContentAltText: [],
|
|
13590
|
+
VisualId: []
|
|
13591
|
+
});
|
|
13592
|
+
}, "se_PluginVisual");
|
|
13593
|
+
var se_PluginVisualConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
13594
|
+
return (0, import_smithy_client.take)(input, {
|
|
13595
|
+
FieldWells: (_) => se_PluginVisualFieldWells(_, context),
|
|
13596
|
+
SortConfiguration: (_) => se_PluginVisualSortConfiguration(_, context),
|
|
13597
|
+
VisualOptions: import_smithy_client._json
|
|
13598
|
+
});
|
|
13599
|
+
}, "se_PluginVisualConfiguration");
|
|
13600
|
+
var se_PluginVisualFieldWell = /* @__PURE__ */ __name((input, context) => {
|
|
13601
|
+
return (0, import_smithy_client.take)(input, {
|
|
13602
|
+
AxisName: [],
|
|
13603
|
+
Dimensions: import_smithy_client._json,
|
|
13604
|
+
Measures: (_) => se_MeasureFieldList(_, context),
|
|
13605
|
+
Unaggregated: import_smithy_client._json
|
|
13606
|
+
});
|
|
13607
|
+
}, "se_PluginVisualFieldWell");
|
|
13608
|
+
var se_PluginVisualFieldWells = /* @__PURE__ */ __name((input, context) => {
|
|
13609
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13610
|
+
return se_PluginVisualFieldWell(entry, context);
|
|
13611
|
+
});
|
|
13612
|
+
}, "se_PluginVisualFieldWells");
|
|
13613
|
+
var se_PluginVisualSortConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
13614
|
+
return (0, import_smithy_client.take)(input, {
|
|
13615
|
+
PluginVisualTableQuerySort: (_) => se_PluginVisualTableQuerySort(_, context)
|
|
13616
|
+
});
|
|
13617
|
+
}, "se_PluginVisualSortConfiguration");
|
|
13618
|
+
var se_PluginVisualTableQuerySort = /* @__PURE__ */ __name((input, context) => {
|
|
13619
|
+
return (0, import_smithy_client.take)(input, {
|
|
13620
|
+
ItemsLimitConfiguration: import_smithy_client._json,
|
|
13621
|
+
RowSort: (_) => se_RowSortList(_, context)
|
|
13622
|
+
});
|
|
13623
|
+
}, "se_PluginVisualTableQuerySort");
|
|
13065
13624
|
var se_PredefinedHierarchy = /* @__PURE__ */ __name((input, context) => {
|
|
13066
13625
|
return (0, import_smithy_client.take)(input, {
|
|
13067
13626
|
Columns: import_smithy_client._json,
|
|
@@ -13121,6 +13680,7 @@ var se_RadarChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13121
13680
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13122
13681
|
Subtitle: import_smithy_client._json,
|
|
13123
13682
|
Title: import_smithy_client._json,
|
|
13683
|
+
VisualContentAltText: [],
|
|
13124
13684
|
VisualId: []
|
|
13125
13685
|
});
|
|
13126
13686
|
}, "se_RadarChartVisual");
|
|
@@ -13219,6 +13779,7 @@ var se_SankeyDiagramVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13219
13779
|
ChartConfiguration: (_) => se_SankeyDiagramChartConfiguration(_, context),
|
|
13220
13780
|
Subtitle: import_smithy_client._json,
|
|
13221
13781
|
Title: import_smithy_client._json,
|
|
13782
|
+
VisualContentAltText: [],
|
|
13222
13783
|
VisualId: []
|
|
13223
13784
|
});
|
|
13224
13785
|
}, "se_SankeyDiagramVisual");
|
|
@@ -13268,6 +13829,7 @@ var se_ScatterPlotVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13268
13829
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13269
13830
|
Subtitle: import_smithy_client._json,
|
|
13270
13831
|
Title: import_smithy_client._json,
|
|
13832
|
+
VisualContentAltText: [],
|
|
13271
13833
|
VisualId: []
|
|
13272
13834
|
});
|
|
13273
13835
|
}, "se_ScatterPlotVisual");
|
|
@@ -13316,6 +13878,7 @@ var se_SheetDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
13316
13878
|
ContentType: [],
|
|
13317
13879
|
Description: [],
|
|
13318
13880
|
FilterControls: (_) => se_FilterControlList(_, context),
|
|
13881
|
+
Images: (_) => se_SheetImageList(_, context),
|
|
13319
13882
|
Layouts: (_) => se_LayoutList(_, context),
|
|
13320
13883
|
Name: [],
|
|
13321
13884
|
ParameterControls: (_) => se_ParameterControlList(_, context),
|
|
@@ -13331,6 +13894,22 @@ var se_SheetDefinitionList = /* @__PURE__ */ __name((input, context) => {
|
|
|
13331
13894
|
return se_SheetDefinition(entry, context);
|
|
13332
13895
|
});
|
|
13333
13896
|
}, "se_SheetDefinitionList");
|
|
13897
|
+
var se_SheetImage = /* @__PURE__ */ __name((input, context) => {
|
|
13898
|
+
return (0, import_smithy_client.take)(input, {
|
|
13899
|
+
Actions: (_) => se_ImageCustomActionList(_, context),
|
|
13900
|
+
ImageContentAltText: [],
|
|
13901
|
+
Interactions: import_smithy_client._json,
|
|
13902
|
+
Scaling: import_smithy_client._json,
|
|
13903
|
+
SheetImageId: [],
|
|
13904
|
+
Source: import_smithy_client._json,
|
|
13905
|
+
Tooltip: import_smithy_client._json
|
|
13906
|
+
});
|
|
13907
|
+
}, "se_SheetImage");
|
|
13908
|
+
var se_SheetImageList = /* @__PURE__ */ __name((input, context) => {
|
|
13909
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13910
|
+
return se_SheetImage(entry, context);
|
|
13911
|
+
});
|
|
13912
|
+
}, "se_SheetImageList");
|
|
13334
13913
|
var se_SnapshotConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
13335
13914
|
return (0, import_smithy_client.take)(input, {
|
|
13336
13915
|
DestinationConfiguration: import_smithy_client._json,
|
|
@@ -13403,6 +13982,7 @@ var se_TableVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13403
13982
|
ConditionalFormatting: (_) => se_TableConditionalFormatting(_, context),
|
|
13404
13983
|
Subtitle: import_smithy_client._json,
|
|
13405
13984
|
Title: import_smithy_client._json,
|
|
13985
|
+
VisualContentAltText: [],
|
|
13406
13986
|
VisualId: []
|
|
13407
13987
|
});
|
|
13408
13988
|
}, "se_TableVisual");
|
|
@@ -13416,7 +13996,8 @@ var se_TemplateVersionDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
13416
13996
|
Options: import_smithy_client._json,
|
|
13417
13997
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
13418
13998
|
QueryExecutionOptions: import_smithy_client._json,
|
|
13419
|
-
Sheets: (_) => se_SheetDefinitionList(_, context)
|
|
13999
|
+
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
14000
|
+
StaticFiles: import_smithy_client._json
|
|
13420
14001
|
});
|
|
13421
14002
|
}, "se_TemplateVersionDefinition");
|
|
13422
14003
|
var se_TextConditionalFormat = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -13621,6 +14202,7 @@ var se_TreeMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13621
14202
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13622
14203
|
Subtitle: import_smithy_client._json,
|
|
13623
14204
|
Title: import_smithy_client._json,
|
|
14205
|
+
VisualContentAltText: [],
|
|
13624
14206
|
VisualId: []
|
|
13625
14207
|
});
|
|
13626
14208
|
}, "se_TreeMapVisual");
|
|
@@ -13644,9 +14226,11 @@ var se_Visual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13644
14226
|
HistogramVisual: (_) => se_HistogramVisual(_, context),
|
|
13645
14227
|
InsightVisual: (_) => se_InsightVisual(_, context),
|
|
13646
14228
|
KPIVisual: (_) => se_KPIVisual(_, context),
|
|
14229
|
+
LayerMapVisual: (_) => se_LayerMapVisual(_, context),
|
|
13647
14230
|
LineChartVisual: (_) => se_LineChartVisual(_, context),
|
|
13648
14231
|
PieChartVisual: (_) => se_PieChartVisual(_, context),
|
|
13649
14232
|
PivotTableVisual: (_) => se_PivotTableVisual(_, context),
|
|
14233
|
+
PluginVisual: (_) => se_PluginVisual(_, context),
|
|
13650
14234
|
RadarChartVisual: (_) => se_RadarChartVisual(_, context),
|
|
13651
14235
|
SankeyDiagramVisual: (_) => se_SankeyDiagramVisual(_, context),
|
|
13652
14236
|
ScatterPlotVisual: (_) => se_ScatterPlotVisual(_, context),
|
|
@@ -13729,6 +14313,7 @@ var se_WaterfallVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13729
14313
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13730
14314
|
Subtitle: import_smithy_client._json,
|
|
13731
14315
|
Title: import_smithy_client._json,
|
|
14316
|
+
VisualContentAltText: [],
|
|
13732
14317
|
VisualId: []
|
|
13733
14318
|
});
|
|
13734
14319
|
}, "se_WaterfallVisual");
|
|
@@ -13783,6 +14368,7 @@ var se_WordCloudVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13783
14368
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13784
14369
|
Subtitle: import_smithy_client._json,
|
|
13785
14370
|
Title: import_smithy_client._json,
|
|
14371
|
+
VisualContentAltText: [],
|
|
13786
14372
|
VisualId: []
|
|
13787
14373
|
});
|
|
13788
14374
|
}, "se_WordCloudVisual");
|
|
@@ -13816,7 +14402,7 @@ var de_Analysis = /* @__PURE__ */ __name((output, context) => {
|
|
|
13816
14402
|
Errors: import_smithy_client._json,
|
|
13817
14403
|
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13818
14404
|
Name: import_smithy_client.expectString,
|
|
13819
|
-
Sheets:
|
|
14405
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
13820
14406
|
Status: import_smithy_client.expectString,
|
|
13821
14407
|
ThemeArn: import_smithy_client.expectString
|
|
13822
14408
|
});
|
|
@@ -13831,7 +14417,8 @@ var de_AnalysisDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
13831
14417
|
Options: import_smithy_client._json,
|
|
13832
14418
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
13833
14419
|
QueryExecutionOptions: import_smithy_client._json,
|
|
13834
|
-
Sheets: (_) => de_SheetDefinitionList(_, context)
|
|
14420
|
+
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
14421
|
+
StaticFiles: import_smithy_client._json
|
|
13835
14422
|
});
|
|
13836
14423
|
}, "de_AnalysisDefinition");
|
|
13837
14424
|
var de_AnalysisSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -14029,6 +14616,7 @@ var de_BarChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14029
14616
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
14030
14617
|
Subtitle: import_smithy_client._json,
|
|
14031
14618
|
Title: import_smithy_client._json,
|
|
14619
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14032
14620
|
VisualId: import_smithy_client.expectString
|
|
14033
14621
|
});
|
|
14034
14622
|
}, "de_BarChartVisual");
|
|
@@ -14138,6 +14726,7 @@ var de_BoxPlotVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14138
14726
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
14139
14727
|
Subtitle: import_smithy_client._json,
|
|
14140
14728
|
Title: import_smithy_client._json,
|
|
14729
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14141
14730
|
VisualId: import_smithy_client.expectString
|
|
14142
14731
|
});
|
|
14143
14732
|
}, "de_BoxPlotVisual");
|
|
@@ -14278,6 +14867,7 @@ var de_ComboChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14278
14867
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
14279
14868
|
Subtitle: import_smithy_client._json,
|
|
14280
14869
|
Title: import_smithy_client._json,
|
|
14870
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14281
14871
|
VisualId: import_smithy_client.expectString
|
|
14282
14872
|
});
|
|
14283
14873
|
}, "de_ComboChartVisual");
|
|
@@ -14325,6 +14915,7 @@ var de_CustomContentVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14325
14915
|
DataSetIdentifier: import_smithy_client.expectString,
|
|
14326
14916
|
Subtitle: import_smithy_client._json,
|
|
14327
14917
|
Title: import_smithy_client._json,
|
|
14918
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14328
14919
|
VisualId: import_smithy_client.expectString
|
|
14329
14920
|
});
|
|
14330
14921
|
}, "de_CustomContentVisual");
|
|
@@ -14378,7 +14969,7 @@ var de_DashboardVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
14378
14969
|
DataSetArns: import_smithy_client._json,
|
|
14379
14970
|
Description: import_smithy_client.expectString,
|
|
14380
14971
|
Errors: import_smithy_client._json,
|
|
14381
|
-
Sheets:
|
|
14972
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
14382
14973
|
SourceEntityArn: import_smithy_client.expectString,
|
|
14383
14974
|
Status: import_smithy_client.expectString,
|
|
14384
14975
|
ThemeArn: import_smithy_client.expectString,
|
|
@@ -14394,7 +14985,8 @@ var de_DashboardVersionDefinition = /* @__PURE__ */ __name((output, context) =>
|
|
|
14394
14985
|
FilterGroups: (_) => de_FilterGroupList(_, context),
|
|
14395
14986
|
Options: import_smithy_client._json,
|
|
14396
14987
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
14397
|
-
Sheets: (_) => de_SheetDefinitionList(_, context)
|
|
14988
|
+
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
14989
|
+
StaticFiles: import_smithy_client._json
|
|
14398
14990
|
});
|
|
14399
14991
|
}, "de_DashboardVersionDefinition");
|
|
14400
14992
|
var de_DashboardVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -14780,6 +15372,7 @@ var de_FilledMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14780
15372
|
ConditionalFormatting: (_) => de_FilledMapConditionalFormatting(_, context),
|
|
14781
15373
|
Subtitle: import_smithy_client._json,
|
|
14782
15374
|
Title: import_smithy_client._json,
|
|
15375
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14783
15376
|
VisualId: import_smithy_client.expectString
|
|
14784
15377
|
});
|
|
14785
15378
|
}, "de_FilledMapVisual");
|
|
@@ -14950,6 +15543,7 @@ var de_FunnelChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14950
15543
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
14951
15544
|
Subtitle: import_smithy_client._json,
|
|
14952
15545
|
Title: import_smithy_client._json,
|
|
15546
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14953
15547
|
VisualId: import_smithy_client.expectString
|
|
14954
15548
|
});
|
|
14955
15549
|
}, "de_FunnelChartVisual");
|
|
@@ -15014,9 +15608,38 @@ var de_GaugeChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15014
15608
|
ConditionalFormatting: (_) => de_GaugeChartConditionalFormatting(_, context),
|
|
15015
15609
|
Subtitle: import_smithy_client._json,
|
|
15016
15610
|
Title: import_smithy_client._json,
|
|
15611
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15017
15612
|
VisualId: import_smithy_client.expectString
|
|
15018
15613
|
});
|
|
15019
15614
|
}, "de_GaugeChartVisual");
|
|
15615
|
+
var de_GeospatialCategoricalColor = /* @__PURE__ */ __name((output, context) => {
|
|
15616
|
+
return (0, import_smithy_client.take)(output, {
|
|
15617
|
+
CategoryDataColors: import_smithy_client._json,
|
|
15618
|
+
DefaultOpacity: import_smithy_client.limitedParseDouble,
|
|
15619
|
+
NullDataSettings: (_) => de_GeospatialNullDataSettings(_, context),
|
|
15620
|
+
NullDataVisibility: import_smithy_client.expectString
|
|
15621
|
+
});
|
|
15622
|
+
}, "de_GeospatialCategoricalColor");
|
|
15623
|
+
var de_GeospatialCircleRadius = /* @__PURE__ */ __name((output, context) => {
|
|
15624
|
+
return (0, import_smithy_client.take)(output, {
|
|
15625
|
+
Radius: import_smithy_client.limitedParseDouble
|
|
15626
|
+
});
|
|
15627
|
+
}, "de_GeospatialCircleRadius");
|
|
15628
|
+
var de_GeospatialCircleSymbolStyle = /* @__PURE__ */ __name((output, context) => {
|
|
15629
|
+
return (0, import_smithy_client.take)(output, {
|
|
15630
|
+
CircleRadius: (_) => de_GeospatialCircleRadius(_, context),
|
|
15631
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
15632
|
+
StrokeColor: (_) => de_GeospatialColor(_, context),
|
|
15633
|
+
StrokeWidth: (_) => de_GeospatialLineWidth(_, context)
|
|
15634
|
+
});
|
|
15635
|
+
}, "de_GeospatialCircleSymbolStyle");
|
|
15636
|
+
var de_GeospatialColor = /* @__PURE__ */ __name((output, context) => {
|
|
15637
|
+
return (0, import_smithy_client.take)(output, {
|
|
15638
|
+
Categorical: (_) => de_GeospatialCategoricalColor(_, context),
|
|
15639
|
+
Gradient: (_) => de_GeospatialGradientColor(_, context),
|
|
15640
|
+
Solid: import_smithy_client._json
|
|
15641
|
+
});
|
|
15642
|
+
}, "de_GeospatialColor");
|
|
15020
15643
|
var de_GeospatialCoordinateBounds = /* @__PURE__ */ __name((output, context) => {
|
|
15021
15644
|
return (0, import_smithy_client.take)(output, {
|
|
15022
15645
|
East: import_smithy_client.limitedParseDouble,
|
|
@@ -15025,6 +15648,95 @@ var de_GeospatialCoordinateBounds = /* @__PURE__ */ __name((output, context) =>
|
|
|
15025
15648
|
West: import_smithy_client.limitedParseDouble
|
|
15026
15649
|
});
|
|
15027
15650
|
}, "de_GeospatialCoordinateBounds");
|
|
15651
|
+
var de_GeospatialGradientColor = /* @__PURE__ */ __name((output, context) => {
|
|
15652
|
+
return (0, import_smithy_client.take)(output, {
|
|
15653
|
+
DefaultOpacity: import_smithy_client.limitedParseDouble,
|
|
15654
|
+
NullDataSettings: (_) => de_GeospatialNullDataSettings(_, context),
|
|
15655
|
+
NullDataVisibility: import_smithy_client.expectString,
|
|
15656
|
+
StepColors: (_) => de_GeospatialGradientStepColorList(_, context)
|
|
15657
|
+
});
|
|
15658
|
+
}, "de_GeospatialGradientColor");
|
|
15659
|
+
var de_GeospatialGradientStepColor = /* @__PURE__ */ __name((output, context) => {
|
|
15660
|
+
return (0, import_smithy_client.take)(output, {
|
|
15661
|
+
Color: import_smithy_client.expectString,
|
|
15662
|
+
DataValue: import_smithy_client.limitedParseDouble
|
|
15663
|
+
});
|
|
15664
|
+
}, "de_GeospatialGradientStepColor");
|
|
15665
|
+
var de_GeospatialGradientStepColorList = /* @__PURE__ */ __name((output, context) => {
|
|
15666
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
15667
|
+
return de_GeospatialGradientStepColor(entry, context);
|
|
15668
|
+
});
|
|
15669
|
+
return retVal;
|
|
15670
|
+
}, "de_GeospatialGradientStepColorList");
|
|
15671
|
+
var de_GeospatialLayerColorField = /* @__PURE__ */ __name((output, context) => {
|
|
15672
|
+
return (0, import_smithy_client.take)(output, {
|
|
15673
|
+
ColorDimensionsFields: import_smithy_client._json,
|
|
15674
|
+
ColorValuesFields: (_) => de_GeospatialLayerMeasureFieldList(_, context)
|
|
15675
|
+
});
|
|
15676
|
+
}, "de_GeospatialLayerColorField");
|
|
15677
|
+
var de_GeospatialLayerDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
15678
|
+
return (0, import_smithy_client.take)(output, {
|
|
15679
|
+
LineLayer: (_) => de_GeospatialLineLayer(_, context),
|
|
15680
|
+
PointLayer: (_) => de_GeospatialPointLayer(_, context),
|
|
15681
|
+
PolygonLayer: (_) => de_GeospatialPolygonLayer(_, context)
|
|
15682
|
+
});
|
|
15683
|
+
}, "de_GeospatialLayerDefinition");
|
|
15684
|
+
var de_GeospatialLayerItem = /* @__PURE__ */ __name((output, context) => {
|
|
15685
|
+
return (0, import_smithy_client.take)(output, {
|
|
15686
|
+
Actions: (_) => de_LayerCustomActionList(_, context),
|
|
15687
|
+
DataSource: import_smithy_client._json,
|
|
15688
|
+
JoinDefinition: (_) => de_GeospatialLayerJoinDefinition(_, context),
|
|
15689
|
+
Label: import_smithy_client.expectString,
|
|
15690
|
+
LayerDefinition: (_) => de_GeospatialLayerDefinition(_, context),
|
|
15691
|
+
LayerId: import_smithy_client.expectString,
|
|
15692
|
+
LayerType: import_smithy_client.expectString,
|
|
15693
|
+
Tooltip: (_) => de_TooltipOptions(_, context),
|
|
15694
|
+
Visibility: import_smithy_client.expectString
|
|
15695
|
+
});
|
|
15696
|
+
}, "de_GeospatialLayerItem");
|
|
15697
|
+
var de_GeospatialLayerJoinDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
15698
|
+
return (0, import_smithy_client.take)(output, {
|
|
15699
|
+
ColorField: (_) => de_GeospatialLayerColorField(_, context),
|
|
15700
|
+
DatasetKeyField: import_smithy_client._json,
|
|
15701
|
+
ShapeKeyField: import_smithy_client.expectString
|
|
15702
|
+
});
|
|
15703
|
+
}, "de_GeospatialLayerJoinDefinition");
|
|
15704
|
+
var de_GeospatialLayerMapConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
15705
|
+
return (0, import_smithy_client.take)(output, {
|
|
15706
|
+
Interactions: import_smithy_client._json,
|
|
15707
|
+
Legend: import_smithy_client._json,
|
|
15708
|
+
MapLayers: (_) => de_GeospatialMapLayerList(_, context),
|
|
15709
|
+
MapState: (_) => de_GeospatialMapState(_, context),
|
|
15710
|
+
MapStyle: import_smithy_client._json
|
|
15711
|
+
});
|
|
15712
|
+
}, "de_GeospatialLayerMapConfiguration");
|
|
15713
|
+
var de_GeospatialLayerMeasureFieldList = /* @__PURE__ */ __name((output, context) => {
|
|
15714
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
15715
|
+
return de_MeasureField(entry, context);
|
|
15716
|
+
});
|
|
15717
|
+
return retVal;
|
|
15718
|
+
}, "de_GeospatialLayerMeasureFieldList");
|
|
15719
|
+
var de_GeospatialLineLayer = /* @__PURE__ */ __name((output, context) => {
|
|
15720
|
+
return (0, import_smithy_client.take)(output, {
|
|
15721
|
+
Style: (_) => de_GeospatialLineStyle(_, context)
|
|
15722
|
+
});
|
|
15723
|
+
}, "de_GeospatialLineLayer");
|
|
15724
|
+
var de_GeospatialLineStyle = /* @__PURE__ */ __name((output, context) => {
|
|
15725
|
+
return (0, import_smithy_client.take)(output, {
|
|
15726
|
+
LineSymbolStyle: (_) => de_GeospatialLineSymbolStyle(_, context)
|
|
15727
|
+
});
|
|
15728
|
+
}, "de_GeospatialLineStyle");
|
|
15729
|
+
var de_GeospatialLineSymbolStyle = /* @__PURE__ */ __name((output, context) => {
|
|
15730
|
+
return (0, import_smithy_client.take)(output, {
|
|
15731
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
15732
|
+
LineWidth: (_) => de_GeospatialLineWidth(_, context)
|
|
15733
|
+
});
|
|
15734
|
+
}, "de_GeospatialLineSymbolStyle");
|
|
15735
|
+
var de_GeospatialLineWidth = /* @__PURE__ */ __name((output, context) => {
|
|
15736
|
+
return (0, import_smithy_client.take)(output, {
|
|
15737
|
+
LineWidth: import_smithy_client.limitedParseDouble
|
|
15738
|
+
});
|
|
15739
|
+
}, "de_GeospatialLineWidth");
|
|
15028
15740
|
var de_GeospatialMapAggregatedFieldWells = /* @__PURE__ */ __name((output, context) => {
|
|
15029
15741
|
return (0, import_smithy_client.take)(output, {
|
|
15030
15742
|
Colors: import_smithy_client._json,
|
|
@@ -15049,6 +15761,18 @@ var de_GeospatialMapFieldWells = /* @__PURE__ */ __name((output, context) => {
|
|
|
15049
15761
|
GeospatialMapAggregatedFieldWells: (_) => de_GeospatialMapAggregatedFieldWells(_, context)
|
|
15050
15762
|
});
|
|
15051
15763
|
}, "de_GeospatialMapFieldWells");
|
|
15764
|
+
var de_GeospatialMapLayerList = /* @__PURE__ */ __name((output, context) => {
|
|
15765
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
15766
|
+
return de_GeospatialLayerItem(entry, context);
|
|
15767
|
+
});
|
|
15768
|
+
return retVal;
|
|
15769
|
+
}, "de_GeospatialMapLayerList");
|
|
15770
|
+
var de_GeospatialMapState = /* @__PURE__ */ __name((output, context) => {
|
|
15771
|
+
return (0, import_smithy_client.take)(output, {
|
|
15772
|
+
Bounds: (_) => de_GeospatialCoordinateBounds(_, context),
|
|
15773
|
+
MapNavigation: import_smithy_client.expectString
|
|
15774
|
+
});
|
|
15775
|
+
}, "de_GeospatialMapState");
|
|
15052
15776
|
var de_GeospatialMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
15053
15777
|
return (0, import_smithy_client.take)(output, {
|
|
15054
15778
|
Actions: (_) => de_VisualCustomActionList(_, context),
|
|
@@ -15056,9 +15780,49 @@ var de_GeospatialMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15056
15780
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15057
15781
|
Subtitle: import_smithy_client._json,
|
|
15058
15782
|
Title: import_smithy_client._json,
|
|
15783
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15059
15784
|
VisualId: import_smithy_client.expectString
|
|
15060
15785
|
});
|
|
15061
15786
|
}, "de_GeospatialMapVisual");
|
|
15787
|
+
var de_GeospatialNullDataSettings = /* @__PURE__ */ __name((output, context) => {
|
|
15788
|
+
return (0, import_smithy_client.take)(output, {
|
|
15789
|
+
SymbolStyle: (_) => de_GeospatialNullSymbolStyle(_, context)
|
|
15790
|
+
});
|
|
15791
|
+
}, "de_GeospatialNullDataSettings");
|
|
15792
|
+
var de_GeospatialNullSymbolStyle = /* @__PURE__ */ __name((output, context) => {
|
|
15793
|
+
return (0, import_smithy_client.take)(output, {
|
|
15794
|
+
FillColor: import_smithy_client.expectString,
|
|
15795
|
+
StrokeColor: import_smithy_client.expectString,
|
|
15796
|
+
StrokeWidth: import_smithy_client.limitedParseDouble
|
|
15797
|
+
});
|
|
15798
|
+
}, "de_GeospatialNullSymbolStyle");
|
|
15799
|
+
var de_GeospatialPointLayer = /* @__PURE__ */ __name((output, context) => {
|
|
15800
|
+
return (0, import_smithy_client.take)(output, {
|
|
15801
|
+
Style: (_) => de_GeospatialPointStyle(_, context)
|
|
15802
|
+
});
|
|
15803
|
+
}, "de_GeospatialPointLayer");
|
|
15804
|
+
var de_GeospatialPointStyle = /* @__PURE__ */ __name((output, context) => {
|
|
15805
|
+
return (0, import_smithy_client.take)(output, {
|
|
15806
|
+
CircleSymbolStyle: (_) => de_GeospatialCircleSymbolStyle(_, context)
|
|
15807
|
+
});
|
|
15808
|
+
}, "de_GeospatialPointStyle");
|
|
15809
|
+
var de_GeospatialPolygonLayer = /* @__PURE__ */ __name((output, context) => {
|
|
15810
|
+
return (0, import_smithy_client.take)(output, {
|
|
15811
|
+
Style: (_) => de_GeospatialPolygonStyle(_, context)
|
|
15812
|
+
});
|
|
15813
|
+
}, "de_GeospatialPolygonLayer");
|
|
15814
|
+
var de_GeospatialPolygonStyle = /* @__PURE__ */ __name((output, context) => {
|
|
15815
|
+
return (0, import_smithy_client.take)(output, {
|
|
15816
|
+
PolygonSymbolStyle: (_) => de_GeospatialPolygonSymbolStyle(_, context)
|
|
15817
|
+
});
|
|
15818
|
+
}, "de_GeospatialPolygonStyle");
|
|
15819
|
+
var de_GeospatialPolygonSymbolStyle = /* @__PURE__ */ __name((output, context) => {
|
|
15820
|
+
return (0, import_smithy_client.take)(output, {
|
|
15821
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
15822
|
+
StrokeColor: (_) => de_GeospatialColor(_, context),
|
|
15823
|
+
StrokeWidth: (_) => de_GeospatialLineWidth(_, context)
|
|
15824
|
+
});
|
|
15825
|
+
}, "de_GeospatialPolygonSymbolStyle");
|
|
15062
15826
|
var de_GeospatialWindowOptions = /* @__PURE__ */ __name((output, context) => {
|
|
15063
15827
|
return (0, import_smithy_client.take)(output, {
|
|
15064
15828
|
Bounds: (_) => de_GeospatialCoordinateBounds(_, context),
|
|
@@ -15138,6 +15902,7 @@ var de_HeatMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15138
15902
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15139
15903
|
Subtitle: import_smithy_client._json,
|
|
15140
15904
|
Title: import_smithy_client._json,
|
|
15905
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15141
15906
|
VisualId: import_smithy_client.expectString
|
|
15142
15907
|
});
|
|
15143
15908
|
}, "de_HeatMapVisual");
|
|
@@ -15184,9 +15949,38 @@ var de_HistogramVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15184
15949
|
ChartConfiguration: (_) => de_HistogramConfiguration(_, context),
|
|
15185
15950
|
Subtitle: import_smithy_client._json,
|
|
15186
15951
|
Title: import_smithy_client._json,
|
|
15952
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15187
15953
|
VisualId: import_smithy_client.expectString
|
|
15188
15954
|
});
|
|
15189
|
-
}, "de_HistogramVisual");
|
|
15955
|
+
}, "de_HistogramVisual");
|
|
15956
|
+
var de_ImageCustomAction = /* @__PURE__ */ __name((output, context) => {
|
|
15957
|
+
return (0, import_smithy_client.take)(output, {
|
|
15958
|
+
ActionOperations: (_) => de_ImageCustomActionOperationList(_, context),
|
|
15959
|
+
CustomActionId: import_smithy_client.expectString,
|
|
15960
|
+
Name: import_smithy_client.expectString,
|
|
15961
|
+
Status: import_smithy_client.expectString,
|
|
15962
|
+
Trigger: import_smithy_client.expectString
|
|
15963
|
+
});
|
|
15964
|
+
}, "de_ImageCustomAction");
|
|
15965
|
+
var de_ImageCustomActionList = /* @__PURE__ */ __name((output, context) => {
|
|
15966
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
15967
|
+
return de_ImageCustomAction(entry, context);
|
|
15968
|
+
});
|
|
15969
|
+
return retVal;
|
|
15970
|
+
}, "de_ImageCustomActionList");
|
|
15971
|
+
var de_ImageCustomActionOperation = /* @__PURE__ */ __name((output, context) => {
|
|
15972
|
+
return (0, import_smithy_client.take)(output, {
|
|
15973
|
+
NavigationOperation: import_smithy_client._json,
|
|
15974
|
+
SetParametersOperation: (_) => de_CustomActionSetParametersOperation(_, context),
|
|
15975
|
+
URLOperation: import_smithy_client._json
|
|
15976
|
+
});
|
|
15977
|
+
}, "de_ImageCustomActionOperation");
|
|
15978
|
+
var de_ImageCustomActionOperationList = /* @__PURE__ */ __name((output, context) => {
|
|
15979
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
15980
|
+
return de_ImageCustomActionOperation(entry, context);
|
|
15981
|
+
});
|
|
15982
|
+
return retVal;
|
|
15983
|
+
}, "de_ImageCustomActionOperationList");
|
|
15190
15984
|
var de_Ingestion = /* @__PURE__ */ __name((output, context) => {
|
|
15191
15985
|
return (0, import_smithy_client.take)(output, {
|
|
15192
15986
|
Arn: import_smithy_client.expectString,
|
|
@@ -15227,6 +16021,7 @@ var de_InsightVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15227
16021
|
InsightConfiguration: (_) => de_InsightConfiguration(_, context),
|
|
15228
16022
|
Subtitle: import_smithy_client._json,
|
|
15229
16023
|
Title: import_smithy_client._json,
|
|
16024
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15230
16025
|
VisualId: import_smithy_client.expectString
|
|
15231
16026
|
});
|
|
15232
16027
|
}, "de_InsightVisual");
|
|
@@ -15300,9 +16095,49 @@ var de_KPIVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15300
16095
|
ConditionalFormatting: (_) => de_KPIConditionalFormatting(_, context),
|
|
15301
16096
|
Subtitle: import_smithy_client._json,
|
|
15302
16097
|
Title: import_smithy_client._json,
|
|
16098
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15303
16099
|
VisualId: import_smithy_client.expectString
|
|
15304
16100
|
});
|
|
15305
16101
|
}, "de_KPIVisual");
|
|
16102
|
+
var de_LayerCustomAction = /* @__PURE__ */ __name((output, context) => {
|
|
16103
|
+
return (0, import_smithy_client.take)(output, {
|
|
16104
|
+
ActionOperations: (_) => de_LayerCustomActionOperationList(_, context),
|
|
16105
|
+
CustomActionId: import_smithy_client.expectString,
|
|
16106
|
+
Name: import_smithy_client.expectString,
|
|
16107
|
+
Status: import_smithy_client.expectString,
|
|
16108
|
+
Trigger: import_smithy_client.expectString
|
|
16109
|
+
});
|
|
16110
|
+
}, "de_LayerCustomAction");
|
|
16111
|
+
var de_LayerCustomActionList = /* @__PURE__ */ __name((output, context) => {
|
|
16112
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16113
|
+
return de_LayerCustomAction(entry, context);
|
|
16114
|
+
});
|
|
16115
|
+
return retVal;
|
|
16116
|
+
}, "de_LayerCustomActionList");
|
|
16117
|
+
var de_LayerCustomActionOperation = /* @__PURE__ */ __name((output, context) => {
|
|
16118
|
+
return (0, import_smithy_client.take)(output, {
|
|
16119
|
+
FilterOperation: import_smithy_client._json,
|
|
16120
|
+
NavigationOperation: import_smithy_client._json,
|
|
16121
|
+
SetParametersOperation: (_) => de_CustomActionSetParametersOperation(_, context),
|
|
16122
|
+
URLOperation: import_smithy_client._json
|
|
16123
|
+
});
|
|
16124
|
+
}, "de_LayerCustomActionOperation");
|
|
16125
|
+
var de_LayerCustomActionOperationList = /* @__PURE__ */ __name((output, context) => {
|
|
16126
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16127
|
+
return de_LayerCustomActionOperation(entry, context);
|
|
16128
|
+
});
|
|
16129
|
+
return retVal;
|
|
16130
|
+
}, "de_LayerCustomActionOperationList");
|
|
16131
|
+
var de_LayerMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
16132
|
+
return (0, import_smithy_client.take)(output, {
|
|
16133
|
+
ChartConfiguration: (_) => de_GeospatialLayerMapConfiguration(_, context),
|
|
16134
|
+
DataSetIdentifier: import_smithy_client.expectString,
|
|
16135
|
+
Subtitle: import_smithy_client._json,
|
|
16136
|
+
Title: import_smithy_client._json,
|
|
16137
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16138
|
+
VisualId: import_smithy_client.expectString
|
|
16139
|
+
});
|
|
16140
|
+
}, "de_LayerMapVisual");
|
|
15306
16141
|
var de_Layout = /* @__PURE__ */ __name((output, context) => {
|
|
15307
16142
|
return (0, import_smithy_client.take)(output, {
|
|
15308
16143
|
Configuration: (_) => de_LayoutConfiguration(_, context)
|
|
@@ -15375,6 +16210,7 @@ var de_LineChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15375
16210
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15376
16211
|
Subtitle: import_smithy_client._json,
|
|
15377
16212
|
Title: import_smithy_client._json,
|
|
16213
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15378
16214
|
VisualId: import_smithy_client.expectString
|
|
15379
16215
|
});
|
|
15380
16216
|
}, "de_LineChartVisual");
|
|
@@ -15634,6 +16470,7 @@ var de_PieChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15634
16470
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15635
16471
|
Subtitle: import_smithy_client._json,
|
|
15636
16472
|
Title: import_smithy_client._json,
|
|
16473
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15637
16474
|
VisualId: import_smithy_client.expectString
|
|
15638
16475
|
});
|
|
15639
16476
|
}, "de_PieChartVisual");
|
|
@@ -15721,9 +16558,52 @@ var de_PivotTableVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15721
16558
|
ConditionalFormatting: (_) => de_PivotTableConditionalFormatting(_, context),
|
|
15722
16559
|
Subtitle: import_smithy_client._json,
|
|
15723
16560
|
Title: import_smithy_client._json,
|
|
16561
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15724
16562
|
VisualId: import_smithy_client.expectString
|
|
15725
16563
|
});
|
|
15726
16564
|
}, "de_PivotTableVisual");
|
|
16565
|
+
var de_PluginVisual = /* @__PURE__ */ __name((output, context) => {
|
|
16566
|
+
return (0, import_smithy_client.take)(output, {
|
|
16567
|
+
ChartConfiguration: (_) => de_PluginVisualConfiguration(_, context),
|
|
16568
|
+
PluginArn: import_smithy_client.expectString,
|
|
16569
|
+
Subtitle: import_smithy_client._json,
|
|
16570
|
+
Title: import_smithy_client._json,
|
|
16571
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16572
|
+
VisualId: import_smithy_client.expectString
|
|
16573
|
+
});
|
|
16574
|
+
}, "de_PluginVisual");
|
|
16575
|
+
var de_PluginVisualConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
16576
|
+
return (0, import_smithy_client.take)(output, {
|
|
16577
|
+
FieldWells: (_) => de_PluginVisualFieldWells(_, context),
|
|
16578
|
+
SortConfiguration: (_) => de_PluginVisualSortConfiguration(_, context),
|
|
16579
|
+
VisualOptions: import_smithy_client._json
|
|
16580
|
+
});
|
|
16581
|
+
}, "de_PluginVisualConfiguration");
|
|
16582
|
+
var de_PluginVisualFieldWell = /* @__PURE__ */ __name((output, context) => {
|
|
16583
|
+
return (0, import_smithy_client.take)(output, {
|
|
16584
|
+
AxisName: import_smithy_client.expectString,
|
|
16585
|
+
Dimensions: import_smithy_client._json,
|
|
16586
|
+
Measures: (_) => de_MeasureFieldList(_, context),
|
|
16587
|
+
Unaggregated: import_smithy_client._json
|
|
16588
|
+
});
|
|
16589
|
+
}, "de_PluginVisualFieldWell");
|
|
16590
|
+
var de_PluginVisualFieldWells = /* @__PURE__ */ __name((output, context) => {
|
|
16591
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16592
|
+
return de_PluginVisualFieldWell(entry, context);
|
|
16593
|
+
});
|
|
16594
|
+
return retVal;
|
|
16595
|
+
}, "de_PluginVisualFieldWells");
|
|
16596
|
+
var de_PluginVisualSortConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
16597
|
+
return (0, import_smithy_client.take)(output, {
|
|
16598
|
+
PluginVisualTableQuerySort: (_) => de_PluginVisualTableQuerySort(_, context)
|
|
16599
|
+
});
|
|
16600
|
+
}, "de_PluginVisualSortConfiguration");
|
|
16601
|
+
var de_PluginVisualTableQuerySort = /* @__PURE__ */ __name((output, context) => {
|
|
16602
|
+
return (0, import_smithy_client.take)(output, {
|
|
16603
|
+
ItemsLimitConfiguration: import_smithy_client._json,
|
|
16604
|
+
RowSort: (_) => de_RowSortList(_, context)
|
|
16605
|
+
});
|
|
16606
|
+
}, "de_PluginVisualTableQuerySort");
|
|
15727
16607
|
var de_PredefinedHierarchy = /* @__PURE__ */ __name((output, context) => {
|
|
15728
16608
|
return (0, import_smithy_client.take)(output, {
|
|
15729
16609
|
Columns: import_smithy_client._json,
|
|
@@ -15784,6 +16664,7 @@ var de_RadarChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15784
16664
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15785
16665
|
Subtitle: import_smithy_client._json,
|
|
15786
16666
|
Title: import_smithy_client._json,
|
|
16667
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15787
16668
|
VisualId: import_smithy_client.expectString
|
|
15788
16669
|
});
|
|
15789
16670
|
}, "de_RadarChartVisual");
|
|
@@ -15890,6 +16771,7 @@ var de_SankeyDiagramVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15890
16771
|
ChartConfiguration: (_) => de_SankeyDiagramChartConfiguration(_, context),
|
|
15891
16772
|
Subtitle: import_smithy_client._json,
|
|
15892
16773
|
Title: import_smithy_client._json,
|
|
16774
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15893
16775
|
VisualId: import_smithy_client.expectString
|
|
15894
16776
|
});
|
|
15895
16777
|
}, "de_SankeyDiagramVisual");
|
|
@@ -15939,6 +16821,7 @@ var de_ScatterPlotVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15939
16821
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15940
16822
|
Subtitle: import_smithy_client._json,
|
|
15941
16823
|
Title: import_smithy_client._json,
|
|
16824
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15942
16825
|
VisualId: import_smithy_client.expectString
|
|
15943
16826
|
});
|
|
15944
16827
|
}, "de_ScatterPlotVisual");
|
|
@@ -15985,11 +16868,19 @@ var de_ShapeConditionalFormat = /* @__PURE__ */ __name((output, context) => {
|
|
|
15985
16868
|
BackgroundColor: (_) => de_ConditionalFormattingColor(_, context)
|
|
15986
16869
|
});
|
|
15987
16870
|
}, "de_ShapeConditionalFormat");
|
|
16871
|
+
var de_Sheet = /* @__PURE__ */ __name((output, context) => {
|
|
16872
|
+
return (0, import_smithy_client.take)(output, {
|
|
16873
|
+
Images: (_) => de_SheetImageList(_, context),
|
|
16874
|
+
Name: import_smithy_client.expectString,
|
|
16875
|
+
SheetId: import_smithy_client.expectString
|
|
16876
|
+
});
|
|
16877
|
+
}, "de_Sheet");
|
|
15988
16878
|
var de_SheetDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
15989
16879
|
return (0, import_smithy_client.take)(output, {
|
|
15990
16880
|
ContentType: import_smithy_client.expectString,
|
|
15991
16881
|
Description: import_smithy_client.expectString,
|
|
15992
16882
|
FilterControls: (_) => de_FilterControlList(_, context),
|
|
16883
|
+
Images: (_) => de_SheetImageList(_, context),
|
|
15993
16884
|
Layouts: (_) => de_LayoutList(_, context),
|
|
15994
16885
|
Name: import_smithy_client.expectString,
|
|
15995
16886
|
ParameterControls: (_) => de_ParameterControlList(_, context),
|
|
@@ -16006,6 +16897,29 @@ var de_SheetDefinitionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
16006
16897
|
});
|
|
16007
16898
|
return retVal;
|
|
16008
16899
|
}, "de_SheetDefinitionList");
|
|
16900
|
+
var de_SheetImage = /* @__PURE__ */ __name((output, context) => {
|
|
16901
|
+
return (0, import_smithy_client.take)(output, {
|
|
16902
|
+
Actions: (_) => de_ImageCustomActionList(_, context),
|
|
16903
|
+
ImageContentAltText: import_smithy_client.expectString,
|
|
16904
|
+
Interactions: import_smithy_client._json,
|
|
16905
|
+
Scaling: import_smithy_client._json,
|
|
16906
|
+
SheetImageId: import_smithy_client.expectString,
|
|
16907
|
+
Source: import_smithy_client._json,
|
|
16908
|
+
Tooltip: import_smithy_client._json
|
|
16909
|
+
});
|
|
16910
|
+
}, "de_SheetImage");
|
|
16911
|
+
var de_SheetImageList = /* @__PURE__ */ __name((output, context) => {
|
|
16912
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16913
|
+
return de_SheetImage(entry, context);
|
|
16914
|
+
});
|
|
16915
|
+
return retVal;
|
|
16916
|
+
}, "de_SheetImageList");
|
|
16917
|
+
var de_SheetList = /* @__PURE__ */ __name((output, context) => {
|
|
16918
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16919
|
+
return de_Sheet(entry, context);
|
|
16920
|
+
});
|
|
16921
|
+
return retVal;
|
|
16922
|
+
}, "de_SheetList");
|
|
16009
16923
|
var de_SnapshotConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
16010
16924
|
return (0, import_smithy_client.take)(output, {
|
|
16011
16925
|
DestinationConfiguration: import_smithy_client._json,
|
|
@@ -16079,6 +16993,7 @@ var de_TableVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16079
16993
|
ConditionalFormatting: (_) => de_TableConditionalFormatting(_, context),
|
|
16080
16994
|
Subtitle: import_smithy_client._json,
|
|
16081
16995
|
Title: import_smithy_client._json,
|
|
16996
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16082
16997
|
VisualId: import_smithy_client.expectString
|
|
16083
16998
|
});
|
|
16084
16999
|
}, "de_TableVisual");
|
|
@@ -16114,7 +17029,7 @@ var de_TemplateVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
16114
17029
|
DataSetConfigurations: import_smithy_client._json,
|
|
16115
17030
|
Description: import_smithy_client.expectString,
|
|
16116
17031
|
Errors: import_smithy_client._json,
|
|
16117
|
-
Sheets:
|
|
17032
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
16118
17033
|
SourceEntityArn: import_smithy_client.expectString,
|
|
16119
17034
|
Status: import_smithy_client.expectString,
|
|
16120
17035
|
ThemeArn: import_smithy_client.expectString,
|
|
@@ -16131,7 +17046,8 @@ var de_TemplateVersionDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
16131
17046
|
Options: import_smithy_client._json,
|
|
16132
17047
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
16133
17048
|
QueryExecutionOptions: import_smithy_client._json,
|
|
16134
|
-
Sheets: (_) => de_SheetDefinitionList(_, context)
|
|
17049
|
+
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
17050
|
+
StaticFiles: import_smithy_client._json
|
|
16135
17051
|
});
|
|
16136
17052
|
}, "de_TemplateVersionDefinition");
|
|
16137
17053
|
var de_TemplateVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -16471,6 +17387,7 @@ var de_TreeMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16471
17387
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
16472
17388
|
Subtitle: import_smithy_client._json,
|
|
16473
17389
|
Title: import_smithy_client._json,
|
|
17390
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16474
17391
|
VisualId: import_smithy_client.expectString
|
|
16475
17392
|
});
|
|
16476
17393
|
}, "de_TreeMapVisual");
|
|
@@ -16494,9 +17411,11 @@ var de_Visual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16494
17411
|
HistogramVisual: (_) => de_HistogramVisual(_, context),
|
|
16495
17412
|
InsightVisual: (_) => de_InsightVisual(_, context),
|
|
16496
17413
|
KPIVisual: (_) => de_KPIVisual(_, context),
|
|
17414
|
+
LayerMapVisual: (_) => de_LayerMapVisual(_, context),
|
|
16497
17415
|
LineChartVisual: (_) => de_LineChartVisual(_, context),
|
|
16498
17416
|
PieChartVisual: (_) => de_PieChartVisual(_, context),
|
|
16499
17417
|
PivotTableVisual: (_) => de_PivotTableVisual(_, context),
|
|
17418
|
+
PluginVisual: (_) => de_PluginVisual(_, context),
|
|
16500
17419
|
RadarChartVisual: (_) => de_RadarChartVisual(_, context),
|
|
16501
17420
|
SankeyDiagramVisual: (_) => de_SankeyDiagramVisual(_, context),
|
|
16502
17421
|
ScatterPlotVisual: (_) => de_ScatterPlotVisual(_, context),
|
|
@@ -16620,6 +17539,7 @@ var de_WaterfallVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16620
17539
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
16621
17540
|
Subtitle: import_smithy_client._json,
|
|
16622
17541
|
Title: import_smithy_client._json,
|
|
17542
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16623
17543
|
VisualId: import_smithy_client.expectString
|
|
16624
17544
|
});
|
|
16625
17545
|
}, "de_WaterfallVisual");
|
|
@@ -16675,6 +17595,7 @@ var de_WordCloudVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16675
17595
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
16676
17596
|
Subtitle: import_smithy_client._json,
|
|
16677
17597
|
Title: import_smithy_client._json,
|
|
17598
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16678
17599
|
VisualId: import_smithy_client.expectString
|
|
16679
17600
|
});
|
|
16680
17601
|
}, "de_WordCloudVisual");
|
|
@@ -17576,7 +18497,7 @@ var _DescribeAnalysisCommand = class _DescribeAnalysisCommand extends import_smi
|
|
|
17576
18497
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17577
18498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17578
18499
|
];
|
|
17579
|
-
}).s("QuickSight_20180401", "DescribeAnalysis", {}).n("QuickSightClient", "DescribeAnalysisCommand").f(void 0,
|
|
18500
|
+
}).s("QuickSight_20180401", "DescribeAnalysis", {}).n("QuickSightClient", "DescribeAnalysisCommand").f(void 0, DescribeAnalysisResponseFilterSensitiveLog).ser(se_DescribeAnalysisCommand).de(de_DescribeAnalysisCommand).build() {
|
|
17580
18501
|
};
|
|
17581
18502
|
__name(_DescribeAnalysisCommand, "DescribeAnalysisCommand");
|
|
17582
18503
|
var DescribeAnalysisCommand = _DescribeAnalysisCommand;
|
|
@@ -17702,7 +18623,7 @@ var _DescribeDashboardCommand = class _DescribeDashboardCommand extends import_s
|
|
|
17702
18623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17703
18624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17704
18625
|
];
|
|
17705
|
-
}).s("QuickSight_20180401", "DescribeDashboard", {}).n("QuickSightClient", "DescribeDashboardCommand").f(void 0,
|
|
18626
|
+
}).s("QuickSight_20180401", "DescribeDashboard", {}).n("QuickSightClient", "DescribeDashboardCommand").f(void 0, DescribeDashboardResponseFilterSensitiveLog).ser(se_DescribeDashboardCommand).de(de_DescribeDashboardCommand).build() {
|
|
17706
18627
|
};
|
|
17707
18628
|
__name(_DescribeDashboardCommand, "DescribeDashboardCommand");
|
|
17708
18629
|
var DescribeDashboardCommand = _DescribeDashboardCommand;
|
|
@@ -17763,6 +18684,20 @@ var _DescribeDashboardSnapshotJobResultCommand = class _DescribeDashboardSnapsho
|
|
|
17763
18684
|
__name(_DescribeDashboardSnapshotJobResultCommand, "DescribeDashboardSnapshotJobResultCommand");
|
|
17764
18685
|
var DescribeDashboardSnapshotJobResultCommand = _DescribeDashboardSnapshotJobResultCommand;
|
|
17765
18686
|
|
|
18687
|
+
// src/commands/DescribeDashboardsQAConfigurationCommand.ts
|
|
18688
|
+
|
|
18689
|
+
|
|
18690
|
+
|
|
18691
|
+
var _DescribeDashboardsQAConfigurationCommand = class _DescribeDashboardsQAConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
18692
|
+
return [
|
|
18693
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18694
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18695
|
+
];
|
|
18696
|
+
}).s("QuickSight_20180401", "DescribeDashboardsQAConfiguration", {}).n("QuickSightClient", "DescribeDashboardsQAConfigurationCommand").f(void 0, void 0).ser(se_DescribeDashboardsQAConfigurationCommand).de(de_DescribeDashboardsQAConfigurationCommand).build() {
|
|
18697
|
+
};
|
|
18698
|
+
__name(_DescribeDashboardsQAConfigurationCommand, "DescribeDashboardsQAConfigurationCommand");
|
|
18699
|
+
var DescribeDashboardsQAConfigurationCommand = _DescribeDashboardsQAConfigurationCommand;
|
|
18700
|
+
|
|
17766
18701
|
// src/commands/DescribeDataSetCommand.ts
|
|
17767
18702
|
|
|
17768
18703
|
|
|
@@ -18038,7 +18973,7 @@ var _DescribeTemplateCommand = class _DescribeTemplateCommand extends import_smi
|
|
|
18038
18973
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18039
18974
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18040
18975
|
];
|
|
18041
|
-
}).s("QuickSight_20180401", "DescribeTemplate", {}).n("QuickSightClient", "DescribeTemplateCommand").f(void 0,
|
|
18976
|
+
}).s("QuickSight_20180401", "DescribeTemplate", {}).n("QuickSightClient", "DescribeTemplateCommand").f(void 0, DescribeTemplateResponseFilterSensitiveLog).ser(se_DescribeTemplateCommand).de(de_DescribeTemplateCommand).build() {
|
|
18042
18977
|
};
|
|
18043
18978
|
__name(_DescribeTemplateCommand, "DescribeTemplateCommand");
|
|
18044
18979
|
var DescribeTemplateCommand = _DescribeTemplateCommand;
|
|
@@ -18858,6 +19793,20 @@ var _SearchGroupsCommand = class _SearchGroupsCommand extends import_smithy_clie
|
|
|
18858
19793
|
__name(_SearchGroupsCommand, "SearchGroupsCommand");
|
|
18859
19794
|
var SearchGroupsCommand = _SearchGroupsCommand;
|
|
18860
19795
|
|
|
19796
|
+
// src/commands/SearchTopicsCommand.ts
|
|
19797
|
+
|
|
19798
|
+
|
|
19799
|
+
|
|
19800
|
+
var _SearchTopicsCommand = class _SearchTopicsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19801
|
+
return [
|
|
19802
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19803
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19804
|
+
];
|
|
19805
|
+
}).s("QuickSight_20180401", "SearchTopics", {}).n("QuickSightClient", "SearchTopicsCommand").f(void 0, void 0).ser(se_SearchTopicsCommand).de(de_SearchTopicsCommand).build() {
|
|
19806
|
+
};
|
|
19807
|
+
__name(_SearchTopicsCommand, "SearchTopicsCommand");
|
|
19808
|
+
var SearchTopicsCommand = _SearchTopicsCommand;
|
|
19809
|
+
|
|
18861
19810
|
// src/commands/StartAssetBundleExportJobCommand.ts
|
|
18862
19811
|
|
|
18863
19812
|
|
|
@@ -19110,6 +20059,20 @@ var _UpdateDashboardPublishedVersionCommand = class _UpdateDashboardPublishedVer
|
|
|
19110
20059
|
__name(_UpdateDashboardPublishedVersionCommand, "UpdateDashboardPublishedVersionCommand");
|
|
19111
20060
|
var UpdateDashboardPublishedVersionCommand = _UpdateDashboardPublishedVersionCommand;
|
|
19112
20061
|
|
|
20062
|
+
// src/commands/UpdateDashboardsQAConfigurationCommand.ts
|
|
20063
|
+
|
|
20064
|
+
|
|
20065
|
+
|
|
20066
|
+
var _UpdateDashboardsQAConfigurationCommand = class _UpdateDashboardsQAConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20067
|
+
return [
|
|
20068
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20069
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20070
|
+
];
|
|
20071
|
+
}).s("QuickSight_20180401", "UpdateDashboardsQAConfiguration", {}).n("QuickSightClient", "UpdateDashboardsQAConfigurationCommand").f(void 0, void 0).ser(se_UpdateDashboardsQAConfigurationCommand).de(de_UpdateDashboardsQAConfigurationCommand).build() {
|
|
20072
|
+
};
|
|
20073
|
+
__name(_UpdateDashboardsQAConfigurationCommand, "UpdateDashboardsQAConfigurationCommand");
|
|
20074
|
+
var UpdateDashboardsQAConfigurationCommand = _UpdateDashboardsQAConfigurationCommand;
|
|
20075
|
+
|
|
19113
20076
|
// src/commands/UpdateDataSetCommand.ts
|
|
19114
20077
|
|
|
19115
20078
|
|
|
@@ -19578,6 +20541,7 @@ var commands = {
|
|
|
19578
20541
|
DescribeDashboardPermissionsCommand,
|
|
19579
20542
|
DescribeDashboardSnapshotJobCommand,
|
|
19580
20543
|
DescribeDashboardSnapshotJobResultCommand,
|
|
20544
|
+
DescribeDashboardsQAConfigurationCommand,
|
|
19581
20545
|
DescribeDataSetCommand,
|
|
19582
20546
|
DescribeDataSetPermissionsCommand,
|
|
19583
20547
|
DescribeDataSetRefreshPropertiesCommand,
|
|
@@ -19656,6 +20620,7 @@ var commands = {
|
|
|
19656
20620
|
SearchDataSourcesCommand,
|
|
19657
20621
|
SearchFoldersCommand,
|
|
19658
20622
|
SearchGroupsCommand,
|
|
20623
|
+
SearchTopicsCommand,
|
|
19659
20624
|
StartAssetBundleExportJobCommand,
|
|
19660
20625
|
StartAssetBundleImportJobCommand,
|
|
19661
20626
|
StartDashboardSnapshotJobCommand,
|
|
@@ -19674,6 +20639,7 @@ var commands = {
|
|
|
19674
20639
|
UpdateDashboardLinksCommand,
|
|
19675
20640
|
UpdateDashboardPermissionsCommand,
|
|
19676
20641
|
UpdateDashboardPublishedVersionCommand,
|
|
20642
|
+
UpdateDashboardsQAConfigurationCommand,
|
|
19677
20643
|
UpdateDataSetCommand,
|
|
19678
20644
|
UpdateDataSetPermissionsCommand,
|
|
19679
20645
|
UpdateDataSourceCommand,
|
|
@@ -19852,6 +20818,10 @@ var paginateSearchFolders = (0, import_core.createPaginator)(QuickSightClient, S
|
|
|
19852
20818
|
// src/pagination/SearchGroupsPaginator.ts
|
|
19853
20819
|
|
|
19854
20820
|
var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, SearchGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
20821
|
+
|
|
20822
|
+
// src/pagination/SearchTopicsPaginator.ts
|
|
20823
|
+
|
|
20824
|
+
var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, SearchTopicsCommand, "NextToken", "NextToken", "MaxResults");
|
|
19855
20825
|
// Annotate the CommonJS export names for ESM import in node:
|
|
19856
20826
|
|
|
19857
20827
|
0 && (module.exports = {
|
|
@@ -19934,6 +20904,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19934
20904
|
DescribeDashboardPermissionsCommand,
|
|
19935
20905
|
DescribeDashboardSnapshotJobCommand,
|
|
19936
20906
|
DescribeDashboardSnapshotJobResultCommand,
|
|
20907
|
+
DescribeDashboardsQAConfigurationCommand,
|
|
19937
20908
|
DescribeDataSetCommand,
|
|
19938
20909
|
DescribeDataSetPermissionsCommand,
|
|
19939
20910
|
DescribeDataSetRefreshPropertiesCommand,
|
|
@@ -20012,6 +20983,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20012
20983
|
SearchDataSourcesCommand,
|
|
20013
20984
|
SearchFoldersCommand,
|
|
20014
20985
|
SearchGroupsCommand,
|
|
20986
|
+
SearchTopicsCommand,
|
|
20015
20987
|
StartAssetBundleExportJobCommand,
|
|
20016
20988
|
StartAssetBundleImportJobCommand,
|
|
20017
20989
|
StartDashboardSnapshotJobCommand,
|
|
@@ -20030,6 +21002,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20030
21002
|
UpdateDashboardLinksCommand,
|
|
20031
21003
|
UpdateDashboardPermissionsCommand,
|
|
20032
21004
|
UpdateDashboardPublishedVersionCommand,
|
|
21005
|
+
UpdateDashboardsQAConfigurationCommand,
|
|
20033
21006
|
UpdateDataSetCommand,
|
|
20034
21007
|
UpdateDataSetPermissionsCommand,
|
|
20035
21008
|
UpdateDataSourceCommand,
|
|
@@ -20094,6 +21067,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20094
21067
|
paginateSearchDataSources,
|
|
20095
21068
|
paginateSearchFolders,
|
|
20096
21069
|
paginateSearchGroups,
|
|
21070
|
+
paginateSearchTopics,
|
|
20097
21071
|
AccessDeniedException,
|
|
20098
21072
|
Edition,
|
|
20099
21073
|
DashboardBehavior,
|
|
@@ -20106,6 +21080,12 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20106
21080
|
TimeGranularity,
|
|
20107
21081
|
SortDirection,
|
|
20108
21082
|
AnalysisErrorType,
|
|
21083
|
+
SelectAllValueOptions,
|
|
21084
|
+
URLTargetConfiguration,
|
|
21085
|
+
WidgetStatus,
|
|
21086
|
+
ImageCustomActionTrigger,
|
|
21087
|
+
SheetImageScalingType,
|
|
21088
|
+
Visibility,
|
|
20109
21089
|
ResourceStatus,
|
|
20110
21090
|
ResizeOption,
|
|
20111
21091
|
PaperOrientation,
|
|
@@ -20115,7 +21095,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20115
21095
|
NegativeValueDisplayMode,
|
|
20116
21096
|
NumberScale,
|
|
20117
21097
|
NumericSeparatorSymbol,
|
|
20118
|
-
Visibility,
|
|
20119
21098
|
ColumnRole,
|
|
20120
21099
|
CrossDatasetTypes,
|
|
20121
21100
|
CategoryFilterMatchOperator,
|
|
@@ -20132,7 +21111,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20132
21111
|
NumericEqualityMatchOperator,
|
|
20133
21112
|
NumericFilterSelectAllOptions,
|
|
20134
21113
|
AnchorOption,
|
|
20135
|
-
WidgetStatus,
|
|
20136
21114
|
RelativeDateType,
|
|
20137
21115
|
FilterVisualScope,
|
|
20138
21116
|
DayOfTheWeek,
|
|
@@ -20143,8 +21121,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20143
21121
|
SectionPageBreakStatus,
|
|
20144
21122
|
SelectedFieldOptions,
|
|
20145
21123
|
TargetVisualOptions,
|
|
20146
|
-
SelectAllValueOptions,
|
|
20147
|
-
URLTargetConfiguration,
|
|
20148
21124
|
VisualCustomActionTrigger,
|
|
20149
21125
|
BarsArrangement,
|
|
20150
21126
|
DataLabelContent,
|
|
@@ -20157,11 +21133,16 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20157
21133
|
ReferenceLineLabelHorizontalPosition,
|
|
20158
21134
|
ReferenceLineValueLabelRelativePosition,
|
|
20159
21135
|
ReferenceLineLabelVerticalPosition,
|
|
20160
|
-
|
|
20161
|
-
|
|
20162
|
-
|
|
20163
|
-
|
|
20164
|
-
|
|
21136
|
+
CustomParameterValuesFilterSensitiveLog,
|
|
21137
|
+
CustomValuesConfigurationFilterSensitiveLog,
|
|
21138
|
+
DestinationParameterValueConfigurationFilterSensitiveLog,
|
|
21139
|
+
SetParameterValueConfigurationFilterSensitiveLog,
|
|
21140
|
+
CustomActionSetParametersOperationFilterSensitiveLog,
|
|
21141
|
+
ImageCustomActionOperationFilterSensitiveLog,
|
|
21142
|
+
ImageCustomActionFilterSensitiveLog,
|
|
21143
|
+
SheetImageFilterSensitiveLog,
|
|
21144
|
+
SheetFilterSensitiveLog,
|
|
21145
|
+
AnalysisFilterSensitiveLog,
|
|
20165
21146
|
CalculatedFieldFilterSensitiveLog,
|
|
20166
21147
|
CustomColorFilterSensitiveLog,
|
|
20167
21148
|
ColorsConfigurationFilterSensitiveLog,
|
|
@@ -20205,11 +21186,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20205
21186
|
SectionBasedLayoutConfigurationFilterSensitiveLog,
|
|
20206
21187
|
LayoutConfigurationFilterSensitiveLog,
|
|
20207
21188
|
LayoutFilterSensitiveLog,
|
|
20208
|
-
CustomParameterValuesFilterSensitiveLog,
|
|
20209
|
-
CustomValuesConfigurationFilterSensitiveLog,
|
|
20210
|
-
DestinationParameterValueConfigurationFilterSensitiveLog,
|
|
20211
|
-
SetParameterValueConfigurationFilterSensitiveLog,
|
|
20212
|
-
CustomActionSetParametersOperationFilterSensitiveLog,
|
|
20213
21189
|
VisualCustomActionOperationFilterSensitiveLog,
|
|
20214
21190
|
VisualCustomActionFilterSensitiveLog,
|
|
20215
21191
|
DataPathLabelTypeFilterSensitiveLog,
|
|
@@ -20229,8 +21205,11 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20229
21205
|
ReferenceLineStaticDataConfigurationFilterSensitiveLog,
|
|
20230
21206
|
ReferenceLineDataConfigurationFilterSensitiveLog,
|
|
20231
21207
|
ReferenceLineValueLabelConfigurationFilterSensitiveLog,
|
|
20232
|
-
|
|
20233
|
-
|
|
21208
|
+
ReferenceLinePatternType,
|
|
21209
|
+
PanelBorderStyle,
|
|
21210
|
+
HorizontalTextAlignment,
|
|
21211
|
+
SmallMultiplesAxisPlacement,
|
|
21212
|
+
SmallMultiplesAxisScale,
|
|
20234
21213
|
OtherCategories,
|
|
20235
21214
|
TooltipTarget,
|
|
20236
21215
|
TooltipTitleType,
|
|
@@ -20258,6 +21237,10 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20258
21237
|
TopBottomComputationType,
|
|
20259
21238
|
KPISparklineType,
|
|
20260
21239
|
KPIVisualStandardLayoutType,
|
|
21240
|
+
LayerCustomActionTrigger,
|
|
21241
|
+
GeospatialColorState,
|
|
21242
|
+
GeospatialLayerType,
|
|
21243
|
+
GeospatialMapNavigation,
|
|
20261
21244
|
LineInterpolation,
|
|
20262
21245
|
LineChartLineStyle,
|
|
20263
21246
|
LineChartMarkerShape,
|
|
@@ -20276,11 +21259,9 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20276
21259
|
TableTotalsScrollStatus,
|
|
20277
21260
|
SimpleTotalAggregationFunction,
|
|
20278
21261
|
PivotTableConditionalFormattingScopeRole,
|
|
20279
|
-
|
|
20280
|
-
|
|
20281
|
-
|
|
20282
|
-
TableFieldIconSetType,
|
|
20283
|
-
TableOrientation,
|
|
21262
|
+
PluginVisualAxisName,
|
|
21263
|
+
ReferenceLineLabelConfigurationFilterSensitiveLog,
|
|
21264
|
+
ReferenceLineFilterSensitiveLog,
|
|
20284
21265
|
DataPathValueFilterSensitiveLog,
|
|
20285
21266
|
DataPathColorFilterSensitiveLog,
|
|
20286
21267
|
VisualPaletteFilterSensitiveLog,
|
|
@@ -20359,6 +21340,14 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20359
21340
|
KPIConditionalFormattingOptionFilterSensitiveLog,
|
|
20360
21341
|
KPIConditionalFormattingFilterSensitiveLog,
|
|
20361
21342
|
KPIVisualFilterSensitiveLog,
|
|
21343
|
+
LayerCustomActionOperationFilterSensitiveLog,
|
|
21344
|
+
LayerCustomActionFilterSensitiveLog,
|
|
21345
|
+
GeospatialLayerColorFieldFilterSensitiveLog,
|
|
21346
|
+
UnaggregatedFieldFilterSensitiveLog,
|
|
21347
|
+
GeospatialLayerJoinDefinitionFilterSensitiveLog,
|
|
21348
|
+
GeospatialLayerItemFilterSensitiveLog,
|
|
21349
|
+
GeospatialLayerMapConfigurationFilterSensitiveLog,
|
|
21350
|
+
LayerMapVisualFilterSensitiveLog,
|
|
20362
21351
|
LineChartAggregatedFieldWellsFilterSensitiveLog,
|
|
20363
21352
|
LineChartFieldWellsFilterSensitiveLog,
|
|
20364
21353
|
DataFieldSeriesItemFilterSensitiveLog,
|
|
@@ -20385,31 +21374,12 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20385
21374
|
PivotTableConditionalFormattingOptionFilterSensitiveLog,
|
|
20386
21375
|
PivotTableConditionalFormattingFilterSensitiveLog,
|
|
20387
21376
|
PivotTableVisualFilterSensitiveLog,
|
|
20388
|
-
|
|
20389
|
-
|
|
20390
|
-
|
|
20391
|
-
|
|
20392
|
-
|
|
20393
|
-
|
|
20394
|
-
SankeyDiagramChartConfigurationFilterSensitiveLog,
|
|
20395
|
-
SankeyDiagramVisualFilterSensitiveLog,
|
|
20396
|
-
ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog,
|
|
20397
|
-
ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog,
|
|
20398
|
-
ScatterPlotFieldWellsFilterSensitiveLog,
|
|
20399
|
-
ScatterPlotConfigurationFilterSensitiveLog,
|
|
20400
|
-
ScatterPlotVisualFilterSensitiveLog,
|
|
20401
|
-
TableAggregatedFieldWellsFilterSensitiveLog,
|
|
20402
|
-
UnaggregatedFieldFilterSensitiveLog,
|
|
20403
|
-
TableUnaggregatedFieldWellsFilterSensitiveLog,
|
|
20404
|
-
TableFieldWellsFilterSensitiveLog,
|
|
20405
|
-
TableConfigurationFilterSensitiveLog,
|
|
20406
|
-
TableCellConditionalFormattingFilterSensitiveLog,
|
|
20407
|
-
TableRowConditionalFormattingFilterSensitiveLog,
|
|
20408
|
-
TableConditionalFormattingOptionFilterSensitiveLog,
|
|
20409
|
-
TableConditionalFormattingFilterSensitiveLog,
|
|
20410
|
-
TableVisualFilterSensitiveLog,
|
|
20411
|
-
TreeMapAggregatedFieldWellsFilterSensitiveLog,
|
|
20412
|
-
TreeMapFieldWellsFilterSensitiveLog,
|
|
21377
|
+
PluginVisualFieldWellFilterSensitiveLog,
|
|
21378
|
+
RadarChartAxesRangeScale,
|
|
21379
|
+
RadarChartShape,
|
|
21380
|
+
TableCellImageScalingConfiguration,
|
|
21381
|
+
TableFieldIconSetType,
|
|
21382
|
+
TableOrientation,
|
|
20413
21383
|
WordCloudCloudLayout,
|
|
20414
21384
|
WordCloudWordCasing,
|
|
20415
21385
|
WordCloudWordOrientation,
|
|
@@ -20471,20 +21441,32 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20471
21441
|
CategoryFilterType,
|
|
20472
21442
|
ColumnDataRole,
|
|
20473
21443
|
GeoSpatialCountryCode,
|
|
20474
|
-
|
|
20475
|
-
|
|
20476
|
-
|
|
20477
|
-
|
|
20478
|
-
|
|
20479
|
-
|
|
20480
|
-
|
|
20481
|
-
|
|
20482
|
-
|
|
20483
|
-
|
|
20484
|
-
|
|
20485
|
-
|
|
20486
|
-
|
|
20487
|
-
|
|
21444
|
+
PluginVisualConfigurationFilterSensitiveLog,
|
|
21445
|
+
PluginVisualFilterSensitiveLog,
|
|
21446
|
+
RadarChartAggregatedFieldWellsFilterSensitiveLog,
|
|
21447
|
+
RadarChartFieldWellsFilterSensitiveLog,
|
|
21448
|
+
RadarChartConfigurationFilterSensitiveLog,
|
|
21449
|
+
RadarChartVisualFilterSensitiveLog,
|
|
21450
|
+
SankeyDiagramAggregatedFieldWellsFilterSensitiveLog,
|
|
21451
|
+
SankeyDiagramFieldWellsFilterSensitiveLog,
|
|
21452
|
+
SankeyDiagramChartConfigurationFilterSensitiveLog,
|
|
21453
|
+
SankeyDiagramVisualFilterSensitiveLog,
|
|
21454
|
+
ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog,
|
|
21455
|
+
ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog,
|
|
21456
|
+
ScatterPlotFieldWellsFilterSensitiveLog,
|
|
21457
|
+
ScatterPlotConfigurationFilterSensitiveLog,
|
|
21458
|
+
ScatterPlotVisualFilterSensitiveLog,
|
|
21459
|
+
TableAggregatedFieldWellsFilterSensitiveLog,
|
|
21460
|
+
TableUnaggregatedFieldWellsFilterSensitiveLog,
|
|
21461
|
+
TableFieldWellsFilterSensitiveLog,
|
|
21462
|
+
TableConfigurationFilterSensitiveLog,
|
|
21463
|
+
TableCellConditionalFormattingFilterSensitiveLog,
|
|
21464
|
+
TableRowConditionalFormattingFilterSensitiveLog,
|
|
21465
|
+
TableConditionalFormattingOptionFilterSensitiveLog,
|
|
21466
|
+
TableConditionalFormattingFilterSensitiveLog,
|
|
21467
|
+
TableVisualFilterSensitiveLog,
|
|
21468
|
+
TreeMapAggregatedFieldWellsFilterSensitiveLog,
|
|
21469
|
+
TreeMapFieldWellsFilterSensitiveLog,
|
|
20488
21470
|
TreeMapConfigurationFilterSensitiveLog,
|
|
20489
21471
|
TreeMapVisualFilterSensitiveLog,
|
|
20490
21472
|
WaterfallChartAggregatedFieldWellsFilterSensitiveLog,
|
|
@@ -20511,16 +21493,20 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20511
21493
|
TopicIRFilterSensitiveLog,
|
|
20512
21494
|
CalculatedColumnFilterSensitiveLog,
|
|
20513
21495
|
ColumnDescriptionFilterSensitiveLog,
|
|
20514
|
-
|
|
20515
|
-
|
|
20516
|
-
|
|
20517
|
-
|
|
20518
|
-
|
|
20519
|
-
|
|
20520
|
-
|
|
20521
|
-
|
|
20522
|
-
|
|
20523
|
-
|
|
21496
|
+
ColumnOrderingType,
|
|
21497
|
+
GeoSpatialDataRole,
|
|
21498
|
+
ColumnTagName,
|
|
21499
|
+
UndefinedSpecifiedValueType,
|
|
21500
|
+
ConcurrentUpdatingException,
|
|
21501
|
+
ResourceUnavailableException,
|
|
21502
|
+
PreconditionNotMetException,
|
|
21503
|
+
ValidationStrategyMode,
|
|
21504
|
+
LimitExceededException,
|
|
21505
|
+
UnsupportedUserEditionException,
|
|
21506
|
+
InternalServerException,
|
|
21507
|
+
InvalidRequestException,
|
|
21508
|
+
DashboardUIState,
|
|
21509
|
+
DatasetParameterValueType,
|
|
20524
21510
|
DataSetImportMode,
|
|
20525
21511
|
TransformOperation,
|
|
20526
21512
|
JoinType,
|
|
@@ -20556,16 +21542,21 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20556
21542
|
VPCConnectionResourceStatus,
|
|
20557
21543
|
DashboardErrorType,
|
|
20558
21544
|
DashboardFilterAttribute,
|
|
21545
|
+
DashboardsQAStatus,
|
|
20559
21546
|
DataSetFilterAttribute,
|
|
20560
21547
|
LookbackWindowSizeUnit,
|
|
20561
21548
|
DataSourceErrorInfoType,
|
|
20562
21549
|
DataSourceFilterAttribute,
|
|
20563
|
-
|
|
20564
|
-
|
|
20565
|
-
|
|
20566
|
-
|
|
20567
|
-
|
|
20568
|
-
|
|
21550
|
+
ColumnTagFilterSensitiveLog,
|
|
21551
|
+
DateTimeParameterFilterSensitiveLog,
|
|
21552
|
+
DecimalParameterFilterSensitiveLog,
|
|
21553
|
+
IntegerParameterFilterSensitiveLog,
|
|
21554
|
+
StringParameterFilterSensitiveLog,
|
|
21555
|
+
_ParametersFilterSensitiveLog,
|
|
21556
|
+
CreateAnalysisRequestFilterSensitiveLog,
|
|
21557
|
+
CreateColumnsOperationFilterSensitiveLog,
|
|
21558
|
+
DashboardVersionDefinitionFilterSensitiveLog,
|
|
21559
|
+
CreateDashboardRequestFilterSensitiveLog,
|
|
20569
21560
|
FilterOperationFilterSensitiveLog,
|
|
20570
21561
|
TagColumnOperationFilterSensitiveLog,
|
|
20571
21562
|
TransformOperationFilterSensitiveLog,
|
|
@@ -20592,17 +21583,18 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20592
21583
|
DatasetMetadataFilterSensitiveLog,
|
|
20593
21584
|
TopicDetailsFilterSensitiveLog,
|
|
20594
21585
|
CreateTopicRequestFilterSensitiveLog,
|
|
21586
|
+
DashboardVersionFilterSensitiveLog,
|
|
21587
|
+
DashboardFilterSensitiveLog,
|
|
20595
21588
|
OutputColumnFilterSensitiveLog,
|
|
20596
21589
|
DataSetFilterSensitiveLog,
|
|
21590
|
+
DescribeAnalysisResponseFilterSensitiveLog,
|
|
20597
21591
|
DescribeAnalysisDefinitionResponseFilterSensitiveLog,
|
|
20598
|
-
|
|
20599
|
-
|
|
20600
|
-
|
|
20601
|
-
|
|
20602
|
-
|
|
20603
|
-
|
|
20604
|
-
DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog,
|
|
20605
|
-
DescribeDataSetResponseFilterSensitiveLog,
|
|
21592
|
+
IncludeFolderMembers,
|
|
21593
|
+
SnapshotJobStatus,
|
|
21594
|
+
InvalidNextTokenException,
|
|
21595
|
+
IngestionErrorType,
|
|
21596
|
+
IngestionRequestSource,
|
|
21597
|
+
IngestionRequestType,
|
|
20606
21598
|
NamespaceErrorType,
|
|
20607
21599
|
PersonalizationMode,
|
|
20608
21600
|
TemplateErrorType,
|
|
@@ -20622,6 +21614,20 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20622
21614
|
GroupFilterAttribute,
|
|
20623
21615
|
GroupFilterOperator,
|
|
20624
21616
|
PurchaseMode,
|
|
21617
|
+
TopicFilterAttribute,
|
|
21618
|
+
TopicFilterOperator,
|
|
21619
|
+
DescribeAssetBundleExportJobResponseFilterSensitiveLog,
|
|
21620
|
+
DescribeAssetBundleImportJobResponseFilterSensitiveLog,
|
|
21621
|
+
DescribeDashboardResponseFilterSensitiveLog,
|
|
21622
|
+
DescribeDashboardDefinitionResponseFilterSensitiveLog,
|
|
21623
|
+
SnapshotConfigurationFilterSensitiveLog,
|
|
21624
|
+
DescribeDashboardSnapshotJobResponseFilterSensitiveLog,
|
|
21625
|
+
SnapshotJobResultFilterSensitiveLog,
|
|
21626
|
+
DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog,
|
|
21627
|
+
DescribeDataSetResponseFilterSensitiveLog,
|
|
21628
|
+
TemplateVersionFilterSensitiveLog,
|
|
21629
|
+
TemplateFilterSensitiveLog,
|
|
21630
|
+
DescribeTemplateResponseFilterSensitiveLog,
|
|
20625
21631
|
DescribeTemplateDefinitionResponseFilterSensitiveLog,
|
|
20626
21632
|
DescribeTopicResponseFilterSensitiveLog,
|
|
20627
21633
|
SessionTagFilterSensitiveLog,
|