@aws-sdk/client-workdocs 3.169.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WorkDocs.d.ts +748 -210
  3. package/dist-types/ts3.4/WorkDocsClient.d.ts +375 -114
  4. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +34 -17
  13. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +37 -17
  32. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +38 -17
  35. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +6 -6
  48. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +8 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1576 -1426
  51. package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  55. package/dist-types/ts3.4/pagination/index.d.ts +4 -4
  56. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  61. package/package.json +34 -34
@@ -1,210 +1,748 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AbortDocumentVersionUploadCommandInput, AbortDocumentVersionUploadCommandOutput } from "./commands/AbortDocumentVersionUploadCommand";
3
- import { ActivateUserCommandInput, ActivateUserCommandOutput } from "./commands/ActivateUserCommand";
4
- import { AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput } from "./commands/AddResourcePermissionsCommand";
5
- import { CreateCommentCommandInput, CreateCommentCommandOutput } from "./commands/CreateCommentCommand";
6
- import { CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput } from "./commands/CreateCustomMetadataCommand";
7
- import { CreateFolderCommandInput, CreateFolderCommandOutput } from "./commands/CreateFolderCommand";
8
- import { CreateLabelsCommandInput, CreateLabelsCommandOutput } from "./commands/CreateLabelsCommand";
9
- import { CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput } from "./commands/CreateNotificationSubscriptionCommand";
10
- import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
11
- import { DeactivateUserCommandInput, DeactivateUserCommandOutput } from "./commands/DeactivateUserCommand";
12
- import { DeleteCommentCommandInput, DeleteCommentCommandOutput } from "./commands/DeleteCommentCommand";
13
- import { DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput } from "./commands/DeleteCustomMetadataCommand";
14
- import { DeleteDocumentCommandInput, DeleteDocumentCommandOutput } from "./commands/DeleteDocumentCommand";
15
- import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "./commands/DeleteFolderCommand";
16
- import { DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput } from "./commands/DeleteFolderContentsCommand";
17
- import { DeleteLabelsCommandInput, DeleteLabelsCommandOutput } from "./commands/DeleteLabelsCommand";
18
- import { DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput } from "./commands/DeleteNotificationSubscriptionCommand";
19
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "./commands/DeleteUserCommand";
20
- import { DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput } from "./commands/DescribeActivitiesCommand";
21
- import { DescribeCommentsCommandInput, DescribeCommentsCommandOutput } from "./commands/DescribeCommentsCommand";
22
- import { DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput } from "./commands/DescribeDocumentVersionsCommand";
23
- import { DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput } from "./commands/DescribeFolderContentsCommand";
24
- import { DescribeGroupsCommandInput, DescribeGroupsCommandOutput } from "./commands/DescribeGroupsCommand";
25
- import { DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput } from "./commands/DescribeNotificationSubscriptionsCommand";
26
- import { DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput } from "./commands/DescribeResourcePermissionsCommand";
27
- import { DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput } from "./commands/DescribeRootFoldersCommand";
28
- import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "./commands/DescribeUsersCommand";
29
- import { GetCurrentUserCommandInput, GetCurrentUserCommandOutput } from "./commands/GetCurrentUserCommand";
30
- import { GetDocumentCommandInput, GetDocumentCommandOutput } from "./commands/GetDocumentCommand";
31
- import { GetDocumentPathCommandInput, GetDocumentPathCommandOutput } from "./commands/GetDocumentPathCommand";
32
- import { GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput } from "./commands/GetDocumentVersionCommand";
33
- import { GetFolderCommandInput, GetFolderCommandOutput } from "./commands/GetFolderCommand";
34
- import { GetFolderPathCommandInput, GetFolderPathCommandOutput } from "./commands/GetFolderPathCommand";
35
- import { GetResourcesCommandInput, GetResourcesCommandOutput } from "./commands/GetResourcesCommand";
36
- import { InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput } from "./commands/InitiateDocumentVersionUploadCommand";
37
- import { RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput } from "./commands/RemoveAllResourcePermissionsCommand";
38
- import { RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput } from "./commands/RemoveResourcePermissionCommand";
39
- import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "./commands/UpdateDocumentCommand";
40
- import { UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput } from "./commands/UpdateDocumentVersionCommand";
41
- import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "./commands/UpdateFolderCommand";
42
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
43
- import { WorkDocsClient } from "./WorkDocsClient";
44
-
45
- export declare class WorkDocs extends WorkDocsClient {
46
-
47
- abortDocumentVersionUpload(args: AbortDocumentVersionUploadCommandInput, options?: __HttpHandlerOptions): Promise<AbortDocumentVersionUploadCommandOutput>;
48
- abortDocumentVersionUpload(args: AbortDocumentVersionUploadCommandInput, cb: (err: any, data?: AbortDocumentVersionUploadCommandOutput) => void): void;
49
- abortDocumentVersionUpload(args: AbortDocumentVersionUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AbortDocumentVersionUploadCommandOutput) => void): void;
50
-
51
- activateUser(args: ActivateUserCommandInput, options?: __HttpHandlerOptions): Promise<ActivateUserCommandOutput>;
52
- activateUser(args: ActivateUserCommandInput, cb: (err: any, data?: ActivateUserCommandOutput) => void): void;
53
- activateUser(args: ActivateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ActivateUserCommandOutput) => void): void;
54
-
55
- addResourcePermissions(args: AddResourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<AddResourcePermissionsCommandOutput>;
56
- addResourcePermissions(args: AddResourcePermissionsCommandInput, cb: (err: any, data?: AddResourcePermissionsCommandOutput) => void): void;
57
- addResourcePermissions(args: AddResourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddResourcePermissionsCommandOutput) => void): void;
58
-
59
- createComment(args: CreateCommentCommandInput, options?: __HttpHandlerOptions): Promise<CreateCommentCommandOutput>;
60
- createComment(args: CreateCommentCommandInput, cb: (err: any, data?: CreateCommentCommandOutput) => void): void;
61
- createComment(args: CreateCommentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCommentCommandOutput) => void): void;
62
-
63
- createCustomMetadata(args: CreateCustomMetadataCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomMetadataCommandOutput>;
64
- createCustomMetadata(args: CreateCustomMetadataCommandInput, cb: (err: any, data?: CreateCustomMetadataCommandOutput) => void): void;
65
- createCustomMetadata(args: CreateCustomMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomMetadataCommandOutput) => void): void;
66
-
67
- createFolder(args: CreateFolderCommandInput, options?: __HttpHandlerOptions): Promise<CreateFolderCommandOutput>;
68
- createFolder(args: CreateFolderCommandInput, cb: (err: any, data?: CreateFolderCommandOutput) => void): void;
69
- createFolder(args: CreateFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFolderCommandOutput) => void): void;
70
-
71
- createLabels(args: CreateLabelsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLabelsCommandOutput>;
72
- createLabels(args: CreateLabelsCommandInput, cb: (err: any, data?: CreateLabelsCommandOutput) => void): void;
73
- createLabels(args: CreateLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLabelsCommandOutput) => void): void;
74
-
75
- createNotificationSubscription(args: CreateNotificationSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<CreateNotificationSubscriptionCommandOutput>;
76
- createNotificationSubscription(args: CreateNotificationSubscriptionCommandInput, cb: (err: any, data?: CreateNotificationSubscriptionCommandOutput) => void): void;
77
- createNotificationSubscription(args: CreateNotificationSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNotificationSubscriptionCommandOutput) => void): void;
78
-
79
- createUser(args: CreateUserCommandInput, options?: __HttpHandlerOptions): Promise<CreateUserCommandOutput>;
80
- createUser(args: CreateUserCommandInput, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
81
- createUser(args: CreateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUserCommandOutput) => void): void;
82
-
83
- deactivateUser(args: DeactivateUserCommandInput, options?: __HttpHandlerOptions): Promise<DeactivateUserCommandOutput>;
84
- deactivateUser(args: DeactivateUserCommandInput, cb: (err: any, data?: DeactivateUserCommandOutput) => void): void;
85
- deactivateUser(args: DeactivateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeactivateUserCommandOutput) => void): void;
86
-
87
- deleteComment(args: DeleteCommentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCommentCommandOutput>;
88
- deleteComment(args: DeleteCommentCommandInput, cb: (err: any, data?: DeleteCommentCommandOutput) => void): void;
89
- deleteComment(args: DeleteCommentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCommentCommandOutput) => void): void;
90
-
91
- deleteCustomMetadata(args: DeleteCustomMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomMetadataCommandOutput>;
92
- deleteCustomMetadata(args: DeleteCustomMetadataCommandInput, cb: (err: any, data?: DeleteCustomMetadataCommandOutput) => void): void;
93
- deleteCustomMetadata(args: DeleteCustomMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomMetadataCommandOutput) => void): void;
94
-
95
- deleteDocument(args: DeleteDocumentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDocumentCommandOutput>;
96
- deleteDocument(args: DeleteDocumentCommandInput, cb: (err: any, data?: DeleteDocumentCommandOutput) => void): void;
97
- deleteDocument(args: DeleteDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDocumentCommandOutput) => void): void;
98
-
99
- deleteFolder(args: DeleteFolderCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFolderCommandOutput>;
100
- deleteFolder(args: DeleteFolderCommandInput, cb: (err: any, data?: DeleteFolderCommandOutput) => void): void;
101
- deleteFolder(args: DeleteFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFolderCommandOutput) => void): void;
102
-
103
- deleteFolderContents(args: DeleteFolderContentsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFolderContentsCommandOutput>;
104
- deleteFolderContents(args: DeleteFolderContentsCommandInput, cb: (err: any, data?: DeleteFolderContentsCommandOutput) => void): void;
105
- deleteFolderContents(args: DeleteFolderContentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFolderContentsCommandOutput) => void): void;
106
-
107
- deleteLabels(args: DeleteLabelsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLabelsCommandOutput>;
108
- deleteLabels(args: DeleteLabelsCommandInput, cb: (err: any, data?: DeleteLabelsCommandOutput) => void): void;
109
- deleteLabels(args: DeleteLabelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLabelsCommandOutput) => void): void;
110
-
111
- deleteNotificationSubscription(args: DeleteNotificationSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNotificationSubscriptionCommandOutput>;
112
- deleteNotificationSubscription(args: DeleteNotificationSubscriptionCommandInput, cb: (err: any, data?: DeleteNotificationSubscriptionCommandOutput) => void): void;
113
- deleteNotificationSubscription(args: DeleteNotificationSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNotificationSubscriptionCommandOutput) => void): void;
114
-
115
- deleteUser(args: DeleteUserCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUserCommandOutput>;
116
- deleteUser(args: DeleteUserCommandInput, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
117
- deleteUser(args: DeleteUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUserCommandOutput) => void): void;
118
-
119
- describeActivities(args: DescribeActivitiesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeActivitiesCommandOutput>;
120
- describeActivities(args: DescribeActivitiesCommandInput, cb: (err: any, data?: DescribeActivitiesCommandOutput) => void): void;
121
- describeActivities(args: DescribeActivitiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeActivitiesCommandOutput) => void): void;
122
-
123
- describeComments(args: DescribeCommentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCommentsCommandOutput>;
124
- describeComments(args: DescribeCommentsCommandInput, cb: (err: any, data?: DescribeCommentsCommandOutput) => void): void;
125
- describeComments(args: DescribeCommentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCommentsCommandOutput) => void): void;
126
-
127
- describeDocumentVersions(args: DescribeDocumentVersionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDocumentVersionsCommandOutput>;
128
- describeDocumentVersions(args: DescribeDocumentVersionsCommandInput, cb: (err: any, data?: DescribeDocumentVersionsCommandOutput) => void): void;
129
- describeDocumentVersions(args: DescribeDocumentVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDocumentVersionsCommandOutput) => void): void;
130
-
131
- describeFolderContents(args: DescribeFolderContentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFolderContentsCommandOutput>;
132
- describeFolderContents(args: DescribeFolderContentsCommandInput, cb: (err: any, data?: DescribeFolderContentsCommandOutput) => void): void;
133
- describeFolderContents(args: DescribeFolderContentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFolderContentsCommandOutput) => void): void;
134
-
135
- describeGroups(args: DescribeGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeGroupsCommandOutput>;
136
- describeGroups(args: DescribeGroupsCommandInput, cb: (err: any, data?: DescribeGroupsCommandOutput) => void): void;
137
- describeGroups(args: DescribeGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeGroupsCommandOutput) => void): void;
138
-
139
- describeNotificationSubscriptions(args: DescribeNotificationSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeNotificationSubscriptionsCommandOutput>;
140
- describeNotificationSubscriptions(args: DescribeNotificationSubscriptionsCommandInput, cb: (err: any, data?: DescribeNotificationSubscriptionsCommandOutput) => void): void;
141
- describeNotificationSubscriptions(args: DescribeNotificationSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeNotificationSubscriptionsCommandOutput) => void): void;
142
-
143
- describeResourcePermissions(args: DescribeResourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeResourcePermissionsCommandOutput>;
144
- describeResourcePermissions(args: DescribeResourcePermissionsCommandInput, cb: (err: any, data?: DescribeResourcePermissionsCommandOutput) => void): void;
145
- describeResourcePermissions(args: DescribeResourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeResourcePermissionsCommandOutput) => void): void;
146
-
147
- describeRootFolders(args: DescribeRootFoldersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRootFoldersCommandOutput>;
148
- describeRootFolders(args: DescribeRootFoldersCommandInput, cb: (err: any, data?: DescribeRootFoldersCommandOutput) => void): void;
149
- describeRootFolders(args: DescribeRootFoldersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRootFoldersCommandOutput) => void): void;
150
-
151
- describeUsers(args: DescribeUsersCommandInput, options?: __HttpHandlerOptions): Promise<DescribeUsersCommandOutput>;
152
- describeUsers(args: DescribeUsersCommandInput, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
153
- describeUsers(args: DescribeUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeUsersCommandOutput) => void): void;
154
-
155
- getCurrentUser(args: GetCurrentUserCommandInput, options?: __HttpHandlerOptions): Promise<GetCurrentUserCommandOutput>;
156
- getCurrentUser(args: GetCurrentUserCommandInput, cb: (err: any, data?: GetCurrentUserCommandOutput) => void): void;
157
- getCurrentUser(args: GetCurrentUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCurrentUserCommandOutput) => void): void;
158
-
159
- getDocument(args: GetDocumentCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentCommandOutput>;
160
- getDocument(args: GetDocumentCommandInput, cb: (err: any, data?: GetDocumentCommandOutput) => void): void;
161
- getDocument(args: GetDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentCommandOutput) => void): void;
162
-
163
- getDocumentPath(args: GetDocumentPathCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentPathCommandOutput>;
164
- getDocumentPath(args: GetDocumentPathCommandInput, cb: (err: any, data?: GetDocumentPathCommandOutput) => void): void;
165
- getDocumentPath(args: GetDocumentPathCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentPathCommandOutput) => void): void;
166
-
167
- getDocumentVersion(args: GetDocumentVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetDocumentVersionCommandOutput>;
168
- getDocumentVersion(args: GetDocumentVersionCommandInput, cb: (err: any, data?: GetDocumentVersionCommandOutput) => void): void;
169
- getDocumentVersion(args: GetDocumentVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDocumentVersionCommandOutput) => void): void;
170
-
171
- getFolder(args: GetFolderCommandInput, options?: __HttpHandlerOptions): Promise<GetFolderCommandOutput>;
172
- getFolder(args: GetFolderCommandInput, cb: (err: any, data?: GetFolderCommandOutput) => void): void;
173
- getFolder(args: GetFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFolderCommandOutput) => void): void;
174
-
175
- getFolderPath(args: GetFolderPathCommandInput, options?: __HttpHandlerOptions): Promise<GetFolderPathCommandOutput>;
176
- getFolderPath(args: GetFolderPathCommandInput, cb: (err: any, data?: GetFolderPathCommandOutput) => void): void;
177
- getFolderPath(args: GetFolderPathCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFolderPathCommandOutput) => void): void;
178
-
179
- getResources(args: GetResourcesCommandInput, options?: __HttpHandlerOptions): Promise<GetResourcesCommandOutput>;
180
- getResources(args: GetResourcesCommandInput, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
181
- getResources(args: GetResourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetResourcesCommandOutput) => void): void;
182
-
183
- initiateDocumentVersionUpload(args: InitiateDocumentVersionUploadCommandInput, options?: __HttpHandlerOptions): Promise<InitiateDocumentVersionUploadCommandOutput>;
184
- initiateDocumentVersionUpload(args: InitiateDocumentVersionUploadCommandInput, cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void): void;
185
- initiateDocumentVersionUpload(args: InitiateDocumentVersionUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void): void;
186
-
187
- removeAllResourcePermissions(args: RemoveAllResourcePermissionsCommandInput, options?: __HttpHandlerOptions): Promise<RemoveAllResourcePermissionsCommandOutput>;
188
- removeAllResourcePermissions(args: RemoveAllResourcePermissionsCommandInput, cb: (err: any, data?: RemoveAllResourcePermissionsCommandOutput) => void): void;
189
- removeAllResourcePermissions(args: RemoveAllResourcePermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveAllResourcePermissionsCommandOutput) => void): void;
190
-
191
- removeResourcePermission(args: RemoveResourcePermissionCommandInput, options?: __HttpHandlerOptions): Promise<RemoveResourcePermissionCommandOutput>;
192
- removeResourcePermission(args: RemoveResourcePermissionCommandInput, cb: (err: any, data?: RemoveResourcePermissionCommandOutput) => void): void;
193
- removeResourcePermission(args: RemoveResourcePermissionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveResourcePermissionCommandOutput) => void): void;
194
-
195
- updateDocument(args: UpdateDocumentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentCommandOutput>;
196
- updateDocument(args: UpdateDocumentCommandInput, cb: (err: any, data?: UpdateDocumentCommandOutput) => void): void;
197
- updateDocument(args: UpdateDocumentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentCommandOutput) => void): void;
198
-
199
- updateDocumentVersion(args: UpdateDocumentVersionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDocumentVersionCommandOutput>;
200
- updateDocumentVersion(args: UpdateDocumentVersionCommandInput, cb: (err: any, data?: UpdateDocumentVersionCommandOutput) => void): void;
201
- updateDocumentVersion(args: UpdateDocumentVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDocumentVersionCommandOutput) => void): void;
202
-
203
- updateFolder(args: UpdateFolderCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFolderCommandOutput>;
204
- updateFolder(args: UpdateFolderCommandInput, cb: (err: any, data?: UpdateFolderCommandOutput) => void): void;
205
- updateFolder(args: UpdateFolderCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFolderCommandOutput) => void): void;
206
-
207
- updateUser(args: UpdateUserCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUserCommandOutput>;
208
- updateUser(args: UpdateUserCommandInput, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
209
- updateUser(args: UpdateUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUserCommandOutput) => void): void;
210
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AbortDocumentVersionUploadCommandInput,
4
+ AbortDocumentVersionUploadCommandOutput,
5
+ } from "./commands/AbortDocumentVersionUploadCommand";
6
+ import {
7
+ ActivateUserCommandInput,
8
+ ActivateUserCommandOutput,
9
+ } from "./commands/ActivateUserCommand";
10
+ import {
11
+ AddResourcePermissionsCommandInput,
12
+ AddResourcePermissionsCommandOutput,
13
+ } from "./commands/AddResourcePermissionsCommand";
14
+ import {
15
+ CreateCommentCommandInput,
16
+ CreateCommentCommandOutput,
17
+ } from "./commands/CreateCommentCommand";
18
+ import {
19
+ CreateCustomMetadataCommandInput,
20
+ CreateCustomMetadataCommandOutput,
21
+ } from "./commands/CreateCustomMetadataCommand";
22
+ import {
23
+ CreateFolderCommandInput,
24
+ CreateFolderCommandOutput,
25
+ } from "./commands/CreateFolderCommand";
26
+ import {
27
+ CreateLabelsCommandInput,
28
+ CreateLabelsCommandOutput,
29
+ } from "./commands/CreateLabelsCommand";
30
+ import {
31
+ CreateNotificationSubscriptionCommandInput,
32
+ CreateNotificationSubscriptionCommandOutput,
33
+ } from "./commands/CreateNotificationSubscriptionCommand";
34
+ import {
35
+ CreateUserCommandInput,
36
+ CreateUserCommandOutput,
37
+ } from "./commands/CreateUserCommand";
38
+ import {
39
+ DeactivateUserCommandInput,
40
+ DeactivateUserCommandOutput,
41
+ } from "./commands/DeactivateUserCommand";
42
+ import {
43
+ DeleteCommentCommandInput,
44
+ DeleteCommentCommandOutput,
45
+ } from "./commands/DeleteCommentCommand";
46
+ import {
47
+ DeleteCustomMetadataCommandInput,
48
+ DeleteCustomMetadataCommandOutput,
49
+ } from "./commands/DeleteCustomMetadataCommand";
50
+ import {
51
+ DeleteDocumentCommandInput,
52
+ DeleteDocumentCommandOutput,
53
+ } from "./commands/DeleteDocumentCommand";
54
+ import {
55
+ DeleteFolderCommandInput,
56
+ DeleteFolderCommandOutput,
57
+ } from "./commands/DeleteFolderCommand";
58
+ import {
59
+ DeleteFolderContentsCommandInput,
60
+ DeleteFolderContentsCommandOutput,
61
+ } from "./commands/DeleteFolderContentsCommand";
62
+ import {
63
+ DeleteLabelsCommandInput,
64
+ DeleteLabelsCommandOutput,
65
+ } from "./commands/DeleteLabelsCommand";
66
+ import {
67
+ DeleteNotificationSubscriptionCommandInput,
68
+ DeleteNotificationSubscriptionCommandOutput,
69
+ } from "./commands/DeleteNotificationSubscriptionCommand";
70
+ import {
71
+ DeleteUserCommandInput,
72
+ DeleteUserCommandOutput,
73
+ } from "./commands/DeleteUserCommand";
74
+ import {
75
+ DescribeActivitiesCommandInput,
76
+ DescribeActivitiesCommandOutput,
77
+ } from "./commands/DescribeActivitiesCommand";
78
+ import {
79
+ DescribeCommentsCommandInput,
80
+ DescribeCommentsCommandOutput,
81
+ } from "./commands/DescribeCommentsCommand";
82
+ import {
83
+ DescribeDocumentVersionsCommandInput,
84
+ DescribeDocumentVersionsCommandOutput,
85
+ } from "./commands/DescribeDocumentVersionsCommand";
86
+ import {
87
+ DescribeFolderContentsCommandInput,
88
+ DescribeFolderContentsCommandOutput,
89
+ } from "./commands/DescribeFolderContentsCommand";
90
+ import {
91
+ DescribeGroupsCommandInput,
92
+ DescribeGroupsCommandOutput,
93
+ } from "./commands/DescribeGroupsCommand";
94
+ import {
95
+ DescribeNotificationSubscriptionsCommandInput,
96
+ DescribeNotificationSubscriptionsCommandOutput,
97
+ } from "./commands/DescribeNotificationSubscriptionsCommand";
98
+ import {
99
+ DescribeResourcePermissionsCommandInput,
100
+ DescribeResourcePermissionsCommandOutput,
101
+ } from "./commands/DescribeResourcePermissionsCommand";
102
+ import {
103
+ DescribeRootFoldersCommandInput,
104
+ DescribeRootFoldersCommandOutput,
105
+ } from "./commands/DescribeRootFoldersCommand";
106
+ import {
107
+ DescribeUsersCommandInput,
108
+ DescribeUsersCommandOutput,
109
+ } from "./commands/DescribeUsersCommand";
110
+ import {
111
+ GetCurrentUserCommandInput,
112
+ GetCurrentUserCommandOutput,
113
+ } from "./commands/GetCurrentUserCommand";
114
+ import {
115
+ GetDocumentCommandInput,
116
+ GetDocumentCommandOutput,
117
+ } from "./commands/GetDocumentCommand";
118
+ import {
119
+ GetDocumentPathCommandInput,
120
+ GetDocumentPathCommandOutput,
121
+ } from "./commands/GetDocumentPathCommand";
122
+ import {
123
+ GetDocumentVersionCommandInput,
124
+ GetDocumentVersionCommandOutput,
125
+ } from "./commands/GetDocumentVersionCommand";
126
+ import {
127
+ GetFolderCommandInput,
128
+ GetFolderCommandOutput,
129
+ } from "./commands/GetFolderCommand";
130
+ import {
131
+ GetFolderPathCommandInput,
132
+ GetFolderPathCommandOutput,
133
+ } from "./commands/GetFolderPathCommand";
134
+ import {
135
+ GetResourcesCommandInput,
136
+ GetResourcesCommandOutput,
137
+ } from "./commands/GetResourcesCommand";
138
+ import {
139
+ InitiateDocumentVersionUploadCommandInput,
140
+ InitiateDocumentVersionUploadCommandOutput,
141
+ } from "./commands/InitiateDocumentVersionUploadCommand";
142
+ import {
143
+ RemoveAllResourcePermissionsCommandInput,
144
+ RemoveAllResourcePermissionsCommandOutput,
145
+ } from "./commands/RemoveAllResourcePermissionsCommand";
146
+ import {
147
+ RemoveResourcePermissionCommandInput,
148
+ RemoveResourcePermissionCommandOutput,
149
+ } from "./commands/RemoveResourcePermissionCommand";
150
+ import {
151
+ UpdateDocumentCommandInput,
152
+ UpdateDocumentCommandOutput,
153
+ } from "./commands/UpdateDocumentCommand";
154
+ import {
155
+ UpdateDocumentVersionCommandInput,
156
+ UpdateDocumentVersionCommandOutput,
157
+ } from "./commands/UpdateDocumentVersionCommand";
158
+ import {
159
+ UpdateFolderCommandInput,
160
+ UpdateFolderCommandOutput,
161
+ } from "./commands/UpdateFolderCommand";
162
+ import {
163
+ UpdateUserCommandInput,
164
+ UpdateUserCommandOutput,
165
+ } from "./commands/UpdateUserCommand";
166
+ import { WorkDocsClient } from "./WorkDocsClient";
167
+
168
+ export declare class WorkDocs extends WorkDocsClient {
169
+ abortDocumentVersionUpload(
170
+ args: AbortDocumentVersionUploadCommandInput,
171
+ options?: __HttpHandlerOptions
172
+ ): Promise<AbortDocumentVersionUploadCommandOutput>;
173
+ abortDocumentVersionUpload(
174
+ args: AbortDocumentVersionUploadCommandInput,
175
+ cb: (err: any, data?: AbortDocumentVersionUploadCommandOutput) => void
176
+ ): void;
177
+ abortDocumentVersionUpload(
178
+ args: AbortDocumentVersionUploadCommandInput,
179
+ options: __HttpHandlerOptions,
180
+ cb: (err: any, data?: AbortDocumentVersionUploadCommandOutput) => void
181
+ ): void;
182
+
183
+ activateUser(
184
+ args: ActivateUserCommandInput,
185
+ options?: __HttpHandlerOptions
186
+ ): Promise<ActivateUserCommandOutput>;
187
+ activateUser(
188
+ args: ActivateUserCommandInput,
189
+ cb: (err: any, data?: ActivateUserCommandOutput) => void
190
+ ): void;
191
+ activateUser(
192
+ args: ActivateUserCommandInput,
193
+ options: __HttpHandlerOptions,
194
+ cb: (err: any, data?: ActivateUserCommandOutput) => void
195
+ ): void;
196
+
197
+ addResourcePermissions(
198
+ args: AddResourcePermissionsCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<AddResourcePermissionsCommandOutput>;
201
+ addResourcePermissions(
202
+ args: AddResourcePermissionsCommandInput,
203
+ cb: (err: any, data?: AddResourcePermissionsCommandOutput) => void
204
+ ): void;
205
+ addResourcePermissions(
206
+ args: AddResourcePermissionsCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: AddResourcePermissionsCommandOutput) => void
209
+ ): void;
210
+
211
+ createComment(
212
+ args: CreateCommentCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<CreateCommentCommandOutput>;
215
+ createComment(
216
+ args: CreateCommentCommandInput,
217
+ cb: (err: any, data?: CreateCommentCommandOutput) => void
218
+ ): void;
219
+ createComment(
220
+ args: CreateCommentCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: CreateCommentCommandOutput) => void
223
+ ): void;
224
+
225
+ createCustomMetadata(
226
+ args: CreateCustomMetadataCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<CreateCustomMetadataCommandOutput>;
229
+ createCustomMetadata(
230
+ args: CreateCustomMetadataCommandInput,
231
+ cb: (err: any, data?: CreateCustomMetadataCommandOutput) => void
232
+ ): void;
233
+ createCustomMetadata(
234
+ args: CreateCustomMetadataCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: CreateCustomMetadataCommandOutput) => void
237
+ ): void;
238
+
239
+ createFolder(
240
+ args: CreateFolderCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<CreateFolderCommandOutput>;
243
+ createFolder(
244
+ args: CreateFolderCommandInput,
245
+ cb: (err: any, data?: CreateFolderCommandOutput) => void
246
+ ): void;
247
+ createFolder(
248
+ args: CreateFolderCommandInput,
249
+ options: __HttpHandlerOptions,
250
+ cb: (err: any, data?: CreateFolderCommandOutput) => void
251
+ ): void;
252
+
253
+ createLabels(
254
+ args: CreateLabelsCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<CreateLabelsCommandOutput>;
257
+ createLabels(
258
+ args: CreateLabelsCommandInput,
259
+ cb: (err: any, data?: CreateLabelsCommandOutput) => void
260
+ ): void;
261
+ createLabels(
262
+ args: CreateLabelsCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: CreateLabelsCommandOutput) => void
265
+ ): void;
266
+
267
+ createNotificationSubscription(
268
+ args: CreateNotificationSubscriptionCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<CreateNotificationSubscriptionCommandOutput>;
271
+ createNotificationSubscription(
272
+ args: CreateNotificationSubscriptionCommandInput,
273
+ cb: (err: any, data?: CreateNotificationSubscriptionCommandOutput) => void
274
+ ): void;
275
+ createNotificationSubscription(
276
+ args: CreateNotificationSubscriptionCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: CreateNotificationSubscriptionCommandOutput) => void
279
+ ): void;
280
+
281
+ createUser(
282
+ args: CreateUserCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<CreateUserCommandOutput>;
285
+ createUser(
286
+ args: CreateUserCommandInput,
287
+ cb: (err: any, data?: CreateUserCommandOutput) => void
288
+ ): void;
289
+ createUser(
290
+ args: CreateUserCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: CreateUserCommandOutput) => void
293
+ ): void;
294
+
295
+ deactivateUser(
296
+ args: DeactivateUserCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<DeactivateUserCommandOutput>;
299
+ deactivateUser(
300
+ args: DeactivateUserCommandInput,
301
+ cb: (err: any, data?: DeactivateUserCommandOutput) => void
302
+ ): void;
303
+ deactivateUser(
304
+ args: DeactivateUserCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: DeactivateUserCommandOutput) => void
307
+ ): void;
308
+
309
+ deleteComment(
310
+ args: DeleteCommentCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<DeleteCommentCommandOutput>;
313
+ deleteComment(
314
+ args: DeleteCommentCommandInput,
315
+ cb: (err: any, data?: DeleteCommentCommandOutput) => void
316
+ ): void;
317
+ deleteComment(
318
+ args: DeleteCommentCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: DeleteCommentCommandOutput) => void
321
+ ): void;
322
+
323
+ deleteCustomMetadata(
324
+ args: DeleteCustomMetadataCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<DeleteCustomMetadataCommandOutput>;
327
+ deleteCustomMetadata(
328
+ args: DeleteCustomMetadataCommandInput,
329
+ cb: (err: any, data?: DeleteCustomMetadataCommandOutput) => void
330
+ ): void;
331
+ deleteCustomMetadata(
332
+ args: DeleteCustomMetadataCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: DeleteCustomMetadataCommandOutput) => void
335
+ ): void;
336
+
337
+ deleteDocument(
338
+ args: DeleteDocumentCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<DeleteDocumentCommandOutput>;
341
+ deleteDocument(
342
+ args: DeleteDocumentCommandInput,
343
+ cb: (err: any, data?: DeleteDocumentCommandOutput) => void
344
+ ): void;
345
+ deleteDocument(
346
+ args: DeleteDocumentCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: DeleteDocumentCommandOutput) => void
349
+ ): void;
350
+
351
+ deleteFolder(
352
+ args: DeleteFolderCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<DeleteFolderCommandOutput>;
355
+ deleteFolder(
356
+ args: DeleteFolderCommandInput,
357
+ cb: (err: any, data?: DeleteFolderCommandOutput) => void
358
+ ): void;
359
+ deleteFolder(
360
+ args: DeleteFolderCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: DeleteFolderCommandOutput) => void
363
+ ): void;
364
+
365
+ deleteFolderContents(
366
+ args: DeleteFolderContentsCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<DeleteFolderContentsCommandOutput>;
369
+ deleteFolderContents(
370
+ args: DeleteFolderContentsCommandInput,
371
+ cb: (err: any, data?: DeleteFolderContentsCommandOutput) => void
372
+ ): void;
373
+ deleteFolderContents(
374
+ args: DeleteFolderContentsCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: DeleteFolderContentsCommandOutput) => void
377
+ ): void;
378
+
379
+ deleteLabels(
380
+ args: DeleteLabelsCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<DeleteLabelsCommandOutput>;
383
+ deleteLabels(
384
+ args: DeleteLabelsCommandInput,
385
+ cb: (err: any, data?: DeleteLabelsCommandOutput) => void
386
+ ): void;
387
+ deleteLabels(
388
+ args: DeleteLabelsCommandInput,
389
+ options: __HttpHandlerOptions,
390
+ cb: (err: any, data?: DeleteLabelsCommandOutput) => void
391
+ ): void;
392
+
393
+ deleteNotificationSubscription(
394
+ args: DeleteNotificationSubscriptionCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<DeleteNotificationSubscriptionCommandOutput>;
397
+ deleteNotificationSubscription(
398
+ args: DeleteNotificationSubscriptionCommandInput,
399
+ cb: (err: any, data?: DeleteNotificationSubscriptionCommandOutput) => void
400
+ ): void;
401
+ deleteNotificationSubscription(
402
+ args: DeleteNotificationSubscriptionCommandInput,
403
+ options: __HttpHandlerOptions,
404
+ cb: (err: any, data?: DeleteNotificationSubscriptionCommandOutput) => void
405
+ ): void;
406
+
407
+ deleteUser(
408
+ args: DeleteUserCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<DeleteUserCommandOutput>;
411
+ deleteUser(
412
+ args: DeleteUserCommandInput,
413
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
414
+ ): void;
415
+ deleteUser(
416
+ args: DeleteUserCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: DeleteUserCommandOutput) => void
419
+ ): void;
420
+
421
+ describeActivities(
422
+ args: DescribeActivitiesCommandInput,
423
+ options?: __HttpHandlerOptions
424
+ ): Promise<DescribeActivitiesCommandOutput>;
425
+ describeActivities(
426
+ args: DescribeActivitiesCommandInput,
427
+ cb: (err: any, data?: DescribeActivitiesCommandOutput) => void
428
+ ): void;
429
+ describeActivities(
430
+ args: DescribeActivitiesCommandInput,
431
+ options: __HttpHandlerOptions,
432
+ cb: (err: any, data?: DescribeActivitiesCommandOutput) => void
433
+ ): void;
434
+
435
+ describeComments(
436
+ args: DescribeCommentsCommandInput,
437
+ options?: __HttpHandlerOptions
438
+ ): Promise<DescribeCommentsCommandOutput>;
439
+ describeComments(
440
+ args: DescribeCommentsCommandInput,
441
+ cb: (err: any, data?: DescribeCommentsCommandOutput) => void
442
+ ): void;
443
+ describeComments(
444
+ args: DescribeCommentsCommandInput,
445
+ options: __HttpHandlerOptions,
446
+ cb: (err: any, data?: DescribeCommentsCommandOutput) => void
447
+ ): void;
448
+
449
+ describeDocumentVersions(
450
+ args: DescribeDocumentVersionsCommandInput,
451
+ options?: __HttpHandlerOptions
452
+ ): Promise<DescribeDocumentVersionsCommandOutput>;
453
+ describeDocumentVersions(
454
+ args: DescribeDocumentVersionsCommandInput,
455
+ cb: (err: any, data?: DescribeDocumentVersionsCommandOutput) => void
456
+ ): void;
457
+ describeDocumentVersions(
458
+ args: DescribeDocumentVersionsCommandInput,
459
+ options: __HttpHandlerOptions,
460
+ cb: (err: any, data?: DescribeDocumentVersionsCommandOutput) => void
461
+ ): void;
462
+
463
+ describeFolderContents(
464
+ args: DescribeFolderContentsCommandInput,
465
+ options?: __HttpHandlerOptions
466
+ ): Promise<DescribeFolderContentsCommandOutput>;
467
+ describeFolderContents(
468
+ args: DescribeFolderContentsCommandInput,
469
+ cb: (err: any, data?: DescribeFolderContentsCommandOutput) => void
470
+ ): void;
471
+ describeFolderContents(
472
+ args: DescribeFolderContentsCommandInput,
473
+ options: __HttpHandlerOptions,
474
+ cb: (err: any, data?: DescribeFolderContentsCommandOutput) => void
475
+ ): void;
476
+
477
+ describeGroups(
478
+ args: DescribeGroupsCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<DescribeGroupsCommandOutput>;
481
+ describeGroups(
482
+ args: DescribeGroupsCommandInput,
483
+ cb: (err: any, data?: DescribeGroupsCommandOutput) => void
484
+ ): void;
485
+ describeGroups(
486
+ args: DescribeGroupsCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: DescribeGroupsCommandOutput) => void
489
+ ): void;
490
+
491
+ describeNotificationSubscriptions(
492
+ args: DescribeNotificationSubscriptionsCommandInput,
493
+ options?: __HttpHandlerOptions
494
+ ): Promise<DescribeNotificationSubscriptionsCommandOutput>;
495
+ describeNotificationSubscriptions(
496
+ args: DescribeNotificationSubscriptionsCommandInput,
497
+ cb: (
498
+ err: any,
499
+ data?: DescribeNotificationSubscriptionsCommandOutput
500
+ ) => void
501
+ ): void;
502
+ describeNotificationSubscriptions(
503
+ args: DescribeNotificationSubscriptionsCommandInput,
504
+ options: __HttpHandlerOptions,
505
+ cb: (
506
+ err: any,
507
+ data?: DescribeNotificationSubscriptionsCommandOutput
508
+ ) => void
509
+ ): void;
510
+
511
+ describeResourcePermissions(
512
+ args: DescribeResourcePermissionsCommandInput,
513
+ options?: __HttpHandlerOptions
514
+ ): Promise<DescribeResourcePermissionsCommandOutput>;
515
+ describeResourcePermissions(
516
+ args: DescribeResourcePermissionsCommandInput,
517
+ cb: (err: any, data?: DescribeResourcePermissionsCommandOutput) => void
518
+ ): void;
519
+ describeResourcePermissions(
520
+ args: DescribeResourcePermissionsCommandInput,
521
+ options: __HttpHandlerOptions,
522
+ cb: (err: any, data?: DescribeResourcePermissionsCommandOutput) => void
523
+ ): void;
524
+
525
+ describeRootFolders(
526
+ args: DescribeRootFoldersCommandInput,
527
+ options?: __HttpHandlerOptions
528
+ ): Promise<DescribeRootFoldersCommandOutput>;
529
+ describeRootFolders(
530
+ args: DescribeRootFoldersCommandInput,
531
+ cb: (err: any, data?: DescribeRootFoldersCommandOutput) => void
532
+ ): void;
533
+ describeRootFolders(
534
+ args: DescribeRootFoldersCommandInput,
535
+ options: __HttpHandlerOptions,
536
+ cb: (err: any, data?: DescribeRootFoldersCommandOutput) => void
537
+ ): void;
538
+
539
+ describeUsers(
540
+ args: DescribeUsersCommandInput,
541
+ options?: __HttpHandlerOptions
542
+ ): Promise<DescribeUsersCommandOutput>;
543
+ describeUsers(
544
+ args: DescribeUsersCommandInput,
545
+ cb: (err: any, data?: DescribeUsersCommandOutput) => void
546
+ ): void;
547
+ describeUsers(
548
+ args: DescribeUsersCommandInput,
549
+ options: __HttpHandlerOptions,
550
+ cb: (err: any, data?: DescribeUsersCommandOutput) => void
551
+ ): void;
552
+
553
+ getCurrentUser(
554
+ args: GetCurrentUserCommandInput,
555
+ options?: __HttpHandlerOptions
556
+ ): Promise<GetCurrentUserCommandOutput>;
557
+ getCurrentUser(
558
+ args: GetCurrentUserCommandInput,
559
+ cb: (err: any, data?: GetCurrentUserCommandOutput) => void
560
+ ): void;
561
+ getCurrentUser(
562
+ args: GetCurrentUserCommandInput,
563
+ options: __HttpHandlerOptions,
564
+ cb: (err: any, data?: GetCurrentUserCommandOutput) => void
565
+ ): void;
566
+
567
+ getDocument(
568
+ args: GetDocumentCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<GetDocumentCommandOutput>;
571
+ getDocument(
572
+ args: GetDocumentCommandInput,
573
+ cb: (err: any, data?: GetDocumentCommandOutput) => void
574
+ ): void;
575
+ getDocument(
576
+ args: GetDocumentCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: GetDocumentCommandOutput) => void
579
+ ): void;
580
+
581
+ getDocumentPath(
582
+ args: GetDocumentPathCommandInput,
583
+ options?: __HttpHandlerOptions
584
+ ): Promise<GetDocumentPathCommandOutput>;
585
+ getDocumentPath(
586
+ args: GetDocumentPathCommandInput,
587
+ cb: (err: any, data?: GetDocumentPathCommandOutput) => void
588
+ ): void;
589
+ getDocumentPath(
590
+ args: GetDocumentPathCommandInput,
591
+ options: __HttpHandlerOptions,
592
+ cb: (err: any, data?: GetDocumentPathCommandOutput) => void
593
+ ): void;
594
+
595
+ getDocumentVersion(
596
+ args: GetDocumentVersionCommandInput,
597
+ options?: __HttpHandlerOptions
598
+ ): Promise<GetDocumentVersionCommandOutput>;
599
+ getDocumentVersion(
600
+ args: GetDocumentVersionCommandInput,
601
+ cb: (err: any, data?: GetDocumentVersionCommandOutput) => void
602
+ ): void;
603
+ getDocumentVersion(
604
+ args: GetDocumentVersionCommandInput,
605
+ options: __HttpHandlerOptions,
606
+ cb: (err: any, data?: GetDocumentVersionCommandOutput) => void
607
+ ): void;
608
+
609
+ getFolder(
610
+ args: GetFolderCommandInput,
611
+ options?: __HttpHandlerOptions
612
+ ): Promise<GetFolderCommandOutput>;
613
+ getFolder(
614
+ args: GetFolderCommandInput,
615
+ cb: (err: any, data?: GetFolderCommandOutput) => void
616
+ ): void;
617
+ getFolder(
618
+ args: GetFolderCommandInput,
619
+ options: __HttpHandlerOptions,
620
+ cb: (err: any, data?: GetFolderCommandOutput) => void
621
+ ): void;
622
+
623
+ getFolderPath(
624
+ args: GetFolderPathCommandInput,
625
+ options?: __HttpHandlerOptions
626
+ ): Promise<GetFolderPathCommandOutput>;
627
+ getFolderPath(
628
+ args: GetFolderPathCommandInput,
629
+ cb: (err: any, data?: GetFolderPathCommandOutput) => void
630
+ ): void;
631
+ getFolderPath(
632
+ args: GetFolderPathCommandInput,
633
+ options: __HttpHandlerOptions,
634
+ cb: (err: any, data?: GetFolderPathCommandOutput) => void
635
+ ): void;
636
+
637
+ getResources(
638
+ args: GetResourcesCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<GetResourcesCommandOutput>;
641
+ getResources(
642
+ args: GetResourcesCommandInput,
643
+ cb: (err: any, data?: GetResourcesCommandOutput) => void
644
+ ): void;
645
+ getResources(
646
+ args: GetResourcesCommandInput,
647
+ options: __HttpHandlerOptions,
648
+ cb: (err: any, data?: GetResourcesCommandOutput) => void
649
+ ): void;
650
+
651
+ initiateDocumentVersionUpload(
652
+ args: InitiateDocumentVersionUploadCommandInput,
653
+ options?: __HttpHandlerOptions
654
+ ): Promise<InitiateDocumentVersionUploadCommandOutput>;
655
+ initiateDocumentVersionUpload(
656
+ args: InitiateDocumentVersionUploadCommandInput,
657
+ cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void
658
+ ): void;
659
+ initiateDocumentVersionUpload(
660
+ args: InitiateDocumentVersionUploadCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (err: any, data?: InitiateDocumentVersionUploadCommandOutput) => void
663
+ ): void;
664
+
665
+ removeAllResourcePermissions(
666
+ args: RemoveAllResourcePermissionsCommandInput,
667
+ options?: __HttpHandlerOptions
668
+ ): Promise<RemoveAllResourcePermissionsCommandOutput>;
669
+ removeAllResourcePermissions(
670
+ args: RemoveAllResourcePermissionsCommandInput,
671
+ cb: (err: any, data?: RemoveAllResourcePermissionsCommandOutput) => void
672
+ ): void;
673
+ removeAllResourcePermissions(
674
+ args: RemoveAllResourcePermissionsCommandInput,
675
+ options: __HttpHandlerOptions,
676
+ cb: (err: any, data?: RemoveAllResourcePermissionsCommandOutput) => void
677
+ ): void;
678
+
679
+ removeResourcePermission(
680
+ args: RemoveResourcePermissionCommandInput,
681
+ options?: __HttpHandlerOptions
682
+ ): Promise<RemoveResourcePermissionCommandOutput>;
683
+ removeResourcePermission(
684
+ args: RemoveResourcePermissionCommandInput,
685
+ cb: (err: any, data?: RemoveResourcePermissionCommandOutput) => void
686
+ ): void;
687
+ removeResourcePermission(
688
+ args: RemoveResourcePermissionCommandInput,
689
+ options: __HttpHandlerOptions,
690
+ cb: (err: any, data?: RemoveResourcePermissionCommandOutput) => void
691
+ ): void;
692
+
693
+ updateDocument(
694
+ args: UpdateDocumentCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<UpdateDocumentCommandOutput>;
697
+ updateDocument(
698
+ args: UpdateDocumentCommandInput,
699
+ cb: (err: any, data?: UpdateDocumentCommandOutput) => void
700
+ ): void;
701
+ updateDocument(
702
+ args: UpdateDocumentCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: UpdateDocumentCommandOutput) => void
705
+ ): void;
706
+
707
+ updateDocumentVersion(
708
+ args: UpdateDocumentVersionCommandInput,
709
+ options?: __HttpHandlerOptions
710
+ ): Promise<UpdateDocumentVersionCommandOutput>;
711
+ updateDocumentVersion(
712
+ args: UpdateDocumentVersionCommandInput,
713
+ cb: (err: any, data?: UpdateDocumentVersionCommandOutput) => void
714
+ ): void;
715
+ updateDocumentVersion(
716
+ args: UpdateDocumentVersionCommandInput,
717
+ options: __HttpHandlerOptions,
718
+ cb: (err: any, data?: UpdateDocumentVersionCommandOutput) => void
719
+ ): void;
720
+
721
+ updateFolder(
722
+ args: UpdateFolderCommandInput,
723
+ options?: __HttpHandlerOptions
724
+ ): Promise<UpdateFolderCommandOutput>;
725
+ updateFolder(
726
+ args: UpdateFolderCommandInput,
727
+ cb: (err: any, data?: UpdateFolderCommandOutput) => void
728
+ ): void;
729
+ updateFolder(
730
+ args: UpdateFolderCommandInput,
731
+ options: __HttpHandlerOptions,
732
+ cb: (err: any, data?: UpdateFolderCommandOutput) => void
733
+ ): void;
734
+
735
+ updateUser(
736
+ args: UpdateUserCommandInput,
737
+ options?: __HttpHandlerOptions
738
+ ): Promise<UpdateUserCommandOutput>;
739
+ updateUser(
740
+ args: UpdateUserCommandInput,
741
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
742
+ ): void;
743
+ updateUser(
744
+ args: UpdateUserCommandInput,
745
+ options: __HttpHandlerOptions,
746
+ cb: (err: any, data?: UpdateUserCommandOutput) => void
747
+ ): void;
748
+ }