@aws-sdk/client-quicksight 3.696.0 → 3.699.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +1697 -691
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +4 -4
package/dist-es/QuickSight.js
CHANGED
|
@@ -73,6 +73,7 @@ import { DescribeDashboardDefinitionCommand, } from "./commands/DescribeDashboar
|
|
|
73
73
|
import { DescribeDashboardPermissionsCommand, } from "./commands/DescribeDashboardPermissionsCommand";
|
|
74
74
|
import { DescribeDashboardSnapshotJobCommand, } from "./commands/DescribeDashboardSnapshotJobCommand";
|
|
75
75
|
import { DescribeDashboardSnapshotJobResultCommand, } from "./commands/DescribeDashboardSnapshotJobResultCommand";
|
|
76
|
+
import { DescribeDashboardsQAConfigurationCommand, } from "./commands/DescribeDashboardsQAConfigurationCommand";
|
|
76
77
|
import { DescribeDataSetCommand, } from "./commands/DescribeDataSetCommand";
|
|
77
78
|
import { DescribeDataSetPermissionsCommand, } from "./commands/DescribeDataSetPermissionsCommand";
|
|
78
79
|
import { DescribeDataSetRefreshPropertiesCommand, } from "./commands/DescribeDataSetRefreshPropertiesCommand";
|
|
@@ -151,6 +152,7 @@ import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
|
|
|
151
152
|
import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
|
|
152
153
|
import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
|
|
153
154
|
import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
|
|
155
|
+
import { SearchTopicsCommand, } from "./commands/SearchTopicsCommand";
|
|
154
156
|
import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleExportJobCommand";
|
|
155
157
|
import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
|
|
156
158
|
import { StartDashboardSnapshotJobCommand, } from "./commands/StartDashboardSnapshotJobCommand";
|
|
@@ -169,6 +171,7 @@ import { UpdateDashboardCommand, } from "./commands/UpdateDashboardCommand";
|
|
|
169
171
|
import { UpdateDashboardLinksCommand, } from "./commands/UpdateDashboardLinksCommand";
|
|
170
172
|
import { UpdateDashboardPermissionsCommand, } from "./commands/UpdateDashboardPermissionsCommand";
|
|
171
173
|
import { UpdateDashboardPublishedVersionCommand, } from "./commands/UpdateDashboardPublishedVersionCommand";
|
|
174
|
+
import { UpdateDashboardsQAConfigurationCommand, } from "./commands/UpdateDashboardsQAConfigurationCommand";
|
|
172
175
|
import { UpdateDataSetCommand, } from "./commands/UpdateDataSetCommand";
|
|
173
176
|
import { UpdateDataSetPermissionsCommand, } from "./commands/UpdateDataSetPermissionsCommand";
|
|
174
177
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
@@ -273,6 +276,7 @@ const commands = {
|
|
|
273
276
|
DescribeDashboardPermissionsCommand,
|
|
274
277
|
DescribeDashboardSnapshotJobCommand,
|
|
275
278
|
DescribeDashboardSnapshotJobResultCommand,
|
|
279
|
+
DescribeDashboardsQAConfigurationCommand,
|
|
276
280
|
DescribeDataSetCommand,
|
|
277
281
|
DescribeDataSetPermissionsCommand,
|
|
278
282
|
DescribeDataSetRefreshPropertiesCommand,
|
|
@@ -351,6 +355,7 @@ const commands = {
|
|
|
351
355
|
SearchDataSourcesCommand,
|
|
352
356
|
SearchFoldersCommand,
|
|
353
357
|
SearchGroupsCommand,
|
|
358
|
+
SearchTopicsCommand,
|
|
354
359
|
StartAssetBundleExportJobCommand,
|
|
355
360
|
StartAssetBundleImportJobCommand,
|
|
356
361
|
StartDashboardSnapshotJobCommand,
|
|
@@ -369,6 +374,7 @@ const commands = {
|
|
|
369
374
|
UpdateDashboardLinksCommand,
|
|
370
375
|
UpdateDashboardPermissionsCommand,
|
|
371
376
|
UpdateDashboardPublishedVersionCommand,
|
|
377
|
+
UpdateDashboardsQAConfigurationCommand,
|
|
372
378
|
UpdateDataSetCommand,
|
|
373
379
|
UpdateDataSetPermissionsCommand,
|
|
374
380
|
UpdateDataSourceCommand,
|
|
@@ -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 { BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_BatchCreateTopicReviewedAnswerCommand, se_BatchCreateTopicReviewedAnswerCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class BatchCreateTopicReviewedAnswerCommand extends $Command
|
|
@@ -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 { CreateAnalysisRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { CreateAnalysisRequestFilterSensitiveLog, } from "../models/models_3";
|
|
6
6
|
import { de_CreateAnalysisCommand, se_CreateAnalysisCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateAnalysisCommand extends $Command
|
|
@@ -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 { CreateDashboardRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { CreateDashboardRequestFilterSensitiveLog, } from "../models/models_3";
|
|
6
6
|
import { de_CreateDashboardCommand, se_CreateDashboardCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateDashboardCommand extends $Command
|
|
@@ -2,6 +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 { DescribeAnalysisResponseFilterSensitiveLog, } from "../models/models_3";
|
|
5
6
|
import { de_DescribeAnalysisCommand, se_DescribeAnalysisCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeAnalysisCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DescribeAnalysisCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("QuickSight_20180401", "DescribeAnalysis", {})
|
|
17
18
|
.n("QuickSightClient", "DescribeAnalysisCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, DescribeAnalysisResponseFilterSensitiveLog)
|
|
19
20
|
.ser(se_DescribeAnalysisCommand)
|
|
20
21
|
.de(de_DescribeAnalysisCommand)
|
|
21
22
|
.build() {
|
|
@@ -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 { DescribeAssetBundleExportJobResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeAssetBundleExportJobResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeAssetBundleExportJobCommand, se_DescribeAssetBundleExportJobCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAssetBundleExportJobCommand extends $Command
|
|
@@ -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 { DescribeAssetBundleImportJobResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeAssetBundleImportJobResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeAssetBundleImportJobCommand, se_DescribeAssetBundleImportJobCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAssetBundleImportJobCommand extends $Command
|
|
@@ -2,6 +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 { DescribeDashboardResponseFilterSensitiveLog, } from "../models/models_4";
|
|
5
6
|
import { de_DescribeDashboardCommand, se_DescribeDashboardCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeDashboardCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DescribeDashboardCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("QuickSight_20180401", "DescribeDashboard", {})
|
|
17
18
|
.n("QuickSightClient", "DescribeDashboardCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, DescribeDashboardResponseFilterSensitiveLog)
|
|
19
20
|
.ser(se_DescribeDashboardCommand)
|
|
20
21
|
.de(de_DescribeDashboardCommand)
|
|
21
22
|
.build() {
|
|
@@ -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 { DescribeDashboardDefinitionResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeDashboardDefinitionResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeDashboardDefinitionCommand, se_DescribeDashboardDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeDashboardDefinitionCommand extends $Command
|
|
@@ -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 { DescribeDashboardSnapshotJobResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeDashboardSnapshotJobResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeDashboardSnapshotJobCommand, se_DescribeDashboardSnapshotJobCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeDashboardSnapshotJobCommand extends $Command
|
|
@@ -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 { DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeDashboardSnapshotJobResultCommand, se_DescribeDashboardSnapshotJobResultCommand, } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeDashboardSnapshotJobResultCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeDashboardsQAConfigurationCommand, se_DescribeDashboardsQAConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeDashboardsQAConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "DescribeDashboardsQAConfiguration", {})
|
|
17
|
+
.n("QuickSightClient", "DescribeDashboardsQAConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeDashboardsQAConfigurationCommand)
|
|
20
|
+
.de(de_DescribeDashboardsQAConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -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 { DescribeDataSetResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeDataSetResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
6
|
import { de_DescribeDataSetCommand, se_DescribeDataSetCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeDataSetCommand extends $Command
|
|
@@ -2,6 +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 { DescribeTemplateResponseFilterSensitiveLog, } from "../models/models_4";
|
|
5
6
|
import { de_DescribeTemplateCommand, se_DescribeTemplateCommand } from "../protocols/Aws_restJson1";
|
|
6
7
|
export { $Command };
|
|
7
8
|
export class DescribeTemplateCommand extends $Command
|
|
@@ -15,7 +16,7 @@ export class DescribeTemplateCommand extends $Command
|
|
|
15
16
|
})
|
|
16
17
|
.s("QuickSight_20180401", "DescribeTemplate", {})
|
|
17
18
|
.n("QuickSightClient", "DescribeTemplateCommand")
|
|
18
|
-
.f(void 0,
|
|
19
|
+
.f(void 0, DescribeTemplateResponseFilterSensitiveLog)
|
|
19
20
|
.ser(se_DescribeTemplateCommand)
|
|
20
21
|
.de(de_DescribeTemplateCommand)
|
|
21
22
|
.build() {
|
|
@@ -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 { ListTopicReviewedAnswersResponseFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { ListTopicReviewedAnswersResponseFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_ListTopicReviewedAnswersCommand, se_ListTopicReviewedAnswersCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTopicReviewedAnswersCommand extends $Command
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_SearchTopicsCommand, se_SearchTopicsCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class SearchTopicsCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "SearchTopics", {})
|
|
17
|
+
.n("QuickSightClient", "SearchTopicsCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_SearchTopicsCommand)
|
|
20
|
+
.de(de_SearchTopicsCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateDashboardsQAConfigurationCommand, se_UpdateDashboardsQAConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateDashboardsQAConfigurationCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep(commonParams)
|
|
10
|
+
.m(function (Command, cs, config, o) {
|
|
11
|
+
return [
|
|
12
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
+
];
|
|
15
|
+
})
|
|
16
|
+
.s("QuickSight_20180401", "UpdateDashboardsQAConfiguration", {})
|
|
17
|
+
.n("QuickSightClient", "UpdateDashboardsQAConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateDashboardsQAConfigurationCommand)
|
|
20
|
+
.de(de_UpdateDashboardsQAConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -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 { UpdateDataSourceRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateDataSourceRequestFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDataSourceCommand extends $Command
|
|
@@ -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 { UpdateTemplateRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateTemplateRequestFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateTemplateCommand extends $Command
|
|
@@ -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
|
|
@@ -72,6 +72,7 @@ export * from "./DescribeDashboardDefinitionCommand";
|
|
|
72
72
|
export * from "./DescribeDashboardPermissionsCommand";
|
|
73
73
|
export * from "./DescribeDashboardSnapshotJobCommand";
|
|
74
74
|
export * from "./DescribeDashboardSnapshotJobResultCommand";
|
|
75
|
+
export * from "./DescribeDashboardsQAConfigurationCommand";
|
|
75
76
|
export * from "./DescribeDataSetCommand";
|
|
76
77
|
export * from "./DescribeDataSetPermissionsCommand";
|
|
77
78
|
export * from "./DescribeDataSetRefreshPropertiesCommand";
|
|
@@ -150,6 +151,7 @@ export * from "./SearchDataSetsCommand";
|
|
|
150
151
|
export * from "./SearchDataSourcesCommand";
|
|
151
152
|
export * from "./SearchFoldersCommand";
|
|
152
153
|
export * from "./SearchGroupsCommand";
|
|
154
|
+
export * from "./SearchTopicsCommand";
|
|
153
155
|
export * from "./StartAssetBundleExportJobCommand";
|
|
154
156
|
export * from "./StartAssetBundleImportJobCommand";
|
|
155
157
|
export * from "./StartDashboardSnapshotJobCommand";
|
|
@@ -168,6 +170,7 @@ export * from "./UpdateDashboardCommand";
|
|
|
168
170
|
export * from "./UpdateDashboardLinksCommand";
|
|
169
171
|
export * from "./UpdateDashboardPermissionsCommand";
|
|
170
172
|
export * from "./UpdateDashboardPublishedVersionCommand";
|
|
173
|
+
export * from "./UpdateDashboardsQAConfigurationCommand";
|
|
171
174
|
export * from "./UpdateDataSetCommand";
|
|
172
175
|
export * from "./UpdateDataSetPermissionsCommand";
|
|
173
176
|
export * from "./UpdateDataSourceCommand";
|
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
|
-
});
|