@aws-sdk/client-opensearchserverless 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 (33) hide show
  1. package/README.md +251 -0
  2. package/dist-types/commands/BatchGetCollectionCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchGetVpcEndpointCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateCollectionCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateSecurityConfigCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteCollectionCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +6 -0
  14. package/dist-types/commands/GetAccessPolicyCommand.d.ts +6 -0
  15. package/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -0
  16. package/dist-types/commands/GetPoliciesStatsCommand.d.ts +6 -0
  17. package/dist-types/commands/GetSecurityConfigCommand.d.ts +6 -0
  18. package/dist-types/commands/GetSecurityPolicyCommand.d.ts +6 -0
  19. package/dist-types/commands/ListAccessPoliciesCommand.d.ts +6 -0
  20. package/dist-types/commands/ListCollectionsCommand.d.ts +6 -0
  21. package/dist-types/commands/ListSecurityConfigsCommand.d.ts +6 -0
  22. package/dist-types/commands/ListSecurityPoliciesCommand.d.ts +6 -0
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  24. package/dist-types/commands/ListVpcEndpointsCommand.d.ts +6 -0
  25. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  26. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  27. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +6 -0
  28. package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +6 -0
  29. package/dist-types/commands/UpdateCollectionCommand.d.ts +6 -0
  30. package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +6 -0
  31. package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +6 -0
  32. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +6 -0
  33. package/package.json +17 -17
package/README.md CHANGED
@@ -212,3 +212,254 @@ To contribute to client you can check our [generate clients scripts](https://git
212
212
  This SDK is distributed under the
213
213
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
214
214
  see LICENSE for more information.
215
+
216
+ ## Client Commands (Operations List)
217
+
218
+ <details>
219
+ <summary>
220
+ BatchGetCollection
221
+ </summary>
222
+
223
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/batchgetcollectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/batchgetcollectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/batchgetcollectioncommandoutput.html)
224
+
225
+ </details>
226
+ <details>
227
+ <summary>
228
+ BatchGetVpcEndpoint
229
+ </summary>
230
+
231
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/batchgetvpcendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/batchgetvpcendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/batchgetvpcendpointcommandoutput.html)
232
+
233
+ </details>
234
+ <details>
235
+ <summary>
236
+ CreateAccessPolicy
237
+ </summary>
238
+
239
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/createaccesspolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createaccesspolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createaccesspolicycommandoutput.html)
240
+
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ CreateCollection
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/createcollectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createcollectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createcollectioncommandoutput.html)
248
+
249
+ </details>
250
+ <details>
251
+ <summary>
252
+ CreateSecurityConfig
253
+ </summary>
254
+
255
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/createsecurityconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createsecurityconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createsecurityconfigcommandoutput.html)
256
+
257
+ </details>
258
+ <details>
259
+ <summary>
260
+ CreateSecurityPolicy
261
+ </summary>
262
+
263
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/createsecuritypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createsecuritypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createsecuritypolicycommandoutput.html)
264
+
265
+ </details>
266
+ <details>
267
+ <summary>
268
+ CreateVpcEndpoint
269
+ </summary>
270
+
271
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/createvpcendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createvpcendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/createvpcendpointcommandoutput.html)
272
+
273
+ </details>
274
+ <details>
275
+ <summary>
276
+ DeleteAccessPolicy
277
+ </summary>
278
+
279
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/deleteaccesspolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deleteaccesspolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deleteaccesspolicycommandoutput.html)
280
+
281
+ </details>
282
+ <details>
283
+ <summary>
284
+ DeleteCollection
285
+ </summary>
286
+
287
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/deletecollectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deletecollectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deletecollectioncommandoutput.html)
288
+
289
+ </details>
290
+ <details>
291
+ <summary>
292
+ DeleteSecurityConfig
293
+ </summary>
294
+
295
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/deletesecurityconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deletesecurityconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deletesecurityconfigcommandoutput.html)
296
+
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ DeleteSecurityPolicy
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/deletesecuritypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deletesecuritypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deletesecuritypolicycommandoutput.html)
304
+
305
+ </details>
306
+ <details>
307
+ <summary>
308
+ DeleteVpcEndpoint
309
+ </summary>
310
+
311
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/deletevpcendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deletevpcendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/deletevpcendpointcommandoutput.html)
312
+
313
+ </details>
314
+ <details>
315
+ <summary>
316
+ GetAccessPolicy
317
+ </summary>
318
+
319
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/getaccesspolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getaccesspolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getaccesspolicycommandoutput.html)
320
+
321
+ </details>
322
+ <details>
323
+ <summary>
324
+ GetAccountSettings
325
+ </summary>
326
+
327
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/getaccountsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getaccountsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getaccountsettingscommandoutput.html)
328
+
329
+ </details>
330
+ <details>
331
+ <summary>
332
+ GetPoliciesStats
333
+ </summary>
334
+
335
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/getpoliciesstatscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getpoliciesstatscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getpoliciesstatscommandoutput.html)
336
+
337
+ </details>
338
+ <details>
339
+ <summary>
340
+ GetSecurityConfig
341
+ </summary>
342
+
343
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/getsecurityconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getsecurityconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getsecurityconfigcommandoutput.html)
344
+
345
+ </details>
346
+ <details>
347
+ <summary>
348
+ GetSecurityPolicy
349
+ </summary>
350
+
351
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/getsecuritypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getsecuritypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/getsecuritypolicycommandoutput.html)
352
+
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ ListAccessPolicies
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/listaccesspoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listaccesspoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listaccesspoliciescommandoutput.html)
360
+
361
+ </details>
362
+ <details>
363
+ <summary>
364
+ ListCollections
365
+ </summary>
366
+
367
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/listcollectionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listcollectionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listcollectionscommandoutput.html)
368
+
369
+ </details>
370
+ <details>
371
+ <summary>
372
+ ListSecurityConfigs
373
+ </summary>
374
+
375
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/listsecurityconfigscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listsecurityconfigscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listsecurityconfigscommandoutput.html)
376
+
377
+ </details>
378
+ <details>
379
+ <summary>
380
+ ListSecurityPolicies
381
+ </summary>
382
+
383
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/listsecuritypoliciescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listsecuritypoliciescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listsecuritypoliciescommandoutput.html)
384
+
385
+ </details>
386
+ <details>
387
+ <summary>
388
+ ListTagsForResource
389
+ </summary>
390
+
391
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listtagsforresourcecommandoutput.html)
392
+
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ ListVpcEndpoints
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/listvpcendpointscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listvpcendpointscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/listvpcendpointscommandoutput.html)
400
+
401
+ </details>
402
+ <details>
403
+ <summary>
404
+ TagResource
405
+ </summary>
406
+
407
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/tagresourcecommandoutput.html)
408
+
409
+ </details>
410
+ <details>
411
+ <summary>
412
+ UntagResource
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/untagresourcecommandoutput.html)
416
+
417
+ </details>
418
+ <details>
419
+ <summary>
420
+ UpdateAccessPolicy
421
+ </summary>
422
+
423
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/updateaccesspolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updateaccesspolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updateaccesspolicycommandoutput.html)
424
+
425
+ </details>
426
+ <details>
427
+ <summary>
428
+ UpdateAccountSettings
429
+ </summary>
430
+
431
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/updateaccountsettingscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updateaccountsettingscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updateaccountsettingscommandoutput.html)
432
+
433
+ </details>
434
+ <details>
435
+ <summary>
436
+ UpdateCollection
437
+ </summary>
438
+
439
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/updatecollectioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updatecollectioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updatecollectioncommandoutput.html)
440
+
441
+ </details>
442
+ <details>
443
+ <summary>
444
+ UpdateSecurityConfig
445
+ </summary>
446
+
447
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/updatesecurityconfigcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updatesecurityconfigcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updatesecurityconfigcommandoutput.html)
448
+
449
+ </details>
450
+ <details>
451
+ <summary>
452
+ UpdateSecurityPolicy
453
+ </summary>
454
+
455
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/updatesecuritypolicycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updatesecuritypolicycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updatesecuritypolicycommandoutput.html)
456
+
457
+ </details>
458
+ <details>
459
+ <summary>
460
+ UpdateVpcEndpoint
461
+ </summary>
462
+
463
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/classes/updatevpcendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updatevpcendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-opensearchserverless/interfaces/updatevpcendpointcommandoutput.html)
464
+
465
+ </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 { BatchGetCollectionRequest, BatchGetCollectionResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link BatchGetCollectionCommand}.
8
+ */
6
9
  export interface BatchGetCollectionCommandInput extends BatchGetCollectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetCollectionCommand}.
13
+ */
8
14
  export interface BatchGetCollectionCommandOutput extends BatchGetCollectionResponse, __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 { BatchGetVpcEndpointRequest, BatchGetVpcEndpointResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link BatchGetVpcEndpointCommand}.
8
+ */
6
9
  export interface BatchGetVpcEndpointCommandInput extends BatchGetVpcEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchGetVpcEndpointCommand}.
13
+ */
8
14
  export interface BatchGetVpcEndpointCommandOutput extends BatchGetVpcEndpointResponse, __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 { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link CreateAccessPolicyCommand}.
8
+ */
6
9
  export interface CreateAccessPolicyCommandInput extends CreateAccessPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAccessPolicyCommand}.
13
+ */
8
14
  export interface CreateAccessPolicyCommandOutput extends CreateAccessPolicyResponse, __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 { CreateCollectionRequest, CreateCollectionResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link CreateCollectionCommand}.
8
+ */
6
9
  export interface CreateCollectionCommandInput extends CreateCollectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateCollectionCommand}.
13
+ */
8
14
  export interface CreateCollectionCommandOutput extends CreateCollectionResponse, __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 { CreateSecurityConfigRequest, CreateSecurityConfigResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link CreateSecurityConfigCommand}.
8
+ */
6
9
  export interface CreateSecurityConfigCommandInput extends CreateSecurityConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSecurityConfigCommand}.
13
+ */
8
14
  export interface CreateSecurityConfigCommandOutput extends CreateSecurityConfigResponse, __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 { CreateSecurityPolicyRequest, CreateSecurityPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link CreateSecurityPolicyCommand}.
8
+ */
6
9
  export interface CreateSecurityPolicyCommandInput extends CreateSecurityPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSecurityPolicyCommand}.
13
+ */
8
14
  export interface CreateSecurityPolicyCommandOutput extends CreateSecurityPolicyResponse, __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 { CreateVpcEndpointRequest, CreateVpcEndpointResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link CreateVpcEndpointCommand}.
8
+ */
6
9
  export interface CreateVpcEndpointCommandInput extends CreateVpcEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVpcEndpointCommand}.
13
+ */
8
14
  export interface CreateVpcEndpointCommandOutput extends CreateVpcEndpointResponse, __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 { DeleteAccessPolicyRequest, DeleteAccessPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteAccessPolicyCommand}.
8
+ */
6
9
  export interface DeleteAccessPolicyCommandInput extends DeleteAccessPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAccessPolicyCommand}.
13
+ */
8
14
  export interface DeleteAccessPolicyCommandOutput extends DeleteAccessPolicyResponse, __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 { DeleteCollectionRequest, DeleteCollectionResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteCollectionCommand}.
8
+ */
6
9
  export interface DeleteCollectionCommandInput extends DeleteCollectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCollectionCommand}.
13
+ */
8
14
  export interface DeleteCollectionCommandOutput extends DeleteCollectionResponse, __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 { DeleteSecurityConfigRequest, DeleteSecurityConfigResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteSecurityConfigCommand}.
8
+ */
6
9
  export interface DeleteSecurityConfigCommandInput extends DeleteSecurityConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSecurityConfigCommand}.
13
+ */
8
14
  export interface DeleteSecurityConfigCommandOutput extends DeleteSecurityConfigResponse, __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 { DeleteSecurityPolicyRequest, DeleteSecurityPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteSecurityPolicyCommand}.
8
+ */
6
9
  export interface DeleteSecurityPolicyCommandInput extends DeleteSecurityPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSecurityPolicyCommand}.
13
+ */
8
14
  export interface DeleteSecurityPolicyCommandOutput extends DeleteSecurityPolicyResponse, __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 { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link DeleteVpcEndpointCommand}.
8
+ */
6
9
  export interface DeleteVpcEndpointCommandInput extends DeleteVpcEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteVpcEndpointCommand}.
13
+ */
8
14
  export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointResponse, __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 { GetAccessPolicyRequest, GetAccessPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link GetAccessPolicyCommand}.
8
+ */
6
9
  export interface GetAccessPolicyCommandInput extends GetAccessPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccessPolicyCommand}.
13
+ */
8
14
  export interface GetAccessPolicyCommandOutput extends GetAccessPolicyResponse, __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 { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link GetAccountSettingsCommand}.
8
+ */
6
9
  export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountSettingsCommand}.
13
+ */
8
14
  export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResponse, __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 { GetPoliciesStatsRequest, GetPoliciesStatsResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link GetPoliciesStatsCommand}.
8
+ */
6
9
  export interface GetPoliciesStatsCommandInput extends GetPoliciesStatsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetPoliciesStatsCommand}.
13
+ */
8
14
  export interface GetPoliciesStatsCommandOutput extends GetPoliciesStatsResponse, __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 { GetSecurityConfigRequest, GetSecurityConfigResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link GetSecurityConfigCommand}.
8
+ */
6
9
  export interface GetSecurityConfigCommandInput extends GetSecurityConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSecurityConfigCommand}.
13
+ */
8
14
  export interface GetSecurityConfigCommandOutput extends GetSecurityConfigResponse, __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 { GetSecurityPolicyRequest, GetSecurityPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link GetSecurityPolicyCommand}.
8
+ */
6
9
  export interface GetSecurityPolicyCommandInput extends GetSecurityPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSecurityPolicyCommand}.
13
+ */
8
14
  export interface GetSecurityPolicyCommandOutput extends GetSecurityPolicyResponse, __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 { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link ListAccessPoliciesCommand}.
8
+ */
6
9
  export interface ListAccessPoliciesCommandInput extends ListAccessPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAccessPoliciesCommand}.
13
+ */
8
14
  export interface ListAccessPoliciesCommandOutput extends ListAccessPoliciesResponse, __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 { ListCollectionsRequest, ListCollectionsResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link ListCollectionsCommand}.
8
+ */
6
9
  export interface ListCollectionsCommandInput extends ListCollectionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListCollectionsCommand}.
13
+ */
8
14
  export interface ListCollectionsCommandOutput extends ListCollectionsResponse, __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 { ListSecurityConfigsRequest, ListSecurityConfigsResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link ListSecurityConfigsCommand}.
8
+ */
6
9
  export interface ListSecurityConfigsCommandInput extends ListSecurityConfigsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSecurityConfigsCommand}.
13
+ */
8
14
  export interface ListSecurityConfigsCommandOutput extends ListSecurityConfigsResponse, __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 { ListSecurityPoliciesRequest, ListSecurityPoliciesResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link ListSecurityPoliciesCommand}.
8
+ */
6
9
  export interface ListSecurityPoliciesCommandInput extends ListSecurityPoliciesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListSecurityPoliciesCommand}.
13
+ */
8
14
  export interface ListSecurityPoliciesCommandOutput extends ListSecurityPoliciesResponse, __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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __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 { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link ListVpcEndpointsCommand}.
8
+ */
6
9
  export interface ListVpcEndpointsCommandInput extends ListVpcEndpointsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListVpcEndpointsCommand}.
13
+ */
8
14
  export interface ListVpcEndpointsCommandOutput extends ListVpcEndpointsResponse, __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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends TagResourceResponse, __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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __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 { UpdateAccessPolicyRequest, UpdateAccessPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateAccessPolicyCommand}.
8
+ */
6
9
  export interface UpdateAccessPolicyCommandInput extends UpdateAccessPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAccessPolicyCommand}.
13
+ */
8
14
  export interface UpdateAccessPolicyCommandOutput extends UpdateAccessPolicyResponse, __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 { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateAccountSettingsCommand}.
8
+ */
6
9
  export interface UpdateAccountSettingsCommandInput extends UpdateAccountSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAccountSettingsCommand}.
13
+ */
8
14
  export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSettingsResponse, __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 { UpdateCollectionRequest, UpdateCollectionResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateCollectionCommand}.
8
+ */
6
9
  export interface UpdateCollectionCommandInput extends UpdateCollectionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateCollectionCommand}.
13
+ */
8
14
  export interface UpdateCollectionCommandOutput extends UpdateCollectionResponse, __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 { UpdateSecurityConfigRequest, UpdateSecurityConfigResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateSecurityConfigCommand}.
8
+ */
6
9
  export interface UpdateSecurityConfigCommandInput extends UpdateSecurityConfigRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSecurityConfigCommand}.
13
+ */
8
14
  export interface UpdateSecurityConfigCommandOutput extends UpdateSecurityConfigResponse, __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 { UpdateSecurityPolicyRequest, UpdateSecurityPolicyResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateSecurityPolicyCommand}.
8
+ */
6
9
  export interface UpdateSecurityPolicyCommandInput extends UpdateSecurityPolicyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSecurityPolicyCommand}.
13
+ */
8
14
  export interface UpdateSecurityPolicyCommandOutput extends UpdateSecurityPolicyResponse, __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 { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0";
5
5
  import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchServerlessClient";
6
+ /**
7
+ * The input for {@link UpdateVpcEndpointCommand}.
8
+ */
6
9
  export interface UpdateVpcEndpointCommandInput extends UpdateVpcEndpointRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateVpcEndpointCommand}.
13
+ */
8
14
  export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-opensearchserverless",
3
3
  "description": "AWS SDK for JavaScript Opensearchserverless 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
  "tslib": "^2.3.1",
56
56
  "uuid": "^8.3.2"