@aws-sdk/client-opensearch 3.649.0 → 3.651.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +63 -189
- package/dist-es/commands/AcceptInboundConnectionCommand.js +1 -3
- package/dist-es/commands/AddDataSourceCommand.js +1 -3
- package/dist-es/commands/AddTagsCommand.js +1 -3
- package/dist-es/commands/AssociatePackageCommand.js +1 -3
- package/dist-es/commands/AuthorizeVpcEndpointAccessCommand.js +1 -3
- package/dist-es/commands/CancelDomainConfigChangeCommand.js +1 -3
- package/dist-es/commands/CancelServiceSoftwareUpdateCommand.js +1 -3
- package/dist-es/commands/CreateDomainCommand.js +1 -3
- package/dist-es/commands/CreateOutboundConnectionCommand.js +1 -3
- package/dist-es/commands/CreatePackageCommand.js +1 -3
- package/dist-es/commands/CreateVpcEndpointCommand.js +1 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -3
- package/dist-es/commands/DeleteDomainCommand.js +1 -3
- package/dist-es/commands/DeleteInboundConnectionCommand.js +1 -3
- package/dist-es/commands/DeleteOutboundConnectionCommand.js +1 -3
- package/dist-es/commands/DeletePackageCommand.js +1 -3
- package/dist-es/commands/DeleteVpcEndpointCommand.js +1 -3
- package/dist-es/commands/DescribeDomainAutoTunesCommand.js +1 -3
- package/dist-es/commands/DescribeDomainChangeProgressCommand.js +1 -3
- package/dist-es/commands/DescribeDomainCommand.js +1 -3
- package/dist-es/commands/DescribeDomainConfigCommand.js +1 -3
- package/dist-es/commands/DescribeDomainHealthCommand.js +1 -3
- package/dist-es/commands/DescribeDomainNodesCommand.js +1 -3
- package/dist-es/commands/DescribeDomainsCommand.js +1 -3
- package/dist-es/commands/DescribeDryRunProgressCommand.js +1 -3
- package/dist-es/commands/DescribeInboundConnectionsCommand.js +1 -3
- package/dist-es/commands/DescribeInstanceTypeLimitsCommand.js +1 -3
- package/dist-es/commands/DescribeOutboundConnectionsCommand.js +1 -3
- package/dist-es/commands/DescribePackagesCommand.js +1 -3
- package/dist-es/commands/DescribeReservedInstanceOfferingsCommand.js +1 -3
- package/dist-es/commands/DescribeReservedInstancesCommand.js +1 -3
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +1 -3
- package/dist-es/commands/DissociatePackageCommand.js +1 -3
- package/dist-es/commands/GetCompatibleVersionsCommand.js +1 -3
- package/dist-es/commands/GetDataSourceCommand.js +1 -3
- package/dist-es/commands/GetDomainMaintenanceStatusCommand.js +1 -3
- package/dist-es/commands/GetPackageVersionHistoryCommand.js +1 -3
- package/dist-es/commands/GetUpgradeHistoryCommand.js +1 -3
- package/dist-es/commands/GetUpgradeStatusCommand.js +1 -3
- package/dist-es/commands/ListDataSourcesCommand.js +1 -3
- package/dist-es/commands/ListDomainMaintenancesCommand.js +1 -3
- package/dist-es/commands/ListDomainNamesCommand.js +1 -3
- package/dist-es/commands/ListDomainsForPackageCommand.js +1 -3
- package/dist-es/commands/ListInstanceTypeDetailsCommand.js +1 -3
- package/dist-es/commands/ListPackagesForDomainCommand.js +1 -3
- package/dist-es/commands/ListScheduledActionsCommand.js +1 -3
- package/dist-es/commands/ListTagsCommand.js +1 -3
- package/dist-es/commands/ListVersionsCommand.js +1 -3
- package/dist-es/commands/ListVpcEndpointAccessCommand.js +1 -3
- package/dist-es/commands/ListVpcEndpointsCommand.js +1 -3
- package/dist-es/commands/ListVpcEndpointsForDomainCommand.js +1 -3
- package/dist-es/commands/PurchaseReservedInstanceOfferingCommand.js +1 -3
- package/dist-es/commands/RejectInboundConnectionCommand.js +1 -3
- package/dist-es/commands/RemoveTagsCommand.js +1 -3
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +1 -3
- package/dist-es/commands/StartDomainMaintenanceCommand.js +1 -3
- package/dist-es/commands/StartServiceSoftwareUpdateCommand.js +1 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -3
- package/dist-es/commands/UpdateDomainConfigCommand.js +1 -3
- package/dist-es/commands/UpdatePackageCommand.js +1 -3
- package/dist-es/commands/UpdateScheduledActionCommand.js +1 -3
- package/dist-es/commands/UpdateVpcEndpointCommand.js +1 -3
- package/dist-es/commands/UpgradeDomainCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -3554,9 +3554,7 @@ var _rI = "reservationId";
|
|
|
3554
3554
|
var _s = "status";
|
|
3555
3555
|
|
|
3556
3556
|
// src/commands/AcceptInboundConnectionCommand.ts
|
|
3557
|
-
var _AcceptInboundConnectionCommand = class _AcceptInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3558
|
-
...commonParams
|
|
3559
|
-
}).m(function(Command, cs, config, o) {
|
|
3557
|
+
var _AcceptInboundConnectionCommand = class _AcceptInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3560
3558
|
return [
|
|
3561
3559
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3562
3560
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3570,9 +3568,7 @@ var AcceptInboundConnectionCommand = _AcceptInboundConnectionCommand;
|
|
|
3570
3568
|
|
|
3571
3569
|
|
|
3572
3570
|
|
|
3573
|
-
var _AddDataSourceCommand = class _AddDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3574
|
-
...commonParams
|
|
3575
|
-
}).m(function(Command, cs, config, o) {
|
|
3571
|
+
var _AddDataSourceCommand = class _AddDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3576
3572
|
return [
|
|
3577
3573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3578
3574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3586,9 +3582,7 @@ var AddDataSourceCommand = _AddDataSourceCommand;
|
|
|
3586
3582
|
|
|
3587
3583
|
|
|
3588
3584
|
|
|
3589
|
-
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3590
|
-
...commonParams
|
|
3591
|
-
}).m(function(Command, cs, config, o) {
|
|
3585
|
+
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3592
3586
|
return [
|
|
3593
3587
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3594
3588
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3602,9 +3596,7 @@ var AddTagsCommand = _AddTagsCommand;
|
|
|
3602
3596
|
|
|
3603
3597
|
|
|
3604
3598
|
|
|
3605
|
-
var _AssociatePackageCommand = class _AssociatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3606
|
-
...commonParams
|
|
3607
|
-
}).m(function(Command, cs, config, o) {
|
|
3599
|
+
var _AssociatePackageCommand = class _AssociatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3608
3600
|
return [
|
|
3609
3601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3610
3602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3618,9 +3610,7 @@ var AssociatePackageCommand = _AssociatePackageCommand;
|
|
|
3618
3610
|
|
|
3619
3611
|
|
|
3620
3612
|
|
|
3621
|
-
var _AuthorizeVpcEndpointAccessCommand = class _AuthorizeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3622
|
-
...commonParams
|
|
3623
|
-
}).m(function(Command, cs, config, o) {
|
|
3613
|
+
var _AuthorizeVpcEndpointAccessCommand = class _AuthorizeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3624
3614
|
return [
|
|
3625
3615
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3626
3616
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3634,9 +3624,7 @@ var AuthorizeVpcEndpointAccessCommand = _AuthorizeVpcEndpointAccessCommand;
|
|
|
3634
3624
|
|
|
3635
3625
|
|
|
3636
3626
|
|
|
3637
|
-
var _CancelDomainConfigChangeCommand = class _CancelDomainConfigChangeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3638
|
-
...commonParams
|
|
3639
|
-
}).m(function(Command, cs, config, o) {
|
|
3627
|
+
var _CancelDomainConfigChangeCommand = class _CancelDomainConfigChangeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3640
3628
|
return [
|
|
3641
3629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3642
3630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3650,9 +3638,7 @@ var CancelDomainConfigChangeCommand = _CancelDomainConfigChangeCommand;
|
|
|
3650
3638
|
|
|
3651
3639
|
|
|
3652
3640
|
|
|
3653
|
-
var _CancelServiceSoftwareUpdateCommand = class _CancelServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3654
|
-
...commonParams
|
|
3655
|
-
}).m(function(Command, cs, config, o) {
|
|
3641
|
+
var _CancelServiceSoftwareUpdateCommand = class _CancelServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3656
3642
|
return [
|
|
3657
3643
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3658
3644
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3666,9 +3652,7 @@ var CancelServiceSoftwareUpdateCommand = _CancelServiceSoftwareUpdateCommand;
|
|
|
3666
3652
|
|
|
3667
3653
|
|
|
3668
3654
|
|
|
3669
|
-
var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3670
|
-
...commonParams
|
|
3671
|
-
}).m(function(Command, cs, config, o) {
|
|
3655
|
+
var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3672
3656
|
return [
|
|
3673
3657
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3674
3658
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3682,9 +3666,7 @@ var CreateDomainCommand = _CreateDomainCommand;
|
|
|
3682
3666
|
|
|
3683
3667
|
|
|
3684
3668
|
|
|
3685
|
-
var _CreateOutboundConnectionCommand = class _CreateOutboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3686
|
-
...commonParams
|
|
3687
|
-
}).m(function(Command, cs, config, o) {
|
|
3669
|
+
var _CreateOutboundConnectionCommand = class _CreateOutboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3688
3670
|
return [
|
|
3689
3671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3690
3672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3698,9 +3680,7 @@ var CreateOutboundConnectionCommand = _CreateOutboundConnectionCommand;
|
|
|
3698
3680
|
|
|
3699
3681
|
|
|
3700
3682
|
|
|
3701
|
-
var _CreatePackageCommand = class _CreatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3702
|
-
...commonParams
|
|
3703
|
-
}).m(function(Command, cs, config, o) {
|
|
3683
|
+
var _CreatePackageCommand = class _CreatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3704
3684
|
return [
|
|
3705
3685
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3706
3686
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3714,9 +3694,7 @@ var CreatePackageCommand = _CreatePackageCommand;
|
|
|
3714
3694
|
|
|
3715
3695
|
|
|
3716
3696
|
|
|
3717
|
-
var _CreateVpcEndpointCommand = class _CreateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3718
|
-
...commonParams
|
|
3719
|
-
}).m(function(Command, cs, config, o) {
|
|
3697
|
+
var _CreateVpcEndpointCommand = class _CreateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3720
3698
|
return [
|
|
3721
3699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3722
3700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3730,9 +3708,7 @@ var CreateVpcEndpointCommand = _CreateVpcEndpointCommand;
|
|
|
3730
3708
|
|
|
3731
3709
|
|
|
3732
3710
|
|
|
3733
|
-
var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3734
|
-
...commonParams
|
|
3735
|
-
}).m(function(Command, cs, config, o) {
|
|
3711
|
+
var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3736
3712
|
return [
|
|
3737
3713
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3738
3714
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3746,9 +3722,7 @@ var DeleteDataSourceCommand = _DeleteDataSourceCommand;
|
|
|
3746
3722
|
|
|
3747
3723
|
|
|
3748
3724
|
|
|
3749
|
-
var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3750
|
-
...commonParams
|
|
3751
|
-
}).m(function(Command, cs, config, o) {
|
|
3725
|
+
var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3752
3726
|
return [
|
|
3753
3727
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3754
3728
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3762,9 +3736,7 @@ var DeleteDomainCommand = _DeleteDomainCommand;
|
|
|
3762
3736
|
|
|
3763
3737
|
|
|
3764
3738
|
|
|
3765
|
-
var _DeleteInboundConnectionCommand = class _DeleteInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3766
|
-
...commonParams
|
|
3767
|
-
}).m(function(Command, cs, config, o) {
|
|
3739
|
+
var _DeleteInboundConnectionCommand = class _DeleteInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3768
3740
|
return [
|
|
3769
3741
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3770
3742
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3778,9 +3750,7 @@ var DeleteInboundConnectionCommand = _DeleteInboundConnectionCommand;
|
|
|
3778
3750
|
|
|
3779
3751
|
|
|
3780
3752
|
|
|
3781
|
-
var _DeleteOutboundConnectionCommand = class _DeleteOutboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3782
|
-
...commonParams
|
|
3783
|
-
}).m(function(Command, cs, config, o) {
|
|
3753
|
+
var _DeleteOutboundConnectionCommand = class _DeleteOutboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3784
3754
|
return [
|
|
3785
3755
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3786
3756
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3794,9 +3764,7 @@ var DeleteOutboundConnectionCommand = _DeleteOutboundConnectionCommand;
|
|
|
3794
3764
|
|
|
3795
3765
|
|
|
3796
3766
|
|
|
3797
|
-
var _DeletePackageCommand = class _DeletePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3798
|
-
...commonParams
|
|
3799
|
-
}).m(function(Command, cs, config, o) {
|
|
3767
|
+
var _DeletePackageCommand = class _DeletePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3800
3768
|
return [
|
|
3801
3769
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3802
3770
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3810,9 +3778,7 @@ var DeletePackageCommand = _DeletePackageCommand;
|
|
|
3810
3778
|
|
|
3811
3779
|
|
|
3812
3780
|
|
|
3813
|
-
var _DeleteVpcEndpointCommand = class _DeleteVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3814
|
-
...commonParams
|
|
3815
|
-
}).m(function(Command, cs, config, o) {
|
|
3781
|
+
var _DeleteVpcEndpointCommand = class _DeleteVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3816
3782
|
return [
|
|
3817
3783
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3818
3784
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3826,9 +3792,7 @@ var DeleteVpcEndpointCommand = _DeleteVpcEndpointCommand;
|
|
|
3826
3792
|
|
|
3827
3793
|
|
|
3828
3794
|
|
|
3829
|
-
var _DescribeDomainAutoTunesCommand = class _DescribeDomainAutoTunesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3830
|
-
...commonParams
|
|
3831
|
-
}).m(function(Command, cs, config, o) {
|
|
3795
|
+
var _DescribeDomainAutoTunesCommand = class _DescribeDomainAutoTunesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3832
3796
|
return [
|
|
3833
3797
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3834
3798
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3842,9 +3806,7 @@ var DescribeDomainAutoTunesCommand = _DescribeDomainAutoTunesCommand;
|
|
|
3842
3806
|
|
|
3843
3807
|
|
|
3844
3808
|
|
|
3845
|
-
var _DescribeDomainChangeProgressCommand = class _DescribeDomainChangeProgressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3846
|
-
...commonParams
|
|
3847
|
-
}).m(function(Command, cs, config, o) {
|
|
3809
|
+
var _DescribeDomainChangeProgressCommand = class _DescribeDomainChangeProgressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3848
3810
|
return [
|
|
3849
3811
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3850
3812
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3858,9 +3820,7 @@ var DescribeDomainChangeProgressCommand = _DescribeDomainChangeProgressCommand;
|
|
|
3858
3820
|
|
|
3859
3821
|
|
|
3860
3822
|
|
|
3861
|
-
var _DescribeDomainCommand = class _DescribeDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3862
|
-
...commonParams
|
|
3863
|
-
}).m(function(Command, cs, config, o) {
|
|
3823
|
+
var _DescribeDomainCommand = class _DescribeDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3864
3824
|
return [
|
|
3865
3825
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3866
3826
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3874,9 +3834,7 @@ var DescribeDomainCommand = _DescribeDomainCommand;
|
|
|
3874
3834
|
|
|
3875
3835
|
|
|
3876
3836
|
|
|
3877
|
-
var _DescribeDomainConfigCommand = class _DescribeDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3878
|
-
...commonParams
|
|
3879
|
-
}).m(function(Command, cs, config, o) {
|
|
3837
|
+
var _DescribeDomainConfigCommand = class _DescribeDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3880
3838
|
return [
|
|
3881
3839
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3882
3840
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3890,9 +3848,7 @@ var DescribeDomainConfigCommand = _DescribeDomainConfigCommand;
|
|
|
3890
3848
|
|
|
3891
3849
|
|
|
3892
3850
|
|
|
3893
|
-
var _DescribeDomainHealthCommand = class _DescribeDomainHealthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3894
|
-
...commonParams
|
|
3895
|
-
}).m(function(Command, cs, config, o) {
|
|
3851
|
+
var _DescribeDomainHealthCommand = class _DescribeDomainHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3896
3852
|
return [
|
|
3897
3853
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3898
3854
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3906,9 +3862,7 @@ var DescribeDomainHealthCommand = _DescribeDomainHealthCommand;
|
|
|
3906
3862
|
|
|
3907
3863
|
|
|
3908
3864
|
|
|
3909
|
-
var _DescribeDomainNodesCommand = class _DescribeDomainNodesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3910
|
-
...commonParams
|
|
3911
|
-
}).m(function(Command, cs, config, o) {
|
|
3865
|
+
var _DescribeDomainNodesCommand = class _DescribeDomainNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3912
3866
|
return [
|
|
3913
3867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3914
3868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3922,9 +3876,7 @@ var DescribeDomainNodesCommand = _DescribeDomainNodesCommand;
|
|
|
3922
3876
|
|
|
3923
3877
|
|
|
3924
3878
|
|
|
3925
|
-
var _DescribeDomainsCommand = class _DescribeDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3926
|
-
...commonParams
|
|
3927
|
-
}).m(function(Command, cs, config, o) {
|
|
3879
|
+
var _DescribeDomainsCommand = class _DescribeDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3928
3880
|
return [
|
|
3929
3881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3930
3882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3938,9 +3890,7 @@ var DescribeDomainsCommand = _DescribeDomainsCommand;
|
|
|
3938
3890
|
|
|
3939
3891
|
|
|
3940
3892
|
|
|
3941
|
-
var _DescribeDryRunProgressCommand = class _DescribeDryRunProgressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3942
|
-
...commonParams
|
|
3943
|
-
}).m(function(Command, cs, config, o) {
|
|
3893
|
+
var _DescribeDryRunProgressCommand = class _DescribeDryRunProgressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3944
3894
|
return [
|
|
3945
3895
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3946
3896
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3954,9 +3904,7 @@ var DescribeDryRunProgressCommand = _DescribeDryRunProgressCommand;
|
|
|
3954
3904
|
|
|
3955
3905
|
|
|
3956
3906
|
|
|
3957
|
-
var _DescribeInboundConnectionsCommand = class _DescribeInboundConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3958
|
-
...commonParams
|
|
3959
|
-
}).m(function(Command, cs, config, o) {
|
|
3907
|
+
var _DescribeInboundConnectionsCommand = class _DescribeInboundConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3960
3908
|
return [
|
|
3961
3909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3962
3910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3970,9 +3918,7 @@ var DescribeInboundConnectionsCommand = _DescribeInboundConnectionsCommand;
|
|
|
3970
3918
|
|
|
3971
3919
|
|
|
3972
3920
|
|
|
3973
|
-
var _DescribeInstanceTypeLimitsCommand = class _DescribeInstanceTypeLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3974
|
-
...commonParams
|
|
3975
|
-
}).m(function(Command, cs, config, o) {
|
|
3921
|
+
var _DescribeInstanceTypeLimitsCommand = class _DescribeInstanceTypeLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3976
3922
|
return [
|
|
3977
3923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3978
3924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3986,9 +3932,7 @@ var DescribeInstanceTypeLimitsCommand = _DescribeInstanceTypeLimitsCommand;
|
|
|
3986
3932
|
|
|
3987
3933
|
|
|
3988
3934
|
|
|
3989
|
-
var _DescribeOutboundConnectionsCommand = class _DescribeOutboundConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3990
|
-
...commonParams
|
|
3991
|
-
}).m(function(Command, cs, config, o) {
|
|
3935
|
+
var _DescribeOutboundConnectionsCommand = class _DescribeOutboundConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3992
3936
|
return [
|
|
3993
3937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3994
3938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4002,9 +3946,7 @@ var DescribeOutboundConnectionsCommand = _DescribeOutboundConnectionsCommand;
|
|
|
4002
3946
|
|
|
4003
3947
|
|
|
4004
3948
|
|
|
4005
|
-
var _DescribePackagesCommand = class _DescribePackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4006
|
-
...commonParams
|
|
4007
|
-
}).m(function(Command, cs, config, o) {
|
|
3949
|
+
var _DescribePackagesCommand = class _DescribePackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4008
3950
|
return [
|
|
4009
3951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4010
3952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4018,9 +3960,7 @@ var DescribePackagesCommand = _DescribePackagesCommand;
|
|
|
4018
3960
|
|
|
4019
3961
|
|
|
4020
3962
|
|
|
4021
|
-
var _DescribeReservedInstanceOfferingsCommand = class _DescribeReservedInstanceOfferingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4022
|
-
...commonParams
|
|
4023
|
-
}).m(function(Command, cs, config, o) {
|
|
3963
|
+
var _DescribeReservedInstanceOfferingsCommand = class _DescribeReservedInstanceOfferingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4024
3964
|
return [
|
|
4025
3965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4026
3966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4034,9 +3974,7 @@ var DescribeReservedInstanceOfferingsCommand = _DescribeReservedInstanceOffering
|
|
|
4034
3974
|
|
|
4035
3975
|
|
|
4036
3976
|
|
|
4037
|
-
var _DescribeReservedInstancesCommand = class _DescribeReservedInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4038
|
-
...commonParams
|
|
4039
|
-
}).m(function(Command, cs, config, o) {
|
|
3977
|
+
var _DescribeReservedInstancesCommand = class _DescribeReservedInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4040
3978
|
return [
|
|
4041
3979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4042
3980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4050,9 +3988,7 @@ var DescribeReservedInstancesCommand = _DescribeReservedInstancesCommand;
|
|
|
4050
3988
|
|
|
4051
3989
|
|
|
4052
3990
|
|
|
4053
|
-
var _DescribeVpcEndpointsCommand = class _DescribeVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4054
|
-
...commonParams
|
|
4055
|
-
}).m(function(Command, cs, config, o) {
|
|
3991
|
+
var _DescribeVpcEndpointsCommand = class _DescribeVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4056
3992
|
return [
|
|
4057
3993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4058
3994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4066,9 +4002,7 @@ var DescribeVpcEndpointsCommand = _DescribeVpcEndpointsCommand;
|
|
|
4066
4002
|
|
|
4067
4003
|
|
|
4068
4004
|
|
|
4069
|
-
var _DissociatePackageCommand = class _DissociatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4070
|
-
...commonParams
|
|
4071
|
-
}).m(function(Command, cs, config, o) {
|
|
4005
|
+
var _DissociatePackageCommand = class _DissociatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4072
4006
|
return [
|
|
4073
4007
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4074
4008
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4082,9 +4016,7 @@ var DissociatePackageCommand = _DissociatePackageCommand;
|
|
|
4082
4016
|
|
|
4083
4017
|
|
|
4084
4018
|
|
|
4085
|
-
var _GetCompatibleVersionsCommand = class _GetCompatibleVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4086
|
-
...commonParams
|
|
4087
|
-
}).m(function(Command, cs, config, o) {
|
|
4019
|
+
var _GetCompatibleVersionsCommand = class _GetCompatibleVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4088
4020
|
return [
|
|
4089
4021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4090
4022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4098,9 +4030,7 @@ var GetCompatibleVersionsCommand = _GetCompatibleVersionsCommand;
|
|
|
4098
4030
|
|
|
4099
4031
|
|
|
4100
4032
|
|
|
4101
|
-
var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4102
|
-
...commonParams
|
|
4103
|
-
}).m(function(Command, cs, config, o) {
|
|
4033
|
+
var _GetDataSourceCommand = class _GetDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4104
4034
|
return [
|
|
4105
4035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4106
4036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4114,9 +4044,7 @@ var GetDataSourceCommand = _GetDataSourceCommand;
|
|
|
4114
4044
|
|
|
4115
4045
|
|
|
4116
4046
|
|
|
4117
|
-
var _GetDomainMaintenanceStatusCommand = class _GetDomainMaintenanceStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4118
|
-
...commonParams
|
|
4119
|
-
}).m(function(Command, cs, config, o) {
|
|
4047
|
+
var _GetDomainMaintenanceStatusCommand = class _GetDomainMaintenanceStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4120
4048
|
return [
|
|
4121
4049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4122
4050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4130,9 +4058,7 @@ var GetDomainMaintenanceStatusCommand = _GetDomainMaintenanceStatusCommand;
|
|
|
4130
4058
|
|
|
4131
4059
|
|
|
4132
4060
|
|
|
4133
|
-
var _GetPackageVersionHistoryCommand = class _GetPackageVersionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4134
|
-
...commonParams
|
|
4135
|
-
}).m(function(Command, cs, config, o) {
|
|
4061
|
+
var _GetPackageVersionHistoryCommand = class _GetPackageVersionHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4136
4062
|
return [
|
|
4137
4063
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4138
4064
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4146,9 +4072,7 @@ var GetPackageVersionHistoryCommand = _GetPackageVersionHistoryCommand;
|
|
|
4146
4072
|
|
|
4147
4073
|
|
|
4148
4074
|
|
|
4149
|
-
var _GetUpgradeHistoryCommand = class _GetUpgradeHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4150
|
-
...commonParams
|
|
4151
|
-
}).m(function(Command, cs, config, o) {
|
|
4075
|
+
var _GetUpgradeHistoryCommand = class _GetUpgradeHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4152
4076
|
return [
|
|
4153
4077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4154
4078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4162,9 +4086,7 @@ var GetUpgradeHistoryCommand = _GetUpgradeHistoryCommand;
|
|
|
4162
4086
|
|
|
4163
4087
|
|
|
4164
4088
|
|
|
4165
|
-
var _GetUpgradeStatusCommand = class _GetUpgradeStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4166
|
-
...commonParams
|
|
4167
|
-
}).m(function(Command, cs, config, o) {
|
|
4089
|
+
var _GetUpgradeStatusCommand = class _GetUpgradeStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4168
4090
|
return [
|
|
4169
4091
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4170
4092
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4178,9 +4100,7 @@ var GetUpgradeStatusCommand = _GetUpgradeStatusCommand;
|
|
|
4178
4100
|
|
|
4179
4101
|
|
|
4180
4102
|
|
|
4181
|
-
var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4182
|
-
...commonParams
|
|
4183
|
-
}).m(function(Command, cs, config, o) {
|
|
4103
|
+
var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4184
4104
|
return [
|
|
4185
4105
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4186
4106
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4194,9 +4114,7 @@ var ListDataSourcesCommand = _ListDataSourcesCommand;
|
|
|
4194
4114
|
|
|
4195
4115
|
|
|
4196
4116
|
|
|
4197
|
-
var _ListDomainMaintenancesCommand = class _ListDomainMaintenancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4198
|
-
...commonParams
|
|
4199
|
-
}).m(function(Command, cs, config, o) {
|
|
4117
|
+
var _ListDomainMaintenancesCommand = class _ListDomainMaintenancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4200
4118
|
return [
|
|
4201
4119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4202
4120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4210,9 +4128,7 @@ var ListDomainMaintenancesCommand = _ListDomainMaintenancesCommand;
|
|
|
4210
4128
|
|
|
4211
4129
|
|
|
4212
4130
|
|
|
4213
|
-
var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4214
|
-
...commonParams
|
|
4215
|
-
}).m(function(Command, cs, config, o) {
|
|
4131
|
+
var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4216
4132
|
return [
|
|
4217
4133
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4218
4134
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4226,9 +4142,7 @@ var ListDomainNamesCommand = _ListDomainNamesCommand;
|
|
|
4226
4142
|
|
|
4227
4143
|
|
|
4228
4144
|
|
|
4229
|
-
var _ListDomainsForPackageCommand = class _ListDomainsForPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4230
|
-
...commonParams
|
|
4231
|
-
}).m(function(Command, cs, config, o) {
|
|
4145
|
+
var _ListDomainsForPackageCommand = class _ListDomainsForPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4232
4146
|
return [
|
|
4233
4147
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4234
4148
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4242,9 +4156,7 @@ var ListDomainsForPackageCommand = _ListDomainsForPackageCommand;
|
|
|
4242
4156
|
|
|
4243
4157
|
|
|
4244
4158
|
|
|
4245
|
-
var _ListInstanceTypeDetailsCommand = class _ListInstanceTypeDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4246
|
-
...commonParams
|
|
4247
|
-
}).m(function(Command, cs, config, o) {
|
|
4159
|
+
var _ListInstanceTypeDetailsCommand = class _ListInstanceTypeDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4248
4160
|
return [
|
|
4249
4161
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4250
4162
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4258,9 +4170,7 @@ var ListInstanceTypeDetailsCommand = _ListInstanceTypeDetailsCommand;
|
|
|
4258
4170
|
|
|
4259
4171
|
|
|
4260
4172
|
|
|
4261
|
-
var _ListPackagesForDomainCommand = class _ListPackagesForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4262
|
-
...commonParams
|
|
4263
|
-
}).m(function(Command, cs, config, o) {
|
|
4173
|
+
var _ListPackagesForDomainCommand = class _ListPackagesForDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4264
4174
|
return [
|
|
4265
4175
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4266
4176
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4274,9 +4184,7 @@ var ListPackagesForDomainCommand = _ListPackagesForDomainCommand;
|
|
|
4274
4184
|
|
|
4275
4185
|
|
|
4276
4186
|
|
|
4277
|
-
var _ListScheduledActionsCommand = class _ListScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4278
|
-
...commonParams
|
|
4279
|
-
}).m(function(Command, cs, config, o) {
|
|
4187
|
+
var _ListScheduledActionsCommand = class _ListScheduledActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4280
4188
|
return [
|
|
4281
4189
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4282
4190
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4290,9 +4198,7 @@ var ListScheduledActionsCommand = _ListScheduledActionsCommand;
|
|
|
4290
4198
|
|
|
4291
4199
|
|
|
4292
4200
|
|
|
4293
|
-
var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4294
|
-
...commonParams
|
|
4295
|
-
}).m(function(Command, cs, config, o) {
|
|
4201
|
+
var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4296
4202
|
return [
|
|
4297
4203
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4298
4204
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4306,9 +4212,7 @@ var ListTagsCommand = _ListTagsCommand;
|
|
|
4306
4212
|
|
|
4307
4213
|
|
|
4308
4214
|
|
|
4309
|
-
var _ListVersionsCommand = class _ListVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4310
|
-
...commonParams
|
|
4311
|
-
}).m(function(Command, cs, config, o) {
|
|
4215
|
+
var _ListVersionsCommand = class _ListVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4312
4216
|
return [
|
|
4313
4217
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4314
4218
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4322,9 +4226,7 @@ var ListVersionsCommand = _ListVersionsCommand;
|
|
|
4322
4226
|
|
|
4323
4227
|
|
|
4324
4228
|
|
|
4325
|
-
var _ListVpcEndpointAccessCommand = class _ListVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4326
|
-
...commonParams
|
|
4327
|
-
}).m(function(Command, cs, config, o) {
|
|
4229
|
+
var _ListVpcEndpointAccessCommand = class _ListVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4328
4230
|
return [
|
|
4329
4231
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4330
4232
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4338,9 +4240,7 @@ var ListVpcEndpointAccessCommand = _ListVpcEndpointAccessCommand;
|
|
|
4338
4240
|
|
|
4339
4241
|
|
|
4340
4242
|
|
|
4341
|
-
var _ListVpcEndpointsCommand = class _ListVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4342
|
-
...commonParams
|
|
4343
|
-
}).m(function(Command, cs, config, o) {
|
|
4243
|
+
var _ListVpcEndpointsCommand = class _ListVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4344
4244
|
return [
|
|
4345
4245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4346
4246
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4354,9 +4254,7 @@ var ListVpcEndpointsCommand = _ListVpcEndpointsCommand;
|
|
|
4354
4254
|
|
|
4355
4255
|
|
|
4356
4256
|
|
|
4357
|
-
var _ListVpcEndpointsForDomainCommand = class _ListVpcEndpointsForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4358
|
-
...commonParams
|
|
4359
|
-
}).m(function(Command, cs, config, o) {
|
|
4257
|
+
var _ListVpcEndpointsForDomainCommand = class _ListVpcEndpointsForDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4360
4258
|
return [
|
|
4361
4259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4362
4260
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4370,9 +4268,7 @@ var ListVpcEndpointsForDomainCommand = _ListVpcEndpointsForDomainCommand;
|
|
|
4370
4268
|
|
|
4371
4269
|
|
|
4372
4270
|
|
|
4373
|
-
var _PurchaseReservedInstanceOfferingCommand = class _PurchaseReservedInstanceOfferingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4374
|
-
...commonParams
|
|
4375
|
-
}).m(function(Command, cs, config, o) {
|
|
4271
|
+
var _PurchaseReservedInstanceOfferingCommand = class _PurchaseReservedInstanceOfferingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4376
4272
|
return [
|
|
4377
4273
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4378
4274
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4386,9 +4282,7 @@ var PurchaseReservedInstanceOfferingCommand = _PurchaseReservedInstanceOfferingC
|
|
|
4386
4282
|
|
|
4387
4283
|
|
|
4388
4284
|
|
|
4389
|
-
var _RejectInboundConnectionCommand = class _RejectInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4390
|
-
...commonParams
|
|
4391
|
-
}).m(function(Command, cs, config, o) {
|
|
4285
|
+
var _RejectInboundConnectionCommand = class _RejectInboundConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4392
4286
|
return [
|
|
4393
4287
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4394
4288
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4402,9 +4296,7 @@ var RejectInboundConnectionCommand = _RejectInboundConnectionCommand;
|
|
|
4402
4296
|
|
|
4403
4297
|
|
|
4404
4298
|
|
|
4405
|
-
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4406
|
-
...commonParams
|
|
4407
|
-
}).m(function(Command, cs, config, o) {
|
|
4299
|
+
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4408
4300
|
return [
|
|
4409
4301
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4410
4302
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4418,9 +4310,7 @@ var RemoveTagsCommand = _RemoveTagsCommand;
|
|
|
4418
4310
|
|
|
4419
4311
|
|
|
4420
4312
|
|
|
4421
|
-
var _RevokeVpcEndpointAccessCommand = class _RevokeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4422
|
-
...commonParams
|
|
4423
|
-
}).m(function(Command, cs, config, o) {
|
|
4313
|
+
var _RevokeVpcEndpointAccessCommand = class _RevokeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4424
4314
|
return [
|
|
4425
4315
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4426
4316
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4434,9 +4324,7 @@ var RevokeVpcEndpointAccessCommand = _RevokeVpcEndpointAccessCommand;
|
|
|
4434
4324
|
|
|
4435
4325
|
|
|
4436
4326
|
|
|
4437
|
-
var _StartDomainMaintenanceCommand = class _StartDomainMaintenanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4438
|
-
...commonParams
|
|
4439
|
-
}).m(function(Command, cs, config, o) {
|
|
4327
|
+
var _StartDomainMaintenanceCommand = class _StartDomainMaintenanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4440
4328
|
return [
|
|
4441
4329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4442
4330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4450,9 +4338,7 @@ var StartDomainMaintenanceCommand = _StartDomainMaintenanceCommand;
|
|
|
4450
4338
|
|
|
4451
4339
|
|
|
4452
4340
|
|
|
4453
|
-
var _StartServiceSoftwareUpdateCommand = class _StartServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4454
|
-
...commonParams
|
|
4455
|
-
}).m(function(Command, cs, config, o) {
|
|
4341
|
+
var _StartServiceSoftwareUpdateCommand = class _StartServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4456
4342
|
return [
|
|
4457
4343
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4458
4344
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4466,9 +4352,7 @@ var StartServiceSoftwareUpdateCommand = _StartServiceSoftwareUpdateCommand;
|
|
|
4466
4352
|
|
|
4467
4353
|
|
|
4468
4354
|
|
|
4469
|
-
var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4470
|
-
...commonParams
|
|
4471
|
-
}).m(function(Command, cs, config, o) {
|
|
4355
|
+
var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4472
4356
|
return [
|
|
4473
4357
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4474
4358
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4482,9 +4366,7 @@ var UpdateDataSourceCommand = _UpdateDataSourceCommand;
|
|
|
4482
4366
|
|
|
4483
4367
|
|
|
4484
4368
|
|
|
4485
|
-
var _UpdateDomainConfigCommand = class _UpdateDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4486
|
-
...commonParams
|
|
4487
|
-
}).m(function(Command, cs, config, o) {
|
|
4369
|
+
var _UpdateDomainConfigCommand = class _UpdateDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4488
4370
|
return [
|
|
4489
4371
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4490
4372
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4498,9 +4380,7 @@ var UpdateDomainConfigCommand = _UpdateDomainConfigCommand;
|
|
|
4498
4380
|
|
|
4499
4381
|
|
|
4500
4382
|
|
|
4501
|
-
var _UpdatePackageCommand = class _UpdatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4502
|
-
...commonParams
|
|
4503
|
-
}).m(function(Command, cs, config, o) {
|
|
4383
|
+
var _UpdatePackageCommand = class _UpdatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4504
4384
|
return [
|
|
4505
4385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4506
4386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4514,9 +4394,7 @@ var UpdatePackageCommand = _UpdatePackageCommand;
|
|
|
4514
4394
|
|
|
4515
4395
|
|
|
4516
4396
|
|
|
4517
|
-
var _UpdateScheduledActionCommand = class _UpdateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4518
|
-
...commonParams
|
|
4519
|
-
}).m(function(Command, cs, config, o) {
|
|
4397
|
+
var _UpdateScheduledActionCommand = class _UpdateScheduledActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4520
4398
|
return [
|
|
4521
4399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4522
4400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4530,9 +4408,7 @@ var UpdateScheduledActionCommand = _UpdateScheduledActionCommand;
|
|
|
4530
4408
|
|
|
4531
4409
|
|
|
4532
4410
|
|
|
4533
|
-
var _UpdateVpcEndpointCommand = class _UpdateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4534
|
-
...commonParams
|
|
4535
|
-
}).m(function(Command, cs, config, o) {
|
|
4411
|
+
var _UpdateVpcEndpointCommand = class _UpdateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4536
4412
|
return [
|
|
4537
4413
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4538
4414
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4546,9 +4422,7 @@ var UpdateVpcEndpointCommand = _UpdateVpcEndpointCommand;
|
|
|
4546
4422
|
|
|
4547
4423
|
|
|
4548
4424
|
|
|
4549
|
-
var _UpgradeDomainCommand = class _UpgradeDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4550
|
-
...commonParams
|
|
4551
|
-
}).m(function(Command, cs, config, o) {
|
|
4425
|
+
var _UpgradeDomainCommand = class _UpgradeDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4552
4426
|
return [
|
|
4553
4427
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4554
4428
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|