@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/dist-cjs/index.js CHANGED
@@ -204,6 +204,9 @@ const _APSc = "AccessPolicySummary";
204
204
  const _APScc = "AccessPolicySummaries";
205
205
  const _ASD = "AccountSettingsDetail";
206
206
  const _BGC = "BatchGetCollection";
207
+ const _BGCG = "BatchGetCollectionGroup";
208
+ const _BGCGR = "BatchGetCollectionGroupRequest";
209
+ const _BGCGRa = "BatchGetCollectionGroupResponse";
207
210
  const _BGCR = "BatchGetCollectionRequest";
208
211
  const _BGCRa = "BatchGetCollectionResponse";
209
212
  const _BGELP = "BatchGetEffectiveLifecyclePolicy";
@@ -220,6 +223,10 @@ const _CAPR = "CreateAccessPolicyRequest";
220
223
  const _CAPRr = "CreateAccessPolicyResponse";
221
224
  const _CC = "CreateCollection";
222
225
  const _CCD = "CreateCollectionDetail";
226
+ const _CCG = "CreateCollectionGroup";
227
+ const _CCGD = "CreateCollectionGroupDetail";
228
+ const _CCGR = "CreateCollectionGroupRequest";
229
+ const _CCGRr = "CreateCollectionGroupResponse";
223
230
  const _CCR = "CreateCollectionRequest";
224
231
  const _CCRr = "CreateCollectionResponse";
225
232
  const _CD = "CollectionDetail";
@@ -228,6 +235,13 @@ const _CE = "ConflictException";
228
235
  const _CED = "CollectionErrorDetail";
229
236
  const _CEDo = "CollectionErrorDetails";
230
237
  const _CF = "CollectionFilters";
238
+ const _CGCL = "CollectionGroupCapacityLimits";
239
+ const _CGD = "CollectionGroupDetail";
240
+ const _CGDo = "CollectionGroupDetails";
241
+ const _CGED = "CollectionGroupErrorDetail";
242
+ const _CGEDo = "CollectionGroupErrorDetails";
243
+ const _CGS = "CollectionGroupSummary";
244
+ const _CGSo = "CollectionGroupSummaries";
231
245
  const _CI = "CreateIndex";
232
246
  const _CIICCO = "CreateIamIdentityCenterConfigOptions";
233
247
  const _CIR = "CreateIndexRequest";
@@ -253,6 +267,9 @@ const _DAPR = "DeleteAccessPolicyRequest";
253
267
  const _DAPRe = "DeleteAccessPolicyResponse";
254
268
  const _DC = "DeleteCollection";
255
269
  const _DCD = "DeleteCollectionDetail";
270
+ const _DCG = "DeleteCollectionGroup";
271
+ const _DCGR = "DeleteCollectionGroupRequest";
272
+ const _DCGRe = "DeleteCollectionGroupResponse";
256
273
  const _DCR = "DeleteCollectionRequest";
257
274
  const _DCRe = "DeleteCollectionResponse";
258
275
  const _DI = "DeleteIndex";
@@ -272,6 +289,7 @@ const _DVE = "DeleteVpcEndpoint";
272
289
  const _DVED = "DeleteVpcEndpointDetail";
273
290
  const _DVER = "DeleteVpcEndpointRequest";
274
291
  const _DVERe = "DeleteVpcEndpointResponse";
292
+ const _EC = "EncryptionConfig";
275
293
  const _ELPD = "EffectiveLifecyclePolicyDetail";
276
294
  const _ELPDf = "EffectiveLifecyclePolicyDetails";
277
295
  const _ELPED = "EffectiveLifecyclePolicyErrorDetail";
@@ -303,6 +321,9 @@ const _LAP = "ListAccessPolicies";
303
321
  const _LAPR = "ListAccessPoliciesRequest";
304
322
  const _LAPRi = "ListAccessPoliciesResponse";
305
323
  const _LC = "ListCollections";
324
+ const _LCG = "ListCollectionGroups";
325
+ const _LCGR = "ListCollectionGroupsRequest";
326
+ const _LCGRi = "ListCollectionGroupsResponse";
306
327
  const _LCR = "ListCollectionsRequest";
307
328
  const _LCRi = "ListCollectionsResponse";
308
329
  const _LLP = "ListLifecyclePolicies";
@@ -361,6 +382,10 @@ const _UASR = "UpdateAccountSettingsRequest";
361
382
  const _UASRp = "UpdateAccountSettingsResponse";
362
383
  const _UC = "UpdateCollection";
363
384
  const _UCD = "UpdateCollectionDetail";
385
+ const _UCG = "UpdateCollectionGroup";
386
+ const _UCGD = "UpdateCollectionGroupDetail";
387
+ const _UCGR = "UpdateCollectionGroupRequest";
388
+ const _UCGRp = "UpdateCollectionGroupResponse";
364
389
  const _UCR = "UpdateCollectionRequest";
365
390
  const _UCRp = "UpdateCollectionResponse";
366
391
  const _UI = "UpdateIndex";
@@ -401,13 +426,19 @@ const _aPS = "accessPolicySummaries";
401
426
  const _aSD = "accountSettingsDetail";
402
427
  const _aSGI = "addSecurityGroupIds";
403
428
  const _aSI = "addSubnetIds";
429
+ const _aWSOK = "aWSOwnedKey";
404
430
  const _c = "client";
405
431
  const _cCD = "createCollectionDetail";
432
+ const _cCGD = "createCollectionGroupDetail";
406
433
  const _cD = "createdDate";
407
434
  const _cDo = "collectionDetails";
408
435
  const _cE = "collectionEndpoint";
409
436
  const _cED = "collectionErrorDetails";
410
437
  const _cF = "collectionFilters";
438
+ const _cGD = "collectionGroupDetails";
439
+ const _cGED = "collectionGroupErrorDetails";
440
+ const _cGN = "collectionGroupName";
441
+ const _cGS = "collectionGroupSummaries";
411
442
  const _cL = "capacityLimits";
412
443
  const _cS = "collectionSummaries";
413
444
  const _cT = "clientToken";
@@ -419,6 +450,7 @@ const _dE = "dashboardEndpoint";
419
450
  const _dVED = "deleteVpcEndpointDetail";
420
451
  const _e = "error";
421
452
  const _eC = "errorCode";
453
+ const _eCn = "encryptionConfig";
422
454
  const _eLPD = "effectiveLifecyclePolicyDetails";
423
455
  const _eLPED = "effectiveLifecyclePolicyErrorDetails";
424
456
  const _eM = "errorMessage";
@@ -445,11 +477,14 @@ const _lPED = "lifecyclePolicyErrorDetails";
445
477
  const _lPS = "lifecyclePolicySummaries";
446
478
  const _m = "message";
447
479
  const _mICIOCU = "maxIndexingCapacityInOCU";
480
+ const _mICIOCUi = "minIndexingCapacityInOCU";
448
481
  const _mR = "maxResults";
449
482
  const _mSCIOCU = "maxSearchCapacityInOCU";
