@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/WorkDocs.d.ts +707 -210
- package/dist-types/ts3.4/WorkDocsClient.d.ts +350 -114
- package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1161 -1426
- package/dist-types/ts3.4/pagination/DescribeDocumentVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFolderContentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeUsersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +4 -4
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1426 +1,1161 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { WorkDocsServiceException as __BaseException } from "./WorkDocsServiceException";
|
|
3
|
-
export interface AbortDocumentVersionUploadRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
export interface ActivateUserRequest {
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
}
|
|
276
|
-
export
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
export
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
}
|
|
308
|
-
export declare
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
}
|
|
327
|
-
export interface
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
export
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
export declare
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
}
|
|
404
|
-
export
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
}
|
|
430
|
-
export
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
export
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
export declare
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
}
|
|
626
|
-
export interface
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
}
|
|
676
|
-
export
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
}
|
|
760
|
-
export
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
}
|
|
832
|
-
export interface
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
export
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
export
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
export declare
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
export
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
export
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
export
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
export
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
export declare
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
export declare
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
ParentFolderId?: string;
|
|
1164
|
-
|
|
1165
|
-
ResourceState?: ResourceStateType | string;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
export declare class InvalidOperationException extends __BaseException {
|
|
1169
|
-
readonly name: "InvalidOperationException";
|
|
1170
|
-
readonly $fault: "client";
|
|
1171
|
-
Message?: string;
|
|
1172
|
-
|
|
1173
|
-
constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
|
|
1174
|
-
}
|
|
1175
|
-
export declare enum DocumentVersionStatus {
|
|
1176
|
-
ACTIVE = "ACTIVE"
|
|
1177
|
-
}
|
|
1178
|
-
export interface UpdateDocumentVersionRequest {
|
|
1179
|
-
|
|
1180
|
-
AuthenticationToken?: string;
|
|
1181
|
-
|
|
1182
|
-
DocumentId: string | undefined;
|
|
1183
|
-
|
|
1184
|
-
VersionId: string | undefined;
|
|
1185
|
-
|
|
1186
|
-
VersionStatus?: DocumentVersionStatus | string;
|
|
1187
|
-
}
|
|
1188
|
-
export interface UpdateFolderRequest {
|
|
1189
|
-
|
|
1190
|
-
AuthenticationToken?: string;
|
|
1191
|
-
|
|
1192
|
-
FolderId: string | undefined;
|
|
1193
|
-
|
|
1194
|
-
Name?: string;
|
|
1195
|
-
|
|
1196
|
-
ParentFolderId?: string;
|
|
1197
|
-
|
|
1198
|
-
ResourceState?: ResourceStateType | string;
|
|
1199
|
-
}
|
|
1200
|
-
|
|
1201
|
-
export declare class DeactivatingLastSystemUserException extends __BaseException {
|
|
1202
|
-
readonly name: "DeactivatingLastSystemUserException";
|
|
1203
|
-
readonly $fault: "client";
|
|
1204
|
-
Message?: string;
|
|
1205
|
-
Code?: string;
|
|
1206
|
-
|
|
1207
|
-
constructor(opts: __ExceptionOptionType<DeactivatingLastSystemUserException, __BaseException>);
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
export declare class IllegalUserStateException extends __BaseException {
|
|
1211
|
-
readonly name: "IllegalUserStateException";
|
|
1212
|
-
readonly $fault: "client";
|
|
1213
|
-
Message?: string;
|
|
1214
|
-
|
|
1215
|
-
constructor(opts: __ExceptionOptionType<IllegalUserStateException, __BaseException>);
|
|
1216
|
-
}
|
|
1217
|
-
export declare enum BooleanEnumType {
|
|
1218
|
-
FALSE = "FALSE",
|
|
1219
|
-
TRUE = "TRUE"
|
|
1220
|
-
}
|
|
1221
|
-
export interface UpdateUserRequest {
|
|
1222
|
-
|
|
1223
|
-
AuthenticationToken?: string;
|
|
1224
|
-
|
|
1225
|
-
UserId: string | undefined;
|
|
1226
|
-
|
|
1227
|
-
GivenName?: string;
|
|
1228
|
-
|
|
1229
|
-
Surname?: string;
|
|
1230
|
-
|
|
1231
|
-
Type?: UserType | string;
|
|
1232
|
-
|
|
1233
|
-
StorageRule?: StorageRuleType;
|
|
1234
|
-
|
|
1235
|
-
TimeZoneId?: string;
|
|
1236
|
-
|
|
1237
|
-
Locale?: LocaleType | string;
|
|
1238
|
-
|
|
1239
|
-
GrantPoweruserPrivileges?: BooleanEnumType | string;
|
|
1240
|
-
}
|
|
1241
|
-
export interface UpdateUserResponse {
|
|
1242
|
-
|
|
1243
|
-
User?: User;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
export declare const AbortDocumentVersionUploadRequestFilterSensitiveLog: (obj: AbortDocumentVersionUploadRequest) => any;
|
|
1247
|
-
|
|
1248
|
-
export declare const ActivateUserRequestFilterSensitiveLog: (obj: ActivateUserRequest) => any;
|
|
1249
|
-
|
|
1250
|
-
export declare const StorageRuleTypeFilterSensitiveLog: (obj: StorageRuleType) => any;
|
|
1251
|
-
|
|
1252
|
-
export declare const UserStorageMetadataFilterSensitiveLog: (obj: UserStorageMetadata) => any;
|
|
1253
|
-
|
|
1254
|
-
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
1255
|
-
|
|
1256
|
-
export declare const ActivateUserResponseFilterSensitiveLog: (obj: ActivateUserResponse) => any;
|
|
1257
|
-
|
|
1258
|
-
export declare const CommentMetadataFilterSensitiveLog: (obj: CommentMetadata) => any;
|
|
1259
|
-
|
|
1260
|
-
export declare const UserMetadataFilterSensitiveLog: (obj: UserMetadata) => any;
|
|
1261
|
-
|
|
1262
|
-
export declare const ResourceMetadataFilterSensitiveLog: (obj: ResourceMetadata) => any;
|
|
1263
|
-
|
|
1264
|
-
export declare const GroupMetadataFilterSensitiveLog: (obj: GroupMetadata) => any;
|
|
1265
|
-
|
|
1266
|
-
export declare const ParticipantsFilterSensitiveLog: (obj: Participants) => any;
|
|
1267
|
-
|
|
1268
|
-
export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
|
|
1269
|
-
|
|
1270
|
-
export declare const NotificationOptionsFilterSensitiveLog: (obj: NotificationOptions) => any;
|
|
1271
|
-
|
|
1272
|
-
export declare const SharePrincipalFilterSensitiveLog: (obj: SharePrincipal) => any;
|
|
1273
|
-
|
|
1274
|
-
export declare const AddResourcePermissionsRequestFilterSensitiveLog: (obj: AddResourcePermissionsRequest) => any;
|
|
1275
|
-
|
|
1276
|
-
export declare const ShareResultFilterSensitiveLog: (obj: ShareResult) => any;
|
|
1277
|
-
|
|
1278
|
-
export declare const AddResourcePermissionsResponseFilterSensitiveLog: (obj: AddResourcePermissionsResponse) => any;
|
|
1279
|
-
|
|
1280
|
-
export declare const CreateCommentRequestFilterSensitiveLog: (obj: CreateCommentRequest) => any;
|
|
1281
|
-
|
|
1282
|
-
export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
|
|
1283
|
-
|
|
1284
|
-
export declare const CreateCommentResponseFilterSensitiveLog: (obj: CreateCommentResponse) => any;
|
|
1285
|
-
|
|
1286
|
-
export declare const CreateCustomMetadataRequestFilterSensitiveLog: (obj: CreateCustomMetadataRequest) => any;
|
|
1287
|
-
|
|
1288
|
-
export declare const CreateCustomMetadataResponseFilterSensitiveLog: (obj: CreateCustomMetadataResponse) => any;
|
|
1289
|
-
|
|
1290
|
-
export declare const CreateFolderRequestFilterSensitiveLog: (obj: CreateFolderRequest) => any;
|
|
1291
|
-
|
|
1292
|
-
export declare const FolderMetadataFilterSensitiveLog: (obj: FolderMetadata) => any;
|
|
1293
|
-
|
|
1294
|
-
export declare const CreateFolderResponseFilterSensitiveLog: (obj: CreateFolderResponse) => any;
|
|
1295
|
-
|
|
1296
|
-
export declare const CreateLabelsRequestFilterSensitiveLog: (obj: CreateLabelsRequest) => any;
|
|
1297
|
-
|
|
1298
|
-
export declare const CreateLabelsResponseFilterSensitiveLog: (obj: CreateLabelsResponse) => any;
|
|
1299
|
-
|
|
1300
|
-
export declare const CreateNotificationSubscriptionRequestFilterSensitiveLog: (obj: CreateNotificationSubscriptionRequest) => any;
|
|
1301
|
-
|
|
1302
|
-
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
1303
|
-
|
|
1304
|
-
export declare const CreateNotificationSubscriptionResponseFilterSensitiveLog: (obj: CreateNotificationSubscriptionResponse) => any;
|
|
1305
|
-
|
|
1306
|
-
export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
|
|
1307
|
-
|
|
1308
|
-
export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
|
|
1309
|
-
|
|
1310
|
-
export declare const DeactivateUserRequestFilterSensitiveLog: (obj: DeactivateUserRequest) => any;
|
|
1311
|
-
|
|
1312
|
-
export declare const DeleteCommentRequestFilterSensitiveLog: (obj: DeleteCommentRequest) => any;
|
|
1313
|
-
|
|
1314
|
-
export declare const DeleteCustomMetadataRequestFilterSensitiveLog: (obj: DeleteCustomMetadataRequest) => any;
|
|
1315
|
-
|
|
1316
|
-
export declare const DeleteCustomMetadataResponseFilterSensitiveLog: (obj: DeleteCustomMetadataResponse) => any;
|
|
1317
|
-
|
|
1318
|
-
export declare const DeleteDocumentRequestFilterSensitiveLog: (obj: DeleteDocumentRequest) => any;
|
|
1319
|
-
|
|
1320
|
-
export declare const DeleteFolderRequestFilterSensitiveLog: (obj: DeleteFolderRequest) => any;
|
|
1321
|
-
|
|
1322
|
-
export declare const DeleteFolderContentsRequestFilterSensitiveLog: (obj: DeleteFolderContentsRequest) => any;
|
|
1323
|
-
|
|
1324
|
-
export declare const DeleteLabelsRequestFilterSensitiveLog: (obj: DeleteLabelsRequest) => any;
|
|
1325
|
-
|
|
1326
|
-
export declare const DeleteLabelsResponseFilterSensitiveLog: (obj: DeleteLabelsResponse) => any;
|
|
1327
|
-
|
|
1328
|
-
export declare const DeleteNotificationSubscriptionRequestFilterSensitiveLog: (obj: DeleteNotificationSubscriptionRequest) => any;
|
|
1329
|
-
|
|
1330
|
-
export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
|
|
1331
|
-
|
|
1332
|
-
export declare const DescribeActivitiesRequestFilterSensitiveLog: (obj: DescribeActivitiesRequest) => any;
|
|
1333
|
-
|
|
1334
|
-
export declare const DescribeActivitiesResponseFilterSensitiveLog: (obj: DescribeActivitiesResponse) => any;
|
|
1335
|
-
|
|
1336
|
-
export declare const DescribeCommentsRequestFilterSensitiveLog: (obj: DescribeCommentsRequest) => any;
|
|
1337
|
-
|
|
1338
|
-
export declare const DescribeCommentsResponseFilterSensitiveLog: (obj: DescribeCommentsResponse) => any;
|
|
1339
|
-
|
|
1340
|
-
export declare const DescribeDocumentVersionsRequestFilterSensitiveLog: (obj: DescribeDocumentVersionsRequest) => any;
|
|
1341
|
-
|
|
1342
|
-
export declare const DocumentVersionMetadataFilterSensitiveLog: (obj: DocumentVersionMetadata) => any;
|
|
1343
|
-
|
|
1344
|
-
export declare const DescribeDocumentVersionsResponseFilterSensitiveLog: (obj: DescribeDocumentVersionsResponse) => any;
|
|
1345
|
-
|
|
1346
|
-
export declare const DescribeFolderContentsRequestFilterSensitiveLog: (obj: DescribeFolderContentsRequest) => any;
|
|
1347
|
-
|
|
1348
|
-
export declare const DocumentMetadataFilterSensitiveLog: (obj: DocumentMetadata) => any;
|
|
1349
|
-
|
|
1350
|
-
export declare const DescribeFolderContentsResponseFilterSensitiveLog: (obj: DescribeFolderContentsResponse) => any;
|
|
1351
|
-
|
|
1352
|
-
export declare const DescribeGroupsRequestFilterSensitiveLog: (obj: DescribeGroupsRequest) => any;
|
|
1353
|
-
|
|
1354
|
-
export declare const DescribeGroupsResponseFilterSensitiveLog: (obj: DescribeGroupsResponse) => any;
|
|
1355
|
-
|
|
1356
|
-
export declare const DescribeNotificationSubscriptionsRequestFilterSensitiveLog: (obj: DescribeNotificationSubscriptionsRequest) => any;
|
|
1357
|
-
|
|
1358
|
-
export declare const DescribeNotificationSubscriptionsResponseFilterSensitiveLog: (obj: DescribeNotificationSubscriptionsResponse) => any;
|
|
1359
|
-
|
|
1360
|
-
export declare const DescribeResourcePermissionsRequestFilterSensitiveLog: (obj: DescribeResourcePermissionsRequest) => any;
|
|
1361
|
-
|
|
1362
|
-
export declare const PermissionInfoFilterSensitiveLog: (obj: PermissionInfo) => any;
|
|
1363
|
-
|
|
1364
|
-
export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
|
|
1365
|
-
|
|
1366
|
-
export declare const DescribeResourcePermissionsResponseFilterSensitiveLog: (obj: DescribeResourcePermissionsResponse) => any;
|
|
1367
|
-
|
|
1368
|
-
export declare const DescribeRootFoldersRequestFilterSensitiveLog: (obj: DescribeRootFoldersRequest) => any;
|
|
1369
|
-
|
|
1370
|
-
export declare const DescribeRootFoldersResponseFilterSensitiveLog: (obj: DescribeRootFoldersResponse) => any;
|
|
1371
|
-
|
|
1372
|
-
export declare const DescribeUsersRequestFilterSensitiveLog: (obj: DescribeUsersRequest) => any;
|
|
1373
|
-
|
|
1374
|
-
export declare const DescribeUsersResponseFilterSensitiveLog: (obj: DescribeUsersResponse) => any;
|
|
1375
|
-
|
|
1376
|
-
export declare const GetCurrentUserRequestFilterSensitiveLog: (obj: GetCurrentUserRequest) => any;
|
|
1377
|
-
|
|
1378
|
-
export declare const GetCurrentUserResponseFilterSensitiveLog: (obj: GetCurrentUserResponse) => any;
|
|
1379
|
-
|
|
1380
|
-
export declare const GetDocumentRequestFilterSensitiveLog: (obj: GetDocumentRequest) => any;
|
|
1381
|
-
|
|
1382
|
-
export declare const GetDocumentResponseFilterSensitiveLog: (obj: GetDocumentResponse) => any;
|
|
1383
|
-
|
|
1384
|
-
export declare const GetDocumentPathRequestFilterSensitiveLog: (obj: GetDocumentPathRequest) => any;
|
|
1385
|
-
|
|
1386
|
-
export declare const ResourcePathComponentFilterSensitiveLog: (obj: ResourcePathComponent) => any;
|
|
1387
|
-
|
|
1388
|
-
export declare const ResourcePathFilterSensitiveLog: (obj: ResourcePath) => any;
|
|
1389
|
-
|
|
1390
|
-
export declare const GetDocumentPathResponseFilterSensitiveLog: (obj: GetDocumentPathResponse) => any;
|
|
1391
|
-
|
|
1392
|
-
export declare const GetDocumentVersionRequestFilterSensitiveLog: (obj: GetDocumentVersionRequest) => any;
|
|
1393
|
-
|
|
1394
|
-
export declare const GetDocumentVersionResponseFilterSensitiveLog: (obj: GetDocumentVersionResponse) => any;
|
|
1395
|
-
|
|
1396
|
-
export declare const GetFolderRequestFilterSensitiveLog: (obj: GetFolderRequest) => any;
|
|
1397
|
-
|
|
1398
|
-
export declare const GetFolderResponseFilterSensitiveLog: (obj: GetFolderResponse) => any;
|
|
1399
|
-
|
|
1400
|
-
export declare const GetFolderPathRequestFilterSensitiveLog: (obj: GetFolderPathRequest) => any;
|
|
1401
|
-
|
|
1402
|
-
export declare const GetFolderPathResponseFilterSensitiveLog: (obj: GetFolderPathResponse) => any;
|
|
1403
|
-
|
|
1404
|
-
export declare const GetResourcesRequestFilterSensitiveLog: (obj: GetResourcesRequest) => any;
|
|
1405
|
-
|
|
1406
|
-
export declare const GetResourcesResponseFilterSensitiveLog: (obj: GetResourcesResponse) => any;
|
|
1407
|
-
|
|
1408
|
-
export declare const InitiateDocumentVersionUploadRequestFilterSensitiveLog: (obj: InitiateDocumentVersionUploadRequest) => any;
|
|
1409
|
-
|
|
1410
|
-
export declare const UploadMetadataFilterSensitiveLog: (obj: UploadMetadata) => any;
|
|
1411
|
-
|
|
1412
|
-
export declare const InitiateDocumentVersionUploadResponseFilterSensitiveLog: (obj: InitiateDocumentVersionUploadResponse) => any;
|
|
1413
|
-
|
|
1414
|
-
export declare const RemoveAllResourcePermissionsRequestFilterSensitiveLog: (obj: RemoveAllResourcePermissionsRequest) => any;
|
|
1415
|
-
|
|
1416
|
-
export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (obj: RemoveResourcePermissionRequest) => any;
|
|
1417
|
-
|
|
1418
|
-
export declare const UpdateDocumentRequestFilterSensitiveLog: (obj: UpdateDocumentRequest) => any;
|
|
1419
|
-
|
|
1420
|
-
export declare const UpdateDocumentVersionRequestFilterSensitiveLog: (obj: UpdateDocumentVersionRequest) => any;
|
|
1421
|
-
|
|
1422
|
-
export declare const UpdateFolderRequestFilterSensitiveLog: (obj: UpdateFolderRequest) => any;
|
|
1423
|
-
|
|
1424
|
-
export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
|
|
1425
|
-
|
|
1426
|
-
export declare const UpdateUserResponseFilterSensitiveLog: (obj: UpdateUserResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { WorkDocsServiceException as __BaseException } from "./WorkDocsServiceException";
|
|
3
|
+
export interface AbortDocumentVersionUploadRequest {
|
|
4
|
+
AuthenticationToken?: string;
|
|
5
|
+
DocumentId: string | undefined;
|
|
6
|
+
VersionId: string | undefined;
|
|
7
|
+
}
|
|
8
|
+
export declare class EntityNotExistsException extends __BaseException {
|
|
9
|
+
readonly name: "EntityNotExistsException";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
Message?: string;
|
|
12
|
+
EntityIds?: string[];
|
|
13
|
+
constructor(
|
|
14
|
+
opts: __ExceptionOptionType<EntityNotExistsException, __BaseException>
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
export declare class FailedDependencyException extends __BaseException {
|
|
18
|
+
readonly name: "FailedDependencyException";
|
|
19
|
+
readonly $fault: "client";
|
|
20
|
+
Message?: string;
|
|
21
|
+
constructor(
|
|
22
|
+
opts: __ExceptionOptionType<FailedDependencyException, __BaseException>
|
|
23
|
+
);
|
|
24
|
+
}
|
|
25
|
+
export declare class ProhibitedStateException extends __BaseException {
|
|
26
|
+
readonly name: "ProhibitedStateException";
|
|
27
|
+
readonly $fault: "client";
|
|
28
|
+
Message?: string;
|
|
29
|
+
constructor(
|
|
30
|
+
opts: __ExceptionOptionType<ProhibitedStateException, __BaseException>
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
34
|
+
readonly name: "ServiceUnavailableException";
|
|
35
|
+
readonly $fault: "server";
|
|
36
|
+
Message?: string;
|
|
37
|
+
constructor(
|
|
38
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
39
|
+
);
|
|
40
|
+
}
|
|
41
|
+
export declare class UnauthorizedOperationException extends __BaseException {
|
|
42
|
+
readonly name: "UnauthorizedOperationException";
|
|
43
|
+
readonly $fault: "client";
|
|
44
|
+
Message?: string;
|
|
45
|
+
Code?: string;
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<UnauthorizedOperationException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
export declare class UnauthorizedResourceAccessException extends __BaseException {
|
|
51
|
+
readonly name: "UnauthorizedResourceAccessException";
|
|
52
|
+
readonly $fault: "client";
|
|
53
|
+
Message?: string;
|
|
54
|
+
constructor(
|
|
55
|
+
opts: __ExceptionOptionType<
|
|
56
|
+
UnauthorizedResourceAccessException,
|
|
57
|
+
__BaseException
|
|
58
|
+
>
|
|
59
|
+
);
|
|
60
|
+
}
|
|
61
|
+
export interface ActivateUserRequest {
|
|
62
|
+
UserId: string | undefined;
|
|
63
|
+
AuthenticationToken?: string;
|
|
64
|
+
}
|
|
65
|
+
export declare enum LocaleType {
|
|
66
|
+
DE = "de",
|
|
67
|
+
DEFAULT = "default",
|
|
68
|
+
EN = "en",
|
|
69
|
+
ES = "es",
|
|
70
|
+
FR = "fr",
|
|
71
|
+
JA = "ja",
|
|
72
|
+
KO = "ko",
|
|
73
|
+
PT_BR = "pt_BR",
|
|
74
|
+
RU = "ru",
|
|
75
|
+
ZH_CN = "zh_CN",
|
|
76
|
+
ZH_TW = "zh_TW",
|
|
77
|
+
}
|
|
78
|
+
export declare enum UserStatusType {
|
|
79
|
+
ACTIVE = "ACTIVE",
|
|
80
|
+
INACTIVE = "INACTIVE",
|
|
81
|
+
PENDING = "PENDING",
|
|
82
|
+
}
|
|
83
|
+
export declare enum StorageType {
|
|
84
|
+
QUOTA = "QUOTA",
|
|
85
|
+
UNLIMITED = "UNLIMITED",
|
|
86
|
+
}
|
|
87
|
+
export interface StorageRuleType {
|
|
88
|
+
StorageAllocatedInBytes?: number;
|
|
89
|
+
StorageType?: StorageType | string;
|
|
90
|
+
}
|
|
91
|
+
export interface UserStorageMetadata {
|
|
92
|
+
StorageUtilizedInBytes?: number;
|
|
93
|
+
StorageRule?: StorageRuleType;
|
|
94
|
+
}
|
|
95
|
+
export declare enum UserType {
|
|
96
|
+
ADMIN = "ADMIN",
|
|
97
|
+
MINIMALUSER = "MINIMALUSER",
|
|
98
|
+
POWERUSER = "POWERUSER",
|
|
99
|
+
USER = "USER",
|
|
100
|
+
WORKSPACESUSER = "WORKSPACESUSER",
|
|
101
|
+
}
|
|
102
|
+
export interface User {
|
|
103
|
+
Id?: string;
|
|
104
|
+
Username?: string;
|
|
105
|
+
EmailAddress?: string;
|
|
106
|
+
GivenName?: string;
|
|
107
|
+
Surname?: string;
|
|
108
|
+
OrganizationId?: string;
|
|
109
|
+
RootFolderId?: string;
|
|
110
|
+
RecycleBinFolderId?: string;
|
|
111
|
+
Status?: UserStatusType | string;
|
|
112
|
+
Type?: UserType | string;
|
|
113
|
+
CreatedTimestamp?: Date;
|
|
114
|
+
ModifiedTimestamp?: Date;
|
|
115
|
+
TimeZoneId?: string;
|
|
116
|
+
Locale?: LocaleType | string;
|
|
117
|
+
Storage?: UserStorageMetadata;
|
|
118
|
+
}
|
|
119
|
+
export interface ActivateUserResponse {
|
|
120
|
+
User?: User;
|
|
121
|
+
}
|
|
122
|
+
export declare enum CommentStatusType {
|
|
123
|
+
DELETED = "DELETED",
|
|
124
|
+
DRAFT = "DRAFT",
|
|
125
|
+
PUBLISHED = "PUBLISHED",
|
|
126
|
+
}
|
|
127
|
+
export interface CommentMetadata {
|
|
128
|
+
CommentId?: string;
|
|
129
|
+
Contributor?: User;
|
|
130
|
+
CreatedTimestamp?: Date;
|
|
131
|
+
CommentStatus?: CommentStatusType | string;
|
|
132
|
+
RecipientId?: string;
|
|
133
|
+
}
|
|
134
|
+
export interface UserMetadata {
|
|
135
|
+
Id?: string;
|
|
136
|
+
Username?: string;
|
|
137
|
+
GivenName?: string;
|
|
138
|
+
Surname?: string;
|
|
139
|
+
EmailAddress?: string;
|
|
140
|
+
}
|
|
141
|
+
export declare enum ResourceType {
|
|
142
|
+
DOCUMENT = "DOCUMENT",
|
|
143
|
+
FOLDER = "FOLDER",
|
|
144
|
+
}
|
|
145
|
+
export interface ResourceMetadata {
|
|
146
|
+
Type?: ResourceType | string;
|
|
147
|
+
Name?: string;
|
|
148
|
+
OriginalName?: string;
|
|
149
|
+
Id?: string;
|
|
150
|
+
VersionId?: string;
|
|
151
|
+
Owner?: UserMetadata;
|
|
152
|
+
ParentId?: string;
|
|
153
|
+
}
|
|
154
|
+
export interface GroupMetadata {
|
|
155
|
+
Id?: string;
|
|
156
|
+
Name?: string;
|
|
157
|
+
}
|
|
158
|
+
export interface Participants {
|
|
159
|
+
Users?: UserMetadata[];
|
|
160
|
+
Groups?: GroupMetadata[];
|
|
161
|
+
}
|
|
162
|
+
export declare enum ActivityType {
|
|
163
|
+
DOCUMENT_ANNOTATION_ADDED = "DOCUMENT_ANNOTATION_ADDED",
|
|
164
|
+
DOCUMENT_ANNOTATION_DELETED = "DOCUMENT_ANNOTATION_DELETED",
|
|
165
|
+
DOCUMENT_CHECKED_IN = "DOCUMENT_CHECKED_IN",
|
|
166
|
+
DOCUMENT_CHECKED_OUT = "DOCUMENT_CHECKED_OUT",
|
|
167
|
+
DOCUMENT_COMMENT_ADDED = "DOCUMENT_COMMENT_ADDED",
|
|
168
|
+
DOCUMENT_COMMENT_DELETED = "DOCUMENT_COMMENT_DELETED",
|
|
169
|
+
DOCUMENT_MOVED = "DOCUMENT_MOVED",
|
|
170
|
+
DOCUMENT_RECYCLED = "DOCUMENT_RECYCLED",
|
|
171
|
+
DOCUMENT_RENAMED = "DOCUMENT_RENAMED",
|
|
172
|
+
DOCUMENT_RESTORED = "DOCUMENT_RESTORED",
|
|
173
|
+
DOCUMENT_REVERTED = "DOCUMENT_REVERTED",
|
|
174
|
+
DOCUMENT_SHAREABLE_LINK_CREATED = "DOCUMENT_SHAREABLE_LINK_CREATED",
|
|
175
|
+
DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED = "DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED",
|
|
176
|
+
DOCUMENT_SHAREABLE_LINK_REMOVED = "DOCUMENT_SHAREABLE_LINK_REMOVED",
|
|
177
|
+
DOCUMENT_SHARED = "DOCUMENT_SHARED",
|
|
178
|
+
DOCUMENT_SHARE_PERMISSION_CHANGED = "DOCUMENT_SHARE_PERMISSION_CHANGED",
|
|
179
|
+
DOCUMENT_UNSHARED = "DOCUMENT_UNSHARED",
|
|
180
|
+
DOCUMENT_VERSION_DELETED = "DOCUMENT_VERSION_DELETED",
|
|
181
|
+
DOCUMENT_VERSION_DOWNLOADED = "DOCUMENT_VERSION_DOWNLOADED",
|
|
182
|
+
DOCUMENT_VERSION_UPLOADED = "DOCUMENT_VERSION_UPLOADED",
|
|
183
|
+
DOCUMENT_VERSION_VIEWED = "DOCUMENT_VERSION_VIEWED",
|
|
184
|
+
FOLDER_CREATED = "FOLDER_CREATED",
|
|
185
|
+
FOLDER_DELETED = "FOLDER_DELETED",
|
|
186
|
+
FOLDER_MOVED = "FOLDER_MOVED",
|
|
187
|
+
FOLDER_RECYCLED = "FOLDER_RECYCLED",
|
|
188
|
+
FOLDER_RENAMED = "FOLDER_RENAMED",
|
|
189
|
+
FOLDER_RESTORED = "FOLDER_RESTORED",
|
|
190
|
+
FOLDER_SHAREABLE_LINK_CREATED = "FOLDER_SHAREABLE_LINK_CREATED",
|
|
191
|
+
FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED = "FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED",
|
|
192
|
+
FOLDER_SHAREABLE_LINK_REMOVED = "FOLDER_SHAREABLE_LINK_REMOVED",
|
|
193
|
+
FOLDER_SHARED = "FOLDER_SHARED",
|
|
194
|
+
FOLDER_SHARE_PERMISSION_CHANGED = "FOLDER_SHARE_PERMISSION_CHANGED",
|
|
195
|
+
FOLDER_UNSHARED = "FOLDER_UNSHARED",
|
|
196
|
+
}
|
|
197
|
+
export interface Activity {
|
|
198
|
+
Type?: ActivityType | string;
|
|
199
|
+
TimeStamp?: Date;
|
|
200
|
+
IsIndirectActivity?: boolean;
|
|
201
|
+
OrganizationId?: string;
|
|
202
|
+
Initiator?: UserMetadata;
|
|
203
|
+
Participants?: Participants;
|
|
204
|
+
ResourceMetadata?: ResourceMetadata;
|
|
205
|
+
OriginalParent?: ResourceMetadata;
|
|
206
|
+
CommentMetadata?: CommentMetadata;
|
|
207
|
+
}
|
|
208
|
+
export interface NotificationOptions {
|
|
209
|
+
SendEmail?: boolean;
|
|
210
|
+
EmailMessage?: string;
|
|
211
|
+
}
|
|
212
|
+
export declare enum RoleType {
|
|
213
|
+
CONTRIBUTOR = "CONTRIBUTOR",
|
|
214
|
+
COOWNER = "COOWNER",
|
|
215
|
+
OWNER = "OWNER",
|
|
216
|
+
VIEWER = "VIEWER",
|
|
217
|
+
}
|
|
218
|
+
export declare enum PrincipalType {
|
|
219
|
+
ANONYMOUS = "ANONYMOUS",
|
|
220
|
+
GROUP = "GROUP",
|
|
221
|
+
INVITE = "INVITE",
|
|
222
|
+
ORGANIZATION = "ORGANIZATION",
|
|
223
|
+
USER = "USER",
|
|
224
|
+
}
|
|
225
|
+
export interface SharePrincipal {
|
|
226
|
+
Id: string | undefined;
|
|
227
|
+
Type: PrincipalType | string | undefined;
|
|
228
|
+
Role: RoleType | string | undefined;
|
|
229
|
+
}
|
|
230
|
+
export interface AddResourcePermissionsRequest {
|
|
231
|
+
AuthenticationToken?: string;
|
|
232
|
+
ResourceId: string | undefined;
|
|
233
|
+
Principals: SharePrincipal[] | undefined;
|
|
234
|
+
NotificationOptions?: NotificationOptions;
|
|
235
|
+
}
|
|
236
|
+
export declare enum ShareStatusType {
|
|
237
|
+
FAILURE = "FAILURE",
|
|
238
|
+
SUCCESS = "SUCCESS",
|
|
239
|
+
}
|
|
240
|
+
export interface ShareResult {
|
|
241
|
+
PrincipalId?: string;
|
|
242
|
+
InviteePrincipalId?: string;
|
|
243
|
+
Role?: RoleType | string;
|
|
244
|
+
Status?: ShareStatusType | string;
|
|
245
|
+
ShareId?: string;
|
|
246
|
+
StatusMessage?: string;
|
|
247
|
+
}
|
|
248
|
+
export interface AddResourcePermissionsResponse {
|
|
249
|
+
ShareResults?: ShareResult[];
|
|
250
|
+
}
|
|
251
|
+
export declare enum CommentVisibilityType {
|
|
252
|
+
PRIVATE = "PRIVATE",
|
|
253
|
+
PUBLIC = "PUBLIC",
|
|
254
|
+
}
|
|
255
|
+
export interface CreateCommentRequest {
|
|
256
|
+
AuthenticationToken?: string;
|
|
257
|
+
DocumentId: string | undefined;
|
|
258
|
+
VersionId: string | undefined;
|
|
259
|
+
ParentId?: string;
|
|
260
|
+
ThreadId?: string;
|
|
261
|
+
Text: string | undefined;
|
|
262
|
+
Visibility?: CommentVisibilityType | string;
|
|
263
|
+
NotifyCollaborators?: boolean;
|
|
264
|
+
}
|
|
265
|
+
export interface Comment {
|
|
266
|
+
CommentId: string | undefined;
|
|
267
|
+
ParentId?: string;
|
|
268
|
+
ThreadId?: string;
|
|
269
|
+
Text?: string;
|
|
270
|
+
Contributor?: User;
|
|
271
|
+
CreatedTimestamp?: Date;
|
|
272
|
+
Status?: CommentStatusType | string;
|
|
273
|
+
Visibility?: CommentVisibilityType | string;
|
|
274
|
+
RecipientId?: string;
|
|
275
|
+
}
|
|
276
|
+
export interface CreateCommentResponse {
|
|
277
|
+
Comment?: Comment;
|
|
278
|
+
}
|
|
279
|
+
export declare class DocumentLockedForCommentsException extends __BaseException {
|
|
280
|
+
readonly name: "DocumentLockedForCommentsException";
|
|
281
|
+
readonly $fault: "client";
|
|
282
|
+
Message?: string;
|
|
283
|
+
constructor(
|
|
284
|
+
opts: __ExceptionOptionType<
|
|
285
|
+
DocumentLockedForCommentsException,
|
|
286
|
+
__BaseException
|
|
287
|
+
>
|
|
288
|
+
);
|
|
289
|
+
}
|
|
290
|
+
export declare class InvalidCommentOperationException extends __BaseException {
|
|
291
|
+
readonly name: "InvalidCommentOperationException";
|
|
292
|
+
readonly $fault: "client";
|
|
293
|
+
Message?: string;
|
|
294
|
+
constructor(
|
|
295
|
+
opts: __ExceptionOptionType<
|
|
296
|
+
InvalidCommentOperationException,
|
|
297
|
+
__BaseException
|
|
298
|
+
>
|
|
299
|
+
);
|
|
300
|
+
}
|
|
301
|
+
export interface CreateCustomMetadataRequest {
|
|
302
|
+
AuthenticationToken?: string;
|
|
303
|
+
ResourceId: string | undefined;
|
|
304
|
+
VersionId?: string;
|
|
305
|
+
CustomMetadata: Record<string, string> | undefined;
|
|
306
|
+
}
|
|
307
|
+
export interface CreateCustomMetadataResponse {}
|
|
308
|
+
export declare class CustomMetadataLimitExceededException extends __BaseException {
|
|
309
|
+
readonly name: "CustomMetadataLimitExceededException";
|
|
310
|
+
readonly $fault: "client";
|
|
311
|
+
Message?: string;
|
|
312
|
+
constructor(
|
|
313
|
+
opts: __ExceptionOptionType<
|
|
314
|
+
CustomMetadataLimitExceededException,
|
|
315
|
+
__BaseException
|
|
316
|
+
>
|
|
317
|
+
);
|
|
318
|
+
}
|
|
319
|
+
export declare class ConflictingOperationException extends __BaseException {
|
|
320
|
+
readonly name: "ConflictingOperationException";
|
|
321
|
+
readonly $fault: "client";
|
|
322
|
+
Message?: string;
|
|
323
|
+
constructor(
|
|
324
|
+
opts: __ExceptionOptionType<ConflictingOperationException, __BaseException>
|
|
325
|
+
);
|
|
326
|
+
}
|
|
327
|
+
export interface CreateFolderRequest {
|
|
328
|
+
AuthenticationToken?: string;
|
|
329
|
+
Name?: string;
|
|
330
|
+
ParentFolderId: string | undefined;
|
|
331
|
+
}
|
|
332
|
+
export declare enum ResourceStateType {
|
|
333
|
+
ACTIVE = "ACTIVE",
|
|
334
|
+
RECYCLED = "RECYCLED",
|
|
335
|
+
RECYCLING = "RECYCLING",
|
|
336
|
+
RESTORING = "RESTORING",
|
|
337
|
+
}
|
|
338
|
+
export interface FolderMetadata {
|
|
339
|
+
Id?: string;
|
|
340
|
+
Name?: string;
|
|
341
|
+
CreatorId?: string;
|
|
342
|
+
ParentFolderId?: string;
|
|
343
|
+
CreatedTimestamp?: Date;
|
|
344
|
+
ModifiedTimestamp?: Date;
|
|
345
|
+
ResourceState?: ResourceStateType | string;
|
|
346
|
+
Signature?: string;
|
|
347
|
+
Labels?: string[];
|
|
348
|
+
Size?: number;
|
|
349
|
+
LatestVersionSize?: number;
|
|
350
|
+
}
|
|
351
|
+
export interface CreateFolderResponse {
|
|
352
|
+
Metadata?: FolderMetadata;
|
|
353
|
+
}
|
|
354
|
+
export declare class EntityAlreadyExistsException extends __BaseException {
|
|
355
|
+
readonly name: "EntityAlreadyExistsException";
|
|
356
|
+
readonly $fault: "client";
|
|
357
|
+
Message?: string;
|
|
358
|
+
constructor(
|
|
359
|
+
opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>
|
|
360
|
+
);
|
|
361
|
+
}
|
|
362
|
+
export declare class LimitExceededException extends __BaseException {
|
|
363
|
+
readonly name: "LimitExceededException";
|
|
364
|
+
readonly $fault: "client";
|
|
365
|
+
Message?: string;
|
|
366
|
+
constructor(
|
|
367
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
368
|
+
);
|
|
369
|
+
}
|
|
370
|
+
export interface CreateLabelsRequest {
|
|
371
|
+
ResourceId: string | undefined;
|
|
372
|
+
Labels: string[] | undefined;
|
|
373
|
+
AuthenticationToken?: string;
|
|
374
|
+
}
|
|
375
|
+
export interface CreateLabelsResponse {}
|
|
376
|
+
export declare class TooManyLabelsException extends __BaseException {
|
|
377
|
+
readonly name: "TooManyLabelsException";
|
|
378
|
+
readonly $fault: "client";
|
|
379
|
+
Message?: string;
|
|
380
|
+
constructor(
|
|
381
|
+
opts: __ExceptionOptionType<TooManyLabelsException, __BaseException>
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
export declare enum SubscriptionProtocolType {
|
|
385
|
+
HTTPS = "HTTPS",
|
|
386
|
+
}
|
|
387
|
+
export declare enum SubscriptionType {
|
|
388
|
+
ALL = "ALL",
|
|
389
|
+
}
|
|
390
|
+
export interface CreateNotificationSubscriptionRequest {
|
|
391
|
+
OrganizationId: string | undefined;
|
|
392
|
+
Endpoint: string | undefined;
|
|
393
|
+
Protocol: SubscriptionProtocolType | string | undefined;
|
|
394
|
+
SubscriptionType: SubscriptionType | string | undefined;
|
|
395
|
+
}
|
|
396
|
+
export interface Subscription {
|
|
397
|
+
SubscriptionId?: string;
|
|
398
|
+
EndPoint?: string;
|
|
399
|
+
Protocol?: SubscriptionProtocolType | string;
|
|
400
|
+
}
|
|
401
|
+
export interface CreateNotificationSubscriptionResponse {
|
|
402
|
+
Subscription?: Subscription;
|
|
403
|
+
}
|
|
404
|
+
export declare class TooManySubscriptionsException extends __BaseException {
|
|
405
|
+
readonly name: "TooManySubscriptionsException";
|
|
406
|
+
readonly $fault: "client";
|
|
407
|
+
Message?: string;
|
|
408
|
+
constructor(
|
|
409
|
+
opts: __ExceptionOptionType<TooManySubscriptionsException, __BaseException>
|
|
410
|
+
);
|
|
411
|
+
}
|
|
412
|
+
export interface CreateUserRequest {
|
|
413
|
+
OrganizationId?: string;
|
|
414
|
+
Username: string | undefined;
|
|
415
|
+
EmailAddress?: string;
|
|
416
|
+
GivenName: string | undefined;
|
|
417
|
+
Surname: string | undefined;
|
|
418
|
+
Password: string | undefined;
|
|
419
|
+
TimeZoneId?: string;
|
|
420
|
+
StorageRule?: StorageRuleType;
|
|
421
|
+
AuthenticationToken?: string;
|
|
422
|
+
}
|
|
423
|
+
export interface CreateUserResponse {
|
|
424
|
+
User?: User;
|
|
425
|
+
}
|
|
426
|
+
export interface DeactivateUserRequest {
|
|
427
|
+
UserId: string | undefined;
|
|
428
|
+
AuthenticationToken?: string;
|
|
429
|
+
}
|
|
430
|
+
export interface DeleteCommentRequest {
|
|
431
|
+
AuthenticationToken?: string;
|
|
432
|
+
DocumentId: string | undefined;
|
|
433
|
+
VersionId: string | undefined;
|
|
434
|
+
CommentId: string | undefined;
|
|
435
|
+
}
|
|
436
|
+
export interface DeleteCustomMetadataRequest {
|
|
437
|
+
AuthenticationToken?: string;
|
|
438
|
+
ResourceId: string | undefined;
|
|
439
|
+
VersionId?: string;
|
|
440
|
+
Keys?: string[];
|
|
441
|
+
DeleteAll?: boolean;
|
|
442
|
+
}
|
|
443
|
+
export interface DeleteCustomMetadataResponse {}
|
|
444
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
445
|
+
readonly name: "ConcurrentModificationException";
|
|
446
|
+
readonly $fault: "client";
|
|
447
|
+
Message?: string;
|
|
448
|
+
constructor(
|
|
449
|
+
opts: __ExceptionOptionType<
|
|
450
|
+
ConcurrentModificationException,
|
|
451
|
+
__BaseException
|
|
452
|
+
>
|
|
453
|
+
);
|
|
454
|
+
}
|
|
455
|
+
export interface DeleteDocumentRequest {
|
|
456
|
+
AuthenticationToken?: string;
|
|
457
|
+
DocumentId: string | undefined;
|
|
458
|
+
}
|
|
459
|
+
export interface DeleteFolderRequest {
|
|
460
|
+
AuthenticationToken?: string;
|
|
461
|
+
FolderId: string | undefined;
|
|
462
|
+
}
|
|
463
|
+
export interface DeleteFolderContentsRequest {
|
|
464
|
+
AuthenticationToken?: string;
|
|
465
|
+
FolderId: string | undefined;
|
|
466
|
+
}
|
|
467
|
+
export interface DeleteLabelsRequest {
|
|
468
|
+
ResourceId: string | undefined;
|
|
469
|
+
AuthenticationToken?: string;
|
|
470
|
+
Labels?: string[];
|
|
471
|
+
DeleteAll?: boolean;
|
|
472
|
+
}
|
|
473
|
+
export interface DeleteLabelsResponse {}
|
|
474
|
+
export interface DeleteNotificationSubscriptionRequest {
|
|
475
|
+
SubscriptionId: string | undefined;
|
|
476
|
+
OrganizationId: string | undefined;
|
|
477
|
+
}
|
|
478
|
+
export interface DeleteUserRequest {
|
|
479
|
+
AuthenticationToken?: string;
|
|
480
|
+
UserId: string | undefined;
|
|
481
|
+
}
|
|
482
|
+
export interface DescribeActivitiesRequest {
|
|
483
|
+
AuthenticationToken?: string;
|
|
484
|
+
StartTime?: Date;
|
|
485
|
+
EndTime?: Date;
|
|
486
|
+
OrganizationId?: string;
|
|
487
|
+
ActivityTypes?: string;
|
|
488
|
+
ResourceId?: string;
|
|
489
|
+
UserId?: string;
|
|
490
|
+
IncludeIndirectActivities?: boolean;
|
|
491
|
+
Limit?: number;
|
|
492
|
+
Marker?: string;
|
|
493
|
+
}
|
|
494
|
+
export interface DescribeActivitiesResponse {
|
|
495
|
+
UserActivities?: Activity[];
|
|
496
|
+
Marker?: string;
|
|
497
|
+
}
|
|
498
|
+
export declare class InvalidArgumentException extends __BaseException {
|
|
499
|
+
readonly name: "InvalidArgumentException";
|
|
500
|
+
readonly $fault: "client";
|
|
501
|
+
Message?: string;
|
|
502
|
+
constructor(
|
|
503
|
+
opts: __ExceptionOptionType<InvalidArgumentException, __BaseException>
|
|
504
|
+
);
|
|
505
|
+
}
|
|
506
|
+
export interface DescribeCommentsRequest {
|
|
507
|
+
AuthenticationToken?: string;
|
|
508
|
+
DocumentId: string | undefined;
|
|
509
|
+
VersionId: string | undefined;
|
|
510
|
+
Limit?: number;
|
|
511
|
+
Marker?: string;
|
|
512
|
+
}
|
|
513
|
+
export interface DescribeCommentsResponse {
|
|
514
|
+
Comments?: Comment[];
|
|
515
|
+
Marker?: string;
|
|
516
|
+
}
|
|
517
|
+
export interface DescribeDocumentVersionsRequest {
|
|
518
|
+
AuthenticationToken?: string;
|
|
519
|
+
DocumentId: string | undefined;
|
|
520
|
+
Marker?: string;
|
|
521
|
+
Limit?: number;
|
|
522
|
+
Include?: string;
|
|
523
|
+
Fields?: string;
|
|
524
|
+
}
|
|
525
|
+
export declare enum DocumentSourceType {
|
|
526
|
+
ORIGINAL = "ORIGINAL",
|
|
527
|
+
WITH_COMMENTS = "WITH_COMMENTS",
|
|
528
|
+
}
|
|
529
|
+
export declare enum DocumentStatusType {
|
|
530
|
+
ACTIVE = "ACTIVE",
|
|
531
|
+
INITIALIZED = "INITIALIZED",
|
|
532
|
+
}
|
|
533
|
+
export declare enum DocumentThumbnailType {
|
|
534
|
+
LARGE = "LARGE",
|
|
535
|
+
SMALL = "SMALL",
|
|
536
|
+
SMALL_HQ = "SMALL_HQ",
|
|
537
|
+
}
|
|
538
|
+
export interface DocumentVersionMetadata {
|
|
539
|
+
Id?: string;
|
|
540
|
+
Name?: string;
|
|
541
|
+
ContentType?: string;
|
|
542
|
+
Size?: number;
|
|
543
|
+
Signature?: string;
|
|
544
|
+
Status?: DocumentStatusType | string;
|
|
545
|
+
CreatedTimestamp?: Date;
|
|
546
|
+
ModifiedTimestamp?: Date;
|
|
547
|
+
ContentCreatedTimestamp?: Date;
|
|
548
|
+
ContentModifiedTimestamp?: Date;
|
|
549
|
+
CreatorId?: string;
|
|
550
|
+
Thumbnail?: Record<string, string>;
|
|
551
|
+
Source?: Record<string, string>;
|
|
552
|
+
}
|
|
553
|
+
export interface DescribeDocumentVersionsResponse {
|
|
554
|
+
DocumentVersions?: DocumentVersionMetadata[];
|
|
555
|
+
Marker?: string;
|
|
556
|
+
}
|
|
557
|
+
export declare enum OrderType {
|
|
558
|
+
ASCENDING = "ASCENDING",
|
|
559
|
+
DESCENDING = "DESCENDING",
|
|
560
|
+
}
|
|
561
|
+
export declare enum ResourceSortType {
|
|
562
|
+
DATE = "DATE",
|
|
563
|
+
NAME = "NAME",
|
|
564
|
+
}
|
|
565
|
+
export declare enum FolderContentType {
|
|
566
|
+
ALL = "ALL",
|
|
567
|
+
DOCUMENT = "DOCUMENT",
|
|
568
|
+
FOLDER = "FOLDER",
|
|
569
|
+
}
|
|
570
|
+
export interface DescribeFolderContentsRequest {
|
|
571
|
+
AuthenticationToken?: string;
|
|
572
|
+
FolderId: string | undefined;
|
|
573
|
+
Sort?: ResourceSortType | string;
|
|
574
|
+
Order?: OrderType | string;
|
|
575
|
+
Limit?: number;
|
|
576
|
+
Marker?: string;
|
|
577
|
+
Type?: FolderContentType | string;
|
|
578
|
+
Include?: string;
|
|
579
|
+
}
|
|
580
|
+
export interface DocumentMetadata {
|
|
581
|
+
Id?: string;
|
|
582
|
+
CreatorId?: string;
|
|
583
|
+
ParentFolderId?: string;
|
|
584
|
+
CreatedTimestamp?: Date;
|
|
585
|
+
ModifiedTimestamp?: Date;
|
|
586
|
+
LatestVersionMetadata?: DocumentVersionMetadata;
|
|
587
|
+
ResourceState?: ResourceStateType | string;
|
|
588
|
+
Labels?: string[];
|
|
589
|
+
}
|
|
590
|
+
export interface DescribeFolderContentsResponse {
|
|
591
|
+
Folders?: FolderMetadata[];
|
|
592
|
+
Documents?: DocumentMetadata[];
|
|
593
|
+
Marker?: string;
|
|
594
|
+
}
|
|
595
|
+
export interface DescribeGroupsRequest {
|
|
596
|
+
AuthenticationToken?: string;
|
|
597
|
+
SearchQuery: string | undefined;
|
|
598
|
+
OrganizationId?: string;
|
|
599
|
+
Marker?: string;
|
|
600
|
+
Limit?: number;
|
|
601
|
+
}
|
|
602
|
+
export interface DescribeGroupsResponse {
|
|
603
|
+
Groups?: GroupMetadata[];
|
|
604
|
+
Marker?: string;
|
|
605
|
+
}
|
|
606
|
+
export interface DescribeNotificationSubscriptionsRequest {
|
|
607
|
+
OrganizationId: string | undefined;
|
|
608
|
+
Marker?: string;
|
|
609
|
+
Limit?: number;
|
|
610
|
+
}
|
|
611
|
+
export interface DescribeNotificationSubscriptionsResponse {
|
|
612
|
+
Subscriptions?: Subscription[];
|
|
613
|
+
Marker?: string;
|
|
614
|
+
}
|
|
615
|
+
export interface DescribeResourcePermissionsRequest {
|
|
616
|
+
AuthenticationToken?: string;
|
|
617
|
+
ResourceId: string | undefined;
|
|
618
|
+
PrincipalId?: string;
|
|
619
|
+
Limit?: number;
|
|
620
|
+
Marker?: string;
|
|
621
|
+
}
|
|
622
|
+
export declare enum RolePermissionType {
|
|
623
|
+
DIRECT = "DIRECT",
|
|
624
|
+
INHERITED = "INHERITED",
|
|
625
|
+
}
|
|
626
|
+
export interface PermissionInfo {
|
|
627
|
+
Role?: RoleType | string;
|
|
628
|
+
Type?: RolePermissionType | string;
|
|
629
|
+
}
|
|
630
|
+
export interface Principal {
|
|
631
|
+
Id?: string;
|
|
632
|
+
Type?: PrincipalType | string;
|
|
633
|
+
Roles?: PermissionInfo[];
|
|
634
|
+
}
|
|
635
|
+
export interface DescribeResourcePermissionsResponse {
|
|
636
|
+
Principals?: Principal[];
|
|
637
|
+
Marker?: string;
|
|
638
|
+
}
|
|
639
|
+
export interface DescribeRootFoldersRequest {
|
|
640
|
+
AuthenticationToken: string | undefined;
|
|
641
|
+
Limit?: number;
|
|
642
|
+
Marker?: string;
|
|
643
|
+
}
|
|
644
|
+
export interface DescribeRootFoldersResponse {
|
|
645
|
+
Folders?: FolderMetadata[];
|
|
646
|
+
Marker?: string;
|
|
647
|
+
}
|
|
648
|
+
export declare enum UserFilterType {
|
|
649
|
+
ACTIVE_PENDING = "ACTIVE_PENDING",
|
|
650
|
+
ALL = "ALL",
|
|
651
|
+
}
|
|
652
|
+
export declare enum UserSortType {
|
|
653
|
+
FULL_NAME = "FULL_NAME",
|
|
654
|
+
STORAGE_LIMIT = "STORAGE_LIMIT",
|
|
655
|
+
STORAGE_USED = "STORAGE_USED",
|
|
656
|
+
USER_NAME = "USER_NAME",
|
|
657
|
+
USER_STATUS = "USER_STATUS",
|
|
658
|
+
}
|
|
659
|
+
export interface DescribeUsersRequest {
|
|
660
|
+
AuthenticationToken?: string;
|
|
661
|
+
OrganizationId?: string;
|
|
662
|
+
UserIds?: string;
|
|
663
|
+
Query?: string;
|
|
664
|
+
Include?: UserFilterType | string;
|
|
665
|
+
Order?: OrderType | string;
|
|
666
|
+
Sort?: UserSortType | string;
|
|
667
|
+
Marker?: string;
|
|
668
|
+
Limit?: number;
|
|
669
|
+
Fields?: string;
|
|
670
|
+
}
|
|
671
|
+
export interface DescribeUsersResponse {
|
|
672
|
+
Users?: User[];
|
|
673
|
+
TotalNumberOfUsers?: number;
|
|
674
|
+
Marker?: string;
|
|
675
|
+
}
|
|
676
|
+
export declare class RequestedEntityTooLargeException extends __BaseException {
|
|
677
|
+
readonly name: "RequestedEntityTooLargeException";
|
|
678
|
+
readonly $fault: "client";
|
|
679
|
+
Message?: string;
|
|
680
|
+
constructor(
|
|
681
|
+
opts: __ExceptionOptionType<
|
|
682
|
+
RequestedEntityTooLargeException,
|
|
683
|
+
__BaseException
|
|
684
|
+
>
|
|
685
|
+
);
|
|
686
|
+
}
|
|
687
|
+
export interface GetCurrentUserRequest {
|
|
688
|
+
AuthenticationToken: string | undefined;
|
|
689
|
+
}
|
|
690
|
+
export interface GetCurrentUserResponse {
|
|
691
|
+
User?: User;
|
|
692
|
+
}
|
|
693
|
+
export interface GetDocumentRequest {
|
|
694
|
+
AuthenticationToken?: string;
|
|
695
|
+
DocumentId: string | undefined;
|
|
696
|
+
IncludeCustomMetadata?: boolean;
|
|
697
|
+
}
|
|
698
|
+
export interface GetDocumentResponse {
|
|
699
|
+
Metadata?: DocumentMetadata;
|
|
700
|
+
CustomMetadata?: Record<string, string>;
|
|
701
|
+
}
|
|
702
|
+
export declare class InvalidPasswordException extends __BaseException {
|
|
703
|
+
readonly name: "InvalidPasswordException";
|
|
704
|
+
readonly $fault: "client";
|
|
705
|
+
Message?: string;
|
|
706
|
+
constructor(
|
|
707
|
+
opts: __ExceptionOptionType<InvalidPasswordException, __BaseException>
|
|
708
|
+
);
|
|
709
|
+
}
|
|
710
|
+
export interface GetDocumentPathRequest {
|
|
711
|
+
AuthenticationToken?: string;
|
|
712
|
+
DocumentId: string | undefined;
|
|
713
|
+
Limit?: number;
|
|
714
|
+
Fields?: string;
|
|
715
|
+
Marker?: string;
|
|
716
|
+
}
|
|
717
|
+
export interface ResourcePathComponent {
|
|
718
|
+
Id?: string;
|
|
719
|
+
Name?: string;
|
|
720
|
+
}
|
|
721
|
+
export interface ResourcePath {
|
|
722
|
+
Components?: ResourcePathComponent[];
|
|
723
|
+
}
|
|
724
|
+
export interface GetDocumentPathResponse {
|
|
725
|
+
Path?: ResourcePath;
|
|
726
|
+
}
|
|
727
|
+
export interface GetDocumentVersionRequest {
|
|
728
|
+
AuthenticationToken?: string;
|
|
729
|
+
DocumentId: string | undefined;
|
|
730
|
+
VersionId: string | undefined;
|
|
731
|
+
Fields?: string;
|
|
732
|
+
IncludeCustomMetadata?: boolean;
|
|
733
|
+
}
|
|
734
|
+
export interface GetDocumentVersionResponse {
|
|
735
|
+
Metadata?: DocumentVersionMetadata;
|
|
736
|
+
CustomMetadata?: Record<string, string>;
|
|
737
|
+
}
|
|
738
|
+
export interface GetFolderRequest {
|
|
739
|
+
AuthenticationToken?: string;
|
|
740
|
+
FolderId: string | undefined;
|
|
741
|
+
IncludeCustomMetadata?: boolean;
|
|
742
|
+
}
|
|
743
|
+
export interface GetFolderResponse {
|
|
744
|
+
Metadata?: FolderMetadata;
|
|
745
|
+
CustomMetadata?: Record<string, string>;
|
|
746
|
+
}
|
|
747
|
+
export interface GetFolderPathRequest {
|
|
748
|
+
AuthenticationToken?: string;
|
|
749
|
+
FolderId: string | undefined;
|
|
750
|
+
Limit?: number;
|
|
751
|
+
Fields?: string;
|
|
752
|
+
Marker?: string;
|
|
753
|
+
}
|
|
754
|
+
export interface GetFolderPathResponse {
|
|
755
|
+
Path?: ResourcePath;
|
|
756
|
+
}
|
|
757
|
+
export declare enum ResourceCollectionType {
|
|
758
|
+
SHARED_WITH_ME = "SHARED_WITH_ME",
|
|
759
|
+
}
|
|
760
|
+
export interface GetResourcesRequest {
|
|
761
|
+
AuthenticationToken?: string;
|
|
762
|
+
UserId?: string;
|
|
763
|
+
CollectionType?: ResourceCollectionType | string;
|
|
764
|
+
Limit?: number;
|
|
765
|
+
Marker?: string;
|
|
766
|
+
}
|
|
767
|
+
export interface GetResourcesResponse {
|
|
768
|
+
Folders?: FolderMetadata[];
|
|
769
|
+
Documents?: DocumentMetadata[];
|
|
770
|
+
Marker?: string;
|
|
771
|
+
}
|
|
772
|
+
export declare class DraftUploadOutOfSyncException extends __BaseException {
|
|
773
|
+
readonly name: "DraftUploadOutOfSyncException";
|
|
774
|
+
readonly $fault: "client";
|
|
775
|
+
Message?: string;
|
|
776
|
+
constructor(
|
|
777
|
+
opts: __ExceptionOptionType<DraftUploadOutOfSyncException, __BaseException>
|
|
778
|
+
);
|
|
779
|
+
}
|
|
780
|
+
export interface InitiateDocumentVersionUploadRequest {
|
|
781
|
+
AuthenticationToken?: string;
|
|
782
|
+
Id?: string;
|
|
783
|
+
Name?: string;
|
|
784
|
+
ContentCreatedTimestamp?: Date;
|
|
785
|
+
ContentModifiedTimestamp?: Date;
|
|
786
|
+
ContentType?: string;
|
|
787
|
+
DocumentSizeInBytes?: number;
|
|
788
|
+
ParentFolderId: string | undefined;
|
|
789
|
+
}
|
|
790
|
+
export interface UploadMetadata {
|
|
791
|
+
UploadUrl?: string;
|
|
792
|
+
SignedHeaders?: Record<string, string>;
|
|
793
|
+
}
|
|
794
|
+
export interface InitiateDocumentVersionUploadResponse {
|
|
795
|
+
Metadata?: DocumentMetadata;
|
|
796
|
+
UploadMetadata?: UploadMetadata;
|
|
797
|
+
}
|
|
798
|
+
export declare class ResourceAlreadyCheckedOutException extends __BaseException {
|
|
799
|
+
readonly name: "ResourceAlreadyCheckedOutException";
|
|
800
|
+
readonly $fault: "client";
|
|
801
|
+
Message?: string;
|
|
802
|
+
constructor(
|
|
803
|
+
opts: __ExceptionOptionType<
|
|
804
|
+
ResourceAlreadyCheckedOutException,
|
|
805
|
+
__BaseException
|
|
806
|
+
>
|
|
807
|
+
);
|
|
808
|
+
}
|
|
809
|
+
export declare class StorageLimitExceededException extends __BaseException {
|
|
810
|
+
readonly name: "StorageLimitExceededException";
|
|
811
|
+
readonly $fault: "client";
|
|
812
|
+
Message?: string;
|
|
813
|
+
constructor(
|
|
814
|
+
opts: __ExceptionOptionType<StorageLimitExceededException, __BaseException>
|
|
815
|
+
);
|
|
816
|
+
}
|
|
817
|
+
export declare class StorageLimitWillExceedException extends __BaseException {
|
|
818
|
+
readonly name: "StorageLimitWillExceedException";
|
|
819
|
+
readonly $fault: "client";
|
|
820
|
+
Message?: string;
|
|
821
|
+
constructor(
|
|
822
|
+
opts: __ExceptionOptionType<
|
|
823
|
+
StorageLimitWillExceedException,
|
|
824
|
+
__BaseException
|
|
825
|
+
>
|
|
826
|
+
);
|
|
827
|
+
}
|
|
828
|
+
export interface RemoveAllResourcePermissionsRequest {
|
|
829
|
+
AuthenticationToken?: string;
|
|
830
|
+
ResourceId: string | undefined;
|
|
831
|
+
}
|
|
832
|
+
export interface RemoveResourcePermissionRequest {
|
|
833
|
+
AuthenticationToken?: string;
|
|
834
|
+
ResourceId: string | undefined;
|
|
835
|
+
PrincipalId: string | undefined;
|
|
836
|
+
PrincipalType?: PrincipalType | string;
|
|
837
|
+
}
|
|
838
|
+
export interface UpdateDocumentRequest {
|
|
839
|
+
AuthenticationToken?: string;
|
|
840
|
+
DocumentId: string | undefined;
|
|
841
|
+
Name?: string;
|
|
842
|
+
ParentFolderId?: string;
|
|
843
|
+
ResourceState?: ResourceStateType | string;
|
|
844
|
+
}
|
|
845
|
+
export declare class InvalidOperationException extends __BaseException {
|
|
846
|
+
readonly name: "InvalidOperationException";
|
|
847
|
+
readonly $fault: "client";
|
|
848
|
+
Message?: string;
|
|
849
|
+
constructor(
|
|
850
|
+
opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
|
|
851
|
+
);
|
|
852
|
+
}
|
|
853
|
+
export declare enum DocumentVersionStatus {
|
|
854
|
+
ACTIVE = "ACTIVE",
|
|
855
|
+
}
|
|
856
|
+
export interface UpdateDocumentVersionRequest {
|
|
857
|
+
AuthenticationToken?: string;
|
|
858
|
+
DocumentId: string | undefined;
|
|
859
|
+
VersionId: string | undefined;
|
|
860
|
+
VersionStatus?: DocumentVersionStatus | string;
|
|
861
|
+
}
|
|
862
|
+
export interface UpdateFolderRequest {
|
|
863
|
+
AuthenticationToken?: string;
|
|
864
|
+
FolderId: string | undefined;
|
|
865
|
+
Name?: string;
|
|
866
|
+
ParentFolderId?: string;
|
|
867
|
+
ResourceState?: ResourceStateType | string;
|
|
868
|
+
}
|
|
869
|
+
export declare class DeactivatingLastSystemUserException extends __BaseException {
|
|
870
|
+
readonly name: "DeactivatingLastSystemUserException";
|
|
871
|
+
readonly $fault: "client";
|
|
872
|
+
Message?: string;
|
|
873
|
+
Code?: string;
|
|
874
|
+
constructor(
|
|
875
|
+
opts: __ExceptionOptionType<
|
|
876
|
+
DeactivatingLastSystemUserException,
|
|
877
|
+
__BaseException
|
|
878
|
+
>
|
|
879
|
+
);
|
|
880
|
+
}
|
|
881
|
+
export declare class IllegalUserStateException extends __BaseException {
|
|
882
|
+
readonly name: "IllegalUserStateException";
|
|
883
|
+
readonly $fault: "client";
|
|
884
|
+
Message?: string;
|
|
885
|
+
constructor(
|
|
886
|
+
opts: __ExceptionOptionType<IllegalUserStateException, __BaseException>
|
|
887
|
+
);
|
|
888
|
+
}
|
|
889
|
+
export declare enum BooleanEnumType {
|
|
890
|
+
FALSE = "FALSE",
|
|
891
|
+
TRUE = "TRUE",
|
|
892
|
+
}
|
|
893
|
+
export interface UpdateUserRequest {
|
|
894
|
+
AuthenticationToken?: string;
|
|
895
|
+
UserId: string | undefined;
|
|
896
|
+
GivenName?: string;
|
|
897
|
+
Surname?: string;
|
|
898
|
+
Type?: UserType | string;
|
|
899
|
+
StorageRule?: StorageRuleType;
|
|
900
|
+
TimeZoneId?: string;
|
|
901
|
+
Locale?: LocaleType | string;
|
|
902
|
+
GrantPoweruserPrivileges?: BooleanEnumType | string;
|
|
903
|
+
}
|
|
904
|
+
export interface UpdateUserResponse {
|
|
905
|
+
User?: User;
|
|
906
|
+
}
|
|
907
|
+
export declare const AbortDocumentVersionUploadRequestFilterSensitiveLog: (
|
|
908
|
+
obj: AbortDocumentVersionUploadRequest
|
|
909
|
+
) => any;
|
|
910
|
+
export declare const ActivateUserRequestFilterSensitiveLog: (
|
|
911
|
+
obj: ActivateUserRequest
|
|
912
|
+
) => any;
|
|
913
|
+
export declare const StorageRuleTypeFilterSensitiveLog: (
|
|
914
|
+
obj: StorageRuleType
|
|
915
|
+
) => any;
|
|
916
|
+
export declare const UserStorageMetadataFilterSensitiveLog: (
|
|
917
|
+
obj: UserStorageMetadata
|
|
918
|
+
) => any;
|
|
919
|
+
export declare const UserFilterSensitiveLog: (obj: User) => any;
|
|
920
|
+
export declare const ActivateUserResponseFilterSensitiveLog: (
|
|
921
|
+
obj: ActivateUserResponse
|
|
922
|
+
) => any;
|
|
923
|
+
export declare const CommentMetadataFilterSensitiveLog: (
|
|
924
|
+
obj: CommentMetadata
|
|
925
|
+
) => any;
|
|
926
|
+
export declare const UserMetadataFilterSensitiveLog: (obj: UserMetadata) => any;
|
|
927
|
+
export declare const ResourceMetadataFilterSensitiveLog: (
|
|
928
|
+
obj: ResourceMetadata
|
|
929
|
+
) => any;
|
|
930
|
+
export declare const GroupMetadataFilterSensitiveLog: (
|
|
931
|
+
obj: GroupMetadata
|
|
932
|
+
) => any;
|
|
933
|
+
export declare const ParticipantsFilterSensitiveLog: (obj: Participants) => any;
|
|
934
|
+
export declare const ActivityFilterSensitiveLog: (obj: Activity) => any;
|
|
935
|
+
export declare const NotificationOptionsFilterSensitiveLog: (
|
|
936
|
+
obj: NotificationOptions
|
|
937
|
+
) => any;
|
|
938
|
+
export declare const SharePrincipalFilterSensitiveLog: (
|
|
939
|
+
obj: SharePrincipal
|
|
940
|
+
) => any;
|
|
941
|
+
export declare const AddResourcePermissionsRequestFilterSensitiveLog: (
|
|
942
|
+
obj: AddResourcePermissionsRequest
|
|
943
|
+
) => any;
|
|
944
|
+
export declare const ShareResultFilterSensitiveLog: (obj: ShareResult) => any;
|
|
945
|
+
export declare const AddResourcePermissionsResponseFilterSensitiveLog: (
|
|
946
|
+
obj: AddResourcePermissionsResponse
|
|
947
|
+
) => any;
|
|
948
|
+
export declare const CreateCommentRequestFilterSensitiveLog: (
|
|
949
|
+
obj: CreateCommentRequest
|
|
950
|
+
) => any;
|
|
951
|
+
export declare const CommentFilterSensitiveLog: (obj: Comment) => any;
|
|
952
|
+
export declare const CreateCommentResponseFilterSensitiveLog: (
|
|
953
|
+
obj: CreateCommentResponse
|
|
954
|
+
) => any;
|
|
955
|
+
export declare const CreateCustomMetadataRequestFilterSensitiveLog: (
|
|
956
|
+
obj: CreateCustomMetadataRequest
|
|
957
|
+
) => any;
|
|
958
|
+
export declare const CreateCustomMetadataResponseFilterSensitiveLog: (
|
|
959
|
+
obj: CreateCustomMetadataResponse
|
|
960
|
+
) => any;
|
|
961
|
+
export declare const CreateFolderRequestFilterSensitiveLog: (
|
|
962
|
+
obj: CreateFolderRequest
|
|
963
|
+
) => any;
|
|
964
|
+
export declare const FolderMetadataFilterSensitiveLog: (
|
|
965
|
+
obj: FolderMetadata
|
|
966
|
+
) => any;
|
|
967
|
+
export declare const CreateFolderResponseFilterSensitiveLog: (
|
|
968
|
+
obj: CreateFolderResponse
|
|
969
|
+
) => any;
|
|
970
|
+
export declare const CreateLabelsRequestFilterSensitiveLog: (
|
|
971
|
+
obj: CreateLabelsRequest
|
|
972
|
+
) => any;
|
|
973
|
+
export declare const CreateLabelsResponseFilterSensitiveLog: (
|
|
974
|
+
obj: CreateLabelsResponse
|
|
975
|
+
) => any;
|
|
976
|
+
export declare const CreateNotificationSubscriptionRequestFilterSensitiveLog: (
|
|
977
|
+
obj: CreateNotificationSubscriptionRequest
|
|
978
|
+
) => any;
|
|
979
|
+
export declare const SubscriptionFilterSensitiveLog: (obj: Subscription) => any;
|
|
980
|
+
export declare const CreateNotificationSubscriptionResponseFilterSensitiveLog: (
|
|
981
|
+
obj: CreateNotificationSubscriptionResponse
|
|
982
|
+
) => any;
|
|
983
|
+
export declare const CreateUserRequestFilterSensitiveLog: (
|
|
984
|
+
obj: CreateUserRequest
|
|
985
|
+
) => any;
|
|
986
|
+
export declare const CreateUserResponseFilterSensitiveLog: (
|
|
987
|
+
obj: CreateUserResponse
|
|
988
|
+
) => any;
|
|
989
|
+
export declare const DeactivateUserRequestFilterSensitiveLog: (
|
|
990
|
+
obj: DeactivateUserRequest
|
|
991
|
+
) => any;
|
|
992
|
+
export declare const DeleteCommentRequestFilterSensitiveLog: (
|
|
993
|
+
obj: DeleteCommentRequest
|
|
994
|
+
) => any;
|
|
995
|
+
export declare const DeleteCustomMetadataRequestFilterSensitiveLog: (
|
|
996
|
+
obj: DeleteCustomMetadataRequest
|
|
997
|
+
) => any;
|
|
998
|
+
export declare const DeleteCustomMetadataResponseFilterSensitiveLog: (
|
|
999
|
+
obj: DeleteCustomMetadataResponse
|
|
1000
|
+
) => any;
|
|
1001
|
+
export declare const DeleteDocumentRequestFilterSensitiveLog: (
|
|
1002
|
+
obj: DeleteDocumentRequest
|
|
1003
|
+
) => any;
|
|
1004
|
+
export declare const DeleteFolderRequestFilterSensitiveLog: (
|
|
1005
|
+
obj: DeleteFolderRequest
|
|
1006
|
+
) => any;
|
|
1007
|
+
export declare const DeleteFolderContentsRequestFilterSensitiveLog: (
|
|
1008
|
+
obj: DeleteFolderContentsRequest
|
|
1009
|
+
) => any;
|
|
1010
|
+
export declare const DeleteLabelsRequestFilterSensitiveLog: (
|
|
1011
|
+
obj: DeleteLabelsRequest
|
|
1012
|
+
) => any;
|
|
1013
|
+
export declare const DeleteLabelsResponseFilterSensitiveLog: (
|
|
1014
|
+
obj: DeleteLabelsResponse
|
|
1015
|
+
) => any;
|
|
1016
|
+
export declare const DeleteNotificationSubscriptionRequestFilterSensitiveLog: (
|
|
1017
|
+
obj: DeleteNotificationSubscriptionRequest
|
|
1018
|
+
) => any;
|
|
1019
|
+
export declare const DeleteUserRequestFilterSensitiveLog: (
|
|
1020
|
+
obj: DeleteUserRequest
|
|
1021
|
+
) => any;
|
|
1022
|
+
export declare const DescribeActivitiesRequestFilterSensitiveLog: (
|
|
1023
|
+
obj: DescribeActivitiesRequest
|
|
1024
|
+
) => any;
|
|
1025
|
+
export declare const DescribeActivitiesResponseFilterSensitiveLog: (
|
|
1026
|
+
obj: DescribeActivitiesResponse
|
|
1027
|
+
) => any;
|
|
1028
|
+
export declare const DescribeCommentsRequestFilterSensitiveLog: (
|
|
1029
|
+
obj: DescribeCommentsRequest
|
|
1030
|
+
) => any;
|
|
1031
|
+
export declare const DescribeCommentsResponseFilterSensitiveLog: (
|
|
1032
|
+
obj: DescribeCommentsResponse
|
|
1033
|
+
) => any;
|
|
1034
|
+
export declare const DescribeDocumentVersionsRequestFilterSensitiveLog: (
|
|
1035
|
+
obj: DescribeDocumentVersionsRequest
|
|
1036
|
+
) => any;
|
|
1037
|
+
export declare const DocumentVersionMetadataFilterSensitiveLog: (
|
|
1038
|
+
obj: DocumentVersionMetadata
|
|
1039
|
+
) => any;
|
|
1040
|
+
export declare const DescribeDocumentVersionsResponseFilterSensitiveLog: (
|
|
1041
|
+
obj: DescribeDocumentVersionsResponse
|
|
1042
|
+
) => any;
|
|
1043
|
+
export declare const DescribeFolderContentsRequestFilterSensitiveLog: (
|
|
1044
|
+
obj: DescribeFolderContentsRequest
|
|
1045
|
+
) => any;
|
|
1046
|
+
export declare const DocumentMetadataFilterSensitiveLog: (
|
|
1047
|
+
obj: DocumentMetadata
|
|
1048
|
+
) => any;
|
|
1049
|
+
export declare const DescribeFolderContentsResponseFilterSensitiveLog: (
|
|
1050
|
+
obj: DescribeFolderContentsResponse
|
|
1051
|
+
) => any;
|
|
1052
|
+
export declare const DescribeGroupsRequestFilterSensitiveLog: (
|
|
1053
|
+
obj: DescribeGroupsRequest
|
|
1054
|
+
) => any;
|
|
1055
|
+
export declare const DescribeGroupsResponseFilterSensitiveLog: (
|
|
1056
|
+
obj: DescribeGroupsResponse
|
|
1057
|
+
) => any;
|
|
1058
|
+
export declare const DescribeNotificationSubscriptionsRequestFilterSensitiveLog: (
|
|
1059
|
+
obj: DescribeNotificationSubscriptionsRequest
|
|
1060
|
+
) => any;
|
|
1061
|
+
export declare const DescribeNotificationSubscriptionsResponseFilterSensitiveLog: (
|
|
1062
|
+
obj: DescribeNotificationSubscriptionsResponse
|
|
1063
|
+
) => any;
|
|
1064
|
+
export declare const DescribeResourcePermissionsRequestFilterSensitiveLog: (
|
|
1065
|
+
obj: DescribeResourcePermissionsRequest
|
|
1066
|
+
) => any;
|
|
1067
|
+
export declare const PermissionInfoFilterSensitiveLog: (
|
|
1068
|
+
obj: PermissionInfo
|
|
1069
|
+
) => any;
|
|
1070
|
+
export declare const PrincipalFilterSensitiveLog: (obj: Principal) => any;
|
|
1071
|
+
export declare const DescribeResourcePermissionsResponseFilterSensitiveLog: (
|
|
1072
|
+
obj: DescribeResourcePermissionsResponse
|
|
1073
|
+
) => any;
|
|
1074
|
+
export declare const DescribeRootFoldersRequestFilterSensitiveLog: (
|
|
1075
|
+
obj: DescribeRootFoldersRequest
|
|
1076
|
+
) => any;
|
|
1077
|
+
export declare const DescribeRootFoldersResponseFilterSensitiveLog: (
|
|
1078
|
+
obj: DescribeRootFoldersResponse
|
|
1079
|
+
) => any;
|
|
1080
|
+
export declare const DescribeUsersRequestFilterSensitiveLog: (
|
|
1081
|
+
obj: DescribeUsersRequest
|
|
1082
|
+
) => any;
|
|
1083
|
+
export declare const DescribeUsersResponseFilterSensitiveLog: (
|
|
1084
|
+
obj: DescribeUsersResponse
|
|
1085
|
+
) => any;
|
|
1086
|
+
export declare const GetCurrentUserRequestFilterSensitiveLog: (
|
|
1087
|
+
obj: GetCurrentUserRequest
|
|
1088
|
+
) => any;
|
|
1089
|
+
export declare const GetCurrentUserResponseFilterSensitiveLog: (
|
|
1090
|
+
obj: GetCurrentUserResponse
|
|
1091
|
+
) => any;
|
|
1092
|
+
export declare const GetDocumentRequestFilterSensitiveLog: (
|
|
1093
|
+
obj: GetDocumentRequest
|
|
1094
|
+
) => any;
|
|
1095
|
+
export declare const GetDocumentResponseFilterSensitiveLog: (
|
|
1096
|
+
obj: GetDocumentResponse
|
|
1097
|
+
) => any;
|
|
1098
|
+
export declare const GetDocumentPathRequestFilterSensitiveLog: (
|
|
1099
|
+
obj: GetDocumentPathRequest
|
|
1100
|
+
) => any;
|
|
1101
|
+
export declare const ResourcePathComponentFilterSensitiveLog: (
|
|
1102
|
+
obj: ResourcePathComponent
|
|
1103
|
+
) => any;
|
|
1104
|
+
export declare const ResourcePathFilterSensitiveLog: (obj: ResourcePath) => any;
|
|
1105
|
+
export declare const GetDocumentPathResponseFilterSensitiveLog: (
|
|
1106
|
+
obj: GetDocumentPathResponse
|
|
1107
|
+
) => any;
|
|
1108
|
+
export declare const GetDocumentVersionRequestFilterSensitiveLog: (
|
|
1109
|
+
obj: GetDocumentVersionRequest
|
|
1110
|
+
) => any;
|
|
1111
|
+
export declare const GetDocumentVersionResponseFilterSensitiveLog: (
|
|
1112
|
+
obj: GetDocumentVersionResponse
|
|
1113
|
+
) => any;
|
|
1114
|
+
export declare const GetFolderRequestFilterSensitiveLog: (
|
|
1115
|
+
obj: GetFolderRequest
|
|
1116
|
+
) => any;
|
|
1117
|
+
export declare const GetFolderResponseFilterSensitiveLog: (
|
|
1118
|
+
obj: GetFolderResponse
|
|
1119
|
+
) => any;
|
|
1120
|
+
export declare const GetFolderPathRequestFilterSensitiveLog: (
|
|
1121
|
+
obj: GetFolderPathRequest
|
|
1122
|
+
) => any;
|
|
1123
|
+
export declare const GetFolderPathResponseFilterSensitiveLog: (
|
|
1124
|
+
obj: GetFolderPathResponse
|
|
1125
|
+
) => any;
|
|
1126
|
+
export declare const GetResourcesRequestFilterSensitiveLog: (
|
|
1127
|
+
obj: GetResourcesRequest
|
|
1128
|
+
) => any;
|
|
1129
|
+
export declare const GetResourcesResponseFilterSensitiveLog: (
|
|
1130
|
+
obj: GetResourcesResponse
|
|
1131
|
+
) => any;
|
|
1132
|
+
export declare const InitiateDocumentVersionUploadRequestFilterSensitiveLog: (
|
|
1133
|
+
obj: InitiateDocumentVersionUploadRequest
|
|
1134
|
+
) => any;
|
|
1135
|
+
export declare const UploadMetadataFilterSensitiveLog: (
|
|
1136
|
+
obj: UploadMetadata
|
|
1137
|
+
) => any;
|
|
1138
|
+
export declare const InitiateDocumentVersionUploadResponseFilterSensitiveLog: (
|
|
1139
|
+
obj: InitiateDocumentVersionUploadResponse
|
|
1140
|
+
) => any;
|
|
1141
|
+
export declare const RemoveAllResourcePermissionsRequestFilterSensitiveLog: (
|
|
1142
|
+
obj: RemoveAllResourcePermissionsRequest
|
|
1143
|
+
) => any;
|
|
1144
|
+
export declare const RemoveResourcePermissionRequestFilterSensitiveLog: (
|
|
1145
|
+
obj: RemoveResourcePermissionRequest
|
|
1146
|
+
) => any;
|
|
1147
|
+
export declare const UpdateDocumentRequestFilterSensitiveLog: (
|
|
1148
|
+
obj: UpdateDocumentRequest
|
|
1149
|
+
) => any;
|
|
1150
|
+
export declare const UpdateDocumentVersionRequestFilterSensitiveLog: (
|
|
1151
|
+
obj: UpdateDocumentVersionRequest
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const UpdateFolderRequestFilterSensitiveLog: (
|
|
1154
|
+
obj: UpdateFolderRequest
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const UpdateUserRequestFilterSensitiveLog: (
|
|
1157
|
+
obj: UpdateUserRequest
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const UpdateUserResponseFilterSensitiveLog: (
|
|
1160
|
+
obj: UpdateUserResponse
|
|
1161
|
+
) => any;
|