@aws-sdk/client-cloudsearch 3.588.0 → 3.592.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 (61) hide show
  1. package/dist-cjs/index.js +0 -26
  2. package/dist-types/CloudSearchClient.d.ts +4 -4
  3. package/dist-types/commands/BuildSuggestersCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  5. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +2 -1
  6. package/dist-types/commands/DefineExpressionCommand.d.ts +2 -1
  7. package/dist-types/commands/DefineIndexFieldCommand.d.ts +2 -1
  8. package/dist-types/commands/DefineSuggesterCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteExpressionCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteSuggesterCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeDomainsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeExpressionsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeSuggestersCommand.d.ts +2 -1
  23. package/dist-types/commands/IndexDocumentsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListDomainNamesCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -1
  29. package/dist-types/index.d.ts +2 -2
  30. package/dist-types/models/CloudSearchServiceException.d.ts +2 -1
  31. package/dist-types/runtimeConfig.native.d.ts +1 -1
  32. package/dist-types/ts3.4/CloudSearchClient.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/BuildSuggestersCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DefineAnalysisSchemeCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DefineExpressionCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DefineIndexFieldCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DefineSuggesterCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/DeleteAnalysisSchemeCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/DeleteExpressionCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/DeleteIndexFieldCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/DeleteSuggesterCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/DescribeAnalysisSchemesCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/DescribeAvailabilityOptionsCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/DescribeDomainEndpointOptionsCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/DescribeDomainsCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/DescribeExpressionsCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/DescribeIndexFieldsCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DescribeScalingParametersCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DescribeServiceAccessPoliciesCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DescribeSuggestersCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/IndexDocumentsCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/ListDomainNamesCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/UpdateAvailabilityOptionsCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/UpdateDomainEndpointOptionsCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/UpdateScalingParametersCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/UpdateServiceAccessPoliciesCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/models/CloudSearchServiceException.d.ts +2 -1
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  61. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -219,7 +219,6 @@ var CloudSearchClient = _CloudSearchClient;
219
219
 
220
220
  var import_middleware_serde = require("@smithy/middleware-serde");
221
221
 
222
- var import_types = require("@smithy/types");
223
222
 
224
223
  // src/protocols/Aws_query.ts
225
224
  var import_core2 = require("@aws-sdk/core");
@@ -2954,7 +2953,6 @@ var BuildSuggestersCommand = _BuildSuggestersCommand;
2954
2953
 
2955
2954
 
2956
2955
 
