@aws-sdk/client-opensearchserverless 3.926.0 → 3.928.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 (62) hide show
  1. package/dist-cjs/index.js +1329 -1475
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/OpenSearchServerlessClient.js +2 -0
  4. package/dist-es/commands/BatchGetCollectionCommand.js +3 -9
  5. package/dist-es/commands/BatchGetEffectiveLifecyclePolicyCommand.js +3 -9
  6. package/dist-es/commands/BatchGetLifecyclePolicyCommand.js +3 -9
  7. package/dist-es/commands/BatchGetVpcEndpointCommand.js +3 -9
  8. package/dist-es/commands/CreateAccessPolicyCommand.js +3 -9
  9. package/dist-es/commands/CreateCollectionCommand.js +3 -9
  10. package/dist-es/commands/CreateIndexCommand.js +3 -9
  11. package/dist-es/commands/CreateLifecyclePolicyCommand.js +3 -9
  12. package/dist-es/commands/CreateSecurityConfigCommand.js +3 -9
  13. package/dist-es/commands/CreateSecurityPolicyCommand.js +3 -9
  14. package/dist-es/commands/CreateVpcEndpointCommand.js +3 -9
  15. package/dist-es/commands/DeleteAccessPolicyCommand.js +3 -9
  16. package/dist-es/commands/DeleteCollectionCommand.js +3 -9
  17. package/dist-es/commands/DeleteIndexCommand.js +3 -9
  18. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
  19. package/dist-es/commands/DeleteSecurityConfigCommand.js +3 -9
  20. package/dist-es/commands/DeleteSecurityPolicyCommand.js +3 -9
  21. package/dist-es/commands/DeleteVpcEndpointCommand.js +3 -9
  22. package/dist-es/commands/GetAccessPolicyCommand.js +3 -9
  23. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  24. package/dist-es/commands/GetIndexCommand.js +3 -9
  25. package/dist-es/commands/GetPoliciesStatsCommand.js +3 -9
  26. package/dist-es/commands/GetSecurityConfigCommand.js +3 -9
  27. package/dist-es/commands/GetSecurityPolicyCommand.js +3 -9
  28. package/dist-es/commands/ListAccessPoliciesCommand.js +3 -9
  29. package/dist-es/commands/ListCollectionsCommand.js +3 -9
  30. package/dist-es/commands/ListLifecyclePoliciesCommand.js +3 -9
  31. package/dist-es/commands/ListSecurityConfigsCommand.js +3 -9
  32. package/dist-es/commands/ListSecurityPoliciesCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/ListVpcEndpointsCommand.js +3 -9
  35. package/dist-es/commands/TagResourceCommand.js +3 -9
  36. package/dist-es/commands/UntagResourceCommand.js +3 -9
  37. package/dist-es/commands/UpdateAccessPolicyCommand.js +3 -9
  38. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  39. package/dist-es/commands/UpdateCollectionCommand.js +3 -9
  40. package/dist-es/commands/UpdateIndexCommand.js +3 -9
  41. package/dist-es/commands/UpdateLifecyclePolicyCommand.js +3 -9
  42. package/dist-es/commands/UpdateSecurityConfigCommand.js +3 -9
  43. package/dist-es/commands/UpdateSecurityPolicyCommand.js +3 -9
  44. package/dist-es/commands/UpdateVpcEndpointCommand.js +3 -9
  45. package/dist-es/runtimeConfig.shared.js +7 -0
  46. package/dist-es/schemas/schemas_0.js +1235 -0
  47. package/dist-types/OpenSearchServerlessClient.d.ts +10 -1
  48. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  49. package/dist-types/runtimeConfig.d.ts +1 -0
  50. package/dist-types/runtimeConfig.native.d.ts +1 -0
  51. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  52. package/dist-types/schemas/schemas_0.d.ts +196 -0
  53. package/dist-types/ts3.4/OpenSearchServerlessClient.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +201 -0
  59. package/package.json +5 -6
  60. package/dist-es/protocols/Aws_json1_0.js +0 -1174
  61. package/dist-types/protocols/Aws_json1_0.d.ts +0 -371
  62. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -497
