@aws-sdk/client-workdocs 3.169.0 → 3.171.0

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