@aws-sdk/client-workdocs 3.986.0 → 3.988.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +63 -1844
- package/dist-cjs/models/WorkDocsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +385 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1267 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +169 -163
- package/dist-types/schemas/schemas_0.d.ts +33 -26
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -26
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var WorkDocsServiceException = require('./models/WorkDocsServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,1609 +113,6 @@ class WorkDocsClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class WorkDocsServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, WorkDocsServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class ConcurrentModificationException extends WorkDocsServiceException {
|
|
121
|
-
name = "ConcurrentModificationException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
Message;
|
|
124
|
-
constructor(opts) {
|
|
125
|
-
super({
|
|
126
|
-
name: "ConcurrentModificationException",
|
|
127
|
-
$fault: "client",
|
|
128
|
-
...opts,
|
|
129
|
-
});
|
|
130
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
131
|
-
this.Message = opts.Message;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
class EntityNotExistsException extends WorkDocsServiceException {
|
|
135
|
-
name = "EntityNotExistsException";
|
|
136
|
-
$fault = "client";
|
|
137
|
-
Message;
|
|
138
|
-
EntityIds;
|
|
139
|
-
constructor(opts) {
|
|
140
|
-
super({
|
|
141
|
-
name: "EntityNotExistsException",
|
|
142
|
-
$fault: "client",
|
|
143
|
-
...opts,
|
|
144
|
-
});
|
|
145
|
-
Object.setPrototypeOf(this, EntityNotExistsException.prototype);
|
|
146
|
-
this.Message = opts.Message;
|
|
147
|
-
this.EntityIds = opts.EntityIds;
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
class FailedDependencyException extends WorkDocsServiceException {
|
|
151
|
-
name = "FailedDependencyException";
|
|
152
|
-
$fault = "client";
|
|
153
|
-
Message;
|
|
154
|
-
constructor(opts) {
|
|
155
|
-
super({
|
|
156
|
-
name: "FailedDependencyException",
|
|
157
|
-
$fault: "client",
|
|
158
|
-
...opts,
|
|
159
|
-
});
|
|
160
|
-
Object.setPrototypeOf(this, FailedDependencyException.prototype);
|
|
161
|
-
this.Message = opts.Message;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
class ProhibitedStateException extends WorkDocsServiceException {
|
|
165
|
-
name = "ProhibitedStateException";
|
|
166
|
-
$fault = "client";
|
|
167
|
-
Message;
|
|
168
|
-
constructor(opts) {
|
|
169
|
-
super({
|
|
170
|
-
name: "ProhibitedStateException",
|
|
171
|
-
$fault: "client",
|
|
172
|
-
...opts,
|
|
173
|
-
});
|
|
174
|
-
Object.setPrototypeOf(this, ProhibitedStateException.prototype);
|
|
175
|
-
this.Message = opts.Message;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
class ServiceUnavailableException extends WorkDocsServiceException {
|
|
179
|
-
name = "ServiceUnavailableException";
|
|
180
|
-
$fault = "server";
|
|
181
|
-
Message;
|
|
182
|
-
constructor(opts) {
|
|
183
|
-
super({
|
|
184
|
-
name: "ServiceUnavailableException",
|
|
185
|
-
$fault: "server",
|
|
186
|
-
...opts,
|
|
187
|
-
});
|
|
188
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
189
|
-
this.Message = opts.Message;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
class UnauthorizedOperationException extends WorkDocsServiceException {
|
|
193
|
-
name = "UnauthorizedOperationException";
|
|
194
|
-
$fault = "client";
|
|
195
|
-
Message;
|
|
196
|
-
Code;
|
|
197
|
-
constructor(opts) {
|
|
198
|
-
super({
|
|
199
|
-
name: "UnauthorizedOperationException",
|
|
200
|
-
$fault: "client",
|
|
201
|
-
...opts,
|
|
202
|
-
});
|
|
203
|
-
Object.setPrototypeOf(this, UnauthorizedOperationException.prototype);
|
|
204
|
-
this.Message = opts.Message;
|
|
205
|
-
this.Code = opts.Code;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
class UnauthorizedResourceAccessException extends WorkDocsServiceException {
|
|
209
|
-
name = "UnauthorizedResourceAccessException";
|
|
210
|
-
$fault = "client";
|
|
211
|
-
Message;
|
|
212
|
-
constructor(opts) {
|
|
213
|
-
super({
|
|
214
|
-
name: "UnauthorizedResourceAccessException",
|
|
215
|
-
$fault: "client",
|
|
216
|
-
...opts,
|
|
217
|
-
});
|
|
218
|
-
Object.setPrototypeOf(this, UnauthorizedResourceAccessException.prototype);
|
|
219
|
-
this.Message = opts.Message;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
class DocumentLockedForCommentsException extends WorkDocsServiceException {
|
|
223
|
-
name = "DocumentLockedForCommentsException";
|
|
224
|
-
$fault = "client";
|
|
225
|
-
Message;
|
|
226
|
-
constructor(opts) {
|
|
227
|
-
super({
|
|
228
|
-
name: "DocumentLockedForCommentsException",
|
|
229
|
-
$fault: "client",
|
|
230
|
-
...opts,
|
|
231
|
-
});
|
|
232
|
-
Object.setPrototypeOf(this, DocumentLockedForCommentsException.prototype);
|
|
233
|
-
this.Message = opts.Message;
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
class InvalidCommentOperationException extends WorkDocsServiceException {
|
|
237
|
-
name = "InvalidCommentOperationException";
|
|
238
|
-
$fault = "client";
|
|
239
|
-
Message;
|
|
240
|
-
constructor(opts) {
|
|
241
|
-
super({
|
|
242
|
-
name: "InvalidCommentOperationException",
|
|
243
|
-
$fault: "client",
|
|
244
|
-
...opts,
|
|
245
|
-
});
|
|
246
|
-
Object.setPrototypeOf(this, InvalidCommentOperationException.prototype);
|
|
247
|
-
this.Message = opts.Message;
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
class CustomMetadataLimitExceededException extends WorkDocsServiceException {
|
|
251
|
-
name = "CustomMetadataLimitExceededException";
|
|
252
|
-
$fault = "client";
|
|
253
|
-
Message;
|
|
254
|
-
constructor(opts) {
|
|
255
|
-
super({
|
|
256
|
-
name: "CustomMetadataLimitExceededException",
|
|
257
|
-
$fault: "client",
|
|
258
|
-
...opts,
|
|
259
|
-
});
|
|
260
|
-
Object.setPrototypeOf(this, CustomMetadataLimitExceededException.prototype);
|
|
261
|
-
this.Message = opts.Message;
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
class ConflictingOperationException extends WorkDocsServiceException {
|
|
265
|
-
name = "ConflictingOperationException";
|
|
266
|
-
$fault = "client";
|
|
267
|
-
Message;
|
|
268
|
-
constructor(opts) {
|
|
269
|
-
super({
|
|
270
|
-
name: "ConflictingOperationException",
|
|
271
|
-
$fault: "client",
|
|
272
|
-
...opts,
|
|
273
|
-
});
|
|
274
|
-
Object.setPrototypeOf(this, ConflictingOperationException.prototype);
|
|
275
|
-
this.Message = opts.Message;
|
|
276
|
-
}
|
|
277
|
-
}
|
|
278
|
-
class EntityAlreadyExistsException extends WorkDocsServiceException {
|
|
279
|
-
name = "EntityAlreadyExistsException";
|
|
280
|
-
$fault = "client";
|
|
281
|
-
Message;
|
|
282
|
-
constructor(opts) {
|
|
283
|
-
super({
|
|
284
|
-
name: "EntityAlreadyExistsException",
|
|
285
|
-
$fault: "client",
|
|
286
|
-
...opts,
|
|
287
|
-
});
|
|
288
|
-
Object.setPrototypeOf(this, EntityAlreadyExistsException.prototype);
|
|
289
|
-
this.Message = opts.Message;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
class LimitExceededException extends WorkDocsServiceException {
|
|
293
|
-
name = "LimitExceededException";
|
|
294
|
-
$fault = "client";
|
|
295
|
-
Message;
|
|
296
|
-
constructor(opts) {
|
|
297
|
-
super({
|
|
298
|
-
name: "LimitExceededException",
|
|
299
|
-
$fault: "client",
|
|
300
|
-
...opts,
|
|
301
|
-
});
|
|
302
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
303
|
-
this.Message = opts.Message;
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
class TooManyLabelsException extends WorkDocsServiceException {
|
|
307
|
-
name = "TooManyLabelsException";
|
|
308
|
-
$fault = "client";
|
|
309
|
-
Message;
|
|
310
|
-
constructor(opts) {
|
|
311
|
-
super({
|
|
312
|
-
name: "TooManyLabelsException",
|
|
313
|
-
$fault: "client",
|
|
314
|
-
...opts,
|
|
315
|
-
});
|
|
316
|
-
Object.setPrototypeOf(this, TooManyLabelsException.prototype);
|
|
317
|
-
this.Message = opts.Message;
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
class InvalidArgumentException extends WorkDocsServiceException {
|
|
321
|
-
name = "InvalidArgumentException";
|
|
322
|
-
$fault = "client";
|
|
323
|
-
Message;
|
|
324
|
-
constructor(opts) {
|
|
325
|
-
super({
|
|
326
|
-
name: "InvalidArgumentException",
|
|
327
|
-
$fault: "client",
|
|
328
|
-
...opts,
|
|
329
|
-
});
|
|
330
|
-
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
331
|
-
this.Message = opts.Message;
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
class TooManySubscriptionsException extends WorkDocsServiceException {
|
|
335
|
-
name = "TooManySubscriptionsException";
|
|
336
|
-
$fault = "client";
|
|
337
|
-
Message;
|
|
338
|
-
constructor(opts) {
|
|
339
|
-
super({
|
|
340
|
-
name: "TooManySubscriptionsException",
|
|
341
|
-
$fault: "client",
|
|
342
|
-
...opts,
|
|
343
|
-
});
|
|
344
|
-
Object.setPrototypeOf(this, TooManySubscriptionsException.prototype);
|
|
345
|
-
this.Message = opts.Message;
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
class InvalidOperationException extends WorkDocsServiceException {
|
|
349
|
-
name = "InvalidOperationException";
|
|
350
|
-
$fault = "client";
|
|
351
|
-
Message;
|
|
352
|
-
constructor(opts) {
|
|
353
|
-
super({
|
|
354
|
-
name: "InvalidOperationException",
|
|
355
|
-
$fault: "client",
|
|
356
|
-
...opts,
|
|
357
|
-
});
|
|
358
|
-
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
|
359
|
-
this.Message = opts.Message;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
class InvalidPasswordException extends WorkDocsServiceException {
|
|
363
|
-
name = "InvalidPasswordException";
|
|
364
|
-
$fault = "client";
|
|
365
|
-
Message;
|
|
366
|
-
constructor(opts) {
|
|
367
|
-
super({
|
|
368
|
-
name: "InvalidPasswordException",
|
|
369
|
-
$fault: "client",
|
|
370
|
-
...opts,
|
|
371
|
-
});
|
|
372
|
-
Object.setPrototypeOf(this, InvalidPasswordException.prototype);
|
|
373
|
-
this.Message = opts.Message;
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
class RequestedEntityTooLargeException extends WorkDocsServiceException {
|
|
377
|
-
name = "RequestedEntityTooLargeException";
|
|
378
|
-
$fault = "client";
|
|
379
|
-
Message;
|
|
380
|
-
constructor(opts) {
|
|
381
|
-
super({
|
|
382
|
-
name: "RequestedEntityTooLargeException",
|
|
383
|
-
$fault: "client",
|
|
384
|
-
...opts,
|
|
385
|
-
});
|
|
386
|
-
Object.setPrototypeOf(this, RequestedEntityTooLargeException.prototype);
|
|
387
|
-
this.Message = opts.Message;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
class DraftUploadOutOfSyncException extends WorkDocsServiceException {
|
|
391
|
-
name = "DraftUploadOutOfSyncException";
|
|
392
|
-
$fault = "client";
|
|
393
|
-
Message;
|
|
394
|
-
constructor(opts) {
|
|
395
|
-
super({
|
|
396
|
-
name: "DraftUploadOutOfSyncException",
|
|
397
|
-
$fault: "client",
|
|
398
|
-
...opts,
|
|
399
|
-
});
|
|
400
|
-
Object.setPrototypeOf(this, DraftUploadOutOfSyncException.prototype);
|
|
401
|
-
this.Message = opts.Message;
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
class ResourceAlreadyCheckedOutException extends WorkDocsServiceException {
|
|
405
|
-
name = "ResourceAlreadyCheckedOutException";
|
|
406
|
-
$fault = "client";
|
|
407
|
-
Message;
|
|
408
|
-
constructor(opts) {
|
|
409
|
-
super({
|
|
410
|
-
name: "ResourceAlreadyCheckedOutException",
|
|
411
|
-
$fault: "client",
|
|
412
|
-
...opts,
|
|
413
|
-
});
|
|
414
|
-
Object.setPrototypeOf(this, ResourceAlreadyCheckedOutException.prototype);
|
|
415
|
-
this.Message = opts.Message;
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
class StorageLimitExceededException extends WorkDocsServiceException {
|
|
419
|
-
name = "StorageLimitExceededException";
|
|
420
|
-
$fault = "client";
|
|
421
|
-
Message;
|
|
422
|
-
constructor(opts) {
|
|
423
|
-
super({
|
|
424
|
-
name: "StorageLimitExceededException",
|
|
425
|
-
$fault: "client",
|
|
426
|
-
...opts,
|
|
427
|
-
});
|
|
428
|
-
Object.setPrototypeOf(this, StorageLimitExceededException.prototype);
|
|
429
|
-
this.Message = opts.Message;
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
class StorageLimitWillExceedException extends WorkDocsServiceException {
|
|
433
|
-
name = "StorageLimitWillExceedException";
|
|
434
|
-
$fault = "client";
|
|
435
|
-
Message;
|
|
436
|
-
constructor(opts) {
|
|
437
|
-
super({
|
|
438
|
-
name: "StorageLimitWillExceedException",
|
|
439
|
-
$fault: "client",
|
|
440
|
-
...opts,
|
|
441
|
-
});
|
|
442
|
-
Object.setPrototypeOf(this, StorageLimitWillExceedException.prototype);
|
|
443
|
-
this.Message = opts.Message;
|
|
444
|
-
}
|
|
445
|
-
}
|
|
446
|
-
class DeactivatingLastSystemUserException extends WorkDocsServiceException {
|
|
447
|
-
name = "DeactivatingLastSystemUserException";
|
|
448
|
-
$fault = "client";
|
|
449
|
-
Message;
|
|
450
|
-
Code;
|
|
451
|
-
constructor(opts) {
|
|
452
|
-
super({
|
|
453
|
-
name: "DeactivatingLastSystemUserException",
|
|
454
|
-
$fault: "client",
|
|
455
|
-
...opts,
|
|
456
|
-
});
|
|
457
|
-
Object.setPrototypeOf(this, DeactivatingLastSystemUserException.prototype);
|
|
458
|
-
this.Message = opts.Message;
|
|
459
|
-
this.Code = opts.Code;
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
class IllegalUserStateException extends WorkDocsServiceException {
|
|
463
|
-
name = "IllegalUserStateException";
|
|
464
|
-
$fault = "client";
|
|
465
|
-
Message;
|
|
466
|
-
constructor(opts) {
|
|
467
|
-
super({
|
|
468
|
-
name: "IllegalUserStateException",
|
|
469
|
-
$fault: "client",
|
|
470
|
-
...opts,
|
|
471
|
-
});
|
|
472
|
-
Object.setPrototypeOf(this, IllegalUserStateException.prototype);
|
|
473
|
-
this.Message = opts.Message;
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
const _A = "Authentication";
|
|
478
|
-
const _ADVU = "AbortDocumentVersionUpload";
|
|
479
|
-
const _ADVUR = "AbortDocumentVersionUploadRequest";
|
|
480
|
-
const _AHT = "AuthenticationHeaderType";
|
|
481
|
-
const _AI = "AncestorIds";
|
|
482
|
-
const _ARF = "AdditionalResponseFields";
|
|
483
|
-
const _ARP = "AddResourcePermissions";
|
|
484
|
-
const _ARPR = "AddResourcePermissionsRequest";
|
|
485
|
-
const _ARPRd = "AddResourcePermissionsResponse";
|
|
486
|
-
const _AT = "AuthenticationToken";
|
|
487
|
-
const _ATc = "ActivityTypes";
|
|
488
|
-
const _AU = "ActivateUser";
|
|
489
|
-
const _AUR = "ActivateUserRequest";
|
|
490
|
-
const _AURc = "ActivateUserResponse";
|
|
491
|
-
const _Ac = "Activity";
|
|
492
|
-
const _C = "Comment";
|
|
493
|
-
const _CC = "ContentCategories";
|
|
494
|
-
const _CCM = "CreateCustomMetadata";
|
|
495
|
-
const _CCMR = "CreateCustomMetadataRequest";
|
|
496
|
-
const _CCMRr = "CreateCustomMetadataResponse";
|
|
497
|
-
const _CCR = "CreateCommentRequest";
|
|
498
|
-
const _CCRr = "CreateCommentResponse";
|
|
499
|
-
const _CCT = "ContentCreatedTimestamp";
|
|
500
|
-
const _CCr = "CreateComment";
|
|
501
|
-
const _CF = "CreateFolder";
|
|
502
|
-
const _CFR = "CreateFolderRequest";
|
|
503
|
-
const _CFRr = "CreateFolderResponse";
|
|
504
|
-
const _CI = "CommentId";
|
|
505
|
-
const _CIo = "ContributorId";
|
|
506
|
-
const _CIr = "CreatorId";
|
|
507
|
-
const _CL = "CommentList";
|
|
508
|
-
const _CLR = "CreateLabelsRequest";
|
|
509
|
-
const _CLRr = "CreateLabelsResponse";
|
|
510
|
-
const _CLr = "CreateLabels";
|
|
511
|
-
const _CM = "CommentMetadata";
|
|
512
|
-
const _CME = "ConcurrentModificationException";
|
|
513
|
-
const _CMLEE = "CustomMetadataLimitExceededException";
|
|
514
|
-
const _CMT = "ContentModifiedTimestamp";
|
|
515
|
-
const _CMu = "CustomMetadata";
|
|
516
|
-
const _CNS = "CreateNotificationSubscription";
|
|
517
|
-
const _CNSR = "CreateNotificationSubscriptionRequest";
|
|
518
|
-
const _CNSRr = "CreateNotificationSubscriptionResponse";
|
|
519
|
-
const _COE = "ConflictingOperationException";
|
|
520
|
-
const _CR = "CreatedRange";
|
|
521
|
-
const _CS = "CommentStatus";
|
|
522
|
-
const _CT = "CreatedTimestamp";
|
|
523
|
-
const _CTT = "CommentTextType";
|
|
524
|
-
const _CTo = "ContentType";
|
|
525
|
-
const _CTol = "CollectionType";
|
|
526
|
-
const _CU = "CreateUser";
|
|
527
|
-
const _CUR = "CreateUserRequest";
|
|
528
|
-
const _CURr = "CreateUserResponse";
|
|
529
|
-
const _Co = "Contributor";
|
|
530
|
-
const _Cod = "Code";
|
|
531
|
-
const _Com = "Comments";
|
|
532
|
-
const _Comp = "Components";
|
|
533
|
-
const _D = "Documents";
|
|
534
|
-
const _DA = "DeleteAll";
|
|
535
|
-
const _DAR = "DescribeActivitiesRequest";
|
|
536
|
-
const _DARe = "DescribeActivitiesResponse";
|
|
537
|
-
const _DAe = "DescribeActivities";
|
|
538
|
-
const _DC = "DeleteComment";
|
|
539
|
-
const _DCM = "DeleteCustomMetadata";
|
|
540
|
-
const _DCMR = "DeleteCustomMetadataRequest";
|
|
541
|
-
const _DCMRe = "DeleteCustomMetadataResponse";
|
|
542
|
-
const _DCR = "DeleteCommentRequest";
|
|
543
|
-
const _DCRe = "DescribeCommentsRequest";
|
|
544
|
-
const _DCRes = "DescribeCommentsResponse";
|
|
545
|
-
const _DCe = "DescribeComments";
|
|
546
|
-
const _DD = "DeleteDocument";
|
|
547
|
-
const _DDR = "DeleteDocumentRequest";
|
|
548
|
-
const _DDV = "DeleteDocumentVersion";
|
|
549
|
-
const _DDVR = "DeleteDocumentVersionRequest";
|
|
550
|
-
const _DDVRe = "DescribeDocumentVersionsRequest";
|
|
551
|
-
const _DDVRes = "DescribeDocumentVersionsResponse";
|
|
552
|
-
const _DDVe = "DescribeDocumentVersions";
|
|
553
|
-
const _DF = "DeleteFolder";
|
|
554
|
-
const _DFC = "DeleteFolderContents";
|
|
555
|
-
const _DFCR = "DeleteFolderContentsRequest";
|
|
556
|
-
const _DFCRe = "DescribeFolderContentsRequest";
|
|
557
|
-
const _DFCRes = "DescribeFolderContentsResponse";
|
|
558
|
-
const _DFCe = "DescribeFolderContents";
|
|
559
|
-
const _DFR = "DeleteFolderRequest";
|
|
560
|
-
const _DG = "DescribeGroups";
|
|
561
|
-
const _DGR = "DescribeGroupsRequest";
|
|
562
|
-
const _DGRe = "DescribeGroupsResponse";
|
|
563
|
-
const _DI = "DocumentId";
|
|
564
|
-
const _DL = "DeleteLabels";
|
|
565
|
-
const _DLFCE = "DocumentLockedForCommentsException";
|
|
566
|
-
const _DLR = "DeleteLabelsRequest";
|
|
567
|
-
const _DLRe = "DeleteLabelsResponse";
|
|
568
|
-
const _DLSUE = "DeactivatingLastSystemUserException";
|
|
569
|
-
const _DM = "DocumentMetadata";
|
|
570
|
-
const _DML = "DocumentMetadataList";
|
|
571
|
-
const _DNS = "DeleteNotificationSubscription";
|
|
572
|
-
const _DNSR = "DeleteNotificationSubscriptionRequest";
|
|
573
|
-
const _DNSRe = "DescribeNotificationSubscriptionsRequest";
|
|
574
|
-
const _DNSRes = "DescribeNotificationSubscriptionsResponse";
|
|
575
|
-
const _DNSe = "DescribeNotificationSubscriptions";
|
|
576
|
-
const _DPV = "DeletePriorVersions";
|
|
577
|
-
const _DRF = "DescribeRootFolders";
|
|
578
|
-
const _DRFR = "DescribeRootFoldersRequest";
|
|
579
|
-
const _DRFRe = "DescribeRootFoldersResponse";
|
|
580
|
-
const _DRP = "DescribeResourcePermissions";
|
|
581
|
-
const _DRPR = "DescribeResourcePermissionsRequest";
|
|
582
|
-
const _DRPRe = "DescribeResourcePermissionsResponse";
|
|
583
|
-
const _DRT = "DateRangeType";
|
|
584
|
-
const _DSIB = "DocumentSizeInBytes";
|
|
585
|
-
const _DSUM = "DocumentSourceUrlMap";
|
|
586
|
-
const _DTUM = "DocumentThumbnailUrlMap";
|
|
587
|
-
const _DU = "DeactivateUser";
|
|
588
|
-
const _DUOOSE = "DraftUploadOutOfSyncException";
|
|
589
|
-
const _DUR = "DeactivateUserRequest";
|
|
590
|
-
const _DURe = "DeleteUserRequest";
|
|
591
|
-
const _DURes = "DescribeUsersRequest";
|
|
592
|
-
const _DUResc = "DescribeUsersResponse";
|
|
593
|
-
const _DUe = "DeleteUser";
|
|
594
|
-
const _DUes = "DescribeUsers";
|
|
595
|
-
const _DV = "DocumentVersions";
|
|
596
|
-
const _DVM = "DocumentVersionMetadata";
|
|
597
|
-
const _DVML = "DocumentVersionMetadataList";
|
|
598
|
-
const _E = "Endpoint";
|
|
599
|
-
const _EA = "EmailAddress";
|
|
600
|
-
const _EAEE = "EntityAlreadyExistsException";
|
|
601
|
-
const _EAT = "EmailAddressType";
|
|
602
|
-
const _EI = "EntityIds";
|
|
603
|
-
const _EM = "EmailMessage";
|
|
604
|
-
const _ENEE = "EntityNotExistsException";
|
|
605
|
-
const _EP = "EndPoint";
|
|
606
|
-
const _ET = "EndTime";
|
|
607
|
-
const _EV = "EndValue";
|
|
608
|
-
const _F = "Fields";
|
|
609
|
-
const _FDE = "FailedDependencyException";
|
|
610
|
-
const _FI = "FolderId";
|
|
611
|
-
const _FM = "FolderMetadata";
|
|
612
|
-
const _FML = "FolderMetadataList";
|
|
613
|
-
const _Fi = "Filters";
|
|
614
|
-
const _Fie = "Field";
|
|
615
|
-
const _Fo = "Folders";
|
|
616
|
-
const _G = "Groups";
|
|
617
|
-
const _GCU = "GetCurrentUser";
|
|
618
|
-
const _GCUR = "GetCurrentUserRequest";
|
|
619
|
-
const _GCURe = "GetCurrentUserResponse";
|
|
620
|
-
const _GD = "GetDocument";
|
|
621
|
-
const _GDP = "GetDocumentPath";
|
|
622
|
-
const _GDPR = "GetDocumentPathRequest";
|
|
623
|
-
const _GDPRe = "GetDocumentPathResponse";
|
|
624
|
-
const _GDR = "GetDocumentRequest";
|
|
625
|
-
const _GDRe = "GetDocumentResponse";
|
|
626
|
-
const _GDV = "GetDocumentVersion";
|
|
627
|
-
const _GDVR = "GetDocumentVersionRequest";
|
|
628
|
-
const _GDVRe = "GetDocumentVersionResponse";
|
|
629
|
-
const _GF = "GetFolder";
|
|
630
|
-
const _GFP = "GetFolderPath";
|
|
631
|
-
const _GFPR = "GetFolderPathRequest";
|
|
632
|
-
const _GFPRe = "GetFolderPathResponse";
|
|
633
|
-
const _GFR = "GetFolderRequest";
|
|
634
|
-
const _GFRe = "GetFolderResponse";
|
|
635
|
-
const _GM = "GroupMetadata";
|
|
636
|
-
const _GML = "GroupMetadataList";
|
|
637
|
-
const _GN = "GivenName";
|
|
638
|
-
const _GPP = "GrantPoweruserPrivileges";
|
|
639
|
-
const _GR = "GetResources";
|
|
640
|
-
const _GRR = "GetResourcesRequest";
|
|
641
|
-
const _GRRe = "GetResourcesResponse";
|
|
642
|
-
const _I = "Initiator";
|
|
643
|
-
const _IAE = "InvalidArgumentException";
|
|
644
|
-
const _ICM = "IncludeCustomMetadata";
|
|
645
|
-
const _ICOE = "InvalidCommentOperationException";
|
|
646
|
-
const _IDVU = "InitiateDocumentVersionUpload";
|
|
647
|
-
const _IDVUR = "InitiateDocumentVersionUploadRequest";
|
|
648
|
-
const _IDVURn = "InitiateDocumentVersionUploadResponse";
|
|
649
|
-
const _IIA = "IsIndirectActivity";
|
|
650
|
-
const _IIAn = "IncludeIndirectActivities";
|
|
651
|
-
const _IOE = "InvalidOperationException";
|
|
652
|
-
const _IPE = "InvalidPasswordException";
|
|
653
|
-
const _IPI = "InviteePrincipalId";
|
|
654
|
-
const _IUSE = "IllegalUserStateException";
|
|
655
|
-
const _Id = "Id";
|
|
656
|
-
const _In = "Include";
|
|
657
|
-
const _It = "Items";
|
|
658
|
-
const _K = "Keys";
|
|
659
|
-
const _L = "Labels";
|
|
660
|
-
const _LEE = "LimitExceededException";
|
|
661
|
-
const _LRT = "LongRangeType";
|
|
662
|
-
const _LVM = "LatestVersionMetadata";
|
|
663
|
-
const _LVS = "LatestVersionSize";
|
|
664
|
-
const _Li = "Limit";
|
|
665
|
-
const _Lo = "Locale";
|
|
666
|
-
const _M = "Message";
|
|
667
|
-
const _MR = "ModifiedRange";
|
|
668
|
-
const _MT = "MessageType";
|
|
669
|
-
const _MTo = "ModifiedTimestamp";
|
|
670
|
-
const _Ma = "Marker";
|
|
671
|
-
const _Me = "Metadata";
|
|
672
|
-
const _N = "Name";
|
|
673
|
-
const _NC = "NotifyCollaborators";
|
|
674
|
-
const _NO = "NotificationOptions";
|
|
675
|
-
const _O = "Order";
|
|
676
|
-
const _OB = "OrderBy";
|
|
677
|
-
const _OI = "OrganizationId";
|
|
678
|
-
const _ON = "OriginalName";
|
|
679
|
-
const _OP = "OriginalParent";
|
|
680
|
-
const _OUL = "OrganizationUserList";
|
|
681
|
-
const _Ow = "Owner";
|
|
682
|
-
const _P = "Participants";
|
|
683
|
-
const _PFI = "ParentFolderId";
|
|
684
|
-
const _PI = "ParentId";
|
|
685
|
-
const _PIL = "PermissionInfoList";
|
|
686
|
-
const _PIe = "PermissionInfo";
|
|
687
|
-
const _PIr = "PrincipalId";
|
|
688
|
-
const _PL = "PrincipalList";
|
|
689
|
-
const _PSE = "ProhibitedStateException";
|
|
690
|
-
const _PT = "PasswordType";
|
|
691
|
-
const _PTr = "PrincipalType";
|
|
692
|
-
const _Pa = "Password";
|
|
693
|
-
const _Pat = "Path";
|
|
694
|
-
const _Pr = "Principals";
|
|
695
|
-
const _Pri = "Principal";
|
|
696
|
-
const _Pro = "Protocol";
|
|
697
|
-
const _Q = "Query";
|
|
698
|
-
const _QS = "QueryScopes";
|
|
699
|
-
const _QT = "QueryText";
|
|
700
|
-
const _R = "Role";
|
|
701
|
-
const _RACOE = "ResourceAlreadyCheckedOutException";
|
|
702
|
-
const _RARP = "RemoveAllResourcePermissions";
|
|
703
|
-
const _RARPR = "RemoveAllResourcePermissionsRequest";
|
|
704
|
-
const _RBFI = "RecycleBinFolderId";
|
|
705
|
-
const _RDV = "RestoreDocumentVersions";
|
|
706
|
-
const _RDVR = "RestoreDocumentVersionsRequest";
|
|
707
|
-
const _RETLE = "RequestedEntityTooLargeException";
|
|
708
|
-
const _RFI = "RootFolderId";
|
|
709
|
-
const _RI = "ResourceId";
|
|
710
|
-
const _RIL = "ResponseItemsList";
|
|
711
|
-
const _RIWU = "ResponseItemWebUrl";
|
|
712
|
-
const _RIe = "RecipientId";
|
|
713
|
-
const _RIes = "ResponseItem";
|
|
714
|
-
const _RM = "ResourceMetadata";
|
|
715
|
-
const _RNT = "ResourceNameType";
|
|
716
|
-
const _RP = "ResourcePath";
|
|
717
|
-
const _RPC = "ResourcePathComponent";
|
|
718
|
-
const _RPCL = "ResourcePathComponentList";
|
|
719
|
-
const _RRP = "RemoveResourcePermission";
|
|
720
|
-
const _RRPR = "RemoveResourcePermissionRequest";
|
|
721
|
-
const _RS = "ResourceState";
|
|
722
|
-
const _RT = "ResourceTypes";
|
|
723
|
-
const _RTe = "ResourceType";
|
|
724
|
-
const _Ro = "Roles";
|
|
725
|
-
const _S = "Status";
|
|
726
|
-
const _SAIB = "StorageAllocatedInBytes";
|
|
727
|
-
const _SCT = "SearchCollectionTypes";
|
|
728
|
-
const _SE = "SendEmail";
|
|
729
|
-
const _SH = "SignedHeaders";
|
|
730
|
-
const _SI = "SubscriptionId";
|
|
731
|
-
const _SIh = "ShareId";
|
|
732
|
-
const _SL = "SubscriptionList";
|
|
733
|
-
const _SLEE = "StorageLimitExceededException";
|
|
734
|
-
const _SLWEE = "StorageLimitWillExceedException";
|
|
735
|
-
const _SM = "StatusMessage";
|
|
736
|
-
const _SP = "SharePrincipal";
|
|
737
|
-
const _SPL = "SharePrincipalList";
|
|
738
|
-
const _SPT = "SearchPrincipalType";
|
|
739
|
-
const _SPTL = "SearchPrincipalTypeList";
|
|
740
|
-
const _SQ = "SearchQuery";
|
|
741
|
-
const _SQT = "SearchQueryType";
|
|
742
|
-
const _SR = "ShareResults";
|
|
743
|
-
const _SRL = "ShareResultsList";
|
|
744
|
-
const _SRR = "SearchResourcesRequest";
|
|
745
|
-
const _SRRe = "SearchResourcesResponse";
|
|
746
|
-
const _SRSL = "SearchResultSortList";
|
|
747
|
-
const _SRT = "StorageRuleType";
|
|
748
|
-
const _SRe = "SearchResources";
|
|
749
|
-
const _SRh = "ShareResult";
|
|
750
|
-
const _SRi = "SizeRange";
|
|
751
|
-
const _SRt = "StorageRule";
|
|
752
|
-
const _SSR = "SearchSortResult";
|
|
753
|
-
const _ST = "SubscriptionType";
|
|
754
|
-
const _STt = "StartTime";
|
|
755
|
-
const _STto = "StorageType";
|
|
756
|
-
const _SUE = "ServiceUnavailableException";
|
|
757
|
-
const _SUIB = "StorageUtilizedInBytes";
|
|
758
|
-
const _SV = "StartValue";
|
|
759
|
-
const _Si = "Size";
|
|
760
|
-
const _Sig = "Signature";
|
|
761
|
-
const _So = "Sort";
|
|
762
|
-
const _Sou = "Source";
|
|
763
|
-
const _St = "Storage";
|
|
764
|
-
const _Su = "Subscription";
|
|
765
|
-
const _Sub = "Subscriptions";
|
|
766
|
-
const _Sur = "Surname";
|
|
767
|
-
const _T = "Type";
|
|
768
|
-
const _TI = "ThreadId";
|
|
769
|
-
const _TL = "TextLocales";
|
|
770
|
-
const _TMLE = "TooManyLabelsException";
|
|
771
|
-
const _TMSE = "TooManySubscriptionsException";
|
|
772
|
-
const _TNOU = "TotalNumberOfUsers";
|
|
773
|
-
const _TS = "TimeStamp";
|
|
774
|
-
const _TZI = "TimeZoneId";
|
|
775
|
-
const _Te = "Text";
|
|
776
|
-
const _Th = "Thumbnail";
|
|
777
|
-
const _U = "User";
|
|
778
|
-
const _UA = "UserActivities";
|
|
779
|
-
const _UAVT = "UserAttributeValueType";
|
|
780
|
-
const _UD = "UpdateDocument";
|
|
781
|
-
const _UDR = "UpdateDocumentRequest";
|
|
782
|
-
const _UDV = "UpdateDocumentVersion";
|
|
783
|
-
const _UDVR = "UpdateDocumentVersionRequest";
|
|
784
|
-
const _UF = "UpdateFolder";
|
|
785
|
-
const _UFR = "UpdateFolderRequest";
|
|
786
|
-
const _UI = "UserId";
|
|
787
|
-
const _UIs = "UserIds";
|
|
788
|
-
const _UM = "UploadMetadata";
|
|
789
|
-
const _UML = "UserMetadataList";
|
|
790
|
-
const _UMs = "UserMetadata";
|
|
791
|
-
const _UOE = "UnauthorizedOperationException";
|
|
792
|
-
const _URAE = "UnauthorizedResourceAccessException";
|
|
793
|
-
const _USM = "UserStorageMetadata";
|
|
794
|
-
const _UT = "UrlType";
|
|
795
|
-
const _UTs = "UsernameType";
|
|
796
|
-
const _UU = "UploadUrl";
|
|
797
|
-
const _UUR = "UpdateUserRequest";
|
|
798
|
-
const _UURp = "UpdateUserResponse";
|
|
799
|
-
const _UUp = "UpdateUser";
|
|
800
|
-
const _Us = "Username";
|
|
801
|
-
const _Use = "Users";
|
|
802
|
-
const _V = "Visibility";
|
|
803
|
-
const _VI = "VersionId";
|
|
804
|
-
const _VS = "VersionStatus";
|
|
805
|
-
const _WU = "WebUrl";
|
|
806
|
-
const _aT = "activityTypes";
|
|
807
|
-
const _c = "client";
|
|
808
|
-
const _cT = "collectionType";
|
|
809
|
-
const _dA = "deleteAll";
|
|
810
|
-
const _dPV = "deletePriorVersions";
|
|
811
|
-
const _e = "error";
|
|
812
|
-
const _eT = "endTime";
|
|
813
|
-
const _f = "fields";
|
|
814
|
-
const _h = "http";
|
|
815
|
-
const _hE = "httpError";
|
|
816
|
-
const _hH = "httpHeader";
|
|
817
|
-
const _hQ = "httpQuery";
|
|
818
|
-
const _i = "include";
|
|
819
|
-
const _iCM = "includeCustomMetadata";
|
|
820
|
-
const _iIA = "includeIndirectActivities";
|
|
821
|
-
const _k = "keys";
|
|
822
|
-
const _l = "labels";
|
|
823
|
-
const _li = "limit";
|
|
824
|
-
const _m = "marker";
|
|
825
|
-
const _o = "order";
|
|
826
|
-
const _oI = "organizationId";
|
|
827
|
-
const _pI = "principalId";
|
|
828
|
-
const _q = "query";
|
|
829
|
-
const _rI = "resourceId";
|
|
830
|
-
const _s = "sort";
|
|
831
|
-
const _sQ = "searchQuery";
|
|
832
|
-
const _sT = "startTime";
|
|
833
|
-
const _se = "server";
|
|
834
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.workdocs";
|
|
835
|
-
const _t = "type";
|
|
836
|
-
const _uI = "userId";
|
|
837
|
-
const _uIs = "userIds";
|
|
838
|
-
const _v = "versionid";
|
|
839
|
-
const _vI = "versionId";
|
|
840
|
-
const n0 = "com.amazonaws.workdocs";
|
|
841
|
-
var AuthenticationHeaderType = [0, n0, _AHT, 8, 0];
|
|
842
|
-
var CommentTextType = [0, n0, _CTT, 8, 0];
|
|
843
|
-
var EmailAddressType = [0, n0, _EAT, 8, 0];
|
|
844
|
-
var MessageType = [0, n0, _MT, 8, 0];
|
|
845
|
-
var PasswordType = [0, n0, _PT, 8, 0];
|
|
846
|
-
var ResourceNameType = [0, n0, _RNT, 8, 0];
|
|
847
|
-
var ResponseItemWebUrl = [0, n0, _RIWU, 8, 0];
|
|
848
|
-
var SearchQueryType = [0, n0, _SQT, 8, 0];
|
|
849
|
-
var UrlType = [0, n0, _UT, 8, 0];
|
|
850
|
-
var UserAttributeValueType = [0, n0, _UAVT, 8, 0];
|
|
851
|
-
var UsernameType = [0, n0, _UTs, 8, 0];
|
|
852
|
-
var AbortDocumentVersionUploadRequest$ = [3, n0, _ADVUR,
|
|
853
|
-
0,
|
|
854
|
-
[_DI, _VI, _AT],
|
|
855
|
-
[[0, 1], [0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 2
|
|
856
|
-
];
|
|
857
|
-
var ActivateUserRequest$ = [3, n0, _AUR,
|
|
858
|
-
0,
|
|
859
|
-
[_UI, _AT],
|
|
860
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
861
|
-
];
|
|
862
|
-
var ActivateUserResponse$ = [3, n0, _AURc,
|
|
863
|
-
0,
|
|
864
|
-
[_U],
|
|
865
|
-
[[() => User$, 0]]
|
|
866
|
-
];
|
|
867
|
-
var Activity$ = [3, n0, _Ac,
|
|
868
|
-
0,
|
|
869
|
-
[_T, _TS, _IIA, _OI, _I, _P, _RM, _OP, _CM],
|
|
870
|
-
[0, 4, 2, 0, [() => UserMetadata$, 0], [() => Participants$, 0], [() => ResourceMetadata$, 0], [() => ResourceMetadata$, 0], [() => CommentMetadata$, 0]]
|
|
871
|
-
];
|
|
872
|
-
var AddResourcePermissionsRequest$ = [3, n0, _ARPR,
|
|
873
|
-
0,
|
|
874
|
-
[_RI, _Pr, _AT, _NO],
|
|
875
|
-
[[0, 1], () => SharePrincipalList, [() => AuthenticationHeaderType, { [_hH]: _A }], [() => NotificationOptions$, 0]], 2
|
|
876
|
-
];
|
|
877
|
-
var AddResourcePermissionsResponse$ = [3, n0, _ARPRd,
|
|
878
|
-
0,
|
|
879
|
-
[_SR],
|
|
880
|
-
[[() => ShareResultsList, 0]]
|
|
881
|
-
];
|
|
882
|
-
var Comment$ = [3, n0, _C,
|
|
883
|
-
0,
|
|
884
|
-
[_CI, _PI, _TI, _Te, _Co, _CT, _S, _V, _RIe],
|
|
885
|
-
[0, 0, 0, [() => CommentTextType, 0], [() => User$, 0], 4, 0, 0, 0], 1
|
|
886
|
-
];
|
|
887
|
-
var CommentMetadata$ = [3, n0, _CM,
|
|
888
|
-
0,
|
|
889
|
-
[_CI, _Co, _CT, _CS, _RIe, _CIo],
|
|
890
|
-
[0, [() => User$, 0], 4, 0, 0, 0]
|
|
891
|
-
];
|
|
892
|
-
var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
893
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
894
|
-
[_M],
|
|
895
|
-
[0]
|
|
896
|
-
];
|
|
897
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
898
|
-
var ConflictingOperationException$ = [-3, n0, _COE,
|
|
899
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
900
|
-
[_M],
|
|
901
|
-
[0]
|
|
902
|
-
];
|
|
903
|
-
schema.TypeRegistry.for(n0).registerError(ConflictingOperationException$, ConflictingOperationException);
|
|
904
|
-
var CreateCommentRequest$ = [3, n0, _CCR,
|
|
905
|
-
0,
|
|
906
|
-
[_DI, _VI, _Te, _AT, _PI, _TI, _V, _NC],
|
|
907
|
-
[[0, 1], [0, 1], [() => CommentTextType, 0], [() => AuthenticationHeaderType, { [_hH]: _A }], 0, 0, 0, 2], 3
|
|
908
|
-
];
|
|
909
|
-
var CreateCommentResponse$ = [3, n0, _CCRr,
|
|
910
|
-
0,
|
|
911
|
-
[_C],
|
|
912
|
-
[[() => Comment$, 0]]
|
|
913
|
-
];
|
|
914
|
-
var CreateCustomMetadataRequest$ = [3, n0, _CCMR,
|
|
915
|
-
0,
|
|
916
|
-
[_RI, _CMu, _AT, _VI],
|
|
917
|
-
[[0, 1], 128 | 0, [() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _v }]], 2
|
|
918
|
-
];
|
|
919
|
-
var CreateCustomMetadataResponse$ = [3, n0, _CCMRr,
|
|
920
|
-
0,
|
|
921
|
-
[],
|
|
922
|
-
[]
|
|
923
|
-
];
|
|
924
|
-
var CreateFolderRequest$ = [3, n0, _CFR,
|
|
925
|
-
0,
|
|
926
|
-
[_PFI, _AT, _N],
|
|
927
|
-
[0, [() => AuthenticationHeaderType, { [_hH]: _A }], [() => ResourceNameType, 0]], 1
|
|
928
|
-
];
|
|
929
|
-
var CreateFolderResponse$ = [3, n0, _CFRr,
|
|
930
|
-
0,
|
|
931
|
-
[_Me],
|
|
932
|
-
[[() => FolderMetadata$, 0]]
|
|
933
|
-
];
|
|
934
|
-
var CreateLabelsRequest$ = [3, n0, _CLR,
|
|
935
|
-
0,
|
|
936
|
-
[_RI, _L, _AT],
|
|
937
|
-
[[0, 1], 64 | 0, [() => AuthenticationHeaderType, { [_hH]: _A }]], 2
|
|
938
|
-
];
|
|
939
|
-
var CreateLabelsResponse$ = [3, n0, _CLRr,
|
|
940
|
-
0,
|
|
941
|
-
[],
|
|
942
|
-
[]
|
|
943
|
-
];
|
|
944
|
-
var CreateNotificationSubscriptionRequest$ = [3, n0, _CNSR,
|
|
945
|
-
0,
|
|
946
|
-
[_OI, _E, _Pro, _ST],
|
|
947
|
-
[[0, 1], 0, 0, 0], 4
|
|
948
|
-
];
|
|
949
|
-
var CreateNotificationSubscriptionResponse$ = [3, n0, _CNSRr,
|
|
950
|
-
0,
|
|
951
|
-
[_Su],
|
|
952
|
-
[() => Subscription$]
|
|
953
|
-
];
|
|
954
|
-
var CreateUserRequest$ = [3, n0, _CUR,
|
|
955
|
-
0,
|
|
956
|
-
[_Us, _GN, _Sur, _Pa, _OI, _EA, _TZI, _SRt, _AT],
|
|
957
|
-
[[() => UsernameType, 0], [() => UserAttributeValueType, 0], [() => UserAttributeValueType, 0], [() => PasswordType, 0], 0, [() => EmailAddressType, 0], 0, () => StorageRuleType$, [() => AuthenticationHeaderType, { [_hH]: _A }]], 4
|
|
958
|
-
];
|
|
959
|
-
var CreateUserResponse$ = [3, n0, _CURr,
|
|
960
|
-
0,
|
|
961
|
-
[_U],
|
|
962
|
-
[[() => User$, 0]]
|
|
963
|
-
];
|
|
964
|
-
var CustomMetadataLimitExceededException$ = [-3, n0, _CMLEE,
|
|
965
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
966
|
-
[_M],
|
|
967
|
-
[0]
|
|
968
|
-
];
|
|
969
|
-
schema.TypeRegistry.for(n0).registerError(CustomMetadataLimitExceededException$, CustomMetadataLimitExceededException);
|
|
970
|
-
var DateRangeType$ = [3, n0, _DRT,
|
|
971
|
-
0,
|
|
972
|
-
[_SV, _EV],
|
|
973
|
-
[4, 4]
|
|
974
|
-
];
|
|
975
|
-
var DeactivateUserRequest$ = [3, n0, _DUR,
|
|
976
|
-
0,
|
|
977
|
-
[_UI, _AT],
|
|
978
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
979
|
-
];
|
|
980
|
-
var DeactivatingLastSystemUserException$ = [-3, n0, _DLSUE,
|
|
981
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
982
|
-
[_M, _Cod],
|
|
983
|
-
[0, 0]
|
|
984
|
-
];
|
|
985
|
-
schema.TypeRegistry.for(n0).registerError(DeactivatingLastSystemUserException$, DeactivatingLastSystemUserException);
|
|
986
|
-
var DeleteCommentRequest$ = [3, n0, _DCR,
|
|
987
|
-
0,
|
|
988
|
-
[_DI, _VI, _CI, _AT],
|
|
989
|
-
[[0, 1], [0, 1], [0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 3
|
|
990
|
-
];
|
|
991
|
-
var DeleteCustomMetadataRequest$ = [3, n0, _DCMR,
|
|
992
|
-
0,
|
|
993
|
-
[_RI, _AT, _VI, _K, _DA],
|
|
994
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _vI }], [64 | 0, { [_hQ]: _k }], [2, { [_hQ]: _dA }]], 1
|
|
995
|
-
];
|
|
996
|
-
var DeleteCustomMetadataResponse$ = [3, n0, _DCMRe,
|
|
997
|
-
0,
|
|
998
|
-
[],
|
|
999
|
-
[]
|
|
1000
|
-
];
|
|
1001
|
-
var DeleteDocumentRequest$ = [3, n0, _DDR,
|
|
1002
|
-
0,
|
|
1003
|
-
[_DI, _AT],
|
|
1004
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
1005
|
-
];
|
|
1006
|
-
var DeleteDocumentVersionRequest$ = [3, n0, _DDVR,
|
|
1007
|
-
0,
|
|
1008
|
-
[_DI, _VI, _DPV, _AT],
|
|
1009
|
-
[[0, 1], [0, 1], [2, { [_hQ]: _dPV }], [() => AuthenticationHeaderType, { [_hH]: _A }]], 3
|
|
1010
|
-
];
|
|
1011
|
-
var DeleteFolderContentsRequest$ = [3, n0, _DFCR,
|
|
1012
|
-
0,
|
|
1013
|
-
[_FI, _AT],
|
|
1014
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
1015
|
-
];
|
|
1016
|
-
var DeleteFolderRequest$ = [3, n0, _DFR,
|
|
1017
|
-
0,
|
|
1018
|
-
[_FI, _AT],
|
|
1019
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
1020
|
-
];
|
|
1021
|
-
var DeleteLabelsRequest$ = [3, n0, _DLR,
|
|
1022
|
-
0,
|
|
1023
|
-
[_RI, _AT, _L, _DA],
|
|
1024
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [64 | 0, { [_hQ]: _l }], [2, { [_hQ]: _dA }]], 1
|
|
1025
|
-
];
|
|
1026
|
-
var DeleteLabelsResponse$ = [3, n0, _DLRe,
|
|
1027
|
-
0,
|
|
1028
|
-
[],
|
|
1029
|
-
[]
|
|
1030
|
-
];
|
|
1031
|
-
var DeleteNotificationSubscriptionRequest$ = [3, n0, _DNSR,
|
|
1032
|
-
0,
|
|
1033
|
-
[_SI, _OI],
|
|
1034
|
-
[[0, 1], [0, 1]], 2
|
|
1035
|
-
];
|
|
1036
|
-
var DeleteUserRequest$ = [3, n0, _DURe,
|
|
1037
|
-
0,
|
|
1038
|
-
[_UI, _AT],
|
|
1039
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
1040
|
-
];
|
|
1041
|
-
var DescribeActivitiesRequest$ = [3, n0, _DAR,
|
|
1042
|
-
0,
|
|
1043
|
-
[_AT, _STt, _ET, _OI, _ATc, _RI, _UI, _IIAn, _Li, _Ma],
|
|
1044
|
-
[[() => AuthenticationHeaderType, { [_hH]: _A }], [4, { [_hQ]: _sT }], [4, { [_hQ]: _eT }], [0, { [_hQ]: _oI }], [0, { [_hQ]: _aT }], [0, { [_hQ]: _rI }], [0, { [_hQ]: _uI }], [2, { [_hQ]: _iIA }], [1, { [_hQ]: _li }], [0, { [_hQ]: _m }]]
|
|
1045
|
-
];
|
|
1046
|
-
var DescribeActivitiesResponse$ = [3, n0, _DARe,
|
|
1047
|
-
0,
|
|
1048
|
-
[_UA, _Ma],
|
|
1049
|
-
[[() => UserActivities, 0], 0]
|
|
1050
|
-
];
|
|
1051
|
-
var DescribeCommentsRequest$ = [3, n0, _DCRe,
|
|
1052
|
-
0,
|
|
1053
|
-
[_DI, _VI, _AT, _Li, _Ma],
|
|
1054
|
-
[[0, 1], [0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [1, { [_hQ]: _li }], [0, { [_hQ]: _m }]], 2
|
|
1055
|
-
];
|
|
1056
|
-
var DescribeCommentsResponse$ = [3, n0, _DCRes,
|
|
1057
|
-
0,
|
|
1058
|
-
[_Com, _Ma],
|
|
1059
|
-
[[() => CommentList, 0], 0]
|
|
1060
|
-
];
|
|
1061
|
-
var DescribeDocumentVersionsRequest$ = [3, n0, _DDVRe,
|
|
1062
|
-
0,
|
|
1063
|
-
[_DI, _AT, _Ma, _Li, _In, _F],
|
|
1064
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _m }], [1, { [_hQ]: _li }], [0, { [_hQ]: _i }], [0, { [_hQ]: _f }]], 1
|
|
1065
|
-
];
|
|
1066
|
-
var DescribeDocumentVersionsResponse$ = [3, n0, _DDVRes,
|
|
1067
|
-
0,
|
|
1068
|
-
[_DV, _Ma],
|
|
1069
|
-
[[() => DocumentVersionMetadataList, 0], 0]
|
|
1070
|
-
];
|
|
1071
|
-
var DescribeFolderContentsRequest$ = [3, n0, _DFCRe,
|
|
1072
|
-
0,
|
|
1073
|
-
[_FI, _AT, _So, _O, _Li, _Ma, _T, _In],
|
|
1074
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _s }], [0, { [_hQ]: _o }], [1, { [_hQ]: _li }], [0, { [_hQ]: _m }], [0, { [_hQ]: _t }], [0, { [_hQ]: _i }]], 1
|
|
1075
|
-
];
|
|
1076
|
-
var DescribeFolderContentsResponse$ = [3, n0, _DFCRes,
|
|
1077
|
-
0,
|
|
1078
|
-
[_Fo, _D, _Ma],
|
|
1079
|
-
[[() => FolderMetadataList, 0], [() => DocumentMetadataList, 0], 0]
|
|
1080
|
-
];
|
|
1081
|
-
var DescribeGroupsRequest$ = [3, n0, _DGR,
|
|
1082
|
-
0,
|
|
1083
|
-
[_SQ, _AT, _OI, _Ma, _Li],
|
|
1084
|
-
[[() => SearchQueryType, { [_hQ]: _sQ }], [() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _oI }], [0, { [_hQ]: _m }], [1, { [_hQ]: _li }]], 1
|
|
1085
|
-
];
|
|
1086
|
-
var DescribeGroupsResponse$ = [3, n0, _DGRe,
|
|
1087
|
-
0,
|
|
1088
|
-
[_G, _Ma],
|
|
1089
|
-
[() => GroupMetadataList, 0]
|
|
1090
|
-
];
|
|
1091
|
-
var DescribeNotificationSubscriptionsRequest$ = [3, n0, _DNSRe,
|
|
1092
|
-
0,
|
|
1093
|
-
[_OI, _Ma, _Li],
|
|
1094
|
-
[[0, 1], [0, { [_hQ]: _m }], [1, { [_hQ]: _li }]], 1
|
|
1095
|
-
];
|
|
1096
|
-
var DescribeNotificationSubscriptionsResponse$ = [3, n0, _DNSRes,
|
|
1097
|
-
0,
|
|
1098
|
-
[_Sub, _Ma],
|
|
1099
|
-
[() => SubscriptionList, 0]
|
|
1100
|
-
];
|
|
1101
|
-
var DescribeResourcePermissionsRequest$ = [3, n0, _DRPR,
|
|
1102
|
-
0,
|
|
1103
|
-
[_RI, _AT, _PIr, _Li, _Ma],
|
|
1104
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _pI }], [1, { [_hQ]: _li }], [0, { [_hQ]: _m }]], 1
|
|
1105
|
-
];
|
|
1106
|
-
var DescribeResourcePermissionsResponse$ = [3, n0, _DRPRe,
|
|
1107
|
-
0,
|
|
1108
|
-
[_Pr, _Ma],
|
|
1109
|
-
[() => PrincipalList, 0]
|
|
1110
|
-
];
|
|
1111
|
-
var DescribeRootFoldersRequest$ = [3, n0, _DRFR,
|
|
1112
|
-
0,
|
|
1113
|
-
[_AT, _Li, _Ma],
|
|
1114
|
-
[[() => AuthenticationHeaderType, { [_hH]: _A }], [1, { [_hQ]: _li }], [0, { [_hQ]: _m }]], 1
|
|
1115
|
-
];
|
|
1116
|
-
var DescribeRootFoldersResponse$ = [3, n0, _DRFRe,
|
|
1117
|
-
0,
|
|
1118
|
-
[_Fo, _Ma],
|
|
1119
|
-
[[() => FolderMetadataList, 0], 0]
|
|
1120
|
-
];
|
|
1121
|
-
var DescribeUsersRequest$ = [3, n0, _DURes,
|
|
1122
|
-
0,
|
|
1123
|
-
[_AT, _OI, _UIs, _Q, _In, _O, _So, _Ma, _Li, _F],
|
|
1124
|
-
[[() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _oI }], [0, { [_hQ]: _uIs }], [() => SearchQueryType, { [_hQ]: _q }], [0, { [_hQ]: _i }], [0, { [_hQ]: _o }], [0, { [_hQ]: _s }], [0, { [_hQ]: _m }], [1, { [_hQ]: _li }], [0, { [_hQ]: _f }]]
|
|
1125
|
-
];
|
|
1126
|
-
var DescribeUsersResponse$ = [3, n0, _DUResc,
|
|
1127
|
-
0,
|
|
1128
|
-
[_Use, _TNOU, _Ma],
|
|
1129
|
-
[[() => OrganizationUserList, 0], 1, 0]
|
|
1130
|
-
];
|
|
1131
|
-
var DocumentLockedForCommentsException$ = [-3, n0, _DLFCE,
|
|
1132
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1133
|
-
[_M],
|
|
1134
|
-
[0]
|
|
1135
|
-
];
|
|
1136
|
-
schema.TypeRegistry.for(n0).registerError(DocumentLockedForCommentsException$, DocumentLockedForCommentsException);
|
|
1137
|
-
var DocumentMetadata$ = [3, n0, _DM,
|
|
1138
|
-
0,
|
|
1139
|
-
[_Id, _CIr, _PFI, _CT, _MTo, _LVM, _RS, _L],
|
|
1140
|
-
[0, 0, 0, 4, 4, [() => DocumentVersionMetadata$, 0], 0, 64 | 0]
|
|
1141
|
-
];
|
|
1142
|
-
var DocumentVersionMetadata$ = [3, n0, _DVM,
|
|
1143
|
-
0,
|
|
1144
|
-
[_Id, _N, _CTo, _Si, _Sig, _S, _CT, _MTo, _CCT, _CMT, _CIr, _Th, _Sou],
|
|
1145
|
-
[0, [() => ResourceNameType, 0], 0, 1, 0, 0, 4, 4, 4, 4, 0, [() => DocumentThumbnailUrlMap, 0], [() => DocumentSourceUrlMap, 0]]
|
|
1146
|
-
];
|
|
1147
|
-
var DraftUploadOutOfSyncException$ = [-3, n0, _DUOOSE,
|
|
1148
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1149
|
-
[_M],
|
|
1150
|
-
[0]
|
|
1151
|
-
];
|
|
1152
|
-
schema.TypeRegistry.for(n0).registerError(DraftUploadOutOfSyncException$, DraftUploadOutOfSyncException);
|
|
1153
|
-
var EntityAlreadyExistsException$ = [-3, n0, _EAEE,
|
|
1154
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1155
|
-
[_M],
|
|
1156
|
-
[0]
|
|
1157
|
-
];
|
|
1158
|
-
schema.TypeRegistry.for(n0).registerError(EntityAlreadyExistsException$, EntityAlreadyExistsException);
|
|
1159
|
-
var EntityNotExistsException$ = [-3, n0, _ENEE,
|
|
1160
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1161
|
-
[_M, _EI],
|
|
1162
|
-
[0, 64 | 0]
|
|
1163
|
-
];
|
|
1164
|
-
schema.TypeRegistry.for(n0).registerError(EntityNotExistsException$, EntityNotExistsException);
|
|
1165
|
-
var FailedDependencyException$ = [-3, n0, _FDE,
|
|
1166
|
-
{ [_e]: _c, [_hE]: 424 },
|
|
1167
|
-
[_M],
|
|
1168
|
-
[0]
|
|
1169
|
-
];
|
|
1170
|
-
schema.TypeRegistry.for(n0).registerError(FailedDependencyException$, FailedDependencyException);
|
|
1171
|
-
var Filters$ = [3, n0, _Fi,
|
|
1172
|
-
0,
|
|
1173
|
-
[_TL, _CC, _RT, _L, _Pr, _AI, _SCT, _SRi, _CR, _MR],
|
|
1174
|
-
[64 | 0, 64 | 0, 64 | 0, 64 | 0, () => SearchPrincipalTypeList, 64 | 0, 64 | 0, () => LongRangeType$, () => DateRangeType$, () => DateRangeType$]
|
|
1175
|
-
];
|
|
1176
|
-
var FolderMetadata$ = [3, n0, _FM,
|
|
1177
|
-
0,
|
|
1178
|
-
[_Id, _N, _CIr, _PFI, _CT, _MTo, _RS, _Sig, _L, _Si, _LVS],
|
|
1179
|
-
[0, [() => ResourceNameType, 0], 0, 0, 4, 4, 0, 0, 64 | 0, 1, 1]
|
|
1180
|
-
];
|
|
1181
|
-
var GetCurrentUserRequest$ = [3, n0, _GCUR,
|
|
1182
|
-
0,
|
|
1183
|
-
[_AT],
|
|
1184
|
-
[[() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
1185
|
-
];
|
|
1186
|
-
var GetCurrentUserResponse$ = [3, n0, _GCURe,
|
|
1187
|
-
0,
|
|
1188
|
-
[_U],
|
|
1189
|
-
[[() => User$, 0]]
|
|
1190
|
-
];
|
|
1191
|
-
var GetDocumentPathRequest$ = [3, n0, _GDPR,
|
|
1192
|
-
0,
|
|
1193
|
-
[_DI, _AT, _Li, _F, _Ma],
|
|
1194
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [1, { [_hQ]: _li }], [0, { [_hQ]: _f }], [0, { [_hQ]: _m }]], 1
|
|
1195
|
-
];
|
|
1196
|
-
var GetDocumentPathResponse$ = [3, n0, _GDPRe,
|
|
1197
|
-
0,
|
|
1198
|
-
[_Pat],
|
|
1199
|
-
[[() => ResourcePath$, 0]]
|
|
1200
|
-
];
|
|
1201
|
-
var GetDocumentRequest$ = [3, n0, _GDR,
|
|
1202
|
-
0,
|
|
1203
|
-
[_DI, _AT, _ICM],
|
|
1204
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [2, { [_hQ]: _iCM }]], 1
|
|
1205
|
-
];
|
|
1206
|
-
var GetDocumentResponse$ = [3, n0, _GDRe,
|
|
1207
|
-
0,
|
|
1208
|
-
[_Me, _CMu],
|
|
1209
|
-
[[() => DocumentMetadata$, 0], 128 | 0]
|
|
1210
|
-
];
|
|
1211
|
-
var GetDocumentVersionRequest$ = [3, n0, _GDVR,
|
|
1212
|
-
0,
|
|
1213
|
-
[_DI, _VI, _AT, _F, _ICM],
|
|
1214
|
-
[[0, 1], [0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _f }], [2, { [_hQ]: _iCM }]], 2
|
|
1215
|
-
];
|
|
1216
|
-
var GetDocumentVersionResponse$ = [3, n0, _GDVRe,
|
|
1217
|
-
0,
|
|
1218
|
-
[_Me, _CMu],
|
|
1219
|
-
[[() => DocumentVersionMetadata$, 0], 128 | 0]
|
|
1220
|
-
];
|
|
1221
|
-
var GetFolderPathRequest$ = [3, n0, _GFPR,
|
|
1222
|
-
0,
|
|
1223
|
-
[_FI, _AT, _Li, _F, _Ma],
|
|
1224
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [1, { [_hQ]: _li }], [0, { [_hQ]: _f }], [0, { [_hQ]: _m }]], 1
|
|
1225
|
-
];
|
|
1226
|
-
var GetFolderPathResponse$ = [3, n0, _GFPRe,
|
|
1227
|
-
0,
|
|
1228
|
-
[_Pat],
|
|
1229
|
-
[[() => ResourcePath$, 0]]
|
|
1230
|
-
];
|
|
1231
|
-
var GetFolderRequest$ = [3, n0, _GFR,
|
|
1232
|
-
0,
|
|
1233
|
-
[_FI, _AT, _ICM],
|
|
1234
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [2, { [_hQ]: _iCM }]], 1
|
|
1235
|
-
];
|
|
1236
|
-
var GetFolderResponse$ = [3, n0, _GFRe,
|
|
1237
|
-
0,
|
|
1238
|
-
[_Me, _CMu],
|
|
1239
|
-
[[() => FolderMetadata$, 0], 128 | 0]
|
|
1240
|
-
];
|
|
1241
|
-
var GetResourcesRequest$ = [3, n0, _GRR,
|
|
1242
|
-
0,
|
|
1243
|
-
[_AT, _UI, _CTol, _Li, _Ma],
|
|
1244
|
-
[[() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _uI }], [0, { [_hQ]: _cT }], [1, { [_hQ]: _li }], [0, { [_hQ]: _m }]]
|
|
1245
|
-
];
|
|
1246
|
-
var GetResourcesResponse$ = [3, n0, _GRRe,
|
|
1247
|
-
0,
|
|
1248
|
-
[_Fo, _D, _Ma],
|
|
1249
|
-
[[() => FolderMetadataList, 0], [() => DocumentMetadataList, 0], 0]
|
|
1250
|
-
];
|
|
1251
|
-
var GroupMetadata$ = [3, n0, _GM,
|
|
1252
|
-
0,
|
|
1253
|
-
[_Id, _N],
|
|
1254
|
-
[0, 0]
|
|
1255
|
-
];
|
|
1256
|
-
var IllegalUserStateException$ = [-3, n0, _IUSE,
|
|
1257
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1258
|
-
[_M],
|
|
1259
|
-
[0]
|
|
1260
|
-
];
|
|
1261
|
-
schema.TypeRegistry.for(n0).registerError(IllegalUserStateException$, IllegalUserStateException);
|
|
1262
|
-
var InitiateDocumentVersionUploadRequest$ = [3, n0, _IDVUR,
|
|
1263
|
-
0,
|
|
1264
|
-
[_AT, _Id, _N, _CCT, _CMT, _CTo, _DSIB, _PFI],
|
|
1265
|
-
[[() => AuthenticationHeaderType, { [_hH]: _A }], 0, [() => ResourceNameType, 0], 4, 4, 0, 1, 0]
|
|
1266
|
-
];
|
|
1267
|
-
var InitiateDocumentVersionUploadResponse$ = [3, n0, _IDVURn,
|
|
1268
|
-
0,
|
|
1269
|
-
[_Me, _UM],
|
|
1270
|
-
[[() => DocumentMetadata$, 0], [() => UploadMetadata$, 0]]
|
|
1271
|
-
];
|
|
1272
|
-
var InvalidArgumentException$ = [-3, n0, _IAE,
|
|
1273
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1274
|
-
[_M],
|
|
1275
|
-
[0]
|
|
1276
|
-
];
|
|
1277
|
-
schema.TypeRegistry.for(n0).registerError(InvalidArgumentException$, InvalidArgumentException);
|
|
1278
|
-
var InvalidCommentOperationException$ = [-3, n0, _ICOE,
|
|
1279
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1280
|
-
[_M],
|
|
1281
|
-
[0]
|
|
1282
|
-
];
|
|
1283
|
-
schema.TypeRegistry.for(n0).registerError(InvalidCommentOperationException$, InvalidCommentOperationException);
|
|
1284
|
-
var InvalidOperationException$ = [-3, n0, _IOE,
|
|
1285
|
-
{ [_e]: _c, [_hE]: 405 },
|
|
1286
|
-
[_M],
|
|
1287
|
-
[0]
|
|
1288
|
-
];
|
|
1289
|
-
schema.TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
|
|
1290
|
-
var InvalidPasswordException$ = [-3, n0, _IPE,
|
|
1291
|
-
{ [_e]: _c, [_hE]: 401 },
|
|
1292
|
-
[_M],
|
|
1293
|
-
[0]
|
|
1294
|
-
];
|
|
1295
|
-
schema.TypeRegistry.for(n0).registerError(InvalidPasswordException$, InvalidPasswordException);
|
|
1296
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
1297
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1298
|
-
[_M],
|
|
1299
|
-
[0]
|
|
1300
|
-
];
|
|
1301
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1302
|
-
var LongRangeType$ = [3, n0, _LRT,
|
|
1303
|
-
0,
|
|
1304
|
-
[_SV, _EV],
|
|
1305
|
-
[1, 1]
|
|
1306
|
-
];
|
|
1307
|
-
var NotificationOptions$ = [3, n0, _NO,
|
|
1308
|
-
0,
|
|
1309
|
-
[_SE, _EM],
|
|
1310
|
-
[2, [() => MessageType, 0]]
|
|
1311
|
-
];
|
|
1312
|
-
var Participants$ = [3, n0, _P,
|
|
1313
|
-
0,
|
|
1314
|
-
[_Use, _G],
|
|
1315
|
-
[[() => UserMetadataList, 0], () => GroupMetadataList]
|
|
1316
|
-
];
|
|
1317
|
-
var PermissionInfo$ = [3, n0, _PIe,
|
|
1318
|
-
0,
|
|
1319
|
-
[_R, _T],
|
|
1320
|
-
[0, 0]
|
|
1321
|
-
];
|
|
1322
|
-
var Principal$ = [3, n0, _Pri,
|
|
1323
|
-
0,
|
|
1324
|
-
[_Id, _T, _Ro],
|
|
1325
|
-
[0, 0, () => PermissionInfoList]
|
|
1326
|
-
];
|
|
1327
|
-
var ProhibitedStateException$ = [-3, n0, _PSE,
|
|
1328
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1329
|
-
[_M],
|
|
1330
|
-
[0]
|
|
1331
|
-
];
|
|
1332
|
-
schema.TypeRegistry.for(n0).registerError(ProhibitedStateException$, ProhibitedStateException);
|
|
1333
|
-
var RemoveAllResourcePermissionsRequest$ = [3, n0, _RARPR,
|
|
1334
|
-
0,
|
|
1335
|
-
[_RI, _AT],
|
|
1336
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
1337
|
-
];
|
|
1338
|
-
var RemoveResourcePermissionRequest$ = [3, n0, _RRPR,
|
|
1339
|
-
0,
|
|
1340
|
-
[_RI, _PIr, _AT, _PTr],
|
|
1341
|
-
[[0, 1], [0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [0, { [_hQ]: _t }]], 2
|
|
1342
|
-
];
|
|
1343
|
-
var RequestedEntityTooLargeException$ = [-3, n0, _RETLE,
|
|
1344
|
-
{ [_e]: _c, [_hE]: 413 },
|
|
1345
|
-
[_M],
|
|
1346
|
-
[0]
|
|
1347
|
-
];
|
|
1348
|
-
schema.TypeRegistry.for(n0).registerError(RequestedEntityTooLargeException$, RequestedEntityTooLargeException);
|
|
1349
|
-
var ResourceAlreadyCheckedOutException$ = [-3, n0, _RACOE,
|
|
1350
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1351
|
-
[_M],
|
|
1352
|
-
[0]
|
|
1353
|
-
];
|
|
1354
|
-
schema.TypeRegistry.for(n0).registerError(ResourceAlreadyCheckedOutException$, ResourceAlreadyCheckedOutException);
|
|
1355
|
-
var ResourceMetadata$ = [3, n0, _RM,
|
|
1356
|
-
0,
|
|
1357
|
-
[_T, _N, _ON, _Id, _VI, _Ow, _PI],
|
|
1358
|
-
[0, [() => ResourceNameType, 0], [() => ResourceNameType, 0], 0, 0, [() => UserMetadata$, 0], 0]
|
|
1359
|
-
];
|
|
1360
|
-
var ResourcePath$ = [3, n0, _RP,
|
|
1361
|
-
0,
|
|
1362
|
-
[_Comp],
|
|
1363
|
-
[[() => ResourcePathComponentList, 0]]
|
|
1364
|
-
];
|
|
1365
|
-
var ResourcePathComponent$ = [3, n0, _RPC,
|
|
1366
|
-
0,
|
|
1367
|
-
[_Id, _N],
|
|
1368
|
-
[0, [() => ResourceNameType, 0]]
|
|
1369
|
-
];
|
|
1370
|
-
var ResponseItem$ = [3, n0, _RIes,
|
|
1371
|
-
0,
|
|
1372
|
-
[_RTe, _WU, _DM, _FM, _CM, _DVM],
|
|
1373
|
-
[0, [() => ResponseItemWebUrl, 0], [() => DocumentMetadata$, 0], [() => FolderMetadata$, 0], [() => CommentMetadata$, 0], [() => DocumentVersionMetadata$, 0]]
|
|
1374
|
-
];
|
|
1375
|
-
var RestoreDocumentVersionsRequest$ = [3, n0, _RDVR,
|
|
1376
|
-
0,
|
|
1377
|
-
[_DI, _AT],
|
|
1378
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }]], 1
|
|
1379
|
-
];
|
|
1380
|
-
var SearchPrincipalType$ = [3, n0, _SPT,
|
|
1381
|
-
0,
|
|
1382
|
-
[_Id, _Ro],
|
|
1383
|
-
[0, 64 | 0], 1
|
|
1384
|
-
];
|
|
1385
|
-
var SearchResourcesRequest$ = [3, n0, _SRR,
|
|
1386
|
-
0,
|
|
1387
|
-
[_AT, _QT, _QS, _OI, _ARF, _Fi, _OB, _Li, _Ma],
|
|
1388
|
-
[[() => AuthenticationHeaderType, { [_hH]: _A }], [() => SearchQueryType, 0], 64 | 0, 0, 64 | 0, () => Filters$, () => SearchResultSortList, 1, 0]
|
|
1389
|
-
];
|
|
1390
|
-
var SearchResourcesResponse$ = [3, n0, _SRRe,
|
|
1391
|
-
0,
|
|
1392
|
-
[_It, _Ma],
|
|
1393
|
-
[[() => ResponseItemsList, 0], 0]
|
|
1394
|
-
];
|
|
1395
|
-
var SearchSortResult$ = [3, n0, _SSR,
|
|
1396
|
-
0,
|
|
1397
|
-
[_Fie, _O],
|
|
1398
|
-
[0, 0]
|
|
1399
|
-
];
|
|
1400
|
-
var ServiceUnavailableException$ = [-3, n0, _SUE,
|
|
1401
|
-
{ [_e]: _se, [_hE]: 503 },
|
|
1402
|
-
[_M],
|
|
1403
|
-
[0]
|
|
1404
|
-
];
|
|
1405
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
1406
|
-
var SharePrincipal$ = [3, n0, _SP,
|
|
1407
|
-
0,
|
|
1408
|
-
[_Id, _T, _R],
|
|
1409
|
-
[0, 0, 0], 3
|
|
1410
|
-
];
|
|
1411
|
-
var ShareResult$ = [3, n0, _SRh,
|
|
1412
|
-
0,
|
|
1413
|
-
[_PIr, _IPI, _R, _S, _SIh, _SM],
|
|
1414
|
-
[0, 0, 0, 0, 0, [() => MessageType, 0]]
|
|
1415
|
-
];
|
|
1416
|
-
var StorageLimitExceededException$ = [-3, n0, _SLEE,
|
|
1417
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
1418
|
-
[_M],
|
|
1419
|
-
[0]
|
|
1420
|
-
];
|
|
1421
|
-
schema.TypeRegistry.for(n0).registerError(StorageLimitExceededException$, StorageLimitExceededException);
|
|
1422
|
-
var StorageLimitWillExceedException$ = [-3, n0, _SLWEE,
|
|
1423
|
-
{ [_e]: _c, [_hE]: 413 },
|
|
1424
|
-
[_M],
|
|
1425
|
-
[0]
|
|
1426
|
-
];
|
|
1427
|
-
schema.TypeRegistry.for(n0).registerError(StorageLimitWillExceedException$, StorageLimitWillExceedException);
|
|
1428
|
-
var StorageRuleType$ = [3, n0, _SRT,
|
|
1429
|
-
0,
|
|
1430
|
-
[_SAIB, _STto],
|
|
1431
|
-
[1, 0]
|
|
1432
|
-
];
|
|
1433
|
-
var Subscription$ = [3, n0, _Su,
|
|
1434
|
-
0,
|
|
1435
|
-
[_SI, _EP, _Pro],
|
|
1436
|
-
[0, 0, 0]
|
|
1437
|
-
];
|
|
1438
|
-
var TooManyLabelsException$ = [-3, n0, _TMLE,
|
|
1439
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1440
|
-
[_M],
|
|
1441
|
-
[0]
|
|
1442
|
-
];
|
|
1443
|
-
schema.TypeRegistry.for(n0).registerError(TooManyLabelsException$, TooManyLabelsException);
|
|
1444
|
-
var TooManySubscriptionsException$ = [-3, n0, _TMSE,
|
|
1445
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1446
|
-
[_M],
|
|
1447
|
-
[0]
|
|
1448
|
-
];
|
|
1449
|
-
schema.TypeRegistry.for(n0).registerError(TooManySubscriptionsException$, TooManySubscriptionsException);
|
|
1450
|
-
var UnauthorizedOperationException$ = [-3, n0, _UOE,
|
|
1451
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
1452
|
-
[_M, _Cod],
|
|
1453
|
-
[0, 0]
|
|
1454
|
-
];
|
|
1455
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedOperationException$, UnauthorizedOperationException);
|
|
1456
|
-
var UnauthorizedResourceAccessException$ = [-3, n0, _URAE,
|
|
1457
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1458
|
-
[_M],
|
|
1459
|
-
[0]
|
|
1460
|
-
];
|
|
1461
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedResourceAccessException$, UnauthorizedResourceAccessException);
|
|
1462
|
-
var UpdateDocumentRequest$ = [3, n0, _UDR,
|
|
1463
|
-
0,
|
|
1464
|
-
[_DI, _AT, _N, _PFI, _RS],
|
|
1465
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [() => ResourceNameType, 0], 0, 0], 1
|
|
1466
|
-
];
|
|
1467
|
-
var UpdateDocumentVersionRequest$ = [3, n0, _UDVR,
|
|
1468
|
-
0,
|
|
1469
|
-
[_DI, _VI, _AT, _VS],
|
|
1470
|
-
[[0, 1], [0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], 0], 2
|
|
1471
|
-
];
|
|
1472
|
-
var UpdateFolderRequest$ = [3, n0, _UFR,
|
|
1473
|
-
0,
|
|
1474
|
-
[_FI, _AT, _N, _PFI, _RS],
|
|
1475
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [() => ResourceNameType, 0], 0, 0], 1
|
|
1476
|
-
];
|
|
1477
|
-
var UpdateUserRequest$ = [3, n0, _UUR,
|
|
1478
|
-
0,
|
|
1479
|
-
[_UI, _AT, _GN, _Sur, _T, _SRt, _TZI, _Lo, _GPP],
|
|
1480
|
-
[[0, 1], [() => AuthenticationHeaderType, { [_hH]: _A }], [() => UserAttributeValueType, 0], [() => UserAttributeValueType, 0], 0, () => StorageRuleType$, 0, 0, 0], 1
|
|
1481
|
-
];
|
|
1482
|
-
var UpdateUserResponse$ = [3, n0, _UURp,
|
|
1483
|
-
0,
|
|
1484
|
-
[_U],
|
|
1485
|
-
[[() => User$, 0]]
|
|
1486
|
-
];
|
|
1487
|
-
var UploadMetadata$ = [3, n0, _UM,
|
|
1488
|
-
0,
|
|
1489
|
-
[_UU, _SH],
|
|
1490
|
-
[[() => UrlType, 0], 128 | 0]
|
|
1491
|
-
];
|
|
1492
|
-
var User$ = [3, n0, _U,
|
|
1493
|
-
0,
|
|
1494
|
-
[_Id, _Us, _EA, _GN, _Sur, _OI, _RFI, _RBFI, _S, _T, _CT, _MTo, _TZI, _Lo, _St],
|
|
1495
|
-
[0, [() => UsernameType, 0], [() => EmailAddressType, 0], [() => UserAttributeValueType, 0], [() => UserAttributeValueType, 0], 0, 0, 0, 0, 0, 4, 4, 0, 0, () => UserStorageMetadata$]
|
|
1496
|
-
];
|
|
1497
|
-
var UserMetadata$ = [3, n0, _UMs,
|
|
1498
|
-
0,
|
|
1499
|
-
[_Id, _Us, _GN, _Sur, _EA],
|
|
1500
|
-
[0, [() => UsernameType, 0], [() => UserAttributeValueType, 0], [() => UserAttributeValueType, 0], [() => EmailAddressType, 0]]
|
|
1501
|
-
];
|
|
1502
|
-
var UserStorageMetadata$ = [3, n0, _USM,
|
|
1503
|
-
0,
|
|
1504
|
-
[_SUIB, _SRt],
|
|
1505
|
-
[1, () => StorageRuleType$]
|
|
1506
|
-
];
|
|
1507
|
-
var __Unit = "unit";
|
|
1508
|
-
var WorkDocsServiceException$ = [-3, _sm, "WorkDocsServiceException", 0, [], []];
|
|
1509
|
-
schema.TypeRegistry.for(_sm).registerError(WorkDocsServiceException$, WorkDocsServiceException);
|
|
1510
|
-
var CommentList = [1, n0, _CL,
|
|
1511
|
-
0, [() => Comment$,
|
|
1512
|
-
0]
|
|
1513
|
-
];
|
|
1514
|
-
var DocumentMetadataList = [1, n0, _DML,
|
|
1515
|
-
0, [() => DocumentMetadata$,
|
|
1516
|
-
0]
|
|
1517
|
-
];
|
|
1518
|
-
var DocumentVersionMetadataList = [1, n0, _DVML,
|
|
1519
|
-
0, [() => DocumentVersionMetadata$,
|
|
1520
|
-
0]
|
|
1521
|
-
];
|
|
1522
|
-
var FolderMetadataList = [1, n0, _FML,
|
|
1523
|
-
0, [() => FolderMetadata$,
|
|
1524
|
-
0]
|
|
1525
|
-
];
|
|
1526
|
-
var GroupMetadataList = [1, n0, _GML,
|
|
1527
|
-
0, () => GroupMetadata$
|
|
1528
|
-
];
|
|
1529
|
-
var OrganizationUserList = [1, n0, _OUL,
|
|
1530
|
-
0, [() => User$,
|
|
1531
|
-
0]
|
|
1532
|
-
];
|
|
1533
|
-
var PermissionInfoList = [1, n0, _PIL,
|
|
1534
|
-
0, () => PermissionInfo$
|
|
1535
|
-
];
|
|
1536
|
-
var PrincipalList = [1, n0, _PL,
|
|
1537
|
-
0, () => Principal$
|
|
1538
|
-
];
|
|
1539
|
-
var ResourcePathComponentList = [1, n0, _RPCL,
|
|
1540
|
-
0, [() => ResourcePathComponent$,
|
|
1541
|
-
0]
|
|
1542
|
-
];
|
|
1543
|
-
var ResponseItemsList = [1, n0, _RIL,
|
|
1544
|
-
0, [() => ResponseItem$,
|
|
1545
|
-
0]
|
|
1546
|
-
];
|
|
1547
|
-
var SearchPrincipalTypeList = [1, n0, _SPTL,
|
|
1548
|
-
0, () => SearchPrincipalType$
|
|
1549
|
-
];
|
|
1550
|
-
var SearchResultSortList = [1, n0, _SRSL,
|
|
1551
|
-
0, () => SearchSortResult$
|
|
1552
|
-
];
|
|
1553
|
-
var SharePrincipalList = [1, n0, _SPL,
|
|
1554
|
-
0, () => SharePrincipal$
|
|
1555
|
-
];
|
|
1556
|
-
var ShareResultsList = [1, n0, _SRL,
|
|
1557
|
-
0, [() => ShareResult$,
|
|
1558
|
-
0]
|
|
1559
|
-
];
|
|
1560
|
-
var SubscriptionList = [1, n0, _SL,
|
|
1561
|
-
0, () => Subscription$
|
|
1562
|
-
];
|
|
1563
|
-
var UserActivities = [1, n0, _UA,
|
|
1564
|
-
0, [() => Activity$,
|
|
1565
|
-
0]
|
|
1566
|
-
];
|
|
1567
|
-
var UserMetadataList = [1, n0, _UML,
|
|
1568
|
-
0, [() => UserMetadata$,
|
|
1569
|
-
0]
|
|
1570
|
-
];
|
|
1571
|
-
var DocumentSourceUrlMap = [2, n0, _DSUM,
|
|
1572
|
-
0, [0,
|
|
1573
|
-
0],
|
|
1574
|
-
[() => UrlType,
|
|
1575
|
-
0]
|
|
1576
|
-
];
|
|
1577
|
-
var DocumentThumbnailUrlMap = [2, n0, _DTUM,
|
|
1578
|
-
0, [0,
|
|
1579
|
-
0],
|
|
1580
|
-
[() => UrlType,
|
|
1581
|
-
0]
|
|
1582
|
-
];
|
|
1583
|
-
var AbortDocumentVersionUpload$ = [9, n0, _ADVU,
|
|
1584
|
-
{ [_h]: ["DELETE", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 204] }, () => AbortDocumentVersionUploadRequest$, () => __Unit
|
|
1585
|
-
];
|
|
1586
|
-
var ActivateUser$ = [9, n0, _AU,
|
|
1587
|
-
{ [_h]: ["POST", "/api/v1/users/{UserId}/activation", 200] }, () => ActivateUserRequest$, () => ActivateUserResponse$
|
|
1588
|
-
];
|
|
1589
|
-
var AddResourcePermissions$ = [9, n0, _ARP,
|
|
1590
|
-
{ [_h]: ["POST", "/api/v1/resources/{ResourceId}/permissions", 201] }, () => AddResourcePermissionsRequest$, () => AddResourcePermissionsResponse$
|
|
1591
|
-
];
|
|
1592
|
-
var CreateComment$ = [9, n0, _CCr,
|
|
1593
|
-
{ [_h]: ["POST", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comment", 201] }, () => CreateCommentRequest$, () => CreateCommentResponse$
|
|
1594
|
-
];
|
|
1595
|
-
var CreateCustomMetadata$ = [9, n0, _CCM,
|
|
1596
|
-
{ [_h]: ["PUT", "/api/v1/resources/{ResourceId}/customMetadata", 200] }, () => CreateCustomMetadataRequest$, () => CreateCustomMetadataResponse$
|
|
1597
|
-
];
|
|
1598
|
-
var CreateFolder$ = [9, n0, _CF,
|
|
1599
|
-
{ [_h]: ["POST", "/api/v1/folders", 201] }, () => CreateFolderRequest$, () => CreateFolderResponse$
|
|
1600
|
-
];
|
|
1601
|
-
var CreateLabels$ = [9, n0, _CLr,
|
|
1602
|
-
{ [_h]: ["PUT", "/api/v1/resources/{ResourceId}/labels", 200] }, () => CreateLabelsRequest$, () => CreateLabelsResponse$
|
|
1603
|
-
];
|
|
1604
|
-
var CreateNotificationSubscription$ = [9, n0, _CNS,
|
|
1605
|
-
{ [_h]: ["POST", "/api/v1/organizations/{OrganizationId}/subscriptions", 200] }, () => CreateNotificationSubscriptionRequest$, () => CreateNotificationSubscriptionResponse$
|
|
1606
|
-
];
|
|
1607
|
-
var CreateUser$ = [9, n0, _CU,
|
|
1608
|
-
{ [_h]: ["POST", "/api/v1/users", 201] }, () => CreateUserRequest$, () => CreateUserResponse$
|
|
1609
|
-
];
|
|
1610
|
-
var DeactivateUser$ = [9, n0, _DU,
|
|
1611
|
-
{ [_h]: ["DELETE", "/api/v1/users/{UserId}/activation", 204] }, () => DeactivateUserRequest$, () => __Unit
|
|
1612
|
-
];
|
|
1613
|
-
var DeleteComment$ = [9, n0, _DC,
|
|
1614
|
-
{ [_h]: ["DELETE", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comment/{CommentId}", 204] }, () => DeleteCommentRequest$, () => __Unit
|
|
1615
|
-
];
|
|
1616
|
-
var DeleteCustomMetadata$ = [9, n0, _DCM,
|
|
1617
|
-
{ [_h]: ["DELETE", "/api/v1/resources/{ResourceId}/customMetadata", 200] }, () => DeleteCustomMetadataRequest$, () => DeleteCustomMetadataResponse$
|
|
1618
|
-
];
|
|
1619
|
-
var DeleteDocument$ = [9, n0, _DD,
|
|
1620
|
-
{ [_h]: ["DELETE", "/api/v1/documents/{DocumentId}", 204] }, () => DeleteDocumentRequest$, () => __Unit
|
|
1621
|
-
];
|
|
1622
|
-
var DeleteDocumentVersion$ = [9, n0, _DDV,
|
|
1623
|
-
{ [_h]: ["DELETE", "/api/v1/documentVersions/{DocumentId}/versions/{VersionId}", 204] }, () => DeleteDocumentVersionRequest$, () => __Unit
|
|
1624
|
-
];
|
|
1625
|
-
var DeleteFolder$ = [9, n0, _DF,
|
|
1626
|
-
{ [_h]: ["DELETE", "/api/v1/folders/{FolderId}", 204] }, () => DeleteFolderRequest$, () => __Unit
|
|
1627
|
-
];
|
|
1628
|
-
var DeleteFolderContents$ = [9, n0, _DFC,
|
|
1629
|
-
{ [_h]: ["DELETE", "/api/v1/folders/{FolderId}/contents", 204] }, () => DeleteFolderContentsRequest$, () => __Unit
|
|
1630
|
-
];
|
|
1631
|
-
var DeleteLabels$ = [9, n0, _DL,
|
|
1632
|
-
{ [_h]: ["DELETE", "/api/v1/resources/{ResourceId}/labels", 200] }, () => DeleteLabelsRequest$, () => DeleteLabelsResponse$
|
|
1633
|
-
];
|
|
1634
|
-
var DeleteNotificationSubscription$ = [9, n0, _DNS,
|
|
1635
|
-
{ [_h]: ["DELETE", "/api/v1/organizations/{OrganizationId}/subscriptions/{SubscriptionId}", 200] }, () => DeleteNotificationSubscriptionRequest$, () => __Unit
|
|
1636
|
-
];
|
|
1637
|
-
var DeleteUser$ = [9, n0, _DUe,
|
|
1638
|
-
{ [_h]: ["DELETE", "/api/v1/users/{UserId}", 204] }, () => DeleteUserRequest$, () => __Unit
|
|
1639
|
-
];
|
|
1640
|
-
var DescribeActivities$ = [9, n0, _DAe,
|
|
1641
|
-
{ [_h]: ["GET", "/api/v1/activities", 200] }, () => DescribeActivitiesRequest$, () => DescribeActivitiesResponse$
|
|
1642
|
-
];
|
|
1643
|
-
var DescribeComments$ = [9, n0, _DCe,
|
|
1644
|
-
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}/versions/{VersionId}/comments", 200] }, () => DescribeCommentsRequest$, () => DescribeCommentsResponse$
|
|
1645
|
-
];
|
|
1646
|
-
var DescribeDocumentVersions$ = [9, n0, _DDVe,
|
|
1647
|
-
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}/versions", 200] }, () => DescribeDocumentVersionsRequest$, () => DescribeDocumentVersionsResponse$
|
|
1648
|
-
];
|
|
1649
|
-
var DescribeFolderContents$ = [9, n0, _DFCe,
|
|
1650
|
-
{ [_h]: ["GET", "/api/v1/folders/{FolderId}/contents", 200] }, () => DescribeFolderContentsRequest$, () => DescribeFolderContentsResponse$
|
|
1651
|
-
];
|
|
1652
|
-
var DescribeGroups$ = [9, n0, _DG,
|
|
1653
|
-
{ [_h]: ["GET", "/api/v1/groups", 200] }, () => DescribeGroupsRequest$, () => DescribeGroupsResponse$
|
|
1654
|
-
];
|
|
1655
|
-
var DescribeNotificationSubscriptions$ = [9, n0, _DNSe,
|
|
1656
|
-
{ [_h]: ["GET", "/api/v1/organizations/{OrganizationId}/subscriptions", 200] }, () => DescribeNotificationSubscriptionsRequest$, () => DescribeNotificationSubscriptionsResponse$
|
|
1657
|
-
];
|
|
1658
|
-
var DescribeResourcePermissions$ = [9, n0, _DRP,
|
|
1659
|
-
{ [_h]: ["GET", "/api/v1/resources/{ResourceId}/permissions", 200] }, () => DescribeResourcePermissionsRequest$, () => DescribeResourcePermissionsResponse$
|
|
1660
|
-
];
|
|
1661
|
-
var DescribeRootFolders$ = [9, n0, _DRF,
|
|
1662
|
-
{ [_h]: ["GET", "/api/v1/me/root", 200] }, () => DescribeRootFoldersRequest$, () => DescribeRootFoldersResponse$
|
|
1663
|
-
];
|
|
1664
|
-
var DescribeUsers$ = [9, n0, _DUes,
|
|
1665
|
-
{ [_h]: ["GET", "/api/v1/users", 200] }, () => DescribeUsersRequest$, () => DescribeUsersResponse$
|
|
1666
|
-
];
|
|
1667
|
-
var GetCurrentUser$ = [9, n0, _GCU,
|
|
1668
|
-
{ [_h]: ["GET", "/api/v1/me", 200] }, () => GetCurrentUserRequest$, () => GetCurrentUserResponse$
|
|
1669
|
-
];
|
|
1670
|
-
var GetDocument$ = [9, n0, _GD,
|
|
1671
|
-
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}", 200] }, () => GetDocumentRequest$, () => GetDocumentResponse$
|
|
1672
|
-
];
|
|
1673
|
-
var GetDocumentPath$ = [9, n0, _GDP,
|
|
1674
|
-
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}/path", 200] }, () => GetDocumentPathRequest$, () => GetDocumentPathResponse$
|
|
1675
|
-
];
|
|
1676
|
-
var GetDocumentVersion$ = [9, n0, _GDV,
|
|
1677
|
-
{ [_h]: ["GET", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 200] }, () => GetDocumentVersionRequest$, () => GetDocumentVersionResponse$
|
|
1678
|
-
];
|
|
1679
|
-
var GetFolder$ = [9, n0, _GF,
|
|
1680
|
-
{ [_h]: ["GET", "/api/v1/folders/{FolderId}", 200] }, () => GetFolderRequest$, () => GetFolderResponse$
|
|
1681
|
-
];
|
|
1682
|
-
var GetFolderPath$ = [9, n0, _GFP,
|
|
1683
|
-
{ [_h]: ["GET", "/api/v1/folders/{FolderId}/path", 200] }, () => GetFolderPathRequest$, () => GetFolderPathResponse$
|
|
1684
|
-
];
|
|
1685
|
-
var GetResources$ = [9, n0, _GR,
|
|
1686
|
-
{ [_h]: ["GET", "/api/v1/resources", 200] }, () => GetResourcesRequest$, () => GetResourcesResponse$
|
|
1687
|
-
];
|
|
1688
|
-
var InitiateDocumentVersionUpload$ = [9, n0, _IDVU,
|
|
1689
|
-
{ [_h]: ["POST", "/api/v1/documents", 201] }, () => InitiateDocumentVersionUploadRequest$, () => InitiateDocumentVersionUploadResponse$
|
|
1690
|
-
];
|
|
1691
|
-
var RemoveAllResourcePermissions$ = [9, n0, _RARP,
|
|
1692
|
-
{ [_h]: ["DELETE", "/api/v1/resources/{ResourceId}/permissions", 204] }, () => RemoveAllResourcePermissionsRequest$, () => __Unit
|
|
1693
|
-
];
|
|
1694
|
-
var RemoveResourcePermission$ = [9, n0, _RRP,
|
|
1695
|
-
{ [_h]: ["DELETE", "/api/v1/resources/{ResourceId}/permissions/{PrincipalId}", 204] }, () => RemoveResourcePermissionRequest$, () => __Unit
|
|
1696
|
-
];
|
|
1697
|
-
var RestoreDocumentVersions$ = [9, n0, _RDV,
|
|
1698
|
-
{ [_h]: ["POST", "/api/v1/documentVersions/restore/{DocumentId}", 204] }, () => RestoreDocumentVersionsRequest$, () => __Unit
|
|
1699
|
-
];
|
|
1700
|
-
var SearchResources$ = [9, n0, _SRe,
|
|
1701
|
-
{ [_h]: ["POST", "/api/v1/search", 200] }, () => SearchResourcesRequest$, () => SearchResourcesResponse$
|
|
1702
|
-
];
|
|
1703
|
-
var UpdateDocument$ = [9, n0, _UD,
|
|
1704
|
-
{ [_h]: ["PATCH", "/api/v1/documents/{DocumentId}", 200] }, () => UpdateDocumentRequest$, () => __Unit
|
|
1705
|
-
];
|
|
1706
|
-
var UpdateDocumentVersion$ = [9, n0, _UDV,
|
|
1707
|
-
{ [_h]: ["PATCH", "/api/v1/documents/{DocumentId}/versions/{VersionId}", 200] }, () => UpdateDocumentVersionRequest$, () => __Unit
|
|
1708
|
-
];
|
|
1709
|
-
var UpdateFolder$ = [9, n0, _UF,
|
|
1710
|
-
{ [_h]: ["PATCH", "/api/v1/folders/{FolderId}", 200] }, () => UpdateFolderRequest$, () => __Unit
|
|
1711
|
-
];
|
|
1712
|
-
var UpdateUser$ = [9, n0, _UUp,
|
|
1713
|
-
{ [_h]: ["PATCH", "/api/v1/users/{UserId}", 200] }, () => UpdateUserRequest$, () => UpdateUserResponse$
|
|
1714
|
-
];
|
|
1715
|
-
|
|
1716
116
|
class AbortDocumentVersionUploadCommand extends smithyClient.Command
|
|
1717
117
|
.classBuilder()
|
|
1718
118
|
.ep(commonParams)
|
|
@@ -1721,7 +121,7 @@ class AbortDocumentVersionUploadCommand extends smithyClient.Command
|
|
|
1721
121
|
})
|
|
1722
122
|
.s("AWSGorillaBoyService", "AbortDocumentVersionUpload", {})
|
|
1723
123
|
.n("WorkDocsClient", "AbortDocumentVersionUploadCommand")
|
|
1724
|
-
.sc(AbortDocumentVersionUpload$)
|
|
124
|
+
.sc(schemas_0.AbortDocumentVersionUpload$)
|
|
1725
125
|
.build() {
|
|
1726
126
|
}
|
|
1727
127
|
|
|
@@ -1733,7 +133,7 @@ class ActivateUserCommand extends smithyClient.Command
|
|
|
1733
133
|
})
|
|
1734
134
|
.s("AWSGorillaBoyService", "ActivateUser", {})
|
|
1735
135
|
.n("WorkDocsClient", "ActivateUserCommand")
|
|
1736
|
-
.sc(ActivateUser$)
|
|
136
|
+
.sc(schemas_0.ActivateUser$)
|
|
1737
137
|
.build() {
|
|
1738
138
|
}
|
|
1739
139
|
|
|
@@ -1745,7 +145,7 @@ class AddResourcePermissionsCommand extends smithyClient.Command
|
|
|
1745
145
|
})
|
|
1746
146
|
.s("AWSGorillaBoyService", "AddResourcePermissions", {})
|
|
1747
147
|
.n("WorkDocsClient", "AddResourcePermissionsCommand")
|
|
1748
|
-
.sc(AddResourcePermissions$)
|
|
148
|
+
.sc(schemas_0.AddResourcePermissions$)
|
|
1749
149
|
.build() {
|
|
1750
150
|
}
|
|
1751
151
|
|
|
@@ -1757,7 +157,7 @@ class CreateCommentCommand extends smithyClient.Command
|
|
|
1757
157
|
})
|
|
1758
158
|
.s("AWSGorillaBoyService", "CreateComment", {})
|
|
1759
159
|
.n("WorkDocsClient", "CreateCommentCommand")
|
|
1760
|
-
.sc(CreateComment$)
|
|
160
|
+
.sc(schemas_0.CreateComment$)
|
|
1761
161
|
.build() {
|
|
1762
162
|
}
|
|
1763
163
|
|
|
@@ -1769,7 +169,7 @@ class CreateCustomMetadataCommand extends smithyClient.Command
|
|
|
1769
169
|
})
|
|
1770
170
|
.s("AWSGorillaBoyService", "CreateCustomMetadata", {})
|
|
1771
171
|
.n("WorkDocsClient", "CreateCustomMetadataCommand")
|
|
1772
|
-
.sc(CreateCustomMetadata$)
|
|
172
|
+
.sc(schemas_0.CreateCustomMetadata$)
|
|
1773
173
|
.build() {
|
|
1774
174
|
}
|
|
1775
175
|
|
|
@@ -1781,7 +181,7 @@ class CreateFolderCommand extends smithyClient.Command
|
|
|
1781
181
|
})
|
|
1782
182
|
.s("AWSGorillaBoyService", "CreateFolder", {})
|
|
1783
183
|
.n("WorkDocsClient", "CreateFolderCommand")
|
|
1784
|
-
.sc(CreateFolder$)
|
|
184
|
+
.sc(schemas_0.CreateFolder$)
|
|
1785
185
|
.build() {
|
|
1786
186
|
}
|
|
1787
187
|
|
|
@@ -1793,7 +193,7 @@ class CreateLabelsCommand extends smithyClient.Command
|
|
|
1793
193
|
})
|
|
1794
194
|
.s("AWSGorillaBoyService", "CreateLabels", {})
|
|
1795
195
|
.n("WorkDocsClient", "CreateLabelsCommand")
|
|
1796
|
-
.sc(CreateLabels$)
|
|
196
|
+
.sc(schemas_0.CreateLabels$)
|
|
1797
197
|
.build() {
|
|
1798
198
|
}
|
|
1799
199
|
|
|
@@ -1805,7 +205,7 @@ class CreateNotificationSubscriptionCommand extends smithyClient.Command
|
|
|
1805
205
|
})
|
|
1806
206
|
.s("AWSGorillaBoyService", "CreateNotificationSubscription", {})
|
|
1807
207
|
.n("WorkDocsClient", "CreateNotificationSubscriptionCommand")
|
|
1808
|
-
.sc(CreateNotificationSubscription$)
|
|
208
|
+
.sc(schemas_0.CreateNotificationSubscription$)
|
|
1809
209
|
.build() {
|
|
1810
210
|
}
|
|
1811
211
|
|
|
@@ -1817,7 +217,7 @@ class CreateUserCommand extends smithyClient.Command
|
|
|
1817
217
|
})
|
|
1818
218
|
.s("AWSGorillaBoyService", "CreateUser", {})
|
|
1819
219
|
.n("WorkDocsClient", "CreateUserCommand")
|
|
1820
|
-
.sc(CreateUser$)
|
|
220
|
+
.sc(schemas_0.CreateUser$)
|
|
1821
221
|
.build() {
|
|
1822
222
|
}
|
|
1823
223
|
|
|
@@ -1829,7 +229,7 @@ class DeactivateUserCommand extends smithyClient.Command
|
|
|
1829
229
|
})
|
|
1830
230
|
.s("AWSGorillaBoyService", "DeactivateUser", {})
|
|
1831
231
|
.n("WorkDocsClient", "DeactivateUserCommand")
|
|
1832
|
-
.sc(DeactivateUser$)
|
|
232
|
+
.sc(schemas_0.DeactivateUser$)
|
|
1833
233
|
.build() {
|
|
1834
234
|
}
|
|
1835
235
|
|
|
@@ -1841,7 +241,7 @@ class DeleteCommentCommand extends smithyClient.Command
|
|
|
1841
241
|
})
|
|
1842
242
|
.s("AWSGorillaBoyService", "DeleteComment", {})
|
|
1843
243
|
.n("WorkDocsClient", "DeleteCommentCommand")
|
|
1844
|
-
.sc(DeleteComment$)
|
|
244
|
+
.sc(schemas_0.DeleteComment$)
|
|
1845
245
|
.build() {
|
|
1846
246
|
}
|
|
1847
247
|
|
|
@@ -1853,7 +253,7 @@ class DeleteCustomMetadataCommand extends smithyClient.Command
|
|
|
1853
253
|
})
|
|
1854
254
|
.s("AWSGorillaBoyService", "DeleteCustomMetadata", {})
|
|
1855
255
|
.n("WorkDocsClient", "DeleteCustomMetadataCommand")
|
|
1856
|
-
.sc(DeleteCustomMetadata$)
|
|
256
|
+
.sc(schemas_0.DeleteCustomMetadata$)
|
|
1857
257
|
.build() {
|
|
1858
258
|
}
|
|
1859
259
|
|
|
@@ -1865,7 +265,7 @@ class DeleteDocumentCommand extends smithyClient.Command
|
|
|
1865
265
|
})
|
|
1866
266
|
.s("AWSGorillaBoyService", "DeleteDocument", {})
|
|
1867
267
|
.n("WorkDocsClient", "DeleteDocumentCommand")
|
|
1868
|
-
.sc(DeleteDocument$)
|
|
268
|
+
.sc(schemas_0.DeleteDocument$)
|
|
1869
269
|
.build() {
|
|
1870
270
|
}
|
|
1871
271
|
|
|
@@ -1877,7 +277,7 @@ class DeleteDocumentVersionCommand extends smithyClient.Command
|
|
|
1877
277
|
})
|
|
1878
278
|
.s("AWSGorillaBoyService", "DeleteDocumentVersion", {})
|
|
1879
279
|
.n("WorkDocsClient", "DeleteDocumentVersionCommand")
|
|
1880
|
-
.sc(DeleteDocumentVersion$)
|
|
280
|
+
.sc(schemas_0.DeleteDocumentVersion$)
|
|
1881
281
|
.build() {
|
|
1882
282
|
}
|
|
1883
283
|
|
|
@@ -1889,7 +289,7 @@ class DeleteFolderCommand extends smithyClient.Command
|
|
|
1889
289
|
})
|
|
1890
290
|
.s("AWSGorillaBoyService", "DeleteFolder", {})
|
|
1891
291
|
.n("WorkDocsClient", "DeleteFolderCommand")
|
|
1892
|
-
.sc(DeleteFolder$)
|
|
292
|
+
.sc(schemas_0.DeleteFolder$)
|
|
1893
293
|
.build() {
|
|
1894
294
|
}
|
|
1895
295
|
|
|
@@ -1901,7 +301,7 @@ class DeleteFolderContentsCommand extends smithyClient.Command
|
|
|
1901
301
|
})
|
|
1902
302
|
.s("AWSGorillaBoyService", "DeleteFolderContents", {})
|
|
1903
303
|
.n("WorkDocsClient", "DeleteFolderContentsCommand")
|
|
1904
|
-
.sc(DeleteFolderContents$)
|
|
304
|
+
.sc(schemas_0.DeleteFolderContents$)
|
|
1905
305
|
.build() {
|
|
1906
306
|
}
|
|
1907
307
|
|
|
@@ -1913,7 +313,7 @@ class DeleteLabelsCommand extends smithyClient.Command
|
|
|
1913
313
|
})
|
|
1914
314
|
.s("AWSGorillaBoyService", "DeleteLabels", {})
|
|
1915
315
|
.n("WorkDocsClient", "DeleteLabelsCommand")
|
|
1916
|
-
.sc(DeleteLabels$)
|
|
316
|
+
.sc(schemas_0.DeleteLabels$)
|
|
1917
317
|
.build() {
|
|
1918
318
|
}
|
|
1919
319
|
|
|
@@ -1925,7 +325,7 @@ class DeleteNotificationSubscriptionCommand extends smithyClient.Command
|
|
|
1925
325
|
})
|
|
1926
326
|
.s("AWSGorillaBoyService", "DeleteNotificationSubscription", {})
|
|
1927
327
|
.n("WorkDocsClient", "DeleteNotificationSubscriptionCommand")
|
|
1928
|
-
.sc(DeleteNotificationSubscription$)
|
|
328
|
+
.sc(schemas_0.DeleteNotificationSubscription$)
|
|
1929
329
|
.build() {
|
|
1930
330
|
}
|
|
1931
331
|
|
|
@@ -1937,7 +337,7 @@ class DeleteUserCommand extends smithyClient.Command
|
|
|
1937
337
|
})
|
|
1938
338
|
.s("AWSGorillaBoyService", "DeleteUser", {})
|
|
1939
339
|
.n("WorkDocsClient", "DeleteUserCommand")
|
|
1940
|
-
.sc(DeleteUser$)
|
|
340
|
+
.sc(schemas_0.DeleteUser$)
|
|
1941
341
|
.build() {
|
|
1942
342
|
}
|
|
1943
343
|
|
|
@@ -1949,7 +349,7 @@ class DescribeActivitiesCommand extends smithyClient.Command
|
|
|
1949
349
|
})
|
|
1950
350
|
.s("AWSGorillaBoyService", "DescribeActivities", {})
|
|
1951
351
|
.n("WorkDocsClient", "DescribeActivitiesCommand")
|
|
1952
|
-
.sc(DescribeActivities$)
|
|
352
|
+
.sc(schemas_0.DescribeActivities$)
|
|
1953
353
|
.build() {
|
|
1954
354
|
}
|
|
1955
355
|
|
|
@@ -1961,7 +361,7 @@ class DescribeCommentsCommand extends smithyClient.Command
|
|
|
1961
361
|
})
|
|
1962
362
|
.s("AWSGorillaBoyService", "DescribeComments", {})
|
|
1963
363
|
.n("WorkDocsClient", "DescribeCommentsCommand")
|
|
1964
|
-
.sc(DescribeComments$)
|
|
364
|
+
.sc(schemas_0.DescribeComments$)
|
|
1965
365
|
.build() {
|
|
1966
366
|
}
|
|
1967
367
|
|
|
@@ -1973,7 +373,7 @@ class DescribeDocumentVersionsCommand extends smithyClient.Command
|
|
|
1973
373
|
})
|
|
1974
374
|
.s("AWSGorillaBoyService", "DescribeDocumentVersions", {})
|
|
1975
375
|
.n("WorkDocsClient", "DescribeDocumentVersionsCommand")
|
|
1976
|
-
.sc(DescribeDocumentVersions$)
|
|
376
|
+
.sc(schemas_0.DescribeDocumentVersions$)
|
|
1977
377
|
.build() {
|
|
1978
378
|
}
|
|
1979
379
|
|
|
@@ -1985,7 +385,7 @@ class DescribeFolderContentsCommand extends smithyClient.Command
|
|
|
1985
385
|
})
|
|
1986
386
|
.s("AWSGorillaBoyService", "DescribeFolderContents", {})
|
|
1987
387
|
.n("WorkDocsClient", "DescribeFolderContentsCommand")
|
|
1988
|
-
.sc(DescribeFolderContents$)
|
|
388
|
+
.sc(schemas_0.DescribeFolderContents$)
|
|
1989
389
|
.build() {
|
|
1990
390
|
}
|
|
1991
391
|
|
|
@@ -1997,7 +397,7 @@ class DescribeGroupsCommand extends smithyClient.Command
|
|
|
1997
397
|
})
|
|
1998
398
|
.s("AWSGorillaBoyService", "DescribeGroups", {})
|
|
1999
399
|
.n("WorkDocsClient", "DescribeGroupsCommand")
|
|
2000
|
-
.sc(DescribeGroups$)
|
|
400
|
+
.sc(schemas_0.DescribeGroups$)
|
|
2001
401
|
.build() {
|
|
2002
402
|
}
|
|
2003
403
|
|
|
@@ -2009,7 +409,7 @@ class DescribeNotificationSubscriptionsCommand extends smithyClient.Command
|
|
|
2009
409
|
})
|
|
2010
410
|
.s("AWSGorillaBoyService", "DescribeNotificationSubscriptions", {})
|
|
2011
411
|
.n("WorkDocsClient", "DescribeNotificationSubscriptionsCommand")
|
|
2012
|
-
.sc(DescribeNotificationSubscriptions$)
|
|
412
|
+
.sc(schemas_0.DescribeNotificationSubscriptions$)
|
|
2013
413
|
.build() {
|
|
2014
414
|
}
|
|
2015
415
|
|
|
@@ -2021,7 +421,7 @@ class DescribeResourcePermissionsCommand extends smithyClient.Command
|
|
|
2021
421
|
})
|
|
2022
422
|
.s("AWSGorillaBoyService", "DescribeResourcePermissions", {})
|
|
2023
423
|
.n("WorkDocsClient", "DescribeResourcePermissionsCommand")
|
|
2024
|
-
.sc(DescribeResourcePermissions$)
|
|
424
|
+
.sc(schemas_0.DescribeResourcePermissions$)
|
|
2025
425
|
.build() {
|
|
2026
426
|
}
|
|
2027
427
|
|
|
@@ -2033,7 +433,7 @@ class DescribeRootFoldersCommand extends smithyClient.Command
|
|
|
2033
433
|
})
|
|
2034
434
|
.s("AWSGorillaBoyService", "DescribeRootFolders", {})
|
|
2035
435
|
.n("WorkDocsClient", "DescribeRootFoldersCommand")
|
|
2036
|
-
.sc(DescribeRootFolders$)
|
|
436
|
+
.sc(schemas_0.DescribeRootFolders$)
|
|
2037
437
|
.build() {
|
|
2038
438
|
}
|
|
2039
439
|
|
|
@@ -2045,7 +445,7 @@ class DescribeUsersCommand extends smithyClient.Command
|
|
|
2045
445
|
})
|
|
2046
446
|
.s("AWSGorillaBoyService", "DescribeUsers", {})
|
|
2047
447
|
.n("WorkDocsClient", "DescribeUsersCommand")
|
|
2048
|
-
.sc(DescribeUsers$)
|
|
448
|
+
.sc(schemas_0.DescribeUsers$)
|
|
2049
449
|
.build() {
|
|
2050
450
|
}
|
|
2051
451
|
|
|
@@ -2057,7 +457,7 @@ class GetCurrentUserCommand extends smithyClient.Command
|
|
|
2057
457
|
})
|
|
2058
458
|
.s("AWSGorillaBoyService", "GetCurrentUser", {})
|
|
2059
459
|
.n("WorkDocsClient", "GetCurrentUserCommand")
|
|
2060
|
-
.sc(GetCurrentUser$)
|
|
460
|
+
.sc(schemas_0.GetCurrentUser$)
|
|
2061
461
|
.build() {
|
|
2062
462
|
}
|
|
2063
463
|
|
|
@@ -2069,7 +469,7 @@ class GetDocumentCommand extends smithyClient.Command
|
|
|
2069
469
|
})
|
|
2070
470
|
.s("AWSGorillaBoyService", "GetDocument", {})
|
|
2071
471
|
.n("WorkDocsClient", "GetDocumentCommand")
|
|
2072
|
-
.sc(GetDocument$)
|
|
472
|
+
.sc(schemas_0.GetDocument$)
|
|
2073
473
|
.build() {
|
|
2074
474
|
}
|
|
2075
475
|
|
|
@@ -2081,7 +481,7 @@ class GetDocumentPathCommand extends smithyClient.Command
|
|
|
2081
481
|
})
|
|
2082
482
|
.s("AWSGorillaBoyService", "GetDocumentPath", {})
|
|
2083
483
|
.n("WorkDocsClient", "GetDocumentPathCommand")
|
|
2084
|
-
.sc(GetDocumentPath$)
|
|
484
|
+
.sc(schemas_0.GetDocumentPath$)
|
|
2085
485
|
.build() {
|
|
2086
486
|
}
|
|
2087
487
|
|
|
@@ -2093,7 +493,7 @@ class GetDocumentVersionCommand extends smithyClient.Command
|
|
|
2093
493
|
})
|
|
2094
494
|
.s("AWSGorillaBoyService", "GetDocumentVersion", {})
|
|
2095
495
|
.n("WorkDocsClient", "GetDocumentVersionCommand")
|
|
2096
|
-
.sc(GetDocumentVersion$)
|
|
496
|
+
.sc(schemas_0.GetDocumentVersion$)
|
|
2097
497
|
.build() {
|
|
2098
498
|
}
|
|
2099
499
|
|
|
@@ -2105,7 +505,7 @@ class GetFolderCommand extends smithyClient.Command
|
|
|
2105
505
|
})
|
|
2106
506
|
.s("AWSGorillaBoyService", "GetFolder", {})
|
|
2107
507
|
.n("WorkDocsClient", "GetFolderCommand")
|
|
2108
|
-
.sc(GetFolder$)
|
|
508
|
+
.sc(schemas_0.GetFolder$)
|
|
2109
509
|
.build() {
|
|
2110
510
|
}
|
|
2111
511
|
|
|
@@ -2117,7 +517,7 @@ class GetFolderPathCommand extends smithyClient.Command
|
|
|
2117
517
|
})
|
|
2118
518
|
.s("AWSGorillaBoyService", "GetFolderPath", {})
|
|
2119
519
|
.n("WorkDocsClient", "GetFolderPathCommand")
|
|
2120
|
-
.sc(GetFolderPath$)
|
|
520
|
+
.sc(schemas_0.GetFolderPath$)
|
|
2121
521
|
.build() {
|
|
2122
522
|
}
|
|
2123
523
|
|
|
@@ -2129,7 +529,7 @@ class GetResourcesCommand extends smithyClient.Command
|
|
|
2129
529
|
})
|
|
2130
530
|
.s("AWSGorillaBoyService", "GetResources", {})
|
|
2131
531
|
.n("WorkDocsClient", "GetResourcesCommand")
|
|
2132
|
-
.sc(GetResources$)
|
|
532
|
+
.sc(schemas_0.GetResources$)
|
|
2133
533
|
.build() {
|
|
2134
534
|
}
|
|
2135
535
|
|
|
@@ -2141,7 +541,7 @@ class InitiateDocumentVersionUploadCommand extends smithyClient.Command
|
|
|
2141
541
|
})
|
|
2142
542
|
.s("AWSGorillaBoyService", "InitiateDocumentVersionUpload", {})
|
|
2143
543
|
.n("WorkDocsClient", "InitiateDocumentVersionUploadCommand")
|
|
2144
|
-
.sc(InitiateDocumentVersionUpload$)
|
|
544
|
+
.sc(schemas_0.InitiateDocumentVersionUpload$)
|
|
2145
545
|
.build() {
|
|
2146
546
|
}
|
|
2147
547
|
|
|
@@ -2153,7 +553,7 @@ class RemoveAllResourcePermissionsCommand extends smithyClient.Command
|
|
|
2153
553
|
})
|
|
2154
554
|
.s("AWSGorillaBoyService", "RemoveAllResourcePermissions", {})
|
|
2155
555
|
.n("WorkDocsClient", "RemoveAllResourcePermissionsCommand")
|
|
2156
|
-
.sc(RemoveAllResourcePermissions$)
|
|
556
|
+
.sc(schemas_0.RemoveAllResourcePermissions$)
|
|
2157
557
|
.build() {
|
|
2158
558
|
}
|
|
2159
559
|
|
|
@@ -2165,7 +565,7 @@ class RemoveResourcePermissionCommand extends smithyClient.Command
|
|
|
2165
565
|
})
|
|
2166
566
|
.s("AWSGorillaBoyService", "RemoveResourcePermission", {})
|
|
2167
567
|
.n("WorkDocsClient", "RemoveResourcePermissionCommand")
|
|
2168
|
-
.sc(RemoveResourcePermission$)
|
|
568
|
+
.sc(schemas_0.RemoveResourcePermission$)
|
|
2169
569
|
.build() {
|
|
2170
570
|
}
|
|
2171
571
|
|
|
@@ -2177,7 +577,7 @@ class RestoreDocumentVersionsCommand extends smithyClient.Command
|
|
|
2177
577
|
})
|
|
2178
578
|
.s("AWSGorillaBoyService", "RestoreDocumentVersions", {})
|
|
2179
579
|
.n("WorkDocsClient", "RestoreDocumentVersionsCommand")
|
|
2180
|
-
.sc(RestoreDocumentVersions$)
|
|
580
|
+
.sc(schemas_0.RestoreDocumentVersions$)
|
|
2181
581
|
.build() {
|
|
2182
582
|
}
|
|
2183
583
|
|
|
@@ -2189,7 +589,7 @@ class SearchResourcesCommand extends smithyClient.Command
|
|
|
2189
589
|
})
|
|
2190
590
|
.s("AWSGorillaBoyService", "SearchResources", {})
|
|
2191
591
|
.n("WorkDocsClient", "SearchResourcesCommand")
|
|
2192
|
-
.sc(SearchResources$)
|
|
592
|
+
.sc(schemas_0.SearchResources$)
|
|
2193
593
|
.build() {
|
|
2194
594
|
}
|
|
2195
595
|
|
|
@@ -2201,7 +601,7 @@ class UpdateDocumentCommand extends smithyClient.Command
|
|
|
2201
601
|
})
|
|
2202
602
|
.s("AWSGorillaBoyService", "UpdateDocument", {})
|
|
2203
603
|
.n("WorkDocsClient", "UpdateDocumentCommand")
|
|
2204
|
-
.sc(UpdateDocument$)
|
|
604
|
+
.sc(schemas_0.UpdateDocument$)
|
|
2205
605
|
.build() {
|
|
2206
606
|
}
|
|
2207
607
|
|
|
@@ -2213,7 +613,7 @@ class UpdateDocumentVersionCommand extends smithyClient.Command
|
|
|
2213
613
|
})
|
|
2214
614
|
.s("AWSGorillaBoyService", "UpdateDocumentVersion", {})
|
|
2215
615
|
.n("WorkDocsClient", "UpdateDocumentVersionCommand")
|
|
2216
|
-
.sc(UpdateDocumentVersion$)
|
|
616
|
+
.sc(schemas_0.UpdateDocumentVersion$)
|
|
2217
617
|
.build() {
|
|
2218
618
|
}
|
|
2219
619
|
|
|
@@ -2225,7 +625,7 @@ class UpdateFolderCommand extends smithyClient.Command
|
|
|
2225
625
|
})
|
|
2226
626
|
.s("AWSGorillaBoyService", "UpdateFolder", {})
|
|
2227
627
|
.n("WorkDocsClient", "UpdateFolderCommand")
|
|
2228
|
-
.sc(UpdateFolder$)
|
|
628
|
+
.sc(schemas_0.UpdateFolder$)
|
|
2229
629
|
.build() {
|
|
2230
630
|
}
|
|
2231
631
|
|
|
@@ -2237,7 +637,7 @@ class UpdateUserCommand extends smithyClient.Command
|
|
|
2237
637
|
})
|
|
2238
638
|
.s("AWSGorillaBoyService", "UpdateUser", {})
|
|
2239
639
|
.n("WorkDocsClient", "UpdateUserCommand")
|
|
2240
|
-
.sc(UpdateUser$)
|
|
640
|
+
.sc(schemas_0.UpdateUser$)
|
|
2241
641
|
.build() {
|
|
2242
642
|
}
|
|
2243
643
|
|
|
@@ -2574,285 +974,92 @@ Object.defineProperty(exports, "__Client", {
|
|
|
2574
974
|
enumerable: true,
|
|
2575
975
|
get: function () { return smithyClient.Client; }
|
|
2576
976
|
});
|
|
2577
|
-
exports
|
|
977
|
+
Object.defineProperty(exports, "WorkDocsServiceException", {
|
|
978
|
+
enumerable: true,
|
|
979
|
+
get: function () { return WorkDocsServiceException.WorkDocsServiceException; }
|
|
980
|
+
});
|
|
2578
981
|
exports.AbortDocumentVersionUploadCommand = AbortDocumentVersionUploadCommand;
|
|
2579
|
-
exports.AbortDocumentVersionUploadRequest$ = AbortDocumentVersionUploadRequest$;
|
|
2580
|
-
exports.ActivateUser$ = ActivateUser$;
|
|
2581
982
|
exports.ActivateUserCommand = ActivateUserCommand;
|
|
2582
|
-
exports.ActivateUserRequest$ = ActivateUserRequest$;
|
|
2583
|
-
exports.ActivateUserResponse$ = ActivateUserResponse$;
|
|
2584
|
-
exports.Activity$ = Activity$;
|
|
2585
983
|
exports.ActivityType = ActivityType;
|
|
2586
|
-
exports.AddResourcePermissions$ = AddResourcePermissions$;
|
|
2587
984
|
exports.AddResourcePermissionsCommand = AddResourcePermissionsCommand;
|
|
2588
|
-
exports.AddResourcePermissionsRequest$ = AddResourcePermissionsRequest$;
|
|
2589
|
-
exports.AddResourcePermissionsResponse$ = AddResourcePermissionsResponse$;
|
|
2590
985
|
exports.AdditionalResponseFieldType = AdditionalResponseFieldType;
|
|
2591
986
|
exports.BooleanEnumType = BooleanEnumType;
|
|
2592
|
-
exports.Comment$ = Comment$;
|
|
2593
|
-
exports.CommentMetadata$ = CommentMetadata$;
|
|
2594
987
|
exports.CommentStatusType = CommentStatusType;
|
|
2595
988
|
exports.CommentVisibilityType = CommentVisibilityType;
|
|
2596
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
2597
|
-
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
2598
|
-
exports.ConflictingOperationException = ConflictingOperationException;
|
|
2599
|
-
exports.ConflictingOperationException$ = ConflictingOperationException$;
|
|
2600
989
|
exports.ContentCategoryType = ContentCategoryType;
|
|
2601
|
-
exports.CreateComment$ = CreateComment$;
|
|
2602
990
|
exports.CreateCommentCommand = CreateCommentCommand;
|
|
2603
|
-
exports.CreateCommentRequest$ = CreateCommentRequest$;
|
|
2604
|
-
exports.CreateCommentResponse$ = CreateCommentResponse$;
|
|
2605
|
-
exports.CreateCustomMetadata$ = CreateCustomMetadata$;
|
|
2606
991
|
exports.CreateCustomMetadataCommand = CreateCustomMetadataCommand;
|
|
2607
|
-
exports.CreateCustomMetadataRequest$ = CreateCustomMetadataRequest$;
|
|
2608
|
-
exports.CreateCustomMetadataResponse$ = CreateCustomMetadataResponse$;
|
|
2609
|
-
exports.CreateFolder$ = CreateFolder$;
|
|
2610
992
|
exports.CreateFolderCommand = CreateFolderCommand;
|
|
2611
|
-
exports.CreateFolderRequest$ = CreateFolderRequest$;
|
|
2612
|
-
exports.CreateFolderResponse$ = CreateFolderResponse$;
|
|
2613
|
-
exports.CreateLabels$ = CreateLabels$;
|
|
2614
993
|
exports.CreateLabelsCommand = CreateLabelsCommand;
|
|
2615
|
-
exports.CreateLabelsRequest$ = CreateLabelsRequest$;
|
|
2616
|
-
exports.CreateLabelsResponse$ = CreateLabelsResponse$;
|
|
2617
|
-
exports.CreateNotificationSubscription$ = CreateNotificationSubscription$;
|
|
2618
994
|
exports.CreateNotificationSubscriptionCommand = CreateNotificationSubscriptionCommand;
|
|
2619
|
-
exports.CreateNotificationSubscriptionRequest$ = CreateNotificationSubscriptionRequest$;
|
|
2620
|
-
exports.CreateNotificationSubscriptionResponse$ = CreateNotificationSubscriptionResponse$;
|
|
2621
|
-
exports.CreateUser$ = CreateUser$;
|
|
2622
995
|
exports.CreateUserCommand = CreateUserCommand;
|
|
2623
|
-
exports.CreateUserRequest$ = CreateUserRequest$;
|
|
2624
|
-
exports.CreateUserResponse$ = CreateUserResponse$;
|
|
2625
|
-
exports.CustomMetadataLimitExceededException = CustomMetadataLimitExceededException;
|
|
2626
|
-
exports.CustomMetadataLimitExceededException$ = CustomMetadataLimitExceededException$;
|
|
2627
|
-
exports.DateRangeType$ = DateRangeType$;
|
|
2628
|
-
exports.DeactivateUser$ = DeactivateUser$;
|
|
2629
996
|
exports.DeactivateUserCommand = DeactivateUserCommand;
|
|
2630
|
-
exports.DeactivateUserRequest$ = DeactivateUserRequest$;
|
|
2631
|
-
exports.DeactivatingLastSystemUserException = DeactivatingLastSystemUserException;
|
|
2632
|
-
exports.DeactivatingLastSystemUserException$ = DeactivatingLastSystemUserException$;
|
|
2633
|
-
exports.DeleteComment$ = DeleteComment$;
|
|
2634
997
|
exports.DeleteCommentCommand = DeleteCommentCommand;
|
|
2635
|
-
exports.DeleteCommentRequest$ = DeleteCommentRequest$;
|
|
2636
|
-
exports.DeleteCustomMetadata$ = DeleteCustomMetadata$;
|
|
2637
998
|
exports.DeleteCustomMetadataCommand = DeleteCustomMetadataCommand;
|
|
2638
|
-
exports.DeleteCustomMetadataRequest$ = DeleteCustomMetadataRequest$;
|
|
2639
|
-
exports.DeleteCustomMetadataResponse$ = DeleteCustomMetadataResponse$;
|
|
2640
|
-
exports.DeleteDocument$ = DeleteDocument$;
|
|
2641
999
|
exports.DeleteDocumentCommand = DeleteDocumentCommand;
|
|
2642
|
-
exports.DeleteDocumentRequest$ = DeleteDocumentRequest$;
|
|
2643
|
-
exports.DeleteDocumentVersion$ = DeleteDocumentVersion$;
|
|
2644
1000
|
exports.DeleteDocumentVersionCommand = DeleteDocumentVersionCommand;
|
|
2645
|
-
exports.DeleteDocumentVersionRequest$ = DeleteDocumentVersionRequest$;
|
|
2646
|
-
exports.DeleteFolder$ = DeleteFolder$;
|
|
2647
1001
|
exports.DeleteFolderCommand = DeleteFolderCommand;
|
|
2648
|
-
exports.DeleteFolderContents$ = DeleteFolderContents$;
|
|
2649
1002
|
exports.DeleteFolderContentsCommand = DeleteFolderContentsCommand;
|
|
2650
|
-
exports.DeleteFolderContentsRequest$ = DeleteFolderContentsRequest$;
|
|
2651
|
-
exports.DeleteFolderRequest$ = DeleteFolderRequest$;
|
|
2652
|
-
exports.DeleteLabels$ = DeleteLabels$;
|
|
2653
1003
|
exports.DeleteLabelsCommand = DeleteLabelsCommand;
|
|
2654
|
-
exports.DeleteLabelsRequest$ = DeleteLabelsRequest$;
|
|
2655
|
-
exports.DeleteLabelsResponse$ = DeleteLabelsResponse$;
|
|
2656
|
-
exports.DeleteNotificationSubscription$ = DeleteNotificationSubscription$;
|
|
2657
1004
|
exports.DeleteNotificationSubscriptionCommand = DeleteNotificationSubscriptionCommand;
|
|
2658
|
-
exports.DeleteNotificationSubscriptionRequest$ = DeleteNotificationSubscriptionRequest$;
|
|
2659
|
-
exports.DeleteUser$ = DeleteUser$;
|
|
2660
1005
|
exports.DeleteUserCommand = DeleteUserCommand;
|
|
2661
|
-
exports.DeleteUserRequest$ = DeleteUserRequest$;
|
|
2662
|
-
exports.DescribeActivities$ = DescribeActivities$;
|
|
2663
1006
|
exports.DescribeActivitiesCommand = DescribeActivitiesCommand;
|
|
2664
|
-
exports.DescribeActivitiesRequest$ = DescribeActivitiesRequest$;
|
|
2665
|
-
exports.DescribeActivitiesResponse$ = DescribeActivitiesResponse$;
|
|
2666
|
-
exports.DescribeComments$ = DescribeComments$;
|
|
2667
1007
|
exports.DescribeCommentsCommand = DescribeCommentsCommand;
|
|
2668
|
-
exports.DescribeCommentsRequest$ = DescribeCommentsRequest$;
|
|
2669
|
-
exports.DescribeCommentsResponse$ = DescribeCommentsResponse$;
|
|
2670
|
-
exports.DescribeDocumentVersions$ = DescribeDocumentVersions$;
|
|
2671
1008
|
exports.DescribeDocumentVersionsCommand = DescribeDocumentVersionsCommand;
|
|
2672
|
-
exports.DescribeDocumentVersionsRequest$ = DescribeDocumentVersionsRequest$;
|
|
2673
|
-
exports.DescribeDocumentVersionsResponse$ = DescribeDocumentVersionsResponse$;
|
|
2674
|
-
exports.DescribeFolderContents$ = DescribeFolderContents$;
|
|
2675
1009
|
exports.DescribeFolderContentsCommand = DescribeFolderContentsCommand;
|
|
2676
|
-
exports.DescribeFolderContentsRequest$ = DescribeFolderContentsRequest$;
|
|
2677
|
-
exports.DescribeFolderContentsResponse$ = DescribeFolderContentsResponse$;
|
|
2678
|
-
exports.DescribeGroups$ = DescribeGroups$;
|
|
2679
1010
|
exports.DescribeGroupsCommand = DescribeGroupsCommand;
|
|
2680
|
-
exports.DescribeGroupsRequest$ = DescribeGroupsRequest$;
|
|
2681
|
-
exports.DescribeGroupsResponse$ = DescribeGroupsResponse$;
|
|
2682
|
-
exports.DescribeNotificationSubscriptions$ = DescribeNotificationSubscriptions$;
|
|
2683
1011
|
exports.DescribeNotificationSubscriptionsCommand = DescribeNotificationSubscriptionsCommand;
|
|
2684
|
-
exports.DescribeNotificationSubscriptionsRequest$ = DescribeNotificationSubscriptionsRequest$;
|
|
2685
|
-
exports.DescribeNotificationSubscriptionsResponse$ = DescribeNotificationSubscriptionsResponse$;
|
|
2686
|
-
exports.DescribeResourcePermissions$ = DescribeResourcePermissions$;
|
|
2687
1012
|
exports.DescribeResourcePermissionsCommand = DescribeResourcePermissionsCommand;
|
|
2688
|
-
exports.DescribeResourcePermissionsRequest$ = DescribeResourcePermissionsRequest$;
|
|
2689
|
-
exports.DescribeResourcePermissionsResponse$ = DescribeResourcePermissionsResponse$;
|
|
2690
|
-
exports.DescribeRootFolders$ = DescribeRootFolders$;
|
|
2691
1013
|
exports.DescribeRootFoldersCommand = DescribeRootFoldersCommand;
|
|
2692
|
-
exports.DescribeRootFoldersRequest$ = DescribeRootFoldersRequest$;
|
|
2693
|
-
exports.DescribeRootFoldersResponse$ = DescribeRootFoldersResponse$;
|
|
2694
|
-
exports.DescribeUsers$ = DescribeUsers$;
|
|
2695
1014
|
exports.DescribeUsersCommand = DescribeUsersCommand;
|
|
2696
|
-
exports.DescribeUsersRequest$ = DescribeUsersRequest$;
|
|
2697
|
-
exports.DescribeUsersResponse$ = DescribeUsersResponse$;
|
|
2698
|
-
exports.DocumentLockedForCommentsException = DocumentLockedForCommentsException;
|
|
2699
|
-
exports.DocumentLockedForCommentsException$ = DocumentLockedForCommentsException$;
|
|
2700
|
-
exports.DocumentMetadata$ = DocumentMetadata$;
|
|
2701
1015
|
exports.DocumentSourceType = DocumentSourceType;
|
|
2702
1016
|
exports.DocumentStatusType = DocumentStatusType;
|
|
2703
1017
|
exports.DocumentThumbnailType = DocumentThumbnailType;
|
|
2704
|
-
exports.DocumentVersionMetadata$ = DocumentVersionMetadata$;
|
|
2705
1018
|
exports.DocumentVersionStatus = DocumentVersionStatus;
|
|
2706
|
-
exports.DraftUploadOutOfSyncException = DraftUploadOutOfSyncException;
|
|
2707
|
-
exports.DraftUploadOutOfSyncException$ = DraftUploadOutOfSyncException$;
|
|
2708
|
-
exports.EntityAlreadyExistsException = EntityAlreadyExistsException;
|
|
2709
|
-
exports.EntityAlreadyExistsException$ = EntityAlreadyExistsException$;
|
|
2710
|
-
exports.EntityNotExistsException = EntityNotExistsException;
|
|
2711
|
-
exports.EntityNotExistsException$ = EntityNotExistsException$;
|
|
2712
|
-
exports.FailedDependencyException = FailedDependencyException;
|
|
2713
|
-
exports.FailedDependencyException$ = FailedDependencyException$;
|
|
2714
|
-
exports.Filters$ = Filters$;
|
|
2715
1019
|
exports.FolderContentType = FolderContentType;
|
|
2716
|
-
exports.FolderMetadata$ = FolderMetadata$;
|
|
2717
|
-
exports.GetCurrentUser$ = GetCurrentUser$;
|
|
2718
1020
|
exports.GetCurrentUserCommand = GetCurrentUserCommand;
|
|
2719
|
-
exports.GetCurrentUserRequest$ = GetCurrentUserRequest$;
|
|
2720
|
-
exports.GetCurrentUserResponse$ = GetCurrentUserResponse$;
|
|
2721
|
-
exports.GetDocument$ = GetDocument$;
|
|
2722
1021
|
exports.GetDocumentCommand = GetDocumentCommand;
|
|
2723
|
-
exports.GetDocumentPath$ = GetDocumentPath$;
|
|
2724
1022
|
exports.GetDocumentPathCommand = GetDocumentPathCommand;
|
|
2725
|
-
exports.GetDocumentPathRequest$ = GetDocumentPathRequest$;
|
|
2726
|
-
exports.GetDocumentPathResponse$ = GetDocumentPathResponse$;
|
|
2727
|
-
exports.GetDocumentRequest$ = GetDocumentRequest$;
|
|
2728
|
-
exports.GetDocumentResponse$ = GetDocumentResponse$;
|
|
2729
|
-
exports.GetDocumentVersion$ = GetDocumentVersion$;
|
|
2730
1023
|
exports.GetDocumentVersionCommand = GetDocumentVersionCommand;
|
|
2731
|
-
exports.GetDocumentVersionRequest$ = GetDocumentVersionRequest$;
|
|
2732
|
-
exports.GetDocumentVersionResponse$ = GetDocumentVersionResponse$;
|
|
2733
|
-
exports.GetFolder$ = GetFolder$;
|
|
2734
1024
|
exports.GetFolderCommand = GetFolderCommand;
|
|
2735
|
-
exports.GetFolderPath$ = GetFolderPath$;
|
|
2736
1025
|
exports.GetFolderPathCommand = GetFolderPathCommand;
|
|
2737
|
-
exports.GetFolderPathRequest$ = GetFolderPathRequest$;
|
|
2738
|
-
exports.GetFolderPathResponse$ = GetFolderPathResponse$;
|
|
2739
|
-
exports.GetFolderRequest$ = GetFolderRequest$;
|
|
2740
|
-
exports.GetFolderResponse$ = GetFolderResponse$;
|
|
2741
|
-
exports.GetResources$ = GetResources$;
|
|
2742
1026
|
exports.GetResourcesCommand = GetResourcesCommand;
|
|
2743
|
-
exports.GetResourcesRequest$ = GetResourcesRequest$;
|
|
2744
|
-
exports.GetResourcesResponse$ = GetResourcesResponse$;
|
|
2745
|
-
exports.GroupMetadata$ = GroupMetadata$;
|
|
2746
|
-
exports.IllegalUserStateException = IllegalUserStateException;
|
|
2747
|
-
exports.IllegalUserStateException$ = IllegalUserStateException$;
|
|
2748
|
-
exports.InitiateDocumentVersionUpload$ = InitiateDocumentVersionUpload$;
|
|
2749
1027
|
exports.InitiateDocumentVersionUploadCommand = InitiateDocumentVersionUploadCommand;
|
|
2750
|
-
exports.InitiateDocumentVersionUploadRequest$ = InitiateDocumentVersionUploadRequest$;
|
|
2751
|
-
exports.InitiateDocumentVersionUploadResponse$ = InitiateDocumentVersionUploadResponse$;
|
|
2752
|
-
exports.InvalidArgumentException = InvalidArgumentException;
|
|
2753
|
-
exports.InvalidArgumentException$ = InvalidArgumentException$;
|
|
2754
|
-
exports.InvalidCommentOperationException = InvalidCommentOperationException;
|
|
2755
|
-
exports.InvalidCommentOperationException$ = InvalidCommentOperationException$;
|
|
2756
|
-
exports.InvalidOperationException = InvalidOperationException;
|
|
2757
|
-
exports.InvalidOperationException$ = InvalidOperationException$;
|
|
2758
|
-
exports.InvalidPasswordException = InvalidPasswordException;
|
|
2759
|
-
exports.InvalidPasswordException$ = InvalidPasswordException$;
|
|
2760
1028
|
exports.LanguageCodeType = LanguageCodeType;
|
|
2761
|
-
exports.LimitExceededException = LimitExceededException;
|
|
2762
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
2763
1029
|
exports.LocaleType = LocaleType;
|
|
2764
|
-
exports.LongRangeType$ = LongRangeType$;
|
|
2765
|
-
exports.NotificationOptions$ = NotificationOptions$;
|
|
2766
1030
|
exports.OrderByFieldType = OrderByFieldType;
|
|
2767
1031
|
exports.OrderType = OrderType;
|
|
2768
|
-
exports.Participants$ = Participants$;
|
|
2769
|
-
exports.PermissionInfo$ = PermissionInfo$;
|
|
2770
|
-
exports.Principal$ = Principal$;
|
|
2771
1032
|
exports.PrincipalRoleType = PrincipalRoleType;
|
|
2772
1033
|
exports.PrincipalType = PrincipalType;
|
|
2773
|
-
exports.ProhibitedStateException = ProhibitedStateException;
|
|
2774
|
-
exports.ProhibitedStateException$ = ProhibitedStateException$;
|
|
2775
|
-
exports.RemoveAllResourcePermissions$ = RemoveAllResourcePermissions$;
|
|
2776
1034
|
exports.RemoveAllResourcePermissionsCommand = RemoveAllResourcePermissionsCommand;
|
|
2777
|
-
exports.RemoveAllResourcePermissionsRequest$ = RemoveAllResourcePermissionsRequest$;
|
|
2778
|
-
exports.RemoveResourcePermission$ = RemoveResourcePermission$;
|
|
2779
1035
|
exports.RemoveResourcePermissionCommand = RemoveResourcePermissionCommand;
|
|
2780
|
-
exports.RemoveResourcePermissionRequest$ = RemoveResourcePermissionRequest$;
|
|
2781
|
-
exports.RequestedEntityTooLargeException = RequestedEntityTooLargeException;
|
|
2782
|
-
exports.RequestedEntityTooLargeException$ = RequestedEntityTooLargeException$;
|
|
2783
|
-
exports.ResourceAlreadyCheckedOutException = ResourceAlreadyCheckedOutException;
|
|
2784
|
-
exports.ResourceAlreadyCheckedOutException$ = ResourceAlreadyCheckedOutException$;
|
|
2785
1036
|
exports.ResourceCollectionType = ResourceCollectionType;
|
|
2786
|
-
exports.ResourceMetadata$ = ResourceMetadata$;
|
|
2787
|
-
exports.ResourcePath$ = ResourcePath$;
|
|
2788
|
-
exports.ResourcePathComponent$ = ResourcePathComponent$;
|
|
2789
1037
|
exports.ResourceSortType = ResourceSortType;
|
|
2790
1038
|
exports.ResourceStateType = ResourceStateType;
|
|
2791
1039
|
exports.ResourceType = ResourceType;
|
|
2792
|
-
exports.ResponseItem$ = ResponseItem$;
|
|
2793
1040
|
exports.ResponseItemType = ResponseItemType;
|
|
2794
|
-
exports.RestoreDocumentVersions$ = RestoreDocumentVersions$;
|
|
2795
1041
|
exports.RestoreDocumentVersionsCommand = RestoreDocumentVersionsCommand;
|
|
2796
|
-
exports.RestoreDocumentVersionsRequest$ = RestoreDocumentVersionsRequest$;
|
|
2797
1042
|
exports.RolePermissionType = RolePermissionType;
|
|
2798
1043
|
exports.RoleType = RoleType;
|
|
2799
1044
|
exports.SearchCollectionType = SearchCollectionType;
|
|
2800
|
-
exports.SearchPrincipalType$ = SearchPrincipalType$;
|
|
2801
1045
|
exports.SearchQueryScopeType = SearchQueryScopeType;
|
|
2802
1046
|
exports.SearchResourceType = SearchResourceType;
|
|
2803
|
-
exports.SearchResources$ = SearchResources$;
|
|
2804
1047
|
exports.SearchResourcesCommand = SearchResourcesCommand;
|
|
2805
|
-
exports.SearchResourcesRequest$ = SearchResourcesRequest$;
|
|
2806
|
-
exports.SearchResourcesResponse$ = SearchResourcesResponse$;
|
|
2807
|
-
exports.SearchSortResult$ = SearchSortResult$;
|
|
2808
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
2809
|
-
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
2810
|
-
exports.SharePrincipal$ = SharePrincipal$;
|
|
2811
|
-
exports.ShareResult$ = ShareResult$;
|
|
2812
1048
|
exports.ShareStatusType = ShareStatusType;
|
|
2813
1049
|
exports.SortOrder = SortOrder;
|
|
2814
|
-
exports.StorageLimitExceededException = StorageLimitExceededException;
|
|
2815
|
-
exports.StorageLimitExceededException$ = StorageLimitExceededException$;
|
|
2816
|
-
exports.StorageLimitWillExceedException = StorageLimitWillExceedException;
|
|
2817
|
-
exports.StorageLimitWillExceedException$ = StorageLimitWillExceedException$;
|
|
2818
|
-
exports.StorageRuleType$ = StorageRuleType$;
|
|
2819
1050
|
exports.StorageType = StorageType;
|
|
2820
|
-
exports.Subscription$ = Subscription$;
|
|
2821
1051
|
exports.SubscriptionProtocolType = SubscriptionProtocolType;
|
|
2822
1052
|
exports.SubscriptionType = SubscriptionType;
|
|
2823
|
-
exports.TooManyLabelsException = TooManyLabelsException;
|
|
2824
|
-
exports.TooManyLabelsException$ = TooManyLabelsException$;
|
|
2825
|
-
exports.TooManySubscriptionsException = TooManySubscriptionsException;
|
|
2826
|
-
exports.TooManySubscriptionsException$ = TooManySubscriptionsException$;
|
|
2827
|
-
exports.UnauthorizedOperationException = UnauthorizedOperationException;
|
|
2828
|
-
exports.UnauthorizedOperationException$ = UnauthorizedOperationException$;
|
|
2829
|
-
exports.UnauthorizedResourceAccessException = UnauthorizedResourceAccessException;
|
|
2830
|
-
exports.UnauthorizedResourceAccessException$ = UnauthorizedResourceAccessException$;
|
|
2831
|
-
exports.UpdateDocument$ = UpdateDocument$;
|
|
2832
1053
|
exports.UpdateDocumentCommand = UpdateDocumentCommand;
|
|
2833
|
-
exports.UpdateDocumentRequest$ = UpdateDocumentRequest$;
|
|
2834
|
-
exports.UpdateDocumentVersion$ = UpdateDocumentVersion$;
|
|
2835
1054
|
exports.UpdateDocumentVersionCommand = UpdateDocumentVersionCommand;
|
|
2836
|
-
exports.UpdateDocumentVersionRequest$ = UpdateDocumentVersionRequest$;
|
|
2837
|
-
exports.UpdateFolder$ = UpdateFolder$;
|
|
2838
1055
|
exports.UpdateFolderCommand = UpdateFolderCommand;
|
|
2839
|
-
exports.UpdateFolderRequest$ = UpdateFolderRequest$;
|
|
2840
|
-
exports.UpdateUser$ = UpdateUser$;
|
|
2841
1056
|
exports.UpdateUserCommand = UpdateUserCommand;
|
|
2842
|
-
exports.UpdateUserRequest$ = UpdateUserRequest$;
|
|
2843
|
-
exports.UpdateUserResponse$ = UpdateUserResponse$;
|
|
2844
|
-
exports.UploadMetadata$ = UploadMetadata$;
|
|
2845
|
-
exports.User$ = User$;
|
|
2846
1057
|
exports.UserFilterType = UserFilterType;
|
|
2847
|
-
exports.UserMetadata$ = UserMetadata$;
|
|
2848
1058
|
exports.UserSortType = UserSortType;
|
|
2849
1059
|
exports.UserStatusType = UserStatusType;
|
|
2850
|
-
exports.UserStorageMetadata$ = UserStorageMetadata$;
|
|
2851
1060
|
exports.UserType = UserType;
|
|
2852
1061
|
exports.WorkDocs = WorkDocs;
|
|
2853
1062
|
exports.WorkDocsClient = WorkDocsClient;
|
|
2854
|
-
exports.WorkDocsServiceException = WorkDocsServiceException;
|
|
2855
|
-
exports.WorkDocsServiceException$ = WorkDocsServiceException$;
|
|
2856
1063
|
exports.paginateDescribeActivities = paginateDescribeActivities;
|
|
2857
1064
|
exports.paginateDescribeComments = paginateDescribeComments;
|
|
2858
1065
|
exports.paginateDescribeDocumentVersions = paginateDescribeDocumentVersions;
|
|
@@ -2863,3 +1070,15 @@ exports.paginateDescribeResourcePermissions = paginateDescribeResourcePermission
|
|
|
2863
1070
|
exports.paginateDescribeRootFolders = paginateDescribeRootFolders;
|
|
2864
1071
|
exports.paginateDescribeUsers = paginateDescribeUsers;
|
|
2865
1072
|
exports.paginateSearchResources = paginateSearchResources;
|
|
1073
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1074
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1075
|
+
enumerable: true,
|
|
1076
|
+
get: function () { return schemas_0[k]; }
|
|
1077
|
+
});
|
|
1078
|
+
});
|
|
1079
|
+
Object.keys(errors).forEach(function (k) {
|
|
1080
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1081
|
+
enumerable: true,
|
|
1082
|
+
get: function () { return errors[k]; }
|
|
1083
|
+
});
|
|
1084
|
+
});
|