@aws-sdk/client-finspace-data 3.489.0 → 3.495.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/dist-cjs/FinspaceData.js +1 -73
- package/dist-cjs/FinspaceDataClient.js +1 -43
- package/dist-cjs/commands/AssociateUserToPermissionGroupCommand.js +1 -28
- package/dist-cjs/commands/CreateChangesetCommand.js +1 -28
- package/dist-cjs/commands/CreateDataViewCommand.js +1 -28
- package/dist-cjs/commands/CreateDatasetCommand.js +1 -29
- package/dist-cjs/commands/CreatePermissionGroupCommand.js +1 -29
- package/dist-cjs/commands/CreateUserCommand.js +1 -29
- package/dist-cjs/commands/DeleteDatasetCommand.js +1 -28
- package/dist-cjs/commands/DeletePermissionGroupCommand.js +1 -28
- package/dist-cjs/commands/DisableUserCommand.js +1 -28
- package/dist-cjs/commands/DisassociateUserFromPermissionGroupCommand.js +1 -28
- package/dist-cjs/commands/EnableUserCommand.js +1 -28
- package/dist-cjs/commands/GetChangesetCommand.js +1 -28
- package/dist-cjs/commands/GetDataViewCommand.js +1 -28
- package/dist-cjs/commands/GetDatasetCommand.js +1 -28
- package/dist-cjs/commands/GetExternalDataViewAccessDetailsCommand.js +1 -29
- package/dist-cjs/commands/GetPermissionGroupCommand.js +1 -29
- package/dist-cjs/commands/GetProgrammaticAccessCredentialsCommand.js +1 -29
- package/dist-cjs/commands/GetUserCommand.js +1 -29
- package/dist-cjs/commands/GetWorkingLocationCommand.js +1 -28
- package/dist-cjs/commands/ListChangesetsCommand.js +1 -28
- package/dist-cjs/commands/ListDataViewsCommand.js +1 -28
- package/dist-cjs/commands/ListDatasetsCommand.js +1 -29
- package/dist-cjs/commands/ListPermissionGroupsByUserCommand.js +1 -29
- package/dist-cjs/commands/ListPermissionGroupsCommand.js +1 -29
- package/dist-cjs/commands/ListUsersByPermissionGroupCommand.js +1 -29
- package/dist-cjs/commands/ListUsersCommand.js +1 -29
- package/dist-cjs/commands/ResetUserPasswordCommand.js +1 -29
- package/dist-cjs/commands/UpdateChangesetCommand.js +1 -28
- package/dist-cjs/commands/UpdateDatasetCommand.js +1 -28
- package/dist-cjs/commands/UpdatePermissionGroupCommand.js +1 -29
- package/dist-cjs/commands/UpdateUserCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -34
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3332 -11
- package/dist-cjs/models/FinspaceDataServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -321
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListChangesetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDataViewsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDatasetsPaginator.js +1 -7
- package/dist-cjs/pagination/ListPermissionGroupsPaginator.js +1 -7
- package/dist-cjs/pagination/ListUsersPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -9
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2160
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FinspaceDataServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class FinspaceDataServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, FinspaceDataServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.FinspaceDataServiceException = FinspaceDataServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,321 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateUserRequestFilterSensitiveLog = exports.UpdatePermissionGroupRequestFilterSensitiveLog = exports.ResetUserPasswordResponseFilterSensitiveLog = exports.ListUsersByPermissionGroupResponseFilterSensitiveLog = exports.UserByPermissionGroupFilterSensitiveLog = exports.ListUsersResponseFilterSensitiveLog = exports.UserFilterSensitiveLog = exports.ListPermissionGroupsByUserResponseFilterSensitiveLog = exports.PermissionGroupByUserFilterSensitiveLog = exports.ListPermissionGroupsResponseFilterSensitiveLog = exports.ListDatasetsResponseFilterSensitiveLog = exports.DatasetFilterSensitiveLog = exports.GetUserResponseFilterSensitiveLog = exports.GetProgrammaticAccessCredentialsResponseFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.GetPermissionGroupResponseFilterSensitiveLog = exports.PermissionGroupFilterSensitiveLog = exports.GetExternalDataViewAccessDetailsResponseFilterSensitiveLog = exports.CreateUserRequestFilterSensitiveLog = exports.CreatePermissionGroupRequestFilterSensitiveLog = exports.CreateDatasetRequestFilterSensitiveLog = exports.DatasetOwnerInfoFilterSensitiveLog = exports.AwsCredentialsFilterSensitiveLog = exports.LocationType = exports.UserStatus = exports.PermissionGroupMembershipStatus = exports.DataViewStatus = exports.DatasetStatus = exports.IngestionStatus = exports.ErrorCategory = exports.UserType = exports.ExportFileFormat = exports.ColumnDataType = exports.DatasetKind = exports.LimitExceededException = exports.ChangeType = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ApplicationPermission = exports.ApiAccess = exports.AccessDeniedException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const FinspaceDataServiceException_1 = require("./FinspaceDataServiceException");
|
|
6
|
-
class AccessDeniedException extends FinspaceDataServiceException_1.FinspaceDataServiceException {
|
|
7
|
-
constructor(opts) {
|
|
8
|
-
super({
|
|
9
|
-
name: "AccessDeniedException",
|
|
10
|
-
$fault: "client",
|
|
11
|
-
...opts,
|
|
12
|
-
});
|
|
13
|
-
this.name = "AccessDeniedException";
|
|
14
|
-
this.$fault = "client";
|
|
15
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
19
|
-
exports.ApiAccess = {
|
|
20
|
-
DISABLED: "DISABLED",
|
|
21
|
-
ENABLED: "ENABLED",
|
|
22
|
-
};
|
|
23
|
-
exports.ApplicationPermission = {
|
|
24
|
-
AccessNotebooks: "AccessNotebooks",
|
|
25
|
-
CreateDataset: "CreateDataset",
|
|
26
|
-
GetTemporaryCredentials: "GetTemporaryCredentials",
|
|
27
|
-
ManageAttributeSets: "ManageAttributeSets",
|
|
28
|
-
ManageClusters: "ManageClusters",
|
|
29
|
-
ManageUsersAndGroups: "ManageUsersAndGroups",
|
|
30
|
-
ViewAuditData: "ViewAuditData",
|
|
31
|
-
};
|
|
32
|
-
class ConflictException extends FinspaceDataServiceException_1.FinspaceDataServiceException {
|
|
33
|
-
constructor(opts) {
|
|
34
|
-
super({
|
|
35
|
-
name: "ConflictException",
|
|
36
|
-
$fault: "client",
|
|
37
|
-
...opts,
|
|
38
|
-
});
|
|
39
|
-
this.name = "ConflictException";
|
|
40
|
-
this.$fault = "client";
|
|
41
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
42
|
-
this.reason = opts.reason;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
exports.ConflictException = ConflictException;
|
|
46
|
-
class InternalServerException extends FinspaceDataServiceException_1.FinspaceDataServiceException {
|
|
47
|
-
constructor(opts) {
|
|
48
|
-
super({
|
|
49
|
-
name: "InternalServerException",
|
|
50
|
-
$fault: "server",
|
|
51
|
-
...opts,
|
|
52
|
-
});
|
|
53
|
-
this.name = "InternalServerException";
|
|
54
|
-
this.$fault = "server";
|
|
55
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
exports.InternalServerException = InternalServerException;
|
|
59
|
-
class ResourceNotFoundException extends FinspaceDataServiceException_1.FinspaceDataServiceException {
|
|
60
|
-
constructor(opts) {
|
|
61
|
-
super({
|
|
62
|
-
name: "ResourceNotFoundException",
|
|
63
|
-
$fault: "client",
|
|
64
|
-
...opts,
|
|
65
|
-
});
|
|
66
|
-
this.name = "ResourceNotFoundException";
|
|
67
|
-
this.$fault = "client";
|
|
68
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
69
|
-
this.reason = opts.reason;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
73
|
-
class ThrottlingException extends FinspaceDataServiceException_1.FinspaceDataServiceException {
|
|
74
|
-
constructor(opts) {
|
|
75
|
-
super({
|
|
76
|
-
name: "ThrottlingException",
|
|
77
|
-
$fault: "client",
|
|
78
|
-
...opts,
|
|
79
|
-
});
|
|
80
|
-
this.name = "ThrottlingException";
|
|
81
|
-
this.$fault = "client";
|
|
82
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
exports.ThrottlingException = ThrottlingException;
|
|
86
|
-
class ValidationException extends FinspaceDataServiceException_1.FinspaceDataServiceException {
|
|
87
|
-
constructor(opts) {
|
|
88
|
-
super({
|
|
89
|
-
name: "ValidationException",
|
|
90
|
-
$fault: "client",
|
|
91
|
-
...opts,
|
|
92
|
-
});
|
|
93
|
-
this.name = "ValidationException";
|
|
94
|
-
this.$fault = "client";
|
|
95
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
96
|
-
this.reason = opts.reason;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
exports.ValidationException = ValidationException;
|
|
100
|
-
exports.ChangeType = {
|
|
101
|
-
APPEND: "APPEND",
|
|
102
|
-
MODIFY: "MODIFY",
|
|
103
|
-
REPLACE: "REPLACE",
|
|
104
|
-
};
|
|
105
|
-
class LimitExceededException extends FinspaceDataServiceException_1.FinspaceDataServiceException {
|
|
106
|
-
constructor(opts) {
|
|
107
|
-
super({
|
|
108
|
-
name: "LimitExceededException",
|
|
109
|
-
$fault: "client",
|
|
110
|
-
...opts,
|
|
111
|
-
});
|
|
112
|
-
this.name = "LimitExceededException";
|
|
113
|
-
this.$fault = "client";
|
|
114
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
exports.LimitExceededException = LimitExceededException;
|
|
118
|
-
exports.DatasetKind = {
|
|
119
|
-
NON_TABULAR: "NON_TABULAR",
|
|
120
|
-
TABULAR: "TABULAR",
|
|
121
|
-
};
|
|
122
|
-
exports.ColumnDataType = {
|
|
123
|
-
BIGINT: "BIGINT",
|
|
124
|
-
BINARY: "BINARY",
|
|
125
|
-
BOOLEAN: "BOOLEAN",
|
|
126
|
-
CHAR: "CHAR",
|
|
127
|
-
DATE: "DATE",
|
|
128
|
-
DATETIME: "DATETIME",
|
|
129
|
-
DOUBLE: "DOUBLE",
|
|
130
|
-
FLOAT: "FLOAT",
|
|
131
|
-
INTEGER: "INTEGER",
|
|
132
|
-
SMALLINT: "SMALLINT",
|
|
133
|
-
STRING: "STRING",
|
|
134
|
-
TINYINT: "TINYINT",
|
|
135
|
-
};
|
|
136
|
-
exports.ExportFileFormat = {
|
|
137
|
-
DELIMITED_TEXT: "DELIMITED_TEXT",
|
|
138
|
-
PARQUET: "PARQUET",
|
|
139
|
-
};
|
|
140
|
-
exports.UserType = {
|
|
141
|
-
APP_USER: "APP_USER",
|
|
142
|
-
SUPER_USER: "SUPER_USER",
|
|
143
|
-
};
|
|
144
|
-
exports.ErrorCategory = {
|
|
145
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
146
|
-
CANCELLED: "CANCELLED",
|
|
147
|
-
INTERNAL_SERVICE_EXCEPTION: "INTERNAL_SERVICE_EXCEPTION",
|
|
148
|
-
RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND",
|
|
149
|
-
SERVICE_QUOTA_EXCEEDED: "SERVICE_QUOTA_EXCEEDED",
|
|
150
|
-
THROTTLING: "THROTTLING",
|
|
151
|
-
USER_RECOVERABLE: "USER_RECOVERABLE",
|
|
152
|
-
VALIDATION: "VALIDATION",
|
|
153
|
-
};
|
|
154
|
-
exports.IngestionStatus = {
|
|
155
|
-
FAILED: "FAILED",
|
|
156
|
-
PENDING: "PENDING",
|
|
157
|
-
RUNNING: "RUNNING",
|
|
158
|
-
STOP_REQUESTED: "STOP_REQUESTED",
|
|
159
|
-
SUCCESS: "SUCCESS",
|
|
160
|
-
};
|
|
161
|
-
exports.DatasetStatus = {
|
|
162
|
-
FAILED: "FAILED",
|
|
163
|
-
PENDING: "PENDING",
|
|
164
|
-
RUNNING: "RUNNING",
|
|
165
|
-
SUCCESS: "SUCCESS",
|
|
166
|
-
};
|
|
167
|
-
exports.DataViewStatus = {
|
|
168
|
-
CANCELLED: "CANCELLED",
|
|
169
|
-
FAILED: "FAILED",
|
|
170
|
-
FAILED_CLEANUP_FAILED: "FAILED_CLEANUP_FAILED",
|
|
171
|
-
PENDING: "PENDING",
|
|
172
|
-
RUNNING: "RUNNING",
|
|
173
|
-
STARTING: "STARTING",
|
|
174
|
-
SUCCESS: "SUCCESS",
|
|
175
|
-
TIMEOUT: "TIMEOUT",
|
|
176
|
-
};
|
|
177
|
-
exports.PermissionGroupMembershipStatus = {
|
|
178
|
-
ADDITION_IN_PROGRESS: "ADDITION_IN_PROGRESS",
|
|
179
|
-
ADDITION_SUCCESS: "ADDITION_SUCCESS",
|
|
180
|
-
REMOVAL_IN_PROGRESS: "REMOVAL_IN_PROGRESS",
|
|
181
|
-
};
|
|
182
|
-
exports.UserStatus = {
|
|
183
|
-
CREATING: "CREATING",
|
|
184
|
-
DISABLED: "DISABLED",
|
|
185
|
-
ENABLED: "ENABLED",
|
|
186
|
-
};
|
|
187
|
-
exports.LocationType = {
|
|
188
|
-
INGESTION: "INGESTION",
|
|
189
|
-
SAGEMAKER: "SAGEMAKER",
|
|
190
|
-
};
|
|
191
|
-
const AwsCredentialsFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
...(obj.secretAccessKey && { secretAccessKey: smithy_client_1.SENSITIVE_STRING }),
|
|
194
|
-
...(obj.sessionToken && { sessionToken: smithy_client_1.SENSITIVE_STRING }),
|
|
195
|
-
});
|
|
196
|
-
exports.AwsCredentialsFilterSensitiveLog = AwsCredentialsFilterSensitiveLog;
|
|
197
|
-
const DatasetOwnerInfoFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
...(obj.email && { email: smithy_client_1.SENSITIVE_STRING }),
|
|
200
|
-
});
|
|
201
|
-
exports.DatasetOwnerInfoFilterSensitiveLog = DatasetOwnerInfoFilterSensitiveLog;
|
|
202
|
-
const CreateDatasetRequestFilterSensitiveLog = (obj) => ({
|
|
203
|
-
...obj,
|
|
204
|
-
...(obj.ownerInfo && { ownerInfo: (0, exports.DatasetOwnerInfoFilterSensitiveLog)(obj.ownerInfo) }),
|
|
205
|
-
});
|
|
206
|
-
exports.CreateDatasetRequestFilterSensitiveLog = CreateDatasetRequestFilterSensitiveLog;
|
|
207
|
-
const CreatePermissionGroupRequestFilterSensitiveLog = (obj) => ({
|
|
208
|
-
...obj,
|
|
209
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
210
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
211
|
-
});
|
|
212
|
-
exports.CreatePermissionGroupRequestFilterSensitiveLog = CreatePermissionGroupRequestFilterSensitiveLog;
|
|
213
|
-
const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
214
|
-
...obj,
|
|
215
|
-
...(obj.emailAddress && { emailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
216
|
-
...(obj.firstName && { firstName: smithy_client_1.SENSITIVE_STRING }),
|
|
217
|
-
...(obj.lastName && { lastName: smithy_client_1.SENSITIVE_STRING }),
|
|
218
|
-
});
|
|
219
|
-
exports.CreateUserRequestFilterSensitiveLog = CreateUserRequestFilterSensitiveLog;
|
|
220
|
-
const GetExternalDataViewAccessDetailsResponseFilterSensitiveLog = (obj) => ({
|
|
221
|
-
...obj,
|
|
222
|
-
...(obj.credentials && { credentials: smithy_client_1.SENSITIVE_STRING }),
|
|
223
|
-
});
|
|
224
|
-
exports.GetExternalDataViewAccessDetailsResponseFilterSensitiveLog = GetExternalDataViewAccessDetailsResponseFilterSensitiveLog;
|
|
225
|
-
const PermissionGroupFilterSensitiveLog = (obj) => ({
|
|
226
|
-
...obj,
|
|
227
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
228
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
229
|
-
});
|
|
230
|
-
exports.PermissionGroupFilterSensitiveLog = PermissionGroupFilterSensitiveLog;
|
|
231
|
-
const GetPermissionGroupResponseFilterSensitiveLog = (obj) => ({
|
|
232
|
-
...obj,
|
|
233
|
-
...(obj.permissionGroup && { permissionGroup: (0, exports.PermissionGroupFilterSensitiveLog)(obj.permissionGroup) }),
|
|
234
|
-
});
|
|
235
|
-
exports.GetPermissionGroupResponseFilterSensitiveLog = GetPermissionGroupResponseFilterSensitiveLog;
|
|
236
|
-
const CredentialsFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
exports.CredentialsFilterSensitiveLog = CredentialsFilterSensitiveLog;
|
|
240
|
-
const GetProgrammaticAccessCredentialsResponseFilterSensitiveLog = (obj) => ({
|
|
241
|
-
...obj,
|
|
242
|
-
...(obj.credentials && { credentials: smithy_client_1.SENSITIVE_STRING }),
|
|
243
|
-
});
|
|
244
|
-
exports.GetProgrammaticAccessCredentialsResponseFilterSensitiveLog = GetProgrammaticAccessCredentialsResponseFilterSensitiveLog;
|
|
245
|
-
const GetUserResponseFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
...(obj.firstName && { firstName: smithy_client_1.SENSITIVE_STRING }),
|
|
248
|
-
...(obj.lastName && { lastName: smithy_client_1.SENSITIVE_STRING }),
|
|
249
|
-
...(obj.emailAddress && { emailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
250
|
-
});
|
|
251
|
-
exports.GetUserResponseFilterSensitiveLog = GetUserResponseFilterSensitiveLog;
|
|
252
|
-
const DatasetFilterSensitiveLog = (obj) => ({
|
|
253
|
-
...obj,
|
|
254
|
-
...(obj.ownerInfo && { ownerInfo: (0, exports.DatasetOwnerInfoFilterSensitiveLog)(obj.ownerInfo) }),
|
|
255
|
-
});
|
|
256
|
-
exports.DatasetFilterSensitiveLog = DatasetFilterSensitiveLog;
|
|
257
|
-
const ListDatasetsResponseFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
...(obj.datasets && { datasets: obj.datasets.map((item) => (0, exports.DatasetFilterSensitiveLog)(item)) }),
|
|
260
|
-
});
|
|
261
|
-
exports.ListDatasetsResponseFilterSensitiveLog = ListDatasetsResponseFilterSensitiveLog;
|
|
262
|
-
const ListPermissionGroupsResponseFilterSensitiveLog = (obj) => ({
|
|
263
|
-
...obj,
|
|
264
|
-
...(obj.permissionGroups && {
|
|
265
|
-
permissionGroups: obj.permissionGroups.map((item) => (0, exports.PermissionGroupFilterSensitiveLog)(item)),
|
|
266
|
-
}),
|
|
267
|
-
});
|
|
268
|
-
exports.ListPermissionGroupsResponseFilterSensitiveLog = ListPermissionGroupsResponseFilterSensitiveLog;
|
|
269
|
-
const PermissionGroupByUserFilterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
272
|
-
});
|
|
273
|
-
exports.PermissionGroupByUserFilterSensitiveLog = PermissionGroupByUserFilterSensitiveLog;
|
|
274
|
-
const ListPermissionGroupsByUserResponseFilterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
...(obj.permissionGroups && {
|
|
277
|
-
permissionGroups: obj.permissionGroups.map((item) => (0, exports.PermissionGroupByUserFilterSensitiveLog)(item)),
|
|
278
|
-
}),
|
|
279
|
-
});
|
|
280
|
-
exports.ListPermissionGroupsByUserResponseFilterSensitiveLog = ListPermissionGroupsByUserResponseFilterSensitiveLog;
|
|
281
|
-
const UserFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
...(obj.firstName && { firstName: smithy_client_1.SENSITIVE_STRING }),
|
|
284
|
-
...(obj.lastName && { lastName: smithy_client_1.SENSITIVE_STRING }),
|
|
285
|
-
...(obj.emailAddress && { emailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
286
|
-
});
|
|
287
|
-
exports.UserFilterSensitiveLog = UserFilterSensitiveLog;
|
|
288
|
-
const ListUsersResponseFilterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
...(obj.users && { users: obj.users.map((item) => (0, exports.UserFilterSensitiveLog)(item)) }),
|
|
291
|
-
});
|
|
292
|
-
exports.ListUsersResponseFilterSensitiveLog = ListUsersResponseFilterSensitiveLog;
|
|
293
|
-
const UserByPermissionGroupFilterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
...(obj.firstName && { firstName: smithy_client_1.SENSITIVE_STRING }),
|
|
296
|
-
...(obj.lastName && { lastName: smithy_client_1.SENSITIVE_STRING }),
|
|
297
|
-
...(obj.emailAddress && { emailAddress: smithy_client_1.SENSITIVE_STRING }),
|
|
298
|
-
});
|
|
299
|
-
exports.UserByPermissionGroupFilterSensitiveLog = UserByPermissionGroupFilterSensitiveLog;
|
|
300
|
-
const ListUsersByPermissionGroupResponseFilterSensitiveLog = (obj) => ({
|
|
301
|
-
...obj,
|
|
302
|
-
...(obj.users && { users: obj.users.map((item) => (0, exports.UserByPermissionGroupFilterSensitiveLog)(item)) }),
|
|
303
|
-
});
|
|
304
|
-
exports.ListUsersByPermissionGroupResponseFilterSensitiveLog = ListUsersByPermissionGroupResponseFilterSensitiveLog;
|
|
305
|
-
const ResetUserPasswordResponseFilterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
...(obj.temporaryPassword && { temporaryPassword: smithy_client_1.SENSITIVE_STRING }),
|
|
308
|
-
});
|
|
309
|
-
exports.ResetUserPasswordResponseFilterSensitiveLog = ResetUserPasswordResponseFilterSensitiveLog;
|
|
310
|
-
const UpdatePermissionGroupRequestFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
313
|
-
...(obj.description && { description: smithy_client_1.SENSITIVE_STRING }),
|
|
314
|
-
});
|
|
315
|
-
exports.UpdatePermissionGroupRequestFilterSensitiveLog = UpdatePermissionGroupRequestFilterSensitiveLog;
|
|
316
|
-
const UpdateUserRequestFilterSensitiveLog = (obj) => ({
|
|
317
|
-
...obj,
|
|
318
|
-
...(obj.firstName && { firstName: smithy_client_1.SENSITIVE_STRING }),
|
|
319
|
-
...(obj.lastName && { lastName: smithy_client_1.SENSITIVE_STRING }),
|
|
320
|
-
});
|
|
321
|
-
exports.UpdateUserRequestFilterSensitiveLog = UpdateUserRequestFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListChangesets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListChangesetsCommand_1 = require("../commands/ListChangesetsCommand");
|
|
6
|
-
const FinspaceDataClient_1 = require("../FinspaceDataClient");
|
|
7
|
-
exports.paginateListChangesets = (0, core_1.createPaginator)(FinspaceDataClient_1.FinspaceDataClient, ListChangesetsCommand_1.ListChangesetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDataViews = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDataViewsCommand_1 = require("../commands/ListDataViewsCommand");
|
|
6
|
-
const FinspaceDataClient_1 = require("../FinspaceDataClient");
|
|
7
|
-
exports.paginateListDataViews = (0, core_1.createPaginator)(FinspaceDataClient_1.FinspaceDataClient, ListDataViewsCommand_1.ListDataViewsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListDatasets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListDatasetsCommand_1 = require("../commands/ListDatasetsCommand");
|
|
6
|
-
const FinspaceDataClient_1 = require("../FinspaceDataClient");
|
|
7
|
-
exports.paginateListDatasets = (0, core_1.createPaginator)(FinspaceDataClient_1.FinspaceDataClient, ListDatasetsCommand_1.ListDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListPermissionGroups = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListPermissionGroupsCommand_1 = require("../commands/ListPermissionGroupsCommand");
|
|
6
|
-
const FinspaceDataClient_1 = require("../FinspaceDataClient");
|
|
7
|
-
exports.paginateListPermissionGroups = (0, core_1.createPaginator)(FinspaceDataClient_1.FinspaceDataClient, ListPermissionGroupsCommand_1.ListPermissionGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListUsers = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListUsersCommand_1 = require("../commands/ListUsersCommand");
|
|
6
|
-
const FinspaceDataClient_1 = require("../FinspaceDataClient");
|
|
7
|
-
exports.paginateListUsers = (0, core_1.createPaginator)(FinspaceDataClient_1.FinspaceDataClient, ListUsersCommand_1.ListUsersCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,9 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListChangesetsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListDataViewsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListDatasetsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListPermissionGroupsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListUsersPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|