2957
-
2958
2956
  var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_client.Command.classBuilder().ep({
2959
2957
  ...commonParams
2960
2958
  }).m(function(Command, cs, config, o) {
@@ -2971,7 +2969,6 @@ var CreateDomainCommand = _CreateDomainCommand;
2971
2969
 
2972
2970
 
2973
2971
 
2974
-
2975
2972
  var _DefineAnalysisSchemeCommand = class _DefineAnalysisSchemeCommand extends import_smithy_client.Command.classBuilder().ep({
2976
2973
  ...commonParams
2977
2974
  }).m(function(Command, cs, config, o) {
@@ -2988,7 +2985,6 @@ var DefineAnalysisSchemeCommand = _DefineAnalysisSchemeCommand;
2988
2985
 
2989
2986
 
2990
2987
 
2991
-
2992
2988
  var _DefineExpressionCommand = class _DefineExpressionCommand extends import_smithy_client.Command.classBuilder().ep({
2993
2989
  ...commonParams
2994
2990
  }).m(function(Command, cs, config, o) {
@@ -3005,7 +3001,6 @@ var DefineExpressionCommand = _DefineExpressionCommand;
3005
3001
 
3006
3002
 
3007
3003
 
3008
-
3009
3004
  var _DefineIndexFieldCommand = class _DefineIndexFieldCommand extends import_smithy_client.Command.classBuilder().ep({
3010
3005
  ...commonParams
3011
3006
  }).m(function(Command, cs, config, o) {
@@ -3022,7 +3017,6 @@ var DefineIndexFieldCommand = _DefineIndexFieldCommand;
3022
3017
 
3023
3018
 
3024
3019
 
3025
-
3026
3020
  var _DefineSuggesterCommand = class _DefineSuggesterCommand extends import_smithy_client.Command.classBuilder().ep({
3027
3021
  ...commonParams
3028
3022
  }).m(function(Command, cs, config, o) {
@@ -3039,7 +3033,6 @@ var DefineSuggesterCommand = _DefineSuggesterCommand;
3039
3033
 
3040
3034
 
3041
3035
 
3042
-
3043
3036
  var _DeleteAnalysisSchemeCommand = class _DeleteAnalysisSchemeCommand extends import_smithy_client.Command.classBuilder().ep({
3044
3037
  ...commonParams
3045
3038
  }).m(function(Command, cs, config, o) {
@@ -3056,7 +3049,6 @@ var DeleteAnalysisSchemeCommand = _DeleteAnalysisSchemeCommand;
3056
3049
 
3057
3050
 
3058
3051
 
3059
-
3060
3052
  var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_client.Command.classBuilder().ep({
3061
3053
  ...commonParams
3062
3054
  }).m(function(Command, cs, config, o) {
@@ -3073,7 +3065,6 @@ var DeleteDomainCommand = _DeleteDomainCommand;
3073
3065
 
3074
3066
 
3075
3067
 
3076
-
3077
3068
  var _DeleteExpressionCommand = class _DeleteExpressionCommand extends import_smithy_client.Command.classBuilder().ep({
3078
3069
  ...commonParams
3079
3070
  }).m(function(Command, cs, config, o) {
@@ -3090,7 +3081,6 @@ var DeleteExpressionCommand = _DeleteExpressionCommand;
3090
3081
 
3091
3082
 
3092
3083
 
3093
-
3094
3084
  var _DeleteIndexFieldCommand = class _DeleteIndexFieldCommand extends import_smithy_client.Command.classBuilder().ep({
3095
3085
  ...commonParams
3096
3086
  }).m(function(Command, cs, config, o) {
@@ -3107,7 +3097,6 @@ var DeleteIndexFieldCommand = _DeleteIndexFieldCommand;
3107
3097
 
3108
3098
 
3109
3099
 
3110
-
3111
3100
  var _DeleteSuggesterCommand = class _DeleteSuggesterCommand extends import_smithy_client.Command.classBuilder().ep({
3112
3101
  ...commonParams
3113
3102
  }).m(function(Command, cs, config, o) {
@@ -3124,7 +3113,6 @@ var DeleteSuggesterCommand = _DeleteSuggesterCommand;
3124
3113
 
3125
3114
 
3126
3115
 
3127
-
3128
3116
  var _DescribeAnalysisSchemesCommand = class _DescribeAnalysisSchemesCommand extends import_smithy_client.Command.classBuilder().ep({
3129
3117
  ...commonParams
3130
3118
  }).m(function(Command, cs, config, o) {
@@ -3141,7 +3129,6 @@ var DescribeAnalysisSchemesCommand = _DescribeAnalysisSchemesCommand;
3141
3129
 
3142
3130
 
3143
3131
 
3144
-
3145
3132
  var _DescribeAvailabilityOptionsCommand = class _DescribeAvailabilityOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3146
3133
  ...commonParams
3147
3134
  }).m(function(Command, cs, config, o) {
@@ -3158,7 +3145,6 @@ var DescribeAvailabilityOptionsCommand = _DescribeAvailabilityOptionsCommand;
3158
3145
 
3159
3146
 
3160
3147
 
3161
-
3162
3148
  var _DescribeDomainEndpointOptionsCommand = class _DescribeDomainEndpointOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3163
3149
  ...commonParams
3164
3150
  }).m(function(Command, cs, config, o) {
@@ -3175,7 +3161,6 @@ var DescribeDomainEndpointOptionsCommand = _DescribeDomainEndpointOptionsCommand
3175
3161
 
3176
3162
 
3177
3163
 
3178
-
3179
3164
  var _DescribeDomainsCommand = class _DescribeDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
3180
3165
  ...commonParams
3181
3166
  }).m(function(Command, cs, config, o) {
@@ -3192,7 +3177,6 @@ var DescribeDomainsCommand = _DescribeDomainsCommand;
3192
3177
 
3193
3178
 
3194
3179
 
3195
-
3196
3180
  var _DescribeExpressionsCommand = class _DescribeExpressionsCommand extends import_smithy_client.Command.classBuilder().ep({
3197
3181
  ...commonParams
3198
3182
  }).m(function(Command, cs, config, o) {
@@ -3209,7 +3193,6 @@ var DescribeExpressionsCommand = _DescribeExpressionsCommand;
3209
3193
 
3210
3194
 
3211
3195
 
3212
-
3213
3196
  var _DescribeIndexFieldsCommand = class _DescribeIndexFieldsCommand extends import_smithy_client.Command.classBuilder().ep({
3214
3197
  ...commonParams
3215
3198
  }).m(function(Command, cs, config, o) {
@@ -3226,7 +3209,6 @@ var DescribeIndexFieldsCommand = _DescribeIndexFieldsCommand;
3226
3209
 
3227
3210
 
3228
3211
 
3229
-
3230
3212
  var _DescribeScalingParametersCommand = class _DescribeScalingParametersCommand extends import_smithy_client.Command.classBuilder().ep({
3231
3213
  ...commonParams
3232
3214
  }).m(function(Command, cs, config, o) {
@@ -3243,7 +3225,6 @@ var DescribeScalingParametersCommand = _DescribeScalingParametersCommand;
3243
3225
 
3244
3226
 
3245
3227
 
3246
-
3247
3228
  var _DescribeServiceAccessPoliciesCommand = class _DescribeServiceAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
3248
3229
  ...commonParams
3249
3230
  }).m(function(Command, cs, config, o) {
@@ -3260,7 +3241,6 @@ var DescribeServiceAccessPoliciesCommand = _DescribeServiceAccessPoliciesCommand
3260
3241
 
3261
3242
 
3262
3243
 
3263
-
3264
3244
  var _DescribeSuggestersCommand = class _DescribeSuggestersCommand extends import_smithy_client.Command.classBuilder().ep({
3265
3245
  ...commonParams
3266
3246
  }).m(function(Command, cs, config, o) {
@@ -3277,7 +3257,6 @@ var DescribeSuggestersCommand = _DescribeSuggestersCommand;
3277
3257
 
3278
3258
 
3279
3259
 
3280
-
3281
3260
  var _IndexDocumentsCommand = class _IndexDocumentsCommand extends import_smithy_client.Command.classBuilder().ep({
3282
3261
  ...commonParams
3283
3262
  }).m(function(Command, cs, config, o) {
@@ -3294,7 +3273,6 @@ var IndexDocumentsCommand = _IndexDocumentsCommand;
3294
3273
 
3295
3274
 
3296
3275
 
3297
-
3298
3276
  var _ListDomainNamesCommand = class _ListDomainNamesCommand extends import_smithy_client.Command.classBuilder().ep({
3299
3277
  ...commonParams
3300
3278
  }).m(function(Command, cs, config, o) {
@@ -3311,7 +3289,6 @@ var ListDomainNamesCommand = _ListDomainNamesCommand;
3311
3289
 
3312
3290
 
3313
3291
 
3314
-
3315
3292
  var _UpdateAvailabilityOptionsCommand = class _UpdateAvailabilityOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3316
3293
  ...commonParams
3317
3294
  }).m(function(Command, cs, config, o) {
@@ -3328,7 +3305,6 @@ var UpdateAvailabilityOptionsCommand = _UpdateAvailabilityOptionsCommand;
3328
3305
 
3329
3306
 
3330
3307
 
3331
-
3332
3308
  var _UpdateDomainEndpointOptionsCommand = class _UpdateDomainEndpointOptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3333
3309
  ...commonParams
3334
3310
  }).m(function(Command, cs, config, o) {
@@ -3345,7 +3321,6 @@ var UpdateDomainEndpointOptionsCommand = _UpdateDomainEndpointOptionsCommand;
3345
3321
 
3346
3322
 
3347
3323
 
3348
-
3349
3324
  var _UpdateScalingParametersCommand = class _UpdateScalingParametersCommand extends import_smithy_client.Command.classBuilder().ep({
3350
3325
  ...commonParams
3351
3326
  }).m(function(Command, cs, config, o) {
@@ -3362,7 +3337,6 @@ var UpdateScalingParametersCommand = _UpdateScalingParametersCommand;
3362
3337
 
3363
3338
 
3364
3339
 
3365
-
3366
3340
  var _UpdateServiceAccessPoliciesCommand = class _UpdateServiceAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
3367
3341
  ...commonParams
3368
3342
  }).m(function(Command, cs, config, o) {
@@ -116,15 +116,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
116
116
  * Enables FIPS compatible endpoints.
117
117
  */
118
118
  useFipsEndpoint?: boolean | __Provider<boolean>;
119
+ /**
120
+ * The AWS region to which this client will send requests
121
+ */
122
+ region?: string | __Provider<string>;
119
123
  /**
120
124
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
121
125
  * @internal
122
126
  */
123
127
  defaultUserAgentProvider?: Provider<__UserAgent>;
124
- /**
125
- * The AWS region to which this client will send requests
126
- */
127
- region?: string | __Provider<string>;
128
128
  /**
129
129
  * Default credentials provider; Not available in browser runtime.
130
130
  * @deprecated
@@ -5,7 +5,8 @@ import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DefineExpressionRequest, DefineExpressionResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListDomainNamesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -12,8 +12,8 @@
12
12
  export * from "./CloudSearchClient";
13
13
  export * from "./CloudSearch";
14
14
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
15
- export { RuntimeExtension } from "./runtimeExtensions";
16
- export { CloudSearchExtensionConfiguration } from "./extensionConfiguration";
15
+ export type { RuntimeExtension } from "./runtimeExtensions";
16
+ export type { CloudSearchExtensionConfiguration } from "./extensionConfiguration";
17
17
  export * from "./commands";
18
18
  export * from "./models";
19
19
  export { CloudSearchServiceException } from "./models/CloudSearchServiceException";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -226,8 +226,8 @@ export interface ClientDefaults
226
226
  serviceId?: string;
227
227
  useDualstackEndpoint?: boolean | __Provider<boolean>;
228
228
  useFipsEndpoint?: boolean | __Provider<boolean>;
229
- defaultUserAgentProvider?: Provider<__UserAgent>;
230
229
  region?: string | __Provider<string>;
230
+ defaultUserAgentProvider?: Provider<__UserAgent>;
231
231
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
232
232
  maxAttempts?: number | __Provider<number>;
233
233
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  BuildSuggestersRequest,
10
10
  BuildSuggestersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {}
14
15
  export interface BuildSuggestersCommandOutput
15
16
  extends BuildSuggestersResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudSearchClient";
8
8
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateDomainCommandInput extends CreateDomainRequest {}
11
12
  export interface CreateDomainCommandOutput
12
13
  extends CreateDomainResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DefineAnalysisSchemeRequest,
10
10
  DefineAnalysisSchemeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DefineAnalysisSchemeCommandInput
14
15
  extends DefineAnalysisSchemeRequest {}
15
16
  export interface DefineAnalysisSchemeCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DefineExpressionRequest,
10
10
  DefineExpressionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DefineExpressionCommandInput extends DefineExpressionRequest {}
14
15
  export interface DefineExpressionCommandOutput
15
16
  extends DefineExpressionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DefineIndexFieldRequest,
10
10
  DefineIndexFieldResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {}
14
15
  export interface DefineIndexFieldCommandOutput
15
16
  extends DefineIndexFieldResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DefineSuggesterRequest,
10
10
  DefineSuggesterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {}
14
15
  export interface DefineSuggesterCommandOutput
15
16
  extends DefineSuggesterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteAnalysisSchemeRequest,
10
10
  DeleteAnalysisSchemeResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAnalysisSchemeCommandInput
14
15
  extends DeleteAnalysisSchemeRequest {}
15
16
  export interface DeleteAnalysisSchemeCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudSearchClient";
8
8
  import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {}
11
12
  export interface DeleteDomainCommandOutput
12
13
  extends DeleteDomainResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteExpressionRequest,
10
10
  DeleteExpressionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {}
14
15
  export interface DeleteExpressionCommandOutput
15
16
  extends DeleteExpressionResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteIndexFieldRequest,
10
10
  DeleteIndexFieldResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {}
14
15
  export interface DeleteIndexFieldCommandOutput
15
16
  extends DeleteIndexFieldResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DeleteSuggesterRequest,
10
10
  DeleteSuggesterResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {}
14
15
  export interface DeleteSuggesterCommandOutput
15
16
  extends DeleteSuggesterResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAnalysisSchemesRequest,
10
10
  DescribeAnalysisSchemesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAnalysisSchemesCommandInput
14
15
  extends DescribeAnalysisSchemesRequest {}
15
16
  export interface DescribeAnalysisSchemesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeAvailabilityOptionsRequest,
10
10
  DescribeAvailabilityOptionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeAvailabilityOptionsCommandInput
14
15
  extends DescribeAvailabilityOptionsRequest {}
15
16
  export interface DescribeAvailabilityOptionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeDomainEndpointOptionsRequest,
10
10
  DescribeDomainEndpointOptionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeDomainEndpointOptionsCommandInput
14
15
  extends DescribeDomainEndpointOptionsRequest {}
15
16
  export interface DescribeDomainEndpointOptionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeDomainsRequest,
10
10
  DescribeDomainsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {}
14
15
  export interface DescribeDomainsCommandOutput
15
16
  extends DescribeDomainsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  DescribeExpressionsRequest,
10
10
  DescribeExpressionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeExpressionsCommandInput
14
15
  extends DescribeExpressionsRequest {}
15
16
  export interface DescribeExpressionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeIndexFieldsRequest,
10
10
  DescribeIndexFieldsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeIndexFieldsCommandInput
14
15
  extends DescribeIndexFieldsRequest {}
15
16
  export interface DescribeIndexFieldsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeScalingParametersRequest,
10
10
  DescribeScalingParametersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeScalingParametersCommandInput
14
15
  extends DescribeScalingParametersRequest {}
15
16
  export interface DescribeScalingParametersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeServiceAccessPoliciesRequest,
10
10
  DescribeServiceAccessPoliciesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeServiceAccessPoliciesCommandInput
14
15
  extends DescribeServiceAccessPoliciesRequest {}
15
16
  export interface DescribeServiceAccessPoliciesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeSuggestersRequest,
10
10
  DescribeSuggestersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeSuggestersCommandInput
14
15
  extends DescribeSuggestersRequest {}
15
16
  export interface DescribeSuggestersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  IndexDocumentsRequest,
10
10
  IndexDocumentsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface IndexDocumentsCommandInput extends IndexDocumentsRequest {}
14
15
  export interface IndexDocumentsCommandOutput
15
16
  extends IndexDocumentsResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../CloudSearchClient";
8
8
  import { ListDomainNamesResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface ListDomainNamesCommandInput {}
11
12
  export interface ListDomainNamesCommandOutput
12
13
  extends ListDomainNamesResponse,
@@ -9,7 +9,8 @@ import {
9
9
  UpdateAvailabilityOptionsRequest,
10
10
  UpdateAvailabilityOptionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateAvailabilityOptionsCommandInput
14
15
  extends UpdateAvailabilityOptionsRequest {}
15
16
  export interface UpdateAvailabilityOptionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateDomainEndpointOptionsRequest,
10
10
  UpdateDomainEndpointOptionsResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateDomainEndpointOptionsCommandInput
14
15
  extends UpdateDomainEndpointOptionsRequest {}
15
16
  export interface UpdateDomainEndpointOptionsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateScalingParametersRequest,
10
10
  UpdateScalingParametersResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateScalingParametersCommandInput
14
15
  extends UpdateScalingParametersRequest {}
15
16
  export interface UpdateScalingParametersCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  UpdateServiceAccessPoliciesRequest,
10
10
  UpdateServiceAccessPoliciesResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateServiceAccessPoliciesCommandInput
14
15
  extends UpdateServiceAccessPoliciesRequest {}
15
16
  export interface UpdateServiceAccessPoliciesCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class CloudSearchServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -20,10 +20,10 @@ export declare const getRuntimeConfig: (config: CloudSearchClientConfig) => {
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
22
22
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
23
+ region: string | import("@smithy/types").Provider<any>;
23
24
  defaultUserAgentProvider: import("@smithy/types").Provider<
24
25
  import("@smithy/types").UserAgent
25
26
  >;
26
- region: string | import("@smithy/types").Provider<any>;
27
27
  credentialDefaultProvider: (
28
28
  input: any
29
29
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
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.588.0",
4
+ "version": "3.592.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": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",