@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
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { UpdateTopicRequestFilterSensitiveLog } from "../models/
|
|
5
|
+
import { UpdateTopicRequestFilterSensitiveLog } from "../models/models_5";
|
|
6
6
|
import { de_UpdateTopicCommand, se_UpdateTopicCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateTopicCommand extends $Command
|
|
@@ -35,6 +35,7 @@ export * from "./DeleteDashboardCommand";
|
|
|
35
35
|
export * from "./DeleteDataSetCommand";
|
|
36
36
|
export * from "./DeleteDataSetRefreshPropertiesCommand";
|
|
37
37
|
export * from "./DeleteDataSourceCommand";
|
|
38
|
+
export * from "./DeleteDefaultQBusinessApplicationCommand";
|
|
38
39
|
export * from "./DeleteFolderCommand";
|
|
39
40
|
export * from "./DeleteFolderMembershipCommand";
|
|
40
41
|
export * from "./DeleteGroupCommand";
|
|
@@ -72,11 +73,13 @@ export * from "./DescribeDashboardDefinitionCommand";
|
|
|
72
73
|
export * from "./DescribeDashboardPermissionsCommand";
|
|
73
74
|
export * from "./DescribeDashboardSnapshotJobCommand";
|
|
74
75
|
export * from "./DescribeDashboardSnapshotJobResultCommand";
|
|
76
|
+
export * from "./DescribeDashboardsQAConfigurationCommand";
|
|
75
77
|
export * from "./DescribeDataSetCommand";
|
|
76
78
|
export * from "./DescribeDataSetPermissionsCommand";
|
|
77
79
|
export * from "./DescribeDataSetRefreshPropertiesCommand";
|
|
78
80
|
export * from "./DescribeDataSourceCommand";
|
|
79
81
|
export * from "./DescribeDataSourcePermissionsCommand";
|
|
82
|
+
export * from "./DescribeDefaultQBusinessApplicationCommand";
|
|
80
83
|
export * from "./DescribeFolderCommand";
|
|
81
84
|
export * from "./DescribeFolderPermissionsCommand";
|
|
82
85
|
export * from "./DescribeFolderResolvedPermissionsCommand";
|
|
@@ -88,6 +91,7 @@ export * from "./DescribeIpRestrictionCommand";
|
|
|
88
91
|
export * from "./DescribeKeyRegistrationCommand";
|
|
89
92
|
export * from "./DescribeNamespaceCommand";
|
|
90
93
|
export * from "./DescribeQPersonalizationConfigurationCommand";
|
|
94
|
+
export * from "./DescribeQuickSightQSearchConfigurationCommand";
|
|
91
95
|
export * from "./DescribeRefreshScheduleCommand";
|
|
92
96
|
export * from "./DescribeRoleCustomPermissionCommand";
|
|
93
97
|
export * from "./DescribeTemplateAliasCommand";
|
|
@@ -105,6 +109,7 @@ export * from "./DescribeUserCommand";
|
|
|
105
109
|
export * from "./DescribeVPCConnectionCommand";
|
|
106
110
|
export * from "./GenerateEmbedUrlForAnonymousUserCommand";
|
|
107
111
|
export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
112
|
+
export * from "./GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
108
113
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
109
114
|
export * from "./GetSessionEmbedUrlCommand";
|
|
110
115
|
export * from "./ListAnalysesCommand";
|
|
@@ -141,6 +146,7 @@ export * from "./ListTopicsCommand";
|
|
|
141
146
|
export * from "./ListUserGroupsCommand";
|
|
142
147
|
export * from "./ListUsersCommand";
|
|
143
148
|
export * from "./ListVPCConnectionsCommand";
|
|
149
|
+
export * from "./PredictQAResultsCommand";
|
|
144
150
|
export * from "./PutDataSetRefreshPropertiesCommand";
|
|
145
151
|
export * from "./RegisterUserCommand";
|
|
146
152
|
export * from "./RestoreAnalysisCommand";
|
|
@@ -150,6 +156,7 @@ export * from "./SearchDataSetsCommand";
|
|
|
150
156
|
export * from "./SearchDataSourcesCommand";
|
|
151
157
|
export * from "./SearchFoldersCommand";
|
|
152
158
|
export * from "./SearchGroupsCommand";
|
|
159
|
+
export * from "./SearchTopicsCommand";
|
|
153
160
|
export * from "./StartAssetBundleExportJobCommand";
|
|
154
161
|
export * from "./StartAssetBundleImportJobCommand";
|
|
155
162
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
@@ -160,6 +167,7 @@ export * from "./UpdateAccountCustomizationCommand";
|
|
|
160
167
|
export * from "./UpdateAccountSettingsCommand";
|
|
161
168
|
export * from "./UpdateAnalysisCommand";
|
|
162
169
|
export * from "./UpdateAnalysisPermissionsCommand";
|
|
170
|
+
export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
|
|
163
171
|
export * from "./UpdateBrandAssignmentCommand";
|
|
164
172
|
export * from "./UpdateBrandCommand";
|
|
165
173
|
export * from "./UpdateBrandPublishedVersionCommand";
|
|
@@ -168,10 +176,12 @@ export * from "./UpdateDashboardCommand";
|
|
|
168
176
|
export * from "./UpdateDashboardLinksCommand";
|
|
169
177
|
export * from "./UpdateDashboardPermissionsCommand";
|
|
170
178
|
export * from "./UpdateDashboardPublishedVersionCommand";
|
|
179
|
+
export * from "./UpdateDashboardsQAConfigurationCommand";
|
|
171
180
|
export * from "./UpdateDataSetCommand";
|
|
172
181
|
export * from "./UpdateDataSetPermissionsCommand";
|
|
173
182
|
export * from "./UpdateDataSourceCommand";
|
|
174
183
|
export * from "./UpdateDataSourcePermissionsCommand";
|
|
184
|
+
export * from "./UpdateDefaultQBusinessApplicationCommand";
|
|
175
185
|
export * from "./UpdateFolderCommand";
|
|
176
186
|
export * from "./UpdateFolderPermissionsCommand";
|
|
177
187
|
export * from "./UpdateGroupCommand";
|
|
@@ -181,6 +191,7 @@ export * from "./UpdateIpRestrictionCommand";
|
|
|
181
191
|
export * from "./UpdateKeyRegistrationCommand";
|
|
182
192
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
183
193
|
export * from "./UpdateQPersonalizationConfigurationCommand";
|
|
194
|
+
export * from "./UpdateQuickSightQSearchConfigurationCommand";
|
|
184
195
|
export * from "./UpdateRefreshScheduleCommand";
|
|
185
196
|
export * from "./UpdateRoleCustomPermissionCommand";
|
|
186
197
|
export * from "./UpdateSPICECapacityConfigurationCommand";
|
package/dist-es/models/index.js
CHANGED
|
@@ -108,6 +108,32 @@ export const AnalysisErrorType = {
|
|
|
108
108
|
PARAMETER_VALUE_INCOMPATIBLE: "PARAMETER_VALUE_INCOMPATIBLE",
|
|
109
109
|
SOURCE_NOT_FOUND: "SOURCE_NOT_FOUND",
|
|
110
110
|
};
|
|
111
|
+
export const SelectAllValueOptions = {
|
|
112
|
+
ALL_VALUES: "ALL_VALUES",
|
|
113
|
+
};
|
|
114
|
+
export const URLTargetConfiguration = {
|
|
115
|
+
NEW_TAB: "NEW_TAB",
|
|
116
|
+
NEW_WINDOW: "NEW_WINDOW",
|
|
117
|
+
SAME_TAB: "SAME_TAB",
|
|
118
|
+
};
|
|
119
|
+
export const WidgetStatus = {
|
|
120
|
+
DISABLED: "DISABLED",
|
|
121
|
+
ENABLED: "ENABLED",
|
|
122
|
+
};
|
|
123
|
+
export const ImageCustomActionTrigger = {
|
|
124
|
+
CLICK: "CLICK",
|
|
125
|
+
MENU: "MENU",
|
|
126
|
+
};
|
|
127
|
+
export const SheetImageScalingType = {
|
|
128
|
+
SCALE_NONE: "SCALE_NONE",
|
|
129
|
+
SCALE_TO_CONTAINER: "SCALE_TO_CONTAINER",
|
|
130
|
+
SCALE_TO_HEIGHT: "SCALE_TO_HEIGHT",
|
|
131
|
+
SCALE_TO_WIDTH: "SCALE_TO_WIDTH",
|
|
132
|
+
};
|
|
133
|
+
export const Visibility = {
|
|
134
|
+
HIDDEN: "HIDDEN",
|
|
135
|
+
VISIBLE: "VISIBLE",
|
|
136
|
+
};
|
|
111
137
|
export const ResourceStatus = {
|
|
112
138
|
CREATION_FAILED: "CREATION_FAILED",
|
|
113
139
|
CREATION_IN_PROGRESS: "CREATION_IN_PROGRESS",
|
|
@@ -164,10 +190,6 @@ export const NumericSeparatorSymbol = {
|
|
|
164
190
|
DOT: "DOT",
|
|
165
191
|
SPACE: "SPACE",
|
|
166
192
|
};
|
|
167
|
-
export const Visibility = {
|
|
168
|
-
HIDDEN: "HIDDEN",
|
|
169
|
-
VISIBLE: "VISIBLE",
|
|
170
|
-
};
|
|
171
193
|
export const ColumnRole = {
|
|
172
194
|
DIMENSION: "DIMENSION",
|
|
173
195
|
MEASURE: "MEASURE",
|
|
@@ -237,10 +259,6 @@ export const NumericFilterSelectAllOptions = {
|
|
|
237
259
|
export const AnchorOption = {
|
|
238
260
|
NOW: "NOW",
|
|
239
261
|
};
|
|
240
|
-
export const WidgetStatus = {
|
|
241
|
-
DISABLED: "DISABLED",
|
|
242
|
-
ENABLED: "ENABLED",
|
|
243
|
-
};
|
|
244
262
|
export const RelativeDateType = {
|
|
245
263
|
LAST: "LAST",
|
|
246
264
|
NEXT: "NEXT",
|
|
@@ -275,6 +293,7 @@ export const QueryExecutionMode = {
|
|
|
275
293
|
};
|
|
276
294
|
export const LayoutElementType = {
|
|
277
295
|
FILTER_CONTROL: "FILTER_CONTROL",
|
|
296
|
+
IMAGE: "IMAGE",
|
|
278
297
|
PARAMETER_CONTROL: "PARAMETER_CONTROL",
|
|
279
298
|
TEXT_BOX: "TEXT_BOX",
|
|
280
299
|
VISUAL: "VISUAL",
|
|
@@ -289,14 +308,6 @@ export const SelectedFieldOptions = {
|
|
|
289
308
|
export const TargetVisualOptions = {
|
|
290
309
|
ALL_VISUALS: "ALL_VISUALS",
|
|
291
310
|
};
|
|
292
|
-
export const SelectAllValueOptions = {
|
|
293
|
-
ALL_VALUES: "ALL_VALUES",
|
|
294
|
-
};
|
|
295
|
-
export const URLTargetConfiguration = {
|
|
296
|
-
NEW_TAB: "NEW_TAB",
|
|
297
|
-
NEW_WINDOW: "NEW_WINDOW",
|
|
298
|
-
SAME_TAB: "SAME_TAB",
|
|
299
|
-
};
|
|
300
311
|
export const VisualCustomActionTrigger = {
|
|
301
312
|
DATA_POINT_CLICK: "DATA_POINT_CLICK",
|
|
302
313
|
DATA_POINT_MENU: "DATA_POINT_MENU",
|
|
@@ -354,30 +365,51 @@ export const ReferenceLineLabelVerticalPosition = {
|
|
|
354
365
|
ABOVE: "ABOVE",
|
|
355
366
|
BELOW: "BELOW",
|
|
356
367
|
};
|
|
357
|
-
export const
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
368
|
+
export const CustomParameterValuesFilterSensitiveLog = (obj) => ({
|
|
369
|
+
...obj,
|
|
370
|
+
...(obj.StringValues && { StringValues: SENSITIVE_STRING }),
|
|
371
|
+
...(obj.IntegerValues && { IntegerValues: SENSITIVE_STRING }),
|
|
372
|
+
...(obj.DecimalValues && { DecimalValues: SENSITIVE_STRING }),
|
|
373
|
+
...(obj.DateTimeValues && { DateTimeValues: SENSITIVE_STRING }),
|
|
374
|
+
});
|
|
375
|
+
export const CustomValuesConfigurationFilterSensitiveLog = (obj) => ({
|
|
376
|
+
...obj,
|
|
377
|
+
...(obj.CustomValues && { CustomValues: CustomParameterValuesFilterSensitiveLog(obj.CustomValues) }),
|
|
378
|
+
});
|
|
379
|
+
export const DestinationParameterValueConfigurationFilterSensitiveLog = (obj) => ({
|
|
380
|
+
...obj,
|
|
381
|
+
...(obj.CustomValuesConfiguration && {
|
|
382
|
+
CustomValuesConfiguration: CustomValuesConfigurationFilterSensitiveLog(obj.CustomValuesConfiguration),
|
|
383
|
+
}),
|
|
384
|
+
});
|
|
385
|
+
export const SetParameterValueConfigurationFilterSensitiveLog = (obj) => ({
|
|
386
|
+
...obj,
|
|
387
|
+
...(obj.Value && { Value: DestinationParameterValueConfigurationFilterSensitiveLog(obj.Value) }),
|
|
388
|
+
});
|
|
389
|
+
export const CustomActionSetParametersOperationFilterSensitiveLog = (obj) => ({
|
|
390
|
+
...obj,
|
|
391
|
+
...(obj.ParameterValueConfigurations && {
|
|
392
|
+
ParameterValueConfigurations: obj.ParameterValueConfigurations.map((item) => SetParameterValueConfigurationFilterSensitiveLog(item)),
|
|
393
|
+
}),
|
|
394
|
+
});
|
|
395
|
+
export const ImageCustomActionOperationFilterSensitiveLog = (obj) => ({
|
|
396
|
+
...obj,
|
|
397
|
+
...(obj.SetParametersOperation && {
|
|
398
|
+
SetParametersOperation: CustomActionSetParametersOperationFilterSensitiveLog(obj.SetParametersOperation),
|
|
399
|
+
}),
|
|
400
|
+
});
|
|
401
|
+
export const ImageCustomActionFilterSensitiveLog = (obj) => ({
|
|
402
|
+
...obj,
|
|
403
|
+
});
|
|
404
|
+
export const SheetImageFilterSensitiveLog = (obj) => ({
|
|
405
|
+
...obj,
|
|
406
|
+
});
|
|
407
|
+
export const SheetFilterSensitiveLog = (obj) => ({
|
|
408
|
+
...obj,
|
|
409
|
+
});
|
|
410
|
+
export const AnalysisFilterSensitiveLog = (obj) => ({
|
|
411
|
+
...obj,
|
|
412
|
+
});
|
|
381
413
|
export const CalculatedFieldFilterSensitiveLog = (obj) => ({
|
|
382
414
|
...obj,
|
|
383
415
|
...(obj.Expression && { Expression: SENSITIVE_STRING }),
|
|
@@ -614,33 +646,6 @@ export const LayoutConfigurationFilterSensitiveLog = (obj) => ({
|
|
|
614
646
|
export const LayoutFilterSensitiveLog = (obj) => ({
|
|
615
647
|
...obj,
|
|
616
648
|
});
|
|
617
|
-
export const CustomParameterValuesFilterSensitiveLog = (obj) => ({
|
|
618
|
-
...obj,
|
|
619
|
-
...(obj.StringValues && { StringValues: SENSITIVE_STRING }),
|
|
620
|
-
...(obj.IntegerValues && { IntegerValues: SENSITIVE_STRING }),
|
|
621
|
-
...(obj.DecimalValues && { DecimalValues: SENSITIVE_STRING }),
|
|
622
|
-
...(obj.DateTimeValues && { DateTimeValues: SENSITIVE_STRING }),
|
|
623
|
-
});
|
|
624
|
-
export const CustomValuesConfigurationFilterSensitiveLog = (obj) => ({
|
|
625
|
-
...obj,
|
|
626
|
-
...(obj.CustomValues && { CustomValues: CustomParameterValuesFilterSensitiveLog(obj.CustomValues) }),
|
|
627
|
-
});
|
|
628
|
-
export const DestinationParameterValueConfigurationFilterSensitiveLog = (obj) => ({
|
|
629
|
-
...obj,
|
|
630
|
-
...(obj.CustomValuesConfiguration && {
|
|
631
|
-
CustomValuesConfiguration: CustomValuesConfigurationFilterSensitiveLog(obj.CustomValuesConfiguration),
|
|
632
|
-
}),
|
|
633
|
-
});
|
|
634
|
-
export const SetParameterValueConfigurationFilterSensitiveLog = (obj) => ({
|
|
635
|
-
...obj,
|
|
636
|
-
...(obj.Value && { Value: DestinationParameterValueConfigurationFilterSensitiveLog(obj.Value) }),
|
|
637
|
-
});
|
|
638
|
-
export const CustomActionSetParametersOperationFilterSensitiveLog = (obj) => ({
|
|
639
|
-
...obj,
|
|
640
|
-
...(obj.ParameterValueConfigurations && {
|
|
641
|
-
ParameterValueConfigurations: obj.ParameterValueConfigurations.map((item) => SetParameterValueConfigurationFilterSensitiveLog(item)),
|
|
642
|
-
}),
|
|
643
|
-
});
|
|
644
649
|
export const VisualCustomActionOperationFilterSensitiveLog = (obj) => ({
|
|
645
650
|
...obj,
|
|
646
651
|
...(obj.SetParametersOperation && {
|
|
@@ -738,18 +743,3 @@ export const ReferenceLineValueLabelConfigurationFilterSensitiveLog = (obj) => (
|
|
|
738
743
|
FormatConfiguration: NumericFormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
739
744
|
}),
|
|
740
745
|
});
|
|
741
|
-
export const ReferenceLineLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
742
|
-
...obj,
|
|
743
|
-
...(obj.ValueLabelConfiguration && {
|
|
744
|
-
ValueLabelConfiguration: ReferenceLineValueLabelConfigurationFilterSensitiveLog(obj.ValueLabelConfiguration),
|
|
745
|
-
}),
|
|
746
|
-
});
|
|
747
|
-
export const ReferenceLineFilterSensitiveLog = (obj) => ({
|
|
748
|
-
...obj,
|
|
749
|
-
...(obj.DataConfiguration && {
|
|
750
|
-
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration),
|
|
751
|
-
}),
|
|
752
|
-
...(obj.LabelConfiguration && {
|
|
753
|
-
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration),
|
|
754
|
-
}),
|
|
755
|
-
});
|
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog,
|
|
2
|
+
import { CustomActionSetParametersOperationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, ReferenceLineDataConfigurationFilterSensitiveLog, ReferenceLineValueLabelConfigurationFilterSensitiveLog, } from "./models_0";
|
|
3
|
+
export const ReferenceLinePatternType = {
|
|
4
|
+
DASHED: "DASHED",
|
|
5
|
+
DOTTED: "DOTTED",
|
|
6
|
+
SOLID: "SOLID",
|
|
7
|
+
};
|
|
8
|
+
export const PanelBorderStyle = {
|
|
9
|
+
DASHED: "DASHED",
|
|
10
|
+
DOTTED: "DOTTED",
|
|
11
|
+
SOLID: "SOLID",
|
|
12
|
+
};
|
|
13
|
+
export const HorizontalTextAlignment = {
|
|
14
|
+
AUTO: "AUTO",
|
|
15
|
+
CENTER: "CENTER",
|
|
16
|
+
LEFT: "LEFT",
|
|
17
|
+
RIGHT: "RIGHT",
|
|
18
|
+
};
|
|
19
|
+
export const SmallMultiplesAxisPlacement = {
|
|
20
|
+
INSIDE: "INSIDE",
|
|
21
|
+
OUTSIDE: "OUTSIDE",
|
|
22
|
+
};
|
|
23
|
+
export const SmallMultiplesAxisScale = {
|
|
24
|
+
INDEPENDENT: "INDEPENDENT",
|
|
25
|
+
SHARED: "SHARED",
|
|
26
|
+
};
|
|
3
27
|
export const OtherCategories = {
|
|
4
28
|
EXCLUDE: "EXCLUDE",
|
|
5
29
|
INCLUDE: "INCLUDE",
|
|
@@ -153,6 +177,23 @@ export const KPIVisualStandardLayoutType = {
|
|
|
153
177
|
CLASSIC: "CLASSIC",
|
|
154
178
|
VERTICAL: "VERTICAL",
|
|
155
179
|
};
|
|
180
|
+
export const LayerCustomActionTrigger = {
|
|
181
|
+
DATA_POINT_CLICK: "DATA_POINT_CLICK",
|
|
182
|
+
DATA_POINT_MENU: "DATA_POINT_MENU",
|
|
183
|
+
};
|
|
184
|
+
export const GeospatialColorState = {
|
|
185
|
+
DISABLED: "DISABLED",
|
|
186
|
+
ENABLED: "ENABLED",
|
|
187
|
+
};
|
|
188
|
+
export const GeospatialLayerType = {
|
|
189
|
+
LINE: "LINE",
|
|
190
|
+
POINT: "POINT",
|
|
191
|
+
POLYGON: "POLYGON",
|
|
192
|
+
};
|
|
193
|
+
export const GeospatialMapNavigation = {
|
|
194
|
+
DISABLED: "DISABLED",
|
|
195
|
+
ENABLED: "ENABLED",
|
|
196
|
+
};
|
|
156
197
|
export const LineInterpolation = {
|
|
157
198
|
LINEAR: "LINEAR",
|
|
158
199
|
SMOOTH: "SMOOTH",
|
|
@@ -244,27 +285,25 @@ export const PivotTableConditionalFormattingScopeRole = {
|
|
|
244
285
|
FIELD_TOTAL: "FIELD_TOTAL",
|
|
245
286
|
GRAND_TOTAL: "GRAND_TOTAL",
|
|
246
287
|
};
|
|
247
|
-
export const
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
SHARED: "SHARED",
|
|
251
|
-
};
|
|
252
|
-
export const RadarChartShape = {
|
|
253
|
-
CIRCLE: "CIRCLE",
|
|
254
|
-
POLYGON: "POLYGON",
|
|
255
|
-
};
|
|
256
|
-
export const TableCellImageScalingConfiguration = {
|
|
257
|
-
DO_NOT_SCALE: "DO_NOT_SCALE",
|
|
258
|
-
FIT_TO_CELL_HEIGHT: "FIT_TO_CELL_HEIGHT",
|
|
259
|
-
FIT_TO_CELL_WIDTH: "FIT_TO_CELL_WIDTH",
|
|
260
|
-
};
|
|
261
|
-
export const TableFieldIconSetType = {
|
|
262
|
-
LINK: "LINK",
|
|
263
|
-
};
|
|
264
|
-
export const TableOrientation = {
|
|
265
|
-
HORIZONTAL: "HORIZONTAL",
|
|
266
|
-
VERTICAL: "VERTICAL",
|
|
288
|
+
export const PluginVisualAxisName = {
|
|
289
|
+
GROUP_BY: "GROUP_BY",
|
|
290
|
+
VALUE: "VALUE",
|
|
267
291
|
};
|
|
292
|
+
export const ReferenceLineLabelConfigurationFilterSensitiveLog = (obj) => ({
|
|
293
|
+
...obj,
|
|
294
|
+
...(obj.ValueLabelConfiguration && {
|
|
295
|
+
ValueLabelConfiguration: ReferenceLineValueLabelConfigurationFilterSensitiveLog(obj.ValueLabelConfiguration),
|
|
296
|
+
}),
|
|
297
|
+
});
|
|
298
|
+
export const ReferenceLineFilterSensitiveLog = (obj) => ({
|
|
299
|
+
...obj,
|
|
300
|
+
...(obj.DataConfiguration && {
|
|
301
|
+
DataConfiguration: ReferenceLineDataConfigurationFilterSensitiveLog(obj.DataConfiguration),
|
|
302
|
+
}),
|
|
303
|
+
...(obj.LabelConfiguration && {
|
|
304
|
+
LabelConfiguration: ReferenceLineLabelConfigurationFilterSensitiveLog(obj.LabelConfiguration),
|
|
305
|
+
}),
|
|
306
|
+
});
|
|
268
307
|
export const DataPathValueFilterSensitiveLog = (obj) => ({
|
|
269
308
|
...obj,
|
|
270
309
|
...(obj.FieldValue && { FieldValue: SENSITIVE_STRING }),
|
|
@@ -642,6 +681,45 @@ export const KPIVisualFilterSensitiveLog = (obj) => ({
|
|
|
642
681
|
ConditionalFormatting: KPIConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
643
682
|
}),
|
|
644
683
|
});
|
|
684
|
+
export const LayerCustomActionOperationFilterSensitiveLog = (obj) => ({
|
|
685
|
+
...obj,
|
|
686
|
+
...(obj.SetParametersOperation && {
|
|
687
|
+
SetParametersOperation: CustomActionSetParametersOperationFilterSensitiveLog(obj.SetParametersOperation),
|
|
688
|
+
}),
|
|
689
|
+
});
|
|
690
|
+
export const LayerCustomActionFilterSensitiveLog = (obj) => ({
|
|
691
|
+
...obj,
|
|
692
|
+
});
|
|
693
|
+
export const GeospatialLayerColorFieldFilterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
...(obj.ColorValuesFields && {
|
|
696
|
+
ColorValuesFields: obj.ColorValuesFields.map((item) => MeasureFieldFilterSensitiveLog(item)),
|
|
697
|
+
}),
|
|
698
|
+
});
|
|
699
|
+
export const UnaggregatedFieldFilterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
...(obj.FormatConfiguration && {
|
|
702
|
+
FormatConfiguration: FormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
703
|
+
}),
|
|
704
|
+
});
|
|
705
|
+
export const GeospatialLayerJoinDefinitionFilterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
...(obj.DatasetKeyField && { DatasetKeyField: UnaggregatedFieldFilterSensitiveLog(obj.DatasetKeyField) }),
|
|
708
|
+
});
|
|
709
|
+
export const GeospatialLayerItemFilterSensitiveLog = (obj) => ({
|
|
710
|
+
...obj,
|
|
711
|
+
...(obj.JoinDefinition && { JoinDefinition: GeospatialLayerJoinDefinitionFilterSensitiveLog(obj.JoinDefinition) }),
|
|
712
|
+
});
|
|
713
|
+
export const GeospatialLayerMapConfigurationFilterSensitiveLog = (obj) => ({
|
|
714
|
+
...obj,
|
|
715
|
+
...(obj.MapLayers && { MapLayers: obj.MapLayers.map((item) => GeospatialLayerItemFilterSensitiveLog(item)) }),
|
|
716
|
+
});
|
|
717
|
+
export const LayerMapVisualFilterSensitiveLog = (obj) => ({
|
|
718
|
+
...obj,
|
|
719
|
+
...(obj.ChartConfiguration && {
|
|
720
|
+
ChartConfiguration: GeospatialLayerMapConfigurationFilterSensitiveLog(obj.ChartConfiguration),
|
|
721
|
+
}),
|
|
722
|
+
});
|
|
645
723
|
export const LineChartAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
646
724
|
...obj,
|
|
647
725
|
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
@@ -754,116 +832,8 @@ export const PivotTableVisualFilterSensitiveLog = (obj) => ({
|
|
|
754
832
|
ConditionalFormatting: PivotTableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
755
833
|
}),
|
|
756
834
|
});
|
|
757
|
-
export const
|
|
758
|
-
...obj,
|
|
759
|
-
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
760
|
-
});
|
|
761
|
-
export const RadarChartFieldWellsFilterSensitiveLog = (obj) => ({
|
|
762
|
-
...obj,
|
|
763
|
-
});
|
|
764
|
-
export const RadarChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
765
|
-
...obj,
|
|
766
|
-
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
767
|
-
});
|
|
768
|
-
export const RadarChartVisualFilterSensitiveLog = (obj) => ({
|
|
769
|
-
...obj,
|
|
770
|
-
});
|
|
771
|
-
export const SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
772
|
-
...obj,
|
|
773
|
-
...(obj.Weight && { Weight: obj.Weight.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
774
|
-
});
|
|
775
|
-
export const SankeyDiagramFieldWellsFilterSensitiveLog = (obj) => ({
|
|
776
|
-
...obj,
|
|
777
|
-
});
|
|
778
|
-
export const SankeyDiagramChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
779
|
-
...obj,
|
|
780
|
-
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
781
|
-
});
|
|
782
|
-
export const SankeyDiagramVisualFilterSensitiveLog = (obj) => ({
|
|
783
|
-
...obj,
|
|
784
|
-
});
|
|
785
|
-
export const ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
786
|
-
...obj,
|
|
787
|
-
...(obj.XAxis && { XAxis: obj.XAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
788
|
-
...(obj.YAxis && { YAxis: obj.YAxis.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
789
|
-
...(obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
790
|
-
});
|
|
791
|
-
export const ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
792
|
-
...obj,
|
|
793
|
-
...(obj.Size && { Size: obj.Size.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
794
|
-
});
|
|
795
|
-
export const ScatterPlotFieldWellsFilterSensitiveLog = (obj) => ({
|
|
796
|
-
...obj,
|
|
797
|
-
...(obj.ScatterPlotCategoricallyAggregatedFieldWells && {
|
|
798
|
-
ScatterPlotCategoricallyAggregatedFieldWells: ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog(obj.ScatterPlotCategoricallyAggregatedFieldWells),
|
|
799
|
-
}),
|
|
800
|
-
});
|
|
801
|
-
export const ScatterPlotConfigurationFilterSensitiveLog = (obj) => ({
|
|
802
|
-
...obj,
|
|
803
|
-
...(obj.FieldWells && { FieldWells: ScatterPlotFieldWellsFilterSensitiveLog(obj.FieldWells) }),
|
|
804
|
-
...(obj.DataLabels && { DataLabels: DataLabelOptionsFilterSensitiveLog(obj.DataLabels) }),
|
|
805
|
-
...(obj.VisualPalette && { VisualPalette: VisualPaletteFilterSensitiveLog(obj.VisualPalette) }),
|
|
806
|
-
});
|
|
807
|
-
export const ScatterPlotVisualFilterSensitiveLog = (obj) => ({
|
|
808
|
-
...obj,
|
|
809
|
-
...(obj.ChartConfiguration && {
|
|
810
|
-
ChartConfiguration: ScatterPlotConfigurationFilterSensitiveLog(obj.ChartConfiguration),
|
|
811
|
-
}),
|
|
812
|
-
});
|
|
813
|
-
export const TableAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
...(obj.Values && { Values: obj.Values.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
816
|
-
});
|
|
817
|
-
export const UnaggregatedFieldFilterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
...(obj.FormatConfiguration && {
|
|
820
|
-
FormatConfiguration: FormatConfigurationFilterSensitiveLog(obj.FormatConfiguration),
|
|
821
|
-
}),
|
|
822
|
-
});
|
|
823
|
-
export const TableUnaggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
824
|
-
...obj,
|
|
825
|
-
...(obj.Values && { Values: obj.Values.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
826
|
-
});
|
|
827
|
-
export const TableFieldWellsFilterSensitiveLog = (obj) => ({
|
|
828
|
-
...obj,
|
|
829
|
-
...(obj.TableUnaggregatedFieldWells && {
|
|
830
|
-
TableUnaggregatedFieldWells: TableUnaggregatedFieldWellsFilterSensitiveLog(obj.TableUnaggregatedFieldWells),
|
|
831
|
-
}),
|
|
832
|
-
});
|
|
833
|
-
export const TableConfigurationFilterSensitiveLog = (obj) => ({
|
|
834
|
-
...obj,
|
|
835
|
-
});
|
|
836
|
-
export const TableCellConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
837
|
-
...obj,
|
|
838
|
-
...(obj.TextFormat && { TextFormat: TextConditionalFormatFilterSensitiveLog(obj.TextFormat) }),
|
|
839
|
-
});
|
|
840
|
-
export const TableRowConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
841
|
-
...obj,
|
|
842
|
-
...(obj.BackgroundColor && { BackgroundColor: ConditionalFormattingColorFilterSensitiveLog(obj.BackgroundColor) }),
|
|
843
|
-
...(obj.TextColor && { TextColor: ConditionalFormattingColorFilterSensitiveLog(obj.TextColor) }),
|
|
844
|
-
});
|
|
845
|
-
export const TableConditionalFormattingOptionFilterSensitiveLog = (obj) => ({
|
|
846
|
-
...obj,
|
|
847
|
-
...(obj.Cell && { Cell: TableCellConditionalFormattingFilterSensitiveLog(obj.Cell) }),
|
|
848
|
-
...(obj.Row && { Row: TableRowConditionalFormattingFilterSensitiveLog(obj.Row) }),
|
|
849
|
-
});
|
|
850
|
-
export const TableConditionalFormattingFilterSensitiveLog = (obj) => ({
|
|
851
|
-
...obj,
|
|
852
|
-
...(obj.ConditionalFormattingOptions && {
|
|
853
|
-
ConditionalFormattingOptions: obj.ConditionalFormattingOptions.map((item) => TableConditionalFormattingOptionFilterSensitiveLog(item)),
|
|
854
|
-
}),
|
|
855
|
-
});
|
|
856
|
-
export const TableVisualFilterSensitiveLog = (obj) => ({
|
|
857
|
-
...obj,
|
|
858
|
-
...(obj.ConditionalFormatting && {
|
|
859
|
-
ConditionalFormatting: TableConditionalFormattingFilterSensitiveLog(obj.ConditionalFormatting),
|
|
860
|
-
}),
|
|
861
|
-
});
|
|
862
|
-
export const TreeMapAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
863
|
-
...obj,
|
|
864
|
-
...(obj.Sizes && { Sizes: obj.Sizes.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
865
|
-
...(obj.Colors && { Colors: obj.Colors.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
866
|
-
});
|
|
867
|
-
export const TreeMapFieldWellsFilterSensitiveLog = (obj) => ({
|
|
835
|
+
export const PluginVisualFieldWellFilterSensitiveLog = (obj) => ({
|
|
868
836
|
...obj,
|
|
837
|
+
...(obj.Measures && { Measures: obj.Measures.map((item) => MeasureFieldFilterSensitiveLog(item)) }),
|
|
838
|
+
...(obj.Unaggregated && { Unaggregated: obj.Unaggregated.map((item) => UnaggregatedFieldFilterSensitiveLog(item)) }),
|
|
869
839
|
});
|