@aws-sdk/client-opensearch 3.590.0 → 3.596.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 (131) hide show
  1. package/dist-cjs/index.js +0 -63
  2. package/dist-types/commands/AcceptInboundConnectionCommand.d.ts +2 -1
  3. package/dist-types/commands/AddDataSourceCommand.d.ts +2 -1
  4. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociatePackageCommand.d.ts +2 -1
  6. package/dist-types/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -1
  7. package/dist-types/commands/CancelDomainConfigChangeCommand.d.ts +2 -1
  8. package/dist-types/commands/CancelServiceSoftwareUpdateCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateOutboundConnectionCommand.d.ts +2 -1
  11. package/dist-types/commands/CreatePackageCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteInboundConnectionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteOutboundConnectionCommand.d.ts +2 -1
  17. package/dist-types/commands/DeletePackageCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeDomainAutoTunesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeDomainChangeProgressCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeDomainCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeDomainConfigCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeDomainHealthCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeDomainNodesCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeDryRunProgressCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeInboundConnectionsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeInstanceTypeLimitsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeOutboundConnectionsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribePackagesCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeReservedInstanceOfferingsCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
  34. package/dist-types/commands/DissociatePackageCommand.d.ts +2 -1
  35. package/dist-types/commands/GetCompatibleVersionsCommand.d.ts +2 -1
  36. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  37. package/dist-types/commands/GetDomainMaintenanceStatusCommand.d.ts +2 -1
  38. package/dist-types/commands/GetPackageVersionHistoryCommand.d.ts +2 -1
  39. package/dist-types/commands/GetUpgradeHistoryCommand.d.ts +2 -1
  40. package/dist-types/commands/GetUpgradeStatusCommand.d.ts +2 -1
  41. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListDomainMaintenancesCommand.d.ts +2 -1
  43. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  44. package/dist-types/commands/ListDomainsForPackageCommand.d.ts +2 -1
  45. package/dist-types/commands/ListInstanceTypeDetailsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListPackagesForDomainCommand.d.ts +2 -1
  47. package/dist-types/commands/ListScheduledActionsCommand.d.ts +2 -1
  48. package/dist-types/commands/ListTagsCommand.d.ts +2 -1
  49. package/dist-types/commands/ListVersionsCommand.d.ts +2 -1
  50. package/dist-types/commands/ListVpcEndpointAccessCommand.d.ts +2 -1
  51. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +2 -1
  52. package/dist-types/commands/ListVpcEndpointsForDomainCommand.d.ts +2 -1
  53. package/dist-types/commands/PurchaseReservedInstanceOfferingCommand.d.ts +2 -1
  54. package/dist-types/commands/RejectInboundConnectionCommand.d.ts +2 -1
  55. package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
  56. package/dist-types/commands/RevokeVpcEndpointAccessCommand.d.ts +2 -1
  57. package/dist-types/commands/StartDomainMaintenanceCommand.d.ts +2 -1
  58. package/dist-types/commands/StartServiceSoftwareUpdateCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateDomainConfigCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdatePackageCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateScheduledActionCommand.d.ts +2 -1
  63. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +2 -1
  64. package/dist-types/commands/UpgradeDomainCommand.d.ts +2 -1
  65. package/dist-types/index.d.ts +2 -2
  66. package/dist-types/models/OpenSearchServiceException.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/AcceptInboundConnectionCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/AddDataSourceCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/AssociatePackageCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/AuthorizeVpcEndpointAccessCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/CancelDomainConfigChangeCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/CancelServiceSoftwareUpdateCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/CreateOutboundConnectionCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/CreatePackageCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/DeleteInboundConnectionCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/DeleteOutboundConnectionCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/DeletePackageCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/DeleteVpcEndpointCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/DescribeDomainAutoTunesCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/DescribeDomainChangeProgressCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/DescribeDomainConfigCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/DescribeDomainHealthCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/DescribeDomainNodesCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/DescribeDryRunProgressCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/DescribeInboundConnectionsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/DescribeInstanceTypeLimitsCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/DescribeOutboundConnectionsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/DescribePackagesCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/DescribeReservedInstanceOfferingsCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/DissociatePackageCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/GetCompatibleVersionsCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/GetDomainMaintenanceStatusCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/GetPackageVersionHistoryCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/GetUpgradeHistoryCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/GetUpgradeStatusCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/ListDomainMaintenancesCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/ListDomainsForPackageCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/ListInstanceTypeDetailsCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/commands/ListPackagesForDomainCommand.d.ts +2 -1
  112. package/dist-types/ts3.4/commands/ListScheduledActionsCommand.d.ts +2 -1
  113. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +2 -1
  114. package/dist-types/ts3.4/commands/ListVersionsCommand.d.ts +2 -1
  115. package/dist-types/ts3.4/commands/ListVpcEndpointAccessCommand.d.ts +2 -1
  116. package/dist-types/ts3.4/commands/ListVpcEndpointsCommand.d.ts +2 -1
  117. package/dist-types/ts3.4/commands/ListVpcEndpointsForDomainCommand.d.ts +2 -1
  118. package/dist-types/ts3.4/commands/PurchaseReservedInstanceOfferingCommand.d.ts +2 -1
  119. package/dist-types/ts3.4/commands/RejectInboundConnectionCommand.d.ts +2 -1
  120. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -1
  121. package/dist-types/ts3.4/commands/RevokeVpcEndpointAccessCommand.d.ts +2 -1
  122. package/dist-types/ts3.4/commands/StartDomainMaintenanceCommand.d.ts +2 -1
  123. package/dist-types/ts3.4/commands/StartServiceSoftwareUpdateCommand.d.ts +2 -1
  124. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +2 -1
  125. package/dist-types/ts3.4/commands/UpdateDomainConfigCommand.d.ts +2 -1
  126. package/dist-types/ts3.4/commands/UpdatePackageCommand.d.ts +2 -1
  127. package/dist-types/ts3.4/commands/UpdateScheduledActionCommand.d.ts +2 -1
  128. package/dist-types/ts3.4/commands/UpdateVpcEndpointCommand.d.ts +2 -1
  129. package/dist-types/ts3.4/commands/UpgradeDomainCommand.d.ts +2 -1
  130. package/dist-types/ts3.4/models/OpenSearchServiceException.d.ts +2 -1
  131. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -324,7 +324,6 @@ var OpenSearchClient = _OpenSearchClient;