@@ -0,0 +1,1235 @@
1
+ const _APD = "AccessPolicyDetail";
2
+ const _APS = "AccessPolicyStats";
3
+ const _APSc = "AccessPolicySummary";
4
+ const _APScc = "AccessPolicySummaries";
5
+ const _ASD = "AccountSettingsDetail";
6
+ const _BGC = "BatchGetCollection";
7
+ const _BGCR = "BatchGetCollectionRequest";
8
+ const _BGCRa = "BatchGetCollectionResponse";
9
+ const _BGELP = "BatchGetEffectiveLifecyclePolicy";
10
+ const _BGELPR = "BatchGetEffectiveLifecyclePolicyRequest";
11
+ const _BGELPRa = "BatchGetEffectiveLifecyclePolicyResponse";
12
+ const _BGLP = "BatchGetLifecyclePolicy";
13
+ const _BGLPR = "BatchGetLifecyclePolicyRequest";
14
+ const _BGLPRa = "BatchGetLifecyclePolicyResponse";
15
+ const _BGVE = "BatchGetVpcEndpoint";
16
+ const _BGVER = "BatchGetVpcEndpointRequest";
17
+ const _BGVERa = "BatchGetVpcEndpointResponse";
18
+ const _CAP = "CreateAccessPolicy";
19
+ const _CAPR = "CreateAccessPolicyRequest";
20
+ const _CAPRr = "CreateAccessPolicyResponse";
21
+ const _CC = "CreateCollection";
22
+ const _CCD = "CreateCollectionDetail";
23
+ const _CCR = "CreateCollectionRequest";
24
+ const _CCRr = "CreateCollectionResponse";
25
+ const _CD = "CollectionDetail";
26
+ const _CDo = "CollectionDetails";
27
+ const _CE = "ConflictException";
28
+ const _CED = "CollectionErrorDetail";
29
+ const _CEDo = "CollectionErrorDetails";
30
+ const _CF = "CollectionFilters";
31
+ const _CI = "CreateIndex";
32
+ const _CIICCO = "CreateIamIdentityCenterConfigOptions";
33
+ const _CIR = "CreateIndexRequest";
34
+ const _CIRr = "CreateIndexResponse";
35
+ const _CL = "CapacityLimits";
36
+ const _CLP = "CreateLifecyclePolicy";
37
+ const _CLPR = "CreateLifecyclePolicyRequest";
38
+ const _CLPRr = "CreateLifecyclePolicyResponse";
39
+ const _CS = "CollectionSummary";
40
+ const _CSC = "CreateSecurityConfig";
41
+ const _CSCR = "CreateSecurityConfigRequest";
42
+ const _CSCRr = "CreateSecurityConfigResponse";
43
+ const _CSP = "CreateSecurityPolicy";
44
+ const _CSPR = "CreateSecurityPolicyRequest";
45
+ const _CSPRr = "CreateSecurityPolicyResponse";
46
+ const _CSo = "CollectionSummaries";
47
+ const _CVE = "CreateVpcEndpoint";
48
+ const _CVED = "CreateVpcEndpointDetail";
49
+ const _CVER = "CreateVpcEndpointRequest";
50
+ const _CVERr = "CreateVpcEndpointResponse";
51
+ const _DAP = "DeleteAccessPolicy";
52
+ const _DAPR = "DeleteAccessPolicyRequest";
53
+ const _DAPRe = "DeleteAccessPolicyResponse";
54
+ const _DC = "DeleteCollection";
55
+ const _DCD = "DeleteCollectionDetail";
56
+ const _DCR = "DeleteCollectionRequest";
57
+ const _DCRe = "DeleteCollectionResponse";
58
+ const _DI = "DeleteIndex";
59
+ const _DIR = "DeleteIndexRequest";
60
+ const _DIRe = "DeleteIndexResponse";
61
+ const _DLP = "DeleteLifecyclePolicy";
62
+ const _DLPR = "DeleteLifecyclePolicyRequest";
63
+ const _DLPRe = "DeleteLifecyclePolicyResponse";
64
+ const _DPC = "DataPolicyCount";
65
+ const _DSC = "DeleteSecurityConfig";
66
+ const _DSCR = "DeleteSecurityConfigRequest";
67
+ const _DSCRe = "DeleteSecurityConfigResponse";
68
+ const _DSP = "DeleteSecurityPolicy";
69
+ const _DSPR = "DeleteSecurityPolicyRequest";
70
+ const _DSPRe = "DeleteSecurityPolicyResponse";
71
+ const _DVE = "DeleteVpcEndpoint";
72
+ const _DVED = "DeleteVpcEndpointDetail";
73
+ const _DVER = "DeleteVpcEndpointRequest";
74
+ const _DVERe = "DeleteVpcEndpointResponse";
75
+ const _ELPD = "EffectiveLifecyclePolicyDetail";
76
+ const _ELPDf = "EffectiveLifecyclePolicyDetails";
77
+ const _ELPED = "EffectiveLifecyclePolicyErrorDetail";
78
+ const _ELPEDf = "EffectiveLifecyclePolicyErrorDetails";
79
+ const _EPC = "EncryptionPolicyCount";
80
+ const _FE = "FipsEndpoints";
81
+ const _GAP = "GetAccessPolicy";
82
+ const _GAPR = "GetAccessPolicyRequest";
83
+ const _GAPRe = "GetAccessPolicyResponse";
84
+ const _GAS = "GetAccountSettings";
85
+ const _GASR = "GetAccountSettingsRequest";
86
+ const _GASRe = "GetAccountSettingsResponse";
87
+ const _GI = "GetIndex";
88
+ const _GIR = "GetIndexRequest";
89
+ const _GIRe = "GetIndexResponse";
90
+ const _GPS = "GetPoliciesStats";
91
+ const _GPSR = "GetPoliciesStatsRequest";
92
+ const _GPSRe = "GetPoliciesStatsResponse";
93
+ const _GSC = "GetSecurityConfig";
94
+ const _GSCR = "GetSecurityConfigRequest";
95
+ const _GSCRe = "GetSecurityConfigResponse";
96
+ const _GSP = "GetSecurityPolicy";
97
+ const _GSPR = "GetSecurityPolicyRequest";
98
+ const _GSPRe = "GetSecurityPolicyResponse";
99
+ const _IFCO = "IamFederationConfigOptions";
100
+ const _IICCO = "IamIdentityCenterConfigOptions";
101
+ const _ISE = "InternalServerException";
102
+ const _LAP = "ListAccessPolicies";
103
+ const _LAPR = "ListAccessPoliciesRequest";
104
+ const _LAPRi = "ListAccessPoliciesResponse";
105
+ const _LC = "ListCollections";
106
+ const _LCR = "ListCollectionsRequest";
107
+ const _LCRi = "ListCollectionsResponse";
108
+ const _LLP = "ListLifecyclePolicies";
109
+ const _LLPR = "ListLifecyclePoliciesRequest";
110
+ const _LLPRi = "ListLifecyclePoliciesResponse";
111
+ const _LPD = "LifecyclePolicyDetail";
112
+ const _LPDi = "LifecyclePolicyDetails";
113
+ const _LPED = "LifecyclePolicyErrorDetail";
114
+ const _LPEDi = "LifecyclePolicyErrorDetails";
115
+ const _LPI = "LifecyclePolicyIdentifier";
116
+ const _LPIi = "LifecyclePolicyIdentifiers";
117
+ const _LPRI = "LifecyclePolicyResourceIdentifier";
118
+ const _LPRIi = "LifecyclePolicyResourceIdentifiers";
119
+ const _LPS = "LifecyclePolicyStats";
120
+ const _LPSi = "LifecyclePolicySummary";
121
+ const _LPSif = "LifecyclePolicySummaries";
122
+ const _LSC = "ListSecurityConfigs";
123
+ const _LSCR = "ListSecurityConfigsRequest";
124
+ const _LSCRi = "ListSecurityConfigsResponse";
125
+ const _LSP = "ListSecurityPolicies";
126
+ const _LSPR = "ListSecurityPoliciesRequest";
127
+ const _LSPRi = "ListSecurityPoliciesResponse";
128
+ const _LTFR = "ListTagsForResource";
129
+ const _LTFRR = "ListTagsForResourceRequest";
130
+ const _LTFRRi = "ListTagsForResourceResponse";
131
+ const _LVE = "ListVpcEndpoints";
132
+ const _LVER = "ListVpcEndpointsRequest";
133
+ const _LVERi = "ListVpcEndpointsResponse";
134
+ const _NPC = "NetworkPolicyCount";
135
+ const _OLEE = "OcuLimitExceededException";
136
+ const _RNFE = "ResourceNotFoundException";
137
+ const _RPC = "RetentionPolicyCount";
138
+ const _SCC = "SamlConfigCount";
139
+ const _SCD = "SecurityConfigDetail";
140
+ const _SCO = "SamlConfigOptions";
141
+ const _SCS = "SecurityConfigStats";
142
+ const _SCSe = "SecurityConfigSummary";
143
+ const _SCSec = "SecurityConfigSummaries";
144
+ const _SPD = "SecurityPolicyDetail";
145
+ const _SPS = "SecurityPolicyStats";
146
+ const _SPSe = "SecurityPolicySummary";
147
+ const _SPSec = "SecurityPolicySummaries";
148
+ const _SQEE = "ServiceQuotaExceededException";
149
+ const _T = "Tag";
150
+ const _TPC = "TotalPolicyCount";
151
+ const _TR = "TagResource";
152
+ const _TRR = "TagResourceRequest";
153
+ const _TRRa = "TagResourceResponse";
154
+ const _Ta = "Tags";
155
+ const _UAP = "UpdateAccessPolicy";
156
+ const _UAPR = "UpdateAccessPolicyRequest";
157
+ const _UAPRp = "UpdateAccessPolicyResponse";
158
+ const _UAS = "UpdateAccountSettings";
159
+ const _UASR = "UpdateAccountSettingsRequest";
160
+ const _UASRp = "UpdateAccountSettingsResponse";
161
+ const _UC = "UpdateCollection";
162
+ const _UCD = "UpdateCollectionDetail";
163
+ const _UCR = "UpdateCollectionRequest";
164
+ const _UCRp = "UpdateCollectionResponse";
165
+ const _UI = "UpdateIndex";
166
+ const _UIICCO = "UpdateIamIdentityCenterConfigOptions";
167
+ const _UIR = "UpdateIndexRequest";
168
+ const _UIRp = "UpdateIndexResponse";
169
+ const _ULP = "UpdateLifecyclePolicy";
170
+ const _ULPR = "UpdateLifecyclePolicyRequest";
171
+ const _ULPRp = "UpdateLifecyclePolicyResponse";
172
+ const _UR = "UntagResource";
173
+ const _URR = "UntagResourceRequest";
174
+ const _URRn = "UntagResourceResponse";
175
+ const _USC = "UpdateSecurityConfig";
176
+ const _USCR = "UpdateSecurityConfigRequest";
177
+ const _USCRp = "UpdateSecurityConfigResponse";
178
+ const _USP = "UpdateSecurityPolicy";
179
+ const _USPR = "UpdateSecurityPolicyRequest";
180
+ const _USPRp = "UpdateSecurityPolicyResponse";
181
+ const _UVE = "UpdateVpcEndpoint";
182
+ const _UVED = "UpdateVpcEndpointDetail";
183
+ const _UVER = "UpdateVpcEndpointRequest";
184
+ const _UVERp = "UpdateVpcEndpointResponse";
185
+ const _VE = "ValidationException";
186
+ const _VED = "VpcEndpointDetail";
187
+ const _VEDp = "VpcEndpointDetails";
188
+ const _VEED = "VpcEndpointErrorDetail";
189
+ const _VEEDp = "VpcEndpointErrorDetails";
190
+ const _VEF = "VpcEndpointFilters";
191
+ const _VES = "VpcEndpointSummary";
192
+ const _VESp = "VpcEndpointSummaries";
193
+ const _a = "arn";
194
+ const _aA = "applicationArn";
195
+ const _aD = "applicationDescription";
196
+ const _aN = "applicationName";
197
+ const _aPD = "accessPolicyDetail";
198
+ const _aPS = "accessPolicySummaries";
199
+ const _aSD = "accountSettingsDetail";
200
+ const _aSGI = "addSecurityGroupIds";
201
+ const _aSI = "addSubnetIds";
202
+ const _c = "client";
203
+ const _cCD = "createCollectionDetail";
204
+ const _cD = "createdDate";
205
+ const _cDo = "collectionDetails";
206
+ const _cE = "collectionEndpoint";
207
+ const _cED = "collectionErrorDetails";
208
+ const _cF = "collectionFilters";
209
+ const _cL = "capacityLimits";
210
+ const _cS = "collectionSummaries";
211
+ const _cT = "clientToken";
212
+ const _cV = "configVersion";
213
+ const _cVED = "createVpcEndpointDetail";
214
+ const _d = "description";
215
+ const _dCD = "deleteCollectionDetail";
216
+ const _dE = "dashboardEndpoint";
217
+ const _dVED = "deleteVpcEndpointDetail";
218
+ const _e = "error";
219
+ const _eC = "errorCode";
220
+ const _eLPD = "effectiveLifecyclePolicyDetails";
221
+ const _eLPED = "effectiveLifecyclePolicyErrorDetails";
222
+ const _eM = "errorMessage";
223
+ const _fC = "failureCode";
224
+ const _fE = "fipsEndpoints";
225
+ const _fM = "failureMessage";
226
+ const _gA = "groupAttribute";
227
+ const _hE = "httpError";
228
+ const _i = "ids";
229
+ const _iA = "instanceArn";
230
+ const _iFO = "iamFederationOptions";
231
+ const _iICO = "iamIdentityCenterOptions";
232
+ const _iICOU = "iamIdentityCenterOptionsUpdates";
233
+ const _iN = "indexName";
234
+ const _iS = "indexSchema";
235
+ const _id = "identifiers";
236
+ const _id_ = "id";
237
+ const _k = "key";
238
+ const _kKA = "kmsKeyArn";
239
+ const _lMD = "lastModifiedDate";
240
+ const _lPD = "lifecyclePolicyDetails";
241
+ const _lPDi = "lifecyclePolicyDetail";
242
+ const _lPED = "lifecyclePolicyErrorDetails";
243
+ const _lPS = "lifecyclePolicySummaries";
244
+ const _m = "message";
245
+ const _mICIOCU = "maxIndexingCapacityInOCU";
246
+ const _mR = "maxResults";
247
+ const _mSCIOCU = "maxSearchCapacityInOCU";
248
+ const _me = "metadata";
249
+ const _n = "name";
250
+ const _nMRP = "noMinRetentionPeriod";
251
+ const _nT = "nextToken";
252
+ const _na = "names";
253
+ const _oSSEI = "openSearchServerlessEntityId";
254
+ const _p = "policy";
255
+ const _pN = "policyName";
256
+ const _pV = "policyVersion";
257
+ const _qC = "quotaCode";
258
+ const _r = "resource";
259
+ const _rA = "resourceArn";
260
+ const _rI = "resourceIdentifiers";
261
+ const _rIe = "resourceId";
262
+ const _rP = "retentionPeriod";
263
+ const _rSGI = "removeSecurityGroupIds";
264
+ const _rSI = "removeSubnetIds";
265
+ const _rT = "resourceType";
266
+ const _re = "resources";
267
+ const _s = "status";
268
+ const _sC = "serviceCode";
269
+ const _sCD = "securityConfigDetail";
270
+ const _sCS = "securityConfigSummaries";
271
+ const _sGI = "securityGroupIds";
272
+ const _sI = "subnetIds";
273
+ const _sO = "samlOptions";
274
+ const _sPD = "securityPolicyDetail";
275
+ const _sPS = "securityPolicySummaries";
276
+ const _sR = "standbyReplicas";
277
+ const _sT = "sessionTimeout";
278
+ const _se = "server";
279
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.opensearchserverless";
280
+ const _t = "type";
281
+ const _tK = "tagKeys";
282
+ const _ta = "tags";
283
+ const _uA = "userAttribute";
284
+ const _uCD = "updateCollectionDetail";
285
+ const _v = "value";
286
+ const _vED = "vpcEndpointDetails";
287
+ const _vEED = "vpcEndpointErrorDetails";
288
+ const _vEF = "vpcEndpointFilters";
289
+ const _vES = "vpcEndpointSummaries";
290
+ const _vI = "vpcId";
291
+ const n0 = "com.amazonaws.opensearchserverless";
292
+ import { TypeRegistry } from "@smithy/core/schema";
293
+ import { ConflictException as __ConflictException, InternalServerException as __InternalServerException, OcuLimitExceededException as __OcuLimitExceededException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ValidationException as __ValidationException, } from "../models/index";
294
+ import { OpenSearchServerlessServiceException as __OpenSearchServerlessServiceException } from "../models/OpenSearchServerlessServiceException";
295
+ export var AccessPolicyDetail = [
296
+ 3,
297
+ n0,
298
+ _APD,
299
+ 0,
300
+ [_t, _n, _pV, _d, _p, _cD, _lMD],
301
+ [0, 0, 0, 0, 15, 1, 1],
302
+ ];
303
+ export var AccessPolicyStats = [3, n0, _APS, 0, [_DPC], [1]];
304
+ export var AccessPolicySummary = [
305
+ 3,
306
+ n0,
307
+ _APSc,
308
+ 0,
309
+ [_t, _n, _pV, _d, _cD, _lMD],
310
+ [0, 0, 0, 0, 1, 1],
311
+ ];
312
+ export var AccountSettingsDetail = [3, n0, _ASD, 0, [_cL], [() => CapacityLimits]];
313
+ export var BatchGetCollectionRequest = [3, n0, _BGCR, 0, [_i, _na], [64 | 0, 64 | 0]];
314
+ export var BatchGetCollectionResponse = [
315
+ 3,
316
+ n0,
317
+ _BGCRa,
318
+ 0,
319
+ [_cDo, _cED],
320
+ [() => CollectionDetails, () => CollectionErrorDetails],
321
+ ];
322
+ export var BatchGetEffectiveLifecyclePolicyRequest = [
323
+ 3,
324
+ n0,
325
+ _BGELPR,
326
+ 0,
327
+ [_rI],
328
+ [() => LifecyclePolicyResourceIdentifiers],
329
+ ];
330
+ export var BatchGetEffectiveLifecyclePolicyResponse = [
331
+ 3,
332
+ n0,
333
+ _BGELPRa,
334
+ 0,
335
+ [_eLPD, _eLPED],
336
+ [() => EffectiveLifecyclePolicyDetails, () => EffectiveLifecyclePolicyErrorDetails],
337
+ ];
338
+ export var BatchGetLifecyclePolicyRequest = [
339
+ 3,
340
+ n0,
341
+ _BGLPR,
342
+ 0,
343
+ [_id],
344
+ [() => LifecyclePolicyIdentifiers],
345
+ ];
346
+ export var BatchGetLifecyclePolicyResponse = [
347
+ 3,
348
+ n0,
349
+ _BGLPRa,
350
+ 0,
351
+ [_lPD, _lPED],
352
+ [() => LifecyclePolicyDetails, () => LifecyclePolicyErrorDetails],
353
+ ];
354
+ export var BatchGetVpcEndpointRequest = [3, n0, _BGVER, 0, [_i], [64 | 0]];
355
+ export var BatchGetVpcEndpointResponse = [
356
+ 3,
357
+ n0,
358
+ _BGVERa,
359
+ 0,
360
+ [_vED, _vEED],
361
+ [() => VpcEndpointDetails, () => VpcEndpointErrorDetails],
362
+ ];
363
+ export var CapacityLimits = [3, n0, _CL, 0, [_mICIOCU, _mSCIOCU], [1, 1]];
364
+ export var CollectionDetail = [
365
+ 3,
366
+ n0,
367
+ _CD,
368
+ 0,
369
+ [_id_, _n, _s, _t, _d, _a, _kKA, _sR, _cD, _lMD, _cE, _dE, _fE, _fC, _fM],
370
+ [0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, () => FipsEndpoints, 0, 0],
371
+ ];
372
+ export var CollectionErrorDetail = [3, n0, _CED, 0, [_id_, _n, _eM, _eC], [0, 0, 0, 0]];
373
+ export var CollectionFilters = [3, n0, _CF, 0, [_n, _s], [0, 0]];
374
+ export var CollectionSummary = [3, n0, _CS, 0, [_id_, _n, _s, _a], [0, 0, 0, 0]];
375
+ export var ConflictException = [
376
+ -3,
377
+ n0,
378
+ _CE,
379
+ {
380
+ [_e]: _c,
381
+ [_hE]: 409,
382
+ },
383
+ [_m],
384
+ [0],
385
+ ];
386
+ TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
387
+ export var CreateAccessPolicyRequest = [
388
+ 3,
389
+ n0,
390
+ _CAPR,
391
+ 0,
392
+ [_t, _n, _d, _p, _cT],
393
+ [0, 0, 0, 0, [0, 4]],
394
+ ];
395
+ export var CreateAccessPolicyResponse = [3, n0, _CAPRr, 0, [_aPD], [() => AccessPolicyDetail]];
396
+ export var CreateCollectionDetail = [
397
+ 3,
398
+ n0,
399
+ _CCD,
400
+ 0,
401
+ [_id_, _n, _s, _t, _d, _a, _kKA, _sR, _cD, _lMD],
402
+ [0, 0, 0, 0, 0, 0, 0, 0, 1, 1],
403
+ ];
404
+ export var CreateCollectionRequest = [
405
+ 3,
406
+ n0,
407
+ _CCR,
408
+ 0,
409
+ [_n, _t, _d, _ta, _sR, _cT],
410
+ [0, 0, 0, () => Tags, 0, [0, 4]],
411
+ ];
412
+ export var CreateCollectionResponse = [3, n0, _CCRr, 0, [_cCD], [() => CreateCollectionDetail]];
413
+ export var CreateIamIdentityCenterConfigOptions = [
414
+ 3,
415
+ n0,
416
+ _CIICCO,
417
+ 0,
418
+ [_iA, _uA, _gA],
419
+ [0, 0, 0],
420
+ ];
421
+ export var CreateIndexRequest = [3, n0, _CIR, 0, [_id_, _iN, _iS], [0, 0, 15]];
422
+ export var CreateIndexResponse = [3, n0, _CIRr, 0, [], []];
423
+ export var CreateLifecyclePolicyRequest = [
424
+ 3,
425
+ n0,
426
+ _CLPR,
427
+ 0,
428
+ [_t, _n, _d, _p, _cT],
429
+ [0, 0, 0, 0, [0, 4]],
430
+ ];
431
+ export var CreateLifecyclePolicyResponse = [
432
+ 3,
433
+ n0,
434
+ _CLPRr,
435
+ 0,
436
+ [_lPDi],
437
+ [() => LifecyclePolicyDetail],
438
+ ];
439
+ export var CreateSecurityConfigRequest = [
440
+ 3,
441
+ n0,
442
+ _CSCR,
443
+ 0,
444
+ [_t, _n, _d, _sO, _iICO, _iFO, _cT],
445
+ [
446
+ 0,
447
+ 0,
448
+ 0,
449
+ () => SamlConfigOptions,
450
+ () => CreateIamIdentityCenterConfigOptions,
451
+ () => IamFederationConfigOptions,
452
+ [0, 4],
453
+ ],
454
+ ];
455
+ export var CreateSecurityConfigResponse = [
456
+ 3,
457
+ n0,
458
+ _CSCRr,
459
+ 0,
460
+ [_sCD],
461
+ [() => SecurityConfigDetail],
462
+ ];
463
+ export var CreateSecurityPolicyRequest = [
464
+ 3,
465
+ n0,
466
+ _CSPR,
467
+ 0,
468
+ [_t, _n, _d, _p, _cT],
469
+ [0, 0, 0, 0, [0, 4]],
470
+ ];
471
+ export var CreateSecurityPolicyResponse = [
472
+ 3,
473
+ n0,
474
+ _CSPRr,
475
+ 0,
476
+ [_sPD],
477
+ [() => SecurityPolicyDetail],
478
+ ];
479
+ export var CreateVpcEndpointDetail = [3, n0, _CVED, 0, [_id_, _n, _s], [0, 0, 0]];
480
+ export var CreateVpcEndpointRequest = [
481
+ 3,
482
+ n0,
483
+ _CVER,
484
+ 0,
485
+ [_n, _vI, _sI, _sGI, _cT],
486
+ [0, 0, 64 | 0, 64 | 0, [0, 4]],
487
+ ];
488
+ export var CreateVpcEndpointResponse = [
489
+ 3,
490
+ n0,
491
+ _CVERr,
492
+ 0,
493
+ [_cVED],
494
+ [() => CreateVpcEndpointDetail],
495
+ ];
496
+ export var DeleteAccessPolicyRequest = [3, n0, _DAPR, 0, [_t, _n, _cT], [0, 0, [0, 4]]];
497
+ export var DeleteAccessPolicyResponse = [3, n0, _DAPRe, 0, [], []];
498
+ export var DeleteCollectionDetail = [3, n0, _DCD, 0, [_id_, _n, _s], [0, 0, 0]];
499
+ export var DeleteCollectionRequest = [3, n0, _DCR, 0, [_id_, _cT], [0, [0, 4]]];
500
+ export var DeleteCollectionResponse = [3, n0, _DCRe, 0, [_dCD], [() => DeleteCollectionDetail]];
501
+ export var DeleteIndexRequest = [3, n0, _DIR, 0, [_id_, _iN], [0, 0]];
502
+ export var DeleteIndexResponse = [3, n0, _DIRe, 0, [], []];
503
+ export var DeleteLifecyclePolicyRequest = [3, n0, _DLPR, 0, [_t, _n, _cT], [0, 0, [0, 4]]];
504
+ export var DeleteLifecyclePolicyResponse = [3, n0, _DLPRe, 0, [], []];
505
+ export var DeleteSecurityConfigRequest = [3, n0, _DSCR, 0, [_id_, _cT], [0, [0, 4]]];
506
+ export var DeleteSecurityConfigResponse = [3, n0, _DSCRe, 0, [], []];
507
+ export var DeleteSecurityPolicyRequest = [3, n0, _DSPR, 0, [_t, _n, _cT], [0, 0, [0, 4]]];
508
+ export var DeleteSecurityPolicyResponse = [3, n0, _DSPRe, 0, [], []];
509
+ export var DeleteVpcEndpointDetail = [3, n0, _DVED, 0, [_id_, _n, _s], [0, 0, 0]];
510
+ export var DeleteVpcEndpointRequest = [3, n0, _DVER, 0, [_id_, _cT], [0, [0, 4]]];
511
+ export var DeleteVpcEndpointResponse = [
512
+ 3,
513
+ n0,
514
+ _DVERe,
515
+ 0,
516
+ [_dVED],
517
+ [() => DeleteVpcEndpointDetail],
518
+ ];
519
+ export var EffectiveLifecyclePolicyDetail = [
520
+ 3,
521
+ n0,
522
+ _ELPD,
523
+ 0,
524
+ [_t, _r, _pN, _rT, _rP, _nMRP],
525
+ [0, 0, 0, 0, 0, 2],
526
+ ];
527
+ export var EffectiveLifecyclePolicyErrorDetail = [
528
+ 3,
529
+ n0,
530
+ _ELPED,
531
+ 0,
532
+ [_t, _r, _eM, _eC],
533
+ [0, 0, 0, 0],
534
+ ];
535
+ export var FipsEndpoints = [3, n0, _FE, 0, [_cE, _dE], [0, 0]];
536
+ export var GetAccessPolicyRequest = [3, n0, _GAPR, 0, [_t, _n], [0, 0]];
537
+ export var GetAccessPolicyResponse = [3, n0, _GAPRe, 0, [_aPD], [() => AccessPolicyDetail]];
538
+ export var GetAccountSettingsRequest = [3, n0, _GASR, 0, [], []];
539
+ export var GetAccountSettingsResponse = [
540
+ 3,
541
+ n0,
542
+ _GASRe,
543
+ 0,
544
+ [_aSD],
545
+ [() => AccountSettingsDetail],
546
+ ];
547
+ export var GetIndexRequest = [3, n0, _GIR, 0, [_id_, _iN], [0, 0]];
548
+ export var GetIndexResponse = [3, n0, _GIRe, 0, [_iS], [15]];
549
+ export var GetPoliciesStatsRequest = [3, n0, _GPSR, 0, [], []];
550
+ export var GetPoliciesStatsResponse = [
551
+ 3,
552
+ n0,
553
+ _GPSRe,
554
+ 0,
555
+ [_APS, _SPS, _SCS, _LPS, _TPC],
556
+ [() => AccessPolicyStats, () => SecurityPolicyStats, () => SecurityConfigStats, () => LifecyclePolicyStats, 1],
557
+ ];
558
+ export var GetSecurityConfigRequest = [3, n0, _GSCR, 0, [_id_], [0]];
559
+ export var GetSecurityConfigResponse = [3, n0, _GSCRe, 0, [_sCD], [() => SecurityConfigDetail]];
560
+ export var GetSecurityPolicyRequest = [3, n0, _GSPR, 0, [_t, _n], [0, 0]];
561
+ export var GetSecurityPolicyResponse = [3, n0, _GSPRe, 0, [_sPD], [() => SecurityPolicyDetail]];
562
+ export var IamFederationConfigOptions = [3, n0, _IFCO, 0, [_gA, _uA], [0, 0]];
563
+ export var IamIdentityCenterConfigOptions = [
564
+ 3,
565
+ n0,
566
+ _IICCO,
567
+ 0,
568
+ [_iA, _aA, _aN, _aD, _uA, _gA],
569
+ [0, 0, 0, 0, 0, 0],
570
+ ];
571
+ export var InternalServerException = [
572
+ -3,
573
+ n0,
574
+ _ISE,
575
+ {
576
+ [_e]: _se,
577
+ [_hE]: 500,
578
+ },
579
+ [_m],
580
+ [0],
581
+ ];
582
+ TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
583
+ export var LifecyclePolicyDetail = [
584
+ 3,
585
+ n0,
586
+ _LPD,
587
+ 0,
588
+ [_t, _n, _pV, _d, _p, _cD, _lMD],
589
+ [0, 0, 0, 0, 15, 1, 1],
590
+ ];
591
+ export var LifecyclePolicyErrorDetail = [3, n0, _LPED, 0, [_t, _n, _eM, _eC], [0, 0, 0, 0]];
592
+ export var LifecyclePolicyIdentifier = [3, n0, _LPI, 0, [_t, _n], [0, 0]];
593
+ export var LifecyclePolicyResourceIdentifier = [3, n0, _LPRI, 0, [_t, _r], [0, 0]];
594
+ export var LifecyclePolicyStats = [3, n0, _LPS, 0, [_RPC], [1]];
595
+ export var LifecyclePolicySummary = [
596
+ 3,
597
+ n0,
598
+ _LPSi,
599
+ 0,
600
+ [_t, _n, _pV, _d, _cD, _lMD],
601
+ [0, 0, 0, 0, 1, 1],
602
+ ];
603
+ export var ListAccessPoliciesRequest = [3, n0, _LAPR, 0, [_t, _r, _nT, _mR], [0, 64 | 0, 0, 1]];
604
+ export var ListAccessPoliciesResponse = [
605
+ 3,
606
+ n0,
607
+ _LAPRi,
608
+ 0,
609
+ [_aPS, _nT],
610
+ [() => AccessPolicySummaries, 0],
611
+ ];
612
+ export var ListCollectionsRequest = [
613
+ 3,
614
+ n0,
615
+ _LCR,
616
+ 0,
617
+ [_cF, _nT, _mR],
618
+ [() => CollectionFilters, 0, 1],
619
+ ];
620
+ export var ListCollectionsResponse = [
621
+ 3,
622
+ n0,
623
+ _LCRi,
624
+ 0,
625
+ [_cS, _nT],
626
+ [() => CollectionSummaries, 0],
627
+ ];
628
+ export var ListLifecyclePoliciesRequest = [
629
+ 3,
630
+ n0,
631
+ _LLPR,
632
+ 0,
633
+ [_t, _re, _nT, _mR],
634
+ [0, 64 | 0, 0, 1],
635
+ ];
636
+ export var ListLifecyclePoliciesResponse = [
637
+ 3,
638
+ n0,
639
+ _LLPRi,
640
+ 0,
641
+ [_lPS, _nT],
642
+ [() => LifecyclePolicySummaries, 0],
643
+ ];
644
+ export var ListSecurityConfigsRequest = [3, n0, _LSCR, 0, [_t, _nT, _mR], [0, 0, 1]];
645
+ export var ListSecurityConfigsResponse = [
646
+ 3,
647
+ n0,
648
+ _LSCRi,
649
+ 0,
650
+ [_sCS, _nT],
651
+ [() => SecurityConfigSummaries, 0],
652
+ ];
653
+ export var ListSecurityPoliciesRequest = [
654
+ 3,
655
+ n0,
656
+ _LSPR,
657
+ 0,
658
+ [_t, _r, _nT, _mR],
659
+ [0, 64 | 0, 0, 1],
660
+ ];
661
+ export var ListSecurityPoliciesResponse = [
662
+ 3,
663
+ n0,
664
+ _LSPRi,
665
+ 0,
666
+ [_sPS, _nT],
667
+ [() => SecurityPolicySummaries, 0],
668
+ ];
669
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
670
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
671
+ export var ListVpcEndpointsRequest = [
672
+ 3,
673
+ n0,
674
+ _LVER,
675
+ 0,
676
+ [_vEF, _nT, _mR],
677
+ [() => VpcEndpointFilters, 0, 1],
678
+ ];
679
+ export var ListVpcEndpointsResponse = [
680
+ 3,
681
+ n0,
682
+ _LVERi,
683
+ 0,
684
+ [_vES, _nT],
685
+ [() => VpcEndpointSummaries, 0],
686
+ ];
687
+ export var OcuLimitExceededException = [
688
+ -3,
689
+ n0,
690
+ _OLEE,
691
+ {
692
+ [_e]: _c,
693
+ [_hE]: 402,
694
+ },
695
+ [_m],
696
+ [0],
697
+ ];
698
+ TypeRegistry.for(n0).registerError(OcuLimitExceededException, __OcuLimitExceededException);
699
+ export var ResourceNotFoundException = [
700
+ -3,
701
+ n0,
702
+ _RNFE,
703
+ {
704
+ [_e]: _c,
705
+ [_hE]: 404,
706
+ },
707
+ [_m],
708
+ [0],
709
+ ];
710
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
711
+ export var SamlConfigOptions = [3, n0, _SCO, 0, [_me, _uA, _gA, _oSSEI, _sT], [0, 0, 0, 0, 1]];
712
+ export var SecurityConfigDetail = [
713
+ 3,
714
+ n0,
715
+ _SCD,
716
+ 0,
717
+ [_id_, _t, _cV, _d, _sO, _iICO, _iFO, _cD, _lMD],
718
+ [0, 0, 0, 0, () => SamlConfigOptions, () => IamIdentityCenterConfigOptions, () => IamFederationConfigOptions, 1, 1],
719
+ ];
720
+ export var SecurityConfigStats = [3, n0, _SCS, 0, [_SCC], [1]];
721
+ export var SecurityConfigSummary = [
722
+ 3,
723
+ n0,
724
+ _SCSe,
725
+ 0,
726
+ [_id_, _t, _cV, _d, _cD, _lMD],
727
+ [0, 0, 0, 0, 1, 1],
728
+ ];
729
+ export var SecurityPolicyDetail = [
730
+ 3,
731
+ n0,
732
+ _SPD,
733
+ 0,
734
+ [_t, _n, _pV, _d, _p, _cD, _lMD],
735
+ [0, 0, 0, 0, 15, 1, 1],
736
+ ];
737
+ export var SecurityPolicyStats = [3, n0, _SPS, 0, [_EPC, _NPC], [1, 1]];
738
+ export var SecurityPolicySummary = [
739
+ 3,
740
+ n0,
741
+ _SPSe,
742
+ 0,
743
+ [_t, _n, _pV, _d, _cD, _lMD],
744
+ [0, 0, 0, 0, 1, 1],
745
+ ];
746
+ export var ServiceQuotaExceededException = [
747
+ -3,
748
+ n0,
749
+ _SQEE,
750
+ {
751
+ [_e]: _c,
752
+ [_hE]: 402,
753
+ },
754
+ [_m, _rIe, _rT, _sC, _qC],
755
+ [0, 0, 0, 0, 0],
756
+ ];
757
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
758
+ export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
759
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [0, () => Tags]];
760
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
761
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
762
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
763
+ export var UpdateAccessPolicyRequest = [
764
+ 3,
765
+ n0,
766
+ _UAPR,
767
+ 0,
768
+ [_t, _n, _pV, _d, _p, _cT],
769
+ [0, 0, 0, 0, 0, [0, 4]],
770
+ ];
771
+ export var UpdateAccessPolicyResponse = [3, n0, _UAPRp, 0, [_aPD], [() => AccessPolicyDetail]];
772
+ export var UpdateAccountSettingsRequest = [3, n0, _UASR, 0, [_cL], [() => CapacityLimits]];
773
+ export var UpdateAccountSettingsResponse = [
774
+ 3,
775
+ n0,
776
+ _UASRp,
777
+ 0,
778
+ [_aSD],
779
+ [() => AccountSettingsDetail],
780
+ ];
781
+ export var UpdateCollectionDetail = [
782
+ 3,
783
+ n0,
784
+ _UCD,
785
+ 0,
786
+ [_id_, _n, _s, _t, _d, _a, _cD, _lMD],
787
+ [0, 0, 0, 0, 0, 0, 1, 1],
788
+ ];
789
+ export var UpdateCollectionRequest = [3, n0, _UCR, 0, [_id_, _d, _cT], [0, 0, [0, 4]]];
790
+ export var UpdateCollectionResponse = [3, n0, _UCRp, 0, [_uCD], [() => UpdateCollectionDetail]];
791
+ export var UpdateIamIdentityCenterConfigOptions = [3, n0, _UIICCO, 0, [_uA, _gA], [0, 0]];
792
+ export var UpdateIndexRequest = [3, n0, _UIR, 0, [_id_, _iN, _iS], [0, 0, 15]];
793
+ export var UpdateIndexResponse = [3, n0, _UIRp, 0, [], []];
794
+ export var UpdateLifecyclePolicyRequest = [
795
+ 3,
796
+ n0,
797
+ _ULPR,
798
+ 0,
799
+ [_t, _n, _pV, _d, _p, _cT],
800
+ [0, 0, 0, 0, 0, [0, 4]],
801
+ ];
802
+ export var UpdateLifecyclePolicyResponse = [
803
+ 3,
804
+ n0,
805
+ _ULPRp,
806
+ 0,
807
+ [_lPDi],
808
+ [() => LifecyclePolicyDetail],
809
+ ];
810
+ export var UpdateSecurityConfigRequest = [
811
+ 3,
812
+ n0,
813
+ _USCR,
814
+ 0,
815
+ [_id_, _cV, _d, _sO, _iICOU, _iFO, _cT],
816
+ [
817
+ 0,
818
+ 0,
819
+ 0,
820
+ () => SamlConfigOptions,
821
+ () => UpdateIamIdentityCenterConfigOptions,
822
+ () => IamFederationConfigOptions,
823
+ [0, 4],
824
+ ],
825
+ ];
826
+ export var UpdateSecurityConfigResponse = [
827
+ 3,
828
+ n0,
829
+ _USCRp,
830
+ 0,
831
+ [_sCD],
832
+ [() => SecurityConfigDetail],
833
+ ];
834
+ export var UpdateSecurityPolicyRequest = [
835
+ 3,
836
+ n0,
837
+ _USPR,
838
+ 0,
839
+ [_t, _n, _pV, _d, _p, _cT],
840
+ [0, 0, 0, 0, 0, [0, 4]],
841
+ ];
842
+ export var UpdateSecurityPolicyResponse = [
843
+ 3,
844
+ n0,
845
+ _USPRp,
846
+ 0,
847
+ [_sPD],
848
+ [() => SecurityPolicyDetail],
849
+ ];
850
+ export var UpdateVpcEndpointDetail = [
851
+ 3,
852
+ n0,
853
+ _UVED,
854
+ 0,
855
+ [_id_, _n, _s, _sI, _sGI, _lMD],
856
+ [0, 0, 0, 64 | 0, 64 | 0, 1],
857
+ ];
858
+ export var UpdateVpcEndpointRequest = [
859
+ 3,
860
+ n0,
861
+ _UVER,
862
+ 0,
863
+ [_id_, _aSI, _rSI, _aSGI, _rSGI, _cT],
864
+ [0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, [0, 4]],
865
+ ];
866
+ export var UpdateVpcEndpointResponse = [
867
+ 3,
868
+ n0,
869
+ _UVERp,
870
+ 0,
871
+ [_UVED],
872
+ [() => UpdateVpcEndpointDetail],
873
+ ];
874
+ export var ValidationException = [
875
+ -3,
876
+ n0,
877
+ _VE,
878
+ {
879
+ [_e]: _c,
880
+ [_hE]: 400,
881
+ },
882
+ [_m],
883
+ [0],
884
+ ];
885
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
886
+ export var VpcEndpointDetail = [
887
+ 3,
888
+ n0,
889
+ _VED,
890
+ 0,
891
+ [_id_, _n, _vI, _sI, _sGI, _s, _cD, _fC, _fM],
892
+ [0, 0, 0, 64 | 0, 64 | 0, 0, 1, 0, 0],
893
+ ];
894
+ export var VpcEndpointErrorDetail = [3, n0, _VEED, 0, [_id_, _eM, _eC], [0, 0, 0]];
895
+ export var VpcEndpointFilters = [3, n0, _VEF, 0, [_s], [0]];
896
+ export var VpcEndpointSummary = [3, n0, _VES, 0, [_id_, _n, _s], [0, 0, 0]];
897
+ export var OpenSearchServerlessServiceException = [
898
+ -3,
899
+ _sm,
900
+ "OpenSearchServerlessServiceException",
901
+ 0,
902
+ [],
903
+ [],
904
+ ];
905
+ TypeRegistry.for(_sm).registerError(OpenSearchServerlessServiceException, __OpenSearchServerlessServiceException);
906
+ export var AccessPolicySummaries = [1, n0, _APScc, 0, () => AccessPolicySummary];
907
+ export var CollectionDetails = [1, n0, _CDo, 0, () => CollectionDetail];
908
+ export var CollectionErrorDetails = [1, n0, _CEDo, 0, () => CollectionErrorDetail];
909
+ export var CollectionIds = 64 | 0;
910
+ export var CollectionNames = 64 | 0;
911
+ export var CollectionSummaries = [1, n0, _CSo, 0, () => CollectionSummary];
912
+ export var EffectiveLifecyclePolicyDetails = [1, n0, _ELPDf, 0, () => EffectiveLifecyclePolicyDetail];
913
+ export var EffectiveLifecyclePolicyErrorDetails = [
914
+ 1,
915
+ n0,
916
+ _ELPEDf,
917
+ 0,
918
+ () => EffectiveLifecyclePolicyErrorDetail,
919
+ ];
920
+ export var LifecyclePolicyDetails = [1, n0, _LPDi, 0, () => LifecyclePolicyDetail];
921
+ export var LifecyclePolicyErrorDetails = [1, n0, _LPEDi, 0, () => LifecyclePolicyErrorDetail];
922
+ export var LifecyclePolicyIdentifiers = [1, n0, _LPIi, 0, () => LifecyclePolicyIdentifier];
923
+ export var LifecyclePolicyResourceIdentifiers = [
924
+ 1,
925
+ n0,
926
+ _LPRIi,
927
+ 0,
928
+ () => LifecyclePolicyResourceIdentifier,
929
+ ];
930
+ export var LifecyclePolicySummaries = [1, n0, _LPSif, 0, () => LifecyclePolicySummary];
931
+ export var LifecycleResourceFilter = 64 | 0;
932
+ export var ResourceFilter = 64 | 0;
933
+ export var SecurityConfigSummaries = [1, n0, _SCSec, 0, () => SecurityConfigSummary];
934
+ export var SecurityGroupIds = 64 | 0;
935
+ export var SecurityPolicySummaries = [1, n0, _SPSec, 0, () => SecurityPolicySummary];
936
+ export var SubnetIds = 64 | 0;
937
+ export var TagKeys = 64 | 0;
938
+ export var Tags = [1, n0, _Ta, 0, () => Tag];
939
+ export var VpcEndpointDetails = [1, n0, _VEDp, 0, () => VpcEndpointDetail];
940
+ export var VpcEndpointErrorDetails = [1, n0, _VEEDp, 0, () => VpcEndpointErrorDetail];
941
+ export var VpcEndpointIds = 64 | 0;
942
+ export var VpcEndpointSummaries = [1, n0, _VESp, 0, () => VpcEndpointSummary];
943
+ export var BatchGetCollection = [
944
+ 9,
945
+ n0,
946
+ _BGC,
947
+ 0,
948
+ () => BatchGetCollectionRequest,
949
+ () => BatchGetCollectionResponse,
950
+ ];
951
+ export var BatchGetEffectiveLifecyclePolicy = [
952
+ 9,
953
+ n0,
954
+ _BGELP,
955
+ 0,
956
+ () => BatchGetEffectiveLifecyclePolicyRequest,
957
+ () => BatchGetEffectiveLifecyclePolicyResponse,
958
+ ];
959
+ export var BatchGetLifecyclePolicy = [
960
+ 9,
961
+ n0,
962
+ _BGLP,
963
+ 0,
964
+ () => BatchGetLifecyclePolicyRequest,
965
+ () => BatchGetLifecyclePolicyResponse,
966
+ ];
967
+ export var BatchGetVpcEndpoint = [
968
+ 9,
969
+ n0,
970
+ _BGVE,
971
+ 0,
972
+ () => BatchGetVpcEndpointRequest,
973
+ () => BatchGetVpcEndpointResponse,
974
+ ];
975
+ export var CreateAccessPolicy = [
976
+ 9,
977
+ n0,
978
+ _CAP,
979
+ 2,
980
+ () => CreateAccessPolicyRequest,
981
+ () => CreateAccessPolicyResponse,
982
+ ];
983
+ export var CreateCollection = [
984
+ 9,
985
+ n0,
986
+ _CC,
987
+ 2,
988
+ () => CreateCollectionRequest,
989
+ () => CreateCollectionResponse,
990
+ ];
991
+ export var CreateIndex = [9, n0, _CI, 2, () => CreateIndexRequest, () => CreateIndexResponse];
992
+ export var CreateLifecyclePolicy = [
993
+ 9,
994
+ n0,
995
+ _CLP,
996
+ 2,
997
+ () => CreateLifecyclePolicyRequest,
998
+ () => CreateLifecyclePolicyResponse,
999
+ ];
1000
+ export var CreateSecurityConfig = [
1001
+ 9,
1002
+ n0,
1003
+ _CSC,
1004
+ 2,
1005
+ () => CreateSecurityConfigRequest,
1006
+ () => CreateSecurityConfigResponse,
1007
+ ];
1008
+ export var CreateSecurityPolicy = [
1009
+ 9,
1010
+ n0,
1011
+ _CSP,
1012
+ 2,
1013
+ () => CreateSecurityPolicyRequest,
1014
+ () => CreateSecurityPolicyResponse,
1015
+ ];
1016
+ export var CreateVpcEndpoint = [
1017
+ 9,
1018
+ n0,
1019
+ _CVE,
1020
+ 2,
1021
+ () => CreateVpcEndpointRequest,
1022
+ () => CreateVpcEndpointResponse,
1023
+ ];
1024
+ export var DeleteAccessPolicy = [
1025
+ 9,
1026
+ n0,
1027
+ _DAP,
1028
+ 2,
1029
+ () => DeleteAccessPolicyRequest,
1030
+ () => DeleteAccessPolicyResponse,
1031
+ ];
1032
+ export var DeleteCollection = [
1033
+ 9,
1034
+ n0,
1035
+ _DC,
1036
+ 2,
1037
+ () => DeleteCollectionRequest,
1038
+ () => DeleteCollectionResponse,
1039
+ ];
1040
+ export var DeleteIndex = [9, n0, _DI, 2, () => DeleteIndexRequest, () => DeleteIndexResponse];
1041
+ export var DeleteLifecyclePolicy = [
1042
+ 9,
1043
+ n0,
1044
+ _DLP,
1045
+ 2,
1046
+ () => DeleteLifecyclePolicyRequest,
1047
+ () => DeleteLifecyclePolicyResponse,
1048
+ ];
1049
+ export var DeleteSecurityConfig = [
1050
+ 9,
1051
+ n0,
1052
+ _DSC,
1053
+ 2,
1054
+ () => DeleteSecurityConfigRequest,
1055
+ () => DeleteSecurityConfigResponse,
1056
+ ];
1057
+ export var DeleteSecurityPolicy = [
1058
+ 9,
1059
+ n0,
1060
+ _DSP,
1061
+ 2,
1062
+ () => DeleteSecurityPolicyRequest,
1063
+ () => DeleteSecurityPolicyResponse,
1064
+ ];
1065
+ export var DeleteVpcEndpoint = [
1066
+ 9,
1067
+ n0,
1068
+ _DVE,
1069
+ 2,
1070
+ () => DeleteVpcEndpointRequest,
1071
+ () => DeleteVpcEndpointResponse,
1072
+ ];
1073
+ export var GetAccessPolicy = [
1074
+ 9,
1075
+ n0,
1076
+ _GAP,
1077
+ 0,
1078
+ () => GetAccessPolicyRequest,
1079
+ () => GetAccessPolicyResponse,
1080
+ ];
1081
+ export var GetAccountSettings = [
1082
+ 9,
1083
+ n0,
1084
+ _GAS,
1085
+ 0,
1086
+ () => GetAccountSettingsRequest,
1087
+ () => GetAccountSettingsResponse,
1088
+ ];
1089
+ export var GetIndex = [9, n0, _GI, 0, () => GetIndexRequest, () => GetIndexResponse];
1090
+ export var GetPoliciesStats = [
1091
+ 9,
1092
+ n0,
1093
+ _GPS,
1094
+ 0,
1095
+ () => GetPoliciesStatsRequest,
1096
+ () => GetPoliciesStatsResponse,
1097
+ ];
1098
+ export var GetSecurityConfig = [
1099
+ 9,
1100
+ n0,
1101
+ _GSC,
1102
+ 0,
1103
+ () => GetSecurityConfigRequest,
1104
+ () => GetSecurityConfigResponse,
1105
+ ];
1106
+ export var GetSecurityPolicy = [
1107
+ 9,
1108
+ n0,
1109
+ _GSP,
1110
+ 0,
1111
+ () => GetSecurityPolicyRequest,
1112
+ () => GetSecurityPolicyResponse,
1113
+ ];
1114
+ export var ListAccessPolicies = [
1115
+ 9,
1116
+ n0,
1117
+ _LAP,
1118
+ 0,
1119
+ () => ListAccessPoliciesRequest,
1120
+ () => ListAccessPoliciesResponse,
1121
+ ];
1122
+ export var ListCollections = [
1123
+ 9,
1124
+ n0,
1125
+ _LC,
1126
+ 0,
1127
+ () => ListCollectionsRequest,
1128
+ () => ListCollectionsResponse,
1129
+ ];
1130
+ export var ListLifecyclePolicies = [
1131
+ 9,
1132
+ n0,
1133
+ _LLP,
1134
+ 0,
1135
+ () => ListLifecyclePoliciesRequest,
1136
+ () => ListLifecyclePoliciesResponse,
1137
+ ];
1138
+ export var ListSecurityConfigs = [
1139
+ 9,
1140
+ n0,
1141
+ _LSC,
1142
+ 0,
1143
+ () => ListSecurityConfigsRequest,
1144
+ () => ListSecurityConfigsResponse,
1145
+ ];
1146
+ export var ListSecurityPolicies = [
1147
+ 9,
1148
+ n0,
1149
+ _LSP,
1150
+ 0,
1151
+ () => ListSecurityPoliciesRequest,
1152
+ () => ListSecurityPoliciesResponse,
1153
+ ];
1154
+ export var ListTagsForResource = [
1155
+ 9,
1156
+ n0,
1157
+ _LTFR,
1158
+ 0,
1159
+ () => ListTagsForResourceRequest,
1160
+ () => ListTagsForResourceResponse,
1161
+ ];
1162
+ export var ListVpcEndpoints = [
1163
+ 9,
1164
+ n0,
1165
+ _LVE,
1166
+ 0,
1167
+ () => ListVpcEndpointsRequest,
1168
+ () => ListVpcEndpointsResponse,
1169
+ ];
1170
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1171
+ export var UntagResource = [
1172
+ 9,
1173
+ n0,
1174
+ _UR,
1175
+ 0,
1176
+ () => UntagResourceRequest,
1177
+ () => UntagResourceResponse,
1178
+ ];
1179
+ export var UpdateAccessPolicy = [
1180
+ 9,
1181
+ n0,
1182
+ _UAP,
1183
+ 2,
1184
+ () => UpdateAccessPolicyRequest,
1185
+ () => UpdateAccessPolicyResponse,
1186
+ ];
1187
+ export var UpdateAccountSettings = [
1188
+ 9,
1189
+ n0,
1190
+ _UAS,
1191
+ 0,
1192
+ () => UpdateAccountSettingsRequest,
1193
+ () => UpdateAccountSettingsResponse,
1194
+ ];
1195
+ export var UpdateCollection = [
1196
+ 9,
1197
+ n0,
1198
+ _UC,
1199
+ 2,
1200
+ () => UpdateCollectionRequest,
1201
+ () => UpdateCollectionResponse,
1202
+ ];
1203
+ export var UpdateIndex = [9, n0, _UI, 2, () => UpdateIndexRequest, () => UpdateIndexResponse];
1204
+ export var UpdateLifecyclePolicy = [
1205
+ 9,
1206
+ n0,
1207
+ _ULP,
1208
+ 2,
1209
+ () => UpdateLifecyclePolicyRequest,
1210
+ () => UpdateLifecyclePolicyResponse,
1211
+ ];
1212
+ export var UpdateSecurityConfig = [
1213
+ 9,
1214
+ n0,
1215
+ _USC,
1216
+ 2,
1217
+ () => UpdateSecurityConfigRequest,
1218
+ () => UpdateSecurityConfigResponse,
1219
+ ];
1220
+ export var UpdateSecurityPolicy = [
1221
+ 9,
1222
+ n0,
1223
+ _USP,
1224
+ 2,
1225
+ () => UpdateSecurityPolicyRequest,
1226
+ () => UpdateSecurityPolicyResponse,
1227
+ ];
1228
+ export var UpdateVpcEndpoint = [
1229
+ 9,
1230
+ n0,
1231
+ _UVE,
1232
+ 2,
1233
+ () => UpdateVpcEndpointRequest,
1234
+ () => UpdateVpcEndpointResponse,
1235
+ ];