483
+ const _mSCIOCUi = "minSearchCapacityInOCU";
450
484
  const _me = "metadata";
451
485
  const _n = "name";
452
486
  const _nMRP = "noMinRetentionPeriod";
487
+ const _nOC = "numberOfCollections";
453
488
  const _nT = "nextToken";
454
489
  const _na = "names";
455
490
  const _oSSEI = "openSearchServerlessEntityId";
@@ -484,6 +519,7 @@ const _tK = "tagKeys";
484
519
  const _ta = "tags";
485
520
  const _uA = "userAttribute";
486
521
  const _uCD = "updateCollectionDetail";
522
+ const _uCGD = "updateCollectionGroupDetail";
487
523
  const _v = "value";
488
524
  const _vED = "vpcEndpointDetails";
489
525
  const _vEED = "vpcEndpointErrorDetails";
@@ -512,6 +548,16 @@ var AccountSettingsDetail$ = [3, n0, _ASD,
512
548
  [_cL],
513
549
  [() => CapacityLimits$]
514
550
  ];
551
+ var BatchGetCollectionGroupRequest$ = [3, n0, _BGCGR,
552
+ 0,
553
+ [_i, _na],
554
+ [64 | 0, 64 | 0]
555
+ ];
556
+ var BatchGetCollectionGroupResponse$ = [3, n0, _BGCGRa,
557
+ 0,
558
+ [_cGD, _cGED],
559
+ [() => CollectionGroupDetails, () => CollectionGroupErrorDetails]
560
+ ];
515
561
  var BatchGetCollectionRequest$ = [3, n0, _BGCR,
516
562
  0,
517
563
  [_i, _na],
@@ -525,7 +571,7 @@ var BatchGetCollectionResponse$ = [3, n0, _BGCRa,
525
571
  var BatchGetEffectiveLifecyclePolicyRequest$ = [3, n0, _BGELPR,
526
572
  0,
527
573
  [_rI],
528
- [() => LifecyclePolicyResourceIdentifiers]
574
+ [() => LifecyclePolicyResourceIdentifiers], 1
529
575
  ];
530
576
  var BatchGetEffectiveLifecyclePolicyResponse$ = [3, n0, _BGELPRa,
531
577
  0,
@@ -535,7 +581,7 @@ var BatchGetEffectiveLifecyclePolicyResponse$ = [3, n0, _BGELPRa,
535
581
  var BatchGetLifecyclePolicyRequest$ = [3, n0, _BGLPR,
536
582
  0,
537
583
  [_id],
538
- [() => LifecyclePolicyIdentifiers]
584
+ [() => LifecyclePolicyIdentifiers], 1
539
585
  ];
540
586
  var BatchGetLifecyclePolicyResponse$ = [3, n0, _BGLPRa,
541
587
  0,
@@ -545,7 +591,7 @@ var BatchGetLifecyclePolicyResponse$ = [3, n0, _BGLPRa,
545
591
  var BatchGetVpcEndpointRequest$ = [3, n0, _BGVER,
546
592
  0,
547
593
  [_i],
548
- [64 | 0]
594
+ [64 | 0], 1
549
595
  ];
550
596
  var BatchGetVpcEndpointResponse$ = [3, n0, _BGVERa,
551
597
  0,
@@ -559,8 +605,8 @@ var CapacityLimits$ = [3, n0, _CL,
559
605
  ];
560
606
  var CollectionDetail$ = [3, n0, _CD,
561
607
  0,
562
- [_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cE, _dE, _fE, _fC, _fM],
563
- [0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0, 0, () => FipsEndpoints$, 0, 0]
608
+ [_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cE, _dE, _fE, _fC, _fM, _cGN],
609
+ [0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0, 0, () => FipsEndpoints$, 0, 0, 0]
564
610
  ];
565
611
  var CollectionErrorDetail$ = [3, n0, _CED,
566
612
  0,
@@ -569,14 +615,34 @@ var CollectionErrorDetail$ = [3, n0, _CED,
569
615
  ];
570
616
  var CollectionFilters$ = [3, n0, _CF,
571
617
  0,
572
- [_n, _s],
573
- [0, 0]
618
+ [_n, _s, _cGN],
619
+ [0, 0, 0]
574
620
  ];
575
- var CollectionSummary$ = [3, n0, _CS,
621
+ var CollectionGroupCapacityLimits$ = [3, n0, _CGCL,
622
+ 0,
623
+ [_mICIOCU, _mSCIOCU, _mICIOCUi, _mSCIOCUi],
624
+ [1, 1, 1, 1]
625
+ ];
626
+ var CollectionGroupDetail$ = [3, n0, _CGD,
576
627
  0,
577
- [_id_, _n, _s, _a],
628
+ [_id_, _a, _n, _sR, _d, _ta, _cD, _cL, _nOC],
629
+ [0, 0, 0, 0, 0, () => Tags, 1, () => CollectionGroupCapacityLimits$, 1]
630
+ ];
631
+ var CollectionGroupErrorDetail$ = [3, n0, _CGED,
632
+ 0,
633
+ [_id_, _n, _eM, _eC],
578
634
  [0, 0, 0, 0]
579
635
  ];
636
+ var CollectionGroupSummary$ = [3, n0, _CGS,
637
+ 0,
638
+ [_id_, _a, _n, _nOC, _cD, _cL],
639
+ [0, 0, 0, 1, 1, () => CollectionGroupCapacityLimits$]
640
+ ];
641
+ var CollectionSummary$ = [3, n0, _CS,
642
+ 0,
643
+ [_id_, _n, _s, _a, _kKA, _cGN],
644
+ [0, 0, 0, 0, 0, 0]
645
+ ];
580
646
  var ConflictException$ = [-3, n0, _CE,
581
647
  { [_e]: _c, [_hE]: 409 },
582
648
  [_m],
@@ -585,8 +651,8 @@ var ConflictException$ = [-3, n0, _CE,
585
651
  schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
586
652
  var CreateAccessPolicyRequest$ = [3, n0, _CAPR,
587
653
  0,
588
- [_t, _n, _d, _p, _cT],
589
- [0, 0, 0, 0, [0, 4]]
654
+ [_t, _n, _p, _d, _cT],
655
+ [0, 0, 0, 0, [0, 4]], 3
590
656
  ];
591
657
  var CreateAccessPolicyResponse$ = [3, n0, _CAPRr,
592
658
  0,
@@ -595,13 +661,28 @@ var CreateAccessPolicyResponse$ = [3, n0, _CAPRr,
595
661
  ];
596
662
  var CreateCollectionDetail$ = [3, n0, _CCD,
597
663
  0,
598
- [_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD],
599
- [0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1]
664
+ [_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cGN],
665
+ [0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0]
666
+ ];
667
+ var CreateCollectionGroupDetail$ = [3, n0, _CCGD,
668
+ 0,
669
+ [_id_, _a, _n, _sR, _d, _ta, _cD, _cL],
670
+ [0, 0, 0, 0, 0, () => Tags, 1, () => CollectionGroupCapacityLimits$]
671
+ ];
672
+ var CreateCollectionGroupRequest$ = [3, n0, _CCGR,
673
+ 0,
674
+ [_n, _sR, _d, _ta, _cL, _cT],
675
+ [0, 0, 0, () => Tags, () => CollectionGroupCapacityLimits$, [0, 4]], 2
676
+ ];
677
+ var CreateCollectionGroupResponse$ = [3, n0, _CCGRr,
678
+ 0,
679
+ [_cCGD],
680
+ [() => CreateCollectionGroupDetail$]
600
681
  ];
601
682
  var CreateCollectionRequest$ = [3, n0, _CCR,
602
683
  0,
603
- [_n, _t, _d, _ta, _sR, _vO, _cT],
604
- [0, 0, 0, () => Tags, 0, () => VectorOptions$, [0, 4]]
684
+ [_n, _t, _d, _ta, _sR, _vO, _cGN, _eCn, _cT],
685
+ [0, 0, 0, () => Tags, 0, () => VectorOptions$, 0, () => EncryptionConfig$, [0, 4]], 1
605
686
  ];
606
687
  var CreateCollectionResponse$ = [3, n0, _CCRr,
607
688
  0,
@@ -611,12 +692,12 @@ var CreateCollectionResponse$ = [3, n0, _CCRr,
611
692
  var CreateIamIdentityCenterConfigOptions$ = [3, n0, _CIICCO,
612
693
  0,
613
694
  [_iA, _uA, _gA],
614
- [0, 0, 0]
695
+ [0, 0, 0], 1
615
696
  ];
616
697
  var CreateIndexRequest$ = [3, n0, _CIR,
617
698
  0,
618
699
  [_id_, _iN, _iS],
619
- [0, 0, 15]
700
+ [0, 0, 15], 2
620
701
  ];
621
702
  var CreateIndexResponse$ = [3, n0, _CIRr,
622
703
  0,
@@ -625,8 +706,8 @@ var CreateIndexResponse$ = [3, n0, _CIRr,
625
706
  ];
626
707
  var CreateLifecyclePolicyRequest$ = [3, n0, _CLPR,
627
708
  0,
628
- [_t, _n, _d, _p, _cT],
629
- [0, 0, 0, 0, [0, 4]]
709
+ [_t, _n, _p, _d, _cT],
710
+ [0, 0, 0, 0, [0, 4]], 3
630
711
  ];
631
712
  var CreateLifecyclePolicyResponse$ = [3, n0, _CLPRr,
632
713
  0,
@@ -636,7 +717,7 @@ var CreateLifecyclePolicyResponse$ = [3, n0, _CLPRr,
636
717
  var CreateSecurityConfigRequest$ = [3, n0, _CSCR,
637
718
  0,
638
719
  [_t, _n, _d, _sO, _iICO, _iFO, _cT],
639
- [0, 0, 0, () => SamlConfigOptions$, () => CreateIamIdentityCenterConfigOptions$, () => IamFederationConfigOptions$, [0, 4]]
720
+ [0, 0, 0, () => SamlConfigOptions$, () => CreateIamIdentityCenterConfigOptions$, () => IamFederationConfigOptions$, [0, 4]], 2
640
721
  ];
641
722
  var CreateSecurityConfigResponse$ = [3, n0, _CSCRr,
642
723
  0,
@@ -645,8 +726,8 @@ var CreateSecurityConfigResponse$ = [3, n0, _CSCRr,
645
726
  ];
646
727
  var CreateSecurityPolicyRequest$ = [3, n0, _CSPR,
647
728
  0,
648
- [_t, _n, _d, _p, _cT],
649
- [0, 0, 0, 0, [0, 4]]
729
+ [_t, _n, _p, _d, _cT],
730
+ [0, 0, 0, 0, [0, 4]], 3
650
731
  ];
651
732
  var CreateSecurityPolicyResponse$ = [3, n0, _CSPRr,
652
733
  0,
@@ -661,7 +742,7 @@ var CreateVpcEndpointDetail$ = [3, n0, _CVED,
661
742
  var CreateVpcEndpointRequest$ = [3, n0, _CVER,
662
743
  0,
663
744
  [_n, _vI, _sI, _sGI, _cT],
664
- [0, 0, 64 | 0, 64 | 0, [0, 4]]
745
+ [0, 0, 64 | 0, 64 | 0, [0, 4]], 3
665
746
  ];
666
747
  var CreateVpcEndpointResponse$ = [3, n0, _CVERr,
667
748
  0,
@@ -671,7 +752,7 @@ var CreateVpcEndpointResponse$ = [3, n0, _CVERr,
671
752
  var DeleteAccessPolicyRequest$ = [3, n0, _DAPR,
672
753
  0,
673
754
  [_t, _n, _cT],
674
- [0, 0, [0, 4]]
755
+ [0, 0, [0, 4]], 2
675
756
  ];
676
757
  var DeleteAccessPolicyResponse$ = [3, n0, _DAPRe,
677
758
  0,
@@ -683,10 +764,20 @@ var DeleteCollectionDetail$ = [3, n0, _DCD,
683
764
  [_id_, _n, _s],
684
765
  [0, 0, 0]
685
766
  ];
767
+ var DeleteCollectionGroupRequest$ = [3, n0, _DCGR,
768
+ 0,
769
+ [_id_, _cT],
770
+ [0, [0, 4]], 1
771
+ ];
772
+ var DeleteCollectionGroupResponse$ = [3, n0, _DCGRe,
773
+ 0,
774
+ [],
775
+ []
776
+ ];
686
777
  var DeleteCollectionRequest$ = [3, n0, _DCR,
687
778
  0,
688
779
  [_id_, _cT],
689
- [0, [0, 4]]
780
+ [0, [0, 4]], 1
690
781
  ];
691
782
  var DeleteCollectionResponse$ = [3, n0, _DCRe,
692
783
  0,
@@ -696,7 +787,7 @@ var DeleteCollectionResponse$ = [3, n0, _DCRe,
696
787
  var DeleteIndexRequest$ = [3, n0, _DIR,
697
788
  0,
698
789
  [_id_, _iN],
699
- [0, 0]
790
+ [0, 0], 2
700
791
  ];
701
792
  var DeleteIndexResponse$ = [3, n0, _DIRe,
702
793
  0,
@@ -706,7 +797,7 @@ var DeleteIndexResponse$ = [3, n0, _DIRe,
706
797
  var DeleteLifecyclePolicyRequest$ = [3, n0, _DLPR,
707
798
  0,
708
799
  [_t, _n, _cT],
709
- [0, 0, [0, 4]]
800
+ [0, 0, [0, 4]], 2
710
801
  ];
711
802
  var DeleteLifecyclePolicyResponse$ = [3, n0, _DLPRe,
712
803
  0,
@@ -716,7 +807,7 @@ var DeleteLifecyclePolicyResponse$ = [3, n0, _DLPRe,
716
807
  var DeleteSecurityConfigRequest$ = [3, n0, _DSCR,
717
808
  0,
718
809
  [_id_, _cT],
719
- [0, [0, 4]]
810
+ [0, [0, 4]], 1
720
811
  ];
721
812
  var DeleteSecurityConfigResponse$ = [3, n0, _DSCRe,
722
813
  0,
@@ -726,7 +817,7 @@ var DeleteSecurityConfigResponse$ = [3, n0, _DSCRe,
726
817
  var DeleteSecurityPolicyRequest$ = [3, n0, _DSPR,
727
818
  0,
728
819
  [_t, _n, _cT],
729
- [0, 0, [0, 4]]
820
+ [0, 0, [0, 4]], 2
730
821
  ];
731
822
  var DeleteSecurityPolicyResponse$ = [3, n0, _DSPRe,
732
823
  0,
@@ -741,7 +832,7 @@ var DeleteVpcEndpointDetail$ = [3, n0, _DVED,
741
832
  var DeleteVpcEndpointRequest$ = [3, n0, _DVER,
742
833
  0,
743
834
  [_id_, _cT],
744
- [0, [0, 4]]
835
+ [0, [0, 4]], 1
745
836
  ];
746
837
  var DeleteVpcEndpointResponse$ = [3, n0, _DVERe,
747
838
  0,
@@ -758,6 +849,11 @@ var EffectiveLifecyclePolicyErrorDetail$ = [3, n0, _ELPED,
758
849
  [_t, _r, _eM, _eC],
759
850
  [0, 0, 0, 0]
760
851
  ];
852
+ var EncryptionConfig$ = [3, n0, _EC,
853
+ 0,
854
+ [_aWSOK, _kKA],
855
+ [2, 0]
856
+ ];
761
857
  var FipsEndpoints$ = [3, n0, _FE,
762
858
  0,
763
859
  [_cE, _dE],
@@ -766,7 +862,7 @@ var FipsEndpoints$ = [3, n0, _FE,
766
862
  var GetAccessPolicyRequest$ = [3, n0, _GAPR,
767
863
  0,
768
864
  [_t, _n],
769
- [0, 0]
865
+ [0, 0], 2
770
866
  ];
771
867
  var GetAccessPolicyResponse$ = [3, n0, _GAPRe,
772
868
  0,
@@ -786,7 +882,7 @@ var GetAccountSettingsResponse$ = [3, n0, _GASRe,
786
882
  var GetIndexRequest$ = [3, n0, _GIR,
787
883
  0,
788
884
  [_id_, _iN],
789
- [0, 0]
885
+ [0, 0], 2
790
886
  ];
791
887
  var GetIndexResponse$ = [3, n0, _GIRe,
792
888
  0,
@@ -806,7 +902,7 @@ var GetPoliciesStatsResponse$ = [3, n0, _GPSRe,
806
902
  var GetSecurityConfigRequest$ = [3, n0, _GSCR,
807
903
  0,
808
904
  [_id_],
809
- [0]
905
+ [0], 1
810
906
  ];
811
907
  var GetSecurityConfigResponse$ = [3, n0, _GSCRe,
812
908
  0,
@@ -816,7 +912,7 @@ var GetSecurityConfigResponse$ = [3, n0, _GSCRe,
816
912
  var GetSecurityPolicyRequest$ = [3, n0, _GSPR,
817
913
  0,
818
914
  [_t, _n],
819
- [0, 0]
915
+ [0, 0], 2
820
916
  ];
821
917
  var GetSecurityPolicyResponse$ = [3, n0, _GSPRe,
822
918
  0,
@@ -852,12 +948,12 @@ var LifecyclePolicyErrorDetail$ = [3, n0, _LPED,
852
948
  var LifecyclePolicyIdentifier$ = [3, n0, _LPI,
853
949
  0,
854
950
  [_t, _n],
855
- [0, 0]
951
+ [0, 0], 2
856
952
  ];
857
953
  var LifecyclePolicyResourceIdentifier$ = [3, n0, _LPRI,
858
954
  0,
859
955
  [_t, _r],
860
- [0, 0]
956
+ [0, 0], 2
861
957
  ];
862
958
  var LifecyclePolicyStats$ = [3, n0, _LPS,
863
959
  0,
@@ -872,13 +968,23 @@ var LifecyclePolicySummary$ = [3, n0, _LPSi,
872
968
  var ListAccessPoliciesRequest$ = [3, n0, _LAPR,
873
969
  0,
874
970
  [_t, _r, _nT, _mR],
875
- [0, 64 | 0, 0, 1]
971
+ [0, 64 | 0, 0, 1], 1
876
972
  ];
877
973
  var ListAccessPoliciesResponse$ = [3, n0, _LAPRi,
878
974
  0,
879
975
  [_aPS, _nT],
880
976
  [() => AccessPolicySummaries, 0]
881
977
  ];
978
+ var ListCollectionGroupsRequest$ = [3, n0, _LCGR,
979
+ 0,
980
+ [_nT, _mR],
981
+ [0, 1]
982
+ ];
983
+ var ListCollectionGroupsResponse$ = [3, n0, _LCGRi,
984
+ 0,
985
+ [_cGS, _nT],
986
+ [() => CollectionGroupSummaries, 0]
987
+ ];
882
988
  var ListCollectionsRequest$ = [3, n0, _LCR,
883
989
  0,
884
990
  [_cF, _nT, _mR],
@@ -892,7 +998,7 @@ var ListCollectionsResponse$ = [3, n0, _LCRi,
892
998
  var ListLifecyclePoliciesRequest$ = [3, n0, _LLPR,
893
999
  0,
894
1000
  [_t, _re, _nT, _mR],
895
- [0, 64 | 0, 0, 1]
1001
+ [0, 64 | 0, 0, 1], 1
896
1002
  ];
897
1003
  var ListLifecyclePoliciesResponse$ = [3, n0, _LLPRi,
898
1004
  0,
@@ -902,7 +1008,7 @@ var ListLifecyclePoliciesResponse$ = [3, n0, _LLPRi,
902
1008
  var ListSecurityConfigsRequest$ = [3, n0, _LSCR,
903
1009
  0,
904
1010
  [_t, _nT, _mR],
905
- [0, 0, 1]
1011
+ [0, 0, 1], 1
906
1012
  ];
907
1013
  var ListSecurityConfigsResponse$ = [3, n0, _LSCRi,
908
1014
  0,
@@ -912,7 +1018,7 @@ var ListSecurityConfigsResponse$ = [3, n0, _LSCRi,
912
1018
  var ListSecurityPoliciesRequest$ = [3, n0, _LSPR,
913
1019
  0,
914
1020
  [_t, _r, _nT, _mR],
915
- [0, 64 | 0, 0, 1]
1021
+ [0, 64 | 0, 0, 1], 1
916
1022
  ];
917
1023
  var ListSecurityPoliciesResponse$ = [3, n0, _LSPRi,
918
1024
  0,
@@ -922,7 +1028,7 @@ var ListSecurityPoliciesResponse$ = [3, n0, _LSPRi,
922
1028
  var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
923
1029
  0,
924
1030
  [_rA],
925
- [0]
1031
+ [0], 1
926
1032
  ];
927
1033
  var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
928
1034
  0,
@@ -942,7 +1048,7 @@ var ListVpcEndpointsResponse$ = [3, n0, _LVERi,
942
1048
  var OcuLimitExceededException$ = [-3, n0, _OLEE,
943
1049
  { [_e]: _c, [_hE]: 402 },
944
1050
  [_m],
945
- [0]
1051
+ [0], 1
946
1052
  ];
947
1053
  schema.TypeRegistry.for(n0).registerError(OcuLimitExceededException$, OcuLimitExceededException);
948
1054
  var ResourceNotFoundException$ = [-3, n0, _RNFE,
@@ -954,7 +1060,7 @@ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNo
954
1060
  var SamlConfigOptions$ = [3, n0, _SCO,
955
1061
  0,
956
1062
  [_me, _uA, _gA, _oSSEI, _sT],
957
- [0, 0, 0, 0, 1]
1063
+ [0, 0, 0, 0, 1], 1
958
1064
  ];
959
1065
  var SecurityConfigDetail$ = [3, n0, _SCD,
960
1066
  0,
@@ -988,19 +1094,19 @@ var SecurityPolicySummary$ = [3, n0, _SPSe,
988
1094
  ];
989
1095
  var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
990
1096
  { [_e]: _c, [_hE]: 402 },
991
- [_m, _rIe, _rT, _sC, _qC],
992
- [0, 0, 0, 0, 0]
1097
+ [_m, _sC, _rIe, _rT, _qC],
1098
+ [0, 0, 0, 0, 0], 2
993
1099
  ];
994
1100
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
995
1101
  var Tag$ = [3, n0, _T,
996
1102
  0,
997
1103
  [_k, _v],
998
- [0, 0]
1104
+ [0, 0], 2
999
1105
  ];
1000
1106
  var TagResourceRequest$ = [3, n0, _TRR,
1001
1107
  0,
1002
1108
  [_rA, _ta],
1003
- [0, () => Tags]
1109
+ [0, () => Tags], 2
1004
1110
  ];
1005
1111
  var TagResourceResponse$ = [3, n0, _TRRa,
1006
1112
  0,
@@ -1010,7 +1116,7 @@ var TagResourceResponse$ = [3, n0, _TRRa,
1010
1116
  var UntagResourceRequest$ = [3, n0, _URR,
1011
1117
  0,
1012
1118
  [_rA, _tK],
1013
- [0, 64 | 0]
1119
+ [0, 64 | 0], 2
1014
1120
  ];
1015
1121
  var UntagResourceResponse$ = [3, n0, _URRn,
1016
1122
  0,
@@ -1020,7 +1126,7 @@ var UntagResourceResponse$ = [3, n0, _URRn,
1020
1126
  var UpdateAccessPolicyRequest$ = [3, n0, _UAPR,
1021
1127
  0,
1022
1128
  [_t, _n, _pV, _d, _p, _cT],
1023
- [0, 0, 0, 0, 0, [0, 4]]
1129
+ [0, 0, 0, 0, 0, [0, 4]], 3
1024
1130
  ];
1025
1131
  var UpdateAccessPolicyResponse$ = [3, n0, _UAPRp,
1026
1132
  0,
@@ -1042,10 +1148,25 @@ var UpdateCollectionDetail$ = [3, n0, _UCD,
1042
1148
  [_id_, _n, _s, _t, _d, _a, _cD, _lMD],
1043
1149
  [0, 0, 0, 0, 0, 0, 1, 1]
1044
1150
  ];
1151
+ var UpdateCollectionGroupDetail$ = [3, n0, _UCGD,
1152
+ 0,
1153
+ [_id_, _a, _n, _d, _cL, _cD, _lMD],
1154
+ [0, 0, 0, 0, () => CollectionGroupCapacityLimits$, 1, 1]
1155
+ ];
1156
+ var UpdateCollectionGroupRequest$ = [3, n0, _UCGR,
1157
+ 0,
1158
+ [_id_, _d, _cL, _cT],
1159
+ [0, 0, () => CollectionGroupCapacityLimits$, [0, 4]], 1
1160
+ ];
1161
+ var UpdateCollectionGroupResponse$ = [3, n0, _UCGRp,
1162
+ 0,
1163
+ [_uCGD],
1164
+ [() => UpdateCollectionGroupDetail$]
1165
+ ];
1045
1166
  var UpdateCollectionRequest$ = [3, n0, _UCR,
1046
1167
  0,
1047
1168
  [_id_, _d, _cT],
1048
- [0, 0, [0, 4]]
1169
+ [0, 0, [0, 4]], 1
1049
1170
  ];
1050
1171
  var UpdateCollectionResponse$ = [3, n0, _UCRp,
1051
1172
  0,
@@ -1060,7 +1181,7 @@ var UpdateIamIdentityCenterConfigOptions$ = [3, n0, _UIICCO,
1060
1181
  var UpdateIndexRequest$ = [3, n0, _UIR,
1061
1182
  0,
1062
1183
  [_id_, _iN, _iS],
1063
- [0, 0, 15]
1184
+ [0, 0, 15], 2
1064
1185
  ];
1065
1186
  var UpdateIndexResponse$ = [3, n0, _UIRp,
1066
1187
  0,
@@ -1070,7 +1191,7 @@ var UpdateIndexResponse$ = [3, n0, _UIRp,
1070
1191
  var UpdateLifecyclePolicyRequest$ = [3, n0, _ULPR,
1071
1192
  0,
1072
1193
  [_t, _n, _pV, _d, _p, _cT],
1073
- [0, 0, 0, 0, 0, [0, 4]]
1194
+ [0, 0, 0, 0, 0, [0, 4]], 3
1074
1195
  ];
1075
1196
  var UpdateLifecyclePolicyResponse$ = [3, n0, _ULPRp,
1076
1197
  0,
@@ -1080,7 +1201,7 @@ var UpdateLifecyclePolicyResponse$ = [3, n0, _ULPRp,
1080
1201
  var UpdateSecurityConfigRequest$ = [3, n0, _USCR,
1081
1202
  0,
1082
1203
  [_id_, _cV, _d, _sO, _iICOU, _iFO, _cT],
1083
- [0, 0, 0, () => SamlConfigOptions$, () => UpdateIamIdentityCenterConfigOptions$, () => IamFederationConfigOptions$, [0, 4]]
1204
+ [0, 0, 0, () => SamlConfigOptions$, () => UpdateIamIdentityCenterConfigOptions$, () => IamFederationConfigOptions$, [0, 4]], 2
1084
1205
  ];
1085
1206
  var UpdateSecurityConfigResponse$ = [3, n0, _USCRp,
1086
1207
  0,
@@ -1090,7 +1211,7 @@ var UpdateSecurityConfigResponse$ = [3, n0, _USCRp,
1090
1211
  var UpdateSecurityPolicyRequest$ = [3, n0, _USPR,
1091
1212
  0,
1092
1213
  [_t, _n, _pV, _d, _p, _cT],
1093
- [0, 0, 0, 0, 0, [0, 4]]
1214
+ [0, 0, 0, 0, 0, [0, 4]], 3
1094
1215
  ];
1095
1216
  var UpdateSecurityPolicyResponse$ = [3, n0, _USPRp,
1096
1217
  0,
@@ -1105,7 +1226,7 @@ var UpdateVpcEndpointDetail$ = [3, n0, _UVED,
1105
1226
  var UpdateVpcEndpointRequest$ = [3, n0, _UVER,
1106
1227
  0,
1107
1228
  [_id_, _aSI, _rSI, _aSGI, _rSGI, _cT],
1108
- [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, [0, 4]]
1229
+ [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, [0, 4]], 1
1109
1230
  ];
1110
1231
  var UpdateVpcEndpointResponse$ = [3, n0, _UVERp,
1111
1232
  0,
@@ -1121,7 +1242,7 @@ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationExcept
1121
1242
  var VectorOptions$ = [3, n0, _VO,
1122
1243
  0,
1123
1244
  [_SVA],
1124
- [0]
1245
+ [0], 1
1125
1246
  ];
1126
1247
  var VpcEndpointDetail$ = [3, n0, _VED,
1127
1248
  0,
@@ -1154,6 +1275,15 @@ var CollectionDetails = [1, n0, _CDo,
1154
1275
  var CollectionErrorDetails = [1, n0, _CEDo,
1155
1276
  0, () => CollectionErrorDetail$
1156
1277
  ];
1278
+ var CollectionGroupDetails = [1, n0, _CGDo,
1279
+ 0, () => CollectionGroupDetail$
1280
+ ];
1281
+ var CollectionGroupErrorDetails = [1, n0, _CGEDo,
1282
+ 0, () => CollectionGroupErrorDetail$
1283
+ ];
1284
+ var CollectionGroupSummaries = [1, n0, _CGSo,
1285
+ 0, () => CollectionGroupSummary$
1286
+ ];
1157
1287
  var CollectionSummaries = [1, n0, _CSo,
1158
1288
  0, () => CollectionSummary$
1159
1289
  ];
@@ -1199,6 +1329,9 @@ var VpcEndpointSummaries = [1, n0, _VESp,
1199
1329
  var BatchGetCollection$ = [9, n0, _BGC,
1200
1330
  0, () => BatchGetCollectionRequest$, () => BatchGetCollectionResponse$
1201
1331
  ];
1332
+ var BatchGetCollectionGroup$ = [9, n0, _BGCG,
1333
+ 0, () => BatchGetCollectionGroupRequest$, () => BatchGetCollectionGroupResponse$
1334
+ ];
1202
1335
  var BatchGetEffectiveLifecyclePolicy$ = [9, n0, _BGELP,
1203
1336
  0, () => BatchGetEffectiveLifecyclePolicyRequest$, () => BatchGetEffectiveLifecyclePolicyResponse$
1204
1337
  ];
@@ -1214,6 +1347,9 @@ var CreateAccessPolicy$ = [9, n0, _CAP,
1214
1347
  var CreateCollection$ = [9, n0, _CC,
1215
1348
  2, () => CreateCollectionRequest$, () => CreateCollectionResponse$
1216
1349
  ];
1350
+ var CreateCollectionGroup$ = [9, n0, _CCG,
1351
+ 2, () => CreateCollectionGroupRequest$, () => CreateCollectionGroupResponse$
1352
+ ];
1217
1353
  var CreateIndex$ = [9, n0, _CI,
1218
1354
  2, () => CreateIndexRequest$, () => CreateIndexResponse$
1219
1355
  ];
@@ -1235,6 +1371,9 @@ var DeleteAccessPolicy$ = [9, n0, _DAP,
1235
1371
  var DeleteCollection$ = [9, n0, _DC,
1236
1372
  2, () => DeleteCollectionRequest$, () => DeleteCollectionResponse$
1237
1373
  ];
1374
+ var DeleteCollectionGroup$ = [9, n0, _DCG,
1375
+ 2, () => DeleteCollectionGroupRequest$, () => DeleteCollectionGroupResponse$
1376
+ ];
1238
1377
  var DeleteIndex$ = [9, n0, _DI,
1239
1378
  2, () => DeleteIndexRequest$, () => DeleteIndexResponse$
1240
1379
  ];
@@ -1271,6 +1410,9 @@ var GetSecurityPolicy$ = [9, n0, _GSP,
1271
1410
  var ListAccessPolicies$ = [9, n0, _LAP,
1272
1411
  0, () => ListAccessPoliciesRequest$, () => ListAccessPoliciesResponse$
1273
1412
  ];
1413
+ var ListCollectionGroups$ = [9, n0, _LCG,
1414
+ 0, () => ListCollectionGroupsRequest$, () => ListCollectionGroupsResponse$
1415
+ ];
1274
1416
  var ListCollections$ = [9, n0, _LC,
1275
1417
  0, () => ListCollectionsRequest$, () => ListCollectionsResponse$
1276
1418
  ];
@@ -1304,6 +1446,9 @@ var UpdateAccountSettings$ = [9, n0, _UAS,
1304
1446
  var UpdateCollection$ = [9, n0, _UC,
1305
1447
  2, () => UpdateCollectionRequest$, () => UpdateCollectionResponse$
1306
1448
  ];
1449
+ var UpdateCollectionGroup$ = [9, n0, _UCG,
1450
+ 2, () => UpdateCollectionGroupRequest$, () => UpdateCollectionGroupResponse$
1451
+ ];
1307
1452
  var UpdateIndex$ = [9, n0, _UI,
1308
1453
  2, () => UpdateIndexRequest$, () => UpdateIndexResponse$
1309
1454
  ];
@@ -1332,6 +1477,18 @@ class BatchGetCollectionCommand extends smithyClient.Command
1332
1477
  .build() {
1333
1478
  }
1334
1479
 
1480
+ class BatchGetCollectionGroupCommand extends smithyClient.Command
1481
+ .classBuilder()
1482
+ .ep(commonParams)
1483
+ .m(function (Command, cs, config, o) {
1484
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1485
+ })
1486
+ .s("OpenSearchServerless", "BatchGetCollectionGroup", {})
1487
+ .n("OpenSearchServerlessClient", "BatchGetCollectionGroupCommand")
1488
+ .sc(BatchGetCollectionGroup$)
1489
+ .build() {
1490
+ }
1491
+
1335
1492
  class BatchGetEffectiveLifecyclePolicyCommand extends smithyClient.Command
1336
1493
  .classBuilder()
1337
1494
  .ep(commonParams)
@@ -1392,6 +1549,18 @@ class CreateCollectionCommand extends smithyClient.Command
1392
1549
  .build() {
1393
1550
  }
1394
1551
 
1552
+ class CreateCollectionGroupCommand extends smithyClient.Command
1553
+ .classBuilder()
1554
+ .ep(commonParams)
1555
+ .m(function (Command, cs, config, o) {
1556
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1557
+ })
1558
+ .s("OpenSearchServerless", "CreateCollectionGroup", {})
1559
+ .n("OpenSearchServerlessClient", "CreateCollectionGroupCommand")
1560
+ .sc(CreateCollectionGroup$)
1561
+ .build() {
1562
+ }
1563
+
1395
1564
  class CreateIndexCommand extends smithyClient.Command
1396
1565
  .classBuilder()
1397
1566
  .ep(commonParams)
@@ -1476,6 +1645,18 @@ class DeleteCollectionCommand extends smithyClient.Command
1476
1645
  .build() {
1477
1646
  }
1478
1647
 
1648
+ class DeleteCollectionGroupCommand extends smithyClient.Command
1649
+ .classBuilder()
1650
+ .ep(commonParams)
1651
+ .m(function (Command, cs, config, o) {
1652
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1653
+ })
1654
+ .s("OpenSearchServerless", "DeleteCollectionGroup", {})
1655
+ .n("OpenSearchServerlessClient", "DeleteCollectionGroupCommand")
1656
+ .sc(DeleteCollectionGroup$)
1657
+ .build() {
1658
+ }
1659
+
1479
1660
  class DeleteIndexCommand extends smithyClient.Command
1480
1661
  .classBuilder()
1481
1662
  .ep(commonParams)
@@ -1620,6 +1801,18 @@ class ListAccessPoliciesCommand extends smithyClient.Command
1620
1801
  .build() {
1621
1802
  }
1622
1803
 
1804
+ class ListCollectionGroupsCommand extends smithyClient.Command
1805
+ .classBuilder()
1806
+ .ep(commonParams)
1807
+ .m(function (Command, cs, config, o) {
1808
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1809
+ })
1810
+ .s("OpenSearchServerless", "ListCollectionGroups", {})
1811
+ .n("OpenSearchServerlessClient", "ListCollectionGroupsCommand")
1812
+ .sc(ListCollectionGroups$)
1813
+ .build() {
1814
+ }
1815
+
1623
1816
  class ListCollectionsCommand extends smithyClient.Command
1624
1817
  .classBuilder()
1625
1818
  .ep(commonParams)
@@ -1752,6 +1945,18 @@ class UpdateCollectionCommand extends smithyClient.Command
1752
1945
  .build() {
1753
1946
  }
1754
1947
 
1948
+ class UpdateCollectionGroupCommand extends smithyClient.Command
1949
+ .classBuilder()
1950
+ .ep(commonParams)
1951
+ .m(function (Command, cs, config, o) {
1952
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1953
+ })
1954
+ .s("OpenSearchServerless", "UpdateCollectionGroup", {})
1955
+ .n("OpenSearchServerlessClient", "UpdateCollectionGroupCommand")
1956
+ .sc(UpdateCollectionGroup$)
1957
+ .build() {
1958
+ }
1959
+
1755
1960
  class UpdateIndexCommand extends smithyClient.Command
1756
1961
  .classBuilder()
1757
1962
  .ep(commonParams)
@@ -1814,11 +2019,13 @@ class UpdateVpcEndpointCommand extends smithyClient.Command
1814
2019
 
1815
2020
  const commands = {
1816
2021
  BatchGetCollectionCommand,
2022
+ BatchGetCollectionGroupCommand,
1817
2023
  BatchGetEffectiveLifecyclePolicyCommand,
1818
2024
  BatchGetLifecyclePolicyCommand,
1819
2025
  BatchGetVpcEndpointCommand,
1820
2026
  CreateAccessPolicyCommand,
1821
2027
  CreateCollectionCommand,
2028
+ CreateCollectionGroupCommand,
1822
2029
  CreateIndexCommand,
1823
2030
  CreateLifecyclePolicyCommand,
1824
2031
  CreateSecurityConfigCommand,
@@ -1826,6 +2033,7 @@ const commands = {
1826
2033
  CreateVpcEndpointCommand,
1827
2034
  DeleteAccessPolicyCommand,
1828
2035
  DeleteCollectionCommand,
2036
+ DeleteCollectionGroupCommand,
1829
2037
  DeleteIndexCommand,
1830
2038
  DeleteLifecyclePolicyCommand,
1831
2039
  DeleteSecurityConfigCommand,
@@ -1838,6 +2046,7 @@ const commands = {
1838
2046
  GetSecurityConfigCommand,
1839
2047
  GetSecurityPolicyCommand,
1840
2048
  ListAccessPoliciesCommand,
2049
+ ListCollectionGroupsCommand,
1841
2050
  ListCollectionsCommand,
1842
2051
  ListLifecyclePoliciesCommand,
1843
2052
  ListSecurityConfigsCommand,
@@ -1849,6 +2058,7 @@ const commands = {
1849
2058
  UpdateAccessPolicyCommand,
1850
2059
  UpdateAccountSettingsCommand,
1851
2060
  UpdateCollectionCommand,
2061
+ UpdateCollectionGroupCommand,
1852
2062
  UpdateIndexCommand,
1853
2063
  UpdateLifecyclePolicyCommand,
1854
2064
  UpdateSecurityConfigCommand,
@@ -1861,6 +2071,8 @@ smithyClient.createAggregatedClient(commands, OpenSearchServerless);
1861
2071
 
1862
2072
  const paginateListAccessPolicies = core.createPaginator(OpenSearchServerlessClient, ListAccessPoliciesCommand, "nextToken", "nextToken", "");
1863
2073
 
2074
+ const paginateListCollectionGroups = core.createPaginator(OpenSearchServerlessClient, ListCollectionGroupsCommand, "nextToken", "nextToken", "");
2075
+
1864
2076
  const paginateListCollections = core.createPaginator(OpenSearchServerlessClient, ListCollectionsCommand, "nextToken", "nextToken", "");
1865
2077
 
1866
2078
  const paginateListLifecyclePolicies = core.createPaginator(OpenSearchServerlessClient, ListLifecyclePoliciesCommand, "nextToken", "nextToken", "");
@@ -1940,6 +2152,10 @@ exports.AccessPolicyType = AccessPolicyType;
1940
2152
  exports.AccountSettingsDetail$ = AccountSettingsDetail$;
1941
2153
  exports.BatchGetCollection$ = BatchGetCollection$;
1942
2154
  exports.BatchGetCollectionCommand = BatchGetCollectionCommand;
2155
+ exports.BatchGetCollectionGroup$ = BatchGetCollectionGroup$;
2156
+ exports.BatchGetCollectionGroupCommand = BatchGetCollectionGroupCommand;
2157
+ exports.BatchGetCollectionGroupRequest$ = BatchGetCollectionGroupRequest$;
2158
+ exports.BatchGetCollectionGroupResponse$ = BatchGetCollectionGroupResponse$;
1943
2159
  exports.BatchGetCollectionRequest$ = BatchGetCollectionRequest$;
1944
2160
  exports.BatchGetCollectionResponse$ = BatchGetCollectionResponse$;
1945
2161
  exports.BatchGetEffectiveLifecyclePolicy$ = BatchGetEffectiveLifecyclePolicy$;
@@ -1958,6 +2174,10 @@ exports.CapacityLimits$ = CapacityLimits$;
1958
2174
  exports.CollectionDetail$ = CollectionDetail$;
1959
2175
  exports.CollectionErrorDetail$ = CollectionErrorDetail$;
1960
2176
  exports.CollectionFilters$ = CollectionFilters$;
2177
+ exports.CollectionGroupCapacityLimits$ = CollectionGroupCapacityLimits$;
2178
+ exports.CollectionGroupDetail$ = CollectionGroupDetail$;
2179
+ exports.CollectionGroupErrorDetail$ = CollectionGroupErrorDetail$;
2180
+ exports.CollectionGroupSummary$ = CollectionGroupSummary$;
1961
2181
  exports.CollectionStatus = CollectionStatus;
1962
2182
  exports.CollectionSummary$ = CollectionSummary$;
1963
2183
  exports.CollectionType = CollectionType;
@@ -1970,6 +2190,11 @@ exports.CreateAccessPolicyResponse$ = CreateAccessPolicyResponse$;
1970
2190
  exports.CreateCollection$ = CreateCollection$;
1971
2191
  exports.CreateCollectionCommand = CreateCollectionCommand;
1972
2192
  exports.CreateCollectionDetail$ = CreateCollectionDetail$;
2193
+ exports.CreateCollectionGroup$ = CreateCollectionGroup$;
2194
+ exports.CreateCollectionGroupCommand = CreateCollectionGroupCommand;
2195
+ exports.CreateCollectionGroupDetail$ = CreateCollectionGroupDetail$;
2196
+ exports.CreateCollectionGroupRequest$ = CreateCollectionGroupRequest$;
2197
+ exports.CreateCollectionGroupResponse$ = CreateCollectionGroupResponse$;
1973
2198
  exports.CreateCollectionRequest$ = CreateCollectionRequest$;
1974
2199
  exports.CreateCollectionResponse$ = CreateCollectionResponse$;
1975
2200
  exports.CreateIamIdentityCenterConfigOptions$ = CreateIamIdentityCenterConfigOptions$;
@@ -2001,6 +2226,10 @@ exports.DeleteAccessPolicyResponse$ = DeleteAccessPolicyResponse$;
2001
2226
  exports.DeleteCollection$ = DeleteCollection$;
2002
2227
  exports.DeleteCollectionCommand = DeleteCollectionCommand;
2003
2228
  exports.DeleteCollectionDetail$ = DeleteCollectionDetail$;
2229
+ exports.DeleteCollectionGroup$ = DeleteCollectionGroup$;
2230
+ exports.DeleteCollectionGroupCommand = DeleteCollectionGroupCommand;
2231
+ exports.DeleteCollectionGroupRequest$ = DeleteCollectionGroupRequest$;
2232
+ exports.DeleteCollectionGroupResponse$ = DeleteCollectionGroupResponse$;
2004
2233
  exports.DeleteCollectionRequest$ = DeleteCollectionRequest$;
2005
2234
  exports.DeleteCollectionResponse$ = DeleteCollectionResponse$;
2006
2235
  exports.DeleteIndex$ = DeleteIndex$;
@@ -2026,6 +2255,7 @@ exports.DeleteVpcEndpointRequest$ = DeleteVpcEndpointRequest$;
2026
2255
  exports.DeleteVpcEndpointResponse$ = DeleteVpcEndpointResponse$;
2027
2256
  exports.EffectiveLifecyclePolicyDetail$ = EffectiveLifecyclePolicyDetail$;
2028
2257
  exports.EffectiveLifecyclePolicyErrorDetail$ = EffectiveLifecyclePolicyErrorDetail$;
2258
+ exports.EncryptionConfig$ = EncryptionConfig$;
2029
2259
  exports.FipsEndpoints$ = FipsEndpoints$;
2030
2260
  exports.GetAccessPolicy$ = GetAccessPolicy$;
2031
2261
  exports.GetAccessPolicyCommand = GetAccessPolicyCommand;
@@ -2068,6 +2298,10 @@ exports.ListAccessPolicies$ = ListAccessPolicies$;
2068
2298
  exports.ListAccessPoliciesCommand = ListAccessPoliciesCommand;
2069
2299
  exports.ListAccessPoliciesRequest$ = ListAccessPoliciesRequest$;
2070
2300
  exports.ListAccessPoliciesResponse$ = ListAccessPoliciesResponse$;
2301
+ exports.ListCollectionGroups$ = ListCollectionGroups$;
2302
+ exports.ListCollectionGroupsCommand = ListCollectionGroupsCommand;
2303
+ exports.ListCollectionGroupsRequest$ = ListCollectionGroupsRequest$;
2304
+ exports.ListCollectionGroupsResponse$ = ListCollectionGroupsResponse$;
2071
2305
  exports.ListCollections$ = ListCollections$;
2072
2306
  exports.ListCollectionsCommand = ListCollectionsCommand;
2073
2307
  exports.ListCollectionsRequest$ = ListCollectionsRequest$;
@@ -2134,6 +2368,11 @@ exports.UpdateAccountSettingsResponse$ = UpdateAccountSettingsResponse$;
2134
2368
  exports.UpdateCollection$ = UpdateCollection$;
2135
2369
  exports.UpdateCollectionCommand = UpdateCollectionCommand;
2136
2370
  exports.UpdateCollectionDetail$ = UpdateCollectionDetail$;
2371
+ exports.UpdateCollectionGroup$ = UpdateCollectionGroup$;
2372
+ exports.UpdateCollectionGroupCommand = UpdateCollectionGroupCommand;
2373
+ exports.UpdateCollectionGroupDetail$ = UpdateCollectionGroupDetail$;
2374
+ exports.UpdateCollectionGroupRequest$ = UpdateCollectionGroupRequest$;
2375
+ exports.UpdateCollectionGroupResponse$ = UpdateCollectionGroupResponse$;
2137
2376
  exports.UpdateCollectionRequest$ = UpdateCollectionRequest$;
2138
2377
  exports.UpdateCollectionResponse$ = UpdateCollectionResponse$;
2139
2378
  exports.UpdateIamIdentityCenterConfigOptions$ = UpdateIamIdentityCenterConfigOptions$;
@@ -2167,6 +2406,7 @@ exports.VpcEndpointFilters$ = VpcEndpointFilters$;
2167
2406
  exports.VpcEndpointStatus = VpcEndpointStatus;
2168
2407
  exports.VpcEndpointSummary$ = VpcEndpointSummary$;
2169
2408
  exports.paginateListAccessPolicies = paginateListAccessPolicies;
2409
+ exports.paginateListCollectionGroups = paginateListCollectionGroups;
2170
2410
  exports.paginateListCollections = paginateListCollections;
2171
2411
  exports.paginateListLifecyclePolicies = paginateListLifecyclePolicies;
2172
2412
  exports.paginateListSecurityConfigs = paginateListSecurityConfigs;