@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.
- package/README.md +35 -0
- package/dist-cjs/index.js +296 -56
- 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 +203 -56
- 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 +33 -33
|
@@ -4,6 +4,9 @@ const _APSc = "AccessPolicySummary";
|
|
|
4
4
|
const _APScc = "AccessPolicySummaries";
|
|
5
5
|
const _ASD = "AccountSettingsDetail";
|
|
6
6
|
const _BGC = "BatchGetCollection";
|
|
7
|
+
const _BGCG = "BatchGetCollectionGroup";
|
|
8
|
+
const _BGCGR = "BatchGetCollectionGroupRequest";
|
|
9
|
+
const _BGCGRa = "BatchGetCollectionGroupResponse";
|
|
7
10
|
const _BGCR = "BatchGetCollectionRequest";
|
|
8
11
|
const _BGCRa = "BatchGetCollectionResponse";
|
|
9
12
|
const _BGELP = "BatchGetEffectiveLifecyclePolicy";
|
|
@@ -20,6 +23,10 @@ const _CAPR = "CreateAccessPolicyRequest";
|
|
|
20
23
|
const _CAPRr = "CreateAccessPolicyResponse";
|
|
21
24
|
const _CC = "CreateCollection";
|
|
22
25
|
const _CCD = "CreateCollectionDetail";
|
|
26
|
+
const _CCG = "CreateCollectionGroup";
|
|
27
|
+
const _CCGD = "CreateCollectionGroupDetail";
|
|
28
|
+
const _CCGR = "CreateCollectionGroupRequest";
|
|
29
|
+
const _CCGRr = "CreateCollectionGroupResponse";
|
|
23
30
|
const _CCR = "CreateCollectionRequest";
|
|
24
31
|
const _CCRr = "CreateCollectionResponse";
|
|
25
32
|
const _CD = "CollectionDetail";
|
|
@@ -28,6 +35,13 @@ const _CE = "ConflictException";
|
|
|
28
35
|
const _CED = "CollectionErrorDetail";
|
|
29
36
|
const _CEDo = "CollectionErrorDetails";
|
|
30
37
|
const _CF = "CollectionFilters";
|
|
38
|
+
const _CGCL = "CollectionGroupCapacityLimits";
|
|
39
|
+
const _CGD = "CollectionGroupDetail";
|
|
40
|
+
const _CGDo = "CollectionGroupDetails";
|
|
41
|
+
const _CGED = "CollectionGroupErrorDetail";
|
|
42
|
+
const _CGEDo = "CollectionGroupErrorDetails";
|
|
43
|
+
const _CGS = "CollectionGroupSummary";
|
|
44
|
+
const _CGSo = "CollectionGroupSummaries";
|
|
31
45
|
const _CI = "CreateIndex";
|
|
32
46
|
const _CIICCO = "CreateIamIdentityCenterConfigOptions";
|
|
33
47
|
const _CIR = "CreateIndexRequest";
|
|
@@ -53,6 +67,9 @@ const _DAPR = "DeleteAccessPolicyRequest";
|
|
|
53
67
|
const _DAPRe = "DeleteAccessPolicyResponse";
|
|
54
68
|
const _DC = "DeleteCollection";
|
|
55
69
|
const _DCD = "DeleteCollectionDetail";
|
|
70
|
+
const _DCG = "DeleteCollectionGroup";
|
|
71
|
+
const _DCGR = "DeleteCollectionGroupRequest";
|
|
72
|
+
const _DCGRe = "DeleteCollectionGroupResponse";
|
|
56
73
|
const _DCR = "DeleteCollectionRequest";
|
|
57
74
|
const _DCRe = "DeleteCollectionResponse";
|
|
58
75
|
const _DI = "DeleteIndex";
|
|
@@ -72,6 +89,7 @@ const _DVE = "DeleteVpcEndpoint";
|
|
|
72
89
|
const _DVED = "DeleteVpcEndpointDetail";
|
|
73
90
|
const _DVER = "DeleteVpcEndpointRequest";
|
|
74
91
|
const _DVERe = "DeleteVpcEndpointResponse";
|
|
92
|
+
const _EC = "EncryptionConfig";
|
|
75
93
|
const _ELPD = "EffectiveLifecyclePolicyDetail";
|
|
76
94
|
const _ELPDf = "EffectiveLifecyclePolicyDetails";
|
|
77
95
|
const _ELPED = "EffectiveLifecyclePolicyErrorDetail";
|
|
@@ -103,6 +121,9 @@ const _LAP = "ListAccessPolicies";
|
|
|
103
121
|
const _LAPR = "ListAccessPoliciesRequest";
|
|
104
122
|
const _LAPRi = "ListAccessPoliciesResponse";
|
|
105
123
|
const _LC = "ListCollections";
|
|
124
|
+
const _LCG = "ListCollectionGroups";
|
|
125
|
+
const _LCGR = "ListCollectionGroupsRequest";
|
|
126
|
+
const _LCGRi = "ListCollectionGroupsResponse";
|
|
106
127
|
const _LCR = "ListCollectionsRequest";
|
|
107
128
|
const _LCRi = "ListCollectionsResponse";
|
|
108
129
|
const _LLP = "ListLifecyclePolicies";
|
|
@@ -161,6 +182,10 @@ const _UASR = "UpdateAccountSettingsRequest";
|
|
|
161
182
|
const _UASRp = "UpdateAccountSettingsResponse";
|
|
162
183
|
const _UC = "UpdateCollection";
|
|
163
184
|
const _UCD = "UpdateCollectionDetail";
|
|
185
|
+
const _UCG = "UpdateCollectionGroup";
|
|
186
|
+
const _UCGD = "UpdateCollectionGroupDetail";
|
|
187
|
+
const _UCGR = "UpdateCollectionGroupRequest";
|
|
188
|
+
const _UCGRp = "UpdateCollectionGroupResponse";
|
|
164
189
|
const _UCR = "UpdateCollectionRequest";
|
|
165
190
|
const _UCRp = "UpdateCollectionResponse";
|
|
166
191
|
const _UI = "UpdateIndex";
|
|
@@ -201,13 +226,19 @@ const _aPS = "accessPolicySummaries";
|
|
|
201
226
|
const _aSD = "accountSettingsDetail";
|
|
202
227
|
const _aSGI = "addSecurityGroupIds";
|
|
203
228
|
const _aSI = "addSubnetIds";
|
|
229
|
+
const _aWSOK = "aWSOwnedKey";
|
|
204
230
|
const _c = "client";
|
|
205
231
|
const _cCD = "createCollectionDetail";
|
|
232
|
+
const _cCGD = "createCollectionGroupDetail";
|
|
206
233
|
const _cD = "createdDate";
|
|
207
234
|
const _cDo = "collectionDetails";
|
|
208
235
|
const _cE = "collectionEndpoint";
|
|
209
236
|
const _cED = "collectionErrorDetails";
|
|
210
237
|
const _cF = "collectionFilters";
|
|
238
|
+
const _cGD = "collectionGroupDetails";
|
|
239
|
+
const _cGED = "collectionGroupErrorDetails";
|
|
240
|
+
const _cGN = "collectionGroupName";
|
|
241
|
+
const _cGS = "collectionGroupSummaries";
|
|
211
242
|
const _cL = "capacityLimits";
|
|
212
243
|
const _cS = "collectionSummaries";
|
|
213
244
|
const _cT = "clientToken";
|
|
@@ -219,6 +250,7 @@ const _dE = "dashboardEndpoint";
|
|
|
219
250
|
const _dVED = "deleteVpcEndpointDetail";
|
|
220
251
|
const _e = "error";
|
|
221
252
|
const _eC = "errorCode";
|
|
253
|
+
const _eCn = "encryptionConfig";
|
|
222
254
|
const _eLPD = "effectiveLifecyclePolicyDetails";
|
|
223
255
|
const _eLPED = "effectiveLifecyclePolicyErrorDetails";
|
|
224
256
|
const _eM = "errorMessage";
|
|
@@ -245,11 +277,14 @@ const _lPED = "lifecyclePolicyErrorDetails";
|
|
|
245
277
|
const _lPS = "lifecyclePolicySummaries";
|
|
246
278
|
const _m = "message";
|
|
247
279
|
const _mICIOCU = "maxIndexingCapacityInOCU";
|
|
280
|
+
const _mICIOCUi = "minIndexingCapacityInOCU";
|
|
248
281
|
const _mR = "maxResults";
|
|
249
282
|
const _mSCIOCU = "maxSearchCapacityInOCU";
|
|
283
|
+
const _mSCIOCUi = "minSearchCapacityInOCU";
|
|
250
284
|
const _me = "metadata";
|
|
251
285
|
const _n = "name";
|
|
252
286
|
const _nMRP = "noMinRetentionPeriod";
|
|
287
|
+
const _nOC = "numberOfCollections";
|
|
253
288
|
const _nT = "nextToken";
|
|
254
289
|
const _na = "names";
|
|
255
290
|
const _oSSEI = "openSearchServerlessEntityId";
|
|
@@ -284,6 +319,7 @@ const _tK = "tagKeys";
|
|
|
284
319
|
const _ta = "tags";
|
|
285
320
|
const _uA = "userAttribute";
|
|
286
321
|
const _uCD = "updateCollectionDetail";
|
|
322
|
+
const _uCGD = "updateCollectionGroupDetail";
|
|
287
323
|
const _v = "value";
|
|
288
324
|
const _vED = "vpcEndpointDetails";
|
|
289
325
|
const _vEED = "vpcEndpointErrorDetails";
|
|
@@ -315,6 +351,16 @@ export var AccountSettingsDetail$ = [3, n0, _ASD,
|
|
|
315
351
|
[_cL],
|
|
316
352
|
[() => CapacityLimits$]
|
|
317
353
|
];
|
|
354
|
+
export var BatchGetCollectionGroupRequest$ = [3, n0, _BGCGR,
|
|
355
|
+
0,
|
|
356
|
+
[_i, _na],
|
|
357
|
+
[64 | 0, 64 | 0]
|
|
358
|
+
];
|
|
359
|
+
export var BatchGetCollectionGroupResponse$ = [3, n0, _BGCGRa,
|
|
360
|
+
0,
|
|
361
|
+
[_cGD, _cGED],
|
|
362
|
+
[() => CollectionGroupDetails, () => CollectionGroupErrorDetails]
|
|
363
|
+
];
|
|
318
364
|
export var BatchGetCollectionRequest$ = [3, n0, _BGCR,
|
|
319
365
|
0,
|
|
320
366
|
[_i, _na],
|
|
@@ -328,7 +374,7 @@ export var BatchGetCollectionResponse$ = [3, n0, _BGCRa,
|
|
|
328
374
|
export var BatchGetEffectiveLifecyclePolicyRequest$ = [3, n0, _BGELPR,
|
|
329
375
|
0,
|
|
330
376
|
[_rI],
|
|
331
|
-
[() => LifecyclePolicyResourceIdentifiers]
|
|
377
|
+
[() => LifecyclePolicyResourceIdentifiers], 1
|
|
332
378
|
];
|
|
333
379
|
export var BatchGetEffectiveLifecyclePolicyResponse$ = [3, n0, _BGELPRa,
|
|
334
380
|
0,
|
|
@@ -338,7 +384,7 @@ export var BatchGetEffectiveLifecyclePolicyResponse$ = [3, n0, _BGELPRa,
|
|
|
338
384
|
export var BatchGetLifecyclePolicyRequest$ = [3, n0, _BGLPR,
|
|
339
385
|
0,
|
|
340
386
|
[_id],
|
|
341
|
-
[() => LifecyclePolicyIdentifiers]
|
|
387
|
+
[() => LifecyclePolicyIdentifiers], 1
|
|
342
388
|
];
|
|
343
389
|
export var BatchGetLifecyclePolicyResponse$ = [3, n0, _BGLPRa,
|
|
344
390
|
0,
|
|
@@ -348,7 +394,7 @@ export var BatchGetLifecyclePolicyResponse$ = [3, n0, _BGLPRa,
|
|
|
348
394
|
export var BatchGetVpcEndpointRequest$ = [3, n0, _BGVER,
|
|
349
395
|
0,
|
|
350
396
|
[_i],
|
|
351
|
-
[64 | 0]
|
|
397
|
+
[64 | 0], 1
|
|
352
398
|
];
|
|
353
399
|
export var BatchGetVpcEndpointResponse$ = [3, n0, _BGVERa,
|
|
354
400
|
0,
|
|
@@ -362,8 +408,8 @@ export var CapacityLimits$ = [3, n0, _CL,
|
|
|
362
408
|
];
|
|
363
409
|
export var CollectionDetail$ = [3, n0, _CD,
|
|
364
410
|
0,
|
|
365
|
-
[_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cE, _dE, _fE, _fC, _fM],
|
|
366
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0, 0, () => FipsEndpoints$, 0, 0]
|
|
411
|
+
[_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cE, _dE, _fE, _fC, _fM, _cGN],
|
|
412
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0, 0, () => FipsEndpoints$, 0, 0, 0]
|
|
367
413
|
];
|
|
368
414
|
export var CollectionErrorDetail$ = [3, n0, _CED,
|
|
369
415
|
0,
|
|
@@ -372,14 +418,34 @@ export var CollectionErrorDetail$ = [3, n0, _CED,
|
|
|
372
418
|
];
|
|
373
419
|
export var CollectionFilters$ = [3, n0, _CF,
|
|
374
420
|
0,
|
|
375
|
-
[_n, _s],
|
|
376
|
-
[0, 0]
|
|
421
|
+
[_n, _s, _cGN],
|
|
422
|
+
[0, 0, 0]
|
|
377
423
|
];
|
|
378
|
-
export var
|
|
424
|
+
export var CollectionGroupCapacityLimits$ = [3, n0, _CGCL,
|
|
379
425
|
0,
|
|
380
|
-
[
|
|
426
|
+
[_mICIOCU, _mSCIOCU, _mICIOCUi, _mSCIOCUi],
|
|
427
|
+
[1, 1, 1, 1]
|
|
428
|
+
];
|
|
429
|
+
export var CollectionGroupDetail$ = [3, n0, _CGD,
|
|
430
|
+
0,
|
|
431
|
+
[_id_, _a, _n, _sR, _d, _ta, _cD, _cL, _nOC],
|
|
432
|
+
[0, 0, 0, 0, 0, () => Tags, 1, () => CollectionGroupCapacityLimits$, 1]
|
|
433
|
+
];
|
|
434
|
+
export var CollectionGroupErrorDetail$ = [3, n0, _CGED,
|
|
435
|
+
0,
|
|
436
|
+
[_id_, _n, _eM, _eC],
|
|
381
437
|
[0, 0, 0, 0]
|
|
382
438
|
];
|
|
439
|
+
export var CollectionGroupSummary$ = [3, n0, _CGS,
|
|
440
|
+
0,
|
|
441
|
+
[_id_, _a, _n, _nOC, _cD, _cL],
|
|
442
|
+
[0, 0, 0, 1, 1, () => CollectionGroupCapacityLimits$]
|
|
443
|
+
];
|
|
444
|
+
export var CollectionSummary$ = [3, n0, _CS,
|
|
445
|
+
0,
|
|
446
|
+
[_id_, _n, _s, _a, _kKA, _cGN],
|
|
447
|
+
[0, 0, 0, 0, 0, 0]
|
|
448
|
+
];
|
|
383
449
|
export var ConflictException$ = [-3, n0, _CE,
|
|
384
450
|
{ [_e]: _c, [_hE]: 409 },
|
|
385
451
|
[_m],
|
|
@@ -388,8 +454,8 @@ export var ConflictException$ = [-3, n0, _CE,
|
|
|
388
454
|
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
389
455
|
export var CreateAccessPolicyRequest$ = [3, n0, _CAPR,
|
|
390
456
|
0,
|
|
391
|
-
[_t, _n,
|
|
392
|
-
[0, 0, 0, 0, [0, 4]]
|
|
457
|
+
[_t, _n, _p, _d, _cT],
|
|
458
|
+
[0, 0, 0, 0, [0, 4]], 3
|
|
393
459
|
];
|
|
394
460
|
export var CreateAccessPolicyResponse$ = [3, n0, _CAPRr,
|
|
395
461
|
0,
|
|
@@ -398,13 +464,28 @@ export var CreateAccessPolicyResponse$ = [3, n0, _CAPRr,
|
|
|
398
464
|
];
|
|
399
465
|
export var CreateCollectionDetail$ = [3, n0, _CCD,
|
|
400
466
|
0,
|
|
401
|
-
[_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD],
|
|
402
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1]
|
|
467
|
+
[_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cGN],
|
|
468
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0]
|
|
469
|
+
];
|
|
470
|
+
export var CreateCollectionGroupDetail$ = [3, n0, _CCGD,
|
|
471
|
+
0,
|
|
472
|
+
[_id_, _a, _n, _sR, _d, _ta, _cD, _cL],
|
|
473
|
+
[0, 0, 0, 0, 0, () => Tags, 1, () => CollectionGroupCapacityLimits$]
|
|
474
|
+
];
|
|
475
|
+
export var CreateCollectionGroupRequest$ = [3, n0, _CCGR,
|
|
476
|
+
0,
|
|
477
|
+
[_n, _sR, _d, _ta, _cL, _cT],
|
|
478
|
+
[0, 0, 0, () => Tags, () => CollectionGroupCapacityLimits$, [0, 4]], 2
|
|
479
|
+
];
|
|
480
|
+
export var CreateCollectionGroupResponse$ = [3, n0, _CCGRr,
|
|
481
|
+
0,
|
|
482
|
+
[_cCGD],
|
|
483
|
+
[() => CreateCollectionGroupDetail$]
|
|
403
484
|
];
|
|
404
485
|
export var CreateCollectionRequest$ = [3, n0, _CCR,
|
|
405
486
|
0,
|
|
406
|
-
[_n, _t, _d, _ta, _sR, _vO, _cT],
|
|
407
|
-
[0, 0, 0, () => Tags, 0, () => VectorOptions$, [0, 4]]
|
|
487
|
+
[_n, _t, _d, _ta, _sR, _vO, _cGN, _eCn, _cT],
|
|
488
|
+
[0, 0, 0, () => Tags, 0, () => VectorOptions$, 0, () => EncryptionConfig$, [0, 4]], 1
|
|
408
489
|
];
|
|
409
490
|
export var CreateCollectionResponse$ = [3, n0, _CCRr,
|
|
410
491
|
0,
|
|
@@ -414,12 +495,12 @@ export var CreateCollectionResponse$ = [3, n0, _CCRr,
|
|
|
414
495
|
export var CreateIamIdentityCenterConfigOptions$ = [3, n0, _CIICCO,
|
|
415
496
|
0,
|
|
416
497
|
[_iA, _uA, _gA],
|
|
417
|
-
[0, 0, 0]
|
|
498
|
+
[0, 0, 0], 1
|
|
418
499
|
];
|
|
419
500
|
export var CreateIndexRequest$ = [3, n0, _CIR,
|
|
420
501
|
0,
|
|
421
502
|
[_id_, _iN, _iS],
|
|
422
|
-
[0, 0, 15]
|
|
503
|
+
[0, 0, 15], 2
|
|
423
504
|
];
|
|
424
505
|
export var CreateIndexResponse$ = [3, n0, _CIRr,
|
|
425
506
|
0,
|
|
@@ -428,8 +509,8 @@ export var CreateIndexResponse$ = [3, n0, _CIRr,
|
|
|
428
509
|
];
|
|
429
510
|
export var CreateLifecyclePolicyRequest$ = [3, n0, _CLPR,
|
|
430
511
|
0,
|
|
431
|
-
[_t, _n,
|
|
432
|
-
[0, 0, 0, 0, [0, 4]]
|
|
512
|
+
[_t, _n, _p, _d, _cT],
|
|
513
|
+
[0, 0, 0, 0, [0, 4]], 3
|
|
433
514
|
];
|
|
434
515
|
export var CreateLifecyclePolicyResponse$ = [3, n0, _CLPRr,
|
|
435
516
|
0,
|
|
@@ -439,7 +520,7 @@ export var CreateLifecyclePolicyResponse$ = [3, n0, _CLPRr,
|
|
|
439
520
|
export var CreateSecurityConfigRequest$ = [3, n0, _CSCR,
|
|
440
521
|
0,
|
|
441
522
|
[_t, _n, _d, _sO, _iICO, _iFO, _cT],
|
|
442
|
-
[0, 0, 0, () => SamlConfigOptions$, () => CreateIamIdentityCenterConfigOptions$, () => IamFederationConfigOptions$, [0, 4]]
|
|
523
|
+
[0, 0, 0, () => SamlConfigOptions$, () => CreateIamIdentityCenterConfigOptions$, () => IamFederationConfigOptions$, [0, 4]], 2
|
|
443
524
|
];
|
|
444
525
|
export var CreateSecurityConfigResponse$ = [3, n0, _CSCRr,
|
|
445
526
|
0,
|
|
@@ -448,8 +529,8 @@ export var CreateSecurityConfigResponse$ = [3, n0, _CSCRr,
|
|
|
448
529
|
];
|
|
449
530
|
export var CreateSecurityPolicyRequest$ = [3, n0, _CSPR,
|
|
450
531
|
0,
|
|
451
|
-
[_t, _n,
|
|
452
|
-
[0, 0, 0, 0, [0, 4]]
|
|
532
|
+
[_t, _n, _p, _d, _cT],
|
|
533
|
+
[0, 0, 0, 0, [0, 4]], 3
|
|
453
534
|
];
|
|
454
535
|
export var CreateSecurityPolicyResponse$ = [3, n0, _CSPRr,
|
|
455
536
|
0,
|
|
@@ -464,7 +545,7 @@ export var CreateVpcEndpointDetail$ = [3, n0, _CVED,
|
|
|
464
545
|
export var CreateVpcEndpointRequest$ = [3, n0, _CVER,
|
|
465
546
|
0,
|
|
466
547
|
[_n, _vI, _sI, _sGI, _cT],
|
|
467
|
-
[0, 0, 64 | 0, 64 | 0, [0, 4]]
|
|
548
|
+
[0, 0, 64 | 0, 64 | 0, [0, 4]], 3
|
|
468
549
|
];
|
|
469
550
|
export var CreateVpcEndpointResponse$ = [3, n0, _CVERr,
|
|
470
551
|
0,
|
|
@@ -474,7 +555,7 @@ export var CreateVpcEndpointResponse$ = [3, n0, _CVERr,
|
|
|
474
555
|
export var DeleteAccessPolicyRequest$ = [3, n0, _DAPR,
|
|
475
556
|
0,
|
|
476
557
|
[_t, _n, _cT],
|
|
477
|
-
[0, 0, [0, 4]]
|
|
558
|
+
[0, 0, [0, 4]], 2
|
|
478
559
|
];
|
|
479
560
|
export var DeleteAccessPolicyResponse$ = [3, n0, _DAPRe,
|
|
480
561
|
0,
|
|
@@ -486,10 +567,20 @@ export var DeleteCollectionDetail$ = [3, n0, _DCD,
|
|
|
486
567
|
[_id_, _n, _s],
|
|
487
568
|
[0, 0, 0]
|
|
488
569
|
];
|
|
570
|
+
export var DeleteCollectionGroupRequest$ = [3, n0, _DCGR,
|
|
571
|
+
0,
|
|
572
|
+
[_id_, _cT],
|
|
573
|
+
[0, [0, 4]], 1
|
|
574
|
+
];
|
|
575
|
+
export var DeleteCollectionGroupResponse$ = [3, n0, _DCGRe,
|
|
576
|
+
0,
|
|
577
|
+
[],
|
|
578
|
+
[]
|
|
579
|
+
];
|
|
489
580
|
export var DeleteCollectionRequest$ = [3, n0, _DCR,
|
|
490
581
|
0,
|
|
491
582
|
[_id_, _cT],
|
|
492
|
-
[0, [0, 4]]
|
|
583
|
+
[0, [0, 4]], 1
|
|
493
584
|
];
|
|
494
585
|
export var DeleteCollectionResponse$ = [3, n0, _DCRe,
|
|
495
586
|
0,
|
|
@@ -499,7 +590,7 @@ export var DeleteCollectionResponse$ = [3, n0, _DCRe,
|
|
|
499
590
|
export var DeleteIndexRequest$ = [3, n0, _DIR,
|
|
500
591
|
0,
|
|
501
592
|
[_id_, _iN],
|
|
502
|
-
[0, 0]
|
|
593
|
+
[0, 0], 2
|
|
503
594
|
];
|
|
504
595
|
export var DeleteIndexResponse$ = [3, n0, _DIRe,
|
|
505
596
|
0,
|
|
@@ -509,7 +600,7 @@ export var DeleteIndexResponse$ = [3, n0, _DIRe,
|
|
|
509
600
|
export var DeleteLifecyclePolicyRequest$ = [3, n0, _DLPR,
|
|
510
601
|
0,
|
|
511
602
|
[_t, _n, _cT],
|
|
512
|
-
[0, 0, [0, 4]]
|
|
603
|
+
[0, 0, [0, 4]], 2
|
|
513
604
|
];
|
|
514
605
|
export var DeleteLifecyclePolicyResponse$ = [3, n0, _DLPRe,
|
|
515
606
|
0,
|
|
@@ -519,7 +610,7 @@ export var DeleteLifecyclePolicyResponse$ = [3, n0, _DLPRe,
|
|
|
519
610
|
export var DeleteSecurityConfigRequest$ = [3, n0, _DSCR,
|
|
520
611
|
0,
|
|
521
612
|
[_id_, _cT],
|
|
522
|
-
[0, [0, 4]]
|
|
613
|
+
[0, [0, 4]], 1
|
|
523
614
|
];
|
|
524
615
|
export var DeleteSecurityConfigResponse$ = [3, n0, _DSCRe,
|
|
525
616
|
0,
|
|
@@ -529,7 +620,7 @@ export var DeleteSecurityConfigResponse$ = [3, n0, _DSCRe,
|
|
|
529
620
|
export var DeleteSecurityPolicyRequest$ = [3, n0, _DSPR,
|
|
530
621
|
0,
|
|
531
622
|
[_t, _n, _cT],
|
|
532
|
-
[0, 0, [0, 4]]
|
|
623
|
+
[0, 0, [0, 4]], 2
|
|
533
624
|
];
|
|
534
625
|
export var DeleteSecurityPolicyResponse$ = [3, n0, _DSPRe,
|
|
535
626
|
0,
|
|
@@ -544,7 +635,7 @@ export var DeleteVpcEndpointDetail$ = [3, n0, _DVED,
|
|
|
544
635
|
export var DeleteVpcEndpointRequest$ = [3, n0, _DVER,
|
|
545
636
|
0,
|
|
546
637
|
[_id_, _cT],
|
|
547
|
-
[0, [0, 4]]
|
|
638
|
+
[0, [0, 4]], 1
|
|
548
639
|
];
|
|
549
640
|
export var DeleteVpcEndpointResponse$ = [3, n0, _DVERe,
|
|
550
641
|
0,
|
|
@@ -561,6 +652,11 @@ export var EffectiveLifecyclePolicyErrorDetail$ = [3, n0, _ELPED,
|
|
|
561
652
|
[_t, _r, _eM, _eC],
|
|
562
653
|
[0, 0, 0, 0]
|
|
563
654
|
];
|
|
655
|
+
export var EncryptionConfig$ = [3, n0, _EC,
|
|
656
|
+
0,
|
|
657
|
+
[_aWSOK, _kKA],
|
|
658
|
+
[2, 0]
|
|
659
|
+
];
|
|
564
660
|
export var FipsEndpoints$ = [3, n0, _FE,
|
|
565
661
|
0,
|
|
566
662
|
[_cE, _dE],
|
|
@@ -569,7 +665,7 @@ export var FipsEndpoints$ = [3, n0, _FE,
|
|
|
569
665
|
export var GetAccessPolicyRequest$ = [3, n0, _GAPR,
|
|
570
666
|
0,
|
|
571
667
|
[_t, _n],
|
|
572
|
-
[0, 0]
|
|
668
|
+
[0, 0], 2
|
|
573
669
|
];
|
|
574
670
|
export var GetAccessPolicyResponse$ = [3, n0, _GAPRe,
|
|
575
671
|
0,
|
|
@@ -589,7 +685,7 @@ export var GetAccountSettingsResponse$ = [3, n0, _GASRe,
|
|
|
589
685
|
export var GetIndexRequest$ = [3, n0, _GIR,
|
|
590
686
|
0,
|
|
591
687
|
[_id_, _iN],
|
|
592
|
-
[0, 0]
|
|
688
|
+
[0, 0], 2
|
|
593
689
|
];
|
|
594
690
|
export var GetIndexResponse$ = [3, n0, _GIRe,
|
|
595
691
|
0,
|
|
@@ -609,7 +705,7 @@ export var GetPoliciesStatsResponse$ = [3, n0, _GPSRe,
|
|
|
609
705
|
export var GetSecurityConfigRequest$ = [3, n0, _GSCR,
|
|
610
706
|
0,
|
|
611
707
|
[_id_],
|
|
612
|
-
[0]
|
|
708
|
+
[0], 1
|
|
613
709
|
];
|
|
614
710
|
export var GetSecurityConfigResponse$ = [3, n0, _GSCRe,
|
|
615
711
|
0,
|
|
@@ -619,7 +715,7 @@ export var GetSecurityConfigResponse$ = [3, n0, _GSCRe,
|
|
|
619
715
|
export var GetSecurityPolicyRequest$ = [3, n0, _GSPR,
|
|
620
716
|
0,
|
|
621
717
|
[_t, _n],
|
|
622
|
-
[0, 0]
|
|
718
|
+
[0, 0], 2
|
|
623
719
|
];
|
|
624
720
|
export var GetSecurityPolicyResponse$ = [3, n0, _GSPRe,
|
|
625
721
|
0,
|
|
@@ -655,12 +751,12 @@ export var LifecyclePolicyErrorDetail$ = [3, n0, _LPED,
|
|
|
655
751
|
export var LifecyclePolicyIdentifier$ = [3, n0, _LPI,
|
|
656
752
|
0,
|
|
657
753
|
[_t, _n],
|
|
658
|
-
[0, 0]
|
|
754
|
+
[0, 0], 2
|
|
659
755
|
];
|
|
660
756
|
export var LifecyclePolicyResourceIdentifier$ = [3, n0, _LPRI,
|
|
661
757
|
0,
|
|
662
758
|
[_t, _r],
|
|
663
|
-
[0, 0]
|
|
759
|
+
[0, 0], 2
|
|
664
760
|
];
|
|
665
761
|
export var LifecyclePolicyStats$ = [3, n0, _LPS,
|
|
666
762
|
0,
|
|
@@ -675,13 +771,23 @@ export var LifecyclePolicySummary$ = [3, n0, _LPSi,
|
|
|
675
771
|
export var ListAccessPoliciesRequest$ = [3, n0, _LAPR,
|
|
676
772
|
0,
|
|
677
773
|
[_t, _r, _nT, _mR],
|
|
678
|
-
[0, 64 | 0, 0, 1]
|
|
774
|
+
[0, 64 | 0, 0, 1], 1
|
|
679
775
|
];
|
|
680
776
|
export var ListAccessPoliciesResponse$ = [3, n0, _LAPRi,
|
|
681
777
|
0,
|
|
682
778
|
[_aPS, _nT],
|
|
683
779
|
[() => AccessPolicySummaries, 0]
|
|
684
780
|
];
|
|
781
|
+
export var ListCollectionGroupsRequest$ = [3, n0, _LCGR,
|
|
782
|
+
0,
|
|
783
|
+
[_nT, _mR],
|
|
784
|
+
[0, 1]
|
|
785
|
+
];
|
|
786
|
+
export var ListCollectionGroupsResponse$ = [3, n0, _LCGRi,
|
|
787
|
+
0,
|
|
788
|
+
[_cGS, _nT],
|
|
789
|
+
[() => CollectionGroupSummaries, 0]
|
|
790
|
+
];
|
|
685
791
|
export var ListCollectionsRequest$ = [3, n0, _LCR,
|
|
686
792
|
0,
|
|
687
793
|
[_cF, _nT, _mR],
|
|
@@ -695,7 +801,7 @@ export var ListCollectionsResponse$ = [3, n0, _LCRi,
|
|
|
695
801
|
export var ListLifecyclePoliciesRequest$ = [3, n0, _LLPR,
|
|
696
802
|
0,
|
|
697
803
|
[_t, _re, _nT, _mR],
|
|
698
|
-
[0, 64 | 0, 0, 1]
|
|
804
|
+
[0, 64 | 0, 0, 1], 1
|
|
699
805
|
];
|
|
700
806
|
export var ListLifecyclePoliciesResponse$ = [3, n0, _LLPRi,
|
|
701
807
|
0,
|
|
@@ -705,7 +811,7 @@ export var ListLifecyclePoliciesResponse$ = [3, n0, _LLPRi,
|
|
|
705
811
|
export var ListSecurityConfigsRequest$ = [3, n0, _LSCR,
|
|
706
812
|
0,
|
|
707
813
|
[_t, _nT, _mR],
|
|
708
|
-
[0, 0, 1]
|
|
814
|
+
[0, 0, 1], 1
|
|
709
815
|
];
|
|
710
816
|
export var ListSecurityConfigsResponse$ = [3, n0, _LSCRi,
|
|
711
817
|
0,
|
|
@@ -715,7 +821,7 @@ export var ListSecurityConfigsResponse$ = [3, n0, _LSCRi,
|
|
|
715
821
|
export var ListSecurityPoliciesRequest$ = [3, n0, _LSPR,
|
|
716
822
|
0,
|
|
717
823
|
[_t, _r, _nT, _mR],
|
|
718
|
-
[0, 64 | 0, 0, 1]
|
|
824
|
+
[0, 64 | 0, 0, 1], 1
|
|
719
825
|
];
|
|
720
826
|
export var ListSecurityPoliciesResponse$ = [3, n0, _LSPRi,
|
|
721
827
|
0,
|
|
@@ -725,7 +831,7 @@ export var ListSecurityPoliciesResponse$ = [3, n0, _LSPRi,
|
|
|
725
831
|
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
726
832
|
0,
|
|
727
833
|
[_rA],
|
|
728
|
-
[0]
|
|
834
|
+
[0], 1
|
|
729
835
|
];
|
|
730
836
|
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
731
837
|
0,
|
|
@@ -745,7 +851,7 @@ export var ListVpcEndpointsResponse$ = [3, n0, _LVERi,
|
|
|
745
851
|
export var OcuLimitExceededException$ = [-3, n0, _OLEE,
|
|
746
852
|
{ [_e]: _c, [_hE]: 402 },
|
|
747
853
|
[_m],
|
|
748
|
-
[0]
|
|
854
|
+
[0], 1
|
|
749
855
|
];
|
|
750
856
|
TypeRegistry.for(n0).registerError(OcuLimitExceededException$, OcuLimitExceededException);
|
|
751
857
|
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
@@ -757,7 +863,7 @@ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundE
|
|
|
757
863
|
export var SamlConfigOptions$ = [3, n0, _SCO,
|
|
758
864
|
0,
|
|
759
865
|
[_me, _uA, _gA, _oSSEI, _sT],
|
|
760
|
-
[0, 0, 0, 0, 1]
|
|
866
|
+
[0, 0, 0, 0, 1], 1
|
|
761
867
|
];
|
|
762
868
|
export var SecurityConfigDetail$ = [3, n0, _SCD,
|
|
763
869
|
0,
|
|
@@ -791,19 +897,19 @@ export var SecurityPolicySummary$ = [3, n0, _SPSe,
|
|
|
791
897
|
];
|
|
792
898
|
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
793
899
|
{ [_e]: _c, [_hE]: 402 },
|
|
794
|
-
[_m, _rIe, _rT,
|
|
795
|
-
[0, 0, 0, 0, 0]
|
|
900
|
+
[_m, _sC, _rIe, _rT, _qC],
|
|
901
|
+
[0, 0, 0, 0, 0], 2
|
|
796
902
|
];
|
|
797
903
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
798
904
|
export var Tag$ = [3, n0, _T,
|
|
799
905
|
0,
|
|
800
906
|
[_k, _v],
|
|
801
|
-
[0, 0]
|
|
907
|
+
[0, 0], 2
|
|
802
908
|
];
|
|
803
909
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
804
910
|
0,
|
|
805
911
|
[_rA, _ta],
|
|
806
|
-
[0, () => Tags]
|
|
912
|
+
[0, () => Tags], 2
|
|
807
913
|
];
|
|
808
914
|
export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
809
915
|
0,
|
|
@@ -813,7 +919,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
|
|
|
813
919
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
814
920
|
0,
|
|
815
921
|
[_rA, _tK],
|
|
816
|
-
[0, 64 | 0]
|
|
922
|
+
[0, 64 | 0], 2
|
|
817
923
|
];
|
|
818
924
|
export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
819
925
|
0,
|
|
@@ -823,7 +929,7 @@ export var UntagResourceResponse$ = [3, n0, _URRn,
|
|
|
823
929
|
export var UpdateAccessPolicyRequest$ = [3, n0, _UAPR,
|
|
824
930
|
0,
|
|
825
931
|
[_t, _n, _pV, _d, _p, _cT],
|
|
826
|
-
[0, 0, 0, 0, 0, [0, 4]]
|
|
932
|
+
[0, 0, 0, 0, 0, [0, 4]], 3
|
|
827
933
|
];
|
|
828
934
|
export var UpdateAccessPolicyResponse$ = [3, n0, _UAPRp,
|
|
829
935
|
0,
|
|
@@ -845,10 +951,25 @@ export var UpdateCollectionDetail$ = [3, n0, _UCD,
|
|
|
845
951
|
[_id_, _n, _s, _t, _d, _a, _cD, _lMD],
|
|
846
952
|
[0, 0, 0, 0, 0, 0, 1, 1]
|
|
847
953
|
];
|
|
954
|
+
export var UpdateCollectionGroupDetail$ = [3, n0, _UCGD,
|
|
955
|
+
0,
|
|
956
|
+
[_id_, _a, _n, _d, _cL, _cD, _lMD],
|
|
957
|
+
[0, 0, 0, 0, () => CollectionGroupCapacityLimits$, 1, 1]
|
|
958
|
+
];
|
|
959
|
+
export var UpdateCollectionGroupRequest$ = [3, n0, _UCGR,
|
|
960
|
+
0,
|
|
961
|
+
[_id_, _d, _cL, _cT],
|
|
962
|
+
[0, 0, () => CollectionGroupCapacityLimits$, [0, 4]], 1
|
|
963
|
+
];
|
|
964
|
+
export var UpdateCollectionGroupResponse$ = [3, n0, _UCGRp,
|
|
965
|
+
0,
|
|
966
|
+
[_uCGD],
|
|
967
|
+
[() => UpdateCollectionGroupDetail$]
|
|
968
|
+
];
|
|
848
969
|
export var UpdateCollectionRequest$ = [3, n0, _UCR,
|
|
849
970
|
0,
|
|
850
971
|
[_id_, _d, _cT],
|
|
851
|
-
[0, 0, [0, 4]]
|
|
972
|
+
[0, 0, [0, 4]], 1
|
|
852
973
|
];
|
|
853
974
|
export var UpdateCollectionResponse$ = [3, n0, _UCRp,
|
|
854
975
|
0,
|
|
@@ -863,7 +984,7 @@ export var UpdateIamIdentityCenterConfigOptions$ = [3, n0, _UIICCO,
|
|
|
863
984
|
export var UpdateIndexRequest$ = [3, n0, _UIR,
|
|
864
985
|
0,
|
|
865
986
|
[_id_, _iN, _iS],
|
|
866
|
-
[0, 0, 15]
|
|
987
|
+
[0, 0, 15], 2
|
|
867
988
|
];
|
|
868
989
|
export var UpdateIndexResponse$ = [3, n0, _UIRp,
|
|
869
990
|
0,
|
|
@@ -873,7 +994,7 @@ export var UpdateIndexResponse$ = [3, n0, _UIRp,
|
|
|
873
994
|
export var UpdateLifecyclePolicyRequest$ = [3, n0, _ULPR,
|
|
874
995
|
0,
|
|
875
996
|
[_t, _n, _pV, _d, _p, _cT],
|
|
876
|
-
[0, 0, 0, 0, 0, [0, 4]]
|
|
997
|
+
[0, 0, 0, 0, 0, [0, 4]], 3
|
|
877
998
|
];
|
|
878
999
|
export var UpdateLifecyclePolicyResponse$ = [3, n0, _ULPRp,
|
|
879
1000
|
0,
|
|
@@ -883,7 +1004,7 @@ export var UpdateLifecyclePolicyResponse$ = [3, n0, _ULPRp,
|
|
|
883
1004
|
export var UpdateSecurityConfigRequest$ = [3, n0, _USCR,
|
|
884
1005
|
0,
|
|
885
1006
|
[_id_, _cV, _d, _sO, _iICOU, _iFO, _cT],
|
|
886
|
-
[0, 0, 0, () => SamlConfigOptions$, () => UpdateIamIdentityCenterConfigOptions$, () => IamFederationConfigOptions$, [0, 4]]
|
|
1007
|
+
[0, 0, 0, () => SamlConfigOptions$, () => UpdateIamIdentityCenterConfigOptions$, () => IamFederationConfigOptions$, [0, 4]], 2
|
|
887
1008
|
];
|
|
888
1009
|
export var UpdateSecurityConfigResponse$ = [3, n0, _USCRp,
|
|
889
1010
|
0,
|
|
@@ -893,7 +1014,7 @@ export var UpdateSecurityConfigResponse$ = [3, n0, _USCRp,
|
|
|
893
1014
|
export var UpdateSecurityPolicyRequest$ = [3, n0, _USPR,
|
|
894
1015
|
0,
|
|
895
1016
|
[_t, _n, _pV, _d, _p, _cT],
|
|
896
|
-
[0, 0, 0, 0, 0, [0, 4]]
|
|
1017
|
+
[0, 0, 0, 0, 0, [0, 4]], 3
|
|
897
1018
|
];
|
|
898
1019
|
export var UpdateSecurityPolicyResponse$ = [3, n0, _USPRp,
|
|
899
1020
|
0,
|
|
@@ -908,7 +1029,7 @@ export var UpdateVpcEndpointDetail$ = [3, n0, _UVED,
|
|
|
908
1029
|
export var UpdateVpcEndpointRequest$ = [3, n0, _UVER,
|
|
909
1030
|
0,
|
|
910
1031
|
[_id_, _aSI, _rSI, _aSGI, _rSGI, _cT],
|
|
911
|
-
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, [0, 4]]
|
|
1032
|
+
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, [0, 4]], 1
|
|
912
1033
|
];
|
|
913
1034
|
export var UpdateVpcEndpointResponse$ = [3, n0, _UVERp,
|
|
914
1035
|
0,
|
|
@@ -924,7 +1045,7 @@ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
|
924
1045
|
export var VectorOptions$ = [3, n0, _VO,
|
|
925
1046
|
0,
|
|
926
1047
|
[_SVA],
|
|
927
|
-
[0]
|
|
1048
|
+
[0], 1
|
|
928
1049
|
];
|
|
929
1050
|
export var VpcEndpointDetail$ = [3, n0, _VED,
|
|
930
1051
|
0,
|
|
@@ -957,6 +1078,17 @@ var CollectionDetails = [1, n0, _CDo,
|
|
|
957
1078
|
var CollectionErrorDetails = [1, n0, _CEDo,
|
|
958
1079
|
0, () => CollectionErrorDetail$
|
|
959
1080
|
];
|
|
1081
|
+
var CollectionGroupDetails = [1, n0, _CGDo,
|
|
1082
|
+
0, () => CollectionGroupDetail$
|
|
1083
|
+
];
|
|
1084
|
+
var CollectionGroupErrorDetails = [1, n0, _CGEDo,
|
|
1085
|
+
0, () => CollectionGroupErrorDetail$
|
|
1086
|
+
];
|
|
1087
|
+
var CollectionGroupIds = 64 | 0;
|
|
1088
|
+
var CollectionGroupNames = 64 | 0;
|
|
1089
|
+
var CollectionGroupSummaries = [1, n0, _CGSo,
|
|
1090
|
+
0, () => CollectionGroupSummary$
|
|
1091
|
+
];
|
|
960
1092
|
var CollectionIds = 64 | 0;
|
|
961
1093
|
var CollectionNames = 64 | 0;
|
|
962
1094
|
var CollectionSummaries = [1, n0, _CSo,
|
|
@@ -1010,6 +1142,9 @@ var VpcEndpointSummaries = [1, n0, _VESp,
|
|
|
1010
1142
|
export var BatchGetCollection$ = [9, n0, _BGC,
|
|
1011
1143
|
0, () => BatchGetCollectionRequest$, () => BatchGetCollectionResponse$
|
|
1012
1144
|
];
|
|
1145
|
+
export var BatchGetCollectionGroup$ = [9, n0, _BGCG,
|
|
1146
|
+
0, () => BatchGetCollectionGroupRequest$, () => BatchGetCollectionGroupResponse$
|
|
1147
|
+
];
|
|
1013
1148
|
export var BatchGetEffectiveLifecyclePolicy$ = [9, n0, _BGELP,
|
|
1014
1149
|
0, () => BatchGetEffectiveLifecyclePolicyRequest$, () => BatchGetEffectiveLifecyclePolicyResponse$
|
|
1015
1150
|
];
|
|
@@ -1025,6 +1160,9 @@ export var CreateAccessPolicy$ = [9, n0, _CAP,
|
|
|
1025
1160
|
export var CreateCollection$ = [9, n0, _CC,
|
|
1026
1161
|
2, () => CreateCollectionRequest$, () => CreateCollectionResponse$
|
|
1027
1162
|
];
|
|
1163
|
+
export var CreateCollectionGroup$ = [9, n0, _CCG,
|
|
1164
|
+
2, () => CreateCollectionGroupRequest$, () => CreateCollectionGroupResponse$
|
|
1165
|
+
];
|
|
1028
1166
|
export var CreateIndex$ = [9, n0, _CI,
|
|
1029
1167
|
2, () => CreateIndexRequest$, () => CreateIndexResponse$
|
|
1030
1168
|
];
|
|
@@ -1046,6 +1184,9 @@ export var DeleteAccessPolicy$ = [9, n0, _DAP,
|
|
|
1046
1184
|
export var DeleteCollection$ = [9, n0, _DC,
|
|
1047
1185
|
2, () => DeleteCollectionRequest$, () => DeleteCollectionResponse$
|
|
1048
1186
|
];
|
|
1187
|
+
export var DeleteCollectionGroup$ = [9, n0, _DCG,
|
|
1188
|
+
2, () => DeleteCollectionGroupRequest$, () => DeleteCollectionGroupResponse$
|
|
1189
|
+
];
|
|
1049
1190
|
export var DeleteIndex$ = [9, n0, _DI,
|
|
1050
1191
|
2, () => DeleteIndexRequest$, () => DeleteIndexResponse$
|
|
1051
1192
|
];
|
|
@@ -1082,6 +1223,9 @@ export var GetSecurityPolicy$ = [9, n0, _GSP,
|
|
|
1082
1223
|
export var ListAccessPolicies$ = [9, n0, _LAP,
|
|
1083
1224
|
0, () => ListAccessPoliciesRequest$, () => ListAccessPoliciesResponse$
|
|
1084
1225
|
];
|
|
1226
|
+
export var ListCollectionGroups$ = [9, n0, _LCG,
|
|
1227
|
+
0, () => ListCollectionGroupsRequest$, () => ListCollectionGroupsResponse$
|
|
1228
|
+
];
|
|
1085
1229
|
export var ListCollections$ = [9, n0, _LC,
|
|
1086
1230
|
0, () => ListCollectionsRequest$, () => ListCollectionsResponse$
|
|
1087
1231
|
];
|
|
@@ -1115,6 +1259,9 @@ export var UpdateAccountSettings$ = [9, n0, _UAS,
|
|
|
1115
1259
|
export var UpdateCollection$ = [9, n0, _UC,
|
|
1116
1260
|
2, () => UpdateCollectionRequest$, () => UpdateCollectionResponse$
|
|
1117
1261
|
];
|
|
1262
|
+
export var UpdateCollectionGroup$ = [9, n0, _UCG,
|
|
1263
|
+
2, () => UpdateCollectionGroupRequest$, () => UpdateCollectionGroupResponse$
|
|
1264
|
+
];
|
|
1118
1265
|
export var UpdateIndex$ = [9, n0, _UI,
|
|
1119
1266
|
2, () => UpdateIndexRequest$, () => UpdateIndexResponse$
|
|
1120
1267
|
];
|