@aws-sdk/client-cloudsearch 3.279.0 → 3.282.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/README.md +211 -0
  2. package/dist-types/commands/BuildSuggestersCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
  4. package/dist-types/commands/DefineAnalysisSchemeCommand.d.ts +6 -0
  5. package/dist-types/commands/DefineExpressionCommand.d.ts +6 -0
  6. package/dist-types/commands/DefineIndexFieldCommand.d.ts +6 -0
  7. package/dist-types/commands/DefineSuggesterCommand.d.ts +6 -0
  8. package/dist-types/commands/DeleteAnalysisSchemeCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteExpressionCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteIndexFieldCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteSuggesterCommand.d.ts +6 -0
  13. package/dist-types/commands/DescribeAnalysisSchemesCommand.d.ts +6 -0
  14. package/dist-types/commands/DescribeAvailabilityOptionsCommand.d.ts +6 -0
  15. package/dist-types/commands/DescribeDomainEndpointOptionsCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeDomainsCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeExpressionsCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeIndexFieldsCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeScalingParametersCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeServiceAccessPoliciesCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeSuggestersCommand.d.ts +6 -0
  22. package/dist-types/commands/IndexDocumentsCommand.d.ts +6 -0
  23. package/dist-types/commands/ListDomainNamesCommand.d.ts +6 -0
  24. package/dist-types/commands/UpdateAvailabilityOptionsCommand.d.ts +6 -0
  25. package/dist-types/commands/UpdateDomainEndpointOptionsCommand.d.ts +6 -0
  26. package/dist-types/commands/UpdateScalingParametersCommand.d.ts +6 -0
  27. package/dist-types/commands/UpdateServiceAccessPoliciesCommand.d.ts +6 -0
  28. package/package.json +17 -17
