@aws-sdk/client-cloudsearch 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/dist-cjs/index.js +26 -78
  2. package/dist-es/commands/BuildSuggestersCommand.js +1 -3
  3. package/dist-es/commands/CreateDomainCommand.js +1 -3
  4. package/dist-es/commands/DefineAnalysisSchemeCommand.js +1 -3
  5. package/dist-es/commands/DefineExpressionCommand.js +1 -3
  6. package/dist-es/commands/DefineIndexFieldCommand.js +1 -3
  7. package/dist-es/commands/DefineSuggesterCommand.js +1 -3
  8. package/dist-es/commands/DeleteAnalysisSchemeCommand.js +1 -3
  9. package/dist-es/commands/DeleteDomainCommand.js +1 -3
  10. package/dist-es/commands/DeleteExpressionCommand.js +1 -3
  11. package/dist-es/commands/DeleteIndexFieldCommand.js +1 -3
  12. package/dist-es/commands/DeleteSuggesterCommand.js +1 -3
  13. package/dist-es/commands/DescribeAnalysisSchemesCommand.js +1 -3
  14. package/dist-es/commands/DescribeAvailabilityOptionsCommand.js +1 -3
  15. package/dist-es/commands/DescribeDomainEndpointOptionsCommand.js +1 -3
  16. package/dist-es/commands/DescribeDomainsCommand.js +1 -3
  17. package/dist-es/commands/DescribeExpressionsCommand.js +1 -3
  18. package/dist-es/commands/DescribeIndexFieldsCommand.js +1 -3
  19. package/dist-es/commands/DescribeScalingParametersCommand.js +1 -3
  20. package/dist-es/commands/DescribeServiceAccessPoliciesCommand.js +1 -3
  21. package/dist-es/commands/DescribeSuggestersCommand.js +1 -3
  22. package/dist-es/commands/IndexDocumentsCommand.js +1 -3
  23. package/dist-es/commands/ListDomainNamesCommand.js +1 -3
  24. package/dist-es/commands/UpdateAvailabilityOptionsCommand.js +1 -3
  25. package/dist-es/commands/UpdateDomainEndpointOptionsCommand.js +1 -3
  26. package/dist-es/commands/UpdateScalingParametersCommand.js +1 -3
  27. package/dist-es/commands/UpdateServiceAccessPoliciesCommand.js +1 -3
  28. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -2931,9 +2931,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
2931
2931
  }, "loadQueryErrorCode");
2932
2932
 
2933
2933
  // src/commands/BuildSuggestersCommand.ts
