@aws-sdk/client-quicksight 3.693.0 → 3.699.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/index.js +1697 -691
- package/dist-es/QuickSight.js +6 -0
- package/dist-es/commands/BatchCreateTopicReviewedAnswerCommand.js +1 -1
- package/dist-es/commands/CreateAnalysisCommand.js +1 -1
- package/dist-es/commands/CreateDashboardCommand.js +1 -1
- package/dist-es/commands/DescribeAnalysisCommand.js +2 -1
- package/dist-es/commands/DescribeAssetBundleExportJobCommand.js +1 -1
- package/dist-es/commands/DescribeAssetBundleImportJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardCommand.js +2 -1
- package/dist-es/commands/DescribeDashboardDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardSnapshotJobResultCommand.js +1 -1
- package/dist-es/commands/DescribeDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/DescribeDataSetCommand.js +1 -1
- package/dist-es/commands/DescribeTemplateCommand.js +2 -1
- package/dist-es/commands/ListTopicReviewedAnswersCommand.js +1 -1
- package/dist-es/commands/SearchTopicsCommand.js +22 -0
- package/dist-es/commands/UpdateDashboardsQAConfigurationCommand.js +22 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateTemplateCommand.js +1 -1
- package/dist-es/commands/UpdateTopicCommand.js +1 -1
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +72 -82
- package/dist-es/models/models_1.js +102 -132
- package/dist-es/models/models_2.js +136 -193
- package/dist-es/models/models_3.js +205 -112
- package/dist-es/models/models_4.js +139 -33
- package/dist-es/models/models_5.js +33 -0
- package/dist-es/pagination/SearchTopicsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +787 -6
- package/dist-types/QuickSight.d.ts +21 -0
- package/dist-types/QuickSightClient.d.ts +5 -2
- package/dist-types/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAnalysisCommand.d.ts +434 -5
- package/dist-types/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateDashboardCommand.d.ts +434 -5
- package/dist-types/commands/CreateTemplateCommand.d.ts +433 -4
- package/dist-types/commands/CreateTopicCommand.d.ts +3 -0
- package/dist-types/commands/DescribeAnalysisCommand.d.ts +79 -0
- package/dist-types/commands/DescribeAnalysisDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardCommand.d.ts +80 -1
- package/dist-types/commands/DescribeDashboardDefinitionCommand.d.ts +434 -5
- package/dist-types/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDashboardsQAConfigurationCommand.d.ts +94 -0
- package/dist-types/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIngestionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeNamespaceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTemplateCommand.d.ts +79 -0
- package/dist-types/commands/DescribeTemplateDefinitionCommand.d.ts +433 -4
- package/dist-types/commands/ListNamespacesCommand.d.ts +2 -0
- package/dist-types/commands/ListTopicReviewedAnswersCommand.d.ts +2 -1
- package/dist-types/commands/SearchTopicsCommand.d.ts +111 -0
- package/dist-types/commands/UpdateAnalysisCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardCommand.d.ts +433 -4
- package/dist-types/commands/UpdateDashboardsQAConfigurationCommand.d.ts +95 -0
- package/dist-types/commands/UpdateDataSetPermissionsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +434 -5
- package/dist-types/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +487 -546
- package/dist-types/models/models_1.d.ts +1748 -1766
- package/dist-types/models/models_2.d.ts +4412 -4505
- package/dist-types/models/models_3.d.ts +4167 -4334
- package/dist-types/models/models_4.d.ts +3983 -3777
- package/dist-types/models/models_5.d.ts +1726 -0
- package/dist-types/pagination/SearchTopicsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/QuickSight.d.ts +57 -0
- package/dist-types/ts3.4/QuickSightClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchCreateTopicReviewedAnswerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountCustomizationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAccountSubscriptionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAssetBundleExportJobCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAssetBundleImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBrandPublishedVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardSnapshotJobResultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeDataSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSetRefreshPropertiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFolderResolvedPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGroupMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIngestionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTopicReviewedAnswersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/SearchTopicsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateDashboardsQAConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateDataSetPermissionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDataSourcePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFolderPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIAMPolicyAssignmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIdentityPropagationConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIpRestrictionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateKeyRegistrationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublicSharingSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateQPersonalizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoleCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSPICECapacityConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTemplatePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeAliasCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThemePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicPermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTopicRefreshScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCustomPermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateVPCConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +142 -156
- package/dist-types/ts3.4/models/models_1.d.ts +324 -356
- package/dist-types/ts3.4/models/models_2.d.ts +427 -418
- package/dist-types/ts3.4/models/models_3.d.ts +435 -488
- package/dist-types/ts3.4/models/models_4.d.ts +1184 -1046
- package/dist-types/ts3.4/models/models_5.d.ts +422 -0
- package/dist-types/ts3.4/pagination/SearchTopicsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +35 -35
|
@@ -1,7 +1,140 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { CalculatedFieldFilterSensitiveLog, ColumnConfigurationFilterSensitiveLog, ParameterDeclarationFilterSensitiveLog, } from "./models_0";
|
|
3
|
-
import {
|
|
3
|
+
import { CalculatedColumnFilterSensitiveLog, ColumnDescriptionFilterSensitiveLog, } from "./models_2";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export const ColumnOrderingType = {
|
|
6
|
+
GREATER_IS_BETTER: "GREATER_IS_BETTER",
|
|
7
|
+
LESSER_IS_BETTER: "LESSER_IS_BETTER",
|
|
8
|
+
SPECIFIED: "SPECIFIED",
|
|
9
|
+
};
|
|
10
|
+
export const GeoSpatialDataRole = {
|
|
11
|
+
CITY: "CITY",
|
|
12
|
+
COUNTRY: "COUNTRY",
|
|
13
|
+
COUNTY: "COUNTY",
|
|
14
|
+
LATITUDE: "LATITUDE",
|
|
15
|
+
LONGITUDE: "LONGITUDE",
|
|
16
|
+
POSTCODE: "POSTCODE",
|
|
17
|
+
STATE: "STATE",
|
|
18
|
+
};
|
|
19
|
+
export const ColumnTagName = {
|
|
20
|
+
COLUMN_DESCRIPTION: "COLUMN_DESCRIPTION",
|
|
21
|
+
COLUMN_GEOGRAPHIC_ROLE: "COLUMN_GEOGRAPHIC_ROLE",
|
|
22
|
+
};
|
|
23
|
+
export const UndefinedSpecifiedValueType = {
|
|
24
|
+
LEAST: "LEAST",
|
|
25
|
+
MOST: "MOST",
|
|
26
|
+
};
|
|
27
|
+
export class ConcurrentUpdatingException extends __BaseException {
|
|
28
|
+
constructor(opts) {
|
|
29
|
+
super({
|
|
30
|
+
name: "ConcurrentUpdatingException",
|
|
31
|
+
$fault: "server",
|
|
32
|
+
...opts,
|
|
33
|
+
});
|
|
34
|
+
this.name = "ConcurrentUpdatingException";
|
|
35
|
+
this.$fault = "server";
|
|
36
|
+
Object.setPrototypeOf(this, ConcurrentUpdatingException.prototype);
|
|
37
|
+
this.Message = opts.Message;
|
|
38
|
+
this.RequestId = opts.RequestId;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
export class ResourceUnavailableException extends __BaseException {
|
|
42
|
+
constructor(opts) {
|
|
43
|
+
super({
|
|
44
|
+
name: "ResourceUnavailableException",
|
|
45
|
+
$fault: "server",
|
|
46
|
+
...opts,
|
|
47
|
+
});
|
|
48
|
+
this.name = "ResourceUnavailableException";
|
|
49
|
+
this.$fault = "server";
|
|
50
|
+
Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
|
|
51
|
+
this.Message = opts.Message;
|
|
52
|
+
this.ResourceType = opts.ResourceType;
|
|
53
|
+
this.RequestId = opts.RequestId;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
export class PreconditionNotMetException extends __BaseException {
|
|
57
|
+
constructor(opts) {
|
|
58
|
+
super({
|
|
59
|
+
name: "PreconditionNotMetException",
|
|
60
|
+
$fault: "client",
|
|
61
|
+
...opts,
|
|
62
|
+
});
|
|
63
|
+
this.name = "PreconditionNotMetException";
|
|
64
|
+
this.$fault = "client";
|
|
65
|
+
Object.setPrototypeOf(this, PreconditionNotMetException.prototype);
|
|
66
|
+
this.Message = opts.Message;
|
|
67
|
+
this.RequestId = opts.RequestId;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
export const ValidationStrategyMode = {
|
|
71
|
+
LENIENT: "LENIENT",
|
|
72
|
+
STRICT: "STRICT",
|
|
73
|
+
};
|
|
74
|
+
export class LimitExceededException extends __BaseException {
|
|
75
|
+
constructor(opts) {
|
|
76
|
+
super({
|
|
77
|
+
name: "LimitExceededException",
|
|
78
|
+
$fault: "client",
|
|
79
|
+
...opts,
|
|
80
|
+
});
|
|
81
|
+
this.name = "LimitExceededException";
|
|
82
|
+
this.$fault = "client";
|
|
83
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
84
|
+
this.Message = opts.Message;
|
|
85
|
+
this.ResourceType = opts.ResourceType;
|
|
86
|
+
this.RequestId = opts.RequestId;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
export class UnsupportedUserEditionException extends __BaseException {
|
|
90
|
+
constructor(opts) {
|
|
91
|
+
super({
|
|
92
|
+
name: "UnsupportedUserEditionException",
|
|
93
|
+
$fault: "client",
|
|
94
|
+
...opts,
|
|
95
|
+
});
|
|
96
|
+
this.name = "UnsupportedUserEditionException";
|
|
97
|
+
this.$fault = "client";
|
|
98
|
+
Object.setPrototypeOf(this, UnsupportedUserEditionException.prototype);
|
|
99
|
+
this.Message = opts.Message;
|
|
100
|
+
this.RequestId = opts.RequestId;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
export class InternalServerException extends __BaseException {
|
|
104
|
+
constructor(opts) {
|
|
105
|
+
super({
|
|
106
|
+
name: "InternalServerException",
|
|
107
|
+
$fault: "server",
|
|
108
|
+
...opts,
|
|
109
|
+
});
|
|
110
|
+
this.name = "InternalServerException";
|
|
111
|
+
this.$fault = "server";
|
|
112
|
+
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
113
|
+
this.Message = opts.Message;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
export class InvalidRequestException extends __BaseException {
|
|
117
|
+
constructor(opts) {
|
|
118
|
+
super({
|
|
119
|
+
name: "InvalidRequestException",
|
|
120
|
+
$fault: "client",
|
|
121
|
+
...opts,
|
|
122
|
+
});
|
|
123
|
+
this.name = "InvalidRequestException";
|
|
124
|
+
this.$fault = "client";
|
|
125
|
+
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
126
|
+
this.Message = opts.Message;
|
|
127
|
+
this.RequestId = opts.RequestId;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
export const DashboardUIState = {
|
|
131
|
+
COLLAPSED: "COLLAPSED",
|
|
132
|
+
EXPANDED: "EXPANDED",
|
|
133
|
+
};
|
|
134
|
+
export const DatasetParameterValueType = {
|
|
135
|
+
MULTI_VALUED: "MULTI_VALUED",
|
|
136
|
+
SINGLE_VALUED: "SINGLE_VALUED",
|
|
137
|
+
};
|
|
5
138
|
export const DataSetImportMode = {
|
|
6
139
|
DIRECT_QUERY: "DIRECT_QUERY",
|
|
7
140
|
SPICE: "SPICE",
|
|
@@ -298,6 +431,10 @@ export const DashboardFilterAttribute = {
|
|
|
298
431
|
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
299
432
|
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
300
433
|
};
|
|
434
|
+
export const DashboardsQAStatus = {
|
|
435
|
+
DISABLED: "DISABLED",
|
|
436
|
+
ENABLED: "ENABLED",
|
|
437
|
+
};
|
|
301
438
|
export const DataSetFilterAttribute = {
|
|
302
439
|
DATASET_NAME: "DATASET_NAME",
|
|
303
440
|
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
@@ -327,88 +464,65 @@ export const DataSourceFilterAttribute = {
|
|
|
327
464
|
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
328
465
|
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
329
466
|
};
|
|
330
|
-
export const
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
|
|
390
|
-
SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
|
|
391
|
-
SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
|
|
392
|
-
SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
|
|
393
|
-
SQL_EXCEPTION: "SQL_EXCEPTION",
|
|
394
|
-
SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
|
|
395
|
-
SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
|
|
396
|
-
SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
|
|
397
|
-
SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
|
|
398
|
-
SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
|
|
399
|
-
UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
|
|
400
|
-
UNROUTABLE_HOST: "UNROUTABLE_HOST",
|
|
401
|
-
};
|
|
402
|
-
export const IngestionRequestSource = {
|
|
403
|
-
MANUAL: "MANUAL",
|
|
404
|
-
SCHEDULED: "SCHEDULED",
|
|
405
|
-
};
|
|
406
|
-
export const IngestionRequestType = {
|
|
407
|
-
EDIT: "EDIT",
|
|
408
|
-
FULL_REFRESH: "FULL_REFRESH",
|
|
409
|
-
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
|
|
410
|
-
INITIAL_INGESTION: "INITIAL_INGESTION",
|
|
411
|
-
};
|
|
467
|
+
export const ColumnTagFilterSensitiveLog = (obj) => ({
|
|
468
|
+
...obj,
|
|
469
|
+
...(obj.ColumnDescription && { ColumnDescription: ColumnDescriptionFilterSensitiveLog(obj.ColumnDescription) }),
|
|
470
|
+
});
|
|
471
|
+
export const DateTimeParameterFilterSensitiveLog = (obj) => ({
|
|
472
|
+
...obj,
|
|
473
|
+
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
474
|
+
});
|
|
475
|
+
export const DecimalParameterFilterSensitiveLog = (obj) => ({
|
|
476
|
+
...obj,
|
|
477
|
+
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
478
|
+
});
|
|
479
|
+
export const IntegerParameterFilterSensitiveLog = (obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
482
|
+
});
|
|
483
|
+
export const StringParameterFilterSensitiveLog = (obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
...(obj.Values && { Values: SENSITIVE_STRING }),
|
|
486
|
+
});
|
|
487
|
+
export const _ParametersFilterSensitiveLog = (obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
...(obj.StringParameters && {
|
|
490
|
+
StringParameters: obj.StringParameters.map((item) => StringParameterFilterSensitiveLog(item)),
|
|
491
|
+
}),
|
|
492
|
+
...(obj.IntegerParameters && {
|
|
493
|
+
IntegerParameters: obj.IntegerParameters.map((item) => IntegerParameterFilterSensitiveLog(item)),
|
|
494
|
+
}),
|
|
495
|
+
...(obj.DecimalParameters && {
|
|
496
|
+
DecimalParameters: obj.DecimalParameters.map((item) => DecimalParameterFilterSensitiveLog(item)),
|
|
497
|
+
}),
|
|
498
|
+
...(obj.DateTimeParameters && {
|
|
499
|
+
DateTimeParameters: obj.DateTimeParameters.map((item) => DateTimeParameterFilterSensitiveLog(item)),
|
|
500
|
+
}),
|
|
501
|
+
});
|
|
502
|
+
export const CreateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
503
|
+
...obj,
|
|
504
|
+
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
505
|
+
});
|
|
506
|
+
export const CreateColumnsOperationFilterSensitiveLog = (obj) => ({
|
|
507
|
+
...obj,
|
|
508
|
+
...(obj.Columns && { Columns: obj.Columns.map((item) => CalculatedColumnFilterSensitiveLog(item)) }),
|
|
509
|
+
});
|
|
510
|
+
export const DashboardVersionDefinitionFilterSensitiveLog = (obj) => ({
|
|
511
|
+
...obj,
|
|
512
|
+
...(obj.CalculatedFields && {
|
|
513
|
+
CalculatedFields: obj.CalculatedFields.map((item) => CalculatedFieldFilterSensitiveLog(item)),
|
|
514
|
+
}),
|
|
515
|
+
...(obj.ParameterDeclarations && {
|
|
516
|
+
ParameterDeclarations: obj.ParameterDeclarations.map((item) => ParameterDeclarationFilterSensitiveLog(item)),
|
|
517
|
+
}),
|
|
518
|
+
...(obj.ColumnConfigurations && {
|
|
519
|
+
ColumnConfigurations: obj.ColumnConfigurations.map((item) => ColumnConfigurationFilterSensitiveLog(item)),
|
|
520
|
+
}),
|
|
521
|
+
});
|
|
522
|
+
export const CreateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
523
|
+
...obj,
|
|
524
|
+
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
525
|
+
});
|
|
412
526
|
export const FilterOperationFilterSensitiveLog = (obj) => ({
|
|
413
527
|
...obj,
|
|
414
528
|
...(obj.ConditionExpression && { ConditionExpression: SENSITIVE_STRING }),
|
|
@@ -560,6 +674,12 @@ export const TopicDetailsFilterSensitiveLog = (obj) => ({
|
|
|
560
674
|
export const CreateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
561
675
|
...obj,
|
|
562
676
|
});
|
|
677
|
+
export const DashboardVersionFilterSensitiveLog = (obj) => ({
|
|
678
|
+
...obj,
|
|
679
|
+
});
|
|
680
|
+
export const DashboardFilterSensitiveLog = (obj) => ({
|
|
681
|
+
...obj,
|
|
682
|
+
});
|
|
563
683
|
export const OutputColumnFilterSensitiveLog = (obj) => ({
|
|
564
684
|
...obj,
|
|
565
685
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
@@ -577,36 +697,9 @@ export const DataSetFilterSensitiveLog = (obj) => ({
|
|
|
577
697
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
578
698
|
}),
|
|
579
699
|
});
|
|
580
|
-
export const
|
|
581
|
-
...obj,
|
|
582
|
-
});
|
|
583
|
-
export const DescribeAssetBundleExportJobResponseFilterSensitiveLog = (obj) => ({
|
|
584
|
-
...obj,
|
|
585
|
-
...(obj.DownloadUrl && { DownloadUrl: SENSITIVE_STRING }),
|
|
586
|
-
});
|
|
587
|
-
export const DescribeAssetBundleImportJobResponseFilterSensitiveLog = (obj) => ({
|
|
588
|
-
...obj,
|
|
589
|
-
...(obj.AssetBundleImportSource && {
|
|
590
|
-
AssetBundleImportSource: AssetBundleImportSourceDescriptionFilterSensitiveLog(obj.AssetBundleImportSource),
|
|
591
|
-
}),
|
|
592
|
-
});
|
|
593
|
-
export const DescribeDashboardDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
594
|
-
...obj,
|
|
595
|
-
});
|
|
596
|
-
export const SnapshotConfigurationFilterSensitiveLog = (obj) => ({
|
|
700
|
+
export const DescribeAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
597
701
|
...obj,
|
|
598
|
-
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
599
702
|
});
|
|
600
|
-
export const
|
|
601
|
-
...obj,
|
|
602
|
-
});
|
|
603
|
-
export const SnapshotJobResultFilterSensitiveLog = (obj) => ({
|
|
604
|
-
...obj,
|
|
605
|
-
});
|
|
606
|
-
export const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = (obj) => ({
|
|
607
|
-
...obj,
|
|
608
|
-
});
|
|
609
|
-
export const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
703
|
+
export const DescribeAnalysisDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
610
704
|
...obj,
|
|
611
|
-
...(obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }),
|
|
612
705
|
});
|
|
@@ -1,7 +1,89 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
import { LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_3";
|
|
2
|
+
import { AssetBundleImportSourceDescriptionFilterSensitiveLog, AssetBundleImportSourceFilterSensitiveLog, } from "./models_2";
|
|
3
|
+
import { _ParametersFilterSensitiveLog, DataSetFilterSensitiveLog, LogicalTableFilterSensitiveLog, RowLevelPermissionTagConfigurationFilterSensitiveLog, } from "./models_3";
|
|
4
4
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
5
|
+
export const IncludeFolderMembers = {
|
|
6
|
+
NONE: "NONE",
|
|
7
|
+
ONE_LEVEL: "ONE_LEVEL",
|
|
8
|
+
RECURSE: "RECURSE",
|
|
9
|
+
};
|
|
10
|
+
export const SnapshotJobStatus = {
|
|
11
|
+
COMPLETED: "COMPLETED",
|
|
12
|
+
FAILED: "FAILED",
|
|
13
|
+
QUEUED: "QUEUED",
|
|
14
|
+
RUNNING: "RUNNING",
|
|
15
|
+
};
|
|
16
|
+
export class InvalidNextTokenException extends __BaseException {
|
|
17
|
+
constructor(opts) {
|
|
18
|
+
super({
|
|
19
|
+
name: "InvalidNextTokenException",
|
|
20
|
+
$fault: "client",
|
|
21
|
+
...opts,
|
|
22
|
+
});
|
|
23
|
+
this.name = "InvalidNextTokenException";
|
|
24
|
+
this.$fault = "client";
|
|
25
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
26
|
+
this.Message = opts.Message;
|
|
27
|
+
this.RequestId = opts.RequestId;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
export const IngestionErrorType = {
|
|
31
|
+
ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
|
|
32
|
+
CONNECTION_FAILURE: "CONNECTION_FAILURE",
|
|
33
|
+
CURSOR_NOT_ENABLED: "CURSOR_NOT_ENABLED",
|
|
34
|
+
CUSTOMER_ERROR: "CUSTOMER_ERROR",
|
|
35
|
+
DATA_SET_DELETED: "DATA_SET_DELETED",
|
|
36
|
+
DATA_SET_NOT_SPICE: "DATA_SET_NOT_SPICE",
|
|
37
|
+
DATA_SET_SIZE_LIMIT_EXCEEDED: "DATA_SET_SIZE_LIMIT_EXCEEDED",
|
|
38
|
+
DATA_SOURCE_AUTH_FAILED: "DATA_SOURCE_AUTH_FAILED",
|
|
39
|
+
DATA_SOURCE_CONNECTION_FAILED: "DATA_SOURCE_CONNECTION_FAILED",
|
|
40
|
+
DATA_SOURCE_NOT_FOUND: "DATA_SOURCE_NOT_FOUND",
|
|
41
|
+
DATA_TOLERANCE_EXCEPTION: "DATA_TOLERANCE_EXCEPTION",
|
|
42
|
+
DUPLICATE_COLUMN_NAMES_FOUND: "DUPLICATE_COLUMN_NAMES_FOUND",
|
|
43
|
+
ELASTICSEARCH_CURSOR_NOT_ENABLED: "ELASTICSEARCH_CURSOR_NOT_ENABLED",
|
|
44
|
+
FAILURE_TO_ASSUME_ROLE: "FAILURE_TO_ASSUME_ROLE",
|
|
45
|
+
FAILURE_TO_PROCESS_JSON_FILE: "FAILURE_TO_PROCESS_JSON_FILE",
|
|
46
|
+
IAM_ROLE_NOT_AVAILABLE: "IAM_ROLE_NOT_AVAILABLE",
|
|
47
|
+
INGESTION_CANCELED: "INGESTION_CANCELED",
|
|
48
|
+
INGESTION_SUPERSEDED: "INGESTION_SUPERSEDED",
|
|
49
|
+
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
50
|
+
INVALID_DATAPREP_SYNTAX: "INVALID_DATAPREP_SYNTAX",
|
|
51
|
+
INVALID_DATA_SOURCE_CONFIG: "INVALID_DATA_SOURCE_CONFIG",
|
|
52
|
+
INVALID_DATE_FORMAT: "INVALID_DATE_FORMAT",
|
|
53
|
+
IOT_DATA_SET_FILE_EMPTY: "IOT_DATA_SET_FILE_EMPTY",
|
|
54
|
+
IOT_FILE_NOT_FOUND: "IOT_FILE_NOT_FOUND",
|
|
55
|
+
OAUTH_TOKEN_FAILURE: "OAUTH_TOKEN_FAILURE",
|
|
56
|
+
PASSWORD_AUTHENTICATION_FAILURE: "PASSWORD_AUTHENTICATION_FAILURE",
|
|
57
|
+
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
58
|
+
PERMISSION_NOT_FOUND: "PERMISSION_NOT_FOUND",
|
|
59
|
+
QUERY_TIMEOUT: "QUERY_TIMEOUT",
|
|
60
|
+
REFRESH_SUPPRESSED_BY_EDIT: "REFRESH_SUPPRESSED_BY_EDIT",
|
|
61
|
+
ROW_SIZE_LIMIT_EXCEEDED: "ROW_SIZE_LIMIT_EXCEEDED",
|
|
62
|
+
S3_FILE_INACCESSIBLE: "S3_FILE_INACCESSIBLE",
|
|
63
|
+
S3_MANIFEST_ERROR: "S3_MANIFEST_ERROR",
|
|
64
|
+
S3_UPLOADED_FILE_DELETED: "S3_UPLOADED_FILE_DELETED",
|
|
65
|
+
SOURCE_API_LIMIT_EXCEEDED_FAILURE: "SOURCE_API_LIMIT_EXCEEDED_FAILURE",
|
|
66
|
+
SOURCE_RESOURCE_LIMIT_EXCEEDED: "SOURCE_RESOURCE_LIMIT_EXCEEDED",
|
|
67
|
+
SPICE_TABLE_NOT_FOUND: "SPICE_TABLE_NOT_FOUND",
|
|
68
|
+
SQL_EXCEPTION: "SQL_EXCEPTION",
|
|
69
|
+
SQL_INVALID_PARAMETER_VALUE: "SQL_INVALID_PARAMETER_VALUE",
|
|
70
|
+
SQL_NUMERIC_OVERFLOW: "SQL_NUMERIC_OVERFLOW",
|
|
71
|
+
SQL_SCHEMA_MISMATCH_ERROR: "SQL_SCHEMA_MISMATCH_ERROR",
|
|
72
|
+
SQL_TABLE_NOT_FOUND: "SQL_TABLE_NOT_FOUND",
|
|
73
|
+
SSL_CERTIFICATE_VALIDATION_FAILURE: "SSL_CERTIFICATE_VALIDATION_FAILURE",
|
|
74
|
+
UNRESOLVABLE_HOST: "UNRESOLVABLE_HOST",
|
|
75
|
+
UNROUTABLE_HOST: "UNROUTABLE_HOST",
|
|
76
|
+
};
|
|
77
|
+
export const IngestionRequestSource = {
|
|
78
|
+
MANUAL: "MANUAL",
|
|
79
|
+
SCHEDULED: "SCHEDULED",
|
|
80
|
+
};
|
|
81
|
+
export const IngestionRequestType = {
|
|
82
|
+
EDIT: "EDIT",
|
|
83
|
+
FULL_REFRESH: "FULL_REFRESH",
|
|
84
|
+
INCREMENTAL_REFRESH: "INCREMENTAL_REFRESH",
|
|
85
|
+
INITIAL_INGESTION: "INITIAL_INGESTION",
|
|
86
|
+
};
|
|
5
87
|
export const NamespaceErrorType = {
|
|
6
88
|
INTERNAL_SERVICE_ERROR: "INTERNAL_SERVICE_ERROR",
|
|
7
89
|
PERMISSION_DENIED: "PERMISSION_DENIED",
|
|
@@ -152,6 +234,61 @@ export const PurchaseMode = {
|
|
|
152
234
|
AUTO_PURCHASE: "AUTO_PURCHASE",
|
|
153
235
|
MANUAL: "MANUAL",
|
|
154
236
|
};
|
|
237
|
+
export const TopicFilterAttribute = {
|
|
238
|
+
DIRECT_QUICKSIGHT_OWNER: "DIRECT_QUICKSIGHT_OWNER",
|
|
239
|
+
DIRECT_QUICKSIGHT_SOLE_OWNER: "DIRECT_QUICKSIGHT_SOLE_OWNER",
|
|
240
|
+
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER: "DIRECT_QUICKSIGHT_VIEWER_OR_OWNER",
|
|
241
|
+
QUICKSIGHT_OWNER: "QUICKSIGHT_OWNER",
|
|
242
|
+
QUICKSIGHT_USER: "QUICKSIGHT_USER",
|
|
243
|
+
QUICKSIGHT_VIEWER_OR_OWNER: "QUICKSIGHT_VIEWER_OR_OWNER",
|
|
244
|
+
TOPIC_NAME: "TOPIC_NAME",
|
|
245
|
+
};
|
|
246
|
+
export const TopicFilterOperator = {
|
|
247
|
+
StringEquals: "StringEquals",
|
|
248
|
+
StringLike: "StringLike",
|
|
249
|
+
};
|
|
250
|
+
export const DescribeAssetBundleExportJobResponseFilterSensitiveLog = (obj) => ({
|
|
251
|
+
...obj,
|
|
252
|
+
...(obj.DownloadUrl && { DownloadUrl: SENSITIVE_STRING }),
|
|
253
|
+
});
|
|
254
|
+
export const DescribeAssetBundleImportJobResponseFilterSensitiveLog = (obj) => ({
|
|
255
|
+
...obj,
|
|
256
|
+
...(obj.AssetBundleImportSource && {
|
|
257
|
+
AssetBundleImportSource: AssetBundleImportSourceDescriptionFilterSensitiveLog(obj.AssetBundleImportSource),
|
|
258
|
+
}),
|
|
259
|
+
});
|
|
260
|
+
export const DescribeDashboardResponseFilterSensitiveLog = (obj) => ({
|
|
261
|
+
...obj,
|
|
262
|
+
});
|
|
263
|
+
export const DescribeDashboardDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
264
|
+
...obj,
|
|
265
|
+
});
|
|
266
|
+
export const SnapshotConfigurationFilterSensitiveLog = (obj) => ({
|
|
267
|
+
...obj,
|
|
268
|
+
...(obj.Parameters && { Parameters: _ParametersFilterSensitiveLog(obj.Parameters) }),
|
|
269
|
+
});
|
|
270
|
+
export const DescribeDashboardSnapshotJobResponseFilterSensitiveLog = (obj) => ({
|
|
271
|
+
...obj,
|
|
272
|
+
});
|
|
273
|
+
export const SnapshotJobResultFilterSensitiveLog = (obj) => ({
|
|
274
|
+
...obj,
|
|
275
|
+
});
|
|
276
|
+
export const DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog = (obj) => ({
|
|
277
|
+
...obj,
|
|
278
|
+
});
|
|
279
|
+
export const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
280
|
+
...obj,
|
|
281
|
+
...(obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }),
|
|
282
|
+
});
|
|
283
|
+
export const TemplateVersionFilterSensitiveLog = (obj) => ({
|
|
284
|
+
...obj,
|
|
285
|
+
});
|
|
286
|
+
export const TemplateFilterSensitiveLog = (obj) => ({
|
|
287
|
+
...obj,
|
|
288
|
+
});
|
|
289
|
+
export const DescribeTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
290
|
+
...obj,
|
|
291
|
+
});
|
|
155
292
|
export const DescribeTemplateDefinitionResponseFilterSensitiveLog = (obj) => ({
|
|
156
293
|
...obj,
|
|
157
294
|
});
|
|
@@ -220,34 +357,3 @@ export const UpdateDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
|
220
357
|
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
221
358
|
}),
|
|
222
359
|
});
|
|
223
|
-
export const UpdateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
...(obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters }),
|
|
226
|
-
...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
|
|
227
|
-
});
|
|
228
|
-
export const UpdateTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
export const UpdateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
});
|
|
234
|
-
export const TopicVisualFilterSensitiveLog = (obj) => ({
|
|
235
|
-
...obj,
|
|
236
|
-
...(obj.Ir && { Ir: TopicIRFilterSensitiveLog(obj.Ir) }),
|
|
237
|
-
});
|
|
238
|
-
export const CreateTopicReviewedAnswerFilterSensitiveLog = (obj) => ({
|
|
239
|
-
...obj,
|
|
240
|
-
...(obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) }),
|
|
241
|
-
...(obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }),
|
|
242
|
-
});
|
|
243
|
-
export const TopicReviewedAnswerFilterSensitiveLog = (obj) => ({
|
|
244
|
-
...obj,
|
|
245
|
-
...(obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) }),
|
|
246
|
-
...(obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }),
|
|
247
|
-
});
|
|
248
|
-
export const BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
export const ListTopicReviewedAnswersResponseFilterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
import { TopicIRFilterSensitiveLog, } from "./models_2";
|
|
3
|
+
export const UpdateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
4
|
+
...obj,
|
|
5
|
+
...(obj.DataSourceParameters && { DataSourceParameters: obj.DataSourceParameters }),
|
|
6
|
+
...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
|
|
7
|
+
});
|
|
8
|
+
export const UpdateTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
9
|
+
...obj,
|
|
10
|
+
});
|
|
11
|
+
export const UpdateTopicRequestFilterSensitiveLog = (obj) => ({
|
|
12
|
+
...obj,
|
|
13
|
+
});
|
|
14
|
+
export const TopicVisualFilterSensitiveLog = (obj) => ({
|
|
15
|
+
...obj,
|
|
16
|
+
...(obj.Ir && { Ir: TopicIRFilterSensitiveLog(obj.Ir) }),
|
|
17
|
+
});
|
|
18
|
+
export const CreateTopicReviewedAnswerFilterSensitiveLog = (obj) => ({
|
|
19
|
+
...obj,
|
|
20
|
+
...(obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) }),
|
|
21
|
+
...(obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }),
|
|
22
|
+
});
|
|
23
|
+
export const TopicReviewedAnswerFilterSensitiveLog = (obj) => ({
|
|
24
|
+
...obj,
|
|
25
|
+
...(obj.Mir && { Mir: TopicIRFilterSensitiveLog(obj.Mir) }),
|
|
26
|
+
...(obj.PrimaryVisual && { PrimaryVisual: TopicVisualFilterSensitiveLog(obj.PrimaryVisual) }),
|
|
27
|
+
});
|
|
28
|
+
export const BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog = (obj) => ({
|
|
29
|
+
...obj,
|
|
30
|
+
});
|
|
31
|
+
export const ListTopicReviewedAnswersResponseFilterSensitiveLog = (obj) => ({
|
|
32
|
+
...obj,
|
|
33
|
+
});
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { SearchTopicsCommand, } from "../commands/SearchTopicsCommand";
|
|
3
|
+
import { QuickSightClient } from "../QuickSightClient";
|
|
4
|
+
export const paginateSearchTopics = createPaginator(QuickSightClient, SearchTopicsCommand, "NextToken", "NextToken", "MaxResults");
|