@aws-sdk/client-opensearchserverless 3.969.0 → 3.971.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.
- package/README.md +35 -0
- package/dist-cjs/index.js +250 -10
- package/dist-es/OpenSearchServerless.js +10 -0
- package/dist-es/commands/BatchGetCollectionGroupCommand.js +16 -0
- package/dist-es/commands/CreateCollectionGroupCommand.js +16 -0
- package/dist-es/commands/DeleteCollectionGroupCommand.js +16 -0
- package/dist-es/commands/ListCollectionGroupsCommand.js +16 -0
- package/dist-es/commands/UpdateCollectionGroupCommand.js +16 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/pagination/ListCollectionGroupsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +157 -10
- package/dist-types/OpenSearchServerless.d.ts +37 -0
- package/dist-types/OpenSearchServerlessClient.d.ts +7 -2
- package/dist-types/commands/BatchGetCollectionCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetCollectionGroupCommand.d.ts +115 -0
- package/dist-types/commands/CreateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateCollectionCommand.d.ts +7 -1
- package/dist-types/commands/CreateCollectionGroupCommand.d.ts +120 -0
- package/dist-types/commands/CreateIndexCommand.d.ts +1 -1
- package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCollectionGroupCommand.d.ts +85 -0
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSecurityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ListCollectionGroupsCommand.d.ts +96 -0
- package/dist-types/commands/ListCollectionsCommand.d.ts +3 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCollectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateCollectionGroupCommand.d.ts +107 -0
- package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityConfigCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityPolicyCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +445 -8
- package/dist-types/pagination/ListCollectionGroupsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +22 -0
- package/dist-types/ts3.4/OpenSearchServerless.d.ts +87 -0
- package/dist-types/ts3.4/OpenSearchServerlessClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/BatchGetCollectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateCollectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteCollectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollectionGroupsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateCollectionGroupCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +105 -3
- package/dist-types/ts3.4/pagination/ListCollectionGroupsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
- package/package.json +12 -12
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
|
|
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],
|
|
@@ -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
|
|
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,
|
|
627
|
+
0,
|
|
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,
|
|
576
632
|
0,
|
|
577
|
-
[_id_, _n,
|
|
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],
|
|
@@ -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]], 1
|
|
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,
|
|
@@ -683,6 +764,16 @@ 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],
|
|
@@ -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],
|
|
@@ -879,6 +975,16 @@ var ListAccessPoliciesResponse$ = [3, n0, _LAPRi,
|
|
|
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],
|
|
@@ -1042,6 +1148,21 @@ 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],
|
|
@@ -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;
|