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