package/README.md CHANGED
@@ -210,3 +210,214 @@ To contribute to client you can check our [generate clients scripts](https://git
210
210
  This SDK is distributed under the
211
211
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
212
212
  see LICENSE for more information.
213
+
214
+ ## Client Commands (Operations List)
215
+
216
+ <details>
217
+ <summary>
218
+ BuildSuggesters
219
+ </summary>
220
+
221
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/buildsuggesterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/buildsuggesterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/buildsuggesterscommandoutput.html)
222
+
223
+ </details>
224
+ <details>
225
+ <summary>
226
+ CreateDomain
227
+ </summary>
228
+
229
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/createdomaincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/createdomaincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/createdomaincommandoutput.html)
230
+
231
+ </details>
232
+ <details>
233
+ <summary>
234
+ DefineAnalysisScheme
235
+ </summary>
236
+
237
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/defineanalysisschemecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/defineanalysisschemecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/defineanalysisschemecommandoutput.html)
238
+
239
+ </details>
240
+ <details>
241
+ <summary>
242
+ DefineExpression
243
+ </summary>
244
+
245
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/defineexpressioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/defineexpressioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/defineexpressioncommandoutput.html)
246
+
247
+ </details>
248
+ <details>
249
+ <summary>
250
+ DefineIndexField
251
+ </summary>
252
+
253
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/defineindexfieldcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/defineindexfieldcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/defineindexfieldcommandoutput.html)
254
+
255
+ </details>
256
+ <details>
257
+ <summary>
258
+ DefineSuggester
259
+ </summary>
260
+
261
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/definesuggestercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/definesuggestercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/definesuggestercommandoutput.html)
262
+
263
+ </details>
264
+ <details>
265
+ <summary>
266
+ DeleteAnalysisScheme
267
+ </summary>
268
+
269
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/deleteanalysisschemecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deleteanalysisschemecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deleteanalysisschemecommandoutput.html)
270
+
271
+ </details>
272
+ <details>
273
+ <summary>
274
+ DeleteDomain
275
+ </summary>
276
+
277
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/deletedomaincommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deletedomaincommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deletedomaincommandoutput.html)
278
+
279
+ </details>
280
+ <details>
281
+ <summary>
282
+ DeleteExpression
283
+ </summary>
284
+
285
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/deleteexpressioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deleteexpressioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deleteexpressioncommandoutput.html)
286
+
287
+ </details>
288
+ <details>
289
+ <summary>
290
+ DeleteIndexField
291
+ </summary>
292
+
293
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/deleteindexfieldcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deleteindexfieldcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deleteindexfieldcommandoutput.html)
294
+
295
+ </details>
296
+ <details>
297
+ <summary>
298
+ DeleteSuggester
299
+ </summary>
300
+
301
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/deletesuggestercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deletesuggestercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/deletesuggestercommandoutput.html)
302
+
303
+ </details>
304
+ <details>
305
+ <summary>
306
+ DescribeAnalysisSchemes
307
+ </summary>
308
+
309
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describeanalysisschemescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeanalysisschemescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeanalysisschemescommandoutput.html)
310
+
311
+ </details>
312
+ <details>
313
+ <summary>
314
+ DescribeAvailabilityOptions
315
+ </summary>
316
+
317
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describeavailabilityoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeavailabilityoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeavailabilityoptionscommandoutput.html)
318
+
319
+ </details>
320
+ <details>
321
+ <summary>
322
+ DescribeDomainEndpointOptions
323
+ </summary>
324
+
325
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describedomainendpointoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describedomainendpointoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describedomainendpointoptionscommandoutput.html)
326
+
327
+ </details>
328
+ <details>
329
+ <summary>
330
+ DescribeDomains
331
+ </summary>
332
+
333
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describedomainscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describedomainscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describedomainscommandoutput.html)
334
+
335
+ </details>
336
+ <details>
337
+ <summary>
338
+ DescribeExpressions
339
+ </summary>
340
+
341
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describeexpressionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeexpressionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeexpressionscommandoutput.html)
342
+
343
+ </details>
344
+ <details>
345
+ <summary>
346
+ DescribeIndexFields
347
+ </summary>
348
+
349
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describeindexfieldscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeindexfieldscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeindexfieldscommandoutput.html)
350
+
351
+ </details>
352
+ <details>
353
+ <summary>
354
+ DescribeScalingParameters
355
+ </summary>
356
+
357
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describescalingparameterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describescalingparameterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describescalingparameterscommandoutput.html)
358
+
359
+ </details>
360
+ <details>
361
+ <summary>
362
+ DescribeServiceAccessPolicies
363
+ </summary>
364
+
365
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describeserviceaccesspoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeserviceaccesspoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describeserviceaccesspoliciescommandoutput.html)
366
+
367
+ </details>
368
+ <details>
369
+ <summary>
370
+ DescribeSuggesters
371
+ </summary>
372
+
373
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/describesuggesterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describesuggesterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/describesuggesterscommandoutput.html)
374
+
375
+ </details>
376
+ <details>
377
+ <summary>
378
+ IndexDocuments
379
+ </summary>
380
+
381
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/indexdocumentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/indexdocumentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/indexdocumentscommandoutput.html)
382
+
383
+ </details>
384
+ <details>
385
+ <summary>
386
+ ListDomainNames
387
+ </summary>
388
+
389
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/listdomainnamescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/listdomainnamescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/listdomainnamescommandoutput.html)
390
+
391
+ </details>
392
+ <details>
393
+ <summary>
394
+ UpdateAvailabilityOptions
395
+ </summary>
396
+
397
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/updateavailabilityoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/updateavailabilityoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/updateavailabilityoptionscommandoutput.html)
398
+
399
+ </details>
400
+ <details>
401
+ <summary>
402
+ UpdateDomainEndpointOptions
403
+ </summary>
404
+
405
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/updatedomainendpointoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/updatedomainendpointoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/updatedomainendpointoptionscommandoutput.html)
406
+
407
+ </details>
408
+ <details>
409
+ <summary>
410
+ UpdateScalingParameters
411
+ </summary>
412
+
413
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/updatescalingparameterscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/updatescalingparameterscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/updatescalingparameterscommandoutput.html)
414
+
415
+ </details>
416
+ <details>
417
+ <summary>
418
+ UpdateServiceAccessPolicies
419
+ </summary>
420
+
421
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/classes/updateserviceaccesspoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/updateserviceaccesspoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudsearch/interfaces/updateserviceaccesspoliciescommandoutput.html)
422
+
423
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BuildSuggestersCommand}.
8
+ */
6
9
  export interface BuildSuggestersCommandInput extends BuildSuggestersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BuildSuggestersCommand}.
13
+ */
8
14
  export interface BuildSuggestersCommandOutput extends BuildSuggestersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDomainCommand}.
8
+ */
6
9
  export interface CreateDomainCommandInput extends CreateDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDomainCommand}.
13
+ */
8
14
  export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DefineAnalysisSchemeCommand}.
