@aws-sdk/client-workdocs 3.169.0 → 3.170.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.
Files changed (61) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WorkDocs.d.ts +748 -210
  3. package/dist-types/ts3.4/WorkDocsClient.d.ts +375 -114
  4. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +6 -6
  48. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +8 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1576 -1426
  51. package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  61. package/package.json +34 -34
@@ -1,1426 +1,1576 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { WorkDocsServiceException as __BaseException } from "./WorkDocsServiceException";
3
- export interface AbortDocumentVersionUploadRequest {
4
-
5
- AuthenticationToken?: string;
6
-
7
- DocumentId: string | undefined;
8
-
9
- VersionId: string | undefined;
10
- }
11
-
12
- export declare class EntityNotExistsException extends __BaseException {
13
- readonly name: "EntityNotExistsException";
14
- readonly $fault: "client";
15
- Message?: string;
16
- EntityIds?: string[];
17
-
18
- constructor(opts: __ExceptionOptionType<EntityNotExistsException, __BaseException>);
19
- }
20
-
21
- export declare class FailedDependencyException extends __BaseException {
22
- readonly name: "FailedDependencyException";
23
- readonly $fault: "client";
24
- Message?: string;
25
-
26
- constructor(opts: __ExceptionOptionType<FailedDependencyException, __BaseException>);
27
- }
28
-
29
- export declare class ProhibitedStateException extends __BaseException {
30
- readonly name: "ProhibitedStateException";
31
- readonly $fault: "client";
32
- Message?: string;
33
-
34
- constructor(opts: __ExceptionOptionType<ProhibitedStateException, __BaseException>);
35
- }
36
-
37
- export declare class ServiceUnavailableException extends __BaseException {
38
- readonly name: "ServiceUnavailableException";
39
- readonly $fault: "server";
40
- Message?: string;
41
-
42
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
43
- }
44
-
45
- export declare class UnauthorizedOperationException extends __BaseException {
46
- readonly name: "UnauthorizedOperationException";
47
- readonly $fault: "client";
48
- Message?: string;
49
- Code?: string;
50
-
51
- constructor(opts: __ExceptionOptionType<UnauthorizedOperationException, __BaseException>);
52
- }
53
-
54
- export declare class UnauthorizedResourceAccessException extends __BaseException {
55
- readonly name: "UnauthorizedResourceAccessException";
56
- readonly $fault: "client";
57
- Message?: string;
58
-
59
- constructor(opts: __ExceptionOptionType<UnauthorizedResourceAccessException, __BaseException>);
60
- }
61
- export interface ActivateUserRequest {
62
-
63
- UserId: string | undefined;
64
-
65
- AuthenticationToken?: string;
66
- }
67
- export declare enum LocaleType {
68
- DE = "de",
69
- DEFAULT = "default",
70
- EN = "en",
71
- ES = "es",
72
- FR = "fr",
73
- JA = "ja",
74
- KO = "ko",
75
- PT_BR = "pt_BR",
76
- RU = "ru",
77
- ZH_CN = "zh_CN",
78
- ZH_TW = "zh_TW"
79
- }
80
- export declare enum UserStatusType {
81
- ACTIVE = "ACTIVE",
82
- INACTIVE = "INACTIVE",
83
- PENDING = "PENDING"
84
- }
85
- export declare enum StorageType {
86
- QUOTA = "QUOTA",
87
- UNLIMITED = "UNLIMITED"
88
- }
89
-
90
- export interface StorageRuleType {
91
-
92
- StorageAllocatedInBytes?: number;
93
-
94
- StorageType?: StorageType | string;
95
- }
96
-
97
- export interface UserStorageMetadata {
98
-
99
- StorageUtilizedInBytes?: number;
100
-
101
- StorageRule?: StorageRuleType;
102
- }
103
- export declare enum UserType {
104
- ADMIN = "ADMIN",
105
- MINIMALUSER = "MINIMALUSER",
106
- POWERUSER = "POWERUSER",
107
- USER = "USER",
108
- WORKSPACESUSER = "WORKSPACESUSER"
109
- }
110
-
111
- export interface User {
112
-
113
- Id?: string;
114
-
115
- Username?: string;
116
-
117
- EmailAddress?: string;
118
-
119
- GivenName?: string;
120
-
121
- Surname?: string;
122
-
123
- OrganizationId?: string;
124
-
125
- RootFolderId?: string;
126
-
127
- RecycleBinFolderId?: string;
128
-
129
- Status?: UserStatusType | string;
130
-
131
- Type?: UserType | string;
132
-
133
- CreatedTimestamp?: Date;
134
-
135
- ModifiedTimestamp?: Date;
136
-
137
- TimeZoneId?: string;
138
-
139
- Locale?: LocaleType | string;
140
-
141
- Storage?: UserStorageMetadata;
142
- }
143
- export interface ActivateUserResponse {
144
-
145
- User?: User;
146
- }
147
- export declare enum CommentStatusType {
148
- DELETED = "DELETED",
149
- DRAFT = "DRAFT",
150
- PUBLISHED = "PUBLISHED"
151
- }
152
-
153
- export interface CommentMetadata {
154
-
155
- CommentId?: string;
156
-
157
- Contributor?: User;
158
-
159
- CreatedTimestamp?: Date;
160
-
161
- CommentStatus?: CommentStatusType | string;
162
-
163
- RecipientId?: string;
164
- }
165
-
166
- export interface UserMetadata {
167
-
168
- Id?: string;
169
-
170
- Username?: string;
171
-
172
- GivenName?: string;
173
-
174
- Surname?: string;
175
-
176
- EmailAddress?: string;
177
- }
178
- export declare enum ResourceType {
179
- DOCUMENT = "DOCUMENT",
180
- FOLDER = "FOLDER"
181
- }
182
-
183
- export interface ResourceMetadata {
184
-
185
- Type?: ResourceType | string;
186
-
187
- Name?: string;
188
-
189
- OriginalName?: string;
190
-
191
- Id?: string;
192
-
193
- VersionId?: string;
194
-
195
- Owner?: UserMetadata;
196
-
197
- ParentId?: string;
198
- }
199
-
200
- export interface GroupMetadata {
201
-
202
- Id?: string;
203
-
204
- Name?: string;
205
- }
206
-
207
- export interface Participants {
208
-
209
- Users?: UserMetadata[];
210
-
211
- Groups?: GroupMetadata[];
212
- }
213
- export declare enum ActivityType {
214
- DOCUMENT_ANNOTATION_ADDED = "DOCUMENT_ANNOTATION_ADDED",
215
- DOCUMENT_ANNOTATION_DELETED = "DOCUMENT_ANNOTATION_DELETED",
216
- DOCUMENT_CHECKED_IN = "DOCUMENT_CHECKED_IN",
217
- DOCUMENT_CHECKED_OUT = "DOCUMENT_CHECKED_OUT",
218
- DOCUMENT_COMMENT_ADDED = "DOCUMENT_COMMENT_ADDED",
219
- DOCUMENT_COMMENT_DELETED = "DOCUMENT_COMMENT_DELETED",
220
- DOCUMENT_MOVED = "DOCUMENT_MOVED",
221
- DOCUMENT_RECYCLED = "DOCUMENT_RECYCLED",
222
- DOCUMENT_RENAMED = "DOCUMENT_RENAMED",
223
- DOCUMENT_RESTORED = "DOCUMENT_RESTORED",
224
- DOCUMENT_REVERTED = "DOCUMENT_REVERTED",
225
- DOCUMENT_SHAREABLE_LINK_CREATED = "DOCUMENT_SHAREABLE_LINK_CREATED",
226
- DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED = "DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED",
227
- DOCUMENT_SHAREABLE_LINK_REMOVED = "DOCUMENT_SHAREABLE_LINK_REMOVED",
228
- DOCUMENT_SHARED = "DOCUMENT_SHARED",
229
- DOCUMENT_SHARE_PERMISSION_CHANGED = "DOCUMENT_SHARE_PERMISSION_CHANGED",
230
- DOCUMENT_UNSHARED = "DOCUMENT_UNSHARED",
231
- DOCUMENT_VERSION_DELETED = "DOCUMENT_VERSION_DELETED",
232
- DOCUMENT_VERSION_DOWNLOADED = "DOCUMENT_VERSION_DOWNLOADED",
233
- DOCUMENT_VERSION_UPLOADED = "DOCUMENT_VERSION_UPLOADED",
234
- DOCUMENT_VERSION_VIEWED = "DOCUMENT_VERSION_VIEWED",
235
- FOLDER_CREATED = "FOLDER_CREATED",
236
- FOLDER_DELETED = "FOLDER_DELETED",
237
- FOLDER_MOVED = "FOLDER_MOVED",
238
- FOLDER_RECYCLED = "FOLDER_RECYCLED",
239
- FOLDER_RENAMED = "FOLDER_RENAMED",
240
- FOLDER_RESTORED = "FOLDER_RESTORED",
241
- FOLDER_SHAREABLE_LINK_CREATED = "FOLDER_SHAREABLE_LINK_CREATED",
242
- FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED = "FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED",
243
- FOLDER_SHAREABLE_LINK_REMOVED = "FOLDER_SHAREABLE_LINK_REMOVED",
244
- FOLDER_SHARED = "FOLDER_SHARED",
245
- FOLDER_SHARE_PERMISSION_CHANGED = "FOLDER_SHARE_PERMISSION_CHANGED",
246
- FOLDER_UNSHARED = "FOLDER_UNSHARED"
247
- }
248
-
249
- export interface Activity {
250
-
251
- Type?: ActivityType | string;
252
-
253
- TimeStamp?: Date;
254
-
255
- IsIndirectActivity?: boolean;
256
-
257
- OrganizationId?: string;
258
-
259
- Initiator?: UserMetadata;
260
-
261
- Participants?: Participants;
262
-
263
- ResourceMetadata?: ResourceMetadata;
264
-
265
- OriginalParent?: ResourceMetadata;
266
-
267
- CommentMetadata?: CommentMetadata;
268
- }
269
-
270
- export interface NotificationOptions {
271
-
272
- SendEmail?: boolean;
273
-
274
- EmailMessage?: string;
275
- }
276
- export declare enum RoleType {
277
- CONTRIBUTOR = "CONTRIBUTOR",
278
- COOWNER = "COOWNER",
279
- OWNER = "OWNER",
280
- VIEWER = "VIEWER"
281
- }
282
- export declare enum PrincipalType {
283
- ANONYMOUS = "ANONYMOUS",
284
- GROUP = "GROUP",
285
- INVITE = "INVITE",
286
- ORGANIZATION = "ORGANIZATION",
287
- USER = "USER"
288
- }
289
-
290
- export interface SharePrincipal {
291
-
292
- Id: string | undefined;
293
-
294
- Type: PrincipalType | string | undefined;
295
-
296
- Role: RoleType | string | undefined;
297
- }
298
- export interface AddResourcePermissionsRequest {
299
-
300
- AuthenticationToken?: string;
301
-
302
- ResourceId: string | undefined;
303
-
304
- Principals: SharePrincipal[] | undefined;
305
-
306
- NotificationOptions?: NotificationOptions;
307
- }
308
- export declare enum ShareStatusType {
309
- FAILURE = "FAILURE",
310
- SUCCESS = "SUCCESS"
311
- }
312
-
313
- export interface ShareResult {
314
-
315
- PrincipalId?: string;
316
-
317
- InviteePrincipalId?: string;
318
-
319
- Role?: RoleType | string;
320
-
321
- Status?: ShareStatusType | string;
322
-
323
- ShareId?: string;
324
-
325
- StatusMessage?: string;
326
- }
327
- export interface AddResourcePermissionsResponse {
328
-
329
- ShareResults?: ShareResult[];
330
- }
331
- export declare enum CommentVisibilityType {
332
- PRIVATE = "PRIVATE",
333
- PUBLIC = "PUBLIC"
334
- }
335
- export interface CreateCommentRequest {
336
-
337
- AuthenticationToken?: string;
338
-
339
- DocumentId: string | undefined;
340
-
341
- VersionId: string | undefined;
342
-
343
- ParentId?: string;
344
-
345
- ThreadId?: string;
346
-
347
- Text: string | undefined;
348
-
349
- Visibility?: CommentVisibilityType | string;
350
-
351
- NotifyCollaborators?: boolean;
352
- }
353
-
354
- export interface Comment {
355
-
356
- CommentId: string | undefined;
357
-
358
- ParentId?: string;
359
-
360
- ThreadId?: string;
361
-
362
- Text?: string;
363
-
364
- Contributor?: User;
365
-
366
- CreatedTimestamp?: Date;
367
-
368
- Status?: CommentStatusType | string;
369
-
370
- Visibility?: CommentVisibilityType | string;
371
-
372
- RecipientId?: string;
373
- }
374
- export interface CreateCommentResponse {
375
-
376
- Comment?: Comment;
377
- }
378
-
379
- export declare class DocumentLockedForCommentsException extends __BaseException {
380
- readonly name: "DocumentLockedForCommentsException";
381
- readonly $fault: "client";
382
- Message?: string;
383
-
384
- constructor(opts: __ExceptionOptionType<DocumentLockedForCommentsException, __BaseException>);
385
- }
386
-
387
- export declare class InvalidCommentOperationException extends __BaseException {
388
- readonly name: "InvalidCommentOperationException";
389
- readonly $fault: "client";
390
- Message?: string;
391
-
392
- constructor(opts: __ExceptionOptionType<InvalidCommentOperationException, __BaseException>);
393
- }
394
- export interface CreateCustomMetadataRequest {
395
-
396
- AuthenticationToken?: string;
397
-
398
- ResourceId: string | undefined;
399
-
400
- VersionId?: string;
401
-
402
- CustomMetadata: Record<string, string> | undefined;
403
- }
404
- export interface CreateCustomMetadataResponse {
405
- }
406
-
407
- export declare class CustomMetadataLimitExceededException extends __BaseException {
408
- readonly name: "CustomMetadataLimitExceededException";
409
- readonly $fault: "client";
410
- Message?: string;
411
-
412
- constructor(opts: __ExceptionOptionType<CustomMetadataLimitExceededException, __BaseException>);
413
- }
414
-
415
- export declare class ConflictingOperationException extends __BaseException {
416
- readonly name: "ConflictingOperationException";
417
- readonly $fault: "client";
418
- Message?: string;
419
-
420
- constructor(opts: __ExceptionOptionType<ConflictingOperationException, __BaseException>);
421
- }
422
- export interface CreateFolderRequest {
423
-
424
- AuthenticationToken?: string;
425
-
426
- Name?: string;
427
-
428
- ParentFolderId: string | undefined;
429
- }
430
- export declare enum ResourceStateType {
431
- ACTIVE = "ACTIVE",
432
- RECYCLED = "RECYCLED",
433
- RECYCLING = "RECYCLING",
434
- RESTORING = "RESTORING"
435
- }
436
-
437
- export interface FolderMetadata {
438
-
439
- Id?: string;
440
-
441
- Name?: string;
442
-
443
- CreatorId?: string;
444
-
445
- ParentFolderId?: string;
446
-
447
- CreatedTimestamp?: Date;
448
-
449
- ModifiedTimestamp?: Date;
450
-
451
- ResourceState?: ResourceStateType | string;
452
-
453
- Signature?: string;
454
-
455
- Labels?: string[];
456
-
457
- Size?: number;
458
-
459
- LatestVersionSize?: number;
460
- }
461
- export interface CreateFolderResponse {
462
-
463
- Metadata?: FolderMetadata;
464
- }
465
-
466
- export declare class EntityAlreadyExistsException extends __BaseException {
467
- readonly name: "EntityAlreadyExistsException";
468
- readonly $fault: "client";
469
- Message?: string;
470
-
471
- constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
472
- }
473
-
474
- export declare class LimitExceededException extends __BaseException {
475
- readonly name: "LimitExceededException";
476
- readonly $fault: "client";
477
- Message?: string;
478
-
479
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
480
- }
481
- export interface CreateLabelsRequest {
482
-
483
- ResourceId: string | undefined;
484
-
485
- Labels: string[] | undefined;
486
-
487
- AuthenticationToken?: string;
488
- }
489
- export interface CreateLabelsResponse {
490
- }
491
-
492
- export declare class TooManyLabelsException extends __BaseException {
493
- readonly name: "TooManyLabelsException";
494
- readonly $fault: "client";
495
- Message?: string;
496
-
497
- constructor(opts: __ExceptionOptionType<TooManyLabelsException, __BaseException>);
498
- }
499
- export declare enum SubscriptionProtocolType {
500
- HTTPS = "HTTPS"
501
- }
502
- export declare enum SubscriptionType {
503
- ALL = "ALL"
504
- }
505
- export interface CreateNotificationSubscriptionRequest {
506
-
507
- OrganizationId: string | undefined;
508
-
509
- Endpoint: string | undefined;
510
-
511
- Protocol: SubscriptionProtocolType | string | undefined;
512
-
513
- SubscriptionType: SubscriptionType | string | undefined;
514
- }
515
-
516
- export interface Subscription {
517
-
518
- SubscriptionId?: string;
519
-
520
- EndPoint?: string;
521
-
522
- Protocol?: SubscriptionProtocolType | string;
523
- }
524
- export interface CreateNotificationSubscriptionResponse {
525
-
526
- Subscription?: Subscription;
527
- }
528
-
529
- export declare class TooManySubscriptionsException extends __BaseException {
530
- readonly name: "TooManySubscriptionsException";
531
- readonly $fault: "client";
532
- Message?: string;
533
-
534
- constructor(opts: __ExceptionOptionType<TooManySubscriptionsException, __BaseException>);
535
- }
536
- export interface CreateUserRequest {
537
-
538
- OrganizationId?: string;
539
-
540
- Username: string | undefined;
541
-
542
- EmailAddress?: string;
543
-
544
- GivenName: string | undefined;
545
-
546
- Surname: string | undefined;
547
-
548
- Password: string | undefined;
549
-
550
- TimeZoneId?: string;
551
-
552
- StorageRule?: StorageRuleType;
553
-
554
- AuthenticationToken?: string;
555
- }
556
- export interface CreateUserResponse {
557
-
558
- User?: User;
559
- }
560
- export interface DeactivateUserRequest {
561
-
562
- UserId: string | undefined;
563
-
564
- AuthenticationToken?: string;
565
- }
566
- export interface DeleteCommentRequest {
567
-
568
- AuthenticationToken?: string;
569
-
570
- DocumentId: string | undefined;
571
-
572
- VersionId: string | undefined;
573
-
574
- CommentId: string | undefined;
575
- }
576
- export interface DeleteCustomMetadataRequest {
577
-
578
- AuthenticationToken?: string;
579
-
580
- ResourceId: string | undefined;
581
-
582
- VersionId?: string;
583
-
584
- Keys?: string[];
585
-
586
- DeleteAll?: boolean;
587
- }
588
- export interface DeleteCustomMetadataResponse {
589
- }
590
-
591
- export declare class ConcurrentModificationException extends __BaseException {
592
- readonly name: "ConcurrentModificationException";
593
- readonly $fault: "client";
594
- Message?: string;
595
-
596
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
597
- }
598
- export interface DeleteDocumentRequest {
599
-
600
- AuthenticationToken?: string;
601
-
602
- DocumentId: string | undefined;
603
- }
604
- export interface DeleteFolderRequest {
605
-
606
- AuthenticationToken?: string;
607
-
608
- FolderId: string | undefined;
609
- }
610
- export interface DeleteFolderContentsRequest {
611
-
612
- AuthenticationToken?: string;
613
-
614
- FolderId: string | undefined;
615
- }
616
- export interface DeleteLabelsRequest {
617
-
618
- ResourceId: string | undefined;
619
-
620
- AuthenticationToken?: string;
621
-
622
- Labels?: string[];
623
-
624
- DeleteAll?: boolean;
625
- }
626
- export interface DeleteLabelsResponse {
627
- }
628
- export interface DeleteNotificationSubscriptionRequest {
629
-
630
- SubscriptionId: string | undefined;
631
-
632
- OrganizationId: string | undefined;
633
- }
634
- export interface DeleteUserRequest {
635
-
636
- AuthenticationToken?: string;
637
-
638
- UserId: string | undefined;
639
- }
640
- export interface DescribeActivitiesRequest {
641
-
642
- AuthenticationToken?: string;
643
-
644
- StartTime?: Date;
645
-
646
- EndTime?: Date;
647
-
648
- OrganizationId?: string;
649
-
650
- ActivityTypes?: string;
651
-
652
- ResourceId?: string;
653
-
654
- UserId?: string;
655
-
656
- IncludeIndirectActivities?: boolean;
657
-
658
- Limit?: number;
659
-
660
- Marker?: string;
661
- }
662
- export interface DescribeActivitiesResponse {
663
-
664
- UserActivities?: Activity[];
665
-
666
- Marker?: string;
667
- }
668
-
669
- export declare class InvalidArgumentException extends __BaseException {
670
- readonly name: "InvalidArgumentException";
671
- readonly $fault: "client";
672
- Message?: string;
673
-
674
- constructor(opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>);
675
- }
676
- export interface DescribeCommentsRequest {
677
-
678
- AuthenticationToken?: string;
679
-
680
- DocumentId: string | undefined;
681
-
682
- VersionId: string | undefined;
683
-
684
- Limit?: number;
685
-
686
- Marker?: string;
687
- }
688
- export interface DescribeCommentsResponse {
689
-
690
- Comments?: Comment[];
691
-
692
- Marker?: string;
693
- }
694
- export interface DescribeDocumentVersionsRequest {
695
-
696
- AuthenticationToken?: string;
697
-
698
- DocumentId: string | undefined;
699
-
700
- Marker?: string;
701
-
702
- Limit?: number;
703
-
704
- Include?: string;
705
-
706
- Fields?: string;
707
- }
708
- export declare enum DocumentSourceType {
709
- ORIGINAL = "ORIGINAL",
710
- WITH_COMMENTS = "WITH_COMMENTS"
711
- }
712
- export declare enum DocumentStatusType {
713
- ACTIVE = "ACTIVE",
714
- INITIALIZED = "INITIALIZED"
715
- }
716
- export declare enum DocumentThumbnailType {
717
- LARGE = "LARGE",
718
- SMALL = "SMALL",
719
- SMALL_HQ = "SMALL_HQ"
720
- }
721
-
722
- export interface DocumentVersionMetadata {
723
-
724
- Id?: string;
725
-
726
- Name?: string;
727
-
728
- ContentType?: string;
729
-
730
- Size?: number;
731
-
732
- Signature?: string;
733
-
734
- Status?: DocumentStatusType | string;
735
-
736
- CreatedTimestamp?: Date;
737
-
738
- ModifiedTimestamp?: Date;
739
-
740
- ContentCreatedTimestamp?: Date;
741
-
742
- ContentModifiedTimestamp?: Date;
743
-
744
- CreatorId?: string;
745
-
746
- Thumbnail?: Record<string, string>;
747
-
748
- Source?: Record<string, string>;
749
- }
750
- export interface DescribeDocumentVersionsResponse {
751
-
752
- DocumentVersions?: DocumentVersionMetadata[];
753
-
754
- Marker?: string;
755
- }
756
- export declare enum OrderType {
757
- ASCENDING = "ASCENDING",
758
- DESCENDING = "DESCENDING"
759
- }
760
- export declare enum ResourceSortType {
761
- DATE = "DATE",
762
- NAME = "NAME"
763
- }
764
- export declare enum FolderContentType {
765
- ALL = "ALL",
766
- DOCUMENT = "DOCUMENT",
767
- FOLDER = "FOLDER"
768
- }
769
- export interface DescribeFolderContentsRequest {
770
-
771
- AuthenticationToken?: string;
772
-
773
- FolderId: string | undefined;
774
-
775
- Sort?: ResourceSortType | string;
776
-
777
- Order?: OrderType | string;
778
-
779
- Limit?: number;
780
-
781
- Marker?: string;
782
-
783
- Type?: FolderContentType | string;
784
-
785
- Include?: string;
786
- }
787
-
788
- export interface DocumentMetadata {
789
-
790
- Id?: string;
791
-
792
- CreatorId?: string;
793
-
794
- ParentFolderId?: string;
795
-
796
- CreatedTimestamp?: Date;
797
-
798
- ModifiedTimestamp?: Date;
799
-
800
- LatestVersionMetadata?: DocumentVersionMetadata;
801
-
802
- ResourceState?: ResourceStateType | string;
803
-
804
- Labels?: string[];
805
- }
806
- export interface DescribeFolderContentsResponse {
807
-
808
- Folders?: FolderMetadata[];
809
-
810
- Documents?: DocumentMetadata[];
811
-
812
- Marker?: string;
813
- }
814
- export interface DescribeGroupsRequest {
815
-
816
- AuthenticationToken?: string;
817
-
818
- SearchQuery: string | undefined;
819
-
820
- OrganizationId?: string;
821
-
822
- Marker?: string;
823
-
824
- Limit?: number;
825
- }
826
- export interface DescribeGroupsResponse {
827
-
828
- Groups?: GroupMetadata[];
829
-
830
- Marker?: string;
831
- }
832
- export interface DescribeNotificationSubscriptionsRequest {
833
-
834
- OrganizationId: string | undefined;
835
-
836
- Marker?: string;
837
-
838
- Limit?: number;
839
- }
840
- export interface DescribeNotificationSubscriptionsResponse {
841
-
842
- Subscriptions?: Subscription[];
843
-
844
- Marker?: string;
845
- }
846
- export interface DescribeResourcePermissionsRequest {
847
-
848
- AuthenticationToken?: string;
849
-
850
- ResourceId: string | undefined;
851
-
852
- PrincipalId?: string;
853
-
854
- Limit?: number;
855
-
856
- Marker?: string;
857
- }
858
- export declare enum RolePermissionType {
859
- DIRECT = "DIRECT",
860
- INHERITED = "INHERITED"
861
- }
862
-
863
- export interface PermissionInfo {
864
-
865
- Role?: RoleType | string;
866
-
867
- Type?: RolePermissionType | string;
868
- }
869
-
870
- export interface Principal {
871
-
872
- Id?: string;
873
-
874
- Type?: PrincipalType | string;
875
-
876
- Roles?: PermissionInfo[];
877
- }
878
- export interface DescribeResourcePermissionsResponse {
879
-
880
- Principals?: Principal[];
881
-
882
- Marker?: string;
883
- }
884
- export interface DescribeRootFoldersRequest {
885
-
886
- AuthenticationToken: string | undefined;
887
-
888
- Limit?: number;
889
-
890
- Marker?: string;
891
- }
892
- export interface DescribeRootFoldersResponse {
893
-
894
- Folders?: FolderMetadata[];
895
-
896
- Marker?: string;
897
- }
898
- export declare enum UserFilterType {
899
- ACTIVE_PENDING = "ACTIVE_PENDING",
900
- ALL = "ALL"
901
- }
902
- export declare enum UserSortType {
903
- FULL_NAME = "FULL_NAME",
904
- STORAGE_LIMIT = "STORAGE_LIMIT",
905
- STORAGE_USED = "STORAGE_USED",
906
- USER_NAME = "USER_NAME",
907
- USER_STATUS = "USER_STATUS"
908
- }
909
- export interface DescribeUsersRequest {
910
-
911
- AuthenticationToken?: string;
912
-
913
- OrganizationId?: string;
914
-
915
- UserIds?: string;
916
-
917
- Query?: string;
918
-
919
- Include?: UserFilterType | string;
920
-
921
- Order?: OrderType | string;
922
-
923
- Sort?: UserSortType | string;
924
-
925
- Marker?: string;
926
-
927
- Limit?: number;
928
-
929
- Fields?: string;
930
- }
931
- export interface DescribeUsersResponse {
932
-
933
- Users?: User[];
934
-
935
- TotalNumberOfUsers?: number;
936
-
937
- Marker?: string;
938
- }
939
-
940
- export declare class RequestedEntityTooLargeException extends __BaseException {
941
- readonly name: "RequestedEntityTooLargeException";
942
- readonly $fault: "client";
943
- Message?: string;
944
-
945
- constructor(opts: __ExceptionOptionType<RequestedEntityTooLargeException, __BaseException>);
946
- }
947
- export interface GetCurrentUserRequest {
948
-
949
- AuthenticationToken: string | undefined;
950
- }
951
- export interface GetCurrentUserResponse {
952
-
953
- User?: User;
954
- }
955
- export interface GetDocumentRequest {
956
-
957
- AuthenticationToken?: string;
958
-
959
- DocumentId: string | undefined;
960
-
961
- IncludeCustomMetadata?: boolean;
962
- }
963
- export interface GetDocumentResponse {
964
-
965
- Metadata?: DocumentMetadata;
966
-
967
- CustomMetadata?: Record<string, string>;
968
- }
969
-
970
- export declare class InvalidPasswordException extends __BaseException {
971
- readonly name: "InvalidPasswordException";
972
- readonly $fault: "client";
973
- Message?: string;
974
-
975
- constructor(opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>);
976
- }
977
- export interface GetDocumentPathRequest {
978
-
979
- AuthenticationToken?: string;
980
-
981
- DocumentId: string | undefined;
982
-
983
- Limit?: number;
984
-
985
- Fields?: string;
986
-
987
- Marker?: string;
988
- }
989
-
990
- export interface ResourcePathComponent {
991
-
992
- Id?: string;
993
-
994
- Name?: string;
995
- }
996
-
997
- export interface ResourcePath {
998
-
999
- Components?: ResourcePathComponent[];
1000
- }
1001
- export interface GetDocumentPathResponse {
1002
-
1003
- Path?: ResourcePath;
1004
- }
1005
- export interface GetDocumentVersionRequest {
1006
-
1007
- AuthenticationToken?: string;
1008
-
1009
- DocumentId: string | undefined;
1010
-
1011
- VersionId: string | undefined;
1012
-
1013
- Fields?: string;
1014
-
1015
- IncludeCustomMetadata?: boolean;
1016
- }
1017
- export interface GetDocumentVersionResponse {
1018
-
1019
- Metadata?: DocumentVersionMetadata;
1020
-
1021
- CustomMetadata?: Record<string, string>;
1022
- }
1023
- export interface GetFolderRequest {
1024
-
1025
- AuthenticationToken?: string;
1026
-
1027
- FolderId: string | undefined;
1028
-
1029
- IncludeCustomMetadata?: boolean;
1030
- }
1031
- export interface GetFolderResponse {
1032
-
1033
- Metadata?: FolderMetadata;
1034
-
1035
- CustomMetadata?: Record<string, string>;
1036
- }
1037
- export interface GetFolderPathRequest {
1038
-
1039
- AuthenticationToken?: string;
1040
-
1041
- FolderId: string | undefined;
1042
-
1043
- Limit?: number;
1044
-
1045
- Fields?: string;
1046
-
1047
- Marker?: string;
1048
- }
1049
- export interface GetFolderPathResponse {
1050
-
1051
- Path?: ResourcePath;
1052
- }
1053
- export declare enum ResourceCollectionType {
1054
- SHARED_WITH_ME = "SHARED_WITH_ME"
1055
- }
1056
- export interface GetResourcesRequest {
1057
-
1058
- AuthenticationToken?: string;
1059
-
1060
- UserId?: string;
1061
-
1062
- CollectionType?: ResourceCollectionType | string;
1063
-
1064
- Limit?: number;
1065
-
1066
- Marker?: string;
1067
- }
1068
- export interface GetResourcesResponse {
1069
-
1070
- Folders?: FolderMetadata[];
1071
-
1072
- Documents?: DocumentMetadata[];
1073
-
1074
- Marker?: string;
1075
- }
1076
-
1077
- export declare class DraftUploadOutOfSyncException extends __BaseException {
1078
- readonly name: "DraftUploadOutOfSyncException";
1079
- readonly $fault: "client";
1080
- Message?: string;
1081
-
1082
- constructor(opts: __ExceptionOptionType<DraftUploadOutOfSyncException, __BaseException>);
1083
- }
1084
- export interface InitiateDocumentVersionUploadRequest {
1085
-
1086
- AuthenticationToken?: string;
1087
-
1088
- Id?: string;
1089
-
1090
- Name?: string;
1091
-
1092
- ContentCreatedTimestamp?: Date;
1093
-
1094
- ContentModifiedTimestamp?: Date;
1095
-
1096
- ContentType?: string;
1097
-
1098
- DocumentSizeInBytes?: number;
1099
-
1100
- ParentFolderId: string | undefined;
1101
- }
1102
-
1103
- export interface UploadMetadata {
1104
-
1105
- UploadUrl?: string;
1106
-
1107
- SignedHeaders?: Record<string, string>;
1108
- }
1109
- export interface InitiateDocumentVersionUploadResponse {
1110
-
1111
- Metadata?: DocumentMetadata;
1112
-
1113
- UploadMetadata?: UploadMetadata;
1114
- }
1115
-
1116
- export declare class ResourceAlreadyCheckedOutException extends __BaseException {
1117
- readonly name: "ResourceAlreadyCheckedOutException";
1118
- readonly $fault: "client";
1119
- Message?: string;
1120
-
1121
- constructor(opts: __ExceptionOptionType<ResourceAlreadyCheckedOutException, __BaseException>);
1122
- }
1123
-
1124
- export declare class StorageLimitExceededException extends __BaseException {
1125
- readonly name: "StorageLimitExceededException";
1126
- readonly $fault: "client";
1127
- Message?: string;
1128
-
1129
- constructor(opts: __ExceptionOptionType<StorageLimitExceededException, __BaseException>);
1130
- }
1131
-
1132
- export declare class StorageLimitWillExceedException extends __BaseException {
1133
- readonly name: "StorageLimitWillExceedException";
1134
- readonly $fault: "client";
1135
- Message?: string;
1136
-
1137
- constructor(opts: __ExceptionOptionType<StorageLimitWillExceedException, __BaseException>);
1138
- }
1139
- export interface RemoveAllResourcePermissionsRequest {
1140
-
1141
- AuthenticationToken?: string;
1142
-
1143
- ResourceId: string | undefined;
1144
- }
1145
- export interface RemoveResourcePermissionRequest {
1146
-
1147
- AuthenticationToken?: string;
1148
-
1149
- ResourceId: string | undefined;
1150
-
1151
- PrincipalId: string | undefined;
1152
-
1153
- PrincipalType?: PrincipalType | string;
1154
- }
1155
- export interface UpdateDocumentRequest {
1156
-
1157
- AuthenticationToken?: string;
1158
-
1159
- DocumentId: string | undefined;
1160
-
1161
- Name?: string;
1162
-
1163
- ParentFolderId?: string;
1164
-
1165
- ResourceState?: ResourceStateType | string;
1166
- }
1167
-
1168
- export declare class InvalidOperationException extends __BaseException {
1169
- readonly name: "InvalidOperationException";
1170
- readonly $fault: "client";
1171
- Message?: string;
1172
-
1173
- constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
1174
- }
1175
- export declare enum DocumentVersionStatus {
1176
- ACTIVE = "ACTIVE"
1177
- }
1178
- export interface UpdateDocumentVersionRequest {
1179
-
1180
- AuthenticationToken?: string;
1181
-
1182
- DocumentId: string | undefined;
1183
-
1184
- VersionId: string | undefined;
1185
-
1186
- VersionStatus?: DocumentVersionStatus | string;
1187
- }
1188
- export interface UpdateFolderRequest {
1189
-
1190
- AuthenticationToken?: string;
1191
-
1192
- FolderId: string | undefined;
1193
-
1194
- Name?: string;
1195
-
1196
- ParentFolderId?: string;
1197
-
1198
- ResourceState?: ResourceStateType | string;
1199
- }
1200
-
1201
- export declare class DeactivatingLastSystemUserException extends __BaseException {
1202
- readonly name: "DeactivatingLastSystemUserException";
1203
- readonly $fault: "client";
1204
- Message?: string;
1205
- Code?: string;
1206
-
1207
- constructor(opts: __ExceptionOptionType<DeactivatingLastSystemUserException, __BaseException>);
1208
- }
1209
-
1210
- export declare class IllegalUserStateException extends __BaseException {
1211
- readonly name: "IllegalUserStateException";
1212
- readonly $fault: "client";
1213
- Message?: string;
1214
-
1215
- constructor(opts: __ExceptionOptionType<IllegalUserStateException, __BaseException>);
1216
- }
1217
- export declare enum BooleanEnumType {
1218
- FALSE = "FALSE",
1219
- TRUE = "TRUE"
1220
- }
1221
- export interface UpdateUserRequest {
1222
-
1223
- AuthenticationToken?: string;
1224
-
1225
- UserId: string | undefined;
1226
-
1227
- GivenName?: string;
1228
-
1229
- Surname?: string;
1230
-
1231
- Type?: UserType | string;
1232
-
1233
- StorageRule?: StorageRuleType;
1234
-
1235
- TimeZoneId?: string;
1236
-
1237
- Locale?: LocaleType | string;
1238
-
1239
- GrantPoweruserPrivileges?: BooleanEnumType | string;
1240
- }
1241
- export interface UpdateUserResponse {
1242
-
1243
- User?: User;
1244
- }
1245
-
1246
- export declare const AbortDocumentVersionUploadRequestFilterSensitiveLog: (obj: AbortDocumentVersionUploadRequest) => any;
1247
-
1248
- export declare const ActivateUserRequestFilterSensitiveLog: (obj: ActivateUserRequest) => any;
1249
-
1250
- export declare const StorageRuleTypeFilterSensitiveLog: (obj: StorageRuleType) => any;
1251
-
1252
- export declare const UserStorageMetadataFilterSensitiveLog: (obj: UserStorageMetadata) => any;
1253
-
1254
- export declare const UserFilterSensitiveLog: (obj: User) => any;
1255
-
1256
- export declare const ActivateUserResponseFilterSensitiveLog: (obj: ActivateUserResponse) => any;
1257
-
1258
- export declare const CommentMetadataFilterSensitiveLog: (obj: CommentMetadata) => any;
1259
-
1260
- export declare const UserMetadataFilterSensitiveLog: (obj: UserMetadata) => any;
1261
-
1262
- export declare const ResourceMetadataFilterSensitiveLog: (obj: ResourceMetadata) => any;
1263
-
1264
- export declare const GroupMetadataFilterSensitiveLog: (obj: GroupMetadata) => any;
1265
-
1266
- export declare const ParticipantsFilterSensitiveLog: (obj: Participants) => any;
1267
-
1268
- export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
1269
-
1270
- export declare const NotificationOptionsFilterSensitiveLog: (obj: NotificationOptions) => any;
1271
-
1272
- export declare const SharePrincipalFilterSensitiveLog: (obj: SharePrincipal) => any;
1273
-
1274
- export declare const AddResourcePermissionsRequestFilterSensitiveLog: (obj: AddResourcePermissionsRequest) => any;
1275
-
1276
- export declare const ShareResultFilterSensitiveLog: (obj: ShareResult) => any;
1277
-
1278
- export declare const AddResourcePermissionsResponseFilterSensitiveLog: (obj: AddResourcePermissionsResponse) => any;
1279
-
1280
- export declare const CreateCommentRequestFilterSensitiveLog: (obj: CreateCommentRequest) => any;
1281
-
1282
- export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
1283
-
1284
- export declare const CreateCommentResponseFilterSensitiveLog: (obj: CreateCommentResponse) => any;
1285
-
1286
- export declare const CreateCustomMetadataRequestFilterSensitiveLog: (obj: CreateCustomMetadataRequest) => any;
1287
-
1288
- export declare const CreateCustomMetadataResponseFilterSensitiveLog: (obj: CreateCustomMetadataResponse) => any;
1289
-
1290
- export declare const CreateFolderRequestFilterSensitiveLog: (obj: CreateFolderRequest) => any;
1291
-
1292
- export declare const FolderMetadataFilterSensitiveLog: (obj: FolderMetadata) => any;
1293
-
1294
- export declare const CreateFolderResponseFilterSensitiveLog: (obj: CreateFolderResponse) => any;
1295
-
1296
- export declare const CreateLabelsRequestFilterSensitiveLog: (obj: CreateLabelsRequest) => any;
1297
-
1298
- export declare const CreateLabelsResponseFilterSensitiveLog: (obj: CreateLabelsResponse) => any;
1299
-
1300
- export declare const CreateNotificationSubscriptionRequestFilterSensitiveLog: (obj: CreateNotificationSubscriptionRequest) => any;
1301
-
1302
- export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
1303
-
1304
- export declare const CreateNotificationSubscriptionResponseFilterSensitiveLog: (obj: CreateNotificationSubscriptionResponse) => any;
1305
-
1306
- export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
1307
-
1308
- export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
1309
-
1310
- export declare const DeactivateUserRequestFilterSensitiveLog: (obj: DeactivateUserRequest) => any;
1311
-
1312
- export declare const DeleteCommentRequestFilterSensitiveLog: (obj: DeleteCommentRequest) => any;
1313
-
1314
- export declare const DeleteCustomMetadataRequestFilterSensitiveLog: (obj: DeleteCustomMetadataRequest) => any;
1315
-
1316
- export declare const DeleteCustomMetadataResponseFilterSensitiveLog: (obj: DeleteCustomMetadataResponse) => any;
1317
-
1318
- export declare const DeleteDocumentRequestFilterSensitiveLog: (obj: DeleteDocumentRequest) => any;
1319
-
1320
- export declare const DeleteFolderRequestFilterSensitiveLog: (obj: DeleteFolderRequest) => any;
1321
-
1322
- export declare const DeleteFolderContentsRequestFilterSensitiveLog: (obj: DeleteFolderContentsRequest) => any;
1323
-
1324
- export declare const DeleteLabelsRequestFilterSensitiveLog: (obj: DeleteLabelsRequest) => any;
1325
-
1326
- export declare const DeleteLabelsResponseFilterSensitiveLog: (obj: DeleteLabelsResponse) => any;
1327
-
1328
- export declare const DeleteNotificationSubscriptionRequestFilterSensitiveLog: (obj: DeleteNotificationSubscriptionRequest) => any;
1329
-
1330
- export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
1331
-
1332
- export declare const DescribeActivitiesRequestFilterSensitiveLog: (obj: DescribeActivitiesRequest) => any;
1333
-
1334
- export declare const DescribeActivitiesResponseFilterSensitiveLog: (obj: DescribeActivitiesResponse) => any;
1335
-
1336
- export declare const DescribeCommentsRequestFilterSensitiveLog: (obj: DescribeCommentsRequest) => any;
1337
-
1338
- export declare const DescribeCommentsResponseFilterSensitiveLog: (obj: DescribeCommentsResponse) => any;
1339
-
1340
- export declare const DescribeDocumentVersionsRequestFilterSensitiveLog: (obj: DescribeDocumentVersionsRequest) => any;
1341
-
1342
- export declare const DocumentVersionMetadataFilterSensitiveLog: (obj: DocumentVersionMetadata) => any;
1343
-
1344
- export declare const DescribeDocumentVersionsResponseFilterSensitiveLog: (obj: DescribeDocumentVersionsResponse) => any;
1345
-
1346
- export declare const DescribeFolderContentsRequestFilterSensitiveLog: (obj: DescribeFolderContentsRequest) => any;
1347
-
1348
- export declare const DocumentMetadataFilterSensitiveLog: (obj: DocumentMetadata) => any;
1349
-
1350
- export declare const DescribeFolderContentsResponseFilterSensitiveLog: (obj: DescribeFolderContentsResponse) => any;
1351
-
1352
- export declare const DescribeGroupsRequestFilterSensitiveLog: (obj: DescribeGroupsRequest) => any;
1353
-
1354
- export declare const DescribeGroupsResponseFilterSensitiveLog: (obj: DescribeGroupsResponse) => any;
1355
-
1356
- export declare const DescribeNotificationSubscriptionsRequestFilterSensitiveLog: (obj: DescribeNotificationSubscriptionsRequest) => any;
1357
-
1358
- export declare const DescribeNotificationSubscriptionsResponseFilterSensitiveLog: (obj: DescribeNotificationSubscriptionsResponse) => any;
1359
-
1360
- export declare const DescribeResourcePermissionsRequestFilterSensitiveLog: (obj: DescribeResourcePermissionsRequest) => any;
1361
-
1362
- export declare const PermissionInfoFilterSensitiveLog: (obj: PermissionInfo) => any;
1363
-
1364
- export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
1365
-
1366
- export declare const DescribeResourcePermissionsResponseFilterSensitiveLog: (obj: DescribeResourcePermissionsResponse) => any;
1367
-
1368
- export declare const DescribeRootFoldersRequestFilterSensitiveLog: (obj: DescribeRootFoldersRequest) => any;
1369
-
1370
- export declare const DescribeRootFoldersResponseFilterSensitiveLog: (obj: DescribeRootFoldersResponse) => any;
1371
-
1372
- export declare const DescribeUsersRequestFilterSensitiveLog: (obj: DescribeUsersRequest) => any;
1373
-
1374
- export declare const DescribeUsersResponseFilterSensitiveLog: (obj: DescribeUsersResponse) => any;
1375
-
1376
- export declare const GetCurrentUserRequestFilterSensitiveLog: (obj: GetCurrentUserRequest) => any;
1377
-
1378
- export declare const GetCurrentUserResponseFilterSensitiveLog: (obj: GetCurrentUserResponse) => any;
1379
-
1380
- export declare const GetDocumentRequestFilterSensitiveLog: (obj: GetDocumentRequest) => any;
1381
-
1382
- export declare const GetDocumentResponseFilterSensitiveLog: (obj: GetDocumentResponse) => any;
1383
-
1384
- export declare const GetDocumentPathRequestFilterSensitiveLog: (obj: GetDocumentPathRequest) => any;
1385
-
1386
- export declare const ResourcePathComponentFilterSensitiveLog: (obj: ResourcePathComponent) => any;
1387
-
1388
- export declare const ResourcePathFilterSensitiveLog: (obj: ResourcePath) => any;
1389
-
1390
- export declare const GetDocumentPathResponseFilterSensitiveLog: (obj: GetDocumentPathResponse) => any;
1391
-
1392
- export declare const GetDocumentVersionRequestFilterSensitiveLog: (obj: GetDocumentVersionRequest) => any;
1393
-
1394
- export declare const GetDocumentVersionResponseFilterSensitiveLog: (obj: GetDocumentVersionResponse) => any;
1395
-
1396
- export declare const GetFolderRequestFilterSensitiveLog: (obj: GetFolderRequest) => any;
1397
-
1398
- export declare const GetFolderResponseFilterSensitiveLog: (obj: GetFolderResponse) => any;
1399
-
1400
- export declare const GetFolderPathRequestFilterSensitiveLog: (obj: GetFolderPathRequest) => any;
1401
-
1402
- export declare const GetFolderPathResponseFilterSensitiveLog: (obj: GetFolderPathResponse) => any;
1403
-
1404
- export declare const GetResourcesRequestFilterSensitiveLog: (obj: GetResourcesRequest) => any;
1405
-
1406
- export declare const GetResourcesResponseFilterSensitiveLog: (obj: GetResourcesResponse) => any;
1407
-
1408
- export declare const InitiateDocumentVersionUploadRequestFilterSensitiveLog: (obj: InitiateDocumentVersionUploadRequest) => any;
1409
-
1410
- export declare const UploadMetadataFilterSensitiveLog: (obj: UploadMetadata) => any;
1411
-
1412
- export declare const InitiateDocumentVersionUploadResponseFilterSensitiveLog: (obj: InitiateDocumentVersionUploadResponse) => any;
1413
-
1414
- export declare const RemoveAllResourcePermissionsRequestFilterSensitiveLog: (obj: RemoveAllResourcePermissionsRequest) => any;
1415
-
1416
- export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (obj: RemoveResourcePermissionRequest) => any;
1417
-
1418
- export declare const UpdateDocumentRequestFilterSensitiveLog: (obj: UpdateDocumentRequest) => any;
1419
-
1420
- export declare const UpdateDocumentVersionRequestFilterSensitiveLog: (obj: UpdateDocumentVersionRequest) => any;
1421
-
1422
- export declare const UpdateFolderRequestFilterSensitiveLog: (obj: UpdateFolderRequest) => any;
1423
-
1424
- export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
1425
-
1426
- export declare const UpdateUserResponseFilterSensitiveLog: (obj: UpdateUserResponse) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { WorkDocsServiceException as __BaseException } from "./WorkDocsServiceException";
3
+ export interface AbortDocumentVersionUploadRequest {
4
+ AuthenticationToken?: string;
5
+
6
+ DocumentId: string | undefined;
7
+
8
+ VersionId: string | undefined;
9
+ }
10
+
11
+ export declare class EntityNotExistsException extends __BaseException {
12
+ readonly name: "EntityNotExistsException";
13
+ readonly $fault: "client";
14
+ Message?: string;
15
+ EntityIds?: string[];
16
+
17
+ constructor(
18
+ opts: __ExceptionOptionType<EntityNotExistsException, __BaseException>
19
+ );
20
+ }
21
+
22
+ export declare class FailedDependencyException extends __BaseException {
23
+ readonly name: "FailedDependencyException";
24
+ readonly $fault: "client";
25
+ Message?: string;
26
+
27
+ constructor(
28
+ opts: __ExceptionOptionType<FailedDependencyException, __BaseException>
29
+ );
30
+ }
31
+
32
+ export declare class ProhibitedStateException extends __BaseException {
33
+ readonly name: "ProhibitedStateException";
34
+ readonly $fault: "client";
35
+ Message?: string;
36
+
37
+ constructor(
38
+ opts: __ExceptionOptionType<ProhibitedStateException, __BaseException>
39
+ );
40
+ }
41
+
42
+ export declare class ServiceUnavailableException extends __BaseException {
43
+ readonly name: "ServiceUnavailableException";
44
+ readonly $fault: "server";
45
+ Message?: string;
46
+
47
+ constructor(
48
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
49
+ );
50
+ }
51
+
52
+ export declare class UnauthorizedOperationException extends __BaseException {
53
+ readonly name: "UnauthorizedOperationException";
54
+ readonly $fault: "client";
55
+ Message?: string;
56
+ Code?: string;
57
+
58
+ constructor(
59
+ opts: __ExceptionOptionType<UnauthorizedOperationException, __BaseException>
60
+ );
61
+ }
62
+
63
+ export declare class UnauthorizedResourceAccessException extends __BaseException {
64
+ readonly name: "UnauthorizedResourceAccessException";
65
+ readonly $fault: "client";
66
+ Message?: string;
67
+
68
+ constructor(
69
+ opts: __ExceptionOptionType<
70
+ UnauthorizedResourceAccessException,
71
+ __BaseException
72
+ >
73
+ );
74
+ }
75
+ export interface ActivateUserRequest {
76
+ UserId: string | undefined;
77
+
78
+ AuthenticationToken?: string;
79
+ }
80
+ export declare enum LocaleType {
81
+ DE = "de",
82
+ DEFAULT = "default",
83
+ EN = "en",
84
+ ES = "es",
85
+ FR = "fr",
86
+ JA = "ja",
87
+ KO = "ko",
88
+ PT_BR = "pt_BR",
89
+ RU = "ru",
90
+ ZH_CN = "zh_CN",
91
+ ZH_TW = "zh_TW",
92
+ }
93
+ export declare enum UserStatusType {
94
+ ACTIVE = "ACTIVE",
95
+ INACTIVE = "INACTIVE",
96
+ PENDING = "PENDING",
97
+ }
98
+ export declare enum StorageType {
99
+ QUOTA = "QUOTA",
100
+ UNLIMITED = "UNLIMITED",
101
+ }
102
+
103
+ export interface StorageRuleType {
104
+ StorageAllocatedInBytes?: number;
105
+
106
+ StorageType?: StorageType | string;
107
+ }
108
+
109
+ export interface UserStorageMetadata {
110
+ StorageUtilizedInBytes?: number;
111
+
112
+ StorageRule?: StorageRuleType;
113
+ }
114
+ export declare enum UserType {
115
+ ADMIN = "ADMIN",
116
+ MINIMALUSER = "MINIMALUSER",
117
+ POWERUSER = "POWERUSER",
118
+ USER = "USER",
119
+ WORKSPACESUSER = "WORKSPACESUSER",
120
+ }
121
+
122
+ export interface User {
123
+ Id?: string;
124
+
125
+ Username?: string;
126
+
127
+ EmailAddress?: string;
128
+
129
+ GivenName?: string;
130
+
131
+ Surname?: string;
132
+
133
+ OrganizationId?: string;
134
+
135
+ RootFolderId?: string;
136
+
137
+ RecycleBinFolderId?: string;
138
+
139
+ Status?: UserStatusType | string;
140
+
141
+ Type?: UserType | string;
142
+
143
+ CreatedTimestamp?: Date;
144
+
145
+ ModifiedTimestamp?: Date;
146
+
147
+ TimeZoneId?: string;
148
+
149
+ Locale?: LocaleType | string;
150
+
151
+ Storage?: UserStorageMetadata;
152
+ }
153
+ export interface ActivateUserResponse {
154
+ User?: User;
155
+ }
156
+ export declare enum CommentStatusType {
157
+ DELETED = "DELETED",
158
+ DRAFT = "DRAFT",
159
+ PUBLISHED = "PUBLISHED",
160
+ }
161
+
162
+ export interface CommentMetadata {
163
+ CommentId?: string;
164
+
165
+ Contributor?: User;
166
+
167
+ CreatedTimestamp?: Date;
168
+
169
+ CommentStatus?: CommentStatusType | string;
170
+
171
+ RecipientId?: string;
172
+ }
173
+
174
+ export interface UserMetadata {
175
+ Id?: string;
176
+
177
+ Username?: string;
178
+
179
+ GivenName?: string;
180
+
181
+ Surname?: string;
182
+
183
+ EmailAddress?: string;
184
+ }
185
+ export declare enum ResourceType {
186
+ DOCUMENT = "DOCUMENT",
187
+ FOLDER = "FOLDER",
188
+ }
189
+
190
+ export interface ResourceMetadata {
191
+ Type?: ResourceType | string;
192
+
193
+ Name?: string;
194
+
195
+ OriginalName?: string;
196
+
197
+ Id?: string;
198
+
199
+ VersionId?: string;
200
+
201
+ Owner?: UserMetadata;
202
+
203
+ ParentId?: string;
204
+ }
205
+
206
+ export interface GroupMetadata {
207
+ Id?: string;
208
+
209
+ Name?: string;
210
+ }
211
+
212
+ export interface Participants {
213
+ Users?: UserMetadata[];
214
+
215
+ Groups?: GroupMetadata[];
216
+ }
217
+ export declare enum ActivityType {
218
+ DOCUMENT_ANNOTATION_ADDED = "DOCUMENT_ANNOTATION_ADDED",
219
+ DOCUMENT_ANNOTATION_DELETED = "DOCUMENT_ANNOTATION_DELETED",
220
+ DOCUMENT_CHECKED_IN = "DOCUMENT_CHECKED_IN",
221
+ DOCUMENT_CHECKED_OUT = "DOCUMENT_CHECKED_OUT",
222
+ DOCUMENT_COMMENT_ADDED = "DOCUMENT_COMMENT_ADDED",
223
+ DOCUMENT_COMMENT_DELETED = "DOCUMENT_COMMENT_DELETED",
224
+ DOCUMENT_MOVED = "DOCUMENT_MOVED",
225
+ DOCUMENT_RECYCLED = "DOCUMENT_RECYCLED",
226
+ DOCUMENT_RENAMED = "DOCUMENT_RENAMED",
227
+ DOCUMENT_RESTORED = "DOCUMENT_RESTORED",
228
+ DOCUMENT_REVERTED = "DOCUMENT_REVERTED",
229
+ DOCUMENT_SHAREABLE_LINK_CREATED = "DOCUMENT_SHAREABLE_LINK_CREATED",
230
+ DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED = "DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED",
231
+ DOCUMENT_SHAREABLE_LINK_REMOVED = "DOCUMENT_SHAREABLE_LINK_REMOVED",
232
+ DOCUMENT_SHARED = "DOCUMENT_SHARED",
233
+ DOCUMENT_SHARE_PERMISSION_CHANGED = "DOCUMENT_SHARE_PERMISSION_CHANGED",
234
+ DOCUMENT_UNSHARED = "DOCUMENT_UNSHARED",
235
+ DOCUMENT_VERSION_DELETED = "DOCUMENT_VERSION_DELETED",
236
+ DOCUMENT_VERSION_DOWNLOADED = "DOCUMENT_VERSION_DOWNLOADED",
237
+ DOCUMENT_VERSION_UPLOADED = "DOCUMENT_VERSION_UPLOADED",
238
+ DOCUMENT_VERSION_VIEWED = "DOCUMENT_VERSION_VIEWED",
239
+ FOLDER_CREATED = "FOLDER_CREATED",
240
+ FOLDER_DELETED = "FOLDER_DELETED",
241
+ FOLDER_MOVED = "FOLDER_MOVED",
242
+ FOLDER_RECYCLED = "FOLDER_RECYCLED",
243
+ FOLDER_RENAMED = "FOLDER_RENAMED",
244
+ FOLDER_RESTORED = "FOLDER_RESTORED",
245
+ FOLDER_SHAREABLE_LINK_CREATED = "FOLDER_SHAREABLE_LINK_CREATED",
246
+ FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED = "FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED",
247
+ FOLDER_SHAREABLE_LINK_REMOVED = "FOLDER_SHAREABLE_LINK_REMOVED",
248
+ FOLDER_SHARED = "FOLDER_SHARED",
249
+ FOLDER_SHARE_PERMISSION_CHANGED = "FOLDER_SHARE_PERMISSION_CHANGED",
250
+ FOLDER_UNSHARED = "FOLDER_UNSHARED",
251
+ }
252
+
253
+ export interface Activity {
254
+ Type?: ActivityType | string;
255
+
256
+ TimeStamp?: Date;
257
+
258
+ IsIndirectActivity?: boolean;
259
+
260
+ OrganizationId?: string;
261
+
262
+ Initiator?: UserMetadata;
263
+
264
+ Participants?: Participants;
265
+
266
+ ResourceMetadata?: ResourceMetadata;
267
+
268
+ OriginalParent?: ResourceMetadata;
269
+
270
+ CommentMetadata?: CommentMetadata;
271
+ }
272
+
273
+ export interface NotificationOptions {
274
+ SendEmail?: boolean;
275
+
276
+ EmailMessage?: string;
277
+ }
278
+ export declare enum RoleType {
279
+ CONTRIBUTOR = "CONTRIBUTOR",
280
+ COOWNER = "COOWNER",
281
+ OWNER = "OWNER",
282
+ VIEWER = "VIEWER",
283
+ }
284
+ export declare enum PrincipalType {
285
+ ANONYMOUS = "ANONYMOUS",
286
+ GROUP = "GROUP",
287
+ INVITE = "INVITE",
288
+ ORGANIZATION = "ORGANIZATION",
289
+ USER = "USER",
290
+ }
291
+
292
+ export interface SharePrincipal {
293
+ Id: string | undefined;
294
+
295
+ Type: PrincipalType | string | undefined;
296
+
297
+ Role: RoleType | string | undefined;
298
+ }
299
+ export interface AddResourcePermissionsRequest {
300
+ AuthenticationToken?: string;
301
+
302
+ ResourceId: string | undefined;
303
+
304
+ Principals: SharePrincipal[] | undefined;
305
+
306
+ NotificationOptions?: NotificationOptions;
307
+ }
308
+ export declare enum ShareStatusType {
309
+ FAILURE = "FAILURE",
310
+ SUCCESS = "SUCCESS",
311
+ }
312
+
313
+ export interface ShareResult {
314
+ PrincipalId?: string;
315
+
316
+ InviteePrincipalId?: string;
317
+
318
+ Role?: RoleType | string;
319
+
320
+ Status?: ShareStatusType | string;
321
+
322
+ ShareId?: string;
323
+
324
+ StatusMessage?: string;
325
+ }
326
+ export interface AddResourcePermissionsResponse {
327
+ ShareResults?: ShareResult[];
328
+ }
329
+ export declare enum CommentVisibilityType {
330
+ PRIVATE = "PRIVATE",
331
+ PUBLIC = "PUBLIC",
332
+ }
333
+ export interface CreateCommentRequest {
334
+ AuthenticationToken?: string;
335
+
336
+ DocumentId: string | undefined;
337
+
338
+ VersionId: string | undefined;
339
+
340
+ ParentId?: string;
341
+
342
+ ThreadId?: string;
343
+
344
+ Text: string | undefined;
345
+
346
+ Visibility?: CommentVisibilityType | string;
347
+
348
+ NotifyCollaborators?: boolean;
349
+ }
350
+
351
+ export interface Comment {
352
+ CommentId: string | undefined;
353
+
354
+ ParentId?: string;
355
+
356
+ ThreadId?: string;
357
+
358
+ Text?: string;
359
+
360
+ Contributor?: User;
361
+
362
+ CreatedTimestamp?: Date;
363
+
364
+ Status?: CommentStatusType | string;
365
+
366
+ Visibility?: CommentVisibilityType | string;
367
+
368
+ RecipientId?: string;
369
+ }
370
+ export interface CreateCommentResponse {
371
+ Comment?: Comment;
372
+ }
373
+
374
+ export declare class DocumentLockedForCommentsException extends __BaseException {
375
+ readonly name: "DocumentLockedForCommentsException";
376
+ readonly $fault: "client";
377
+ Message?: string;
378
+
379
+ constructor(
380
+ opts: __ExceptionOptionType<
381
+ DocumentLockedForCommentsException,
382
+ __BaseException
383
+ >
384
+ );
385
+ }
386
+
387
+ export declare class InvalidCommentOperationException extends __BaseException {
388
+ readonly name: "InvalidCommentOperationException";
389
+ readonly $fault: "client";
390
+ Message?: string;
391
+
392
+ constructor(
393
+ opts: __ExceptionOptionType<
394
+ InvalidCommentOperationException,
395
+ __BaseException
396
+ >
397
+ );
398
+ }
399
+ export interface CreateCustomMetadataRequest {
400
+ AuthenticationToken?: string;
401
+
402
+ ResourceId: string | undefined;
403
+
404
+ VersionId?: string;
405
+
406
+ CustomMetadata: Record<string, string> | undefined;
407
+ }
408
+ export interface CreateCustomMetadataResponse {}
409
+
410
+ export declare class CustomMetadataLimitExceededException extends __BaseException {
411
+ readonly name: "CustomMetadataLimitExceededException";
412
+ readonly $fault: "client";
413
+ Message?: string;
414
+
415
+ constructor(
416
+ opts: __ExceptionOptionType<
417
+ CustomMetadataLimitExceededException,
418
+ __BaseException
419
+ >
420
+ );
421
+ }
422
+
423
+ export declare class ConflictingOperationException extends __BaseException {
424
+ readonly name: "ConflictingOperationException";
425
+ readonly $fault: "client";
426
+ Message?: string;
427
+
428
+ constructor(
429
+ opts: __ExceptionOptionType<ConflictingOperationException, __BaseException>
430
+ );
431
+ }
432
+ export interface CreateFolderRequest {
433
+ AuthenticationToken?: string;
434
+
435
+ Name?: string;
436
+
437
+ ParentFolderId: string | undefined;
438
+ }
439
+ export declare enum ResourceStateType {
440
+ ACTIVE = "ACTIVE",
441
+ RECYCLED = "RECYCLED",
442
+ RECYCLING = "RECYCLING",
443
+ RESTORING = "RESTORING",
444
+ }
445
+
446
+ export interface FolderMetadata {
447
+ Id?: string;
448
+
449
+ Name?: string;
450
+
451
+ CreatorId?: string;
452
+
453
+ ParentFolderId?: string;
454
+
455
+ CreatedTimestamp?: Date;
456
+
457
+ ModifiedTimestamp?: Date;
458
+
459
+ ResourceState?: ResourceStateType | string;
460
+
461
+ Signature?: string;
462
+
463
+ Labels?: string[];
464
+
465
+ Size?: number;
466
+
467
+ LatestVersionSize?: number;
468
+ }
469
+ export interface CreateFolderResponse {
470
+ Metadata?: FolderMetadata;
471
+ }
472
+
473
+ export declare class EntityAlreadyExistsException extends __BaseException {
474
+ readonly name: "EntityAlreadyExistsException";
475
+ readonly $fault: "client";
476
+ Message?: string;
477
+
478
+ constructor(
479
+ opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
480
+ );
481
+ }
482
+
483
+ export declare class LimitExceededException extends __BaseException {
484
+ readonly name: "LimitExceededException";
485
+ readonly $fault: "client";
486
+ Message?: string;
487
+
488
+ constructor(
489
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
490
+ );
491
+ }
492
+ export interface CreateLabelsRequest {
493
+ ResourceId: string | undefined;
494
+
495
+ Labels: string[] | undefined;
496
+
497
+ AuthenticationToken?: string;
498
+ }
499
+ export interface CreateLabelsResponse {}
500
+
501
+ export declare class TooManyLabelsException extends __BaseException {
502
+ readonly name: "TooManyLabelsException";
503
+ readonly $fault: "client";
504
+ Message?: string;
505
+
506
+ constructor(
507
+ opts: __ExceptionOptionType<TooManyLabelsException, __BaseException>
508
+ );
509
+ }
510
+ export declare enum SubscriptionProtocolType {
511
+ HTTPS = "HTTPS",
512
+ }
513
+ export declare enum SubscriptionType {
514
+ ALL = "ALL",
515
+ }
516
+ export interface CreateNotificationSubscriptionRequest {
517
+ OrganizationId: string | undefined;
518
+
519
+ Endpoint: string | undefined;
520
+
521
+ Protocol: SubscriptionProtocolType | string | undefined;
522
+
523
+ SubscriptionType: SubscriptionType | string | undefined;
524
+ }
525
+
526
+ export interface Subscription {
527
+ SubscriptionId?: string;
528
+
529
+ EndPoint?: string;
530
+
531
+ Protocol?: SubscriptionProtocolType | string;
532
+ }
533
+ export interface CreateNotificationSubscriptionResponse {
534
+ Subscription?: Subscription;
535
+ }
536
+
537
+ export declare class TooManySubscriptionsException extends __BaseException {
538
+ readonly name: "TooManySubscriptionsException";
539
+ readonly $fault: "client";
540
+ Message?: string;
541
+
542
+ constructor(
543
+ opts: __ExceptionOptionType<TooManySubscriptionsException, __BaseException>
544
+ );
545
+ }
546
+ export interface CreateUserRequest {
547
+ OrganizationId?: string;
548
+
549
+ Username: string | undefined;
550
+
551
+ EmailAddress?: string;
552
+
553
+ GivenName: string | undefined;
554
+
555
+ Surname: string | undefined;
556
+
557
+ Password: string | undefined;
558
+
559
+ TimeZoneId?: string;
560
+
561
+ StorageRule?: StorageRuleType;
562
+
563
+ AuthenticationToken?: string;
564
+ }
565
+ export interface CreateUserResponse {
566
+ User?: User;
567
+ }
568
+ export interface DeactivateUserRequest {
569
+ UserId: string | undefined;
570
+
571
+ AuthenticationToken?: string;
572
+ }
573
+ export interface DeleteCommentRequest {
574
+ AuthenticationToken?: string;
575
+
576
+ DocumentId: string | undefined;
577
+
578
+ VersionId: string | undefined;
579
+
580
+ CommentId: string | undefined;
581
+ }
582
+ export interface DeleteCustomMetadataRequest {
583
+ AuthenticationToken?: string;
584
+
585
+ ResourceId: string | undefined;
586
+
587
+ VersionId?: string;
588
+
589
+ Keys?: string[];
590
+
591
+ DeleteAll?: boolean;
592
+ }
593
+ export interface DeleteCustomMetadataResponse {}
594
+
595
+ export declare class ConcurrentModificationException extends __BaseException {
596
+ readonly name: "ConcurrentModificationException";
597
+ readonly $fault: "client";
598
+ Message?: string;
599
+
600
+ constructor(
601
+ opts: __ExceptionOptionType<
602
+ ConcurrentModificationException,
603
+ __BaseException
604
+ >
605
+ );
606
+ }
607
+ export interface DeleteDocumentRequest {
608
+ AuthenticationToken?: string;
609
+
610
+ DocumentId: string | undefined;
611
+ }
612
+ export interface DeleteFolderRequest {
613
+ AuthenticationToken?: string;
614
+
615
+ FolderId: string | undefined;
616
+ }
617
+ export interface DeleteFolderContentsRequest {
618
+ AuthenticationToken?: string;
619
+
620
+ FolderId: string | undefined;
621
+ }
622
+ export interface DeleteLabelsRequest {
623
+ ResourceId: string | undefined;
624
+
625
+ AuthenticationToken?: string;
626
+
627
+ Labels?: string[];
628
+
629
+ DeleteAll?: boolean;
630
+ }
631
+ export interface DeleteLabelsResponse {}
632
+ export interface DeleteNotificationSubscriptionRequest {
633
+ SubscriptionId: string | undefined;
634
+
635
+ OrganizationId: string | undefined;
636
+ }
637
+ export interface DeleteUserRequest {
638
+ AuthenticationToken?: string;
639
+
640
+ UserId: string | undefined;
641
+ }
642
+ export interface DescribeActivitiesRequest {
643
+ AuthenticationToken?: string;
644
+
645
+ StartTime?: Date;
646
+
647
+ EndTime?: Date;
648
+
649
+ OrganizationId?: string;
650
+
651
+ ActivityTypes?: string;
652
+
653
+ ResourceId?: string;
654
+
655
+ UserId?: string;
656
+
657
+ IncludeIndirectActivities?: boolean;
658
+
659
+ Limit?: number;
660
+
661
+ Marker?: string;
662
+ }
663
+ export interface DescribeActivitiesResponse {
664
+ UserActivities?: Activity[];
665
+
666
+ Marker?: string;
667
+ }
668
+
669
+ export declare class InvalidArgumentException extends __BaseException {
670
+ readonly name: "InvalidArgumentException";
671
+ readonly $fault: "client";
672
+ Message?: string;
673
+
674
+ constructor(
675
+ opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
676
+ );
677
+ }
678
+ export interface DescribeCommentsRequest {
679
+ AuthenticationToken?: string;
680
+
681
+ DocumentId: string | undefined;
682
+
683
+ VersionId: string | undefined;
684
+
685
+ Limit?: number;
686
+
687
+ Marker?: string;
688
+ }
689
+ export interface DescribeCommentsResponse {
690
+ Comments?: Comment[];
691
+
692
+ Marker?: string;
693
+ }
694
+ export interface DescribeDocumentVersionsRequest {
695
+ AuthenticationToken?: string;
696
+
697
+ DocumentId: string | undefined;
698
+
699
+ Marker?: string;
700
+
701
+ Limit?: number;
702
+
703
+ Include?: string;
704
+
705
+ Fields?: string;
706
+ }
707
+ export declare enum DocumentSourceType {
708
+ ORIGINAL = "ORIGINAL",
709
+ WITH_COMMENTS = "WITH_COMMENTS",
710
+ }
711
+ export declare enum DocumentStatusType {
712
+ ACTIVE = "ACTIVE",
713
+ INITIALIZED = "INITIALIZED",
714
+ }
715
+ export declare enum DocumentThumbnailType {
716
+ LARGE = "LARGE",
717
+ SMALL = "SMALL",
718
+ SMALL_HQ = "SMALL_HQ",
719
+ }
720
+
721
+ export interface DocumentVersionMetadata {
722
+ Id?: string;
723
+
724
+ Name?: string;
725
+
726
+ ContentType?: string;
727
+
728
+ Size?: number;
729
+
730
+ Signature?: string;
731
+
732
+ Status?: DocumentStatusType | string;
733
+
734
+ CreatedTimestamp?: Date;
735
+
736
+ ModifiedTimestamp?: Date;
737
+
738
+ ContentCreatedTimestamp?: Date;
739
+
740
+ ContentModifiedTimestamp?: Date;
741
+
742
+ CreatorId?: string;
743
+
744
+ Thumbnail?: Record<string, string>;
745
+
746
+ Source?: Record<string, string>;
747
+ }
748
+ export interface DescribeDocumentVersionsResponse {
749
+ DocumentVersions?: DocumentVersionMetadata[];
750
+
751
+ Marker?: string;
752
+ }
753
+ export declare enum OrderType {
754
+ ASCENDING = "ASCENDING",
755
+ DESCENDING = "DESCENDING",
756
+ }
757
+ export declare enum ResourceSortType {
758
+ DATE = "DATE",
759
+ NAME = "NAME",
760
+ }
761
+ export declare enum FolderContentType {
762
+ ALL = "ALL",
763
+ DOCUMENT = "DOCUMENT",
764
+ FOLDER = "FOLDER",
765
+ }
766
+ export interface DescribeFolderContentsRequest {
767
+ AuthenticationToken?: string;
768
+
769
+ FolderId: string | undefined;
770
+
771
+ Sort?: ResourceSortType | string;
772
+
773
+ Order?: OrderType | string;
774
+
775
+ Limit?: number;
776
+
777
+ Marker?: string;
778
+
779
+ Type?: FolderContentType | string;
780
+
781
+ Include?: string;
782
+ }
783
+
784
+ export interface DocumentMetadata {
785
+ Id?: string;
786
+
787
+ CreatorId?: string;
788
+
789
+ ParentFolderId?: string;
790
+
791
+ CreatedTimestamp?: Date;
792
+
793
+ ModifiedTimestamp?: Date;
794
+
795
+ LatestVersionMetadata?: DocumentVersionMetadata;
796
+
797
+ ResourceState?: ResourceStateType | string;
798
+
799
+ Labels?: string[];
800
+ }
801
+ export interface DescribeFolderContentsResponse {
802
+ Folders?: FolderMetadata[];
803
+
804
+ Documents?: DocumentMetadata[];
805
+
806
+ Marker?: string;
807
+ }
808
+ export interface DescribeGroupsRequest {
809
+ AuthenticationToken?: string;
810
+
811
+ SearchQuery: string | undefined;
812
+
813
+ OrganizationId?: string;
814
+
815
+ Marker?: string;
816
+
817
+ Limit?: number;
818
+ }
819
+ export interface DescribeGroupsResponse {
820
+ Groups?: GroupMetadata[];
821
+
822
+ Marker?: string;
823
+ }
824
+ export interface DescribeNotificationSubscriptionsRequest {
825
+ OrganizationId: string | undefined;
826
+
827
+ Marker?: string;
828
+
829
+ Limit?: number;
830
+ }
831
+ export interface DescribeNotificationSubscriptionsResponse {
832
+ Subscriptions?: Subscription[];
833
+
834
+ Marker?: string;
835
+ }
836
+ export interface DescribeResourcePermissionsRequest {
837
+ AuthenticationToken?: string;
838
+
839
+ ResourceId: string | undefined;
840
+
841
+ PrincipalId?: string;
842
+
843
+ Limit?: number;
844
+
845
+ Marker?: string;
846
+ }
847
+ export declare enum RolePermissionType {
848
+ DIRECT = "DIRECT",
849
+ INHERITED = "INHERITED",
850
+ }
851
+
852
+ export interface PermissionInfo {
853
+ Role?: RoleType | string;
854
+
855
+ Type?: RolePermissionType | string;
856
+ }
857
+
858
+ export interface Principal {
859
+ Id?: string;
860
+
861
+ Type?: PrincipalType | string;
862
+
863
+ Roles?: PermissionInfo[];
864
+ }
865
+ export interface DescribeResourcePermissionsResponse {
866
+ Principals?: Principal[];
867
+
868
+ Marker?: string;
869
+ }
870
+ export interface DescribeRootFoldersRequest {
871
+ AuthenticationToken: string | undefined;
872
+
873
+ Limit?: number;
874
+
875
+ Marker?: string;
876
+ }
877
+ export interface DescribeRootFoldersResponse {
878
+ Folders?: FolderMetadata[];
879
+
880
+ Marker?: string;
881
+ }
882
+ export declare enum UserFilterType {
883
+ ACTIVE_PENDING = "ACTIVE_PENDING",
884
+ ALL = "ALL",
885
+ }
886
+ export declare enum UserSortType {
887
+ FULL_NAME = "FULL_NAME",
888
+ STORAGE_LIMIT = "STORAGE_LIMIT",
889
+ STORAGE_USED = "STORAGE_USED",
890
+ USER_NAME = "USER_NAME",
891
+ USER_STATUS = "USER_STATUS",
892
+ }
893
+ export interface DescribeUsersRequest {
894
+ AuthenticationToken?: string;
895
+
896
+ OrganizationId?: string;
897
+
898
+ UserIds?: string;
899
+
900
+ Query?: string;
901
+
902
+ Include?: UserFilterType | string;
903
+
904
+ Order?: OrderType | string;
905
+
906
+ Sort?: UserSortType | string;
907
+
908
+ Marker?: string;
909
+
910
+ Limit?: number;
911
+
912
+ Fields?: string;
913
+ }
914
+ export interface DescribeUsersResponse {
915
+ Users?: User[];
916
+
917
+ TotalNumberOfUsers?: number;
918
+
919
+ Marker?: string;
920
+ }
921
+
922
+ export declare class RequestedEntityTooLargeException extends __BaseException {
923
+ readonly name: "RequestedEntityTooLargeException";
924
+ readonly $fault: "client";
925
+ Message?: string;
926
+
927
+ constructor(
928
+ opts: __ExceptionOptionType<
929
+ RequestedEntityTooLargeException,
930
+ __BaseException
931
+ >
932
+ );
933
+ }
934
+ export interface GetCurrentUserRequest {
935
+ AuthenticationToken: string | undefined;
936
+ }
937
+ export interface GetCurrentUserResponse {
938
+ User?: User;
939
+ }
940
+ export interface GetDocumentRequest {
941
+ AuthenticationToken?: string;
942
+
943
+ DocumentId: string | undefined;
944
+
945
+ IncludeCustomMetadata?: boolean;
946
+ }
947
+ export interface GetDocumentResponse {
948
+ Metadata?: DocumentMetadata;
949
+
950
+ CustomMetadata?: Record<string, string>;
951
+ }
952
+
953
+ export declare class InvalidPasswordException extends __BaseException {
954
+ readonly name: "InvalidPasswordException";
955
+ readonly $fault: "client";
956
+ Message?: string;
957
+
958
+ constructor(
959
+ opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
960
+ );
961
+ }
962
+ export interface GetDocumentPathRequest {
963
+ AuthenticationToken?: string;
964
+
965
+ DocumentId: string | undefined;
966
+
967
+ Limit?: number;
968
+
969
+ Fields?: string;
970
+
971
+ Marker?: string;
972
+ }
973
+
974
+ export interface ResourcePathComponent {
975
+ Id?: string;
976
+
977
+ Name?: string;
978
+ }
979
+
980
+ export interface ResourcePath {
981
+ Components?: ResourcePathComponent[];
982
+ }
983
+ export interface GetDocumentPathResponse {
984
+ Path?: ResourcePath;
985
+ }
986
+ export interface GetDocumentVersionRequest {
987
+ AuthenticationToken?: string;
988
+
989
+ DocumentId: string | undefined;
990
+
991
+ VersionId: string | undefined;
992
+
993
+ Fields?: string;
994
+
995
+ IncludeCustomMetadata?: boolean;
996
+ }
997
+ export interface GetDocumentVersionResponse {
998
+ Metadata?: DocumentVersionMetadata;
999
+
1000
+ CustomMetadata?: Record<string, string>;
1001
+ }
1002
+ export interface GetFolderRequest {
1003
+ AuthenticationToken?: string;
1004
+
1005
+ FolderId: string | undefined;
1006
+
1007
+ IncludeCustomMetadata?: boolean;
1008
+ }
1009
+ export interface GetFolderResponse {
1010
+ Metadata?: FolderMetadata;
1011
+
1012
+ CustomMetadata?: Record<string, string>;
1013
+ }
1014
+ export interface GetFolderPathRequest {
1015
+ AuthenticationToken?: string;
1016
+
1017
+ FolderId: string | undefined;
1018
+
1019
+ Limit?: number;
1020
+
1021
+ Fields?: string;
1022
+
1023
+ Marker?: string;
1024
+ }
1025
+ export interface GetFolderPathResponse {
1026
+ Path?: ResourcePath;
1027
+ }
1028
+ export declare enum ResourceCollectionType {
1029
+ SHARED_WITH_ME = "SHARED_WITH_ME",
1030
+ }
1031
+ export interface GetResourcesRequest {
1032
+ AuthenticationToken?: string;
1033
+
1034
+ UserId?: string;
1035
+
1036
+ CollectionType?: ResourceCollectionType | string;
1037
+
1038
+ Limit?: number;
1039
+
1040
+ Marker?: string;
1041
+ }
1042
+ export interface GetResourcesResponse {
1043
+ Folders?: FolderMetadata[];
1044
+
1045
+ Documents?: DocumentMetadata[];
1046
+
1047
+ Marker?: string;
1048
+ }
1049
+
1050
+ export declare class DraftUploadOutOfSyncException extends __BaseException {
1051
+ readonly name: "DraftUploadOutOfSyncException";
1052
+ readonly $fault: "client";
1053
+ Message?: string;
1054
+
1055
+ constructor(
1056
+ opts: __ExceptionOptionType<DraftUploadOutOfSyncException, __BaseException>
1057
+ );
1058
+ }
1059
+ export interface InitiateDocumentVersionUploadRequest {
1060
+ AuthenticationToken?: string;
1061
+
1062
+ Id?: string;
1063
+
1064
+ Name?: string;
1065
+
1066
+ ContentCreatedTimestamp?: Date;
1067
+
1068
+ ContentModifiedTimestamp?: Date;
1069
+
1070
+ ContentType?: string;
1071
+
1072
+ DocumentSizeInBytes?: number;
1073
+
1074
+ ParentFolderId: string | undefined;
1075
+ }
1076
+
1077
+ export interface UploadMetadata {
1078
+ UploadUrl?: string;
1079
+
1080
+ SignedHeaders?: Record<string, string>;
1081
+ }
1082
+ export interface InitiateDocumentVersionUploadResponse {
1083
+ Metadata?: DocumentMetadata;
1084
+
1085
+ UploadMetadata?: UploadMetadata;
1086
+ }
1087
+
1088
+ export declare class ResourceAlreadyCheckedOutException extends __BaseException {
1089
+ readonly name: "ResourceAlreadyCheckedOutException";
1090
+ readonly $fault: "client";
1091
+ Message?: string;
1092
+
1093
+ constructor(
1094
+ opts: __ExceptionOptionType<
1095
+ ResourceAlreadyCheckedOutException,
1096
+ __BaseException
1097
+ >
1098
+ );
1099
+ }
1100
+
1101
+ export declare class StorageLimitExceededException extends __BaseException {
1102
+ readonly name: "StorageLimitExceededException";
1103
+ readonly $fault: "client";
1104
+ Message?: string;
1105
+
1106
+ constructor(
1107
+ opts: __ExceptionOptionType<StorageLimitExceededException, __BaseException>
1108
+ );
1109
+ }
1110
+
1111
+ export declare class StorageLimitWillExceedException extends __BaseException {
1112
+ readonly name: "StorageLimitWillExceedException";
1113
+ readonly $fault: "client";
1114
+ Message?: string;
1115
+
1116
+ constructor(
1117
+ opts: __ExceptionOptionType<
1118
+ StorageLimitWillExceedException,
1119
+ __BaseException
1120
+ >
1121
+ );
1122
+ }
1123
+ export interface RemoveAllResourcePermissionsRequest {
1124
+ AuthenticationToken?: string;
1125
+
1126
+ ResourceId: string | undefined;
1127
+ }
1128
+ export interface RemoveResourcePermissionRequest {
1129
+ AuthenticationToken?: string;
1130
+
1131
+ ResourceId: string | undefined;
1132
+
1133
+ PrincipalId: string | undefined;
1134
+
1135
+ PrincipalType?: PrincipalType | string;
1136
+ }
1137
+ export interface UpdateDocumentRequest {
1138
+ AuthenticationToken?: string;
1139
+
1140
+ DocumentId: string | undefined;
1141
+
1142
+ Name?: string;
1143
+
1144
+ ParentFolderId?: string;
1145
+
1146
+ ResourceState?: ResourceStateType | string;
1147
+ }
1148
+
1149
+ export declare class InvalidOperationException extends __BaseException {
1150
+ readonly name: "InvalidOperationException";
1151
+ readonly $fault: "client";
1152
+ Message?: string;
1153
+
1154
+ constructor(
1155
+ opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
1156
+ );
1157
+ }
1158
+ export declare enum DocumentVersionStatus {
1159
+ ACTIVE = "ACTIVE",
1160
+ }
1161
+ export interface UpdateDocumentVersionRequest {
1162
+ AuthenticationToken?: string;
1163
+
1164
+ DocumentId: string | undefined;
1165
+
1166
+ VersionId: string | undefined;
1167
+
1168
+ VersionStatus?: DocumentVersionStatus | string;
1169
+ }
1170
+ export interface UpdateFolderRequest {
1171
+ AuthenticationToken?: string;
1172
+
1173
+ FolderId: string | undefined;
1174
+
1175
+ Name?: string;
1176
+
1177
+ ParentFolderId?: string;
1178
+
1179
+ ResourceState?: ResourceStateType | string;
1180
+ }
1181
+
1182
+ export declare class DeactivatingLastSystemUserException extends __BaseException {
1183
+ readonly name: "DeactivatingLastSystemUserException";
1184
+ readonly $fault: "client";
1185
+ Message?: string;
1186
+ Code?: string;
1187
+
1188
+ constructor(
1189
+ opts: __ExceptionOptionType<
1190
+ DeactivatingLastSystemUserException,
1191
+ __BaseException
1192
+ >
1193
+ );
1194
+ }
1195
+
1196
+ export declare class IllegalUserStateException extends __BaseException {
1197
+ readonly name: "IllegalUserStateException";
1198
+ readonly $fault: "client";
1199
+ Message?: string;
1200
+
1201
+ constructor(
1202
+ opts: __ExceptionOptionType<IllegalUserStateException, __BaseException>
1203
+ );
1204
+ }
1205
+ export declare enum BooleanEnumType {
1206
+ FALSE = "FALSE",
1207
+ TRUE = "TRUE",
1208
+ }
1209
+ export interface UpdateUserRequest {
1210
+ AuthenticationToken?: string;
1211
+
1212
+ UserId: string | undefined;
1213
+
1214
+ GivenName?: string;
1215
+
1216
+ Surname?: string;
1217
+
1218
+ Type?: UserType | string;
1219
+
1220
+ StorageRule?: StorageRuleType;
1221
+
1222
+ TimeZoneId?: string;
1223
+
1224
+ Locale?: LocaleType | string;
1225
+
1226
+ GrantPoweruserPrivileges?: BooleanEnumType | string;
1227
+ }
1228
+ export interface UpdateUserResponse {
1229
+ User?: User;
1230
+ }
1231
+
1232
+ export declare const AbortDocumentVersionUploadRequestFilterSensitiveLog: (
1233
+ obj: AbortDocumentVersionUploadRequest
1234
+ ) => any;
1235
+
1236
+ export declare const ActivateUserRequestFilterSensitiveLog: (
1237
+ obj: ActivateUserRequest
1238
+ ) => any;
1239
+
1240
+ export declare const StorageRuleTypeFilterSensitiveLog: (
1241
+ obj: StorageRuleType
1242
+ ) => any;
1243
+
1244
+ export declare const UserStorageMetadataFilterSensitiveLog: (
1245
+ obj: UserStorageMetadata
1246
+ ) => any;
1247
+
1248
+ export declare const UserFilterSensitiveLog: (obj: User) => any;
1249
+
1250
+ export declare const ActivateUserResponseFilterSensitiveLog: (
1251
+ obj: ActivateUserResponse
1252
+ ) => any;
1253
+
1254
+ export declare const CommentMetadataFilterSensitiveLog: (
1255
+ obj: CommentMetadata
1256
+ ) => any;
1257
+
1258
+ export declare const UserMetadataFilterSensitiveLog: (obj: UserMetadata) => any;
1259
+
1260
+ export declare const ResourceMetadataFilterSensitiveLog: (
1261
+ obj: ResourceMetadata
1262
+ ) => any;
1263
+
1264
+ export declare const GroupMetadataFilterSensitiveLog: (
1265
+ obj: GroupMetadata
1266
+ ) => any;
1267
+
1268
+ export declare const ParticipantsFilterSensitiveLog: (obj: Participants) => any;
1269
+
1270
+ export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
1271
+
1272
+ export declare const NotificationOptionsFilterSensitiveLog: (
1273
+ obj: NotificationOptions
1274
+ ) => any;
1275
+
1276
+ export declare const SharePrincipalFilterSensitiveLog: (
1277
+ obj: SharePrincipal
1278
+ ) => any;
1279
+
1280
+ export declare const AddResourcePermissionsRequestFilterSensitiveLog: (
1281
+ obj: AddResourcePermissionsRequest
1282
+ ) => any;
1283
+
1284
+ export declare const ShareResultFilterSensitiveLog: (obj: ShareResult) => any;
1285
+
1286
+ export declare const AddResourcePermissionsResponseFilterSensitiveLog: (
1287
+ obj: AddResourcePermissionsResponse
1288
+ ) => any;
1289
+
1290
+ export declare const CreateCommentRequestFilterSensitiveLog: (
1291
+ obj: CreateCommentRequest
1292
+ ) => any;
1293
+
1294
+ export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
1295
+
1296
+ export declare const CreateCommentResponseFilterSensitiveLog: (
1297
+ obj: CreateCommentResponse
1298
+ ) => any;
1299
+
1300
+ export declare const CreateCustomMetadataRequestFilterSensitiveLog: (
1301
+ obj: CreateCustomMetadataRequest
1302
+ ) => any;
1303
+
1304
+ export declare const CreateCustomMetadataResponseFilterSensitiveLog: (
1305
+ obj: CreateCustomMetadataResponse
1306
+ ) => any;
1307
+
1308
+ export declare const CreateFolderRequestFilterSensitiveLog: (
1309
+ obj: CreateFolderRequest
1310
+ ) => any;
1311
+
1312
+ export declare const FolderMetadataFilterSensitiveLog: (
1313
+ obj: FolderMetadata
1314
+ ) => any;
1315
+
1316
+ export declare const CreateFolderResponseFilterSensitiveLog: (
1317
+ obj: CreateFolderResponse
1318
+ ) => any;
1319
+
1320
+ export declare const CreateLabelsRequestFilterSensitiveLog: (
1321
+ obj: CreateLabelsRequest
1322
+ ) => any;
1323
+
1324
+ export declare const CreateLabelsResponseFilterSensitiveLog: (
1325
+ obj: CreateLabelsResponse
1326
+ ) => any;
1327
+
1328
+ export declare const CreateNotificationSubscriptionRequestFilterSensitiveLog: (
1329
+ obj: CreateNotificationSubscriptionRequest
1330
+ ) => any;
1331
+
1332
+ export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
1333
+
1334
+ export declare const CreateNotificationSubscriptionResponseFilterSensitiveLog: (
1335
+ obj: CreateNotificationSubscriptionResponse
1336
+ ) => any;
1337
+
1338
+ export declare const CreateUserRequestFilterSensitiveLog: (
1339
+ obj: CreateUserRequest
1340
+ ) => any;
1341
+
1342
+ export declare const CreateUserResponseFilterSensitiveLog: (
1343
+ obj: CreateUserResponse
1344
+ ) => any;
1345
+
1346
+ export declare const DeactivateUserRequestFilterSensitiveLog: (
1347
+ obj: DeactivateUserRequest
1348
+ ) => any;
1349
+
1350
+ export declare const DeleteCommentRequestFilterSensitiveLog: (
1351
+ obj: DeleteCommentRequest
1352
+ ) => any;
1353
+
1354
+ export declare const DeleteCustomMetadataRequestFilterSensitiveLog: (
1355
+ obj: DeleteCustomMetadataRequest
1356
+ ) => any;
1357
+
1358
+ export declare const DeleteCustomMetadataResponseFilterSensitiveLog: (
1359
+ obj: DeleteCustomMetadataResponse
1360
+ ) => any;
1361
+
1362
+ export declare const DeleteDocumentRequestFilterSensitiveLog: (
1363
+ obj: DeleteDocumentRequest
1364
+ ) => any;
1365
+
1366
+ export declare const DeleteFolderRequestFilterSensitiveLog: (
1367
+ obj: DeleteFolderRequest
1368
+ ) => any;
1369
+
1370
+ export declare const DeleteFolderContentsRequestFilterSensitiveLog: (
1371
+ obj: DeleteFolderContentsRequest
1372
+ ) => any;
1373
+
1374
+ export declare const DeleteLabelsRequestFilterSensitiveLog: (
1375
+ obj: DeleteLabelsRequest
1376
+ ) => any;
1377
+
1378
+ export declare const DeleteLabelsResponseFilterSensitiveLog: (
1379
+ obj: DeleteLabelsResponse
1380
+ ) => any;
1381
+
1382
+ export declare const DeleteNotificationSubscriptionRequestFilterSensitiveLog: (
1383
+ obj: DeleteNotificationSubscriptionRequest
1384
+ ) => any;
1385
+
1386
+ export declare const DeleteUserRequestFilterSensitiveLog: (
1387
+ obj: DeleteUserRequest
1388
+ ) => any;
1389
+
1390
+ export declare const DescribeActivitiesRequestFilterSensitiveLog: (
1391
+ obj: DescribeActivitiesRequest
1392
+ ) => any;
1393
+
1394
+ export declare const DescribeActivitiesResponseFilterSensitiveLog: (
1395
+ obj: DescribeActivitiesResponse
1396
+ ) => any;
1397
+
1398
+ export declare const DescribeCommentsRequestFilterSensitiveLog: (
1399
+ obj: DescribeCommentsRequest
1400
+ ) => any;
1401
+
1402
+ export declare const DescribeCommentsResponseFilterSensitiveLog: (
1403
+ obj: DescribeCommentsResponse
1404
+ ) => any;
1405
+
1406
+ export declare const DescribeDocumentVersionsRequestFilterSensitiveLog: (
1407
+ obj: DescribeDocumentVersionsRequest
1408
+ ) => any;
1409
+
1410
+ export declare const DocumentVersionMetadataFilterSensitiveLog: (
1411
+ obj: DocumentVersionMetadata
1412
+ ) => any;
1413
+
1414
+ export declare const DescribeDocumentVersionsResponseFilterSensitiveLog: (
1415
+ obj: DescribeDocumentVersionsResponse
1416
+ ) => any;
1417
+
1418
+ export declare const DescribeFolderContentsRequestFilterSensitiveLog: (
1419
+ obj: DescribeFolderContentsRequest
1420
+ ) => any;
1421
+
1422
+ export declare const DocumentMetadataFilterSensitiveLog: (
1423
+ obj: DocumentMetadata
1424
+ ) => any;
1425
+
1426
+ export declare const DescribeFolderContentsResponseFilterSensitiveLog: (
1427
+ obj: DescribeFolderContentsResponse
1428
+ ) => any;
1429
+
1430
+ export declare const DescribeGroupsRequestFilterSensitiveLog: (
1431
+ obj: DescribeGroupsRequest
1432
+ ) => any;
1433
+
1434
+ export declare const DescribeGroupsResponseFilterSensitiveLog: (
1435
+ obj: DescribeGroupsResponse
1436
+ ) => any;
1437
+
1438
+ export declare const DescribeNotificationSubscriptionsRequestFilterSensitiveLog: (
1439
+ obj: DescribeNotificationSubscriptionsRequest
1440
+ ) => any;
1441
+
1442
+ export declare const DescribeNotificationSubscriptionsResponseFilterSensitiveLog: (
1443
+ obj: DescribeNotificationSubscriptionsResponse
1444
+ ) => any;
1445
+
1446
+ export declare const DescribeResourcePermissionsRequestFilterSensitiveLog: (
1447
+ obj: DescribeResourcePermissionsRequest
1448
+ ) => any;
1449
+
1450
+ export declare const PermissionInfoFilterSensitiveLog: (
1451
+ obj: PermissionInfo
1452
+ ) => any;
1453
+
1454
+ export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
1455
+
1456
+ export declare const DescribeResourcePermissionsResponseFilterSensitiveLog: (
1457
+ obj: DescribeResourcePermissionsResponse
1458
+ ) => any;
1459
+
1460
+ export declare const DescribeRootFoldersRequestFilterSensitiveLog: (
1461
+ obj: DescribeRootFoldersRequest
1462
+ ) => any;
1463
+
1464
+ export declare const DescribeRootFoldersResponseFilterSensitiveLog: (
1465
+ obj: DescribeRootFoldersResponse
1466
+ ) => any;
1467
+
1468
+ export declare const DescribeUsersRequestFilterSensitiveLog: (
1469
+ obj: DescribeUsersRequest
1470
+ ) => any;
1471
+
1472
+ export declare const DescribeUsersResponseFilterSensitiveLog: (
1473
+ obj: DescribeUsersResponse
1474
+ ) => any;
1475
+
1476
+ export declare const GetCurrentUserRequestFilterSensitiveLog: (
1477
+ obj: GetCurrentUserRequest
1478
+ ) => any;
1479
+
1480
+ export declare const GetCurrentUserResponseFilterSensitiveLog: (
1481
+ obj: GetCurrentUserResponse
1482
+ ) => any;
1483
+
1484
+ export declare const GetDocumentRequestFilterSensitiveLog: (
1485
+ obj: GetDocumentRequest
1486
+ ) => any;
1487
+
1488
+ export declare const GetDocumentResponseFilterSensitiveLog: (
1489
+ obj: GetDocumentResponse
1490
+ ) => any;
1491
+
1492
+ export declare const GetDocumentPathRequestFilterSensitiveLog: (
1493
+ obj: GetDocumentPathRequest
1494
+ ) => any;
1495
+
1496
+ export declare const ResourcePathComponentFilterSensitiveLog: (
1497
+ obj: ResourcePathComponent
1498
+ ) => any;
1499
+
1500
+ export declare const ResourcePathFilterSensitiveLog: (obj: ResourcePath) => any;
1501
+
1502
+ export declare const GetDocumentPathResponseFilterSensitiveLog: (
1503
+ obj: GetDocumentPathResponse
1504
+ ) => any;
1505
+
1506
+ export declare const GetDocumentVersionRequestFilterSensitiveLog: (
1507
+ obj: GetDocumentVersionRequest
1508
+ ) => any;
1509
+
1510
+ export declare const GetDocumentVersionResponseFilterSensitiveLog: (
1511
+ obj: GetDocumentVersionResponse
1512
+ ) => any;
1513
+
1514
+ export declare const GetFolderRequestFilterSensitiveLog: (
1515
+ obj: GetFolderRequest
1516
+ ) => any;
1517
+
1518
+ export declare const GetFolderResponseFilterSensitiveLog: (
1519
+ obj: GetFolderResponse
1520
+ ) => any;
1521
+
1522
+ export declare const GetFolderPathRequestFilterSensitiveLog: (
1523
+ obj: GetFolderPathRequest
1524
+ ) => any;
1525
+
1526
+ export declare const GetFolderPathResponseFilterSensitiveLog: (
1527
+ obj: GetFolderPathResponse
1528
+ ) => any;
1529
+
1530
+ export declare const GetResourcesRequestFilterSensitiveLog: (
1531
+ obj: GetResourcesRequest
1532
+ ) => any;
1533
+
1534
+ export declare const GetResourcesResponseFilterSensitiveLog: (
1535
+ obj: GetResourcesResponse
1536
+ ) => any;
1537
+
1538
+ export declare const InitiateDocumentVersionUploadRequestFilterSensitiveLog: (
1539
+ obj: InitiateDocumentVersionUploadRequest
1540
+ ) => any;
1541
+
1542
+ export declare const UploadMetadataFilterSensitiveLog: (
1543
+ obj: UploadMetadata
1544
+ ) => any;
1545
+
1546
+ export declare const InitiateDocumentVersionUploadResponseFilterSensitiveLog: (
1547
+ obj: InitiateDocumentVersionUploadResponse
1548
+ ) => any;
1549
+
1550
+ export declare const RemoveAllResourcePermissionsRequestFilterSensitiveLog: (
1551
+ obj: RemoveAllResourcePermissionsRequest
1552
+ ) => any;
1553
+
1554
+ export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (
1555
+ obj: RemoveResourcePermissionRequest
1556
+ ) => any;
1557
+
1558
+ export declare const UpdateDocumentRequestFilterSensitiveLog: (
1559
+ obj: UpdateDocumentRequest
1560
+ ) => any;
1561
+
1562
+ export declare const UpdateDocumentVersionRequestFilterSensitiveLog: (
1563
+ obj: UpdateDocumentVersionRequest
1564
+ ) => any;
1565
+
1566
+ export declare const UpdateFolderRequestFilterSensitiveLog: (
1567
+ obj: UpdateFolderRequest
1568
+ ) => any;
1569
+
1570
+ export declare const UpdateUserRequestFilterSensitiveLog: (
1571
+ obj: UpdateUserRequest
1572
+ ) => any;
1573
+
1574
+ export declare const UpdateUserResponseFilterSensitiveLog: (
1575
+ obj: UpdateUserResponse
1576
+ ) => any;