@aws-sdk/client-workdocs 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/WorkDocs.d.ts +707 -210
  3. package/dist-types/ts3.4/WorkDocsClient.d.ts +350 -114
  4. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +32 -17
  6. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +30 -17
  14. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +30 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
  22. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +35 -17
  27. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +30 -17
  42. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +30 -17
  44. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -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 +7 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1161 -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 +65 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  61. package/package.json +34 -34
@@ -1,1426 +1,1161 @@
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
+ DocumentId: string | undefined;
6
+ VersionId: string | undefined;
7
+ }
8
+ export declare class EntityNotExistsException extends __BaseException {
9
+ readonly name: "EntityNotExistsException";
10
+ readonly $fault: "client";
11
+ Message?: string;
12
+ EntityIds?: string[];
13
+ constructor(
14
+ opts: __ExceptionOptionType<EntityNotExistsException, __BaseException>
15
+ );
16
+ }
17
+ export declare class FailedDependencyException extends __BaseException {
18
+ readonly name: "FailedDependencyException";
19
+ readonly $fault: "client";
20
+ Message?: string;
21
+ constructor(
22
+ opts: __ExceptionOptionType<FailedDependencyException, __BaseException>
23
+ );
24
+ }
25
+ export declare class ProhibitedStateException extends __BaseException {
26
+ readonly name: "ProhibitedStateException";
27
+ readonly $fault: "client";
28
+ Message?: string;
29
+ constructor(
30
+ opts: __ExceptionOptionType<ProhibitedStateException, __BaseException>
31
+ );
32
+ }
33
+ export declare class ServiceUnavailableException extends __BaseException {
34
+ readonly name: "ServiceUnavailableException";
35
+ readonly $fault: "server";
36
+ Message?: string;
37
+ constructor(
38
+ opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
39
+ );
40
+ }
41
+ export declare class UnauthorizedOperationException extends __BaseException {
42
+ readonly name: "UnauthorizedOperationException";
43
+ readonly $fault: "client";
44
+ Message?: string;
45
+ Code?: string;
46
+ constructor(
47
+ opts: __ExceptionOptionType<UnauthorizedOperationException, __BaseException>
48
+ );
49
+ }
50
+ export declare class UnauthorizedResourceAccessException extends __BaseException {
51
+ readonly name: "UnauthorizedResourceAccessException";
52
+ readonly $fault: "client";
53
+ Message?: string;
54
+ constructor(
55
+ opts: __ExceptionOptionType<
56
+ UnauthorizedResourceAccessException,
57
+ __BaseException
58
+ >
59
+ );
60
+ }
61
+ export interface ActivateUserRequest {
62
+ UserId: string | undefined;
63
+ AuthenticationToken?: string;
64
+ }
65
+ export declare enum LocaleType {
66
+ DE = "de",
67
+ DEFAULT = "default",
68
+ EN = "en",
69
+ ES = "es",
70
+ FR = "fr",
71
+ JA = "ja",
72
+ KO = "ko",
73
+ PT_BR = "pt_BR",
74
+ RU = "ru",
75
+ ZH_CN = "zh_CN",
76
+ ZH_TW = "zh_TW",
77
+ }
78
+ export declare enum UserStatusType {
79
+ ACTIVE = "ACTIVE",
80
+ INACTIVE = "INACTIVE",
81
+ PENDING = "PENDING",
82
+ }
83
+ export declare enum StorageType {
84
+ QUOTA = "QUOTA",
85
+ UNLIMITED = "UNLIMITED",
86
+ }
87
+ export interface StorageRuleType {
88
+ StorageAllocatedInBytes?: number;
89
+ StorageType?: StorageType | string;
90
+ }
91
+ export interface UserStorageMetadata {
92
+ StorageUtilizedInBytes?: number;
93
+ StorageRule?: StorageRuleType;
94
+ }
95
+ export declare enum UserType {
96
+ ADMIN = "ADMIN",
97
+ MINIMALUSER = "MINIMALUSER",
98
+ POWERUSER = "POWERUSER",
99
+ USER = "USER",
100
+ WORKSPACESUSER = "WORKSPACESUSER",
101
+ }
102
+ export interface User {
103
+ Id?: string;
104
+ Username?: string;
105
+ EmailAddress?: string;
106
+ GivenName?: string;
107
+ Surname?: string;
108
+ OrganizationId?: string;
109
+ RootFolderId?: string;
110
+ RecycleBinFolderId?: string;
111
+ Status?: UserStatusType | string;
112
+ Type?: UserType | string;
113
+ CreatedTimestamp?: Date;
114
+ ModifiedTimestamp?: Date;
115
+ TimeZoneId?: string;
116
+ Locale?: LocaleType | string;
117
+ Storage?: UserStorageMetadata;
118
+ }
119
+ export interface ActivateUserResponse {
120
+ User?: User;
121
+ }
122
+ export declare enum CommentStatusType {
123
+ DELETED = "DELETED",
124
+ DRAFT = "DRAFT",
125
+ PUBLISHED = "PUBLISHED",
126
+ }
127
+ export interface CommentMetadata {
128
+ CommentId?: string;
129
+ Contributor?: User;
130
+ CreatedTimestamp?: Date;
131
+ CommentStatus?: CommentStatusType | string;
132
+ RecipientId?: string;
133
+ }
134
+ export interface UserMetadata {
135
+ Id?: string;
136
+ Username?: string;
137
+ GivenName?: string;
138
+ Surname?: string;
139
+ EmailAddress?: string;
140
+ }
141
+ export declare enum ResourceType {
142
+ DOCUMENT = "DOCUMENT",
143
+ FOLDER = "FOLDER",
144
+ }
145
+ export interface ResourceMetadata {
146
+ Type?: ResourceType | string;
147
+ Name?: string;
148
+ OriginalName?: string;
149
+ Id?: string;
150
+ VersionId?: string;
151
+ Owner?: UserMetadata;
152
+ ParentId?: string;
153
+ }
154
+ export interface GroupMetadata {
155
+ Id?: string;
156
+ Name?: string;
157
+ }
158
+ export interface Participants {
159
+ Users?: UserMetadata[];
160
+ Groups?: GroupMetadata[];
161
+ }
162
+ export declare enum ActivityType {
163
+ DOCUMENT_ANNOTATION_ADDED = "DOCUMENT_ANNOTATION_ADDED",
164
+ DOCUMENT_ANNOTATION_DELETED = "DOCUMENT_ANNOTATION_DELETED",
165
+ DOCUMENT_CHECKED_IN = "DOCUMENT_CHECKED_IN",
166
+ DOCUMENT_CHECKED_OUT = "DOCUMENT_CHECKED_OUT",
167
+ DOCUMENT_COMMENT_ADDED = "DOCUMENT_COMMENT_ADDED",
168
+ DOCUMENT_COMMENT_DELETED = "DOCUMENT_COMMENT_DELETED",
169
+ DOCUMENT_MOVED = "DOCUMENT_MOVED",
170
+ DOCUMENT_RECYCLED = "DOCUMENT_RECYCLED",
171
+ DOCUMENT_RENAMED = "DOCUMENT_RENAMED",
172
+ DOCUMENT_RESTORED = "DOCUMENT_RESTORED",
173
+ DOCUMENT_REVERTED = "DOCUMENT_REVERTED",
174
+ DOCUMENT_SHAREABLE_LINK_CREATED = "DOCUMENT_SHAREABLE_LINK_CREATED",
175
+ DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED = "DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED",
176
+ DOCUMENT_SHAREABLE_LINK_REMOVED = "DOCUMENT_SHAREABLE_LINK_REMOVED",
177
+ DOCUMENT_SHARED = "DOCUMENT_SHARED",
178
+ DOCUMENT_SHARE_PERMISSION_CHANGED = "DOCUMENT_SHARE_PERMISSION_CHANGED",
179
+ DOCUMENT_UNSHARED = "DOCUMENT_UNSHARED",
180
+ DOCUMENT_VERSION_DELETED = "DOCUMENT_VERSION_DELETED",
181
+ DOCUMENT_VERSION_DOWNLOADED = "DOCUMENT_VERSION_DOWNLOADED",
182
+ DOCUMENT_VERSION_UPLOADED = "DOCUMENT_VERSION_UPLOADED",
183
+ DOCUMENT_VERSION_VIEWED = "DOCUMENT_VERSION_VIEWED",
184
+ FOLDER_CREATED = "FOLDER_CREATED",
185
+ FOLDER_DELETED = "FOLDER_DELETED",
186
+ FOLDER_MOVED = "FOLDER_MOVED",
187
+ FOLDER_RECYCLED = "FOLDER_RECYCLED",
188
+ FOLDER_RENAMED = "FOLDER_RENAMED",
189
+ FOLDER_RESTORED = "FOLDER_RESTORED",
190
+ FOLDER_SHAREABLE_LINK_CREATED = "FOLDER_SHAREABLE_LINK_CREATED",
191
+ FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED = "FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED",
192
+ FOLDER_SHAREABLE_LINK_REMOVED = "FOLDER_SHAREABLE_LINK_REMOVED",
193
+ FOLDER_SHARED = "FOLDER_SHARED",
194
+ FOLDER_SHARE_PERMISSION_CHANGED = "FOLDER_SHARE_PERMISSION_CHANGED",
195
+ FOLDER_UNSHARED = "FOLDER_UNSHARED",
196
+ }
197
+ export interface Activity {
198
+ Type?: ActivityType | string;
199
+ TimeStamp?: Date;
200
+ IsIndirectActivity?: boolean;
201
+ OrganizationId?: string;
202
+ Initiator?: UserMetadata;
203
+ Participants?: Participants;
204
+ ResourceMetadata?: ResourceMetadata;
205
+ OriginalParent?: ResourceMetadata;
206
+ CommentMetadata?: CommentMetadata;
207
+ }
208
+ export interface NotificationOptions {
209
+ SendEmail?: boolean;
210
+ EmailMessage?: string;
211
+ }
212
+ export declare enum RoleType {
213
+ CONTRIBUTOR = "CONTRIBUTOR",
214
+ COOWNER = "COOWNER",
215
+ OWNER = "OWNER",
216
+ VIEWER = "VIEWER",
217
+ }
218
+ export declare enum PrincipalType {
219
+ ANONYMOUS = "ANONYMOUS",
220
+ GROUP = "GROUP",
221
+ INVITE = "INVITE",
222
+ ORGANIZATION = "ORGANIZATION",
223
+ USER = "USER",
224
+ }
225
+ export interface SharePrincipal {
226
+ Id: string | undefined;
227
+ Type: PrincipalType | string | undefined;
228
+ Role: RoleType | string | undefined;
229
+ }
230
+ export interface AddResourcePermissionsRequest {
231
+ AuthenticationToken?: string;
232
+ ResourceId: string | undefined;
233
+ Principals: SharePrincipal[] | undefined;
234
+ NotificationOptions?: NotificationOptions;
235
+ }
236
+ export declare enum ShareStatusType {
237
+ FAILURE = "FAILURE",
238
+ SUCCESS = "SUCCESS",
239
+ }
240
+ export interface ShareResult {
241
+ PrincipalId?: string;
242
+ InviteePrincipalId?: string;
243
+ Role?: RoleType | string;
244
+ Status?: ShareStatusType | string;
245
+ ShareId?: string;
246
+ StatusMessage?: string;
247
+ }
248
+ export interface AddResourcePermissionsResponse {
249
+ ShareResults?: ShareResult[];
250
+ }
251
+ export declare enum CommentVisibilityType {
252
+ PRIVATE = "PRIVATE",
253
+ PUBLIC = "PUBLIC",
254
+ }
255
+ export interface CreateCommentRequest {
256
+ AuthenticationToken?: string;
257
+ DocumentId: string | undefined;
258
+ VersionId: string | undefined;
259
+ ParentId?: string;
260
+ ThreadId?: string;
261
+ Text: string | undefined;
262
+ Visibility?: CommentVisibilityType | string;
263
+ NotifyCollaborators?: boolean;
264
+ }
265
+ export interface Comment {
266
+ CommentId: string | undefined;
267
+ ParentId?: string;
268
+ ThreadId?: string;
269
+ Text?: string;
270
+ Contributor?: User;
271
+ CreatedTimestamp?: Date;
272
+ Status?: CommentStatusType | string;
273
+ Visibility?: CommentVisibilityType | string;
274
+ RecipientId?: string;
275
+ }
276
+ export interface CreateCommentResponse {
277
+ Comment?: Comment;
278
+ }
279
+ export declare class DocumentLockedForCommentsException extends __BaseException {
280
+ readonly name: "DocumentLockedForCommentsException";
281
+ readonly $fault: "client";
282
+ Message?: string;
283
+ constructor(
284
+ opts: __ExceptionOptionType<
285
+ DocumentLockedForCommentsException,
286
+ __BaseException
287
+ >
288
+ );
289
+ }
290
+ export declare class InvalidCommentOperationException extends __BaseException {
291
+ readonly name: "InvalidCommentOperationException";
292
+ readonly $fault: "client";
293
+ Message?: string;
294
+ constructor(
295
+ opts: __ExceptionOptionType<
296
+ InvalidCommentOperationException,
297
+ __BaseException
298
+ >
299
+ );
300
+ }
301
+ export interface CreateCustomMetadataRequest {
302
+ AuthenticationToken?: string;
303
+ ResourceId: string | undefined;
304
+ VersionId?: string;
305
+ CustomMetadata: Record<string, string> | undefined;
306
+ }
307
+ export interface CreateCustomMetadataResponse {}
308
+ export declare class CustomMetadataLimitExceededException extends __BaseException {
309
+ readonly name: "CustomMetadataLimitExceededException";
310
+ readonly $fault: "client";
311
+ Message?: string;
312
+ constructor(
313
+ opts: __ExceptionOptionType<
314
+ CustomMetadataLimitExceededException,
315
+ __BaseException
316
+ >
317
+ );
318
+ }
319
+ export declare class ConflictingOperationException extends __BaseException {
320
+ readonly name: "ConflictingOperationException";
321
+ readonly $fault: "client";
322
+ Message?: string;
323
+ constructor(
324
+ opts: __ExceptionOptionType<ConflictingOperationException, __BaseException>
325
+ );
326
+ }
327
+ export interface CreateFolderRequest {
328
+ AuthenticationToken?: string;
329
+ Name?: string;
330
+ ParentFolderId: string | undefined;
331
+ }
332
+ export declare enum ResourceStateType {
333
+ ACTIVE = "ACTIVE",
334
+ RECYCLED = "RECYCLED",
335
+ RECYCLING = "RECYCLING",
336
+ RESTORING = "RESTORING",
337
+ }
338
+ export interface FolderMetadata {
339
+ Id?: string;
340
+ Name?: string;
341
+ CreatorId?: string;
342
+ ParentFolderId?: string;
343
+ CreatedTimestamp?: Date;
344
+ ModifiedTimestamp?: Date;
345
+ ResourceState?: ResourceStateType | string;
346
+ Signature?: string;
347
+ Labels?: string[];
348
+ Size?: number;
349
+ LatestVersionSize?: number;
350
+ }
351
+ export interface CreateFolderResponse {
352
+ Metadata?: FolderMetadata;
353
+ }
354
+ export declare class EntityAlreadyExistsException extends __BaseException {
355
+ readonly name: "EntityAlreadyExistsException";
356
+ readonly $fault: "client";
357
+ Message?: string;
358
+ constructor(
359
+ opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
360
+ );
361
+ }
362
+ export declare class LimitExceededException extends __BaseException {
363
+ readonly name: "LimitExceededException";
364
+ readonly $fault: "client";
365
+ Message?: string;
366
+ constructor(
367
+ opts: __ExceptionOptionType<LimitExceededException, __BaseException>
368
+ );
369
+ }
370
+ export interface CreateLabelsRequest {
371
+ ResourceId: string | undefined;
372
+ Labels: string[] | undefined;
373
+ AuthenticationToken?: string;
374
+ }
375
+ export interface CreateLabelsResponse {}
376
+ export declare class TooManyLabelsException extends __BaseException {
377
+ readonly name: "TooManyLabelsException";
378
+ readonly $fault: "client";
379
+ Message?: string;
380
+ constructor(
381
+ opts: __ExceptionOptionType<TooManyLabelsException, __BaseException>
382
+ );
383
+ }
384
+ export declare enum SubscriptionProtocolType {
385
+ HTTPS = "HTTPS",
386
+ }
387
+ export declare enum SubscriptionType {
388
+ ALL = "ALL",
389
+ }
390
+ export interface CreateNotificationSubscriptionRequest {
391
+ OrganizationId: string | undefined;
392
+ Endpoint: string | undefined;
393
+ Protocol: SubscriptionProtocolType | string | undefined;
394
+ SubscriptionType: SubscriptionType | string | undefined;
395
+ }
396
+ export interface Subscription {
397
+ SubscriptionId?: string;
398
+ EndPoint?: string;
399
+ Protocol?: SubscriptionProtocolType | string;
400
+ }
401
+ export interface CreateNotificationSubscriptionResponse {
402
+ Subscription?: Subscription;
403
+ }
404
+ export declare class TooManySubscriptionsException extends __BaseException {
405
+ readonly name: "TooManySubscriptionsException";
406
+ readonly $fault: "client";
407
+ Message?: string;
408
+ constructor(
409
+ opts: __ExceptionOptionType<TooManySubscriptionsException, __BaseException>
410
+ );
411
+ }
412
+ export interface CreateUserRequest {
413
+ OrganizationId?: string;
414
+ Username: string | undefined;
415
+ EmailAddress?: string;
416
+ GivenName: string | undefined;
417
+ Surname: string | undefined;
418
+ Password: string | undefined;
419
+ TimeZoneId?: string;
420
+ StorageRule?: StorageRuleType;
421
+ AuthenticationToken?: string;
422
+ }
423
+ export interface CreateUserResponse {
424
+ User?: User;
425
+ }
426
+ export interface DeactivateUserRequest {
427
+ UserId: string | undefined;
428
+ AuthenticationToken?: string;
429
+ }
430
+ export interface DeleteCommentRequest {
431
+ AuthenticationToken?: string;
432
+ DocumentId: string | undefined;
433
+ VersionId: string | undefined;
434
+ CommentId: string | undefined;
435
+ }
436
+ export interface DeleteCustomMetadataRequest {
437
+ AuthenticationToken?: string;
438
+ ResourceId: string | undefined;
439
+ VersionId?: string;
440
+ Keys?: string[];
441
+ DeleteAll?: boolean;
442
+ }
443
+ export interface DeleteCustomMetadataResponse {}
444
+ export declare class ConcurrentModificationException extends __BaseException {
445
+ readonly name: "ConcurrentModificationException";
446
+ readonly $fault: "client";
447
+ Message?: string;
448
+ constructor(
449
+ opts: __ExceptionOptionType<
450
+ ConcurrentModificationException,
451
+ __BaseException
452
+ >
453
+ );
454
+ }
455
+ export interface DeleteDocumentRequest {
456
+ AuthenticationToken?: string;
457
+ DocumentId: string | undefined;
458
+ }
459
+ export interface DeleteFolderRequest {
460
+ AuthenticationToken?: string;
461
+ FolderId: string | undefined;
462
+ }
463
+ export interface DeleteFolderContentsRequest {
464
+ AuthenticationToken?: string;
465
+ FolderId: string | undefined;
466
+ }
467
+ export interface DeleteLabelsRequest {
468
+ ResourceId: string | undefined;
469
+ AuthenticationToken?: string;
470
+ Labels?: string[];
471
+ DeleteAll?: boolean;
472
+ }
473
+ export interface DeleteLabelsResponse {}
474
+ export interface DeleteNotificationSubscriptionRequest {
475
+ SubscriptionId: string | undefined;
476
+ OrganizationId: string | undefined;
477
+ }
478
+ export interface DeleteUserRequest {
479
+ AuthenticationToken?: string;
480
+ UserId: string | undefined;
481
+ }
482
+ export interface DescribeActivitiesRequest {
483
+ AuthenticationToken?: string;
484
+ StartTime?: Date;
485
+ EndTime?: Date;
486
+ OrganizationId?: string;
487
+ ActivityTypes?: string;
488
+ ResourceId?: string;
489
+ UserId?: string;
490
+ IncludeIndirectActivities?: boolean;
491
+ Limit?: number;
492
+ Marker?: string;
493
+ }
494
+ export interface DescribeActivitiesResponse {
495
+ UserActivities?: Activity[];
496
+ Marker?: string;
497
+ }
498
+ export declare class InvalidArgumentException extends __BaseException {
499
+ readonly name: "InvalidArgumentException";
500
+ readonly $fault: "client";
501
+ Message?: string;
502
+ constructor(
503
+ opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
504
+ );
505
+ }
506
+ export interface DescribeCommentsRequest {
507
+ AuthenticationToken?: string;
508
+ DocumentId: string | undefined;
509
+ VersionId: string | undefined;
510
+ Limit?: number;
511
+ Marker?: string;
512
+ }
513
+ export interface DescribeCommentsResponse {
514
+ Comments?: Comment[];
515
+ Marker?: string;
516
+ }
517
+ export interface DescribeDocumentVersionsRequest {
518
+ AuthenticationToken?: string;
519
+ DocumentId: string | undefined;
520
+ Marker?: string;
521
+ Limit?: number;
522
+ Include?: string;
523
+ Fields?: string;
524
+ }
525
+ export declare enum DocumentSourceType {
526
+ ORIGINAL = "ORIGINAL",
527
+ WITH_COMMENTS = "WITH_COMMENTS",
528
+ }
529
+ export declare enum DocumentStatusType {
530
+ ACTIVE = "ACTIVE",
531
+ INITIALIZED = "INITIALIZED",
532
+ }
533
+ export declare enum DocumentThumbnailType {
534
+ LARGE = "LARGE",
535
+ SMALL = "SMALL",
536
+ SMALL_HQ = "SMALL_HQ",
537
+ }
538
+ export interface DocumentVersionMetadata {
539
+ Id?: string;
540
+ Name?: string;
541
+ ContentType?: string;
542
+ Size?: number;
543
+ Signature?: string;
544
+ Status?: DocumentStatusType | string;
545
+ CreatedTimestamp?: Date;
546
+ ModifiedTimestamp?: Date;
547
+ ContentCreatedTimestamp?: Date;
548
+ ContentModifiedTimestamp?: Date;
549
+ CreatorId?: string;
550
+ Thumbnail?: Record<string, string>;
551
+ Source?: Record<string, string>;
552
+ }
553
+ export interface DescribeDocumentVersionsResponse {
554
+ DocumentVersions?: DocumentVersionMetadata[];
555
+ Marker?: string;
556
+ }
557
+ export declare enum OrderType {
558
+ ASCENDING = "ASCENDING",
559
+ DESCENDING = "DESCENDING",
560
+ }
561
+ export declare enum ResourceSortType {
562
+ DATE = "DATE",
563
+ NAME = "NAME",
564
+ }
565
+ export declare enum FolderContentType {
566
+ ALL = "ALL",
567
+ DOCUMENT = "DOCUMENT",
568
+ FOLDER = "FOLDER",
569
+ }
570
+ export interface DescribeFolderContentsRequest {
571
+ AuthenticationToken?: string;
572
+ FolderId: string | undefined;
573
+ Sort?: ResourceSortType | string;
574
+ Order?: OrderType | string;
575
+ Limit?: number;
576
+ Marker?: string;
577
+ Type?: FolderContentType | string;
578
+ Include?: string;
579
+ }
580
+ export interface DocumentMetadata {
581
+ Id?: string;
582
+ CreatorId?: string;
583
+ ParentFolderId?: string;
584
+ CreatedTimestamp?: Date;
585
+ ModifiedTimestamp?: Date;
586
+ LatestVersionMetadata?: DocumentVersionMetadata;
587
+ ResourceState?: ResourceStateType | string;
588
+ Labels?: string[];
589
+ }
590
+ export interface DescribeFolderContentsResponse {
591
+ Folders?: FolderMetadata[];
592
+ Documents?: DocumentMetadata[];
593
+ Marker?: string;
594
+ }
595
+ export interface DescribeGroupsRequest {
596
+ AuthenticationToken?: string;
597
+ SearchQuery: string | undefined;
598
+ OrganizationId?: string;
599
+ Marker?: string;
600
+ Limit?: number;
601
+ }
602
+ export interface DescribeGroupsResponse {
603
+ Groups?: GroupMetadata[];
604
+ Marker?: string;
605
+ }
606
+ export interface DescribeNotificationSubscriptionsRequest {
607
+ OrganizationId: string | undefined;
608
+ Marker?: string;
609
+ Limit?: number;
610
+ }
611
+ export interface DescribeNotificationSubscriptionsResponse {
612
+ Subscriptions?: Subscription[];
613
+ Marker?: string;
614
+ }
615
+ export interface DescribeResourcePermissionsRequest {
616
+ AuthenticationToken?: string;
617
+ ResourceId: string | undefined;
618
+ PrincipalId?: string;
619
+ Limit?: number;
620
+ Marker?: string;
621
+ }
622
+ export declare enum RolePermissionType {
623
+ DIRECT = "DIRECT",
624
+ INHERITED = "INHERITED",
625
+ }
626
+ export interface PermissionInfo {
627
+ Role?: RoleType | string;
628
+ Type?: RolePermissionType | string;
629
+ }
630
+ export interface Principal {
631
+ Id?: string;
632
+ Type?: PrincipalType | string;
633
+ Roles?: PermissionInfo[];
634
+ }
635
+ export interface DescribeResourcePermissionsResponse {
636
+ Principals?: Principal[];
637
+ Marker?: string;
638
+ }
639
+ export interface DescribeRootFoldersRequest {
640
+ AuthenticationToken: string | undefined;
641
+ Limit?: number;
642
+ Marker?: string;
643
+ }
644
+ export interface DescribeRootFoldersResponse {
645
+ Folders?: FolderMetadata[];
646
+ Marker?: string;
647
+ }
648
+ export declare enum UserFilterType {
649
+ ACTIVE_PENDING = "ACTIVE_PENDING",
650
+ ALL = "ALL",
651
+ }
652
+ export declare enum UserSortType {
653
+ FULL_NAME = "FULL_NAME",
654
+ STORAGE_LIMIT = "STORAGE_LIMIT",
655
+ STORAGE_USED = "STORAGE_USED",
656
+ USER_NAME = "USER_NAME",
657
+ USER_STATUS = "USER_STATUS",
658
+ }
659
+ export interface DescribeUsersRequest {
660
+ AuthenticationToken?: string;
661
+ OrganizationId?: string;
662
+ UserIds?: string;
663
+ Query?: string;
664
+ Include?: UserFilterType | string;
665
+ Order?: OrderType | string;
666
+ Sort?: UserSortType | string;
667
+ Marker?: string;
668
+ Limit?: number;
669
+ Fields?: string;
670
+ }
671
+ export interface DescribeUsersResponse {
672
+ Users?: User[];
673
+ TotalNumberOfUsers?: number;
674
+ Marker?: string;
675
+ }
676
+ export declare class RequestedEntityTooLargeException extends __BaseException {
677
+ readonly name: "RequestedEntityTooLargeException";
678
+ readonly $fault: "client";
679
+ Message?: string;
680
+ constructor(
681
+ opts: __ExceptionOptionType<
682
+ RequestedEntityTooLargeException,
683
+ __BaseException
684
+ >
685
+ );
686
+ }
687
+ export interface GetCurrentUserRequest {
688
+ AuthenticationToken: string | undefined;
689
+ }
690
+ export interface GetCurrentUserResponse {
691
+ User?: User;
692
+ }
693
+ export interface GetDocumentRequest {
694
+ AuthenticationToken?: string;
695
+ DocumentId: string | undefined;
696
+ IncludeCustomMetadata?: boolean;
697
+ }
698
+ export interface GetDocumentResponse {
699
+ Metadata?: DocumentMetadata;
700
+ CustomMetadata?: Record<string, string>;
701
+ }
702
+ export declare class InvalidPasswordException extends __BaseException {
703
+ readonly name: "InvalidPasswordException";
704
+ readonly $fault: "client";
705
+ Message?: string;
706
+ constructor(
707
+ opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
708
+ );
709
+ }
710
+ export interface GetDocumentPathRequest {
711
+ AuthenticationToken?: string;
712
+ DocumentId: string | undefined;
713
+ Limit?: number;
714
+ Fields?: string;
715
+ Marker?: string;
716
+ }
717
+ export interface ResourcePathComponent {
718
+ Id?: string;
719
+ Name?: string;
720
+ }
721
+ export interface ResourcePath {
722
+ Components?: ResourcePathComponent[];
723
+ }
724
+ export interface GetDocumentPathResponse {
725
+ Path?: ResourcePath;
726
+ }
727
+ export interface GetDocumentVersionRequest {
728
+ AuthenticationToken?: string;
729
+ DocumentId: string | undefined;
730
+ VersionId: string | undefined;
731
+ Fields?: string;
732
+ IncludeCustomMetadata?: boolean;
733
+ }
734
+ export interface GetDocumentVersionResponse {
735
+ Metadata?: DocumentVersionMetadata;
736
+ CustomMetadata?: Record<string, string>;
737
+ }
738
+ export interface GetFolderRequest {
739
+ AuthenticationToken?: string;
740
+ FolderId: string | undefined;
741
+ IncludeCustomMetadata?: boolean;
742
+ }
743
+ export interface GetFolderResponse {
744
+ Metadata?: FolderMetadata;
745
+ CustomMetadata?: Record<string, string>;
746
+ }
747
+ export interface GetFolderPathRequest {
748
+ AuthenticationToken?: string;
749
+ FolderId: string | undefined;
750
+ Limit?: number;
751
+ Fields?: string;
752
+ Marker?: string;
753
+ }
754
+ export interface GetFolderPathResponse {
755
+ Path?: ResourcePath;
756
+ }
757
+ export declare enum ResourceCollectionType {
758
+ SHARED_WITH_ME = "SHARED_WITH_ME",
759
+ }
760
+ export interface GetResourcesRequest {
761
+ AuthenticationToken?: string;
762
+ UserId?: string;
763
+ CollectionType?: ResourceCollectionType | string;
764
+ Limit?: number;
765
+ Marker?: string;
766
+ }
767
+ export interface GetResourcesResponse {
768
+ Folders?: FolderMetadata[];
769
+ Documents?: DocumentMetadata[];
770
+ Marker?: string;
771
+ }
772
+ export declare class DraftUploadOutOfSyncException extends __BaseException {
773
+ readonly name: "DraftUploadOutOfSyncException";
774
+ readonly $fault: "client";
775
+ Message?: string;
776
+ constructor(
777
+ opts: __ExceptionOptionType<DraftUploadOutOfSyncException, __BaseException>
778
+ );
779
+ }
780
+ export interface InitiateDocumentVersionUploadRequest {
781
+ AuthenticationToken?: string;
782
+ Id?: string;
783
+ Name?: string;
784
+ ContentCreatedTimestamp?: Date;
785
+ ContentModifiedTimestamp?: Date;
786
+ ContentType?: string;
787
+ DocumentSizeInBytes?: number;
788
+ ParentFolderId: string | undefined;
789
+ }
790
+ export interface UploadMetadata {
791
+ UploadUrl?: string;
792
+ SignedHeaders?: Record<string, string>;
793
+ }
794
+ export interface InitiateDocumentVersionUploadResponse {
795
+ Metadata?: DocumentMetadata;
796
+ UploadMetadata?: UploadMetadata;
797
+ }
798
+ export declare class ResourceAlreadyCheckedOutException extends __BaseException {
799
+ readonly name: "ResourceAlreadyCheckedOutException";
800
+ readonly $fault: "client";
801
+ Message?: string;
802
+ constructor(
803
+ opts: __ExceptionOptionType<
804
+ ResourceAlreadyCheckedOutException,
805
+ __BaseException
806
+ >
807
+ );
808
+ }
809
+ export declare class StorageLimitExceededException extends __BaseException {
810
+ readonly name: "StorageLimitExceededException";
811
+ readonly $fault: "client";
812
+ Message?: string;
813
+ constructor(
814
+ opts: __ExceptionOptionType<StorageLimitExceededException, __BaseException>
815
+ );
816
+ }
817
+ export declare class StorageLimitWillExceedException extends __BaseException {
818
+ readonly name: "StorageLimitWillExceedException";
819
+ readonly $fault: "client";
820
+ Message?: string;
821
+ constructor(
822
+ opts: __ExceptionOptionType<
823
+ StorageLimitWillExceedException,
824
+ __BaseException
825
+ >
826
+ );
827
+ }
828
+ export interface RemoveAllResourcePermissionsRequest {
829
+ AuthenticationToken?: string;
830
+ ResourceId: string | undefined;
831
+ }
832
+ export interface RemoveResourcePermissionRequest {
833
+ AuthenticationToken?: string;
834
+ ResourceId: string | undefined;
835
+ PrincipalId: string | undefined;
836
+ PrincipalType?: PrincipalType | string;
837
+ }
838
+ export interface UpdateDocumentRequest {
839
+ AuthenticationToken?: string;
840
+ DocumentId: string | undefined;
841
+ Name?: string;
842
+ ParentFolderId?: string;
843
+ ResourceState?: ResourceStateType | string;
844
+ }
845
+ export declare class InvalidOperationException extends __BaseException {
846
+ readonly name: "InvalidOperationException";
847
+ readonly $fault: "client";
848
+ Message?: string;
849
+ constructor(
850
+ opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
851
+ );
852
+ }
853
+ export declare enum DocumentVersionStatus {
854
+ ACTIVE = "ACTIVE",
855
+ }
856
+ export interface UpdateDocumentVersionRequest {
857
+ AuthenticationToken?: string;
858
+ DocumentId: string | undefined;
859
+ VersionId: string | undefined;
860
+ VersionStatus?: DocumentVersionStatus | string;
861
+ }
862
+ export interface UpdateFolderRequest {
863
+ AuthenticationToken?: string;
864
+ FolderId: string | undefined;
865
+ Name?: string;
866
+ ParentFolderId?: string;
867
+ ResourceState?: ResourceStateType | string;
868
+ }
869
+ export declare class DeactivatingLastSystemUserException extends __BaseException {
870
+ readonly name: "DeactivatingLastSystemUserException";
871
+ readonly $fault: "client";
872
+ Message?: string;
873
+ Code?: string;
874
+ constructor(
875
+ opts: __ExceptionOptionType<
876
+ DeactivatingLastSystemUserException,
877
+ __BaseException
878
+ >
879
+ );
880
+ }
881
+ export declare class IllegalUserStateException extends __BaseException {
882
+ readonly name: "IllegalUserStateException";
883
+ readonly $fault: "client";
884
+ Message?: string;
885
+ constructor(
886
+ opts: __ExceptionOptionType<IllegalUserStateException, __BaseException>
887
+ );
888
+ }
889
+ export declare enum BooleanEnumType {
890
+ FALSE = "FALSE",
891
+ TRUE = "TRUE",
892
+ }
893
+ export interface UpdateUserRequest {
894
+ AuthenticationToken?: string;
895
+ UserId: string | undefined;
896
+ GivenName?: string;
897
+ Surname?: string;
898
+ Type?: UserType | string;
899
+ StorageRule?: StorageRuleType;
900
+ TimeZoneId?: string;
901
+ Locale?: LocaleType | string;
902
+ GrantPoweruserPrivileges?: BooleanEnumType | string;
903
+ }
904
+ export interface UpdateUserResponse {
905
+ User?: User;
906
+ }
907
+ export declare const AbortDocumentVersionUploadRequestFilterSensitiveLog: (
908
+ obj: AbortDocumentVersionUploadRequest
909
+ ) => any;
910
+ export declare const ActivateUserRequestFilterSensitiveLog: (
911
+ obj: ActivateUserRequest
912
+ ) => any;
913
+ export declare const StorageRuleTypeFilterSensitiveLog: (
914
+ obj: StorageRuleType
915
+ ) => any;
916
+ export declare const UserStorageMetadataFilterSensitiveLog: (
917
+ obj: UserStorageMetadata
918
+ ) => any;
919
+ export declare const UserFilterSensitiveLog: (obj: User) => any;
920
+ export declare const ActivateUserResponseFilterSensitiveLog: (
921
+ obj: ActivateUserResponse
922
+ ) => any;
923
+ export declare const CommentMetadataFilterSensitiveLog: (
924
+ obj: CommentMetadata
925
+ ) => any;
926
+ export declare const UserMetadataFilterSensitiveLog: (obj: UserMetadata) => any;
927
+ export declare const ResourceMetadataFilterSensitiveLog: (
928
+ obj: ResourceMetadata
929
+ ) => any;
930
+ export declare const GroupMetadataFilterSensitiveLog: (
931
+ obj: GroupMetadata
932
+ ) => any;
933
+ export declare const ParticipantsFilterSensitiveLog: (obj: Participants) => any;
934
+ export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
935
+ export declare const NotificationOptionsFilterSensitiveLog: (
936
+ obj: NotificationOptions
937
+ ) => any;
938
+ export declare const SharePrincipalFilterSensitiveLog: (
939
+ obj: SharePrincipal
940
+ ) => any;
941
+ export declare const AddResourcePermissionsRequestFilterSensitiveLog: (
942
+ obj: AddResourcePermissionsRequest
943
+ ) => any;
944
+ export declare const ShareResultFilterSensitiveLog: (obj: ShareResult) => any;
945
+ export declare const AddResourcePermissionsResponseFilterSensitiveLog: (
946
+ obj: AddResourcePermissionsResponse
947
+ ) => any;
948
+ export declare const CreateCommentRequestFilterSensitiveLog: (
949
+ obj: CreateCommentRequest
950
+ ) => any;
951
+ export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
952
+ export declare const CreateCommentResponseFilterSensitiveLog: (
953
+ obj: CreateCommentResponse
954
+ ) => any;
955
+ export declare const CreateCustomMetadataRequestFilterSensitiveLog: (
956
+ obj: CreateCustomMetadataRequest
957
+ ) => any;
958
+ export declare const CreateCustomMetadataResponseFilterSensitiveLog: (
959
+ obj: CreateCustomMetadataResponse
960
+ ) => any;
961
+ export declare const CreateFolderRequestFilterSensitiveLog: (
962
+ obj: CreateFolderRequest
963
+ ) => any;
964
+ export declare const FolderMetadataFilterSensitiveLog: (
965
+ obj: FolderMetadata
966
+ ) => any;
967
+ export declare const CreateFolderResponseFilterSensitiveLog: (
968
+ obj: CreateFolderResponse
969
+ ) => any;
970
+ export declare const CreateLabelsRequestFilterSensitiveLog: (
971
+ obj: CreateLabelsRequest
972
+ ) => any;
973
+ export declare const CreateLabelsResponseFilterSensitiveLog: (
974
+ obj: CreateLabelsResponse
975
+ ) => any;
976
+ export declare const CreateNotificationSubscriptionRequestFilterSensitiveLog: (
977
+ obj: CreateNotificationSubscriptionRequest
978
+ ) => any;
979
+ export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
980
+ export declare const CreateNotificationSubscriptionResponseFilterSensitiveLog: (
981
+ obj: CreateNotificationSubscriptionResponse
982
+ ) => any;
983
+ export declare const CreateUserRequestFilterSensitiveLog: (
984
+ obj: CreateUserRequest
985
+ ) => any;
986
+ export declare const CreateUserResponseFilterSensitiveLog: (
987
+ obj: CreateUserResponse
988
+ ) => any;
989
+ export declare const DeactivateUserRequestFilterSensitiveLog: (
990
+ obj: DeactivateUserRequest
991
+ ) => any;
992
+ export declare const DeleteCommentRequestFilterSensitiveLog: (
993
+ obj: DeleteCommentRequest
994
+ ) => any;
995
+ export declare const DeleteCustomMetadataRequestFilterSensitiveLog: (
996
+ obj: DeleteCustomMetadataRequest
997
+ ) => any;
998
+ export declare const DeleteCustomMetadataResponseFilterSensitiveLog: (
999
+ obj: DeleteCustomMetadataResponse
1000
+ ) => any;
1001
+ export declare const DeleteDocumentRequestFilterSensitiveLog: (
1002
+ obj: DeleteDocumentRequest
1003
+ ) => any;
1004
+ export declare const DeleteFolderRequestFilterSensitiveLog: (
1005
+ obj: DeleteFolderRequest
1006
+ ) => any;
1007
+ export declare const DeleteFolderContentsRequestFilterSensitiveLog: (
1008
+ obj: DeleteFolderContentsRequest
1009
+ ) => any;
1010
+ export declare const DeleteLabelsRequestFilterSensitiveLog: (
1011
+ obj: DeleteLabelsRequest
1012
+ ) => any;
1013
+ export declare const DeleteLabelsResponseFilterSensitiveLog: (
1014
+ obj: DeleteLabelsResponse
1015
+ ) => any;
1016
+ export declare const DeleteNotificationSubscriptionRequestFilterSensitiveLog: (
1017
+ obj: DeleteNotificationSubscriptionRequest
1018
+ ) => any;
1019
+ export declare const DeleteUserRequestFilterSensitiveLog: (
1020
+ obj: DeleteUserRequest
1021
+ ) => any;
1022
+ export declare const DescribeActivitiesRequestFilterSensitiveLog: (
1023
+ obj: DescribeActivitiesRequest
1024
+ ) => any;
1025
+ export declare const DescribeActivitiesResponseFilterSensitiveLog: (
1026
+ obj: DescribeActivitiesResponse
1027
+ ) => any;
1028
+ export declare const DescribeCommentsRequestFilterSensitiveLog: (
1029
+ obj: DescribeCommentsRequest
1030
+ ) => any;
1031
+ export declare const DescribeCommentsResponseFilterSensitiveLog: (
1032
+ obj: DescribeCommentsResponse
1033
+ ) => any;
1034
+ export declare const DescribeDocumentVersionsRequestFilterSensitiveLog: (
1035
+ obj: DescribeDocumentVersionsRequest
1036
+ ) => any;
1037
+ export declare const DocumentVersionMetadataFilterSensitiveLog: (
1038
+ obj: DocumentVersionMetadata
1039
+ ) => any;
1040
+ export declare const DescribeDocumentVersionsResponseFilterSensitiveLog: (
1041
+ obj: DescribeDocumentVersionsResponse
1042
+ ) => any;
1043
+ export declare const DescribeFolderContentsRequestFilterSensitiveLog: (
1044
+ obj: DescribeFolderContentsRequest
1045
+ ) => any;
1046
+ export declare const DocumentMetadataFilterSensitiveLog: (
1047
+ obj: DocumentMetadata
1048
+ ) => any;
1049
+ export declare const DescribeFolderContentsResponseFilterSensitiveLog: (
1050
+ obj: DescribeFolderContentsResponse
1051
+ ) => any;
1052
+ export declare const DescribeGroupsRequestFilterSensitiveLog: (
1053
+ obj: DescribeGroupsRequest
1054
+ ) => any;
1055
+ export declare const DescribeGroupsResponseFilterSensitiveLog: (
1056
+ obj: DescribeGroupsResponse
1057
+ ) => any;
1058
+ export declare const DescribeNotificationSubscriptionsRequestFilterSensitiveLog: (
1059
+ obj: DescribeNotificationSubscriptionsRequest
1060
+ ) => any;
1061
+ export declare const DescribeNotificationSubscriptionsResponseFilterSensitiveLog: (
1062
+ obj: DescribeNotificationSubscriptionsResponse
1063
+ ) => any;
1064
+ export declare const DescribeResourcePermissionsRequestFilterSensitiveLog: (
1065
+ obj: DescribeResourcePermissionsRequest
1066
+ ) => any;
1067
+ export declare const PermissionInfoFilterSensitiveLog: (
1068
+ obj: PermissionInfo
1069
+ ) => any;
1070
+ export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
1071
+ export declare const DescribeResourcePermissionsResponseFilterSensitiveLog: (
1072
+ obj: DescribeResourcePermissionsResponse
1073
+ ) => any;
1074
+ export declare const DescribeRootFoldersRequestFilterSensitiveLog: (
1075
+ obj: DescribeRootFoldersRequest
1076
+ ) => any;
1077
+ export declare const DescribeRootFoldersResponseFilterSensitiveLog: (
1078
+ obj: DescribeRootFoldersResponse
1079
+ ) => any;
1080
+ export declare const DescribeUsersRequestFilterSensitiveLog: (
1081
+ obj: DescribeUsersRequest
1082
+ ) => any;
1083
+ export declare const DescribeUsersResponseFilterSensitiveLog: (
1084
+ obj: DescribeUsersResponse
1085
+ ) => any;
1086
+ export declare const GetCurrentUserRequestFilterSensitiveLog: (
1087
+ obj: GetCurrentUserRequest
1088
+ ) => any;
1089
+ export declare const GetCurrentUserResponseFilterSensitiveLog: (
1090
+ obj: GetCurrentUserResponse
1091
+ ) => any;
1092
+ export declare const GetDocumentRequestFilterSensitiveLog: (
1093
+ obj: GetDocumentRequest
1094
+ ) => any;
1095
+ export declare const GetDocumentResponseFilterSensitiveLog: (
1096
+ obj: GetDocumentResponse
1097
+ ) => any;
1098
+ export declare const GetDocumentPathRequestFilterSensitiveLog: (
1099
+ obj: GetDocumentPathRequest
1100
+ ) => any;
1101
+ export declare const ResourcePathComponentFilterSensitiveLog: (
1102
+ obj: ResourcePathComponent
1103
+ ) => any;
1104
+ export declare const ResourcePathFilterSensitiveLog: (obj: ResourcePath) => any;
1105
+ export declare const GetDocumentPathResponseFilterSensitiveLog: (
1106
+ obj: GetDocumentPathResponse
1107
+ ) => any;
1108
+ export declare const GetDocumentVersionRequestFilterSensitiveLog: (
1109
+ obj: GetDocumentVersionRequest
1110
+ ) => any;
1111
+ export declare const GetDocumentVersionResponseFilterSensitiveLog: (
1112
+ obj: GetDocumentVersionResponse
1113
+ ) => any;
1114
+ export declare const GetFolderRequestFilterSensitiveLog: (
1115
+ obj: GetFolderRequest
1116
+ ) => any;
1117
+ export declare const GetFolderResponseFilterSensitiveLog: (
1118
+ obj: GetFolderResponse
1119
+ ) => any;
1120
+ export declare const GetFolderPathRequestFilterSensitiveLog: (
1121
+ obj: GetFolderPathRequest
1122
+ ) => any;
1123
+ export declare const GetFolderPathResponseFilterSensitiveLog: (
1124
+ obj: GetFolderPathResponse
1125
+ ) => any;
1126
+ export declare const GetResourcesRequestFilterSensitiveLog: (
1127
+ obj: GetResourcesRequest
1128
+ ) => any;
1129
+ export declare const GetResourcesResponseFilterSensitiveLog: (
1130
+ obj: GetResourcesResponse
1131
+ ) => any;
1132
+ export declare const InitiateDocumentVersionUploadRequestFilterSensitiveLog: (
1133
+ obj: InitiateDocumentVersionUploadRequest
1134
+ ) => any;
1135
+ export declare const UploadMetadataFilterSensitiveLog: (
1136
+ obj: UploadMetadata
1137
+ ) => any;
1138
+ export declare const InitiateDocumentVersionUploadResponseFilterSensitiveLog: (
1139
+ obj: InitiateDocumentVersionUploadResponse
1140
+ ) => any;
1141
+ export declare const RemoveAllResourcePermissionsRequestFilterSensitiveLog: (
1142
+ obj: RemoveAllResourcePermissionsRequest
1143
+ ) => any;
1144
+ export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (
1145
+ obj: RemoveResourcePermissionRequest
1146
+ ) => any;
1147
+ export declare const UpdateDocumentRequestFilterSensitiveLog: (
1148
+ obj: UpdateDocumentRequest
1149
+ ) => any;
1150
+ export declare const UpdateDocumentVersionRequestFilterSensitiveLog: (
1151
+ obj: UpdateDocumentVersionRequest
1152
+ ) => any;
1153
+ export declare const UpdateFolderRequestFilterSensitiveLog: (
1154
+ obj: UpdateFolderRequest
1155
+ ) => any;
1156
+ export declare const UpdateUserRequestFilterSensitiveLog: (
1157
+ obj: UpdateUserRequest
1158
+ ) => any;
1159
+ export declare const UpdateUserResponseFilterSensitiveLog: (
1160
+ obj: UpdateUserResponse
1161
+ ) => any;