@aws-sdk/client-workdocs 3.928.0 → 3.929.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +2697 -2674
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/WorkDocsClient.js +2 -0
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +3 -10
- package/dist-es/commands/ActivateUserCommand.js +3 -10
- package/dist-es/commands/AddResourcePermissionsCommand.js +3 -10
- package/dist-es/commands/CreateCommentCommand.js +3 -10
- package/dist-es/commands/CreateCustomMetadataCommand.js +3 -10
- package/dist-es/commands/CreateFolderCommand.js +3 -10
- package/dist-es/commands/CreateLabelsCommand.js +3 -10
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +3 -9
- package/dist-es/commands/CreateUserCommand.js +3 -10
- package/dist-es/commands/DeactivateUserCommand.js +3 -10
- package/dist-es/commands/DeleteCommentCommand.js +3 -10
- package/dist-es/commands/DeleteCustomMetadataCommand.js +3 -10
- package/dist-es/commands/DeleteDocumentCommand.js +3 -10
- package/dist-es/commands/DeleteDocumentVersionCommand.js +3 -10
- package/dist-es/commands/DeleteFolderCommand.js +3 -10
- package/dist-es/commands/DeleteFolderContentsCommand.js +3 -10
- package/dist-es/commands/DeleteLabelsCommand.js +3 -10
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +3 -9
- package/dist-es/commands/DeleteUserCommand.js +3 -10
- package/dist-es/commands/DescribeActivitiesCommand.js +3 -10
- package/dist-es/commands/DescribeCommentsCommand.js +3 -10
- package/dist-es/commands/DescribeDocumentVersionsCommand.js +3 -10
- package/dist-es/commands/DescribeFolderContentsCommand.js +3 -10
- package/dist-es/commands/DescribeGroupsCommand.js +3 -10
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +3 -10
- package/dist-es/commands/DescribeRootFoldersCommand.js +3 -10
- package/dist-es/commands/DescribeUsersCommand.js +3 -10
- package/dist-es/commands/GetCurrentUserCommand.js +3 -10
- package/dist-es/commands/GetDocumentCommand.js +3 -10
- package/dist-es/commands/GetDocumentPathCommand.js +3 -10
- package/dist-es/commands/GetDocumentVersionCommand.js +3 -10
- package/dist-es/commands/GetFolderCommand.js +3 -10
- package/dist-es/commands/GetFolderPathCommand.js +3 -10
- package/dist-es/commands/GetResourcesCommand.js +3 -10
- package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +3 -10
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +3 -10
- package/dist-es/commands/RemoveResourcePermissionCommand.js +3 -10
- package/dist-es/commands/RestoreDocumentVersionsCommand.js +3 -10
- package/dist-es/commands/SearchResourcesCommand.js +3 -10
- package/dist-es/commands/UpdateDocumentCommand.js +3 -10
- package/dist-es/commands/UpdateDocumentVersionCommand.js +3 -10
- package/dist-es/commands/UpdateFolderCommand.js +3 -10
- package/dist-es/commands/UpdateUserCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -359
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2591 -0
- package/dist-types/WorkDocsClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -312
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +217 -0
- package/dist-types/ts3.4/WorkDocsClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -218
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +224 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -1901
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -398
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -533
|
@@ -1,533 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AbortDocumentVersionUploadCommandInput,
|
|
8
|
-
AbortDocumentVersionUploadCommandOutput,
|
|
9
|
-
} from "../commands/AbortDocumentVersionUploadCommand";
|
|
10
|
-
import {
|
|
11
|
-
ActivateUserCommandInput,
|
|
12
|
-
ActivateUserCommandOutput,
|
|
13
|
-
} from "../commands/ActivateUserCommand";
|
|
14
|
-
import {
|
|
15
|
-
AddResourcePermissionsCommandInput,
|
|
16
|
-
AddResourcePermissionsCommandOutput,
|
|
17
|
-
} from "../commands/AddResourcePermissionsCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateCommentCommandInput,
|
|
20
|
-
CreateCommentCommandOutput,
|
|
21
|
-
} from "../commands/CreateCommentCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateCustomMetadataCommandInput,
|
|
24
|
-
CreateCustomMetadataCommandOutput,
|
|
25
|
-
} from "../commands/CreateCustomMetadataCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateFolderCommandInput,
|
|
28
|
-
CreateFolderCommandOutput,
|
|
29
|
-
} from "../commands/CreateFolderCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateLabelsCommandInput,
|
|
32
|
-
CreateLabelsCommandOutput,
|
|
33
|
-
} from "../commands/CreateLabelsCommand";
|
|
34
|
-
import {
|
|
35
|
-
CreateNotificationSubscriptionCommandInput,
|
|
36
|
-
CreateNotificationSubscriptionCommandOutput,
|
|
37
|
-
} from "../commands/CreateNotificationSubscriptionCommand";
|
|
38
|
-
import {
|
|
39
|
-
CreateUserCommandInput,
|
|
40
|
-
CreateUserCommandOutput,
|
|
41
|
-
} from "../commands/CreateUserCommand";
|
|
42
|
-
import {
|
|
43
|
-
DeactivateUserCommandInput,
|
|
44
|
-
DeactivateUserCommandOutput,
|
|
45
|
-
} from "../commands/DeactivateUserCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeleteCommentCommandInput,
|
|
48
|
-
DeleteCommentCommandOutput,
|
|
49
|
-
} from "../commands/DeleteCommentCommand";
|
|
50
|
-
import {
|
|
51
|
-
DeleteCustomMetadataCommandInput,
|
|
52
|
-
DeleteCustomMetadataCommandOutput,
|
|
53
|
-
} from "../commands/DeleteCustomMetadataCommand";
|
|
54
|
-
import {
|
|
55
|
-
DeleteDocumentCommandInput,
|
|
56
|
-
DeleteDocumentCommandOutput,
|
|
57
|
-
} from "../commands/DeleteDocumentCommand";
|
|
58
|
-
import {
|
|
59
|
-
DeleteDocumentVersionCommandInput,
|
|
60
|
-
DeleteDocumentVersionCommandOutput,
|
|
61
|
-
} from "../commands/DeleteDocumentVersionCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteFolderCommandInput,
|
|
64
|
-
DeleteFolderCommandOutput,
|
|
65
|
-
} from "../commands/DeleteFolderCommand";
|
|
66
|
-
import {
|
|
67
|
-
DeleteFolderContentsCommandInput,
|
|
68
|
-
DeleteFolderContentsCommandOutput,
|
|
69
|
-
} from "../commands/DeleteFolderContentsCommand";
|
|
70
|
-
import {
|
|
71
|
-
DeleteLabelsCommandInput,
|
|
72
|
-
DeleteLabelsCommandOutput,
|
|
73
|
-
} from "../commands/DeleteLabelsCommand";
|
|
74
|
-
import {
|
|
75
|
-
DeleteNotificationSubscriptionCommandInput,
|
|
76
|
-
DeleteNotificationSubscriptionCommandOutput,
|
|
77
|
-
} from "../commands/DeleteNotificationSubscriptionCommand";
|
|
78
|
-
import {
|
|
79
|
-
DeleteUserCommandInput,
|
|
80
|
-
DeleteUserCommandOutput,
|
|
81
|
-
} from "../commands/DeleteUserCommand";
|
|
82
|
-
import {
|
|
83
|
-
DescribeActivitiesCommandInput,
|
|
84
|
-
DescribeActivitiesCommandOutput,
|
|
85
|
-
} from "../commands/DescribeActivitiesCommand";
|
|
86
|
-
import {
|
|
87
|
-
DescribeCommentsCommandInput,
|
|
88
|
-
DescribeCommentsCommandOutput,
|
|
89
|
-
} from "../commands/DescribeCommentsCommand";
|
|
90
|
-
import {
|
|
91
|
-
DescribeDocumentVersionsCommandInput,
|
|
92
|
-
DescribeDocumentVersionsCommandOutput,
|
|
93
|
-
} from "../commands/DescribeDocumentVersionsCommand";
|
|
94
|
-
import {
|
|
95
|
-
DescribeFolderContentsCommandInput,
|
|
96
|
-
DescribeFolderContentsCommandOutput,
|
|
97
|
-
} from "../commands/DescribeFolderContentsCommand";
|
|
98
|
-
import {
|
|
99
|
-
DescribeGroupsCommandInput,
|
|
100
|
-
DescribeGroupsCommandOutput,
|
|
101
|
-
} from "../commands/DescribeGroupsCommand";
|
|
102
|
-
import {
|
|
103
|
-
DescribeNotificationSubscriptionsCommandInput,
|
|
104
|
-
DescribeNotificationSubscriptionsCommandOutput,
|
|
105
|
-
} from "../commands/DescribeNotificationSubscriptionsCommand";
|
|
106
|
-
import {
|
|
107
|
-
DescribeResourcePermissionsCommandInput,
|
|
108
|
-
DescribeResourcePermissionsCommandOutput,
|
|
109
|
-
} from "../commands/DescribeResourcePermissionsCommand";
|
|
110
|
-
import {
|
|
111
|
-
DescribeRootFoldersCommandInput,
|
|
112
|
-
DescribeRootFoldersCommandOutput,
|
|
113
|
-
} from "../commands/DescribeRootFoldersCommand";
|
|
114
|
-
import {
|
|
115
|
-
DescribeUsersCommandInput,
|
|
116
|
-
DescribeUsersCommandOutput,
|
|
117
|
-
} from "../commands/DescribeUsersCommand";
|
|
118
|
-
import {
|
|
119
|
-
GetCurrentUserCommandInput,
|
|
120
|
-
GetCurrentUserCommandOutput,
|
|
121
|
-
} from "../commands/GetCurrentUserCommand";
|
|
122
|
-
import {
|
|
123
|
-
GetDocumentCommandInput,
|
|
124
|
-
GetDocumentCommandOutput,
|
|
125
|
-
} from "../commands/GetDocumentCommand";
|
|
126
|
-
import {
|
|
127
|
-
GetDocumentPathCommandInput,
|
|
128
|
-
GetDocumentPathCommandOutput,
|
|
129
|
-
} from "../commands/GetDocumentPathCommand";
|
|
130
|
-
import {
|
|
131
|
-
GetDocumentVersionCommandInput,
|
|
132
|
-
GetDocumentVersionCommandOutput,
|
|
133
|
-
} from "../commands/GetDocumentVersionCommand";
|
|
134
|
-
import {
|
|
135
|
-
GetFolderCommandInput,
|
|
136
|
-
GetFolderCommandOutput,
|
|
137
|
-
} from "../commands/GetFolderCommand";
|
|
138
|
-
import {
|
|
139
|
-
GetFolderPathCommandInput,
|
|
140
|
-
GetFolderPathCommandOutput,
|
|
141
|
-
} from "../commands/GetFolderPathCommand";
|
|
142
|
-
import {
|
|
143
|
-
GetResourcesCommandInput,
|
|
144
|
-
GetResourcesCommandOutput,
|
|
145
|
-
} from "../commands/GetResourcesCommand";
|
|
146
|
-
import {
|
|
147
|
-
InitiateDocumentVersionUploadCommandInput,
|
|
148
|
-
InitiateDocumentVersionUploadCommandOutput,
|
|
149
|
-
} from "../commands/InitiateDocumentVersionUploadCommand";
|
|
150
|
-
import {
|
|
151
|
-
RemoveAllResourcePermissionsCommandInput,
|
|
152
|
-
RemoveAllResourcePermissionsCommandOutput,
|
|
153
|
-
} from "../commands/RemoveAllResourcePermissionsCommand";
|
|
154
|
-
import {
|
|
155
|
-
RemoveResourcePermissionCommandInput,
|
|
156
|
-
RemoveResourcePermissionCommandOutput,
|
|
157
|
-
} from "../commands/RemoveResourcePermissionCommand";
|
|
158
|
-
import {
|
|
159
|
-
RestoreDocumentVersionsCommandInput,
|
|
160
|
-
RestoreDocumentVersionsCommandOutput,
|
|
161
|
-
} from "../commands/RestoreDocumentVersionsCommand";
|
|
162
|
-
import {
|
|
163
|
-
SearchResourcesCommandInput,
|
|
164
|
-
SearchResourcesCommandOutput,
|
|
165
|
-
} from "../commands/SearchResourcesCommand";
|
|
166
|
-
import {
|
|
167
|
-
UpdateDocumentCommandInput,
|
|
168
|
-
UpdateDocumentCommandOutput,
|
|
169
|
-
} from "../commands/UpdateDocumentCommand";
|
|
170
|
-
import {
|
|
171
|
-
UpdateDocumentVersionCommandInput,
|
|
172
|
-
UpdateDocumentVersionCommandOutput,
|
|
173
|
-
} from "../commands/UpdateDocumentVersionCommand";
|
|
174
|
-
import {
|
|
175
|
-
UpdateFolderCommandInput,
|
|
176
|
-
UpdateFolderCommandOutput,
|
|
177
|
-
} from "../commands/UpdateFolderCommand";
|
|
178
|
-
import {
|
|
179
|
-
UpdateUserCommandInput,
|
|
180
|
-
UpdateUserCommandOutput,
|
|
181
|
-
} from "../commands/UpdateUserCommand";
|
|
182
|
-
export declare const se_AbortDocumentVersionUploadCommand: (
|
|
183
|
-
input: AbortDocumentVersionUploadCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_ActivateUserCommand: (
|
|
187
|
-
input: ActivateUserCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_AddResourcePermissionsCommand: (
|
|
191
|
-
input: AddResourcePermissionsCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_CreateCommentCommand: (
|
|
195
|
-
input: CreateCommentCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_CreateCustomMetadataCommand: (
|
|
199
|
-
input: CreateCustomMetadataCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_CreateFolderCommand: (
|
|
203
|
-
input: CreateFolderCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_CreateLabelsCommand: (
|
|
207
|
-
input: CreateLabelsCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_CreateNotificationSubscriptionCommand: (
|
|
211
|
-
input: CreateNotificationSubscriptionCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_CreateUserCommand: (
|
|
215
|
-
input: CreateUserCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_DeactivateUserCommand: (
|
|
219
|
-
input: DeactivateUserCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_DeleteCommentCommand: (
|
|
223
|
-
input: DeleteCommentCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_DeleteCustomMetadataCommand: (
|
|
227
|
-
input: DeleteCustomMetadataCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_DeleteDocumentCommand: (
|
|
231
|
-
input: DeleteDocumentCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_DeleteDocumentVersionCommand: (
|
|
235
|
-
input: DeleteDocumentVersionCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const se_DeleteFolderCommand: (
|
|
239
|
-
input: DeleteFolderCommandInput,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<__HttpRequest>;
|
|
242
|
-
export declare const se_DeleteFolderContentsCommand: (
|
|
243
|
-
input: DeleteFolderContentsCommandInput,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<__HttpRequest>;
|
|
246
|
-
export declare const se_DeleteLabelsCommand: (
|
|
247
|
-
input: DeleteLabelsCommandInput,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<__HttpRequest>;
|
|
250
|
-
export declare const se_DeleteNotificationSubscriptionCommand: (
|
|
251
|
-
input: DeleteNotificationSubscriptionCommandInput,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<__HttpRequest>;
|
|
254
|
-
export declare const se_DeleteUserCommand: (
|
|
255
|
-
input: DeleteUserCommandInput,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<__HttpRequest>;
|
|
258
|
-
export declare const se_DescribeActivitiesCommand: (
|
|
259
|
-
input: DescribeActivitiesCommandInput,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<__HttpRequest>;
|
|
262
|
-
export declare const se_DescribeCommentsCommand: (
|
|
263
|
-
input: DescribeCommentsCommandInput,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<__HttpRequest>;
|
|
266
|
-
export declare const se_DescribeDocumentVersionsCommand: (
|
|
267
|
-
input: DescribeDocumentVersionsCommandInput,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<__HttpRequest>;
|
|
270
|
-
export declare const se_DescribeFolderContentsCommand: (
|
|
271
|
-
input: DescribeFolderContentsCommandInput,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<__HttpRequest>;
|
|
274
|
-
export declare const se_DescribeGroupsCommand: (
|
|
275
|
-
input: DescribeGroupsCommandInput,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<__HttpRequest>;
|
|
278
|
-
export declare const se_DescribeNotificationSubscriptionsCommand: (
|
|
279
|
-
input: DescribeNotificationSubscriptionsCommandInput,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<__HttpRequest>;
|
|
282
|
-
export declare const se_DescribeResourcePermissionsCommand: (
|
|
283
|
-
input: DescribeResourcePermissionsCommandInput,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<__HttpRequest>;
|
|
286
|
-
export declare const se_DescribeRootFoldersCommand: (
|
|
287
|
-
input: DescribeRootFoldersCommandInput,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<__HttpRequest>;
|
|
290
|
-
export declare const se_DescribeUsersCommand: (
|
|
291
|
-
input: DescribeUsersCommandInput,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<__HttpRequest>;
|
|
294
|
-
export declare const se_GetCurrentUserCommand: (
|
|
295
|
-
input: GetCurrentUserCommandInput,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<__HttpRequest>;
|
|
298
|
-
export declare const se_GetDocumentCommand: (
|
|
299
|
-
input: GetDocumentCommandInput,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<__HttpRequest>;
|
|
302
|
-
export declare const se_GetDocumentPathCommand: (
|
|
303
|
-
input: GetDocumentPathCommandInput,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<__HttpRequest>;
|
|
306
|
-
export declare const se_GetDocumentVersionCommand: (
|
|
307
|
-
input: GetDocumentVersionCommandInput,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<__HttpRequest>;
|
|
310
|
-
export declare const se_GetFolderCommand: (
|
|
311
|
-
input: GetFolderCommandInput,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<__HttpRequest>;
|
|
314
|
-
export declare const se_GetFolderPathCommand: (
|
|
315
|
-
input: GetFolderPathCommandInput,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<__HttpRequest>;
|
|
318
|
-
export declare const se_GetResourcesCommand: (
|
|
319
|
-
input: GetResourcesCommandInput,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<__HttpRequest>;
|
|
322
|
-
export declare const se_InitiateDocumentVersionUploadCommand: (
|
|
323
|
-
input: InitiateDocumentVersionUploadCommandInput,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<__HttpRequest>;
|
|
326
|
-
export declare const se_RemoveAllResourcePermissionsCommand: (
|
|
327
|
-
input: RemoveAllResourcePermissionsCommandInput,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<__HttpRequest>;
|
|
330
|
-
export declare const se_RemoveResourcePermissionCommand: (
|
|
331
|
-
input: RemoveResourcePermissionCommandInput,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<__HttpRequest>;
|
|
334
|
-
export declare const se_RestoreDocumentVersionsCommand: (
|
|
335
|
-
input: RestoreDocumentVersionsCommandInput,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<__HttpRequest>;
|
|
338
|
-
export declare const se_SearchResourcesCommand: (
|
|
339
|
-
input: SearchResourcesCommandInput,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<__HttpRequest>;
|
|
342
|
-
export declare const se_UpdateDocumentCommand: (
|
|
343
|
-
input: UpdateDocumentCommandInput,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<__HttpRequest>;
|
|
346
|
-
export declare const se_UpdateDocumentVersionCommand: (
|
|
347
|
-
input: UpdateDocumentVersionCommandInput,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<__HttpRequest>;
|
|
350
|
-
export declare const se_UpdateFolderCommand: (
|
|
351
|
-
input: UpdateFolderCommandInput,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<__HttpRequest>;
|
|
354
|
-
export declare const se_UpdateUserCommand: (
|
|
355
|
-
input: UpdateUserCommandInput,
|
|
356
|
-
context: __SerdeContext
|
|
357
|
-
) => Promise<__HttpRequest>;
|
|
358
|
-
export declare const de_AbortDocumentVersionUploadCommand: (
|
|
359
|
-
output: __HttpResponse,
|
|
360
|
-
context: __SerdeContext
|
|
361
|
-
) => Promise<AbortDocumentVersionUploadCommandOutput>;
|
|
362
|
-
export declare const de_ActivateUserCommand: (
|
|
363
|
-
output: __HttpResponse,
|
|
364
|
-
context: __SerdeContext
|
|
365
|
-
) => Promise<ActivateUserCommandOutput>;
|
|
366
|
-
export declare const de_AddResourcePermissionsCommand: (
|
|
367
|
-
output: __HttpResponse,
|
|
368
|
-
context: __SerdeContext
|
|
369
|
-
) => Promise<AddResourcePermissionsCommandOutput>;
|
|
370
|
-
export declare const de_CreateCommentCommand: (
|
|
371
|
-
output: __HttpResponse,
|
|
372
|
-
context: __SerdeContext
|
|
373
|
-
) => Promise<CreateCommentCommandOutput>;
|
|
374
|
-
export declare const de_CreateCustomMetadataCommand: (
|
|
375
|
-
output: __HttpResponse,
|
|
376
|
-
context: __SerdeContext
|
|
377
|
-
) => Promise<CreateCustomMetadataCommandOutput>;
|
|
378
|
-
export declare const de_CreateFolderCommand: (
|
|
379
|
-
output: __HttpResponse,
|
|
380
|
-
context: __SerdeContext
|
|
381
|
-
) => Promise<CreateFolderCommandOutput>;
|
|
382
|
-
export declare const de_CreateLabelsCommand: (
|
|
383
|
-
output: __HttpResponse,
|
|
384
|
-
context: __SerdeContext
|
|
385
|
-
) => Promise<CreateLabelsCommandOutput>;
|
|
386
|
-
export declare const de_CreateNotificationSubscriptionCommand: (
|
|
387
|
-
output: __HttpResponse,
|
|
388
|
-
context: __SerdeContext
|
|
389
|
-
) => Promise<CreateNotificationSubscriptionCommandOutput>;
|
|
390
|
-
export declare const de_CreateUserCommand: (
|
|
391
|
-
output: __HttpResponse,
|
|
392
|
-
context: __SerdeContext
|
|
393
|
-
) => Promise<CreateUserCommandOutput>;
|
|
394
|
-
export declare const de_DeactivateUserCommand: (
|
|
395
|
-
output: __HttpResponse,
|
|
396
|
-
context: __SerdeContext
|
|
397
|
-
) => Promise<DeactivateUserCommandOutput>;
|
|
398
|
-
export declare const de_DeleteCommentCommand: (
|
|
399
|
-
output: __HttpResponse,
|
|
400
|
-
context: __SerdeContext
|
|
401
|
-
) => Promise<DeleteCommentCommandOutput>;
|
|
402
|
-
export declare const de_DeleteCustomMetadataCommand: (
|
|
403
|
-
output: __HttpResponse,
|
|
404
|
-
context: __SerdeContext
|
|
405
|
-
) => Promise<DeleteCustomMetadataCommandOutput>;
|
|
406
|
-
export declare const de_DeleteDocumentCommand: (
|
|
407
|
-
output: __HttpResponse,
|
|
408
|
-
context: __SerdeContext
|
|
409
|
-
) => Promise<DeleteDocumentCommandOutput>;
|
|
410
|
-
export declare const de_DeleteDocumentVersionCommand: (
|
|
411
|
-
output: __HttpResponse,
|
|
412
|
-
context: __SerdeContext
|
|
413
|
-
) => Promise<DeleteDocumentVersionCommandOutput>;
|
|
414
|
-
export declare const de_DeleteFolderCommand: (
|
|
415
|
-
output: __HttpResponse,
|
|
416
|
-
context: __SerdeContext
|
|
417
|
-
) => Promise<DeleteFolderCommandOutput>;
|
|
418
|
-
export declare const de_DeleteFolderContentsCommand: (
|
|
419
|
-
output: __HttpResponse,
|
|
420
|
-
context: __SerdeContext
|
|
421
|
-
) => Promise<DeleteFolderContentsCommandOutput>;
|
|
422
|
-
export declare const de_DeleteLabelsCommand: (
|
|
423
|
-
output: __HttpResponse,
|
|
424
|
-
context: __SerdeContext
|
|
425
|
-
) => Promise<DeleteLabelsCommandOutput>;
|
|
426
|
-
export declare const de_DeleteNotificationSubscriptionCommand: (
|
|
427
|
-
output: __HttpResponse,
|
|
428
|
-
context: __SerdeContext
|
|
429
|
-
) => Promise<DeleteNotificationSubscriptionCommandOutput>;
|
|
430
|
-
export declare const de_DeleteUserCommand: (
|
|
431
|
-
output: __HttpResponse,
|
|
432
|
-
context: __SerdeContext
|
|
433
|
-
) => Promise<DeleteUserCommandOutput>;
|
|
434
|
-
export declare const de_DescribeActivitiesCommand: (
|
|
435
|
-
output: __HttpResponse,
|
|
436
|
-
context: __SerdeContext
|
|
437
|
-
) => Promise<DescribeActivitiesCommandOutput>;
|
|
438
|
-
export declare const de_DescribeCommentsCommand: (
|
|
439
|
-
output: __HttpResponse,
|
|
440
|
-
context: __SerdeContext
|
|
441
|
-
) => Promise<DescribeCommentsCommandOutput>;
|
|
442
|
-
export declare const de_DescribeDocumentVersionsCommand: (
|
|
443
|
-
output: __HttpResponse,
|
|
444
|
-
context: __SerdeContext
|
|
445
|
-
) => Promise<DescribeDocumentVersionsCommandOutput>;
|
|
446
|
-
export declare const de_DescribeFolderContentsCommand: (
|
|
447
|
-
output: __HttpResponse,
|
|
448
|
-
context: __SerdeContext
|
|
449
|
-
) => Promise<DescribeFolderContentsCommandOutput>;
|
|
450
|
-
export declare const de_DescribeGroupsCommand: (
|
|
451
|
-
output: __HttpResponse,
|
|
452
|
-
context: __SerdeContext
|
|
453
|
-
) => Promise<DescribeGroupsCommandOutput>;
|
|
454
|
-
export declare const de_DescribeNotificationSubscriptionsCommand: (
|
|
455
|
-
output: __HttpResponse,
|
|
456
|
-
context: __SerdeContext
|
|
457
|
-
) => Promise<DescribeNotificationSubscriptionsCommandOutput>;
|
|
458
|
-
export declare const de_DescribeResourcePermissionsCommand: (
|
|
459
|
-
output: __HttpResponse,
|
|
460
|
-
context: __SerdeContext
|
|
461
|
-
) => Promise<DescribeResourcePermissionsCommandOutput>;
|
|
462
|
-
export declare const de_DescribeRootFoldersCommand: (
|
|
463
|
-
output: __HttpResponse,
|
|
464
|
-
context: __SerdeContext
|
|
465
|
-
) => Promise<DescribeRootFoldersCommandOutput>;
|
|
466
|
-
export declare const de_DescribeUsersCommand: (
|
|
467
|
-
output: __HttpResponse,
|
|
468
|
-
context: __SerdeContext
|
|
469
|
-
) => Promise<DescribeUsersCommandOutput>;
|
|
470
|
-
export declare const de_GetCurrentUserCommand: (
|
|
471
|
-
output: __HttpResponse,
|
|
472
|
-
context: __SerdeContext
|
|
473
|
-
) => Promise<GetCurrentUserCommandOutput>;
|
|
474
|
-
export declare const de_GetDocumentCommand: (
|
|
475
|
-
output: __HttpResponse,
|
|
476
|
-
context: __SerdeContext
|
|
477
|
-
) => Promise<GetDocumentCommandOutput>;
|
|
478
|
-
export declare const de_GetDocumentPathCommand: (
|
|
479
|
-
output: __HttpResponse,
|
|
480
|
-
context: __SerdeContext
|
|
481
|
-
) => Promise<GetDocumentPathCommandOutput>;
|
|
482
|
-
export declare const de_GetDocumentVersionCommand: (
|
|
483
|
-
output: __HttpResponse,
|
|
484
|
-
context: __SerdeContext
|
|
485
|
-
) => Promise<GetDocumentVersionCommandOutput>;
|
|
486
|
-
export declare const de_GetFolderCommand: (
|
|
487
|
-
output: __HttpResponse,
|
|
488
|
-
context: __SerdeContext
|
|
489
|
-
) => Promise<GetFolderCommandOutput>;
|
|
490
|
-
export declare const de_GetFolderPathCommand: (
|
|
491
|
-
output: __HttpResponse,
|
|
492
|
-
context: __SerdeContext
|
|
493
|
-
) => Promise<GetFolderPathCommandOutput>;
|
|
494
|
-
export declare const de_GetResourcesCommand: (
|
|
495
|
-
output: __HttpResponse,
|
|
496
|
-
context: __SerdeContext
|
|
497
|
-
) => Promise<GetResourcesCommandOutput>;
|
|
498
|
-
export declare const de_InitiateDocumentVersionUploadCommand: (
|
|
499
|
-
output: __HttpResponse,
|
|
500
|
-
context: __SerdeContext
|
|
501
|
-
) => Promise<InitiateDocumentVersionUploadCommandOutput>;
|
|
502
|
-
export declare const de_RemoveAllResourcePermissionsCommand: (
|
|
503
|
-
output: __HttpResponse,
|
|
504
|
-
context: __SerdeContext
|
|
505
|
-
) => Promise<RemoveAllResourcePermissionsCommandOutput>;
|
|
506
|
-
export declare const de_RemoveResourcePermissionCommand: (
|
|
507
|
-
output: __HttpResponse,
|
|
508
|
-
context: __SerdeContext
|
|
509
|
-
) => Promise<RemoveResourcePermissionCommandOutput>;
|
|
510
|
-
export declare const de_RestoreDocumentVersionsCommand: (
|
|
511
|
-
output: __HttpResponse,
|
|
512
|
-
context: __SerdeContext
|
|
513
|
-
) => Promise<RestoreDocumentVersionsCommandOutput>;
|
|
514
|
-
export declare const de_SearchResourcesCommand: (
|
|
515
|
-
output: __HttpResponse,
|
|
516
|
-
context: __SerdeContext
|
|
517
|
-
) => Promise<SearchResourcesCommandOutput>;
|
|
518
|
-
export declare const de_UpdateDocumentCommand: (
|
|
519
|
-
output: __HttpResponse,
|
|
520
|
-
context: __SerdeContext
|
|
521
|
-
) => Promise<UpdateDocumentCommandOutput>;
|
|
522
|
-
export declare const de_UpdateDocumentVersionCommand: (
|
|
523
|
-
output: __HttpResponse,
|
|
524
|
-
context: __SerdeContext
|
|
525
|
-
) => Promise<UpdateDocumentVersionCommandOutput>;
|
|
526
|
-
export declare const de_UpdateFolderCommand: (
|
|
527
|
-
output: __HttpResponse,
|
|
528
|
-
context: __SerdeContext
|
|
529
|
-
) => Promise<UpdateFolderCommandOutput>;
|
|
530
|
-
export declare const de_UpdateUserCommand: (
|
|
531
|
-
output: __HttpResponse,
|
|
532
|
-
context: __SerdeContext
|
|
533
|
-
) => Promise<UpdateUserCommandOutput>;
|