@aws-sdk/client-quicksight 3.183.0 → 3.185.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/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_restJson1.js +2 -2
- package/dist-es/QuickSight.js +489 -482
- package/dist-es/QuickSightClient.js +28 -22
- package/dist-es/commands/CancelIngestionCommand.js +28 -21
- package/dist-es/commands/CreateAccountCustomizationCommand.js +28 -21
- package/dist-es/commands/CreateAccountSubscriptionCommand.js +28 -21
- package/dist-es/commands/CreateAnalysisCommand.js +28 -21
- package/dist-es/commands/CreateDashboardCommand.js +28 -21
- package/dist-es/commands/CreateDataSetCommand.js +28 -21
- package/dist-es/commands/CreateDataSourceCommand.js +28 -21
- package/dist-es/commands/CreateFolderCommand.js +28 -21
- package/dist-es/commands/CreateFolderMembershipCommand.js +28 -21
- package/dist-es/commands/CreateGroupCommand.js +28 -21
- package/dist-es/commands/CreateGroupMembershipCommand.js +28 -21
- package/dist-es/commands/CreateIAMPolicyAssignmentCommand.js +28 -21
- package/dist-es/commands/CreateIngestionCommand.js +28 -21
- package/dist-es/commands/CreateNamespaceCommand.js +28 -21
- package/dist-es/commands/CreateTemplateAliasCommand.js +28 -21
- package/dist-es/commands/CreateTemplateCommand.js +28 -21
- package/dist-es/commands/CreateThemeAliasCommand.js +28 -21
- package/dist-es/commands/CreateThemeCommand.js +28 -21
- package/dist-es/commands/DeleteAccountCustomizationCommand.js +28 -21
- package/dist-es/commands/DeleteAnalysisCommand.js +28 -21
- package/dist-es/commands/DeleteDashboardCommand.js +28 -21
- package/dist-es/commands/DeleteDataSetCommand.js +28 -21
- package/dist-es/commands/DeleteDataSourceCommand.js +28 -21
- package/dist-es/commands/DeleteFolderCommand.js +28 -21
- package/dist-es/commands/DeleteFolderMembershipCommand.js +28 -21
- package/dist-es/commands/DeleteGroupCommand.js +28 -21
- package/dist-es/commands/DeleteGroupMembershipCommand.js +28 -21
- package/dist-es/commands/DeleteIAMPolicyAssignmentCommand.js +28 -21
- package/dist-es/commands/DeleteNamespaceCommand.js +28 -21
- package/dist-es/commands/DeleteTemplateAliasCommand.js +28 -21
- package/dist-es/commands/DeleteTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteThemeAliasCommand.js +28 -21
- package/dist-es/commands/DeleteThemeCommand.js +28 -21
- package/dist-es/commands/DeleteUserByPrincipalIdCommand.js +28 -21
- package/dist-es/commands/DeleteUserCommand.js +28 -21
- package/dist-es/commands/DescribeAccountCustomizationCommand.js +28 -21
- package/dist-es/commands/DescribeAccountSettingsCommand.js +28 -21
- package/dist-es/commands/DescribeAccountSubscriptionCommand.js +28 -21
- package/dist-es/commands/DescribeAnalysisCommand.js +28 -21
- package/dist-es/commands/DescribeAnalysisPermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeDashboardCommand.js +28 -21
- package/dist-es/commands/DescribeDashboardPermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeDataSetCommand.js +28 -21
- package/dist-es/commands/DescribeDataSetPermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeDataSourceCommand.js +28 -21
- package/dist-es/commands/DescribeDataSourcePermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeFolderCommand.js +28 -21
- package/dist-es/commands/DescribeFolderPermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeFolderResolvedPermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeGroupCommand.js +28 -21
- package/dist-es/commands/DescribeGroupMembershipCommand.js +28 -21
- package/dist-es/commands/DescribeIAMPolicyAssignmentCommand.js +28 -21
- package/dist-es/commands/DescribeIngestionCommand.js +28 -21
- package/dist-es/commands/DescribeIpRestrictionCommand.js +28 -21
- package/dist-es/commands/DescribeNamespaceCommand.js +28 -21
- package/dist-es/commands/DescribeTemplateAliasCommand.js +28 -21
- package/dist-es/commands/DescribeTemplateCommand.js +28 -21
- package/dist-es/commands/DescribeTemplatePermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeThemeAliasCommand.js +28 -21
- package/dist-es/commands/DescribeThemeCommand.js +28 -21
- package/dist-es/commands/DescribeThemePermissionsCommand.js +28 -21
- package/dist-es/commands/DescribeUserCommand.js +28 -21
- package/dist-es/commands/GenerateEmbedUrlForAnonymousUserCommand.js +28 -21
- package/dist-es/commands/GenerateEmbedUrlForRegisteredUserCommand.js +28 -21
- package/dist-es/commands/GetDashboardEmbedUrlCommand.js +28 -21
- package/dist-es/commands/GetSessionEmbedUrlCommand.js +28 -21
- package/dist-es/commands/ListAnalysesCommand.js +28 -21
- package/dist-es/commands/ListDashboardVersionsCommand.js +28 -21
- package/dist-es/commands/ListDashboardsCommand.js +28 -21
- package/dist-es/commands/ListDataSetsCommand.js +28 -21
- package/dist-es/commands/ListDataSourcesCommand.js +28 -21
- package/dist-es/commands/ListFolderMembersCommand.js +28 -21
- package/dist-es/commands/ListFoldersCommand.js +28 -21
- package/dist-es/commands/ListGroupMembershipsCommand.js +28 -21
- package/dist-es/commands/ListGroupsCommand.js +28 -21
- package/dist-es/commands/ListIAMPolicyAssignmentsCommand.js +28 -21
- package/dist-es/commands/ListIAMPolicyAssignmentsForUserCommand.js +28 -21
- package/dist-es/commands/ListIngestionsCommand.js +28 -21
- package/dist-es/commands/ListNamespacesCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListTemplateAliasesCommand.js +28 -21
- package/dist-es/commands/ListTemplateVersionsCommand.js +28 -21
- package/dist-es/commands/ListTemplatesCommand.js +28 -21
- package/dist-es/commands/ListThemeAliasesCommand.js +28 -21
- package/dist-es/commands/ListThemeVersionsCommand.js +28 -21
- package/dist-es/commands/ListThemesCommand.js +28 -21
- package/dist-es/commands/ListUserGroupsCommand.js +28 -21
- package/dist-es/commands/ListUsersCommand.js +28 -21
- package/dist-es/commands/RegisterUserCommand.js +28 -21
- package/dist-es/commands/RestoreAnalysisCommand.js +28 -21
- package/dist-es/commands/SearchAnalysesCommand.js +28 -21
- package/dist-es/commands/SearchDashboardsCommand.js +28 -21
- package/dist-es/commands/SearchFoldersCommand.js +28 -21
- package/dist-es/commands/SearchGroupsCommand.js +28 -21
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAccountCustomizationCommand.js +28 -21
- package/dist-es/commands/UpdateAccountSettingsCommand.js +28 -21
- package/dist-es/commands/UpdateAnalysisCommand.js +28 -21
- package/dist-es/commands/UpdateAnalysisPermissionsCommand.js +28 -21
- package/dist-es/commands/UpdateDashboardCommand.js +28 -21
- package/dist-es/commands/UpdateDashboardPermissionsCommand.js +28 -21
- package/dist-es/commands/UpdateDashboardPublishedVersionCommand.js +28 -21
- package/dist-es/commands/UpdateDataSetCommand.js +28 -21
- package/dist-es/commands/UpdateDataSetPermissionsCommand.js +28 -21
- package/dist-es/commands/UpdateDataSourceCommand.js +28 -21
- package/dist-es/commands/UpdateDataSourcePermissionsCommand.js +28 -21
- package/dist-es/commands/UpdateFolderCommand.js +28 -21
- package/dist-es/commands/UpdateFolderPermissionsCommand.js +28 -21
- package/dist-es/commands/UpdateGroupCommand.js +28 -21
- package/dist-es/commands/UpdateIAMPolicyAssignmentCommand.js +28 -21
- package/dist-es/commands/UpdateIpRestrictionCommand.js +28 -21
- package/dist-es/commands/UpdatePublicSharingSettingsCommand.js +28 -21
- package/dist-es/commands/UpdateTemplateAliasCommand.js +28 -21
- package/dist-es/commands/UpdateTemplateCommand.js +28 -21
- package/dist-es/commands/UpdateTemplatePermissionsCommand.js +28 -21
- package/dist-es/commands/UpdateThemeAliasCommand.js +28 -21
- package/dist-es/commands/UpdateThemeCommand.js +28 -21
- package/dist-es/commands/UpdateThemePermissionsCommand.js +28 -21
- package/dist-es/commands/UpdateUserCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/QuickSightServiceException.js +10 -5
- package/dist-es/models/models_0.js +472 -969
- package/dist-es/models/models_1.js +224 -517
- package/dist-es/pagination/ListAnalysesPaginator.js +68 -25
- package/dist-es/pagination/ListDashboardVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListDashboardsPaginator.js +68 -25
- package/dist-es/pagination/ListDataSetsPaginator.js +68 -25
- package/dist-es/pagination/ListDataSourcesPaginator.js +68 -25
- package/dist-es/pagination/ListIngestionsPaginator.js +68 -25
- package/dist-es/pagination/ListNamespacesPaginator.js +68 -25
- package/dist-es/pagination/ListTemplateAliasesPaginator.js +68 -25
- package/dist-es/pagination/ListTemplateVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListThemeVersionsPaginator.js +68 -25
- package/dist-es/pagination/ListThemesPaginator.js +68 -25
- package/dist-es/pagination/SearchAnalysesPaginator.js +68 -25
- package/dist-es/pagination/SearchDashboardsPaginator.js +68 -25
- package/dist-es/protocols/Aws_restJson1.js +14743 -11121
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,19 +1,20 @@
|
|
|
1
|
+
import { __assign, __extends, __read } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { QuickSightServiceException as __BaseException } from "./QuickSightServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
this.Message = opts.Message;
|
|
14
|
-
this.RequestId = opts.RequestId;
|
|
4
|
+
var AccessDeniedException = (function (_super) {
|
|
5
|
+
__extends(AccessDeniedException, _super);
|
|
6
|
+
function AccessDeniedException(opts) {
|
|
7
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
8
|
+
_this.name = "AccessDeniedException";
|
|
9
|
+
_this.$fault = "client";
|
|
10
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
11
|
+
_this.Message = opts.Message;
|
|
12
|
+
_this.RequestId = opts.RequestId;
|
|
13
|
+
return _this;
|
|
15
14
|
}
|
|
16
|
-
|
|
15
|
+
return AccessDeniedException;
|
|
16
|
+
}(__BaseException));
|
|
17
|
+
export { AccessDeniedException };
|
|
17
18
|
export var Edition;
|
|
18
19
|
(function (Edition) {
|
|
19
20
|
Edition["ENTERPRISE"] = "ENTERPRISE";
|
|
@@ -68,34 +69,34 @@ export var AuthenticationMethodOption;
|
|
|
68
69
|
AuthenticationMethodOption["IAM_AND_QUICKSIGHT"] = "IAM_AND_QUICKSIGHT";
|
|
69
70
|
AuthenticationMethodOption["IAM_ONLY"] = "IAM_ONLY";
|
|
70
71
|
})(AuthenticationMethodOption || (AuthenticationMethodOption = {}));
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
this.Message = opts.Message;
|
|
82
|
-
this.RequestId = opts.RequestId;
|
|
72
|
+
var InternalFailureException = (function (_super) {
|
|
73
|
+
__extends(InternalFailureException, _super);
|
|
74
|
+
function InternalFailureException(opts) {
|
|
75
|
+
var _this = _super.call(this, __assign({ name: "InternalFailureException", $fault: "server" }, opts)) || this;
|
|
76
|
+
_this.name = "InternalFailureException";
|
|
77
|
+
_this.$fault = "server";
|
|
78
|
+
Object.setPrototypeOf(_this, InternalFailureException.prototype);
|
|
79
|
+
_this.Message = opts.Message;
|
|
80
|
+
_this.RequestId = opts.RequestId;
|
|
81
|
+
return _this;
|
|
83
82
|
}
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
83
|
+
return InternalFailureException;
|
|
84
|
+
}(__BaseException));
|
|
85
|
+
export { InternalFailureException };
|
|
86
|
+
var InvalidParameterValueException = (function (_super) {
|
|
87
|
+
__extends(InvalidParameterValueException, _super);
|
|
88
|
+
function InvalidParameterValueException(opts) {
|
|
89
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterValueException", $fault: "client" }, opts)) || this;
|
|
90
|
+
_this.name = "InvalidParameterValueException";
|
|
91
|
+
_this.$fault = "client";
|
|
92
|
+
Object.setPrototypeOf(_this, InvalidParameterValueException.prototype);
|
|
93
|
+
_this.Message = opts.Message;
|
|
94
|
+
_this.RequestId = opts.RequestId;
|
|
95
|
+
return _this;
|
|
97
96
|
}
|
|
98
|
-
|
|
97
|
+
return InvalidParameterValueException;
|
|
98
|
+
}(__BaseException));
|
|
99
|
+
export { InvalidParameterValueException };
|
|
99
100
|
export var ExceptionResourceType;
|
|
100
101
|
(function (ExceptionResourceType) {
|
|
101
102
|
ExceptionResourceType["ACCOUNT_SETTINGS"] = "ACCOUNT_SETTINGS";
|
|
@@ -108,50 +109,50 @@ export var ExceptionResourceType;
|
|
|
108
109
|
ExceptionResourceType["USER"] = "USER";
|
|
109
110
|
ExceptionResourceType["VPC_CONNECTION"] = "VPC_CONNECTION";
|
|
110
111
|
})(ExceptionResourceType || (ExceptionResourceType = {}));
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
this.ResourceType = opts.ResourceType;
|
|
123
|
-
this.RequestId = opts.RequestId;
|
|
112
|
+
var ResourceExistsException = (function (_super) {
|
|
113
|
+
__extends(ResourceExistsException, _super);
|
|
114
|
+
function ResourceExistsException(opts) {
|
|
115
|
+
var _this = _super.call(this, __assign({ name: "ResourceExistsException", $fault: "client" }, opts)) || this;
|
|
116
|
+
_this.name = "ResourceExistsException";
|
|
117
|
+
_this.$fault = "client";
|
|
118
|
+
Object.setPrototypeOf(_this, ResourceExistsException.prototype);
|
|
119
|
+
_this.Message = opts.Message;
|
|
120
|
+
_this.ResourceType = opts.ResourceType;
|
|
121
|
+
_this.RequestId = opts.RequestId;
|
|
122
|
+
return _this;
|
|
124
123
|
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
124
|
+
return ResourceExistsException;
|
|
125
|
+
}(__BaseException));
|
|
126
|
+
export { ResourceExistsException };
|
|
127
|
+
var ResourceNotFoundException = (function (_super) {
|
|
128
|
+
__extends(ResourceNotFoundException, _super);
|
|
129
|
+
function ResourceNotFoundException(opts) {
|
|
130
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
131
|
+
_this.name = "ResourceNotFoundException";
|
|
132
|
+
_this.$fault = "client";
|
|
133
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
134
|
+
_this.Message = opts.Message;
|
|
135
|
+
_this.ResourceType = opts.ResourceType;
|
|
136
|
+
_this.RequestId = opts.RequestId;
|
|
137
|
+
return _this;
|
|
139
138
|
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
139
|
+
return ResourceNotFoundException;
|
|
140
|
+
}(__BaseException));
|
|
141
|
+
export { ResourceNotFoundException };
|
|
142
|
+
var ThrottlingException = (function (_super) {
|
|
143
|
+
__extends(ThrottlingException, _super);
|
|
144
|
+
function ThrottlingException(opts) {
|
|
145
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
146
|
+
_this.name = "ThrottlingException";
|
|
147
|
+
_this.$fault = "client";
|
|
148
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
149
|
+
_this.Message = opts.Message;
|
|
150
|
+
_this.RequestId = opts.RequestId;
|
|
151
|
+
return _this;
|
|
153
152
|
}
|
|
154
|
-
|
|
153
|
+
return ThrottlingException;
|
|
154
|
+
}(__BaseException));
|
|
155
|
+
export { ThrottlingException };
|
|
155
156
|
export var ColumnDataType;
|
|
156
157
|
(function (ColumnDataType) {
|
|
157
158
|
ColumnDataType["DATETIME"] = "DATETIME";
|
|
@@ -178,77 +179,77 @@ export var ColumnTagName;
|
|
|
178
179
|
ColumnTagName["COLUMN_DESCRIPTION"] = "COLUMN_DESCRIPTION";
|
|
179
180
|
ColumnTagName["COLUMN_GEOGRAPHIC_ROLE"] = "COLUMN_GEOGRAPHIC_ROLE";
|
|
180
181
|
})(ColumnTagName || (ColumnTagName = {}));
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
this.Message = opts.Message;
|
|
192
|
-
this.RequestId = opts.RequestId;
|
|
182
|
+
var ConcurrentUpdatingException = (function (_super) {
|
|
183
|
+
__extends(ConcurrentUpdatingException, _super);
|
|
184
|
+
function ConcurrentUpdatingException(opts) {
|
|
185
|
+
var _this = _super.call(this, __assign({ name: "ConcurrentUpdatingException", $fault: "server" }, opts)) || this;
|
|
186
|
+
_this.name = "ConcurrentUpdatingException";
|
|
187
|
+
_this.$fault = "server";
|
|
188
|
+
Object.setPrototypeOf(_this, ConcurrentUpdatingException.prototype);
|
|
189
|
+
_this.Message = opts.Message;
|
|
190
|
+
_this.RequestId = opts.RequestId;
|
|
191
|
+
return _this;
|
|
193
192
|
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
193
|
+
return ConcurrentUpdatingException;
|
|
194
|
+
}(__BaseException));
|
|
195
|
+
export { ConcurrentUpdatingException };
|
|
196
|
+
var ConflictException = (function (_super) {
|
|
197
|
+
__extends(ConflictException, _super);
|
|
198
|
+
function ConflictException(opts) {
|
|
199
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
200
|
+
_this.name = "ConflictException";
|
|
201
|
+
_this.$fault = "client";
|
|
202
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
203
|
+
_this.Message = opts.Message;
|
|
204
|
+
_this.RequestId = opts.RequestId;
|
|
205
|
+
return _this;
|
|
207
206
|
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
207
|
+
return ConflictException;
|
|
208
|
+
}(__BaseException));
|
|
209
|
+
export { ConflictException };
|
|
210
|
+
var ResourceUnavailableException = (function (_super) {
|
|
211
|
+
__extends(ResourceUnavailableException, _super);
|
|
212
|
+
function ResourceUnavailableException(opts) {
|
|
213
|
+
var _this = _super.call(this, __assign({ name: "ResourceUnavailableException", $fault: "server" }, opts)) || this;
|
|
214
|
+
_this.name = "ResourceUnavailableException";
|
|
215
|
+
_this.$fault = "server";
|
|
216
|
+
Object.setPrototypeOf(_this, ResourceUnavailableException.prototype);
|
|
217
|
+
_this.Message = opts.Message;
|
|
218
|
+
_this.ResourceType = opts.ResourceType;
|
|
219
|
+
_this.RequestId = opts.RequestId;
|
|
220
|
+
return _this;
|
|
222
221
|
}
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
222
|
+
return ResourceUnavailableException;
|
|
223
|
+
}(__BaseException));
|
|
224
|
+
export { ResourceUnavailableException };
|
|
225
|
+
var PreconditionNotMetException = (function (_super) {
|
|
226
|
+
__extends(PreconditionNotMetException, _super);
|
|
227
|
+
function PreconditionNotMetException(opts) {
|
|
228
|
+
var _this = _super.call(this, __assign({ name: "PreconditionNotMetException", $fault: "client" }, opts)) || this;
|
|
229
|
+
_this.name = "PreconditionNotMetException";
|
|
230
|
+
_this.$fault = "client";
|
|
231
|
+
Object.setPrototypeOf(_this, PreconditionNotMetException.prototype);
|
|
232
|
+
_this.Message = opts.Message;
|
|
233
|
+
_this.RequestId = opts.RequestId;
|
|
234
|
+
return _this;
|
|
236
235
|
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
236
|
+
return PreconditionNotMetException;
|
|
237
|
+
}(__BaseException));
|
|
238
|
+
export { PreconditionNotMetException };
|
|
239
|
+
var UnsupportedUserEditionException = (function (_super) {
|
|
240
|
+
__extends(UnsupportedUserEditionException, _super);
|
|
241
|
+
function UnsupportedUserEditionException(opts) {
|
|
242
|
+
var _this = _super.call(this, __assign({ name: "UnsupportedUserEditionException", $fault: "client" }, opts)) || this;
|
|
243
|
+
_this.name = "UnsupportedUserEditionException";
|
|
244
|
+
_this.$fault = "client";
|
|
245
|
+
Object.setPrototypeOf(_this, UnsupportedUserEditionException.prototype);
|
|
246
|
+
_this.Message = opts.Message;
|
|
247
|
+
_this.RequestId = opts.RequestId;
|
|
248
|
+
return _this;
|
|
250
249
|
}
|
|
251
|
-
|
|
250
|
+
return UnsupportedUserEditionException;
|
|
251
|
+
}(__BaseException));
|
|
252
|
+
export { UnsupportedUserEditionException };
|
|
252
253
|
export var DashboardUIState;
|
|
253
254
|
(function (DashboardUIState) {
|
|
254
255
|
DashboardUIState["COLLAPSED"] = "COLLAPSED";
|
|
@@ -261,7 +262,7 @@ export var DataSetImportMode;
|
|
|
261
262
|
})(DataSetImportMode || (DataSetImportMode = {}));
|
|
262
263
|
export var TransformOperation;
|
|
263
264
|
(function (TransformOperation) {
|
|
264
|
-
TransformOperation.visit = (value, visitor)
|
|
265
|
+
TransformOperation.visit = function (value, visitor) {
|
|
265
266
|
if (value.ProjectOperation !== undefined)
|
|
266
267
|
return visitor.ProjectOperation(value.ProjectOperation);
|
|
267
268
|
if (value.FilterOperation !== undefined)
|
|
@@ -312,7 +313,7 @@ export var TextQualifier;
|
|
|
312
313
|
})(TextQualifier || (TextQualifier = {}));
|
|
313
314
|
export var PhysicalTable;
|
|
314
315
|
(function (PhysicalTable) {
|
|
315
|
-
PhysicalTable.visit = (value, visitor)
|
|
316
|
+
PhysicalTable.visit = function (value, visitor) {
|
|
316
317
|
if (value.RelationalTable !== undefined)
|
|
317
318
|
return visitor.RelationalTable(value.RelationalTable);
|
|
318
319
|
if (value.CustomSql !== undefined)
|
|
@@ -337,24 +338,24 @@ export var Status;
|
|
|
337
338
|
Status["DISABLED"] = "DISABLED";
|
|
338
339
|
Status["ENABLED"] = "ENABLED";
|
|
339
340
|
})(Status || (Status = {}));
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
this.ResourceType = opts.ResourceType;
|
|
352
|
-
this.RequestId = opts.RequestId;
|
|
341
|
+
var LimitExceededException = (function (_super) {
|
|
342
|
+
__extends(LimitExceededException, _super);
|
|
343
|
+
function LimitExceededException(opts) {
|
|
344
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
345
|
+
_this.name = "LimitExceededException";
|
|
346
|
+
_this.$fault = "client";
|
|
347
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
348
|
+
_this.Message = opts.Message;
|
|
349
|
+
_this.ResourceType = opts.ResourceType;
|
|
350
|
+
_this.RequestId = opts.RequestId;
|
|
351
|
+
return _this;
|
|
353
352
|
}
|
|
354
|
-
|
|
353
|
+
return LimitExceededException;
|
|
354
|
+
}(__BaseException));
|
|
355
|
+
export { LimitExceededException };
|
|
355
356
|
export var DataSourceParameters;
|
|
356
357
|
(function (DataSourceParameters) {
|
|
357
|
-
DataSourceParameters.visit = (value, visitor)
|
|
358
|
+
DataSourceParameters.visit = function (value, visitor) {
|
|
358
359
|
if (value.AmazonElasticsearchParameters !== undefined)
|
|
359
360
|
return visitor.AmazonElasticsearchParameters(value.AmazonElasticsearchParameters);
|
|
360
361
|
if (value.AthenaParameters !== undefined)
|
|
@@ -494,20 +495,20 @@ export var DataSourceErrorInfoType;
|
|
|
494
495
|
DataSourceErrorInfoType["UNKNOWN"] = "UNKNOWN";
|
|
495
496
|
DataSourceErrorInfoType["UNKNOWN_HOST"] = "UNKNOWN_HOST";
|
|
496
497
|
})(DataSourceErrorInfoType || (DataSourceErrorInfoType = {}));
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
this.Message = opts.Message;
|
|
508
|
-
this.RequestId = opts.RequestId;
|
|
498
|
+
var InvalidNextTokenException = (function (_super) {
|
|
499
|
+
__extends(InvalidNextTokenException, _super);
|
|
500
|
+
function InvalidNextTokenException(opts) {
|
|
501
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
|
|
502
|
+
_this.name = "InvalidNextTokenException";
|
|
503
|
+
_this.$fault = "client";
|
|
504
|
+
Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
|
|
505
|
+
_this.Message = opts.Message;
|
|
506
|
+
_this.RequestId = opts.RequestId;
|
|
507
|
+
return _this;
|
|
509
508
|
}
|
|
510
|
-
|
|
509
|
+
return InvalidNextTokenException;
|
|
510
|
+
}(__BaseException));
|
|
511
|
+
export { InvalidNextTokenException };
|
|
511
512
|
export var IngestionErrorType;
|
|
512
513
|
(function (IngestionErrorType) {
|
|
513
514
|
IngestionErrorType["ACCOUNT_CAPACITY_LIMIT_EXCEEDED"] = "ACCOUNT_CAPACITY_LIMIT_EXCEEDED";
|
|
@@ -585,202 +586,73 @@ export var ThemeType;
|
|
|
585
586
|
ThemeType["CUSTOM"] = "CUSTOM";
|
|
586
587
|
ThemeType["QUICKSIGHT"] = "QUICKSIGHT";
|
|
587
588
|
})(ThemeType || (ThemeType = {}));
|
|
588
|
-
export
|
|
589
|
-
|
|
590
|
-
});
|
|
591
|
-
export
|
|
592
|
-
|
|
593
|
-
});
|
|
594
|
-
export
|
|
595
|
-
|
|
596
|
-
});
|
|
597
|
-
export
|
|
598
|
-
|
|
599
|
-
});
|
|
600
|
-
export
|
|
601
|
-
|
|
602
|
-
});
|
|
603
|
-
export
|
|
604
|
-
|
|
605
|
-
});
|
|
606
|
-
export
|
|
607
|
-
|
|
608
|
-
});
|
|
609
|
-
export
|
|
610
|
-
|
|
611
|
-
});
|
|
612
|
-
export
|
|
613
|
-
|
|
614
|
-
});
|
|
615
|
-
export
|
|
616
|
-
|
|
617
|
-
});
|
|
618
|
-
export
|
|
619
|
-
|
|
620
|
-
});
|
|
621
|
-
export
|
|
622
|
-
|
|
623
|
-
});
|
|
624
|
-
export
|
|
625
|
-
|
|
626
|
-
});
|
|
627
|
-
export
|
|
628
|
-
|
|
629
|
-
});
|
|
630
|
-
export
|
|
631
|
-
|
|
632
|
-
});
|
|
633
|
-
export
|
|
634
|
-
|
|
635
|
-
});
|
|
636
|
-
export
|
|
637
|
-
|
|
638
|
-
});
|
|
639
|
-
export
|
|
640
|
-
|
|
641
|
-
});
|
|
642
|
-
export
|
|
643
|
-
|
|
644
|
-
});
|
|
645
|
-
export
|
|
646
|
-
|
|
647
|
-
});
|
|
648
|
-
export
|
|
649
|
-
|
|
650
|
-
});
|
|
651
|
-
export
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
...obj,
|
|
656
|
-
});
|
|
657
|
-
export const BorderStyleFilterSensitiveLog = (obj) => ({
|
|
658
|
-
...obj,
|
|
659
|
-
});
|
|
660
|
-
export const CalculatedColumnFilterSensitiveLog = (obj) => ({
|
|
661
|
-
...obj,
|
|
662
|
-
});
|
|
663
|
-
export const CancelIngestionRequestFilterSensitiveLog = (obj) => ({
|
|
664
|
-
...obj,
|
|
665
|
-
});
|
|
666
|
-
export const CancelIngestionResponseFilterSensitiveLog = (obj) => ({
|
|
667
|
-
...obj,
|
|
668
|
-
});
|
|
669
|
-
export const CastColumnTypeOperationFilterSensitiveLog = (obj) => ({
|
|
670
|
-
...obj,
|
|
671
|
-
});
|
|
672
|
-
export const ColumnDescriptionFilterSensitiveLog = (obj) => ({
|
|
673
|
-
...obj,
|
|
674
|
-
});
|
|
675
|
-
export const GeoSpatialColumnGroupFilterSensitiveLog = (obj) => ({
|
|
676
|
-
...obj,
|
|
677
|
-
});
|
|
678
|
-
export const ColumnGroupFilterSensitiveLog = (obj) => ({
|
|
679
|
-
...obj,
|
|
680
|
-
});
|
|
681
|
-
export const ColumnGroupColumnSchemaFilterSensitiveLog = (obj) => ({
|
|
682
|
-
...obj,
|
|
683
|
-
});
|
|
684
|
-
export const ColumnGroupSchemaFilterSensitiveLog = (obj) => ({
|
|
685
|
-
...obj,
|
|
686
|
-
});
|
|
687
|
-
export const ColumnLevelPermissionRuleFilterSensitiveLog = (obj) => ({
|
|
688
|
-
...obj,
|
|
689
|
-
});
|
|
690
|
-
export const ColumnSchemaFilterSensitiveLog = (obj) => ({
|
|
691
|
-
...obj,
|
|
692
|
-
});
|
|
693
|
-
export const ColumnTagFilterSensitiveLog = (obj) => ({
|
|
694
|
-
...obj,
|
|
695
|
-
});
|
|
696
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
export const CreateAccountCustomizationRequestFilterSensitiveLog = (obj) => ({
|
|
700
|
-
...obj,
|
|
701
|
-
});
|
|
702
|
-
export const CreateAccountCustomizationResponseFilterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
});
|
|
705
|
-
export const CreateAccountSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
706
|
-
...obj,
|
|
707
|
-
});
|
|
708
|
-
export const SignupResponseFilterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
export const CreateAccountSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
712
|
-
...obj,
|
|
713
|
-
});
|
|
714
|
-
export const DateTimeParameterFilterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
});
|
|
717
|
-
export const DecimalParameterFilterSensitiveLog = (obj) => ({
|
|
718
|
-
...obj,
|
|
719
|
-
});
|
|
720
|
-
export const IntegerParameterFilterSensitiveLog = (obj) => ({
|
|
721
|
-
...obj,
|
|
722
|
-
});
|
|
723
|
-
export const StringParameterFilterSensitiveLog = (obj) => ({
|
|
724
|
-
...obj,
|
|
725
|
-
});
|
|
726
|
-
export const _ParametersFilterSensitiveLog = (obj) => ({
|
|
727
|
-
...obj,
|
|
728
|
-
});
|
|
729
|
-
export const ResourcePermissionFilterSensitiveLog = (obj) => ({
|
|
730
|
-
...obj,
|
|
731
|
-
});
|
|
732
|
-
export const CreateAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
733
|
-
...obj,
|
|
734
|
-
});
|
|
735
|
-
export const CreateAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
736
|
-
...obj,
|
|
737
|
-
});
|
|
738
|
-
export const CreateColumnsOperationFilterSensitiveLog = (obj) => ({
|
|
739
|
-
...obj,
|
|
740
|
-
});
|
|
741
|
-
export const ExportToCSVOptionFilterSensitiveLog = (obj) => ({
|
|
742
|
-
...obj,
|
|
743
|
-
});
|
|
744
|
-
export const SheetControlsOptionFilterSensitiveLog = (obj) => ({
|
|
745
|
-
...obj,
|
|
746
|
-
});
|
|
747
|
-
export const DashboardPublishOptionsFilterSensitiveLog = (obj) => ({
|
|
748
|
-
...obj,
|
|
749
|
-
});
|
|
750
|
-
export const DashboardSourceTemplateFilterSensitiveLog = (obj) => ({
|
|
751
|
-
...obj,
|
|
752
|
-
});
|
|
753
|
-
export const DashboardSourceEntityFilterSensitiveLog = (obj) => ({
|
|
754
|
-
...obj,
|
|
755
|
-
});
|
|
756
|
-
export const CreateDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
757
|
-
...obj,
|
|
758
|
-
});
|
|
759
|
-
export const CreateDashboardResponseFilterSensitiveLog = (obj) => ({
|
|
760
|
-
...obj,
|
|
761
|
-
});
|
|
762
|
-
export const DataSetUsageConfigurationFilterSensitiveLog = (obj) => ({
|
|
763
|
-
...obj,
|
|
764
|
-
});
|
|
765
|
-
export const FieldFolderFilterSensitiveLog = (obj) => ({
|
|
766
|
-
...obj,
|
|
767
|
-
});
|
|
768
|
-
export const FilterOperationFilterSensitiveLog = (obj) => ({
|
|
769
|
-
...obj,
|
|
770
|
-
});
|
|
771
|
-
export const ProjectOperationFilterSensitiveLog = (obj) => ({
|
|
772
|
-
...obj,
|
|
773
|
-
});
|
|
774
|
-
export const RenameColumnOperationFilterSensitiveLog = (obj) => ({
|
|
775
|
-
...obj,
|
|
776
|
-
});
|
|
777
|
-
export const TagColumnOperationFilterSensitiveLog = (obj) => ({
|
|
778
|
-
...obj,
|
|
779
|
-
});
|
|
780
|
-
export const UntagColumnOperationFilterSensitiveLog = (obj) => ({
|
|
781
|
-
...obj,
|
|
782
|
-
});
|
|
783
|
-
export const TransformOperationFilterSensitiveLog = (obj) => {
|
|
589
|
+
export var AccountCustomizationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var AccountInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var AccountSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var ActiveIAMPolicyAssignmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var AdHocFilteringOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var AmazonElasticsearchParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var AmazonOpenSearchParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var AnalysisErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var SheetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var AnalysisFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var AnalysisSearchFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var DataSetReferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var AnalysisSourceTemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var AnalysisSourceEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var AnalysisSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var AnonymousUserDashboardEmbeddingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var DashboardVisualIdFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var AnonymousUserDashboardVisualEmbeddingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var AnonymousUserEmbeddingExperienceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var AthenaParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var AuroraParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var AuroraPostgreSqlParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var AwsIotAnalyticsParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var BorderStyleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var CalculatedColumnFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var CancelIngestionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var CancelIngestionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var CastColumnTypeOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var ColumnDescriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var GeoSpatialColumnGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var ColumnGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var ColumnGroupColumnSchemaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var ColumnGroupSchemaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var ColumnLevelPermissionRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var ColumnSchemaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var ColumnTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var CreateAccountCustomizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var CreateAccountCustomizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var CreateAccountSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var SignupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var CreateAccountSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var DateTimeParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var DecimalParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var IntegerParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var StringParameterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var _ParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var ResourcePermissionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var CreateAnalysisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var CreateAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var CreateColumnsOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var ExportToCSVOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var SheetControlsOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var DashboardPublishOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var DashboardSourceTemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var DashboardSourceEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var CreateDashboardRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var CreateDashboardResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var DataSetUsageConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var FieldFolderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var FilterOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var ProjectOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var RenameColumnOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var TagColumnOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var UntagColumnOperationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var TransformOperationFilterSensitiveLog = function (obj) {
|
|
655
|
+
var _a;
|
|
784
656
|
if (obj.ProjectOperation !== undefined)
|
|
785
657
|
return { ProjectOperation: ProjectOperationFilterSensitiveLog(obj.ProjectOperation) };
|
|
786
658
|
if (obj.FilterOperation !== undefined)
|
|
@@ -796,39 +668,21 @@ export const TransformOperationFilterSensitiveLog = (obj) => {
|
|
|
796
668
|
if (obj.UntagColumnOperation !== undefined)
|
|
797
669
|
return { UntagColumnOperation: UntagColumnOperationFilterSensitiveLog(obj.UntagColumnOperation) };
|
|
798
670
|
if (obj.$unknown !== undefined)
|
|
799
|
-
return { [obj.$unknown[0]]
|
|
671
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
800
672
|
};
|
|
801
|
-
export
|
|
802
|
-
|
|
803
|
-
});
|
|
804
|
-
export
|
|
805
|
-
|
|
806
|
-
});
|
|
807
|
-
export
|
|
808
|
-
|
|
809
|
-
});
|
|
810
|
-
export
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
}),
|
|
815
|
-
});
|
|
816
|
-
export const InputColumnFilterSensitiveLog = (obj) => ({
|
|
817
|
-
...obj,
|
|
818
|
-
});
|
|
819
|
-
export const CustomSqlFilterSensitiveLog = (obj) => ({
|
|
820
|
-
...obj,
|
|
821
|
-
});
|
|
822
|
-
export const RelationalTableFilterSensitiveLog = (obj) => ({
|
|
823
|
-
...obj,
|
|
824
|
-
});
|
|
825
|
-
export const UploadSettingsFilterSensitiveLog = (obj) => ({
|
|
826
|
-
...obj,
|
|
827
|
-
});
|
|
828
|
-
export const S3SourceFilterSensitiveLog = (obj) => ({
|
|
829
|
-
...obj,
|
|
830
|
-
});
|
|
831
|
-
export const PhysicalTableFilterSensitiveLog = (obj) => {
|
|
673
|
+
export var JoinKeyPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var JoinInstructionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var LogicalTableSourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var LogicalTableFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DataTransforms && {
|
|
677
|
+
DataTransforms: obj.DataTransforms.map(function (item) { return TransformOperationFilterSensitiveLog(item); }),
|
|
678
|
+
}))); };
|
|
679
|
+
export var InputColumnFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var CustomSqlFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var RelationalTableFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var UploadSettingsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var S3SourceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var PhysicalTableFilterSensitiveLog = function (obj) {
|
|
685
|
+
var _a;
|
|
832
686
|
if (obj.RelationalTable !== undefined)
|
|
833
687
|
return { RelationalTable: RelationalTableFilterSensitiveLog(obj.RelationalTable) };
|
|
834
688
|
if (obj.CustomSql !== undefined)
|
|
@@ -836,92 +690,46 @@ export const PhysicalTableFilterSensitiveLog = (obj) => {
|
|
|
836
690
|
if (obj.S3Source !== undefined)
|
|
837
691
|
return { S3Source: S3SourceFilterSensitiveLog(obj.S3Source) };
|
|
838
692
|
if (obj.$unknown !== undefined)
|
|
839
|
-
return { [obj.$unknown[0]]
|
|
693
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
840
694
|
};
|
|
841
|
-
export
|
|
842
|
-
|
|
843
|
-
});
|
|
844
|
-
export
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
});
|
|
870
|
-
export
|
|
871
|
-
|
|
872
|
-
});
|
|
873
|
-
export
|
|
874
|
-
|
|
875
|
-
});
|
|
876
|
-
export
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
export const MariaDbParametersFilterSensitiveLog = (obj) => ({
|
|
880
|
-
...obj,
|
|
881
|
-
});
|
|
882
|
-
export const MySqlParametersFilterSensitiveLog = (obj) => ({
|
|
883
|
-
...obj,
|
|
884
|
-
});
|
|
885
|
-
export const OracleParametersFilterSensitiveLog = (obj) => ({
|
|
886
|
-
...obj,
|
|
887
|
-
});
|
|
888
|
-
export const PostgreSqlParametersFilterSensitiveLog = (obj) => ({
|
|
889
|
-
...obj,
|
|
890
|
-
});
|
|
891
|
-
export const PrestoParametersFilterSensitiveLog = (obj) => ({
|
|
892
|
-
...obj,
|
|
893
|
-
});
|
|
894
|
-
export const RdsParametersFilterSensitiveLog = (obj) => ({
|
|
895
|
-
...obj,
|
|
896
|
-
});
|
|
897
|
-
export const RedshiftParametersFilterSensitiveLog = (obj) => ({
|
|
898
|
-
...obj,
|
|
899
|
-
});
|
|
900
|
-
export const ManifestFileLocationFilterSensitiveLog = (obj) => ({
|
|
901
|
-
...obj,
|
|
902
|
-
});
|
|
903
|
-
export const S3ParametersFilterSensitiveLog = (obj) => ({
|
|
904
|
-
...obj,
|
|
905
|
-
});
|
|
906
|
-
export const ServiceNowParametersFilterSensitiveLog = (obj) => ({
|
|
907
|
-
...obj,
|
|
908
|
-
});
|
|
909
|
-
export const SnowflakeParametersFilterSensitiveLog = (obj) => ({
|
|
910
|
-
...obj,
|
|
911
|
-
});
|
|
912
|
-
export const SparkParametersFilterSensitiveLog = (obj) => ({
|
|
913
|
-
...obj,
|
|
914
|
-
});
|
|
915
|
-
export const SqlServerParametersFilterSensitiveLog = (obj) => ({
|
|
916
|
-
...obj,
|
|
917
|
-
});
|
|
918
|
-
export const TeradataParametersFilterSensitiveLog = (obj) => ({
|
|
919
|
-
...obj,
|
|
920
|
-
});
|
|
921
|
-
export const TwitterParametersFilterSensitiveLog = (obj) => ({
|
|
922
|
-
...obj,
|
|
923
|
-
});
|
|
924
|
-
export const DataSourceParametersFilterSensitiveLog = (obj) => {
|
|
695
|
+
export var RowLevelPermissionDataSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
export var RowLevelPermissionTagRuleFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.MatchAllValue && { MatchAllValue: SENSITIVE_STRING }))); };
|
|
697
|
+
export var RowLevelPermissionTagConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.TagRules && { TagRules: obj.TagRules.map(function (item) { return RowLevelPermissionTagRuleFilterSensitiveLog(item); }) }))); };
|
|
698
|
+
export var CreateDataSetRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.PhysicalTableMap && {
|
|
699
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce(function (acc, _a) {
|
|
700
|
+
var _b;
|
|
701
|
+
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
702
|
+
return (__assign(__assign({}, acc), (_b = {}, _b[key] = PhysicalTableFilterSensitiveLog(value), _b)));
|
|
703
|
+
}, {}),
|
|
704
|
+
})), (obj.LogicalTableMap && {
|
|
705
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce(function (acc, _a) {
|
|
706
|
+
var _b;
|
|
707
|
+
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
708
|
+
return (__assign(__assign({}, acc), (_b = {}, _b[key] = LogicalTableFilterSensitiveLog(value), _b)));
|
|
709
|
+
}, {}),
|
|
710
|
+
})), (obj.RowLevelPermissionTagConfiguration && {
|
|
711
|
+
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
712
|
+
}))); };
|
|
713
|
+
export var CreateDataSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var ExasolParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var JiraParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var MariaDbParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var MySqlParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var OracleParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var PostgreSqlParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var PrestoParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var RdsParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var RedshiftParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var ManifestFileLocationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var S3ParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var ServiceNowParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var SnowflakeParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var SparkParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var SqlServerParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var TeradataParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var TwitterParametersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var DataSourceParametersFilterSensitiveLog = function (obj) {
|
|
732
|
+
var _a;
|
|
925
733
|
if (obj.AmazonElasticsearchParameters !== undefined)
|
|
926
734
|
return {
|
|
927
735
|
AmazonElasticsearchParameters: AmazonElasticsearchParametersFilterSensitiveLog(obj.AmazonElasticsearchParameters),
|
|
@@ -969,486 +777,181 @@ export const DataSourceParametersFilterSensitiveLog = (obj) => {
|
|
|
969
777
|
if (obj.ExasolParameters !== undefined)
|
|
970
778
|
return { ExasolParameters: ExasolParametersFilterSensitiveLog(obj.ExasolParameters) };
|
|
971
779
|
if (obj.$unknown !== undefined)
|
|
972
|
-
return { [obj.$unknown[0]]
|
|
780
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
973
781
|
};
|
|
974
|
-
export
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
AlternateDataSourceParameters: obj.AlternateDataSourceParameters.map((item) => DataSourceParametersFilterSensitiveLog(item)),
|
|
978
|
-
}),
|
|
979
|
-
});
|
|
980
|
-
export const DataSourceCredentialsFilterSensitiveLog = (obj) => ({
|
|
981
|
-
...obj,
|
|
982
|
-
...(obj.CredentialPair && { CredentialPair: CredentialPairFilterSensitiveLog(obj.CredentialPair) }),
|
|
983
|
-
});
|
|
984
|
-
export const SslPropertiesFilterSensitiveLog = (obj) => ({
|
|
985
|
-
...obj,
|
|
986
|
-
});
|
|
987
|
-
export const VpcConnectionPropertiesFilterSensitiveLog = (obj) => ({
|
|
988
|
-
...obj,
|
|
989
|
-
});
|
|
990
|
-
export const CreateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
991
|
-
...obj,
|
|
992
|
-
...(obj.DataSourceParameters && {
|
|
993
|
-
DataSourceParameters: DataSourceParametersFilterSensitiveLog(obj.DataSourceParameters),
|
|
994
|
-
}),
|
|
995
|
-
...(obj.Credentials && { Credentials: SENSITIVE_STRING }),
|
|
996
|
-
});
|
|
997
|
-
export const CreateDataSourceResponseFilterSensitiveLog = (obj) => ({
|
|
998
|
-
...obj,
|
|
999
|
-
});
|
|
1000
|
-
export const CreateFolderRequestFilterSensitiveLog = (obj) => ({
|
|
1001
|
-
...obj,
|
|
1002
|
-
});
|
|
1003
|
-
export const CreateFolderResponseFilterSensitiveLog = (obj) => ({
|
|
1004
|
-
...obj,
|
|
1005
|
-
});
|
|
1006
|
-
export const CreateFolderMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
1007
|
-
...obj,
|
|
1008
|
-
});
|
|
1009
|
-
export const FolderMemberFilterSensitiveLog = (obj) => ({
|
|
1010
|
-
...obj,
|
|
1011
|
-
});
|
|
1012
|
-
export const CreateFolderMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
1013
|
-
...obj,
|
|
1014
|
-
});
|
|
1015
|
-
export const CreateGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1016
|
-
...obj,
|
|
1017
|
-
});
|
|
1018
|
-
export const GroupFilterSensitiveLog = (obj) => ({
|
|
1019
|
-
...obj,
|
|
1020
|
-
});
|
|
1021
|
-
export const CreateGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1022
|
-
...obj,
|
|
1023
|
-
});
|
|
1024
|
-
export const CreateGroupMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
1025
|
-
...obj,
|
|
1026
|
-
});
|
|
1027
|
-
export const GroupMemberFilterSensitiveLog = (obj) => ({
|
|
1028
|
-
...obj,
|
|
1029
|
-
});
|
|
1030
|
-
export const CreateGroupMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
1031
|
-
...obj,
|
|
1032
|
-
});
|
|
1033
|
-
export const CreateIAMPolicyAssignmentRequestFilterSensitiveLog = (obj) => ({
|
|
1034
|
-
...obj,
|
|
1035
|
-
});
|
|
1036
|
-
export const CreateIAMPolicyAssignmentResponseFilterSensitiveLog = (obj) => ({
|
|
1037
|
-
...obj,
|
|
1038
|
-
});
|
|
1039
|
-
export const CreateIngestionRequestFilterSensitiveLog = (obj) => ({
|
|
1040
|
-
...obj,
|
|
1041
|
-
});
|
|
1042
|
-
export const CreateIngestionResponseFilterSensitiveLog = (obj) => ({
|
|
1043
|
-
...obj,
|
|
1044
|
-
});
|
|
1045
|
-
export const CreateNamespaceRequestFilterSensitiveLog = (obj) => ({
|
|
1046
|
-
...obj,
|
|
1047
|
-
});
|
|
1048
|
-
export const CreateNamespaceResponseFilterSensitiveLog = (obj) => ({
|
|
1049
|
-
...obj,
|
|
1050
|
-
});
|
|
1051
|
-
export const TemplateSourceAnalysisFilterSensitiveLog = (obj) => ({
|
|
1052
|
-
...obj,
|
|
1053
|
-
});
|
|
1054
|
-
export const TemplateSourceTemplateFilterSensitiveLog = (obj) => ({
|
|
1055
|
-
...obj,
|
|
1056
|
-
});
|
|
1057
|
-
export const TemplateSourceEntityFilterSensitiveLog = (obj) => ({
|
|
1058
|
-
...obj,
|
|
1059
|
-
});
|
|
1060
|
-
export const CreateTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
1061
|
-
...obj,
|
|
1062
|
-
});
|
|
1063
|
-
export const CreateTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
1064
|
-
...obj,
|
|
1065
|
-
});
|
|
1066
|
-
export const CreateTemplateAliasRequestFilterSensitiveLog = (obj) => ({
|
|
1067
|
-
...obj,
|
|
1068
|
-
});
|
|
1069
|
-
export const TemplateAliasFilterSensitiveLog = (obj) => ({
|
|
1070
|
-
...obj,
|
|
1071
|
-
});
|
|
1072
|
-
export const CreateTemplateAliasResponseFilterSensitiveLog = (obj) => ({
|
|
1073
|
-
...obj,
|
|
1074
|
-
});
|
|
1075
|
-
export const DataColorPaletteFilterSensitiveLog = (obj) => ({
|
|
1076
|
-
...obj,
|
|
1077
|
-
});
|
|
1078
|
-
export const TileStyleFilterSensitiveLog = (obj) => ({
|
|
1079
|
-
...obj,
|
|
1080
|
-
});
|
|
1081
|
-
export const GutterStyleFilterSensitiveLog = (obj) => ({
|
|
1082
|
-
...obj,
|
|
1083
|
-
});
|
|
1084
|
-
export const MarginStyleFilterSensitiveLog = (obj) => ({
|
|
1085
|
-
...obj,
|
|
1086
|
-
});
|
|
1087
|
-
export const TileLayoutStyleFilterSensitiveLog = (obj) => ({
|
|
1088
|
-
...obj,
|
|
1089
|
-
});
|
|
1090
|
-
export const SheetStyleFilterSensitiveLog = (obj) => ({
|
|
1091
|
-
...obj,
|
|
1092
|
-
});
|
|
1093
|
-
export const UIColorPaletteFilterSensitiveLog = (obj) => ({
|
|
1094
|
-
...obj,
|
|
1095
|
-
});
|
|
1096
|
-
export const ThemeConfigurationFilterSensitiveLog = (obj) => ({
|
|
1097
|
-
...obj,
|
|
1098
|
-
});
|
|
1099
|
-
export const CreateThemeRequestFilterSensitiveLog = (obj) => ({
|
|
1100
|
-
...obj,
|
|
1101
|
-
});
|
|
1102
|
-
export const CreateThemeResponseFilterSensitiveLog = (obj) => ({
|
|
1103
|
-
...obj,
|
|
1104
|
-
});
|
|
1105
|
-
export const CreateThemeAliasRequestFilterSensitiveLog = (obj) => ({
|
|
1106
|
-
...obj,
|
|
1107
|
-
});
|
|
1108
|
-
export const ThemeAliasFilterSensitiveLog = (obj) => ({
|
|
1109
|
-
...obj,
|
|
1110
|
-
});
|
|
1111
|
-
export const CreateThemeAliasResponseFilterSensitiveLog = (obj) => ({
|
|
1112
|
-
...obj,
|
|
1113
|
-
});
|
|
1114
|
-
export const DashboardErrorFilterSensitiveLog = (obj) => ({
|
|
1115
|
-
...obj,
|
|
1116
|
-
});
|
|
1117
|
-
export const DashboardVersionFilterSensitiveLog = (obj) => ({
|
|
1118
|
-
...obj,
|
|
1119
|
-
});
|
|
1120
|
-
export const DashboardFilterSensitiveLog = (obj) => ({
|
|
1121
|
-
...obj,
|
|
1122
|
-
});
|
|
1123
|
-
export const DashboardSearchFilterFilterSensitiveLog = (obj) => ({
|
|
1124
|
-
...obj,
|
|
1125
|
-
});
|
|
1126
|
-
export const DashboardSummaryFilterSensitiveLog = (obj) => ({
|
|
1127
|
-
...obj,
|
|
1128
|
-
});
|
|
1129
|
-
export const DashboardVersionSummaryFilterSensitiveLog = (obj) => ({
|
|
1130
|
-
...obj,
|
|
1131
|
-
});
|
|
1132
|
-
export const OutputColumnFilterSensitiveLog = (obj) => ({
|
|
1133
|
-
...obj,
|
|
1134
|
-
});
|
|
1135
|
-
export const DataSetFilterSensitiveLog = (obj) => ({
|
|
1136
|
-
...obj,
|
|
1137
|
-
...(obj.PhysicalTableMap && {
|
|
1138
|
-
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce((acc, [key, value]) => ({
|
|
1139
|
-
...acc,
|
|
1140
|
-
[key]: PhysicalTableFilterSensitiveLog(value),
|
|
1141
|
-
}), {}),
|
|
1142
|
-
}),
|
|
1143
|
-
...(obj.LogicalTableMap && {
|
|
1144
|
-
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce((acc, [key, value]) => ({
|
|
1145
|
-
...acc,
|
|
1146
|
-
[key]: LogicalTableFilterSensitiveLog(value),
|
|
1147
|
-
}), {}),
|
|
1148
|
-
}),
|
|
1149
|
-
...(obj.RowLevelPermissionTagConfiguration && {
|
|
1150
|
-
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
1151
|
-
}),
|
|
1152
|
-
});
|
|
1153
|
-
export const DataSetSchemaFilterSensitiveLog = (obj) => ({
|
|
1154
|
-
...obj,
|
|
1155
|
-
});
|
|
1156
|
-
export const DataSetConfigurationFilterSensitiveLog = (obj) => ({
|
|
1157
|
-
...obj,
|
|
1158
|
-
});
|
|
1159
|
-
export const DataSetSummaryFilterSensitiveLog = (obj) => ({
|
|
1160
|
-
...obj,
|
|
1161
|
-
});
|
|
1162
|
-
export const DataSourceErrorInfoFilterSensitiveLog = (obj) => ({
|
|
1163
|
-
...obj,
|
|
1164
|
-
});
|
|
1165
|
-
export const DataSourceFilterSensitiveLog = (obj) => ({
|
|
1166
|
-
...obj,
|
|
1167
|
-
...(obj.DataSourceParameters && {
|
|
1168
|
-
DataSourceParameters: DataSourceParametersFilterSensitiveLog(obj.DataSourceParameters),
|
|
782
|
+
export var CredentialPairFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AlternateDataSourceParameters && {
|
|
783
|
+
AlternateDataSourceParameters: obj.AlternateDataSourceParameters.map(function (item) {
|
|
784
|
+
return DataSourceParametersFilterSensitiveLog(item);
|
|
1169
785
|
}),
|
|
1170
|
-
|
|
1171
|
-
|
|
786
|
+
}))); };
|
|
787
|
+
export var DataSourceCredentialsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.CredentialPair && { CredentialPair: CredentialPairFilterSensitiveLog(obj.CredentialPair) }))); };
|
|
788
|
+
export var SslPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var VpcConnectionPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var CreateDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.DataSourceParameters && {
|
|
791
|
+
DataSourceParameters: DataSourceParametersFilterSensitiveLog(obj.DataSourceParameters),
|
|
792
|
+
})), (obj.Credentials && { Credentials: SENSITIVE_STRING }))); };
|
|
793
|
+
export var CreateDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
export var CreateFolderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
+
export var CreateFolderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
+
export var CreateFolderMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
797
|
+
export var FolderMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
798
|
+
export var CreateFolderMembershipResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
+
export var CreateGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
800
|
+
export var GroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
|
+
export var CreateGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
802
|
+
export var CreateGroupMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
+
export var GroupMemberFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
804
|
+
export var CreateGroupMembershipResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
805
|
+
export var CreateIAMPolicyAssignmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
|
+
export var CreateIAMPolicyAssignmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
+
export var CreateIngestionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
|
+
export var CreateIngestionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
809
|
+
export var CreateNamespaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
+
export var CreateNamespaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
+
export var TemplateSourceAnalysisFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
812
|
+
export var TemplateSourceTemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
|
+
export var TemplateSourceEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
814
|
+
export var CreateTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
+
export var CreateTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
816
|
+
export var CreateTemplateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
+
export var TemplateAliasFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
818
|
+
export var CreateTemplateAliasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
+
export var DataColorPaletteFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
|
+
export var TileStyleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
821
|
+
export var GutterStyleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
|
+
export var MarginStyleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
+
export var TileLayoutStyleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
+
export var SheetStyleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
825
|
+
export var UIColorPaletteFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
826
|
+
export var ThemeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
+
export var CreateThemeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
828
|
+
export var CreateThemeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
829
|
+
export var CreateThemeAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
830
|
+
export var ThemeAliasFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
+
export var CreateThemeAliasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
832
|
+
export var DashboardErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
833
|
+
export var DashboardVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
|
+
export var DashboardFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
+
export var DashboardSearchFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
836
|
+
export var DashboardSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
837
|
+
export var DashboardVersionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
+
export var OutputColumnFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
+
export var DataSetFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign({}, obj), (obj.PhysicalTableMap && {
|
|
840
|
+
PhysicalTableMap: Object.entries(obj.PhysicalTableMap).reduce(function (acc, _a) {
|
|
841
|
+
var _b;
|
|
842
|
+
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
843
|
+
return (__assign(__assign({}, acc), (_b = {}, _b[key] = PhysicalTableFilterSensitiveLog(value), _b)));
|
|
844
|
+
}, {}),
|
|
845
|
+
})), (obj.LogicalTableMap && {
|
|
846
|
+
LogicalTableMap: Object.entries(obj.LogicalTableMap).reduce(function (acc, _a) {
|
|
847
|
+
var _b;
|
|
848
|
+
var _c = __read(_a, 2), key = _c[0], value = _c[1];
|
|
849
|
+
return (__assign(__assign({}, acc), (_b = {}, _b[key] = LogicalTableFilterSensitiveLog(value), _b)));
|
|
850
|
+
}, {}),
|
|
851
|
+
})), (obj.RowLevelPermissionTagConfiguration && {
|
|
852
|
+
RowLevelPermissionTagConfiguration: RowLevelPermissionTagConfigurationFilterSensitiveLog(obj.RowLevelPermissionTagConfiguration),
|
|
853
|
+
}))); };
|
|
854
|
+
export var DataSetSchemaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
+
export var DataSetConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
|
+
export var DataSetSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
857
|
+
export var DataSourceErrorInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
858
|
+
export var DataSourceFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.DataSourceParameters && {
|
|
859
|
+
DataSourceParameters: DataSourceParametersFilterSensitiveLog(obj.DataSourceParameters),
|
|
860
|
+
})), (obj.AlternateDataSourceParameters && {
|
|
861
|
+
AlternateDataSourceParameters: obj.AlternateDataSourceParameters.map(function (item) {
|
|
862
|
+
return DataSourceParametersFilterSensitiveLog(item);
|
|
1172
863
|
}),
|
|
1173
|
-
});
|
|
1174
|
-
export
|
|
1175
|
-
|
|
1176
|
-
});
|
|
1177
|
-
export
|
|
1178
|
-
|
|
1179
|
-
});
|
|
1180
|
-
export
|
|
1181
|
-
|
|
1182
|
-
});
|
|
1183
|
-
export
|
|
1184
|
-
|
|
1185
|
-
});
|
|
1186
|
-
export
|
|
1187
|
-
|
|
1188
|
-
});
|
|
1189
|
-
export
|
|
1190
|
-
|
|
1191
|
-
});
|
|
1192
|
-
export
|
|
1193
|
-
|
|
1194
|
-
});
|
|
1195
|
-
export
|
|
1196
|
-
|
|
1197
|
-
});
|
|
1198
|
-
export
|
|
1199
|
-
|
|
1200
|
-
});
|
|
1201
|
-
export
|
|
1202
|
-
|
|
1203
|
-
});
|
|
1204
|
-
export
|
|
1205
|
-
|
|
1206
|
-
});
|
|
1207
|
-
export
|
|
1208
|
-
|
|
1209
|
-
});
|
|
1210
|
-
export
|
|
1211
|
-
|
|
1212
|
-
});
|
|
1213
|
-
export
|
|
1214
|
-
|
|
1215
|
-
});
|
|
1216
|
-
export
|
|
1217
|
-
|
|
1218
|
-
});
|
|
1219
|
-
export
|
|
1220
|
-
|
|
1221
|
-
});
|
|
1222
|
-
export
|
|
1223
|
-
|
|
1224
|
-
});
|
|
1225
|
-
export
|
|
1226
|
-
|
|
1227
|
-
});
|
|
1228
|
-
export
|
|
1229
|
-
|
|
1230
|
-
});
|
|
1231
|
-
export
|
|
1232
|
-
|
|
1233
|
-
});
|
|
1234
|
-
export
|
|
1235
|
-
|
|
1236
|
-
});
|
|
1237
|
-
export
|
|
1238
|
-
|
|
1239
|
-
});
|
|
1240
|
-
export
|
|
1241
|
-
|
|
1242
|
-
});
|
|
1243
|
-
export
|
|
1244
|
-
|
|
1245
|
-
});
|
|
1246
|
-
export
|
|
1247
|
-
|
|
1248
|
-
});
|
|
1249
|
-
export
|
|
1250
|
-
|
|
1251
|
-
});
|
|
1252
|
-
export
|
|
1253
|
-
|
|
1254
|
-
});
|
|
1255
|
-
export
|
|
1256
|
-
|
|
1257
|
-
});
|
|
1258
|
-
export
|
|
1259
|
-
|
|
1260
|
-
});
|
|
1261
|
-
export
|
|
1262
|
-
|
|
1263
|
-
});
|
|
1264
|
-
export
|
|
1265
|
-
|
|
1266
|
-
});
|
|
1267
|
-
export const DeleteUserResponseFilterSensitiveLog = (obj) => ({
|
|
1268
|
-
...obj,
|
|
1269
|
-
});
|
|
1270
|
-
export const DeleteUserByPrincipalIdRequestFilterSensitiveLog = (obj) => ({
|
|
1271
|
-
...obj,
|
|
1272
|
-
});
|
|
1273
|
-
export const DeleteUserByPrincipalIdResponseFilterSensitiveLog = (obj) => ({
|
|
1274
|
-
...obj,
|
|
1275
|
-
});
|
|
1276
|
-
export const DescribeAccountCustomizationRequestFilterSensitiveLog = (obj) => ({
|
|
1277
|
-
...obj,
|
|
1278
|
-
});
|
|
1279
|
-
export const DescribeAccountCustomizationResponseFilterSensitiveLog = (obj) => ({
|
|
1280
|
-
...obj,
|
|
1281
|
-
});
|
|
1282
|
-
export const DescribeAccountSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
1283
|
-
...obj,
|
|
1284
|
-
});
|
|
1285
|
-
export const DescribeAccountSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
1286
|
-
...obj,
|
|
1287
|
-
});
|
|
1288
|
-
export const DescribeAccountSubscriptionRequestFilterSensitiveLog = (obj) => ({
|
|
1289
|
-
...obj,
|
|
1290
|
-
});
|
|
1291
|
-
export const DescribeAccountSubscriptionResponseFilterSensitiveLog = (obj) => ({
|
|
1292
|
-
...obj,
|
|
1293
|
-
});
|
|
1294
|
-
export const DescribeAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
1295
|
-
...obj,
|
|
1296
|
-
});
|
|
1297
|
-
export const DescribeAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
1298
|
-
...obj,
|
|
1299
|
-
});
|
|
1300
|
-
export const DescribeAnalysisPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
1301
|
-
...obj,
|
|
1302
|
-
});
|
|
1303
|
-
export const DescribeAnalysisPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
1304
|
-
...obj,
|
|
1305
|
-
});
|
|
1306
|
-
export const DescribeDashboardRequestFilterSensitiveLog = (obj) => ({
|
|
1307
|
-
...obj,
|
|
1308
|
-
});
|
|
1309
|
-
export const DescribeDashboardResponseFilterSensitiveLog = (obj) => ({
|
|
1310
|
-
...obj,
|
|
1311
|
-
});
|
|
1312
|
-
export const DescribeDashboardPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
1313
|
-
...obj,
|
|
1314
|
-
});
|
|
1315
|
-
export const LinkSharingConfigurationFilterSensitiveLog = (obj) => ({
|
|
1316
|
-
...obj,
|
|
1317
|
-
});
|
|
1318
|
-
export const DescribeDashboardPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
1319
|
-
...obj,
|
|
1320
|
-
});
|
|
1321
|
-
export const DescribeDataSetRequestFilterSensitiveLog = (obj) => ({
|
|
1322
|
-
...obj,
|
|
1323
|
-
});
|
|
1324
|
-
export const DescribeDataSetResponseFilterSensitiveLog = (obj) => ({
|
|
1325
|
-
...obj,
|
|
1326
|
-
...(obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }),
|
|
1327
|
-
});
|
|
1328
|
-
export const DescribeDataSetPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
1329
|
-
...obj,
|
|
1330
|
-
});
|
|
1331
|
-
export const DescribeDataSetPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
1332
|
-
...obj,
|
|
1333
|
-
});
|
|
1334
|
-
export const DescribeDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
1335
|
-
...obj,
|
|
1336
|
-
});
|
|
1337
|
-
export const DescribeDataSourceResponseFilterSensitiveLog = (obj) => ({
|
|
1338
|
-
...obj,
|
|
1339
|
-
...(obj.DataSource && { DataSource: DataSourceFilterSensitiveLog(obj.DataSource) }),
|
|
1340
|
-
});
|
|
1341
|
-
export const DescribeDataSourcePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
1342
|
-
...obj,
|
|
1343
|
-
});
|
|
1344
|
-
export const DescribeDataSourcePermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
1345
|
-
...obj,
|
|
1346
|
-
});
|
|
1347
|
-
export const DescribeFolderRequestFilterSensitiveLog = (obj) => ({
|
|
1348
|
-
...obj,
|
|
1349
|
-
});
|
|
1350
|
-
export const FolderFilterSensitiveLog = (obj) => ({
|
|
1351
|
-
...obj,
|
|
1352
|
-
});
|
|
1353
|
-
export const DescribeFolderResponseFilterSensitiveLog = (obj) => ({
|
|
1354
|
-
...obj,
|
|
1355
|
-
});
|
|
1356
|
-
export const DescribeFolderPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
1357
|
-
...obj,
|
|
1358
|
-
});
|
|
1359
|
-
export const DescribeFolderPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
1360
|
-
...obj,
|
|
1361
|
-
});
|
|
1362
|
-
export const DescribeFolderResolvedPermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
1363
|
-
...obj,
|
|
1364
|
-
});
|
|
1365
|
-
export const DescribeFolderResolvedPermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
1366
|
-
...obj,
|
|
1367
|
-
});
|
|
1368
|
-
export const DescribeGroupRequestFilterSensitiveLog = (obj) => ({
|
|
1369
|
-
...obj,
|
|
1370
|
-
});
|
|
1371
|
-
export const DescribeGroupResponseFilterSensitiveLog = (obj) => ({
|
|
1372
|
-
...obj,
|
|
1373
|
-
});
|
|
1374
|
-
export const DescribeGroupMembershipRequestFilterSensitiveLog = (obj) => ({
|
|
1375
|
-
...obj,
|
|
1376
|
-
});
|
|
1377
|
-
export const DescribeGroupMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
1378
|
-
...obj,
|
|
1379
|
-
});
|
|
1380
|
-
export const DescribeIAMPolicyAssignmentRequestFilterSensitiveLog = (obj) => ({
|
|
1381
|
-
...obj,
|
|
1382
|
-
});
|
|
1383
|
-
export const IAMPolicyAssignmentFilterSensitiveLog = (obj) => ({
|
|
1384
|
-
...obj,
|
|
1385
|
-
});
|
|
1386
|
-
export const DescribeIAMPolicyAssignmentResponseFilterSensitiveLog = (obj) => ({
|
|
1387
|
-
...obj,
|
|
1388
|
-
});
|
|
1389
|
-
export const DescribeIngestionRequestFilterSensitiveLog = (obj) => ({
|
|
1390
|
-
...obj,
|
|
1391
|
-
});
|
|
1392
|
-
export const ErrorInfoFilterSensitiveLog = (obj) => ({
|
|
1393
|
-
...obj,
|
|
1394
|
-
});
|
|
1395
|
-
export const QueueInfoFilterSensitiveLog = (obj) => ({
|
|
1396
|
-
...obj,
|
|
1397
|
-
});
|
|
1398
|
-
export const RowInfoFilterSensitiveLog = (obj) => ({
|
|
1399
|
-
...obj,
|
|
1400
|
-
});
|
|
1401
|
-
export const IngestionFilterSensitiveLog = (obj) => ({
|
|
1402
|
-
...obj,
|
|
1403
|
-
});
|
|
1404
|
-
export const DescribeIngestionResponseFilterSensitiveLog = (obj) => ({
|
|
1405
|
-
...obj,
|
|
1406
|
-
});
|
|
1407
|
-
export const DescribeIpRestrictionRequestFilterSensitiveLog = (obj) => ({
|
|
1408
|
-
...obj,
|
|
1409
|
-
});
|
|
1410
|
-
export const DescribeIpRestrictionResponseFilterSensitiveLog = (obj) => ({
|
|
1411
|
-
...obj,
|
|
1412
|
-
});
|
|
1413
|
-
export const DescribeNamespaceRequestFilterSensitiveLog = (obj) => ({
|
|
1414
|
-
...obj,
|
|
1415
|
-
});
|
|
1416
|
-
export const NamespaceErrorFilterSensitiveLog = (obj) => ({
|
|
1417
|
-
...obj,
|
|
1418
|
-
});
|
|
1419
|
-
export const NamespaceInfoV2FilterSensitiveLog = (obj) => ({
|
|
1420
|
-
...obj,
|
|
1421
|
-
});
|
|
1422
|
-
export const DescribeNamespaceResponseFilterSensitiveLog = (obj) => ({
|
|
1423
|
-
...obj,
|
|
1424
|
-
});
|
|
1425
|
-
export const DescribeTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
1426
|
-
...obj,
|
|
1427
|
-
});
|
|
1428
|
-
export const TemplateErrorFilterSensitiveLog = (obj) => ({
|
|
1429
|
-
...obj,
|
|
1430
|
-
});
|
|
1431
|
-
export const TemplateVersionFilterSensitiveLog = (obj) => ({
|
|
1432
|
-
...obj,
|
|
1433
|
-
});
|
|
1434
|
-
export const TemplateFilterSensitiveLog = (obj) => ({
|
|
1435
|
-
...obj,
|
|
1436
|
-
});
|
|
1437
|
-
export const DescribeTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
1438
|
-
...obj,
|
|
1439
|
-
});
|
|
1440
|
-
export const DescribeTemplateAliasRequestFilterSensitiveLog = (obj) => ({
|
|
1441
|
-
...obj,
|
|
1442
|
-
});
|
|
1443
|
-
export const DescribeTemplateAliasResponseFilterSensitiveLog = (obj) => ({
|
|
1444
|
-
...obj,
|
|
1445
|
-
});
|
|
1446
|
-
export const DescribeTemplatePermissionsRequestFilterSensitiveLog = (obj) => ({
|
|
1447
|
-
...obj,
|
|
1448
|
-
});
|
|
1449
|
-
export const DescribeTemplatePermissionsResponseFilterSensitiveLog = (obj) => ({
|
|
1450
|
-
...obj,
|
|
1451
|
-
});
|
|
1452
|
-
export const DescribeThemeRequestFilterSensitiveLog = (obj) => ({
|
|
1453
|
-
...obj,
|
|
1454
|
-
});
|
|
864
|
+
}))); };
|
|
865
|
+
export var DeleteAccountCustomizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
866
|
+
export var DeleteAccountCustomizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
867
|
+
export var DeleteAnalysisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
868
|
+
export var DeleteAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
|
+
export var DeleteDashboardRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
|
+
export var DeleteDashboardResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
871
|
+
export var DeleteDataSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
872
|
+
export var DeleteDataSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
+
export var DeleteDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
874
|
+
export var DeleteDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
+
export var DeleteFolderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
|
+
export var DeleteFolderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
|
+
export var DeleteFolderMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
878
|
+
export var DeleteFolderMembershipResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
+
export var DeleteGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
+
export var DeleteGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
881
|
+
export var DeleteGroupMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
882
|
+
export var DeleteGroupMembershipResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
|
+
export var DeleteIAMPolicyAssignmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
884
|
+
export var DeleteIAMPolicyAssignmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
885
|
+
export var DeleteNamespaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
886
|
+
export var DeleteNamespaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
+
export var DeleteTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
888
|
+
export var DeleteTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
889
|
+
export var DeleteTemplateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
|
+
export var DeleteTemplateAliasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
|
+
export var DeleteThemeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
892
|
+
export var DeleteThemeResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
893
|
+
export var DeleteThemeAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
+
export var DeleteThemeAliasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
895
|
+
export var DeleteUserRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
896
|
+
export var DeleteUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
|
+
export var DeleteUserByPrincipalIdRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
+
export var DeleteUserByPrincipalIdResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
899
|
+
export var DescribeAccountCustomizationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
900
|
+
export var DescribeAccountCustomizationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
+
export var DescribeAccountSettingsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
+
export var DescribeAccountSettingsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
903
|
+
export var DescribeAccountSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
|
+
export var DescribeAccountSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
|
+
export var DescribeAnalysisRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
906
|
+
export var DescribeAnalysisResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
907
|
+
export var DescribeAnalysisPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
+
export var DescribeAnalysisPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
909
|
+
export var DescribeDashboardRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
910
|
+
export var DescribeDashboardResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
|
+
export var DescribeDashboardPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
912
|
+
export var LinkSharingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
913
|
+
export var DescribeDashboardPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
+
export var DescribeDataSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
+
export var DescribeDataSetResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DataSet && { DataSet: DataSetFilterSensitiveLog(obj.DataSet) }))); };
|
|
916
|
+
export var DescribeDataSetPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
917
|
+
export var DescribeDataSetPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
+
export var DescribeDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
|
+
export var DescribeDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DataSource && { DataSource: DataSourceFilterSensitiveLog(obj.DataSource) }))); };
|
|
920
|
+
export var DescribeDataSourcePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
921
|
+
export var DescribeDataSourcePermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
+
export var DescribeFolderRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
923
|
+
export var FolderFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
924
|
+
export var DescribeFolderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
|
+
export var DescribeFolderPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
|
+
export var DescribeFolderPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
927
|
+
export var DescribeFolderResolvedPermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
928
|
+
export var DescribeFolderResolvedPermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
929
|
+
export var DescribeGroupRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
930
|
+
export var DescribeGroupResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
|
+
export var DescribeGroupMembershipRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
|
+
export var DescribeGroupMembershipResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
933
|
+
export var DescribeIAMPolicyAssignmentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
934
|
+
export var IAMPolicyAssignmentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
935
|
+
export var DescribeIAMPolicyAssignmentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
936
|
+
export var DescribeIngestionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
937
|
+
export var ErrorInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
938
|
+
export var QueueInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
|
+
export var RowInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
|
+
export var IngestionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
941
|
+
export var DescribeIngestionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
942
|
+
export var DescribeIpRestrictionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
943
|
+
export var DescribeIpRestrictionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
+
export var DescribeNamespaceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
945
|
+
export var NamespaceErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
+
export var NamespaceInfoV2FilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
947
|
+
export var DescribeNamespaceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
948
|
+
export var DescribeTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
949
|
+
export var TemplateErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
+
export var TemplateVersionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
|
+
export var TemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
952
|
+
export var DescribeTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
|
+
export var DescribeTemplateAliasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
+
export var DescribeTemplateAliasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
955
|
+
export var DescribeTemplatePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
956
|
+
export var DescribeTemplatePermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
957
|
+
export var DescribeThemeRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|