@aws-sdk/client-workdocs 3.588.0 → 3.592.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.
Files changed (97) hide show
  1. package/dist-cjs/index.js +0 -44
  2. package/dist-types/WorkDocsClient.d.ts +4 -4
  3. package/dist-types/commands/AbortDocumentVersionUploadCommand.d.ts +2 -1
  4. package/dist-types/commands/ActivateUserCommand.d.ts +2 -1
  5. package/dist-types/commands/AddResourcePermissionsCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateCommentCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateCustomMetadataCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateFolderCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateLabelsCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateNotificationSubscriptionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  12. package/dist-types/commands/DeactivateUserCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteCommentCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteCustomMetadataCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteDocumentCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteDocumentVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteFolderCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteFolderContentsCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteLabelsCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteNotificationSubscriptionCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeActivitiesCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeCommentsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeDocumentVersionsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeFolderContentsCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeGroupsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeNotificationSubscriptionsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeResourcePermissionsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeRootFoldersCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeUsersCommand.d.ts +2 -1
  31. package/dist-types/commands/GetCurrentUserCommand.d.ts +2 -1
  32. package/dist-types/commands/GetDocumentCommand.d.ts +2 -1
  33. package/dist-types/commands/GetDocumentPathCommand.d.ts +2 -1
  34. package/dist-types/commands/GetDocumentVersionCommand.d.ts +2 -1
  35. package/dist-types/commands/GetFolderCommand.d.ts +2 -1
  36. package/dist-types/commands/GetFolderPathCommand.d.ts +2 -1
  37. package/dist-types/commands/GetResourcesCommand.d.ts +2 -1
  38. package/dist-types/commands/InitiateDocumentVersionUploadCommand.d.ts +2 -1
  39. package/dist-types/commands/RemoveAllResourcePermissionsCommand.d.ts +2 -1
  40. package/dist-types/commands/RemoveResourcePermissionCommand.d.ts +2 -1
  41. package/dist-types/commands/RestoreDocumentVersionsCommand.d.ts +2 -1
  42. package/dist-types/commands/SearchResourcesCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateDocumentCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateDocumentVersionCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateFolderCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  47. package/dist-types/index.d.ts +2 -2
  48. package/dist-types/models/WorkDocsServiceException.d.ts +2 -1
  49. package/dist-types/runtimeConfig.native.d.ts +1 -1
  50. package/dist-types/ts3.4/WorkDocsClient.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/AbortDocumentVersionUploadCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/ActivateUserCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/AddResourcePermissionsCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/CreateCommentCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/CreateCustomMetadataCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/CreateFolderCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/CreateLabelsCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/CreateNotificationSubscriptionCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/DeactivateUserCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/DeleteCommentCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DeleteCustomMetadataCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/DeleteDocumentCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DeleteDocumentVersionCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteFolderCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteFolderContentsCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteLabelsCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteNotificationSubscriptionCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DescribeActivitiesCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DescribeCommentsCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DescribeDocumentVersionsCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DescribeFolderContentsCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DescribeGroupsCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeNotificationSubscriptionsCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeResourcePermissionsCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeRootFoldersCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeUsersCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/GetCurrentUserCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/GetDocumentCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/GetDocumentPathCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/GetDocumentVersionCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/GetFolderCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/GetFolderPathCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/InitiateDocumentVersionUploadCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/RemoveAllResourcePermissionsCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/RemoveResourcePermissionCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/RestoreDocumentVersionsCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/SearchResourcesCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/UpdateDocumentCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/UpdateDocumentVersionCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/UpdateFolderCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/models/WorkDocsServiceException.d.ts +2 -1
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  97. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -371,7 +371,6 @@ var WorkDocsClient = _WorkDocsClient;
371
371
 
372
372
  var import_middleware_serde = require("@smithy/middleware-serde");
373
373
 
374
- var import_types = require("@smithy/types");
375
374
 
376
375
  // src/models/models_0.ts
377
376
 
@@ -3375,7 +3374,6 @@ var AbortDocumentVersionUploadCommand = _AbortDocumentVersionUploadCommand;
3375
3374
 
3376
3375
 
3377
3376
 
