@aws-sdk/client-quicksight 3.369.0 → 3.376.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/QuickSight.js +6 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/DescribeDashboardSnapshotJobResultCommand.js +47 -0
- package/dist-cjs/commands/StartDashboardSnapshotJobCommand.js +47 -0
- package/dist-cjs/commands/UpdateDataSetCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateTemplateCommand.js +2 -2
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/models/models_0.js +6 -12
- package/dist-cjs/models/models_1.js +35 -26
- package/dist-cjs/models/models_2.js +25 -3
- package/dist-cjs/models/models_3.js +39 -24
- package/dist-cjs/models/models_4.js +26 -1
- package/dist-cjs/pagination/ListGroupMembershipsPaginator.js +29 -0
- package/dist-cjs/pagination/ListGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +29 -0
- package/dist-cjs/pagination/ListIAMPolicyAssignmentsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUserGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/ListUsersPaginator.js +29 -0
- package/dist-cjs/pagination/SearchGroupsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +7 -0
- package/dist-cjs/protocols/Aws_restJson1.js +326 -6
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +43 -0
- package/dist-es/commands/StartDashboardSnapshotJobCommand.js +43 -0
- package/dist-es/commands/UpdateDataSetCommand.js +1 -1
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +3 -7
- package/dist-es/models/models_1.js +26 -22
- package/dist-es/models/models_2.js +22 -0
- package/dist-es/models/models_3.js +30 -19
- package/dist-es/models/models_4.js +22 -0
- package/dist-es/pagination/ListGroupMembershipsPaginator.js +25 -0
- package/dist-es/pagination/ListGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsForUserPaginator.js +25 -0
- package/dist-es/pagination/ListIAMPolicyAssignmentsPaginator.js +25 -0
- package/dist-es/pagination/ListUserGroupsPaginator.js +25 -0
- package/dist-es/pagination/ListUsersPaginator.js +25 -0
- package/dist-es/pagination/SearchGroupsPaginator.js +25 -0
- package/dist-es/pagination/index.js +7 -0
- package/dist-es/protocols/Aws_restJson1.js +314 -0
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/CreateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/CreateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +48 -0
- package/dist-types/commands/DeleteAccountCustomizationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +179 -0
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +155 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +48 -0
- package/dist-types/commands/StartDashboardSnapshotJobCommand.d.ts +197 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardCommand.d.ts +48 -0
- package/dist-types/commands/UpdateDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDashboardPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/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/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -2
- package/dist-types/commands/UpdateTemplateCommand.d.ts +49 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +77 -47
- package/dist-types/models/models_1.d.ts +208 -213
- package/dist-types/models/models_2.d.ts +219 -220
- package/dist-types/models/models_3.d.ts +602 -805
- package/dist-types/models/models_4.d.ts +770 -2
- package/dist-types/pagination/ListGroupMembershipsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUserGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
- package/dist-types/pagination/SearchGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +7 -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/DeleteAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartDashboardSnapshotJobCommand.d.ts +42 -0
- 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/UpdateDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/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/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +21 -17
- package/dist-types/ts3.4/models/models_1.d.ts +71 -81
- package/dist-types/ts3.4/models/models_2.d.ts +85 -67
- package/dist-types/ts3.4/models/models_3.d.ts +176 -222
- package/dist-types/ts3.4/models/models_4.d.ts +222 -1
- package/dist-types/ts3.4/pagination/ListGroupMembershipsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsForUserPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIAMPolicyAssignmentsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUserGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/SearchGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +7 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +16 -17
package/README.md
CHANGED
|
@@ -655,6 +655,22 @@ DescribeDashboardPermissions
|
|
|
655
655
|
|
|
656
656
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describedashboardpermissionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedashboardpermissionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedashboardpermissionscommandoutput.html)
|
|
657
657
|
|
|
658
|
+
</details>
|
|
659
|
+
<details>
|
|
660
|
+
<summary>
|
|
661
|
+
DescribeDashboardSnapshotJob
|
|
662
|
+
</summary>
|
|
663
|
+
|
|
664
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describedashboardsnapshotjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedashboardsnapshotjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedashboardsnapshotjobcommandoutput.html)
|
|
665
|
+
|
|
666
|
+
</details>
|
|
667
|
+
<details>
|
|
668
|
+
<summary>
|
|
669
|
+
DescribeDashboardSnapshotJobResult
|
|
670
|
+
</summary>
|
|
671
|
+
|
|
672
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/describedashboardsnapshotjobresultcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedashboardsnapshotjobresultcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/describedashboardsnapshotjobresultcommandoutput.html)
|
|
673
|
+
|
|
658
674
|
</details>
|
|
659
675
|
<details>
|
|
660
676
|
<summary>
|
|
@@ -1223,6 +1239,14 @@ StartAssetBundleImportJob
|
|
|
1223
1239
|
|
|
1224
1240
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/startassetbundleimportjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleimportjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startassetbundleimportjobcommandoutput.html)
|
|
1225
1241
|
|
|
1242
|
+
</details>
|
|
1243
|
+
<details>
|
|
1244
|
+
<summary>
|
|
1245
|
+
StartDashboardSnapshotJob
|
|
1246
|
+
</summary>
|
|
1247
|
+
|
|
1248
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/classes/startdashboardsnapshotjobcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startdashboardsnapshotjobcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-quicksight/interfaces/startdashboardsnapshotjobcommandoutput.html)
|
|
1249
|
+
|
|
1226
1250
|
</details>
|
|
1227
1251
|
<details>
|
|
1228
1252
|
<summary>
|
package/dist-cjs/QuickSight.js
CHANGED
|
@@ -58,6 +58,8 @@ const DescribeAssetBundleImportJobCommand_1 = require("./commands/DescribeAssetB
|
|
|
58
58
|
const DescribeDashboardCommand_1 = require("./commands/DescribeDashboardCommand");
|
|
59
59
|
const DescribeDashboardDefinitionCommand_1 = require("./commands/DescribeDashboardDefinitionCommand");
|
|
60
60
|
const DescribeDashboardPermissionsCommand_1 = require("./commands/DescribeDashboardPermissionsCommand");
|
|
61
|
+
const DescribeDashboardSnapshotJobCommand_1 = require("./commands/DescribeDashboardSnapshotJobCommand");
|
|
62
|
+
const DescribeDashboardSnapshotJobResultCommand_1 = require("./commands/DescribeDashboardSnapshotJobResultCommand");
|
|
61
63
|
const DescribeDataSetCommand_1 = require("./commands/DescribeDataSetCommand");
|
|
62
64
|
const DescribeDataSetPermissionsCommand_1 = require("./commands/DescribeDataSetPermissionsCommand");
|
|
63
65
|
const DescribeDataSetRefreshPropertiesCommand_1 = require("./commands/DescribeDataSetRefreshPropertiesCommand");
|
|
@@ -129,6 +131,7 @@ const SearchFoldersCommand_1 = require("./commands/SearchFoldersCommand");
|
|
|
129
131
|
const SearchGroupsCommand_1 = require("./commands/SearchGroupsCommand");
|
|
130
132
|
const StartAssetBundleExportJobCommand_1 = require("./commands/StartAssetBundleExportJobCommand");
|
|
131
133
|
const StartAssetBundleImportJobCommand_1 = require("./commands/StartAssetBundleImportJobCommand");
|
|
134
|
+
const StartDashboardSnapshotJobCommand_1 = require("./commands/StartDashboardSnapshotJobCommand");
|
|
132
135
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
133
136
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
134
137
|
const UpdateAccountCustomizationCommand_1 = require("./commands/UpdateAccountCustomizationCommand");
|
|
@@ -218,6 +221,8 @@ const commands = {
|
|
|
218
221
|
DescribeDashboardCommand: DescribeDashboardCommand_1.DescribeDashboardCommand,
|
|
219
222
|
DescribeDashboardDefinitionCommand: DescribeDashboardDefinitionCommand_1.DescribeDashboardDefinitionCommand,
|
|
220
223
|
DescribeDashboardPermissionsCommand: DescribeDashboardPermissionsCommand_1.DescribeDashboardPermissionsCommand,
|
|
224
|
+
DescribeDashboardSnapshotJobCommand: DescribeDashboardSnapshotJobCommand_1.DescribeDashboardSnapshotJobCommand,
|
|
225
|
+
DescribeDashboardSnapshotJobResultCommand: DescribeDashboardSnapshotJobResultCommand_1.DescribeDashboardSnapshotJobResultCommand,
|
|
221
226
|
DescribeDataSetCommand: DescribeDataSetCommand_1.DescribeDataSetCommand,
|
|
222
227
|
DescribeDataSetPermissionsCommand: DescribeDataSetPermissionsCommand_1.DescribeDataSetPermissionsCommand,
|
|
223
228
|
DescribeDataSetRefreshPropertiesCommand: DescribeDataSetRefreshPropertiesCommand_1.DescribeDataSetRefreshPropertiesCommand,
|
|
@@ -289,6 +294,7 @@ const commands = {
|
|
|
289
294
|
SearchGroupsCommand: SearchGroupsCommand_1.SearchGroupsCommand,
|
|
290
295
|
StartAssetBundleExportJobCommand: StartAssetBundleExportJobCommand_1.StartAssetBundleExportJobCommand,
|
|
291
296
|
StartAssetBundleImportJobCommand: StartAssetBundleImportJobCommand_1.StartAssetBundleImportJobCommand,
|
|
297
|
+
StartDashboardSnapshotJobCommand: StartDashboardSnapshotJobCommand_1.StartDashboardSnapshotJobCommand,
|
|
292
298
|
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
293
299
|
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
294
300
|
UpdateAccountCustomizationCommand: UpdateAccountCustomizationCommand_1.UpdateAccountCustomizationCommand,
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeDashboardSnapshotJobCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_3_1 = require("../models/models_3");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DescribeDashboardSnapshotJobCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeDashboardSnapshotJobCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "DescribeDashboardSnapshotJobCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: models_3_1.DescribeDashboardSnapshotJobResponseFilterSensitiveLog,
|
|
36
|
+
};
|
|
37
|
+
const { requestHandler } = configuration;
|
|
38
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
+
}
|
|
40
|
+
serialize(input, context) {
|
|
41
|
+
return (0, Aws_restJson1_1.se_DescribeDashboardSnapshotJobCommand)(input, context);
|
|
42
|
+
}
|
|
43
|
+
deserialize(output, context) {
|
|
44
|
+
return (0, Aws_restJson1_1.de_DescribeDashboardSnapshotJobCommand)(output, context);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.DescribeDashboardSnapshotJobCommand = DescribeDashboardSnapshotJobCommand;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeDashboardSnapshotJobResultCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_3_1 = require("../models/models_3");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class DescribeDashboardSnapshotJobResultCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, DescribeDashboardSnapshotJobResultCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "DescribeDashboardSnapshotJobResultCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: models_3_1.DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog,
|
|
36
|
+
};
|
|
37
|
+
const { requestHandler } = configuration;
|
|
38
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
+
}
|
|
40
|
+
serialize(input, context) {
|
|
41
|
+
return (0, Aws_restJson1_1.se_DescribeDashboardSnapshotJobResultCommand)(input, context);
|
|
42
|
+
}
|
|
43
|
+
deserialize(output, context) {
|
|
44
|
+
return (0, Aws_restJson1_1.de_DescribeDashboardSnapshotJobResultCommand)(output, context);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.DescribeDashboardSnapshotJobResultCommand = DescribeDashboardSnapshotJobResultCommand;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartDashboardSnapshotJobCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const models_3_1 = require("../models/models_3");
|
|
9
|
+
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
|
+
class StartDashboardSnapshotJobCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartDashboardSnapshotJobCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "QuickSightClient";
|
|
29
|
+
const commandName = "StartDashboardSnapshotJobCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: models_3_1.StartDashboardSnapshotJobRequestFilterSensitiveLog,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
};
|
|
37
|
+
const { requestHandler } = configuration;
|
|
38
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
39
|
+
}
|
|
40
|
+
serialize(input, context) {
|
|
41
|
+
return (0, Aws_restJson1_1.se_StartDashboardSnapshotJobCommand)(input, context);
|
|
42
|
+
}
|
|
43
|
+
deserialize(output, context) {
|
|
44
|
+
return (0, Aws_restJson1_1.de_StartDashboardSnapshotJobCommand)(output, context);
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.StartDashboardSnapshotJobCommand = StartDashboardSnapshotJobCommand;
|
|
@@ -5,7 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const models_4_1 = require("../models/models_4");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class UpdateDataSetCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +31,7 @@ class UpdateDataSetCommand extends smithy_client_1.Command {
|
|
|
31
31
|
logger,
|
|
32
32
|
clientName,
|
|
33
33
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_4_1.UpdateDataSetRequestFilterSensitiveLog,
|
|
35
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
36
|
};
|
|
37
37
|
const { requestHandler } = configuration;
|
|
@@ -5,7 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const models_4_1 = require("../models/models_4");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class UpdateDataSourceCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +31,7 @@ class UpdateDataSourceCommand extends smithy_client_1.Command {
|
|
|
31
31
|
logger,
|
|
32
32
|
clientName,
|
|
33
33
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_4_1.UpdateDataSourceRequestFilterSensitiveLog,
|
|
35
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
36
|
};
|
|
37
37
|
const { requestHandler } = configuration;
|
|
@@ -5,7 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const models_4_1 = require("../models/models_4");
|
|
9
9
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
10
10
|
class UpdateTemplateCommand extends smithy_client_1.Command {
|
|
11
11
|
static getEndpointParameterInstructions() {
|
|
@@ -31,7 +31,7 @@ class UpdateTemplateCommand extends smithy_client_1.Command {
|
|
|
31
31
|
logger,
|
|
32
32
|
clientName,
|
|
33
33
|
commandName,
|
|
34
|
-
inputFilterSensitiveLog:
|
|
34
|
+
inputFilterSensitiveLog: models_4_1.UpdateTemplateRequestFilterSensitiveLog,
|
|
35
35
|
outputFilterSensitiveLog: (_) => _,
|
|
36
36
|
};
|
|
37
37
|
const { requestHandler } = configuration;
|
|
@@ -57,6 +57,8 @@ tslib_1.__exportStar(require("./DescribeAssetBundleImportJobCommand"), exports);
|
|
|
57
57
|
tslib_1.__exportStar(require("./DescribeDashboardCommand"), exports);
|
|
58
58
|
tslib_1.__exportStar(require("./DescribeDashboardDefinitionCommand"), exports);
|
|
59
59
|
tslib_1.__exportStar(require("./DescribeDashboardPermissionsCommand"), exports);
|
|
60
|
+
tslib_1.__exportStar(require("./DescribeDashboardSnapshotJobCommand"), exports);
|
|
61
|
+
tslib_1.__exportStar(require("./DescribeDashboardSnapshotJobResultCommand"), exports);
|
|
60
62
|
tslib_1.__exportStar(require("./DescribeDataSetCommand"), exports);
|
|
61
63
|
tslib_1.__exportStar(require("./DescribeDataSetPermissionsCommand"), exports);
|
|
62
64
|
tslib_1.__exportStar(require("./DescribeDataSetRefreshPropertiesCommand"), exports);
|
|
@@ -128,6 +130,7 @@ tslib_1.__exportStar(require("./SearchFoldersCommand"), exports);
|
|
|
128
130
|
tslib_1.__exportStar(require("./SearchGroupsCommand"), exports);
|
|
129
131
|
tslib_1.__exportStar(require("./StartAssetBundleExportJobCommand"), exports);
|
|
130
132
|
tslib_1.__exportStar(require("./StartAssetBundleImportJobCommand"), exports);
|
|
133
|
+
tslib_1.__exportStar(require("./StartDashboardSnapshotJobCommand"), exports);
|
|
131
134
|
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
132
135
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
133
136
|
tslib_1.__exportStar(require("./UpdateAccountCustomizationCommand"), exports);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
3
|
+
exports.DataLabelOverlap = exports.DataLabelContent = exports.BarsArrangement = exports.VisualCustomActionTrigger = exports.URLTargetConfiguration = exports.SelectAllValueOptions = exports.TargetVisualOptions = exports.SelectedFieldOptions = exports.SectionPageBreakStatus = exports.LayoutElementType = exports.SheetControlSliderType = exports.SheetControlListType = exports.SheetControlDateTimePickerType = exports.FontWeightName = exports.FontStyle = exports.RelativeFontSize = exports.FontDecoration = exports.ParameterValueType = exports.ValueWhenUnsetOption = exports.FilterVisualScope = exports.RelativeDateType = exports.WidgetStatus = exports.TimeGranularity = exports.AnchorOption = exports.NumericFilterSelectAllOptions = exports.NumericEqualityMatchOperator = exports.CategoryFilterSelectAllOptions = exports.FilterNullOption = exports.CategoryFilterMatchOperator = exports.CrossDatasetTypes = exports.ColumnRole = exports.Visibility = exports.NumericSeparatorSymbol = exports.NumberScale = exports.NegativeValueDisplayMode = exports.SpecialValue = exports.SheetContentType = exports.PaperSize = exports.PaperOrientation = exports.ResizeOption = exports.ResourceStatus = exports.AnalysisErrorType = exports.SortDirection = exports.SimpleNumericalAggregationFunction = exports.DateAggregationFunction = exports.CategoricalAggregationFunction = exports.SimpleAttributeAggregationFunction = exports.DashboardBehavior = exports.Edition = exports.AccessDeniedException = void 0;
|
|
4
|
+
exports.FreeFormLayoutConfigurationFilterSensitiveLog = exports.FreeFormLayoutElementFilterSensitiveLog = exports.SheetElementRenderingRuleFilterSensitiveLog = exports.ParameterDeclarationFilterSensitiveLog = exports.StringParameterDeclarationFilterSensitiveLog = exports.StringValueWhenUnsetConfigurationFilterSensitiveLog = exports.StringDefaultValuesFilterSensitiveLog = exports.IntegerParameterDeclarationFilterSensitiveLog = exports.IntegerValueWhenUnsetConfigurationFilterSensitiveLog = exports.IntegerDefaultValuesFilterSensitiveLog = exports.DecimalParameterDeclarationFilterSensitiveLog = exports.DecimalValueWhenUnsetConfigurationFilterSensitiveLog = exports.DecimalDefaultValuesFilterSensitiveLog = exports.DateTimeParameterDeclarationFilterSensitiveLog = exports.DateTimeValueWhenUnsetConfigurationFilterSensitiveLog = exports.DateTimeDefaultValuesFilterSensitiveLog = exports.FilterGroupFilterSensitiveLog = exports.FilterFilterSensitiveLog = exports.TimeRangeFilterFilterSensitiveLog = exports.TimeRangeFilterValueFilterSensitiveLog = exports.RollingDateConfigurationFilterSensitiveLog = exports.ColumnConfigurationFilterSensitiveLog = exports.FormatConfigurationFilterSensitiveLog = exports.StringFormatConfigurationFilterSensitiveLog = exports.NumberFormatConfigurationFilterSensitiveLog = exports.DateTimeFormatConfigurationFilterSensitiveLog = exports.NumericFormatConfigurationFilterSensitiveLog = exports.PercentageDisplayFormatConfigurationFilterSensitiveLog = exports.NumberDisplayFormatConfigurationFilterSensitiveLog = exports.CurrencyDisplayFormatConfigurationFilterSensitiveLog = exports.NullValueFormatConfigurationFilterSensitiveLog = exports.ColorsConfigurationFilterSensitiveLog = exports.CustomColorFilterSensitiveLog = exports.CalculatedFieldFilterSensitiveLog = exports.BoxPlotFillStyle = exports.SelectedTooltipType = exports.TooltipTitleType = exports.OtherCategories = exports.SmallMultiplesAxisScale = exports.SmallMultiplesAxisPlacement = exports.HorizontalTextAlignment = exports.PanelBorderStyle = exports.ReferenceLinePatternType = exports.ReferenceLineLabelVerticalPosition = exports.ReferenceLineValueLabelRelativePosition = exports.ReferenceLineLabelHorizontalPosition = exports.AxisBinding = exports.BarChartOrientation = exports.LegendPosition = exports.DataLabelPosition = void 0;
|
|
5
|
+
exports.BarChartVisualFilterSensitiveLog = exports.BarChartConfigurationFilterSensitiveLog = exports.VisualPaletteFilterSensitiveLog = exports.DataPathColorFilterSensitiveLog = exports.DataPathValueFilterSensitiveLog = exports.ReferenceLineFilterSensitiveLog = exports.ReferenceLineLabelConfigurationFilterSensitiveLog = exports.ReferenceLineValueLabelConfigurationFilterSensitiveLog = exports.ReferenceLineDataConfigurationFilterSensitiveLog = exports.ReferenceLineStaticDataConfigurationFilterSensitiveLog = exports.BarChartFieldWellsFilterSensitiveLog = exports.BarChartAggregatedFieldWellsFilterSensitiveLog = exports.MeasureFieldFilterSensitiveLog = exports.NumericalMeasureFieldFilterSensitiveLog = exports.DateMeasureFieldFilterSensitiveLog = exports.CategoricalMeasureFieldFilterSensitiveLog = exports.CalculatedMeasureFieldFilterSensitiveLog = exports.DimensionFieldFilterSensitiveLog = exports.NumericalDimensionFieldFilterSensitiveLog = exports.DateDimensionFieldFilterSensitiveLog = exports.CategoricalDimensionFieldFilterSensitiveLog = exports.DataLabelOptionsFilterSensitiveLog = exports.DataLabelTypeFilterSensitiveLog = exports.DataPathLabelTypeFilterSensitiveLog = exports.VisualCustomActionFilterSensitiveLog = exports.VisualCustomActionOperationFilterSensitiveLog = exports.CustomActionSetParametersOperationFilterSensitiveLog = exports.SetParameterValueConfigurationFilterSensitiveLog = exports.DestinationParameterValueConfigurationFilterSensitiveLog = exports.CustomValuesConfigurationFilterSensitiveLog = exports.CustomParameterValuesFilterSensitiveLog = exports.LayoutFilterSensitiveLog = exports.LayoutConfigurationFilterSensitiveLog = exports.SectionBasedLayoutConfigurationFilterSensitiveLog = exports.HeaderFooterSectionConfigurationFilterSensitiveLog = exports.BodySectionConfigurationFilterSensitiveLog = exports.BodySectionContentFilterSensitiveLog = exports.SectionLayoutConfigurationFilterSensitiveLog = exports.FreeFormSectionLayoutConfigurationFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const QuickSightServiceException_1 = require("./QuickSightServiceException");
|
|
8
8
|
class AccessDeniedException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
@@ -29,6 +29,9 @@ exports.DashboardBehavior = {
|
|
|
29
29
|
DISABLED: "DISABLED",
|
|
30
30
|
ENABLED: "ENABLED",
|
|
31
31
|
};
|
|
32
|
+
exports.SimpleAttributeAggregationFunction = {
|
|
33
|
+
UNIQUE_VALUE: "UNIQUE_VALUE",
|
|
34
|
+
};
|
|
32
35
|
exports.CategoricalAggregationFunction = {
|
|
33
36
|
COUNT: "COUNT",
|
|
34
37
|
DISTINCT_COUNT: "DISTINCT_COUNT",
|
|
@@ -810,12 +813,3 @@ const BarChartVisualFilterSensitiveLog = (obj) => ({
|
|
|
810
813
|
...obj,
|
|
811
814
|
});
|
|
812
815
|
exports.BarChartVisualFilterSensitiveLog = BarChartVisualFilterSensitiveLog;
|
|
813
|
-
const BoxPlotAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
814
|
-
...obj,
|
|
815
|
-
...(obj.Values && { Values: obj.Values.map((item) => (0, exports.MeasureFieldFilterSensitiveLog)(item)) }),
|
|
816
|
-
});
|
|
817
|
-
exports.BoxPlotAggregatedFieldWellsFilterSensitiveLog = BoxPlotAggregatedFieldWellsFilterSensitiveLog;
|
|
818
|
-
const BoxPlotFieldWellsFilterSensitiveLog = (obj) => ({
|
|
819
|
-
...obj,
|
|
820
|
-
});
|
|
821
|
-
exports.BoxPlotFieldWellsFilterSensitiveLog = BoxPlotFieldWellsFilterSensitiveLog;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.HistogramAggregatedFieldWellsFilterSensitiveLog = exports.HeatMapVisualFilterSensitiveLog = exports.HeatMapConfigurationFilterSensitiveLog = exports.HeatMapFieldWellsFilterSensitiveLog = exports.HeatMapAggregatedFieldWellsFilterSensitiveLog = exports.GeospatialMapVisualFilterSensitiveLog = exports.GeospatialMapConfigurationFilterSensitiveLog = exports.GeospatialMapFieldWellsFilterSensitiveLog = exports.GeospatialMapAggregatedFieldWellsFilterSensitiveLog = exports.GaugeChartVisualFilterSensitiveLog = exports.GaugeChartConditionalFormattingFilterSensitiveLog = exports.GaugeChartConditionalFormattingOptionFilterSensitiveLog = exports.GaugeChartPrimaryValueConditionalFormattingFilterSensitiveLog = exports.ConditionalFormattingIconFilterSensitiveLog = exports.ConditionalFormattingIconSetFilterSensitiveLog = exports.ConditionalFormattingCustomIconConditionFilterSensitiveLog = exports.GaugeChartArcConditionalFormattingFilterSensitiveLog = exports.GaugeChartConfigurationFilterSensitiveLog = exports.GaugeChartOptionsFilterSensitiveLog = exports.ComparisonConfigurationFilterSensitiveLog = exports.ComparisonFormatConfigurationFilterSensitiveLog = exports.GaugeChartFieldWellsFilterSensitiveLog = exports.FunnelChartVisualFilterSensitiveLog = exports.FunnelChartConfigurationFilterSensitiveLog = exports.FunnelChartFieldWellsFilterSensitiveLog = exports.FunnelChartAggregatedFieldWellsFilterSensitiveLog = exports.FilledMapVisualFilterSensitiveLog = exports.FilledMapConditionalFormattingFilterSensitiveLog = exports.FilledMapConditionalFormattingOptionFilterSensitiveLog = exports.FilledMapShapeConditionalFormattingFilterSensitiveLog = exports.ShapeConditionalFormatFilterSensitiveLog = exports.ConditionalFormattingColorFilterSensitiveLog = exports.ConditionalFormattingSolidColorFilterSensitiveLog = exports.ConditionalFormattingGradientColorFilterSensitiveLog = exports.FilledMapConfigurationFilterSensitiveLog = exports.FilledMapFieldWellsFilterSensitiveLog = exports.FilledMapAggregatedFieldWellsFilterSensitiveLog = exports.EmptyVisualFilterSensitiveLog = exports.CustomContentVisualFilterSensitiveLog = exports.ComboChartVisualFilterSensitiveLog = exports.ComboChartConfigurationFilterSensitiveLog = exports.ComboChartFieldWellsFilterSensitiveLog = exports.ComboChartAggregatedFieldWellsFilterSensitiveLog = exports.BoxPlotVisualFilterSensitiveLog = exports.BoxPlotChartConfigurationFilterSensitiveLog = exports.
|
|
5
|
-
exports.PivotTableVisualFilterSensitiveLog = exports.PivotTableConditionalFormattingFilterSensitiveLog = exports.PivotTableConditionalFormattingOptionFilterSensitiveLog = exports.PivotTableCellConditionalFormattingFilterSensitiveLog = exports.TextConditionalFormatFilterSensitiveLog = exports.PivotTableConfigurationFilterSensitiveLog = exports.PivotTableSortConfigurationFilterSensitiveLog = exports.PivotFieldSortOptionsFilterSensitiveLog = exports.PivotTableSortByFilterSensitiveLog = exports.DataPathSortFilterSensitiveLog = exports.PivotTableFieldWellsFilterSensitiveLog = exports.PivotTableAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableFieldOptionsFilterSensitiveLog = exports.PivotTableDataPathOptionFilterSensitiveLog = exports.PivotTableFieldCollapseStateOptionFilterSensitiveLog = exports.PivotTableFieldCollapseStateTargetFilterSensitiveLog = exports.PieChartVisualFilterSensitiveLog = exports.PieChartConfigurationFilterSensitiveLog = exports.PieChartFieldWellsFilterSensitiveLog = exports.PieChartAggregatedFieldWellsFilterSensitiveLog = exports.LineChartVisualFilterSensitiveLog = exports.LineChartConfigurationFilterSensitiveLog = exports.SeriesItemFilterSensitiveLog = exports.DataFieldSeriesItemFilterSensitiveLog = exports.LineChartFieldWellsFilterSensitiveLog = exports.LineChartAggregatedFieldWellsFilterSensitiveLog = exports.KPIVisualFilterSensitiveLog = exports.KPIConditionalFormattingFilterSensitiveLog = exports.KPIConditionalFormattingOptionFilterSensitiveLog = exports.KPIProgressBarConditionalFormattingFilterSensitiveLog = exports.KPIPrimaryValueConditionalFormattingFilterSensitiveLog = exports.KPIConfigurationFilterSensitiveLog = exports.KPIOptionsFilterSensitiveLog = exports.KPIFieldWellsFilterSensitiveLog = exports.InsightVisualFilterSensitiveLog = exports.InsightConfigurationFilterSensitiveLog = exports.ComputationFilterSensitiveLog = exports.UniqueValuesComputationFilterSensitiveLog = exports.TotalAggregationComputationFilterSensitiveLog = exports.TopBottomRankedComputationFilterSensitiveLog = exports.TopBottomMoversComputationFilterSensitiveLog = exports.PeriodToDateComputationFilterSensitiveLog = exports.PeriodOverPeriodComputationFilterSensitiveLog = exports.MetricComparisonComputationFilterSensitiveLog = exports.MaximumMinimumComputationFilterSensitiveLog = exports.GrowthRateComputationFilterSensitiveLog = exports.ForecastComputationFilterSensitiveLog = exports.HistogramVisualFilterSensitiveLog = exports.HistogramConfigurationFilterSensitiveLog =
|
|
6
|
-
exports.AnalysisDefinitionFilterSensitiveLog = exports.SheetDefinitionFilterSensitiveLog = exports.VisualFilterSensitiveLog = exports.WordCloudVisualFilterSensitiveLog = exports.WordCloudChartConfigurationFilterSensitiveLog = exports.WordCloudFieldWellsFilterSensitiveLog = exports.WordCloudAggregatedFieldWellsFilterSensitiveLog = exports.WaterfallVisualFilterSensitiveLog = exports.WaterfallChartConfigurationFilterSensitiveLog = exports.WaterfallChartFieldWellsFilterSensitiveLog = exports.WaterfallChartAggregatedFieldWellsFilterSensitiveLog = exports.TreeMapVisualFilterSensitiveLog = exports.TreeMapConfigurationFilterSensitiveLog = exports.TreeMapFieldWellsFilterSensitiveLog = exports.TreeMapAggregatedFieldWellsFilterSensitiveLog = exports.TableVisualFilterSensitiveLog = exports.TableConditionalFormattingFilterSensitiveLog = exports.TableConditionalFormattingOptionFilterSensitiveLog = exports.TableRowConditionalFormattingFilterSensitiveLog = exports.TableCellConditionalFormattingFilterSensitiveLog = exports.TableConfigurationFilterSensitiveLog = exports.TableFieldWellsFilterSensitiveLog = exports.TableUnaggregatedFieldWellsFilterSensitiveLog = exports.UnaggregatedFieldFilterSensitiveLog = exports.TableAggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotVisualFilterSensitiveLog = exports.ScatterPlotConfigurationFilterSensitiveLog = exports.ScatterPlotFieldWellsFilterSensitiveLog = exports.ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = exports.SankeyDiagramVisualFilterSensitiveLog = exports.SankeyDiagramChartConfigurationFilterSensitiveLog = exports.SankeyDiagramFieldWellsFilterSensitiveLog = exports.SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = exports.RadarChartVisualFilterSensitiveLog = exports.RadarChartConfigurationFilterSensitiveLog = exports.RadarChartFieldWellsFilterSensitiveLog =
|
|
3
|
+
exports.AssetBundleExportJobDataSetPropertyToOverride = exports.AssetBundleExportJobDashboardPropertyToOverride = exports.AssetBundleExportJobAnalysisPropertyToOverride = exports.SnapshotFileSheetSelectionScope = exports.SnapshotFileFormatType = exports.FilterOperator = exports.AnalysisFilterAttribute = exports.WordCloudWordScaling = exports.WordCloudWordPadding = exports.WordCloudWordOrientation = exports.WordCloudWordCasing = exports.WordCloudCloudLayout = exports.TableOrientation = exports.TableFieldIconSetType = exports.TableCellImageScalingConfiguration = exports.RadarChartShape = exports.RadarChartAxesRangeScale = exports.PivotTableConditionalFormattingScopeRole = exports.TableTotalsScrollStatus = exports.TableTotalsPlacement = exports.PivotTableSubtotalLevel = exports.PivotTableMetricPlacement = exports.VerticalTextAlignment = exports.TextWrap = exports.TableBorderStyle = exports.PivotTableFieldCollapseState = exports.ArcThickness = exports.LineChartType = exports.MissingDataTreatmentOption = exports.LineChartMarkerShape = exports.LineChartLineStyle = exports.LineInterpolation = exports.TopBottomComputationType = exports.TopBottomSortOrder = exports.MaximumMinimumComputationType = exports.ForecastComputationSeasonality = exports.HistogramBinType = exports.ColorFillType = exports.GeospatialSelectedPointStyle = exports.ConditionalFormattingIconSetType = exports.Icon = exports.ConditionalFormattingIconDisplayOption = exports.PrimaryValueDisplayType = exports.ComparisonMethod = exports.ArcThicknessOptions = exports.FunnelChartMeasureDataLabelStyle = exports.MapZoomMode = exports.BaseMapStyleType = exports.CustomContentImageScalingConfiguration = exports.CustomContentType = void 0;
|
|
4
|
+
exports.HistogramFieldWellsFilterSensitiveLog = exports.HistogramAggregatedFieldWellsFilterSensitiveLog = exports.HeatMapVisualFilterSensitiveLog = exports.HeatMapConfigurationFilterSensitiveLog = exports.HeatMapFieldWellsFilterSensitiveLog = exports.HeatMapAggregatedFieldWellsFilterSensitiveLog = exports.GeospatialMapVisualFilterSensitiveLog = exports.GeospatialMapConfigurationFilterSensitiveLog = exports.GeospatialMapFieldWellsFilterSensitiveLog = exports.GeospatialMapAggregatedFieldWellsFilterSensitiveLog = exports.GaugeChartVisualFilterSensitiveLog = exports.GaugeChartConditionalFormattingFilterSensitiveLog = exports.GaugeChartConditionalFormattingOptionFilterSensitiveLog = exports.GaugeChartPrimaryValueConditionalFormattingFilterSensitiveLog = exports.ConditionalFormattingIconFilterSensitiveLog = exports.ConditionalFormattingIconSetFilterSensitiveLog = exports.ConditionalFormattingCustomIconConditionFilterSensitiveLog = exports.GaugeChartArcConditionalFormattingFilterSensitiveLog = exports.GaugeChartConfigurationFilterSensitiveLog = exports.GaugeChartOptionsFilterSensitiveLog = exports.ComparisonConfigurationFilterSensitiveLog = exports.ComparisonFormatConfigurationFilterSensitiveLog = exports.GaugeChartFieldWellsFilterSensitiveLog = exports.FunnelChartVisualFilterSensitiveLog = exports.FunnelChartConfigurationFilterSensitiveLog = exports.FunnelChartFieldWellsFilterSensitiveLog = exports.FunnelChartAggregatedFieldWellsFilterSensitiveLog = exports.FilledMapVisualFilterSensitiveLog = exports.FilledMapConditionalFormattingFilterSensitiveLog = exports.FilledMapConditionalFormattingOptionFilterSensitiveLog = exports.FilledMapShapeConditionalFormattingFilterSensitiveLog = exports.ShapeConditionalFormatFilterSensitiveLog = exports.ConditionalFormattingColorFilterSensitiveLog = exports.ConditionalFormattingSolidColorFilterSensitiveLog = exports.ConditionalFormattingGradientColorFilterSensitiveLog = exports.FilledMapConfigurationFilterSensitiveLog = exports.FilledMapFieldWellsFilterSensitiveLog = exports.FilledMapAggregatedFieldWellsFilterSensitiveLog = exports.EmptyVisualFilterSensitiveLog = exports.CustomContentVisualFilterSensitiveLog = exports.ComboChartVisualFilterSensitiveLog = exports.ComboChartConfigurationFilterSensitiveLog = exports.ComboChartFieldWellsFilterSensitiveLog = exports.ComboChartAggregatedFieldWellsFilterSensitiveLog = exports.BoxPlotVisualFilterSensitiveLog = exports.BoxPlotChartConfigurationFilterSensitiveLog = exports.BoxPlotFieldWellsFilterSensitiveLog = exports.BoxPlotAggregatedFieldWellsFilterSensitiveLog = exports.AssetBundleExportJobRefreshSchedulePropertyToOverride = exports.AssetBundleExportJobDataSourcePropertyToOverride = void 0;
|
|
5
|
+
exports.RadarChartAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableVisualFilterSensitiveLog = exports.PivotTableConditionalFormattingFilterSensitiveLog = exports.PivotTableConditionalFormattingOptionFilterSensitiveLog = exports.PivotTableCellConditionalFormattingFilterSensitiveLog = exports.TextConditionalFormatFilterSensitiveLog = exports.PivotTableConfigurationFilterSensitiveLog = exports.PivotTableSortConfigurationFilterSensitiveLog = exports.PivotFieldSortOptionsFilterSensitiveLog = exports.PivotTableSortByFilterSensitiveLog = exports.DataPathSortFilterSensitiveLog = exports.PivotTableFieldWellsFilterSensitiveLog = exports.PivotTableAggregatedFieldWellsFilterSensitiveLog = exports.PivotTableFieldOptionsFilterSensitiveLog = exports.PivotTableDataPathOptionFilterSensitiveLog = exports.PivotTableFieldCollapseStateOptionFilterSensitiveLog = exports.PivotTableFieldCollapseStateTargetFilterSensitiveLog = exports.PieChartVisualFilterSensitiveLog = exports.PieChartConfigurationFilterSensitiveLog = exports.PieChartFieldWellsFilterSensitiveLog = exports.PieChartAggregatedFieldWellsFilterSensitiveLog = exports.LineChartVisualFilterSensitiveLog = exports.LineChartConfigurationFilterSensitiveLog = exports.SeriesItemFilterSensitiveLog = exports.DataFieldSeriesItemFilterSensitiveLog = exports.LineChartFieldWellsFilterSensitiveLog = exports.LineChartAggregatedFieldWellsFilterSensitiveLog = exports.KPIVisualFilterSensitiveLog = exports.KPIConditionalFormattingFilterSensitiveLog = exports.KPIConditionalFormattingOptionFilterSensitiveLog = exports.KPIProgressBarConditionalFormattingFilterSensitiveLog = exports.KPIPrimaryValueConditionalFormattingFilterSensitiveLog = exports.KPIConfigurationFilterSensitiveLog = exports.KPIOptionsFilterSensitiveLog = exports.KPIFieldWellsFilterSensitiveLog = exports.InsightVisualFilterSensitiveLog = exports.InsightConfigurationFilterSensitiveLog = exports.ComputationFilterSensitiveLog = exports.UniqueValuesComputationFilterSensitiveLog = exports.TotalAggregationComputationFilterSensitiveLog = exports.TopBottomRankedComputationFilterSensitiveLog = exports.TopBottomMoversComputationFilterSensitiveLog = exports.PeriodToDateComputationFilterSensitiveLog = exports.PeriodOverPeriodComputationFilterSensitiveLog = exports.MetricComparisonComputationFilterSensitiveLog = exports.MaximumMinimumComputationFilterSensitiveLog = exports.GrowthRateComputationFilterSensitiveLog = exports.ForecastComputationFilterSensitiveLog = exports.HistogramVisualFilterSensitiveLog = exports.HistogramConfigurationFilterSensitiveLog = void 0;
|
|
6
|
+
exports.AnonymousUserSnapshotJobResultFilterSensitiveLog = exports.SnapshotJobResultFileGroupFilterSensitiveLog = exports.SnapshotJobS3ResultFilterSensitiveLog = exports.AnalysisDefinitionFilterSensitiveLog = exports.SheetDefinitionFilterSensitiveLog = exports.VisualFilterSensitiveLog = exports.WordCloudVisualFilterSensitiveLog = exports.WordCloudChartConfigurationFilterSensitiveLog = exports.WordCloudFieldWellsFilterSensitiveLog = exports.WordCloudAggregatedFieldWellsFilterSensitiveLog = exports.WaterfallVisualFilterSensitiveLog = exports.WaterfallChartConfigurationFilterSensitiveLog = exports.WaterfallChartFieldWellsFilterSensitiveLog = exports.WaterfallChartAggregatedFieldWellsFilterSensitiveLog = exports.TreeMapVisualFilterSensitiveLog = exports.TreeMapConfigurationFilterSensitiveLog = exports.TreeMapFieldWellsFilterSensitiveLog = exports.TreeMapAggregatedFieldWellsFilterSensitiveLog = exports.TableVisualFilterSensitiveLog = exports.TableConditionalFormattingFilterSensitiveLog = exports.TableConditionalFormattingOptionFilterSensitiveLog = exports.TableRowConditionalFormattingFilterSensitiveLog = exports.TableCellConditionalFormattingFilterSensitiveLog = exports.TableConfigurationFilterSensitiveLog = exports.TableFieldWellsFilterSensitiveLog = exports.TableUnaggregatedFieldWellsFilterSensitiveLog = exports.UnaggregatedFieldFilterSensitiveLog = exports.TableAggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotVisualFilterSensitiveLog = exports.ScatterPlotConfigurationFilterSensitiveLog = exports.ScatterPlotFieldWellsFilterSensitiveLog = exports.ScatterPlotUnaggregatedFieldWellsFilterSensitiveLog = exports.ScatterPlotCategoricallyAggregatedFieldWellsFilterSensitiveLog = exports.SankeyDiagramVisualFilterSensitiveLog = exports.SankeyDiagramChartConfigurationFilterSensitiveLog = exports.SankeyDiagramFieldWellsFilterSensitiveLog = exports.SankeyDiagramAggregatedFieldWellsFilterSensitiveLog = exports.RadarChartVisualFilterSensitiveLog = exports.RadarChartConfigurationFilterSensitiveLog = exports.RadarChartFieldWellsFilterSensitiveLog = void 0;
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
const models_0_1 = require("./models_0");
|
|
9
9
|
exports.CustomContentType = {
|
|
@@ -249,6 +249,14 @@ exports.FilterOperator = {
|
|
|
249
249
|
StringEquals: "StringEquals",
|
|
250
250
|
StringLike: "StringLike",
|
|
251
251
|
};
|
|
252
|
+
exports.SnapshotFileFormatType = {
|
|
253
|
+
CSV: "CSV",
|
|
254
|
+
PDF: "PDF",
|
|
255
|
+
};
|
|
256
|
+
exports.SnapshotFileSheetSelectionScope = {
|
|
257
|
+
ALL_VISUALS: "ALL_VISUALS",
|
|
258
|
+
SELECTED_VISUALS: "SELECTED_VISUALS",
|
|
259
|
+
};
|
|
252
260
|
exports.AssetBundleExportJobAnalysisPropertyToOverride = {
|
|
253
261
|
NAME: "Name",
|
|
254
262
|
};
|
|
@@ -280,28 +288,15 @@ exports.AssetBundleExportJobDataSourcePropertyToOverride = {
|
|
|
280
288
|
exports.AssetBundleExportJobRefreshSchedulePropertyToOverride = {
|
|
281
289
|
START_AFTER_DATE_TIME: "StartAfterDateTime",
|
|
282
290
|
};
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
};
|
|
291
|
-
exports.
|
|
292
|
-
CLOUDFORMATION_JSON: "CLOUDFORMATION_JSON",
|
|
293
|
-
QUICKSIGHT_JSON: "QUICKSIGHT_JSON",
|
|
294
|
-
};
|
|
295
|
-
exports.AssetBundleExportJobStatus = {
|
|
296
|
-
FAILED: "FAILED",
|
|
297
|
-
IN_PROGRESS: "IN_PROGRESS",
|
|
298
|
-
QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION",
|
|
299
|
-
SUCCESSFUL: "SUCCESSFUL",
|
|
300
|
-
};
|
|
301
|
-
exports.AssetBundleImportFailureAction = {
|
|
302
|
-
DO_NOTHING: "DO_NOTHING",
|
|
303
|
-
ROLLBACK: "ROLLBACK",
|
|
304
|
-
};
|
|
291
|
+
const BoxPlotAggregatedFieldWellsFilterSensitiveLog = (obj) => ({
|
|
292
|
+
...obj,
|
|
293
|
+
...(obj.Values && { Values: obj.Values.map((item) => (0, models_0_1.MeasureFieldFilterSensitiveLog)(item)) }),
|
|
294
|
+
});
|
|
295
|
+
exports.BoxPlotAggregatedFieldWellsFilterSensitiveLog = BoxPlotAggregatedFieldWellsFilterSensitiveLog;
|
|
296
|
+
const BoxPlotFieldWellsFilterSensitiveLog = (obj) => ({
|
|
297
|
+
...obj,
|
|
298
|
+
});
|
|
299
|
+
exports.BoxPlotFieldWellsFilterSensitiveLog = BoxPlotFieldWellsFilterSensitiveLog;
|
|
305
300
|
const BoxPlotChartConfigurationFilterSensitiveLog = (obj) => ({
|
|
306
301
|
...obj,
|
|
307
302
|
...(obj.ReferenceLines && {
|
|
@@ -1051,3 +1046,17 @@ const AnalysisDefinitionFilterSensitiveLog = (obj) => ({
|
|
|
1051
1046
|
}),
|
|
1052
1047
|
});
|
|
1053
1048
|
exports.AnalysisDefinitionFilterSensitiveLog = AnalysisDefinitionFilterSensitiveLog;
|
|
1049
|
+
const SnapshotJobS3ResultFilterSensitiveLog = (obj) => ({
|
|
1050
|
+
...obj,
|
|
1051
|
+
...(obj.S3Uri && { S3Uri: smithy_client_1.SENSITIVE_STRING }),
|
|
1052
|
+
});
|
|
1053
|
+
exports.SnapshotJobS3ResultFilterSensitiveLog = SnapshotJobS3ResultFilterSensitiveLog;
|
|
1054
|
+
const SnapshotJobResultFileGroupFilterSensitiveLog = (obj) => ({
|
|
1055
|
+
...obj,
|
|
1056
|
+
...(obj.S3Results && { S3Results: obj.S3Results.map((item) => (0, exports.SnapshotJobS3ResultFilterSensitiveLog)(item)) }),
|
|
1057
|
+
});
|
|
1058
|
+
exports.SnapshotJobResultFileGroupFilterSensitiveLog = SnapshotJobResultFileGroupFilterSensitiveLog;
|
|
1059
|
+
const AnonymousUserSnapshotJobResultFilterSensitiveLog = (obj) => ({
|
|
1060
|
+
...obj,
|
|
1061
|
+
});
|
|
1062
|
+
exports.AnonymousUserSnapshotJobResultFilterSensitiveLog = AnonymousUserSnapshotJobResultFilterSensitiveLog;
|
|
@@ -1,11 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.DataSetFilterSensitiveLog = exports.CreateTopicRequestFilterSensitiveLog = exports.TopicDetailsFilterSensitiveLog = exports.DatasetMetadataFilterSensitiveLog = exports.TopicFilterFilterSensitiveLog = exports.TopicRelativeDateFilterFilterSensitiveLog = exports.TopicNumericRangeFilterFilterSensitiveLog = exports.TopicNumericEqualityFilterFilterSensitiveLog = exports.TopicSingularFilterConstantFilterSensitiveLog = void 0;
|
|
3
|
+
exports.IdentityStore = exports.IngestionStatus = exports.IngestionType = exports.MemberType = exports.FolderType = exports.DataSourceType = exports.Status = exports.RowLevelPermissionPolicy = exports.RowLevelPermissionFormatVersion = exports.PhysicalTable = exports.TextQualifier = exports.FileFormat = exports.InputColumnDataType = exports.JoinType = exports.TransformOperation = exports.DataSetImportMode = exports.DatasetParameterValueType = exports.DashboardUIState = exports.UnsupportedUserEditionException = exports.LimitExceededException = exports.PreconditionNotMetException = exports.ResourceUnavailableException = exports.ConstantType = exports.ConflictException = exports.ConcurrentUpdatingException = exports.UndefinedSpecifiedValueType = exports.ColumnTagName = exports.GeoSpatialDataRole = exports.ColumnOrderingType = exports.GeoSpatialCountryCode = exports.ColumnDataRole = exports.CategoryFilterType = exports.CategoryFilterFunction = exports.ColumnDataType = exports.ThrottlingException = exports.ResourceNotFoundException = exports.ResourceExistsException = exports.ExceptionResourceType = exports.InvalidParameterValueException = exports.InternalFailureException = exports.AuthorSpecifiedAggregation = exports.AuthenticationMethodOption = exports.AssignmentStatus = exports.AssetBundleImportJobStatus = exports.DataSourceParameters = exports.AssetBundleImportFailureAction = exports.AssetBundleExportJobStatus = exports.AssetBundleExportFormat = exports.AssetBundleExportJobVPCConnectionPropertyToOverride = exports.AssetBundleExportJobThemePropertyToOverride = void 0;
|
|
4
|
+
exports.TopicCalculatedFieldFilterSensitiveLog = exports.SemanticTypeFilterSensitiveLog = exports.CreateTemplateRequestFilterSensitiveLog = exports.TemplateVersionDefinitionFilterSensitiveLog = exports.CreateDataSourceRequestFilterSensitiveLog = exports.DataSourceCredentialsFilterSensitiveLog = exports.CreateDataSetRequestFilterSensitiveLog = exports.RowLevelPermissionTagConfigurationFilterSensitiveLog = exports.RowLevelPermissionTagRuleFilterSensitiveLog = exports.LogicalTableFilterSensitiveLog = exports.TransformOperationFilterSensitiveLog = exports.FilterOperationFilterSensitiveLog = exports.CreateDashboardRequestFilterSensitiveLog = exports.DashboardVersionDefinitionFilterSensitiveLog = exports.CreateColumnsOperationFilterSensitiveLog = exports.CreateAnalysisRequestFilterSensitiveLog = exports._ParametersFilterSensitiveLog = exports.StringParameterFilterSensitiveLog = exports.IntegerParameterFilterSensitiveLog = exports.DecimalParameterFilterSensitiveLog = exports.DateTimeParameterFilterSensitiveLog = exports.CalculatedColumnFilterSensitiveLog = exports.AssetBundleImportSourceFilterSensitiveLog = exports.AssetBundleImportJobOverrideParametersFilterSensitiveLog = exports.AssetBundleImportJobDataSourceOverrideParametersFilterSensitiveLog = exports.AssetBundleImportJobDataSourceCredentialsFilterSensitiveLog = exports.AssetBundleImportJobDataSourceCredentialPairFilterSensitiveLog = exports.DataSourceFilterAttribute = exports.DataSourceErrorInfoType = exports.LookbackWindowSizeUnit = exports.DataSetFilterAttribute = exports.DashboardFilterAttribute = exports.DashboardErrorType = exports.VPCConnectionResourceStatus = exports.VPCConnectionAvailabilityStatus = exports.TopicScheduleType = exports.PropertyUsage = exports.PropertyRole = exports.NamedEntityAggType = exports.TopicRelativeDateFilterFunction = exports.NamedFilterAggType = exports.NamedFilterType = exports.FilterClass = exports.TopicTimeGranularity = exports.TopicNumericSeparatorSymbol = exports.DisplayFormat = exports.DefaultAggregation = exports.DayOfWeek = exports.RefreshInterval = exports.NamespaceStatus = void 0;
|
|
5
|
+
exports.DataSetFilterSensitiveLog = exports.CreateTopicRequestFilterSensitiveLog = exports.TopicDetailsFilterSensitiveLog = exports.DatasetMetadataFilterSensitiveLog = exports.TopicFilterFilterSensitiveLog = exports.TopicRelativeDateFilterFilterSensitiveLog = exports.TopicNumericRangeFilterFilterSensitiveLog = exports.TopicNumericEqualityFilterFilterSensitiveLog = exports.TopicSingularFilterConstantFilterSensitiveLog = exports.TopicDateRangeFilterFilterSensitiveLog = exports.TopicRangeFilterConstantFilterSensitiveLog = exports.TopicCategoryFilterFilterSensitiveLog = exports.TopicCategoryFilterConstantFilterSensitiveLog = exports.TopicColumnFilterSensitiveLog = void 0;
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const models_0_1 = require("./models_0");
|
|
8
8
|
const QuickSightServiceException_1 = require("./QuickSightServiceException");
|
|
9
|
+
exports.AssetBundleExportJobThemePropertyToOverride = {
|
|
10
|
+
NAME: "Name",
|
|
11
|
+
};
|
|
12
|
+
exports.AssetBundleExportJobVPCConnectionPropertyToOverride = {
|
|
13
|
+
DNS_RESOLVERS: "DnsResolvers",
|
|
14
|
+
NAME: "Name",
|
|
15
|
+
ROLE_ARN: "RoleArn",
|
|
16
|
+
};
|
|
17
|
+
exports.AssetBundleExportFormat = {
|
|
18
|
+
CLOUDFORMATION_JSON: "CLOUDFORMATION_JSON",
|
|
19
|
+
QUICKSIGHT_JSON: "QUICKSIGHT_JSON",
|
|
20
|
+
};
|
|
21
|
+
exports.AssetBundleExportJobStatus = {
|
|
22
|
+
FAILED: "FAILED",
|
|
23
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
24
|
+
QUEUED_FOR_IMMEDIATE_EXECUTION: "QUEUED_FOR_IMMEDIATE_EXECUTION",
|
|
25
|
+
SUCCESSFUL: "SUCCESSFUL",
|
|
26
|
+
};
|
|
27
|
+
exports.AssetBundleImportFailureAction = {
|
|
28
|
+
DO_NOTHING: "DO_NOTHING",
|
|
29
|
+
ROLLBACK: "ROLLBACK",
|
|
30
|
+
};
|
|
9
31
|
var DataSourceParameters;
|
|
10
32
|
(function (DataSourceParameters) {
|
|
11
33
|
DataSourceParameters.visit = (value, visitor) => {
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.UpdateDashboardRequestFilterSensitiveLog = exports.UpdateAnalysisRequestFilterSensitiveLog = exports.StartDashboardSnapshotJobRequestFilterSensitiveLog = exports.SnapshotUserConfigurationFilterSensitiveLog = exports.SnapshotAnonymousUserFilterSensitiveLog = exports.StartAssetBundleImportJobRequestFilterSensitiveLog = exports.GetSessionEmbedUrlResponseFilterSensitiveLog = exports.GetDashboardEmbedUrlResponseFilterSensitiveLog = exports.GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog = exports.GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog = exports.SessionTagFilterSensitiveLog = exports.DescribeTopicResponseFilterSensitiveLog = exports.DescribeTemplateDefinitionResponseFilterSensitiveLog = exports.DescribeDataSetResponseFilterSensitiveLog = exports.DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = exports.SnapshotJobResultFilterSensitiveLog = exports.DescribeDashboardSnapshotJobResponseFilterSensitiveLog = exports.SnapshotConfigurationFilterSensitiveLog = exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = exports.DescribeAssetBundleImportJobResponseFilterSensitiveLog = exports.DescribeAnalysisDefinitionResponseFilterSensitiveLog = exports.InvalidRequestException = exports.GroupFilterOperator = exports.GroupFilterAttribute = exports.IdentityTypeNotSupportedException = exports.QuickSightUserNotFoundException = exports.UnsupportedPricingPlanException = exports.SessionLifetimeInMinutesInvalidException = exports.FolderFilterAttribute = exports.EmbeddingIdentityType = exports.DomainNotWhitelistedException = exports.NetworkInterfaceStatus = exports.UserRole = exports.IdentityType = exports.TopicRefreshStatus = exports.ThemeErrorType = exports.ThemeType = exports.TemplateErrorType = exports.NamespaceErrorType = exports.IngestionRequestType = exports.IngestionRequestSource = exports.IngestionErrorType = exports.InvalidNextTokenException = exports.SnapshotJobStatus = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_2_1 = require("./models_2");
|
|
6
6
|
const QuickSightServiceException_1 = require("./QuickSightServiceException");
|
|
7
|
+
exports.SnapshotJobStatus = {
|
|
8
|
+
COMPLETED: "COMPLETED",
|
|
9
|
+
FAILED: "FAILED",
|
|
10
|
+
QUEUED: "QUEUED",
|
|
11
|
+
RUNNING: "RUNNING",
|
|
12
|
+
};
|
|
7
13
|
class InvalidNextTokenException extends QuickSightServiceException_1.QuickSightServiceException {
|
|
8
14
|
constructor(opts) {
|
|
9
15
|
super({
|
|
@@ -246,6 +252,23 @@ const DescribeDashboardDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
|
246
252
|
...obj,
|
|
247
253
|
});
|
|
248
254
|
exports.DescribeDashboardDefinitionResponseFilterSensitiveLog = DescribeDashboardDefinitionResponseFilterSensitiveLog;
|
|
255
|
+
const SnapshotConfigurationFilterSensitiveLog = (obj) => ({
|
|
256
|
+
...obj,
|
|
257
|
+
...(obj.Parameters && { Parameters: (0, models_2_1._ParametersFilterSensitiveLog)(obj.Parameters) }),
|
|
258
|
+
});
|
|
259
|
+
exports.SnapshotConfigurationFilterSensitiveLog = SnapshotConfigurationFilterSensitiveLog;
|
|
260
|
+
const DescribeDashboardSnapshotJobResponseFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
exports.DescribeDashboardSnapshotJobResponseFilterSensitiveLog = DescribeDashboardSnapshotJobResponseFilterSensitiveLog;
|
|
264
|
+
const SnapshotJobResultFilterSensitiveLog = (obj) => ({
|
|
265
|
+
...obj,
|
|
266
|
+
});
|
|
267
|
+
exports.SnapshotJobResultFilterSensitiveLog = SnapshotJobResultFilterSensitiveLog;
|
|
268
|
+
const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = (obj) => ({
|
|
269
|
+
...obj,
|
|
270
|
+
});
|
|
271
|
+
exports.DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog;
|
|
249
272
|
const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
250
273
|
...obj,
|
|
251
274
|
...(obj.DataSet && { DataSet: (0, models_2_1.DataSetFilterSensitiveLog)(obj.DataSet) }),
|
|
@@ -296,36 +319,28 @@ const StartAssetBundleImportJobRequestFilterSensitiveLog = (obj) => ({
|
|
|
296
319
|
}),
|
|
297
320
|
});
|
|
298
321
|
exports.StartAssetBundleImportJobRequestFilterSensitiveLog = StartAssetBundleImportJobRequestFilterSensitiveLog;
|
|
299
|
-
const
|
|
322
|
+
const SnapshotAnonymousUserFilterSensitiveLog = (obj) => ({
|
|
300
323
|
...obj,
|
|
301
|
-
...(obj.
|
|
324
|
+
...(obj.RowLevelPermissionTags && {
|
|
325
|
+
RowLevelPermissionTags: obj.RowLevelPermissionTags.map((item) => (0, exports.SessionTagFilterSensitiveLog)(item)),
|
|
326
|
+
}),
|
|
302
327
|
});
|
|
303
|
-
exports.
|
|
304
|
-
const
|
|
328
|
+
exports.SnapshotAnonymousUserFilterSensitiveLog = SnapshotAnonymousUserFilterSensitiveLog;
|
|
329
|
+
const SnapshotUserConfigurationFilterSensitiveLog = (obj) => ({
|
|
305
330
|
...obj,
|
|
306
|
-
...(obj.Parameters && { Parameters: (0, models_2_1._ParametersFilterSensitiveLog)(obj.Parameters) }),
|
|
307
331
|
});
|
|
308
|
-
exports.
|
|
309
|
-
const
|
|
332
|
+
exports.SnapshotUserConfigurationFilterSensitiveLog = SnapshotUserConfigurationFilterSensitiveLog;
|
|
333
|
+
const StartDashboardSnapshotJobRequestFilterSensitiveLog = (obj) => ({
|
|
310
334
|
...obj,
|
|
311
|
-
...(obj.PhysicalTableMap && {
|
|
312
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ((acc[key] = value), acc), {}),
|
|
313
|
-
}),
|
|
314
|
-
...(obj.LogicalTableMap && {
|
|
315
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ((acc[key] = (0, models_2_1.LogicalTableFilterSensitiveLog)(value)), acc), {}),
|
|
316
|
-
}),
|
|
317
|
-
...(obj.RowLevelPermissionTagConfiguration && {
|
|
318
|
-
RowLevelPermissionTagConfiguration: (0, models_2_1.RowLevelPermissionTagConfigurationFilterSensitiveLog)(obj.RowLevelPermissionTagConfiguration),
|
|
319
|
-
}),
|
|
320
335
|
});
|
|
321
|
-
exports.
|
|
322
|
-
const
|
|
336
|
+
exports.StartDashboardSnapshotJobRequestFilterSensitiveLog = StartDashboardSnapshotJobRequestFilterSensitiveLog;
|
|
337
|
+
const UpdateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
323
338
|
...obj,
|
|
324
|
-
...(obj.
|
|
325
|
-
...(obj.Credentials && { Credentials: smithy_client_1.SENSITIVE_STRING }),
|
|
339
|
+
...(obj.Parameters && { Parameters: (0, models_2_1._ParametersFilterSensitiveLog)(obj.Parameters) }),
|
|
326
340
|
});
|
|
327
|
-
exports.
|
|
328
|
-
const
|
|
341
|
+
exports.UpdateAnalysisRequestFilterSensitiveLog = UpdateAnalysisRequestFilterSensitiveLog;
|
|
342
|
+
const UpdateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
329
343
|
...obj,
|
|
344
|
+
...(obj.Parameters && { Parameters: (0, models_2_1._ParametersFilterSensitiveLog)(obj.Parameters) }),
|
|
330
345
|
});
|
|
331
|
-
exports.
|
|
346
|
+
exports.UpdateDashboardRequestFilterSensitiveLog = UpdateDashboardRequestFilterSensitiveLog;
|