324
324
 
325
325
  var import_middleware_serde = require("@smithy/middleware-serde");
326
326
 
327
- var import_types = require("@smithy/types");
328
327
 
329
328
  // src/protocols/Aws_restJson1.ts
330
329
  var import_core2 = require("@aws-sdk/core");
@@ -3551,7 +3550,6 @@ var AcceptInboundConnectionCommand = _AcceptInboundConnectionCommand;
3551
3550
 
3552
3551
 
3553
3552
 
3554
-
3555
3553
  var _AddDataSourceCommand = class _AddDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3556
3554
  ...commonParams
3557
3555
  }).m(function(Command, cs, config, o) {
@@ -3568,7 +3566,6 @@ var AddDataSourceCommand = _AddDataSourceCommand;
3568
3566
 
3569
3567
 
3570
3568
 
3571
-
3572
3569
  var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
3573
3570
  ...commonParams
3574
3571
  }).m(function(Command, cs, config, o) {
@@ -3585,7 +3582,6 @@ var AddTagsCommand = _AddTagsCommand;
3585
3582
 
3586
3583
 
3587
3584
 
3588
-
3589
3585
  var _AssociatePackageCommand = class _AssociatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
3590
3586
  ...commonParams
3591
3587
  }).m(function(Command, cs, config, o) {
@@ -3602,7 +3598,6 @@ var AssociatePackageCommand = _AssociatePackageCommand;
3602
3598
 
3603
3599
 
3604
3600
 
3605
-
3606
3601
  var _AuthorizeVpcEndpointAccessCommand = class _AuthorizeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
3607
3602
  ...commonParams
3608
3603
  }).m(function(Command, cs, config, o) {
@@ -3619,7 +3614,6 @@ var AuthorizeVpcEndpointAccessCommand = _AuthorizeVpcEndpointAccessCommand;
3619
3614
 
3620
3615
 
3621
3616
 
3622
-
3623
3617
  var _CancelDomainConfigChangeCommand = class _CancelDomainConfigChangeCommand extends import_smithy_client.Command.classBuilder().ep({
3624
3618
  ...commonParams
3625
3619
  }).m(function(Command, cs, config, o) {
@@ -3636,7 +3630,6 @@ var CancelDomainConfigChangeCommand = _CancelDomainConfigChangeCommand;
3636
3630
 
3637
3631
 
3638
3632
 
3639
-
3640
3633
  var _CancelServiceSoftwareUpdateCommand = class _CancelServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
3641
3634
  ...commonParams
3642
3635
  }).m(function(Command, cs, config, o) {
@@ -3653,7 +3646,6 @@ var CancelServiceSoftwareUpdateCommand = _CancelServiceSoftwareUpdateCommand;
3653
3646
 
3654
3647
 
3655
3648
 
3656
-
3657
3649
  var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
3658
3650
  ...commonParams
3659
3651
  }).m(function(Command, cs, config, o) {
@@ -3670,7 +3662,6 @@ var CreateDomainCommand = _CreateDomainCommand;
3670
3662
 
3671
3663
 
3672
3664
 
3673
-
3674
3665
  var _CreateOutboundConnectionCommand = class _CreateOutboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3675
3666
  ...commonParams
3676
3667
  }).m(function(Command, cs, config, o) {
@@ -3687,7 +3678,6 @@ var CreateOutboundConnectionCommand = _CreateOutboundConnectionCommand;
3687
3678
 
3688
3679
 
3689
3680
 
3690
-
3691
3681
  var _CreatePackageCommand = class _CreatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
3692
3682
  ...commonParams
3693
3683
  }).m(function(Command, cs, config, o) {
@@ -3704,7 +3694,6 @@ var CreatePackageCommand = _CreatePackageCommand;
3704
3694
 
3705
3695
 
3706
3696
 
3707
-
3708
3697
  var _CreateVpcEndpointCommand = class _CreateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
3709
3698
  ...commonParams
3710
3699
  }).m(function(Command, cs, config, o) {
@@ -3721,7 +3710,6 @@ var CreateVpcEndpointCommand = _CreateVpcEndpointCommand;
3721
3710
 
3722
3711
 
3723
3712
 
3724
-
3725
3713
  var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
3726
3714
  ...commonParams
3727
3715
  }).m(function(Command, cs, config, o) {
@@ -3738,7 +3726,6 @@ var DeleteDataSourceCommand = _DeleteDataSourceCommand;
3738
3726
 
3739
3727
 
3740
3728
 
3741
-
3742
3729
  var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep({
3743
3730
  ...commonParams
3744
3731
  }).m(function(Command, cs, config, o) {
@@ -3755,7 +3742,6 @@ var DeleteDomainCommand = _DeleteDomainCommand;
3755
3742
 
3756
3743
 
3757
3744
 
3758
-
3759
3745
  var _DeleteInboundConnectionCommand = class _DeleteInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3760
3746
  ...commonParams
3761
3747
  }).m(function(Command, cs, config, o) {
@@ -3772,7 +3758,6 @@ var DeleteInboundConnectionCommand = _DeleteInboundConnectionCommand;
3772
3758
 
3773
3759
 
3774
3760
 
3775
-
3776
3761
  var _DeleteOutboundConnectionCommand = class _DeleteOutboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3777
3762
  ...commonParams
3778
3763
  }).m(function(Command, cs, config, o) {
@@ -3789,7 +3774,6 @@ var DeleteOutboundConnectionCommand = _DeleteOutboundConnectionCommand;
3789
3774
 
3790
3775
 
3791
3776
 
3792
-
3793
3777
  var _DeletePackageCommand = class _DeletePackageCommand extends import_smithy_client.Command.classBuilder().ep({
3794
3778
  ...commonParams
3795
3779
  }).m(function(Command, cs, config, o) {
@@ -3806,7 +3790,6 @@ var DeletePackageCommand = _DeletePackageCommand;
3806
3790
 
3807
3791
 
3808
3792
 
3809
-
3810
3793
  var _DeleteVpcEndpointCommand = class _DeleteVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
3811
3794
  ...commonParams
3812
3795
  }).m(function(Command, cs, config, o) {
@@ -3823,7 +3806,6 @@ var DeleteVpcEndpointCommand = _DeleteVpcEndpointCommand;
3823
3806
 
3824
3807
 
3825
3808
 
3826
-
3827
3809
  var _DescribeDomainAutoTunesCommand = class _DescribeDomainAutoTunesCommand extends import_smithy_client.Command.classBuilder().ep({
3828
3810
  ...commonParams
3829
3811
  }).m(function(Command, cs, config, o) {
@@ -3840,7 +3822,6 @@ var DescribeDomainAutoTunesCommand = _DescribeDomainAutoTunesCommand;
3840
3822
 
3841
3823
 
3842
3824
 
3843
-
3844
3825
  var _DescribeDomainChangeProgressCommand = class _DescribeDomainChangeProgressCommand extends import_smithy_client.Command.classBuilder().ep({
3845
3826
  ...commonParams
3846
3827
  }).m(function(Command, cs, config, o) {
@@ -3857,7 +3838,6 @@ var DescribeDomainChangeProgressCommand = _DescribeDomainChangeProgressCommand;
3857
3838
 
3858
3839
 
3859
3840
 
3860
-
3861
3841
  var _DescribeDomainCommand = class _DescribeDomainCommand extends import_smithy_client.Command.classBuilder().ep({
3862
3842
  ...commonParams
3863
3843
  }).m(function(Command, cs, config, o) {
@@ -3874,7 +3854,6 @@ var DescribeDomainCommand = _DescribeDomainCommand;
3874
3854
 
3875
3855
 
3876
3856
 
3877
-
3878
3857
  var _DescribeDomainConfigCommand = class _DescribeDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep({
3879
3858
  ...commonParams
3880
3859
  }).m(function(Command, cs, config, o) {
@@ -3891,7 +3870,6 @@ var DescribeDomainConfigCommand = _DescribeDomainConfigCommand;
3891
3870
 
3892
3871
 
3893
3872
 
3894
-
3895
3873
  var _DescribeDomainHealthCommand = class _DescribeDomainHealthCommand extends import_smithy_client.Command.classBuilder().ep({
3896
3874
  ...commonParams
3897
3875
  }).m(function(Command, cs, config, o) {
@@ -3908,7 +3886,6 @@ var DescribeDomainHealthCommand = _DescribeDomainHealthCommand;
3908
3886
 
3909
3887
 
3910
3888
 
3911
-
3912
3889
  var _DescribeDomainNodesCommand = class _DescribeDomainNodesCommand extends import_smithy_client.Command.classBuilder().ep({
3913
3890
  ...commonParams
3914
3891
  }).m(function(Command, cs, config, o) {
@@ -3925,7 +3902,6 @@ var DescribeDomainNodesCommand = _DescribeDomainNodesCommand;
3925
3902
 
3926
3903
 
3927
3904
 
3928
-
3929
3905
  var _DescribeDomainsCommand = class _DescribeDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
3930
3906
  ...commonParams
3931
3907
  }).m(function(Command, cs, config, o) {
@@ -3942,7 +3918,6 @@ var DescribeDomainsCommand = _DescribeDomainsCommand;
3942
3918
 
3943
3919
 
3944
3920
 
3945
-
3946
3921
  var _DescribeDryRunProgressCommand = class _DescribeDryRunProgressCommand extends import_smithy_client.Command.classBuilder().ep({
3947
3922
  ...commonParams
3948
3923
  }).m(function(Command, cs, config, o) {
@@ -3959,7 +3934,6 @@ var DescribeDryRunProgressCommand = _DescribeDryRunProgressCommand;
3959
3934
 
3960
3935
 
3961
3936
 
3962
-
3963
3937
  var _DescribeInboundConnectionsCommand = class _DescribeInboundConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
3964
3938
  ...commonParams
3965
3939
  }).m(function(Command, cs, config, o) {
@@ -3976,7 +3950,6 @@ var DescribeInboundConnectionsCommand = _DescribeInboundConnectionsCommand;
3976
3950
 
3977
3951
 
3978
3952
 
3979
-
3980
3953
  var _DescribeInstanceTypeLimitsCommand = class _DescribeInstanceTypeLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
3981
3954
  ...commonParams
3982
3955
  }).m(function(Command, cs, config, o) {
@@ -3993,7 +3966,6 @@ var DescribeInstanceTypeLimitsCommand = _DescribeInstanceTypeLimitsCommand;
3993
3966
 
3994
3967
 
3995
3968
 
3996
-
3997
3969
  var _DescribeOutboundConnectionsCommand = class _DescribeOutboundConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
3998
3970
  ...commonParams
3999
3971
  }).m(function(Command, cs, config, o) {
@@ -4010,7 +3982,6 @@ var DescribeOutboundConnectionsCommand = _DescribeOutboundConnectionsCommand;
4010
3982
 
4011
3983
 
4012
3984
 
4013
-
4014
3985
  var _DescribePackagesCommand = class _DescribePackagesCommand extends import_smithy_client.Command.classBuilder().ep({
4015
3986
  ...commonParams
4016
3987
  }).m(function(Command, cs, config, o) {
@@ -4027,7 +3998,6 @@ var DescribePackagesCommand = _DescribePackagesCommand;
4027
3998
 
4028
3999
 
4029
4000
 
4030
-
4031
4001
  var _DescribeReservedInstanceOfferingsCommand = class _DescribeReservedInstanceOfferingsCommand extends import_smithy_client.Command.classBuilder().ep({
4032
4002
  ...commonParams
4033
4003
  }).m(function(Command, cs, config, o) {
@@ -4044,7 +4014,6 @@ var DescribeReservedInstanceOfferingsCommand = _DescribeReservedInstanceOffering
4044
4014
 
4045
4015
 
4046
4016
 
4047
-
4048
4017
  var _DescribeReservedInstancesCommand = class _DescribeReservedInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
4049
4018
  ...commonParams
4050
4019
  }).m(function(Command, cs, config, o) {
@@ -4061,7 +4030,6 @@ var DescribeReservedInstancesCommand = _DescribeReservedInstancesCommand;
4061
4030
 
4062
4031
 
4063
4032
 
4064
-
4065
4033
  var _DescribeVpcEndpointsCommand = class _DescribeVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
4066
4034
  ...commonParams
4067
4035
  }).m(function(Command, cs, config, o) {
@@ -4078,7 +4046,6 @@ var DescribeVpcEndpointsCommand = _DescribeVpcEndpointsCommand;
4078
4046
 
4079
4047
 
4080
4048
 
4081
-
4082
4049
  var _DissociatePackageCommand = class _DissociatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
4083
4050
  ...commonParams
4084
4051
  }).m(function(Command, cs, config, o) {
@@ -4095,7 +4062,6 @@ var DissociatePackageCommand = _DissociatePackageCommand;
4095
4062
 
4096
4063
 
4097
4064
 
4098
-
4099
4065
  var _GetCompatibleVersionsCommand = class _GetCompatibleVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
4100
4066
  ...commonParams
4101
4067
  }).m(function(Command, cs, config, o) {
@@ -4112,7 +4078,6 @@ var GetCompatibleVersionsCommand = _GetCompatibleVersionsCommand;
4112
4078
 
4113
4079
 
4114
4080
 
4115
-
4116
4081
  var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
4117
4082
  ...commonParams
4118
4083
  }).m(function(Command, cs, config, o) {
@@ -4129,7 +4094,6 @@ var GetDataSourceCommand = _GetDataSourceCommand;
4129
4094
 
4130
4095
 
4131
4096
 
4132
-
4133
4097
  var _GetDomainMaintenanceStatusCommand = class _GetDomainMaintenanceStatusCommand extends import_smithy_client.Command.classBuilder().ep({
4134
4098
  ...commonParams
4135
4099
  }).m(function(Command, cs, config, o) {
@@ -4146,7 +4110,6 @@ var GetDomainMaintenanceStatusCommand = _GetDomainMaintenanceStatusCommand;
4146
4110
 
4147
4111
 
4148
4112
 
4149
-
4150
4113
  var _GetPackageVersionHistoryCommand = class _GetPackageVersionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
4151
4114
  ...commonParams
4152
4115
  }).m(function(Command, cs, config, o) {
@@ -4163,7 +4126,6 @@ var GetPackageVersionHistoryCommand = _GetPackageVersionHistoryCommand;
4163
4126
 
4164
4127
 
4165
4128
 
4166
-
4167
4129
  var _GetUpgradeHistoryCommand = class _GetUpgradeHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
4168
4130
  ...commonParams
4169
4131
  }).m(function(Command, cs, config, o) {
@@ -4180,7 +4142,6 @@ var GetUpgradeHistoryCommand = _GetUpgradeHistoryCommand;
4180
4142
 
4181
4143
 
4182
4144
 
4183
-
4184
4145
  var _GetUpgradeStatusCommand = class _GetUpgradeStatusCommand extends import_smithy_client.Command.classBuilder().ep({
4185
4146
  ...commonParams
4186
4147
  }).m(function(Command, cs, config, o) {
@@ -4197,7 +4158,6 @@ var GetUpgradeStatusCommand = _GetUpgradeStatusCommand;
4197
4158
 
4198
4159
 
4199
4160
 
4200
-
4201
4161
  var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
4202
4162
  ...commonParams
4203
4163
  }).m(function(Command, cs, config, o) {
@@ -4214,7 +4174,6 @@ var ListDataSourcesCommand = _ListDataSourcesCommand;
4214
4174
 
4215
4175
 
4216
4176
 
4217
-
4218
4177
  var _ListDomainMaintenancesCommand = class _ListDomainMaintenancesCommand extends import_smithy_client.Command.classBuilder().ep({
4219
4178
  ...commonParams
4220
4179
  }).m(function(Command, cs, config, o) {
@@ -4231,7 +4190,6 @@ var ListDomainMaintenancesCommand = _ListDomainMaintenancesCommand;
4231
4190
 
4232
4191
 
4233
4192
 
4234
-
4235
4193
  var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
4236
4194
  ...commonParams
4237
4195
  }).m(function(Command, cs, config, o) {
@@ -4248,7 +4206,6 @@ var ListDomainNamesCommand = _ListDomainNamesCommand;
4248
4206
 
4249
4207
 
4250
4208
 
4251
-
4252
4209
  var _ListDomainsForPackageCommand = class _ListDomainsForPackageCommand extends import_smithy_client.Command.classBuilder().ep({
4253
4210
  ...commonParams
4254
4211
  }).m(function(Command, cs, config, o) {
@@ -4265,7 +4222,6 @@ var ListDomainsForPackageCommand = _ListDomainsForPackageCommand;
4265
4222
 
4266
4223
 
4267
4224
 
4268
-
4269
4225
  var _ListInstanceTypeDetailsCommand = class _ListInstanceTypeDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
4270
4226
  ...commonParams
4271
4227
  }).m(function(Command, cs, config, o) {
@@ -4282,7 +4238,6 @@ var ListInstanceTypeDetailsCommand = _ListInstanceTypeDetailsCommand;
4282
4238
 
4283
4239
 
4284
4240
 
4285
-
4286
4241
  var _ListPackagesForDomainCommand = class _ListPackagesForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
4287
4242
  ...commonParams
4288
4243
  }).m(function(Command, cs, config, o) {
@@ -4299,7 +4254,6 @@ var ListPackagesForDomainCommand = _ListPackagesForDomainCommand;
4299
4254
 
4300
4255
 
4301
4256
 
4302
-
4303
4257
  var _ListScheduledActionsCommand = class _ListScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep({
4304
4258
  ...commonParams
4305
4259
  }).m(function(Command, cs, config, o) {
@@ -4316,7 +4270,6 @@ var ListScheduledActionsCommand = _ListScheduledActionsCommand;
4316
4270
 
4317
4271
 
4318
4272
 
4319
-
4320
4273
  var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep({
4321
4274
  ...commonParams
4322
4275
  }).m(function(Command, cs, config, o) {
@@ -4333,7 +4286,6 @@ var ListTagsCommand = _ListTagsCommand;
4333
4286
 
4334
4287
 
4335
4288
 
4336
-
4337
4289
  var _ListVersionsCommand = class _ListVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
4338
4290
  ...commonParams
4339
4291
  }).m(function(Command, cs, config, o) {
@@ -4350,7 +4302,6 @@ var ListVersionsCommand = _ListVersionsCommand;
4350
4302
 
4351
4303
 
4352
4304
 
4353
-
4354
4305
  var _ListVpcEndpointAccessCommand = class _ListVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
4355
4306
  ...commonParams
4356
4307
  }).m(function(Command, cs, config, o) {
@@ -4367,7 +4318,6 @@ var ListVpcEndpointAccessCommand = _ListVpcEndpointAccessCommand;
4367
4318
 
4368
4319
 
4369
4320
 
4370
-
4371
4321
  var _ListVpcEndpointsCommand = class _ListVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
4372
4322
  ...commonParams
4373
4323
  }).m(function(Command, cs, config, o) {
@@ -4384,7 +4334,6 @@ var ListVpcEndpointsCommand = _ListVpcEndpointsCommand;
4384
4334
 
4385
4335
 
4386
4336
 
4387
-
4388
4337
  var _ListVpcEndpointsForDomainCommand = class _ListVpcEndpointsForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
4389
4338
  ...commonParams
4390
4339
  }).m(function(Command, cs, config, o) {
@@ -4401,7 +4350,6 @@ var ListVpcEndpointsForDomainCommand = _ListVpcEndpointsForDomainCommand;
4401
4350
 
4402
4351
 
4403
4352
 
4404
-
4405
4353
  var _PurchaseReservedInstanceOfferingCommand = class _PurchaseReservedInstanceOfferingCommand extends import_smithy_client.Command.classBuilder().ep({
4406
4354
  ...commonParams
4407
4355
  }).m(function(Command, cs, config, o) {
@@ -4418,7 +4366,6 @@ var PurchaseReservedInstanceOfferingCommand = _PurchaseReservedInstanceOfferingC
4418
4366
 
4419
4367
 
4420
4368
 
4421
-
4422
4369
  var _RejectInboundConnectionCommand = class _RejectInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
4423
4370
  ...commonParams
4424
4371
  }).m(function(Command, cs, config, o) {
@@ -4435,7 +4382,6 @@ var RejectInboundConnectionCommand = _RejectInboundConnectionCommand;
4435
4382
 
4436
4383
 
4437
4384
 
4438
-
4439
4385
  var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
4440
4386
  ...commonParams
4441
4387
  }).m(function(Command, cs, config, o) {
@@ -4452,7 +4398,6 @@ var RemoveTagsCommand = _RemoveTagsCommand;
4452
4398
 
4453
4399
 
4454
4400
 
4455
-
4456
4401
  var _RevokeVpcEndpointAccessCommand = class _RevokeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
4457
4402
  ...commonParams
4458
4403
  }).m(function(Command, cs, config, o) {
@@ -4469,7 +4414,6 @@ var RevokeVpcEndpointAccessCommand = _RevokeVpcEndpointAccessCommand;
4469
4414
 
4470
4415
 
4471
4416
 
4472
-
4473
4417
  var _StartDomainMaintenanceCommand = class _StartDomainMaintenanceCommand extends import_smithy_client.Command.classBuilder().ep({
4474
4418
  ...commonParams
4475
4419
  }).m(function(Command, cs, config, o) {
@@ -4486,7 +4430,6 @@ var StartDomainMaintenanceCommand = _StartDomainMaintenanceCommand;
4486
4430
 
4487
4431
 
4488
4432
 
4489
-
4490
4433
  var _StartServiceSoftwareUpdateCommand = class _StartServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
4491
4434
  ...commonParams
4492
4435
  }).m(function(Command, cs, config, o) {
@@ -4503,7 +4446,6 @@ var StartServiceSoftwareUpdateCommand = _StartServiceSoftwareUpdateCommand;
4503
4446
 
4504
4447
 
4505
4448
 
4506
-
4507
4449
  var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
4508
4450
  ...commonParams
4509
4451
  }).m(function(Command, cs, config, o) {
@@ -4520,7 +4462,6 @@ var UpdateDataSourceCommand = _UpdateDataSourceCommand;
4520
4462
 
4521
4463
 
4522
4464
 
4523
-
4524
4465
  var _UpdateDomainConfigCommand = class _UpdateDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep({
4525
4466
  ...commonParams
4526
4467
  }).m(function(Command, cs, config, o) {
@@ -4537,7 +4478,6 @@ var UpdateDomainConfigCommand = _UpdateDomainConfigCommand;
4537
4478
 
4538
4479
 
4539
4480
 
4540
-
4541
4481
  var _UpdatePackageCommand = class _UpdatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
4542
4482
  ...commonParams
4543
4483
  }).m(function(Command, cs, config, o) {
@@ -4554,7 +4494,6 @@ var UpdatePackageCommand = _UpdatePackageCommand;
4554
4494
 
4555
4495
 
4556
4496
 
4557
-
4558
4497
  var _UpdateScheduledActionCommand = class _UpdateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
4559
4498
  ...commonParams
4560
4499
  }).m(function(Command, cs, config, o) {
@@ -4571,7 +4510,6 @@ var UpdateScheduledActionCommand = _UpdateScheduledActionCommand;
4571
4510
 
4572
4511
 
4573
4512
 
4574
-
4575
4513
  var _UpdateVpcEndpointCommand = class _UpdateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
4576
4514
  ...commonParams
4577
4515
  }).m(function(Command, cs, config, o) {
@@ -4588,7 +4526,6 @@ var UpdateVpcEndpointCommand = _UpdateVpcEndpointCommand;
4588
4526
 
4589
4527
 
4590
4528
 
4591
-
4592
4529
  var _UpgradeDomainCommand = class _UpgradeDomainCommand extends import_smithy_client.Command.classBuilder().ep({
4593
4530
  ...commonParams
4594
4531
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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 { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes }
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
  *