@aws-sdk/client-workdocs 3.721.0 → 3.726.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 +375 -267
- package/dist-es/WorkDocsClient.js +1 -0
- package/dist-es/models/models_0.js +78 -50
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -317,7 +317,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
317
317
|
}, "resolveRuntimeExtensions");
|
|
318
318
|
|
|
319
319
|
// src/WorkDocsClient.ts
|
|
320
|
-
var
|
|
320
|
+
var WorkDocsClient = class extends import_smithy_client.Client {
|
|
321
|
+
static {
|
|
322
|
+
__name(this, "WorkDocsClient");
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* The resolved configuration of WorkDocsClient class. This is resolved and normalized from the {@link WorkDocsClientConfig | constructor configuration interface}.
|
|
326
|
+
*/
|
|
327
|
+
config;
|
|
321
328
|
constructor(...[configuration]) {
|
|
322
329
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
323
330
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -327,7 +334,7 @@ var _WorkDocsClient = class _WorkDocsClient extends import_smithy_client.Client
|
|
|
327
334
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
328
335
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
329
336
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
330
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
337
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
331
338
|
super(_config_8);
|
|
332
339
|
this.config = _config_8;
|
|
333
340
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -355,8 +362,6 @@ var _WorkDocsClient = class _WorkDocsClient extends import_smithy_client.Client
|
|
|
355
362
|
super.destroy();
|
|
356
363
|
}
|
|
357
364
|
};
|
|
358
|
-
__name(_WorkDocsClient, "WorkDocsClient");
|
|
359
|
-
var WorkDocsClient = _WorkDocsClient;
|
|
360
365
|
|
|
361
366
|
// src/WorkDocs.ts
|
|
362
367
|
|
|
@@ -371,7 +376,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
371
376
|
|
|
372
377
|
// src/models/WorkDocsServiceException.ts
|
|
373
378
|
|
|
374
|
-
var
|
|
379
|
+
var WorkDocsServiceException = class _WorkDocsServiceException extends import_smithy_client.ServiceException {
|
|
380
|
+
static {
|
|
381
|
+
__name(this, "WorkDocsServiceException");
|
|
382
|
+
}
|
|
375
383
|
/**
|
|
376
384
|
* @internal
|
|
377
385
|
*/
|
|
@@ -380,11 +388,15 @@ var _WorkDocsServiceException = class _WorkDocsServiceException extends import_s
|
|
|
380
388
|
Object.setPrototypeOf(this, _WorkDocsServiceException.prototype);
|
|
381
389
|
}
|
|
382
390
|
};
|
|
383
|
-
__name(_WorkDocsServiceException, "WorkDocsServiceException");
|
|
384
|
-
var WorkDocsServiceException = _WorkDocsServiceException;
|
|
385
391
|
|
|
386
392
|
// src/models/models_0.ts
|
|
387
|
-
var
|
|
393
|
+
var ConcurrentModificationException = class _ConcurrentModificationException extends WorkDocsServiceException {
|
|
394
|
+
static {
|
|
395
|
+
__name(this, "ConcurrentModificationException");
|
|
396
|
+
}
|
|
397
|
+
name = "ConcurrentModificationException";
|
|
398
|
+
$fault = "client";
|
|
399
|
+
Message;
|
|
388
400
|
/**
|
|
389
401
|
* @internal
|
|
390
402
|
*/
|
|
@@ -394,15 +406,22 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
|
|
|
394
406
|
$fault: "client",
|
|
395
407
|
...opts
|
|
396
408
|
});
|
|
397
|
-
this.name = "ConcurrentModificationException";
|
|
398
|
-
this.$fault = "client";
|
|
399
409
|
Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
|
|
400
410
|
this.Message = opts.Message;
|
|
401
411
|
}
|
|
402
412
|
};
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
413
|
+
var EntityNotExistsException = class _EntityNotExistsException extends WorkDocsServiceException {
|
|
414
|
+
static {
|
|
415
|
+
__name(this, "EntityNotExistsException");
|
|
416
|
+
}
|
|
417
|
+
name = "EntityNotExistsException";
|
|
418
|
+
$fault = "client";
|
|
419
|
+
Message;
|
|
420
|
+
/**
|
|
421
|
+
* <p>The IDs of the non-existent resources.</p>
|
|
422
|
+
* @public
|
|
423
|
+
*/
|
|
424
|
+
EntityIds;
|
|
406
425
|
/**
|
|
407
426
|
* @internal
|
|
408
427
|
*/
|
|
@@ -412,16 +431,18 @@ var _EntityNotExistsException = class _EntityNotExistsException extends WorkDocs
|
|
|
412
431
|
$fault: "client",
|
|
413
432
|
...opts
|
|
414
433
|
});
|
|
415
|
-
this.name = "EntityNotExistsException";
|
|
416
|
-
this.$fault = "client";
|
|
417
434
|
Object.setPrototypeOf(this, _EntityNotExistsException.prototype);
|
|
418
435
|
this.Message = opts.Message;
|
|
419
436
|
this.EntityIds = opts.EntityIds;
|
|
420
437
|
}
|
|
421
438
|
};
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
439
|
+
var FailedDependencyException = class _FailedDependencyException extends WorkDocsServiceException {
|
|
440
|
+
static {
|
|
441
|
+
__name(this, "FailedDependencyException");
|
|
442
|
+
}
|
|
443
|
+
name = "FailedDependencyException";
|
|
444
|
+
$fault = "client";
|
|
445
|
+
Message;
|
|
425
446
|
/**
|
|
426
447
|
* @internal
|
|
427
448
|
*/
|
|
@@ -431,15 +452,17 @@ var _FailedDependencyException = class _FailedDependencyException extends WorkDo
|
|
|
431
452
|
$fault: "client",
|
|
432
453
|
...opts
|
|
433
454
|
});
|
|
434
|
-
this.name = "FailedDependencyException";
|
|
435
|
-
this.$fault = "client";
|
|
436
455
|
Object.setPrototypeOf(this, _FailedDependencyException.prototype);
|
|
437
456
|
this.Message = opts.Message;
|
|
438
457
|
}
|
|
439
458
|
};
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
459
|
+
var ProhibitedStateException = class _ProhibitedStateException extends WorkDocsServiceException {
|
|
460
|
+
static {
|
|
461
|
+
__name(this, "ProhibitedStateException");
|
|
462
|
+
}
|
|
463
|
+
name = "ProhibitedStateException";
|
|
464
|
+
$fault = "client";
|
|
465
|
+
Message;
|
|
443
466
|
/**
|
|
444
467
|
* @internal
|
|
445
468
|
*/
|
|
@@ -449,15 +472,17 @@ var _ProhibitedStateException = class _ProhibitedStateException extends WorkDocs
|
|
|
449
472
|
$fault: "client",
|
|
450
473
|
...opts
|
|
451
474
|
});
|
|
452
|
-
this.name = "ProhibitedStateException";
|
|
453
|
-
this.$fault = "client";
|
|
454
475
|
Object.setPrototypeOf(this, _ProhibitedStateException.prototype);
|
|
455
476
|
this.Message = opts.Message;
|
|
456
477
|
}
|
|
457
478
|
};
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
479
|
+
var ServiceUnavailableException = class _ServiceUnavailableException extends WorkDocsServiceException {
|
|
480
|
+
static {
|
|
481
|
+
__name(this, "ServiceUnavailableException");
|
|
482
|
+
}
|
|
483
|
+
name = "ServiceUnavailableException";
|
|
484
|
+
$fault = "server";
|
|
485
|
+
Message;
|
|
461
486
|
/**
|
|
462
487
|
* @internal
|
|
463
488
|
*/
|
|
@@ -467,15 +492,18 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends Wo
|
|
|
467
492
|
$fault: "server",
|
|
468
493
|
...opts
|
|
469
494
|
});
|
|
470
|
-
this.name = "ServiceUnavailableException";
|
|
471
|
-
this.$fault = "server";
|
|
472
495
|
Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
|
|
473
496
|
this.Message = opts.Message;
|
|
474
497
|
}
|
|
475
498
|
};
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
499
|
+
var UnauthorizedOperationException = class _UnauthorizedOperationException extends WorkDocsServiceException {
|
|
500
|
+
static {
|
|
501
|
+
__name(this, "UnauthorizedOperationException");
|
|
502
|
+
}
|
|
503
|
+
name = "UnauthorizedOperationException";
|
|
504
|
+
$fault = "client";
|
|
505
|
+
Message;
|
|
506
|
+
Code;
|
|
479
507
|
/**
|
|
480
508
|
* @internal
|
|
481
509
|
*/
|
|
@@ -485,16 +513,18 @@ var _UnauthorizedOperationException = class _UnauthorizedOperationException exte
|
|
|
485
513
|
$fault: "client",
|
|
486
514
|
...opts
|
|
487
515
|
});
|
|
488
|
-
this.name = "UnauthorizedOperationException";
|
|
489
|
-
this.$fault = "client";
|
|
490
516
|
Object.setPrototypeOf(this, _UnauthorizedOperationException.prototype);
|
|
491
517
|
this.Message = opts.Message;
|
|
492
518
|
this.Code = opts.Code;
|
|
493
519
|
}
|
|
494
520
|
};
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
521
|
+
var UnauthorizedResourceAccessException = class _UnauthorizedResourceAccessException extends WorkDocsServiceException {
|
|
522
|
+
static {
|
|
523
|
+
__name(this, "UnauthorizedResourceAccessException");
|
|
524
|
+
}
|
|
525
|
+
name = "UnauthorizedResourceAccessException";
|
|
526
|
+
$fault = "client";
|
|
527
|
+
Message;
|
|
498
528
|
/**
|
|
499
529
|
* @internal
|
|
500
530
|
*/
|
|
@@ -504,14 +534,10 @@ var _UnauthorizedResourceAccessException = class _UnauthorizedResourceAccessExce
|
|
|
504
534
|
$fault: "client",
|
|
505
535
|
...opts
|
|
506
536
|
});
|
|
507
|
-
this.name = "UnauthorizedResourceAccessException";
|
|
508
|
-
this.$fault = "client";
|
|
509
537
|
Object.setPrototypeOf(this, _UnauthorizedResourceAccessException.prototype);
|
|
510
538
|
this.Message = opts.Message;
|
|
511
539
|
}
|
|
512
540
|
};
|
|
513
|
-
__name(_UnauthorizedResourceAccessException, "UnauthorizedResourceAccessException");
|
|
514
|
-
var UnauthorizedResourceAccessException = _UnauthorizedResourceAccessException;
|
|
515
541
|
var LocaleType = {
|
|
516
542
|
DE: "de",
|
|
517
543
|
DEFAULT: "default",
|
|
@@ -609,7 +635,13 @@ var CommentVisibilityType = {
|
|
|
609
635
|
PRIVATE: "PRIVATE",
|
|
610
636
|
PUBLIC: "PUBLIC"
|
|
611
637
|
};
|
|
612
|
-
var
|
|
638
|
+
var DocumentLockedForCommentsException = class _DocumentLockedForCommentsException extends WorkDocsServiceException {
|
|
639
|
+
static {
|
|
640
|
+
__name(this, "DocumentLockedForCommentsException");
|
|
641
|
+
}
|
|
642
|
+
name = "DocumentLockedForCommentsException";
|
|
643
|
+
$fault = "client";
|
|
644
|
+
Message;
|
|
613
645
|
/**
|
|
614
646
|
* @internal
|
|
615
647
|
*/
|
|
@@ -619,15 +651,17 @@ var _DocumentLockedForCommentsException = class _DocumentLockedForCommentsExcept
|
|
|
619
651
|
$fault: "client",
|
|
620
652
|
...opts
|
|
621
653
|
});
|
|
622
|
-
this.name = "DocumentLockedForCommentsException";
|
|
623
|
-
this.$fault = "client";
|
|
624
654
|
Object.setPrototypeOf(this, _DocumentLockedForCommentsException.prototype);
|
|
625
655
|
this.Message = opts.Message;
|
|
626
656
|
}
|
|
627
657
|
};
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
658
|
+
var InvalidCommentOperationException = class _InvalidCommentOperationException extends WorkDocsServiceException {
|
|
659
|
+
static {
|
|
660
|
+
__name(this, "InvalidCommentOperationException");
|
|
661
|
+
}
|
|
662
|
+
name = "InvalidCommentOperationException";
|
|
663
|
+
$fault = "client";
|
|
664
|
+
Message;
|
|
631
665
|
/**
|
|
632
666
|
* @internal
|
|
633
667
|
*/
|
|
@@ -637,15 +671,17 @@ var _InvalidCommentOperationException = class _InvalidCommentOperationException
|
|
|
637
671
|
$fault: "client",
|
|
638
672
|
...opts
|
|
639
673
|
});
|
|
640
|
-
this.name = "InvalidCommentOperationException";
|
|
641
|
-
this.$fault = "client";
|
|
642
674
|
Object.setPrototypeOf(this, _InvalidCommentOperationException.prototype);
|
|
643
675
|
this.Message = opts.Message;
|
|
644
676
|
}
|
|
645
677
|
};
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
678
|
+
var CustomMetadataLimitExceededException = class _CustomMetadataLimitExceededException extends WorkDocsServiceException {
|
|
679
|
+
static {
|
|
680
|
+
__name(this, "CustomMetadataLimitExceededException");
|
|
681
|
+
}
|
|
682
|
+
name = "CustomMetadataLimitExceededException";
|
|
683
|
+
$fault = "client";
|
|
684
|
+
Message;
|
|
649
685
|
/**
|
|
650
686
|
* @internal
|
|
651
687
|
*/
|
|
@@ -655,15 +691,17 @@ var _CustomMetadataLimitExceededException = class _CustomMetadataLimitExceededEx
|
|
|
655
691
|
$fault: "client",
|
|
656
692
|
...opts
|
|
657
693
|
});
|
|
658
|
-
this.name = "CustomMetadataLimitExceededException";
|
|
659
|
-
this.$fault = "client";
|
|
660
694
|
Object.setPrototypeOf(this, _CustomMetadataLimitExceededException.prototype);
|
|
661
695
|
this.Message = opts.Message;
|
|
662
696
|
}
|
|
663
697
|
};
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
698
|
+
var ConflictingOperationException = class _ConflictingOperationException extends WorkDocsServiceException {
|
|
699
|
+
static {
|
|
700
|
+
__name(this, "ConflictingOperationException");
|
|
701
|
+
}
|
|
702
|
+
name = "ConflictingOperationException";
|
|
703
|
+
$fault = "client";
|
|
704
|
+
Message;
|
|
667
705
|
/**
|
|
668
706
|
* @internal
|
|
669
707
|
*/
|
|
@@ -673,21 +711,23 @@ var _ConflictingOperationException = class _ConflictingOperationException extend
|
|
|
673
711
|
$fault: "client",
|
|
674
712
|
...opts
|
|
675
713
|
});
|
|
676
|
-
this.name = "ConflictingOperationException";
|
|
677
|
-
this.$fault = "client";
|
|
678
714
|
Object.setPrototypeOf(this, _ConflictingOperationException.prototype);
|
|
679
715
|
this.Message = opts.Message;
|
|
680
716
|
}
|
|
681
717
|
};
|
|
682
|
-
__name(_ConflictingOperationException, "ConflictingOperationException");
|
|
683
|
-
var ConflictingOperationException = _ConflictingOperationException;
|
|
684
718
|
var ResourceStateType = {
|
|
685
719
|
ACTIVE: "ACTIVE",
|
|
686
720
|
RECYCLED: "RECYCLED",
|
|
687
721
|
RECYCLING: "RECYCLING",
|
|
688
722
|
RESTORING: "RESTORING"
|
|
689
723
|
};
|
|
690
|
-
var
|
|
724
|
+
var EntityAlreadyExistsException = class _EntityAlreadyExistsException extends WorkDocsServiceException {
|
|
725
|
+
static {
|
|
726
|
+
__name(this, "EntityAlreadyExistsException");
|
|
727
|
+
}
|
|
728
|
+
name = "EntityAlreadyExistsException";
|
|
729
|
+
$fault = "client";
|
|
730
|
+
Message;
|
|
691
731
|
/**
|
|
692
732
|
* @internal
|
|
693
733
|
*/
|
|
@@ -697,15 +737,17 @@ var _EntityAlreadyExistsException = class _EntityAlreadyExistsException extends
|
|
|
697
737
|
$fault: "client",
|
|
698
738
|
...opts
|
|
699
739
|
});
|
|
700
|
-
this.name = "EntityAlreadyExistsException";
|
|
701
|
-
this.$fault = "client";
|
|
702
740
|
Object.setPrototypeOf(this, _EntityAlreadyExistsException.prototype);
|
|
703
741
|
this.Message = opts.Message;
|
|
704
742
|
}
|
|
705
743
|
};
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
744
|
+
var LimitExceededException = class _LimitExceededException extends WorkDocsServiceException {
|
|
745
|
+
static {
|
|
746
|
+
__name(this, "LimitExceededException");
|
|
747
|
+
}
|
|
748
|
+
name = "LimitExceededException";
|
|
749
|
+
$fault = "client";
|
|
750
|
+
Message;
|
|
709
751
|
/**
|
|
710
752
|
* @internal
|
|
711
753
|
*/
|
|
@@ -715,15 +757,17 @@ var _LimitExceededException = class _LimitExceededException extends WorkDocsServ
|
|
|
715
757
|
$fault: "client",
|
|
716
758
|
...opts
|
|
717
759
|
});
|
|
718
|
-
this.name = "LimitExceededException";
|
|
719
|
-
this.$fault = "client";
|
|
720
760
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
721
761
|
this.Message = opts.Message;
|
|
722
762
|
}
|
|
723
763
|
};
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
764
|
+
var TooManyLabelsException = class _TooManyLabelsException extends WorkDocsServiceException {
|
|
765
|
+
static {
|
|
766
|
+
__name(this, "TooManyLabelsException");
|
|
767
|
+
}
|
|
768
|
+
name = "TooManyLabelsException";
|
|
769
|
+
$fault = "client";
|
|
770
|
+
Message;
|
|
727
771
|
/**
|
|
728
772
|
* @internal
|
|
729
773
|
*/
|
|
@@ -733,14 +777,10 @@ var _TooManyLabelsException = class _TooManyLabelsException extends WorkDocsServ
|
|
|
733
777
|
$fault: "client",
|
|
734
778
|
...opts
|
|
735
779
|
});
|
|
736
|
-
this.name = "TooManyLabelsException";
|
|
737
|
-
this.$fault = "client";
|
|
738
780
|
Object.setPrototypeOf(this, _TooManyLabelsException.prototype);
|
|
739
781
|
this.Message = opts.Message;
|
|
740
782
|
}
|
|
741
783
|
};
|
|
742
|
-
__name(_TooManyLabelsException, "TooManyLabelsException");
|
|
743
|
-
var TooManyLabelsException = _TooManyLabelsException;
|
|
744
784
|
var SubscriptionProtocolType = {
|
|
745
785
|
HTTPS: "HTTPS",
|
|
746
786
|
SQS: "SQS"
|
|
@@ -748,7 +788,13 @@ var SubscriptionProtocolType = {
|
|
|
748
788
|
var SubscriptionType = {
|
|
749
789
|
ALL: "ALL"
|
|
750
790
|
};
|
|
751
|
-
var
|
|
791
|
+
var InvalidArgumentException = class _InvalidArgumentException extends WorkDocsServiceException {
|
|
792
|
+
static {
|
|
793
|
+
__name(this, "InvalidArgumentException");
|
|
794
|
+
}
|
|
795
|
+
name = "InvalidArgumentException";
|
|
796
|
+
$fault = "client";
|
|
797
|
+
Message;
|
|
752
798
|
/**
|
|
753
799
|
* @internal
|
|
754
800
|
*/
|
|
@@ -758,15 +804,17 @@ var _InvalidArgumentException = class _InvalidArgumentException extends WorkDocs
|
|
|
758
804
|
$fault: "client",
|
|
759
805
|
...opts
|
|
760
806
|
});
|
|
761
|
-
this.name = "InvalidArgumentException";
|
|
762
|
-
this.$fault = "client";
|
|
763
807
|
Object.setPrototypeOf(this, _InvalidArgumentException.prototype);
|
|
764
808
|
this.Message = opts.Message;
|
|
765
809
|
}
|
|
766
810
|
};
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
811
|
+
var TooManySubscriptionsException = class _TooManySubscriptionsException extends WorkDocsServiceException {
|
|
812
|
+
static {
|
|
813
|
+
__name(this, "TooManySubscriptionsException");
|
|
814
|
+
}
|
|
815
|
+
name = "TooManySubscriptionsException";
|
|
816
|
+
$fault = "client";
|
|
817
|
+
Message;
|
|
770
818
|
/**
|
|
771
819
|
* @internal
|
|
772
820
|
*/
|
|
@@ -776,15 +824,17 @@ var _TooManySubscriptionsException = class _TooManySubscriptionsException extend
|
|
|
776
824
|
$fault: "client",
|
|
777
825
|
...opts
|
|
778
826
|
});
|
|
779
|
-
this.name = "TooManySubscriptionsException";
|
|
780
|
-
this.$fault = "client";
|
|
781
827
|
Object.setPrototypeOf(this, _TooManySubscriptionsException.prototype);
|
|
782
828
|
this.Message = opts.Message;
|
|
783
829
|
}
|
|
784
830
|
};
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
831
|
+
var InvalidOperationException = class _InvalidOperationException extends WorkDocsServiceException {
|
|
832
|
+
static {
|
|
833
|
+
__name(this, "InvalidOperationException");
|
|
834
|
+
}
|
|
835
|
+
name = "InvalidOperationException";
|
|
836
|
+
$fault = "client";
|
|
837
|
+
Message;
|
|
788
838
|
/**
|
|
789
839
|
* @internal
|
|
790
840
|
*/
|
|
@@ -794,14 +844,10 @@ var _InvalidOperationException = class _InvalidOperationException extends WorkDo
|
|
|
794
844
|
$fault: "client",
|
|
795
845
|
...opts
|
|
796
846
|
});
|
|
797
|
-
this.name = "InvalidOperationException";
|
|
798
|
-
this.$fault = "client";
|
|
799
847
|
Object.setPrototypeOf(this, _InvalidOperationException.prototype);
|
|
800
848
|
this.Message = opts.Message;
|
|
801
849
|
}
|
|
802
850
|
};
|
|
803
|
-
__name(_InvalidOperationException, "InvalidOperationException");
|
|
804
|
-
var InvalidOperationException = _InvalidOperationException;
|
|
805
851
|
var DocumentSourceType = {
|
|
806
852
|
ORIGINAL: "ORIGINAL",
|
|
807
853
|
WITH_COMMENTS: "WITH_COMMENTS"
|
|
@@ -815,7 +861,13 @@ var DocumentThumbnailType = {
|
|
|
815
861
|
SMALL: "SMALL",
|
|
816
862
|
SMALL_HQ: "SMALL_HQ"
|
|
817
863
|
};
|
|
818
|
-
var
|
|
864
|
+
var InvalidPasswordException = class _InvalidPasswordException extends WorkDocsServiceException {
|
|
865
|
+
static {
|
|
866
|
+
__name(this, "InvalidPasswordException");
|
|
867
|
+
}
|
|
868
|
+
name = "InvalidPasswordException";
|
|
869
|
+
$fault = "client";
|
|
870
|
+
Message;
|
|
819
871
|
/**
|
|
820
872
|
* @internal
|
|
821
873
|
*/
|
|
@@ -825,14 +877,10 @@ var _InvalidPasswordException = class _InvalidPasswordException extends WorkDocs
|
|
|
825
877
|
$fault: "client",
|
|
826
878
|
...opts
|
|
827
879
|
});
|
|
828
|
-
this.name = "InvalidPasswordException";
|
|
829
|
-
this.$fault = "client";
|
|
830
880
|
Object.setPrototypeOf(this, _InvalidPasswordException.prototype);
|
|
831
881
|
this.Message = opts.Message;
|
|
832
882
|
}
|
|
833
883
|
};
|
|
834
|
-
__name(_InvalidPasswordException, "InvalidPasswordException");
|
|
835
|
-
var InvalidPasswordException = _InvalidPasswordException;
|
|
836
884
|
var OrderType = {
|
|
837
885
|
ASCENDING: "ASCENDING",
|
|
838
886
|
DESCENDING: "DESCENDING"
|
|
@@ -861,7 +909,13 @@ var UserSortType = {
|
|
|
861
909
|
USER_NAME: "USER_NAME",
|
|
862
910
|
USER_STATUS: "USER_STATUS"
|
|
863
911
|
};
|
|
864
|
-
var
|
|
912
|
+
var RequestedEntityTooLargeException = class _RequestedEntityTooLargeException extends WorkDocsServiceException {
|
|
913
|
+
static {
|
|
914
|
+
__name(this, "RequestedEntityTooLargeException");
|
|
915
|
+
}
|
|
916
|
+
name = "RequestedEntityTooLargeException";
|
|
917
|
+
$fault = "client";
|
|
918
|
+
Message;
|
|
865
919
|
/**
|
|
866
920
|
* @internal
|
|
867
921
|
*/
|
|
@@ -871,18 +925,20 @@ var _RequestedEntityTooLargeException = class _RequestedEntityTooLargeException
|
|
|
871
925
|
$fault: "client",
|
|
872
926
|
...opts
|
|
873
927
|
});
|
|
874
|
-
this.name = "RequestedEntityTooLargeException";
|
|
875
|
-
this.$fault = "client";
|
|
876
928
|
Object.setPrototypeOf(this, _RequestedEntityTooLargeException.prototype);
|
|
877
929
|
this.Message = opts.Message;
|
|
878
930
|
}
|
|
879
931
|
};
|
|
880
|
-
__name(_RequestedEntityTooLargeException, "RequestedEntityTooLargeException");
|
|
881
|
-
var RequestedEntityTooLargeException = _RequestedEntityTooLargeException;
|
|
882
932
|
var ResourceCollectionType = {
|
|
883
933
|
SHARED_WITH_ME: "SHARED_WITH_ME"
|
|
884
934
|
};
|
|
885
|
-
var
|
|
935
|
+
var DraftUploadOutOfSyncException = class _DraftUploadOutOfSyncException extends WorkDocsServiceException {
|
|
936
|
+
static {
|
|
937
|
+
__name(this, "DraftUploadOutOfSyncException");
|
|
938
|
+
}
|
|
939
|
+
name = "DraftUploadOutOfSyncException";
|
|
940
|
+
$fault = "client";
|
|
941
|
+
Message;
|
|
886
942
|
/**
|
|
887
943
|
* @internal
|
|
888
944
|
*/
|
|
@@ -892,15 +948,17 @@ var _DraftUploadOutOfSyncException = class _DraftUploadOutOfSyncException extend
|
|
|
892
948
|
$fault: "client",
|
|
893
949
|
...opts
|
|
894
950
|
});
|
|
895
|
-
this.name = "DraftUploadOutOfSyncException";
|
|
896
|
-
this.$fault = "client";
|
|
897
951
|
Object.setPrototypeOf(this, _DraftUploadOutOfSyncException.prototype);
|
|
898
952
|
this.Message = opts.Message;
|
|
899
953
|
}
|
|
900
954
|
};
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
955
|
+
var ResourceAlreadyCheckedOutException = class _ResourceAlreadyCheckedOutException extends WorkDocsServiceException {
|
|
956
|
+
static {
|
|
957
|
+
__name(this, "ResourceAlreadyCheckedOutException");
|
|
958
|
+
}
|
|
959
|
+
name = "ResourceAlreadyCheckedOutException";
|
|
960
|
+
$fault = "client";
|
|
961
|
+
Message;
|
|
904
962
|
/**
|
|
905
963
|
* @internal
|
|
906
964
|
*/
|
|
@@ -910,15 +968,17 @@ var _ResourceAlreadyCheckedOutException = class _ResourceAlreadyCheckedOutExcept
|
|
|
910
968
|
$fault: "client",
|
|
911
969
|
...opts
|
|
912
970
|
});
|
|
913
|
-
this.name = "ResourceAlreadyCheckedOutException";
|
|
914
|
-
this.$fault = "client";
|
|
915
971
|
Object.setPrototypeOf(this, _ResourceAlreadyCheckedOutException.prototype);
|
|
916
972
|
this.Message = opts.Message;
|
|
917
973
|
}
|
|
918
974
|
};
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
975
|
+
var StorageLimitExceededException = class _StorageLimitExceededException extends WorkDocsServiceException {
|
|
976
|
+
static {
|
|
977
|
+
__name(this, "StorageLimitExceededException");
|
|
978
|
+
}
|
|
979
|
+
name = "StorageLimitExceededException";
|
|
980
|
+
$fault = "client";
|
|
981
|
+
Message;
|
|
922
982
|
/**
|
|
923
983
|
* @internal
|
|
924
984
|
*/
|
|
@@ -928,15 +988,17 @@ var _StorageLimitExceededException = class _StorageLimitExceededException extend
|
|
|
928
988
|
$fault: "client",
|
|
929
989
|
...opts
|
|
930
990
|
});
|
|
931
|
-
this.name = "StorageLimitExceededException";
|
|
932
|
-
this.$fault = "client";
|
|
933
991
|
Object.setPrototypeOf(this, _StorageLimitExceededException.prototype);
|
|
934
992
|
this.Message = opts.Message;
|
|
935
993
|
}
|
|
936
994
|
};
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
995
|
+
var StorageLimitWillExceedException = class _StorageLimitWillExceedException extends WorkDocsServiceException {
|
|
996
|
+
static {
|
|
997
|
+
__name(this, "StorageLimitWillExceedException");
|
|
998
|
+
}
|
|
999
|
+
name = "StorageLimitWillExceedException";
|
|
1000
|
+
$fault = "client";
|
|
1001
|
+
Message;
|
|
940
1002
|
/**
|
|
941
1003
|
* @internal
|
|
942
1004
|
*/
|
|
@@ -946,14 +1008,10 @@ var _StorageLimitWillExceedException = class _StorageLimitWillExceedException ex
|
|
|
946
1008
|
$fault: "client",
|
|
947
1009
|
...opts
|
|
948
1010
|
});
|
|
949
|
-
this.name = "StorageLimitWillExceedException";
|
|
950
|
-
this.$fault = "client";
|
|
951
1011
|
Object.setPrototypeOf(this, _StorageLimitWillExceedException.prototype);
|
|
952
1012
|
this.Message = opts.Message;
|
|
953
1013
|
}
|
|
954
1014
|
};
|
|
955
|
-
__name(_StorageLimitWillExceedException, "StorageLimitWillExceedException");
|
|
956
|
-
var StorageLimitWillExceedException = _StorageLimitWillExceedException;
|
|
957
1015
|
var ContentCategoryType = {
|
|
958
1016
|
AUDIO: "AUDIO",
|
|
959
1017
|
DOCUMENT: "DOCUMENT",
|
|
@@ -1038,7 +1096,14 @@ var ResponseItemType = {
|
|
|
1038
1096
|
var DocumentVersionStatus = {
|
|
1039
1097
|
ACTIVE: "ACTIVE"
|
|
1040
1098
|
};
|
|
1041
|
-
var
|
|
1099
|
+
var DeactivatingLastSystemUserException = class _DeactivatingLastSystemUserException extends WorkDocsServiceException {
|
|
1100
|
+
static {
|
|
1101
|
+
__name(this, "DeactivatingLastSystemUserException");
|
|
1102
|
+
}
|
|
1103
|
+
name = "DeactivatingLastSystemUserException";
|
|
1104
|
+
$fault = "client";
|
|
1105
|
+
Message;
|
|
1106
|
+
Code;
|
|
1042
1107
|
/**
|
|
1043
1108
|
* @internal
|
|
1044
1109
|
*/
|
|
@@ -1048,16 +1113,18 @@ var _DeactivatingLastSystemUserException = class _DeactivatingLastSystemUserExce
|
|
|
1048
1113
|
$fault: "client",
|
|
1049
1114
|
...opts
|
|
1050
1115
|
});
|
|
1051
|
-
this.name = "DeactivatingLastSystemUserException";
|
|
1052
|
-
this.$fault = "client";
|
|
1053
1116
|
Object.setPrototypeOf(this, _DeactivatingLastSystemUserException.prototype);
|
|
1054
1117
|
this.Message = opts.Message;
|
|
1055
1118
|
this.Code = opts.Code;
|
|
1056
1119
|
}
|
|
1057
1120
|
};
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1121
|
+
var IllegalUserStateException = class _IllegalUserStateException extends WorkDocsServiceException {
|
|
1122
|
+
static {
|
|
1123
|
+
__name(this, "IllegalUserStateException");
|
|
1124
|
+
}
|
|
1125
|
+
name = "IllegalUserStateException";
|
|
1126
|
+
$fault = "client";
|
|
1127
|
+
Message;
|
|
1061
1128
|
/**
|
|
1062
1129
|
* @internal
|
|
1063
1130
|
*/
|
|
@@ -1067,14 +1134,10 @@ var _IllegalUserStateException = class _IllegalUserStateException extends WorkDo
|
|
|
1067
1134
|
$fault: "client",
|
|
1068
1135
|
...opts
|
|
1069
1136
|
});
|
|
1070
|
-
this.name = "IllegalUserStateException";
|
|
1071
|
-
this.$fault = "client";
|
|
1072
1137
|
Object.setPrototypeOf(this, _IllegalUserStateException.prototype);
|
|
1073
1138
|
this.Message = opts.Message;
|
|
1074
1139
|
}
|
|
1075
1140
|
};
|
|
1076
|
-
__name(_IllegalUserStateException, "IllegalUserStateException");
|
|
1077
|
-
var IllegalUserStateException = _IllegalUserStateException;
|
|
1078
1141
|
var BooleanEnumType = {
|
|
1079
1142
|
FALSE: "FALSE",
|
|
1080
1143
|
TRUE: "TRUE"
|
|
@@ -3351,617 +3414,661 @@ var _v = "versionid";
|
|
|
3351
3414
|
var _vI = "versionId";
|
|
3352
3415
|
|
|
3353
3416
|
// src/commands/AbortDocumentVersionUploadCommand.ts
|
|
3354
|
-
var
|
|
3417
|
+
var AbortDocumentVersionUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3355
3418
|
return [
|
|
3356
3419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3357
3420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3358
3421
|
];
|
|
3359
3422
|
}).s("AWSGorillaBoyService", "AbortDocumentVersionUpload", {}).n("WorkDocsClient", "AbortDocumentVersionUploadCommand").f(AbortDocumentVersionUploadRequestFilterSensitiveLog, void 0).ser(se_AbortDocumentVersionUploadCommand).de(de_AbortDocumentVersionUploadCommand).build() {
|
|
3423
|
+
static {
|
|
3424
|
+
__name(this, "AbortDocumentVersionUploadCommand");
|
|
3425
|
+
}
|
|
3360
3426
|
};
|
|
3361
|
-
__name(_AbortDocumentVersionUploadCommand, "AbortDocumentVersionUploadCommand");
|
|
3362
|
-
var AbortDocumentVersionUploadCommand = _AbortDocumentVersionUploadCommand;
|
|
3363
3427
|
|
|
3364
3428
|
// src/commands/ActivateUserCommand.ts
|
|
3365
3429
|
|
|
3366
3430
|
|
|
3367
3431
|
|
|
3368
|
-
var
|
|
3432
|
+
var ActivateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3369
3433
|
return [
|
|
3370
3434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3371
3435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3372
3436
|
];
|
|
3373
3437
|
}).s("AWSGorillaBoyService", "ActivateUser", {}).n("WorkDocsClient", "ActivateUserCommand").f(ActivateUserRequestFilterSensitiveLog, ActivateUserResponseFilterSensitiveLog).ser(se_ActivateUserCommand).de(de_ActivateUserCommand).build() {
|
|
3438
|
+
static {
|
|
3439
|
+
__name(this, "ActivateUserCommand");
|
|
3440
|
+
}
|
|
3374
3441
|
};
|
|
3375
|
-
__name(_ActivateUserCommand, "ActivateUserCommand");
|
|
3376
|
-
var ActivateUserCommand = _ActivateUserCommand;
|
|
3377
3442
|
|
|
3378
3443
|
// src/commands/AddResourcePermissionsCommand.ts
|
|
3379
3444
|
|
|
3380
3445
|
|
|
3381
3446
|
|
|
3382
|
-
var
|
|
3447
|
+
var AddResourcePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3383
3448
|
return [
|
|
3384
3449
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3385
3450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3386
3451
|
];
|
|
3387
3452
|
}).s("AWSGorillaBoyService", "AddResourcePermissions", {}).n("WorkDocsClient", "AddResourcePermissionsCommand").f(AddResourcePermissionsRequestFilterSensitiveLog, AddResourcePermissionsResponseFilterSensitiveLog).ser(se_AddResourcePermissionsCommand).de(de_AddResourcePermissionsCommand).build() {
|
|
3453
|
+
static {
|
|
3454
|
+
__name(this, "AddResourcePermissionsCommand");
|
|
3455
|
+
}
|
|
3388
3456
|
};
|
|
3389
|
-
__name(_AddResourcePermissionsCommand, "AddResourcePermissionsCommand");
|
|
3390
|
-
var AddResourcePermissionsCommand = _AddResourcePermissionsCommand;
|
|
3391
3457
|
|
|
3392
3458
|
// src/commands/CreateCommentCommand.ts
|
|
3393
3459
|
|
|
3394
3460
|
|
|
3395
3461
|
|
|
3396
|
-
var
|
|
3462
|
+
var CreateCommentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3397
3463
|
return [
|
|
3398
3464
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3399
3465
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3400
3466
|
];
|
|
3401
3467
|
}).s("AWSGorillaBoyService", "CreateComment", {}).n("WorkDocsClient", "CreateCommentCommand").f(CreateCommentRequestFilterSensitiveLog, CreateCommentResponseFilterSensitiveLog).ser(se_CreateCommentCommand).de(de_CreateCommentCommand).build() {
|
|
3468
|
+
static {
|
|
3469
|
+
__name(this, "CreateCommentCommand");
|
|
3470
|
+
}
|
|
3402
3471
|
};
|
|
3403
|
-
__name(_CreateCommentCommand, "CreateCommentCommand");
|
|
3404
|
-
var CreateCommentCommand = _CreateCommentCommand;
|
|
3405
3472
|
|
|
3406
3473
|
// src/commands/CreateCustomMetadataCommand.ts
|
|
3407
3474
|
|
|
3408
3475
|
|
|
3409
3476
|
|
|
3410
|
-
var
|
|
3477
|
+
var CreateCustomMetadataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3411
3478
|
return [
|
|
3412
3479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3413
3480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3414
3481
|
];
|
|
3415
3482
|
}).s("AWSGorillaBoyService", "CreateCustomMetadata", {}).n("WorkDocsClient", "CreateCustomMetadataCommand").f(CreateCustomMetadataRequestFilterSensitiveLog, void 0).ser(se_CreateCustomMetadataCommand).de(de_CreateCustomMetadataCommand).build() {
|
|
3483
|
+
static {
|
|
3484
|
+
__name(this, "CreateCustomMetadataCommand");
|
|
3485
|
+
}
|
|
3416
3486
|
};
|
|
3417
|
-
__name(_CreateCustomMetadataCommand, "CreateCustomMetadataCommand");
|
|
3418
|
-
var CreateCustomMetadataCommand = _CreateCustomMetadataCommand;
|
|
3419
3487
|
|
|
3420
3488
|
// src/commands/CreateFolderCommand.ts
|
|
3421
3489
|
|
|
3422
3490
|
|
|
3423
3491
|
|
|
3424
|
-
var
|
|
3492
|
+
var CreateFolderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3425
3493
|
return [
|
|
3426
3494
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3427
3495
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3428
3496
|
];
|
|
3429
3497
|
}).s("AWSGorillaBoyService", "CreateFolder", {}).n("WorkDocsClient", "CreateFolderCommand").f(CreateFolderRequestFilterSensitiveLog, CreateFolderResponseFilterSensitiveLog).ser(se_CreateFolderCommand).de(de_CreateFolderCommand).build() {
|
|
3498
|
+
static {
|
|
3499
|
+
__name(this, "CreateFolderCommand");
|
|
3500
|
+
}
|
|
3430
3501
|
};
|
|
3431
|
-
__name(_CreateFolderCommand, "CreateFolderCommand");
|
|
3432
|
-
var CreateFolderCommand = _CreateFolderCommand;
|
|
3433
3502
|
|
|
3434
3503
|
// src/commands/CreateLabelsCommand.ts
|
|
3435
3504
|
|
|
3436
3505
|
|
|
3437
3506
|
|
|
3438
|
-
var
|
|
3507
|
+
var CreateLabelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3439
3508
|
return [
|
|
3440
3509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3441
3510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3442
3511
|
];
|
|
3443
3512
|
}).s("AWSGorillaBoyService", "CreateLabels", {}).n("WorkDocsClient", "CreateLabelsCommand").f(CreateLabelsRequestFilterSensitiveLog, void 0).ser(se_CreateLabelsCommand).de(de_CreateLabelsCommand).build() {
|
|
3513
|
+
static {
|
|
3514
|
+
__name(this, "CreateLabelsCommand");
|
|
3515
|
+
}
|
|
3444
3516
|
};
|
|
3445
|
-
__name(_CreateLabelsCommand, "CreateLabelsCommand");
|
|
3446
|
-
var CreateLabelsCommand = _CreateLabelsCommand;
|
|
3447
3517
|
|
|
3448
3518
|
// src/commands/CreateNotificationSubscriptionCommand.ts
|
|
3449
3519
|
|
|
3450
3520
|
|
|
3451
3521
|
|
|
3452
|
-
var
|
|
3522
|
+
var CreateNotificationSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3453
3523
|
return [
|
|
3454
3524
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3455
3525
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3456
3526
|
];
|
|
3457
3527
|
}).s("AWSGorillaBoyService", "CreateNotificationSubscription", {}).n("WorkDocsClient", "CreateNotificationSubscriptionCommand").f(void 0, void 0).ser(se_CreateNotificationSubscriptionCommand).de(de_CreateNotificationSubscriptionCommand).build() {
|
|
3528
|
+
static {
|
|
3529
|
+
__name(this, "CreateNotificationSubscriptionCommand");
|
|
3530
|
+
}
|
|
3458
3531
|
};
|
|
3459
|
-
__name(_CreateNotificationSubscriptionCommand, "CreateNotificationSubscriptionCommand");
|
|
3460
|
-
var CreateNotificationSubscriptionCommand = _CreateNotificationSubscriptionCommand;
|
|
3461
3532
|
|
|
3462
3533
|
// src/commands/CreateUserCommand.ts
|
|
3463
3534
|
|
|
3464
3535
|
|
|
3465
3536
|
|
|
3466
|
-
var
|
|
3537
|
+
var CreateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3467
3538
|
return [
|
|
3468
3539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3469
3540
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3470
3541
|
];
|
|
3471
3542
|
}).s("AWSGorillaBoyService", "CreateUser", {}).n("WorkDocsClient", "CreateUserCommand").f(CreateUserRequestFilterSensitiveLog, CreateUserResponseFilterSensitiveLog).ser(se_CreateUserCommand).de(de_CreateUserCommand).build() {
|
|
3543
|
+
static {
|
|
3544
|
+
__name(this, "CreateUserCommand");
|
|
3545
|
+
}
|
|
3472
3546
|
};
|
|
3473
|
-
__name(_CreateUserCommand, "CreateUserCommand");
|
|
3474
|
-
var CreateUserCommand = _CreateUserCommand;
|
|
3475
3547
|
|
|
3476
3548
|
// src/commands/DeactivateUserCommand.ts
|
|
3477
3549
|
|
|
3478
3550
|
|
|
3479
3551
|
|
|
3480
|
-
var
|
|
3552
|
+
var DeactivateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3481
3553
|
return [
|
|
3482
3554
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3483
3555
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3484
3556
|
];
|
|
3485
3557
|
}).s("AWSGorillaBoyService", "DeactivateUser", {}).n("WorkDocsClient", "DeactivateUserCommand").f(DeactivateUserRequestFilterSensitiveLog, void 0).ser(se_DeactivateUserCommand).de(de_DeactivateUserCommand).build() {
|
|
3558
|
+
static {
|
|
3559
|
+
__name(this, "DeactivateUserCommand");
|
|
3560
|
+
}
|
|
3486
3561
|
};
|
|
3487
|
-
__name(_DeactivateUserCommand, "DeactivateUserCommand");
|
|
3488
|
-
var DeactivateUserCommand = _DeactivateUserCommand;
|
|
3489
3562
|
|
|
3490
3563
|
// src/commands/DeleteCommentCommand.ts
|
|
3491
3564
|
|
|
3492
3565
|
|
|
3493
3566
|
|
|
3494
|
-
var
|
|
3567
|
+
var DeleteCommentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3495
3568
|
return [
|
|
3496
3569
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3497
3570
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3498
3571
|
];
|
|
3499
3572
|
}).s("AWSGorillaBoyService", "DeleteComment", {}).n("WorkDocsClient", "DeleteCommentCommand").f(DeleteCommentRequestFilterSensitiveLog, void 0).ser(se_DeleteCommentCommand).de(de_DeleteCommentCommand).build() {
|
|
3573
|
+
static {
|
|
3574
|
+
__name(this, "DeleteCommentCommand");
|
|
3575
|
+
}
|
|
3500
3576
|
};
|
|
3501
|
-
__name(_DeleteCommentCommand, "DeleteCommentCommand");
|
|
3502
|
-
var DeleteCommentCommand = _DeleteCommentCommand;
|
|
3503
3577
|
|
|
3504
3578
|
// src/commands/DeleteCustomMetadataCommand.ts
|
|
3505
3579
|
|
|
3506
3580
|
|
|
3507
3581
|
|
|
3508
|
-
var
|
|
3582
|
+
var DeleteCustomMetadataCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3509
3583
|
return [
|
|
3510
3584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3511
3585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3512
3586
|
];
|
|
3513
3587
|
}).s("AWSGorillaBoyService", "DeleteCustomMetadata", {}).n("WorkDocsClient", "DeleteCustomMetadataCommand").f(DeleteCustomMetadataRequestFilterSensitiveLog, void 0).ser(se_DeleteCustomMetadataCommand).de(de_DeleteCustomMetadataCommand).build() {
|
|
3588
|
+
static {
|
|
3589
|
+
__name(this, "DeleteCustomMetadataCommand");
|
|
3590
|
+
}
|
|
3514
3591
|
};
|
|
3515
|
-
__name(_DeleteCustomMetadataCommand, "DeleteCustomMetadataCommand");
|
|
3516
|
-
var DeleteCustomMetadataCommand = _DeleteCustomMetadataCommand;
|
|
3517
3592
|
|
|
3518
3593
|
// src/commands/DeleteDocumentCommand.ts
|
|
3519
3594
|
|
|
3520
3595
|
|
|
3521
3596
|
|
|
3522
|
-
var
|
|
3597
|
+
var DeleteDocumentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3523
3598
|
return [
|
|
3524
3599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3525
3600
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3526
3601
|
];
|
|
3527
3602
|
}).s("AWSGorillaBoyService", "DeleteDocument", {}).n("WorkDocsClient", "DeleteDocumentCommand").f(DeleteDocumentRequestFilterSensitiveLog, void 0).ser(se_DeleteDocumentCommand).de(de_DeleteDocumentCommand).build() {
|
|
3603
|
+
static {
|
|
3604
|
+
__name(this, "DeleteDocumentCommand");
|
|
3605
|
+
}
|
|
3528
3606
|
};
|
|
3529
|
-
__name(_DeleteDocumentCommand, "DeleteDocumentCommand");
|
|
3530
|
-
var DeleteDocumentCommand = _DeleteDocumentCommand;
|
|
3531
3607
|
|
|
3532
3608
|
// src/commands/DeleteDocumentVersionCommand.ts
|
|
3533
3609
|
|
|
3534
3610
|
|
|
3535
3611
|
|
|
3536
|
-
var
|
|
3612
|
+
var DeleteDocumentVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3537
3613
|
return [
|
|
3538
3614
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3539
3615
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3540
3616
|
];
|
|
3541
3617
|
}).s("AWSGorillaBoyService", "DeleteDocumentVersion", {}).n("WorkDocsClient", "DeleteDocumentVersionCommand").f(DeleteDocumentVersionRequestFilterSensitiveLog, void 0).ser(se_DeleteDocumentVersionCommand).de(de_DeleteDocumentVersionCommand).build() {
|
|
3618
|
+
static {
|
|
3619
|
+
__name(this, "DeleteDocumentVersionCommand");
|
|
3620
|
+
}
|
|
3542
3621
|
};
|
|
3543
|
-
__name(_DeleteDocumentVersionCommand, "DeleteDocumentVersionCommand");
|
|
3544
|
-
var DeleteDocumentVersionCommand = _DeleteDocumentVersionCommand;
|
|
3545
3622
|
|
|
3546
3623
|
// src/commands/DeleteFolderCommand.ts
|
|
3547
3624
|
|
|
3548
3625
|
|
|
3549
3626
|
|
|
3550
|
-
var
|
|
3627
|
+
var DeleteFolderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3551
3628
|
return [
|
|
3552
3629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3553
3630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3554
3631
|
];
|
|
3555
3632
|
}).s("AWSGorillaBoyService", "DeleteFolder", {}).n("WorkDocsClient", "DeleteFolderCommand").f(DeleteFolderRequestFilterSensitiveLog, void 0).ser(se_DeleteFolderCommand).de(de_DeleteFolderCommand).build() {
|
|
3633
|
+
static {
|
|
3634
|
+
__name(this, "DeleteFolderCommand");
|
|
3635
|
+
}
|
|
3556
3636
|
};
|
|
3557
|
-
__name(_DeleteFolderCommand, "DeleteFolderCommand");
|
|
3558
|
-
var DeleteFolderCommand = _DeleteFolderCommand;
|
|
3559
3637
|
|
|
3560
3638
|
// src/commands/DeleteFolderContentsCommand.ts
|
|
3561
3639
|
|
|
3562
3640
|
|
|
3563
3641
|
|
|
3564
|
-
var
|
|
3642
|
+
var DeleteFolderContentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3565
3643
|
return [
|
|
3566
3644
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3567
3645
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3568
3646
|
];
|
|
3569
3647
|
}).s("AWSGorillaBoyService", "DeleteFolderContents", {}).n("WorkDocsClient", "DeleteFolderContentsCommand").f(DeleteFolderContentsRequestFilterSensitiveLog, void 0).ser(se_DeleteFolderContentsCommand).de(de_DeleteFolderContentsCommand).build() {
|
|
3648
|
+
static {
|
|
3649
|
+
__name(this, "DeleteFolderContentsCommand");
|
|
3650
|
+
}
|
|
3570
3651
|
};
|
|
3571
|
-
__name(_DeleteFolderContentsCommand, "DeleteFolderContentsCommand");
|
|
3572
|
-
var DeleteFolderContentsCommand = _DeleteFolderContentsCommand;
|
|
3573
3652
|
|
|
3574
3653
|
// src/commands/DeleteLabelsCommand.ts
|
|
3575
3654
|
|
|
3576
3655
|
|
|
3577
3656
|
|
|
3578
|
-
var
|
|
3657
|
+
var DeleteLabelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3579
3658
|
return [
|
|
3580
3659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3581
3660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3582
3661
|
];
|
|
3583
3662
|
}).s("AWSGorillaBoyService", "DeleteLabels", {}).n("WorkDocsClient", "DeleteLabelsCommand").f(DeleteLabelsRequestFilterSensitiveLog, void 0).ser(se_DeleteLabelsCommand).de(de_DeleteLabelsCommand).build() {
|
|
3663
|
+
static {
|
|
3664
|
+
__name(this, "DeleteLabelsCommand");
|
|
3665
|
+
}
|
|
3584
3666
|
};
|
|
3585
|
-
__name(_DeleteLabelsCommand, "DeleteLabelsCommand");
|
|
3586
|
-
var DeleteLabelsCommand = _DeleteLabelsCommand;
|
|
3587
3667
|
|
|
3588
3668
|
// src/commands/DeleteNotificationSubscriptionCommand.ts
|
|
3589
3669
|
|
|
3590
3670
|
|
|
3591
3671
|
|
|
3592
|
-
var
|
|
3672
|
+
var DeleteNotificationSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3593
3673
|
return [
|
|
3594
3674
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3595
3675
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3596
3676
|
];
|
|
3597
3677
|
}).s("AWSGorillaBoyService", "DeleteNotificationSubscription", {}).n("WorkDocsClient", "DeleteNotificationSubscriptionCommand").f(void 0, void 0).ser(se_DeleteNotificationSubscriptionCommand).de(de_DeleteNotificationSubscriptionCommand).build() {
|
|
3678
|
+
static {
|
|
3679
|
+
__name(this, "DeleteNotificationSubscriptionCommand");
|
|
3680
|
+
}
|
|
3598
3681
|
};
|
|
3599
|
-
__name(_DeleteNotificationSubscriptionCommand, "DeleteNotificationSubscriptionCommand");
|
|
3600
|
-
var DeleteNotificationSubscriptionCommand = _DeleteNotificationSubscriptionCommand;
|
|
3601
3682
|
|
|
3602
3683
|
// src/commands/DeleteUserCommand.ts
|
|
3603
3684
|
|
|
3604
3685
|
|
|
3605
3686
|
|
|
3606
|
-
var
|
|
3687
|
+
var DeleteUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3607
3688
|
return [
|
|
3608
3689
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3609
3690
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3610
3691
|
];
|
|
3611
3692
|
}).s("AWSGorillaBoyService", "DeleteUser", {}).n("WorkDocsClient", "DeleteUserCommand").f(DeleteUserRequestFilterSensitiveLog, void 0).ser(se_DeleteUserCommand).de(de_DeleteUserCommand).build() {
|
|
3693
|
+
static {
|
|
3694
|
+
__name(this, "DeleteUserCommand");
|
|
3695
|
+
}
|
|
3612
3696
|
};
|
|
3613
|
-
__name(_DeleteUserCommand, "DeleteUserCommand");
|
|
3614
|
-
var DeleteUserCommand = _DeleteUserCommand;
|
|
3615
3697
|
|
|
3616
3698
|
// src/commands/DescribeActivitiesCommand.ts
|
|
3617
3699
|
|
|
3618
3700
|
|
|
3619
3701
|
|
|
3620
|
-
var
|
|
3702
|
+
var DescribeActivitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3621
3703
|
return [
|
|
3622
3704
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3623
3705
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3624
3706
|
];
|
|
3625
3707
|
}).s("AWSGorillaBoyService", "DescribeActivities", {}).n("WorkDocsClient", "DescribeActivitiesCommand").f(DescribeActivitiesRequestFilterSensitiveLog, DescribeActivitiesResponseFilterSensitiveLog).ser(se_DescribeActivitiesCommand).de(de_DescribeActivitiesCommand).build() {
|
|
3708
|
+
static {
|
|
3709
|
+
__name(this, "DescribeActivitiesCommand");
|
|
3710
|
+
}
|
|
3626
3711
|
};
|
|
3627
|
-
__name(_DescribeActivitiesCommand, "DescribeActivitiesCommand");
|
|
3628
|
-
var DescribeActivitiesCommand = _DescribeActivitiesCommand;
|
|
3629
3712
|
|
|
3630
3713
|
// src/commands/DescribeCommentsCommand.ts
|
|
3631
3714
|
|
|
3632
3715
|
|
|
3633
3716
|
|
|
3634
|
-
var
|
|
3717
|
+
var DescribeCommentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3635
3718
|
return [
|
|
3636
3719
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3637
3720
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3638
3721
|
];
|
|
3639
3722
|
}).s("AWSGorillaBoyService", "DescribeComments", {}).n("WorkDocsClient", "DescribeCommentsCommand").f(DescribeCommentsRequestFilterSensitiveLog, DescribeCommentsResponseFilterSensitiveLog).ser(se_DescribeCommentsCommand).de(de_DescribeCommentsCommand).build() {
|
|
3723
|
+
static {
|
|
3724
|
+
__name(this, "DescribeCommentsCommand");
|
|
3725
|
+
}
|
|
3640
3726
|
};
|
|
3641
|
-
__name(_DescribeCommentsCommand, "DescribeCommentsCommand");
|
|
3642
|
-
var DescribeCommentsCommand = _DescribeCommentsCommand;
|
|
3643
3727
|
|
|
3644
3728
|
// src/commands/DescribeDocumentVersionsCommand.ts
|
|
3645
3729
|
|
|
3646
3730
|
|
|
3647
3731
|
|
|
3648
|
-
var
|
|
3732
|
+
var DescribeDocumentVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3649
3733
|
return [
|
|
3650
3734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3651
3735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3652
3736
|
];
|
|
3653
3737
|
}).s("AWSGorillaBoyService", "DescribeDocumentVersions", {}).n("WorkDocsClient", "DescribeDocumentVersionsCommand").f(DescribeDocumentVersionsRequestFilterSensitiveLog, DescribeDocumentVersionsResponseFilterSensitiveLog).ser(se_DescribeDocumentVersionsCommand).de(de_DescribeDocumentVersionsCommand).build() {
|
|
3738
|
+
static {
|
|
3739
|
+
__name(this, "DescribeDocumentVersionsCommand");
|
|
3740
|
+
}
|
|
3654
3741
|
};
|
|
3655
|
-
__name(_DescribeDocumentVersionsCommand, "DescribeDocumentVersionsCommand");
|
|
3656
|
-
var DescribeDocumentVersionsCommand = _DescribeDocumentVersionsCommand;
|
|
3657
3742
|
|
|
3658
3743
|
// src/commands/DescribeFolderContentsCommand.ts
|
|
3659
3744
|
|
|
3660
3745
|
|
|
3661
3746
|
|
|
3662
|
-
var
|
|
3747
|
+
var DescribeFolderContentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3663
3748
|
return [
|
|
3664
3749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3665
3750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3666
3751
|
];
|
|
3667
3752
|
}).s("AWSGorillaBoyService", "DescribeFolderContents", {}).n("WorkDocsClient", "DescribeFolderContentsCommand").f(DescribeFolderContentsRequestFilterSensitiveLog, DescribeFolderContentsResponseFilterSensitiveLog).ser(se_DescribeFolderContentsCommand).de(de_DescribeFolderContentsCommand).build() {
|
|
3753
|
+
static {
|
|
3754
|
+
__name(this, "DescribeFolderContentsCommand");
|
|
3755
|
+
}
|
|
3668
3756
|
};
|
|
3669
|
-
__name(_DescribeFolderContentsCommand, "DescribeFolderContentsCommand");
|
|
3670
|
-
var DescribeFolderContentsCommand = _DescribeFolderContentsCommand;
|
|
3671
3757
|
|
|
3672
3758
|
// src/commands/DescribeGroupsCommand.ts
|
|
3673
3759
|
|
|
3674
3760
|
|
|
3675
3761
|
|
|
3676
|
-
var
|
|
3762
|
+
var DescribeGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3677
3763
|
return [
|
|
3678
3764
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3679
3765
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3680
3766
|
];
|
|
3681
3767
|
}).s("AWSGorillaBoyService", "DescribeGroups", {}).n("WorkDocsClient", "DescribeGroupsCommand").f(DescribeGroupsRequestFilterSensitiveLog, void 0).ser(se_DescribeGroupsCommand).de(de_DescribeGroupsCommand).build() {
|
|
3768
|
+
static {
|
|
3769
|
+
__name(this, "DescribeGroupsCommand");
|
|
3770
|
+
}
|
|
3682
3771
|
};
|
|
3683
|
-
__name(_DescribeGroupsCommand, "DescribeGroupsCommand");
|
|
3684
|
-
var DescribeGroupsCommand = _DescribeGroupsCommand;
|
|
3685
3772
|
|
|
3686
3773
|
// src/commands/DescribeNotificationSubscriptionsCommand.ts
|
|
3687
3774
|
|
|
3688
3775
|
|
|
3689
3776
|
|
|
3690
|
-
var
|
|
3777
|
+
var DescribeNotificationSubscriptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3691
3778
|
return [
|
|
3692
3779
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3693
3780
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3694
3781
|
];
|
|
3695
3782
|
}).s("AWSGorillaBoyService", "DescribeNotificationSubscriptions", {}).n("WorkDocsClient", "DescribeNotificationSubscriptionsCommand").f(void 0, void 0).ser(se_DescribeNotificationSubscriptionsCommand).de(de_DescribeNotificationSubscriptionsCommand).build() {
|
|
3783
|
+
static {
|
|
3784
|
+
__name(this, "DescribeNotificationSubscriptionsCommand");
|
|
3785
|
+
}
|
|
3696
3786
|
};
|
|
3697
|
-
__name(_DescribeNotificationSubscriptionsCommand, "DescribeNotificationSubscriptionsCommand");
|
|
3698
|
-
var DescribeNotificationSubscriptionsCommand = _DescribeNotificationSubscriptionsCommand;
|
|
3699
3787
|
|
|
3700
3788
|
// src/commands/DescribeResourcePermissionsCommand.ts
|
|
3701
3789
|
|
|
3702
3790
|
|
|
3703
3791
|
|
|
3704
|
-
var
|
|
3792
|
+
var DescribeResourcePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3705
3793
|
return [
|
|
3706
3794
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3707
3795
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3708
3796
|
];
|
|
3709
3797
|
}).s("AWSGorillaBoyService", "DescribeResourcePermissions", {}).n("WorkDocsClient", "DescribeResourcePermissionsCommand").f(DescribeResourcePermissionsRequestFilterSensitiveLog, void 0).ser(se_DescribeResourcePermissionsCommand).de(de_DescribeResourcePermissionsCommand).build() {
|
|
3798
|
+
static {
|
|
3799
|
+
__name(this, "DescribeResourcePermissionsCommand");
|
|
3800
|
+
}
|
|
3710
3801
|
};
|
|
3711
|
-
__name(_DescribeResourcePermissionsCommand, "DescribeResourcePermissionsCommand");
|
|
3712
|
-
var DescribeResourcePermissionsCommand = _DescribeResourcePermissionsCommand;
|
|
3713
3802
|
|
|
3714
3803
|
// src/commands/DescribeRootFoldersCommand.ts
|
|
3715
3804
|
|
|
3716
3805
|
|
|
3717
3806
|
|
|
3718
|
-
var
|
|
3807
|
+
var DescribeRootFoldersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3719
3808
|
return [
|
|
3720
3809
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3721
3810
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3722
3811
|
];
|
|
3723
3812
|
}).s("AWSGorillaBoyService", "DescribeRootFolders", {}).n("WorkDocsClient", "DescribeRootFoldersCommand").f(DescribeRootFoldersRequestFilterSensitiveLog, DescribeRootFoldersResponseFilterSensitiveLog).ser(se_DescribeRootFoldersCommand).de(de_DescribeRootFoldersCommand).build() {
|
|
3813
|
+
static {
|
|
3814
|
+
__name(this, "DescribeRootFoldersCommand");
|
|
3815
|
+
}
|
|
3724
3816
|
};
|
|
3725
|
-
__name(_DescribeRootFoldersCommand, "DescribeRootFoldersCommand");
|
|
3726
|
-
var DescribeRootFoldersCommand = _DescribeRootFoldersCommand;
|
|
3727
3817
|
|
|
3728
3818
|
// src/commands/DescribeUsersCommand.ts
|
|
3729
3819
|
|
|
3730
3820
|
|
|
3731
3821
|
|
|
3732
|
-
var
|
|
3822
|
+
var DescribeUsersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3733
3823
|
return [
|
|
3734
3824
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3735
3825
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3736
3826
|
];
|
|
3737
3827
|
}).s("AWSGorillaBoyService", "DescribeUsers", {}).n("WorkDocsClient", "DescribeUsersCommand").f(DescribeUsersRequestFilterSensitiveLog, DescribeUsersResponseFilterSensitiveLog).ser(se_DescribeUsersCommand).de(de_DescribeUsersCommand).build() {
|
|
3828
|
+
static {
|
|
3829
|
+
__name(this, "DescribeUsersCommand");
|
|
3830
|
+
}
|
|
3738
3831
|
};
|
|
3739
|
-
__name(_DescribeUsersCommand, "DescribeUsersCommand");
|
|
3740
|
-
var DescribeUsersCommand = _DescribeUsersCommand;
|
|
3741
3832
|
|
|
3742
3833
|
// src/commands/GetCurrentUserCommand.ts
|
|
3743
3834
|
|
|
3744
3835
|
|
|
3745
3836
|
|
|
3746
|
-
var
|
|
3837
|
+
var GetCurrentUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3747
3838
|
return [
|
|
3748
3839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3749
3840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3750
3841
|
];
|
|
3751
3842
|
}).s("AWSGorillaBoyService", "GetCurrentUser", {}).n("WorkDocsClient", "GetCurrentUserCommand").f(GetCurrentUserRequestFilterSensitiveLog, GetCurrentUserResponseFilterSensitiveLog).ser(se_GetCurrentUserCommand).de(de_GetCurrentUserCommand).build() {
|
|
3843
|
+
static {
|
|
3844
|
+
__name(this, "GetCurrentUserCommand");
|
|
3845
|
+
}
|
|
3752
3846
|
};
|
|
3753
|
-
__name(_GetCurrentUserCommand, "GetCurrentUserCommand");
|
|
3754
|
-
var GetCurrentUserCommand = _GetCurrentUserCommand;
|
|
3755
3847
|
|
|
3756
3848
|
// src/commands/GetDocumentCommand.ts
|
|
3757
3849
|
|
|
3758
3850
|
|
|
3759
3851
|
|
|
3760
|
-
var
|
|
3852
|
+
var GetDocumentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3761
3853
|
return [
|
|
3762
3854
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3763
3855
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3764
3856
|
];
|
|
3765
3857
|
}).s("AWSGorillaBoyService", "GetDocument", {}).n("WorkDocsClient", "GetDocumentCommand").f(GetDocumentRequestFilterSensitiveLog, GetDocumentResponseFilterSensitiveLog).ser(se_GetDocumentCommand).de(de_GetDocumentCommand).build() {
|
|
3858
|
+
static {
|
|
3859
|
+
__name(this, "GetDocumentCommand");
|
|
3860
|
+
}
|
|
3766
3861
|
};
|
|
3767
|
-
__name(_GetDocumentCommand, "GetDocumentCommand");
|
|
3768
|
-
var GetDocumentCommand = _GetDocumentCommand;
|
|
3769
3862
|
|
|
3770
3863
|
// src/commands/GetDocumentPathCommand.ts
|
|
3771
3864
|
|
|
3772
3865
|
|
|
3773
3866
|
|
|
3774
|
-
var
|
|
3867
|
+
var GetDocumentPathCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3775
3868
|
return [
|
|
3776
3869
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3777
3870
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3778
3871
|
];
|
|
3779
3872
|
}).s("AWSGorillaBoyService", "GetDocumentPath", {}).n("WorkDocsClient", "GetDocumentPathCommand").f(GetDocumentPathRequestFilterSensitiveLog, GetDocumentPathResponseFilterSensitiveLog).ser(se_GetDocumentPathCommand).de(de_GetDocumentPathCommand).build() {
|
|
3873
|
+
static {
|
|
3874
|
+
__name(this, "GetDocumentPathCommand");
|
|
3875
|
+
}
|
|
3780
3876
|
};
|
|
3781
|
-
__name(_GetDocumentPathCommand, "GetDocumentPathCommand");
|
|
3782
|
-
var GetDocumentPathCommand = _GetDocumentPathCommand;
|
|
3783
3877
|
|
|
3784
3878
|
// src/commands/GetDocumentVersionCommand.ts
|
|
3785
3879
|
|
|
3786
3880
|
|
|
3787
3881
|
|
|
3788
|
-
var
|
|
3882
|
+
var GetDocumentVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3789
3883
|
return [
|
|
3790
3884
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3791
3885
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3792
3886
|
];
|
|
3793
3887
|
}).s("AWSGorillaBoyService", "GetDocumentVersion", {}).n("WorkDocsClient", "GetDocumentVersionCommand").f(GetDocumentVersionRequestFilterSensitiveLog, GetDocumentVersionResponseFilterSensitiveLog).ser(se_GetDocumentVersionCommand).de(de_GetDocumentVersionCommand).build() {
|
|
3888
|
+
static {
|
|
3889
|
+
__name(this, "GetDocumentVersionCommand");
|
|
3890
|
+
}
|
|
3794
3891
|
};
|
|
3795
|
-
__name(_GetDocumentVersionCommand, "GetDocumentVersionCommand");
|
|
3796
|
-
var GetDocumentVersionCommand = _GetDocumentVersionCommand;
|
|
3797
3892
|
|
|
3798
3893
|
// src/commands/GetFolderCommand.ts
|
|
3799
3894
|
|
|
3800
3895
|
|
|
3801
3896
|
|
|
3802
|
-
var
|
|
3897
|
+
var GetFolderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3803
3898
|
return [
|
|
3804
3899
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3805
3900
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3806
3901
|
];
|
|
3807
3902
|
}).s("AWSGorillaBoyService", "GetFolder", {}).n("WorkDocsClient", "GetFolderCommand").f(GetFolderRequestFilterSensitiveLog, GetFolderResponseFilterSensitiveLog).ser(se_GetFolderCommand).de(de_GetFolderCommand).build() {
|
|
3903
|
+
static {
|
|
3904
|
+
__name(this, "GetFolderCommand");
|
|
3905
|
+
}
|
|
3808
3906
|
};
|
|
3809
|
-
__name(_GetFolderCommand, "GetFolderCommand");
|
|
3810
|
-
var GetFolderCommand = _GetFolderCommand;
|
|
3811
3907
|
|
|
3812
3908
|
// src/commands/GetFolderPathCommand.ts
|
|
3813
3909
|
|
|
3814
3910
|
|
|
3815
3911
|
|
|
3816
|
-
var
|
|
3912
|
+
var GetFolderPathCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3817
3913
|
return [
|
|
3818
3914
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3819
3915
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3820
3916
|
];
|
|
3821
3917
|
}).s("AWSGorillaBoyService", "GetFolderPath", {}).n("WorkDocsClient", "GetFolderPathCommand").f(GetFolderPathRequestFilterSensitiveLog, GetFolderPathResponseFilterSensitiveLog).ser(se_GetFolderPathCommand).de(de_GetFolderPathCommand).build() {
|
|
3918
|
+
static {
|
|
3919
|
+
__name(this, "GetFolderPathCommand");
|
|
3920
|
+
}
|
|
3822
3921
|
};
|
|
3823
|
-
__name(_GetFolderPathCommand, "GetFolderPathCommand");
|
|
3824
|
-
var GetFolderPathCommand = _GetFolderPathCommand;
|
|
3825
3922
|
|
|
3826
3923
|
// src/commands/GetResourcesCommand.ts
|
|
3827
3924
|
|
|
3828
3925
|
|
|
3829
3926
|
|
|
3830
|
-
var
|
|
3927
|
+
var GetResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3831
3928
|
return [
|
|
3832
3929
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3833
3930
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3834
3931
|
];
|
|
3835
3932
|
}).s("AWSGorillaBoyService", "GetResources", {}).n("WorkDocsClient", "GetResourcesCommand").f(GetResourcesRequestFilterSensitiveLog, GetResourcesResponseFilterSensitiveLog).ser(se_GetResourcesCommand).de(de_GetResourcesCommand).build() {
|
|
3933
|
+
static {
|
|
3934
|
+
__name(this, "GetResourcesCommand");
|
|
3935
|
+
}
|
|
3836
3936
|
};
|
|
3837
|
-
__name(_GetResourcesCommand, "GetResourcesCommand");
|
|
3838
|
-
var GetResourcesCommand = _GetResourcesCommand;
|
|
3839
3937
|
|
|
3840
3938
|
// src/commands/InitiateDocumentVersionUploadCommand.ts
|
|
3841
3939
|
|
|
3842
3940
|
|
|
3843
3941
|
|
|
3844
|
-
var
|
|
3942
|
+
var InitiateDocumentVersionUploadCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3845
3943
|
return [
|
|
3846
3944
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3847
3945
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3848
3946
|
];
|
|
3849
3947
|
}).s("AWSGorillaBoyService", "InitiateDocumentVersionUpload", {}).n("WorkDocsClient", "InitiateDocumentVersionUploadCommand").f(InitiateDocumentVersionUploadRequestFilterSensitiveLog, InitiateDocumentVersionUploadResponseFilterSensitiveLog).ser(se_InitiateDocumentVersionUploadCommand).de(de_InitiateDocumentVersionUploadCommand).build() {
|
|
3948
|
+
static {
|
|
3949
|
+
__name(this, "InitiateDocumentVersionUploadCommand");
|
|
3950
|
+
}
|
|
3850
3951
|
};
|
|
3851
|
-
__name(_InitiateDocumentVersionUploadCommand, "InitiateDocumentVersionUploadCommand");
|
|
3852
|
-
var InitiateDocumentVersionUploadCommand = _InitiateDocumentVersionUploadCommand;
|
|
3853
3952
|
|
|
3854
3953
|
// src/commands/RemoveAllResourcePermissionsCommand.ts
|
|
3855
3954
|
|
|
3856
3955
|
|
|
3857
3956
|
|
|
3858
|
-
var
|
|
3957
|
+
var RemoveAllResourcePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3859
3958
|
return [
|
|
3860
3959
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3861
3960
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3862
3961
|
];
|
|
3863
3962
|
}).s("AWSGorillaBoyService", "RemoveAllResourcePermissions", {}).n("WorkDocsClient", "RemoveAllResourcePermissionsCommand").f(RemoveAllResourcePermissionsRequestFilterSensitiveLog, void 0).ser(se_RemoveAllResourcePermissionsCommand).de(de_RemoveAllResourcePermissionsCommand).build() {
|
|
3963
|
+
static {
|
|
3964
|
+
__name(this, "RemoveAllResourcePermissionsCommand");
|
|
3965
|
+
}
|
|
3864
3966
|
};
|
|
3865
|
-
__name(_RemoveAllResourcePermissionsCommand, "RemoveAllResourcePermissionsCommand");
|
|
3866
|
-
var RemoveAllResourcePermissionsCommand = _RemoveAllResourcePermissionsCommand;
|
|
3867
3967
|
|
|
3868
3968
|
// src/commands/RemoveResourcePermissionCommand.ts
|
|
3869
3969
|
|
|
3870
3970
|
|
|
3871
3971
|
|
|
3872
|
-
var
|
|
3972
|
+
var RemoveResourcePermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3873
3973
|
return [
|
|
3874
3974
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3875
3975
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3876
3976
|
];
|
|
3877
3977
|
}).s("AWSGorillaBoyService", "RemoveResourcePermission", {}).n("WorkDocsClient", "RemoveResourcePermissionCommand").f(RemoveResourcePermissionRequestFilterSensitiveLog, void 0).ser(se_RemoveResourcePermissionCommand).de(de_RemoveResourcePermissionCommand).build() {
|
|
3978
|
+
static {
|
|
3979
|
+
__name(this, "RemoveResourcePermissionCommand");
|
|
3980
|
+
}
|
|
3878
3981
|
};
|
|
3879
|
-
__name(_RemoveResourcePermissionCommand, "RemoveResourcePermissionCommand");
|
|
3880
|
-
var RemoveResourcePermissionCommand = _RemoveResourcePermissionCommand;
|
|
3881
3982
|
|
|
3882
3983
|
// src/commands/RestoreDocumentVersionsCommand.ts
|
|
3883
3984
|
|
|
3884
3985
|
|
|
3885
3986
|
|
|
3886
|
-
var
|
|
3987
|
+
var RestoreDocumentVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3887
3988
|
return [
|
|
3888
3989
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3889
3990
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3890
3991
|
];
|
|
3891
3992
|
}).s("AWSGorillaBoyService", "RestoreDocumentVersions", {}).n("WorkDocsClient", "RestoreDocumentVersionsCommand").f(RestoreDocumentVersionsRequestFilterSensitiveLog, void 0).ser(se_RestoreDocumentVersionsCommand).de(de_RestoreDocumentVersionsCommand).build() {
|
|
3993
|
+
static {
|
|
3994
|
+
__name(this, "RestoreDocumentVersionsCommand");
|
|
3995
|
+
}
|
|
3892
3996
|
};
|
|
3893
|
-
__name(_RestoreDocumentVersionsCommand, "RestoreDocumentVersionsCommand");
|
|
3894
|
-
var RestoreDocumentVersionsCommand = _RestoreDocumentVersionsCommand;
|
|
3895
3997
|
|
|
3896
3998
|
// src/commands/SearchResourcesCommand.ts
|
|
3897
3999
|
|
|
3898
4000
|
|
|
3899
4001
|
|
|
3900
|
-
var
|
|
4002
|
+
var SearchResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3901
4003
|
return [
|
|
3902
4004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3903
4005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3904
4006
|
];
|
|
3905
4007
|
}).s("AWSGorillaBoyService", "SearchResources", {}).n("WorkDocsClient", "SearchResourcesCommand").f(SearchResourcesRequestFilterSensitiveLog, SearchResourcesResponseFilterSensitiveLog).ser(se_SearchResourcesCommand).de(de_SearchResourcesCommand).build() {
|
|
4008
|
+
static {
|
|
4009
|
+
__name(this, "SearchResourcesCommand");
|
|
4010
|
+
}
|
|
3906
4011
|
};
|
|
3907
|
-
__name(_SearchResourcesCommand, "SearchResourcesCommand");
|
|
3908
|
-
var SearchResourcesCommand = _SearchResourcesCommand;
|
|
3909
4012
|
|
|
3910
4013
|
// src/commands/UpdateDocumentCommand.ts
|
|
3911
4014
|
|
|
3912
4015
|
|
|
3913
4016
|
|
|
3914
|
-
var
|
|
4017
|
+
var UpdateDocumentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3915
4018
|
return [
|
|
3916
4019
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3917
4020
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3918
4021
|
];
|
|
3919
4022
|
}).s("AWSGorillaBoyService", "UpdateDocument", {}).n("WorkDocsClient", "UpdateDocumentCommand").f(UpdateDocumentRequestFilterSensitiveLog, void 0).ser(se_UpdateDocumentCommand).de(de_UpdateDocumentCommand).build() {
|
|
4023
|
+
static {
|
|
4024
|
+
__name(this, "UpdateDocumentCommand");
|
|
4025
|
+
}
|
|
3920
4026
|
};
|
|
3921
|
-
__name(_UpdateDocumentCommand, "UpdateDocumentCommand");
|
|
3922
|
-
var UpdateDocumentCommand = _UpdateDocumentCommand;
|
|
3923
4027
|
|
|
3924
4028
|
// src/commands/UpdateDocumentVersionCommand.ts
|
|
3925
4029
|
|
|
3926
4030
|
|
|
3927
4031
|
|
|
3928
|
-
var
|
|
4032
|
+
var UpdateDocumentVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3929
4033
|
return [
|
|
3930
4034
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3931
4035
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3932
4036
|
];
|
|
3933
4037
|
}).s("AWSGorillaBoyService", "UpdateDocumentVersion", {}).n("WorkDocsClient", "UpdateDocumentVersionCommand").f(UpdateDocumentVersionRequestFilterSensitiveLog, void 0).ser(se_UpdateDocumentVersionCommand).de(de_UpdateDocumentVersionCommand).build() {
|
|
4038
|
+
static {
|
|
4039
|
+
__name(this, "UpdateDocumentVersionCommand");
|
|
4040
|
+
}
|
|
3934
4041
|
};
|
|
3935
|
-
__name(_UpdateDocumentVersionCommand, "UpdateDocumentVersionCommand");
|
|
3936
|
-
var UpdateDocumentVersionCommand = _UpdateDocumentVersionCommand;
|
|
3937
4042
|
|
|
3938
4043
|
// src/commands/UpdateFolderCommand.ts
|
|
3939
4044
|
|
|
3940
4045
|
|
|
3941
4046
|
|
|
3942
|
-
var
|
|
4047
|
+
var UpdateFolderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3943
4048
|
return [
|
|
3944
4049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3945
4050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3946
4051
|
];
|
|
3947
4052
|
}).s("AWSGorillaBoyService", "UpdateFolder", {}).n("WorkDocsClient", "UpdateFolderCommand").f(UpdateFolderRequestFilterSensitiveLog, void 0).ser(se_UpdateFolderCommand).de(de_UpdateFolderCommand).build() {
|
|
4053
|
+
static {
|
|
4054
|
+
__name(this, "UpdateFolderCommand");
|
|
4055
|
+
}
|
|
3948
4056
|
};
|
|
3949
|
-
__name(_UpdateFolderCommand, "UpdateFolderCommand");
|
|
3950
|
-
var UpdateFolderCommand = _UpdateFolderCommand;
|
|
3951
4057
|
|
|
3952
4058
|
// src/commands/UpdateUserCommand.ts
|
|
3953
4059
|
|
|
3954
4060
|
|
|
3955
4061
|
|
|
3956
|
-
var
|
|
4062
|
+
var UpdateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3957
4063
|
return [
|
|
3958
4064
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3959
4065
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3960
4066
|
];
|
|
3961
4067
|
}).s("AWSGorillaBoyService", "UpdateUser", {}).n("WorkDocsClient", "UpdateUserCommand").f(UpdateUserRequestFilterSensitiveLog, UpdateUserResponseFilterSensitiveLog).ser(se_UpdateUserCommand).de(de_UpdateUserCommand).build() {
|
|
4068
|
+
static {
|
|
4069
|
+
__name(this, "UpdateUserCommand");
|
|
4070
|
+
}
|
|
3962
4071
|
};
|
|
3963
|
-
__name(_UpdateUserCommand, "UpdateUserCommand");
|
|
3964
|
-
var UpdateUserCommand = _UpdateUserCommand;
|
|
3965
4072
|
|
|
3966
4073
|
// src/WorkDocs.ts
|
|
3967
4074
|
var commands = {
|
|
@@ -4010,10 +4117,11 @@ var commands = {
|
|
|
4010
4117
|
UpdateFolderCommand,
|
|
4011
4118
|
UpdateUserCommand
|
|
4012
4119
|
};
|
|
4013
|
-
var
|
|
4120
|
+
var WorkDocs = class extends WorkDocsClient {
|
|
4121
|
+
static {
|
|
4122
|
+
__name(this, "WorkDocs");
|
|
4123
|
+
}
|
|
4014
4124
|
};
|
|
4015
|
-
__name(_WorkDocs, "WorkDocs");
|
|
4016
|
-
var WorkDocs = _WorkDocs;
|
|
4017
4125
|
(0, import_smithy_client.createAggregatedClient)(commands, WorkDocs);
|
|
4018
4126
|
|
|
4019
4127
|
// src/pagination/DescribeActivitiesPaginator.ts
|