@aws-sdk/client-quicksight 3.699.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 +64 -0
- package/dist-cjs/index.js +524 -62
- package/dist-es/QuickSight.js +16 -0
- package/dist-es/commands/DeleteDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/DescribeQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.js +23 -0
- package/dist-es/commands/PredictQAResultsCommand.js +23 -0
- package/dist-es/commands/UpdateApplicationWithTokenExchangeGrantCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardCommand.js +1 -1
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDefaultQBusinessApplicationCommand.js +22 -0
- package/dist-es/commands/UpdateQuickSightQSearchConfigurationCommand.js +22 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_2.js +1 -0
- package/dist-es/models/models_4.js +47 -17
- package/dist-es/models/models_5.js +17 -0
- package/dist-es/protocols/Aws_restJson1.js +251 -0
- package/dist-types/QuickSight.d.ts +56 -0
- package/dist-types/QuickSightClient.d.ts +10 -2
- package/dist-types/commands/DeleteDefaultQBusinessApplicationCommand.d.ts +91 -0
- package/dist-types/commands/DeleteIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +1 -2
- package/dist-types/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +92 -0
- package/dist-types/commands/DescribeQuickSightQSearchConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.d.ts +162 -0
- package/dist-types/commands/ListIdentityPropagationConfigsCommand.d.ts +1 -1
- package/dist-types/commands/PredictQAResultsCommand.d.ts +139 -0
- 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 +1 -1
- 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 +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_2.d.ts +1 -0
- package/dist-types/models/models_3.d.ts +76 -64
- package/dist-types/models/models_4.d.ts +423 -608
- package/dist-types/models/models_5.d.ts +671 -3
- package/dist-types/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/QuickSight.d.ts +178 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +48 -0
- 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 +4 -2
- package/dist-types/ts3.4/commands/DescribeDefaultQBusinessApplicationCommand.d.ts +51 -0
- 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/PredictQAResultsCommand.d.ts +50 -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 +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateDefaultQBusinessApplicationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateQuickSightQSearchConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_2.d.ts +1 -0
- package/dist-types/ts3.4/models/models_3.d.ts +18 -15
- package/dist-types/ts3.4/models/models_4.d.ts +123 -146
- package/dist-types/ts3.4/models/models_5.d.ts +174 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +96 -0
- package/package.json +1 -1
package/dist-es/QuickSight.js
CHANGED
|
@@ -36,6 +36,7 @@ import { DeleteDashboardCommand, } from "./commands/DeleteDashboardCommand";
|
|
|
36
36
|
import { DeleteDataSetCommand, } from "./commands/DeleteDataSetCommand";
|
|
37
37
|
import { DeleteDataSetRefreshPropertiesCommand, } from "./commands/DeleteDataSetRefreshPropertiesCommand";
|
|
38
38
|
import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
|
|
39
|
+
import { DeleteDefaultQBusinessApplicationCommand, } from "./commands/DeleteDefaultQBusinessApplicationCommand";
|
|
39
40
|
import { DeleteFolderCommand, } from "./commands/DeleteFolderCommand";
|
|
40
41
|
import { DeleteFolderMembershipCommand, } from "./commands/DeleteFolderMembershipCommand";
|
|
41
42
|
import { DeleteGroupCommand } from "./commands/DeleteGroupCommand";
|
|
@@ -79,6 +80,7 @@ import { DescribeDataSetPermissionsCommand, } from "./commands/DescribeDataSetPe
|
|
|
79
80
|
import { DescribeDataSetRefreshPropertiesCommand, } from "./commands/DescribeDataSetRefreshPropertiesCommand";
|
|
80
81
|
import { DescribeDataSourceCommand, } from "./commands/DescribeDataSourceCommand";
|
|
81
82
|
import { DescribeDataSourcePermissionsCommand, } from "./commands/DescribeDataSourcePermissionsCommand";
|
|
83
|
+
import { DescribeDefaultQBusinessApplicationCommand, } from "./commands/DescribeDefaultQBusinessApplicationCommand";
|
|
82
84
|
import { DescribeFolderCommand, } from "./commands/DescribeFolderCommand";
|
|
83
85
|
import { DescribeFolderPermissionsCommand, } from "./commands/DescribeFolderPermissionsCommand";
|
|
84
86
|
import { DescribeFolderResolvedPermissionsCommand, } from "./commands/DescribeFolderResolvedPermissionsCommand";
|
|
@@ -90,6 +92,7 @@ import { DescribeIpRestrictionCommand, } from "./commands/DescribeIpRestrictionC
|
|
|
90
92
|
import { DescribeKeyRegistrationCommand, } from "./commands/DescribeKeyRegistrationCommand";
|
|
91
93
|
import { DescribeNamespaceCommand, } from "./commands/DescribeNamespaceCommand";
|
|
92
94
|
import { DescribeQPersonalizationConfigurationCommand, } from "./commands/DescribeQPersonalizationConfigurationCommand";
|
|
95
|
+
import { DescribeQuickSightQSearchConfigurationCommand, } from "./commands/DescribeQuickSightQSearchConfigurationCommand";
|
|
93
96
|
import { DescribeRefreshScheduleCommand, } from "./commands/DescribeRefreshScheduleCommand";
|
|
94
97
|
import { DescribeRoleCustomPermissionCommand, } from "./commands/DescribeRoleCustomPermissionCommand";
|
|
95
98
|
import { DescribeTemplateAliasCommand, } from "./commands/DescribeTemplateAliasCommand";
|
|
@@ -107,6 +110,7 @@ import { DescribeUserCommand, } from "./commands/DescribeUserCommand";
|
|
|
107
110
|
import { DescribeVPCConnectionCommand, } from "./commands/DescribeVPCConnectionCommand";
|
|
108
111
|
import { GenerateEmbedUrlForAnonymousUserCommand, } from "./commands/GenerateEmbedUrlForAnonymousUserCommand";
|
|
109
112
|
import { GenerateEmbedUrlForRegisteredUserCommand, } from "./commands/GenerateEmbedUrlForRegisteredUserCommand";
|
|
113
|
+
import { GenerateEmbedUrlForRegisteredUserWithIdentityCommand, } from "./commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
110
114
|
import { GetDashboardEmbedUrlCommand, } from "./commands/GetDashboardEmbedUrlCommand";
|
|
111
115
|
import { GetSessionEmbedUrlCommand, } from "./commands/GetSessionEmbedUrlCommand";
|
|
112
116
|
import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
|
|
@@ -143,6 +147,7 @@ import { ListTopicsCommand } from "./commands/ListTopicsCommand";
|
|
|
143
147
|
import { ListUserGroupsCommand, } from "./commands/ListUserGroupsCommand";
|
|
144
148
|
import { ListUsersCommand } from "./commands/ListUsersCommand";
|
|
145
149
|
import { ListVPCConnectionsCommand, } from "./commands/ListVPCConnectionsCommand";
|
|
150
|
+
import { PredictQAResultsCommand, } from "./commands/PredictQAResultsCommand";
|
|
146
151
|
import { PutDataSetRefreshPropertiesCommand, } from "./commands/PutDataSetRefreshPropertiesCommand";
|
|
147
152
|
import { RegisterUserCommand, } from "./commands/RegisterUserCommand";
|
|
148
153
|
import { RestoreAnalysisCommand, } from "./commands/RestoreAnalysisCommand";
|
|
@@ -163,6 +168,7 @@ import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCust
|
|
|
163
168
|
import { UpdateAccountSettingsCommand, } from "./commands/UpdateAccountSettingsCommand";
|
|
164
169
|
import { UpdateAnalysisCommand, } from "./commands/UpdateAnalysisCommand";
|
|
165
170
|
import { UpdateAnalysisPermissionsCommand, } from "./commands/UpdateAnalysisPermissionsCommand";
|
|
171
|
+
import { UpdateApplicationWithTokenExchangeGrantCommand, } from "./commands/UpdateApplicationWithTokenExchangeGrantCommand";
|
|
166
172
|
import { UpdateBrandAssignmentCommand, } from "./commands/UpdateBrandAssignmentCommand";
|
|
167
173
|
import { UpdateBrandCommand } from "./commands/UpdateBrandCommand";
|
|
168
174
|
import { UpdateBrandPublishedVersionCommand, } from "./commands/UpdateBrandPublishedVersionCommand";
|
|
@@ -176,6 +182,7 @@ import { UpdateDataSetCommand, } from "./commands/UpdateDataSetCommand";
|
|
|
176
182
|
import { UpdateDataSetPermissionsCommand, } from "./commands/UpdateDataSetPermissionsCommand";
|
|
177
183
|
import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
|
|
178
184
|
import { UpdateDataSourcePermissionsCommand, } from "./commands/UpdateDataSourcePermissionsCommand";
|
|
185
|
+
import { UpdateDefaultQBusinessApplicationCommand, } from "./commands/UpdateDefaultQBusinessApplicationCommand";
|
|
179
186
|
import { UpdateFolderCommand, } from "./commands/UpdateFolderCommand";
|
|
180
187
|
import { UpdateFolderPermissionsCommand, } from "./commands/UpdateFolderPermissionsCommand";
|
|
181
188
|
import { UpdateGroupCommand } from "./commands/UpdateGroupCommand";
|
|
@@ -185,6 +192,7 @@ import { UpdateIpRestrictionCommand, } from "./commands/UpdateIpRestrictionComma
|
|
|
185
192
|
import { UpdateKeyRegistrationCommand, } from "./commands/UpdateKeyRegistrationCommand";
|
|
186
193
|
import { UpdatePublicSharingSettingsCommand, } from "./commands/UpdatePublicSharingSettingsCommand";
|
|
187
194
|
import { UpdateQPersonalizationConfigurationCommand, } from "./commands/UpdateQPersonalizationConfigurationCommand";
|
|
195
|
+
import { UpdateQuickSightQSearchConfigurationCommand, } from "./commands/UpdateQuickSightQSearchConfigurationCommand";
|
|
188
196
|
import { UpdateRefreshScheduleCommand, } from "./commands/UpdateRefreshScheduleCommand";
|
|
189
197
|
import { UpdateRoleCustomPermissionCommand, } from "./commands/UpdateRoleCustomPermissionCommand";
|
|
190
198
|
import { UpdateSPICECapacityConfigurationCommand, } from "./commands/UpdateSPICECapacityConfigurationCommand";
|
|
@@ -239,6 +247,7 @@ const commands = {
|
|
|
239
247
|
DeleteDataSetCommand,
|
|
240
248
|
DeleteDataSetRefreshPropertiesCommand,
|
|
241
249
|
DeleteDataSourceCommand,
|
|
250
|
+
DeleteDefaultQBusinessApplicationCommand,
|
|
242
251
|
DeleteFolderCommand,
|
|
243
252
|
DeleteFolderMembershipCommand,
|
|
244
253
|
DeleteGroupCommand,
|
|
@@ -282,6 +291,7 @@ const commands = {
|
|
|
282
291
|
DescribeDataSetRefreshPropertiesCommand,
|
|
283
292
|
DescribeDataSourceCommand,
|
|
284
293
|
DescribeDataSourcePermissionsCommand,
|
|
294
|
+
DescribeDefaultQBusinessApplicationCommand,
|
|
285
295
|
DescribeFolderCommand,
|
|
286
296
|
DescribeFolderPermissionsCommand,
|
|
287
297
|
DescribeFolderResolvedPermissionsCommand,
|
|
@@ -293,6 +303,7 @@ const commands = {
|
|
|
293
303
|
DescribeKeyRegistrationCommand,
|
|
294
304
|
DescribeNamespaceCommand,
|
|
295
305
|
DescribeQPersonalizationConfigurationCommand,
|
|
306
|
+
DescribeQuickSightQSearchConfigurationCommand,
|
|
296
307
|
DescribeRefreshScheduleCommand,
|
|
297
308
|
DescribeRoleCustomPermissionCommand,
|
|
298
309
|
DescribeTemplateCommand,
|
|
@@ -310,6 +321,7 @@ const commands = {
|
|
|
310
321
|
DescribeVPCConnectionCommand,
|
|
311
322
|
GenerateEmbedUrlForAnonymousUserCommand,
|
|
312
323
|
GenerateEmbedUrlForRegisteredUserCommand,
|
|
324
|
+
GenerateEmbedUrlForRegisteredUserWithIdentityCommand,
|
|
313
325
|
GetDashboardEmbedUrlCommand,
|
|
314
326
|
GetSessionEmbedUrlCommand,
|
|
315
327
|
ListAnalysesCommand,
|
|
@@ -346,6 +358,7 @@ const commands = {
|
|
|
346
358
|
ListUserGroupsCommand,
|
|
347
359
|
ListUsersCommand,
|
|
348
360
|
ListVPCConnectionsCommand,
|
|
361
|
+
PredictQAResultsCommand,
|
|
349
362
|
PutDataSetRefreshPropertiesCommand,
|
|
350
363
|
RegisterUserCommand,
|
|
351
364
|
RestoreAnalysisCommand,
|
|
@@ -366,6 +379,7 @@ const commands = {
|
|
|
366
379
|
UpdateAccountSettingsCommand,
|
|
367
380
|
UpdateAnalysisCommand,
|
|
368
381
|
UpdateAnalysisPermissionsCommand,
|
|
382
|
+
UpdateApplicationWithTokenExchangeGrantCommand,
|
|
369
383
|
UpdateBrandCommand,
|
|
370
384
|
UpdateBrandAssignmentCommand,
|
|
371
385
|
UpdateBrandPublishedVersionCommand,
|
|
@@ -379,6 +393,7 @@ const commands = {
|
|
|
379
393
|
UpdateDataSetPermissionsCommand,
|
|
380
394
|
UpdateDataSourceCommand,
|
|
381
395
|
UpdateDataSourcePermissionsCommand,
|
|
396
|
+
UpdateDefaultQBusinessApplicationCommand,
|
|
382
397
|
UpdateFolderCommand,
|
|
383
398
|
UpdateFolderPermissionsCommand,
|
|
384
399
|
UpdateGroupCommand,
|
|
@@ -388,6 +403,7 @@ const commands = {
|
|
|
388
403
|
UpdateKeyRegistrationCommand,
|
|
389
404
|
UpdatePublicSharingSettingsCommand,
|
|
390
405
|
UpdateQPersonalizationConfigurationCommand,
|
|
406
|
+
UpdateQuickSightQSearchConfigurationCommand,
|
|
391
407
|
UpdateRefreshScheduleCommand,
|
|
392
408
|
UpdateRoleCustomPermissionCommand,
|
|
393
409
|
UpdateSPICECapacityConfigurationCommand,
|
|
@@ -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_DeleteDefaultQBusinessApplicationCommand, se_DeleteDefaultQBusinessApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteDefaultQBusinessApplicationCommand 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", "DeleteDefaultQBusinessApplication", {})
|
|
17
|
+
.n("QuickSightClient", "DeleteDefaultQBusinessApplicationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DeleteDefaultQBusinessApplicationCommand)
|
|
20
|
+
.de(de_DeleteDefaultQBusinessApplicationCommand)
|
|
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_DescribeDefaultQBusinessApplicationCommand, se_DescribeDefaultQBusinessApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeDefaultQBusinessApplicationCommand 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", "DescribeDefaultQBusinessApplication", {})
|
|
17
|
+
.n("QuickSightClient", "DescribeDefaultQBusinessApplicationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeDefaultQBusinessApplicationCommand)
|
|
20
|
+
.de(de_DescribeDefaultQBusinessApplicationCommand)
|
|
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_DescribeQuickSightQSearchConfigurationCommand, se_DescribeQuickSightQSearchConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeQuickSightQSearchConfigurationCommand 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", "DescribeQuickSightQSearchConfiguration", {})
|
|
17
|
+
.n("QuickSightClient", "DescribeQuickSightQSearchConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_DescribeQuickSightQSearchConfigurationCommand)
|
|
20
|
+
.de(de_DescribeQuickSightQSearchConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
|
+
import { de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand, se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand, } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("QuickSight_20180401", "GenerateEmbedUrlForRegisteredUserWithIdentity", {})
|
|
18
|
+
.n("QuickSightClient", "GenerateEmbedUrlForRegisteredUserWithIdentityCommand")
|
|
19
|
+
.f(void 0, GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand)
|
|
21
|
+
.de(de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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 { PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog, } from "../models/models_4";
|
|
6
|
+
import { de_PredictQAResultsCommand, se_PredictQAResultsCommand } from "../protocols/Aws_restJson1";
|
|
7
|
+
export { $Command };
|
|
8
|
+
export class PredictQAResultsCommand extends $Command
|
|
9
|
+
.classBuilder()
|
|
10
|
+
.ep(commonParams)
|
|
11
|
+
.m(function (Command, cs, config, o) {
|
|
12
|
+
return [
|
|
13
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
+
];
|
|
16
|
+
})
|
|
17
|
+
.s("QuickSight_20180401", "PredictQAResults", {})
|
|
18
|
+
.n("QuickSightClient", "PredictQAResultsCommand")
|
|
19
|
+
.f(PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog)
|
|
20
|
+
.ser(se_PredictQAResultsCommand)
|
|
21
|
+
.de(de_PredictQAResultsCommand)
|
|
22
|
+
.build() {
|
|
23
|
+
}
|
|
@@ -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_UpdateApplicationWithTokenExchangeGrantCommand, se_UpdateApplicationWithTokenExchangeGrantCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateApplicationWithTokenExchangeGrantCommand 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", "UpdateApplicationWithTokenExchangeGrant", {})
|
|
17
|
+
.n("QuickSightClient", "UpdateApplicationWithTokenExchangeGrantCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateApplicationWithTokenExchangeGrantCommand)
|
|
20
|
+
.de(de_UpdateApplicationWithTokenExchangeGrantCommand)
|
|
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 { UpdateDashboardRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateDashboardRequestFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_UpdateDashboardCommand, se_UpdateDashboardCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDashboardCommand 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 { UpdateDataSetRequestFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { UpdateDataSetRequestFilterSensitiveLog, } from "../models/models_5";
|
|
6
6
|
import { de_UpdateDataSetCommand, se_UpdateDataSetCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDataSetCommand 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_UpdateDefaultQBusinessApplicationCommand, se_UpdateDefaultQBusinessApplicationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateDefaultQBusinessApplicationCommand 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", "UpdateDefaultQBusinessApplication", {})
|
|
17
|
+
.n("QuickSightClient", "UpdateDefaultQBusinessApplicationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateDefaultQBusinessApplicationCommand)
|
|
20
|
+
.de(de_UpdateDefaultQBusinessApplicationCommand)
|
|
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_UpdateQuickSightQSearchConfigurationCommand, se_UpdateQuickSightQSearchConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateQuickSightQSearchConfigurationCommand 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", "UpdateQuickSightQSearchConfiguration", {})
|
|
17
|
+
.n("QuickSightClient", "UpdateQuickSightQSearchConfigurationCommand")
|
|
18
|
+
.f(void 0, void 0)
|
|
19
|
+
.ser(se_UpdateQuickSightQSearchConfigurationCommand)
|
|
20
|
+
.de(de_UpdateQuickSightQSearchConfigurationCommand)
|
|
21
|
+
.build() {
|
|
22
|
+
}
|
|
@@ -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";
|
|
@@ -78,6 +79,7 @@ export * from "./DescribeDataSetPermissionsCommand";
|
|
|
78
79
|
export * from "./DescribeDataSetRefreshPropertiesCommand";
|
|
79
80
|
export * from "./DescribeDataSourceCommand";
|
|
80
81
|
export * from "./DescribeDataSourcePermissionsCommand";
|
|
82
|
+
export * from "./DescribeDefaultQBusinessApplicationCommand";
|
|
81
83
|
export * from "./DescribeFolderCommand";
|
|
82
84
|
export * from "./DescribeFolderPermissionsCommand";
|
|
83
85
|
export * from "./DescribeFolderResolvedPermissionsCommand";
|
|
@@ -89,6 +91,7 @@ export * from "./DescribeIpRestrictionCommand";
|
|
|
89
91
|
export * from "./DescribeKeyRegistrationCommand";
|
|
90
92
|
export * from "./DescribeNamespaceCommand";
|
|
91
93
|
export * from "./DescribeQPersonalizationConfigurationCommand";
|
|
94
|
+
export * from "./DescribeQuickSightQSearchConfigurationCommand";
|
|
92
95
|
export * from "./DescribeRefreshScheduleCommand";
|
|
93
96
|
export * from "./DescribeRoleCustomPermissionCommand";
|
|
94
97
|
export * from "./DescribeTemplateAliasCommand";
|
|
@@ -106,6 +109,7 @@ export * from "./DescribeUserCommand";
|
|
|
106
109
|
export * from "./DescribeVPCConnectionCommand";
|
|
107
110
|
export * from "./GenerateEmbedUrlForAnonymousUserCommand";
|
|
108
111
|
export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
112
|
+
export * from "./GenerateEmbedUrlForRegisteredUserWithIdentityCommand";
|
|
109
113
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
110
114
|
export * from "./GetSessionEmbedUrlCommand";
|
|
111
115
|
export * from "./ListAnalysesCommand";
|
|
@@ -142,6 +146,7 @@ export * from "./ListTopicsCommand";
|
|
|
142
146
|
export * from "./ListUserGroupsCommand";
|
|
143
147
|
export * from "./ListUsersCommand";
|
|
144
148
|
export * from "./ListVPCConnectionsCommand";
|
|
149
|
+
export * from "./PredictQAResultsCommand";
|
|
145
150
|
export * from "./PutDataSetRefreshPropertiesCommand";
|
|
146
151
|
export * from "./RegisterUserCommand";
|
|
147
152
|
export * from "./RestoreAnalysisCommand";
|
|
@@ -162,6 +167,7 @@ export * from "./UpdateAccountCustomizationCommand";
|
|
|
162
167
|
export * from "./UpdateAccountSettingsCommand";
|
|
163
168
|
export * from "./UpdateAnalysisCommand";
|
|
164
169
|
export * from "./UpdateAnalysisPermissionsCommand";
|
|
170
|
+
export * from "./UpdateApplicationWithTokenExchangeGrantCommand";
|
|
165
171
|
export * from "./UpdateBrandAssignmentCommand";
|
|
166
172
|
export * from "./UpdateBrandCommand";
|
|
167
173
|
export * from "./UpdateBrandPublishedVersionCommand";
|
|
@@ -175,6 +181,7 @@ export * from "./UpdateDataSetCommand";
|
|
|
175
181
|
export * from "./UpdateDataSetPermissionsCommand";
|
|
176
182
|
export * from "./UpdateDataSourceCommand";
|
|
177
183
|
export * from "./UpdateDataSourcePermissionsCommand";
|
|
184
|
+
export * from "./UpdateDefaultQBusinessApplicationCommand";
|
|
178
185
|
export * from "./UpdateFolderCommand";
|
|
179
186
|
export * from "./UpdateFolderPermissionsCommand";
|
|
180
187
|
export * from "./UpdateGroupCommand";
|
|
@@ -184,6 +191,7 @@ export * from "./UpdateIpRestrictionCommand";
|
|
|
184
191
|
export * from "./UpdateKeyRegistrationCommand";
|
|
185
192
|
export * from "./UpdatePublicSharingSettingsCommand";
|
|
186
193
|
export * from "./UpdateQPersonalizationConfigurationCommand";
|
|
194
|
+
export * from "./UpdateQuickSightQSearchConfigurationCommand";
|
|
187
195
|
export * from "./UpdateRefreshScheduleCommand";
|
|
188
196
|
export * from "./UpdateRoleCustomPermissionCommand";
|
|
189
197
|
export * from "./UpdateSPICECapacityConfigurationCommand";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { AssetBundleImportSourceDescriptionFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog, } from "./models_2";
|
|
3
|
-
import { _ParametersFilterSensitiveLog, DataSetFilterSensitiveLog,
|
|
3
|
+
import { _ParametersFilterSensitiveLog, DataSetFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
5
|
export const IncludeFolderMembers = {
|
|
6
6
|
NONE: "NONE",
|
|
@@ -92,6 +92,10 @@ export const PersonalizationMode = {
|
|
|
92
92
|
DISABLED: "DISABLED",
|
|
93
93
|
ENABLED: "ENABLED",
|
|
94
94
|
};
|
|
95
|
+
export const QSearchStatus = {
|
|
96
|
+
DISABLED: "DISABLED",
|
|
97
|
+
ENABLED: "ENABLED",
|
|
98
|
+
};
|
|
95
99
|
export const TemplateErrorType = {
|
|
96
100
|
ACCESS_DENIED: "ACCESS_DENIED",
|
|
97
101
|
DATA_SET_NOT_FOUND: "DATA_SET_NOT_FOUND",
|
|
@@ -168,6 +172,11 @@ export const FolderFilterAttribute = {
|
|
|
168
172
|
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
169
173
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
170
174
|
};
|
|
175
|
+
export const GeneratedAnswerStatus = {
|
|
176
|
+
ANSWER_DOWNGRADE: "ANSWER_DOWNGRADE",
|
|
177
|
+
ANSWER_GENERATED: "ANSWER_GENERATED",
|
|
178
|
+
ANSWER_RETRIEVED: "ANSWER_RETRIEVED",
|
|
179
|
+
};
|
|
171
180
|
export class SessionLifetimeInMinutesInvalidException extends __BaseException {
|
|
172
181
|
constructor(opts) {
|
|
173
182
|
super({
|
|
@@ -230,6 +239,19 @@ export const GroupFilterAttribute = {
|
|
|
230
239
|
export const GroupFilterOperator = {
|
|
231
240
|
StartsWith: "StartsWith",
|
|
232
241
|
};
|
|
242
|
+
export const IncludeGeneratedAnswer = {
|
|
243
|
+
EXCLUDE: "EXCLUDE",
|
|
244
|
+
INCLUDE: "INCLUDE",
|
|
245
|
+
};
|
|
246
|
+
export const IncludeQuickSightQIndex = {
|
|
247
|
+
EXCLUDE: "EXCLUDE",
|
|
248
|
+
INCLUDE: "INCLUDE",
|
|
249
|
+
};
|
|
250
|
+
export const QAResultType = {
|
|
251
|
+
DASHBOARD_VISUAL: "DASHBOARD_VISUAL",
|
|
252
|
+
GENERATED_ANSWER: "GENERATED_ANSWER",
|
|
253
|
+
NO_ANSWER: "NO_ANSWER",
|
|
254
|
+
};
|
|
233
255
|
export const PurchaseMode = {
|
|
234
256
|
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
235
257
|
MANUAL: "MANUAL",
|
|
@@ -295,6 +317,11 @@ export const DescribeTemplateDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
|
295
317
|
export const DescribeTopicResponseFilterSensitiveLog = (obj) => ({
|
|
296
318
|
...obj,
|
|
297
319
|
});
|
|
320
|
+
export const GeneratedAnswerResultFilterSensitiveLog = (obj) => ({
|
|
321
|
+
...obj,
|
|
322
|
+
...(obj.QuestionText && { QuestionText: SENSITIVE_STRING }),
|
|
323
|
+
...(obj.Restatement && { Restatement: SENSITIVE_STRING }),
|
|
324
|
+
});
|
|
298
325
|
export const SessionTagFilterSensitiveLog = (obj) => ({
|
|
299
326
|
...obj,
|
|
300
327
|
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
@@ -311,6 +338,10 @@ export const GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = (obj)
|
|
|
311
338
|
...obj,
|
|
312
339
|
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
313
340
|
});
|
|
341
|
+
export const GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog = (obj) => ({
|
|
342
|
+
...obj,
|
|
343
|
+
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
344
|
+
});
|
|
314
345
|
export const GetDashboardEmbedUrlResponseFilterSensitiveLog = (obj) => ({
|
|
315
346
|
...obj,
|
|
316
347
|
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
@@ -319,6 +350,21 @@ export const GetSessionEmbedUrlResponseFilterSensitiveLog = (obj) => ({
|
|
|
319
350
|
...obj,
|
|
320
351
|
...(obj.EmbedUrl && { EmbedUrl: SENSITIVE_STRING }),
|
|
321
352
|
});
|
|
353
|
+
export const PredictQAResultsRequestFilterSensitiveLog = (obj) => ({
|
|
354
|
+
...obj,
|
|
355
|
+
...(obj.QueryText && { QueryText: SENSITIVE_STRING }),
|
|
356
|
+
});
|
|
357
|
+
export const QAResultFilterSensitiveLog = (obj) => ({
|
|
358
|
+
...obj,
|
|
359
|
+
...(obj.GeneratedAnswer && { GeneratedAnswer: GeneratedAnswerResultFilterSensitiveLog(obj.GeneratedAnswer) }),
|
|
360
|
+
});
|
|
361
|
+
export const PredictQAResultsResponseFilterSensitiveLog = (obj) => ({
|
|
362
|
+
...obj,
|
|
363
|
+
...(obj.PrimaryResult && { PrimaryResult: QAResultFilterSensitiveLog(obj.PrimaryResult) }),
|
|
364
|
+
...(obj.AdditionalResults && {
|
|
365
|
+
AdditionalResults: obj.AdditionalResults.map((item) => QAResultFilterSensitiveLog(item)),
|
|
366
|
+
}),
|
|
367
|
+
});
|
|
322
368
|
export const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
323
369
|
...obj,
|
|
324
370
|
...(obj.AssetBundleImportSource && {
|
|
@@ -341,19 +387,3 @@ export const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
|
341
387
|
...obj,
|
|
342
388
|
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
343
389
|
});
|
|
344
|
-
export const UpdateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
347
|
-
});
|
|
348
|
-
export const UpdateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
349
|
-
...obj,
|
|
350
|
-
...(obj.PhysicalTableMap && {
|
|
351
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = value), acc), {}),
|
|
352
|
-
}),
|
|
353
|
-
...(obj.LogicalTableMap && {
|
|
354
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
355
|
-
}),
|
|
356
|
-
...(obj.RowLevelPermissionTagConfiguration && {
|
|
357
|
-
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
358
|
-
}),
|
|
359
|
-
});
|
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { TopicIRFilterSensitiveLog, } from "./models_2";
|
|
3
|
+
import { _ParametersFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_3";
|
|
4
|
+
export const UpdateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
5
|
+
...obj,
|
|
6
|
+
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
7
|
+
});
|
|
8
|
+
export const UpdateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
9
|
+
...obj,
|
|
10
|
+
...(obj.PhysicalTableMap && {
|
|
11
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = value), acc), {}),
|
|
12
|
+
}),
|
|
13
|
+
...(obj.LogicalTableMap && {
|
|
14
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = LogicalTableFilterSensitiveLog(value)), acc), {}),
|
|
15
|
+
}),
|
|
16
|
+
...(obj.RowLevelPermissionTagConfiguration && {
|
|
17
|
+
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
18
|
+
}),
|
|
19
|
+
});
|
|
3
20
|
export const UpdateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
4
21
|
...obj,
|
|
5
22
|
...(obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters }),
|