8
+ */
6
9
  export interface DefineAnalysisSchemeCommandInput extends DefineAnalysisSchemeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DefineAnalysisSchemeCommand}.
13
+ */
8
14
  export interface DefineAnalysisSchemeCommandOutput extends DefineAnalysisSchemeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DefineExpressionCommand}.
8
+ */
6
9
  export interface DefineExpressionCommandInput extends DefineExpressionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DefineExpressionCommand}.
13
+ */
8
14
  export interface DefineExpressionCommandOutput extends DefineExpressionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DefineIndexFieldCommand}.
8
+ */
6
9
  export interface DefineIndexFieldCommandInput extends DefineIndexFieldRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DefineIndexFieldCommand}.
13
+ */
8
14
  export interface DefineIndexFieldCommandOutput extends DefineIndexFieldResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DefineSuggesterCommand}.
8
+ */
6
9
  export interface DefineSuggesterCommandInput extends DefineSuggesterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DefineSuggesterCommand}.
13
+ */
8
14
  export interface DefineSuggesterCommandOutput extends DefineSuggesterResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAnalysisSchemeCommand}.
8
+ */
6
9
  export interface DeleteAnalysisSchemeCommandInput extends DeleteAnalysisSchemeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAnalysisSchemeCommand}.
13
+ */
8
14
  export interface DeleteAnalysisSchemeCommandOutput extends DeleteAnalysisSchemeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDomainCommand}.
8
+ */
6
9
  export interface DeleteDomainCommandInput extends DeleteDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDomainCommand}.
13
+ */
8
14
  export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteExpressionCommand}.
8
+ */
6
9
  export interface DeleteExpressionCommandInput extends DeleteExpressionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteExpressionCommand}.
13
+ */
8
14
  export interface DeleteExpressionCommandOutput extends DeleteExpressionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteIndexFieldCommand}.
8
+ */
6
9
  export interface DeleteIndexFieldCommandInput extends DeleteIndexFieldRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteIndexFieldCommand}.
13
+ */
8
14
  export interface DeleteIndexFieldCommandOutput extends DeleteIndexFieldResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSuggesterCommand}.
8
+ */
6
9
  export interface DeleteSuggesterCommandInput extends DeleteSuggesterRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSuggesterCommand}.
13
+ */
8
14
  export interface DeleteSuggesterCommandOutput extends DeleteSuggesterResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAnalysisSchemesCommand}.
8
+ */
6
9
  export interface DescribeAnalysisSchemesCommandInput extends DescribeAnalysisSchemesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAnalysisSchemesCommand}.
13
+ */
8
14
  export interface DescribeAnalysisSchemesCommandOutput extends DescribeAnalysisSchemesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeAvailabilityOptionsCommand}.
8
+ */
6
9
  export interface DescribeAvailabilityOptionsCommandInput extends DescribeAvailabilityOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeAvailabilityOptionsCommand}.
13
+ */
8
14
  export interface DescribeAvailabilityOptionsCommandOutput extends DescribeAvailabilityOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeDomainEndpointOptionsRequest, DescribeDomainEndpointOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeDomainEndpointOptionsCommand}.
8
+ */
6
9
  export interface DescribeDomainEndpointOptionsCommandInput extends DescribeDomainEndpointOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDomainEndpointOptionsCommand}.
13
+ */
8
14
  export interface DescribeDomainEndpointOptionsCommandOutput extends DescribeDomainEndpointOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeDomainsCommand}.
8
+ */
6
9
  export interface DescribeDomainsCommandInput extends DescribeDomainsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDomainsCommand}.
13
+ */
8
14
  export interface DescribeDomainsCommandOutput extends DescribeDomainsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeExpressionsCommand}.
8
+ */
6
9
  export interface DescribeExpressionsCommandInput extends DescribeExpressionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeExpressionsCommand}.
13
+ */
8
14
  export interface DescribeExpressionsCommandOutput extends DescribeExpressionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeIndexFieldsCommand}.
8
+ */
6
9
  export interface DescribeIndexFieldsCommandInput extends DescribeIndexFieldsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeIndexFieldsCommand}.
13
+ */
8
14
  export interface DescribeIndexFieldsCommandOutput extends DescribeIndexFieldsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeScalingParametersCommand}.
8
+ */
6
9
  export interface DescribeScalingParametersCommandInput extends DescribeScalingParametersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeScalingParametersCommand}.
