@aws-sdk/client-quicksight 3.696.0 → 3.705.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 +88 -0
- package/dist-cjs/index.js +2218 -750
- package/dist-es/QuickSight.js +22 -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/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- 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/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +11 -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 +137 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +185 -49
- package/dist-es/models/models_5.js +50 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +1044 -12
- package/dist-types/QuickSight.d.ts +77 -0
- package/dist-types/QuickSightClient.d.ts +13 -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/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -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/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- 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/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +97 -0
- package/dist-types/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- 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 +2 -2
- 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/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- 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 +11 -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 +4413 -4505
- package/dist-types/models/models_3.d.ts +4169 -4324
- package/dist-types/models/models_4.d.ts +3851 -3830
- package/dist-types/models/models_5.d.ts +2394 -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 +99 -0
- package/dist-types/ts3.4/QuickSight.d.ts +235 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +66 -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/DeleteDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -1
- 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/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- 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/DescribeQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/PredictQAResultsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateApplicationWithTokenExchangeGrantCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBrandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardLinksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- 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/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- 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/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- 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 +11 -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 +428 -418
- package/dist-types/ts3.4/models/models_3.d.ts +453 -503
- package/dist-types/ts3.4/models/models_4.d.ts +1426 -1311
- package/dist-types/ts3.4/models/models_5.d.ts +596 -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 +132 -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,
|
|
@@ -213,6 +217,7 @@ __export(src_exports, {
|
|
|
213
217
|
DeleteDataSetCommand: () => DeleteDataSetCommand,
|
|
214
218
|
DeleteDataSetRefreshPropertiesCommand: () => DeleteDataSetRefreshPropertiesCommand,
|
|
215
219
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
220
|
+
DeleteDefaultQBusinessApplicationCommand: () => DeleteDefaultQBusinessApplicationCommand,
|
|
216
221
|
DeleteFolderCommand: () => DeleteFolderCommand,
|
|
217
222
|
DeleteFolderMembershipCommand: () => DeleteFolderMembershipCommand,
|
|
218
223
|
DeleteGroupCommand: () => DeleteGroupCommand,
|
|
@@ -240,6 +245,7 @@ __export(src_exports, {
|
|
|
240
245
|
DescribeAnalysisDefinitionCommand: () => DescribeAnalysisDefinitionCommand,
|
|
241
246
|
DescribeAnalysisDefinitionResponseFilterSensitiveLog: () => DescribeAnalysisDefinitionResponseFilterSensitiveLog,
|
|
242
247
|
DescribeAnalysisPermissionsCommand: () => DescribeAnalysisPermissionsCommand,
|
|
248
|
+
DescribeAnalysisResponseFilterSensitiveLog: () => DescribeAnalysisResponseFilterSensitiveLog,
|
|
243
249
|
DescribeAssetBundleExportJobCommand: () => DescribeAssetBundleExportJobCommand,
|
|
244
250
|
DescribeAssetBundleExportJobResponseFilterSensitiveLog: () => DescribeAssetBundleExportJobResponseFilterSensitiveLog,
|
|
245
251
|
DescribeAssetBundleImportJobCommand: () => DescribeAssetBundleImportJobCommand,
|
|
@@ -252,16 +258,19 @@ __export(src_exports, {
|
|
|
252
258
|
DescribeDashboardDefinitionCommand: () => DescribeDashboardDefinitionCommand,
|
|
253
259
|
DescribeDashboardDefinitionResponseFilterSensitiveLog: () => DescribeDashboardDefinitionResponseFilterSensitiveLog,
|
|
254
260
|
DescribeDashboardPermissionsCommand: () => DescribeDashboardPermissionsCommand,
|
|
261
|
+
DescribeDashboardResponseFilterSensitiveLog: () => DescribeDashboardResponseFilterSensitiveLog,
|
|
255
262
|
DescribeDashboardSnapshotJobCommand: () => DescribeDashboardSnapshotJobCommand,
|
|
256
263
|
DescribeDashboardSnapshotJobResponseFilterSensitiveLog: () => DescribeDashboardSnapshotJobResponseFilterSensitiveLog,
|
|
257
264
|
DescribeDashboardSnapshotJobResultCommand: () => DescribeDashboardSnapshotJobResultCommand,
|
|
258
265
|
DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog: () => DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog,
|
|
266
|
+
DescribeDashboardsQAConfigurationCommand: () => DescribeDashboardsQAConfigurationCommand,
|
|
259
267
|
DescribeDataSetCommand: () => DescribeDataSetCommand,
|
|
260
268
|
DescribeDataSetPermissionsCommand: () => DescribeDataSetPermissionsCommand,
|
|
261
269
|
DescribeDataSetRefreshPropertiesCommand: () => DescribeDataSetRefreshPropertiesCommand,
|
|
262
270
|
DescribeDataSetResponseFilterSensitiveLog: () => DescribeDataSetResponseFilterSensitiveLog,
|
|
263
271
|
DescribeDataSourceCommand: () => DescribeDataSourceCommand,
|
|
264
272
|
DescribeDataSourcePermissionsCommand: () => DescribeDataSourcePermissionsCommand,
|
|
273
|
+
DescribeDefaultQBusinessApplicationCommand: () => DescribeDefaultQBusinessApplicationCommand,
|
|
265
274
|
DescribeFolderCommand: () => DescribeFolderCommand,
|
|
266
275
|
DescribeFolderPermissionsCommand: () => DescribeFolderPermissionsCommand,
|
|
267
276
|
DescribeFolderResolvedPermissionsCommand: () => DescribeFolderResolvedPermissionsCommand,
|
|
@@ -273,6 +282,7 @@ __export(src_exports, {
|
|
|
273
282
|
DescribeKeyRegistrationCommand: () => DescribeKeyRegistrationCommand,
|
|
274
283
|
DescribeNamespaceCommand: () => DescribeNamespaceCommand,
|
|
275
284
|
DescribeQPersonalizationConfigurationCommand: () => DescribeQPersonalizationConfigurationCommand,
|
|
285
|
+
DescribeQuickSightQSearchConfigurationCommand: () => DescribeQuickSightQSearchConfigurationCommand,
|
|
276
286
|
DescribeRefreshScheduleCommand: () => DescribeRefreshScheduleCommand,
|
|
277
287
|
DescribeRoleCustomPermissionCommand: () => DescribeRoleCustomPermissionCommand,
|
|
278
288
|
DescribeTemplateAliasCommand: () => DescribeTemplateAliasCommand,
|
|
@@ -280,6 +290,7 @@ __export(src_exports, {
|
|
|
280
290
|
DescribeTemplateDefinitionCommand: () => DescribeTemplateDefinitionCommand,
|
|
281
291
|
DescribeTemplateDefinitionResponseFilterSensitiveLog: () => DescribeTemplateDefinitionResponseFilterSensitiveLog,
|
|
282
292
|
DescribeTemplatePermissionsCommand: () => DescribeTemplatePermissionsCommand,
|
|
293
|
+
DescribeTemplateResponseFilterSensitiveLog: () => DescribeTemplateResponseFilterSensitiveLog,
|
|
283
294
|
DescribeThemeAliasCommand: () => DescribeThemeAliasCommand,
|
|
284
295
|
DescribeThemeCommand: () => DescribeThemeCommand,
|
|
285
296
|
DescribeThemePermissionsCommand: () => DescribeThemePermissionsCommand,
|
|
@@ -342,11 +353,22 @@ __export(src_exports, {
|
|
|
342
353
|
GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog: () => GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog,
|
|
343
354
|
GenerateEmbedUrlForRegisteredUserCommand: () => GenerateEmbedUrlForRegisteredUserCommand,
|
|
344
355
|
GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog: () => GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog,
|
|
356
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommand: () => GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
357
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog: () => GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog,
|
|
358
|
+
GeneratedAnswerResultFilterSensitiveLog: () => GeneratedAnswerResultFilterSensitiveLog,
|
|
359
|
+
GeneratedAnswerStatus: () => GeneratedAnswerStatus,
|
|
345
360
|
GeoSpatialCountryCode: () => GeoSpatialCountryCode,
|
|
346
361
|
GeoSpatialDataRole: () => GeoSpatialDataRole,
|
|
362
|
+
GeospatialColorState: () => GeospatialColorState,
|
|
363
|
+
GeospatialLayerColorFieldFilterSensitiveLog: () => GeospatialLayerColorFieldFilterSensitiveLog,
|
|
364
|
+
GeospatialLayerItemFilterSensitiveLog: () => GeospatialLayerItemFilterSensitiveLog,
|
|
365
|
+
GeospatialLayerJoinDefinitionFilterSensitiveLog: () => GeospatialLayerJoinDefinitionFilterSensitiveLog,
|
|
366
|
+
GeospatialLayerMapConfigurationFilterSensitiveLog: () => GeospatialLayerMapConfigurationFilterSensitiveLog,
|
|
367
|
+
GeospatialLayerType: () => GeospatialLayerType,
|
|
347
368
|
GeospatialMapAggregatedFieldWellsFilterSensitiveLog: () => GeospatialMapAggregatedFieldWellsFilterSensitiveLog,
|
|
348
369
|
GeospatialMapConfigurationFilterSensitiveLog: () => GeospatialMapConfigurationFilterSensitiveLog,
|
|
349
370
|
GeospatialMapFieldWellsFilterSensitiveLog: () => GeospatialMapFieldWellsFilterSensitiveLog,
|
|
371
|
+
GeospatialMapNavigation: () => GeospatialMapNavigation,
|
|
350
372
|
GeospatialMapVisualFilterSensitiveLog: () => GeospatialMapVisualFilterSensitiveLog,
|
|
351
373
|
GeospatialSelectedPointStyle: () => GeospatialSelectedPointStyle,
|
|
352
374
|
GetDashboardEmbedUrlCommand: () => GetDashboardEmbedUrlCommand,
|
|
@@ -371,8 +393,13 @@ __export(src_exports, {
|
|
|
371
393
|
IdentityStore: () => IdentityStore,
|
|
372
394
|
IdentityType: () => IdentityType,
|
|
373
395
|
IdentityTypeNotSupportedException: () => IdentityTypeNotSupportedException,
|
|
396
|
+
ImageCustomActionFilterSensitiveLog: () => ImageCustomActionFilterSensitiveLog,
|
|
397
|
+
ImageCustomActionOperationFilterSensitiveLog: () => ImageCustomActionOperationFilterSensitiveLog,
|
|
398
|
+
ImageCustomActionTrigger: () => ImageCustomActionTrigger,
|
|
374
399
|
ImageSource: () => ImageSource,
|
|
375
400
|
IncludeFolderMembers: () => IncludeFolderMembers,
|
|
401
|
+
IncludeGeneratedAnswer: () => IncludeGeneratedAnswer,
|
|
402
|
+
IncludeQuickSightQIndex: () => IncludeQuickSightQIndex,
|
|
376
403
|
IngestionErrorType: () => IngestionErrorType,
|
|
377
404
|
IngestionRequestSource: () => IngestionRequestSource,
|
|
378
405
|
IngestionRequestType: () => IngestionRequestType,
|
|
@@ -403,6 +430,10 @@ __export(src_exports, {
|
|
|
403
430
|
KPISparklineType: () => KPISparklineType,
|
|
404
431
|
KPIVisualFilterSensitiveLog: () => KPIVisualFilterSensitiveLog,
|
|
405
432
|
KPIVisualStandardLayoutType: () => KPIVisualStandardLayoutType,
|
|
433
|
+
LayerCustomActionFilterSensitiveLog: () => LayerCustomActionFilterSensitiveLog,
|
|
434
|
+
LayerCustomActionOperationFilterSensitiveLog: () => LayerCustomActionOperationFilterSensitiveLog,
|
|
435
|
+
LayerCustomActionTrigger: () => LayerCustomActionTrigger,
|
|
436
|
+
LayerMapVisualFilterSensitiveLog: () => LayerMapVisualFilterSensitiveLog,
|
|
406
437
|
LayoutConfigurationFilterSensitiveLog: () => LayoutConfigurationFilterSensitiveLog,
|
|
407
438
|
LayoutElementType: () => LayoutElementType,
|
|
408
439
|
LayoutFilterSensitiveLog: () => LayoutFilterSensitiveLog,
|
|
@@ -514,12 +545,22 @@ __export(src_exports, {
|
|
|
514
545
|
PivotTableSortConfigurationFilterSensitiveLog: () => PivotTableSortConfigurationFilterSensitiveLog,
|
|
515
546
|
PivotTableSubtotalLevel: () => PivotTableSubtotalLevel,
|
|
516
547
|
PivotTableVisualFilterSensitiveLog: () => PivotTableVisualFilterSensitiveLog,
|
|
548
|
+
PluginVisualAxisName: () => PluginVisualAxisName,
|
|
549
|
+
PluginVisualConfigurationFilterSensitiveLog: () => PluginVisualConfigurationFilterSensitiveLog,
|
|
550
|
+
PluginVisualFieldWellFilterSensitiveLog: () => PluginVisualFieldWellFilterSensitiveLog,
|
|
551
|
+
PluginVisualFilterSensitiveLog: () => PluginVisualFilterSensitiveLog,
|
|
517
552
|
PreconditionNotMetException: () => PreconditionNotMetException,
|
|
553
|
+
PredictQAResultsCommand: () => PredictQAResultsCommand,
|
|
554
|
+
PredictQAResultsRequestFilterSensitiveLog: () => PredictQAResultsRequestFilterSensitiveLog,
|
|
555
|
+
PredictQAResultsResponseFilterSensitiveLog: () => PredictQAResultsResponseFilterSensitiveLog,
|
|
518
556
|
PrimaryValueDisplayType: () => PrimaryValueDisplayType,
|
|
519
557
|
PropertyRole: () => PropertyRole,
|
|
520
558
|
PropertyUsage: () => PropertyUsage,
|
|
521
559
|
PurchaseMode: () => PurchaseMode,
|
|
522
560
|
PutDataSetRefreshPropertiesCommand: () => PutDataSetRefreshPropertiesCommand,
|
|
561
|
+
QAResultFilterSensitiveLog: () => QAResultFilterSensitiveLog,
|
|
562
|
+
QAResultType: () => QAResultType,
|
|
563
|
+
QSearchStatus: () => QSearchStatus,
|
|
523
564
|
QueryExecutionMode: () => QueryExecutionMode,
|
|
524
565
|
QuickSight: () => QuickSight,
|
|
525
566
|
QuickSightClient: () => QuickSightClient,
|
|
@@ -573,6 +614,7 @@ __export(src_exports, {
|
|
|
573
614
|
SearchDataSourcesCommand: () => SearchDataSourcesCommand,
|
|
574
615
|
SearchFoldersCommand: () => SearchFoldersCommand,
|
|
575
616
|
SearchGroupsCommand: () => SearchGroupsCommand,
|
|
617
|
+
SearchTopicsCommand: () => SearchTopicsCommand,
|
|
576
618
|
SectionBasedLayoutConfigurationFilterSensitiveLog: () => SectionBasedLayoutConfigurationFilterSensitiveLog,
|
|
577
619
|
SectionLayoutConfigurationFilterSensitiveLog: () => SectionLayoutConfigurationFilterSensitiveLog,
|
|
578
620
|
SectionPageBreakStatus: () => SectionPageBreakStatus,
|
|
@@ -593,6 +635,9 @@ __export(src_exports, {
|
|
|
593
635
|
SheetControlSliderType: () => SheetControlSliderType,
|
|
594
636
|
SheetDefinitionFilterSensitiveLog: () => SheetDefinitionFilterSensitiveLog,
|
|
595
637
|
SheetElementRenderingRuleFilterSensitiveLog: () => SheetElementRenderingRuleFilterSensitiveLog,
|
|
638
|
+
SheetFilterSensitiveLog: () => SheetFilterSensitiveLog,
|
|
639
|
+
SheetImageFilterSensitiveLog: () => SheetImageFilterSensitiveLog,
|
|
640
|
+
SheetImageScalingType: () => SheetImageScalingType,
|
|
596
641
|
SimpleAttributeAggregationFunction: () => SimpleAttributeAggregationFunction,
|
|
597
642
|
SimpleNumericalAggregationFunction: () => SimpleNumericalAggregationFunction,
|
|
598
643
|
SimpleTotalAggregationFunction: () => SimpleTotalAggregationFunction,
|
|
@@ -643,7 +688,9 @@ __export(src_exports, {
|
|
|
643
688
|
TagResourceCommand: () => TagResourceCommand,
|
|
644
689
|
TargetVisualOptions: () => TargetVisualOptions,
|
|
645
690
|
TemplateErrorType: () => TemplateErrorType,
|
|
691
|
+
TemplateFilterSensitiveLog: () => TemplateFilterSensitiveLog,
|
|
646
692
|
TemplateVersionDefinitionFilterSensitiveLog: () => TemplateVersionDefinitionFilterSensitiveLog,
|
|
693
|
+
TemplateVersionFilterSensitiveLog: () => TemplateVersionFilterSensitiveLog,
|
|
647
694
|
TextConditionalFormatFilterSensitiveLog: () => TextConditionalFormatFilterSensitiveLog,
|
|
648
695
|
TextQualifier: () => TextQualifier,
|
|
649
696
|
TextWrap: () => TextWrap,
|
|
@@ -666,7 +713,9 @@ __export(src_exports, {
|
|
|
666
713
|
TopicColumnFilterSensitiveLog: () => TopicColumnFilterSensitiveLog,
|
|
667
714
|
TopicDateRangeFilterFilterSensitiveLog: () => TopicDateRangeFilterFilterSensitiveLog,
|
|
668
715
|
TopicDetailsFilterSensitiveLog: () => TopicDetailsFilterSensitiveLog,
|
|
716
|
+
TopicFilterAttribute: () => TopicFilterAttribute,
|
|
669
717
|
TopicFilterFilterSensitiveLog: () => TopicFilterFilterSensitiveLog,
|
|
718
|
+
TopicFilterOperator: () => TopicFilterOperator,
|
|
670
719
|
TopicIRFilterFunction: () => TopicIRFilterFunction,
|
|
671
720
|
TopicIRFilterSensitiveLog: () => TopicIRFilterSensitiveLog,
|
|
672
721
|
TopicIRFilterType: () => TopicIRFilterType,
|
|
@@ -704,6 +753,7 @@ __export(src_exports, {
|
|
|
704
753
|
UpdateAnalysisCommand: () => UpdateAnalysisCommand,
|
|
705
754
|
UpdateAnalysisPermissionsCommand: () => UpdateAnalysisPermissionsCommand,
|
|
706
755
|
UpdateAnalysisRequestFilterSensitiveLog: () => UpdateAnalysisRequestFilterSensitiveLog,
|
|
756
|
+
UpdateApplicationWithTokenExchangeGrantCommand: () => UpdateApplicationWithTokenExchangeGrantCommand,
|
|
707
757
|
UpdateBrandAssignmentCommand: () => UpdateBrandAssignmentCommand,
|
|
708
758
|
UpdateBrandCommand: () => UpdateBrandCommand,
|
|
709
759
|
UpdateBrandPublishedVersionCommand: () => UpdateBrandPublishedVersionCommand,
|
|
@@ -713,12 +763,14 @@ __export(src_exports, {
|
|
|
713
763
|
UpdateDashboardPermissionsCommand: () => UpdateDashboardPermissionsCommand,
|
|
714
764
|
UpdateDashboardPublishedVersionCommand: () => UpdateDashboardPublishedVersionCommand,
|
|
715
765
|
UpdateDashboardRequestFilterSensitiveLog: () => UpdateDashboardRequestFilterSensitiveLog,
|
|
766
|
+
UpdateDashboardsQAConfigurationCommand: () => UpdateDashboardsQAConfigurationCommand,
|
|
716
767
|
UpdateDataSetCommand: () => UpdateDataSetCommand,
|
|
717
768
|
UpdateDataSetPermissionsCommand: () => UpdateDataSetPermissionsCommand,
|
|
718
769
|
UpdateDataSetRequestFilterSensitiveLog: () => UpdateDataSetRequestFilterSensitiveLog,
|
|
719
770
|
UpdateDataSourceCommand: () => UpdateDataSourceCommand,
|
|
720
771
|
UpdateDataSourcePermissionsCommand: () => UpdateDataSourcePermissionsCommand,
|
|
721
772
|
UpdateDataSourceRequestFilterSensitiveLog: () => UpdateDataSourceRequestFilterSensitiveLog,
|
|
773
|
+
UpdateDefaultQBusinessApplicationCommand: () => UpdateDefaultQBusinessApplicationCommand,
|
|
722
774
|
UpdateFolderCommand: () => UpdateFolderCommand,
|
|
723
775
|
UpdateFolderPermissionsCommand: () => UpdateFolderPermissionsCommand,
|
|
724
776
|
UpdateGroupCommand: () => UpdateGroupCommand,
|
|
@@ -728,6 +780,7 @@ __export(src_exports, {
|
|
|
728
780
|
UpdateKeyRegistrationCommand: () => UpdateKeyRegistrationCommand,
|
|
729
781
|
UpdatePublicSharingSettingsCommand: () => UpdatePublicSharingSettingsCommand,
|
|
730
782
|
UpdateQPersonalizationConfigurationCommand: () => UpdateQPersonalizationConfigurationCommand,
|
|
783
|
+
UpdateQuickSightQSearchConfigurationCommand: () => UpdateQuickSightQSearchConfigurationCommand,
|
|
731
784
|
UpdateRefreshScheduleCommand: () => UpdateRefreshScheduleCommand,
|
|
732
785
|
UpdateRoleCustomPermissionCommand: () => UpdateRoleCustomPermissionCommand,
|
|
733
786
|
UpdateSPICECapacityConfigurationCommand: () => UpdateSPICECapacityConfigurationCommand,
|
|
@@ -809,7 +862,8 @@ __export(src_exports, {
|
|
|
809
862
|
paginateSearchDataSets: () => paginateSearchDataSets,
|
|
810
863
|
paginateSearchDataSources: () => paginateSearchDataSources,
|
|
811
864
|
paginateSearchFolders: () => paginateSearchFolders,
|
|
812
|
-
paginateSearchGroups: () => paginateSearchGroups
|
|
865
|
+
paginateSearchGroups: () => paginateSearchGroups,
|
|
866
|
+
paginateSearchTopics: () => paginateSearchTopics
|
|
813
867
|
});
|
|
814
868
|
module.exports = __toCommonJS(src_exports);
|
|
815
869
|
|
|
@@ -958,7 +1012,7 @@ var QuickSightClient = _QuickSightClient;
|
|
|
958
1012
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
959
1013
|
|
|
960
1014
|
|
|
961
|
-
// src/models/
|
|
1015
|
+
// src/models/models_5.ts
|
|
962
1016
|
|
|
963
1017
|
|
|
964
1018
|
// src/models/models_2.ts
|
|
@@ -1095,6 +1149,32 @@ var AnalysisErrorType = {
|
|
|
1095
1149
|
PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
|
|
1096
1150
|
SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND"
|
|
1097
1151
|
};
|
|
1152
|
+
var SelectAllValueOptions = {
|
|
1153
|
+
ALL_VALUES: "ALL_VALUES"
|
|
1154
|
+
};
|
|
1155
|
+
var URLTargetConfiguration = {
|
|
1156
|
+
NEW_TAB: "NEW_TAB",
|
|
1157
|
+
NEW_WINDOW: "NEW_WINDOW",
|
|
1158
|
+
SAME_TAB: "SAME_TAB"
|
|
1159
|
+
};
|
|
1160
|
+
var WidgetStatus = {
|
|
1161
|
+
DISABLED: "DISABLED",
|
|
1162
|
+
ENABLED: "ENABLED"
|
|
1163
|
+
};
|
|
1164
|
+
var ImageCustomActionTrigger = {
|
|
1165
|
+
CLICK: "CLICK",
|
|
1166
|
+
MENU: "MENU"
|
|
1167
|
+
};
|
|
1168
|
+
var SheetImageScalingType = {
|
|
1169
|
+
SCALE_NONE: "SCALE_NONE",
|
|
1170
|
+
SCALE_TO_CONTAINER: "SCALE_TO_CONTAINER",
|
|
1171
|
+
SCALE_TO_HEIGHT: "SCALE_TO_HEIGHT",
|
|
1172
|
+
SCALE_TO_WIDTH: "SCALE_TO_WIDTH"
|
|
1173
|
+
};
|
|
1174
|
+
var Visibility = {
|
|
1175
|
+
HIDDEN: "HIDDEN",
|
|
1176
|
+
VISIBLE: "VISIBLE"
|
|
1177
|
+
};
|
|
1098
1178
|
var ResourceStatus = {
|
|
1099
1179
|
CREATION_FAILED: "CREATION_FAILED",
|
|
1100
1180
|
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
@@ -1151,10 +1231,6 @@ var NumericSeparatorSymbol = {
|
|
|
1151
1231
|
DOT: "DOT",
|
|
1152
1232
|
SPACE: "SPACE"
|
|
1153
1233
|
};
|
|
1154
|
-
var Visibility = {
|
|
1155
|
-
HIDDEN: "HIDDEN",
|
|
1156
|
-
VISIBLE: "VISIBLE"
|
|
1157
|
-
};
|
|
1158
1234
|
var ColumnRole = {
|
|
1159
1235
|
DIMENSION: "DIMENSION",
|
|
1160
1236
|
MEASURE: "MEASURE"
|
|
@@ -1224,10 +1300,6 @@ var NumericFilterSelectAllOptions = {
|
|
|
1224
1300
|
var AnchorOption = {
|
|
1225
1301
|
NOW: "NOW"
|
|
1226
1302
|
};
|
|
1227
|
-
var WidgetStatus = {
|
|
1228
|
-
DISABLED: "DISABLED",
|
|
1229
|
-
ENABLED: "ENABLED"
|
|
1230
|
-
};
|
|
1231
1303
|
var RelativeDateType = {
|
|
1232
1304
|
LAST: "LAST",
|
|
1233
1305
|
NEXT: "NEXT",
|
|
@@ -1262,6 +1334,7 @@ var QueryExecutionMode = {
|
|
|
1262
1334
|
};
|
|
1263
1335
|
var LayoutElementType = {
|
|
1264
1336
|
FILTER_CONTROL: "FILTER_CONTROL",
|
|
1337
|
+
IMAGE: "IMAGE",
|
|
1265
1338
|
PARAMETER_CONTROL: "PARAMETER_CONTROL",
|
|
1266
1339
|
TEXT_BOX: "TEXT_BOX",
|
|
1267
1340
|
VISUAL: "VISUAL"
|
|
@@ -1276,14 +1349,6 @@ var SelectedFieldOptions = {
|
|
|
1276
1349
|
var TargetVisualOptions = {
|
|
1277
1350
|
ALL_VISUALS: "ALL_VISUALS"
|
|
1278
1351
|
};
|
|
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
1352
|
var VisualCustomActionTrigger = {
|
|
1288
1353
|
DATA_POINT_CLICK: "DATA_POINT_CLICK",
|
|
1289
1354
|
DATA_POINT_MENU: "DATA_POINT_MENU"
|
|
@@ -1341,30 +1406,53 @@ var ReferenceLineLabelVerticalPosition = {
|
|
|
1341
1406
|
ABOVE: "ABOVE",
|
|
1342
1407
|
BELOW: "BELOW"
|
|
1343
1408
|
};
|
|
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
|
-
|
|
1409
|
+
var CustomParameterValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1410
|
+
...obj,
|
|
1411
|
+
...obj.StringValues && { StringValues: import_smithy_client.SENSITIVE_STRING },
|
|
1412
|
+
...obj.IntegerValues && { IntegerValues: import_smithy_client.SENSITIVE_STRING },
|
|
1413
|
+
...obj.DecimalValues && { DecimalValues: import_smithy_client.SENSITIVE_STRING },
|
|
1414
|
+
...obj.DateTimeValues && { DateTimeValues: import_smithy_client.SENSITIVE_STRING }
|
|
1415
|
+
}), "CustomParameterValuesFilterSensitiveLog");
|
|
1416
|
+
var CustomValuesConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1417
|
+
...obj,
|
|
1418
|
+
...obj.CustomValues && { CustomValues: CustomParameterValuesFilterSensitiveLog(obj.CustomValues) }
|
|
1419
|
+
}), "CustomValuesConfigurationFilterSensitiveLog");
|
|
1420
|
+
var DestinationParameterValueConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1421
|
+
...obj,
|
|
1422
|
+
...obj.CustomValuesConfiguration && {
|
|
1423
|
+
CustomValuesConfiguration: CustomValuesConfigurationFilterSensitiveLog(obj.CustomValuesConfiguration)
|
|
1424
|
+
}
|
|
1425
|
+
}), "DestinationParameterValueConfigurationFilterSensitiveLog");
|
|
1426
|
+
var SetParameterValueConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1427
|
+
...obj,
|
|
1428
|
+
...obj.Value && { Value: DestinationParameterValueConfigurationFilterSensitiveLog(obj.Value) }
|
|
1429
|
+
}), "SetParameterValueConfigurationFilterSensitiveLog");
|
|
1430
|
+
var CustomActionSetParametersOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1431
|
+
...obj,
|
|
1432
|
+
...obj.ParameterValueConfigurations && {
|
|
1433
|
+
ParameterValueConfigurations: obj.ParameterValueConfigurations.map(
|
|
1434
|
+
(item) => SetParameterValueConfigurationFilterSensitiveLog(item)
|
|
1435
|
+
)
|
|
1436
|
+
}
|
|
1437
|
+
}), "CustomActionSetParametersOperationFilterSensitiveLog");
|
|
1438
|
+
var ImageCustomActionOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1439
|
+
...obj,
|
|
1440
|
+
...obj.SetParametersOperation && {
|
|
1441
|
+
SetParametersOperation: CustomActionSetParametersOperationFilterSensitiveLog(obj.SetParametersOperation)
|
|
1442
|
+
}
|
|
1443
|
+
}), "ImageCustomActionOperationFilterSensitiveLog");
|
|
1444
|
+
var ImageCustomActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1445
|
+
...obj
|
|
1446
|
+
}), "ImageCustomActionFilterSensitiveLog");
|
|
1447
|
+
var SheetImageFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1448
|
+
...obj
|
|
1449
|
+
}), "SheetImageFilterSensitiveLog");
|
|
1450
|
+
var SheetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1451
|
+
...obj
|
|
1452
|
+
}), "SheetFilterSensitiveLog");
|
|
1453
|
+
var AnalysisFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1454
|
+
...obj
|
|
1455
|
+
}), "AnalysisFilterSensitiveLog");
|
|
1368
1456
|
var CalculatedFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1369
1457
|
...obj,
|
|
1370
1458
|
...obj.Expression && { Expression: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1607,35 +1695,6 @@ var LayoutConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1607
1695
|
var LayoutFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1608
1696
|
...obj
|
|
1609
1697
|
}), "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
1698
|
var VisualCustomActionOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1640
1699
|
...obj,
|
|
1641
1700
|
...obj.SetParametersOperation && {
|
|
@@ -1733,24 +1792,33 @@ var ReferenceLineValueLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __n
|
|
|
1733
1792
|
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration)
|
|
1734
1793
|
}
|
|
1735
1794
|
}), "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
1795
|
|
|
1752
1796
|
// src/models/models_1.ts
|
|
1753
1797
|
|
|
1798
|
+
var ReferenceLinePatternType = {
|
|
1799
|
+
DASHED: "DASHED",
|
|
1800
|
+
DOTTED: "DOTTED",
|
|
1801
|
+
SOLID: "SOLID"
|
|
1802
|
+
};
|
|
1803
|
+
var PanelBorderStyle = {
|
|
1804
|
+
DASHED: "DASHED",
|
|
1805
|
+
DOTTED: "DOTTED",
|
|
1806
|
+
SOLID: "SOLID"
|
|
1807
|
+
};
|
|
1808
|
+
var HorizontalTextAlignment = {
|
|
1809
|
+
AUTO: "AUTO",
|
|
1810
|
+
CENTER: "CENTER",
|
|
1811
|
+
LEFT: "LEFT",
|
|
1812
|
+
RIGHT: "RIGHT"
|
|
1813
|
+
};
|
|
1814
|
+
var SmallMultiplesAxisPlacement = {
|
|
1815
|
+
INSIDE: "INSIDE",
|
|
1816
|
+
OUTSIDE: "OUTSIDE"
|
|
1817
|
+
};
|
|
1818
|
+
var SmallMultiplesAxisScale = {
|
|
1819
|
+
INDEPENDENT: "INDEPENDENT",
|
|
1820
|
+
SHARED: "SHARED"
|
|
1821
|
+
};
|
|
1754
1822
|
var OtherCategories = {
|
|
1755
1823
|
EXCLUDE: "EXCLUDE",
|
|
1756
1824
|
INCLUDE: "INCLUDE"
|
|
@@ -1904,6 +1972,23 @@ var KPIVisualStandardLayoutType = {
|
|
|
1904
1972
|
CLASSIC: "CLASSIC",
|
|
1905
1973
|
VERTICAL: "VERTICAL"
|
|
1906
1974
|
};
|
|
1975
|
+
var LayerCustomActionTrigger = {
|
|
1976
|
+
DATA_POINT_CLICK: "DATA_POINT_CLICK",
|
|
1977
|
+
DATA_POINT_MENU: "DATA_POINT_MENU"
|
|
1978
|
+
};
|
|
1979
|
+
var GeospatialColorState = {
|
|
1980
|
+
DISABLED: "DISABLED",
|
|
1981
|
+
ENABLED: "ENABLED"
|
|
1982
|
+
};
|
|
1983
|
+
var GeospatialLayerType = {
|
|
1984
|
+
LINE: "LINE",
|
|
1985
|
+
POINT: "POINT",
|
|
1986
|
+
POLYGON: "POLYGON"
|
|
1987
|
+
};
|
|
1988
|
+
var GeospatialMapNavigation = {
|
|
1989
|
+
DISABLED: "DISABLED",
|
|
1990
|
+
ENABLED: "ENABLED"
|
|
1991
|
+
};
|
|
1907
1992
|
var LineInterpolation = {
|
|
1908
1993
|
LINEAR: "LINEAR",
|
|
1909
1994
|
SMOOTH: "SMOOTH",
|
|
@@ -1995,27 +2080,25 @@ var PivotTableConditionalFormattingScopeRole = {
|
|
|
1995
2080
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
1996
2081
|
GRAND_TOTAL: "GRAND_TOTAL"
|
|
1997
2082
|
};
|
|
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"
|
|
2083
|
+
var PluginVisualAxisName = {
|
|
2084
|
+
GROUP_BY: "GROUP_BY",
|
|
2085
|
+
VALUE: "VALUE"
|
|
2018
2086
|
};
|
|
2087
|
+
var ReferenceLineLabelConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2088
|
+
...obj,
|
|
2089
|
+
...obj.ValueLabelConfiguration && {
|
|
2090
|
+
ValueLabelConfiguration: ReferenceLineValueLabelConfigurationFilterSensitiveLog(obj.ValueLabelConfiguration)
|
|
2091
|
+
}
|
|
2092
|
+
}), "ReferenceLineLabelConfigurationFilterSensitiveLog");
|
|
2093
|
+
var ReferenceLineFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2094
|
+
...obj,
|
|
2095
|
+
...obj.DataConfiguration && {
|
|
2096
|
+
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration)
|
|
2097
|
+
},
|
|
2098
|
+
...obj.LabelConfiguration && {
|
|
2099
|
+
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration)
|
|
2100
|
+
}
|
|
2101
|
+
}), "ReferenceLineFilterSensitiveLog");
|
|
2019
2102
|
var DataPathValueFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2020
2103
|
...obj,
|
|
2021
2104
|
...obj.FieldValue && { FieldValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2403,6 +2486,45 @@ var KPIVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2403
2486
|
ConditionalFormatting: KPIConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
2404
2487
|
}
|
|
2405
2488
|
}), "KPIVisualFilterSensitiveLog");
|
|
2489
|
+
var LayerCustomActionOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2490
|
+
...obj,
|
|
2491
|
+
...obj.SetParametersOperation && {
|
|
2492
|
+
SetParametersOperation: CustomActionSetParametersOperationFilterSensitiveLog(obj.SetParametersOperation)
|
|
2493
|
+
}
|
|
2494
|
+
}), "LayerCustomActionOperationFilterSensitiveLog");
|
|
2495
|
+
var LayerCustomActionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2496
|
+
...obj
|
|
2497
|
+
}), "LayerCustomActionFilterSensitiveLog");
|
|
2498
|
+
var GeospatialLayerColorFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2499
|
+
...obj,
|
|
2500
|
+
...obj.ColorValuesFields && {
|
|
2501
|
+
ColorValuesFields: obj.ColorValuesFields.map((item) => MeasureFieldFilterSensitiveLog(item))
|
|
2502
|
+
}
|
|
2503
|
+
}), "GeospatialLayerColorFieldFilterSensitiveLog");
|
|
2504
|
+
var UnaggregatedFieldFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2505
|
+
...obj,
|
|
2506
|
+
...obj.FormatConfiguration && {
|
|
2507
|
+
FormatConfiguration: FormatConfigurationFilterSensitiveLog(obj.FormatConfiguration)
|
|
2508
|
+
}
|
|
2509
|
+
}), "UnaggregatedFieldFilterSensitiveLog");
|
|
2510
|
+
var GeospatialLayerJoinDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2511
|
+
...obj,
|
|
2512
|
+
...obj.DatasetKeyField && { DatasetKeyField: UnaggregatedFieldFilterSensitiveLog(obj.DatasetKeyField) }
|
|
2513
|
+
}), "GeospatialLayerJoinDefinitionFilterSensitiveLog");
|
|
2514
|
+
var GeospatialLayerItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2515
|
+
...obj,
|
|
2516
|
+
...obj.JoinDefinition && { JoinDefinition: GeospatialLayerJoinDefinitionFilterSensitiveLog(obj.JoinDefinition) }
|
|
2517
|
+
}), "GeospatialLayerItemFilterSensitiveLog");
|
|
2518
|
+
var GeospatialLayerMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2519
|
+
...obj,
|
|
2520
|
+
...obj.MapLayers && { MapLayers: obj.MapLayers.map((item) => GeospatialLayerItemFilterSensitiveLog(item)) }
|
|
2521
|
+
}), "GeospatialLayerMapConfigurationFilterSensitiveLog");
|
|
2522
|
+
var LayerMapVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2523
|
+
...obj,
|
|
2524
|
+
...obj.ChartConfiguration && {
|
|
2525
|
+
ChartConfiguration: GeospatialLayerMapConfigurationFilterSensitiveLog(obj.ChartConfiguration)
|
|
2526
|
+
}
|
|
2527
|
+
}), "LayerMapVisualFilterSensitiveLog");
|
|
2406
2528
|
var LineChartAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2407
2529
|
...obj,
|
|
2408
2530
|
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
@@ -2517,125 +2639,34 @@ var PivotTableVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2517
2639
|
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
2518
2640
|
}
|
|
2519
2641
|
}), "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) => ({
|
|
2642
|
+
var PluginVisualFieldWellFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2528
2643
|
...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");
|
|
2644
|
+
...obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
2645
|
+
...obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }
|
|
2646
|
+
}), "PluginVisualFieldWellFilterSensitiveLog");
|
|
2637
2647
|
|
|
2638
2648
|
// src/models/models_2.ts
|
|
2649
|
+
var RadarChartAxesRangeScale = {
|
|
2650
|
+
AUTO: "AUTO",
|
|
2651
|
+
INDEPENDENT: "INDEPENDENT",
|
|
2652
|
+
SHARED: "SHARED"
|
|
2653
|
+
};
|
|
2654
|
+
var RadarChartShape = {
|
|
2655
|
+
CIRCLE: "CIRCLE",
|
|
2656
|
+
POLYGON: "POLYGON"
|
|
2657
|
+
};
|
|
2658
|
+
var TableCellImageScalingConfiguration = {
|
|
2659
|
+
DO_NOT_SCALE: "DO_NOT_SCALE",
|
|
2660
|
+
FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT",
|
|
2661
|
+
FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH"
|
|
2662
|
+
};
|
|
2663
|
+
var TableFieldIconSetType = {
|
|
2664
|
+
LINK: "LINK"
|
|
2665
|
+
};
|
|
2666
|
+
var TableOrientation = {
|
|
2667
|
+
HORIZONTAL: "HORIZONTAL",
|
|
2668
|
+
VERTICAL: "VERTICAL"
|
|
2669
|
+
};
|
|
2639
2670
|
var WordCloudCloudLayout = {
|
|
2640
2671
|
FLUID: "FLUID",
|
|
2641
2672
|
NORMAL: "NORMAL"
|
|
@@ -2835,6 +2866,7 @@ var AuthenticationMethodOption = {
|
|
|
2835
2866
|
IAM_ONLY: "IAM_ONLY"
|
|
2836
2867
|
};
|
|
2837
2868
|
var ServiceType = {
|
|
2869
|
+
QBUSINESS: "QBUSINESS",
|
|
2838
2870
|
REDSHIFT: "REDSHIFT"
|
|
2839
2871
|
};
|
|
2840
2872
|
var AuthorSpecifiedAggregation = {
|
|
@@ -3122,174 +3154,123 @@ var ColumnDataRole = {
|
|
|
3122
3154
|
var GeoSpatialCountryCode = {
|
|
3123
3155
|
US: "US"
|
|
3124
3156
|
};
|
|
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;
|
|
3157
|
+
var PluginVisualConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3158
|
+
...obj
|
|
3159
|
+
}), "PluginVisualConfigurationFilterSensitiveLog");
|
|
3160
|
+
var PluginVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3161
|
+
...obj
|
|
3162
|
+
}), "PluginVisualFilterSensitiveLog");
|
|
3163
|
+
var RadarChartAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3164
|
+
...obj,
|
|
3165
|
+
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3166
|
+
}), "RadarChartAggregatedFieldWellsFilterSensitiveLog");
|
|
3167
|
+
var RadarChartFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3168
|
+
...obj
|
|
3169
|
+
}), "RadarChartFieldWellsFilterSensitiveLog");
|
|
3170
|
+
var RadarChartConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3171
|
+
...obj,
|
|
3172
|
+
...obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }
|
|
3173
|
+
}), "RadarChartConfigurationFilterSensitiveLog");
|
|
3174
|
+
var RadarChartVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3175
|
+
...obj
|
|
3176
|
+
}), "RadarChartVisualFilterSensitiveLog");
|
|
3177
|
+
var SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3178
|
+
...obj,
|
|
3179
|
+
...obj.Weight && { Weight: obj.Weight.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3180
|
+
}), "SankeyDiagramAggregatedFieldWellsFilterSensitiveLog");
|
|
3181
|
+
var SankeyDiagramFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3182
|
+
...obj
|
|
3183
|
+
}), "SankeyDiagramFieldWellsFilterSensitiveLog");
|
|
3184
|
+
var SankeyDiagramChartConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3185
|
+
...obj,
|
|
3186
|
+
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
|
|
3187
|
+
}), "SankeyDiagramChartConfigurationFilterSensitiveLog");
|
|
3188
|
+
var SankeyDiagramVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3189
|
+
...obj
|
|
3190
|
+
}), "SankeyDiagramVisualFilterSensitiveLog");
|
|
3191
|
+
var ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3192
|
+
...obj,
|
|
3193
|
+
...obj.XAxis && { XAxis: obj.XAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
3194
|
+
...obj.YAxis && { YAxis: obj.YAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
3195
|
+
...obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3196
|
+
}), "ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog");
|
|
3197
|
+
var ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3198
|
+
...obj,
|
|
3199
|
+
...obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3200
|
+
}), "ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog");
|
|
3201
|
+
var ScatterPlotFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3202
|
+
...obj,
|
|
3203
|
+
...obj.ScatterPlotCategoricallyAggregatedFieldWells && {
|
|
3204
|
+
ScatterPlotCategoricallyAggregatedFieldWells: ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog(
|
|
3205
|
+
obj.ScatterPlotCategoricallyAggregatedFieldWells
|
|
3206
|
+
)
|
|
3182
3207
|
}
|
|
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;
|
|
3208
|
+
}), "ScatterPlotFieldWellsFilterSensitiveLog");
|
|
3209
|
+
var ScatterPlotConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3210
|
+
...obj,
|
|
3211
|
+
...obj.FieldWells && { FieldWells: ScatterPlotFieldWellsFilterSensitiveLog(obj.FieldWells) },
|
|
3212
|
+
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) },
|
|
3213
|
+
...obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }
|
|
3214
|
+
}), "ScatterPlotConfigurationFilterSensitiveLog");
|
|
3215
|
+
var ScatterPlotVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3216
|
+
...obj,
|
|
3217
|
+
...obj.ChartConfiguration && {
|
|
3218
|
+
ChartConfiguration: ScatterPlotConfigurationFilterSensitiveLog(obj.ChartConfiguration)
|
|
3201
3219
|
}
|
|
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;
|
|
3220
|
+
}), "ScatterPlotVisualFilterSensitiveLog");
|
|
3221
|
+
var TableAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3222
|
+
...obj,
|
|
3223
|
+
...obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3224
|
+
}), "TableAggregatedFieldWellsFilterSensitiveLog");
|
|
3225
|
+
var TableUnaggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3226
|
+
...obj,
|
|
3227
|
+
...obj.Values && { Values: obj.Values.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }
|
|
3228
|
+
}), "TableUnaggregatedFieldWellsFilterSensitiveLog");
|
|
3229
|
+
var TableFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3230
|
+
...obj,
|
|
3231
|
+
...obj.TableUnaggregatedFieldWells && {
|
|
3232
|
+
TableUnaggregatedFieldWells: TableUnaggregatedFieldWellsFilterSensitiveLog(obj.TableUnaggregatedFieldWells)
|
|
3244
3233
|
}
|
|
3245
|
-
};
|
|
3246
|
-
__name(
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3234
|
+
}), "TableFieldWellsFilterSensitiveLog");
|
|
3235
|
+
var TableConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3236
|
+
...obj
|
|
3237
|
+
}), "TableConfigurationFilterSensitiveLog");
|
|
3238
|
+
var TableCellConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3239
|
+
...obj,
|
|
3240
|
+
...obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }
|
|
3241
|
+
}), "TableCellConditionalFormattingFilterSensitiveLog");
|
|
3242
|
+
var TableRowConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3243
|
+
...obj,
|
|
3244
|
+
...obj.BackgroundColor && { BackgroundColor: ConditionalFormattingColorFilterSensitiveLog(obj.BackgroundColor) },
|
|
3245
|
+
...obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) }
|
|
3246
|
+
}), "TableRowConditionalFormattingFilterSensitiveLog");
|
|
3247
|
+
var TableConditionalFormattingOptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3248
|
+
...obj,
|
|
3249
|
+
...obj.Cell && { Cell: TableCellConditionalFormattingFilterSensitiveLog(obj.Cell) },
|
|
3250
|
+
...obj.Row && { Row: TableRowConditionalFormattingFilterSensitiveLog(obj.Row) }
|
|
3251
|
+
}), "TableConditionalFormattingOptionFilterSensitiveLog");
|
|
3252
|
+
var TableConditionalFormattingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3253
|
+
...obj,
|
|
3254
|
+
...obj.ConditionalFormattingOptions && {
|
|
3255
|
+
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map(
|
|
3256
|
+
(item) => TableConditionalFormattingOptionFilterSensitiveLog(item)
|
|
3257
|
+
)
|
|
3262
3258
|
}
|
|
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;
|
|
3259
|
+
}), "TableConditionalFormattingFilterSensitiveLog");
|
|
3260
|
+
var TableVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3261
|
+
...obj,
|
|
3262
|
+
...obj.ConditionalFormatting && {
|
|
3263
|
+
ConditionalFormatting: TableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting)
|
|
3281
3264
|
}
|
|
3282
|
-
};
|
|
3283
|
-
__name(
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
|
|
3291
|
-
SINGLE_VALUED: "SINGLE_VALUED"
|
|
3292
|
-
};
|
|
3265
|
+
}), "TableVisualFilterSensitiveLog");
|
|
3266
|
+
var TreeMapAggregatedFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3267
|
+
...obj,
|
|
3268
|
+
...obj.Sizes && { Sizes: obj.Sizes.map((item) => MeasureFieldFilterSensitiveLog(item)) },
|
|
3269
|
+
...obj.Colors && { Colors: obj.Colors.map((item) => MeasureFieldFilterSensitiveLog(item)) }
|
|
3270
|
+
}), "TreeMapAggregatedFieldWellsFilterSensitiveLog");
|
|
3271
|
+
var TreeMapFieldWellsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3272
|
+
...obj
|
|
3273
|
+
}), "TreeMapFieldWellsFilterSensitiveLog");
|
|
3293
3274
|
var TreeMapConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3294
3275
|
...obj,
|
|
3295
3276
|
...obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }
|
|
@@ -3329,6 +3310,7 @@ var VisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3329
3310
|
...obj,
|
|
3330
3311
|
...obj.KPIVisual && { KPIVisual: KPIVisualFilterSensitiveLog(obj.KPIVisual) },
|
|
3331
3312
|
...obj.GaugeChartVisual && { GaugeChartVisual: GaugeChartVisualFilterSensitiveLog(obj.GaugeChartVisual) },
|
|
3313
|
+
...obj.LayerMapVisual && { LayerMapVisual: LayerMapVisualFilterSensitiveLog(obj.LayerMapVisual) },
|
|
3332
3314
|
...obj.ScatterPlotVisual && { ScatterPlotVisual: ScatterPlotVisualFilterSensitiveLog(obj.ScatterPlotVisual) },
|
|
3333
3315
|
...obj.HistogramVisual && { HistogramVisual: HistogramVisualFilterSensitiveLog(obj.HistogramVisual) },
|
|
3334
3316
|
...obj.InsightVisual && { InsightVisual: InsightVisualFilterSensitiveLog(obj.InsightVisual) }
|
|
@@ -3403,68 +3385,177 @@ var ColumnDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
3403
3385
|
...obj,
|
|
3404
3386
|
...obj.Text && { Text: import_smithy_client.SENSITIVE_STRING }
|
|
3405
3387
|
}), "ColumnDescriptionFilterSensitiveLog");
|
|
3406
|
-
var ColumnTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3407
|
-
...obj,
|
|
3408
|
-
...obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }
|
|
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) => ({
|
|
3442
|
-
...obj,
|
|
3443
|
-
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
3444
|
-
}), "CreateAnalysisRequestFilterSensitiveLog");
|
|
3445
|
-
var CreateColumnsOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3446
|
-
...obj,
|
|
3447
|
-
...obj.Columns && { Columns: obj.Columns.map((item) => CalculatedColumnFilterSensitiveLog(item)) }
|
|
3448
|
-
}), "CreateColumnsOperationFilterSensitiveLog");
|
|
3449
|
-
var DashboardVersionDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3450
|
-
...obj,
|
|
3451
|
-
...obj.CalculatedFields && {
|
|
3452
|
-
CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item))
|
|
3453
|
-
},
|
|
3454
|
-
...obj.ParameterDeclarations && {
|
|
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) => ({
|
|
3462
|
-
...obj,
|
|
3463
|
-
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
3464
|
-
}), "CreateDashboardRequestFilterSensitiveLog");
|
|
3465
3388
|
|
|
3466
3389
|
// src/models/models_3.ts
|
|
3467
3390
|
|
|
3391
|
+
var ColumnOrderingType = {
|
|
3392
|
+
GREATER_IS_BETTER: "GREATER_IS_BETTER",
|
|
3393
|
+
LESSER_IS_BETTER: "LESSER_IS_BETTER",
|
|
3394
|
+
SPECIFIED: "SPECIFIED"
|
|
3395
|
+
};
|
|
3396
|
+
var GeoSpatialDataRole = {
|
|
3397
|
+
CITY: "CITY",
|
|
3398
|
+
COUNTRY: "COUNTRY",
|
|
3399
|
+
COUNTY: "COUNTY",
|
|
3400
|
+
LATITUDE: "LATITUDE",
|
|
3401
|
+
LONGITUDE: "LONGITUDE",
|
|
3402
|
+
POSTCODE: "POSTCODE",
|
|
3403
|
+
STATE: "STATE"
|
|
3404
|
+
};
|
|
3405
|
+
var ColumnTagName = {
|
|
3406
|
+
COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION",
|
|
3407
|
+
COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE"
|
|
3408
|
+
};
|
|
3409
|
+
var UndefinedSpecifiedValueType = {
|
|
3410
|
+
LEAST: "LEAST",
|
|
3411
|
+
MOST: "MOST"
|
|
3412
|
+
};
|
|
3413
|
+
var _ConcurrentUpdatingException = class _ConcurrentUpdatingException extends QuickSightServiceException {
|
|
3414
|
+
/**
|
|
3415
|
+
* @internal
|
|
3416
|
+
*/
|
|
3417
|
+
constructor(opts) {
|
|
3418
|
+
super({
|
|
3419
|
+
name: "ConcurrentUpdatingException",
|
|
3420
|
+
$fault: "server",
|
|
3421
|
+
...opts
|
|
3422
|
+
});
|
|
3423
|
+
this.name = "ConcurrentUpdatingException";
|
|
3424
|
+
this.$fault = "server";
|
|
3425
|
+
Object.setPrototypeOf(this, _ConcurrentUpdatingException.prototype);
|
|
3426
|
+
this.Message = opts.Message;
|
|
3427
|
+
this.RequestId = opts.RequestId;
|
|
3428
|
+
}
|
|
3429
|
+
};
|
|
3430
|
+
__name(_ConcurrentUpdatingException, "ConcurrentUpdatingException");
|
|
3431
|
+
var ConcurrentUpdatingException = _ConcurrentUpdatingException;
|
|
3432
|
+
var _ResourceUnavailableException = class _ResourceUnavailableException extends QuickSightServiceException {
|
|
3433
|
+
/**
|
|
3434
|
+
* @internal
|
|
3435
|
+
*/
|
|
3436
|
+
constructor(opts) {
|
|
3437
|
+
super({
|
|
3438
|
+
name: "ResourceUnavailableException",
|
|
3439
|
+
$fault: "server",
|
|
3440
|
+
...opts
|
|
3441
|
+
});
|
|
3442
|
+
this.name = "ResourceUnavailableException";
|
|
3443
|
+
this.$fault = "server";
|
|
3444
|
+
Object.setPrototypeOf(this, _ResourceUnavailableException.prototype);
|
|
3445
|
+
this.Message = opts.Message;
|
|
3446
|
+
this.ResourceType = opts.ResourceType;
|
|
3447
|
+
this.RequestId = opts.RequestId;
|
|
3448
|
+
}
|
|
3449
|
+
};
|
|
3450
|
+
__name(_ResourceUnavailableException, "ResourceUnavailableException");
|
|
3451
|
+
var ResourceUnavailableException = _ResourceUnavailableException;
|
|
3452
|
+
var _PreconditionNotMetException = class _PreconditionNotMetException extends QuickSightServiceException {
|
|
3453
|
+
/**
|
|
3454
|
+
* @internal
|
|
3455
|
+
*/
|
|
3456
|
+
constructor(opts) {
|
|
3457
|
+
super({
|
|
3458
|
+
name: "PreconditionNotMetException",
|
|
3459
|
+
$fault: "client",
|
|
3460
|
+
...opts
|
|
3461
|
+
});
|
|
3462
|
+
this.name = "PreconditionNotMetException";
|
|
3463
|
+
this.$fault = "client";
|
|
3464
|
+
Object.setPrototypeOf(this, _PreconditionNotMetException.prototype);
|
|
3465
|
+
this.Message = opts.Message;
|
|
3466
|
+
this.RequestId = opts.RequestId;
|
|
3467
|
+
}
|
|
3468
|
+
};
|
|
3469
|
+
__name(_PreconditionNotMetException, "PreconditionNotMetException");
|
|
3470
|
+
var PreconditionNotMetException = _PreconditionNotMetException;
|
|
3471
|
+
var ValidationStrategyMode = {
|
|
3472
|
+
LENIENT: "LENIENT",
|
|
3473
|
+
STRICT: "STRICT"
|
|
3474
|
+
};
|
|
3475
|
+
var _LimitExceededException = class _LimitExceededException extends QuickSightServiceException {
|
|
3476
|
+
/**
|
|
3477
|
+
* @internal
|
|
3478
|
+
*/
|
|
3479
|
+
constructor(opts) {
|
|
3480
|
+
super({
|
|
3481
|
+
name: "LimitExceededException",
|
|
3482
|
+
$fault: "client",
|
|
3483
|
+
...opts
|
|
3484
|
+
});
|
|
3485
|
+
this.name = "LimitExceededException";
|
|
3486
|
+
this.$fault = "client";
|
|
3487
|
+
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
3488
|
+
this.Message = opts.Message;
|
|
3489
|
+
this.ResourceType = opts.ResourceType;
|
|
3490
|
+
this.RequestId = opts.RequestId;
|
|
3491
|
+
}
|
|
3492
|
+
};
|
|
3493
|
+
__name(_LimitExceededException, "LimitExceededException");
|
|
3494
|
+
var LimitExceededException = _LimitExceededException;
|
|
3495
|
+
var _UnsupportedUserEditionException = class _UnsupportedUserEditionException extends QuickSightServiceException {
|
|
3496
|
+
/**
|
|
3497
|
+
* @internal
|
|
3498
|
+
*/
|
|
3499
|
+
constructor(opts) {
|
|
3500
|
+
super({
|
|
3501
|
+
name: "UnsupportedUserEditionException",
|
|
3502
|
+
$fault: "client",
|
|
3503
|
+
...opts
|
|
3504
|
+
});
|
|
3505
|
+
this.name = "UnsupportedUserEditionException";
|
|
3506
|
+
this.$fault = "client";
|
|
3507
|
+
Object.setPrototypeOf(this, _UnsupportedUserEditionException.prototype);
|
|
3508
|
+
this.Message = opts.Message;
|
|
3509
|
+
this.RequestId = opts.RequestId;
|
|
3510
|
+
}
|
|
3511
|
+
};
|
|
3512
|
+
__name(_UnsupportedUserEditionException, "UnsupportedUserEditionException");
|
|
3513
|
+
var UnsupportedUserEditionException = _UnsupportedUserEditionException;
|
|
3514
|
+
var _InternalServerException = class _InternalServerException extends QuickSightServiceException {
|
|
3515
|
+
/**
|
|
3516
|
+
* @internal
|
|
3517
|
+
*/
|
|
3518
|
+
constructor(opts) {
|
|
3519
|
+
super({
|
|
3520
|
+
name: "InternalServerException",
|
|
3521
|
+
$fault: "server",
|
|
3522
|
+
...opts
|
|
3523
|
+
});
|
|
3524
|
+
this.name = "InternalServerException";
|
|
3525
|
+
this.$fault = "server";
|
|
3526
|
+
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
3527
|
+
this.Message = opts.Message;
|
|
3528
|
+
}
|
|
3529
|
+
};
|
|
3530
|
+
__name(_InternalServerException, "InternalServerException");
|
|
3531
|
+
var InternalServerException = _InternalServerException;
|
|
3532
|
+
var _InvalidRequestException = class _InvalidRequestException extends QuickSightServiceException {
|
|
3533
|
+
/**
|
|
3534
|
+
* @internal
|
|
3535
|
+
*/
|
|
3536
|
+
constructor(opts) {
|
|
3537
|
+
super({
|
|
3538
|
+
name: "InvalidRequestException",
|
|
3539
|
+
$fault: "client",
|
|
3540
|
+
...opts
|
|
3541
|
+
});
|
|
3542
|
+
this.name = "InvalidRequestException";
|
|
3543
|
+
this.$fault = "client";
|
|
3544
|
+
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
3545
|
+
this.Message = opts.Message;
|
|
3546
|
+
this.RequestId = opts.RequestId;
|
|
3547
|
+
}
|
|
3548
|
+
};
|
|
3549
|
+
__name(_InvalidRequestException, "InvalidRequestException");
|
|
3550
|
+
var InvalidRequestException = _InvalidRequestException;
|
|
3551
|
+
var DashboardUIState = {
|
|
3552
|
+
COLLAPSED: "COLLAPSED",
|
|
3553
|
+
EXPANDED: "EXPANDED"
|
|
3554
|
+
};
|
|
3555
|
+
var DatasetParameterValueType = {
|
|
3556
|
+
MULTI_VALUED: "MULTI_VALUED",
|
|
3557
|
+
SINGLE_VALUED: "SINGLE_VALUED"
|
|
3558
|
+
};
|
|
3468
3559
|
var DataSetImportMode = {
|
|
3469
3560
|
DIRECT_QUERY: "DIRECT_QUERY",
|
|
3470
3561
|
SPICE: "SPICE"
|
|
@@ -3766,6 +3857,10 @@ var DashboardFilterAttribute = {
|
|
|
3766
3857
|
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
3767
3858
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3768
3859
|
};
|
|
3860
|
+
var DashboardsQAStatus = {
|
|
3861
|
+
DISABLED: "DISABLED",
|
|
3862
|
+
ENABLED: "ENABLED"
|
|
3863
|
+
};
|
|
3769
3864
|
var DataSetFilterAttribute = {
|
|
3770
3865
|
DATASET_NAME: "DATASET_NAME",
|
|
3771
3866
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
@@ -3774,114 +3869,86 @@ var DataSetFilterAttribute = {
|
|
|
3774
3869
|
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
3775
3870
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3776
3871
|
};
|
|
3777
|
-
var LookbackWindowSizeUnit = {
|
|
3778
|
-
DAY: "DAY",
|
|
3779
|
-
HOUR: "HOUR",
|
|
3780
|
-
WEEK: "WEEK"
|
|
3781
|
-
};
|
|
3782
|
-
var DataSourceErrorInfoType = {
|
|
3783
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
3784
|
-
CONFLICT: "CONFLICT",
|
|
3785
|
-
COPY_SOURCE_NOT_FOUND: "COPY_SOURCE_NOT_FOUND",
|
|
3786
|
-
ENGINE_VERSION_NOT_SUPPORTED: "ENGINE_VERSION_NOT_SUPPORTED",
|
|
3787
|
-
GENERIC_SQL_FAILURE: "GENERIC_SQL_FAILURE",
|
|
3788
|
-
TIMEOUT: "TIMEOUT",
|
|
3789
|
-
UNKNOWN: "UNKNOWN",
|
|
3790
|
-
UNKNOWN_HOST: "UNKNOWN_HOST"
|
|
3791
|
-
};
|
|
3792
|
-
var DataSourceFilterAttribute = {
|
|
3793
|
-
DATASOURCE_NAME: "DATASOURCE_NAME",
|
|
3794
|
-
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
3795
|
-
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
3796
|
-
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3797
|
-
};
|
|
3798
|
-
var IncludeFolderMembers = {
|
|
3799
|
-
NONE: "NONE",
|
|
3800
|
-
ONE_LEVEL: "ONE_LEVEL",
|
|
3801
|
-
RECURSE: "RECURSE"
|
|
3802
|
-
};
|
|
3803
|
-
var SnapshotJobStatus = {
|
|
3804
|
-
COMPLETED: "COMPLETED",
|
|
3805
|
-
FAILED: "FAILED",
|
|
3806
|
-
QUEUED: "QUEUED",
|
|
3807
|
-
RUNNING: "RUNNING"
|
|
3808
|
-
};
|
|
3809
|
-
var _InvalidNextTokenException = class _InvalidNextTokenException extends QuickSightServiceException {
|
|
3810
|
-
/**
|
|
3811
|
-
* @internal
|
|
3812
|
-
*/
|
|
3813
|
-
constructor(opts) {
|
|
3814
|
-
super({
|
|
3815
|
-
name: "InvalidNextTokenException",
|
|
3816
|
-
$fault: "client",
|
|
3817
|
-
...opts
|
|
3818
|
-
});
|
|
3819
|
-
this.name = "InvalidNextTokenException";
|
|
3820
|
-
this.$fault = "client";
|
|
3821
|
-
Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
|
|
3822
|
-
this.Message = opts.Message;
|
|
3823
|
-
this.RequestId = opts.RequestId;
|
|
3824
|
-
}
|
|
3825
|
-
};
|
|
3826
|
-
__name(_InvalidNextTokenException, "InvalidNextTokenException");
|
|
3827
|
-
var InvalidNextTokenException = _InvalidNextTokenException;
|
|
3828
|
-
var IngestionErrorType = {
|
|
3829
|
-
ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
|
3830
|
-
CONNECTION_FAILURE: "CONNECTION_FAILURE",
|
|
3831
|
-
CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED",
|
|
3832
|
-
CUSTOMER_ERROR: "CUSTOMER_ERROR",
|
|
3833
|
-
DATA_SET_DELETED: "DATA_SET_DELETED",
|
|
3834
|
-
DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE",
|
|
3835
|
-
DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED",
|
|
3836
|
-
DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED",
|
|
3837
|
-
DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED",
|
|
3838
|
-
DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND",
|
|
3839
|
-
DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION",
|
|
3840
|
-
DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND",
|
|
3841
|
-
ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED",
|
|
3842
|
-
FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE",
|
|
3843
|
-
FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE",
|
|
3844
|
-
IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE",
|
|
3845
|
-
INGESTION_CANCELED: "INGESTION_CANCELED",
|
|
3846
|
-
INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED",
|
|
3847
|
-
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
3848
|
-
INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX",
|
|
3849
|
-
INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG",
|
|
3850
|
-
INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT",
|
|
3851
|
-
IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY",
|
|
3852
|
-
IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND",
|
|
3853
|
-
OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE",
|
|
3854
|
-
PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE",
|
|
3855
|
-
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
3856
|
-
PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND",
|
|
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"
|
|
3872
|
+
var LookbackWindowSizeUnit = {
|
|
3873
|
+
DAY: "DAY",
|
|
3874
|
+
HOUR: "HOUR",
|
|
3875
|
+
WEEK: "WEEK"
|
|
3874
3876
|
};
|
|
3875
|
-
var
|
|
3876
|
-
|
|
3877
|
-
|
|
3877
|
+
var DataSourceErrorInfoType = {
|
|
3878
|
+
ACCESS_DENIED: "ACCESS_DENIED",
|
|
3879
|
+
CONFLICT: "CONFLICT",
|
|
3880
|
+
COPY_SOURCE_NOT_FOUND: "COPY_SOURCE_NOT_FOUND",
|
|
3881
|
+
ENGINE_VERSION_NOT_SUPPORTED: "ENGINE_VERSION_NOT_SUPPORTED",
|
|
3882
|
+
GENERIC_SQL_FAILURE: "GENERIC_SQL_FAILURE",
|
|
3883
|
+
TIMEOUT: "TIMEOUT",
|
|
3884
|
+
UNKNOWN: "UNKNOWN",
|
|
3885
|
+
UNKNOWN_HOST: "UNKNOWN_HOST"
|
|
3878
3886
|
};
|
|
3879
|
-
var
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3887
|
+
var DataSourceFilterAttribute = {
|
|
3888
|
+
DATASOURCE_NAME: "DATASOURCE_NAME",
|
|
3889
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
3890
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
3891
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER"
|
|
3884
3892
|
};
|
|
3893
|
+
var ColumnTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3894
|
+
...obj,
|
|
3895
|
+
...obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }
|
|
3896
|
+
}), "ColumnTagFilterSensitiveLog");
|
|
3897
|
+
var DateTimeParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3898
|
+
...obj,
|
|
3899
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3900
|
+
}), "DateTimeParameterFilterSensitiveLog");
|
|
3901
|
+
var DecimalParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3902
|
+
...obj,
|
|
3903
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3904
|
+
}), "DecimalParameterFilterSensitiveLog");
|
|
3905
|
+
var IntegerParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3906
|
+
...obj,
|
|
3907
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3908
|
+
}), "IntegerParameterFilterSensitiveLog");
|
|
3909
|
+
var StringParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3910
|
+
...obj,
|
|
3911
|
+
...obj.Values && { Values: import_smithy_client.SENSITIVE_STRING }
|
|
3912
|
+
}), "StringParameterFilterSensitiveLog");
|
|
3913
|
+
var _ParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3914
|
+
...obj,
|
|
3915
|
+
...obj.StringParameters && {
|
|
3916
|
+
StringParameters: obj.StringParameters.map((item) => StringParameterFilterSensitiveLog(item))
|
|
3917
|
+
},
|
|
3918
|
+
...obj.IntegerParameters && {
|
|
3919
|
+
IntegerParameters: obj.IntegerParameters.map((item) => IntegerParameterFilterSensitiveLog(item))
|
|
3920
|
+
},
|
|
3921
|
+
...obj.DecimalParameters && {
|
|
3922
|
+
DecimalParameters: obj.DecimalParameters.map((item) => DecimalParameterFilterSensitiveLog(item))
|
|
3923
|
+
},
|
|
3924
|
+
...obj.DateTimeParameters && {
|
|
3925
|
+
DateTimeParameters: obj.DateTimeParameters.map((item) => DateTimeParameterFilterSensitiveLog(item))
|
|
3926
|
+
}
|
|
3927
|
+
}), "_ParametersFilterSensitiveLog");
|
|
3928
|
+
var CreateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3929
|
+
...obj,
|
|
3930
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
3931
|
+
}), "CreateAnalysisRequestFilterSensitiveLog");
|
|
3932
|
+
var CreateColumnsOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3933
|
+
...obj,
|
|
3934
|
+
...obj.Columns && { Columns: obj.Columns.map((item) => CalculatedColumnFilterSensitiveLog(item)) }
|
|
3935
|
+
}), "CreateColumnsOperationFilterSensitiveLog");
|
|
3936
|
+
var DashboardVersionDefinitionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3937
|
+
...obj,
|
|
3938
|
+
...obj.CalculatedFields && {
|
|
3939
|
+
CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item))
|
|
3940
|
+
},
|
|
3941
|
+
...obj.ParameterDeclarations && {
|
|
3942
|
+
ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item))
|
|
3943
|
+
},
|
|
3944
|
+
...obj.ColumnConfigurations && {
|
|
3945
|
+
ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item))
|
|
3946
|
+
}
|
|
3947
|
+
}), "DashboardVersionDefinitionFilterSensitiveLog");
|
|
3948
|
+
var CreateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3949
|
+
...obj,
|
|
3950
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
3951
|
+
}), "CreateDashboardRequestFilterSensitiveLog");
|
|
3885
3952
|
var FilterOperationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3886
3953
|
...obj,
|
|
3887
3954
|
...obj.ConditionExpression && { ConditionExpression: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4041,6 +4108,12 @@ var TopicDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4041
4108
|
var CreateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4042
4109
|
...obj
|
|
4043
4110
|
}), "CreateTopicRequestFilterSensitiveLog");
|
|
4111
|
+
var DashboardVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4112
|
+
...obj
|
|
4113
|
+
}), "DashboardVersionFilterSensitiveLog");
|
|
4114
|
+
var DashboardFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4115
|
+
...obj
|
|
4116
|
+
}), "DashboardFilterSensitiveLog");
|
|
4044
4117
|
var OutputColumnFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4045
4118
|
...obj,
|
|
4046
4119
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4066,41 +4139,164 @@ var DataSetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4066
4139
|
)
|
|
4067
4140
|
}
|
|
4068
4141
|
}), "DataSetFilterSensitiveLog");
|
|
4142
|
+
var DescribeAnalysisResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4143
|
+
...obj
|
|
4144
|
+
}), "DescribeAnalysisResponseFilterSensitiveLog");
|
|
4069
4145
|
var DescribeAnalysisDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4070
4146
|
...obj
|
|
4071
4147
|
}), "DescribeAnalysisDefinitionResponseFilterSensitiveLog");
|
|
4072
|
-
|
|
4148
|
+
|
|
4149
|
+
// src/models/models_5.ts
|
|
4150
|
+
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4073
4151
|
...obj,
|
|
4074
|
-
...obj.
|
|
4075
|
-
}), "
|
|
4076
|
-
var
|
|
4152
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4153
|
+
}), "UpdateDashboardRequestFilterSensitiveLog");
|
|
4154
|
+
var UpdateDataSetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4077
4155
|
...obj,
|
|
4078
|
-
...obj.
|
|
4079
|
-
|
|
4156
|
+
...obj.PhysicalTableMap && {
|
|
4157
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce(
|
|
4158
|
+
(acc, [key, value]) => (acc[key] = value, acc),
|
|
4159
|
+
{}
|
|
4160
|
+
)
|
|
4161
|
+
},
|
|
4162
|
+
...obj.LogicalTableMap && {
|
|
4163
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce(
|
|
4164
|
+
(acc, [key, value]) => (acc[key] = LogicalTableFilterSensitiveLog(value), acc),
|
|
4165
|
+
{}
|
|
4166
|
+
)
|
|
4167
|
+
},
|
|
4168
|
+
...obj.RowLevelPermissionTagConfiguration && {
|
|
4169
|
+
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(
|
|
4170
|
+
obj.RowLevelPermissionTagConfiguration
|
|
4171
|
+
)
|
|
4080
4172
|
}
|
|
4081
|
-
}), "
|
|
4082
|
-
var
|
|
4083
|
-
...obj
|
|
4084
|
-
}), "DescribeDashboardDefinitionResponseFilterSensitiveLog");
|
|
4085
|
-
var SnapshotConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4173
|
+
}), "UpdateDataSetRequestFilterSensitiveLog");
|
|
4174
|
+
var UpdateDataSourceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4086
4175
|
...obj,
|
|
4087
|
-
...obj.
|
|
4088
|
-
}
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
}), "DescribeDashboardSnapshotJobResponseFilterSensitiveLog");
|
|
4092
|
-
var SnapshotJobResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4176
|
+
...obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters },
|
|
4177
|
+
...obj.Credentials && { Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
4178
|
+
}), "UpdateDataSourceRequestFilterSensitiveLog");
|
|
4179
|
+
var UpdateTemplateRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4093
4180
|
...obj
|
|
4094
|
-
}), "
|
|
4095
|
-
var
|
|
4181
|
+
}), "UpdateTemplateRequestFilterSensitiveLog");
|
|
4182
|
+
var UpdateTopicRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4096
4183
|
...obj
|
|
4097
|
-
}), "
|
|
4098
|
-
var
|
|
4184
|
+
}), "UpdateTopicRequestFilterSensitiveLog");
|
|
4185
|
+
var TopicVisualFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4099
4186
|
...obj,
|
|
4100
|
-
...obj.
|
|
4101
|
-
}), "
|
|
4187
|
+
...obj.Ir && { Ir: TopicIRFilterSensitiveLog(obj.Ir) }
|
|
4188
|
+
}), "TopicVisualFilterSensitiveLog");
|
|
4189
|
+
var CreateTopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4190
|
+
...obj,
|
|
4191
|
+
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
4192
|
+
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
4193
|
+
}), "CreateTopicReviewedAnswerFilterSensitiveLog");
|
|
4194
|
+
var TopicReviewedAnswerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4195
|
+
...obj,
|
|
4196
|
+
...obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) },
|
|
4197
|
+
...obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }
|
|
4198
|
+
}), "TopicReviewedAnswerFilterSensitiveLog");
|
|
4199
|
+
var BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4200
|
+
...obj
|
|
4201
|
+
}), "BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog");
|
|
4202
|
+
var ListTopicReviewedAnswersResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4203
|
+
...obj
|
|
4204
|
+
}), "ListTopicReviewedAnswersResponseFilterSensitiveLog");
|
|
4205
|
+
|
|
4206
|
+
// src/protocols/Aws_restJson1.ts
|
|
4207
|
+
var import_core2 = require("@aws-sdk/core");
|
|
4208
|
+
|
|
4209
|
+
|
|
4102
4210
|
|
|
4103
4211
|
// src/models/models_4.ts
|
|
4212
|
+
|
|
4213
|
+
var IncludeFolderMembers = {
|
|
4214
|
+
NONE: "NONE",
|
|
4215
|
+
ONE_LEVEL: "ONE_LEVEL",
|
|
4216
|
+
RECURSE: "RECURSE"
|
|
4217
|
+
};
|
|
4218
|
+
var SnapshotJobStatus = {
|
|
4219
|
+
COMPLETED: "COMPLETED",
|
|
4220
|
+
FAILED: "FAILED",
|
|
4221
|
+
QUEUED: "QUEUED",
|
|
4222
|
+
RUNNING: "RUNNING"
|
|
4223
|
+
};
|
|
4224
|
+
var _InvalidNextTokenException = class _InvalidNextTokenException extends QuickSightServiceException {
|
|
4225
|
+
/**
|
|
4226
|
+
* @internal
|
|
4227
|
+
*/
|
|
4228
|
+
constructor(opts) {
|
|
4229
|
+
super({
|
|
4230
|
+
name: "InvalidNextTokenException",
|
|
4231
|
+
$fault: "client",
|
|
4232
|
+
...opts
|
|
4233
|
+
});
|
|
4234
|
+
this.name = "InvalidNextTokenException";
|
|
4235
|
+
this.$fault = "client";
|
|
4236
|
+
Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
|
|
4237
|
+
this.Message = opts.Message;
|
|
4238
|
+
this.RequestId = opts.RequestId;
|
|
4239
|
+
}
|
|
4240
|
+
};
|
|
4241
|
+
__name(_InvalidNextTokenException, "InvalidNextTokenException");
|
|
4242
|
+
var InvalidNextTokenException = _InvalidNextTokenException;
|
|
4243
|
+
var IngestionErrorType = {
|
|
4244
|
+
ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
|
4245
|
+
CONNECTION_FAILURE: "CONNECTION_FAILURE",
|
|
4246
|
+
CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED",
|
|
4247
|
+
CUSTOMER_ERROR: "CUSTOMER_ERROR",
|
|
4248
|
+
DATA_SET_DELETED: "DATA_SET_DELETED",
|
|
4249
|
+
DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE",
|
|
4250
|
+
DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED",
|
|
4251
|
+
DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED",
|
|
4252
|
+
DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED",
|
|
4253
|
+
DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND",
|
|
4254
|
+
DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION",
|
|
4255
|
+
DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND",
|
|
4256
|
+
ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED",
|
|
4257
|
+
FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE",
|
|
4258
|
+
FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE",
|
|
4259
|
+
IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE",
|
|
4260
|
+
INGESTION_CANCELED: "INGESTION_CANCELED",
|
|
4261
|
+
INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED",
|
|
4262
|
+
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
4263
|
+
INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX",
|
|
4264
|
+
INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG",
|
|
4265
|
+
INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT",
|
|
4266
|
+
IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY",
|
|
4267
|
+
IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND",
|
|
4268
|
+
OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE",
|
|
4269
|
+
PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE",
|
|
4270
|
+
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
4271
|
+
PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND",
|
|
4272
|
+
QUERY_TIMEOUT: "QUERY_TIMEOUT",
|
|
4273
|
+
REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT",
|
|
4274
|
+
ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED",
|
|
4275
|
+
S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE",
|
|
4276
|
+
S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR",
|
|
4277
|
+
S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
|
|
4278
|
+
SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
|
|
4279
|
+
SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
|
|
4280
|
+
SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
|
|
4281
|
+
SQL_EXCEPTION: "SQL_EXCEPTION",
|
|
4282
|
+
SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
|
|
4283
|
+
SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
|
|
4284
|
+
SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
|
|
4285
|
+
SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
|
|
4286
|
+
SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
|
|
4287
|
+
UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
|
|
4288
|
+
UNROUTABLE_HOST: "UNROUTABLE_HOST"
|
|
4289
|
+
};
|
|
4290
|
+
var IngestionRequestSource = {
|
|
4291
|
+
MANUAL: "MANUAL",
|
|
4292
|
+
SCHEDULED: "SCHEDULED"
|
|
4293
|
+
};
|
|
4294
|
+
var IngestionRequestType = {
|
|
4295
|
+
EDIT: "EDIT",
|
|
4296
|
+
FULL_REFRESH: "FULL_REFRESH",
|
|
4297
|
+
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
|
|
4298
|
+
INITIAL_INGESTION: "INITIAL_INGESTION"
|
|
4299
|
+
};
|
|
4104
4300
|
var NamespaceErrorType = {
|
|
4105
4301
|
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
4106
4302
|
PERMISSION_DENIED: "PERMISSION_DENIED"
|
|
@@ -4109,6 +4305,10 @@ var PersonalizationMode = {
|
|
|
4109
4305
|
DISABLED: "DISABLED",
|
|
4110
4306
|
ENABLED: "ENABLED"
|
|
4111
4307
|
};
|
|
4308
|
+
var QSearchStatus = {
|
|
4309
|
+
DISABLED: "DISABLED",
|
|
4310
|
+
ENABLED: "ENABLED"
|
|
4311
|
+
};
|
|
4112
4312
|
var TemplateErrorType = {
|
|
4113
4313
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
4114
4314
|
DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
|
|
@@ -4190,6 +4390,11 @@ var FolderFilterAttribute = {
|
|
|
4190
4390
|
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
4191
4391
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER"
|
|
4192
4392
|
};
|
|
4393
|
+
var GeneratedAnswerStatus = {
|
|
4394
|
+
ANSWER_DOWNGRADE: "ANSWER_DOWNGRADE",
|
|
4395
|
+
ANSWER_GENERATED: "ANSWER_GENERATED",
|
|
4396
|
+
ANSWER_RETRIEVED: "ANSWER_RETRIEVED"
|
|
4397
|
+
};
|
|
4193
4398
|
var _SessionLifetimeInMinutesInvalidException = class _SessionLifetimeInMinutesInvalidException extends QuickSightServiceException {
|
|
4194
4399
|
/**
|
|
4195
4400
|
* @internal
|
|
@@ -4272,16 +4477,89 @@ var GroupFilterAttribute = {
|
|
|
4272
4477
|
var GroupFilterOperator = {
|
|
4273
4478
|
StartsWith: "StartsWith"
|
|
4274
4479
|
};
|
|
4480
|
+
var IncludeGeneratedAnswer = {
|
|
4481
|
+
EXCLUDE: "EXCLUDE",
|
|
4482
|
+
INCLUDE: "INCLUDE"
|
|
4483
|
+
};
|
|
4484
|
+
var IncludeQuickSightQIndex = {
|
|
4485
|
+
EXCLUDE: "EXCLUDE",
|
|
4486
|
+
INCLUDE: "INCLUDE"
|
|
4487
|
+
};
|
|
4488
|
+
var QAResultType = {
|
|
4489
|
+
DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
|
|
4490
|
+
GENERATED_ANSWER: "GENERATED_ANSWER",
|
|
4491
|
+
NO_ANSWER: "NO_ANSWER"
|
|
4492
|
+
};
|
|
4275
4493
|
var PurchaseMode = {
|
|
4276
4494
|
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
4277
4495
|
MANUAL: "MANUAL"
|
|
4278
4496
|
};
|
|
4497
|
+
var TopicFilterAttribute = {
|
|
4498
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
4499
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
4500
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
4501
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
4502
|
+
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
4503
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
4504
|
+
TOPIC_NAME: "TOPIC_NAME"
|
|
4505
|
+
};
|
|
4506
|
+
var TopicFilterOperator = {
|
|
4507
|
+
StringEquals: "StringEquals",
|
|
4508
|
+
StringLike: "StringLike"
|
|
4509
|
+
};
|
|
4510
|
+
var DescribeAssetBundleExportJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4511
|
+
...obj,
|
|
4512
|
+
...obj.DownloadUrl && { DownloadUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4513
|
+
}), "DescribeAssetBundleExportJobResponseFilterSensitiveLog");
|
|
4514
|
+
var DescribeAssetBundleImportJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4515
|
+
...obj,
|
|
4516
|
+
...obj.AssetBundleImportSource && {
|
|
4517
|
+
AssetBundleImportSource: AssetBundleImportSourceDescriptionFilterSensitiveLog(obj.AssetBundleImportSource)
|
|
4518
|
+
}
|
|
4519
|
+
}), "DescribeAssetBundleImportJobResponseFilterSensitiveLog");
|
|
4520
|
+
var DescribeDashboardResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4521
|
+
...obj
|
|
4522
|
+
}), "DescribeDashboardResponseFilterSensitiveLog");
|
|
4523
|
+
var DescribeDashboardDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4524
|
+
...obj
|
|
4525
|
+
}), "DescribeDashboardDefinitionResponseFilterSensitiveLog");
|
|
4526
|
+
var SnapshotConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4527
|
+
...obj,
|
|
4528
|
+
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4529
|
+
}), "SnapshotConfigurationFilterSensitiveLog");
|
|
4530
|
+
var DescribeDashboardSnapshotJobResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4531
|
+
...obj
|
|
4532
|
+
}), "DescribeDashboardSnapshotJobResponseFilterSensitiveLog");
|
|
4533
|
+
var SnapshotJobResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4534
|
+
...obj
|
|
4535
|
+
}), "SnapshotJobResultFilterSensitiveLog");
|
|
4536
|
+
var DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4537
|
+
...obj
|
|
4538
|
+
}), "DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog");
|
|
4539
|
+
var DescribeDataSetResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4540
|
+
...obj,
|
|
4541
|
+
...obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }
|
|
4542
|
+
}), "DescribeDataSetResponseFilterSensitiveLog");
|
|
4543
|
+
var TemplateVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4544
|
+
...obj
|
|
4545
|
+
}), "TemplateVersionFilterSensitiveLog");
|
|
4546
|
+
var TemplateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4547
|
+
...obj
|
|
4548
|
+
}), "TemplateFilterSensitiveLog");
|
|
4549
|
+
var DescribeTemplateResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4550
|
+
...obj
|
|
4551
|
+
}), "DescribeTemplateResponseFilterSensitiveLog");
|
|
4279
4552
|
var DescribeTemplateDefinitionResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4280
4553
|
...obj
|
|
4281
4554
|
}), "DescribeTemplateDefinitionResponseFilterSensitiveLog");
|
|
4282
4555
|
var DescribeTopicResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4283
4556
|
...obj
|
|
4284
4557
|
}), "DescribeTopicResponseFilterSensitiveLog");
|
|
4558
|
+
var GeneratedAnswerResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4559
|
+
...obj,
|
|
4560
|
+
...obj.QuestionText && { QuestionText: import_smithy_client.SENSITIVE_STRING },
|
|
4561
|
+
...obj.Restatement && { Restatement: import_smithy_client.SENSITIVE_STRING }
|
|
4562
|
+
}), "GeneratedAnswerResultFilterSensitiveLog");
|
|
4285
4563
|
var SessionTagFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4286
4564
|
...obj,
|
|
4287
4565
|
...obj.Value && { Value: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4298,6 +4576,10 @@ var GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = /* @__PURE__ *
|
|
|
4298
4576
|
...obj,
|
|
4299
4577
|
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4300
4578
|
}), "GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog");
|
|
4579
|
+
var GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4580
|
+
...obj,
|
|
4581
|
+
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4582
|
+
}), "GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog");
|
|
4301
4583
|
var GetDashboardEmbedUrlResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4302
4584
|
...obj,
|
|
4303
4585
|
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -4306,6 +4588,21 @@ var GetSessionEmbedUrlResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj)
|
|
|
4306
4588
|
...obj,
|
|
4307
4589
|
...obj.EmbedUrl && { EmbedUrl: import_smithy_client.SENSITIVE_STRING }
|
|
4308
4590
|
}), "GetSessionEmbedUrlResponseFilterSensitiveLog");
|
|
4591
|
+
var PredictQAResultsRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4592
|
+
...obj,
|
|
4593
|
+
...obj.QueryText && { QueryText: import_smithy_client.SENSITIVE_STRING }
|
|
4594
|
+
}), "PredictQAResultsRequestFilterSensitiveLog");
|
|
4595
|
+
var QAResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4596
|
+
...obj,
|
|
4597
|
+
...obj.GeneratedAnswer && { GeneratedAnswer: GeneratedAnswerResultFilterSensitiveLog(obj.GeneratedAnswer) }
|
|
4598
|
+
}), "QAResultFilterSensitiveLog");
|
|
4599
|
+
var PredictQAResultsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4600
|
+
...obj,
|
|
4601
|
+
...obj.PrimaryResult && { PrimaryResult: QAResultFilterSensitiveLog(obj.PrimaryResult) },
|
|
4602
|
+
...obj.AdditionalResults && {
|
|
4603
|
+
AdditionalResults: obj.AdditionalResults.map((item) => QAResultFilterSensitiveLog(item))
|
|
4604
|
+
}
|
|
4605
|
+
}), "PredictQAResultsResponseFilterSensitiveLog");
|
|
4309
4606
|
var StartAssetBundleImportJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4310
4607
|
...obj,
|
|
4311
4608
|
...obj.AssetBundleImportSource && {
|
|
@@ -4328,66 +4625,8 @@ var UpdateAnalysisRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
4328
4625
|
...obj,
|
|
4329
4626
|
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4330
4627
|
}), "UpdateAnalysisRequestFilterSensitiveLog");
|
|
4331
|
-
var UpdateDashboardRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4332
|
-
...obj,
|
|
4333
|
-
...obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }
|
|
4334
|
-
}), "UpdateDashboardRequestFilterSensitiveLog");
|
|
4335
|
-
var UpdateDataSetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
4336
|
-
...obj,
|
|
4337
|
-
...obj.PhysicalTableMap && {
|
|
4338
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce(
|
|
4339
|
-
(acc, [key, value]) => (acc[key] = value, acc),
|
|
4340
|
-
{}
|
|
4341
|
-
)
|
|
4342
|
-
},
|
|
4343
|
-
...obj.LogicalTableMap && {
|
|
4344
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce(
|
|
4345
|
-
(acc, [key, value]) => (acc[key] = LogicalTableFilterSensitiveLog(value), acc),
|
|
4346
|
-
{}
|
|
4347
|
-
)
|
|
4348
|
-
},
|
|
4349
|
-
...obj.RowLevelPermissionTagConfiguration && {
|
|
4350
|
-
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(
|
|
4351
|
-
obj.RowLevelPermissionTagConfiguration
|
|
4352
|
-
)
|
|
4353
|
-
}
|
|
4354
|
-
}), "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
4628
|
|
|
4387
4629
|
// src/protocols/Aws_restJson1.ts
|
|
4388
|
-
var import_core2 = require("@aws-sdk/core");
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
4630
|
var se_BatchCreateTopicReviewedAnswerCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4392
4631
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4393
4632
|
const headers = {
|
|
@@ -4871,6 +5110,7 @@ var se_CreateTopicCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4871
5110
|
let body;
|
|
4872
5111
|
body = JSON.stringify(
|
|
4873
5112
|
(0, import_smithy_client.take)(input, {
|
|
5113
|
+
FolderArns: (_) => (0, import_smithy_client._json)(_),
|
|
4874
5114
|
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
4875
5115
|
Topic: (_) => (0, import_smithy_client._json)(_),
|
|
4876
5116
|
TopicId: []
|
|
@@ -5027,6 +5267,18 @@ var se_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
5027
5267
|
b.m("DELETE").h(headers).b(body);
|
|
5028
5268
|
return b.build();
|
|
5029
5269
|
}, "se_DeleteDataSourceCommand");
|
|
5270
|
+
var se_DeleteDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5271
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5272
|
+
const headers = {};
|
|
5273
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
5274
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5275
|
+
const query = (0, import_smithy_client.map)({
|
|
5276
|
+
[_n]: [, input[_N]]
|
|
5277
|
+
});
|
|
5278
|
+
let body;
|
|
5279
|
+
b.m("DELETE").h(headers).q(query).b(body);
|
|
5280
|
+
return b.build();
|
|
5281
|
+
}, "se_DeleteDefaultQBusinessApplicationCommand");
|
|
5030
5282
|
var se_DeleteFolderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5031
5283
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5032
5284
|
const headers = {};
|
|
@@ -5432,6 +5684,15 @@ var se_DescribeDashboardSnapshotJobResultCommand = /* @__PURE__ */ __name(async
|
|
|
5432
5684
|
b.m("GET").h(headers).b(body);
|
|
5433
5685
|
return b.build();
|
|
5434
5686
|
}, "se_DescribeDashboardSnapshotJobResultCommand");
|
|
5687
|
+
var se_DescribeDashboardsQAConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5688
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5689
|
+
const headers = {};
|
|
5690
|
+
b.bp("/accounts/{AwsAccountId}/dashboards-qa-configuration");
|
|
5691
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5692
|
+
let body;
|
|
5693
|
+
b.m("GET").h(headers).b(body);
|
|
5694
|
+
return b.build();
|
|
5695
|
+
}, "se_DescribeDashboardsQAConfigurationCommand");
|
|
5435
5696
|
var se_DescribeDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5436
5697
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5437
5698
|
const headers = {};
|
|
@@ -5482,6 +5743,18 @@ var se_DescribeDataSourcePermissionsCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
5482
5743
|
b.m("GET").h(headers).b(body);
|
|
5483
5744
|
return b.build();
|
|
5484
5745
|
}, "se_DescribeDataSourcePermissionsCommand");
|
|
5746
|
+
var se_DescribeDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5747
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5748
|
+
const headers = {};
|
|
5749
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
5750
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5751
|
+
const query = (0, import_smithy_client.map)({
|
|
5752
|
+
[_n]: [, input[_N]]
|
|
5753
|
+
});
|
|
5754
|
+
let body;
|
|
5755
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
5756
|
+
return b.build();
|
|
5757
|
+
}, "se_DescribeDefaultQBusinessApplicationCommand");
|
|
5485
5758
|
var se_DescribeFolderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5486
5759
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5487
5760
|
const headers = {};
|
|
@@ -5607,6 +5880,15 @@ var se_DescribeQPersonalizationConfigurationCommand = /* @__PURE__ */ __name(asy
|
|
|
5607
5880
|
b.m("GET").h(headers).b(body);
|
|
5608
5881
|
return b.build();
|
|
5609
5882
|
}, "se_DescribeQPersonalizationConfigurationCommand");
|
|
5883
|
+
var se_DescribeQuickSightQSearchConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5884
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5885
|
+
const headers = {};
|
|
5886
|
+
b.bp("/accounts/{AwsAccountId}/quicksight-q-search-configuration");
|
|
5887
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
5888
|
+
let body;
|
|
5889
|
+
b.m("GET").h(headers).b(body);
|
|
5890
|
+
return b.build();
|
|
5891
|
+
}, "se_DescribeQuickSightQSearchConfigurationCommand");
|
|
5610
5892
|
var se_DescribeRefreshScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5611
5893
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5612
5894
|
const headers = {};
|
|
@@ -5816,6 +6098,24 @@ var se_GenerateEmbedUrlForRegisteredUserCommand = /* @__PURE__ */ __name(async (
|
|
|
5816
6098
|
b.m("POST").h(headers).b(body);
|
|
5817
6099
|
return b.build();
|
|
5818
6100
|
}, "se_GenerateEmbedUrlForRegisteredUserCommand");
|
|
6101
|
+
var se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6102
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6103
|
+
const headers = {
|
|
6104
|
+
"content-type": "application/json"
|
|
6105
|
+
};
|
|
6106
|
+
b.bp("/accounts/{AwsAccountId}/embed-url/registered-user-with-identity");
|
|
6107
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6108
|
+
let body;
|
|
6109
|
+
body = JSON.stringify(
|
|
6110
|
+
(0, import_smithy_client.take)(input, {
|
|
6111
|
+
AllowedDomains: (_) => (0, import_smithy_client._json)(_),
|
|
6112
|
+
ExperienceConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
6113
|
+
SessionLifetimeInMinutes: []
|
|
6114
|
+
})
|
|
6115
|
+
);
|
|
6116
|
+
b.m("POST").h(headers).b(body);
|
|
6117
|
+
return b.build();
|
|
6118
|
+
}, "se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand");
|
|
5819
6119
|
var se_GetDashboardEmbedUrlCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5820
6120
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
5821
6121
|
const headers = {};
|
|
@@ -6300,6 +6600,25 @@ var se_ListVPCConnectionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
6300
6600
|
b.m("GET").h(headers).q(query).b(body);
|
|
6301
6601
|
return b.build();
|
|
6302
6602
|
}, "se_ListVPCConnectionsCommand");
|
|
6603
|
+
var se_PredictQAResultsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6604
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6605
|
+
const headers = {
|
|
6606
|
+
"content-type": "application/json"
|
|
6607
|
+
};
|
|
6608
|
+
b.bp("/accounts/{AwsAccountId}/qa/predict");
|
|
6609
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6610
|
+
let body;
|
|
6611
|
+
body = JSON.stringify(
|
|
6612
|
+
(0, import_smithy_client.take)(input, {
|
|
6613
|
+
IncludeGeneratedAnswer: [],
|
|
6614
|
+
IncludeQuickSightQIndex: [],
|
|
6615
|
+
MaxTopicsToConsider: [],
|
|
6616
|
+
QueryText: []
|
|
6617
|
+
})
|
|
6618
|
+
);
|
|
6619
|
+
b.m("POST").h(headers).b(body);
|
|
6620
|
+
return b.build();
|
|
6621
|
+
}, "se_PredictQAResultsCommand");
|
|
6303
6622
|
var se_PutDataSetRefreshPropertiesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6304
6623
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6305
6624
|
const headers = {
|
|
@@ -6468,6 +6787,24 @@ var se_SearchGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
6468
6787
|
b.m("POST").h(headers).q(query).b(body);
|
|
6469
6788
|
return b.build();
|
|
6470
6789
|
}, "se_SearchGroupsCommand");
|
|
6790
|
+
var se_SearchTopicsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6791
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6792
|
+
const headers = {
|
|
6793
|
+
"content-type": "application/json"
|
|
6794
|
+
};
|
|
6795
|
+
b.bp("/accounts/{AwsAccountId}/search/topics");
|
|
6796
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6797
|
+
let body;
|
|
6798
|
+
body = JSON.stringify(
|
|
6799
|
+
(0, import_smithy_client.take)(input, {
|
|
6800
|
+
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
6801
|
+
MaxResults: [],
|
|
6802
|
+
NextToken: []
|
|
6803
|
+
})
|
|
6804
|
+
);
|
|
6805
|
+
b.m("POST").h(headers).b(body);
|
|
6806
|
+
return b.build();
|
|
6807
|
+
}, "se_SearchTopicsCommand");
|
|
6471
6808
|
var se_StartAssetBundleExportJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6472
6809
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6473
6810
|
const headers = {
|
|
@@ -6650,6 +6987,18 @@ var se_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
6650
6987
|
b.m("PUT").h(headers).b(body);
|
|
6651
6988
|
return b.build();
|
|
6652
6989
|
}, "se_UpdateAnalysisPermissionsCommand");
|
|
6990
|
+
var se_UpdateApplicationWithTokenExchangeGrantCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6991
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
6992
|
+
const headers = {};
|
|
6993
|
+
b.bp("/accounts/{AwsAccountId}/application-with-token-exchange-grant");
|
|
6994
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
6995
|
+
const query = (0, import_smithy_client.map)({
|
|
6996
|
+
[_n]: [, (0, import_smithy_client.expectNonNull)(input[_N], `Namespace`)]
|
|
6997
|
+
});
|
|
6998
|
+
let body;
|
|
6999
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
7000
|
+
return b.build();
|
|
7001
|
+
}, "se_UpdateApplicationWithTokenExchangeGrantCommand");
|
|
6653
7002
|
var se_UpdateBrandCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6654
7003
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6655
7004
|
const headers = {
|
|
@@ -6789,6 +7138,22 @@ var se_UpdateDashboardPublishedVersionCommand = /* @__PURE__ */ __name(async (in
|
|
|
6789
7138
|
b.m("PUT").h(headers).b(body);
|
|
6790
7139
|
return b.build();
|
|
6791
7140
|
}, "se_UpdateDashboardPublishedVersionCommand");
|
|
7141
|
+
var se_UpdateDashboardsQAConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7142
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
7143
|
+
const headers = {
|
|
7144
|
+
"content-type": "application/json"
|
|
7145
|
+
};
|
|
7146
|
+
b.bp("/accounts/{AwsAccountId}/dashboards-qa-configuration");
|
|
7147
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
7148
|
+
let body;
|
|
7149
|
+
body = JSON.stringify(
|
|
7150
|
+
(0, import_smithy_client.take)(input, {
|
|
7151
|
+
DashboardsQAStatus: []
|
|
7152
|
+
})
|
|
7153
|
+
);
|
|
7154
|
+
b.m("PUT").h(headers).b(body);
|
|
7155
|
+
return b.build();
|
|
7156
|
+
}, "se_UpdateDashboardsQAConfigurationCommand");
|
|
6792
7157
|
var se_UpdateDataSetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6793
7158
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6794
7159
|
const headers = {
|
|
@@ -6873,6 +7238,25 @@ var se_UpdateDataSourcePermissionsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
6873
7238
|
b.m("POST").h(headers).b(body);
|
|
6874
7239
|
return b.build();
|
|
6875
7240
|
}, "se_UpdateDataSourcePermissionsCommand");
|
|
7241
|
+
var se_UpdateDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7242
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
7243
|
+
const headers = {
|
|
7244
|
+
"content-type": "application/json"
|
|
7245
|
+
};
|
|
7246
|
+
b.bp("/accounts/{AwsAccountId}/default-qbusiness-application");
|
|
7247
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
7248
|
+
const query = (0, import_smithy_client.map)({
|
|
7249
|
+
[_n]: [, input[_N]]
|
|
7250
|
+
});
|
|
7251
|
+
let body;
|
|
7252
|
+
body = JSON.stringify(
|
|
7253
|
+
(0, import_smithy_client.take)(input, {
|
|
7254
|
+
ApplicationId: []
|
|
7255
|
+
})
|
|
7256
|
+
);
|
|
7257
|
+
b.m("PUT").h(headers).q(query).b(body);
|
|
7258
|
+
return b.build();
|
|
7259
|
+
}, "se_UpdateDefaultQBusinessApplicationCommand");
|
|
6876
7260
|
var se_UpdateFolderCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
6877
7261
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
6878
7262
|
const headers = {
|
|
@@ -7030,6 +7414,22 @@ var se_UpdateQPersonalizationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
7030
7414
|
b.m("PUT").h(headers).b(body);
|
|
7031
7415
|
return b.build();
|
|
7032
7416
|
}, "se_UpdateQPersonalizationConfigurationCommand");
|
|
7417
|
+
var se_UpdateQuickSightQSearchConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7418
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
7419
|
+
const headers = {
|
|
7420
|
+
"content-type": "application/json"
|
|
7421
|
+
};
|
|
7422
|
+
b.bp("/accounts/{AwsAccountId}/quicksight-q-search-configuration");
|
|
7423
|
+
b.p("AwsAccountId", () => input.AwsAccountId, "{AwsAccountId}", false);
|
|
7424
|
+
let body;
|
|
7425
|
+
body = JSON.stringify(
|
|
7426
|
+
(0, import_smithy_client.take)(input, {
|
|
7427
|
+
QSearchStatus: []
|
|
7428
|
+
})
|
|
7429
|
+
);
|
|
7430
|
+
b.m("PUT").h(headers).b(body);
|
|
7431
|
+
return b.build();
|
|
7432
|
+
}, "se_UpdateQuickSightQSearchConfigurationCommand");
|
|
7033
7433
|
var se_UpdateRefreshScheduleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
7034
7434
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
7035
7435
|
const headers = {
|
|
@@ -8006,6 +8406,23 @@ var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
8006
8406
|
});
|
|
8007
8407
|
return contents;
|
|
8008
8408
|
}, "de_DeleteDataSourceCommand");
|
|
8409
|
+
var de_DeleteDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8410
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8411
|
+
return de_CommandError(output, context);
|
|
8412
|
+
}
|
|
8413
|
+
const contents = (0, import_smithy_client.map)({
|
|
8414
|
+
$metadata: deserializeMetadata(output)
|
|
8415
|
+
});
|
|
8416
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8417
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8418
|
+
RequestId: import_smithy_client.expectString
|
|
8419
|
+
});
|
|
8420
|
+
Object.assign(contents, doc);
|
|
8421
|
+
(0, import_smithy_client.map)(contents, {
|
|
8422
|
+
Status: [, output.statusCode]
|
|
8423
|
+
});
|
|
8424
|
+
return contents;
|
|
8425
|
+
}, "de_DeleteDefaultQBusinessApplicationCommand");
|
|
8009
8426
|
var de_DeleteFolderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8010
8427
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8011
8428
|
return de_CommandError(output, context);
|
|
@@ -8722,6 +9139,24 @@ var de_DescribeDashboardSnapshotJobResultCommand = /* @__PURE__ */ __name(async
|
|
|
8722
9139
|
});
|
|
8723
9140
|
return contents;
|
|
8724
9141
|
}, "de_DescribeDashboardSnapshotJobResultCommand");
|
|
9142
|
+
var de_DescribeDashboardsQAConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9143
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9144
|
+
return de_CommandError(output, context);
|
|
9145
|
+
}
|
|
9146
|
+
const contents = (0, import_smithy_client.map)({
|
|
9147
|
+
$metadata: deserializeMetadata(output)
|
|
9148
|
+
});
|
|
9149
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9150
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9151
|
+
DashboardsQAStatus: import_smithy_client.expectString,
|
|
9152
|
+
RequestId: import_smithy_client.expectString
|
|
9153
|
+
});
|
|
9154
|
+
Object.assign(contents, doc);
|
|
9155
|
+
(0, import_smithy_client.map)(contents, {
|
|
9156
|
+
Status: [, output.statusCode]
|
|
9157
|
+
});
|
|
9158
|
+
return contents;
|
|
9159
|
+
}, "de_DescribeDashboardsQAConfigurationCommand");
|
|
8725
9160
|
var de_DescribeDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8726
9161
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8727
9162
|
return de_CommandError(output, context);
|
|
@@ -8816,6 +9251,24 @@ var de_DescribeDataSourcePermissionsCommand = /* @__PURE__ */ __name(async (outp
|
|
|
8816
9251
|
});
|
|
8817
9252
|
return contents;
|
|
8818
9253
|
}, "de_DescribeDataSourcePermissionsCommand");
|
|
9254
|
+
var de_DescribeDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9255
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9256
|
+
return de_CommandError(output, context);
|
|
9257
|
+
}
|
|
9258
|
+
const contents = (0, import_smithy_client.map)({
|
|
9259
|
+
$metadata: deserializeMetadata(output)
|
|
9260
|
+
});
|
|
9261
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9262
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9263
|
+
ApplicationId: import_smithy_client.expectString,
|
|
9264
|
+
RequestId: import_smithy_client.expectString
|
|
9265
|
+
});
|
|
9266
|
+
Object.assign(contents, doc);
|
|
9267
|
+
(0, import_smithy_client.map)(contents, {
|
|
9268
|
+
Status: [, output.statusCode]
|
|
9269
|
+
});
|
|
9270
|
+
return contents;
|
|
9271
|
+
}, "de_DescribeDefaultQBusinessApplicationCommand");
|
|
8819
9272
|
var de_DescribeFolderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8820
9273
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8821
9274
|
return de_CommandError(output, context);
|
|
@@ -9023,6 +9476,24 @@ var de_DescribeQPersonalizationConfigurationCommand = /* @__PURE__ */ __name(asy
|
|
|
9023
9476
|
});
|
|
9024
9477
|
return contents;
|
|
9025
9478
|
}, "de_DescribeQPersonalizationConfigurationCommand");
|
|
9479
|
+
var de_DescribeQuickSightQSearchConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9480
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9481
|
+
return de_CommandError(output, context);
|
|
9482
|
+
}
|
|
9483
|
+
const contents = (0, import_smithy_client.map)({
|
|
9484
|
+
$metadata: deserializeMetadata(output)
|
|
9485
|
+
});
|
|
9486
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9487
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9488
|
+
QSearchStatus: import_smithy_client.expectString,
|
|
9489
|
+
RequestId: import_smithy_client.expectString
|
|
9490
|
+
});
|
|
9491
|
+
Object.assign(contents, doc);
|
|
9492
|
+
(0, import_smithy_client.map)(contents, {
|
|
9493
|
+
Status: [, output.statusCode]
|
|
9494
|
+
});
|
|
9495
|
+
return contents;
|
|
9496
|
+
}, "de_DescribeQuickSightQSearchConfigurationCommand");
|
|
9026
9497
|
var de_DescribeRefreshScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9027
9498
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9028
9499
|
return de_CommandError(output, context);
|
|
@@ -9343,6 +9814,24 @@ var de_GenerateEmbedUrlForRegisteredUserCommand = /* @__PURE__ */ __name(async (
|
|
|
9343
9814
|
});
|
|
9344
9815
|
return contents;
|
|
9345
9816
|
}, "de_GenerateEmbedUrlForRegisteredUserCommand");
|
|
9817
|
+
var de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9818
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9819
|
+
return de_CommandError(output, context);
|
|
9820
|
+
}
|
|
9821
|
+
const contents = (0, import_smithy_client.map)({
|
|
9822
|
+
$metadata: deserializeMetadata(output)
|
|
9823
|
+
});
|
|
9824
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
9825
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
9826
|
+
EmbedUrl: import_smithy_client.expectString,
|
|
9827
|
+
RequestId: import_smithy_client.expectString
|
|
9828
|
+
});
|
|
9829
|
+
Object.assign(contents, doc);
|
|
9830
|
+
(0, import_smithy_client.map)(contents, {
|
|
9831
|
+
Status: [, output.statusCode]
|
|
9832
|
+
});
|
|
9833
|
+
return contents;
|
|
9834
|
+
}, "de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand");
|
|
9346
9835
|
var de_GetDashboardEmbedUrlCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
9347
9836
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
9348
9837
|
return de_CommandError(output, context);
|
|
@@ -10021,6 +10510,25 @@ var de_ListVPCConnectionsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
10021
10510
|
});
|
|
10022
10511
|
return contents;
|
|
10023
10512
|
}, "de_ListVPCConnectionsCommand");
|
|
10513
|
+
var de_PredictQAResultsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10514
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10515
|
+
return de_CommandError(output, context);
|
|
10516
|
+
}
|
|
10517
|
+
const contents = (0, import_smithy_client.map)({
|
|
10518
|
+
$metadata: deserializeMetadata(output)
|
|
10519
|
+
});
|
|
10520
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10521
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10522
|
+
AdditionalResults: import_smithy_client._json,
|
|
10523
|
+
PrimaryResult: import_smithy_client._json,
|
|
10524
|
+
RequestId: import_smithy_client.expectString
|
|
10525
|
+
});
|
|
10526
|
+
Object.assign(contents, doc);
|
|
10527
|
+
(0, import_smithy_client.map)(contents, {
|
|
10528
|
+
Status: [, output.statusCode]
|
|
10529
|
+
});
|
|
10530
|
+
return contents;
|
|
10531
|
+
}, "de_PredictQAResultsCommand");
|
|
10024
10532
|
var de_PutDataSetRefreshPropertiesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10025
10533
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10026
10534
|
return de_CommandError(output, context);
|
|
@@ -10191,6 +10699,25 @@ var de_SearchGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
10191
10699
|
});
|
|
10192
10700
|
return contents;
|
|
10193
10701
|
}, "de_SearchGroupsCommand");
|
|
10702
|
+
var de_SearchTopicsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10703
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10704
|
+
return de_CommandError(output, context);
|
|
10705
|
+
}
|
|
10706
|
+
const contents = (0, import_smithy_client.map)({
|
|
10707
|
+
$metadata: deserializeMetadata(output)
|
|
10708
|
+
});
|
|
10709
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10710
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10711
|
+
NextToken: import_smithy_client.expectString,
|
|
10712
|
+
RequestId: import_smithy_client.expectString,
|
|
10713
|
+
TopicSummaryList: import_smithy_client._json
|
|
10714
|
+
});
|
|
10715
|
+
Object.assign(contents, doc);
|
|
10716
|
+
(0, import_smithy_client.map)(contents, {
|
|
10717
|
+
Status: [, output.statusCode]
|
|
10718
|
+
});
|
|
10719
|
+
return contents;
|
|
10720
|
+
}, "de_SearchTopicsCommand");
|
|
10194
10721
|
var de_StartAssetBundleExportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10195
10722
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10196
10723
|
return de_CommandError(output, context);
|
|
@@ -10377,6 +10904,23 @@ var de_UpdateAnalysisPermissionsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
10377
10904
|
});
|
|
10378
10905
|
return contents;
|
|
10379
10906
|
}, "de_UpdateAnalysisPermissionsCommand");
|
|
10907
|
+
var de_UpdateApplicationWithTokenExchangeGrantCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10908
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10909
|
+
return de_CommandError(output, context);
|
|
10910
|
+
}
|
|
10911
|
+
const contents = (0, import_smithy_client.map)({
|
|
10912
|
+
$metadata: deserializeMetadata(output)
|
|
10913
|
+
});
|
|
10914
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
10915
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
10916
|
+
RequestId: import_smithy_client.expectString
|
|
10917
|
+
});
|
|
10918
|
+
Object.assign(contents, doc);
|
|
10919
|
+
(0, import_smithy_client.map)(contents, {
|
|
10920
|
+
Status: [, output.statusCode]
|
|
10921
|
+
});
|
|
10922
|
+
return contents;
|
|
10923
|
+
}, "de_UpdateApplicationWithTokenExchangeGrantCommand");
|
|
10380
10924
|
var de_UpdateBrandCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10381
10925
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10382
10926
|
return de_CommandError(output, context);
|
|
@@ -10517,6 +11061,24 @@ var de_UpdateDashboardPublishedVersionCommand = /* @__PURE__ */ __name(async (ou
|
|
|
10517
11061
|
});
|
|
10518
11062
|
return contents;
|
|
10519
11063
|
}, "de_UpdateDashboardPublishedVersionCommand");
|
|
11064
|
+
var de_UpdateDashboardsQAConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11065
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11066
|
+
return de_CommandError(output, context);
|
|
11067
|
+
}
|
|
11068
|
+
const contents = (0, import_smithy_client.map)({
|
|
11069
|
+
$metadata: deserializeMetadata(output)
|
|
11070
|
+
});
|
|
11071
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
11072
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
11073
|
+
DashboardsQAStatus: import_smithy_client.expectString,
|
|
11074
|
+
RequestId: import_smithy_client.expectString
|
|
11075
|
+
});
|
|
11076
|
+
Object.assign(contents, doc);
|
|
11077
|
+
(0, import_smithy_client.map)(contents, {
|
|
11078
|
+
Status: [, output.statusCode]
|
|
11079
|
+
});
|
|
11080
|
+
return contents;
|
|
11081
|
+
}, "de_UpdateDashboardsQAConfigurationCommand");
|
|
10520
11082
|
var de_UpdateDataSetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10521
11083
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10522
11084
|
return de_CommandError(output, context);
|
|
@@ -10596,6 +11158,23 @@ var de_UpdateDataSourcePermissionsCommand = /* @__PURE__ */ __name(async (output
|
|
|
10596
11158
|
});
|
|
10597
11159
|
return contents;
|
|
10598
11160
|
}, "de_UpdateDataSourcePermissionsCommand");
|
|
11161
|
+
var de_UpdateDefaultQBusinessApplicationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11162
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11163
|
+
return de_CommandError(output, context);
|
|
11164
|
+
}
|
|
11165
|
+
const contents = (0, import_smithy_client.map)({
|
|
11166
|
+
$metadata: deserializeMetadata(output)
|
|
11167
|
+
});
|
|
11168
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
11169
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
11170
|
+
RequestId: import_smithy_client.expectString
|
|
11171
|
+
});
|
|
11172
|
+
Object.assign(contents, doc);
|
|
11173
|
+
(0, import_smithy_client.map)(contents, {
|
|
11174
|
+
Status: [, output.statusCode]
|
|
11175
|
+
});
|
|
11176
|
+
return contents;
|
|
11177
|
+
}, "de_UpdateDefaultQBusinessApplicationCommand");
|
|
10599
11178
|
var de_UpdateFolderCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10600
11179
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10601
11180
|
return de_CommandError(output, context);
|
|
@@ -10759,6 +11338,24 @@ var de_UpdateQPersonalizationConfigurationCommand = /* @__PURE__ */ __name(async
|
|
|
10759
11338
|
});
|
|
10760
11339
|
return contents;
|
|
10761
11340
|
}, "de_UpdateQPersonalizationConfigurationCommand");
|
|
11341
|
+
var de_UpdateQuickSightQSearchConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
11342
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
11343
|
+
return de_CommandError(output, context);
|
|
11344
|
+
}
|
|
11345
|
+
const contents = (0, import_smithy_client.map)({
|
|
11346
|
+
$metadata: deserializeMetadata(output)
|
|
11347
|
+
});
|
|
11348
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
11349
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
11350
|
+
QSearchStatus: import_smithy_client.expectString,
|
|
11351
|
+
RequestId: import_smithy_client.expectString
|
|
11352
|
+
});
|
|
11353
|
+
Object.assign(contents, doc);
|
|
11354
|
+
(0, import_smithy_client.map)(contents, {
|
|
11355
|
+
Status: [, output.statusCode]
|
|
11356
|
+
});
|
|
11357
|
+
return contents;
|
|
11358
|
+
}, "de_UpdateQuickSightQSearchConfigurationCommand");
|
|
10762
11359
|
var de_UpdateRefreshScheduleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
10763
11360
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
10764
11361
|
return de_CommandError(output, context);
|
|
@@ -11451,7 +12048,8 @@ var se_AnalysisDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
11451
12048
|
Options: import_smithy_client._json,
|
|
11452
12049
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
11453
12050
|
QueryExecutionOptions: import_smithy_client._json,
|
|
11454
|
-
Sheets: (_) => se_SheetDefinitionList(_, context)
|
|
12051
|
+
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
12052
|
+
StaticFiles: import_smithy_client._json
|
|
11455
12053
|
});
|
|
11456
12054
|
}, "se_AnalysisDefinition");
|
|
11457
12055
|
var se_ArcAxisConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -11605,6 +12203,7 @@ var se_BarChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
11605
12203
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
11606
12204
|
Subtitle: import_smithy_client._json,
|
|
11607
12205
|
Title: import_smithy_client._json,
|
|
12206
|
+
VisualContentAltText: [],
|
|
11608
12207
|
VisualId: []
|
|
11609
12208
|
});
|
|
11610
12209
|
}, "se_BarChartVisual");
|
|
@@ -11710,6 +12309,7 @@ var se_BoxPlotVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
11710
12309
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
11711
12310
|
Subtitle: import_smithy_client._json,
|
|
11712
12311
|
Title: import_smithy_client._json,
|
|
12312
|
+
VisualContentAltText: [],
|
|
11713
12313
|
VisualId: []
|
|
11714
12314
|
});
|
|
11715
12315
|
}, "se_BoxPlotVisual");
|
|
@@ -11818,6 +12418,7 @@ var se_ComboChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
11818
12418
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
11819
12419
|
Subtitle: import_smithy_client._json,
|
|
11820
12420
|
Title: import_smithy_client._json,
|
|
12421
|
+
VisualContentAltText: [],
|
|
11821
12422
|
VisualId: []
|
|
11822
12423
|
});
|
|
11823
12424
|
}, "se_ComboChartVisual");
|
|
@@ -11879,6 +12480,7 @@ var se_CustomContentVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
11879
12480
|
DataSetIdentifier: [],
|
|
11880
12481
|
Subtitle: import_smithy_client._json,
|
|
11881
12482
|
Title: import_smithy_client._json,
|
|
12483
|
+
VisualContentAltText: [],
|
|
11882
12484
|
VisualId: []
|
|
11883
12485
|
});
|
|
11884
12486
|
}, "se_CustomContentVisual");
|
|
@@ -11905,7 +12507,8 @@ var se_DashboardVersionDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
11905
12507
|
FilterGroups: (_) => se_FilterGroupList(_, context),
|
|
11906
12508
|
Options: import_smithy_client._json,
|
|
11907
12509
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
11908
|
-
Sheets: (_) => se_SheetDefinitionList(_, context)
|
|
12510
|
+
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
12511
|
+
StaticFiles: import_smithy_client._json
|
|
11909
12512
|
});
|
|
11910
12513
|
}, "se_DashboardVersionDefinition");
|
|
11911
12514
|
var se_DataColor = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -12185,6 +12788,7 @@ var se_FilledMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12185
12788
|
ConditionalFormatting: (_) => se_FilledMapConditionalFormatting(_, context),
|
|
12186
12789
|
Subtitle: import_smithy_client._json,
|
|
12187
12790
|
Title: import_smithy_client._json,
|
|
12791
|
+
VisualContentAltText: [],
|
|
12188
12792
|
VisualId: []
|
|
12189
12793
|
});
|
|
12190
12794
|
}, "se_FilledMapVisual");
|
|
@@ -12321,6 +12925,7 @@ var se_FunnelChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12321
12925
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12322
12926
|
Subtitle: import_smithy_client._json,
|
|
12323
12927
|
Title: import_smithy_client._json,
|
|
12928
|
+
VisualContentAltText: [],
|
|
12324
12929
|
VisualId: []
|
|
12325
12930
|
});
|
|
12326
12931
|
}, "se_FunnelChartVisual");
|
|
@@ -12370,31 +12975,147 @@ var se_GaugeChartOptions = /* @__PURE__ */ __name((input, context) => {
|
|
|
12370
12975
|
PrimaryValueDisplayType: [],
|
|
12371
12976
|
PrimaryValueFontConfiguration: import_smithy_client._json
|
|
12372
12977
|
});
|
|
12373
|
-
}, "se_GaugeChartOptions");
|
|
12374
|
-
var se_GaugeChartPrimaryValueConditionalFormatting = /* @__PURE__ */ __name((input, context) => {
|
|
12978
|
+
}, "se_GaugeChartOptions");
|
|
12979
|
+
var se_GaugeChartPrimaryValueConditionalFormatting = /* @__PURE__ */ __name((input, context) => {
|
|
12980
|
+
return (0, import_smithy_client.take)(input, {
|
|
12981
|
+
Icon: import_smithy_client._json,
|
|
12982
|
+
TextColor: (_) => se_ConditionalFormattingColor(_, context)
|
|
12983
|
+
});
|
|
12984
|
+
}, "se_GaugeChartPrimaryValueConditionalFormatting");
|
|
12985
|
+
var se_GaugeChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
12986
|
+
return (0, import_smithy_client.take)(input, {
|
|
12987
|
+
Actions: (_) => se_VisualCustomActionList(_, context),
|
|
12988
|
+
ChartConfiguration: (_) => se_GaugeChartConfiguration(_, context),
|
|
12989
|
+
ConditionalFormatting: (_) => se_GaugeChartConditionalFormatting(_, context),
|
|
12990
|
+
Subtitle: import_smithy_client._json,
|
|
12991
|
+
Title: import_smithy_client._json,
|
|
12992
|
+
VisualContentAltText: [],
|
|
12993
|
+
VisualId: []
|
|
12994
|
+
});
|
|
12995
|
+
}, "se_GaugeChartVisual");
|
|
12996
|
+
var se_GeospatialCategoricalColor = /* @__PURE__ */ __name((input, context) => {
|
|
12997
|
+
return (0, import_smithy_client.take)(input, {
|
|
12998
|
+
CategoryDataColors: import_smithy_client._json,
|
|
12999
|
+
DefaultOpacity: import_smithy_client.serializeFloat,
|
|
13000
|
+
NullDataSettings: (_) => se_GeospatialNullDataSettings(_, context),
|
|
13001
|
+
NullDataVisibility: []
|
|
13002
|
+
});
|
|
13003
|
+
}, "se_GeospatialCategoricalColor");
|
|
13004
|
+
var se_GeospatialCircleRadius = /* @__PURE__ */ __name((input, context) => {
|
|
13005
|
+
return (0, import_smithy_client.take)(input, {
|
|
13006
|
+
Radius: import_smithy_client.serializeFloat
|
|
13007
|
+
});
|
|
13008
|
+
}, "se_GeospatialCircleRadius");
|
|
13009
|
+
var se_GeospatialCircleSymbolStyle = /* @__PURE__ */ __name((input, context) => {
|
|
13010
|
+
return (0, import_smithy_client.take)(input, {
|
|
13011
|
+
CircleRadius: (_) => se_GeospatialCircleRadius(_, context),
|
|
13012
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
13013
|
+
StrokeColor: (_) => se_GeospatialColor(_, context),
|
|
13014
|
+
StrokeWidth: (_) => se_GeospatialLineWidth(_, context)
|
|
13015
|
+
});
|
|
13016
|
+
}, "se_GeospatialCircleSymbolStyle");
|
|
13017
|
+
var se_GeospatialColor = /* @__PURE__ */ __name((input, context) => {
|
|
13018
|
+
return (0, import_smithy_client.take)(input, {
|
|
13019
|
+
Categorical: (_) => se_GeospatialCategoricalColor(_, context),
|
|
13020
|
+
Gradient: (_) => se_GeospatialGradientColor(_, context),
|
|
13021
|
+
Solid: import_smithy_client._json
|
|
13022
|
+
});
|
|
13023
|
+
}, "se_GeospatialColor");
|
|
13024
|
+
var se_GeospatialCoordinateBounds = /* @__PURE__ */ __name((input, context) => {
|
|
13025
|
+
return (0, import_smithy_client.take)(input, {
|
|
13026
|
+
East: import_smithy_client.serializeFloat,
|
|
13027
|
+
North: import_smithy_client.serializeFloat,
|
|
13028
|
+
South: import_smithy_client.serializeFloat,
|
|
13029
|
+
West: import_smithy_client.serializeFloat
|
|
13030
|
+
});
|
|
13031
|
+
}, "se_GeospatialCoordinateBounds");
|
|
13032
|
+
var se_GeospatialGradientColor = /* @__PURE__ */ __name((input, context) => {
|
|
13033
|
+
return (0, import_smithy_client.take)(input, {
|
|
13034
|
+
DefaultOpacity: import_smithy_client.serializeFloat,
|
|
13035
|
+
NullDataSettings: (_) => se_GeospatialNullDataSettings(_, context),
|
|
13036
|
+
NullDataVisibility: [],
|
|
13037
|
+
StepColors: (_) => se_GeospatialGradientStepColorList(_, context)
|
|
13038
|
+
});
|
|
13039
|
+
}, "se_GeospatialGradientColor");
|
|
13040
|
+
var se_GeospatialGradientStepColor = /* @__PURE__ */ __name((input, context) => {
|
|
13041
|
+
return (0, import_smithy_client.take)(input, {
|
|
13042
|
+
Color: [],
|
|
13043
|
+
DataValue: import_smithy_client.serializeFloat
|
|
13044
|
+
});
|
|
13045
|
+
}, "se_GeospatialGradientStepColor");
|
|
13046
|
+
var se_GeospatialGradientStepColorList = /* @__PURE__ */ __name((input, context) => {
|
|
13047
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13048
|
+
return se_GeospatialGradientStepColor(entry, context);
|
|
13049
|
+
});
|
|
13050
|
+
}, "se_GeospatialGradientStepColorList");
|
|
13051
|
+
var se_GeospatialLayerColorField = /* @__PURE__ */ __name((input, context) => {
|
|
13052
|
+
return (0, import_smithy_client.take)(input, {
|
|
13053
|
+
ColorDimensionsFields: import_smithy_client._json,
|
|
13054
|
+
ColorValuesFields: (_) => se_GeospatialLayerMeasureFieldList(_, context)
|
|
13055
|
+
});
|
|
13056
|
+
}, "se_GeospatialLayerColorField");
|
|
13057
|
+
var se_GeospatialLayerDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
13058
|
+
return (0, import_smithy_client.take)(input, {
|
|
13059
|
+
LineLayer: (_) => se_GeospatialLineLayer(_, context),
|
|
13060
|
+
PointLayer: (_) => se_GeospatialPointLayer(_, context),
|
|
13061
|
+
PolygonLayer: (_) => se_GeospatialPolygonLayer(_, context)
|
|
13062
|
+
});
|
|
13063
|
+
}, "se_GeospatialLayerDefinition");
|
|
13064
|
+
var se_GeospatialLayerItem = /* @__PURE__ */ __name((input, context) => {
|
|
13065
|
+
return (0, import_smithy_client.take)(input, {
|
|
13066
|
+
Actions: (_) => se_LayerCustomActionList(_, context),
|
|
13067
|
+
DataSource: import_smithy_client._json,
|
|
13068
|
+
JoinDefinition: (_) => se_GeospatialLayerJoinDefinition(_, context),
|
|
13069
|
+
Label: [],
|
|
13070
|
+
LayerDefinition: (_) => se_GeospatialLayerDefinition(_, context),
|
|
13071
|
+
LayerId: [],
|
|
13072
|
+
LayerType: [],
|
|
13073
|
+
Tooltip: (_) => se_TooltipOptions(_, context),
|
|
13074
|
+
Visibility: []
|
|
13075
|
+
});
|
|
13076
|
+
}, "se_GeospatialLayerItem");
|
|
13077
|
+
var se_GeospatialLayerJoinDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
13078
|
+
return (0, import_smithy_client.take)(input, {
|
|
13079
|
+
ColorField: (_) => se_GeospatialLayerColorField(_, context),
|
|
13080
|
+
DatasetKeyField: import_smithy_client._json,
|
|
13081
|
+
ShapeKeyField: []
|
|
13082
|
+
});
|
|
13083
|
+
}, "se_GeospatialLayerJoinDefinition");
|
|
13084
|
+
var se_GeospatialLayerMapConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
13085
|
+
return (0, import_smithy_client.take)(input, {
|
|
13086
|
+
Interactions: import_smithy_client._json,
|
|
13087
|
+
Legend: import_smithy_client._json,
|
|
13088
|
+
MapLayers: (_) => se_GeospatialMapLayerList(_, context),
|
|
13089
|
+
MapState: (_) => se_GeospatialMapState(_, context),
|
|
13090
|
+
MapStyle: import_smithy_client._json
|
|
13091
|
+
});
|
|
13092
|
+
}, "se_GeospatialLayerMapConfiguration");
|
|
13093
|
+
var se_GeospatialLayerMeasureFieldList = /* @__PURE__ */ __name((input, context) => {
|
|
13094
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13095
|
+
return se_MeasureField(entry, context);
|
|
13096
|
+
});
|
|
13097
|
+
}, "se_GeospatialLayerMeasureFieldList");
|
|
13098
|
+
var se_GeospatialLineLayer = /* @__PURE__ */ __name((input, context) => {
|
|
13099
|
+
return (0, import_smithy_client.take)(input, {
|
|
13100
|
+
Style: (_) => se_GeospatialLineStyle(_, context)
|
|
13101
|
+
});
|
|
13102
|
+
}, "se_GeospatialLineLayer");
|
|
13103
|
+
var se_GeospatialLineStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12375
13104
|
return (0, import_smithy_client.take)(input, {
|
|
12376
|
-
|
|
12377
|
-
TextColor: (_) => se_ConditionalFormattingColor(_, context)
|
|
13105
|
+
LineSymbolStyle: (_) => se_GeospatialLineSymbolStyle(_, context)
|
|
12378
13106
|
});
|
|
12379
|
-
}, "
|
|
12380
|
-
var
|
|
13107
|
+
}, "se_GeospatialLineStyle");
|
|
13108
|
+
var se_GeospatialLineSymbolStyle = /* @__PURE__ */ __name((input, context) => {
|
|
12381
13109
|
return (0, import_smithy_client.take)(input, {
|
|
12382
|
-
|
|
12383
|
-
|
|
12384
|
-
ConditionalFormatting: (_) => se_GaugeChartConditionalFormatting(_, context),
|
|
12385
|
-
Subtitle: import_smithy_client._json,
|
|
12386
|
-
Title: import_smithy_client._json,
|
|
12387
|
-
VisualId: []
|
|
13110
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
13111
|
+
LineWidth: (_) => se_GeospatialLineWidth(_, context)
|
|
12388
13112
|
});
|
|
12389
|
-
}, "
|
|
12390
|
-
var
|
|
13113
|
+
}, "se_GeospatialLineSymbolStyle");
|
|
13114
|
+
var se_GeospatialLineWidth = /* @__PURE__ */ __name((input, context) => {
|
|
12391
13115
|
return (0, import_smithy_client.take)(input, {
|
|
12392
|
-
|
|
12393
|
-
North: import_smithy_client.serializeFloat,
|
|
12394
|
-
South: import_smithy_client.serializeFloat,
|
|
12395
|
-
West: import_smithy_client.serializeFloat
|
|
13116
|
+
LineWidth: import_smithy_client.serializeFloat
|
|
12396
13117
|
});
|
|
12397
|
-
}, "
|
|
13118
|
+
}, "se_GeospatialLineWidth");
|
|
12398
13119
|
var se_GeospatialMapAggregatedFieldWells = /* @__PURE__ */ __name((input, context) => {
|
|
12399
13120
|
return (0, import_smithy_client.take)(input, {
|
|
12400
13121
|
Colors: import_smithy_client._json,
|
|
@@ -12419,6 +13140,17 @@ var se_GeospatialMapFieldWells = /* @__PURE__ */ __name((input, context) => {
|
|
|
12419
13140
|
GeospatialMapAggregatedFieldWells: (_) => se_GeospatialMapAggregatedFieldWells(_, context)
|
|
12420
13141
|
});
|
|
12421
13142
|
}, "se_GeospatialMapFieldWells");
|
|
13143
|
+
var se_GeospatialMapLayerList = /* @__PURE__ */ __name((input, context) => {
|
|
13144
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13145
|
+
return se_GeospatialLayerItem(entry, context);
|
|
13146
|
+
});
|
|
13147
|
+
}, "se_GeospatialMapLayerList");
|
|
13148
|
+
var se_GeospatialMapState = /* @__PURE__ */ __name((input, context) => {
|
|
13149
|
+
return (0, import_smithy_client.take)(input, {
|
|
13150
|
+
Bounds: (_) => se_GeospatialCoordinateBounds(_, context),
|
|
13151
|
+
MapNavigation: []
|
|
13152
|
+
});
|
|
13153
|
+
}, "se_GeospatialMapState");
|
|
12422
13154
|
var se_GeospatialMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
12423
13155
|
return (0, import_smithy_client.take)(input, {
|
|
12424
13156
|
Actions: (_) => se_VisualCustomActionList(_, context),
|
|
@@ -12426,9 +13158,49 @@ var se_GeospatialMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12426
13158
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12427
13159
|
Subtitle: import_smithy_client._json,
|
|
12428
13160
|
Title: import_smithy_client._json,
|
|
13161
|
+
VisualContentAltText: [],
|
|
12429
13162
|
VisualId: []
|
|
12430
13163
|
});
|
|
12431
13164
|
}, "se_GeospatialMapVisual");
|
|
13165
|
+
var se_GeospatialNullDataSettings = /* @__PURE__ */ __name((input, context) => {
|
|
13166
|
+
return (0, import_smithy_client.take)(input, {
|
|
13167
|
+
SymbolStyle: (_) => se_GeospatialNullSymbolStyle(_, context)
|
|
13168
|
+
});
|
|
13169
|
+
}, "se_GeospatialNullDataSettings");
|
|
13170
|
+
var se_GeospatialNullSymbolStyle = /* @__PURE__ */ __name((input, context) => {
|
|
13171
|
+
return (0, import_smithy_client.take)(input, {
|
|
13172
|
+
FillColor: [],
|
|
13173
|
+
StrokeColor: [],
|
|
13174
|
+
StrokeWidth: import_smithy_client.serializeFloat
|
|
13175
|
+
});
|
|
13176
|
+
}, "se_GeospatialNullSymbolStyle");
|
|
13177
|
+
var se_GeospatialPointLayer = /* @__PURE__ */ __name((input, context) => {
|
|
13178
|
+
return (0, import_smithy_client.take)(input, {
|
|
13179
|
+
Style: (_) => se_GeospatialPointStyle(_, context)
|
|
13180
|
+
});
|
|
13181
|
+
}, "se_GeospatialPointLayer");
|
|
13182
|
+
var se_GeospatialPointStyle = /* @__PURE__ */ __name((input, context) => {
|
|
13183
|
+
return (0, import_smithy_client.take)(input, {
|
|
13184
|
+
CircleSymbolStyle: (_) => se_GeospatialCircleSymbolStyle(_, context)
|
|
13185
|
+
});
|
|
13186
|
+
}, "se_GeospatialPointStyle");
|
|
13187
|
+
var se_GeospatialPolygonLayer = /* @__PURE__ */ __name((input, context) => {
|
|
13188
|
+
return (0, import_smithy_client.take)(input, {
|
|
13189
|
+
Style: (_) => se_GeospatialPolygonStyle(_, context)
|
|
13190
|
+
});
|
|
13191
|
+
}, "se_GeospatialPolygonLayer");
|
|
13192
|
+
var se_GeospatialPolygonStyle = /* @__PURE__ */ __name((input, context) => {
|
|
13193
|
+
return (0, import_smithy_client.take)(input, {
|
|
13194
|
+
PolygonSymbolStyle: (_) => se_GeospatialPolygonSymbolStyle(_, context)
|
|
13195
|
+
});
|
|
13196
|
+
}, "se_GeospatialPolygonStyle");
|
|
13197
|
+
var se_GeospatialPolygonSymbolStyle = /* @__PURE__ */ __name((input, context) => {
|
|
13198
|
+
return (0, import_smithy_client.take)(input, {
|
|
13199
|
+
FillColor: (_) => se_GeospatialColor(_, context),
|
|
13200
|
+
StrokeColor: (_) => se_GeospatialColor(_, context),
|
|
13201
|
+
StrokeWidth: (_) => se_GeospatialLineWidth(_, context)
|
|
13202
|
+
});
|
|
13203
|
+
}, "se_GeospatialPolygonSymbolStyle");
|
|
12432
13204
|
var se_GeospatialWindowOptions = /* @__PURE__ */ __name((input, context) => {
|
|
12433
13205
|
return (0, import_smithy_client.take)(input, {
|
|
12434
13206
|
Bounds: (_) => se_GeospatialCoordinateBounds(_, context),
|
|
@@ -12506,6 +13278,7 @@ var se_HeatMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12506
13278
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12507
13279
|
Subtitle: import_smithy_client._json,
|
|
12508
13280
|
Title: import_smithy_client._json,
|
|
13281
|
+
VisualContentAltText: [],
|
|
12509
13282
|
VisualId: []
|
|
12510
13283
|
});
|
|
12511
13284
|
}, "se_HeatMapVisual");
|
|
@@ -12551,9 +13324,36 @@ var se_HistogramVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12551
13324
|
ChartConfiguration: (_) => se_HistogramConfiguration(_, context),
|
|
12552
13325
|
Subtitle: import_smithy_client._json,
|
|
12553
13326
|
Title: import_smithy_client._json,
|
|
13327
|
+
VisualContentAltText: [],
|
|
12554
13328
|
VisualId: []
|
|
12555
13329
|
});
|
|
12556
13330
|
}, "se_HistogramVisual");
|
|
13331
|
+
var se_ImageCustomAction = /* @__PURE__ */ __name((input, context) => {
|
|
13332
|
+
return (0, import_smithy_client.take)(input, {
|
|
13333
|
+
ActionOperations: (_) => se_ImageCustomActionOperationList(_, context),
|
|
13334
|
+
CustomActionId: [],
|
|
13335
|
+
Name: [],
|
|
13336
|
+
Status: [],
|
|
13337
|
+
Trigger: []
|
|
13338
|
+
});
|
|
13339
|
+
}, "se_ImageCustomAction");
|
|
13340
|
+
var se_ImageCustomActionList = /* @__PURE__ */ __name((input, context) => {
|
|
13341
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13342
|
+
return se_ImageCustomAction(entry, context);
|
|
13343
|
+
});
|
|
13344
|
+
}, "se_ImageCustomActionList");
|
|
13345
|
+
var se_ImageCustomActionOperation = /* @__PURE__ */ __name((input, context) => {
|
|
13346
|
+
return (0, import_smithy_client.take)(input, {
|
|
13347
|
+
NavigationOperation: import_smithy_client._json,
|
|
13348
|
+
SetParametersOperation: (_) => se_CustomActionSetParametersOperation(_, context),
|
|
13349
|
+
URLOperation: import_smithy_client._json
|
|
13350
|
+
});
|
|
13351
|
+
}, "se_ImageCustomActionOperation");
|
|
13352
|
+
var se_ImageCustomActionOperationList = /* @__PURE__ */ __name((input, context) => {
|
|
13353
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13354
|
+
return se_ImageCustomActionOperation(entry, context);
|
|
13355
|
+
});
|
|
13356
|
+
}, "se_ImageCustomActionOperationList");
|
|
12557
13357
|
var se_InnerFilter = /* @__PURE__ */ __name((input, context) => {
|
|
12558
13358
|
return (0, import_smithy_client.take)(input, {
|
|
12559
13359
|
CategoryInnerFilter: (_) => se_CategoryInnerFilter(_, context)
|
|
@@ -12573,6 +13373,7 @@ var se_InsightVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12573
13373
|
InsightConfiguration: (_) => se_InsightConfiguration(_, context),
|
|
12574
13374
|
Subtitle: import_smithy_client._json,
|
|
12575
13375
|
Title: import_smithy_client._json,
|
|
13376
|
+
VisualContentAltText: [],
|
|
12576
13377
|
VisualId: []
|
|
12577
13378
|
});
|
|
12578
13379
|
}, "se_InsightVisual");
|
|
@@ -12645,9 +13446,47 @@ var se_KPIVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12645
13446
|
ConditionalFormatting: (_) => se_KPIConditionalFormatting(_, context),
|
|
12646
13447
|
Subtitle: import_smithy_client._json,
|
|
12647
13448
|
Title: import_smithy_client._json,
|
|
13449
|
+
VisualContentAltText: [],
|
|
12648
13450
|
VisualId: []
|
|
12649
13451
|
});
|
|
12650
13452
|
}, "se_KPIVisual");
|
|
13453
|
+
var se_LayerCustomAction = /* @__PURE__ */ __name((input, context) => {
|
|
13454
|
+
return (0, import_smithy_client.take)(input, {
|
|
13455
|
+
ActionOperations: (_) => se_LayerCustomActionOperationList(_, context),
|
|
13456
|
+
CustomActionId: [],
|
|
13457
|
+
Name: [],
|
|
13458
|
+
Status: [],
|
|
13459
|
+
Trigger: []
|
|
13460
|
+
});
|
|
13461
|
+
}, "se_LayerCustomAction");
|
|
13462
|
+
var se_LayerCustomActionList = /* @__PURE__ */ __name((input, context) => {
|
|
13463
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13464
|
+
return se_LayerCustomAction(entry, context);
|
|
13465
|
+
});
|
|
13466
|
+
}, "se_LayerCustomActionList");
|
|
13467
|
+
var se_LayerCustomActionOperation = /* @__PURE__ */ __name((input, context) => {
|
|
13468
|
+
return (0, import_smithy_client.take)(input, {
|
|
13469
|
+
FilterOperation: import_smithy_client._json,
|
|
13470
|
+
NavigationOperation: import_smithy_client._json,
|
|
13471
|
+
SetParametersOperation: (_) => se_CustomActionSetParametersOperation(_, context),
|
|
13472
|
+
URLOperation: import_smithy_client._json
|
|
13473
|
+
});
|
|
13474
|
+
}, "se_LayerCustomActionOperation");
|
|
13475
|
+
var se_LayerCustomActionOperationList = /* @__PURE__ */ __name((input, context) => {
|
|
13476
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13477
|
+
return se_LayerCustomActionOperation(entry, context);
|
|
13478
|
+
});
|
|
13479
|
+
}, "se_LayerCustomActionOperationList");
|
|
13480
|
+
var se_LayerMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
13481
|
+
return (0, import_smithy_client.take)(input, {
|
|
13482
|
+
ChartConfiguration: (_) => se_GeospatialLayerMapConfiguration(_, context),
|
|
13483
|
+
DataSetIdentifier: [],
|
|
13484
|
+
Subtitle: import_smithy_client._json,
|
|
13485
|
+
Title: import_smithy_client._json,
|
|
13486
|
+
VisualContentAltText: [],
|
|
13487
|
+
VisualId: []
|
|
13488
|
+
});
|
|
13489
|
+
}, "se_LayerMapVisual");
|
|
12651
13490
|
var se_Layout = /* @__PURE__ */ __name((input, context) => {
|
|
12652
13491
|
return (0, import_smithy_client.take)(input, {
|
|
12653
13492
|
Configuration: (_) => se_LayoutConfiguration(_, context)
|
|
@@ -12719,6 +13558,7 @@ var se_LineChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12719
13558
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12720
13559
|
Subtitle: import_smithy_client._json,
|
|
12721
13560
|
Title: import_smithy_client._json,
|
|
13561
|
+
VisualContentAltText: [],
|
|
12722
13562
|
VisualId: []
|
|
12723
13563
|
});
|
|
12724
13564
|
}, "se_LineChartVisual");
|
|
@@ -12975,6 +13815,7 @@ var se_PieChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
12975
13815
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
12976
13816
|
Subtitle: import_smithy_client._json,
|
|
12977
13817
|
Title: import_smithy_client._json,
|
|
13818
|
+
VisualContentAltText: [],
|
|
12978
13819
|
VisualId: []
|
|
12979
13820
|
});
|
|
12980
13821
|
}, "se_PieChartVisual");
|
|
@@ -13059,9 +13900,51 @@ var se_PivotTableVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13059
13900
|
ConditionalFormatting: (_) => se_PivotTableConditionalFormatting(_, context),
|
|
13060
13901
|
Subtitle: import_smithy_client._json,
|
|
13061
13902
|
Title: import_smithy_client._json,
|
|
13903
|
+
VisualContentAltText: [],
|
|
13062
13904
|
VisualId: []
|
|
13063
13905
|
});
|
|
13064
13906
|
}, "se_PivotTableVisual");
|
|
13907
|
+
var se_PluginVisual = /* @__PURE__ */ __name((input, context) => {
|
|
13908
|
+
return (0, import_smithy_client.take)(input, {
|
|
13909
|
+
ChartConfiguration: (_) => se_PluginVisualConfiguration(_, context),
|
|
13910
|
+
PluginArn: [],
|
|
13911
|
+
Subtitle: import_smithy_client._json,
|
|
13912
|
+
Title: import_smithy_client._json,
|
|
13913
|
+
VisualContentAltText: [],
|
|
13914
|
+
VisualId: []
|
|
13915
|
+
});
|
|
13916
|
+
}, "se_PluginVisual");
|
|
13917
|
+
var se_PluginVisualConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
13918
|
+
return (0, import_smithy_client.take)(input, {
|
|
13919
|
+
FieldWells: (_) => se_PluginVisualFieldWells(_, context),
|
|
13920
|
+
SortConfiguration: (_) => se_PluginVisualSortConfiguration(_, context),
|
|
13921
|
+
VisualOptions: import_smithy_client._json
|
|
13922
|
+
});
|
|
13923
|
+
}, "se_PluginVisualConfiguration");
|
|
13924
|
+
var se_PluginVisualFieldWell = /* @__PURE__ */ __name((input, context) => {
|
|
13925
|
+
return (0, import_smithy_client.take)(input, {
|
|
13926
|
+
AxisName: [],
|
|
13927
|
+
Dimensions: import_smithy_client._json,
|
|
13928
|
+
Measures: (_) => se_MeasureFieldList(_, context),
|
|
13929
|
+
Unaggregated: import_smithy_client._json
|
|
13930
|
+
});
|
|
13931
|
+
}, "se_PluginVisualFieldWell");
|
|
13932
|
+
var se_PluginVisualFieldWells = /* @__PURE__ */ __name((input, context) => {
|
|
13933
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
13934
|
+
return se_PluginVisualFieldWell(entry, context);
|
|
13935
|
+
});
|
|
13936
|
+
}, "se_PluginVisualFieldWells");
|
|
13937
|
+
var se_PluginVisualSortConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
13938
|
+
return (0, import_smithy_client.take)(input, {
|
|
13939
|
+
PluginVisualTableQuerySort: (_) => se_PluginVisualTableQuerySort(_, context)
|
|
13940
|
+
});
|
|
13941
|
+
}, "se_PluginVisualSortConfiguration");
|
|
13942
|
+
var se_PluginVisualTableQuerySort = /* @__PURE__ */ __name((input, context) => {
|
|
13943
|
+
return (0, import_smithy_client.take)(input, {
|
|
13944
|
+
ItemsLimitConfiguration: import_smithy_client._json,
|
|
13945
|
+
RowSort: (_) => se_RowSortList(_, context)
|
|
13946
|
+
});
|
|
13947
|
+
}, "se_PluginVisualTableQuerySort");
|
|
13065
13948
|
var se_PredefinedHierarchy = /* @__PURE__ */ __name((input, context) => {
|
|
13066
13949
|
return (0, import_smithy_client.take)(input, {
|
|
13067
13950
|
Columns: import_smithy_client._json,
|
|
@@ -13121,6 +14004,7 @@ var se_RadarChartVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13121
14004
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13122
14005
|
Subtitle: import_smithy_client._json,
|
|
13123
14006
|
Title: import_smithy_client._json,
|
|
14007
|
+
VisualContentAltText: [],
|
|
13124
14008
|
VisualId: []
|
|
13125
14009
|
});
|
|
13126
14010
|
}, "se_RadarChartVisual");
|
|
@@ -13219,6 +14103,7 @@ var se_SankeyDiagramVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13219
14103
|
ChartConfiguration: (_) => se_SankeyDiagramChartConfiguration(_, context),
|
|
13220
14104
|
Subtitle: import_smithy_client._json,
|
|
13221
14105
|
Title: import_smithy_client._json,
|
|
14106
|
+
VisualContentAltText: [],
|
|
13222
14107
|
VisualId: []
|
|
13223
14108
|
});
|
|
13224
14109
|
}, "se_SankeyDiagramVisual");
|
|
@@ -13268,6 +14153,7 @@ var se_ScatterPlotVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13268
14153
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13269
14154
|
Subtitle: import_smithy_client._json,
|
|
13270
14155
|
Title: import_smithy_client._json,
|
|
14156
|
+
VisualContentAltText: [],
|
|
13271
14157
|
VisualId: []
|
|
13272
14158
|
});
|
|
13273
14159
|
}, "se_ScatterPlotVisual");
|
|
@@ -13316,6 +14202,7 @@ var se_SheetDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
13316
14202
|
ContentType: [],
|
|
13317
14203
|
Description: [],
|
|
13318
14204
|
FilterControls: (_) => se_FilterControlList(_, context),
|
|
14205
|
+
Images: (_) => se_SheetImageList(_, context),
|
|
13319
14206
|
Layouts: (_) => se_LayoutList(_, context),
|
|
13320
14207
|
Name: [],
|
|
13321
14208
|
ParameterControls: (_) => se_ParameterControlList(_, context),
|
|
@@ -13331,6 +14218,22 @@ var se_SheetDefinitionList = /* @__PURE__ */ __name((input, context) => {
|
|
|
13331
14218
|
return se_SheetDefinition(entry, context);
|
|
13332
14219
|
});
|
|
13333
14220
|
}, "se_SheetDefinitionList");
|
|
14221
|
+
var se_SheetImage = /* @__PURE__ */ __name((input, context) => {
|
|
14222
|
+
return (0, import_smithy_client.take)(input, {
|
|
14223
|
+
Actions: (_) => se_ImageCustomActionList(_, context),
|
|
14224
|
+
ImageContentAltText: [],
|
|
14225
|
+
Interactions: import_smithy_client._json,
|
|
14226
|
+
Scaling: import_smithy_client._json,
|
|
14227
|
+
SheetImageId: [],
|
|
14228
|
+
Source: import_smithy_client._json,
|
|
14229
|
+
Tooltip: import_smithy_client._json
|
|
14230
|
+
});
|
|
14231
|
+
}, "se_SheetImage");
|
|
14232
|
+
var se_SheetImageList = /* @__PURE__ */ __name((input, context) => {
|
|
14233
|
+
return input.filter((e) => e != null).map((entry) => {
|
|
14234
|
+
return se_SheetImage(entry, context);
|
|
14235
|
+
});
|
|
14236
|
+
}, "se_SheetImageList");
|
|
13334
14237
|
var se_SnapshotConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
13335
14238
|
return (0, import_smithy_client.take)(input, {
|
|
13336
14239
|
DestinationConfiguration: import_smithy_client._json,
|
|
@@ -13403,6 +14306,7 @@ var se_TableVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13403
14306
|
ConditionalFormatting: (_) => se_TableConditionalFormatting(_, context),
|
|
13404
14307
|
Subtitle: import_smithy_client._json,
|
|
13405
14308
|
Title: import_smithy_client._json,
|
|
14309
|
+
VisualContentAltText: [],
|
|
13406
14310
|
VisualId: []
|
|
13407
14311
|
});
|
|
13408
14312
|
}, "se_TableVisual");
|
|
@@ -13416,7 +14320,8 @@ var se_TemplateVersionDefinition = /* @__PURE__ */ __name((input, context) => {
|
|
|
13416
14320
|
Options: import_smithy_client._json,
|
|
13417
14321
|
ParameterDeclarations: (_) => se_ParameterDeclarationList(_, context),
|
|
13418
14322
|
QueryExecutionOptions: import_smithy_client._json,
|
|
13419
|
-
Sheets: (_) => se_SheetDefinitionList(_, context)
|
|
14323
|
+
Sheets: (_) => se_SheetDefinitionList(_, context),
|
|
14324
|
+
StaticFiles: import_smithy_client._json
|
|
13420
14325
|
});
|
|
13421
14326
|
}, "se_TemplateVersionDefinition");
|
|
13422
14327
|
var se_TextConditionalFormat = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -13621,6 +14526,7 @@ var se_TreeMapVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13621
14526
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13622
14527
|
Subtitle: import_smithy_client._json,
|
|
13623
14528
|
Title: import_smithy_client._json,
|
|
14529
|
+
VisualContentAltText: [],
|
|
13624
14530
|
VisualId: []
|
|
13625
14531
|
});
|
|
13626
14532
|
}, "se_TreeMapVisual");
|
|
@@ -13644,9 +14550,11 @@ var se_Visual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13644
14550
|
HistogramVisual: (_) => se_HistogramVisual(_, context),
|
|
13645
14551
|
InsightVisual: (_) => se_InsightVisual(_, context),
|
|
13646
14552
|
KPIVisual: (_) => se_KPIVisual(_, context),
|
|
14553
|
+
LayerMapVisual: (_) => se_LayerMapVisual(_, context),
|
|
13647
14554
|
LineChartVisual: (_) => se_LineChartVisual(_, context),
|
|
13648
14555
|
PieChartVisual: (_) => se_PieChartVisual(_, context),
|
|
13649
14556
|
PivotTableVisual: (_) => se_PivotTableVisual(_, context),
|
|
14557
|
+
PluginVisual: (_) => se_PluginVisual(_, context),
|
|
13650
14558
|
RadarChartVisual: (_) => se_RadarChartVisual(_, context),
|
|
13651
14559
|
SankeyDiagramVisual: (_) => se_SankeyDiagramVisual(_, context),
|
|
13652
14560
|
ScatterPlotVisual: (_) => se_ScatterPlotVisual(_, context),
|
|
@@ -13729,6 +14637,7 @@ var se_WaterfallVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13729
14637
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13730
14638
|
Subtitle: import_smithy_client._json,
|
|
13731
14639
|
Title: import_smithy_client._json,
|
|
14640
|
+
VisualContentAltText: [],
|
|
13732
14641
|
VisualId: []
|
|
13733
14642
|
});
|
|
13734
14643
|
}, "se_WaterfallVisual");
|
|
@@ -13783,6 +14692,7 @@ var se_WordCloudVisual = /* @__PURE__ */ __name((input, context) => {
|
|
|
13783
14692
|
ColumnHierarchies: (_) => se_ColumnHierarchyList(_, context),
|
|
13784
14693
|
Subtitle: import_smithy_client._json,
|
|
13785
14694
|
Title: import_smithy_client._json,
|
|
14695
|
+
VisualContentAltText: [],
|
|
13786
14696
|
VisualId: []
|
|
13787
14697
|
});
|
|
13788
14698
|
}, "se_WordCloudVisual");
|
|
@@ -13816,7 +14726,7 @@ var de_Analysis = /* @__PURE__ */ __name((output, context) => {
|
|
|
13816
14726
|
Errors: import_smithy_client._json,
|
|
13817
14727
|
LastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
13818
14728
|
Name: import_smithy_client.expectString,
|
|
13819
|
-
Sheets:
|
|
14729
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
13820
14730
|
Status: import_smithy_client.expectString,
|
|
13821
14731
|
ThemeArn: import_smithy_client.expectString
|
|
13822
14732
|
});
|
|
@@ -13831,7 +14741,8 @@ var de_AnalysisDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
13831
14741
|
Options: import_smithy_client._json,
|
|
13832
14742
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
13833
14743
|
QueryExecutionOptions: import_smithy_client._json,
|
|
13834
|
-
Sheets: (_) => de_SheetDefinitionList(_, context)
|
|
14744
|
+
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
14745
|
+
StaticFiles: import_smithy_client._json
|
|
13835
14746
|
});
|
|
13836
14747
|
}, "de_AnalysisDefinition");
|
|
13837
14748
|
var de_AnalysisSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -14029,6 +14940,7 @@ var de_BarChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14029
14940
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
14030
14941
|
Subtitle: import_smithy_client._json,
|
|
14031
14942
|
Title: import_smithy_client._json,
|
|
14943
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14032
14944
|
VisualId: import_smithy_client.expectString
|
|
14033
14945
|
});
|
|
14034
14946
|
}, "de_BarChartVisual");
|
|
@@ -14138,6 +15050,7 @@ var de_BoxPlotVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14138
15050
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
14139
15051
|
Subtitle: import_smithy_client._json,
|
|
14140
15052
|
Title: import_smithy_client._json,
|
|
15053
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14141
15054
|
VisualId: import_smithy_client.expectString
|
|
14142
15055
|
});
|
|
14143
15056
|
}, "de_BoxPlotVisual");
|
|
@@ -14278,6 +15191,7 @@ var de_ComboChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14278
15191
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
14279
15192
|
Subtitle: import_smithy_client._json,
|
|
14280
15193
|
Title: import_smithy_client._json,
|
|
15194
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14281
15195
|
VisualId: import_smithy_client.expectString
|
|
14282
15196
|
});
|
|
14283
15197
|
}, "de_ComboChartVisual");
|
|
@@ -14325,6 +15239,7 @@ var de_CustomContentVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14325
15239
|
DataSetIdentifier: import_smithy_client.expectString,
|
|
14326
15240
|
Subtitle: import_smithy_client._json,
|
|
14327
15241
|
Title: import_smithy_client._json,
|
|
15242
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14328
15243
|
VisualId: import_smithy_client.expectString
|
|
14329
15244
|
});
|
|
14330
15245
|
}, "de_CustomContentVisual");
|
|
@@ -14378,7 +15293,7 @@ var de_DashboardVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
14378
15293
|
DataSetArns: import_smithy_client._json,
|
|
14379
15294
|
Description: import_smithy_client.expectString,
|
|
14380
15295
|
Errors: import_smithy_client._json,
|
|
14381
|
-
Sheets:
|
|
15296
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
14382
15297
|
SourceEntityArn: import_smithy_client.expectString,
|
|
14383
15298
|
Status: import_smithy_client.expectString,
|
|
14384
15299
|
ThemeArn: import_smithy_client.expectString,
|
|
@@ -14394,7 +15309,8 @@ var de_DashboardVersionDefinition = /* @__PURE__ */ __name((output, context) =>
|
|
|
14394
15309
|
FilterGroups: (_) => de_FilterGroupList(_, context),
|
|
14395
15310
|
Options: import_smithy_client._json,
|
|
14396
15311
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
14397
|
-
Sheets: (_) => de_SheetDefinitionList(_, context)
|
|
15312
|
+
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
15313
|
+
StaticFiles: import_smithy_client._json
|
|
14398
15314
|
});
|
|
14399
15315
|
}, "de_DashboardVersionDefinition");
|
|
14400
15316
|
var de_DashboardVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -14780,6 +15696,7 @@ var de_FilledMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14780
15696
|
ConditionalFormatting: (_) => de_FilledMapConditionalFormatting(_, context),
|
|
14781
15697
|
Subtitle: import_smithy_client._json,
|
|
14782
15698
|
Title: import_smithy_client._json,
|
|
15699
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14783
15700
|
VisualId: import_smithy_client.expectString
|
|
14784
15701
|
});
|
|
14785
15702
|
}, "de_FilledMapVisual");
|
|
@@ -14950,6 +15867,7 @@ var de_FunnelChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
14950
15867
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
14951
15868
|
Subtitle: import_smithy_client._json,
|
|
14952
15869
|
Title: import_smithy_client._json,
|
|
15870
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
14953
15871
|
VisualId: import_smithy_client.expectString
|
|
14954
15872
|
});
|
|
14955
15873
|
}, "de_FunnelChartVisual");
|
|
@@ -15014,9 +15932,38 @@ var de_GaugeChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15014
15932
|
ConditionalFormatting: (_) => de_GaugeChartConditionalFormatting(_, context),
|
|
15015
15933
|
Subtitle: import_smithy_client._json,
|
|
15016
15934
|
Title: import_smithy_client._json,
|
|
15935
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15017
15936
|
VisualId: import_smithy_client.expectString
|
|
15018
15937
|
});
|
|
15019
15938
|
}, "de_GaugeChartVisual");
|
|
15939
|
+
var de_GeospatialCategoricalColor = /* @__PURE__ */ __name((output, context) => {
|
|
15940
|
+
return (0, import_smithy_client.take)(output, {
|
|
15941
|
+
CategoryDataColors: import_smithy_client._json,
|
|
15942
|
+
DefaultOpacity: import_smithy_client.limitedParseDouble,
|
|
15943
|
+
NullDataSettings: (_) => de_GeospatialNullDataSettings(_, context),
|
|
15944
|
+
NullDataVisibility: import_smithy_client.expectString
|
|
15945
|
+
});
|
|
15946
|
+
}, "de_GeospatialCategoricalColor");
|
|
15947
|
+
var de_GeospatialCircleRadius = /* @__PURE__ */ __name((output, context) => {
|
|
15948
|
+
return (0, import_smithy_client.take)(output, {
|
|
15949
|
+
Radius: import_smithy_client.limitedParseDouble
|
|
15950
|
+
});
|
|
15951
|
+
}, "de_GeospatialCircleRadius");
|
|
15952
|
+
var de_GeospatialCircleSymbolStyle = /* @__PURE__ */ __name((output, context) => {
|
|
15953
|
+
return (0, import_smithy_client.take)(output, {
|
|
15954
|
+
CircleRadius: (_) => de_GeospatialCircleRadius(_, context),
|
|
15955
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
15956
|
+
StrokeColor: (_) => de_GeospatialColor(_, context),
|
|
15957
|
+
StrokeWidth: (_) => de_GeospatialLineWidth(_, context)
|
|
15958
|
+
});
|
|
15959
|
+
}, "de_GeospatialCircleSymbolStyle");
|
|
15960
|
+
var de_GeospatialColor = /* @__PURE__ */ __name((output, context) => {
|
|
15961
|
+
return (0, import_smithy_client.take)(output, {
|
|
15962
|
+
Categorical: (_) => de_GeospatialCategoricalColor(_, context),
|
|
15963
|
+
Gradient: (_) => de_GeospatialGradientColor(_, context),
|
|
15964
|
+
Solid: import_smithy_client._json
|
|
15965
|
+
});
|
|
15966
|
+
}, "de_GeospatialColor");
|
|
15020
15967
|
var de_GeospatialCoordinateBounds = /* @__PURE__ */ __name((output, context) => {
|
|
15021
15968
|
return (0, import_smithy_client.take)(output, {
|
|
15022
15969
|
East: import_smithy_client.limitedParseDouble,
|
|
@@ -15025,6 +15972,95 @@ var de_GeospatialCoordinateBounds = /* @__PURE__ */ __name((output, context) =>
|
|
|
15025
15972
|
West: import_smithy_client.limitedParseDouble
|
|
15026
15973
|
});
|
|
15027
15974
|
}, "de_GeospatialCoordinateBounds");
|
|
15975
|
+
var de_GeospatialGradientColor = /* @__PURE__ */ __name((output, context) => {
|
|
15976
|
+
return (0, import_smithy_client.take)(output, {
|
|
15977
|
+
DefaultOpacity: import_smithy_client.limitedParseDouble,
|
|
15978
|
+
NullDataSettings: (_) => de_GeospatialNullDataSettings(_, context),
|
|
15979
|
+
NullDataVisibility: import_smithy_client.expectString,
|
|
15980
|
+
StepColors: (_) => de_GeospatialGradientStepColorList(_, context)
|
|
15981
|
+
});
|
|
15982
|
+
}, "de_GeospatialGradientColor");
|
|
15983
|
+
var de_GeospatialGradientStepColor = /* @__PURE__ */ __name((output, context) => {
|
|
15984
|
+
return (0, import_smithy_client.take)(output, {
|
|
15985
|
+
Color: import_smithy_client.expectString,
|
|
15986
|
+
DataValue: import_smithy_client.limitedParseDouble
|
|
15987
|
+
});
|
|
15988
|
+
}, "de_GeospatialGradientStepColor");
|
|
15989
|
+
var de_GeospatialGradientStepColorList = /* @__PURE__ */ __name((output, context) => {
|
|
15990
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
15991
|
+
return de_GeospatialGradientStepColor(entry, context);
|
|
15992
|
+
});
|
|
15993
|
+
return retVal;
|
|
15994
|
+
}, "de_GeospatialGradientStepColorList");
|
|
15995
|
+
var de_GeospatialLayerColorField = /* @__PURE__ */ __name((output, context) => {
|
|
15996
|
+
return (0, import_smithy_client.take)(output, {
|
|
15997
|
+
ColorDimensionsFields: import_smithy_client._json,
|
|
15998
|
+
ColorValuesFields: (_) => de_GeospatialLayerMeasureFieldList(_, context)
|
|
15999
|
+
});
|
|
16000
|
+
}, "de_GeospatialLayerColorField");
|
|
16001
|
+
var de_GeospatialLayerDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
16002
|
+
return (0, import_smithy_client.take)(output, {
|
|
16003
|
+
LineLayer: (_) => de_GeospatialLineLayer(_, context),
|
|
16004
|
+
PointLayer: (_) => de_GeospatialPointLayer(_, context),
|
|
16005
|
+
PolygonLayer: (_) => de_GeospatialPolygonLayer(_, context)
|
|
16006
|
+
});
|
|
16007
|
+
}, "de_GeospatialLayerDefinition");
|
|
16008
|
+
var de_GeospatialLayerItem = /* @__PURE__ */ __name((output, context) => {
|
|
16009
|
+
return (0, import_smithy_client.take)(output, {
|
|
16010
|
+
Actions: (_) => de_LayerCustomActionList(_, context),
|
|
16011
|
+
DataSource: import_smithy_client._json,
|
|
16012
|
+
JoinDefinition: (_) => de_GeospatialLayerJoinDefinition(_, context),
|
|
16013
|
+
Label: import_smithy_client.expectString,
|
|
16014
|
+
LayerDefinition: (_) => de_GeospatialLayerDefinition(_, context),
|
|
16015
|
+
LayerId: import_smithy_client.expectString,
|
|
16016
|
+
LayerType: import_smithy_client.expectString,
|
|
16017
|
+
Tooltip: (_) => de_TooltipOptions(_, context),
|
|
16018
|
+
Visibility: import_smithy_client.expectString
|
|
16019
|
+
});
|
|
16020
|
+
}, "de_GeospatialLayerItem");
|
|
16021
|
+
var de_GeospatialLayerJoinDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
16022
|
+
return (0, import_smithy_client.take)(output, {
|
|
16023
|
+
ColorField: (_) => de_GeospatialLayerColorField(_, context),
|
|
16024
|
+
DatasetKeyField: import_smithy_client._json,
|
|
16025
|
+
ShapeKeyField: import_smithy_client.expectString
|
|
16026
|
+
});
|
|
16027
|
+
}, "de_GeospatialLayerJoinDefinition");
|
|
16028
|
+
var de_GeospatialLayerMapConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
16029
|
+
return (0, import_smithy_client.take)(output, {
|
|
16030
|
+
Interactions: import_smithy_client._json,
|
|
16031
|
+
Legend: import_smithy_client._json,
|
|
16032
|
+
MapLayers: (_) => de_GeospatialMapLayerList(_, context),
|
|
16033
|
+
MapState: (_) => de_GeospatialMapState(_, context),
|
|
16034
|
+
MapStyle: import_smithy_client._json
|
|
16035
|
+
});
|
|
16036
|
+
}, "de_GeospatialLayerMapConfiguration");
|
|
16037
|
+
var de_GeospatialLayerMeasureFieldList = /* @__PURE__ */ __name((output, context) => {
|
|
16038
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16039
|
+
return de_MeasureField(entry, context);
|
|
16040
|
+
});
|
|
16041
|
+
return retVal;
|
|
16042
|
+
}, "de_GeospatialLayerMeasureFieldList");
|
|
16043
|
+
var de_GeospatialLineLayer = /* @__PURE__ */ __name((output, context) => {
|
|
16044
|
+
return (0, import_smithy_client.take)(output, {
|
|
16045
|
+
Style: (_) => de_GeospatialLineStyle(_, context)
|
|
16046
|
+
});
|
|
16047
|
+
}, "de_GeospatialLineLayer");
|
|
16048
|
+
var de_GeospatialLineStyle = /* @__PURE__ */ __name((output, context) => {
|
|
16049
|
+
return (0, import_smithy_client.take)(output, {
|
|
16050
|
+
LineSymbolStyle: (_) => de_GeospatialLineSymbolStyle(_, context)
|
|
16051
|
+
});
|
|
16052
|
+
}, "de_GeospatialLineStyle");
|
|
16053
|
+
var de_GeospatialLineSymbolStyle = /* @__PURE__ */ __name((output, context) => {
|
|
16054
|
+
return (0, import_smithy_client.take)(output, {
|
|
16055
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
16056
|
+
LineWidth: (_) => de_GeospatialLineWidth(_, context)
|
|
16057
|
+
});
|
|
16058
|
+
}, "de_GeospatialLineSymbolStyle");
|
|
16059
|
+
var de_GeospatialLineWidth = /* @__PURE__ */ __name((output, context) => {
|
|
16060
|
+
return (0, import_smithy_client.take)(output, {
|
|
16061
|
+
LineWidth: import_smithy_client.limitedParseDouble
|
|
16062
|
+
});
|
|
16063
|
+
}, "de_GeospatialLineWidth");
|
|
15028
16064
|
var de_GeospatialMapAggregatedFieldWells = /* @__PURE__ */ __name((output, context) => {
|
|
15029
16065
|
return (0, import_smithy_client.take)(output, {
|
|
15030
16066
|
Colors: import_smithy_client._json,
|
|
@@ -15049,6 +16085,18 @@ var de_GeospatialMapFieldWells = /* @__PURE__ */ __name((output, context) => {
|
|
|
15049
16085
|
GeospatialMapAggregatedFieldWells: (_) => de_GeospatialMapAggregatedFieldWells(_, context)
|
|
15050
16086
|
});
|
|
15051
16087
|
}, "de_GeospatialMapFieldWells");
|
|
16088
|
+
var de_GeospatialMapLayerList = /* @__PURE__ */ __name((output, context) => {
|
|
16089
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16090
|
+
return de_GeospatialLayerItem(entry, context);
|
|
16091
|
+
});
|
|
16092
|
+
return retVal;
|
|
16093
|
+
}, "de_GeospatialMapLayerList");
|
|
16094
|
+
var de_GeospatialMapState = /* @__PURE__ */ __name((output, context) => {
|
|
16095
|
+
return (0, import_smithy_client.take)(output, {
|
|
16096
|
+
Bounds: (_) => de_GeospatialCoordinateBounds(_, context),
|
|
16097
|
+
MapNavigation: import_smithy_client.expectString
|
|
16098
|
+
});
|
|
16099
|
+
}, "de_GeospatialMapState");
|
|
15052
16100
|
var de_GeospatialMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
15053
16101
|
return (0, import_smithy_client.take)(output, {
|
|
15054
16102
|
Actions: (_) => de_VisualCustomActionList(_, context),
|
|
@@ -15056,9 +16104,49 @@ var de_GeospatialMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15056
16104
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15057
16105
|
Subtitle: import_smithy_client._json,
|
|
15058
16106
|
Title: import_smithy_client._json,
|
|
16107
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15059
16108
|
VisualId: import_smithy_client.expectString
|
|
15060
16109
|
});
|
|
15061
16110
|
}, "de_GeospatialMapVisual");
|
|
16111
|
+
var de_GeospatialNullDataSettings = /* @__PURE__ */ __name((output, context) => {
|
|
16112
|
+
return (0, import_smithy_client.take)(output, {
|
|
16113
|
+
SymbolStyle: (_) => de_GeospatialNullSymbolStyle(_, context)
|
|
16114
|
+
});
|
|
16115
|
+
}, "de_GeospatialNullDataSettings");
|
|
16116
|
+
var de_GeospatialNullSymbolStyle = /* @__PURE__ */ __name((output, context) => {
|
|
16117
|
+
return (0, import_smithy_client.take)(output, {
|
|
16118
|
+
FillColor: import_smithy_client.expectString,
|
|
16119
|
+
StrokeColor: import_smithy_client.expectString,
|
|
16120
|
+
StrokeWidth: import_smithy_client.limitedParseDouble
|
|
16121
|
+
});
|
|
16122
|
+
}, "de_GeospatialNullSymbolStyle");
|
|
16123
|
+
var de_GeospatialPointLayer = /* @__PURE__ */ __name((output, context) => {
|
|
16124
|
+
return (0, import_smithy_client.take)(output, {
|
|
16125
|
+
Style: (_) => de_GeospatialPointStyle(_, context)
|
|
16126
|
+
});
|
|
16127
|
+
}, "de_GeospatialPointLayer");
|
|
16128
|
+
var de_GeospatialPointStyle = /* @__PURE__ */ __name((output, context) => {
|
|
16129
|
+
return (0, import_smithy_client.take)(output, {
|
|
16130
|
+
CircleSymbolStyle: (_) => de_GeospatialCircleSymbolStyle(_, context)
|
|
16131
|
+
});
|
|
16132
|
+
}, "de_GeospatialPointStyle");
|
|
16133
|
+
var de_GeospatialPolygonLayer = /* @__PURE__ */ __name((output, context) => {
|
|
16134
|
+
return (0, import_smithy_client.take)(output, {
|
|
16135
|
+
Style: (_) => de_GeospatialPolygonStyle(_, context)
|
|
16136
|
+
});
|
|
16137
|
+
}, "de_GeospatialPolygonLayer");
|
|
16138
|
+
var de_GeospatialPolygonStyle = /* @__PURE__ */ __name((output, context) => {
|
|
16139
|
+
return (0, import_smithy_client.take)(output, {
|
|
16140
|
+
PolygonSymbolStyle: (_) => de_GeospatialPolygonSymbolStyle(_, context)
|
|
16141
|
+
});
|
|
16142
|
+
}, "de_GeospatialPolygonStyle");
|
|
16143
|
+
var de_GeospatialPolygonSymbolStyle = /* @__PURE__ */ __name((output, context) => {
|
|
16144
|
+
return (0, import_smithy_client.take)(output, {
|
|
16145
|
+
FillColor: (_) => de_GeospatialColor(_, context),
|
|
16146
|
+
StrokeColor: (_) => de_GeospatialColor(_, context),
|
|
16147
|
+
StrokeWidth: (_) => de_GeospatialLineWidth(_, context)
|
|
16148
|
+
});
|
|
16149
|
+
}, "de_GeospatialPolygonSymbolStyle");
|
|
15062
16150
|
var de_GeospatialWindowOptions = /* @__PURE__ */ __name((output, context) => {
|
|
15063
16151
|
return (0, import_smithy_client.take)(output, {
|
|
15064
16152
|
Bounds: (_) => de_GeospatialCoordinateBounds(_, context),
|
|
@@ -15138,6 +16226,7 @@ var de_HeatMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15138
16226
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15139
16227
|
Subtitle: import_smithy_client._json,
|
|
15140
16228
|
Title: import_smithy_client._json,
|
|
16229
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15141
16230
|
VisualId: import_smithy_client.expectString
|
|
15142
16231
|
});
|
|
15143
16232
|
}, "de_HeatMapVisual");
|
|
@@ -15184,9 +16273,38 @@ var de_HistogramVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15184
16273
|
ChartConfiguration: (_) => de_HistogramConfiguration(_, context),
|
|
15185
16274
|
Subtitle: import_smithy_client._json,
|
|
15186
16275
|
Title: import_smithy_client._json,
|
|
16276
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15187
16277
|
VisualId: import_smithy_client.expectString
|
|
15188
16278
|
});
|
|
15189
16279
|
}, "de_HistogramVisual");
|
|
16280
|
+
var de_ImageCustomAction = /* @__PURE__ */ __name((output, context) => {
|
|
16281
|
+
return (0, import_smithy_client.take)(output, {
|
|
16282
|
+
ActionOperations: (_) => de_ImageCustomActionOperationList(_, context),
|
|
16283
|
+
CustomActionId: import_smithy_client.expectString,
|
|
16284
|
+
Name: import_smithy_client.expectString,
|
|
16285
|
+
Status: import_smithy_client.expectString,
|
|
16286
|
+
Trigger: import_smithy_client.expectString
|
|
16287
|
+
});
|
|
16288
|
+
}, "de_ImageCustomAction");
|
|
16289
|
+
var de_ImageCustomActionList = /* @__PURE__ */ __name((output, context) => {
|
|
16290
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16291
|
+
return de_ImageCustomAction(entry, context);
|
|
16292
|
+
});
|
|
16293
|
+
return retVal;
|
|
16294
|
+
}, "de_ImageCustomActionList");
|
|
16295
|
+
var de_ImageCustomActionOperation = /* @__PURE__ */ __name((output, context) => {
|
|
16296
|
+
return (0, import_smithy_client.take)(output, {
|
|
16297
|
+
NavigationOperation: import_smithy_client._json,
|
|
16298
|
+
SetParametersOperation: (_) => de_CustomActionSetParametersOperation(_, context),
|
|
16299
|
+
URLOperation: import_smithy_client._json
|
|
16300
|
+
});
|
|
16301
|
+
}, "de_ImageCustomActionOperation");
|
|
16302
|
+
var de_ImageCustomActionOperationList = /* @__PURE__ */ __name((output, context) => {
|
|
16303
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16304
|
+
return de_ImageCustomActionOperation(entry, context);
|
|
16305
|
+
});
|
|
16306
|
+
return retVal;
|
|
16307
|
+
}, "de_ImageCustomActionOperationList");
|
|
15190
16308
|
var de_Ingestion = /* @__PURE__ */ __name((output, context) => {
|
|
15191
16309
|
return (0, import_smithy_client.take)(output, {
|
|
15192
16310
|
Arn: import_smithy_client.expectString,
|
|
@@ -15227,6 +16345,7 @@ var de_InsightVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15227
16345
|
InsightConfiguration: (_) => de_InsightConfiguration(_, context),
|
|
15228
16346
|
Subtitle: import_smithy_client._json,
|
|
15229
16347
|
Title: import_smithy_client._json,
|
|
16348
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15230
16349
|
VisualId: import_smithy_client.expectString
|
|
15231
16350
|
});
|
|
15232
16351
|
}, "de_InsightVisual");
|
|
@@ -15300,9 +16419,49 @@ var de_KPIVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15300
16419
|
ConditionalFormatting: (_) => de_KPIConditionalFormatting(_, context),
|
|
15301
16420
|
Subtitle: import_smithy_client._json,
|
|
15302
16421
|
Title: import_smithy_client._json,
|
|
16422
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15303
16423
|
VisualId: import_smithy_client.expectString
|
|
15304
16424
|
});
|
|
15305
16425
|
}, "de_KPIVisual");
|
|
16426
|
+
var de_LayerCustomAction = /* @__PURE__ */ __name((output, context) => {
|
|
16427
|
+
return (0, import_smithy_client.take)(output, {
|
|
16428
|
+
ActionOperations: (_) => de_LayerCustomActionOperationList(_, context),
|
|
16429
|
+
CustomActionId: import_smithy_client.expectString,
|
|
16430
|
+
Name: import_smithy_client.expectString,
|
|
16431
|
+
Status: import_smithy_client.expectString,
|
|
16432
|
+
Trigger: import_smithy_client.expectString
|
|
16433
|
+
});
|
|
16434
|
+
}, "de_LayerCustomAction");
|
|
16435
|
+
var de_LayerCustomActionList = /* @__PURE__ */ __name((output, context) => {
|
|
16436
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16437
|
+
return de_LayerCustomAction(entry, context);
|
|
16438
|
+
});
|
|
16439
|
+
return retVal;
|
|
16440
|
+
}, "de_LayerCustomActionList");
|
|
16441
|
+
var de_LayerCustomActionOperation = /* @__PURE__ */ __name((output, context) => {
|
|
16442
|
+
return (0, import_smithy_client.take)(output, {
|
|
16443
|
+
FilterOperation: import_smithy_client._json,
|
|
16444
|
+
NavigationOperation: import_smithy_client._json,
|
|
16445
|
+
SetParametersOperation: (_) => de_CustomActionSetParametersOperation(_, context),
|
|
16446
|
+
URLOperation: import_smithy_client._json
|
|
16447
|
+
});
|
|
16448
|
+
}, "de_LayerCustomActionOperation");
|
|
16449
|
+
var de_LayerCustomActionOperationList = /* @__PURE__ */ __name((output, context) => {
|
|
16450
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16451
|
+
return de_LayerCustomActionOperation(entry, context);
|
|
16452
|
+
});
|
|
16453
|
+
return retVal;
|
|
16454
|
+
}, "de_LayerCustomActionOperationList");
|
|
16455
|
+
var de_LayerMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
16456
|
+
return (0, import_smithy_client.take)(output, {
|
|
16457
|
+
ChartConfiguration: (_) => de_GeospatialLayerMapConfiguration(_, context),
|
|
16458
|
+
DataSetIdentifier: import_smithy_client.expectString,
|
|
16459
|
+
Subtitle: import_smithy_client._json,
|
|
16460
|
+
Title: import_smithy_client._json,
|
|
16461
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16462
|
+
VisualId: import_smithy_client.expectString
|
|
16463
|
+
});
|
|
16464
|
+
}, "de_LayerMapVisual");
|
|
15306
16465
|
var de_Layout = /* @__PURE__ */ __name((output, context) => {
|
|
15307
16466
|
return (0, import_smithy_client.take)(output, {
|
|
15308
16467
|
Configuration: (_) => de_LayoutConfiguration(_, context)
|
|
@@ -15375,6 +16534,7 @@ var de_LineChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15375
16534
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15376
16535
|
Subtitle: import_smithy_client._json,
|
|
15377
16536
|
Title: import_smithy_client._json,
|
|
16537
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15378
16538
|
VisualId: import_smithy_client.expectString
|
|
15379
16539
|
});
|
|
15380
16540
|
}, "de_LineChartVisual");
|
|
@@ -15634,6 +16794,7 @@ var de_PieChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15634
16794
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15635
16795
|
Subtitle: import_smithy_client._json,
|
|
15636
16796
|
Title: import_smithy_client._json,
|
|
16797
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15637
16798
|
VisualId: import_smithy_client.expectString
|
|
15638
16799
|
});
|
|
15639
16800
|
}, "de_PieChartVisual");
|
|
@@ -15721,9 +16882,52 @@ var de_PivotTableVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15721
16882
|
ConditionalFormatting: (_) => de_PivotTableConditionalFormatting(_, context),
|
|
15722
16883
|
Subtitle: import_smithy_client._json,
|
|
15723
16884
|
Title: import_smithy_client._json,
|
|
16885
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15724
16886
|
VisualId: import_smithy_client.expectString
|
|
15725
16887
|
});
|
|
15726
16888
|
}, "de_PivotTableVisual");
|
|
16889
|
+
var de_PluginVisual = /* @__PURE__ */ __name((output, context) => {
|
|
16890
|
+
return (0, import_smithy_client.take)(output, {
|
|
16891
|
+
ChartConfiguration: (_) => de_PluginVisualConfiguration(_, context),
|
|
16892
|
+
PluginArn: import_smithy_client.expectString,
|
|
16893
|
+
Subtitle: import_smithy_client._json,
|
|
16894
|
+
Title: import_smithy_client._json,
|
|
16895
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16896
|
+
VisualId: import_smithy_client.expectString
|
|
16897
|
+
});
|
|
16898
|
+
}, "de_PluginVisual");
|
|
16899
|
+
var de_PluginVisualConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
16900
|
+
return (0, import_smithy_client.take)(output, {
|
|
16901
|
+
FieldWells: (_) => de_PluginVisualFieldWells(_, context),
|
|
16902
|
+
SortConfiguration: (_) => de_PluginVisualSortConfiguration(_, context),
|
|
16903
|
+
VisualOptions: import_smithy_client._json
|
|
16904
|
+
});
|
|
16905
|
+
}, "de_PluginVisualConfiguration");
|
|
16906
|
+
var de_PluginVisualFieldWell = /* @__PURE__ */ __name((output, context) => {
|
|
16907
|
+
return (0, import_smithy_client.take)(output, {
|
|
16908
|
+
AxisName: import_smithy_client.expectString,
|
|
16909
|
+
Dimensions: import_smithy_client._json,
|
|
16910
|
+
Measures: (_) => de_MeasureFieldList(_, context),
|
|
16911
|
+
Unaggregated: import_smithy_client._json
|
|
16912
|
+
});
|
|
16913
|
+
}, "de_PluginVisualFieldWell");
|
|
16914
|
+
var de_PluginVisualFieldWells = /* @__PURE__ */ __name((output, context) => {
|
|
16915
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
16916
|
+
return de_PluginVisualFieldWell(entry, context);
|
|
16917
|
+
});
|
|
16918
|
+
return retVal;
|
|
16919
|
+
}, "de_PluginVisualFieldWells");
|
|
16920
|
+
var de_PluginVisualSortConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
16921
|
+
return (0, import_smithy_client.take)(output, {
|
|
16922
|
+
PluginVisualTableQuerySort: (_) => de_PluginVisualTableQuerySort(_, context)
|
|
16923
|
+
});
|
|
16924
|
+
}, "de_PluginVisualSortConfiguration");
|
|
16925
|
+
var de_PluginVisualTableQuerySort = /* @__PURE__ */ __name((output, context) => {
|
|
16926
|
+
return (0, import_smithy_client.take)(output, {
|
|
16927
|
+
ItemsLimitConfiguration: import_smithy_client._json,
|
|
16928
|
+
RowSort: (_) => de_RowSortList(_, context)
|
|
16929
|
+
});
|
|
16930
|
+
}, "de_PluginVisualTableQuerySort");
|
|
15727
16931
|
var de_PredefinedHierarchy = /* @__PURE__ */ __name((output, context) => {
|
|
15728
16932
|
return (0, import_smithy_client.take)(output, {
|
|
15729
16933
|
Columns: import_smithy_client._json,
|
|
@@ -15784,6 +16988,7 @@ var de_RadarChartVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15784
16988
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15785
16989
|
Subtitle: import_smithy_client._json,
|
|
15786
16990
|
Title: import_smithy_client._json,
|
|
16991
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15787
16992
|
VisualId: import_smithy_client.expectString
|
|
15788
16993
|
});
|
|
15789
16994
|
}, "de_RadarChartVisual");
|
|
@@ -15890,6 +17095,7 @@ var de_SankeyDiagramVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15890
17095
|
ChartConfiguration: (_) => de_SankeyDiagramChartConfiguration(_, context),
|
|
15891
17096
|
Subtitle: import_smithy_client._json,
|
|
15892
17097
|
Title: import_smithy_client._json,
|
|
17098
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15893
17099
|
VisualId: import_smithy_client.expectString
|
|
15894
17100
|
});
|
|
15895
17101
|
}, "de_SankeyDiagramVisual");
|
|
@@ -15939,6 +17145,7 @@ var de_ScatterPlotVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
15939
17145
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
15940
17146
|
Subtitle: import_smithy_client._json,
|
|
15941
17147
|
Title: import_smithy_client._json,
|
|
17148
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
15942
17149
|
VisualId: import_smithy_client.expectString
|
|
15943
17150
|
});
|
|
15944
17151
|
}, "de_ScatterPlotVisual");
|
|
@@ -15985,11 +17192,19 @@ var de_ShapeConditionalFormat = /* @__PURE__ */ __name((output, context) => {
|
|
|
15985
17192
|
BackgroundColor: (_) => de_ConditionalFormattingColor(_, context)
|
|
15986
17193
|
});
|
|
15987
17194
|
}, "de_ShapeConditionalFormat");
|
|
17195
|
+
var de_Sheet = /* @__PURE__ */ __name((output, context) => {
|
|
17196
|
+
return (0, import_smithy_client.take)(output, {
|
|
17197
|
+
Images: (_) => de_SheetImageList(_, context),
|
|
17198
|
+
Name: import_smithy_client.expectString,
|
|
17199
|
+
SheetId: import_smithy_client.expectString
|
|
17200
|
+
});
|
|
17201
|
+
}, "de_Sheet");
|
|
15988
17202
|
var de_SheetDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
15989
17203
|
return (0, import_smithy_client.take)(output, {
|
|
15990
17204
|
ContentType: import_smithy_client.expectString,
|
|
15991
17205
|
Description: import_smithy_client.expectString,
|
|
15992
17206
|
FilterControls: (_) => de_FilterControlList(_, context),
|
|
17207
|
+
Images: (_) => de_SheetImageList(_, context),
|
|
15993
17208
|
Layouts: (_) => de_LayoutList(_, context),
|
|
15994
17209
|
Name: import_smithy_client.expectString,
|
|
15995
17210
|
ParameterControls: (_) => de_ParameterControlList(_, context),
|
|
@@ -16006,6 +17221,29 @@ var de_SheetDefinitionList = /* @__PURE__ */ __name((output, context) => {
|
|
|
16006
17221
|
});
|
|
16007
17222
|
return retVal;
|
|
16008
17223
|
}, "de_SheetDefinitionList");
|
|
17224
|
+
var de_SheetImage = /* @__PURE__ */ __name((output, context) => {
|
|
17225
|
+
return (0, import_smithy_client.take)(output, {
|
|
17226
|
+
Actions: (_) => de_ImageCustomActionList(_, context),
|
|
17227
|
+
ImageContentAltText: import_smithy_client.expectString,
|
|
17228
|
+
Interactions: import_smithy_client._json,
|
|
17229
|
+
Scaling: import_smithy_client._json,
|
|
17230
|
+
SheetImageId: import_smithy_client.expectString,
|
|
17231
|
+
Source: import_smithy_client._json,
|
|
17232
|
+
Tooltip: import_smithy_client._json
|
|
17233
|
+
});
|
|
17234
|
+
}, "de_SheetImage");
|
|
17235
|
+
var de_SheetImageList = /* @__PURE__ */ __name((output, context) => {
|
|
17236
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
17237
|
+
return de_SheetImage(entry, context);
|
|
17238
|
+
});
|
|
17239
|
+
return retVal;
|
|
17240
|
+
}, "de_SheetImageList");
|
|
17241
|
+
var de_SheetList = /* @__PURE__ */ __name((output, context) => {
|
|
17242
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
17243
|
+
return de_Sheet(entry, context);
|
|
17244
|
+
});
|
|
17245
|
+
return retVal;
|
|
17246
|
+
}, "de_SheetList");
|
|
16009
17247
|
var de_SnapshotConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
16010
17248
|
return (0, import_smithy_client.take)(output, {
|
|
16011
17249
|
DestinationConfiguration: import_smithy_client._json,
|
|
@@ -16079,6 +17317,7 @@ var de_TableVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16079
17317
|
ConditionalFormatting: (_) => de_TableConditionalFormatting(_, context),
|
|
16080
17318
|
Subtitle: import_smithy_client._json,
|
|
16081
17319
|
Title: import_smithy_client._json,
|
|
17320
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16082
17321
|
VisualId: import_smithy_client.expectString
|
|
16083
17322
|
});
|
|
16084
17323
|
}, "de_TableVisual");
|
|
@@ -16114,7 +17353,7 @@ var de_TemplateVersion = /* @__PURE__ */ __name((output, context) => {
|
|
|
16114
17353
|
DataSetConfigurations: import_smithy_client._json,
|
|
16115
17354
|
Description: import_smithy_client.expectString,
|
|
16116
17355
|
Errors: import_smithy_client._json,
|
|
16117
|
-
Sheets:
|
|
17356
|
+
Sheets: (_) => de_SheetList(_, context),
|
|
16118
17357
|
SourceEntityArn: import_smithy_client.expectString,
|
|
16119
17358
|
Status: import_smithy_client.expectString,
|
|
16120
17359
|
ThemeArn: import_smithy_client.expectString,
|
|
@@ -16131,7 +17370,8 @@ var de_TemplateVersionDefinition = /* @__PURE__ */ __name((output, context) => {
|
|
|
16131
17370
|
Options: import_smithy_client._json,
|
|
16132
17371
|
ParameterDeclarations: (_) => de_ParameterDeclarationList(_, context),
|
|
16133
17372
|
QueryExecutionOptions: import_smithy_client._json,
|
|
16134
|
-
Sheets: (_) => de_SheetDefinitionList(_, context)
|
|
17373
|
+
Sheets: (_) => de_SheetDefinitionList(_, context),
|
|
17374
|
+
StaticFiles: import_smithy_client._json
|
|
16135
17375
|
});
|
|
16136
17376
|
}, "de_TemplateVersionDefinition");
|
|
16137
17377
|
var de_TemplateVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -16471,6 +17711,7 @@ var de_TreeMapVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16471
17711
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
16472
17712
|
Subtitle: import_smithy_client._json,
|
|
16473
17713
|
Title: import_smithy_client._json,
|
|
17714
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16474
17715
|
VisualId: import_smithy_client.expectString
|
|
16475
17716
|
});
|
|
16476
17717
|
}, "de_TreeMapVisual");
|
|
@@ -16494,9 +17735,11 @@ var de_Visual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16494
17735
|
HistogramVisual: (_) => de_HistogramVisual(_, context),
|
|
16495
17736
|
InsightVisual: (_) => de_InsightVisual(_, context),
|
|
16496
17737
|
KPIVisual: (_) => de_KPIVisual(_, context),
|
|
17738
|
+
LayerMapVisual: (_) => de_LayerMapVisual(_, context),
|
|
16497
17739
|
LineChartVisual: (_) => de_LineChartVisual(_, context),
|
|
16498
17740
|
PieChartVisual: (_) => de_PieChartVisual(_, context),
|
|
16499
17741
|
PivotTableVisual: (_) => de_PivotTableVisual(_, context),
|
|
17742
|
+
PluginVisual: (_) => de_PluginVisual(_, context),
|
|
16500
17743
|
RadarChartVisual: (_) => de_RadarChartVisual(_, context),
|
|
16501
17744
|
SankeyDiagramVisual: (_) => de_SankeyDiagramVisual(_, context),
|
|
16502
17745
|
ScatterPlotVisual: (_) => de_ScatterPlotVisual(_, context),
|
|
@@ -16620,6 +17863,7 @@ var de_WaterfallVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16620
17863
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
16621
17864
|
Subtitle: import_smithy_client._json,
|
|
16622
17865
|
Title: import_smithy_client._json,
|
|
17866
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16623
17867
|
VisualId: import_smithy_client.expectString
|
|
16624
17868
|
});
|
|
16625
17869
|
}, "de_WaterfallVisual");
|
|
@@ -16675,6 +17919,7 @@ var de_WordCloudVisual = /* @__PURE__ */ __name((output, context) => {
|
|
|
16675
17919
|
ColumnHierarchies: (_) => de_ColumnHierarchyList(_, context),
|
|
16676
17920
|
Subtitle: import_smithy_client._json,
|
|
16677
17921
|
Title: import_smithy_client._json,
|
|
17922
|
+
VisualContentAltText: import_smithy_client.expectString,
|
|
16678
17923
|
VisualId: import_smithy_client.expectString
|
|
16679
17924
|
});
|
|
16680
17925
|
}, "de_WordCloudVisual");
|
|
@@ -17245,6 +18490,20 @@ var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smi
|
|
|
17245
18490
|
__name(_DeleteDataSourceCommand, "DeleteDataSourceCommand");
|
|
17246
18491
|
var DeleteDataSourceCommand = _DeleteDataSourceCommand;
|
|
17247
18492
|
|
|
18493
|
+
// src/commands/DeleteDefaultQBusinessApplicationCommand.ts
|
|
18494
|
+
|
|
18495
|
+
|
|
18496
|
+
|
|
18497
|
+
var _DeleteDefaultQBusinessApplicationCommand = class _DeleteDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
18498
|
+
return [
|
|
18499
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18500
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18501
|
+
];
|
|
18502
|
+
}).s("QuickSight_20180401", "DeleteDefaultQBusinessApplication", {}).n("QuickSightClient", "DeleteDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_DeleteDefaultQBusinessApplicationCommand).de(de_DeleteDefaultQBusinessApplicationCommand).build() {
|
|
18503
|
+
};
|
|
18504
|
+
__name(_DeleteDefaultQBusinessApplicationCommand, "DeleteDefaultQBusinessApplicationCommand");
|
|
18505
|
+
var DeleteDefaultQBusinessApplicationCommand = _DeleteDefaultQBusinessApplicationCommand;
|
|
18506
|
+
|
|
17248
18507
|
// src/commands/DeleteFolderCommand.ts
|
|
17249
18508
|
|
|
17250
18509
|
|
|
@@ -17576,7 +18835,7 @@ var _DescribeAnalysisCommand = class _DescribeAnalysisCommand extends import_smi
|
|
|
17576
18835
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17577
18836
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17578
18837
|
];
|
|
17579
|
-
}).s("QuickSight_20180401", "DescribeAnalysis", {}).n("QuickSightClient", "DescribeAnalysisCommand").f(void 0,
|
|
18838
|
+
}).s("QuickSight_20180401", "DescribeAnalysis", {}).n("QuickSightClient", "DescribeAnalysisCommand").f(void 0, DescribeAnalysisResponseFilterSensitiveLog).ser(se_DescribeAnalysisCommand).de(de_DescribeAnalysisCommand).build() {
|
|
17580
18839
|
};
|
|
17581
18840
|
__name(_DescribeAnalysisCommand, "DescribeAnalysisCommand");
|
|
17582
18841
|
var DescribeAnalysisCommand = _DescribeAnalysisCommand;
|
|
@@ -17702,7 +18961,7 @@ var _DescribeDashboardCommand = class _DescribeDashboardCommand extends import_s
|
|
|
17702
18961
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17703
18962
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17704
18963
|
];
|
|
17705
|
-
}).s("QuickSight_20180401", "DescribeDashboard", {}).n("QuickSightClient", "DescribeDashboardCommand").f(void 0,
|
|
18964
|
+
}).s("QuickSight_20180401", "DescribeDashboard", {}).n("QuickSightClient", "DescribeDashboardCommand").f(void 0, DescribeDashboardResponseFilterSensitiveLog).ser(se_DescribeDashboardCommand).de(de_DescribeDashboardCommand).build() {
|
|
17706
18965
|
};
|
|
17707
18966
|
__name(_DescribeDashboardCommand, "DescribeDashboardCommand");
|
|
17708
18967
|
var DescribeDashboardCommand = _DescribeDashboardCommand;
|
|
@@ -17749,19 +19008,33 @@ var _DescribeDashboardSnapshotJobCommand = class _DescribeDashboardSnapshotJobCo
|
|
|
17749
19008
|
__name(_DescribeDashboardSnapshotJobCommand, "DescribeDashboardSnapshotJobCommand");
|
|
17750
19009
|
var DescribeDashboardSnapshotJobCommand = _DescribeDashboardSnapshotJobCommand;
|
|
17751
19010
|
|
|
17752
|
-
// src/commands/DescribeDashboardSnapshotJobResultCommand.ts
|
|
19011
|
+
// src/commands/DescribeDashboardSnapshotJobResultCommand.ts
|
|
19012
|
+
|
|
19013
|
+
|
|
19014
|
+
|
|
19015
|
+
var _DescribeDashboardSnapshotJobResultCommand = class _DescribeDashboardSnapshotJobResultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19016
|
+
return [
|
|
19017
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19018
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19019
|
+
];
|
|
19020
|
+
}).s("QuickSight_20180401", "DescribeDashboardSnapshotJobResult", {}).n("QuickSightClient", "DescribeDashboardSnapshotJobResultCommand").f(void 0, DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog).ser(se_DescribeDashboardSnapshotJobResultCommand).de(de_DescribeDashboardSnapshotJobResultCommand).build() {
|
|
19021
|
+
};
|
|
19022
|
+
__name(_DescribeDashboardSnapshotJobResultCommand, "DescribeDashboardSnapshotJobResultCommand");
|
|
19023
|
+
var DescribeDashboardSnapshotJobResultCommand = _DescribeDashboardSnapshotJobResultCommand;
|
|
19024
|
+
|
|
19025
|
+
// src/commands/DescribeDashboardsQAConfigurationCommand.ts
|
|
17753
19026
|
|
|
17754
19027
|
|
|
17755
19028
|
|
|
17756
|
-
var
|
|
19029
|
+
var _DescribeDashboardsQAConfigurationCommand = class _DescribeDashboardsQAConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
17757
19030
|
return [
|
|
17758
19031
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
17759
19032
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
17760
19033
|
];
|
|
17761
|
-
}).s("QuickSight_20180401", "
|
|
19034
|
+
}).s("QuickSight_20180401", "DescribeDashboardsQAConfiguration", {}).n("QuickSightClient", "DescribeDashboardsQAConfigurationCommand").f(void 0, void 0).ser(se_DescribeDashboardsQAConfigurationCommand).de(de_DescribeDashboardsQAConfigurationCommand).build() {
|
|
17762
19035
|
};
|
|
17763
|
-
__name(
|
|
17764
|
-
var
|
|
19036
|
+
__name(_DescribeDashboardsQAConfigurationCommand, "DescribeDashboardsQAConfigurationCommand");
|
|
19037
|
+
var DescribeDashboardsQAConfigurationCommand = _DescribeDashboardsQAConfigurationCommand;
|
|
17765
19038
|
|
|
17766
19039
|
// src/commands/DescribeDataSetCommand.ts
|
|
17767
19040
|
|
|
@@ -17833,6 +19106,20 @@ var _DescribeDataSourcePermissionsCommand = class _DescribeDataSourcePermissions
|
|
|
17833
19106
|
__name(_DescribeDataSourcePermissionsCommand, "DescribeDataSourcePermissionsCommand");
|
|
17834
19107
|
var DescribeDataSourcePermissionsCommand = _DescribeDataSourcePermissionsCommand;
|
|
17835
19108
|
|
|
19109
|
+
// src/commands/DescribeDefaultQBusinessApplicationCommand.ts
|
|
19110
|
+
|
|
19111
|
+
|
|
19112
|
+
|
|
19113
|
+
var _DescribeDefaultQBusinessApplicationCommand = class _DescribeDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19114
|
+
return [
|
|
19115
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19116
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19117
|
+
];
|
|
19118
|
+
}).s("QuickSight_20180401", "DescribeDefaultQBusinessApplication", {}).n("QuickSightClient", "DescribeDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_DescribeDefaultQBusinessApplicationCommand).de(de_DescribeDefaultQBusinessApplicationCommand).build() {
|
|
19119
|
+
};
|
|
19120
|
+
__name(_DescribeDefaultQBusinessApplicationCommand, "DescribeDefaultQBusinessApplicationCommand");
|
|
19121
|
+
var DescribeDefaultQBusinessApplicationCommand = _DescribeDefaultQBusinessApplicationCommand;
|
|
19122
|
+
|
|
17836
19123
|
// src/commands/DescribeFolderCommand.ts
|
|
17837
19124
|
|
|
17838
19125
|
|
|
@@ -17987,6 +19274,20 @@ var _DescribeQPersonalizationConfigurationCommand = class _DescribeQPersonalizat
|
|
|
17987
19274
|
__name(_DescribeQPersonalizationConfigurationCommand, "DescribeQPersonalizationConfigurationCommand");
|
|
17988
19275
|
var DescribeQPersonalizationConfigurationCommand = _DescribeQPersonalizationConfigurationCommand;
|
|
17989
19276
|
|
|
19277
|
+
// src/commands/DescribeQuickSightQSearchConfigurationCommand.ts
|
|
19278
|
+
|
|
19279
|
+
|
|
19280
|
+
|
|
19281
|
+
var _DescribeQuickSightQSearchConfigurationCommand = class _DescribeQuickSightQSearchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19282
|
+
return [
|
|
19283
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19284
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19285
|
+
];
|
|
19286
|
+
}).s("QuickSight_20180401", "DescribeQuickSightQSearchConfiguration", {}).n("QuickSightClient", "DescribeQuickSightQSearchConfigurationCommand").f(void 0, void 0).ser(se_DescribeQuickSightQSearchConfigurationCommand).de(de_DescribeQuickSightQSearchConfigurationCommand).build() {
|
|
19287
|
+
};
|
|
19288
|
+
__name(_DescribeQuickSightQSearchConfigurationCommand, "DescribeQuickSightQSearchConfigurationCommand");
|
|
19289
|
+
var DescribeQuickSightQSearchConfigurationCommand = _DescribeQuickSightQSearchConfigurationCommand;
|
|
19290
|
+
|
|
17990
19291
|
// src/commands/DescribeRefreshScheduleCommand.ts
|
|
17991
19292
|
|
|
17992
19293
|
|
|
@@ -18038,7 +19339,7 @@ var _DescribeTemplateCommand = class _DescribeTemplateCommand extends import_smi
|
|
|
18038
19339
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18039
19340
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
18040
19341
|
];
|
|
18041
|
-
}).s("QuickSight_20180401", "DescribeTemplate", {}).n("QuickSightClient", "DescribeTemplateCommand").f(void 0,
|
|
19342
|
+
}).s("QuickSight_20180401", "DescribeTemplate", {}).n("QuickSightClient", "DescribeTemplateCommand").f(void 0, DescribeTemplateResponseFilterSensitiveLog).ser(se_DescribeTemplateCommand).de(de_DescribeTemplateCommand).build() {
|
|
18042
19343
|
};
|
|
18043
19344
|
__name(_DescribeTemplateCommand, "DescribeTemplateCommand");
|
|
18044
19345
|
var DescribeTemplateCommand = _DescribeTemplateCommand;
|
|
@@ -18228,6 +19529,20 @@ var _GenerateEmbedUrlForRegisteredUserCommand = class _GenerateEmbedUrlForRegist
|
|
|
18228
19529
|
__name(_GenerateEmbedUrlForRegisteredUserCommand, "GenerateEmbedUrlForRegisteredUserCommand");
|
|
18229
19530
|
var GenerateEmbedUrlForRegisteredUserCommand = _GenerateEmbedUrlForRegisteredUserCommand;
|
|
18230
19531
|
|
|
19532
|
+
// src/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.ts
|
|
19533
|
+
|
|
19534
|
+
|
|
19535
|
+
|
|
19536
|
+
var _GenerateEmbedUrlForRegisteredUserWithIdentityCommand = class _GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
19537
|
+
return [
|
|
19538
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
19539
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
19540
|
+
];
|
|
19541
|
+
}).s("QuickSight_20180401", "GenerateEmbedUrlForRegisteredUserWithIdentity", {}).n("QuickSightClient", "GenerateEmbedUrlForRegisteredUserWithIdentityCommand").f(void 0, GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog).ser(se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand).de(de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand).build() {
|
|
19542
|
+
};
|
|
19543
|
+
__name(_GenerateEmbedUrlForRegisteredUserWithIdentityCommand, "GenerateEmbedUrlForRegisteredUserWithIdentityCommand");
|
|
19544
|
+
var GenerateEmbedUrlForRegisteredUserWithIdentityCommand = _GenerateEmbedUrlForRegisteredUserWithIdentityCommand;
|
|
19545
|
+
|
|
18231
19546
|
// src/commands/GetDashboardEmbedUrlCommand.ts
|
|
18232
19547
|
|
|
18233
19548
|
|
|
@@ -18732,6 +20047,20 @@ var _ListVPCConnectionsCommand = class _ListVPCConnectionsCommand extends import
|
|
|
18732
20047
|
__name(_ListVPCConnectionsCommand, "ListVPCConnectionsCommand");
|
|
18733
20048
|
var ListVPCConnectionsCommand = _ListVPCConnectionsCommand;
|
|
18734
20049
|
|
|
20050
|
+
// src/commands/PredictQAResultsCommand.ts
|
|
20051
|
+
|
|
20052
|
+
|
|
20053
|
+
|
|
20054
|
+
var _PredictQAResultsCommand = class _PredictQAResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20055
|
+
return [
|
|
20056
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20057
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20058
|
+
];
|
|
20059
|
+
}).s("QuickSight_20180401", "PredictQAResults", {}).n("QuickSightClient", "PredictQAResultsCommand").f(PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog).ser(se_PredictQAResultsCommand).de(de_PredictQAResultsCommand).build() {
|
|
20060
|
+
};
|
|
20061
|
+
__name(_PredictQAResultsCommand, "PredictQAResultsCommand");
|
|
20062
|
+
var PredictQAResultsCommand = _PredictQAResultsCommand;
|
|
20063
|
+
|
|
18735
20064
|
// src/commands/PutDataSetRefreshPropertiesCommand.ts
|
|
18736
20065
|
|
|
18737
20066
|
|
|
@@ -18858,6 +20187,20 @@ var _SearchGroupsCommand = class _SearchGroupsCommand extends import_smithy_clie
|
|
|
18858
20187
|
__name(_SearchGroupsCommand, "SearchGroupsCommand");
|
|
18859
20188
|
var SearchGroupsCommand = _SearchGroupsCommand;
|
|
18860
20189
|
|
|
20190
|
+
// src/commands/SearchTopicsCommand.ts
|
|
20191
|
+
|
|
20192
|
+
|
|
20193
|
+
|
|
20194
|
+
var _SearchTopicsCommand = class _SearchTopicsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20195
|
+
return [
|
|
20196
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20197
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20198
|
+
];
|
|
20199
|
+
}).s("QuickSight_20180401", "SearchTopics", {}).n("QuickSightClient", "SearchTopicsCommand").f(void 0, void 0).ser(se_SearchTopicsCommand).de(de_SearchTopicsCommand).build() {
|
|
20200
|
+
};
|
|
20201
|
+
__name(_SearchTopicsCommand, "SearchTopicsCommand");
|
|
20202
|
+
var SearchTopicsCommand = _SearchTopicsCommand;
|
|
20203
|
+
|
|
18861
20204
|
// src/commands/StartAssetBundleExportJobCommand.ts
|
|
18862
20205
|
|
|
18863
20206
|
|
|
@@ -18998,6 +20341,20 @@ var _UpdateAnalysisPermissionsCommand = class _UpdateAnalysisPermissionsCommand
|
|
|
18998
20341
|
__name(_UpdateAnalysisPermissionsCommand, "UpdateAnalysisPermissionsCommand");
|
|
18999
20342
|
var UpdateAnalysisPermissionsCommand = _UpdateAnalysisPermissionsCommand;
|
|
19000
20343
|
|
|
20344
|
+
// src/commands/UpdateApplicationWithTokenExchangeGrantCommand.ts
|
|
20345
|
+
|
|
20346
|
+
|
|
20347
|
+
|
|
20348
|
+
var _UpdateApplicationWithTokenExchangeGrantCommand = class _UpdateApplicationWithTokenExchangeGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20349
|
+
return [
|
|
20350
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20351
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20352
|
+
];
|
|
20353
|
+
}).s("QuickSight_20180401", "UpdateApplicationWithTokenExchangeGrant", {}).n("QuickSightClient", "UpdateApplicationWithTokenExchangeGrantCommand").f(void 0, void 0).ser(se_UpdateApplicationWithTokenExchangeGrantCommand).de(de_UpdateApplicationWithTokenExchangeGrantCommand).build() {
|
|
20354
|
+
};
|
|
20355
|
+
__name(_UpdateApplicationWithTokenExchangeGrantCommand, "UpdateApplicationWithTokenExchangeGrantCommand");
|
|
20356
|
+
var UpdateApplicationWithTokenExchangeGrantCommand = _UpdateApplicationWithTokenExchangeGrantCommand;
|
|
20357
|
+
|
|
19001
20358
|
// src/commands/UpdateBrandAssignmentCommand.ts
|
|
19002
20359
|
|
|
19003
20360
|
|
|
@@ -19110,6 +20467,20 @@ var _UpdateDashboardPublishedVersionCommand = class _UpdateDashboardPublishedVer
|
|
|
19110
20467
|
__name(_UpdateDashboardPublishedVersionCommand, "UpdateDashboardPublishedVersionCommand");
|
|
19111
20468
|
var UpdateDashboardPublishedVersionCommand = _UpdateDashboardPublishedVersionCommand;
|
|
19112
20469
|
|
|
20470
|
+
// src/commands/UpdateDashboardsQAConfigurationCommand.ts
|
|
20471
|
+
|
|
20472
|
+
|
|
20473
|
+
|
|
20474
|
+
var _UpdateDashboardsQAConfigurationCommand = class _UpdateDashboardsQAConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20475
|
+
return [
|
|
20476
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20477
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20478
|
+
];
|
|
20479
|
+
}).s("QuickSight_20180401", "UpdateDashboardsQAConfiguration", {}).n("QuickSightClient", "UpdateDashboardsQAConfigurationCommand").f(void 0, void 0).ser(se_UpdateDashboardsQAConfigurationCommand).de(de_UpdateDashboardsQAConfigurationCommand).build() {
|
|
20480
|
+
};
|
|
20481
|
+
__name(_UpdateDashboardsQAConfigurationCommand, "UpdateDashboardsQAConfigurationCommand");
|
|
20482
|
+
var UpdateDashboardsQAConfigurationCommand = _UpdateDashboardsQAConfigurationCommand;
|
|
20483
|
+
|
|
19113
20484
|
// src/commands/UpdateDataSetCommand.ts
|
|
19114
20485
|
|
|
19115
20486
|
|
|
@@ -19166,6 +20537,20 @@ var _UpdateDataSourcePermissionsCommand = class _UpdateDataSourcePermissionsComm
|
|
|
19166
20537
|
__name(_UpdateDataSourcePermissionsCommand, "UpdateDataSourcePermissionsCommand");
|
|
19167
20538
|
var UpdateDataSourcePermissionsCommand = _UpdateDataSourcePermissionsCommand;
|
|
19168
20539
|
|
|
20540
|
+
// src/commands/UpdateDefaultQBusinessApplicationCommand.ts
|
|
20541
|
+
|
|
20542
|
+
|
|
20543
|
+
|
|
20544
|
+
var _UpdateDefaultQBusinessApplicationCommand = class _UpdateDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20545
|
+
return [
|
|
20546
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20547
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20548
|
+
];
|
|
20549
|
+
}).s("QuickSight_20180401", "UpdateDefaultQBusinessApplication", {}).n("QuickSightClient", "UpdateDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_UpdateDefaultQBusinessApplicationCommand).de(de_UpdateDefaultQBusinessApplicationCommand).build() {
|
|
20550
|
+
};
|
|
20551
|
+
__name(_UpdateDefaultQBusinessApplicationCommand, "UpdateDefaultQBusinessApplicationCommand");
|
|
20552
|
+
var UpdateDefaultQBusinessApplicationCommand = _UpdateDefaultQBusinessApplicationCommand;
|
|
20553
|
+
|
|
19169
20554
|
// src/commands/UpdateFolderCommand.ts
|
|
19170
20555
|
|
|
19171
20556
|
|
|
@@ -19292,6 +20677,20 @@ var _UpdateQPersonalizationConfigurationCommand = class _UpdateQPersonalizationC
|
|
|
19292
20677
|
__name(_UpdateQPersonalizationConfigurationCommand, "UpdateQPersonalizationConfigurationCommand");
|
|
19293
20678
|
var UpdateQPersonalizationConfigurationCommand = _UpdateQPersonalizationConfigurationCommand;
|
|
19294
20679
|
|
|
20680
|
+
// src/commands/UpdateQuickSightQSearchConfigurationCommand.ts
|
|
20681
|
+
|
|
20682
|
+
|
|
20683
|
+
|
|
20684
|
+
var _UpdateQuickSightQSearchConfigurationCommand = class _UpdateQuickSightQSearchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
20685
|
+
return [
|
|
20686
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
20687
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
20688
|
+
];
|
|
20689
|
+
}).s("QuickSight_20180401", "UpdateQuickSightQSearchConfiguration", {}).n("QuickSightClient", "UpdateQuickSightQSearchConfigurationCommand").f(void 0, void 0).ser(se_UpdateQuickSightQSearchConfigurationCommand).de(de_UpdateQuickSightQSearchConfigurationCommand).build() {
|
|
20690
|
+
};
|
|
20691
|
+
__name(_UpdateQuickSightQSearchConfigurationCommand, "UpdateQuickSightQSearchConfigurationCommand");
|
|
20692
|
+
var UpdateQuickSightQSearchConfigurationCommand = _UpdateQuickSightQSearchConfigurationCommand;
|
|
20693
|
+
|
|
19295
20694
|
// src/commands/UpdateRefreshScheduleCommand.ts
|
|
19296
20695
|
|
|
19297
20696
|
|
|
@@ -19541,6 +20940,7 @@ var commands = {
|
|
|
19541
20940
|
DeleteDataSetCommand,
|
|
19542
20941
|
DeleteDataSetRefreshPropertiesCommand,
|
|
19543
20942
|
DeleteDataSourceCommand,
|
|
20943
|
+
DeleteDefaultQBusinessApplicationCommand,
|
|
19544
20944
|
DeleteFolderCommand,
|
|
19545
20945
|
DeleteFolderMembershipCommand,
|
|
19546
20946
|
DeleteGroupCommand,
|
|
@@ -19578,11 +20978,13 @@ var commands = {
|
|
|
19578
20978
|
DescribeDashboardPermissionsCommand,
|
|
19579
20979
|
DescribeDashboardSnapshotJobCommand,
|
|
19580
20980
|
DescribeDashboardSnapshotJobResultCommand,
|
|
20981
|
+
DescribeDashboardsQAConfigurationCommand,
|
|
19581
20982
|
DescribeDataSetCommand,
|
|
19582
20983
|
DescribeDataSetPermissionsCommand,
|
|
19583
20984
|
DescribeDataSetRefreshPropertiesCommand,
|
|
19584
20985
|
DescribeDataSourceCommand,
|
|
19585
20986
|
DescribeDataSourcePermissionsCommand,
|
|
20987
|
+
DescribeDefaultQBusinessApplicationCommand,
|
|
19586
20988
|
DescribeFolderCommand,
|
|
19587
20989
|
DescribeFolderPermissionsCommand,
|
|
19588
20990
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -19594,6 +20996,7 @@ var commands = {
|
|
|
19594
20996
|
DescribeKeyRegistrationCommand,
|
|
19595
20997
|
DescribeNamespaceCommand,
|
|
19596
20998
|
DescribeQPersonalizationConfigurationCommand,
|
|
20999
|
+
DescribeQuickSightQSearchConfigurationCommand,
|
|
19597
21000
|
DescribeRefreshScheduleCommand,
|
|
19598
21001
|
DescribeRoleCustomPermissionCommand,
|
|
19599
21002
|
DescribeTemplateCommand,
|
|
@@ -19611,6 +21014,7 @@ var commands = {
|
|
|
19611
21014
|
DescribeVPCConnectionCommand,
|
|
19612
21015
|
GenerateEmbedUrlForAnonymousUserCommand,
|
|
19613
21016
|
GenerateEmbedUrlForRegisteredUserCommand,
|
|
21017
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
19614
21018
|
GetDashboardEmbedUrlCommand,
|
|
19615
21019
|
GetSessionEmbedUrlCommand,
|
|
19616
21020
|
ListAnalysesCommand,
|
|
@@ -19647,6 +21051,7 @@ var commands = {
|
|
|
19647
21051
|
ListUserGroupsCommand,
|
|
19648
21052
|
ListUsersCommand,
|
|
19649
21053
|
ListVPCConnectionsCommand,
|
|
21054
|
+
PredictQAResultsCommand,
|
|
19650
21055
|
PutDataSetRefreshPropertiesCommand,
|
|
19651
21056
|
RegisterUserCommand,
|
|
19652
21057
|
RestoreAnalysisCommand,
|
|
@@ -19656,6 +21061,7 @@ var commands = {
|
|
|
19656
21061
|
SearchDataSourcesCommand,
|
|
19657
21062
|
SearchFoldersCommand,
|
|
19658
21063
|
SearchGroupsCommand,
|
|
21064
|
+
SearchTopicsCommand,
|
|
19659
21065
|
StartAssetBundleExportJobCommand,
|
|
19660
21066
|
StartAssetBundleImportJobCommand,
|
|
19661
21067
|
StartDashboardSnapshotJobCommand,
|
|
@@ -19666,6 +21072,7 @@ var commands = {
|
|
|
19666
21072
|
UpdateAccountSettingsCommand,
|
|
19667
21073
|
UpdateAnalysisCommand,
|
|
19668
21074
|
UpdateAnalysisPermissionsCommand,
|
|
21075
|
+
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
19669
21076
|
UpdateBrandCommand,
|
|
19670
21077
|
UpdateBrandAssignmentCommand,
|
|
19671
21078
|
UpdateBrandPublishedVersionCommand,
|
|
@@ -19674,10 +21081,12 @@ var commands = {
|
|
|
19674
21081
|
UpdateDashboardLinksCommand,
|
|
19675
21082
|
UpdateDashboardPermissionsCommand,
|
|
19676
21083
|
UpdateDashboardPublishedVersionCommand,
|
|
21084
|
+
UpdateDashboardsQAConfigurationCommand,
|
|
19677
21085
|
UpdateDataSetCommand,
|
|
19678
21086
|
UpdateDataSetPermissionsCommand,
|
|
19679
21087
|
UpdateDataSourceCommand,
|
|
19680
21088
|
UpdateDataSourcePermissionsCommand,
|
|
21089
|
+
UpdateDefaultQBusinessApplicationCommand,
|
|
19681
21090
|
UpdateFolderCommand,
|
|
19682
21091
|
UpdateFolderPermissionsCommand,
|
|
19683
21092
|
UpdateGroupCommand,
|
|
@@ -19687,6 +21096,7 @@ var commands = {
|
|
|
19687
21096
|
UpdateKeyRegistrationCommand,
|
|
19688
21097
|
UpdatePublicSharingSettingsCommand,
|
|
19689
21098
|
UpdateQPersonalizationConfigurationCommand,
|
|
21099
|
+
UpdateQuickSightQSearchConfigurationCommand,
|
|
19690
21100
|
UpdateRefreshScheduleCommand,
|
|
19691
21101
|
UpdateRoleCustomPermissionCommand,
|
|
19692
21102
|
UpdateSPICECapacityConfigurationCommand,
|
|
@@ -19852,6 +21262,10 @@ var paginateSearchFolders = (0, import_core.createPaginator)(QuickSightClient, S
|
|
|
19852
21262
|
// src/pagination/SearchGroupsPaginator.ts
|
|
19853
21263
|
|
|
19854
21264
|
var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, SearchGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
21265
|
+
|
|
21266
|
+
// src/pagination/SearchTopicsPaginator.ts
|
|
21267
|
+
|
|
21268
|
+
var paginateSearchTopics = (0, import_core.createPaginator)(QuickSightClient, SearchTopicsCommand, "NextToken", "NextToken", "MaxResults");
|
|
19855
21269
|
// Annotate the CommonJS export names for ESM import in node:
|
|
19856
21270
|
|
|
19857
21271
|
0 && (module.exports = {
|
|
@@ -19897,6 +21311,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19897
21311
|
DeleteDataSetCommand,
|
|
19898
21312
|
DeleteDataSetRefreshPropertiesCommand,
|
|
19899
21313
|
DeleteDataSourceCommand,
|
|
21314
|
+
DeleteDefaultQBusinessApplicationCommand,
|
|
19900
21315
|
DeleteFolderCommand,
|
|
19901
21316
|
DeleteFolderMembershipCommand,
|
|
19902
21317
|
DeleteGroupCommand,
|
|
@@ -19934,11 +21349,13 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19934
21349
|
DescribeDashboardPermissionsCommand,
|
|
19935
21350
|
DescribeDashboardSnapshotJobCommand,
|
|
19936
21351
|
DescribeDashboardSnapshotJobResultCommand,
|
|
21352
|
+
DescribeDashboardsQAConfigurationCommand,
|
|
19937
21353
|
DescribeDataSetCommand,
|
|
19938
21354
|
DescribeDataSetPermissionsCommand,
|
|
19939
21355
|
DescribeDataSetRefreshPropertiesCommand,
|
|
19940
21356
|
DescribeDataSourceCommand,
|
|
19941
21357
|
DescribeDataSourcePermissionsCommand,
|
|
21358
|
+
DescribeDefaultQBusinessApplicationCommand,
|
|
19942
21359
|
DescribeFolderCommand,
|
|
19943
21360
|
DescribeFolderPermissionsCommand,
|
|
19944
21361
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -19950,6 +21367,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19950
21367
|
DescribeKeyRegistrationCommand,
|
|
19951
21368
|
DescribeNamespaceCommand,
|
|
19952
21369
|
DescribeQPersonalizationConfigurationCommand,
|
|
21370
|
+
DescribeQuickSightQSearchConfigurationCommand,
|
|
19953
21371
|
DescribeRefreshScheduleCommand,
|
|
19954
21372
|
DescribeRoleCustomPermissionCommand,
|
|
19955
21373
|
DescribeTemplateAliasCommand,
|
|
@@ -19967,6 +21385,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
19967
21385
|
DescribeVPCConnectionCommand,
|
|
19968
21386
|
GenerateEmbedUrlForAnonymousUserCommand,
|
|
19969
21387
|
GenerateEmbedUrlForRegisteredUserCommand,
|
|
21388
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
19970
21389
|
GetDashboardEmbedUrlCommand,
|
|
19971
21390
|
GetSessionEmbedUrlCommand,
|
|
19972
21391
|
ListAnalysesCommand,
|
|
@@ -20003,6 +21422,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20003
21422
|
ListUserGroupsCommand,
|
|
20004
21423
|
ListUsersCommand,
|
|
20005
21424
|
ListVPCConnectionsCommand,
|
|
21425
|
+
PredictQAResultsCommand,
|
|
20006
21426
|
PutDataSetRefreshPropertiesCommand,
|
|
20007
21427
|
RegisterUserCommand,
|
|
20008
21428
|
RestoreAnalysisCommand,
|
|
@@ -20012,6 +21432,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20012
21432
|
SearchDataSourcesCommand,
|
|
20013
21433
|
SearchFoldersCommand,
|
|
20014
21434
|
SearchGroupsCommand,
|
|
21435
|
+
SearchTopicsCommand,
|
|
20015
21436
|
StartAssetBundleExportJobCommand,
|
|
20016
21437
|
StartAssetBundleImportJobCommand,
|
|
20017
21438
|
StartDashboardSnapshotJobCommand,
|
|
@@ -20022,6 +21443,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20022
21443
|
UpdateAccountSettingsCommand,
|
|
20023
21444
|
UpdateAnalysisCommand,
|
|
20024
21445
|
UpdateAnalysisPermissionsCommand,
|
|
21446
|
+
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
20025
21447
|
UpdateBrandAssignmentCommand,
|
|
20026
21448
|
UpdateBrandCommand,
|
|
20027
21449
|
UpdateBrandPublishedVersionCommand,
|
|
@@ -20030,10 +21452,12 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20030
21452
|
UpdateDashboardLinksCommand,
|
|
20031
21453
|
UpdateDashboardPermissionsCommand,
|
|
20032
21454
|
UpdateDashboardPublishedVersionCommand,
|
|
21455
|
+
UpdateDashboardsQAConfigurationCommand,
|
|
20033
21456
|
UpdateDataSetCommand,
|
|
20034
21457
|
UpdateDataSetPermissionsCommand,
|
|
20035
21458
|
UpdateDataSourceCommand,
|
|
20036
21459
|
UpdateDataSourcePermissionsCommand,
|
|
21460
|
+
UpdateDefaultQBusinessApplicationCommand,
|
|
20037
21461
|
UpdateFolderCommand,
|
|
20038
21462
|
UpdateFolderPermissionsCommand,
|
|
20039
21463
|
UpdateGroupCommand,
|
|
@@ -20043,6 +21467,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20043
21467
|
UpdateKeyRegistrationCommand,
|
|
20044
21468
|
UpdatePublicSharingSettingsCommand,
|
|
20045
21469
|
UpdateQPersonalizationConfigurationCommand,
|
|
21470
|
+
UpdateQuickSightQSearchConfigurationCommand,
|
|
20046
21471
|
UpdateRefreshScheduleCommand,
|
|
20047
21472
|
UpdateRoleCustomPermissionCommand,
|
|
20048
21473
|
UpdateSPICECapacityConfigurationCommand,
|
|
@@ -20094,6 +21519,7 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20094
21519
|
paginateSearchDataSources,
|
|
20095
21520
|
paginateSearchFolders,
|
|
20096
21521
|
paginateSearchGroups,
|
|
21522
|
+
paginateSearchTopics,
|
|
20097
21523
|
AccessDeniedException,
|
|
20098
21524
|
Edition,
|
|
20099
21525
|
DashboardBehavior,
|
|
@@ -20106,6 +21532,12 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20106
21532
|
TimeGranularity,
|
|
20107
21533
|
SortDirection,
|
|
20108
21534
|
AnalysisErrorType,
|
|
21535
|
+
SelectAllValueOptions,
|
|
21536
|
+
URLTargetConfiguration,
|
|
21537
|
+
WidgetStatus,
|
|
21538
|
+
ImageCustomActionTrigger,
|
|
21539
|
+
SheetImageScalingType,
|
|
21540
|
+
Visibility,
|
|
20109
21541
|
ResourceStatus,
|
|
20110
21542
|
ResizeOption,
|
|
20111
21543
|
PaperOrientation,
|
|
@@ -20115,7 +21547,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20115
21547
|
NegativeValueDisplayMode,
|
|
20116
21548
|
NumberScale,
|
|
20117
21549
|
NumericSeparatorSymbol,
|
|
20118
|
-
Visibility,
|
|
20119
21550
|
ColumnRole,
|
|
20120
21551
|
CrossDatasetTypes,
|
|
20121
21552
|
CategoryFilterMatchOperator,
|
|
@@ -20132,7 +21563,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20132
21563
|
NumericEqualityMatchOperator,
|
|
20133
21564
|
NumericFilterSelectAllOptions,
|
|
20134
21565
|
AnchorOption,
|
|
20135
|
-
WidgetStatus,
|
|
20136
21566
|
RelativeDateType,
|
|
20137
21567
|
FilterVisualScope,
|
|
20138
21568
|
DayOfTheWeek,
|
|
@@ -20143,8 +21573,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20143
21573
|
SectionPageBreakStatus,
|
|
20144
21574
|
SelectedFieldOptions,
|
|
20145
21575
|
TargetVisualOptions,
|
|
20146
|
-
SelectAllValueOptions,
|
|
20147
|
-
URLTargetConfiguration,
|
|
20148
21576
|
VisualCustomActionTrigger,
|
|
20149
21577
|
BarsArrangement,
|
|
20150
21578
|
DataLabelContent,
|
|
@@ -20157,11 +21585,16 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20157
21585
|
ReferenceLineLabelHorizontalPosition,
|
|
20158
21586
|
ReferenceLineValueLabelRelativePosition,
|
|
20159
21587
|
ReferenceLineLabelVerticalPosition,
|
|
20160
|
-
|
|
20161
|
-
|
|
20162
|
-
|
|
20163
|
-
|
|
20164
|
-
|
|
21588
|
+
CustomParameterValuesFilterSensitiveLog,
|
|
21589
|
+
CustomValuesConfigurationFilterSensitiveLog,
|
|
21590
|
+
DestinationParameterValueConfigurationFilterSensitiveLog,
|
|
21591
|
+
SetParameterValueConfigurationFilterSensitiveLog,
|
|
21592
|
+
CustomActionSetParametersOperationFilterSensitiveLog,
|
|
21593
|
+
ImageCustomActionOperationFilterSensitiveLog,
|
|
21594
|
+
ImageCustomActionFilterSensitiveLog,
|
|
21595
|
+
SheetImageFilterSensitiveLog,
|
|
21596
|
+
SheetFilterSensitiveLog,
|
|
21597
|
+
AnalysisFilterSensitiveLog,
|
|
20165
21598
|
CalculatedFieldFilterSensitiveLog,
|
|
20166
21599
|
CustomColorFilterSensitiveLog,
|
|
20167
21600
|
ColorsConfigurationFilterSensitiveLog,
|
|
@@ -20205,11 +21638,6 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20205
21638
|
SectionBasedLayoutConfigurationFilterSensitiveLog,
|
|
20206
21639
|
LayoutConfigurationFilterSensitiveLog,
|
|
20207
21640
|
LayoutFilterSensitiveLog,
|
|
20208
|
-
CustomParameterValuesFilterSensitiveLog,
|
|
20209
|
-
CustomValuesConfigurationFilterSensitiveLog,
|
|
20210
|
-
DestinationParameterValueConfigurationFilterSensitiveLog,
|
|
20211
|
-
SetParameterValueConfigurationFilterSensitiveLog,
|
|
20212
|
-
CustomActionSetParametersOperationFilterSensitiveLog,
|
|
20213
21641
|
VisualCustomActionOperationFilterSensitiveLog,
|
|
20214
21642
|
VisualCustomActionFilterSensitiveLog,
|
|
20215
21643
|
DataPathLabelTypeFilterSensitiveLog,
|
|
@@ -20229,8 +21657,11 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20229
21657
|
ReferenceLineStaticDataConfigurationFilterSensitiveLog,
|
|
20230
21658
|
ReferenceLineDataConfigurationFilterSensitiveLog,
|
|
20231
21659
|
ReferenceLineValueLabelConfigurationFilterSensitiveLog,
|
|
20232
|
-
|
|
20233
|
-
|
|
21660
|
+
ReferenceLinePatternType,
|
|
21661
|
+
PanelBorderStyle,
|
|
21662
|
+
HorizontalTextAlignment,
|
|
21663
|
+
SmallMultiplesAxisPlacement,
|
|
21664
|
+
SmallMultiplesAxisScale,
|
|
20234
21665
|
OtherCategories,
|
|
20235
21666
|
TooltipTarget,
|
|
20236
21667
|
TooltipTitleType,
|
|
@@ -20258,6 +21689,10 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20258
21689
|
TopBottomComputationType,
|
|
20259
21690
|
KPISparklineType,
|
|
20260
21691
|
KPIVisualStandardLayoutType,
|
|
21692
|
+
LayerCustomActionTrigger,
|
|
21693
|
+
GeospatialColorState,
|
|
21694
|
+
GeospatialLayerType,
|
|
21695
|
+
GeospatialMapNavigation,
|
|
20261
21696
|
LineInterpolation,
|
|
20262
21697
|
LineChartLineStyle,
|
|
20263
21698
|
LineChartMarkerShape,
|
|
@@ -20276,11 +21711,9 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20276
21711
|
TableTotalsScrollStatus,
|
|
20277
21712
|
SimpleTotalAggregationFunction,
|
|
20278
21713
|
PivotTableConditionalFormattingScopeRole,
|
|
20279
|
-
|
|
20280
|
-
|
|
20281
|
-
|
|
20282
|
-
TableFieldIconSetType,
|
|
20283
|
-
TableOrientation,
|
|
21714
|
+
PluginVisualAxisName,
|
|
21715
|
+
ReferenceLineLabelConfigurationFilterSensitiveLog,
|
|
21716
|
+
ReferenceLineFilterSensitiveLog,
|
|
20284
21717
|
DataPathValueFilterSensitiveLog,
|
|
20285
21718
|
DataPathColorFilterSensitiveLog,
|
|
20286
21719
|
VisualPaletteFilterSensitiveLog,
|
|
@@ -20359,6 +21792,14 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20359
21792
|
KPIConditionalFormattingOptionFilterSensitiveLog,
|
|
20360
21793
|
KPIConditionalFormattingFilterSensitiveLog,
|
|
20361
21794
|
KPIVisualFilterSensitiveLog,
|
|
21795
|
+
LayerCustomActionOperationFilterSensitiveLog,
|
|
21796
|
+
LayerCustomActionFilterSensitiveLog,
|
|
21797
|
+
GeospatialLayerColorFieldFilterSensitiveLog,
|
|
21798
|
+
UnaggregatedFieldFilterSensitiveLog,
|
|
21799
|
+
GeospatialLayerJoinDefinitionFilterSensitiveLog,
|
|
21800
|
+
GeospatialLayerItemFilterSensitiveLog,
|
|
21801
|
+
GeospatialLayerMapConfigurationFilterSensitiveLog,
|
|
21802
|
+
LayerMapVisualFilterSensitiveLog,
|
|
20362
21803
|
LineChartAggregatedFieldWellsFilterSensitiveLog,
|
|
20363
21804
|
LineChartFieldWellsFilterSensitiveLog,
|
|
20364
21805
|
DataFieldSeriesItemFilterSensitiveLog,
|
|
@@ -20385,31 +21826,12 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20385
21826
|
PivotTableConditionalFormattingOptionFilterSensitiveLog,
|
|
20386
21827
|
PivotTableConditionalFormattingFilterSensitiveLog,
|
|
20387
21828
|
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,
|
|
21829
|
+
PluginVisualFieldWellFilterSensitiveLog,
|
|
21830
|
+
RadarChartAxesRangeScale,
|
|
21831
|
+
RadarChartShape,
|
|
21832
|
+
TableCellImageScalingConfiguration,
|
|
21833
|
+
TableFieldIconSetType,
|
|
21834
|
+
TableOrientation,
|
|
20413
21835
|
WordCloudCloudLayout,
|
|
20414
21836
|
WordCloudWordCasing,
|
|
20415
21837
|
WordCloudWordOrientation,
|
|
@@ -20471,20 +21893,32 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20471
21893
|
CategoryFilterType,
|
|
20472
21894
|
ColumnDataRole,
|
|
20473
21895
|
GeoSpatialCountryCode,
|
|
20474
|
-
|
|
20475
|
-
|
|
20476
|
-
|
|
20477
|
-
|
|
20478
|
-
|
|
20479
|
-
|
|
20480
|
-
|
|
20481
|
-
|
|
20482
|
-
|
|
20483
|
-
|
|
20484
|
-
|
|
20485
|
-
|
|
20486
|
-
|
|
20487
|
-
|
|
21896
|
+
PluginVisualConfigurationFilterSensitiveLog,
|
|
21897
|
+
PluginVisualFilterSensitiveLog,
|
|
21898
|
+
RadarChartAggregatedFieldWellsFilterSensitiveLog,
|
|
21899
|
+
RadarChartFieldWellsFilterSensitiveLog,
|
|
21900
|
+
RadarChartConfigurationFilterSensitiveLog,
|
|
21901
|
+
RadarChartVisualFilterSensitiveLog,
|
|
21902
|
+
SankeyDiagramAggregatedFieldWellsFilterSensitiveLog,
|
|
21903
|
+
SankeyDiagramFieldWellsFilterSensitiveLog,
|
|
21904
|
+
SankeyDiagramChartConfigurationFilterSensitiveLog,
|
|
21905
|
+
SankeyDiagramVisualFilterSensitiveLog,
|
|
21906
|
+
ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog,
|
|
21907
|
+
ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog,
|
|
21908
|
+
ScatterPlotFieldWellsFilterSensitiveLog,
|
|
21909
|
+
ScatterPlotConfigurationFilterSensitiveLog,
|
|
21910
|
+
ScatterPlotVisualFilterSensitiveLog,
|
|
21911
|
+
TableAggregatedFieldWellsFilterSensitiveLog,
|
|
21912
|
+
TableUnaggregatedFieldWellsFilterSensitiveLog,
|
|
21913
|
+
TableFieldWellsFilterSensitiveLog,
|
|
21914
|
+
TableConfigurationFilterSensitiveLog,
|
|
21915
|
+
TableCellConditionalFormattingFilterSensitiveLog,
|
|
21916
|
+
TableRowConditionalFormattingFilterSensitiveLog,
|
|
21917
|
+
TableConditionalFormattingOptionFilterSensitiveLog,
|
|
21918
|
+
TableConditionalFormattingFilterSensitiveLog,
|
|
21919
|
+
TableVisualFilterSensitiveLog,
|
|
21920
|
+
TreeMapAggregatedFieldWellsFilterSensitiveLog,
|
|
21921
|
+
TreeMapFieldWellsFilterSensitiveLog,
|
|
20488
21922
|
TreeMapConfigurationFilterSensitiveLog,
|
|
20489
21923
|
TreeMapVisualFilterSensitiveLog,
|
|
20490
21924
|
WaterfallChartAggregatedFieldWellsFilterSensitiveLog,
|
|
@@ -20511,16 +21945,20 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20511
21945
|
TopicIRFilterSensitiveLog,
|
|
20512
21946
|
CalculatedColumnFilterSensitiveLog,
|
|
20513
21947
|
ColumnDescriptionFilterSensitiveLog,
|
|
20514
|
-
|
|
20515
|
-
|
|
20516
|
-
|
|
20517
|
-
|
|
20518
|
-
|
|
20519
|
-
|
|
20520
|
-
|
|
20521
|
-
|
|
20522
|
-
|
|
20523
|
-
|
|
21948
|
+
ColumnOrderingType,
|
|
21949
|
+
GeoSpatialDataRole,
|
|
21950
|
+
ColumnTagName,
|
|
21951
|
+
UndefinedSpecifiedValueType,
|
|
21952
|
+
ConcurrentUpdatingException,
|
|
21953
|
+
ResourceUnavailableException,
|
|
21954
|
+
PreconditionNotMetException,
|
|
21955
|
+
ValidationStrategyMode,
|
|
21956
|
+
LimitExceededException,
|
|
21957
|
+
UnsupportedUserEditionException,
|
|
21958
|
+
InternalServerException,
|
|
21959
|
+
InvalidRequestException,
|
|
21960
|
+
DashboardUIState,
|
|
21961
|
+
DatasetParameterValueType,
|
|
20524
21962
|
DataSetImportMode,
|
|
20525
21963
|
TransformOperation,
|
|
20526
21964
|
JoinType,
|
|
@@ -20556,16 +21994,21 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20556
21994
|
VPCConnectionResourceStatus,
|
|
20557
21995
|
DashboardErrorType,
|
|
20558
21996
|
DashboardFilterAttribute,
|
|
21997
|
+
DashboardsQAStatus,
|
|
20559
21998
|
DataSetFilterAttribute,
|
|
20560
21999
|
LookbackWindowSizeUnit,
|
|
20561
22000
|
DataSourceErrorInfoType,
|
|
20562
22001
|
DataSourceFilterAttribute,
|
|
20563
|
-
|
|
20564
|
-
|
|
20565
|
-
|
|
20566
|
-
|
|
20567
|
-
|
|
20568
|
-
|
|
22002
|
+
ColumnTagFilterSensitiveLog,
|
|
22003
|
+
DateTimeParameterFilterSensitiveLog,
|
|
22004
|
+
DecimalParameterFilterSensitiveLog,
|
|
22005
|
+
IntegerParameterFilterSensitiveLog,
|
|
22006
|
+
StringParameterFilterSensitiveLog,
|
|
22007
|
+
_ParametersFilterSensitiveLog,
|
|
22008
|
+
CreateAnalysisRequestFilterSensitiveLog,
|
|
22009
|
+
CreateColumnsOperationFilterSensitiveLog,
|
|
22010
|
+
DashboardVersionDefinitionFilterSensitiveLog,
|
|
22011
|
+
CreateDashboardRequestFilterSensitiveLog,
|
|
20569
22012
|
FilterOperationFilterSensitiveLog,
|
|
20570
22013
|
TagColumnOperationFilterSensitiveLog,
|
|
20571
22014
|
TransformOperationFilterSensitiveLog,
|
|
@@ -20592,19 +22035,21 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20592
22035
|
DatasetMetadataFilterSensitiveLog,
|
|
20593
22036
|
TopicDetailsFilterSensitiveLog,
|
|
20594
22037
|
CreateTopicRequestFilterSensitiveLog,
|
|
22038
|
+
DashboardVersionFilterSensitiveLog,
|
|
22039
|
+
DashboardFilterSensitiveLog,
|
|
20595
22040
|
OutputColumnFilterSensitiveLog,
|
|
20596
22041
|
DataSetFilterSensitiveLog,
|
|
22042
|
+
DescribeAnalysisResponseFilterSensitiveLog,
|
|
20597
22043
|
DescribeAnalysisDefinitionResponseFilterSensitiveLog,
|
|
20598
|
-
|
|
20599
|
-
|
|
20600
|
-
|
|
20601
|
-
|
|
20602
|
-
|
|
20603
|
-
|
|
20604
|
-
DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog,
|
|
20605
|
-
DescribeDataSetResponseFilterSensitiveLog,
|
|
22044
|
+
IncludeFolderMembers,
|
|
22045
|
+
SnapshotJobStatus,
|
|
22046
|
+
InvalidNextTokenException,
|
|
22047
|
+
IngestionErrorType,
|
|
22048
|
+
IngestionRequestSource,
|
|
22049
|
+
IngestionRequestType,
|
|
20606
22050
|
NamespaceErrorType,
|
|
20607
22051
|
PersonalizationMode,
|
|
22052
|
+
QSearchStatus,
|
|
20608
22053
|
TemplateErrorType,
|
|
20609
22054
|
ThemeType,
|
|
20610
22055
|
ThemeErrorType,
|
|
@@ -20615,21 +22060,44 @@ var paginateSearchGroups = (0, import_core.createPaginator)(QuickSightClient, Se
|
|
|
20615
22060
|
DomainNotWhitelistedException,
|
|
20616
22061
|
EmbeddingIdentityType,
|
|
20617
22062
|
FolderFilterAttribute,
|
|
22063
|
+
GeneratedAnswerStatus,
|
|
20618
22064
|
SessionLifetimeInMinutesInvalidException,
|
|
20619
22065
|
UnsupportedPricingPlanException,
|
|
20620
22066
|
QuickSightUserNotFoundException,
|
|
20621
22067
|
IdentityTypeNotSupportedException,
|
|
20622
22068
|
GroupFilterAttribute,
|
|
20623
22069
|
GroupFilterOperator,
|
|
22070
|
+
IncludeGeneratedAnswer,
|
|
22071
|
+
IncludeQuickSightQIndex,
|
|
22072
|
+
QAResultType,
|
|
20624
22073
|
PurchaseMode,
|
|
22074
|
+
TopicFilterAttribute,
|
|
22075
|
+
TopicFilterOperator,
|
|
22076
|
+
DescribeAssetBundleExportJobResponseFilterSensitiveLog,
|
|
22077
|
+
DescribeAssetBundleImportJobResponseFilterSensitiveLog,
|
|
22078
|
+
DescribeDashboardResponseFilterSensitiveLog,
|
|
22079
|
+
DescribeDashboardDefinitionResponseFilterSensitiveLog,
|
|
22080
|
+
SnapshotConfigurationFilterSensitiveLog,
|
|
22081
|
+
DescribeDashboardSnapshotJobResponseFilterSensitiveLog,
|
|
22082
|
+
SnapshotJobResultFilterSensitiveLog,
|
|
22083
|
+
DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog,
|
|
22084
|
+
DescribeDataSetResponseFilterSensitiveLog,
|
|
22085
|
+
TemplateVersionFilterSensitiveLog,
|
|
22086
|
+
TemplateFilterSensitiveLog,
|
|
22087
|
+
DescribeTemplateResponseFilterSensitiveLog,
|
|
20625
22088
|
DescribeTemplateDefinitionResponseFilterSensitiveLog,
|
|
20626
22089
|
DescribeTopicResponseFilterSensitiveLog,
|
|
22090
|
+
GeneratedAnswerResultFilterSensitiveLog,
|
|
20627
22091
|
SessionTagFilterSensitiveLog,
|
|
20628
22092
|
GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog,
|
|
20629
22093
|
GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog,
|
|
20630
22094
|
GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog,
|
|
22095
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog,
|
|
20631
22096
|
GetDashboardEmbedUrlResponseFilterSensitiveLog,
|
|
20632
22097
|
GetSessionEmbedUrlResponseFilterSensitiveLog,
|
|
22098
|
+
PredictQAResultsRequestFilterSensitiveLog,
|
|
22099
|
+
QAResultFilterSensitiveLog,
|
|
22100
|
+
PredictQAResultsResponseFilterSensitiveLog,
|
|
20633
22101
|
StartAssetBundleImportJobRequestFilterSensitiveLog,
|
|
20634
22102
|
SnapshotAnonymousUserFilterSensitiveLog,
|
|
20635
22103
|
SnapshotUserConfigurationFilterSensitiveLog,
|