@aws-sdk/client-workdocs 3.649.0 → 3.650.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 +44 -132
- package/dist-es/commands/AbortDocumentVersionUploadCommand.js +1 -3
- package/dist-es/commands/ActivateUserCommand.js +1 -3
- package/dist-es/commands/AddResourcePermissionsCommand.js +1 -3
- package/dist-es/commands/CreateCommentCommand.js +1 -3
- package/dist-es/commands/CreateCustomMetadataCommand.js +1 -3
- package/dist-es/commands/CreateFolderCommand.js +1 -3
- package/dist-es/commands/CreateLabelsCommand.js +1 -3
- package/dist-es/commands/CreateNotificationSubscriptionCommand.js +1 -3
- package/dist-es/commands/CreateUserCommand.js +1 -3
- package/dist-es/commands/DeactivateUserCommand.js +1 -3
- package/dist-es/commands/DeleteCommentCommand.js +1 -3
- package/dist-es/commands/DeleteCustomMetadataCommand.js +1 -3
- package/dist-es/commands/DeleteDocumentCommand.js +1 -3
- package/dist-es/commands/DeleteDocumentVersionCommand.js +1 -3
- package/dist-es/commands/DeleteFolderCommand.js +1 -3
- package/dist-es/commands/DeleteFolderContentsCommand.js +1 -3
- package/dist-es/commands/DeleteLabelsCommand.js +1 -3
- package/dist-es/commands/DeleteNotificationSubscriptionCommand.js +1 -3
- package/dist-es/commands/DeleteUserCommand.js +1 -3
- package/dist-es/commands/DescribeActivitiesCommand.js +1 -3
- package/dist-es/commands/DescribeCommentsCommand.js +1 -3
- package/dist-es/commands/DescribeDocumentVersionsCommand.js +1 -3
- package/dist-es/commands/DescribeFolderContentsCommand.js +1 -3
- package/dist-es/commands/DescribeGroupsCommand.js +1 -3
- package/dist-es/commands/DescribeNotificationSubscriptionsCommand.js +1 -3
- package/dist-es/commands/DescribeResourcePermissionsCommand.js +1 -3
- package/dist-es/commands/DescribeRootFoldersCommand.js +1 -3
- package/dist-es/commands/DescribeUsersCommand.js +1 -3
- package/dist-es/commands/GetCurrentUserCommand.js +1 -3
- package/dist-es/commands/GetDocumentCommand.js +1 -3
- package/dist-es/commands/GetDocumentPathCommand.js +1 -3
- package/dist-es/commands/GetDocumentVersionCommand.js +1 -3
- package/dist-es/commands/GetFolderCommand.js +1 -3
- package/dist-es/commands/GetFolderPathCommand.js +1 -3
- package/dist-es/commands/GetResourcesCommand.js +1 -3
- package/dist-es/commands/InitiateDocumentVersionUploadCommand.js +1 -3
- package/dist-es/commands/RemoveAllResourcePermissionsCommand.js +1 -3
- package/dist-es/commands/RemoveResourcePermissionCommand.js +1 -3
- package/dist-es/commands/RestoreDocumentVersionsCommand.js +1 -3
- package/dist-es/commands/SearchResourcesCommand.js +1 -3
- package/dist-es/commands/UpdateDocumentCommand.js +1 -3
- package/dist-es/commands/UpdateDocumentVersionCommand.js +1 -3
- package/dist-es/commands/UpdateFolderCommand.js +1 -3
- package/dist-es/commands/UpdateUserCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -3352,9 +3352,7 @@ var _v = "versionid";
|
|
|
3352
3352
|
var _vI = "versionId";
|
|
3353
3353
|
|
|
3354
3354
|
// src/commands/AbortDocumentVersionUploadCommand.ts
|
|
3355
|
-
var _AbortDocumentVersionUploadCommand = class _AbortDocumentVersionUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3356
|
-
...commonParams
|
|
3357
|
-
}).m(function(Command, cs, config, o) {
|
|
3355
|
+
var _AbortDocumentVersionUploadCommand = class _AbortDocumentVersionUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3358
3356
|
return [
|
|
3359
3357
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3360
3358
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3368,9 +3366,7 @@ var AbortDocumentVersionUploadCommand = _AbortDocumentVersionUploadCommand;
|
|
|
3368
3366
|
|
|
3369
3367
|
|
|
3370
3368
|
|
|
3371
|
-
var _ActivateUserCommand = class _ActivateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3372
|
-
...commonParams
|
|
3373
|
-
}).m(function(Command, cs, config, o) {
|
|
3369
|
+
var _ActivateUserCommand = class _ActivateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3374
3370
|
return [
|
|
3375
3371
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3376
3372
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3384,9 +3380,7 @@ var ActivateUserCommand = _ActivateUserCommand;
|
|
|
3384
3380
|
|
|
3385
3381
|
|
|
3386
3382
|
|
|
3387
|
-
var _AddResourcePermissionsCommand = class _AddResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3388
|
-
...commonParams
|
|
3389
|
-
}).m(function(Command, cs, config, o) {
|
|
3383
|
+
var _AddResourcePermissionsCommand = class _AddResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3390
3384
|
return [
|
|
3391
3385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3392
3386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3400,9 +3394,7 @@ var AddResourcePermissionsCommand = _AddResourcePermissionsCommand;
|
|
|
3400
3394
|
|
|
3401
3395
|
|
|
3402
3396
|
|
|
3403
|
-
var _CreateCommentCommand = class _CreateCommentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3404
|
-
...commonParams
|
|
3405
|
-
}).m(function(Command, cs, config, o) {
|
|
3397
|
+
var _CreateCommentCommand = class _CreateCommentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3406
3398
|
return [
|
|
3407
3399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3408
3400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3416,9 +3408,7 @@ var CreateCommentCommand = _CreateCommentCommand;
|
|
|
3416
3408
|
|
|
3417
3409
|
|
|
3418
3410
|
|
|
3419
|
-
var _CreateCustomMetadataCommand = class _CreateCustomMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3420
|
-
...commonParams
|
|
3421
|
-
}).m(function(Command, cs, config, o) {
|
|
3411
|
+
var _CreateCustomMetadataCommand = class _CreateCustomMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3422
3412
|
return [
|
|
3423
3413
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3424
3414
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3432,9 +3422,7 @@ var CreateCustomMetadataCommand = _CreateCustomMetadataCommand;
|
|
|
3432
3422
|
|
|
3433
3423
|
|
|
3434
3424
|
|
|
3435
|
-
var _CreateFolderCommand = class _CreateFolderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3436
|
-
...commonParams
|
|
3437
|
-
}).m(function(Command, cs, config, o) {
|
|
3425
|
+
var _CreateFolderCommand = class _CreateFolderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3438
3426
|
return [
|
|
3439
3427
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3440
3428
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3448,9 +3436,7 @@ var CreateFolderCommand = _CreateFolderCommand;
|
|
|
3448
3436
|
|
|
3449
3437
|
|
|
3450
3438
|
|
|
3451
|
-
var _CreateLabelsCommand = class _CreateLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3452
|
-
...commonParams
|
|
3453
|
-
}).m(function(Command, cs, config, o) {
|
|
3439
|
+
var _CreateLabelsCommand = class _CreateLabelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3454
3440
|
return [
|
|
3455
3441
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3456
3442
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3464,9 +3450,7 @@ var CreateLabelsCommand = _CreateLabelsCommand;
|
|
|
3464
3450
|
|
|
3465
3451
|
|
|
3466
3452
|
|
|
3467
|
-
var _CreateNotificationSubscriptionCommand = class _CreateNotificationSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3468
|
-
...commonParams
|
|
3469
|
-
}).m(function(Command, cs, config, o) {
|
|
3453
|
+
var _CreateNotificationSubscriptionCommand = class _CreateNotificationSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3470
3454
|
return [
|
|
3471
3455
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3472
3456
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3480,9 +3464,7 @@ var CreateNotificationSubscriptionCommand = _CreateNotificationSubscriptionComma
|
|
|
3480
3464
|
|
|
3481
3465
|
|
|
3482
3466
|
|
|
3483
|
-
var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3484
|
-
...commonParams
|
|
3485
|
-
}).m(function(Command, cs, config, o) {
|
|
3467
|
+
var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3486
3468
|
return [
|
|
3487
3469
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3488
3470
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3496,9 +3478,7 @@ var CreateUserCommand = _CreateUserCommand;
|
|
|
3496
3478
|
|
|
3497
3479
|
|
|
3498
3480
|
|
|
3499
|
-
var _DeactivateUserCommand = class _DeactivateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3500
|
-
...commonParams
|
|
3501
|
-
}).m(function(Command, cs, config, o) {
|
|
3481
|
+
var _DeactivateUserCommand = class _DeactivateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3502
3482
|
return [
|
|
3503
3483
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3504
3484
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3512,9 +3492,7 @@ var DeactivateUserCommand = _DeactivateUserCommand;
|
|
|
3512
3492
|
|
|
3513
3493
|
|
|
3514
3494
|
|
|
3515
|
-
var _DeleteCommentCommand = class _DeleteCommentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3516
|
-
...commonParams
|
|
3517
|
-
}).m(function(Command, cs, config, o) {
|
|
3495
|
+
var _DeleteCommentCommand = class _DeleteCommentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3518
3496
|
return [
|
|
3519
3497
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3520
3498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3528,9 +3506,7 @@ var DeleteCommentCommand = _DeleteCommentCommand;
|
|
|
3528
3506
|
|
|
3529
3507
|
|
|
3530
3508
|
|
|
3531
|
-
var _DeleteCustomMetadataCommand = class _DeleteCustomMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3532
|
-
...commonParams
|
|
3533
|
-
}).m(function(Command, cs, config, o) {
|
|
3509
|
+
var _DeleteCustomMetadataCommand = class _DeleteCustomMetadataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3534
3510
|
return [
|
|
3535
3511
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3536
3512
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3544,9 +3520,7 @@ var DeleteCustomMetadataCommand = _DeleteCustomMetadataCommand;
|
|
|
3544
3520
|
|
|
3545
3521
|
|
|
3546
3522
|
|
|
3547
|
-
var _DeleteDocumentCommand = class _DeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3548
|
-
...commonParams
|
|
3549
|
-
}).m(function(Command, cs, config, o) {
|
|
3523
|
+
var _DeleteDocumentCommand = class _DeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3550
3524
|
return [
|
|
3551
3525
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3552
3526
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3560,9 +3534,7 @@ var DeleteDocumentCommand = _DeleteDocumentCommand;
|
|
|
3560
3534
|
|
|
3561
3535
|
|
|
3562
3536
|
|
|
3563
|
-
var _DeleteDocumentVersionCommand = class _DeleteDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3564
|
-
...commonParams
|
|
3565
|
-
}).m(function(Command, cs, config, o) {
|
|
3537
|
+
var _DeleteDocumentVersionCommand = class _DeleteDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3566
3538
|
return [
|
|
3567
3539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3568
3540
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3576,9 +3548,7 @@ var DeleteDocumentVersionCommand = _DeleteDocumentVersionCommand;
|
|
|
3576
3548
|
|
|
3577
3549
|
|
|
3578
3550
|
|
|
3579
|
-
var _DeleteFolderCommand = class _DeleteFolderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3580
|
-
...commonParams
|
|
3581
|
-
}).m(function(Command, cs, config, o) {
|
|
3551
|
+
var _DeleteFolderCommand = class _DeleteFolderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3582
3552
|
return [
|
|
3583
3553
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3584
3554
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3592,9 +3562,7 @@ var DeleteFolderCommand = _DeleteFolderCommand;
|
|
|
3592
3562
|
|
|
3593
3563
|
|
|
3594
3564
|
|
|
3595
|
-
var _DeleteFolderContentsCommand = class _DeleteFolderContentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3596
|
-
...commonParams
|
|
3597
|
-
}).m(function(Command, cs, config, o) {
|
|
3565
|
+
var _DeleteFolderContentsCommand = class _DeleteFolderContentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3598
3566
|
return [
|
|
3599
3567
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3600
3568
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3608,9 +3576,7 @@ var DeleteFolderContentsCommand = _DeleteFolderContentsCommand;
|
|
|
3608
3576
|
|
|
3609
3577
|
|
|
3610
3578
|
|
|
3611
|
-
var _DeleteLabelsCommand = class _DeleteLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3612
|
-
...commonParams
|
|
3613
|
-
}).m(function(Command, cs, config, o) {
|
|
3579
|
+
var _DeleteLabelsCommand = class _DeleteLabelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3614
3580
|
return [
|
|
3615
3581
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3616
3582
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3624,9 +3590,7 @@ var DeleteLabelsCommand = _DeleteLabelsCommand;
|
|
|
3624
3590
|
|
|
3625
3591
|
|
|
3626
3592
|
|
|
3627
|
-
var _DeleteNotificationSubscriptionCommand = class _DeleteNotificationSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3628
|
-
...commonParams
|
|
3629
|
-
}).m(function(Command, cs, config, o) {
|
|
3593
|
+
var _DeleteNotificationSubscriptionCommand = class _DeleteNotificationSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3630
3594
|
return [
|
|
3631
3595
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3632
3596
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3640,9 +3604,7 @@ var DeleteNotificationSubscriptionCommand = _DeleteNotificationSubscriptionComma
|
|
|
3640
3604
|
|
|
3641
3605
|
|
|
3642
3606
|
|
|
3643
|
-
var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3644
|
-
...commonParams
|
|
3645
|
-
}).m(function(Command, cs, config, o) {
|
|
3607
|
+
var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3646
3608
|
return [
|
|
3647
3609
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3648
3610
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3656,9 +3618,7 @@ var DeleteUserCommand = _DeleteUserCommand;
|
|
|
3656
3618
|
|
|
3657
3619
|
|
|
3658
3620
|
|
|
3659
|
-
var _DescribeActivitiesCommand = class _DescribeActivitiesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3660
|
-
...commonParams
|
|
3661
|
-
}).m(function(Command, cs, config, o) {
|
|
3621
|
+
var _DescribeActivitiesCommand = class _DescribeActivitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3662
3622
|
return [
|
|
3663
3623
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3664
3624
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3672,9 +3632,7 @@ var DescribeActivitiesCommand = _DescribeActivitiesCommand;
|
|
|
3672
3632
|
|
|
3673
3633
|
|
|
3674
3634
|
|
|
3675
|
-
var _DescribeCommentsCommand = class _DescribeCommentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3676
|
-
...commonParams
|
|
3677
|
-
}).m(function(Command, cs, config, o) {
|
|
3635
|
+
var _DescribeCommentsCommand = class _DescribeCommentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3678
3636
|
return [
|
|
3679
3637
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3680
3638
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3688,9 +3646,7 @@ var DescribeCommentsCommand = _DescribeCommentsCommand;
|
|
|
3688
3646
|
|
|
3689
3647
|
|
|
3690
3648
|
|
|
3691
|
-
var _DescribeDocumentVersionsCommand = class _DescribeDocumentVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3692
|
-
...commonParams
|
|
3693
|
-
}).m(function(Command, cs, config, o) {
|
|
3649
|
+
var _DescribeDocumentVersionsCommand = class _DescribeDocumentVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3694
3650
|
return [
|
|
3695
3651
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3696
3652
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3704,9 +3660,7 @@ var DescribeDocumentVersionsCommand = _DescribeDocumentVersionsCommand;
|
|
|
3704
3660
|
|
|
3705
3661
|
|
|
3706
3662
|
|
|
3707
|
-
var _DescribeFolderContentsCommand = class _DescribeFolderContentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3708
|
-
...commonParams
|
|
3709
|
-
}).m(function(Command, cs, config, o) {
|
|
3663
|
+
var _DescribeFolderContentsCommand = class _DescribeFolderContentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3710
3664
|
return [
|
|
3711
3665
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3712
3666
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3720,9 +3674,7 @@ var DescribeFolderContentsCommand = _DescribeFolderContentsCommand;
|
|
|
3720
3674
|
|
|
3721
3675
|
|
|
3722
3676
|
|
|
3723
|
-
var _DescribeGroupsCommand = class _DescribeGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3724
|
-
...commonParams
|
|
3725
|
-
}).m(function(Command, cs, config, o) {
|
|
3677
|
+
var _DescribeGroupsCommand = class _DescribeGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3726
3678
|
return [
|
|
3727
3679
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3728
3680
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3736,9 +3688,7 @@ var DescribeGroupsCommand = _DescribeGroupsCommand;
|
|
|
3736
3688
|
|
|
3737
3689
|
|
|
3738
3690
|
|
|
3739
|
-
var _DescribeNotificationSubscriptionsCommand = class _DescribeNotificationSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3740
|
-
...commonParams
|
|
3741
|
-
}).m(function(Command, cs, config, o) {
|
|
3691
|
+
var _DescribeNotificationSubscriptionsCommand = class _DescribeNotificationSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3742
3692
|
return [
|
|
3743
3693
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3744
3694
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3752,9 +3702,7 @@ var DescribeNotificationSubscriptionsCommand = _DescribeNotificationSubscription
|
|
|
3752
3702
|
|
|
3753
3703
|
|
|
3754
3704
|
|
|
3755
|
-
var _DescribeResourcePermissionsCommand = class _DescribeResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3756
|
-
...commonParams
|
|
3757
|
-
}).m(function(Command, cs, config, o) {
|
|
3705
|
+
var _DescribeResourcePermissionsCommand = class _DescribeResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3758
3706
|
return [
|
|
3759
3707
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3760
3708
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3768,9 +3716,7 @@ var DescribeResourcePermissionsCommand = _DescribeResourcePermissionsCommand;
|
|
|
3768
3716
|
|
|
3769
3717
|
|
|
3770
3718
|
|
|
3771
|
-
var _DescribeRootFoldersCommand = class _DescribeRootFoldersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3772
|
-
...commonParams
|
|
3773
|
-
}).m(function(Command, cs, config, o) {
|
|
3719
|
+
var _DescribeRootFoldersCommand = class _DescribeRootFoldersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3774
3720
|
return [
|
|
3775
3721
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3776
3722
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3784,9 +3730,7 @@ var DescribeRootFoldersCommand = _DescribeRootFoldersCommand;
|
|
|
3784
3730
|
|
|
3785
3731
|
|
|
3786
3732
|
|
|
3787
|
-
var _DescribeUsersCommand = class _DescribeUsersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3788
|
-
...commonParams
|
|
3789
|
-
}).m(function(Command, cs, config, o) {
|
|
3733
|
+
var _DescribeUsersCommand = class _DescribeUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3790
3734
|
return [
|
|
3791
3735
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3792
3736
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3800,9 +3744,7 @@ var DescribeUsersCommand = _DescribeUsersCommand;
|
|
|
3800
3744
|
|
|
3801
3745
|
|
|
3802
3746
|
|
|
3803
|
-
var _GetCurrentUserCommand = class _GetCurrentUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3804
|
-
...commonParams
|
|
3805
|
-
}).m(function(Command, cs, config, o) {
|
|
3747
|
+
var _GetCurrentUserCommand = class _GetCurrentUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3806
3748
|
return [
|
|
3807
3749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3808
3750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3816,9 +3758,7 @@ var GetCurrentUserCommand = _GetCurrentUserCommand;
|
|
|
3816
3758
|
|
|
3817
3759
|
|
|
3818
3760
|
|
|
3819
|
-
var _GetDocumentCommand = class _GetDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3820
|
-
...commonParams
|
|
3821
|
-
}).m(function(Command, cs, config, o) {
|
|
3761
|
+
var _GetDocumentCommand = class _GetDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3822
3762
|
return [
|
|
3823
3763
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3824
3764
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3832,9 +3772,7 @@ var GetDocumentCommand = _GetDocumentCommand;
|
|
|
3832
3772
|
|
|
3833
3773
|
|
|
3834
3774
|
|
|
3835
|
-
var _GetDocumentPathCommand = class _GetDocumentPathCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3836
|
-
...commonParams
|
|
3837
|
-
}).m(function(Command, cs, config, o) {
|
|
3775
|
+
var _GetDocumentPathCommand = class _GetDocumentPathCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3838
3776
|
return [
|
|
3839
3777
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3840
3778
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3848,9 +3786,7 @@ var GetDocumentPathCommand = _GetDocumentPathCommand;
|
|
|
3848
3786
|
|
|
3849
3787
|
|
|
3850
3788
|
|
|
3851
|
-
var _GetDocumentVersionCommand = class _GetDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3852
|
-
...commonParams
|
|
3853
|
-
}).m(function(Command, cs, config, o) {
|
|
3789
|
+
var _GetDocumentVersionCommand = class _GetDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3854
3790
|
return [
|
|
3855
3791
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3856
3792
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3864,9 +3800,7 @@ var GetDocumentVersionCommand = _GetDocumentVersionCommand;
|
|
|
3864
3800
|
|
|
3865
3801
|
|
|
3866
3802
|
|
|
3867
|
-
var _GetFolderCommand = class _GetFolderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3868
|
-
...commonParams
|
|
3869
|
-
}).m(function(Command, cs, config, o) {
|
|
3803
|
+
var _GetFolderCommand = class _GetFolderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3870
3804
|
return [
|
|
3871
3805
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3872
3806
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3880,9 +3814,7 @@ var GetFolderCommand = _GetFolderCommand;
|
|
|
3880
3814
|
|
|
3881
3815
|
|
|
3882
3816
|
|
|
3883
|
-
var _GetFolderPathCommand = class _GetFolderPathCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3884
|
-
...commonParams
|
|
3885
|
-
}).m(function(Command, cs, config, o) {
|
|
3817
|
+
var _GetFolderPathCommand = class _GetFolderPathCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3886
3818
|
return [
|
|
3887
3819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3888
3820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3896,9 +3828,7 @@ var GetFolderPathCommand = _GetFolderPathCommand;
|
|
|
3896
3828
|
|
|
3897
3829
|
|
|
3898
3830
|
|
|
3899
|
-
var _GetResourcesCommand = class _GetResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3900
|
-
...commonParams
|
|
3901
|
-
}).m(function(Command, cs, config, o) {
|
|
3831
|
+
var _GetResourcesCommand = class _GetResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3902
3832
|
return [
|
|
3903
3833
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3904
3834
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3912,9 +3842,7 @@ var GetResourcesCommand = _GetResourcesCommand;
|
|
|
3912
3842
|
|
|
3913
3843
|
|
|
3914
3844
|
|
|
3915
|
-
var _InitiateDocumentVersionUploadCommand = class _InitiateDocumentVersionUploadCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3916
|
-
...commonParams
|
|
3917
|
-
}).m(function(Command, cs, config, o) {
|
|
3845
|
+
var _InitiateDocumentVersionUploadCommand = class _InitiateDocumentVersionUploadCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3918
3846
|
return [
|
|
3919
3847
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3920
3848
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3928,9 +3856,7 @@ var InitiateDocumentVersionUploadCommand = _InitiateDocumentVersionUploadCommand
|
|
|
3928
3856
|
|
|
3929
3857
|
|
|
3930
3858
|
|
|
3931
|
-
var _RemoveAllResourcePermissionsCommand = class _RemoveAllResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3932
|
-
...commonParams
|
|
3933
|
-
}).m(function(Command, cs, config, o) {
|
|
3859
|
+
var _RemoveAllResourcePermissionsCommand = class _RemoveAllResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3934
3860
|
return [
|
|
3935
3861
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3936
3862
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3944,9 +3870,7 @@ var RemoveAllResourcePermissionsCommand = _RemoveAllResourcePermissionsCommand;
|
|
|
3944
3870
|
|
|
3945
3871
|
|
|
3946
3872
|
|
|
3947
|
-
var _RemoveResourcePermissionCommand = class _RemoveResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3948
|
-
...commonParams
|
|
3949
|
-
}).m(function(Command, cs, config, o) {
|
|
3873
|
+
var _RemoveResourcePermissionCommand = class _RemoveResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3950
3874
|
return [
|
|
3951
3875
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3952
3876
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3960,9 +3884,7 @@ var RemoveResourcePermissionCommand = _RemoveResourcePermissionCommand;
|
|
|
3960
3884
|
|
|
3961
3885
|
|
|
3962
3886
|
|
|
3963
|
-
var _RestoreDocumentVersionsCommand = class _RestoreDocumentVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3964
|
-
...commonParams
|
|
3965
|
-
}).m(function(Command, cs, config, o) {
|
|
3887
|
+
var _RestoreDocumentVersionsCommand = class _RestoreDocumentVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3966
3888
|
return [
|
|
3967
3889
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3968
3890
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3976,9 +3898,7 @@ var RestoreDocumentVersionsCommand = _RestoreDocumentVersionsCommand;
|
|
|
3976
3898
|
|
|
3977
3899
|
|
|
3978
3900
|
|
|
3979
|
-
var _SearchResourcesCommand = class _SearchResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3980
|
-
...commonParams
|
|
3981
|
-
}).m(function(Command, cs, config, o) {
|
|
3901
|
+
var _SearchResourcesCommand = class _SearchResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3982
3902
|
return [
|
|
3983
3903
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3984
3904
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3992,9 +3912,7 @@ var SearchResourcesCommand = _SearchResourcesCommand;
|
|
|
3992
3912
|
|
|
3993
3913
|
|
|
3994
3914
|
|
|
3995
|
-
var _UpdateDocumentCommand = class _UpdateDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3996
|
-
...commonParams
|
|
3997
|
-
}).m(function(Command, cs, config, o) {
|
|
3915
|
+
var _UpdateDocumentCommand = class _UpdateDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3998
3916
|
return [
|
|
3999
3917
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4000
3918
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4008,9 +3926,7 @@ var UpdateDocumentCommand = _UpdateDocumentCommand;
|
|
|
4008
3926
|
|
|
4009
3927
|
|
|
4010
3928
|
|
|
4011
|
-
var _UpdateDocumentVersionCommand = class _UpdateDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4012
|
-
...commonParams
|
|
4013
|
-
}).m(function(Command, cs, config, o) {
|
|
3929
|
+
var _UpdateDocumentVersionCommand = class _UpdateDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4014
3930
|
return [
|
|
4015
3931
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4016
3932
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4024,9 +3940,7 @@ var UpdateDocumentVersionCommand = _UpdateDocumentVersionCommand;
|
|
|
4024
3940
|
|
|
4025
3941
|
|
|
4026
3942
|
|
|
4027
|
-
var _UpdateFolderCommand = class _UpdateFolderCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4028
|
-
...commonParams
|
|
4029
|
-
}).m(function(Command, cs, config, o) {
|
|
3943
|
+
var _UpdateFolderCommand = class _UpdateFolderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4030
3944
|
return [
|
|
4031
3945
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4032
3946
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4040,9 +3954,7 @@ var UpdateFolderCommand = _UpdateFolderCommand;
|
|
|
4040
3954
|
|
|
4041
3955
|
|
|
4042
3956
|
|
|
4043
|
-
var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4044
|
-
...commonParams
|
|
4045
|
-
}).m(function(Command, cs, config, o) {
|
|
3957
|
+
var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4046
3958
|
return [
|
|
4047
3959
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4048
3960
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_AbortDocumentVersionUploadCommand, se_AbortDocumentVersionUploadComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class AbortDocumentVersionUploadCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ActivateUserCommand, se_ActivateUserCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ActivateUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_AddResourcePermissionsCommand, se_AddResourcePermissionsCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class AddResourcePermissionsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateCommentCommand, se_CreateCommentCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateCommentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateCustomMetadataCommand, se_CreateCustomMetadataCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateCustomMetadataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateFolderCommand, se_CreateFolderCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateFolderCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateLabelsCommand, se_CreateLabelsCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateLabelsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateNotificationSubscriptionCommand, se_CreateNotificationSubscrip
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateNotificationSubscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeactivateUserCommand, se_DeactivateUserCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeactivateUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteCommentCommand, se_DeleteCommentCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteCommentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteCustomMetadataCommand, se_DeleteCustomMetadataCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteCustomMetadataCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteDocumentCommand, se_DeleteDocumentCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteDocumentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteDocumentVersionCommand, se_DeleteDocumentVersionCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteDocumentVersionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteFolderCommand, se_DeleteFolderCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteFolderCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteFolderContentsCommand, se_DeleteFolderContentsCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteFolderContentsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteLabelsCommand, se_DeleteLabelsCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteLabelsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteNotificationSubscriptionCommand, se_DeleteNotificationSubscrip
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteNotificationSubscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeActivitiesCommand, se_DescribeActivitiesCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeActivitiesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeCommentsCommand, se_DescribeCommentsCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeCommentsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeDocumentVersionsCommand, se_DescribeDocumentVersionsCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeDocumentVersionsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeFolderContentsCommand, se_DescribeFolderContentsCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeFolderContentsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeGroupsCommand, se_DescribeGroupsCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeGroupsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeNotificationSubscriptionsCommand, se_DescribeNotificationSub
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeNotificationSubscriptionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeResourcePermissionsCommand, se_DescribeResourcePermissionsCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeResourcePermissionsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeRootFoldersCommand, se_DescribeRootFoldersCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeRootFoldersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeUsersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetCurrentUserCommand, se_GetCurrentUserCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetCurrentUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetDocumentCommand, se_GetDocumentCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetDocumentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetDocumentPathCommand, se_GetDocumentPathCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetDocumentPathCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetDocumentVersionCommand, se_GetDocumentVersionCommand } from "../p
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetDocumentVersionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetFolderCommand, se_GetFolderCommand } from "../protocols/Aws_restJ
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetFolderCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetFolderPathCommand, se_GetFolderPathCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetFolderPathCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_GetResourcesCommand, se_GetResourcesCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetResourcesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_InitiateDocumentVersionUploadCommand, se_InitiateDocumentVersionUplo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class InitiateDocumentVersionUploadCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RemoveAllResourcePermissionsCommand, se_RemoveAllResourcePermissions
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RemoveAllResourcePermissionsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RemoveResourcePermissionCommand, se_RemoveResourcePermissionCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RemoveResourcePermissionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RestoreDocumentVersionsCommand, se_RestoreDocumentVersionsCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RestoreDocumentVersionsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protoco
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class SearchResourcesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateDocumentCommand, se_UpdateDocumentCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDocumentCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateDocumentVersionCommand, se_UpdateDocumentVersionCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDocumentVersionCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateFolderCommand, se_UpdateFolderCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateFolderCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-workdocs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Workdocs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-workdocs",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|