2934
- var _BuildSuggestersCommand = class _BuildSuggestersCommand extends import_smithy_client.Command.classBuilder().ep({
2935
- ...commonParams
2936
- }).m(function(Command, cs, config, o) {
2934
+ var _BuildSuggestersCommand = class _BuildSuggestersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2937
2935
  return [
2938
2936
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2939
2937
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2947,9 +2945,7 @@ var BuildSuggestersCommand = _BuildSuggestersCommand;
2947
2945
 
2948
2946
 
2949
2947
 
2950
- var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
2951
- ...commonParams
2952
- }).m(function(Command, cs, config, o) {
2948
+ var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2953
2949
  return [
2954
2950
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2955
2951
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2963,9 +2959,7 @@ var CreateDomainCommand = _CreateDomainCommand;
2963
2959
 
2964
2960
 
2965
2961
 
2966
- var _DefineAnalysisSchemeCommand = class _DefineAnalysisSchemeCommand extends import_smithy_client.Command.classBuilder().ep({
2967
- ...commonParams
2968
- }).m(function(Command, cs, config, o) {
2962
+ var _DefineAnalysisSchemeCommand = class _DefineAnalysisSchemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2969
2963
  return [
2970
2964
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2971
2965
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2979,9 +2973,7 @@ var DefineAnalysisSchemeCommand = _DefineAnalysisSchemeCommand;
2979
2973
 
2980
2974
 
2981
2975
 
2982
- var _DefineExpressionCommand = class _DefineExpressionCommand extends import_smithy_client.Command.classBuilder().ep({
2983
- ...commonParams
2984
- }).m(function(Command, cs, config, o) {
2976
+ var _DefineExpressionCommand = class _DefineExpressionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2985
2977
  return [
2986
2978
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2987
2979
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2995,9 +2987,7 @@ var DefineExpressionCommand = _DefineExpressionCommand;
2995
2987
 
2996
2988
 
2997
2989
 
2998
- var _DefineIndexFieldCommand = class _DefineIndexFieldCommand extends import_smithy_client.Command.classBuilder().ep({
2999
- ...commonParams
3000
- }).m(function(Command, cs, config, o) {
2990
+ var _DefineIndexFieldCommand = class _DefineIndexFieldCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3001
2991
  return [
3002
2992
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3003
2993
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3011,9 +3001,7 @@ var DefineIndexFieldCommand = _DefineIndexFieldCommand;
3011
3001
 
3012
3002
 
3013
3003
 
3014
- var _DefineSuggesterCommand = class _DefineSuggesterCommand extends import_smithy_client.Command.classBuilder().ep({
3015
- ...commonParams
3016
- }).m(function(Command, cs, config, o) {
3004
+ var _DefineSuggesterCommand = class _DefineSuggesterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3017
3005
  return [
3018
3006
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3019
3007
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3027,9 +3015,7 @@ var DefineSuggesterCommand = _DefineSuggesterCommand;
3027
3015
 
3028
3016
 
3029
3017
 
3030
- var _DeleteAnalysisSchemeCommand = class _DeleteAnalysisSchemeCommand extends import_smithy_client.Command.classBuilder().ep({
3031
- ...commonParams
3032
- }).m(function(Command, cs, config, o) {
3018
+ var _DeleteAnalysisSchemeCommand = class _DeleteAnalysisSchemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3033
3019
  return [
3034
3020
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3035
3021
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3043,9 +3029,7 @@ var DeleteAnalysisSchemeCommand = _DeleteAnalysisSchemeCommand;
3043
3029
 
3044
3030
 
3045
3031
 
3046
- var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep({
3047
- ...commonParams
3048
- }).m(function(Command, cs, config, o) {
3032
+ var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3049
3033
  return [
3050
3034
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3051
3035
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3059,9 +3043,7 @@ var DeleteDomainCommand = _DeleteDomainCommand;
3059
3043
 
3060
3044
 
3061
3045
 
3062
- var _DeleteExpressionCommand = class _DeleteExpressionCommand extends import_smithy_client.Command.classBuilder().ep({
3063
- ...commonParams
3064
- }).m(function(Command, cs, config, o) {
3046
+ var _DeleteExpressionCommand = class _DeleteExpressionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3065
3047
  return [
3066
3048
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3067
3049
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3075,9 +3057,7 @@ var DeleteExpressionCommand = _DeleteExpressionCommand;
3075
3057
 
3076
3058
 
3077
3059
 
3078
- var _DeleteIndexFieldCommand = class _DeleteIndexFieldCommand extends import_smithy_client.Command.classBuilder().ep({
3079
- ...commonParams
3080
- }).m(function(Command, cs, config, o) {
3060
+ var _DeleteIndexFieldCommand = class _DeleteIndexFieldCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3081
3061
  return [
3082
3062
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3083
3063
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3091,9 +3071,7 @@ var DeleteIndexFieldCommand = _DeleteIndexFieldCommand;
3091
3071
 
3092
3072
 
3093
3073
 
3094
- var _DeleteSuggesterCommand = class _DeleteSuggesterCommand extends import_smithy_client.Command.classBuilder().ep({
3095
- ...commonParams
3096
- }).m(function(Command, cs, config, o) {
3074
+ var _DeleteSuggesterCommand = class _DeleteSuggesterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3097
3075
  return [
3098
3076
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3099
3077
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3107,9 +3085,7 @@ var DeleteSuggesterCommand = _DeleteSuggesterCommand;
3107
3085
 
3108
3086
 
3109
3087
 
3110
- var _DescribeAnalysisSchemesCommand = class _DescribeAnalysisSchemesCommand extends import_smithy_client.Command.classBuilder().ep({
3111
- ...commonParams
3112
- }).m(function(Command, cs, config, o) {
3088
+ var _DescribeAnalysisSchemesCommand = class _DescribeAnalysisSchemesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3113
3089
  return [
3114
3090
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3115
3091
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3123,9 +3099,7 @@ var DescribeAnalysisSchemesCommand = _DescribeAnalysisSchemesCommand;
3123
3099
 
3124
3100
 
3125
3101
 
3126
- var _DescribeAvailabilityOptionsCommand = class _DescribeAvailabilityOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3127
- ...commonParams
3128
- }).m(function(Command, cs, config, o) {
3102
+ var _DescribeAvailabilityOptionsCommand = class _DescribeAvailabilityOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3129
3103
  return [
3130
3104
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3131
3105
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3139,9 +3113,7 @@ var DescribeAvailabilityOptionsCommand = _DescribeAvailabilityOptionsCommand;
3139
3113
 
3140
3114
 
3141
3115
 
3142
- var _DescribeDomainEndpointOptionsCommand = class _DescribeDomainEndpointOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3143
- ...commonParams
3144
- }).m(function(Command, cs, config, o) {
3116
+ var _DescribeDomainEndpointOptionsCommand = class _DescribeDomainEndpointOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3145
3117
  return [
3146
3118
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3147
3119
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3155,9 +3127,7 @@ var DescribeDomainEndpointOptionsCommand = _DescribeDomainEndpointOptionsCommand
3155
3127
 
3156
3128
 
3157
3129
 
3158
- var _DescribeDomainsCommand = class _DescribeDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
3159
- ...commonParams
3160
- }).m(function(Command, cs, config, o) {
3130
+ var _DescribeDomainsCommand = class _DescribeDomainsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3161
3131
  return [
3162
3132
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3163
3133
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3171,9 +3141,7 @@ var DescribeDomainsCommand = _DescribeDomainsCommand;
3171
3141
 
3172
3142
 
3173
3143
 
3174
- var _DescribeExpressionsCommand = class _DescribeExpressionsCommand extends import_smithy_client.Command.classBuilder().ep({
3175
- ...commonParams
3176
- }).m(function(Command, cs, config, o) {
3144
+ var _DescribeExpressionsCommand = class _DescribeExpressionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3177
3145
  return [
3178
3146
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3179
3147
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3187,9 +3155,7 @@ var DescribeExpressionsCommand = _DescribeExpressionsCommand;
3187
3155
 
3188
3156
 
3189
3157
 
3190
- var _DescribeIndexFieldsCommand = class _DescribeIndexFieldsCommand extends import_smithy_client.Command.classBuilder().ep({
3191
- ...commonParams
3192
- }).m(function(Command, cs, config, o) {
3158
+ var _DescribeIndexFieldsCommand = class _DescribeIndexFieldsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3193
3159
  return [
3194
3160
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3195
3161
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3203,9 +3169,7 @@ var DescribeIndexFieldsCommand = _DescribeIndexFieldsCommand;
3203
3169
 
3204
3170
 
3205
3171
 
3206
- var _DescribeScalingParametersCommand = class _DescribeScalingParametersCommand extends import_smithy_client.Command.classBuilder().ep({
3207
- ...commonParams
3208
- }).m(function(Command, cs, config, o) {
3172
+ var _DescribeScalingParametersCommand = class _DescribeScalingParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3209
3173
  return [
3210
3174
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3211
3175
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3219,9 +3183,7 @@ var DescribeScalingParametersCommand = _DescribeScalingParametersCommand;
3219
3183
 
3220
3184
 
3221
3185
 
3222
- var _DescribeServiceAccessPoliciesCommand = class _DescribeServiceAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
3223
- ...commonParams
3224
- }).m(function(Command, cs, config, o) {
3186
+ var _DescribeServiceAccessPoliciesCommand = class _DescribeServiceAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3225
3187
  return [
3226
3188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3227
3189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3235,9 +3197,7 @@ var DescribeServiceAccessPoliciesCommand = _DescribeServiceAccessPoliciesCommand
3235
3197
 
3236
3198
 
3237
3199
 
3238
- var _DescribeSuggestersCommand = class _DescribeSuggestersCommand extends import_smithy_client.Command.classBuilder().ep({
3239
- ...commonParams
3240
- }).m(function(Command, cs, config, o) {
3200
+ var _DescribeSuggestersCommand = class _DescribeSuggestersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3241
3201
  return [
3242
3202
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3243
3203
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3251,9 +3211,7 @@ var DescribeSuggestersCommand = _DescribeSuggestersCommand;
3251
3211
 
3252
3212
 
3253
3213
 
3254
- var _IndexDocumentsCommand = class _IndexDocumentsCommand extends import_smithy_client.Command.classBuilder().ep({
3255
- ...commonParams
3256
- }).m(function(Command, cs, config, o) {
3214
+ var _IndexDocumentsCommand = class _IndexDocumentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3257
3215
  return [
3258
3216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3259
3217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3267,9 +3225,7 @@ var IndexDocumentsCommand = _IndexDocumentsCommand;
3267
3225
 
3268
3226
 
3269
3227
 
3270
- var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
3271
- ...commonParams
3272
- }).m(function(Command, cs, config, o) {
3228
+ var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3273
3229
  return [
3274
3230
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3275
3231
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3283,9 +3239,7 @@ var ListDomainNamesCommand = _ListDomainNamesCommand;
3283
3239
 
3284
3240
 
3285
3241
 
3286
- var _UpdateAvailabilityOptionsCommand = class _UpdateAvailabilityOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3287
- ...commonParams
3288
- }).m(function(Command, cs, config, o) {
3242
+ var _UpdateAvailabilityOptionsCommand = class _UpdateAvailabilityOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3289
3243
  return [
3290
3244
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3291
3245
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3299,9 +3253,7 @@ var UpdateAvailabilityOptionsCommand = _UpdateAvailabilityOptionsCommand;
3299
3253
 
3300
3254
 
3301
3255
 
3302
- var _UpdateDomainEndpointOptionsCommand = class _UpdateDomainEndpointOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3303
- ...commonParams
3304
- }).m(function(Command, cs, config, o) {
3256
+ var _UpdateDomainEndpointOptionsCommand = class _UpdateDomainEndpointOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3305
3257
  return [
3306
3258
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3307
3259
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3315,9 +3267,7 @@ var UpdateDomainEndpointOptionsCommand = _UpdateDomainEndpointOptionsCommand;
3315
3267
 
3316
3268
 
3317
3269
 
3318
- var _UpdateScalingParametersCommand = class _UpdateScalingParametersCommand extends import_smithy_client.Command.classBuilder().ep({
3319
- ...commonParams
3320
- }).m(function(Command, cs, config, o) {
3270
+ var _UpdateScalingParametersCommand = class _UpdateScalingParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3321
3271
  return [
3322
3272
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3323
3273
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3331,9 +3281,7 @@ var UpdateScalingParametersCommand = _UpdateScalingParametersCommand;
3331
3281
 
3332
3282
 
3333
3283
 
3334
- var _UpdateServiceAccessPoliciesCommand = class _UpdateServiceAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
3335
- ...commonParams
3336
- }).m(function(Command, cs, config, o) {
3284
+ var _UpdateServiceAccessPoliciesCommand = class _UpdateServiceAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3337
3285
  return [
3338
3286
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3339
3287
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_BuildSuggestersCommand, se_BuildSuggestersCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class BuildSuggestersCommand 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_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class CreateDomainCommand 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_DefineAnalysisSchemeCommand, se_DefineAnalysisSchemeCommand } from "
6
6
  export { $Command };
7
7
  export class DefineAnalysisSchemeCommand 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_DefineExpressionCommand, se_DefineExpressionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DefineExpressionCommand 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_DefineIndexFieldCommand, se_DefineIndexFieldCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DefineIndexFieldCommand 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_DefineSuggesterCommand, se_DefineSuggesterCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DefineSuggesterCommand 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_DeleteAnalysisSchemeCommand, se_DeleteAnalysisSchemeCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteAnalysisSchemeCommand 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_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class DeleteDomainCommand 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_DeleteExpressionCommand, se_DeleteExpressionCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteExpressionCommand 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_DeleteIndexFieldCommand, se_DeleteIndexFieldCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteIndexFieldCommand 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_DeleteSuggesterCommand, se_DeleteSuggesterCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DeleteSuggesterCommand 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_DescribeAnalysisSchemesCommand, se_DescribeAnalysisSchemesCommand }
6
6
  export { $Command };
7
7
  export class DescribeAnalysisSchemesCommand 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_DescribeAvailabilityOptionsCommand, se_DescribeAvailabilityOptionsCo
6
6
  export { $Command };
7
7
  export class DescribeAvailabilityOptionsCommand 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_DescribeDomainEndpointOptionsCommand, se_DescribeDomainEndpointOptio
6
6
  export { $Command };
7
7
  export class DescribeDomainEndpointOptionsCommand 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_DescribeDomainsCommand, se_DescribeDomainsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeDomainsCommand 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_DescribeExpressionsCommand, se_DescribeExpressionsCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeExpressionsCommand 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_DescribeIndexFieldsCommand, se_DescribeIndexFieldsCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeIndexFieldsCommand 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_DescribeScalingParametersCommand, se_DescribeScalingParametersComman
6
6
  export { $Command };
7
7
  export class DescribeScalingParametersCommand 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_DescribeServiceAccessPoliciesCommand, se_DescribeServiceAccessPolici
6
6
  export { $Command };
7
7
  export class DescribeServiceAccessPoliciesCommand 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_DescribeSuggestersCommand, se_DescribeSuggestersCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeSuggestersCommand 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_IndexDocumentsCommand, se_IndexDocumentsCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class IndexDocumentsCommand 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_UpdateAvailabilityOptionsCommand, se_UpdateAvailabilityOptionsComman
6
6
  export { $Command };
7
7
  export class UpdateAvailabilityOptionsCommand 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_UpdateDomainEndpointOptionsCommand, se_UpdateDomainEndpointOptionsCo
6
6
  export { $Command };
7
7
  export class UpdateDomainEndpointOptionsCommand 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_UpdateScalingParametersCommand, se_UpdateScalingParametersCommand }
6
6
  export { $Command };
7
7
  export class UpdateScalingParametersCommand 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_UpdateServiceAccessPoliciesCommand, se_UpdateServiceAccessPoliciesCo
6
6
  export { $Command };
7
7
  export class UpdateServiceAccessPoliciesCommand 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-cloudsearch",
3
3
  "description": "AWS SDK for JavaScript Cloudsearch Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
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-cloudsearch",
@@ -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.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
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",