13
+ */
8
14
  export interface DescribeScalingParametersCommandOutput extends DescribeScalingParametersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeServiceAccessPoliciesRequest, DescribeServiceAccessPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeServiceAccessPoliciesCommand}.
8
+ */
6
9
  export interface DescribeServiceAccessPoliciesCommandInput extends DescribeServiceAccessPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeServiceAccessPoliciesCommand}.
13
+ */
8
14
  export interface DescribeServiceAccessPoliciesCommandOutput extends DescribeServiceAccessPoliciesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeSuggestersCommand}.
8
+ */
6
9
  export interface DescribeSuggestersCommandInput extends DescribeSuggestersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeSuggestersCommand}.
13
+ */
8
14
  export interface DescribeSuggestersCommandOutput extends DescribeSuggestersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link IndexDocumentsCommand}.
8
+ */
6
9
  export interface IndexDocumentsCommandInput extends IndexDocumentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link IndexDocumentsCommand}.
13
+ */
8
14
  export interface IndexDocumentsCommandOutput extends IndexDocumentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { ListDomainNamesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDomainNamesCommand}.
8
+ */
6
9
  export interface ListDomainNamesCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDomainNamesCommand}.
13
+ */
8
14
  export interface ListDomainNamesCommandOutput extends ListDomainNamesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAvailabilityOptionsCommand}.
8
+ */
6
9
  export interface UpdateAvailabilityOptionsCommandInput extends UpdateAvailabilityOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAvailabilityOptionsCommand}.
13
+ */
8
14
  export interface UpdateAvailabilityOptionsCommandOutput extends UpdateAvailabilityOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDomainEndpointOptionsCommand}.
8
+ */
6
9
  export interface UpdateDomainEndpointOptionsCommandInput extends UpdateDomainEndpointOptionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDomainEndpointOptionsCommand}.
13
+ */
8
14
  export interface UpdateDomainEndpointOptionsCommandOutput extends UpdateDomainEndpointOptionsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateScalingParametersCommand}.
8
+ */
6
9
  export interface UpdateScalingParametersCommandInput extends UpdateScalingParametersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateScalingParametersCommand}.
13
+ */
8
14
  export interface UpdateScalingParametersCommandOutput extends UpdateScalingParametersResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudSearchClient";
5
5
  import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateServiceAccessPoliciesCommand}.
8
+ */
6
9
  export interface UpdateServiceAccessPoliciesCommandInput extends UpdateServiceAccessPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateServiceAccessPoliciesCommand}.
13
+ */
8
14
  export interface UpdateServiceAccessPoliciesCommandOutput extends UpdateServiceAccessPoliciesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.279.0",
4
+ "version": "3.282.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,25 +20,25 @@
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-sts": "3.279.0",
24
- "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.279.0",
26
- "@aws-sdk/fetch-http-handler": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.282.0",
24
+ "@aws-sdk/config-resolver": "3.282.0",
25
+ "@aws-sdk/credential-provider-node": "3.282.0",
26
+ "@aws-sdk/fetch-http-handler": "3.282.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.272.0",
30
- "@aws-sdk/middleware-endpoint": "3.272.0",
31
- "@aws-sdk/middleware-host-header": "3.278.0",
29
+ "@aws-sdk/middleware-content-length": "3.282.0",
30
+ "@aws-sdk/middleware-endpoint": "3.282.0",
31
+ "@aws-sdk/middleware-host-header": "3.282.0",
32
32
  "@aws-sdk/middleware-logger": "3.272.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.272.0",
34
- "@aws-sdk/middleware-retry": "3.272.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
+ "@aws-sdk/middleware-retry": "3.282.0",
35
35
  "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.272.0",
36
+ "@aws-sdk/middleware-signing": "3.282.0",
37
37
  "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.272.0",
38
+ "@aws-sdk/middleware-user-agent": "3.282.0",
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
- "@aws-sdk/node-http-handler": "3.272.0",
41
- "@aws-sdk/protocol-http": "3.272.0",
40
+ "@aws-sdk/node-http-handler": "3.282.0",
41
+ "@aws-sdk/protocol-http": "3.282.0",
42
42
  "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
@@ -46,11 +46,11 @@
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
48
  "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.282.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.272.0",
53
- "@aws-sdk/util-user-agent-node": "3.272.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.282.0",
53
+ "@aws-sdk/util-user-agent-node": "3.282.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "fast-xml-parser": "4.1.2",
56
56
  "tslib": "^2.3.1"