@aws-sdk/client-qbusiness 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.
Files changed (58) hide show
  1. package/dist-cjs/index.js +56 -168
  2. package/dist-es/commands/BatchDeleteDocumentCommand.js +1 -3
  3. package/dist-es/commands/BatchPutDocumentCommand.js +1 -3
  4. package/dist-es/commands/ChatCommand.js +1 -3
  5. package/dist-es/commands/ChatSyncCommand.js +1 -3
  6. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  7. package/dist-es/commands/CreateDataSourceCommand.js +1 -3
  8. package/dist-es/commands/CreateIndexCommand.js +1 -3
  9. package/dist-es/commands/CreatePluginCommand.js +1 -3
  10. package/dist-es/commands/CreateRetrieverCommand.js +1 -3
  11. package/dist-es/commands/CreateUserCommand.js +1 -3
  12. package/dist-es/commands/CreateWebExperienceCommand.js +1 -3
  13. package/dist-es/commands/DeleteApplicationCommand.js +1 -3
  14. package/dist-es/commands/DeleteChatControlsConfigurationCommand.js +1 -3
  15. package/dist-es/commands/DeleteConversationCommand.js +1 -3
  16. package/dist-es/commands/DeleteDataSourceCommand.js +1 -3
  17. package/dist-es/commands/DeleteGroupCommand.js +1 -3
  18. package/dist-es/commands/DeleteIndexCommand.js +1 -3
  19. package/dist-es/commands/DeletePluginCommand.js +1 -3
  20. package/dist-es/commands/DeleteRetrieverCommand.js +1 -3
  21. package/dist-es/commands/DeleteUserCommand.js +1 -3
  22. package/dist-es/commands/DeleteWebExperienceCommand.js +1 -3
  23. package/dist-es/commands/GetApplicationCommand.js +1 -3
  24. package/dist-es/commands/GetChatControlsConfigurationCommand.js +1 -3
  25. package/dist-es/commands/GetDataSourceCommand.js +1 -3
  26. package/dist-es/commands/GetGroupCommand.js +1 -3
  27. package/dist-es/commands/GetIndexCommand.js +1 -3
  28. package/dist-es/commands/GetPluginCommand.js +1 -3
  29. package/dist-es/commands/GetRetrieverCommand.js +1 -3
  30. package/dist-es/commands/GetUserCommand.js +1 -3
  31. package/dist-es/commands/GetWebExperienceCommand.js +1 -3
  32. package/dist-es/commands/ListApplicationsCommand.js +1 -3
  33. package/dist-es/commands/ListConversationsCommand.js +1 -3
  34. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +1 -3
  35. package/dist-es/commands/ListDataSourcesCommand.js +1 -3
  36. package/dist-es/commands/ListDocumentsCommand.js +1 -3
  37. package/dist-es/commands/ListGroupsCommand.js +1 -3
  38. package/dist-es/commands/ListIndicesCommand.js +1 -3
  39. package/dist-es/commands/ListMessagesCommand.js +1 -3
  40. package/dist-es/commands/ListPluginsCommand.js +1 -3
  41. package/dist-es/commands/ListRetrieversCommand.js +1 -3
  42. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  43. package/dist-es/commands/ListWebExperiencesCommand.js +1 -3
  44. package/dist-es/commands/PutFeedbackCommand.js +1 -3
  45. package/dist-es/commands/PutGroupCommand.js +1 -3
  46. package/dist-es/commands/StartDataSourceSyncJobCommand.js +1 -3
  47. package/dist-es/commands/StopDataSourceSyncJobCommand.js +1 -3
  48. package/dist-es/commands/TagResourceCommand.js +1 -3
  49. package/dist-es/commands/UntagResourceCommand.js +1 -3
  50. package/dist-es/commands/UpdateApplicationCommand.js +1 -3
  51. package/dist-es/commands/UpdateChatControlsConfigurationCommand.js +1 -3
  52. package/dist-es/commands/UpdateDataSourceCommand.js +1 -3
  53. package/dist-es/commands/UpdateIndexCommand.js +1 -3
  54. package/dist-es/commands/UpdatePluginCommand.js +1 -3
  55. package/dist-es/commands/UpdateRetrieverCommand.js +1 -3
  56. package/dist-es/commands/UpdateUserCommand.js +1 -3
  57. package/dist-es/commands/UpdateWebExperienceCommand.js +1 -3
  58. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -3471,9 +3471,7 @@ var _uG = "userGroups";
