@aws-sdk/client-quicksight 3.332.0 → 3.337.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 +48 -0
- package/dist-cjs/QuickSight.js +12 -0
- package/dist-cjs/commands/DescribeAnalysisDefinitionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/DescribeAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/DescribeDashboardDefinitionCommand.js +2 -2
- package/dist-cjs/commands/ListAssetBundleExportJobsCommand.js +45 -0
- package/dist-cjs/commands/ListAssetBundleImportJobsCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleExportJobCommand.js +45 -0
- package/dist-cjs/commands/StartAssetBundleImportJobCommand.js +46 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/index.js +1 -0
- package/dist-cjs/models/models_1.js +64 -159
- package/dist-cjs/models/models_2.js +240 -63
- package/dist-cjs/models/models_3.js +20 -1
- package/dist-cjs/models/models_4.js +2 -0
- package/dist-cjs/pagination/ListAssetBundleExportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAssetBundleImportJobsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_restJson1.js +566 -13
- package/dist-es/QuickSight.js +12 -0
- package/dist-es/commands/DescribeAnalysisDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/ListAssetBundleExportJobsCommand.js +41 -0
- package/dist-es/commands/ListAssetBundleImportJobsCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleExportJobCommand.js +41 -0
- package/dist-es/commands/StartAssetBundleImportJobCommand.js +42 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_1.js +58 -149
- package/dist-es/models/models_2.js +228 -59
- package/dist-es/models/models_3.js +16 -1
- package/dist-es/models/models_4.js +1 -0
- package/dist-es/pagination/ListAssetBundleExportJobsPaginator.js +25 -0
- package/dist-es/pagination/ListAssetBundleImportJobsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +544 -3
- package/dist-types/QuickSight.d.ts +42 -0
- package/dist-types/QuickSightClient.d.ts +11 -4
- package/dist-types/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/DeleteNamespaceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +164 -0
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +284 -0
- package/dist-types/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +11 -2
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +10 -1
- package/dist-types/commands/ListAssetBundleExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListAssetBundleImportJobsCommand.d.ts +103 -0
- package/dist-types/commands/StartAssetBundleExportJobCommand.d.ts +168 -0
- package/dist-types/commands/StartAssetBundleImportJobCommand.d.ts +283 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +10 -1
- package/dist-types/commands/UpdateDashboardCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +10 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +2 -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/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +2 -1
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +326 -339
- package/dist-types/models/models_2.d.ts +4908 -5140
- package/dist-types/models/models_3.d.ts +1611 -609
- package/dist-types/models/models_4.d.ts +315 -0
- package/dist-types/pagination/ListAssetBundleExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAssetBundleImportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +56 -2
- package/dist-types/runtimeConfig.browser.d.ts +12 -12
- package/dist-types/runtimeConfig.d.ts +9 -9
- package/dist-types/runtimeConfig.native.d.ts +13 -13
- package/dist-types/runtimeConfig.shared.d.ts +4 -4
- package/dist-types/ts3.4/QuickSight.d.ts +102 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +43 -5
- package/dist-types/ts3.4/commands/CancelIngestionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNamespaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserByPrincipalIdCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAnalysisPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +41 -0
- 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/ListAssetBundleExportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListAssetBundleImportJobsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleExportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/StartAssetBundleImportJobCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +2 -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/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -2
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +189 -209
- package/dist-types/ts3.4/models/models_2.d.ts +1285 -1251
- package/dist-types/ts3.4/models/models_3.d.ts +339 -72
- package/dist-types/ts3.4/models/models_4.d.ts +74 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAssetBundleImportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -15
- package/dist-types/ts3.4/runtimeConfig.d.ts +12 -12
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -15
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -4
- package/package.json +30 -29
package/dist-es/QuickSight.js
CHANGED
|
@@ -50,6 +50,8 @@ import { DescribeAccountSubscriptionCommand, } from "./commands/DescribeAccountS
|
|
|
50
50
|
import { DescribeAnalysisCommand, } from "./commands/DescribeAnalysisCommand";
|
|
51
51
|
import { DescribeAnalysisDefinitionCommand, } from "./commands/DescribeAnalysisDefinitionCommand";
|
|
52
52
|
import { DescribeAnalysisPermissionsCommand, } from "./commands/DescribeAnalysisPermissionsCommand";
|
|
53
|
+
import { DescribeAssetBundleExportJobCommand, } from "./commands/DescribeAssetBundleExportJobCommand";
|
|
54
|
+
import { DescribeAssetBundleImportJobCommand, } from "./commands/DescribeAssetBundleImportJobCommand";
|
|
53
55
|
import { DescribeDashboardCommand, } from "./commands/DescribeDashboardCommand";
|
|
54
56
|
import { DescribeDashboardDefinitionCommand, } from "./commands/DescribeDashboardDefinitionCommand";
|
|
55
57
|
import { DescribeDashboardPermissionsCommand, } from "./commands/DescribeDashboardPermissionsCommand";
|
|
@@ -86,6 +88,8 @@ import { GenerateEmbedUrlForRegisteredUserCommand, } from "./commands/GenerateEm
|
|
|
86
88
|
import { GetDashboardEmbedUrlCommand, } from "./commands/GetDashboardEmbedUrlCommand";
|
|
87
89
|
import { GetSessionEmbedUrlCommand, } from "./commands/GetSessionEmbedUrlCommand";
|
|
88
90
|
import { ListAnalysesCommand, } from "./commands/ListAnalysesCommand";
|
|
91
|
+
import { ListAssetBundleExportJobsCommand, } from "./commands/ListAssetBundleExportJobsCommand";
|
|
92
|
+
import { ListAssetBundleImportJobsCommand, } from "./commands/ListAssetBundleImportJobsCommand";
|
|
89
93
|
import { ListDashboardsCommand, } from "./commands/ListDashboardsCommand";
|
|
90
94
|
import { ListDashboardVersionsCommand, } from "./commands/ListDashboardVersionsCommand";
|
|
91
95
|
import { ListDataSetsCommand, } from "./commands/ListDataSetsCommand";
|
|
@@ -120,6 +124,8 @@ import { SearchDataSetsCommand, } from "./commands/SearchDataSetsCommand";
|
|
|
120
124
|
import { SearchDataSourcesCommand, } from "./commands/SearchDataSourcesCommand";
|
|
121
125
|
import { SearchFoldersCommand, } from "./commands/SearchFoldersCommand";
|
|
122
126
|
import { SearchGroupsCommand, } from "./commands/SearchGroupsCommand";
|
|
127
|
+
import { StartAssetBundleExportJobCommand, } from "./commands/StartAssetBundleExportJobCommand";
|
|
128
|
+
import { StartAssetBundleImportJobCommand, } from "./commands/StartAssetBundleImportJobCommand";
|
|
123
129
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
124
130
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
125
131
|
import { UpdateAccountCustomizationCommand, } from "./commands/UpdateAccountCustomizationCommand";
|
|
@@ -204,6 +210,8 @@ const commands = {
|
|
|
204
210
|
DescribeAnalysisCommand,
|
|
205
211
|
DescribeAnalysisDefinitionCommand,
|
|
206
212
|
DescribeAnalysisPermissionsCommand,
|
|
213
|
+
DescribeAssetBundleExportJobCommand,
|
|
214
|
+
DescribeAssetBundleImportJobCommand,
|
|
207
215
|
DescribeDashboardCommand,
|
|
208
216
|
DescribeDashboardDefinitionCommand,
|
|
209
217
|
DescribeDashboardPermissionsCommand,
|
|
@@ -240,6 +248,8 @@ const commands = {
|
|
|
240
248
|
GetDashboardEmbedUrlCommand,
|
|
241
249
|
GetSessionEmbedUrlCommand,
|
|
242
250
|
ListAnalysesCommand,
|
|
251
|
+
ListAssetBundleExportJobsCommand,
|
|
252
|
+
ListAssetBundleImportJobsCommand,
|
|
243
253
|
ListDashboardsCommand,
|
|
244
254
|
ListDashboardVersionsCommand,
|
|
245
255
|
ListDataSetsCommand,
|
|
@@ -274,6 +284,8 @@ const commands = {
|
|
|
274
284
|
SearchDataSourcesCommand,
|
|
275
285
|
SearchFoldersCommand,
|
|
276
286
|
SearchGroupsCommand,
|
|
287
|
+
StartAssetBundleExportJobCommand,
|
|
288
|
+
StartAssetBundleImportJobCommand,
|
|
277
289
|
TagResourceCommand,
|
|
278
290
|
UntagResourceCommand,
|
|
279
291
|
UpdateAccountCustomizationCommand,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeAnalysisDefinitionResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DescribeAnalysisDefinitionResponseFilterSensitiveLog, } from "../models/models_3";
|
|
5
5
|
import { de_DescribeAnalysisDefinitionCommand, se_DescribeAnalysisDefinitionCommand } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DescribeAnalysisDefinitionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { de_DescribeAssetBundleExportJobCommand, se_DescribeAssetBundleExportJobCommand, } from "../protocols/Aws_restJson1";
|
|
5
|
+
export class DescribeAssetBundleExportJobCommand extends $Command {
|
|
6
|
+
static getEndpointParameterInstructions() {
|
|
7
|
+
return {
|
|
8
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
9
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
10
|
+
Region: { type: "builtInParams", name: "region" },
|
|
11
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
19
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAssetBundleExportJobCommand.getEndpointParameterInstructions()));
|
|
21
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
22
|
+
const { logger } = configuration;
|
|
23
|
+
const clientName = "QuickSightClient";
|
|
24
|
+
const commandName = "DescribeAssetBundleExportJobCommand";
|
|
25
|
+
const handlerExecutionContext = {
|
|
26
|
+
logger,
|
|
27
|
+
clientName,
|
|
28
|
+
commandName,
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
|
+
};
|
|
32
|
+
const { requestHandler } = configuration;
|
|
33
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
|
+
}
|
|
35
|
+
serialize(input, context) {
|
|
36
|
+
return se_DescribeAssetBundleExportJobCommand(input, context);
|
|
37
|
+
}
|
|
38
|
+
deserialize(output, context) {
|
|
39
|
+
return de_DescribeAssetBundleExportJobCommand(output, context);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeAssetBundleImportJobResponseFilterSensitiveLog, } from "../models/models_3";
|
|
5
|
+
import { de_DescribeAssetBundleImportJobCommand, se_DescribeAssetBundleImportJobCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class DescribeAssetBundleImportJobCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, DescribeAssetBundleImportJobCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "QuickSightClient";
|
|
25
|
+
const commandName = "DescribeAssetBundleImportJobCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: (_) => _,
|
|
31
|
+
outputFilterSensitiveLog: DescribeAssetBundleImportJobResponseFilterSensitiveLog,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_DescribeAssetBundleImportJobCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_DescribeAssetBundleImportJobCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { DescribeDashboardDefinitionResponseFilterSensitiveLog, } from "../models/
|
|
4
|
+
import { DescribeDashboardDefinitionResponseFilterSensitiveLog, } from "../models/models_3";
|
|
5
5
|
import { de_DescribeDashboardDefinitionCommand, se_DescribeDashboardDefinitionCommand, } from "../protocols/Aws_restJson1";
|
|
6
6
|
export class DescribeDashboardDefinitionCommand extends $Command {
|
|
7
7
|
static getEndpointParameterInstructions() {
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { de_ListAssetBundleExportJobsCommand, se_ListAssetBundleExportJobsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export class ListAssetBundleExportJobsCommand extends $Command {
|
|
6
|
+
static getEndpointParameterInstructions() {
|
|
7
|
+
return {
|
|
8
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
9
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
10
|
+
Region: { type: "builtInParams", name: "region" },
|
|
11
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
19
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListAssetBundleExportJobsCommand.getEndpointParameterInstructions()));
|
|
21
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
22
|
+
const { logger } = configuration;
|
|
23
|
+
const clientName = "QuickSightClient";
|
|
24
|
+
const commandName = "ListAssetBundleExportJobsCommand";
|
|
25
|
+
const handlerExecutionContext = {
|
|
26
|
+
logger,
|
|
27
|
+
clientName,
|
|
28
|
+
commandName,
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
|
+
};
|
|
32
|
+
const { requestHandler } = configuration;
|
|
33
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
|
+
}
|
|
35
|
+
serialize(input, context) {
|
|
36
|
+
return se_ListAssetBundleExportJobsCommand(input, context);
|
|
37
|
+
}
|
|
38
|
+
deserialize(output, context) {
|
|
39
|
+
return de_ListAssetBundleExportJobsCommand(output, context);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { de_ListAssetBundleImportJobsCommand, se_ListAssetBundleImportJobsCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export class ListAssetBundleImportJobsCommand extends $Command {
|
|
6
|
+
static getEndpointParameterInstructions() {
|
|
7
|
+
return {
|
|
8
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
9
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
10
|
+
Region: { type: "builtInParams", name: "region" },
|
|
11
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
19
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, ListAssetBundleImportJobsCommand.getEndpointParameterInstructions()));
|
|
21
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
22
|
+
const { logger } = configuration;
|
|
23
|
+
const clientName = "QuickSightClient";
|
|
24
|
+
const commandName = "ListAssetBundleImportJobsCommand";
|
|
25
|
+
const handlerExecutionContext = {
|
|
26
|
+
logger,
|
|
27
|
+
clientName,
|
|
28
|
+
commandName,
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
|
+
};
|
|
32
|
+
const { requestHandler } = configuration;
|
|
33
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
|
+
}
|
|
35
|
+
serialize(input, context) {
|
|
36
|
+
return se_ListAssetBundleImportJobsCommand(input, context);
|
|
37
|
+
}
|
|
38
|
+
deserialize(output, context) {
|
|
39
|
+
return de_ListAssetBundleImportJobsCommand(output, context);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { de_StartAssetBundleExportJobCommand, se_StartAssetBundleExportJobCommand } from "../protocols/Aws_restJson1";
|
|
5
|
+
export class StartAssetBundleExportJobCommand extends $Command {
|
|
6
|
+
static getEndpointParameterInstructions() {
|
|
7
|
+
return {
|
|
8
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
9
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
10
|
+
Region: { type: "builtInParams", name: "region" },
|
|
11
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
constructor(input) {
|
|
15
|
+
super();
|
|
16
|
+
this.input = input;
|
|
17
|
+
}
|
|
18
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
19
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
20
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StartAssetBundleExportJobCommand.getEndpointParameterInstructions()));
|
|
21
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
22
|
+
const { logger } = configuration;
|
|
23
|
+
const clientName = "QuickSightClient";
|
|
24
|
+
const commandName = "StartAssetBundleExportJobCommand";
|
|
25
|
+
const handlerExecutionContext = {
|
|
26
|
+
logger,
|
|
27
|
+
clientName,
|
|
28
|
+
commandName,
|
|
29
|
+
inputFilterSensitiveLog: (_) => _,
|
|
30
|
+
outputFilterSensitiveLog: (_) => _,
|
|
31
|
+
};
|
|
32
|
+
const { requestHandler } = configuration;
|
|
33
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
34
|
+
}
|
|
35
|
+
serialize(input, context) {
|
|
36
|
+
return se_StartAssetBundleExportJobCommand(input, context);
|
|
37
|
+
}
|
|
38
|
+
deserialize(output, context) {
|
|
39
|
+
return de_StartAssetBundleExportJobCommand(output, context);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartAssetBundleImportJobRequestFilterSensitiveLog, } from "../models/models_3";
|
|
5
|
+
import { de_StartAssetBundleImportJobCommand, se_StartAssetBundleImportJobCommand } from "../protocols/Aws_restJson1";
|
|
6
|
+
export class StartAssetBundleImportJobCommand extends $Command {
|
|
7
|
+
static getEndpointParameterInstructions() {
|
|
8
|
+
return {
|
|
9
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
10
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
11
|
+
Region: { type: "builtInParams", name: "region" },
|
|
12
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
constructor(input) {
|
|
16
|
+
super();
|
|
17
|
+
this.input = input;
|
|
18
|
+
}
|
|
19
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
20
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
21
|
+
this.middlewareStack.use(getEndpointPlugin(configuration, StartAssetBundleImportJobCommand.getEndpointParameterInstructions()));
|
|
22
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
23
|
+
const { logger } = configuration;
|
|
24
|
+
const clientName = "QuickSightClient";
|
|
25
|
+
const commandName = "StartAssetBundleImportJobCommand";
|
|
26
|
+
const handlerExecutionContext = {
|
|
27
|
+
logger,
|
|
28
|
+
clientName,
|
|
29
|
+
commandName,
|
|
30
|
+
inputFilterSensitiveLog: StartAssetBundleImportJobRequestFilterSensitiveLog,
|
|
31
|
+
outputFilterSensitiveLog: (_) => _,
|
|
32
|
+
};
|
|
33
|
+
const { requestHandler } = configuration;
|
|
34
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
35
|
+
}
|
|
36
|
+
serialize(input, context) {
|
|
37
|
+
return se_StartAssetBundleImportJobCommand(input, context);
|
|
38
|
+
}
|
|
39
|
+
deserialize(output, context) {
|
|
40
|
+
return de_StartAssetBundleImportJobCommand(output, context);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
@@ -49,6 +49,8 @@ export * from "./DescribeAccountSubscriptionCommand";
|
|
|
49
49
|
export * from "./DescribeAnalysisCommand";
|
|
50
50
|
export * from "./DescribeAnalysisDefinitionCommand";
|
|
51
51
|
export * from "./DescribeAnalysisPermissionsCommand";
|
|
52
|
+
export * from "./DescribeAssetBundleExportJobCommand";
|
|
53
|
+
export * from "./DescribeAssetBundleImportJobCommand";
|
|
52
54
|
export * from "./DescribeDashboardCommand";
|
|
53
55
|
export * from "./DescribeDashboardDefinitionCommand";
|
|
54
56
|
export * from "./DescribeDashboardPermissionsCommand";
|
|
@@ -85,6 +87,8 @@ export * from "./GenerateEmbedUrlForRegisteredUserCommand";
|
|
|
85
87
|
export * from "./GetDashboardEmbedUrlCommand";
|
|
86
88
|
export * from "./GetSessionEmbedUrlCommand";
|
|
87
89
|
export * from "./ListAnalysesCommand";
|
|
90
|
+
export * from "./ListAssetBundleExportJobsCommand";
|
|
91
|
+
export * from "./ListAssetBundleImportJobsCommand";
|
|
88
92
|
export * from "./ListDashboardVersionsCommand";
|
|
89
93
|
export * from "./ListDashboardsCommand";
|
|
90
94
|
export * from "./ListDataSetsCommand";
|
|
@@ -119,6 +123,8 @@ export * from "./SearchDataSetsCommand";
|
|
|
119
123
|
export * from "./SearchDataSourcesCommand";
|
|
120
124
|
export * from "./SearchFoldersCommand";
|
|
121
125
|
export * from "./SearchGroupsCommand";
|
|
126
|
+
export * from "./StartAssetBundleExportJobCommand";
|
|
127
|
+
export * from "./StartAssetBundleImportJobCommand";
|
|
122
128
|
export * from "./TagResourceCommand";
|
|
123
129
|
export * from "./UntagResourceCommand";
|
|
124
130
|
export * from "./UpdateAccountCustomizationCommand";
|
package/dist-es/models/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, DataLabelOptionsFilterSensitiveLog, DataPathValueFilterSensitiveLog, FormatConfigurationFilterSensitiveLog, MeasureFieldFilterSensitiveLog, NumberDisplayFormatConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, PercentageDisplayFormatConfigurationFilterSensitiveLog, ReferenceLineFilterSensitiveLog, VisualPaletteFilterSensitiveLog, } from "./models_0";
|
|
3
|
-
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
4
3
|
export const CustomContentType = {
|
|
5
4
|
IMAGE: "IMAGE",
|
|
6
5
|
OTHER_EMBEDDED_CONTENT: "OTHER_EMBEDDED_CONTENT",
|
|
@@ -89,6 +88,7 @@ export const ConditionalFormattingIconSetType = {
|
|
|
89
88
|
};
|
|
90
89
|
export const GeospatialSelectedPointStyle = {
|
|
91
90
|
CLUSTER: "CLUSTER",
|
|
91
|
+
HEATMAP: "HEATMAP",
|
|
92
92
|
POINT: "POINT",
|
|
93
93
|
};
|
|
94
94
|
export const ColorFillType = {
|
|
@@ -234,152 +234,58 @@ export const FilterOperator = {
|
|
|
234
234
|
StringEquals: "StringEquals",
|
|
235
235
|
StringLike: "StringLike",
|
|
236
236
|
};
|
|
237
|
-
export const
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
export const ExceptionResourceType = {
|
|
290
|
-
ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS",
|
|
291
|
-
DATA_SET: "DATA_SET",
|
|
292
|
-
DATA_SOURCE: "DATA_SOURCE",
|
|
293
|
-
GROUP: "GROUP",
|
|
294
|
-
IAMPOLICY_ASSIGNMENT: "IAMPOLICY_ASSIGNMENT",
|
|
295
|
-
INGESTION: "INGESTION",
|
|
296
|
-
NAMESPACE: "NAMESPACE",
|
|
297
|
-
USER: "USER",
|
|
298
|
-
VPC_CONNECTION: "VPC_CONNECTION",
|
|
299
|
-
};
|
|
300
|
-
export class ResourceExistsException extends __BaseException {
|
|
301
|
-
constructor(opts) {
|
|
302
|
-
super({
|
|
303
|
-
name: "ResourceExistsException",
|
|
304
|
-
$fault: "client",
|
|
305
|
-
...opts,
|
|
306
|
-
});
|
|
307
|
-
this.name = "ResourceExistsException";
|
|
308
|
-
this.$fault = "client";
|
|
309
|
-
Object.setPrototypeOf(this, ResourceExistsException.prototype);
|
|
310
|
-
this.Message = opts.Message;
|
|
311
|
-
this.ResourceType = opts.ResourceType;
|
|
312
|
-
this.RequestId = opts.RequestId;
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
export class ResourceNotFoundException extends __BaseException {
|
|
316
|
-
constructor(opts) {
|
|
317
|
-
super({
|
|
318
|
-
name: "ResourceNotFoundException",
|
|
319
|
-
$fault: "client",
|
|
320
|
-
...opts,
|
|
321
|
-
});
|
|
322
|
-
this.name = "ResourceNotFoundException";
|
|
323
|
-
this.$fault = "client";
|
|
324
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
325
|
-
this.Message = opts.Message;
|
|
326
|
-
this.ResourceType = opts.ResourceType;
|
|
327
|
-
this.RequestId = opts.RequestId;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
export class ThrottlingException extends __BaseException {
|
|
331
|
-
constructor(opts) {
|
|
332
|
-
super({
|
|
333
|
-
name: "ThrottlingException",
|
|
334
|
-
$fault: "client",
|
|
335
|
-
...opts,
|
|
336
|
-
});
|
|
337
|
-
this.name = "ThrottlingException";
|
|
338
|
-
this.$fault = "client";
|
|
339
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
340
|
-
this.Message = opts.Message;
|
|
341
|
-
this.RequestId = opts.RequestId;
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
export const ColumnDataType = {
|
|
345
|
-
DATETIME: "DATETIME",
|
|
346
|
-
DECIMAL: "DECIMAL",
|
|
347
|
-
INTEGER: "INTEGER",
|
|
348
|
-
STRING: "STRING",
|
|
349
|
-
};
|
|
350
|
-
export const CategoryFilterFunction = {
|
|
351
|
-
CONTAINS: "CONTAINS",
|
|
352
|
-
EXACT: "EXACT",
|
|
353
|
-
};
|
|
354
|
-
export const CategoryFilterType = {
|
|
355
|
-
CUSTOM_FILTER: "CUSTOM_FILTER",
|
|
356
|
-
CUSTOM_FILTER_LIST: "CUSTOM_FILTER_LIST",
|
|
357
|
-
FILTER_LIST: "FILTER_LIST",
|
|
358
|
-
};
|
|
359
|
-
export const ColumnDataRole = {
|
|
360
|
-
DIMENSION: "DIMENSION",
|
|
361
|
-
MEASURE: "MEASURE",
|
|
362
|
-
};
|
|
363
|
-
export const GeoSpatialCountryCode = {
|
|
364
|
-
US: "US",
|
|
365
|
-
};
|
|
366
|
-
export const ColumnOrderingType = {
|
|
367
|
-
GREATER_IS_BETTER: "GREATER_IS_BETTER",
|
|
368
|
-
LESSER_IS_BETTER: "LESSER_IS_BETTER",
|
|
369
|
-
SPECIFIED: "SPECIFIED",
|
|
370
|
-
};
|
|
371
|
-
export const GeoSpatialDataRole = {
|
|
372
|
-
CITY: "CITY",
|
|
373
|
-
COUNTRY: "COUNTRY",
|
|
374
|
-
COUNTY: "COUNTY",
|
|
375
|
-
LATITUDE: "LATITUDE",
|
|
376
|
-
LONGITUDE: "LONGITUDE",
|
|
377
|
-
POSTCODE: "POSTCODE",
|
|
378
|
-
STATE: "STATE",
|
|
379
|
-
};
|
|
380
|
-
export const ColumnTagName = {
|
|
381
|
-
COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION",
|
|
382
|
-
COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE",
|
|
237
|
+
export const AssetBundleExportJobAnalysisPropertyToOverride = {
|
|
238
|
+
NAME: "Name",
|
|
239
|
+
};
|
|
240
|
+
export const AssetBundleExportJobDashboardPropertyToOverride = {
|
|
241
|
+
NAME: "Name",
|
|
242
|
+
};
|
|
243
|
+
export const AssetBundleExportJobDataSetPropertyToOverride = {
|
|
244
|
+
NAME: "Name",
|
|
245
|
+
};
|
|
246
|
+
export const AssetBundleExportJobDataSourcePropertyToOverride = {
|
|
247
|
+
CATALOG: "Catalog",
|
|
248
|
+
CLUSTER_ID: "ClusterId",
|
|
249
|
+
DATABASE: "Database",
|
|
250
|
+
DATA_SET_NAME: "DataSetName",
|
|
251
|
+
DISABLE_SSL: "DisableSsl",
|
|
252
|
+
DOMAIN: "Domain",
|
|
253
|
+
HOST: "Host",
|
|
254
|
+
INSTANCE_ID: "InstanceId",
|
|
255
|
+
MANIFEST_FILE_LOCATION: "ManifestFileLocation",
|
|
256
|
+
NAME: "Name",
|
|
257
|
+
PASSWORD: "Password",
|
|
258
|
+
PORT: "Port",
|
|
259
|
+
ROLE_ARN: "RoleArn",
|
|
260
|
+
SECRET_ARN: "SecretArn",
|
|
261
|
+
USERNAME: "Username",
|
|
262
|
+
WAREHOUSE: "Warehouse",
|
|
263
|
+
WORK_GROUP: "WorkGroup",
|
|
264
|
+
};
|
|
265
|
+
export const AssetBundleExportJobRefreshSchedulePropertyToOverride = {
|
|
266
|
+
START_AFTER_DATE_TIME: "StartAfterDateTime",
|
|
267
|
+
};
|
|
268
|
+
export const AssetBundleExportJobThemePropertyToOverride = {
|
|
269
|
+
NAME: "Name",
|
|
270
|
+
};
|
|
271
|
+
export const AssetBundleExportJobVPCConnectionPropertyToOverride = {
|
|
272
|
+
DNS_RESOLVERS: "DnsResolvers",
|
|
273
|
+
NAME: "Name",
|
|
274
|
+
ROLE_ARN: "RoleArn",
|
|
275
|
+
};
|
|
276
|
+
export const AssetBundleExportFormat = {
|
|
277
|
+
CLOUDFORMATION_JSON: "CLOUDFORMATION_JSON",
|
|
278
|
+
QUICKSIGHT_JSON: "QUICKSIGHT_JSON",
|
|
279
|
+
};
|
|
280
|
+
export const AssetBundleExportJobStatus = {
|
|
281
|
+
FAILED: "FAILED",
|
|
282
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
283
|
+
QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION",
|
|
284
|
+
SUCCESSFUL: "SUCCESSFUL",
|
|
285
|
+
};
|
|
286
|
+
export const AssetBundleImportFailureAction = {
|
|
287
|
+
DO_NOTHING: "DO_NOTHING",
|
|
288
|
+
ROLLBACK: "ROLLBACK",
|
|
383
289
|
};
|
|
384
290
|
export const ComboChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
385
291
|
...obj,
|
|
@@ -969,7 +875,10 @@ export const AnalysisDefinitionFilterSensitiveLog = (obj) => ({
|
|
|
969
875
|
ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item)),
|
|
970
876
|
}),
|
|
971
877
|
});
|
|
972
|
-
export const
|
|
878
|
+
export const AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog = (obj) => ({
|
|
973
879
|
...obj,
|
|
974
|
-
|
|
880
|
+
});
|
|
881
|
+
export const AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog = (obj) => ({
|
|
882
|
+
...obj,
|
|
883
|
+
...(obj.CredentialPair && { CredentialPair: SENSITIVE_STRING }),
|
|
975
884
|
});
|