@aws-sdk/client-workdocs 3.928.0 → 3.930.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 (68) hide show
  1. package/dist-cjs/index.js +2697 -2674
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/WorkDocsClient.js +2 -0
  4. package/dist-es/commands/AbortDocumentVersionUploadCommand.js +3 -10
  5. package/dist-es/commands/ActivateUserCommand.js +3 -10
  6. package/dist-es/commands/AddResourcePermissionsCommand.js +3 -10
  7. package/dist-es/commands/CreateCommentCommand.js +3 -10
  8. package/dist-es/commands/CreateCustomMetadataCommand.js +3 -10
  9. package/dist-es/commands/CreateFolderCommand.js +3 -10
  10. package/dist-es/commands/CreateLabelsCommand.js +3 -10
  11. package/dist-es/commands/CreateNotificationSubscriptionCommand.js +3 -9
  12. package/dist-es/commands/CreateUserCommand.js +3 -10
  13. package/dist-es/commands/DeactivateUserCommand.js +3 -10
  14. package/dist-es/commands/DeleteCommentCommand.js +3 -10
  15. package/dist-es/commands/DeleteCustomMetadataCommand.js +3 -10
  16. package/dist-es/commands/DeleteDocumentCommand.js +3 -10
  17. package/dist-es/commands/DeleteDocumentVersionCommand.js +3 -10
  18. package/dist-es/commands/DeleteFolderCommand.js +3 -10
  19. package/dist-es/commands/DeleteFolderContentsCommand.js +3 -10
  20. package/dist-es/commands/DeleteLabelsCommand.js +3 -10
  21. package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +3 -9
  22. package/dist-es/commands/DeleteUserCommand.js +3 -10
  23. package/dist-es/commands/DescribeActivitiesCommand.js +3 -10
  24. package/dist-es/commands/DescribeCommentsCommand.js +3 -10
  25. package/dist-es/commands/DescribeDocumentVersionsCommand.js +3 -10
  26. package/dist-es/commands/DescribeFolderContentsCommand.js +3 -10
  27. package/dist-es/commands/DescribeGroupsCommand.js +3 -10
  28. package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +3 -9
  29. package/dist-es/commands/DescribeResourcePermissionsCommand.js +3 -10
  30. package/dist-es/commands/DescribeRootFoldersCommand.js +3 -10
  31. package/dist-es/commands/DescribeUsersCommand.js +3 -10
  32. package/dist-es/commands/GetCurrentUserCommand.js +3 -10
  33. package/dist-es/commands/GetDocumentCommand.js +3 -10
  34. package/dist-es/commands/GetDocumentPathCommand.js +3 -10
  35. package/dist-es/commands/GetDocumentVersionCommand.js +3 -10
  36. package/dist-es/commands/GetFolderCommand.js +3 -10
  37. package/dist-es/commands/GetFolderPathCommand.js +3 -10
  38. package/dist-es/commands/GetResourcesCommand.js +3 -10
  39. package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +3 -10
  40. package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +3 -10
  41. package/dist-es/commands/RemoveResourcePermissionCommand.js +3 -10
  42. package/dist-es/commands/RestoreDocumentVersionsCommand.js +3 -10
  43. package/dist-es/commands/SearchResourcesCommand.js +3 -10
  44. package/dist-es/commands/UpdateDocumentCommand.js +3 -10
  45. package/dist-es/commands/UpdateDocumentVersionCommand.js +3 -10
  46. package/dist-es/commands/UpdateFolderCommand.js +3 -10
  47. package/dist-es/commands/UpdateUserCommand.js +3 -10
  48. package/dist-es/models/models_0.js +0 -359
  49. package/dist-es/runtimeConfig.shared.js +2 -0
  50. package/dist-es/schemas/schemas_0.js +2591 -0
  51. package/dist-types/WorkDocsClient.d.ts +10 -1
  52. package/dist-types/models/models_0.d.ts +0 -312
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +217 -0
  58. package/dist-types/ts3.4/WorkDocsClient.d.ts +4 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +0 -218
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +224 -0
  65. package/package.json +33 -33
  66. package/dist-es/protocols/Aws_restJson1.js +0 -1901
  67. package/dist-types/protocols/Aws_restJson1.d.ts +0 -398
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -533
@@ -1,398 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AbortDocumentVersionUploadCommandInput, AbortDocumentVersionUploadCommandOutput } from "../commands/AbortDocumentVersionUploadCommand";
4
- import { ActivateUserCommandInput, ActivateUserCommandOutput } from "../commands/ActivateUserCommand";
5
- import { AddResourcePermissionsCommandInput, AddResourcePermissionsCommandOutput } from "../commands/AddResourcePermissionsCommand";
6
- import { CreateCommentCommandInput, CreateCommentCommandOutput } from "../commands/CreateCommentCommand";
7
- import { CreateCustomMetadataCommandInput, CreateCustomMetadataCommandOutput } from "../commands/CreateCustomMetadataCommand";
8
- import { CreateFolderCommandInput, CreateFolderCommandOutput } from "../commands/CreateFolderCommand";
9
- import { CreateLabelsCommandInput, CreateLabelsCommandOutput } from "../commands/CreateLabelsCommand";
10
- import { CreateNotificationSubscriptionCommandInput, CreateNotificationSubscriptionCommandOutput } from "../commands/CreateNotificationSubscriptionCommand";
11
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
12
- import { DeactivateUserCommandInput, DeactivateUserCommandOutput } from "../commands/DeactivateUserCommand";
13
- import { DeleteCommentCommandInput, DeleteCommentCommandOutput } from "../commands/DeleteCommentCommand";
14
- import { DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput } from "../commands/DeleteCustomMetadataCommand";
15
- import { DeleteDocumentCommandInput, DeleteDocumentCommandOutput } from "../commands/DeleteDocumentCommand";
16
- import { DeleteDocumentVersionCommandInput, DeleteDocumentVersionCommandOutput } from "../commands/DeleteDocumentVersionCommand";
17
- import { DeleteFolderCommandInput, DeleteFolderCommandOutput } from "../commands/DeleteFolderCommand";
18
- import { DeleteFolderContentsCommandInput, DeleteFolderContentsCommandOutput } from "../commands/DeleteFolderContentsCommand";
19
- import { DeleteLabelsCommandInput, DeleteLabelsCommandOutput } from "../commands/DeleteLabelsCommand";
20
- import { DeleteNotificationSubscriptionCommandInput, DeleteNotificationSubscriptionCommandOutput } from "../commands/DeleteNotificationSubscriptionCommand";
21
- import { DeleteUserCommandInput, DeleteUserCommandOutput } from "../commands/DeleteUserCommand";
22
- import { DescribeActivitiesCommandInput, DescribeActivitiesCommandOutput } from "../commands/DescribeActivitiesCommand";
23
- import { DescribeCommentsCommandInput, DescribeCommentsCommandOutput } from "../commands/DescribeCommentsCommand";
24
- import { DescribeDocumentVersionsCommandInput, DescribeDocumentVersionsCommandOutput } from "../commands/DescribeDocumentVersionsCommand";
25
- import { DescribeFolderContentsCommandInput, DescribeFolderContentsCommandOutput } from "../commands/DescribeFolderContentsCommand";
26
- import { DescribeGroupsCommandInput, DescribeGroupsCommandOutput } from "../commands/DescribeGroupsCommand";
27
- import { DescribeNotificationSubscriptionsCommandInput, DescribeNotificationSubscriptionsCommandOutput } from "../commands/DescribeNotificationSubscriptionsCommand";
28
- import { DescribeResourcePermissionsCommandInput, DescribeResourcePermissionsCommandOutput } from "../commands/DescribeResourcePermissionsCommand";
29
- import { DescribeRootFoldersCommandInput, DescribeRootFoldersCommandOutput } from "../commands/DescribeRootFoldersCommand";
30
- import { DescribeUsersCommandInput, DescribeUsersCommandOutput } from "../commands/DescribeUsersCommand";
31
- import { GetCurrentUserCommandInput, GetCurrentUserCommandOutput } from "../commands/GetCurrentUserCommand";
32
- import { GetDocumentCommandInput, GetDocumentCommandOutput } from "../commands/GetDocumentCommand";
33
- import { GetDocumentPathCommandInput, GetDocumentPathCommandOutput } from "../commands/GetDocumentPathCommand";
34
- import { GetDocumentVersionCommandInput, GetDocumentVersionCommandOutput } from "../commands/GetDocumentVersionCommand";
35
- import { GetFolderCommandInput, GetFolderCommandOutput } from "../commands/GetFolderCommand";
36
- import { GetFolderPathCommandInput, GetFolderPathCommandOutput } from "../commands/GetFolderPathCommand";
37
- import { GetResourcesCommandInput, GetResourcesCommandOutput } from "../commands/GetResourcesCommand";
38
- import { InitiateDocumentVersionUploadCommandInput, InitiateDocumentVersionUploadCommandOutput } from "../commands/InitiateDocumentVersionUploadCommand";
39
- import { RemoveAllResourcePermissionsCommandInput, RemoveAllResourcePermissionsCommandOutput } from "../commands/RemoveAllResourcePermissionsCommand";
40
- import { RemoveResourcePermissionCommandInput, RemoveResourcePermissionCommandOutput } from "../commands/RemoveResourcePermissionCommand";
41
- import { RestoreDocumentVersionsCommandInput, RestoreDocumentVersionsCommandOutput } from "../commands/RestoreDocumentVersionsCommand";
42
- import { SearchResourcesCommandInput, SearchResourcesCommandOutput } from "../commands/SearchResourcesCommand";
43
- import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "../commands/UpdateDocumentCommand";
44
- import { UpdateDocumentVersionCommandInput, UpdateDocumentVersionCommandOutput } from "../commands/UpdateDocumentVersionCommand";
45
- import { UpdateFolderCommandInput, UpdateFolderCommandOutput } from "../commands/UpdateFolderCommand";
46
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
47
- /**
48
- * serializeAws_restJson1AbortDocumentVersionUploadCommand
49
- */
50
- export declare const se_AbortDocumentVersionUploadCommand: (input: AbortDocumentVersionUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_restJson1ActivateUserCommand
53
- */
54
- export declare const se_ActivateUserCommand: (input: ActivateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_restJson1AddResourcePermissionsCommand
57
- */
58
- export declare const se_AddResourcePermissionsCommand: (input: AddResourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_restJson1CreateCommentCommand
61
- */
62
- export declare const se_CreateCommentCommand: (input: CreateCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_restJson1CreateCustomMetadataCommand
65
- */
66
- export declare const se_CreateCustomMetadataCommand: (input: CreateCustomMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_restJson1CreateFolderCommand
69
- */
70
- export declare const se_CreateFolderCommand: (input: CreateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_restJson1CreateLabelsCommand
73
- */
74
- export declare const se_CreateLabelsCommand: (input: CreateLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_restJson1CreateNotificationSubscriptionCommand
77
- */
78
- export declare const se_CreateNotificationSubscriptionCommand: (input: CreateNotificationSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_restJson1CreateUserCommand
81
- */
82
- export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_restJson1DeactivateUserCommand
85
- */
86
- export declare const se_DeactivateUserCommand: (input: DeactivateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_restJson1DeleteCommentCommand
89
- */
90
- export declare const se_DeleteCommentCommand: (input: DeleteCommentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_restJson1DeleteCustomMetadataCommand
93
- */
94
- export declare const se_DeleteCustomMetadataCommand: (input: DeleteCustomMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_restJson1DeleteDocumentCommand
97
- */
98
- export declare const se_DeleteDocumentCommand: (input: DeleteDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_restJson1DeleteDocumentVersionCommand
101
- */
102
- export declare const se_DeleteDocumentVersionCommand: (input: DeleteDocumentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_restJson1DeleteFolderCommand
105
- */
106
- export declare const se_DeleteFolderCommand: (input: DeleteFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_restJson1DeleteFolderContentsCommand
109
- */
110
- export declare const se_DeleteFolderContentsCommand: (input: DeleteFolderContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_restJson1DeleteLabelsCommand
113
- */
114
- export declare const se_DeleteLabelsCommand: (input: DeleteLabelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_restJson1DeleteNotificationSubscriptionCommand
117
- */
118
- export declare const se_DeleteNotificationSubscriptionCommand: (input: DeleteNotificationSubscriptionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_restJson1DeleteUserCommand
121
- */
122
- export declare const se_DeleteUserCommand: (input: DeleteUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_restJson1DescribeActivitiesCommand
125
- */
126
- export declare const se_DescribeActivitiesCommand: (input: DescribeActivitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_restJson1DescribeCommentsCommand
129
- */
130
- export declare const se_DescribeCommentsCommand: (input: DescribeCommentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_restJson1DescribeDocumentVersionsCommand
133
- */
134
- export declare const se_DescribeDocumentVersionsCommand: (input: DescribeDocumentVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_restJson1DescribeFolderContentsCommand
137
- */
138
- export declare const se_DescribeFolderContentsCommand: (input: DescribeFolderContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_restJson1DescribeGroupsCommand
141
- */
142
- export declare const se_DescribeGroupsCommand: (input: DescribeGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_restJson1DescribeNotificationSubscriptionsCommand
145
- */
146
- export declare const se_DescribeNotificationSubscriptionsCommand: (input: DescribeNotificationSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_restJson1DescribeResourcePermissionsCommand
149
- */
150
- export declare const se_DescribeResourcePermissionsCommand: (input: DescribeResourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_restJson1DescribeRootFoldersCommand
153
- */
154
- export declare const se_DescribeRootFoldersCommand: (input: DescribeRootFoldersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_restJson1DescribeUsersCommand
157
- */
158
- export declare const se_DescribeUsersCommand: (input: DescribeUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_restJson1GetCurrentUserCommand
161
- */
162
- export declare const se_GetCurrentUserCommand: (input: GetCurrentUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_restJson1GetDocumentCommand
165
- */
166
- export declare const se_GetDocumentCommand: (input: GetDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_restJson1GetDocumentPathCommand
169
- */
170
- export declare const se_GetDocumentPathCommand: (input: GetDocumentPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_restJson1GetDocumentVersionCommand
173
- */
174
- export declare const se_GetDocumentVersionCommand: (input: GetDocumentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_restJson1GetFolderCommand
177
- */
178
- export declare const se_GetFolderCommand: (input: GetFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_restJson1GetFolderPathCommand
181
- */
182
- export declare const se_GetFolderPathCommand: (input: GetFolderPathCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_restJson1GetResourcesCommand
185
- */
186
- export declare const se_GetResourcesCommand: (input: GetResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_restJson1InitiateDocumentVersionUploadCommand
189
- */
190
- export declare const se_InitiateDocumentVersionUploadCommand: (input: InitiateDocumentVersionUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_restJson1RemoveAllResourcePermissionsCommand
193
- */
194
- export declare const se_RemoveAllResourcePermissionsCommand: (input: RemoveAllResourcePermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_restJson1RemoveResourcePermissionCommand
197
- */
198
- export declare const se_RemoveResourcePermissionCommand: (input: RemoveResourcePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_restJson1RestoreDocumentVersionsCommand
201
- */
202
- export declare const se_RestoreDocumentVersionsCommand: (input: RestoreDocumentVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_restJson1SearchResourcesCommand
205
- */
206
- export declare const se_SearchResourcesCommand: (input: SearchResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_restJson1UpdateDocumentCommand
209
- */
210
- export declare const se_UpdateDocumentCommand: (input: UpdateDocumentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_restJson1UpdateDocumentVersionCommand
213
- */
214
- export declare const se_UpdateDocumentVersionCommand: (input: UpdateDocumentVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_restJson1UpdateFolderCommand
217
- */
218
- export declare const se_UpdateFolderCommand: (input: UpdateFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_restJson1UpdateUserCommand
221
- */
222
- export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * deserializeAws_restJson1AbortDocumentVersionUploadCommand
225
- */
226
- export declare const de_AbortDocumentVersionUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AbortDocumentVersionUploadCommandOutput>;
227
- /**
228
- * deserializeAws_restJson1ActivateUserCommand
229
- */
230
- export declare const de_ActivateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ActivateUserCommandOutput>;
231
- /**
232
- * deserializeAws_restJson1AddResourcePermissionsCommand
233
- */
234
- export declare const de_AddResourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddResourcePermissionsCommandOutput>;
235
- /**
236
- * deserializeAws_restJson1CreateCommentCommand
237
- */
238
- export declare const de_CreateCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCommentCommandOutput>;
239
- /**
240
- * deserializeAws_restJson1CreateCustomMetadataCommand
241
- */
242
- export declare const de_CreateCustomMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomMetadataCommandOutput>;
243
- /**
244
- * deserializeAws_restJson1CreateFolderCommand
245
- */
246
- export declare const de_CreateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFolderCommandOutput>;
247
- /**
248
- * deserializeAws_restJson1CreateLabelsCommand
249
- */
250
- export declare const de_CreateLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelsCommandOutput>;
251
- /**
252
- * deserializeAws_restJson1CreateNotificationSubscriptionCommand
253
- */
254
- export declare const de_CreateNotificationSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNotificationSubscriptionCommandOutput>;
255
- /**
256
- * deserializeAws_restJson1CreateUserCommand
257
- */
258
- export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
259
- /**
260
- * deserializeAws_restJson1DeactivateUserCommand
261
- */
262
- export declare const de_DeactivateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeactivateUserCommandOutput>;
263
- /**
264
- * deserializeAws_restJson1DeleteCommentCommand
265
- */
266
- export declare const de_DeleteCommentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCommentCommandOutput>;
267
- /**
268
- * deserializeAws_restJson1DeleteCustomMetadataCommand
269
- */
270
- export declare const de_DeleteCustomMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomMetadataCommandOutput>;
271
- /**
272
- * deserializeAws_restJson1DeleteDocumentCommand
273
- */
274
- export declare const de_DeleteDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentCommandOutput>;
275
- /**
276
- * deserializeAws_restJson1DeleteDocumentVersionCommand
277
- */
278
- export declare const de_DeleteDocumentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDocumentVersionCommandOutput>;
279
- /**
280
- * deserializeAws_restJson1DeleteFolderCommand
281
- */
282
- export declare const de_DeleteFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderCommandOutput>;
283
- /**
284
- * deserializeAws_restJson1DeleteFolderContentsCommand
285
- */
286
- export declare const de_DeleteFolderContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFolderContentsCommandOutput>;
287
- /**
288
- * deserializeAws_restJson1DeleteLabelsCommand
289
- */
290
- export declare const de_DeleteLabelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteLabelsCommandOutput>;
291
- /**
292
- * deserializeAws_restJson1DeleteNotificationSubscriptionCommand
293
- */
294
- export declare const de_DeleteNotificationSubscriptionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationSubscriptionCommandOutput>;
295
- /**
296
- * deserializeAws_restJson1DeleteUserCommand
297
- */
298
- export declare const de_DeleteUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUserCommandOutput>;
299
- /**
300
- * deserializeAws_restJson1DescribeActivitiesCommand
301
- */
302
- export declare const de_DescribeActivitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActivitiesCommandOutput>;
303
- /**
304
- * deserializeAws_restJson1DescribeCommentsCommand
305
- */
306
- export declare const de_DescribeCommentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCommentsCommandOutput>;
307
- /**
308
- * deserializeAws_restJson1DescribeDocumentVersionsCommand
309
- */
310
- export declare const de_DescribeDocumentVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDocumentVersionsCommandOutput>;
311
- /**
312
- * deserializeAws_restJson1DescribeFolderContentsCommand
313
- */
314
- export declare const de_DescribeFolderContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFolderContentsCommandOutput>;
315
- /**
316
- * deserializeAws_restJson1DescribeGroupsCommand
317
- */
318
- export declare const de_DescribeGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGroupsCommandOutput>;
319
- /**
320
- * deserializeAws_restJson1DescribeNotificationSubscriptionsCommand
321
- */
322
- export declare const de_DescribeNotificationSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeNotificationSubscriptionsCommandOutput>;
323
- /**
324
- * deserializeAws_restJson1DescribeResourcePermissionsCommand
325
- */
326
- export declare const de_DescribeResourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePermissionsCommandOutput>;
327
- /**
328
- * deserializeAws_restJson1DescribeRootFoldersCommand
329
- */
330
- export declare const de_DescribeRootFoldersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRootFoldersCommandOutput>;
331
- /**
332
- * deserializeAws_restJson1DescribeUsersCommand
333
- */
334
- export declare const de_DescribeUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeUsersCommandOutput>;
335
- /**
336
- * deserializeAws_restJson1GetCurrentUserCommand
337
- */
338
- export declare const de_GetCurrentUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCurrentUserCommandOutput>;
339
- /**
340
- * deserializeAws_restJson1GetDocumentCommand
341
- */
342
- export declare const de_GetDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentCommandOutput>;
343
- /**
344
- * deserializeAws_restJson1GetDocumentPathCommand
345
- */
346
- export declare const de_GetDocumentPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentPathCommandOutput>;
347
- /**
348
- * deserializeAws_restJson1GetDocumentVersionCommand
349
- */
350
- export declare const de_GetDocumentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDocumentVersionCommandOutput>;
351
- /**
352
- * deserializeAws_restJson1GetFolderCommand
353
- */
354
- export declare const de_GetFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFolderCommandOutput>;
355
- /**
356
- * deserializeAws_restJson1GetFolderPathCommand
357
- */
358
- export declare const de_GetFolderPathCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFolderPathCommandOutput>;
359
- /**
360
- * deserializeAws_restJson1GetResourcesCommand
361
- */
362
- export declare const de_GetResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourcesCommandOutput>;
363
- /**
364
- * deserializeAws_restJson1InitiateDocumentVersionUploadCommand
365
- */
366
- export declare const de_InitiateDocumentVersionUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InitiateDocumentVersionUploadCommandOutput>;
367
- /**
368
- * deserializeAws_restJson1RemoveAllResourcePermissionsCommand
369
- */
370
- export declare const de_RemoveAllResourcePermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAllResourcePermissionsCommandOutput>;
371
- /**
372
- * deserializeAws_restJson1RemoveResourcePermissionCommand
373
- */
374
- export declare const de_RemoveResourcePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveResourcePermissionCommandOutput>;
375
- /**
376
- * deserializeAws_restJson1RestoreDocumentVersionsCommand
377
- */
378
- export declare const de_RestoreDocumentVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestoreDocumentVersionsCommandOutput>;
379
- /**
380
- * deserializeAws_restJson1SearchResourcesCommand
381
- */
382
- export declare const de_SearchResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchResourcesCommandOutput>;
383
- /**
384
- * deserializeAws_restJson1UpdateDocumentCommand
385
- */
386
- export declare const de_UpdateDocumentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentCommandOutput>;
387
- /**
388
- * deserializeAws_restJson1UpdateDocumentVersionCommand
389
- */
390
- export declare const de_UpdateDocumentVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDocumentVersionCommandOutput>;
391
- /**
392
- * deserializeAws_restJson1UpdateFolderCommand
393
- */
394
- export declare const de_UpdateFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFolderCommandOutput>;
395
- /**
396
- * deserializeAws_restJson1UpdateUserCommand
397
- */
398
- export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;