3471
3471
  var _uI = "userId";
3472
3472
 
3473
3473
  // src/commands/BatchDeleteDocumentCommand.ts
3474
- var _BatchDeleteDocumentCommand = class _BatchDeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
3475
- ...commonParams
3476
- }).m(function(Command, cs, config, o) {
3474
+ var _BatchDeleteDocumentCommand = class _BatchDeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3477
3475
  return [
3478
3476
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3479
3477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3487,9 +3485,7 @@ var BatchDeleteDocumentCommand = _BatchDeleteDocumentCommand;
3487
3485
 
3488
3486
 
3489
3487
 
3490
- var _BatchPutDocumentCommand = class _BatchPutDocumentCommand extends import_smithy_client.Command.classBuilder().ep({
3491
- ...commonParams
3492
- }).m(function(Command, cs, config, o) {
3488
+ var _BatchPutDocumentCommand = class _BatchPutDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3493
3489
  return [
3494
3490
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3495
3491
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3504,9 +3500,7 @@ var BatchPutDocumentCommand = _BatchPutDocumentCommand;
3504
3500
 
3505
3501
 
3506
3502
 
3507
- var _ChatCommand = class _ChatCommand extends import_smithy_client.Command.classBuilder().ep({
3508
- ...commonParams
3509
- }).m(function(Command, cs, config, o) {
3503
+ var _ChatCommand = class _ChatCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3510
3504
  return [
3511
3505
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3512
3506
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
@@ -3529,9 +3523,7 @@ var ChatCommand = _ChatCommand;
3529
3523
 
3530
3524
 
3531
3525
 
3532
- var _ChatSyncCommand = class _ChatSyncCommand extends import_smithy_client.Command.classBuilder().ep({
3533
- ...commonParams
3534
- }).m(function(Command, cs, config, o) {
3526
+ var _ChatSyncCommand = class _ChatSyncCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3535
3527
  return [
3536
3528
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3537
3529
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3545,9 +3537,7 @@ var ChatSyncCommand = _ChatSyncCommand;
3545
3537
 
3546
3538
 
3547
3539
 
3548
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3549
- ...commonParams
3550
- }).m(function(Command, cs, config, o) {
3540
+ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3551
3541
  return [
3552
3542
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3553
3543
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3561,9 +3551,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
3561
3551
 
3562
3552
 
3563
3553
 
3564
- var _CreateDataSourceCommand = class _CreateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3565
- ...commonParams
3566
- }).m(function(Command, cs, config, o) {
3554
+ var _CreateDataSourceCommand = class _CreateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3567
3555
  return [
3568
3556
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3569
3557
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3577,9 +3565,7 @@ var CreateDataSourceCommand = _CreateDataSourceCommand;
3577
3565
 
3578
3566
 
3579
3567
 
3580
- var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep({
3581
- ...commonParams
3582
- }).m(function(Command, cs, config, o) {
3568
+ var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3583
3569
  return [
3584
3570
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3585
3571
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3593,9 +3579,7 @@ var CreateIndexCommand = _CreateIndexCommand;
3593
3579
 
3594
3580
 
3595
3581
 
3596
- var _CreatePluginCommand = class _CreatePluginCommand extends import_smithy_client.Command.classBuilder().ep({
3597
- ...commonParams
3598
- }).m(function(Command, cs, config, o) {
3582
+ var _CreatePluginCommand = class _CreatePluginCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3599
3583
  return [
3600
3584
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3601
3585
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3609,9 +3593,7 @@ var CreatePluginCommand = _CreatePluginCommand;
3609
3593
 
3610
3594
 
3611
3595
 
3612
- var _CreateRetrieverCommand = class _CreateRetrieverCommand extends import_smithy_client.Command.classBuilder().ep({
3613
- ...commonParams
3614
- }).m(function(Command, cs, config, o) {
3596
+ var _CreateRetrieverCommand = class _CreateRetrieverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3615
3597
  return [
3616
3598
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3617
3599
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3625,9 +3607,7 @@ var CreateRetrieverCommand = _CreateRetrieverCommand;
3625
3607
 
3626
3608
 
3627
3609
 
3628
- var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
3629
- ...commonParams
3630
- }).m(function(Command, cs, config, o) {
3610
+ var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3631
3611
  return [
3632
3612
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3633
3613
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3641,9 +3621,7 @@ var CreateUserCommand = _CreateUserCommand;
3641
3621
 
3642
3622
 
3643
3623
 
3644
- var _CreateWebExperienceCommand = class _CreateWebExperienceCommand extends import_smithy_client.Command.classBuilder().ep({
3645
- ...commonParams
3646
- }).m(function(Command, cs, config, o) {
3624
+ var _CreateWebExperienceCommand = class _CreateWebExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3647
3625
  return [
3648
3626
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3649
3627
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3657,9 +3635,7 @@ var CreateWebExperienceCommand = _CreateWebExperienceCommand;
3657
3635
 
3658
3636
 
3659
3637
 
3660
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3661
- ...commonParams
3662
- }).m(function(Command, cs, config, o) {
3638
+ var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3663
3639
  return [
3664
3640
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3665
3641
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3673,9 +3649,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
3673
3649
 
3674
3650
 
3675
3651
 
3676
- var _DeleteChatControlsConfigurationCommand = class _DeleteChatControlsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3677
- ...commonParams
3678
- }).m(function(Command, cs, config, o) {
3652
+ var _DeleteChatControlsConfigurationCommand = class _DeleteChatControlsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3679
3653
  return [
3680
3654
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3681
3655
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3689,9 +3663,7 @@ var DeleteChatControlsConfigurationCommand = _DeleteChatControlsConfigurationCom
3689
3663
 
3690
3664
 
3691
3665
 
3692
- var _DeleteConversationCommand = class _DeleteConversationCommand extends import_smithy_client.Command.classBuilder().ep({
3693
- ...commonParams
3694
- }).m(function(Command, cs, config, o) {
3666
+ var _DeleteConversationCommand = class _DeleteConversationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3695
3667
  return [
3696
3668
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3697
3669
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3705,9 +3677,7 @@ var DeleteConversationCommand = _DeleteConversationCommand;
3705
3677
 
3706
3678
 
3707
3679
 
3708
- var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3709
- ...commonParams
3710
- }).m(function(Command, cs, config, o) {
3680
+ var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3711
3681
  return [
3712
3682
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3713
3683
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3721,9 +3691,7 @@ var DeleteDataSourceCommand = _DeleteDataSourceCommand;
3721
3691
 
3722
3692
 
3723
3693
 
3724
- var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep({
3725
- ...commonParams
3726
- }).m(function(Command, cs, config, o) {
3694
+ var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3727
3695
  return [
3728
3696
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3729
3697
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3737,9 +3705,7 @@ var DeleteGroupCommand = _DeleteGroupCommand;
3737
3705
 
3738
3706
 
3739
3707
 
3740
- var _DeleteIndexCommand = class _DeleteIndexCommand extends import_smithy_client.Command.classBuilder().ep({
3741
- ...commonParams
3742
- }).m(function(Command, cs, config, o) {
3708
+ var _DeleteIndexCommand = class _DeleteIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3743
3709
  return [
3744
3710
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3745
3711
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3753,9 +3719,7 @@ var DeleteIndexCommand = _DeleteIndexCommand;
3753
3719
 
3754
3720
 
3755
3721
 
3756
- var _DeletePluginCommand = class _DeletePluginCommand extends import_smithy_client.Command.classBuilder().ep({
3757
- ...commonParams
3758
- }).m(function(Command, cs, config, o) {
3722
+ var _DeletePluginCommand = class _DeletePluginCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3759
3723
  return [
3760
3724
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3761
3725
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3769,9 +3733,7 @@ var DeletePluginCommand = _DeletePluginCommand;
3769
3733
 
3770
3734
 
3771
3735
 
3772
- var _DeleteRetrieverCommand = class _DeleteRetrieverCommand extends import_smithy_client.Command.classBuilder().ep({
3773
- ...commonParams
3774
- }).m(function(Command, cs, config, o) {
3736
+ var _DeleteRetrieverCommand = class _DeleteRetrieverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3775
3737
  return [
3776
3738
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3777
3739
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3785,9 +3747,7 @@ var DeleteRetrieverCommand = _DeleteRetrieverCommand;
3785
3747
 
3786
3748
 
3787
3749
 
3788
- var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
3789
- ...commonParams
3790
- }).m(function(Command, cs, config, o) {
3750
+ var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3791
3751
  return [
3792
3752
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3793
3753
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3801,9 +3761,7 @@ var DeleteUserCommand = _DeleteUserCommand;
3801
3761
 
3802
3762
 
3803
3763
 
3804
- var _DeleteWebExperienceCommand = class _DeleteWebExperienceCommand extends import_smithy_client.Command.classBuilder().ep({
3805
- ...commonParams
3806
- }).m(function(Command, cs, config, o) {
3764
+ var _DeleteWebExperienceCommand = class _DeleteWebExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3807
3765
  return [
3808
3766
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3809
3767
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3817,9 +3775,7 @@ var DeleteWebExperienceCommand = _DeleteWebExperienceCommand;
3817
3775
 
3818
3776
 
3819
3777
 
3820
- var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3821
- ...commonParams
3822
- }).m(function(Command, cs, config, o) {
3778
+ var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3823
3779
  return [
3824
3780
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3825
3781
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3833,9 +3789,7 @@ var GetApplicationCommand = _GetApplicationCommand;
3833
3789
 
3834
3790
 
3835
3791
 
3836
- var _GetChatControlsConfigurationCommand = class _GetChatControlsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3837
- ...commonParams
3838
- }).m(function(Command, cs, config, o) {
3792
+ var _GetChatControlsConfigurationCommand = class _GetChatControlsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3839
3793
  return [
3840
3794
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3841
3795
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3849,9 +3803,7 @@ var GetChatControlsConfigurationCommand = _GetChatControlsConfigurationCommand;
3849
3803
 
3850
3804
 
3851
3805
 
3852
- var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3853
- ...commonParams
3854
- }).m(function(Command, cs, config, o) {
3806
+ var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3855
3807
  return [
3856
3808
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3857
3809
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3865,9 +3817,7 @@ var GetDataSourceCommand = _GetDataSourceCommand;
3865
3817
 
3866
3818
 
3867
3819
 
3868
- var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
3869
- ...commonParams
3870
- }).m(function(Command, cs, config, o) {
3820
+ var _GetGroupCommand = class _GetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3871
3821
  return [
3872
3822
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3873
3823
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3881,9 +3831,7 @@ var GetGroupCommand = _GetGroupCommand;
3881
3831
 
3882
3832
 
3883
3833
 
3884
- var _GetIndexCommand = class _GetIndexCommand extends import_smithy_client.Command.classBuilder().ep({
3885
- ...commonParams
3886
- }).m(function(Command, cs, config, o) {
3834
+ var _GetIndexCommand = class _GetIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3887
3835
  return [
3888
3836
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3889
3837
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3897,9 +3845,7 @@ var GetIndexCommand = _GetIndexCommand;
3897
3845
 
3898
3846
 
3899
3847
 
3900
- var _GetPluginCommand = class _GetPluginCommand extends import_smithy_client.Command.classBuilder().ep({
3901
- ...commonParams
3902
- }).m(function(Command, cs, config, o) {
3848
+ var _GetPluginCommand = class _GetPluginCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3903
3849
  return [
3904
3850
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3905
3851
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3913,9 +3859,7 @@ var GetPluginCommand = _GetPluginCommand;
3913
3859
 
3914
3860
 
3915
3861
 
3916
- var _GetRetrieverCommand = class _GetRetrieverCommand extends import_smithy_client.Command.classBuilder().ep({
3917
- ...commonParams
3918
- }).m(function(Command, cs, config, o) {
3862
+ var _GetRetrieverCommand = class _GetRetrieverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3919
3863
  return [
3920
3864
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3921
3865
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3929,9 +3873,7 @@ var GetRetrieverCommand = _GetRetrieverCommand;
3929
3873
 
3930
3874
 
3931
3875
 
3932
- var _GetUserCommand = class _GetUserCommand extends import_smithy_client.Command.classBuilder().ep({
3933
- ...commonParams
3934
- }).m(function(Command, cs, config, o) {
3876
+ var _GetUserCommand = class _GetUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3935
3877
  return [
3936
3878
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3937
3879
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3945,9 +3887,7 @@ var GetUserCommand = _GetUserCommand;
3945
3887
 
3946
3888
 
3947
3889
 
3948
- var _GetWebExperienceCommand = class _GetWebExperienceCommand extends import_smithy_client.Command.classBuilder().ep({
3949
- ...commonParams
3950
- }).m(function(Command, cs, config, o) {
3890
+ var _GetWebExperienceCommand = class _GetWebExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3951
3891
  return [
3952
3892
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3953
3893
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3961,9 +3901,7 @@ var GetWebExperienceCommand = _GetWebExperienceCommand;
3961
3901
 
3962
3902
 
3963
3903
 
3964
- var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
3965
- ...commonParams
3966
- }).m(function(Command, cs, config, o) {
3904
+ var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3967
3905
  return [
3968
3906
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3969
3907
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3977,9 +3915,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
3977
3915
 
3978
3916
 
3979
3917
 
3980
- var _ListConversationsCommand = class _ListConversationsCommand extends import_smithy_client.Command.classBuilder().ep({
3981
- ...commonParams
3982
- }).m(function(Command, cs, config, o) {
3918
+ var _ListConversationsCommand = class _ListConversationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3983
3919
  return [
3984
3920
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3985
3921
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3993,9 +3929,7 @@ var ListConversationsCommand = _ListConversationsCommand;
3993
3929
 
3994
3930
 
3995
3931
 
3996
- var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
3997
- ...commonParams
3998
- }).m(function(Command, cs, config, o) {
3932
+ var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3999
3933
  return [
4000
3934
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4001
3935
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4009,9 +3943,7 @@ var ListDataSourcesCommand = _ListDataSourcesCommand;
4009
3943
 
4010
3944
 
4011
3945
 
4012
- var _ListDataSourceSyncJobsCommand = class _ListDataSourceSyncJobsCommand extends import_smithy_client.Command.classBuilder().ep({
4013
- ...commonParams
4014
- }).m(function(Command, cs, config, o) {
3946
+ var _ListDataSourceSyncJobsCommand = class _ListDataSourceSyncJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4015
3947
  return [
4016
3948
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4017
3949
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4025,9 +3957,7 @@ var ListDataSourceSyncJobsCommand = _ListDataSourceSyncJobsCommand;
4025
3957
 
4026
3958
 
4027
3959
 
4028
- var _ListDocumentsCommand = class _ListDocumentsCommand extends import_smithy_client.Command.classBuilder().ep({
4029
- ...commonParams
4030
- }).m(function(Command, cs, config, o) {
3960
+ var _ListDocumentsCommand = class _ListDocumentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4031
3961
  return [
4032
3962
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4033
3963
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4041,9 +3971,7 @@ var ListDocumentsCommand = _ListDocumentsCommand;
4041
3971
 
4042
3972
 
4043
3973
 
4044
- var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
4045
- ...commonParams
4046
- }).m(function(Command, cs, config, o) {
3974
+ var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4047
3975
  return [
4048
3976
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4049
3977
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4057,9 +3985,7 @@ var ListGroupsCommand = _ListGroupsCommand;
4057
3985
 
4058
3986
 
4059
3987
 
4060
- var _ListIndicesCommand = class _ListIndicesCommand extends import_smithy_client.Command.classBuilder().ep({
4061
- ...commonParams
4062
- }).m(function(Command, cs, config, o) {
3988
+ var _ListIndicesCommand = class _ListIndicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4063
3989
  return [
4064
3990
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4065
3991
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4073,9 +3999,7 @@ var ListIndicesCommand = _ListIndicesCommand;
4073
3999
 
4074
4000
 
4075
4001
 
4076
- var _ListMessagesCommand = class _ListMessagesCommand extends import_smithy_client.Command.classBuilder().ep({
4077
- ...commonParams
4078
- }).m(function(Command, cs, config, o) {
4002
+ var _ListMessagesCommand = class _ListMessagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4079
4003
  return [
4080
4004
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4081
4005
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4089,9 +4013,7 @@ var ListMessagesCommand = _ListMessagesCommand;
4089
4013
 
4090
4014
 
4091
4015
 
4092
- var _ListPluginsCommand = class _ListPluginsCommand extends import_smithy_client.Command.classBuilder().ep({
4093
- ...commonParams
4094
- }).m(function(Command, cs, config, o) {
4016
+ var _ListPluginsCommand = class _ListPluginsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4095
4017
  return [
4096
4018
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4097
4019
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4105,9 +4027,7 @@ var ListPluginsCommand = _ListPluginsCommand;
4105
4027
 
4106
4028
 
4107
4029
 
4108
- var _ListRetrieversCommand = class _ListRetrieversCommand extends import_smithy_client.Command.classBuilder().ep({
4109
- ...commonParams
4110
- }).m(function(Command, cs, config, o) {
4030
+ var _ListRetrieversCommand = class _ListRetrieversCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4111
4031
  return [
4112
4032
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4113
4033
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4121,9 +4041,7 @@ var ListRetrieversCommand = _ListRetrieversCommand;
4121
4041
 
4122
4042
 
4123
4043
 
4124
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4125
- ...commonParams
4126
- }).m(function(Command, cs, config, o) {
4044
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4127
4045
  return [
4128
4046
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4129
4047
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4137,9 +4055,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
4137
4055
 
4138
4056
 
4139
4057
 
4140
- var _ListWebExperiencesCommand = class _ListWebExperiencesCommand extends import_smithy_client.Command.classBuilder().ep({
4141
- ...commonParams
4142
- }).m(function(Command, cs, config, o) {
4058
+ var _ListWebExperiencesCommand = class _ListWebExperiencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4143
4059
  return [
4144
4060
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4145
4061
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4153,9 +4069,7 @@ var ListWebExperiencesCommand = _ListWebExperiencesCommand;
4153
4069
 
4154
4070
 
4155
4071
 
4156
- var _PutFeedbackCommand = class _PutFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
4157
- ...commonParams
4158
- }).m(function(Command, cs, config, o) {
4072
+ var _PutFeedbackCommand = class _PutFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4159
4073
  return [
4160
4074
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4161
4075
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4169,9 +4083,7 @@ var PutFeedbackCommand = _PutFeedbackCommand;
4169
4083
 
4170
4084
 
4171
4085
 
4172
- var _PutGroupCommand = class _PutGroupCommand extends import_smithy_client.Command.classBuilder().ep({
4173
- ...commonParams
4174
- }).m(function(Command, cs, config, o) {
4086
+ var _PutGroupCommand = class _PutGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4175
4087
  return [
4176
4088
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4177
4089
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4185,9 +4097,7 @@ var PutGroupCommand = _PutGroupCommand;
4185
4097
 
4186
4098
 
4187
4099
 
4188
- var _StartDataSourceSyncJobCommand = class _StartDataSourceSyncJobCommand extends import_smithy_client.Command.classBuilder().ep({
4189
- ...commonParams
4190
- }).m(function(Command, cs, config, o) {
4100
+ var _StartDataSourceSyncJobCommand = class _StartDataSourceSyncJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4191
4101
  return [
4192
4102
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4193
4103
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4201,9 +4111,7 @@ var StartDataSourceSyncJobCommand = _StartDataSourceSyncJobCommand;
4201
4111
 
4202
4112
 
4203
4113
 
4204
- var _StopDataSourceSyncJobCommand = class _StopDataSourceSyncJobCommand extends import_smithy_client.Command.classBuilder().ep({
4205
- ...commonParams
4206
- }).m(function(Command, cs, config, o) {
4114
+ var _StopDataSourceSyncJobCommand = class _StopDataSourceSyncJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4207
4115
  return [
4208
4116
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4209
4117
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4217,9 +4125,7 @@ var StopDataSourceSyncJobCommand = _StopDataSourceSyncJobCommand;
4217
4125
 
4218
4126
 
4219
4127
 
4220
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4221
- ...commonParams
4222
- }).m(function(Command, cs, config, o) {
4128
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4223
4129
  return [
4224
4130
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4225
4131
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4233,9 +4139,7 @@ var TagResourceCommand = _TagResourceCommand;
4233
4139
 
4234
4140
 
4235
4141
 
4236
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4237
- ...commonParams
4238
- }).m(function(Command, cs, config, o) {
4142
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4239
4143
  return [
4240
4144
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4241
4145
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4249,9 +4153,7 @@ var UntagResourceCommand = _UntagResourceCommand;
4249
4153
 
4250
4154
 
4251
4155
 
4252
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
4253
- ...commonParams
4254
- }).m(function(Command, cs, config, o) {
4156
+ var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4255
4157
  return [
4256
4158
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4257
4159
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4265,9 +4167,7 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
4265
4167
 
4266
4168
 
4267
4169
 
4268
- var _UpdateChatControlsConfigurationCommand = class _UpdateChatControlsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4269
- ...commonParams
4270
- }).m(function(Command, cs, config, o) {
4170
+ var _UpdateChatControlsConfigurationCommand = class _UpdateChatControlsConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4271
4171
  return [
4272
4172
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4273
4173
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4281,9 +4181,7 @@ var UpdateChatControlsConfigurationCommand = _UpdateChatControlsConfigurationCom
4281
4181
 
4282
4182
 
4283
4183
 
4284
- var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
4285
- ...commonParams
4286
- }).m(function(Command, cs, config, o) {
4184
+ var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4287
4185
  return [
4288
4186
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4289
4187
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4297,9 +4195,7 @@ var UpdateDataSourceCommand = _UpdateDataSourceCommand;
4297
4195
 
4298
4196
 
4299
4197
 
4300
- var _UpdateIndexCommand = class _UpdateIndexCommand extends import_smithy_client.Command.classBuilder().ep({
4301
- ...commonParams
4302
- }).m(function(Command, cs, config, o) {
4198
+ var _UpdateIndexCommand = class _UpdateIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4303
4199
  return [
4304
4200
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4305
4201
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4313,9 +4209,7 @@ var UpdateIndexCommand = _UpdateIndexCommand;
4313
4209
 
4314
4210
 
4315
4211
 
4316
- var _UpdatePluginCommand = class _UpdatePluginCommand extends import_smithy_client.Command.classBuilder().ep({
4317
- ...commonParams
4318
- }).m(function(Command, cs, config, o) {
4212
+ var _UpdatePluginCommand = class _UpdatePluginCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4319
4213
  return [
4320
4214
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4321
4215
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4329,9 +4223,7 @@ var UpdatePluginCommand = _UpdatePluginCommand;
4329
4223
 
4330
4224
 
4331
4225
 
4332
- var _UpdateRetrieverCommand = class _UpdateRetrieverCommand extends import_smithy_client.Command.classBuilder().ep({
4333
- ...commonParams
4334
- }).m(function(Command, cs, config, o) {
4226
+ var _UpdateRetrieverCommand = class _UpdateRetrieverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4335
4227
  return [
4336
4228
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4337
4229
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4345,9 +4237,7 @@ var UpdateRetrieverCommand = _UpdateRetrieverCommand;
4345
4237
 
4346
4238
 
4347
4239
 
4348
- var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep({
4349
- ...commonParams
4350
- }).m(function(Command, cs, config, o) {
4240
+ var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4351
4241
  return [
4352
4242
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4353
4243
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4361,9 +4251,7 @@ var UpdateUserCommand = _UpdateUserCommand;
4361
4251
 
4362
4252
 
4363
4253
 
4364
- var _UpdateWebExperienceCommand = class _UpdateWebExperienceCommand extends import_smithy_client.Command.classBuilder().ep({
4365
- ...commonParams
4366
- }).m(function(Command, cs, config, o) {
4254
+ var _UpdateWebExperienceCommand = class _UpdateWebExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4367
4255
  return [
4368
4256
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4369
4257
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_BatchDeleteDocumentCommand, se_BatchDeleteDocumentCommand } from "..
6
6
  export { $Command };
7
7
  export class BatchDeleteDocumentCommand 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),
@@ -6,9 +6,7 @@ import { de_BatchPutDocumentCommand, se_BatchPutDocumentCommand } from "../proto
6
6
  export { $Command };
7
7
  export class BatchPutDocumentCommand 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),
@@ -8,9 +8,7 @@ import { de_ChatCommand, se_ChatCommand } from "../protocols/Aws_restJson1";
8
8
  export { $Command };
9
9
  export class ChatCommand extends $Command
10
10
  .classBuilder()
11
- .ep({
12
- ...commonParams,
13
- })
11
+ .ep(commonParams)
14
12
  .m(function (Command, cs, config, o) {
15
13
  return [
16
14
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ChatSyncCommand, se_ChatSyncCommand } from "../protocols/Aws_restJso
6
6
  export { $Command };
7
7
  export class ChatSyncCommand 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_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreateApplicationCommand 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),