@aws-sdk/client-workdocs 3.128.0 → 3.137.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 +30 -0
- package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +1 -1
- package/dist-cjs/commands/ActivateUserCommand.js +2 -2
- package/dist-cjs/commands/AddResourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/CreateCommentCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomMetadataCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateLabelsCommand.js +2 -2
- package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeactivateUserCommand.js +1 -1
- package/dist-cjs/commands/DeleteCommentCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomMetadataCommand.js +2 -2
- package/dist-cjs/commands/DeleteDocumentCommand.js +1 -1
- package/dist-cjs/commands/DeleteFolderCommand.js +1 -1
- package/dist-cjs/commands/DeleteFolderContentsCommand.js +1 -1
- package/dist-cjs/commands/DeleteLabelsCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +1 -1
- package/dist-cjs/commands/DeleteUserCommand.js +1 -1
- package/dist-cjs/commands/DescribeActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeCommentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderContentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeRootFoldersCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/GetCurrentUserCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentPathCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentVersionCommand.js +2 -2
- package/dist-cjs/commands/GetFolderCommand.js +2 -2
- package/dist-cjs/commands/GetFolderPathCommand.js +2 -2
- package/dist-cjs/commands/GetResourcesCommand.js +2 -2
- package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +2 -2
- package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +1 -1
- package/dist-cjs/commands/RemoveResourcePermissionCommand.js +1 -1
- package/dist-cjs/commands/UpdateDocumentCommand.js +1 -1
- package/dist-cjs/commands/UpdateDocumentVersionCommand.js +1 -1
- package/dist-cjs/commands/UpdateFolderCommand.js +1 -1
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/models/models_0.js +433 -615
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +2 -2
- package/dist-es/commands/ActivateUserCommand.js +3 -3
- package/dist-es/commands/AddResourcePermissionsCommand.js +3 -3
- package/dist-es/commands/CreateCommentCommand.js +3 -3
- package/dist-es/commands/CreateCustomMetadataCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateLabelsCommand.js +3 -3
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeactivateUserCommand.js +2 -2
- package/dist-es/commands/DeleteCommentCommand.js +2 -2
- package/dist-es/commands/DeleteCustomMetadataCommand.js +3 -3
- package/dist-es/commands/DeleteDocumentCommand.js +2 -2
- package/dist-es/commands/DeleteFolderCommand.js +2 -2
- package/dist-es/commands/DeleteFolderContentsCommand.js +2 -2
- package/dist-es/commands/DeleteLabelsCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DescribeActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeCommentsCommand.js +3 -3
- package/dist-es/commands/DescribeDocumentVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderContentsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeRootFoldersCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/GetCurrentUserCommand.js +3 -3
- package/dist-es/commands/GetDocumentCommand.js +3 -3
- package/dist-es/commands/GetDocumentPathCommand.js +3 -3
- package/dist-es/commands/GetDocumentVersionCommand.js +3 -3
- package/dist-es/commands/GetFolderCommand.js +3 -3
- package/dist-es/commands/GetFolderPathCommand.js +3 -3
- package/dist-es/commands/GetResourcesCommand.js +3 -3
- package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +3 -3
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +2 -2
- package/dist-es/commands/RemoveResourcePermissionCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentVersionCommand.js +2 -2
- package/dist-es/commands/UpdateFolderCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/models/models_0.js +97 -370
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +364 -546
- package/dist-types/ts3.4/models/models_0.d.ts +182 -364
- package/package.json +9 -9
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { WorkDocsServiceException as __BaseException } from "./WorkDocsServiceException";
|
|
4
|
-
export var AbortDocumentVersionUploadRequest;
|
|
5
|
-
(function (AbortDocumentVersionUploadRequest) {
|
|
6
|
-
AbortDocumentVersionUploadRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
7
|
-
})(AbortDocumentVersionUploadRequest || (AbortDocumentVersionUploadRequest = {}));
|
|
8
4
|
var EntityNotExistsException = (function (_super) {
|
|
9
5
|
__extends(EntityNotExistsException, _super);
|
|
10
6
|
function EntityNotExistsException(opts) {
|
|
@@ -85,10 +81,6 @@ var UnauthorizedResourceAccessException = (function (_super) {
|
|
|
85
81
|
return UnauthorizedResourceAccessException;
|
|
86
82
|
}(__BaseException));
|
|
87
83
|
export { UnauthorizedResourceAccessException };
|
|
88
|
-
export var ActivateUserRequest;
|
|
89
|
-
(function (ActivateUserRequest) {
|
|
90
|
-
ActivateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
91
|
-
})(ActivateUserRequest || (ActivateUserRequest = {}));
|
|
92
84
|
export var LocaleType;
|
|
93
85
|
(function (LocaleType) {
|
|
94
86
|
LocaleType["DE"] = "de";
|
|
@@ -114,14 +106,6 @@ export var StorageType;
|
|
|
114
106
|
StorageType["QUOTA"] = "QUOTA";
|
|
115
107
|
StorageType["UNLIMITED"] = "UNLIMITED";
|
|
116
108
|
})(StorageType || (StorageType = {}));
|
|
117
|
-
export var StorageRuleType;
|
|
118
|
-
(function (StorageRuleType) {
|
|
119
|
-
StorageRuleType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
|
-
})(StorageRuleType || (StorageRuleType = {}));
|
|
121
|
-
export var UserStorageMetadata;
|
|
122
|
-
(function (UserStorageMetadata) {
|
|
123
|
-
UserStorageMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
|
-
})(UserStorageMetadata || (UserStorageMetadata = {}));
|
|
125
109
|
export var UserType;
|
|
126
110
|
(function (UserType) {
|
|
127
111
|
UserType["ADMIN"] = "ADMIN";
|
|
@@ -130,45 +114,17 @@ export var UserType;
|
|
|
130
114
|
UserType["USER"] = "USER";
|
|
131
115
|
UserType["WORKSPACESUSER"] = "WORKSPACESUSER";
|
|
132
116
|
})(UserType || (UserType = {}));
|
|
133
|
-
export var User;
|
|
134
|
-
(function (User) {
|
|
135
|
-
User.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(User || (User = {}));
|
|
137
|
-
export var ActivateUserResponse;
|
|
138
|
-
(function (ActivateUserResponse) {
|
|
139
|
-
ActivateUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(ActivateUserResponse || (ActivateUserResponse = {}));
|
|
141
117
|
export var CommentStatusType;
|
|
142
118
|
(function (CommentStatusType) {
|
|
143
119
|
CommentStatusType["DELETED"] = "DELETED";
|
|
144
120
|
CommentStatusType["DRAFT"] = "DRAFT";
|
|
145
121
|
CommentStatusType["PUBLISHED"] = "PUBLISHED";
|
|
146
122
|
})(CommentStatusType || (CommentStatusType = {}));
|
|
147
|
-
export var CommentMetadata;
|
|
148
|
-
(function (CommentMetadata) {
|
|
149
|
-
CommentMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
150
|
-
})(CommentMetadata || (CommentMetadata = {}));
|
|
151
|
-
export var UserMetadata;
|
|
152
|
-
(function (UserMetadata) {
|
|
153
|
-
UserMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
154
|
-
})(UserMetadata || (UserMetadata = {}));
|
|
155
123
|
export var ResourceType;
|
|
156
124
|
(function (ResourceType) {
|
|
157
125
|
ResourceType["DOCUMENT"] = "DOCUMENT";
|
|
158
126
|
ResourceType["FOLDER"] = "FOLDER";
|
|
159
127
|
})(ResourceType || (ResourceType = {}));
|
|
160
|
-
export var ResourceMetadata;
|
|
161
|
-
(function (ResourceMetadata) {
|
|
162
|
-
ResourceMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
|
-
})(ResourceMetadata || (ResourceMetadata = {}));
|
|
164
|
-
export var GroupMetadata;
|
|
165
|
-
(function (GroupMetadata) {
|
|
166
|
-
GroupMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
167
|
-
})(GroupMetadata || (GroupMetadata = {}));
|
|
168
|
-
export var Participants;
|
|
169
|
-
(function (Participants) {
|
|
170
|
-
Participants.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
171
|
-
})(Participants || (Participants = {}));
|
|
172
128
|
export var ActivityType;
|
|
173
129
|
(function (ActivityType) {
|
|
174
130
|
ActivityType["DOCUMENT_ANNOTATION_ADDED"] = "DOCUMENT_ANNOTATION_ADDED";
|
|
@@ -205,14 +161,6 @@ export var ActivityType;
|
|
|
205
161
|
ActivityType["FOLDER_SHARE_PERMISSION_CHANGED"] = "FOLDER_SHARE_PERMISSION_CHANGED";
|
|
206
162
|
ActivityType["FOLDER_UNSHARED"] = "FOLDER_UNSHARED";
|
|
207
163
|
})(ActivityType || (ActivityType = {}));
|
|
208
|
-
export var Activity;
|
|
209
|
-
(function (Activity) {
|
|
210
|
-
Activity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(Activity || (Activity = {}));
|
|
212
|
-
export var NotificationOptions;
|
|
213
|
-
(function (NotificationOptions) {
|
|
214
|
-
NotificationOptions.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EmailMessage && { EmailMessage: SENSITIVE_STRING }))); };
|
|
215
|
-
})(NotificationOptions || (NotificationOptions = {}));
|
|
216
164
|
export var RoleType;
|
|
217
165
|
(function (RoleType) {
|
|
218
166
|
RoleType["CONTRIBUTOR"] = "CONTRIBUTOR";
|
|
@@ -228,46 +176,16 @@ export var PrincipalType;
|
|
|
228
176
|
PrincipalType["ORGANIZATION"] = "ORGANIZATION";
|
|
229
177
|
PrincipalType["USER"] = "USER";
|
|
230
178
|
})(PrincipalType || (PrincipalType = {}));
|
|
231
|
-
export var SharePrincipal;
|
|
232
|
-
(function (SharePrincipal) {
|
|
233
|
-
SharePrincipal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
-
})(SharePrincipal || (SharePrincipal = {}));
|
|
235
|
-
export var AddResourcePermissionsRequest;
|
|
236
|
-
(function (AddResourcePermissionsRequest) {
|
|
237
|
-
AddResourcePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.NotificationOptions && {
|
|
238
|
-
NotificationOptions: NotificationOptions.filterSensitiveLog(obj.NotificationOptions),
|
|
239
|
-
}))); };
|
|
240
|
-
})(AddResourcePermissionsRequest || (AddResourcePermissionsRequest = {}));
|
|
241
179
|
export var ShareStatusType;
|
|
242
180
|
(function (ShareStatusType) {
|
|
243
181
|
ShareStatusType["FAILURE"] = "FAILURE";
|
|
244
182
|
ShareStatusType["SUCCESS"] = "SUCCESS";
|
|
245
183
|
})(ShareStatusType || (ShareStatusType = {}));
|
|
246
|
-
export var ShareResult;
|
|
247
|
-
(function (ShareResult) {
|
|
248
|
-
ShareResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.StatusMessage && { StatusMessage: SENSITIVE_STRING }))); };
|
|
249
|
-
})(ShareResult || (ShareResult = {}));
|
|
250
|
-
export var AddResourcePermissionsResponse;
|
|
251
|
-
(function (AddResourcePermissionsResponse) {
|
|
252
|
-
AddResourcePermissionsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareResults && { ShareResults: obj.ShareResults.map(function (item) { return ShareResult.filterSensitiveLog(item); }) }))); };
|
|
253
|
-
})(AddResourcePermissionsResponse || (AddResourcePermissionsResponse = {}));
|
|
254
184
|
export var CommentVisibilityType;
|
|
255
185
|
(function (CommentVisibilityType) {
|
|
256
186
|
CommentVisibilityType["PRIVATE"] = "PRIVATE";
|
|
257
187
|
CommentVisibilityType["PUBLIC"] = "PUBLIC";
|
|
258
188
|
})(CommentVisibilityType || (CommentVisibilityType = {}));
|
|
259
|
-
export var CreateCommentRequest;
|
|
260
|
-
(function (CreateCommentRequest) {
|
|
261
|
-
CreateCommentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
262
|
-
})(CreateCommentRequest || (CreateCommentRequest = {}));
|
|
263
|
-
export var Comment;
|
|
264
|
-
(function (Comment) {
|
|
265
|
-
Comment.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
266
|
-
})(Comment || (Comment = {}));
|
|
267
|
-
export var CreateCommentResponse;
|
|
268
|
-
(function (CreateCommentResponse) {
|
|
269
|
-
CreateCommentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comment && { Comment: Comment.filterSensitiveLog(obj.Comment) }))); };
|
|
270
|
-
})(CreateCommentResponse || (CreateCommentResponse = {}));
|
|
271
189
|
var DocumentLockedForCommentsException = (function (_super) {
|
|
272
190
|
__extends(DocumentLockedForCommentsException, _super);
|
|
273
191
|
function DocumentLockedForCommentsException(opts) {
|
|
@@ -294,14 +212,6 @@ var InvalidCommentOperationException = (function (_super) {
|
|
|
294
212
|
return InvalidCommentOperationException;
|
|
295
213
|
}(__BaseException));
|
|
296
214
|
export { InvalidCommentOperationException };
|
|
297
|
-
export var CreateCustomMetadataRequest;
|
|
298
|
-
(function (CreateCustomMetadataRequest) {
|
|
299
|
-
CreateCustomMetadataRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
300
|
-
})(CreateCustomMetadataRequest || (CreateCustomMetadataRequest = {}));
|
|
301
|
-
export var CreateCustomMetadataResponse;
|
|
302
|
-
(function (CreateCustomMetadataResponse) {
|
|
303
|
-
CreateCustomMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
-
})(CreateCustomMetadataResponse || (CreateCustomMetadataResponse = {}));
|
|
305
215
|
var CustomMetadataLimitExceededException = (function (_super) {
|
|
306
216
|
__extends(CustomMetadataLimitExceededException, _super);
|
|
307
217
|
function CustomMetadataLimitExceededException(opts) {
|
|
@@ -328,10 +238,6 @@ var ConflictingOperationException = (function (_super) {
|
|
|
328
238
|
return ConflictingOperationException;
|
|
329
239
|
}(__BaseException));
|
|
330
240
|
export { ConflictingOperationException };
|
|
331
|
-
export var CreateFolderRequest;
|
|
332
|
-
(function (CreateFolderRequest) {
|
|
333
|
-
CreateFolderRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
334
|
-
})(CreateFolderRequest || (CreateFolderRequest = {}));
|
|
335
241
|
export var ResourceStateType;
|
|
336
242
|
(function (ResourceStateType) {
|
|
337
243
|
ResourceStateType["ACTIVE"] = "ACTIVE";
|
|
@@ -339,14 +245,6 @@ export var ResourceStateType;
|
|
|
339
245
|
ResourceStateType["RECYCLING"] = "RECYCLING";
|
|
340
246
|
ResourceStateType["RESTORING"] = "RESTORING";
|
|
341
247
|
})(ResourceStateType || (ResourceStateType = {}));
|
|
342
|
-
export var FolderMetadata;
|
|
343
|
-
(function (FolderMetadata) {
|
|
344
|
-
FolderMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
345
|
-
})(FolderMetadata || (FolderMetadata = {}));
|
|
346
|
-
export var CreateFolderResponse;
|
|
347
|
-
(function (CreateFolderResponse) {
|
|
348
|
-
CreateFolderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(CreateFolderResponse || (CreateFolderResponse = {}));
|
|
350
248
|
var EntityAlreadyExistsException = (function (_super) {
|
|
351
249
|
__extends(EntityAlreadyExistsException, _super);
|
|
352
250
|
function EntityAlreadyExistsException(opts) {
|
|
@@ -373,14 +271,6 @@ var LimitExceededException = (function (_super) {
|
|
|
373
271
|
return LimitExceededException;
|
|
374
272
|
}(__BaseException));
|
|
375
273
|
export { LimitExceededException };
|
|
376
|
-
export var CreateLabelsRequest;
|
|
377
|
-
(function (CreateLabelsRequest) {
|
|
378
|
-
CreateLabelsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
379
|
-
})(CreateLabelsRequest || (CreateLabelsRequest = {}));
|
|
380
|
-
export var CreateLabelsResponse;
|
|
381
|
-
(function (CreateLabelsResponse) {
|
|
382
|
-
CreateLabelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
383
|
-
})(CreateLabelsResponse || (CreateLabelsResponse = {}));
|
|
384
274
|
var TooManyLabelsException = (function (_super) {
|
|
385
275
|
__extends(TooManyLabelsException, _super);
|
|
386
276
|
function TooManyLabelsException(opts) {
|
|
@@ -402,18 +292,6 @@ export var SubscriptionType;
|
|
|
402
292
|
(function (SubscriptionType) {
|
|
403
293
|
SubscriptionType["ALL"] = "ALL";
|
|
404
294
|
})(SubscriptionType || (SubscriptionType = {}));
|
|
405
|
-
export var CreateNotificationSubscriptionRequest;
|
|
406
|
-
(function (CreateNotificationSubscriptionRequest) {
|
|
407
|
-
CreateNotificationSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(CreateNotificationSubscriptionRequest || (CreateNotificationSubscriptionRequest = {}));
|
|
409
|
-
export var Subscription;
|
|
410
|
-
(function (Subscription) {
|
|
411
|
-
Subscription.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(Subscription || (Subscription = {}));
|
|
413
|
-
export var CreateNotificationSubscriptionResponse;
|
|
414
|
-
(function (CreateNotificationSubscriptionResponse) {
|
|
415
|
-
CreateNotificationSubscriptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(CreateNotificationSubscriptionResponse || (CreateNotificationSubscriptionResponse = {}));
|
|
417
295
|
var TooManySubscriptionsException = (function (_super) {
|
|
418
296
|
__extends(TooManySubscriptionsException, _super);
|
|
419
297
|
function TooManySubscriptionsException(opts) {
|
|
@@ -427,30 +305,6 @@ var TooManySubscriptionsException = (function (_super) {
|
|
|
427
305
|
return TooManySubscriptionsException;
|
|
428
306
|
}(__BaseException));
|
|
429
307
|
export { TooManySubscriptionsException };
|
|
430
|
-
export var CreateUserRequest;
|
|
431
|
-
(function (CreateUserRequest) {
|
|
432
|
-
CreateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
433
|
-
})(CreateUserRequest || (CreateUserRequest = {}));
|
|
434
|
-
export var CreateUserResponse;
|
|
435
|
-
(function (CreateUserResponse) {
|
|
436
|
-
CreateUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
437
|
-
})(CreateUserResponse || (CreateUserResponse = {}));
|
|
438
|
-
export var DeactivateUserRequest;
|
|
439
|
-
(function (DeactivateUserRequest) {
|
|
440
|
-
DeactivateUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
441
|
-
})(DeactivateUserRequest || (DeactivateUserRequest = {}));
|
|
442
|
-
export var DeleteCommentRequest;
|
|
443
|
-
(function (DeleteCommentRequest) {
|
|
444
|
-
DeleteCommentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
445
|
-
})(DeleteCommentRequest || (DeleteCommentRequest = {}));
|
|
446
|
-
export var DeleteCustomMetadataRequest;
|
|
447
|
-
(function (DeleteCustomMetadataRequest) {
|
|
448
|
-
DeleteCustomMetadataRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
449
|
-
})(DeleteCustomMetadataRequest || (DeleteCustomMetadataRequest = {}));
|
|
450
|
-
export var DeleteCustomMetadataResponse;
|
|
451
|
-
(function (DeleteCustomMetadataResponse) {
|
|
452
|
-
DeleteCustomMetadataResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
453
|
-
})(DeleteCustomMetadataResponse || (DeleteCustomMetadataResponse = {}));
|
|
454
308
|
var ConcurrentModificationException = (function (_super) {
|
|
455
309
|
__extends(ConcurrentModificationException, _super);
|
|
456
310
|
function ConcurrentModificationException(opts) {
|
|
@@ -464,42 +318,6 @@ var ConcurrentModificationException = (function (_super) {
|
|
|
464
318
|
return ConcurrentModificationException;
|
|
465
319
|
}(__BaseException));
|
|
466
320
|
export { ConcurrentModificationException };
|
|
467
|
-
export var DeleteDocumentRequest;
|
|
468
|
-
(function (DeleteDocumentRequest) {
|
|
469
|
-
DeleteDocumentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
470
|
-
})(DeleteDocumentRequest || (DeleteDocumentRequest = {}));
|
|
471
|
-
export var DeleteFolderRequest;
|
|
472
|
-
(function (DeleteFolderRequest) {
|
|
473
|
-
DeleteFolderRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
474
|
-
})(DeleteFolderRequest || (DeleteFolderRequest = {}));
|
|
475
|
-
export var DeleteFolderContentsRequest;
|
|
476
|
-
(function (DeleteFolderContentsRequest) {
|
|
477
|
-
DeleteFolderContentsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
478
|
-
})(DeleteFolderContentsRequest || (DeleteFolderContentsRequest = {}));
|
|
479
|
-
export var DeleteLabelsRequest;
|
|
480
|
-
(function (DeleteLabelsRequest) {
|
|
481
|
-
DeleteLabelsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
482
|
-
})(DeleteLabelsRequest || (DeleteLabelsRequest = {}));
|
|
483
|
-
export var DeleteLabelsResponse;
|
|
484
|
-
(function (DeleteLabelsResponse) {
|
|
485
|
-
DeleteLabelsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
486
|
-
})(DeleteLabelsResponse || (DeleteLabelsResponse = {}));
|
|
487
|
-
export var DeleteNotificationSubscriptionRequest;
|
|
488
|
-
(function (DeleteNotificationSubscriptionRequest) {
|
|
489
|
-
DeleteNotificationSubscriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
490
|
-
})(DeleteNotificationSubscriptionRequest || (DeleteNotificationSubscriptionRequest = {}));
|
|
491
|
-
export var DeleteUserRequest;
|
|
492
|
-
(function (DeleteUserRequest) {
|
|
493
|
-
DeleteUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
494
|
-
})(DeleteUserRequest || (DeleteUserRequest = {}));
|
|
495
|
-
export var DescribeActivitiesRequest;
|
|
496
|
-
(function (DescribeActivitiesRequest) {
|
|
497
|
-
DescribeActivitiesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
498
|
-
})(DescribeActivitiesRequest || (DescribeActivitiesRequest = {}));
|
|
499
|
-
export var DescribeActivitiesResponse;
|
|
500
|
-
(function (DescribeActivitiesResponse) {
|
|
501
|
-
DescribeActivitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
502
|
-
})(DescribeActivitiesResponse || (DescribeActivitiesResponse = {}));
|
|
503
321
|
var InvalidArgumentException = (function (_super) {
|
|
504
322
|
__extends(InvalidArgumentException, _super);
|
|
505
323
|
function InvalidArgumentException(opts) {
|
|
@@ -513,18 +331,6 @@ var InvalidArgumentException = (function (_super) {
|
|
|
513
331
|
return InvalidArgumentException;
|
|
514
332
|
}(__BaseException));
|
|
515
333
|
export { InvalidArgumentException };
|
|
516
|
-
export var DescribeCommentsRequest;
|
|
517
|
-
(function (DescribeCommentsRequest) {
|
|
518
|
-
DescribeCommentsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
519
|
-
})(DescribeCommentsRequest || (DescribeCommentsRequest = {}));
|
|
520
|
-
export var DescribeCommentsResponse;
|
|
521
|
-
(function (DescribeCommentsResponse) {
|
|
522
|
-
DescribeCommentsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comments && { Comments: obj.Comments.map(function (item) { return Comment.filterSensitiveLog(item); }) }))); };
|
|
523
|
-
})(DescribeCommentsResponse || (DescribeCommentsResponse = {}));
|
|
524
|
-
export var DescribeDocumentVersionsRequest;
|
|
525
|
-
(function (DescribeDocumentVersionsRequest) {
|
|
526
|
-
DescribeDocumentVersionsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
527
|
-
})(DescribeDocumentVersionsRequest || (DescribeDocumentVersionsRequest = {}));
|
|
528
334
|
export var DocumentSourceType;
|
|
529
335
|
(function (DocumentSourceType) {
|
|
530
336
|
DocumentSourceType["ORIGINAL"] = "ORIGINAL";
|
|
@@ -541,16 +347,6 @@ export var DocumentThumbnailType;
|
|
|
541
347
|
DocumentThumbnailType["SMALL"] = "SMALL";
|
|
542
348
|
DocumentThumbnailType["SMALL_HQ"] = "SMALL_HQ";
|
|
543
349
|
})(DocumentThumbnailType || (DocumentThumbnailType = {}));
|
|
544
|
-
export var DocumentVersionMetadata;
|
|
545
|
-
(function (DocumentVersionMetadata) {
|
|
546
|
-
DocumentVersionMetadata.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Thumbnail && { Thumbnail: SENSITIVE_STRING })), (obj.Source && { Source: SENSITIVE_STRING }))); };
|
|
547
|
-
})(DocumentVersionMetadata || (DocumentVersionMetadata = {}));
|
|
548
|
-
export var DescribeDocumentVersionsResponse;
|
|
549
|
-
(function (DescribeDocumentVersionsResponse) {
|
|
550
|
-
DescribeDocumentVersionsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentVersions && {
|
|
551
|
-
DocumentVersions: obj.DocumentVersions.map(function (item) { return DocumentVersionMetadata.filterSensitiveLog(item); }),
|
|
552
|
-
}))); };
|
|
553
|
-
})(DescribeDocumentVersionsResponse || (DescribeDocumentVersionsResponse = {}));
|
|
554
350
|
export var OrderType;
|
|
555
351
|
(function (OrderType) {
|
|
556
352
|
OrderType["ASCENDING"] = "ASCENDING";
|
|
@@ -567,65 +363,11 @@ export var FolderContentType;
|
|
|
567
363
|
FolderContentType["DOCUMENT"] = "DOCUMENT";
|
|
568
364
|
FolderContentType["FOLDER"] = "FOLDER";
|
|
569
365
|
})(FolderContentType || (FolderContentType = {}));
|
|
570
|
-
export var DescribeFolderContentsRequest;
|
|
571
|
-
(function (DescribeFolderContentsRequest) {
|
|
572
|
-
DescribeFolderContentsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
573
|
-
})(DescribeFolderContentsRequest || (DescribeFolderContentsRequest = {}));
|
|
574
|
-
export var DocumentMetadata;
|
|
575
|
-
(function (DocumentMetadata) {
|
|
576
|
-
DocumentMetadata.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LatestVersionMetadata && {
|
|
577
|
-
LatestVersionMetadata: DocumentVersionMetadata.filterSensitiveLog(obj.LatestVersionMetadata),
|
|
578
|
-
}))); };
|
|
579
|
-
})(DocumentMetadata || (DocumentMetadata = {}));
|
|
580
|
-
export var DescribeFolderContentsResponse;
|
|
581
|
-
(function (DescribeFolderContentsResponse) {
|
|
582
|
-
DescribeFolderContentsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Documents && { Documents: obj.Documents.map(function (item) { return DocumentMetadata.filterSensitiveLog(item); }) }))); };
|
|
583
|
-
})(DescribeFolderContentsResponse || (DescribeFolderContentsResponse = {}));
|
|
584
|
-
export var DescribeGroupsRequest;
|
|
585
|
-
(function (DescribeGroupsRequest) {
|
|
586
|
-
DescribeGroupsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.SearchQuery && { SearchQuery: SENSITIVE_STRING }))); };
|
|
587
|
-
})(DescribeGroupsRequest || (DescribeGroupsRequest = {}));
|
|
588
|
-
export var DescribeGroupsResponse;
|
|
589
|
-
(function (DescribeGroupsResponse) {
|
|
590
|
-
DescribeGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
-
})(DescribeGroupsResponse || (DescribeGroupsResponse = {}));
|
|
592
|
-
export var DescribeNotificationSubscriptionsRequest;
|
|
593
|
-
(function (DescribeNotificationSubscriptionsRequest) {
|
|
594
|
-
DescribeNotificationSubscriptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
-
})(DescribeNotificationSubscriptionsRequest || (DescribeNotificationSubscriptionsRequest = {}));
|
|
596
|
-
export var DescribeNotificationSubscriptionsResponse;
|
|
597
|
-
(function (DescribeNotificationSubscriptionsResponse) {
|
|
598
|
-
DescribeNotificationSubscriptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
-
})(DescribeNotificationSubscriptionsResponse || (DescribeNotificationSubscriptionsResponse = {}));
|
|
600
|
-
export var DescribeResourcePermissionsRequest;
|
|
601
|
-
(function (DescribeResourcePermissionsRequest) {
|
|
602
|
-
DescribeResourcePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
603
|
-
})(DescribeResourcePermissionsRequest || (DescribeResourcePermissionsRequest = {}));
|
|
604
366
|
export var RolePermissionType;
|
|
605
367
|
(function (RolePermissionType) {
|
|
606
368
|
RolePermissionType["DIRECT"] = "DIRECT";
|
|
607
369
|
RolePermissionType["INHERITED"] = "INHERITED";
|
|
608
370
|
})(RolePermissionType || (RolePermissionType = {}));
|
|
609
|
-
export var PermissionInfo;
|
|
610
|
-
(function (PermissionInfo) {
|
|
611
|
-
PermissionInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
-
})(PermissionInfo || (PermissionInfo = {}));
|
|
613
|
-
export var Principal;
|
|
614
|
-
(function (Principal) {
|
|
615
|
-
Principal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
-
})(Principal || (Principal = {}));
|
|
617
|
-
export var DescribeResourcePermissionsResponse;
|
|
618
|
-
(function (DescribeResourcePermissionsResponse) {
|
|
619
|
-
DescribeResourcePermissionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
-
})(DescribeResourcePermissionsResponse || (DescribeResourcePermissionsResponse = {}));
|
|
621
|
-
export var DescribeRootFoldersRequest;
|
|
622
|
-
(function (DescribeRootFoldersRequest) {
|
|
623
|
-
DescribeRootFoldersRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
624
|
-
})(DescribeRootFoldersRequest || (DescribeRootFoldersRequest = {}));
|
|
625
|
-
export var DescribeRootFoldersResponse;
|
|
626
|
-
(function (DescribeRootFoldersResponse) {
|
|
627
|
-
DescribeRootFoldersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
-
})(DescribeRootFoldersResponse || (DescribeRootFoldersResponse = {}));
|
|
629
371
|
export var UserFilterType;
|
|
630
372
|
(function (UserFilterType) {
|
|
631
373
|
UserFilterType["ACTIVE_PENDING"] = "ACTIVE_PENDING";
|
|
@@ -639,14 +381,6 @@ export var UserSortType;
|
|
|
639
381
|
UserSortType["USER_NAME"] = "USER_NAME";
|
|
640
382
|
UserSortType["USER_STATUS"] = "USER_STATUS";
|
|
641
383
|
})(UserSortType || (UserSortType = {}));
|
|
642
|
-
export var DescribeUsersRequest;
|
|
643
|
-
(function (DescribeUsersRequest) {
|
|
644
|
-
DescribeUsersRequest.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.Query && { Query: SENSITIVE_STRING }))); };
|
|
645
|
-
})(DescribeUsersRequest || (DescribeUsersRequest = {}));
|
|
646
|
-
export var DescribeUsersResponse;
|
|
647
|
-
(function (DescribeUsersResponse) {
|
|
648
|
-
DescribeUsersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
-
})(DescribeUsersResponse || (DescribeUsersResponse = {}));
|
|
650
384
|
var RequestedEntityTooLargeException = (function (_super) {
|
|
651
385
|
__extends(RequestedEntityTooLargeException, _super);
|
|
652
386
|
function RequestedEntityTooLargeException(opts) {
|
|
@@ -660,22 +394,6 @@ var RequestedEntityTooLargeException = (function (_super) {
|
|
|
660
394
|
return RequestedEntityTooLargeException;
|
|
661
395
|
}(__BaseException));
|
|
662
396
|
export { RequestedEntityTooLargeException };
|
|
663
|
-
export var GetCurrentUserRequest;
|
|
664
|
-
(function (GetCurrentUserRequest) {
|
|
665
|
-
GetCurrentUserRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
666
|
-
})(GetCurrentUserRequest || (GetCurrentUserRequest = {}));
|
|
667
|
-
export var GetCurrentUserResponse;
|
|
668
|
-
(function (GetCurrentUserResponse) {
|
|
669
|
-
GetCurrentUserResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
-
})(GetCurrentUserResponse || (GetCurrentUserResponse = {}));
|
|
671
|
-
export var GetDocumentRequest;
|
|
672
|
-
(function (GetDocumentRequest) {
|
|
673
|
-
GetDocumentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
674
|
-
})(GetDocumentRequest || (GetDocumentRequest = {}));
|
|
675
|
-
export var GetDocumentResponse;
|
|
676
|
-
(function (GetDocumentResponse) {
|
|
677
|
-
GetDocumentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentMetadata.filterSensitiveLog(obj.Metadata) }))); };
|
|
678
|
-
})(GetDocumentResponse || (GetDocumentResponse = {}));
|
|
679
397
|
var InvalidPasswordException = (function (_super) {
|
|
680
398
|
__extends(InvalidPasswordException, _super);
|
|
681
399
|
function InvalidPasswordException(opts) {
|
|
@@ -689,58 +407,10 @@ var InvalidPasswordException = (function (_super) {
|
|
|
689
407
|
return InvalidPasswordException;
|
|
690
408
|
}(__BaseException));
|
|
691
409
|
export { InvalidPasswordException };
|
|
692
|
-
export var GetDocumentPathRequest;
|
|
693
|
-
(function (GetDocumentPathRequest) {
|
|
694
|
-
GetDocumentPathRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
695
|
-
})(GetDocumentPathRequest || (GetDocumentPathRequest = {}));
|
|
696
|
-
export var ResourcePathComponent;
|
|
697
|
-
(function (ResourcePathComponent) {
|
|
698
|
-
ResourcePathComponent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
-
})(ResourcePathComponent || (ResourcePathComponent = {}));
|
|
700
|
-
export var ResourcePath;
|
|
701
|
-
(function (ResourcePath) {
|
|
702
|
-
ResourcePath.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
-
})(ResourcePath || (ResourcePath = {}));
|
|
704
|
-
export var GetDocumentPathResponse;
|
|
705
|
-
(function (GetDocumentPathResponse) {
|
|
706
|
-
GetDocumentPathResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(GetDocumentPathResponse || (GetDocumentPathResponse = {}));
|
|
708
|
-
export var GetDocumentVersionRequest;
|
|
709
|
-
(function (GetDocumentVersionRequest) {
|
|
710
|
-
GetDocumentVersionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
711
|
-
})(GetDocumentVersionRequest || (GetDocumentVersionRequest = {}));
|
|
712
|
-
export var GetDocumentVersionResponse;
|
|
713
|
-
(function (GetDocumentVersionResponse) {
|
|
714
|
-
GetDocumentVersionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentVersionMetadata.filterSensitiveLog(obj.Metadata) }))); };
|
|
715
|
-
})(GetDocumentVersionResponse || (GetDocumentVersionResponse = {}));
|
|
716
|
-
export var GetFolderRequest;
|
|
717
|
-
(function (GetFolderRequest) {
|
|
718
|
-
GetFolderRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
719
|
-
})(GetFolderRequest || (GetFolderRequest = {}));
|
|
720
|
-
export var GetFolderResponse;
|
|
721
|
-
(function (GetFolderResponse) {
|
|
722
|
-
GetFolderResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
-
})(GetFolderResponse || (GetFolderResponse = {}));
|
|
724
|
-
export var GetFolderPathRequest;
|
|
725
|
-
(function (GetFolderPathRequest) {
|
|
726
|
-
GetFolderPathRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
727
|
-
})(GetFolderPathRequest || (GetFolderPathRequest = {}));
|
|
728
|
-
export var GetFolderPathResponse;
|
|
729
|
-
(function (GetFolderPathResponse) {
|
|
730
|
-
GetFolderPathResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
-
})(GetFolderPathResponse || (GetFolderPathResponse = {}));
|
|
732
410
|
export var ResourceCollectionType;
|
|
733
411
|
(function (ResourceCollectionType) {
|
|
734
412
|
ResourceCollectionType["SHARED_WITH_ME"] = "SHARED_WITH_ME";
|
|
735
413
|
})(ResourceCollectionType || (ResourceCollectionType = {}));
|
|
736
|
-
export var GetResourcesRequest;
|
|
737
|
-
(function (GetResourcesRequest) {
|
|
738
|
-
GetResourcesRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
739
|
-
})(GetResourcesRequest || (GetResourcesRequest = {}));
|
|
740
|
-
export var GetResourcesResponse;
|
|
741
|
-
(function (GetResourcesResponse) {
|
|
742
|
-
GetResourcesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Documents && { Documents: obj.Documents.map(function (item) { return DocumentMetadata.filterSensitiveLog(item); }) }))); };
|
|
743
|
-
})(GetResourcesResponse || (GetResourcesResponse = {}));
|
|
744
414
|
var DraftUploadOutOfSyncException = (function (_super) {
|
|
745
415
|
__extends(DraftUploadOutOfSyncException, _super);
|
|
746
416
|
function DraftUploadOutOfSyncException(opts) {
|
|
@@ -754,18 +424,6 @@ var DraftUploadOutOfSyncException = (function (_super) {
|
|
|
754
424
|
return DraftUploadOutOfSyncException;
|
|
755
425
|
}(__BaseException));
|
|
756
426
|
export { DraftUploadOutOfSyncException };
|
|
757
|
-
export var InitiateDocumentVersionUploadRequest;
|
|
758
|
-
(function (InitiateDocumentVersionUploadRequest) {
|
|
759
|
-
InitiateDocumentVersionUploadRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
760
|
-
})(InitiateDocumentVersionUploadRequest || (InitiateDocumentVersionUploadRequest = {}));
|
|
761
|
-
export var UploadMetadata;
|
|
762
|
-
(function (UploadMetadata) {
|
|
763
|
-
UploadMetadata.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UploadUrl && { UploadUrl: SENSITIVE_STRING }))); };
|
|
764
|
-
})(UploadMetadata || (UploadMetadata = {}));
|
|
765
|
-
export var InitiateDocumentVersionUploadResponse;
|
|
766
|
-
(function (InitiateDocumentVersionUploadResponse) {
|
|
767
|
-
InitiateDocumentVersionUploadResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentMetadata.filterSensitiveLog(obj.Metadata) })), (obj.UploadMetadata && { UploadMetadata: UploadMetadata.filterSensitiveLog(obj.UploadMetadata) }))); };
|
|
768
|
-
})(InitiateDocumentVersionUploadResponse || (InitiateDocumentVersionUploadResponse = {}));
|
|
769
427
|
var ResourceAlreadyCheckedOutException = (function (_super) {
|
|
770
428
|
__extends(ResourceAlreadyCheckedOutException, _super);
|
|
771
429
|
function ResourceAlreadyCheckedOutException(opts) {
|
|
@@ -805,18 +463,6 @@ var StorageLimitWillExceedException = (function (_super) {
|
|
|
805
463
|
return StorageLimitWillExceedException;
|
|
806
464
|
}(__BaseException));
|
|
807
465
|
export { StorageLimitWillExceedException };
|
|
808
|
-
export var RemoveAllResourcePermissionsRequest;
|
|
809
|
-
(function (RemoveAllResourcePermissionsRequest) {
|
|
810
|
-
RemoveAllResourcePermissionsRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
811
|
-
})(RemoveAllResourcePermissionsRequest || (RemoveAllResourcePermissionsRequest = {}));
|
|
812
|
-
export var RemoveResourcePermissionRequest;
|
|
813
|
-
(function (RemoveResourcePermissionRequest) {
|
|
814
|
-
RemoveResourcePermissionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
815
|
-
})(RemoveResourcePermissionRequest || (RemoveResourcePermissionRequest = {}));
|
|
816
|
-
export var UpdateDocumentRequest;
|
|
817
|
-
(function (UpdateDocumentRequest) {
|
|
818
|
-
UpdateDocumentRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
819
|
-
})(UpdateDocumentRequest || (UpdateDocumentRequest = {}));
|
|
820
466
|
var InvalidOperationException = (function (_super) {
|
|
821
467
|
__extends(InvalidOperationException, _super);
|
|
822
468
|
function InvalidOperationException(opts) {
|
|
@@ -834,14 +480,6 @@ export var DocumentVersionStatus;
|
|
|
834
480
|
(function (DocumentVersionStatus) {
|
|
835
481
|
DocumentVersionStatus["ACTIVE"] = "ACTIVE";
|
|
836
482
|
})(DocumentVersionStatus || (DocumentVersionStatus = {}));
|
|
837
|
-
export var UpdateDocumentVersionRequest;
|
|
838
|
-
(function (UpdateDocumentVersionRequest) {
|
|
839
|
-
UpdateDocumentVersionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
840
|
-
})(UpdateDocumentVersionRequest || (UpdateDocumentVersionRequest = {}));
|
|
841
|
-
export var UpdateFolderRequest;
|
|
842
|
-
(function (UpdateFolderRequest) {
|
|
843
|
-
UpdateFolderRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
844
|
-
})(UpdateFolderRequest || (UpdateFolderRequest = {}));
|
|
845
483
|
var DeactivatingLastSystemUserException = (function (_super) {
|
|
846
484
|
__extends(DeactivatingLastSystemUserException, _super);
|
|
847
485
|
function DeactivatingLastSystemUserException(opts) {
|
|
@@ -874,11 +512,100 @@ export var BooleanEnumType;
|
|
|
874
512
|
BooleanEnumType["FALSE"] = "FALSE";
|
|
875
513
|
BooleanEnumType["TRUE"] = "TRUE";
|
|
876
514
|
})(BooleanEnumType || (BooleanEnumType = {}));
|
|
877
|
-
export var
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
export var
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
515
|
+
export var AbortDocumentVersionUploadRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
516
|
+
export var ActivateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
517
|
+
export var StorageRuleTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
518
|
+
export var UserStorageMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
|
+
export var UserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
+
export var ActivateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
|
+
export var CommentMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
+
export var UserMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
523
|
+
export var ResourceMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
524
|
+
export var GroupMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
+
export var ParticipantsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
+
export var ActivityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
+
export var NotificationOptionsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.EmailMessage && { EmailMessage: SENSITIVE_STRING }))); };
|
|
528
|
+
export var SharePrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
+
export var AddResourcePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.NotificationOptions && {
|
|
530
|
+
NotificationOptions: NotificationOptionsFilterSensitiveLog(obj.NotificationOptions),
|
|
531
|
+
}))); };
|
|
532
|
+
export var ShareResultFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.StatusMessage && { StatusMessage: SENSITIVE_STRING }))); };
|
|
533
|
+
export var AddResourcePermissionsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ShareResults && { ShareResults: obj.ShareResults.map(function (item) { return ShareResultFilterSensitiveLog(item); }) }))); };
|
|
534
|
+
export var CreateCommentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
535
|
+
export var CommentFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Text && { Text: SENSITIVE_STRING }))); };
|
|
536
|
+
export var CreateCommentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comment && { Comment: CommentFilterSensitiveLog(obj.Comment) }))); };
|
|
537
|
+
export var CreateCustomMetadataRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
538
|
+
export var CreateCustomMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var CreateFolderRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
540
|
+
export var FolderMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var CreateFolderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var CreateLabelsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
543
|
+
export var CreateLabelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var CreateNotificationSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var SubscriptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var CreateNotificationSubscriptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var CreateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Password && { Password: SENSITIVE_STRING })), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
548
|
+
export var CreateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var DeactivateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
550
|
+
export var DeleteCommentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
551
|
+
export var DeleteCustomMetadataRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
552
|
+
export var DeleteCustomMetadataResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var DeleteDocumentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
554
|
+
export var DeleteFolderRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
555
|
+
export var DeleteFolderContentsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
556
|
+
export var DeleteLabelsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
557
|
+
export var DeleteLabelsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var DeleteNotificationSubscriptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var DeleteUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
560
|
+
export var DescribeActivitiesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
561
|
+
export var DescribeActivitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var DescribeCommentsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
563
|
+
export var DescribeCommentsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Comments && { Comments: obj.Comments.map(function (item) { return CommentFilterSensitiveLog(item); }) }))); };
|
|
564
|
+
export var DescribeDocumentVersionsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
565
|
+
export var DocumentVersionMetadataFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Thumbnail && { Thumbnail: SENSITIVE_STRING })), (obj.Source && { Source: SENSITIVE_STRING }))); };
|
|
566
|
+
export var DescribeDocumentVersionsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DocumentVersions && {
|
|
567
|
+
DocumentVersions: obj.DocumentVersions.map(function (item) { return DocumentVersionMetadataFilterSensitiveLog(item); }),
|
|
568
|
+
}))); };
|
|
569
|
+
export var DescribeFolderContentsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
570
|
+
export var DocumentMetadataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.LatestVersionMetadata && {
|
|
571
|
+
LatestVersionMetadata: DocumentVersionMetadataFilterSensitiveLog(obj.LatestVersionMetadata),
|
|
572
|
+
}))); };
|
|
573
|
+
export var DescribeFolderContentsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Documents && { Documents: obj.Documents.map(function (item) { return DocumentMetadataFilterSensitiveLog(item); }) }))); };
|
|
574
|
+
export var DescribeGroupsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.SearchQuery && { SearchQuery: SENSITIVE_STRING }))); };
|
|
575
|
+
export var DescribeGroupsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var DescribeNotificationSubscriptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var DescribeNotificationSubscriptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var DescribeResourcePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
579
|
+
export var PermissionInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var PrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var DescribeResourcePermissionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var DescribeRootFoldersRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
583
|
+
export var DescribeRootFoldersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var DescribeUsersRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING })), (obj.Query && { Query: SENSITIVE_STRING }))); };
|
|
585
|
+
export var DescribeUsersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var GetCurrentUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
587
|
+
export var GetCurrentUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var GetDocumentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
589
|
+
export var GetDocumentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentMetadataFilterSensitiveLog(obj.Metadata) }))); };
|
|
590
|
+
export var GetDocumentPathRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
591
|
+
export var ResourcePathComponentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var ResourcePathFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var GetDocumentPathResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var GetDocumentVersionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
595
|
+
export var GetDocumentVersionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentVersionMetadataFilterSensitiveLog(obj.Metadata) }))); };
|
|
596
|
+
export var GetFolderRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
597
|
+
export var GetFolderResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var GetFolderPathRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
599
|
+
export var GetFolderPathResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var GetResourcesRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
601
|
+
export var GetResourcesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Documents && { Documents: obj.Documents.map(function (item) { return DocumentMetadataFilterSensitiveLog(item); }) }))); };
|
|
602
|
+
export var InitiateDocumentVersionUploadRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
603
|
+
export var UploadMetadataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.UploadUrl && { UploadUrl: SENSITIVE_STRING }))); };
|
|
604
|
+
export var InitiateDocumentVersionUploadResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.Metadata && { Metadata: DocumentMetadataFilterSensitiveLog(obj.Metadata) })), (obj.UploadMetadata && { UploadMetadata: UploadMetadataFilterSensitiveLog(obj.UploadMetadata) }))); };
|
|
605
|
+
export var RemoveAllResourcePermissionsRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
606
|
+
export var RemoveResourcePermissionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
607
|
+
export var UpdateDocumentRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
608
|
+
export var UpdateDocumentVersionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
609
|
+
export var UpdateFolderRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
610
|
+
export var UpdateUserRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.AuthenticationToken && { AuthenticationToken: SENSITIVE_STRING }))); };
|
|
611
|
+
export var UpdateUserResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|