@aws-sdk/client-workdocs 3.128.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/commands/AbortDocumentVersionUploadCommand.js +1 -1
- package/dist-cjs/commands/ActivateUserCommand.js +2 -2
- package/dist-cjs/commands/AddResourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/CreateCommentCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomMetadataCommand.js +2 -2
- package/dist-cjs/commands/CreateFolderCommand.js +2 -2
- package/dist-cjs/commands/CreateLabelsCommand.js +2 -2
- package/dist-cjs/commands/CreateNotificationSubscriptionCommand.js +2 -2
- package/dist-cjs/commands/CreateUserCommand.js +2 -2
- package/dist-cjs/commands/DeactivateUserCommand.js +1 -1
- package/dist-cjs/commands/DeleteCommentCommand.js +1 -1
- package/dist-cjs/commands/DeleteCustomMetadataCommand.js +2 -2
- package/dist-cjs/commands/DeleteDocumentCommand.js +1 -1
- package/dist-cjs/commands/DeleteFolderCommand.js +1 -1
- package/dist-cjs/commands/DeleteFolderContentsCommand.js +1 -1
- package/dist-cjs/commands/DeleteLabelsCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationSubscriptionCommand.js +1 -1
- package/dist-cjs/commands/DeleteUserCommand.js +1 -1
- package/dist-cjs/commands/DescribeActivitiesCommand.js +2 -2
- package/dist-cjs/commands/DescribeCommentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeDocumentVersionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeFolderContentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeGroupsCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotificationSubscriptionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeResourcePermissionsCommand.js +2 -2
- package/dist-cjs/commands/DescribeRootFoldersCommand.js +2 -2
- package/dist-cjs/commands/DescribeUsersCommand.js +2 -2
- package/dist-cjs/commands/GetCurrentUserCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentPathCommand.js +2 -2
- package/dist-cjs/commands/GetDocumentVersionCommand.js +2 -2
- package/dist-cjs/commands/GetFolderCommand.js +2 -2
- package/dist-cjs/commands/GetFolderPathCommand.js +2 -2
- package/dist-cjs/commands/GetResourcesCommand.js +2 -2
- package/dist-cjs/commands/InitiateDocumentVersionUploadCommand.js +2 -2
- package/dist-cjs/commands/RemoveAllResourcePermissionsCommand.js +1 -1
- package/dist-cjs/commands/RemoveResourcePermissionCommand.js +1 -1
- package/dist-cjs/commands/UpdateDocumentCommand.js +1 -1
- package/dist-cjs/commands/UpdateDocumentVersionCommand.js +1 -1
- package/dist-cjs/commands/UpdateFolderCommand.js +1 -1
- package/dist-cjs/commands/UpdateUserCommand.js +2 -2
- package/dist-cjs/models/models_0.js +433 -615
- package/dist-cjs/protocols/Aws_restJson1.js +3 -0
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +2 -2
- package/dist-es/commands/ActivateUserCommand.js +3 -3
- package/dist-es/commands/AddResourcePermissionsCommand.js +3 -3
- package/dist-es/commands/CreateCommentCommand.js +3 -3
- package/dist-es/commands/CreateCustomMetadataCommand.js +3 -3
- package/dist-es/commands/CreateFolderCommand.js +3 -3
- package/dist-es/commands/CreateLabelsCommand.js +3 -3
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +3 -3
- package/dist-es/commands/CreateUserCommand.js +3 -3
- package/dist-es/commands/DeactivateUserCommand.js +2 -2
- package/dist-es/commands/DeleteCommentCommand.js +2 -2
- package/dist-es/commands/DeleteCustomMetadataCommand.js +3 -3
- package/dist-es/commands/DeleteDocumentCommand.js +2 -2
- package/dist-es/commands/DeleteFolderCommand.js +2 -2
- package/dist-es/commands/DeleteFolderContentsCommand.js +2 -2
- package/dist-es/commands/DeleteLabelsCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +2 -2
- package/dist-es/commands/DeleteUserCommand.js +2 -2
- package/dist-es/commands/DescribeActivitiesCommand.js +3 -3
- package/dist-es/commands/DescribeCommentsCommand.js +3 -3
- package/dist-es/commands/DescribeDocumentVersionsCommand.js +3 -3
- package/dist-es/commands/DescribeFolderContentsCommand.js +3 -3
- package/dist-es/commands/DescribeGroupsCommand.js +3 -3
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +3 -3
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +3 -3
- package/dist-es/commands/DescribeRootFoldersCommand.js +3 -3
- package/dist-es/commands/DescribeUsersCommand.js +3 -3
- package/dist-es/commands/GetCurrentUserCommand.js +3 -3
- package/dist-es/commands/GetDocumentCommand.js +3 -3
- package/dist-es/commands/GetDocumentPathCommand.js +3 -3
- package/dist-es/commands/GetDocumentVersionCommand.js +3 -3
- package/dist-es/commands/GetFolderCommand.js +3 -3
- package/dist-es/commands/GetFolderPathCommand.js +3 -3
- package/dist-es/commands/GetResourcesCommand.js +3 -3
- package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +3 -3
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +2 -2
- package/dist-es/commands/RemoveResourcePermissionCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentCommand.js +2 -2
- package/dist-es/commands/UpdateDocumentVersionCommand.js +2 -2
- package/dist-es/commands/UpdateFolderCommand.js +2 -2
- package/dist-es/commands/UpdateUserCommand.js +3 -3
- package/dist-es/models/models_0.js +97 -370
- package/dist-es/protocols/Aws_restJson1.js +3 -0
- package/dist-types/models/models_0.d.ts +364 -546
- package/dist-types/ts3.4/models/models_0.d.ts +182 -364
- package/package.json +9 -9
|
@@ -14,12 +14,6 @@ export interface AbortDocumentVersionUploadRequest {
|
|
|
14
14
|
*/
|
|
15
15
|
VersionId: string | undefined;
|
|
16
16
|
}
|
|
17
|
-
export declare namespace AbortDocumentVersionUploadRequest {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
|
-
const filterSensitiveLog: (obj: AbortDocumentVersionUploadRequest) => any;
|
|
22
|
-
}
|
|
23
17
|
/**
|
|
24
18
|
* <p>The resource does not exist.</p>
|
|
25
19
|
*/
|
|
@@ -106,12 +100,6 @@ export interface ActivateUserRequest {
|
|
|
106
100
|
*/
|
|
107
101
|
AuthenticationToken?: string;
|
|
108
102
|
}
|
|
109
|
-
export declare namespace ActivateUserRequest {
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
const filterSensitiveLog: (obj: ActivateUserRequest) => any;
|
|
114
|
-
}
|
|
115
103
|
export declare enum LocaleType {
|
|
116
104
|
DE = "de",
|
|
117
105
|
DEFAULT = "default",
|
|
@@ -147,12 +135,6 @@ export interface StorageRuleType {
|
|
|
147
135
|
*/
|
|
148
136
|
StorageType?: StorageType | string;
|
|
149
137
|
}
|
|
150
|
-
export declare namespace StorageRuleType {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
|
-
const filterSensitiveLog: (obj: StorageRuleType) => any;
|
|
155
|
-
}
|
|
156
138
|
/**
|
|
157
139
|
* <p>Describes the storage for a user.</p>
|
|
158
140
|
*/
|
|
@@ -166,12 +148,6 @@ export interface UserStorageMetadata {
|
|
|
166
148
|
*/
|
|
167
149
|
StorageRule?: StorageRuleType;
|
|
168
150
|
}
|
|
169
|
-
export declare namespace UserStorageMetadata {
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
const filterSensitiveLog: (obj: UserStorageMetadata) => any;
|
|
174
|
-
}
|
|
175
151
|
export declare enum UserType {
|
|
176
152
|
ADMIN = "ADMIN",
|
|
177
153
|
MINIMALUSER = "MINIMALUSER",
|
|
@@ -244,24 +220,12 @@ export interface User {
|
|
|
244
220
|
*/
|
|
245
221
|
Storage?: UserStorageMetadata;
|
|
246
222
|
}
|
|
247
|
-
export declare namespace User {
|
|
248
|
-
/**
|
|
249
|
-
* @internal
|
|
250
|
-
*/
|
|
251
|
-
const filterSensitiveLog: (obj: User) => any;
|
|
252
|
-
}
|
|
253
223
|
export interface ActivateUserResponse {
|
|
254
224
|
/**
|
|
255
225
|
* <p>The user information.</p>
|
|
256
226
|
*/
|
|
257
227
|
User?: User;
|
|
258
228
|
}
|
|
259
|
-
export declare namespace ActivateUserResponse {
|
|
260
|
-
/**
|
|
261
|
-
* @internal
|
|
262
|
-
*/
|
|
263
|
-
const filterSensitiveLog: (obj: ActivateUserResponse) => any;
|
|
264
|
-
}
|
|
265
229
|
export declare enum CommentStatusType {
|
|
266
230
|
DELETED = "DELETED",
|
|
267
231
|
DRAFT = "DRAFT",
|
|
@@ -292,12 +256,6 @@ export interface CommentMetadata {
|
|
|
292
256
|
*/
|
|
293
257
|
RecipientId?: string;
|
|
294
258
|
}
|
|
295
|
-
export declare namespace CommentMetadata {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
|
-
const filterSensitiveLog: (obj: CommentMetadata) => any;
|
|
300
|
-
}
|
|
301
259
|
/**
|
|
302
260
|
* <p>Describes the metadata of the user.</p>
|
|
303
261
|
*/
|
|
@@ -323,12 +281,6 @@ export interface UserMetadata {
|
|
|
323
281
|
*/
|
|
324
282
|
EmailAddress?: string;
|
|
325
283
|
}
|
|
326
|
-
export declare namespace UserMetadata {
|
|
327
|
-
/**
|
|
328
|
-
* @internal
|
|
329
|
-
*/
|
|
330
|
-
const filterSensitiveLog: (obj: UserMetadata) => any;
|
|
331
|
-
}
|
|
332
284
|
export declare enum ResourceType {
|
|
333
285
|
DOCUMENT = "DOCUMENT",
|
|
334
286
|
FOLDER = "FOLDER"
|
|
@@ -367,12 +319,6 @@ export interface ResourceMetadata {
|
|
|
367
319
|
*/
|
|
368
320
|
ParentId?: string;
|
|
369
321
|
}
|
|
370
|
-
export declare namespace ResourceMetadata {
|
|
371
|
-
/**
|
|
372
|
-
* @internal
|
|
373
|
-
*/
|
|
374
|
-
const filterSensitiveLog: (obj: ResourceMetadata) => any;
|
|
375
|
-
}
|
|
376
322
|
/**
|
|
377
323
|
* <p>Describes the metadata of a user group.</p>
|
|
378
324
|
*/
|
|
@@ -386,12 +332,6 @@ export interface GroupMetadata {
|
|
|
386
332
|
*/
|
|
387
333
|
Name?: string;
|
|
388
334
|
}
|
|
389
|
-
export declare namespace GroupMetadata {
|
|
390
|
-
/**
|
|
391
|
-
* @internal
|
|
392
|
-
*/
|
|
393
|
-
const filterSensitiveLog: (obj: GroupMetadata) => any;
|
|
394
|
-
}
|
|
395
335
|
/**
|
|
396
336
|
* <p>Describes the users or user groups.</p>
|
|
397
337
|
*/
|
|
@@ -405,12 +345,6 @@ export interface Participants {
|
|
|
405
345
|
*/
|
|
406
346
|
Groups?: GroupMetadata[];
|
|
407
347
|
}
|
|
408
|
-
export declare namespace Participants {
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
|
-
const filterSensitiveLog: (obj: Participants) => any;
|
|
413
|
-
}
|
|
414
348
|
export declare enum ActivityType {
|
|
415
349
|
DOCUMENT_ANNOTATION_ADDED = "DOCUMENT_ANNOTATION_ADDED",
|
|
416
350
|
DOCUMENT_ANNOTATION_DELETED = "DOCUMENT_ANNOTATION_DELETED",
|
|
@@ -494,12 +428,6 @@ export interface Activity {
|
|
|
494
428
|
*/
|
|
495
429
|
CommentMetadata?: CommentMetadata;
|
|
496
430
|
}
|
|
497
|
-
export declare namespace Activity {
|
|
498
|
-
/**
|
|
499
|
-
* @internal
|
|
500
|
-
*/
|
|
501
|
-
const filterSensitiveLog: (obj: Activity) => any;
|
|
502
|
-
}
|
|
503
431
|
/**
|
|
504
432
|
* <p>Set of options which defines notification preferences of given action.</p>
|
|
505
433
|
*/
|
|
@@ -514,12 +442,6 @@ export interface NotificationOptions {
|
|
|
514
442
|
*/
|
|
515
443
|
EmailMessage?: string;
|
|
516
444
|
}
|
|
517
|
-
export declare namespace NotificationOptions {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
|
-
const filterSensitiveLog: (obj: NotificationOptions) => any;
|
|
522
|
-
}
|
|
523
445
|
export declare enum RoleType {
|
|
524
446
|
CONTRIBUTOR = "CONTRIBUTOR",
|
|
525
447
|
COOWNER = "COOWNER",
|
|
@@ -550,12 +472,6 @@ export interface SharePrincipal {
|
|
|
550
472
|
*/
|
|
551
473
|
Role: RoleType | string | undefined;
|
|
552
474
|
}
|
|
553
|
-
export declare namespace SharePrincipal {
|
|
554
|
-
/**
|
|
555
|
-
* @internal
|
|
556
|
-
*/
|
|
557
|
-
const filterSensitiveLog: (obj: SharePrincipal) => any;
|
|
558
|
-
}
|
|
559
475
|
export interface AddResourcePermissionsRequest {
|
|
560
476
|
/**
|
|
561
477
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -574,12 +490,6 @@ export interface AddResourcePermissionsRequest {
|
|
|
574
490
|
*/
|
|
575
491
|
NotificationOptions?: NotificationOptions;
|
|
576
492
|
}
|
|
577
|
-
export declare namespace AddResourcePermissionsRequest {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
|
-
const filterSensitiveLog: (obj: AddResourcePermissionsRequest) => any;
|
|
582
|
-
}
|
|
583
493
|
export declare enum ShareStatusType {
|
|
584
494
|
FAILURE = "FAILURE",
|
|
585
495
|
SUCCESS = "SUCCESS"
|
|
@@ -613,24 +523,12 @@ export interface ShareResult {
|
|
|
613
523
|
*/
|
|
614
524
|
StatusMessage?: string;
|
|
615
525
|
}
|
|
616
|
-
export declare namespace ShareResult {
|
|
617
|
-
/**
|
|
618
|
-
* @internal
|
|
619
|
-
*/
|
|
620
|
-
const filterSensitiveLog: (obj: ShareResult) => any;
|
|
621
|
-
}
|
|
622
526
|
export interface AddResourcePermissionsResponse {
|
|
623
527
|
/**
|
|
624
528
|
* <p>The share results.</p>
|
|
625
529
|
*/
|
|
626
530
|
ShareResults?: ShareResult[];
|
|
627
531
|
}
|
|
628
|
-
export declare namespace AddResourcePermissionsResponse {
|
|
629
|
-
/**
|
|
630
|
-
* @internal
|
|
631
|
-
*/
|
|
632
|
-
const filterSensitiveLog: (obj: AddResourcePermissionsResponse) => any;
|
|
633
|
-
}
|
|
634
532
|
export declare enum CommentVisibilityType {
|
|
635
533
|
PRIVATE = "PRIVATE",
|
|
636
534
|
PUBLIC = "PUBLIC"
|
|
@@ -672,12 +570,6 @@ export interface CreateCommentRequest {
|
|
|
672
570
|
*/
|
|
673
571
|
NotifyCollaborators?: boolean;
|
|
674
572
|
}
|
|
675
|
-
export declare namespace CreateCommentRequest {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
|
-
const filterSensitiveLog: (obj: CreateCommentRequest) => any;
|
|
680
|
-
}
|
|
681
573
|
/**
|
|
682
574
|
* <p>Describes a comment.</p>
|
|
683
575
|
*/
|
|
@@ -722,24 +614,12 @@ export interface Comment {
|
|
|
722
614
|
*/
|
|
723
615
|
RecipientId?: string;
|
|
724
616
|
}
|
|
725
|
-
export declare namespace Comment {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
|
-
const filterSensitiveLog: (obj: Comment) => any;
|
|
730
|
-
}
|
|
731
617
|
export interface CreateCommentResponse {
|
|
732
618
|
/**
|
|
733
619
|
* <p>The comment that has been created.</p>
|
|
734
620
|
*/
|
|
735
621
|
Comment?: Comment;
|
|
736
622
|
}
|
|
737
|
-
export declare namespace CreateCommentResponse {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
|
-
const filterSensitiveLog: (obj: CreateCommentResponse) => any;
|
|
742
|
-
}
|
|
743
623
|
/**
|
|
744
624
|
* <p>This exception is thrown when the document is locked for comments and user tries to
|
|
745
625
|
* create or delete a comment on that document.</p>
|
|
@@ -784,20 +664,8 @@ export interface CreateCustomMetadataRequest {
|
|
|
784
664
|
*/
|
|
785
665
|
CustomMetadata: Record<string, string> | undefined;
|
|
786
666
|
}
|
|
787
|
-
export declare namespace CreateCustomMetadataRequest {
|
|
788
|
-
/**
|
|
789
|
-
* @internal
|
|
790
|
-
*/
|
|
791
|
-
const filterSensitiveLog: (obj: CreateCustomMetadataRequest) => any;
|
|
792
|
-
}
|
|
793
667
|
export interface CreateCustomMetadataResponse {
|
|
794
668
|
}
|
|
795
|
-
export declare namespace CreateCustomMetadataResponse {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
|
-
const filterSensitiveLog: (obj: CreateCustomMetadataResponse) => any;
|
|
800
|
-
}
|
|
801
669
|
/**
|
|
802
670
|
* <p>The limit has been reached on the number of custom properties for the specified
|
|
803
671
|
* resource.</p>
|
|
@@ -837,12 +705,6 @@ export interface CreateFolderRequest {
|
|
|
837
705
|
*/
|
|
838
706
|
ParentFolderId: string | undefined;
|
|
839
707
|
}
|
|
840
|
-
export declare namespace CreateFolderRequest {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
|
-
const filterSensitiveLog: (obj: CreateFolderRequest) => any;
|
|
845
|
-
}
|
|
846
708
|
export declare enum ResourceStateType {
|
|
847
709
|
ACTIVE = "ACTIVE",
|
|
848
710
|
RECYCLED = "RECYCLED",
|
|
@@ -899,24 +761,12 @@ export interface FolderMetadata {
|
|
|
899
761
|
*/
|
|
900
762
|
LatestVersionSize?: number;
|
|
901
763
|
}
|
|
902
|
-
export declare namespace FolderMetadata {
|
|
903
|
-
/**
|
|
904
|
-
* @internal
|
|
905
|
-
*/
|
|
906
|
-
const filterSensitiveLog: (obj: FolderMetadata) => any;
|
|
907
|
-
}
|
|
908
764
|
export interface CreateFolderResponse {
|
|
909
765
|
/**
|
|
910
766
|
* <p>The metadata of the folder.</p>
|
|
911
767
|
*/
|
|
912
768
|
Metadata?: FolderMetadata;
|
|
913
769
|
}
|
|
914
|
-
export declare namespace CreateFolderResponse {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
|
-
const filterSensitiveLog: (obj: CreateFolderResponse) => any;
|
|
919
|
-
}
|
|
920
770
|
/**
|
|
921
771
|
* <p>The resource already exists.</p>
|
|
922
772
|
*/
|
|
@@ -955,20 +805,8 @@ export interface CreateLabelsRequest {
|
|
|
955
805
|
*/
|
|
956
806
|
AuthenticationToken?: string;
|
|
957
807
|
}
|
|
958
|
-
export declare namespace CreateLabelsRequest {
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
962
|
-
const filterSensitiveLog: (obj: CreateLabelsRequest) => any;
|
|
963
|
-
}
|
|
964
808
|
export interface CreateLabelsResponse {
|
|
965
809
|
}
|
|
966
|
-
export declare namespace CreateLabelsResponse {
|
|
967
|
-
/**
|
|
968
|
-
* @internal
|
|
969
|
-
*/
|
|
970
|
-
const filterSensitiveLog: (obj: CreateLabelsResponse) => any;
|
|
971
|
-
}
|
|
972
810
|
/**
|
|
973
811
|
* <p>The limit has been reached on the number of labels for the specified
|
|
974
812
|
* resource.</p>
|
|
@@ -1008,12 +846,6 @@ export interface CreateNotificationSubscriptionRequest {
|
|
|
1008
846
|
*/
|
|
1009
847
|
SubscriptionType: SubscriptionType | string | undefined;
|
|
1010
848
|
}
|
|
1011
|
-
export declare namespace CreateNotificationSubscriptionRequest {
|
|
1012
|
-
/**
|
|
1013
|
-
* @internal
|
|
1014
|
-
*/
|
|
1015
|
-
const filterSensitiveLog: (obj: CreateNotificationSubscriptionRequest) => any;
|
|
1016
|
-
}
|
|
1017
849
|
/**
|
|
1018
850
|
* <p>Describes a subscription.</p>
|
|
1019
851
|
*/
|
|
@@ -1031,24 +863,12 @@ export interface Subscription {
|
|
|
1031
863
|
*/
|
|
1032
864
|
Protocol?: SubscriptionProtocolType | string;
|
|
1033
865
|
}
|
|
1034
|
-
export declare namespace Subscription {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
|
-
const filterSensitiveLog: (obj: Subscription) => any;
|
|
1039
|
-
}
|
|
1040
866
|
export interface CreateNotificationSubscriptionResponse {
|
|
1041
867
|
/**
|
|
1042
868
|
* <p>The subscription.</p>
|
|
1043
869
|
*/
|
|
1044
870
|
Subscription?: Subscription;
|
|
1045
871
|
}
|
|
1046
|
-
export declare namespace CreateNotificationSubscriptionResponse {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
const filterSensitiveLog: (obj: CreateNotificationSubscriptionResponse) => any;
|
|
1051
|
-
}
|
|
1052
872
|
/**
|
|
1053
873
|
* <p>You've reached the limit on the number of subscriptions for the WorkDocs
|
|
1054
874
|
* instance.</p>
|
|
@@ -1100,24 +920,12 @@ export interface CreateUserRequest {
|
|
|
1100
920
|
*/
|
|
1101
921
|
AuthenticationToken?: string;
|
|
1102
922
|
}
|
|
1103
|
-
export declare namespace CreateUserRequest {
|
|
1104
|
-
/**
|
|
1105
|
-
* @internal
|
|
1106
|
-
*/
|
|
1107
|
-
const filterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
1108
|
-
}
|
|
1109
923
|
export interface CreateUserResponse {
|
|
1110
924
|
/**
|
|
1111
925
|
* <p>The user information.</p>
|
|
1112
926
|
*/
|
|
1113
927
|
User?: User;
|
|
1114
928
|
}
|
|
1115
|
-
export declare namespace CreateUserResponse {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
|
-
const filterSensitiveLog: (obj: CreateUserResponse) => any;
|
|
1120
|
-
}
|
|
1121
929
|
export interface DeactivateUserRequest {
|
|
1122
930
|
/**
|
|
1123
931
|
* <p>The ID of the user.</p>
|
|
@@ -1128,12 +936,6 @@ export interface DeactivateUserRequest {
|
|
|
1128
936
|
*/
|
|
1129
937
|
AuthenticationToken?: string;
|
|
1130
938
|
}
|
|
1131
|
-
export declare namespace DeactivateUserRequest {
|
|
1132
|
-
/**
|
|
1133
|
-
* @internal
|
|
1134
|
-
*/
|
|
1135
|
-
const filterSensitiveLog: (obj: DeactivateUserRequest) => any;
|
|
1136
|
-
}
|
|
1137
939
|
export interface DeleteCommentRequest {
|
|
1138
940
|
/**
|
|
1139
941
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -1152,12 +954,6 @@ export interface DeleteCommentRequest {
|
|
|
1152
954
|
*/
|
|
1153
955
|
CommentId: string | undefined;
|
|
1154
956
|
}
|
|
1155
|
-
export declare namespace DeleteCommentRequest {
|
|
1156
|
-
/**
|
|
1157
|
-
* @internal
|
|
1158
|
-
*/
|
|
1159
|
-
const filterSensitiveLog: (obj: DeleteCommentRequest) => any;
|
|
1160
|
-
}
|
|
1161
957
|
export interface DeleteCustomMetadataRequest {
|
|
1162
958
|
/**
|
|
1163
959
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -1182,20 +978,8 @@ export interface DeleteCustomMetadataRequest {
|
|
|
1182
978
|
*/
|
|
1183
979
|
DeleteAll?: boolean;
|
|
1184
980
|
}
|
|
1185
|
-
export declare namespace DeleteCustomMetadataRequest {
|
|
1186
|
-
/**
|
|
1187
|
-
* @internal
|
|
1188
|
-
*/
|
|
1189
|
-
const filterSensitiveLog: (obj: DeleteCustomMetadataRequest) => any;
|
|
1190
|
-
}
|
|
1191
981
|
export interface DeleteCustomMetadataResponse {
|
|
1192
982
|
}
|
|
1193
|
-
export declare namespace DeleteCustomMetadataResponse {
|
|
1194
|
-
/**
|
|
1195
|
-
* @internal
|
|
1196
|
-
*/
|
|
1197
|
-
const filterSensitiveLog: (obj: DeleteCustomMetadataResponse) => any;
|
|
1198
|
-
}
|
|
1199
983
|
/**
|
|
1200
984
|
* <p>The resource hierarchy is changing.</p>
|
|
1201
985
|
*/
|
|
@@ -1218,12 +1002,6 @@ export interface DeleteDocumentRequest {
|
|
|
1218
1002
|
*/
|
|
1219
1003
|
DocumentId: string | undefined;
|
|
1220
1004
|
}
|
|
1221
|
-
export declare namespace DeleteDocumentRequest {
|
|
1222
|
-
/**
|
|
1223
|
-
* @internal
|
|
1224
|
-
*/
|
|
1225
|
-
const filterSensitiveLog: (obj: DeleteDocumentRequest) => any;
|
|
1226
|
-
}
|
|
1227
1005
|
export interface DeleteFolderRequest {
|
|
1228
1006
|
/**
|
|
1229
1007
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -1234,12 +1012,6 @@ export interface DeleteFolderRequest {
|
|
|
1234
1012
|
*/
|
|
1235
1013
|
FolderId: string | undefined;
|
|
1236
1014
|
}
|
|
1237
|
-
export declare namespace DeleteFolderRequest {
|
|
1238
|
-
/**
|
|
1239
|
-
* @internal
|
|
1240
|
-
*/
|
|
1241
|
-
const filterSensitiveLog: (obj: DeleteFolderRequest) => any;
|
|
1242
|
-
}
|
|
1243
1015
|
export interface DeleteFolderContentsRequest {
|
|
1244
1016
|
/**
|
|
1245
1017
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -1250,12 +1022,6 @@ export interface DeleteFolderContentsRequest {
|
|
|
1250
1022
|
*/
|
|
1251
1023
|
FolderId: string | undefined;
|
|
1252
1024
|
}
|
|
1253
|
-
export declare namespace DeleteFolderContentsRequest {
|
|
1254
|
-
/**
|
|
1255
|
-
* @internal
|
|
1256
|
-
*/
|
|
1257
|
-
const filterSensitiveLog: (obj: DeleteFolderContentsRequest) => any;
|
|
1258
|
-
}
|
|
1259
1025
|
export interface DeleteLabelsRequest {
|
|
1260
1026
|
/**
|
|
1261
1027
|
* <p>The ID of the resource.</p>
|
|
@@ -1274,20 +1040,8 @@ export interface DeleteLabelsRequest {
|
|
|
1274
1040
|
*/
|
|
1275
1041
|
DeleteAll?: boolean;
|
|
1276
1042
|
}
|
|
1277
|
-
export declare namespace DeleteLabelsRequest {
|
|
1278
|
-
/**
|
|
1279
|
-
* @internal
|
|
1280
|
-
*/
|
|
1281
|
-
const filterSensitiveLog: (obj: DeleteLabelsRequest) => any;
|
|
1282
|
-
}
|
|
1283
1043
|
export interface DeleteLabelsResponse {
|
|
1284
1044
|
}
|
|
1285
|
-
export declare namespace DeleteLabelsResponse {
|
|
1286
|
-
/**
|
|
1287
|
-
* @internal
|
|
1288
|
-
*/
|
|
1289
|
-
const filterSensitiveLog: (obj: DeleteLabelsResponse) => any;
|
|
1290
|
-
}
|
|
1291
1045
|
export interface DeleteNotificationSubscriptionRequest {
|
|
1292
1046
|
/**
|
|
1293
1047
|
* <p>The ID of the subscription.</p>
|
|
@@ -1298,12 +1052,6 @@ export interface DeleteNotificationSubscriptionRequest {
|
|
|
1298
1052
|
*/
|
|
1299
1053
|
OrganizationId: string | undefined;
|
|
1300
1054
|
}
|
|
1301
|
-
export declare namespace DeleteNotificationSubscriptionRequest {
|
|
1302
|
-
/**
|
|
1303
|
-
* @internal
|
|
1304
|
-
*/
|
|
1305
|
-
const filterSensitiveLog: (obj: DeleteNotificationSubscriptionRequest) => any;
|
|
1306
|
-
}
|
|
1307
1055
|
export interface DeleteUserRequest {
|
|
1308
1056
|
/**
|
|
1309
1057
|
* <p>Amazon WorkDocs authentication token. Do not set this field when using
|
|
@@ -1315,12 +1063,6 @@ export interface DeleteUserRequest {
|
|
|
1315
1063
|
*/
|
|
1316
1064
|
UserId: string | undefined;
|
|
1317
1065
|
}
|
|
1318
|
-
export declare namespace DeleteUserRequest {
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
const filterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
1323
|
-
}
|
|
1324
1066
|
export interface DescribeActivitiesRequest {
|
|
1325
1067
|
/**
|
|
1326
1068
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -1372,12 +1114,6 @@ export interface DescribeActivitiesRequest {
|
|
|
1372
1114
|
*/
|
|
1373
1115
|
Marker?: string;
|
|
1374
1116
|
}
|
|
1375
|
-
export declare namespace DescribeActivitiesRequest {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
|
-
const filterSensitiveLog: (obj: DescribeActivitiesRequest) => any;
|
|
1380
|
-
}
|
|
1381
1117
|
export interface DescribeActivitiesResponse {
|
|
1382
1118
|
/**
|
|
1383
1119
|
* <p>The list of activities for the specified user and time period.</p>
|
|
@@ -1388,12 +1124,6 @@ export interface DescribeActivitiesResponse {
|
|
|
1388
1124
|
*/
|
|
1389
1125
|
Marker?: string;
|
|
1390
1126
|
}
|
|
1391
|
-
export declare namespace DescribeActivitiesResponse {
|
|
1392
|
-
/**
|
|
1393
|
-
* @internal
|
|
1394
|
-
*/
|
|
1395
|
-
const filterSensitiveLog: (obj: DescribeActivitiesResponse) => any;
|
|
1396
|
-
}
|
|
1397
1127
|
/**
|
|
1398
1128
|
* <p>The pagination marker or limit fields are not valid.</p>
|
|
1399
1129
|
*/
|
|
@@ -1429,12 +1159,6 @@ export interface DescribeCommentsRequest {
|
|
|
1429
1159
|
*/
|
|
1430
1160
|
Marker?: string;
|
|
1431
1161
|
}
|
|
1432
|
-
export declare namespace DescribeCommentsRequest {
|
|
1433
|
-
/**
|
|
1434
|
-
* @internal
|
|
1435
|
-
*/
|
|
1436
|
-
const filterSensitiveLog: (obj: DescribeCommentsRequest) => any;
|
|
1437
|
-
}
|
|
1438
1162
|
export interface DescribeCommentsResponse {
|
|
1439
1163
|
/**
|
|
1440
1164
|
* <p>The list of comments for the specified document version.</p>
|
|
@@ -1446,12 +1170,6 @@ export interface DescribeCommentsResponse {
|
|
|
1446
1170
|
*/
|
|
1447
1171
|
Marker?: string;
|
|
1448
1172
|
}
|
|
1449
|
-
export declare namespace DescribeCommentsResponse {
|
|
1450
|
-
/**
|
|
1451
|
-
* @internal
|
|
1452
|
-
*/
|
|
1453
|
-
const filterSensitiveLog: (obj: DescribeCommentsResponse) => any;
|
|
1454
|
-
}
|
|
1455
1173
|
export interface DescribeDocumentVersionsRequest {
|
|
1456
1174
|
/**
|
|
1457
1175
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -1481,12 +1199,6 @@ export interface DescribeDocumentVersionsRequest {
|
|
|
1481
1199
|
*/
|
|
1482
1200
|
Fields?: string;
|
|
1483
1201
|
}
|
|
1484
|
-
export declare namespace DescribeDocumentVersionsRequest {
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
|
-
const filterSensitiveLog: (obj: DescribeDocumentVersionsRequest) => any;
|
|
1489
|
-
}
|
|
1490
1202
|
export declare enum DocumentSourceType {
|
|
1491
1203
|
ORIGINAL = "ORIGINAL",
|
|
1492
1204
|
WITH_COMMENTS = "WITH_COMMENTS"
|
|
@@ -1557,12 +1269,6 @@ export interface DocumentVersionMetadata {
|
|
|
1557
1269
|
*/
|
|
1558
1270
|
Source?: Record<string, string>;
|
|
1559
1271
|
}
|
|
1560
|
-
export declare namespace DocumentVersionMetadata {
|
|
1561
|
-
/**
|
|
1562
|
-
* @internal
|
|
1563
|
-
*/
|
|
1564
|
-
const filterSensitiveLog: (obj: DocumentVersionMetadata) => any;
|
|
1565
|
-
}
|
|
1566
1272
|
export interface DescribeDocumentVersionsResponse {
|
|
1567
1273
|
/**
|
|
1568
1274
|
* <p>The document versions.</p>
|
|
@@ -1574,12 +1280,6 @@ export interface DescribeDocumentVersionsResponse {
|
|
|
1574
1280
|
*/
|
|
1575
1281
|
Marker?: string;
|
|
1576
1282
|
}
|
|
1577
|
-
export declare namespace DescribeDocumentVersionsResponse {
|
|
1578
|
-
/**
|
|
1579
|
-
* @internal
|
|
1580
|
-
*/
|
|
1581
|
-
const filterSensitiveLog: (obj: DescribeDocumentVersionsResponse) => any;
|
|
1582
|
-
}
|
|
1583
1283
|
export declare enum OrderType {
|
|
1584
1284
|
ASCENDING = "ASCENDING",
|
|
1585
1285
|
DESCENDING = "DESCENDING"
|
|
@@ -1629,12 +1329,6 @@ export interface DescribeFolderContentsRequest {
|
|
|
1629
1329
|
*/
|
|
1630
1330
|
Include?: string;
|
|
1631
1331
|
}
|
|
1632
|
-
export declare namespace DescribeFolderContentsRequest {
|
|
1633
|
-
/**
|
|
1634
|
-
* @internal
|
|
1635
|
-
*/
|
|
1636
|
-
const filterSensitiveLog: (obj: DescribeFolderContentsRequest) => any;
|
|
1637
|
-
}
|
|
1638
1332
|
/**
|
|
1639
1333
|
* <p>Describes the document.</p>
|
|
1640
1334
|
*/
|
|
@@ -1672,12 +1366,6 @@ export interface DocumentMetadata {
|
|
|
1672
1366
|
*/
|
|
1673
1367
|
Labels?: string[];
|
|
1674
1368
|
}
|
|
1675
|
-
export declare namespace DocumentMetadata {
|
|
1676
|
-
/**
|
|
1677
|
-
* @internal
|
|
1678
|
-
*/
|
|
1679
|
-
const filterSensitiveLog: (obj: DocumentMetadata) => any;
|
|
1680
|
-
}
|
|
1681
1369
|
export interface DescribeFolderContentsResponse {
|
|
1682
1370
|
/**
|
|
1683
1371
|
* <p>The subfolders in the specified folder.</p>
|
|
@@ -1693,12 +1381,6 @@ export interface DescribeFolderContentsResponse {
|
|
|
1693
1381
|
*/
|
|
1694
1382
|
Marker?: string;
|
|
1695
1383
|
}
|
|
1696
|
-
export declare namespace DescribeFolderContentsResponse {
|
|
1697
|
-
/**
|
|
1698
|
-
* @internal
|
|
1699
|
-
*/
|
|
1700
|
-
const filterSensitiveLog: (obj: DescribeFolderContentsResponse) => any;
|
|
1701
|
-
}
|
|
1702
1384
|
export interface DescribeGroupsRequest {
|
|
1703
1385
|
/**
|
|
1704
1386
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -1722,12 +1404,6 @@ export interface DescribeGroupsRequest {
|
|
|
1722
1404
|
*/
|
|
1723
1405
|
Limit?: number;
|
|
1724
1406
|
}
|
|
1725
|
-
export declare namespace DescribeGroupsRequest {
|
|
1726
|
-
/**
|
|
1727
|
-
* @internal
|
|
1728
|
-
*/
|
|
1729
|
-
const filterSensitiveLog: (obj: DescribeGroupsRequest) => any;
|
|
1730
|
-
}
|
|
1731
1407
|
export interface DescribeGroupsResponse {
|
|
1732
1408
|
/**
|
|
1733
1409
|
* <p>The list of groups.</p>
|
|
@@ -1739,12 +1415,6 @@ export interface DescribeGroupsResponse {
|
|
|
1739
1415
|
*/
|
|
1740
1416
|
Marker?: string;
|
|
1741
1417
|
}
|
|
1742
|
-
export declare namespace DescribeGroupsResponse {
|
|
1743
|
-
/**
|
|
1744
|
-
* @internal
|
|
1745
|
-
*/
|
|
1746
|
-
const filterSensitiveLog: (obj: DescribeGroupsResponse) => any;
|
|
1747
|
-
}
|
|
1748
1418
|
export interface DescribeNotificationSubscriptionsRequest {
|
|
1749
1419
|
/**
|
|
1750
1420
|
* <p>The ID of the organization.</p>
|
|
@@ -1760,12 +1430,6 @@ export interface DescribeNotificationSubscriptionsRequest {
|
|
|
1760
1430
|
*/
|
|
1761
1431
|
Limit?: number;
|
|
1762
1432
|
}
|
|
1763
|
-
export declare namespace DescribeNotificationSubscriptionsRequest {
|
|
1764
|
-
/**
|
|
1765
|
-
* @internal
|
|
1766
|
-
*/
|
|
1767
|
-
const filterSensitiveLog: (obj: DescribeNotificationSubscriptionsRequest) => any;
|
|
1768
|
-
}
|
|
1769
1433
|
export interface DescribeNotificationSubscriptionsResponse {
|
|
1770
1434
|
/**
|
|
1771
1435
|
* <p>The subscriptions.</p>
|
|
@@ -1777,12 +1441,6 @@ export interface DescribeNotificationSubscriptionsResponse {
|
|
|
1777
1441
|
*/
|
|
1778
1442
|
Marker?: string;
|
|
1779
1443
|
}
|
|
1780
|
-
export declare namespace DescribeNotificationSubscriptionsResponse {
|
|
1781
|
-
/**
|
|
1782
|
-
* @internal
|
|
1783
|
-
*/
|
|
1784
|
-
const filterSensitiveLog: (obj: DescribeNotificationSubscriptionsResponse) => any;
|
|
1785
|
-
}
|
|
1786
1444
|
export interface DescribeResourcePermissionsRequest {
|
|
1787
1445
|
/**
|
|
1788
1446
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -1806,12 +1464,6 @@ export interface DescribeResourcePermissionsRequest {
|
|
|
1806
1464
|
*/
|
|
1807
1465
|
Marker?: string;
|
|
1808
1466
|
}
|
|
1809
|
-
export declare namespace DescribeResourcePermissionsRequest {
|
|
1810
|
-
/**
|
|
1811
|
-
* @internal
|
|
1812
|
-
*/
|
|
1813
|
-
const filterSensitiveLog: (obj: DescribeResourcePermissionsRequest) => any;
|
|
1814
|
-
}
|
|
1815
1467
|
export declare enum RolePermissionType {
|
|
1816
1468
|
DIRECT = "DIRECT",
|
|
1817
1469
|
INHERITED = "INHERITED"
|
|
@@ -1829,12 +1481,6 @@ export interface PermissionInfo {
|
|
|
1829
1481
|
*/
|
|
1830
1482
|
Type?: RolePermissionType | string;
|
|
1831
1483
|
}
|
|
1832
|
-
export declare namespace PermissionInfo {
|
|
1833
|
-
/**
|
|
1834
|
-
* @internal
|
|
1835
|
-
*/
|
|
1836
|
-
const filterSensitiveLog: (obj: PermissionInfo) => any;
|
|
1837
|
-
}
|
|
1838
1484
|
/**
|
|
1839
1485
|
* <p>Describes a resource.</p>
|
|
1840
1486
|
*/
|
|
@@ -1852,12 +1498,6 @@ export interface Principal {
|
|
|
1852
1498
|
*/
|
|
1853
1499
|
Roles?: PermissionInfo[];
|
|
1854
1500
|
}
|
|
1855
|
-
export declare namespace Principal {
|
|
1856
|
-
/**
|
|
1857
|
-
* @internal
|
|
1858
|
-
*/
|
|
1859
|
-
const filterSensitiveLog: (obj: Principal) => any;
|
|
1860
|
-
}
|
|
1861
1501
|
export interface DescribeResourcePermissionsResponse {
|
|
1862
1502
|
/**
|
|
1863
1503
|
* <p>The principals.</p>
|
|
@@ -1869,12 +1509,6 @@ export interface DescribeResourcePermissionsResponse {
|
|
|
1869
1509
|
*/
|
|
1870
1510
|
Marker?: string;
|
|
1871
1511
|
}
|
|
1872
|
-
export declare namespace DescribeResourcePermissionsResponse {
|
|
1873
|
-
/**
|
|
1874
|
-
* @internal
|
|
1875
|
-
*/
|
|
1876
|
-
const filterSensitiveLog: (obj: DescribeResourcePermissionsResponse) => any;
|
|
1877
|
-
}
|
|
1878
1512
|
export interface DescribeRootFoldersRequest {
|
|
1879
1513
|
/**
|
|
1880
1514
|
* <p>Amazon WorkDocs authentication token.</p>
|
|
@@ -1890,12 +1524,6 @@ export interface DescribeRootFoldersRequest {
|
|
|
1890
1524
|
*/
|
|
1891
1525
|
Marker?: string;
|
|
1892
1526
|
}
|
|
1893
|
-
export declare namespace DescribeRootFoldersRequest {
|
|
1894
|
-
/**
|
|
1895
|
-
* @internal
|
|
1896
|
-
*/
|
|
1897
|
-
const filterSensitiveLog: (obj: DescribeRootFoldersRequest) => any;
|
|
1898
|
-
}
|
|
1899
1527
|
export interface DescribeRootFoldersResponse {
|
|
1900
1528
|
/**
|
|
1901
1529
|
* <p>The user's special folders.</p>
|
|
@@ -1906,12 +1534,6 @@ export interface DescribeRootFoldersResponse {
|
|
|
1906
1534
|
*/
|
|
1907
1535
|
Marker?: string;
|
|
1908
1536
|
}
|
|
1909
|
-
export declare namespace DescribeRootFoldersResponse {
|
|
1910
|
-
/**
|
|
1911
|
-
* @internal
|
|
1912
|
-
*/
|
|
1913
|
-
const filterSensitiveLog: (obj: DescribeRootFoldersResponse) => any;
|
|
1914
|
-
}
|
|
1915
1537
|
export declare enum UserFilterType {
|
|
1916
1538
|
ACTIVE_PENDING = "ACTIVE_PENDING",
|
|
1917
1539
|
ALL = "ALL"
|
|
@@ -1967,12 +1589,6 @@ export interface DescribeUsersRequest {
|
|
|
1967
1589
|
*/
|
|
1968
1590
|
Fields?: string;
|
|
1969
1591
|
}
|
|
1970
|
-
export declare namespace DescribeUsersRequest {
|
|
1971
|
-
/**
|
|
1972
|
-
* @internal
|
|
1973
|
-
*/
|
|
1974
|
-
const filterSensitiveLog: (obj: DescribeUsersRequest) => any;
|
|
1975
|
-
}
|
|
1976
1592
|
export interface DescribeUsersResponse {
|
|
1977
1593
|
/**
|
|
1978
1594
|
* <p>The users.</p>
|
|
@@ -1990,12 +1606,6 @@ export interface DescribeUsersResponse {
|
|
|
1990
1606
|
*/
|
|
1991
1607
|
Marker?: string;
|
|
1992
1608
|
}
|
|
1993
|
-
export declare namespace DescribeUsersResponse {
|
|
1994
|
-
/**
|
|
1995
|
-
* @internal
|
|
1996
|
-
*/
|
|
1997
|
-
const filterSensitiveLog: (obj: DescribeUsersResponse) => any;
|
|
1998
|
-
}
|
|
1999
1609
|
/**
|
|
2000
1610
|
* <p>The response is too large to return. The request must include a filter to reduce the size of the response.</p>
|
|
2001
1611
|
*/
|
|
@@ -2014,24 +1624,12 @@ export interface GetCurrentUserRequest {
|
|
|
2014
1624
|
*/
|
|
2015
1625
|
AuthenticationToken: string | undefined;
|
|
2016
1626
|
}
|
|
2017
|
-
export declare namespace GetCurrentUserRequest {
|
|
2018
|
-
/**
|
|
2019
|
-
* @internal
|
|
2020
|
-
*/
|
|
2021
|
-
const filterSensitiveLog: (obj: GetCurrentUserRequest) => any;
|
|
2022
|
-
}
|
|
2023
1627
|
export interface GetCurrentUserResponse {
|
|
2024
1628
|
/**
|
|
2025
1629
|
* <p>Metadata of the user.</p>
|
|
2026
1630
|
*/
|
|
2027
1631
|
User?: User;
|
|
2028
1632
|
}
|
|
2029
|
-
export declare namespace GetCurrentUserResponse {
|
|
2030
|
-
/**
|
|
2031
|
-
* @internal
|
|
2032
|
-
*/
|
|
2033
|
-
const filterSensitiveLog: (obj: GetCurrentUserResponse) => any;
|
|
2034
|
-
}
|
|
2035
1633
|
export interface GetDocumentRequest {
|
|
2036
1634
|
/**
|
|
2037
1635
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -2046,12 +1644,6 @@ export interface GetDocumentRequest {
|
|
|
2046
1644
|
*/
|
|
2047
1645
|
IncludeCustomMetadata?: boolean;
|
|
2048
1646
|
}
|
|
2049
|
-
export declare namespace GetDocumentRequest {
|
|
2050
|
-
/**
|
|
2051
|
-
* @internal
|
|
2052
|
-
*/
|
|
2053
|
-
const filterSensitiveLog: (obj: GetDocumentRequest) => any;
|
|
2054
|
-
}
|
|
2055
1647
|
export interface GetDocumentResponse {
|
|
2056
1648
|
/**
|
|
2057
1649
|
* <p>The metadata details of the document.</p>
|
|
@@ -2062,12 +1654,6 @@ export interface GetDocumentResponse {
|
|
|
2062
1654
|
*/
|
|
2063
1655
|
CustomMetadata?: Record<string, string>;
|
|
2064
1656
|
}
|
|
2065
|
-
export declare namespace GetDocumentResponse {
|
|
2066
|
-
/**
|
|
2067
|
-
* @internal
|
|
2068
|
-
*/
|
|
2069
|
-
const filterSensitiveLog: (obj: GetDocumentResponse) => any;
|
|
2070
|
-
}
|
|
2071
1657
|
/**
|
|
2072
1658
|
* <p>The password is invalid.</p>
|
|
2073
1659
|
*/
|
|
@@ -2103,12 +1689,6 @@ export interface GetDocumentPathRequest {
|
|
|
2103
1689
|
*/
|
|
2104
1690
|
Marker?: string;
|
|
2105
1691
|
}
|
|
2106
|
-
export declare namespace GetDocumentPathRequest {
|
|
2107
|
-
/**
|
|
2108
|
-
* @internal
|
|
2109
|
-
*/
|
|
2110
|
-
const filterSensitiveLog: (obj: GetDocumentPathRequest) => any;
|
|
2111
|
-
}
|
|
2112
1692
|
/**
|
|
2113
1693
|
* <p>Describes the resource path.</p>
|
|
2114
1694
|
*/
|
|
@@ -2122,12 +1702,6 @@ export interface ResourcePathComponent {
|
|
|
2122
1702
|
*/
|
|
2123
1703
|
Name?: string;
|
|
2124
1704
|
}
|
|
2125
|
-
export declare namespace ResourcePathComponent {
|
|
2126
|
-
/**
|
|
2127
|
-
* @internal
|
|
2128
|
-
*/
|
|
2129
|
-
const filterSensitiveLog: (obj: ResourcePathComponent) => any;
|
|
2130
|
-
}
|
|
2131
1705
|
/**
|
|
2132
1706
|
* <p>Describes the path information of a resource.</p>
|
|
2133
1707
|
*/
|
|
@@ -2137,24 +1711,12 @@ export interface ResourcePath {
|
|
|
2137
1711
|
*/
|
|
2138
1712
|
Components?: ResourcePathComponent[];
|
|
2139
1713
|
}
|
|
2140
|
-
export declare namespace ResourcePath {
|
|
2141
|
-
/**
|
|
2142
|
-
* @internal
|
|
2143
|
-
*/
|
|
2144
|
-
const filterSensitiveLog: (obj: ResourcePath) => any;
|
|
2145
|
-
}
|
|
2146
1714
|
export interface GetDocumentPathResponse {
|
|
2147
1715
|
/**
|
|
2148
1716
|
* <p>The path information.</p>
|
|
2149
1717
|
*/
|
|
2150
1718
|
Path?: ResourcePath;
|
|
2151
1719
|
}
|
|
2152
|
-
export declare namespace GetDocumentPathResponse {
|
|
2153
|
-
/**
|
|
2154
|
-
* @internal
|
|
2155
|
-
*/
|
|
2156
|
-
const filterSensitiveLog: (obj: GetDocumentPathResponse) => any;
|
|
2157
|
-
}
|
|
2158
1720
|
export interface GetDocumentVersionRequest {
|
|
2159
1721
|
/**
|
|
2160
1722
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -2178,12 +1740,6 @@ export interface GetDocumentVersionRequest {
|
|
|
2178
1740
|
*/
|
|
2179
1741
|
IncludeCustomMetadata?: boolean;
|
|
2180
1742
|
}
|
|
2181
|
-
export declare namespace GetDocumentVersionRequest {
|
|
2182
|
-
/**
|
|
2183
|
-
* @internal
|
|
2184
|
-
*/
|
|
2185
|
-
const filterSensitiveLog: (obj: GetDocumentVersionRequest) => any;
|
|
2186
|
-
}
|
|
2187
1743
|
export interface GetDocumentVersionResponse {
|
|
2188
1744
|
/**
|
|
2189
1745
|
* <p>The version metadata.</p>
|
|
@@ -2194,12 +1750,6 @@ export interface GetDocumentVersionResponse {
|
|
|
2194
1750
|
*/
|
|
2195
1751
|
CustomMetadata?: Record<string, string>;
|
|
2196
1752
|
}
|
|
2197
|
-
export declare namespace GetDocumentVersionResponse {
|
|
2198
|
-
/**
|
|
2199
|
-
* @internal
|
|
2200
|
-
*/
|
|
2201
|
-
const filterSensitiveLog: (obj: GetDocumentVersionResponse) => any;
|
|
2202
|
-
}
|
|
2203
1753
|
export interface GetFolderRequest {
|
|
2204
1754
|
/**
|
|
2205
1755
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -2214,12 +1764,6 @@ export interface GetFolderRequest {
|
|
|
2214
1764
|
*/
|
|
2215
1765
|
IncludeCustomMetadata?: boolean;
|
|
2216
1766
|
}
|
|
2217
|
-
export declare namespace GetFolderRequest {
|
|
2218
|
-
/**
|
|
2219
|
-
* @internal
|
|
2220
|
-
*/
|
|
2221
|
-
const filterSensitiveLog: (obj: GetFolderRequest) => any;
|
|
2222
|
-
}
|
|
2223
1767
|
export interface GetFolderResponse {
|
|
2224
1768
|
/**
|
|
2225
1769
|
* <p>The metadata of the folder.</p>
|
|
@@ -2230,12 +1774,6 @@ export interface GetFolderResponse {
|
|
|
2230
1774
|
*/
|
|
2231
1775
|
CustomMetadata?: Record<string, string>;
|
|
2232
1776
|
}
|
|
2233
|
-
export declare namespace GetFolderResponse {
|
|
2234
|
-
/**
|
|
2235
|
-
* @internal
|
|
2236
|
-
*/
|
|
2237
|
-
const filterSensitiveLog: (obj: GetFolderResponse) => any;
|
|
2238
|
-
}
|
|
2239
1777
|
export interface GetFolderPathRequest {
|
|
2240
1778
|
/**
|
|
2241
1779
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -2259,24 +1797,12 @@ export interface GetFolderPathRequest {
|
|
|
2259
1797
|
*/
|
|
2260
1798
|
Marker?: string;
|
|
2261
1799
|
}
|
|
2262
|
-
export declare namespace GetFolderPathRequest {
|
|
2263
|
-
/**
|
|
2264
|
-
* @internal
|
|
2265
|
-
*/
|
|
2266
|
-
const filterSensitiveLog: (obj: GetFolderPathRequest) => any;
|
|
2267
|
-
}
|
|
2268
1800
|
export interface GetFolderPathResponse {
|
|
2269
1801
|
/**
|
|
2270
1802
|
* <p>The path information.</p>
|
|
2271
1803
|
*/
|
|
2272
1804
|
Path?: ResourcePath;
|
|
2273
1805
|
}
|
|
2274
|
-
export declare namespace GetFolderPathResponse {
|
|
2275
|
-
/**
|
|
2276
|
-
* @internal
|
|
2277
|
-
*/
|
|
2278
|
-
const filterSensitiveLog: (obj: GetFolderPathResponse) => any;
|
|
2279
|
-
}
|
|
2280
1806
|
export declare enum ResourceCollectionType {
|
|
2281
1807
|
SHARED_WITH_ME = "SHARED_WITH_ME"
|
|
2282
1808
|
}
|
|
@@ -2303,12 +1829,6 @@ export interface GetResourcesRequest {
|
|
|
2303
1829
|
*/
|
|
2304
1830
|
Marker?: string;
|
|
2305
1831
|
}
|
|
2306
|
-
export declare namespace GetResourcesRequest {
|
|
2307
|
-
/**
|
|
2308
|
-
* @internal
|
|
2309
|
-
*/
|
|
2310
|
-
const filterSensitiveLog: (obj: GetResourcesRequest) => any;
|
|
2311
|
-
}
|
|
2312
1832
|
export interface GetResourcesResponse {
|
|
2313
1833
|
/**
|
|
2314
1834
|
* <p>The folders in the specified folder.</p>
|
|
@@ -2323,12 +1843,6 @@ export interface GetResourcesResponse {
|
|
|
2323
1843
|
*/
|
|
2324
1844
|
Marker?: string;
|
|
2325
1845
|
}
|
|
2326
|
-
export declare namespace GetResourcesResponse {
|
|
2327
|
-
/**
|
|
2328
|
-
* @internal
|
|
2329
|
-
*/
|
|
2330
|
-
const filterSensitiveLog: (obj: GetResourcesResponse) => any;
|
|
2331
|
-
}
|
|
2332
1846
|
/**
|
|
2333
1847
|
* <p>This exception is thrown when a valid checkout ID is not presented on document
|
|
2334
1848
|
* version upload calls for a document that has been checked out from Web client.</p>
|
|
@@ -2376,12 +1890,6 @@ export interface InitiateDocumentVersionUploadRequest {
|
|
|
2376
1890
|
*/
|
|
2377
1891
|
ParentFolderId: string | undefined;
|
|
2378
1892
|
}
|
|
2379
|
-
export declare namespace InitiateDocumentVersionUploadRequest {
|
|
2380
|
-
/**
|
|
2381
|
-
* @internal
|
|
2382
|
-
*/
|
|
2383
|
-
const filterSensitiveLog: (obj: InitiateDocumentVersionUploadRequest) => any;
|
|
2384
|
-
}
|
|
2385
1893
|
/**
|
|
2386
1894
|
* <p>Describes the upload.</p>
|
|
2387
1895
|
*/
|
|
@@ -2395,12 +1903,6 @@ export interface UploadMetadata {
|
|
|
2395
1903
|
*/
|
|
2396
1904
|
SignedHeaders?: Record<string, string>;
|
|
2397
1905
|
}
|
|
2398
|
-
export declare namespace UploadMetadata {
|
|
2399
|
-
/**
|
|
2400
|
-
* @internal
|
|
2401
|
-
*/
|
|
2402
|
-
const filterSensitiveLog: (obj: UploadMetadata) => any;
|
|
2403
|
-
}
|
|
2404
1906
|
export interface InitiateDocumentVersionUploadResponse {
|
|
2405
1907
|
/**
|
|
2406
1908
|
* <p>The document metadata.</p>
|
|
@@ -2411,12 +1913,6 @@ export interface InitiateDocumentVersionUploadResponse {
|
|
|
2411
1913
|
*/
|
|
2412
1914
|
UploadMetadata?: UploadMetadata;
|
|
2413
1915
|
}
|
|
2414
|
-
export declare namespace InitiateDocumentVersionUploadResponse {
|
|
2415
|
-
/**
|
|
2416
|
-
* @internal
|
|
2417
|
-
*/
|
|
2418
|
-
const filterSensitiveLog: (obj: InitiateDocumentVersionUploadResponse) => any;
|
|
2419
|
-
}
|
|
2420
1916
|
/**
|
|
2421
1917
|
* <p>The resource is already checked out.</p>
|
|
2422
1918
|
*/
|
|
@@ -2463,12 +1959,6 @@ export interface RemoveAllResourcePermissionsRequest {
|
|
|
2463
1959
|
*/
|
|
2464
1960
|
ResourceId: string | undefined;
|
|
2465
1961
|
}
|
|
2466
|
-
export declare namespace RemoveAllResourcePermissionsRequest {
|
|
2467
|
-
/**
|
|
2468
|
-
* @internal
|
|
2469
|
-
*/
|
|
2470
|
-
const filterSensitiveLog: (obj: RemoveAllResourcePermissionsRequest) => any;
|
|
2471
|
-
}
|
|
2472
1962
|
export interface RemoveResourcePermissionRequest {
|
|
2473
1963
|
/**
|
|
2474
1964
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -2487,12 +1977,6 @@ export interface RemoveResourcePermissionRequest {
|
|
|
2487
1977
|
*/
|
|
2488
1978
|
PrincipalType?: PrincipalType | string;
|
|
2489
1979
|
}
|
|
2490
|
-
export declare namespace RemoveResourcePermissionRequest {
|
|
2491
|
-
/**
|
|
2492
|
-
* @internal
|
|
2493
|
-
*/
|
|
2494
|
-
const filterSensitiveLog: (obj: RemoveResourcePermissionRequest) => any;
|
|
2495
|
-
}
|
|
2496
1980
|
export interface UpdateDocumentRequest {
|
|
2497
1981
|
/**
|
|
2498
1982
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -2516,12 +2000,6 @@ export interface UpdateDocumentRequest {
|
|
|
2516
2000
|
*/
|
|
2517
2001
|
ResourceState?: ResourceStateType | string;
|
|
2518
2002
|
}
|
|
2519
|
-
export declare namespace UpdateDocumentRequest {
|
|
2520
|
-
/**
|
|
2521
|
-
* @internal
|
|
2522
|
-
*/
|
|
2523
|
-
const filterSensitiveLog: (obj: UpdateDocumentRequest) => any;
|
|
2524
|
-
}
|
|
2525
2003
|
/**
|
|
2526
2004
|
* <p>The operation is invalid.</p>
|
|
2527
2005
|
*/
|
|
@@ -2555,12 +2033,6 @@ export interface UpdateDocumentVersionRequest {
|
|
|
2555
2033
|
*/
|
|
2556
2034
|
VersionStatus?: DocumentVersionStatus | string;
|
|
2557
2035
|
}
|
|
2558
|
-
export declare namespace UpdateDocumentVersionRequest {
|
|
2559
|
-
/**
|
|
2560
|
-
* @internal
|
|
2561
|
-
*/
|
|
2562
|
-
const filterSensitiveLog: (obj: UpdateDocumentVersionRequest) => any;
|
|
2563
|
-
}
|
|
2564
2036
|
export interface UpdateFolderRequest {
|
|
2565
2037
|
/**
|
|
2566
2038
|
* <p>Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.</p>
|
|
@@ -2584,12 +2056,6 @@ export interface UpdateFolderRequest {
|
|
|
2584
2056
|
*/
|
|
2585
2057
|
ResourceState?: ResourceStateType | string;
|
|
2586
2058
|
}
|
|
2587
|
-
export declare namespace UpdateFolderRequest {
|
|
2588
|
-
/**
|
|
2589
|
-
* @internal
|
|
2590
|
-
*/
|
|
2591
|
-
const filterSensitiveLog: (obj: UpdateFolderRequest) => any;
|
|
2592
|
-
}
|
|
2593
2059
|
/**
|
|
2594
2060
|
* <p>The last user in the organization is being deactivated.</p>
|
|
2595
2061
|
*/
|
|
@@ -2657,21 +2123,373 @@ export interface UpdateUserRequest {
|
|
|
2657
2123
|
*/
|
|
2658
2124
|
GrantPoweruserPrivileges?: BooleanEnumType | string;
|
|
2659
2125
|
}
|
|
2660
|
-
export declare namespace UpdateUserRequest {
|
|
2661
|
-
/**
|
|
2662
|
-
* @internal
|
|
2663
|
-
*/
|
|
2664
|
-
const filterSensitiveLog: (obj: UpdateUserRequest) => any;
|
|
2665
|
-
}
|
|
2666
2126
|
export interface UpdateUserResponse {
|
|
2667
2127
|
/**
|
|
2668
2128
|
* <p>The user information.</p>
|
|
2669
2129
|
*/
|
|
2670
2130
|
User?: User;
|
|
2671
2131
|
}
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2132
|
+
/**
|
|
2133
|
+
* @internal
|
|
2134
|
+
*/
|
|
2135
|
+
export declare const AbortDocumentVersionUploadRequestFilterSensitiveLog: (obj: AbortDocumentVersionUploadRequest) => any;
|
|
2136
|
+
/**
|
|
2137
|
+
* @internal
|
|
2138
|
+
*/
|
|
2139
|
+
export declare const ActivateUserRequestFilterSensitiveLog: (obj: ActivateUserRequest) => any;
|
|
2140
|
+
/**
|
|
2141
|
+
* @internal
|
|
2142
|
+
*/
|
|
2143
|
+
export declare const StorageRuleTypeFilterSensitiveLog: (obj: StorageRuleType) => any;
|
|
2144
|
+
/**
|
|
2145
|
+
* @internal
|
|
2146
|
+
*/
|
|
2147
|
+
export declare const UserStorageMetadataFilterSensitiveLog: (obj: UserStorageMetadata) => any;
|
|
2148
|
+
/**
|
|
2149
|
+
* @internal
|
|
2150
|
+
*/
|
|
2151
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
2152
|
+
/**
|
|
2153
|
+
* @internal
|
|
2154
|
+
*/
|
|
2155
|
+
export declare const ActivateUserResponseFilterSensitiveLog: (obj: ActivateUserResponse) => any;
|
|
2156
|
+
/**
|
|
2157
|
+
* @internal
|
|
2158
|
+
*/
|
|
2159
|
+
export declare const CommentMetadataFilterSensitiveLog: (obj: CommentMetadata) => any;
|
|
2160
|
+
/**
|
|
2161
|
+
* @internal
|
|
2162
|
+
*/
|
|
2163
|
+
export declare const UserMetadataFilterSensitiveLog: (obj: UserMetadata) => any;
|
|
2164
|
+
/**
|
|
2165
|
+
* @internal
|
|
2166
|
+
*/
|
|
2167
|
+
export declare const ResourceMetadataFilterSensitiveLog: (obj: ResourceMetadata) => any;
|
|
2168
|
+
/**
|
|
2169
|
+
* @internal
|
|
2170
|
+
*/
|
|
2171
|
+
export declare const GroupMetadataFilterSensitiveLog: (obj: GroupMetadata) => any;
|
|
2172
|
+
/**
|
|
2173
|
+
* @internal
|
|
2174
|
+
*/
|
|
2175
|
+
export declare const ParticipantsFilterSensitiveLog: (obj: Participants) => any;
|
|
2176
|
+
/**
|
|
2177
|
+
* @internal
|
|
2178
|
+
*/
|
|
2179
|
+
export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
|
|
2180
|
+
/**
|
|
2181
|
+
* @internal
|
|
2182
|
+
*/
|
|
2183
|
+
export declare const NotificationOptionsFilterSensitiveLog: (obj: NotificationOptions) => any;
|
|
2184
|
+
/**
|
|
2185
|
+
* @internal
|
|
2186
|
+
*/
|
|
2187
|
+
export declare const SharePrincipalFilterSensitiveLog: (obj: SharePrincipal) => any;
|
|
2188
|
+
/**
|
|
2189
|
+
* @internal
|
|
2190
|
+
*/
|
|
2191
|
+
export declare const AddResourcePermissionsRequestFilterSensitiveLog: (obj: AddResourcePermissionsRequest) => any;
|
|
2192
|
+
/**
|
|
2193
|
+
* @internal
|
|
2194
|
+
*/
|
|
2195
|
+
export declare const ShareResultFilterSensitiveLog: (obj: ShareResult) => any;
|
|
2196
|
+
/**
|
|
2197
|
+
* @internal
|
|
2198
|
+
*/
|
|
2199
|
+
export declare const AddResourcePermissionsResponseFilterSensitiveLog: (obj: AddResourcePermissionsResponse) => any;
|
|
2200
|
+
/**
|
|
2201
|
+
* @internal
|
|
2202
|
+
*/
|
|
2203
|
+
export declare const CreateCommentRequestFilterSensitiveLog: (obj: CreateCommentRequest) => any;
|
|
2204
|
+
/**
|
|
2205
|
+
* @internal
|
|
2206
|
+
*/
|
|
2207
|
+
export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
|
|
2208
|
+
/**
|
|
2209
|
+
* @internal
|
|
2210
|
+
*/
|
|
2211
|
+
export declare const CreateCommentResponseFilterSensitiveLog: (obj: CreateCommentResponse) => any;
|
|
2212
|
+
/**
|
|
2213
|
+
* @internal
|
|
2214
|
+
*/
|
|
2215
|
+
export declare const CreateCustomMetadataRequestFilterSensitiveLog: (obj: CreateCustomMetadataRequest) => any;
|
|
2216
|
+
/**
|
|
2217
|
+
* @internal
|
|
2218
|
+
*/
|
|
2219
|
+
export declare const CreateCustomMetadataResponseFilterSensitiveLog: (obj: CreateCustomMetadataResponse) => any;
|
|
2220
|
+
/**
|
|
2221
|
+
* @internal
|
|
2222
|
+
*/
|
|
2223
|
+
export declare const CreateFolderRequestFilterSensitiveLog: (obj: CreateFolderRequest) => any;
|
|
2224
|
+
/**
|
|
2225
|
+
* @internal
|
|
2226
|
+
*/
|
|
2227
|
+
export declare const FolderMetadataFilterSensitiveLog: (obj: FolderMetadata) => any;
|
|
2228
|
+
/**
|
|
2229
|
+
* @internal
|
|
2230
|
+
*/
|
|
2231
|
+
export declare const CreateFolderResponseFilterSensitiveLog: (obj: CreateFolderResponse) => any;
|
|
2232
|
+
/**
|
|
2233
|
+
* @internal
|
|
2234
|
+
*/
|
|
2235
|
+
export declare const CreateLabelsRequestFilterSensitiveLog: (obj: CreateLabelsRequest) => any;
|
|
2236
|
+
/**
|
|
2237
|
+
* @internal
|
|
2238
|
+
*/
|
|
2239
|
+
export declare const CreateLabelsResponseFilterSensitiveLog: (obj: CreateLabelsResponse) => any;
|
|
2240
|
+
/**
|
|
2241
|
+
* @internal
|
|
2242
|
+
*/
|
|
2243
|
+
export declare const CreateNotificationSubscriptionRequestFilterSensitiveLog: (obj: CreateNotificationSubscriptionRequest) => any;
|
|
2244
|
+
/**
|
|
2245
|
+
* @internal
|
|
2246
|
+
*/
|
|
2247
|
+
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
2248
|
+
/**
|
|
2249
|
+
* @internal
|
|
2250
|
+
*/
|
|
2251
|
+
export declare const CreateNotificationSubscriptionResponseFilterSensitiveLog: (obj: CreateNotificationSubscriptionResponse) => any;
|
|
2252
|
+
/**
|
|
2253
|
+
* @internal
|
|
2254
|
+
*/
|
|
2255
|
+
export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
2256
|
+
/**
|
|
2257
|
+
* @internal
|
|
2258
|
+
*/
|
|
2259
|
+
export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
|
|
2260
|
+
/**
|
|
2261
|
+
* @internal
|
|
2262
|
+
*/
|
|
2263
|
+
export declare const DeactivateUserRequestFilterSensitiveLog: (obj: DeactivateUserRequest) => any;
|
|
2264
|
+
/**
|
|
2265
|
+
* @internal
|
|
2266
|
+
*/
|
|
2267
|
+
export declare const DeleteCommentRequestFilterSensitiveLog: (obj: DeleteCommentRequest) => any;
|
|
2268
|
+
/**
|
|
2269
|
+
* @internal
|
|
2270
|
+
*/
|
|
2271
|
+
export declare const DeleteCustomMetadataRequestFilterSensitiveLog: (obj: DeleteCustomMetadataRequest) => any;
|
|
2272
|
+
/**
|
|
2273
|
+
* @internal
|
|
2274
|
+
*/
|
|
2275
|
+
export declare const DeleteCustomMetadataResponseFilterSensitiveLog: (obj: DeleteCustomMetadataResponse) => any;
|
|
2276
|
+
/**
|
|
2277
|
+
* @internal
|
|
2278
|
+
*/
|
|
2279
|
+
export declare const DeleteDocumentRequestFilterSensitiveLog: (obj: DeleteDocumentRequest) => any;
|
|
2280
|
+
/**
|
|
2281
|
+
* @internal
|
|
2282
|
+
*/
|
|
2283
|
+
export declare const DeleteFolderRequestFilterSensitiveLog: (obj: DeleteFolderRequest) => any;
|
|
2284
|
+
/**
|
|
2285
|
+
* @internal
|
|
2286
|
+
*/
|
|
2287
|
+
export declare const DeleteFolderContentsRequestFilterSensitiveLog: (obj: DeleteFolderContentsRequest) => any;
|
|
2288
|
+
/**
|
|
2289
|
+
* @internal
|
|
2290
|
+
*/
|
|
2291
|
+
export declare const DeleteLabelsRequestFilterSensitiveLog: (obj: DeleteLabelsRequest) => any;
|
|
2292
|
+
/**
|
|
2293
|
+
* @internal
|
|
2294
|
+
*/
|
|
2295
|
+
export declare const DeleteLabelsResponseFilterSensitiveLog: (obj: DeleteLabelsResponse) => any;
|
|
2296
|
+
/**
|
|
2297
|
+
* @internal
|
|
2298
|
+
*/
|
|
2299
|
+
export declare const DeleteNotificationSubscriptionRequestFilterSensitiveLog: (obj: DeleteNotificationSubscriptionRequest) => any;
|
|
2300
|
+
/**
|
|
2301
|
+
* @internal
|
|
2302
|
+
*/
|
|
2303
|
+
export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
2304
|
+
/**
|
|
2305
|
+
* @internal
|
|
2306
|
+
*/
|
|
2307
|
+
export declare const DescribeActivitiesRequestFilterSensitiveLog: (obj: DescribeActivitiesRequest) => any;
|
|
2308
|
+
/**
|
|
2309
|
+
* @internal
|
|
2310
|
+
*/
|
|
2311
|
+
export declare const DescribeActivitiesResponseFilterSensitiveLog: (obj: DescribeActivitiesResponse) => any;
|
|
2312
|
+
/**
|
|
2313
|
+
* @internal
|
|
2314
|
+
*/
|
|
2315
|
+
export declare const DescribeCommentsRequestFilterSensitiveLog: (obj: DescribeCommentsRequest) => any;
|
|
2316
|
+
/**
|
|
2317
|
+
* @internal
|
|
2318
|
+
*/
|
|
2319
|
+
export declare const DescribeCommentsResponseFilterSensitiveLog: (obj: DescribeCommentsResponse) => any;
|
|
2320
|
+
/**
|
|
2321
|
+
* @internal
|
|
2322
|
+
*/
|
|
2323
|
+
export declare const DescribeDocumentVersionsRequestFilterSensitiveLog: (obj: DescribeDocumentVersionsRequest) => any;
|
|
2324
|
+
/**
|
|
2325
|
+
* @internal
|
|
2326
|
+
*/
|
|
2327
|
+
export declare const DocumentVersionMetadataFilterSensitiveLog: (obj: DocumentVersionMetadata) => any;
|
|
2328
|
+
/**
|
|
2329
|
+
* @internal
|
|
2330
|
+
*/
|
|
2331
|
+
export declare const DescribeDocumentVersionsResponseFilterSensitiveLog: (obj: DescribeDocumentVersionsResponse) => any;
|
|
2332
|
+
/**
|
|
2333
|
+
* @internal
|
|
2334
|
+
*/
|
|
2335
|
+
export declare const DescribeFolderContentsRequestFilterSensitiveLog: (obj: DescribeFolderContentsRequest) => any;
|
|
2336
|
+
/**
|
|
2337
|
+
* @internal
|
|
2338
|
+
*/
|
|
2339
|
+
export declare const DocumentMetadataFilterSensitiveLog: (obj: DocumentMetadata) => any;
|
|
2340
|
+
/**
|
|
2341
|
+
* @internal
|
|
2342
|
+
*/
|
|
2343
|
+
export declare const DescribeFolderContentsResponseFilterSensitiveLog: (obj: DescribeFolderContentsResponse) => any;
|
|
2344
|
+
/**
|
|
2345
|
+
* @internal
|
|
2346
|
+
*/
|
|
2347
|
+
export declare const DescribeGroupsRequestFilterSensitiveLog: (obj: DescribeGroupsRequest) => any;
|
|
2348
|
+
/**
|
|
2349
|
+
* @internal
|
|
2350
|
+
*/
|
|
2351
|
+
export declare const DescribeGroupsResponseFilterSensitiveLog: (obj: DescribeGroupsResponse) => any;
|
|
2352
|
+
/**
|
|
2353
|
+
* @internal
|
|
2354
|
+
*/
|
|
2355
|
+
export declare const DescribeNotificationSubscriptionsRequestFilterSensitiveLog: (obj: DescribeNotificationSubscriptionsRequest) => any;
|
|
2356
|
+
/**
|
|
2357
|
+
* @internal
|
|
2358
|
+
*/
|
|
2359
|
+
export declare const DescribeNotificationSubscriptionsResponseFilterSensitiveLog: (obj: DescribeNotificationSubscriptionsResponse) => any;
|
|
2360
|
+
/**
|
|
2361
|
+
* @internal
|
|
2362
|
+
*/
|
|
2363
|
+
export declare const DescribeResourcePermissionsRequestFilterSensitiveLog: (obj: DescribeResourcePermissionsRequest) => any;
|
|
2364
|
+
/**
|
|
2365
|
+
* @internal
|
|
2366
|
+
*/
|
|
2367
|
+
export declare const PermissionInfoFilterSensitiveLog: (obj: PermissionInfo) => any;
|
|
2368
|
+
/**
|
|
2369
|
+
* @internal
|
|
2370
|
+
*/
|
|
2371
|
+
export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
|
|
2372
|
+
/**
|
|
2373
|
+
* @internal
|
|
2374
|
+
*/
|
|
2375
|
+
export declare const DescribeResourcePermissionsResponseFilterSensitiveLog: (obj: DescribeResourcePermissionsResponse) => any;
|
|
2376
|
+
/**
|
|
2377
|
+
* @internal
|
|
2378
|
+
*/
|
|
2379
|
+
export declare const DescribeRootFoldersRequestFilterSensitiveLog: (obj: DescribeRootFoldersRequest) => any;
|
|
2380
|
+
/**
|
|
2381
|
+
* @internal
|
|
2382
|
+
*/
|
|
2383
|
+
export declare const DescribeRootFoldersResponseFilterSensitiveLog: (obj: DescribeRootFoldersResponse) => any;
|
|
2384
|
+
/**
|
|
2385
|
+
* @internal
|
|
2386
|
+
*/
|
|
2387
|
+
export declare const DescribeUsersRequestFilterSensitiveLog: (obj: DescribeUsersRequest) => any;
|
|
2388
|
+
/**
|
|
2389
|
+
* @internal
|
|
2390
|
+
*/
|
|
2391
|
+
export declare const DescribeUsersResponseFilterSensitiveLog: (obj: DescribeUsersResponse) => any;
|
|
2392
|
+
/**
|
|
2393
|
+
* @internal
|
|
2394
|
+
*/
|
|
2395
|
+
export declare const GetCurrentUserRequestFilterSensitiveLog: (obj: GetCurrentUserRequest) => any;
|
|
2396
|
+
/**
|
|
2397
|
+
* @internal
|
|
2398
|
+
*/
|
|
2399
|
+
export declare const GetCurrentUserResponseFilterSensitiveLog: (obj: GetCurrentUserResponse) => any;
|
|
2400
|
+
/**
|
|
2401
|
+
* @internal
|
|
2402
|
+
*/
|
|
2403
|
+
export declare const GetDocumentRequestFilterSensitiveLog: (obj: GetDocumentRequest) => any;
|
|
2404
|
+
/**
|
|
2405
|
+
* @internal
|
|
2406
|
+
*/
|
|
2407
|
+
export declare const GetDocumentResponseFilterSensitiveLog: (obj: GetDocumentResponse) => any;
|
|
2408
|
+
/**
|
|
2409
|
+
* @internal
|
|
2410
|
+
*/
|
|
2411
|
+
export declare const GetDocumentPathRequestFilterSensitiveLog: (obj: GetDocumentPathRequest) => any;
|
|
2412
|
+
/**
|
|
2413
|
+
* @internal
|
|
2414
|
+
*/
|
|
2415
|
+
export declare const ResourcePathComponentFilterSensitiveLog: (obj: ResourcePathComponent) => any;
|
|
2416
|
+
/**
|
|
2417
|
+
* @internal
|
|
2418
|
+
*/
|
|
2419
|
+
export declare const ResourcePathFilterSensitiveLog: (obj: ResourcePath) => any;
|
|
2420
|
+
/**
|
|
2421
|
+
* @internal
|
|
2422
|
+
*/
|
|
2423
|
+
export declare const GetDocumentPathResponseFilterSensitiveLog: (obj: GetDocumentPathResponse) => any;
|
|
2424
|
+
/**
|
|
2425
|
+
* @internal
|
|
2426
|
+
*/
|
|
2427
|
+
export declare const GetDocumentVersionRequestFilterSensitiveLog: (obj: GetDocumentVersionRequest) => any;
|
|
2428
|
+
/**
|
|
2429
|
+
* @internal
|
|
2430
|
+
*/
|
|
2431
|
+
export declare const GetDocumentVersionResponseFilterSensitiveLog: (obj: GetDocumentVersionResponse) => any;
|
|
2432
|
+
/**
|
|
2433
|
+
* @internal
|
|
2434
|
+
*/
|
|
2435
|
+
export declare const GetFolderRequestFilterSensitiveLog: (obj: GetFolderRequest) => any;
|
|
2436
|
+
/**
|
|
2437
|
+
* @internal
|
|
2438
|
+
*/
|
|
2439
|
+
export declare const GetFolderResponseFilterSensitiveLog: (obj: GetFolderResponse) => any;
|
|
2440
|
+
/**
|
|
2441
|
+
* @internal
|
|
2442
|
+
*/
|
|
2443
|
+
export declare const GetFolderPathRequestFilterSensitiveLog: (obj: GetFolderPathRequest) => any;
|
|
2444
|
+
/**
|
|
2445
|
+
* @internal
|
|
2446
|
+
*/
|
|
2447
|
+
export declare const GetFolderPathResponseFilterSensitiveLog: (obj: GetFolderPathResponse) => any;
|
|
2448
|
+
/**
|
|
2449
|
+
* @internal
|
|
2450
|
+
*/
|
|
2451
|
+
export declare const GetResourcesRequestFilterSensitiveLog: (obj: GetResourcesRequest) => any;
|
|
2452
|
+
/**
|
|
2453
|
+
* @internal
|
|
2454
|
+
*/
|
|
2455
|
+
export declare const GetResourcesResponseFilterSensitiveLog: (obj: GetResourcesResponse) => any;
|
|
2456
|
+
/**
|
|
2457
|
+
* @internal
|
|
2458
|
+
*/
|
|
2459
|
+
export declare const InitiateDocumentVersionUploadRequestFilterSensitiveLog: (obj: InitiateDocumentVersionUploadRequest) => any;
|
|
2460
|
+
/**
|
|
2461
|
+
* @internal
|
|
2462
|
+
*/
|
|
2463
|
+
export declare const UploadMetadataFilterSensitiveLog: (obj: UploadMetadata) => any;
|
|
2464
|
+
/**
|
|
2465
|
+
* @internal
|
|
2466
|
+
*/
|
|
2467
|
+
export declare const InitiateDocumentVersionUploadResponseFilterSensitiveLog: (obj: InitiateDocumentVersionUploadResponse) => any;
|
|
2468
|
+
/**
|
|
2469
|
+
* @internal
|
|
2470
|
+
*/
|
|
2471
|
+
export declare const RemoveAllResourcePermissionsRequestFilterSensitiveLog: (obj: RemoveAllResourcePermissionsRequest) => any;
|
|
2472
|
+
/**
|
|
2473
|
+
* @internal
|
|
2474
|
+
*/
|
|
2475
|
+
export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (obj: RemoveResourcePermissionRequest) => any;
|
|
2476
|
+
/**
|
|
2477
|
+
* @internal
|
|
2478
|
+
*/
|
|
2479
|
+
export declare const UpdateDocumentRequestFilterSensitiveLog: (obj: UpdateDocumentRequest) => any;
|
|
2480
|
+
/**
|
|
2481
|
+
* @internal
|
|
2482
|
+
*/
|
|
2483
|
+
export declare const UpdateDocumentVersionRequestFilterSensitiveLog: (obj: UpdateDocumentVersionRequest) => any;
|
|
2484
|
+
/**
|
|
2485
|
+
* @internal
|
|
2486
|
+
*/
|
|
2487
|
+
export declare const UpdateFolderRequestFilterSensitiveLog: (obj: UpdateFolderRequest) => any;
|
|
2488
|
+
/**
|
|
2489
|
+
* @internal
|
|
2490
|
+
*/
|
|
2491
|
+
export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
|
|
2492
|
+
/**
|
|
2493
|
+
* @internal
|
|
2494
|
+
*/
|
|
2495
|
+
export declare const UpdateUserResponseFilterSensitiveLog: (obj: UpdateUserResponse) => any;
|