3378
-
3379
3377
  var _ActivateUserCommand = class _ActivateUserCommand extends import_smithy_client.Command.classBuilder().ep({
3380
3378
  ...commonParams
3381
3379
  }).m(function(Command, cs, config, o) {
@@ -3392,7 +3390,6 @@ var ActivateUserCommand = _ActivateUserCommand;
3392
3390
 
3393
3391
 
3394
3392
 
3395
-
3396
3393
  var _AddResourcePermissionsCommand = class _AddResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
3397
3394
  ...commonParams
3398
3395
  }).m(function(Command, cs, config, o) {
@@ -3409,7 +3406,6 @@ var AddResourcePermissionsCommand = _AddResourcePermissionsCommand;
3409
3406
 
3410
3407
 
3411
3408
 
3412
-
3413
3409
  var _CreateCommentCommand = class _CreateCommentCommand extends import_smithy_client.Command.classBuilder().ep({
3414
3410
  ...commonParams
3415
3411
  }).m(function(Command, cs, config, o) {
@@ -3426,7 +3422,6 @@ var CreateCommentCommand = _CreateCommentCommand;
3426
3422
 
3427
3423
 
3428
3424
 
3429
-
3430
3425
  var _CreateCustomMetadataCommand = class _CreateCustomMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
3431
3426
  ...commonParams
3432
3427
  }).m(function(Command, cs, config, o) {
@@ -3443,7 +3438,6 @@ var CreateCustomMetadataCommand = _CreateCustomMetadataCommand;
3443
3438
 
3444
3439
 
3445
3440
 
3446
-
3447
3441
  var _CreateFolderCommand = class _CreateFolderCommand extends import_smithy_client.Command.classBuilder().ep({
3448
3442
  ...commonParams
3449
3443
  }).m(function(Command, cs, config, o) {
@@ -3460,7 +3454,6 @@ var CreateFolderCommand = _CreateFolderCommand;
3460
3454
 
3461
3455
 
3462
3456
 
3463
-
3464
3457
  var _CreateLabelsCommand = class _CreateLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
3465
3458
  ...commonParams
3466
3459
  }).m(function(Command, cs, config, o) {
@@ -3477,7 +3470,6 @@ var CreateLabelsCommand = _CreateLabelsCommand;
3477
3470
 
3478
3471
 
3479
3472
 
3480
-
3481
3473
  var _CreateNotificationSubscriptionCommand = class _CreateNotificationSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
3482
3474
  ...commonParams
3483
3475
  }).m(function(Command, cs, config, o) {
@@ -3494,7 +3486,6 @@ var CreateNotificationSubscriptionCommand = _CreateNotificationSubscriptionComma
3494
3486
 
3495
3487
 
3496
3488
 
3497
-
3498
3489
  var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
3499
3490
  ...commonParams
3500
3491
  }).m(function(Command, cs, config, o) {
@@ -3511,7 +3502,6 @@ var CreateUserCommand = _CreateUserCommand;
3511
3502
 
3512
3503
 
3513
3504
 
3514
-
3515
3505
  var _DeactivateUserCommand = class _DeactivateUserCommand extends import_smithy_client.Command.classBuilder().ep({
3516
3506
  ...commonParams
3517
3507
  }).m(function(Command, cs, config, o) {
@@ -3528,7 +3518,6 @@ var DeactivateUserCommand = _DeactivateUserCommand;
3528
3518
 
3529
3519
 
3530
3520
 
3531
-
3532
3521
  var _DeleteCommentCommand = class _DeleteCommentCommand extends import_smithy_client.Command.classBuilder().ep({
3533
3522
  ...commonParams
3534
3523
  }).m(function(Command, cs, config, o) {
@@ -3545,7 +3534,6 @@ var DeleteCommentCommand = _DeleteCommentCommand;
3545
3534
 
3546
3535
 
3547
3536
 
3548
-
3549
3537
  var _DeleteCustomMetadataCommand = class _DeleteCustomMetadataCommand extends import_smithy_client.Command.classBuilder().ep({
3550
3538
  ...commonParams
3551
3539
  }).m(function(Command, cs, config, o) {
@@ -3562,7 +3550,6 @@ var DeleteCustomMetadataCommand = _DeleteCustomMetadataCommand;
3562
3550
 
3563
3551
 
3564
3552
 
3565
-
3566
3553
  var _DeleteDocumentCommand = class _DeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
3567
3554
  ...commonParams
3568
3555
  }).m(function(Command, cs, config, o) {
@@ -3579,7 +3566,6 @@ var DeleteDocumentCommand = _DeleteDocumentCommand;
3579
3566
 
3580
3567
 
3581
3568
 
3582
-
3583
3569
  var _DeleteDocumentVersionCommand = class _DeleteDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep({
3584
3570
  ...commonParams
3585
3571
  }).m(function(Command, cs, config, o) {
@@ -3596,7 +3582,6 @@ var DeleteDocumentVersionCommand = _DeleteDocumentVersionCommand;
3596
3582
 
3597
3583
 
3598
3584
 
3599
-
3600
3585
  var _DeleteFolderCommand = class _DeleteFolderCommand extends import_smithy_client.Command.classBuilder().ep({
3601
3586
  ...commonParams
3602
3587
  }).m(function(Command, cs, config, o) {
@@ -3613,7 +3598,6 @@ var DeleteFolderCommand = _DeleteFolderCommand;
3613
3598
 
3614
3599
 
3615
3600
 
3616
-
3617
3601
  var _DeleteFolderContentsCommand = class _DeleteFolderContentsCommand extends import_smithy_client.Command.classBuilder().ep({
3618
3602
  ...commonParams
3619
3603
  }).m(function(Command, cs, config, o) {
@@ -3630,7 +3614,6 @@ var DeleteFolderContentsCommand = _DeleteFolderContentsCommand;
3630
3614
 
3631
3615
 
3632
3616
 
3633
-
3634
3617
  var _DeleteLabelsCommand = class _DeleteLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
3635
3618
  ...commonParams
3636
3619
  }).m(function(Command, cs, config, o) {
@@ -3647,7 +3630,6 @@ var DeleteLabelsCommand = _DeleteLabelsCommand;
3647
3630
 
3648
3631
 
3649
3632
 
3650
-
3651
3633
  var _DeleteNotificationSubscriptionCommand = class _DeleteNotificationSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
3652
3634
  ...commonParams
3653
3635
  }).m(function(Command, cs, config, o) {
@@ -3664,7 +3646,6 @@ var DeleteNotificationSubscriptionCommand = _DeleteNotificationSubscriptionComma
3664
3646
 
3665
3647
 
3666
3648
 
3667
-
3668
3649
  var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
3669
3650
  ...commonParams
3670
3651
  }).m(function(Command, cs, config, o) {
@@ -3681,7 +3662,6 @@ var DeleteUserCommand = _DeleteUserCommand;
3681
3662
 
3682
3663
 
3683
3664
 
3684
-
3685
3665
  var _DescribeActivitiesCommand = class _DescribeActivitiesCommand extends import_smithy_client.Command.classBuilder().ep({
3686
3666
  ...commonParams
3687
3667
  }).m(function(Command, cs, config, o) {
@@ -3698,7 +3678,6 @@ var DescribeActivitiesCommand = _DescribeActivitiesCommand;
3698
3678
 
3699
3679
 
3700
3680
 
3701
-
3702
3681
  var _DescribeCommentsCommand = class _DescribeCommentsCommand extends import_smithy_client.Command.classBuilder().ep({
3703
3682
  ...commonParams
3704
3683
  }).m(function(Command, cs, config, o) {
@@ -3715,7 +3694,6 @@ var DescribeCommentsCommand = _DescribeCommentsCommand;
3715
3694
 
3716
3695
 
3717
3696
 
3718
-
3719
3697
  var _DescribeDocumentVersionsCommand = class _DescribeDocumentVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
3720
3698
  ...commonParams
3721
3699
  }).m(function(Command, cs, config, o) {
@@ -3732,7 +3710,6 @@ var DescribeDocumentVersionsCommand = _DescribeDocumentVersionsCommand;
3732
3710
 
3733
3711
 
3734
3712
 
3735
-
3736
3713
  var _DescribeFolderContentsCommand = class _DescribeFolderContentsCommand extends import_smithy_client.Command.classBuilder().ep({
3737
3714
  ...commonParams
3738
3715
  }).m(function(Command, cs, config, o) {
@@ -3749,7 +3726,6 @@ var DescribeFolderContentsCommand = _DescribeFolderContentsCommand;
3749
3726
 
3750
3727
 
3751
3728
 
3752
-
3753
3729
  var _DescribeGroupsCommand = class _DescribeGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
3754
3730
  ...commonParams
3755
3731
  }).m(function(Command, cs, config, o) {
@@ -3766,7 +3742,6 @@ var DescribeGroupsCommand = _DescribeGroupsCommand;
3766
3742
 
3767
3743
 
3768
3744
 
3769
-
3770
3745
  var _DescribeNotificationSubscriptionsCommand = class _DescribeNotificationSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3771
3746
  ...commonParams
3772
3747
  }).m(function(Command, cs, config, o) {
@@ -3783,7 +3758,6 @@ var DescribeNotificationSubscriptionsCommand = _DescribeNotificationSubscription
3783
3758
 
3784
3759
 
3785
3760
 
3786
-
3787
3761
  var _DescribeResourcePermissionsCommand = class _DescribeResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
3788
3762
  ...commonParams
3789
3763
  }).m(function(Command, cs, config, o) {
@@ -3800,7 +3774,6 @@ var DescribeResourcePermissionsCommand = _DescribeResourcePermissionsCommand;
3800
3774
 
3801
3775
 
3802
3776
 
3803
-
3804
3777
  var _DescribeRootFoldersCommand = class _DescribeRootFoldersCommand extends import_smithy_client.Command.classBuilder().ep({
3805
3778
  ...commonParams
3806
3779
  }).m(function(Command, cs, config, o) {
@@ -3817,7 +3790,6 @@ var DescribeRootFoldersCommand = _DescribeRootFoldersCommand;
3817
3790
 
3818
3791
 
3819
3792
 
3820
-
3821
3793
  var _DescribeUsersCommand = class _DescribeUsersCommand extends import_smithy_client.Command.classBuilder().ep({
3822
3794
  ...commonParams
3823
3795
  }).m(function(Command, cs, config, o) {
@@ -3834,7 +3806,6 @@ var DescribeUsersCommand = _DescribeUsersCommand;
3834
3806
 
3835
3807
 
3836
3808
 
3837
-
3838
3809
  var _GetCurrentUserCommand = class _GetCurrentUserCommand extends import_smithy_client.Command.classBuilder().ep({
3839
3810
  ...commonParams
3840
3811
  }).m(function(Command, cs, config, o) {
@@ -3851,7 +3822,6 @@ var GetCurrentUserCommand = _GetCurrentUserCommand;
3851
3822
 
3852
3823
 
3853
3824
 
3854
-
3855
3825
  var _GetDocumentCommand = class _GetDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
3856
3826
  ...commonParams
3857
3827
  }).m(function(Command, cs, config, o) {
@@ -3868,7 +3838,6 @@ var GetDocumentCommand = _GetDocumentCommand;
3868
3838
 
3869
3839
 
3870
3840
 
3871
-
3872
3841
  var _GetDocumentPathCommand = class _GetDocumentPathCommand extends import_smithy_client.Command.classBuilder().ep({
3873
3842
  ...commonParams
3874
3843
  }).m(function(Command, cs, config, o) {
@@ -3885,7 +3854,6 @@ var GetDocumentPathCommand = _GetDocumentPathCommand;
3885
3854
 
3886
3855
 
3887
3856
 
3888
-
3889
3857
  var _GetDocumentVersionCommand = class _GetDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep({
3890
3858
  ...commonParams
3891
3859
  }).m(function(Command, cs, config, o) {
@@ -3902,7 +3870,6 @@ var GetDocumentVersionCommand = _GetDocumentVersionCommand;
3902
3870
 
3903
3871
 
3904
3872
 
3905
-
3906
3873
  var _GetFolderCommand = class _GetFolderCommand extends import_smithy_client.Command.classBuilder().ep({
3907
3874
  ...commonParams
3908
3875
  }).m(function(Command, cs, config, o) {
@@ -3919,7 +3886,6 @@ var GetFolderCommand = _GetFolderCommand;
3919
3886
 
3920
3887
 
3921
3888
 
3922
-
3923
3889
  var _GetFolderPathCommand = class _GetFolderPathCommand extends import_smithy_client.Command.classBuilder().ep({
3924
3890
  ...commonParams
3925
3891
  }).m(function(Command, cs, config, o) {
@@ -3936,7 +3902,6 @@ var GetFolderPathCommand = _GetFolderPathCommand;
3936
3902
 
3937
3903
 
3938
3904
 
3939
-
3940
3905
  var _GetResourcesCommand = class _GetResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
3941
3906
  ...commonParams
3942
3907
  }).m(function(Command, cs, config, o) {
@@ -3953,7 +3918,6 @@ var GetResourcesCommand = _GetResourcesCommand;
3953
3918
 
3954
3919
 
3955
3920
 
3956
-
3957
3921
  var _InitiateDocumentVersionUploadCommand = class _InitiateDocumentVersionUploadCommand extends import_smithy_client.Command.classBuilder().ep({
3958
3922
  ...commonParams
3959
3923
  }).m(function(Command, cs, config, o) {
@@ -3970,7 +3934,6 @@ var InitiateDocumentVersionUploadCommand = _InitiateDocumentVersionUploadCommand
3970
3934
 
3971
3935
 
3972
3936
 
3973
-
3974
3937
  var _RemoveAllResourcePermissionsCommand = class _RemoveAllResourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
3975
3938
  ...commonParams
3976
3939
  }).m(function(Command, cs, config, o) {
@@ -3987,7 +3950,6 @@ var RemoveAllResourcePermissionsCommand = _RemoveAllResourcePermissionsCommand;
3987
3950
 
3988
3951
 
3989
3952
 
3990
-
3991
3953
  var _RemoveResourcePermissionCommand = class _RemoveResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
3992
3954
  ...commonParams
3993
3955
  }).m(function(Command, cs, config, o) {
@@ -4004,7 +3966,6 @@ var RemoveResourcePermissionCommand = _RemoveResourcePermissionCommand;
4004
3966
 
4005
3967
 
4006
3968
 
4007
-
4008
3969
  var _RestoreDocumentVersionsCommand = class _RestoreDocumentVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
4009
3970
  ...commonParams
4010
3971
  }).m(function(Command, cs, config, o) {
@@ -4021,7 +3982,6 @@ var RestoreDocumentVersionsCommand = _RestoreDocumentVersionsCommand;
4021
3982
 
4022
3983
 
4023
3984
 
4024
-
4025
3985
  var _SearchResourcesCommand = class _SearchResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
4026
3986
  ...commonParams
4027
3987
  }).m(function(Command, cs, config, o) {
@@ -4038,7 +3998,6 @@ var SearchResourcesCommand = _SearchResourcesCommand;
4038
3998
 
4039
3999
 
4040
4000
 
4041
-
4042
4001
  var _UpdateDocumentCommand = class _UpdateDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
4043
4002
  ...commonParams
4044
4003
  }).m(function(Command, cs, config, o) {
@@ -4055,7 +4014,6 @@ var UpdateDocumentCommand = _UpdateDocumentCommand;
4055
4014
 
4056
4015
 
4057
4016
 
4058
-
4059
4017
  var _UpdateDocumentVersionCommand = class _UpdateDocumentVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4060
4018
  ...commonParams
4061
4019
  }).m(function(Command, cs, config, o) {
@@ -4072,7 +4030,6 @@ var UpdateDocumentVersionCommand = _UpdateDocumentVersionCommand;
4072
4030
 
4073
4031
 
4074
4032
 
4075
-
4076
4033
  var _UpdateFolderCommand = class _UpdateFolderCommand extends import_smithy_client.Command.classBuilder().ep({
4077
4034
  ...commonParams
4078
4035
  }).m(function(Command, cs, config, o) {
@@ -4089,7 +4046,6 @@ var UpdateFolderCommand = _UpdateFolderCommand;
4089
4046
 
4090
4047
 
4091
4048
 
4092
-
4093
4049
  var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep({
4094
4050
  ...commonParams
4095
4051
  }).m(function(Command, cs, config, o) {
@@ -134,15 +134,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
134
134
  * Enables FIPS compatible endpoints.
135
135
  */
136
136
  useFipsEndpoint?: boolean | __Provider<boolean>;
137
+ /**
138
+ * The AWS region to which this client will send requests
139
+ */
140
+ region?: string | __Provider<string>;
137
141
  /**
138
142
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
139
143
  * @internal
140
144
  */
141
145
  defaultUserAgentProvider?: Provider<__UserAgent>;
142
- /**
143
- * The AWS region to which this client will send requests
144
- */
145
- region?: string | __Provider<string>;
146
146
  /**
147
147
  * Default credentials provider; Not available in browser runtime.
148
148
  * @deprecated
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *