@aws-sdk/client-opensearchserverless 3.968.0 → 3.970.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/README.md +35 -0
  2. package/dist-cjs/index.js +296 -56
  3. package/dist-es/OpenSearchServerless.js +10 -0
  4. package/dist-es/commands/BatchGetCollectionGroupCommand.js +16 -0
  5. package/dist-es/commands/CreateCollectionGroupCommand.js +16 -0
  6. package/dist-es/commands/DeleteCollectionGroupCommand.js +16 -0
  7. package/dist-es/commands/ListCollectionGroupsCommand.js +16 -0
  8. package/dist-es/commands/UpdateCollectionGroupCommand.js +16 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/pagination/ListCollectionGroupsPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/schemas/schemas_0.js +203 -56
  13. package/dist-types/OpenSearchServerless.d.ts +37 -0
  14. package/dist-types/OpenSearchServerlessClient.d.ts +7 -2
  15. package/dist-types/commands/BatchGetCollectionCommand.d.ts +1 -0
  16. package/dist-types/commands/BatchGetCollectionGroupCommand.d.ts +115 -0
  17. package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateCollectionCommand.d.ts +7 -1
  19. package/dist-types/commands/CreateCollectionGroupCommand.d.ts +120 -0
  20. package/dist-types/commands/CreateIndexCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateSecurityConfigCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteCollectionCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteCollectionGroupCommand.d.ts +85 -0
  28. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +1 -1
  32. package/dist-types/commands/ListCollectionGroupsCommand.d.ts +96 -0
  33. package/dist-types/commands/ListCollectionsCommand.d.ts +3 -0
  34. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  35. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdateCollectionCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateCollectionGroupCommand.d.ts +107 -0
  39. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +1 -1
  42. package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
  43. package/dist-types/commands/index.d.ts +5 -0
  44. package/dist-types/models/errors.d.ts +1 -1
  45. package/dist-types/models/models_0.d.ts +445 -8
  46. package/dist-types/pagination/ListCollectionGroupsPaginator.d.ts +7 -0
  47. package/dist-types/pagination/index.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +22 -0
  49. package/dist-types/ts3.4/OpenSearchServerless.d.ts +87 -0
  50. package/dist-types/ts3.4/OpenSearchServerlessClient.d.ts +30 -0
  51. package/dist-types/ts3.4/commands/BatchGetCollectionGroupCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/CreateCollectionGroupCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/DeleteCollectionGroupCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/ListCollectionGroupsCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/UpdateCollectionGroupCommand.d.ts +51 -0
  56. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +105 -3
  58. package/dist-types/ts3.4/pagination/ListCollectionGroupsPaginator.d.ts +11 -0
  59. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  60. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  61. package/package.json +33 -33
package/README.md CHANGED
@@ -208,6 +208,13 @@ BatchGetCollection
208
208
  </details>
209
209
  <details>
210
210
  <summary>
211
+ BatchGetCollectionGroup
212
+ </summary>
213
+
214
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearchserverless/command/BatchGetCollectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/BatchGetCollectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/BatchGetCollectionGroupCommandOutput/)
215
+ </details>
216
+ <details>
217
+ <summary>
211
218
  BatchGetEffectiveLifecyclePolicy
212
219
  </summary>
213
220
 
@@ -243,6 +250,13 @@ CreateCollection
243
250
  </details>
244
251
  <details>
245
252
  <summary>
253
+ CreateCollectionGroup
254
+ </summary>
255
+
256
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearchserverless/command/CreateCollectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/CreateCollectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/CreateCollectionGroupCommandOutput/)
257
+ </details>
258
+ <details>
259
+ <summary>
246
260
  CreateIndex
247
261
  </summary>
248
262
 
@@ -292,6 +306,13 @@ DeleteCollection
292
306
  </details>
293
307
  <details>
294
308
  <summary>
309
+ DeleteCollectionGroup
310
+ </summary>
311
+
312
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearchserverless/command/DeleteCollectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/DeleteCollectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/DeleteCollectionGroupCommandOutput/)
313
+ </details>
314
+ <details>
315
+ <summary>
295
316
  DeleteIndex
296
317
  </summary>
297
318
 
@@ -376,6 +397,13 @@ ListAccessPolicies
376
397
  </details>
377
398
  <details>
378
399
  <summary>
400
+ ListCollectionGroups
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearchserverless/command/ListCollectionGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/ListCollectionGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/ListCollectionGroupsCommandOutput/)
404
+ </details>
405
+ <details>
406
+ <summary>
379
407
  ListCollections
380
408
  </summary>
381
409
 
@@ -453,6 +481,13 @@ UpdateCollection
453
481
  </details>
454
482
  <details>
455
483
  <summary>
484
+ UpdateCollectionGroup
485
+ </summary>
486
+
487
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/opensearchserverless/command/UpdateCollectionGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/UpdateCollectionGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-opensearchserverless/Interface/UpdateCollectionGroupCommandOutput/)
488
+ </details>
489
+ <details>
490
+ <summary>
456
491
  UpdateIndex
457
492
  </summary>
458
493