@aws-sdk/client-workdocs 3.933.0 → 3.935.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.
@@ -0,0 +1,530 @@
1
+ /**
2
+ * @public
3
+ * @enum
4
+ */
5
+ export declare const LocaleType: {
6
+ readonly DE: "de";
7
+ readonly DEFAULT: "default";
8
+ readonly EN: "en";
9
+ readonly ES: "es";
10
+ readonly FR: "fr";
11
+ readonly JA: "ja";
12
+ readonly KO: "ko";
13
+ readonly PT_BR: "pt_BR";
14
+ readonly RU: "ru";
15
+ readonly ZH_CN: "zh_CN";
16
+ readonly ZH_TW: "zh_TW";
17
+ };
18
+ /**
19
+ * @public
20
+ */
21
+ export type LocaleType = (typeof LocaleType)[keyof typeof LocaleType];
22
+ /**
23
+ * @public
24
+ * @enum
25
+ */
26
+ export declare const UserStatusType: {
27
+ readonly ACTIVE: "ACTIVE";
28
+ readonly INACTIVE: "INACTIVE";
29
+ readonly PENDING: "PENDING";
30
+ };
31
+ /**
32
+ * @public
33
+ */
34
+ export type UserStatusType = (typeof UserStatusType)[keyof typeof UserStatusType];
35
+ /**
36
+ * @public
37
+ * @enum
38
+ */
39
+ export declare const StorageType: {
40
+ readonly QUOTA: "QUOTA";
41
+ readonly UNLIMITED: "UNLIMITED";
42
+ };
43
+ /**
44
+ * @public
45
+ */
46
+ export type StorageType = (typeof StorageType)[keyof typeof StorageType];
47
+ /**
48
+ * @public
49
+ * @enum
50
+ */
51
+ export declare const UserType: {
52
+ readonly ADMIN: "ADMIN";
53
+ readonly MINIMALUSER: "MINIMALUSER";
54
+ readonly POWERUSER: "POWERUSER";
55
+ readonly USER: "USER";
56
+ readonly WORKSPACESUSER: "WORKSPACESUSER";
57
+ };
58
+ /**
59
+ * @public
60
+ */
61
+ export type UserType = (typeof UserType)[keyof typeof UserType];
62
+ /**
63
+ * @public
64
+ * @enum
65
+ */
66
+ export declare const CommentStatusType: {
67
+ readonly DELETED: "DELETED";
68
+ readonly DRAFT: "DRAFT";
69
+ readonly PUBLISHED: "PUBLISHED";
70
+ };
71
+ /**
72
+ * @public
73
+ */
74
+ export type CommentStatusType = (typeof CommentStatusType)[keyof typeof CommentStatusType];
75
+ /**
76
+ * @public
77
+ * @enum
78
+ */
79
+ export declare const ResourceType: {
80
+ readonly DOCUMENT: "DOCUMENT";
81
+ readonly FOLDER: "FOLDER";
82
+ };
83
+ /**
84
+ * @public
85
+ */
86
+ export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
87
+ /**
88
+ * @public
89
+ * @enum
90
+ */
91
+ export declare const ActivityType: {
92
+ readonly DOCUMENT_ANNOTATION_ADDED: "DOCUMENT_ANNOTATION_ADDED";
93
+ readonly DOCUMENT_ANNOTATION_DELETED: "DOCUMENT_ANNOTATION_DELETED";
94
+ readonly DOCUMENT_CHECKED_IN: "DOCUMENT_CHECKED_IN";
95
+ readonly DOCUMENT_CHECKED_OUT: "DOCUMENT_CHECKED_OUT";
96
+ readonly DOCUMENT_COMMENT_ADDED: "DOCUMENT_COMMENT_ADDED";
97
+ readonly DOCUMENT_COMMENT_DELETED: "DOCUMENT_COMMENT_DELETED";
98
+ readonly DOCUMENT_MOVED: "DOCUMENT_MOVED";
99
+ readonly DOCUMENT_RECYCLED: "DOCUMENT_RECYCLED";
100
+ readonly DOCUMENT_RENAMED: "DOCUMENT_RENAMED";
101
+ readonly DOCUMENT_RESTORED: "DOCUMENT_RESTORED";
102
+ readonly DOCUMENT_REVERTED: "DOCUMENT_REVERTED";
103
+ readonly DOCUMENT_SHAREABLE_LINK_CREATED: "DOCUMENT_SHAREABLE_LINK_CREATED";
104
+ readonly DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED: "DOCUMENT_SHAREABLE_LINK_PERMISSION_CHANGED";
105
+ readonly DOCUMENT_SHAREABLE_LINK_REMOVED: "DOCUMENT_SHAREABLE_LINK_REMOVED";
106
+ readonly DOCUMENT_SHARED: "DOCUMENT_SHARED";
107
+ readonly DOCUMENT_SHARE_PERMISSION_CHANGED: "DOCUMENT_SHARE_PERMISSION_CHANGED";
108
+ readonly DOCUMENT_UNSHARED: "DOCUMENT_UNSHARED";
109
+ readonly DOCUMENT_VERSION_DELETED: "DOCUMENT_VERSION_DELETED";
110
+ readonly DOCUMENT_VERSION_DOWNLOADED: "DOCUMENT_VERSION_DOWNLOADED";
111
+ readonly DOCUMENT_VERSION_UPLOADED: "DOCUMENT_VERSION_UPLOADED";
112
+ readonly DOCUMENT_VERSION_VIEWED: "DOCUMENT_VERSION_VIEWED";
113
+ readonly FOLDER_CREATED: "FOLDER_CREATED";
114
+ readonly FOLDER_DELETED: "FOLDER_DELETED";
115
+ readonly FOLDER_MOVED: "FOLDER_MOVED";
116
+ readonly FOLDER_RECYCLED: "FOLDER_RECYCLED";
117
+ readonly FOLDER_RENAMED: "FOLDER_RENAMED";
118
+ readonly FOLDER_RESTORED: "FOLDER_RESTORED";
119
+ readonly FOLDER_SHAREABLE_LINK_CREATED: "FOLDER_SHAREABLE_LINK_CREATED";
120
+ readonly FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED: "FOLDER_SHAREABLE_LINK_PERMISSION_CHANGED";
121
+ readonly FOLDER_SHAREABLE_LINK_REMOVED: "FOLDER_SHAREABLE_LINK_REMOVED";
122
+ readonly FOLDER_SHARED: "FOLDER_SHARED";
123
+ readonly FOLDER_SHARE_PERMISSION_CHANGED: "FOLDER_SHARE_PERMISSION_CHANGED";
124
+ readonly FOLDER_UNSHARED: "FOLDER_UNSHARED";
125
+ };
126
+ /**
127
+ * @public
128
+ */
129
+ export type ActivityType = (typeof ActivityType)[keyof typeof ActivityType];
130
+ /**
131
+ * @public
132
+ * @enum
133
+ */
134
+ export declare const AdditionalResponseFieldType: {
135
+ readonly WEBURL: "WEBURL";
136
+ };
137
+ /**
138
+ * @public
139
+ */
140
+ export type AdditionalResponseFieldType = (typeof AdditionalResponseFieldType)[keyof typeof AdditionalResponseFieldType];
141
+ /**
142
+ * @public
143
+ * @enum
144
+ */
145
+ export declare const RoleType: {
146
+ readonly CONTRIBUTOR: "CONTRIBUTOR";
147
+ readonly COOWNER: "COOWNER";
148
+ readonly OWNER: "OWNER";
149
+ readonly VIEWER: "VIEWER";
150
+ };
151
+ /**
152
+ * @public
153
+ */
154
+ export type RoleType = (typeof RoleType)[keyof typeof RoleType];
155
+ /**
156
+ * @public
157
+ * @enum
158
+ */
159
+ export declare const PrincipalType: {
160
+ readonly ANONYMOUS: "ANONYMOUS";
161
+ readonly GROUP: "GROUP";
162
+ readonly INVITE: "INVITE";
163
+ readonly ORGANIZATION: "ORGANIZATION";
164
+ readonly USER: "USER";
165
+ };
166
+ /**
167
+ * @public
168
+ */
169
+ export type PrincipalType = (typeof PrincipalType)[keyof typeof PrincipalType];
170
+ /**
171
+ * @public
172
+ * @enum
173
+ */
174
+ export declare const ShareStatusType: {
175
+ readonly FAILURE: "FAILURE";
176
+ readonly SUCCESS: "SUCCESS";
177
+ };
178
+ /**
179
+ * @public
180
+ */
181
+ export type ShareStatusType = (typeof ShareStatusType)[keyof typeof ShareStatusType];
182
+ /**
183
+ * @public
184
+ * @enum
185
+ */
186
+ export declare const CommentVisibilityType: {
187
+ readonly PRIVATE: "PRIVATE";
188
+ readonly PUBLIC: "PUBLIC";
189
+ };
190
+ /**
191
+ * @public
192
+ */
193
+ export type CommentVisibilityType = (typeof CommentVisibilityType)[keyof typeof CommentVisibilityType];
194
+ /**
195
+ * @public
196
+ * @enum
197
+ */
198
+ export declare const ResourceStateType: {
199
+ readonly ACTIVE: "ACTIVE";
200
+ readonly RECYCLED: "RECYCLED";
201
+ readonly RECYCLING: "RECYCLING";
202
+ readonly RESTORING: "RESTORING";
203
+ };
204
+ /**
205
+ * @public
206
+ */
207
+ export type ResourceStateType = (typeof ResourceStateType)[keyof typeof ResourceStateType];
208
+ /**
209
+ * @public
210
+ * @enum
211
+ */
212
+ export declare const SubscriptionProtocolType: {
213
+ readonly HTTPS: "HTTPS";
214
+ readonly SQS: "SQS";
215
+ };
216
+ /**
217
+ * @public
218
+ */
219
+ export type SubscriptionProtocolType = (typeof SubscriptionProtocolType)[keyof typeof SubscriptionProtocolType];
220
+ /**
221
+ * @public
222
+ * @enum
223
+ */
224
+ export declare const SubscriptionType: {
225
+ readonly ALL: "ALL";
226
+ };
227
+ /**
228
+ * @public
229
+ */
230
+ export type SubscriptionType = (typeof SubscriptionType)[keyof typeof SubscriptionType];
231
+ /**
232
+ * @public
233
+ * @enum
234
+ */
235
+ export declare const DocumentSourceType: {
236
+ readonly ORIGINAL: "ORIGINAL";
237
+ readonly WITH_COMMENTS: "WITH_COMMENTS";
238
+ };
239
+ /**
240
+ * @public
241
+ */
242
+ export type DocumentSourceType = (typeof DocumentSourceType)[keyof typeof DocumentSourceType];
243
+ /**
244
+ * @public
245
+ * @enum
246
+ */
247
+ export declare const DocumentStatusType: {
248
+ readonly ACTIVE: "ACTIVE";
249
+ readonly INITIALIZED: "INITIALIZED";
250
+ };
251
+ /**
252
+ * @public
253
+ */
254
+ export type DocumentStatusType = (typeof DocumentStatusType)[keyof typeof DocumentStatusType];
255
+ /**
256
+ * @public
257
+ * @enum
258
+ */
259
+ export declare const DocumentThumbnailType: {
260
+ readonly LARGE: "LARGE";
261
+ readonly SMALL: "SMALL";
262
+ readonly SMALL_HQ: "SMALL_HQ";
263
+ };
264
+ /**
265
+ * @public
266
+ */
267
+ export type DocumentThumbnailType = (typeof DocumentThumbnailType)[keyof typeof DocumentThumbnailType];
268
+ /**
269
+ * @public
270
+ * @enum
271
+ */
272
+ export declare const OrderType: {
273
+ readonly ASCENDING: "ASCENDING";
274
+ readonly DESCENDING: "DESCENDING";
275
+ };
276
+ /**
277
+ * @public
278
+ */
279
+ export type OrderType = (typeof OrderType)[keyof typeof OrderType];
280
+ /**
281
+ * @public
282
+ * @enum
283
+ */
284
+ export declare const ResourceSortType: {
285
+ readonly DATE: "DATE";
286
+ readonly NAME: "NAME";
287
+ };
288
+ /**
289
+ * @public
290
+ */
291
+ export type ResourceSortType = (typeof ResourceSortType)[keyof typeof ResourceSortType];
292
+ /**
293
+ * @public
294
+ * @enum
295
+ */
296
+ export declare const FolderContentType: {
297
+ readonly ALL: "ALL";
298
+ readonly DOCUMENT: "DOCUMENT";
299
+ readonly FOLDER: "FOLDER";
300
+ };
301
+ /**
302
+ * @public
303
+ */
304
+ export type FolderContentType = (typeof FolderContentType)[keyof typeof FolderContentType];
305
+ /**
306
+ * @public
307
+ * @enum
308
+ */
309
+ export declare const RolePermissionType: {
310
+ readonly DIRECT: "DIRECT";
311
+ readonly INHERITED: "INHERITED";
312
+ };
313
+ /**
314
+ * @public
315
+ */
316
+ export type RolePermissionType = (typeof RolePermissionType)[keyof typeof RolePermissionType];
317
+ /**
318
+ * @public
319
+ * @enum
320
+ */
321
+ export declare const UserFilterType: {
322
+ readonly ACTIVE_PENDING: "ACTIVE_PENDING";
323
+ readonly ALL: "ALL";
324
+ };
325
+ /**
326
+ * @public
327
+ */
328
+ export type UserFilterType = (typeof UserFilterType)[keyof typeof UserFilterType];
329
+ /**
330
+ * @public
331
+ * @enum
332
+ */
333
+ export declare const UserSortType: {
334
+ readonly FULL_NAME: "FULL_NAME";
335
+ readonly STORAGE_LIMIT: "STORAGE_LIMIT";
336
+ readonly STORAGE_USED: "STORAGE_USED";
337
+ readonly USER_NAME: "USER_NAME";
338
+ readonly USER_STATUS: "USER_STATUS";
339
+ };
340
+ /**
341
+ * @public
342
+ */
343
+ export type UserSortType = (typeof UserSortType)[keyof typeof UserSortType];
344
+ /**
345
+ * @public
346
+ * @enum
347
+ */
348
+ export declare const ResourceCollectionType: {
349
+ readonly SHARED_WITH_ME: "SHARED_WITH_ME";
350
+ };
351
+ /**
352
+ * @public
353
+ */
354
+ export type ResourceCollectionType = (typeof ResourceCollectionType)[keyof typeof ResourceCollectionType];
355
+ /**
356
+ * @public
357
+ * @enum
358
+ */
359
+ export declare const ContentCategoryType: {
360
+ readonly AUDIO: "AUDIO";
361
+ readonly DOCUMENT: "DOCUMENT";
362
+ readonly IMAGE: "IMAGE";
363
+ readonly OTHER: "OTHER";
364
+ readonly PDF: "PDF";
365
+ readonly PRESENTATION: "PRESENTATION";
366
+ readonly SOURCE_CODE: "SOURCE_CODE";
367
+ readonly SPREADSHEET: "SPREADSHEET";
368
+ readonly VIDEO: "VIDEO";
369
+ };
370
+ /**
371
+ * @public
372
+ */
373
+ export type ContentCategoryType = (typeof ContentCategoryType)[keyof typeof ContentCategoryType];
374
+ /**
375
+ * @public
376
+ * @enum
377
+ */
378
+ export declare const PrincipalRoleType: {
379
+ readonly CONTRIBUTOR: "CONTRIBUTOR";
380
+ readonly COOWNER: "COOWNER";
381
+ readonly OWNER: "OWNER";
382
+ readonly VIEWER: "VIEWER";
383
+ };
384
+ /**
385
+ * @public
386
+ */
387
+ export type PrincipalRoleType = (typeof PrincipalRoleType)[keyof typeof PrincipalRoleType];
388
+ /**
389
+ * @public
390
+ * @enum
391
+ */
392
+ export declare const SearchResourceType: {
393
+ readonly COMMENT: "COMMENT";
394
+ readonly DOCUMENT: "DOCUMENT";
395
+ readonly DOCUMENT_VERSION: "DOCUMENT_VERSION";
396
+ readonly FOLDER: "FOLDER";
397
+ };
398
+ /**
399
+ * @public
400
+ */
401
+ export type SearchResourceType = (typeof SearchResourceType)[keyof typeof SearchResourceType];
402
+ /**
403
+ * @public
404
+ * @enum
405
+ */
406
+ export declare const SearchCollectionType: {
407
+ readonly OWNED: "OWNED";
408
+ readonly SHARED_WITH_ME: "SHARED_WITH_ME";
409
+ };
410
+ /**
411
+ * @public
412
+ */
413
+ export type SearchCollectionType = (typeof SearchCollectionType)[keyof typeof SearchCollectionType];
414
+ /**
415
+ * @public
416
+ * @enum
417
+ */
418
+ export declare const LanguageCodeType: {
419
+ readonly AR: "AR";
420
+ readonly BG: "BG";
421
+ readonly BN: "BN";
422
+ readonly CS: "CS";
423
+ readonly DA: "DA";
424
+ readonly DE: "DE";
425
+ readonly DEFAULT: "DEFAULT";
426
+ readonly EL: "EL";
427
+ readonly EN: "EN";
428
+ readonly ES: "ES";
429
+ readonly FA: "FA";
430
+ readonly FI: "FI";
431
+ readonly FR: "FR";
432
+ readonly HI: "HI";
433
+ readonly HU: "HU";
434
+ readonly ID: "ID";
435
+ readonly IT: "IT";
436
+ readonly JA: "JA";
437
+ readonly KO: "KO";
438
+ readonly LT: "LT";
439
+ readonly LV: "LV";
440
+ readonly NL: "NL";
441
+ readonly NO: "NO";
442
+ readonly PT: "PT";
443
+ readonly RO: "RO";
444
+ readonly RU: "RU";
445
+ readonly SV: "SV";
446
+ readonly SW: "SW";
447
+ readonly TH: "TH";
448
+ readonly TR: "TR";
449
+ readonly ZH: "ZH";
450
+ };
451
+ /**
452
+ * @public
453
+ */
454
+ export type LanguageCodeType = (typeof LanguageCodeType)[keyof typeof LanguageCodeType];
455
+ /**
456
+ * @public
457
+ * @enum
458
+ */
459
+ export declare const OrderByFieldType: {
460
+ readonly CREATED_TIMESTAMP: "CREATED_TIMESTAMP";
461
+ readonly MODIFIED_TIMESTAMP: "MODIFIED_TIMESTAMP";
462
+ readonly NAME: "NAME";
463
+ readonly RELEVANCE: "RELEVANCE";
464
+ readonly SIZE: "SIZE";
465
+ };
466
+ /**
467
+ * @public
468
+ */
469
+ export type OrderByFieldType = (typeof OrderByFieldType)[keyof typeof OrderByFieldType];
470
+ /**
471
+ * @public
472
+ * @enum
473
+ */
474
+ export declare const SortOrder: {
475
+ readonly ASC: "ASC";
476
+ readonly DESC: "DESC";
477
+ };
478
+ /**
479
+ * @public
480
+ */
481
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
482
+ /**
483
+ * @public
484
+ * @enum
485
+ */
486
+ export declare const SearchQueryScopeType: {
487
+ readonly CONTENT: "CONTENT";
488
+ readonly NAME: "NAME";
489
+ };
490
+ /**
491
+ * @public
492
+ */
493
+ export type SearchQueryScopeType = (typeof SearchQueryScopeType)[keyof typeof SearchQueryScopeType];
494
+ /**
495
+ * @public
496
+ * @enum
497
+ */
498
+ export declare const ResponseItemType: {
499
+ readonly COMMENT: "COMMENT";
500
+ readonly DOCUMENT: "DOCUMENT";
501
+ readonly DOCUMENT_VERSION: "DOCUMENT_VERSION";
502
+ readonly FOLDER: "FOLDER";
503
+ };
504
+ /**
505
+ * @public
506
+ */
507
+ export type ResponseItemType = (typeof ResponseItemType)[keyof typeof ResponseItemType];
508
+ /**
509
+ * @public
510
+ * @enum
511
+ */
512
+ export declare const DocumentVersionStatus: {
513
+ readonly ACTIVE: "ACTIVE";
514
+ };
515
+ /**
516
+ * @public
517
+ */
518
+ export type DocumentVersionStatus = (typeof DocumentVersionStatus)[keyof typeof DocumentVersionStatus];
519
+ /**
520
+ * @public
521
+ * @enum
522
+ */
523
+ export declare const BooleanEnumType: {
524
+ readonly FALSE: "FALSE";
525
+ readonly TRUE: "TRUE";
526
+ };
527
+ /**
528
+ * @public
529
+ */
530
+ export type BooleanEnumType = (typeof BooleanEnumType)[keyof typeof BooleanEnumType];