@aws-sdk/client-elasticsearch-service 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 +51 -153
- package/dist-es/commands/AcceptInboundCrossClusterSearchConnectionCommand.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/CancelElasticsearchServiceSoftwareUpdateCommand.js +1 -3
- package/dist-es/commands/CreateElasticsearchDomainCommand.js +1 -3
- package/dist-es/commands/CreateOutboundCrossClusterSearchConnectionCommand.js +1 -3
- package/dist-es/commands/CreatePackageCommand.js +1 -3
- package/dist-es/commands/CreateVpcEndpointCommand.js +1 -3
- package/dist-es/commands/DeleteElasticsearchDomainCommand.js +1 -3
- package/dist-es/commands/DeleteElasticsearchServiceRoleCommand.js +1 -3
- package/dist-es/commands/DeleteInboundCrossClusterSearchConnectionCommand.js +1 -3
- package/dist-es/commands/DeleteOutboundCrossClusterSearchConnectionCommand.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/DescribeElasticsearchDomainCommand.js +1 -3
- package/dist-es/commands/DescribeElasticsearchDomainConfigCommand.js +1 -3
- package/dist-es/commands/DescribeElasticsearchDomainsCommand.js +1 -3
- package/dist-es/commands/DescribeElasticsearchInstanceTypeLimitsCommand.js +1 -3
- package/dist-es/commands/DescribeInboundCrossClusterSearchConnectionsCommand.js +1 -3
- package/dist-es/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.js +1 -3
- package/dist-es/commands/DescribePackagesCommand.js +1 -3
- package/dist-es/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.js +1 -3
- package/dist-es/commands/DescribeReservedElasticsearchInstancesCommand.js +1 -3
- package/dist-es/commands/DescribeVpcEndpointsCommand.js +1 -3
- package/dist-es/commands/DissociatePackageCommand.js +1 -3
- package/dist-es/commands/GetCompatibleElasticsearchVersionsCommand.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/ListDomainNamesCommand.js +1 -3
- package/dist-es/commands/ListDomainsForPackageCommand.js +1 -3
- package/dist-es/commands/ListElasticsearchInstanceTypesCommand.js +1 -3
- package/dist-es/commands/ListElasticsearchVersionsCommand.js +1 -3
- package/dist-es/commands/ListPackagesForDomainCommand.js +1 -3
- package/dist-es/commands/ListTagsCommand.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/PurchaseReservedElasticsearchInstanceOfferingCommand.js +1 -3
- package/dist-es/commands/RejectInboundCrossClusterSearchConnectionCommand.js +1 -3
- package/dist-es/commands/RemoveTagsCommand.js +1 -3
- package/dist-es/commands/RevokeVpcEndpointAccessCommand.js +1 -3
- package/dist-es/commands/StartElasticsearchServiceSoftwareUpdateCommand.js +1 -3
- package/dist-es/commands/UpdateElasticsearchDomainConfigCommand.js +1 -3
- package/dist-es/commands/UpdatePackageCommand.js +1 -3
- package/dist-es/commands/UpdateVpcEndpointCommand.js +1 -3
- package/dist-es/commands/UpgradeElasticsearchDomainCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -2848,9 +2848,7 @@ var _oI = "offeringId";
|
|
|
2848
2848
|
var _rI = "reservationId";
|
|
2849
2849
|
|
|
2850
2850
|
// src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts
|
|
2851
|
-
var _AcceptInboundCrossClusterSearchConnectionCommand = class _AcceptInboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2852
|
-
...commonParams
|
|
2853
|
-
}).m(function(Command, cs, config, o) {
|
|
2851
|
+
var _AcceptInboundCrossClusterSearchConnectionCommand = class _AcceptInboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2854
2852
|
return [
|
|
2855
2853
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2856
2854
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2864,9 +2862,7 @@ var AcceptInboundCrossClusterSearchConnectionCommand = _AcceptInboundCrossCluste
|
|
|
2864
2862
|
|
|
2865
2863
|
|
|
2866
2864
|
|
|
2867
|
-
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2868
|
-
...commonParams
|
|
2869
|
-
}).m(function(Command, cs, config, o) {
|
|
2865
|
+
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2870
2866
|
return [
|
|
2871
2867
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2872
2868
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2880,9 +2876,7 @@ var AddTagsCommand = _AddTagsCommand;
|
|
|
2880
2876
|
|
|
2881
2877
|
|
|
2882
2878
|
|
|
2883
|
-
var _AssociatePackageCommand = class _AssociatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2884
|
-
...commonParams
|
|
2885
|
-
}).m(function(Command, cs, config, o) {
|
|
2879
|
+
var _AssociatePackageCommand = class _AssociatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2886
2880
|
return [
|
|
2887
2881
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2888
2882
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2896,9 +2890,7 @@ var AssociatePackageCommand = _AssociatePackageCommand;
|
|
|
2896
2890
|
|
|
2897
2891
|
|
|
2898
2892
|
|
|
2899
|
-
var _AuthorizeVpcEndpointAccessCommand = class _AuthorizeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2900
|
-
...commonParams
|
|
2901
|
-
}).m(function(Command, cs, config, o) {
|
|
2893
|
+
var _AuthorizeVpcEndpointAccessCommand = class _AuthorizeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2902
2894
|
return [
|
|
2903
2895
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2904
2896
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2912,9 +2904,7 @@ var AuthorizeVpcEndpointAccessCommand = _AuthorizeVpcEndpointAccessCommand;
|
|
|
2912
2904
|
|
|
2913
2905
|
|
|
2914
2906
|
|
|
2915
|
-
var _CancelDomainConfigChangeCommand = class _CancelDomainConfigChangeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2916
|
-
...commonParams
|
|
2917
|
-
}).m(function(Command, cs, config, o) {
|
|
2907
|
+
var _CancelDomainConfigChangeCommand = class _CancelDomainConfigChangeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2918
2908
|
return [
|
|
2919
2909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2920
2910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2928,9 +2918,7 @@ var CancelDomainConfigChangeCommand = _CancelDomainConfigChangeCommand;
|
|
|
2928
2918
|
|
|
2929
2919
|
|
|
2930
2920
|
|
|
2931
|
-
var _CancelElasticsearchServiceSoftwareUpdateCommand = class _CancelElasticsearchServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2932
|
-
...commonParams
|
|
2933
|
-
}).m(function(Command, cs, config, o) {
|
|
2921
|
+
var _CancelElasticsearchServiceSoftwareUpdateCommand = class _CancelElasticsearchServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2934
2922
|
return [
|
|
2935
2923
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2936
2924
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2944,9 +2932,7 @@ var CancelElasticsearchServiceSoftwareUpdateCommand = _CancelElasticsearchServic
|
|
|
2944
2932
|
|
|
2945
2933
|
|
|
2946
2934
|
|
|
2947
|
-
var _CreateElasticsearchDomainCommand = class _CreateElasticsearchDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2948
|
-
...commonParams
|
|
2949
|
-
}).m(function(Command, cs, config, o) {
|
|
2935
|
+
var _CreateElasticsearchDomainCommand = class _CreateElasticsearchDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2950
2936
|
return [
|
|
2951
2937
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2952
2938
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2960,9 +2946,7 @@ var CreateElasticsearchDomainCommand = _CreateElasticsearchDomainCommand;
|
|
|
2960
2946
|
|
|
2961
2947
|
|
|
2962
2948
|
|
|
2963
|
-
var _CreateOutboundCrossClusterSearchConnectionCommand = class _CreateOutboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2964
|
-
...commonParams
|
|
2965
|
-
}).m(function(Command, cs, config, o) {
|
|
2949
|
+
var _CreateOutboundCrossClusterSearchConnectionCommand = class _CreateOutboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2966
2950
|
return [
|
|
2967
2951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2968
2952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2976,9 +2960,7 @@ var CreateOutboundCrossClusterSearchConnectionCommand = _CreateOutboundCrossClus
|
|
|
2976
2960
|
|
|
2977
2961
|
|
|
2978
2962
|
|
|
2979
|
-
var _CreatePackageCommand = class _CreatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2980
|
-
...commonParams
|
|
2981
|
-
}).m(function(Command, cs, config, o) {
|
|
2963
|
+
var _CreatePackageCommand = class _CreatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2982
2964
|
return [
|
|
2983
2965
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2984
2966
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2992,9 +2974,7 @@ var CreatePackageCommand = _CreatePackageCommand;
|
|
|
2992
2974
|
|
|
2993
2975
|
|
|
2994
2976
|
|
|
2995
|
-
var _CreateVpcEndpointCommand = class _CreateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2996
|
-
...commonParams
|
|
2997
|
-
}).m(function(Command, cs, config, o) {
|
|
2977
|
+
var _CreateVpcEndpointCommand = class _CreateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2998
2978
|
return [
|
|
2999
2979
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3000
2980
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3008,9 +2988,7 @@ var CreateVpcEndpointCommand = _CreateVpcEndpointCommand;
|
|
|
3008
2988
|
|
|
3009
2989
|
|
|
3010
2990
|
|
|
3011
|
-
var _DeleteElasticsearchDomainCommand = class _DeleteElasticsearchDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3012
|
-
...commonParams
|
|
3013
|
-
}).m(function(Command, cs, config, o) {
|
|
2991
|
+
var _DeleteElasticsearchDomainCommand = class _DeleteElasticsearchDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3014
2992
|
return [
|
|
3015
2993
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3016
2994
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3024,9 +3002,7 @@ var DeleteElasticsearchDomainCommand = _DeleteElasticsearchDomainCommand;
|
|
|
3024
3002
|
|
|
3025
3003
|
|
|
3026
3004
|
|
|
3027
|
-
var _DeleteElasticsearchServiceRoleCommand = class _DeleteElasticsearchServiceRoleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3028
|
-
...commonParams
|
|
3029
|
-
}).m(function(Command, cs, config, o) {
|
|
3005
|
+
var _DeleteElasticsearchServiceRoleCommand = class _DeleteElasticsearchServiceRoleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3030
3006
|
return [
|
|
3031
3007
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3032
3008
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3040,9 +3016,7 @@ var DeleteElasticsearchServiceRoleCommand = _DeleteElasticsearchServiceRoleComma
|
|
|
3040
3016
|
|
|
3041
3017
|
|
|
3042
3018
|
|
|
3043
|
-
var _DeleteInboundCrossClusterSearchConnectionCommand = class _DeleteInboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3044
|
-
...commonParams
|
|
3045
|
-
}).m(function(Command, cs, config, o) {
|
|
3019
|
+
var _DeleteInboundCrossClusterSearchConnectionCommand = class _DeleteInboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3046
3020
|
return [
|
|
3047
3021
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3048
3022
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3056,9 +3030,7 @@ var DeleteInboundCrossClusterSearchConnectionCommand = _DeleteInboundCrossCluste
|
|
|
3056
3030
|
|
|
3057
3031
|
|
|
3058
3032
|
|
|
3059
|
-
var _DeleteOutboundCrossClusterSearchConnectionCommand = class _DeleteOutboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3060
|
-
...commonParams
|
|
3061
|
-
}).m(function(Command, cs, config, o) {
|
|
3033
|
+
var _DeleteOutboundCrossClusterSearchConnectionCommand = class _DeleteOutboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3062
3034
|
return [
|
|
3063
3035
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3064
3036
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3072,9 +3044,7 @@ var DeleteOutboundCrossClusterSearchConnectionCommand = _DeleteOutboundCrossClus
|
|
|
3072
3044
|
|
|
3073
3045
|
|
|
3074
3046
|
|
|
3075
|
-
var _DeletePackageCommand = class _DeletePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3076
|
-
...commonParams
|
|
3077
|
-
}).m(function(Command, cs, config, o) {
|
|
3047
|
+
var _DeletePackageCommand = class _DeletePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3078
3048
|
return [
|
|
3079
3049
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3080
3050
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3088,9 +3058,7 @@ var DeletePackageCommand = _DeletePackageCommand;
|
|
|
3088
3058
|
|
|
3089
3059
|
|
|
3090
3060
|
|
|
3091
|
-
var _DeleteVpcEndpointCommand = class _DeleteVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3092
|
-
...commonParams
|
|
3093
|
-
}).m(function(Command, cs, config, o) {
|
|
3061
|
+
var _DeleteVpcEndpointCommand = class _DeleteVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3094
3062
|
return [
|
|
3095
3063
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3096
3064
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3104,9 +3072,7 @@ var DeleteVpcEndpointCommand = _DeleteVpcEndpointCommand;
|
|
|
3104
3072
|
|
|
3105
3073
|
|
|
3106
3074
|
|
|
3107
|
-
var _DescribeDomainAutoTunesCommand = class _DescribeDomainAutoTunesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3108
|
-
...commonParams
|
|
3109
|
-
}).m(function(Command, cs, config, o) {
|
|
3075
|
+
var _DescribeDomainAutoTunesCommand = class _DescribeDomainAutoTunesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3110
3076
|
return [
|
|
3111
3077
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3112
3078
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3120,9 +3086,7 @@ var DescribeDomainAutoTunesCommand = _DescribeDomainAutoTunesCommand;
|
|
|
3120
3086
|
|
|
3121
3087
|
|
|
3122
3088
|
|
|
3123
|
-
var _DescribeDomainChangeProgressCommand = class _DescribeDomainChangeProgressCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3124
|
-
...commonParams
|
|
3125
|
-
}).m(function(Command, cs, config, o) {
|
|
3089
|
+
var _DescribeDomainChangeProgressCommand = class _DescribeDomainChangeProgressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3126
3090
|
return [
|
|
3127
3091
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3128
3092
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3136,9 +3100,7 @@ var DescribeDomainChangeProgressCommand = _DescribeDomainChangeProgressCommand;
|
|
|
3136
3100
|
|
|
3137
3101
|
|
|
3138
3102
|
|
|
3139
|
-
var _DescribeElasticsearchDomainCommand = class _DescribeElasticsearchDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3140
|
-
...commonParams
|
|
3141
|
-
}).m(function(Command, cs, config, o) {
|
|
3103
|
+
var _DescribeElasticsearchDomainCommand = class _DescribeElasticsearchDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3142
3104
|
return [
|
|
3143
3105
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3144
3106
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3152,9 +3114,7 @@ var DescribeElasticsearchDomainCommand = _DescribeElasticsearchDomainCommand;
|
|
|
3152
3114
|
|
|
3153
3115
|
|
|
3154
3116
|
|
|
3155
|
-
var _DescribeElasticsearchDomainConfigCommand = class _DescribeElasticsearchDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3156
|
-
...commonParams
|
|
3157
|
-
}).m(function(Command, cs, config, o) {
|
|
3117
|
+
var _DescribeElasticsearchDomainConfigCommand = class _DescribeElasticsearchDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3158
3118
|
return [
|
|
3159
3119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3160
3120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3168,9 +3128,7 @@ var DescribeElasticsearchDomainConfigCommand = _DescribeElasticsearchDomainConfi
|
|
|
3168
3128
|
|
|
3169
3129
|
|
|
3170
3130
|
|
|
3171
|
-
var _DescribeElasticsearchDomainsCommand = class _DescribeElasticsearchDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3172
|
-
...commonParams
|
|
3173
|
-
}).m(function(Command, cs, config, o) {
|
|
3131
|
+
var _DescribeElasticsearchDomainsCommand = class _DescribeElasticsearchDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3174
3132
|
return [
|
|
3175
3133
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3176
3134
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3184,9 +3142,7 @@ var DescribeElasticsearchDomainsCommand = _DescribeElasticsearchDomainsCommand;
|
|
|
3184
3142
|
|
|
3185
3143
|
|
|
3186
3144
|
|
|
3187
|
-
var _DescribeElasticsearchInstanceTypeLimitsCommand = class _DescribeElasticsearchInstanceTypeLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3188
|
-
...commonParams
|
|
3189
|
-
}).m(function(Command, cs, config, o) {
|
|
3145
|
+
var _DescribeElasticsearchInstanceTypeLimitsCommand = class _DescribeElasticsearchInstanceTypeLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3190
3146
|
return [
|
|
3191
3147
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3192
3148
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3200,9 +3156,7 @@ var DescribeElasticsearchInstanceTypeLimitsCommand = _DescribeElasticsearchInsta
|
|
|
3200
3156
|
|
|
3201
3157
|
|
|
3202
3158
|
|
|
3203
|
-
var _DescribeInboundCrossClusterSearchConnectionsCommand = class _DescribeInboundCrossClusterSearchConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3204
|
-
...commonParams
|
|
3205
|
-
}).m(function(Command, cs, config, o) {
|
|
3159
|
+
var _DescribeInboundCrossClusterSearchConnectionsCommand = class _DescribeInboundCrossClusterSearchConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3206
3160
|
return [
|
|
3207
3161
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3208
3162
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3216,9 +3170,7 @@ var DescribeInboundCrossClusterSearchConnectionsCommand = _DescribeInboundCrossC
|
|
|
3216
3170
|
|
|
3217
3171
|
|
|
3218
3172
|
|
|
3219
|
-
var _DescribeOutboundCrossClusterSearchConnectionsCommand = class _DescribeOutboundCrossClusterSearchConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3220
|
-
...commonParams
|
|
3221
|
-
}).m(function(Command, cs, config, o) {
|
|
3173
|
+
var _DescribeOutboundCrossClusterSearchConnectionsCommand = class _DescribeOutboundCrossClusterSearchConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3222
3174
|
return [
|
|
3223
3175
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3224
3176
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3232,9 +3184,7 @@ var DescribeOutboundCrossClusterSearchConnectionsCommand = _DescribeOutboundCros
|
|
|
3232
3184
|
|
|
3233
3185
|
|
|
3234
3186
|
|
|
3235
|
-
var _DescribePackagesCommand = class _DescribePackagesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3236
|
-
...commonParams
|
|
3237
|
-
}).m(function(Command, cs, config, o) {
|
|
3187
|
+
var _DescribePackagesCommand = class _DescribePackagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3238
3188
|
return [
|
|
3239
3189
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3240
3190
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3248,9 +3198,7 @@ var DescribePackagesCommand = _DescribePackagesCommand;
|
|
|
3248
3198
|
|
|
3249
3199
|
|
|
3250
3200
|
|
|
3251
|
-
var _DescribeReservedElasticsearchInstanceOfferingsCommand = class _DescribeReservedElasticsearchInstanceOfferingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3252
|
-
...commonParams
|
|
3253
|
-
}).m(function(Command, cs, config, o) {
|
|
3201
|
+
var _DescribeReservedElasticsearchInstanceOfferingsCommand = class _DescribeReservedElasticsearchInstanceOfferingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3254
3202
|
return [
|
|
3255
3203
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3256
3204
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3264,9 +3212,7 @@ var DescribeReservedElasticsearchInstanceOfferingsCommand = _DescribeReservedEla
|
|
|
3264
3212
|
|
|
3265
3213
|
|
|
3266
3214
|
|
|
3267
|
-
var _DescribeReservedElasticsearchInstancesCommand = class _DescribeReservedElasticsearchInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3268
|
-
...commonParams
|
|
3269
|
-
}).m(function(Command, cs, config, o) {
|
|
3215
|
+
var _DescribeReservedElasticsearchInstancesCommand = class _DescribeReservedElasticsearchInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3270
3216
|
return [
|
|
3271
3217
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3272
3218
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3280,9 +3226,7 @@ var DescribeReservedElasticsearchInstancesCommand = _DescribeReservedElasticsear
|
|
|
3280
3226
|
|
|
3281
3227
|
|
|
3282
3228
|
|
|
3283
|
-
var _DescribeVpcEndpointsCommand = class _DescribeVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3284
|
-
...commonParams
|
|
3285
|
-
}).m(function(Command, cs, config, o) {
|
|
3229
|
+
var _DescribeVpcEndpointsCommand = class _DescribeVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3286
3230
|
return [
|
|
3287
3231
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3288
3232
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3296,9 +3240,7 @@ var DescribeVpcEndpointsCommand = _DescribeVpcEndpointsCommand;
|
|
|
3296
3240
|
|
|
3297
3241
|
|
|
3298
3242
|
|
|
3299
|
-
var _DissociatePackageCommand = class _DissociatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3300
|
-
...commonParams
|
|
3301
|
-
}).m(function(Command, cs, config, o) {
|
|
3243
|
+
var _DissociatePackageCommand = class _DissociatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3302
3244
|
return [
|
|
3303
3245
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3304
3246
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3312,9 +3254,7 @@ var DissociatePackageCommand = _DissociatePackageCommand;
|
|
|
3312
3254
|
|
|
3313
3255
|
|
|
3314
3256
|
|
|
3315
|
-
var _GetCompatibleElasticsearchVersionsCommand = class _GetCompatibleElasticsearchVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3316
|
-
...commonParams
|
|
3317
|
-
}).m(function(Command, cs, config, o) {
|
|
3257
|
+
var _GetCompatibleElasticsearchVersionsCommand = class _GetCompatibleElasticsearchVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3318
3258
|
return [
|
|
3319
3259
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3320
3260
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3328,9 +3268,7 @@ var GetCompatibleElasticsearchVersionsCommand = _GetCompatibleElasticsearchVersi
|
|
|
3328
3268
|
|
|
3329
3269
|
|
|
3330
3270
|
|
|
3331
|
-
var _GetPackageVersionHistoryCommand = class _GetPackageVersionHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3332
|
-
...commonParams
|
|
3333
|
-
}).m(function(Command, cs, config, o) {
|
|
3271
|
+
var _GetPackageVersionHistoryCommand = class _GetPackageVersionHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3334
3272
|
return [
|
|
3335
3273
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3336
3274
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3344,9 +3282,7 @@ var GetPackageVersionHistoryCommand = _GetPackageVersionHistoryCommand;
|
|
|
3344
3282
|
|
|
3345
3283
|
|
|
3346
3284
|
|
|
3347
|
-
var _GetUpgradeHistoryCommand = class _GetUpgradeHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3348
|
-
...commonParams
|
|
3349
|
-
}).m(function(Command, cs, config, o) {
|
|
3285
|
+
var _GetUpgradeHistoryCommand = class _GetUpgradeHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3350
3286
|
return [
|
|
3351
3287
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3352
3288
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3360,9 +3296,7 @@ var GetUpgradeHistoryCommand = _GetUpgradeHistoryCommand;
|
|
|
3360
3296
|
|
|
3361
3297
|
|
|
3362
3298
|
|
|
3363
|
-
var _GetUpgradeStatusCommand = class _GetUpgradeStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3364
|
-
...commonParams
|
|
3365
|
-
}).m(function(Command, cs, config, o) {
|
|
3299
|
+
var _GetUpgradeStatusCommand = class _GetUpgradeStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3366
3300
|
return [
|
|
3367
3301
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3368
3302
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3376,9 +3310,7 @@ var GetUpgradeStatusCommand = _GetUpgradeStatusCommand;
|
|
|
3376
3310
|
|
|
3377
3311
|
|
|
3378
3312
|
|
|
3379
|
-
var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3380
|
-
...commonParams
|
|
3381
|
-
}).m(function(Command, cs, config, o) {
|
|
3313
|
+
var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3382
3314
|
return [
|
|
3383
3315
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3384
3316
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3392,9 +3324,7 @@ var ListDomainNamesCommand = _ListDomainNamesCommand;
|
|
|
3392
3324
|
|
|
3393
3325
|
|
|
3394
3326
|
|
|
3395
|
-
var _ListDomainsForPackageCommand = class _ListDomainsForPackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3396
|
-
...commonParams
|
|
3397
|
-
}).m(function(Command, cs, config, o) {
|
|
3327
|
+
var _ListDomainsForPackageCommand = class _ListDomainsForPackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3398
3328
|
return [
|
|
3399
3329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3400
3330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3408,9 +3338,7 @@ var ListDomainsForPackageCommand = _ListDomainsForPackageCommand;
|
|
|
3408
3338
|
|
|
3409
3339
|
|
|
3410
3340
|
|
|
3411
|
-
var _ListElasticsearchInstanceTypesCommand = class _ListElasticsearchInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3412
|
-
...commonParams
|
|
3413
|
-
}).m(function(Command, cs, config, o) {
|
|
3341
|
+
var _ListElasticsearchInstanceTypesCommand = class _ListElasticsearchInstanceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3414
3342
|
return [
|
|
3415
3343
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3416
3344
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3424,9 +3352,7 @@ var ListElasticsearchInstanceTypesCommand = _ListElasticsearchInstanceTypesComma
|
|
|
3424
3352
|
|
|
3425
3353
|
|
|
3426
3354
|
|
|
3427
|
-
var _ListElasticsearchVersionsCommand = class _ListElasticsearchVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3428
|
-
...commonParams
|
|
3429
|
-
}).m(function(Command, cs, config, o) {
|
|
3355
|
+
var _ListElasticsearchVersionsCommand = class _ListElasticsearchVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3430
3356
|
return [
|
|
3431
3357
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3432
3358
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3440,9 +3366,7 @@ var ListElasticsearchVersionsCommand = _ListElasticsearchVersionsCommand;
|
|
|
3440
3366
|
|
|
3441
3367
|
|
|
3442
3368
|
|
|
3443
|
-
var _ListPackagesForDomainCommand = class _ListPackagesForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3444
|
-
...commonParams
|
|
3445
|
-
}).m(function(Command, cs, config, o) {
|
|
3369
|
+
var _ListPackagesForDomainCommand = class _ListPackagesForDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3446
3370
|
return [
|
|
3447
3371
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3448
3372
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3456,9 +3380,7 @@ var ListPackagesForDomainCommand = _ListPackagesForDomainCommand;
|
|
|
3456
3380
|
|
|
3457
3381
|
|
|
3458
3382
|
|
|
3459
|
-
var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3460
|
-
...commonParams
|
|
3461
|
-
}).m(function(Command, cs, config, o) {
|
|
3383
|
+
var _ListTagsCommand = class _ListTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3462
3384
|
return [
|
|
3463
3385
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3464
3386
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3472,9 +3394,7 @@ var ListTagsCommand = _ListTagsCommand;
|
|
|
3472
3394
|
|
|
3473
3395
|
|
|
3474
3396
|
|
|
3475
|
-
var _ListVpcEndpointAccessCommand = class _ListVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3476
|
-
...commonParams
|
|
3477
|
-
}).m(function(Command, cs, config, o) {
|
|
3397
|
+
var _ListVpcEndpointAccessCommand = class _ListVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3478
3398
|
return [
|
|
3479
3399
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3480
3400
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3488,9 +3408,7 @@ var ListVpcEndpointAccessCommand = _ListVpcEndpointAccessCommand;
|
|
|
3488
3408
|
|
|
3489
3409
|
|
|
3490
3410
|
|
|
3491
|
-
var _ListVpcEndpointsCommand = class _ListVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3492
|
-
...commonParams
|
|
3493
|
-
}).m(function(Command, cs, config, o) {
|
|
3411
|
+
var _ListVpcEndpointsCommand = class _ListVpcEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3494
3412
|
return [
|
|
3495
3413
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3496
3414
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3504,9 +3422,7 @@ var ListVpcEndpointsCommand = _ListVpcEndpointsCommand;
|
|
|
3504
3422
|
|
|
3505
3423
|
|
|
3506
3424
|
|
|
3507
|
-
var _ListVpcEndpointsForDomainCommand = class _ListVpcEndpointsForDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3508
|
-
...commonParams
|
|
3509
|
-
}).m(function(Command, cs, config, o) {
|
|
3425
|
+
var _ListVpcEndpointsForDomainCommand = class _ListVpcEndpointsForDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3510
3426
|
return [
|
|
3511
3427
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3512
3428
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3520,9 +3436,7 @@ var ListVpcEndpointsForDomainCommand = _ListVpcEndpointsForDomainCommand;
|
|
|
3520
3436
|
|
|
3521
3437
|
|
|
3522
3438
|
|
|
3523
|
-
var _PurchaseReservedElasticsearchInstanceOfferingCommand = class _PurchaseReservedElasticsearchInstanceOfferingCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3524
|
-
...commonParams
|
|
3525
|
-
}).m(function(Command, cs, config, o) {
|
|
3439
|
+
var _PurchaseReservedElasticsearchInstanceOfferingCommand = class _PurchaseReservedElasticsearchInstanceOfferingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3526
3440
|
return [
|
|
3527
3441
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3528
3442
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3536,9 +3450,7 @@ var PurchaseReservedElasticsearchInstanceOfferingCommand = _PurchaseReservedElas
|
|
|
3536
3450
|
|
|
3537
3451
|
|
|
3538
3452
|
|
|
3539
|
-
var _RejectInboundCrossClusterSearchConnectionCommand = class _RejectInboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3540
|
-
...commonParams
|
|
3541
|
-
}).m(function(Command, cs, config, o) {
|
|
3453
|
+
var _RejectInboundCrossClusterSearchConnectionCommand = class _RejectInboundCrossClusterSearchConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3542
3454
|
return [
|
|
3543
3455
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3544
3456
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3552,9 +3464,7 @@ var RejectInboundCrossClusterSearchConnectionCommand = _RejectInboundCrossCluste
|
|
|
3552
3464
|
|
|
3553
3465
|
|
|
3554
3466
|
|
|
3555
|
-
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3556
|
-
...commonParams
|
|
3557
|
-
}).m(function(Command, cs, config, o) {
|
|
3467
|
+
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3558
3468
|
return [
|
|
3559
3469
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3560
3470
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3568,9 +3478,7 @@ var RemoveTagsCommand = _RemoveTagsCommand;
|
|
|
3568
3478
|
|
|
3569
3479
|
|
|
3570
3480
|
|
|
3571
|
-
var _RevokeVpcEndpointAccessCommand = class _RevokeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3572
|
-
...commonParams
|
|
3573
|
-
}).m(function(Command, cs, config, o) {
|
|
3481
|
+
var _RevokeVpcEndpointAccessCommand = class _RevokeVpcEndpointAccessCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3574
3482
|
return [
|
|
3575
3483
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3576
3484
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3584,9 +3492,7 @@ var RevokeVpcEndpointAccessCommand = _RevokeVpcEndpointAccessCommand;
|
|
|
3584
3492
|
|
|
3585
3493
|
|
|
3586
3494
|
|
|
3587
|
-
var _StartElasticsearchServiceSoftwareUpdateCommand = class _StartElasticsearchServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3588
|
-
...commonParams
|
|
3589
|
-
}).m(function(Command, cs, config, o) {
|
|
3495
|
+
var _StartElasticsearchServiceSoftwareUpdateCommand = class _StartElasticsearchServiceSoftwareUpdateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3590
3496
|
return [
|
|
3591
3497
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3592
3498
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3600,9 +3506,7 @@ var StartElasticsearchServiceSoftwareUpdateCommand = _StartElasticsearchServiceS
|
|
|
3600
3506
|
|
|
3601
3507
|
|
|
3602
3508
|
|
|
3603
|
-
var _UpdateElasticsearchDomainConfigCommand = class _UpdateElasticsearchDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3604
|
-
...commonParams
|
|
3605
|
-
}).m(function(Command, cs, config, o) {
|
|
3509
|
+
var _UpdateElasticsearchDomainConfigCommand = class _UpdateElasticsearchDomainConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3606
3510
|
return [
|
|
3607
3511
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3608
3512
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3616,9 +3520,7 @@ var UpdateElasticsearchDomainConfigCommand = _UpdateElasticsearchDomainConfigCom
|
|
|
3616
3520
|
|
|
3617
3521
|
|
|
3618
3522
|
|
|
3619
|
-
var _UpdatePackageCommand = class _UpdatePackageCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3620
|
-
...commonParams
|
|
3621
|
-
}).m(function(Command, cs, config, o) {
|
|
3523
|
+
var _UpdatePackageCommand = class _UpdatePackageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3622
3524
|
return [
|
|
3623
3525
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3624
3526
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3632,9 +3534,7 @@ var UpdatePackageCommand = _UpdatePackageCommand;
|
|
|
3632
3534
|
|
|
3633
3535
|
|
|
3634
3536
|
|
|
3635
|
-
var _UpdateVpcEndpointCommand = class _UpdateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3636
|
-
...commonParams
|
|
3637
|
-
}).m(function(Command, cs, config, o) {
|
|
3537
|
+
var _UpdateVpcEndpointCommand = class _UpdateVpcEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3638
3538
|
return [
|
|
3639
3539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3640
3540
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3648,9 +3548,7 @@ var UpdateVpcEndpointCommand = _UpdateVpcEndpointCommand;
|
|
|
3648
3548
|
|
|
3649
3549
|
|
|
3650
3550
|
|
|
3651
|
-
var _UpgradeElasticsearchDomainCommand = class _UpgradeElasticsearchDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3652
|
-
...commonParams
|
|
3653
|
-
}).m(function(Command, cs, config, o) {
|
|
3551
|
+
var _UpgradeElasticsearchDomainCommand = class _UpgradeElasticsearchDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3654
3552
|
return [
|
|
3655
3553
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3656
3554
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AcceptInboundCrossClusterSearchConnectionCommand, se_AcceptInboundCr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AcceptInboundCrossClusterSearchConnectionCommand 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_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_restJson1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddTagsCommand 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_AssociatePackageCommand, se_AssociatePackageCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociatePackageCommand 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_AuthorizeVpcEndpointAccessCommand, se_AuthorizeVpcEndpointAccessComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AuthorizeVpcEndpointAccessCommand 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_CancelDomainConfigChangeCommand, se_CancelDomainConfigChangeCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelDomainConfigChangeCommand 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_CancelElasticsearchServiceSoftwareUpdateCommand, se_CancelElasticsea
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CancelElasticsearchServiceSoftwareUpdateCommand 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_CreateElasticsearchDomainCommand, se_CreateElasticsearchDomainComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateElasticsearchDomainCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateOutboundCrossClusterSearchConnectionCommand, se_CreateOutbound
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateOutboundCrossClusterSearchConnectionCommand 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_CreatePackageCommand, se_CreatePackageCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePackageCommand 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_CreateVpcEndpointCommand, se_CreateVpcEndpointCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateVpcEndpointCommand 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_DeleteElasticsearchDomainCommand, se_DeleteElasticsearchDomainComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteElasticsearchDomainCommand 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_DeleteElasticsearchServiceRoleCommand, se_DeleteElasticsearchService
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteElasticsearchServiceRoleCommand 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_DeleteInboundCrossClusterSearchConnectionCommand, se_DeleteInboundCr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteInboundCrossClusterSearchConnectionCommand 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_DeleteOutboundCrossClusterSearchConnectionCommand, se_DeleteOutbound
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteOutboundCrossClusterSearchConnectionCommand 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_DeletePackageCommand, se_DeletePackageCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePackageCommand 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_DeleteVpcEndpointCommand, se_DeleteVpcEndpointCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteVpcEndpointCommand 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_DescribeDomainAutoTunesCommand, se_DescribeDomainAutoTunesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDomainAutoTunesCommand 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_DescribeDomainChangeProgressCommand, se_DescribeDomainChangeProgress
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeDomainChangeProgressCommand 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_DescribeElasticsearchDomainCommand, se_DescribeElasticsearchDomainCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeElasticsearchDomainCommand 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_DescribeElasticsearchDomainConfigCommand, se_DescribeElasticsearchDo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeElasticsearchDomainConfigCommand 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_DescribeElasticsearchDomainsCommand, se_DescribeElasticsearchDomains
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeElasticsearchDomainsCommand 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_DescribeElasticsearchInstanceTypeLimitsCommand, se_DescribeElasticse
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeElasticsearchInstanceTypeLimitsCommand 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_DescribeInboundCrossClusterSearchConnectionsCommand, se_DescribeInbo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeInboundCrossClusterSearchConnectionsCommand 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_DescribeOutboundCrossClusterSearchConnectionsCommand, se_DescribeOut
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeOutboundCrossClusterSearchConnectionsCommand 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_DescribePackagesCommand, se_DescribePackagesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribePackagesCommand 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_DescribeReservedElasticsearchInstanceOfferingsCommand, se_DescribeRe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeReservedElasticsearchInstanceOfferingsCommand 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_DescribeReservedElasticsearchInstancesCommand, se_DescribeReservedEl
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeReservedElasticsearchInstancesCommand 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_DescribeVpcEndpointsCommand, se_DescribeVpcEndpointsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeVpcEndpointsCommand 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_DissociatePackageCommand, se_DissociatePackageCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DissociatePackageCommand 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_GetCompatibleElasticsearchVersionsCommand, se_GetCompatibleElasticse
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetCompatibleElasticsearchVersionsCommand 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_GetPackageVersionHistoryCommand, se_GetPackageVersionHistoryCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPackageVersionHistoryCommand 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_GetUpgradeHistoryCommand, se_GetUpgradeHistoryCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetUpgradeHistoryCommand 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_GetUpgradeStatusCommand, se_GetUpgradeStatusCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetUpgradeStatusCommand 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_ListDomainNamesCommand, se_ListDomainNamesCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDomainNamesCommand 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_ListDomainsForPackageCommand, se_ListDomainsForPackageCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDomainsForPackageCommand 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_ListElasticsearchInstanceTypesCommand, se_ListElasticsearchInstanceT
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListElasticsearchInstanceTypesCommand 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_ListElasticsearchVersionsCommand, se_ListElasticsearchVersionsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListElasticsearchVersionsCommand 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_ListPackagesForDomainCommand, se_ListPackagesForDomainCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPackagesForDomainCommand 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_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsCommand 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_ListVpcEndpointAccessCommand, se_ListVpcEndpointAccessCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVpcEndpointAccessCommand 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_ListVpcEndpointsCommand, se_ListVpcEndpointsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVpcEndpointsCommand 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_ListVpcEndpointsForDomainCommand, se_ListVpcEndpointsForDomainComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListVpcEndpointsForDomainCommand 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_PurchaseReservedElasticsearchInstanceOfferingCommand, se_PurchaseRes
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PurchaseReservedElasticsearchInstanceOfferingCommand 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_RejectInboundCrossClusterSearchConnectionCommand, se_RejectInboundCr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RejectInboundCrossClusterSearchConnectionCommand 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_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveTagsCommand 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_RevokeVpcEndpointAccessCommand, se_RevokeVpcEndpointAccessCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RevokeVpcEndpointAccessCommand 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_StartElasticsearchServiceSoftwareUpdateCommand, se_StartElasticsearc
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartElasticsearchServiceSoftwareUpdateCommand 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_UpdateElasticsearchDomainConfigCommand, se_UpdateElasticsearchDomain
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateElasticsearchDomainConfigCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdatePackageCommand, se_UpdatePackageCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdatePackageCommand 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_UpdateVpcEndpointCommand, se_UpdateVpcEndpointCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateVpcEndpointCommand 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_UpgradeElasticsearchDomainCommand, se_UpgradeElasticsearchDomainComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpgradeElasticsearchDomainCommand 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),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elasticsearch-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elasticsearch Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elasticsearch-service",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|