@aws-sdk/client-opensearchserverless 3.952.0 → 3.954.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/dist-cjs/index.js +573 -363
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/BatchGetCollectionCommand.js +2 -2
- package/dist-es/commands/BatchGetEffectiveLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/BatchGetLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/BatchGetVpcEndpointCommand.js +2 -2
- package/dist-es/commands/CreateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/CreateCollectionCommand.js +2 -2
- package/dist-es/commands/CreateIndexCommand.js +2 -2
- package/dist-es/commands/CreateLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/CreateSecurityConfigCommand.js +2 -2
- package/dist-es/commands/CreateSecurityPolicyCommand.js +2 -2
- package/dist-es/commands/CreateVpcEndpointCommand.js +2 -2
- package/dist-es/commands/DeleteAccessPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteCollectionCommand.js +2 -2
- package/dist-es/commands/DeleteIndexCommand.js +2 -2
- package/dist-es/commands/DeleteLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/DeleteSecurityConfigCommand.js +2 -2
- package/dist-es/commands/DeleteSecurityPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteVpcEndpointCommand.js +2 -2
- package/dist-es/commands/GetAccessPolicyCommand.js +2 -2
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -2
- package/dist-es/commands/GetIndexCommand.js +2 -2
- package/dist-es/commands/GetPoliciesStatsCommand.js +2 -2
- package/dist-es/commands/GetSecurityConfigCommand.js +2 -2
- package/dist-es/commands/GetSecurityPolicyCommand.js +2 -2
- package/dist-es/commands/ListAccessPoliciesCommand.js +2 -2
- package/dist-es/commands/ListCollectionsCommand.js +2 -2
- package/dist-es/commands/ListLifecyclePoliciesCommand.js +2 -2
- package/dist-es/commands/ListSecurityConfigsCommand.js +2 -2
- package/dist-es/commands/ListSecurityPoliciesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVpcEndpointsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAccessPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateCollectionCommand.js +2 -2
- package/dist-es/commands/UpdateIndexCommand.js +2 -2
- package/dist-es/commands/UpdateLifecyclePolicyCommand.js +2 -2
- package/dist-es/commands/UpdateSecurityConfigCommand.js +2 -2
- package/dist-es/commands/UpdateSecurityPolicyCommand.js +2 -2
- package/dist-es/commands/UpdateVpcEndpointCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +351 -312
- package/dist-types/OpenSearchServerlessClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +172 -197
- package/dist-types/ts3.4/OpenSearchServerlessClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +171 -197
- package/package.json +34 -34
|
@@ -293,9 +293,9 @@ const _vI = "vpcId";
|
|
|
293
293
|
const _vO = "vectorOptions";
|
|
294
294
|
const n0 = "com.amazonaws.opensearchserverless";
|
|
295
295
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
296
|
-
import { ConflictException
|
|
297
|
-
import { OpenSearchServerlessServiceException
|
|
298
|
-
export var AccessPolicyDetail = [
|
|
296
|
+
import { ConflictException, InternalServerException, OcuLimitExceededException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
|
|
297
|
+
import { OpenSearchServerlessServiceException } from "../models/OpenSearchServerlessServiceException";
|
|
298
|
+
export var AccessPolicyDetail$ = [
|
|
299
299
|
3,
|
|
300
300
|
n0,
|
|
301
301
|
_APD,
|
|
@@ -303,8 +303,8 @@ export var AccessPolicyDetail = [
|
|
|
303
303
|
[_t, _n, _pV, _d, _p, _cD, _lMD],
|
|
304
304
|
[0, 0, 0, 0, 15, 1, 1],
|
|
305
305
|
];
|
|
306
|
-
export var AccessPolicyStats = [3, n0, _APS, 0, [_DPC], [1]];
|
|
307
|
-
export var AccessPolicySummary = [
|
|
306
|
+
export var AccessPolicyStats$ = [3, n0, _APS, 0, [_DPC], [1]];
|
|
307
|
+
export var AccessPolicySummary$ = [
|
|
308
308
|
3,
|
|
309
309
|
n0,
|
|
310
310
|
_APSc,
|
|
@@ -312,9 +312,9 @@ export var AccessPolicySummary = [
|
|
|
312
312
|
[_t, _n, _pV, _d, _cD, _lMD],
|
|
313
313
|
[0, 0, 0, 0, 1, 1],
|
|
314
314
|
];
|
|
315
|
-
export var AccountSettingsDetail = [3, n0, _ASD, 0, [_cL], [() => CapacityLimits]];
|
|
316
|
-
export var BatchGetCollectionRequest = [3, n0, _BGCR, 0, [_i, _na], [64 | 0, 64 | 0]];
|
|
317
|
-
export var BatchGetCollectionResponse = [
|
|
315
|
+
export var AccountSettingsDetail$ = [3, n0, _ASD, 0, [_cL], [() => CapacityLimits$]];
|
|
316
|
+
export var BatchGetCollectionRequest$ = [3, n0, _BGCR, 0, [_i, _na], [64 | 0, 64 | 0]];
|
|
317
|
+
export var BatchGetCollectionResponse$ = [
|
|
318
318
|
3,
|
|
319
319
|
n0,
|
|
320
320
|
_BGCRa,
|
|
@@ -322,7 +322,7 @@ export var BatchGetCollectionResponse = [
|
|
|
322
322
|
[_cDo, _cED],
|
|
323
323
|
[() => CollectionDetails, () => CollectionErrorDetails],
|
|
324
324
|
];
|
|
325
|
-
export var BatchGetEffectiveLifecyclePolicyRequest = [
|
|
325
|
+
export var BatchGetEffectiveLifecyclePolicyRequest$ = [
|
|
326
326
|
3,
|
|
327
327
|
n0,
|
|
328
328
|
_BGELPR,
|
|
@@ -330,7 +330,7 @@ export var BatchGetEffectiveLifecyclePolicyRequest = [
|
|
|
330
330
|
[_rI],
|
|
331
331
|
[() => LifecyclePolicyResourceIdentifiers],
|
|
332
332
|
];
|
|
333
|
-
export var BatchGetEffectiveLifecyclePolicyResponse = [
|
|
333
|
+
export var BatchGetEffectiveLifecyclePolicyResponse$ = [
|
|
334
334
|
3,
|
|
335
335
|
n0,
|
|
336
336
|
_BGELPRa,
|
|
@@ -338,7 +338,7 @@ export var BatchGetEffectiveLifecyclePolicyResponse = [
|
|
|
338
338
|
[_eLPD, _eLPED],
|
|
339
339
|
[() => EffectiveLifecyclePolicyDetails, () => EffectiveLifecyclePolicyErrorDetails],
|
|
340
340
|
];
|
|
341
|
-
export var BatchGetLifecyclePolicyRequest = [
|
|
341
|
+
export var BatchGetLifecyclePolicyRequest$ = [
|
|
342
342
|
3,
|
|
343
343
|
n0,
|
|
344
344
|
_BGLPR,
|
|
@@ -346,7 +346,7 @@ export var BatchGetLifecyclePolicyRequest = [
|
|
|
346
346
|
[_id],
|
|
347
347
|
[() => LifecyclePolicyIdentifiers],
|
|
348
348
|
];
|
|
349
|
-
export var BatchGetLifecyclePolicyResponse = [
|
|
349
|
+
export var BatchGetLifecyclePolicyResponse$ = [
|
|
350
350
|
3,
|
|
351
351
|
n0,
|
|
352
352
|
_BGLPRa,
|
|
@@ -354,8 +354,8 @@ export var BatchGetLifecyclePolicyResponse = [
|
|
|
354
354
|
[_lPD, _lPED],
|
|
355
355
|
[() => LifecyclePolicyDetails, () => LifecyclePolicyErrorDetails],
|
|
356
356
|
];
|
|
357
|
-
export var BatchGetVpcEndpointRequest = [3, n0, _BGVER, 0, [_i], [64 | 0]];
|
|
358
|
-
export var BatchGetVpcEndpointResponse = [
|
|
357
|
+
export var BatchGetVpcEndpointRequest$ = [3, n0, _BGVER, 0, [_i], [64 | 0]];
|
|
358
|
+
export var BatchGetVpcEndpointResponse$ = [
|
|
359
359
|
3,
|
|
360
360
|
n0,
|
|
361
361
|
_BGVERa,
|
|
@@ -363,21 +363,21 @@ export var BatchGetVpcEndpointResponse = [
|
|
|
363
363
|
[_vED, _vEED],
|
|
364
364
|
[() => VpcEndpointDetails, () => VpcEndpointErrorDetails],
|
|
365
365
|
];
|
|
366
|
-
export var CapacityLimits = [3, n0, _CL, 0, [_mICIOCU, _mSCIOCU], [1, 1]];
|
|
367
|
-
export var CollectionDetail = [
|
|
366
|
+
export var CapacityLimits$ = [3, n0, _CL, 0, [_mICIOCU, _mSCIOCU], [1, 1]];
|
|
367
|
+
export var CollectionDetail$ = [
|
|
368
368
|
3,
|
|
369
369
|
n0,
|
|
370
370
|
_CD,
|
|
371
371
|
0,
|
|
372
372
|
[_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD, _cE, _dE, _fE, _fC, _fM],
|
|
373
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions
|
|
374
|
-
];
|
|
375
|
-
export var CollectionErrorDetail = [3, n0, _CED, 0, [_id_, _n, _eM, _eC], [0, 0, 0, 0]];
|
|
376
|
-
export var CollectionFilters = [3, n0, _CF, 0, [_n, _s], [0, 0]];
|
|
377
|
-
export var CollectionSummary = [3, n0, _CS, 0, [_id_, _n, _s, _a], [0, 0, 0, 0]];
|
|
378
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
379
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
380
|
-
export var CreateAccessPolicyRequest = [
|
|
373
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1, 0, 0, () => FipsEndpoints$, 0, 0],
|
|
374
|
+
];
|
|
375
|
+
export var CollectionErrorDetail$ = [3, n0, _CED, 0, [_id_, _n, _eM, _eC], [0, 0, 0, 0]];
|
|
376
|
+
export var CollectionFilters$ = [3, n0, _CF, 0, [_n, _s], [0, 0]];
|
|
377
|
+
export var CollectionSummary$ = [3, n0, _CS, 0, [_id_, _n, _s, _a], [0, 0, 0, 0]];
|
|
378
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
379
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
380
|
+
export var CreateAccessPolicyRequest$ = [
|
|
381
381
|
3,
|
|
382
382
|
n0,
|
|
383
383
|
_CAPR,
|
|
@@ -385,25 +385,32 @@ export var CreateAccessPolicyRequest = [
|
|
|
385
385
|
[_t, _n, _d, _p, _cT],
|
|
386
386
|
[0, 0, 0, 0, [0, 4]],
|
|
387
387
|
];
|
|
388
|
-
export var CreateAccessPolicyResponse = [3, n0, _CAPRr, 0, [_aPD], [() => AccessPolicyDetail]];
|
|
389
|
-
export var CreateCollectionDetail = [
|
|
388
|
+
export var CreateAccessPolicyResponse$ = [3, n0, _CAPRr, 0, [_aPD], [() => AccessPolicyDetail$]];
|
|
389
|
+
export var CreateCollectionDetail$ = [
|
|
390
390
|
3,
|
|
391
391
|
n0,
|
|
392
392
|
_CCD,
|
|
393
393
|
0,
|
|
394
394
|
[_id_, _n, _s, _t, _d, _a, _kKA, _sR, _vO, _cD, _lMD],
|
|
395
|
-
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions
|
|
395
|
+
[0, 0, 0, 0, 0, 0, 0, 0, () => VectorOptions$, 1, 1],
|
|
396
396
|
];
|
|
397
|
-
export var CreateCollectionRequest = [
|
|
397
|
+
export var CreateCollectionRequest$ = [
|
|
398
398
|
3,
|
|
399
399
|
n0,
|
|
400
400
|
_CCR,
|
|
401
401
|
0,
|
|
402
402
|
[_n, _t, _d, _ta, _sR, _vO, _cT],
|
|
403
|
-
[0, 0, 0, () => Tags, 0, () => VectorOptions
|
|
403
|
+
[0, 0, 0, () => Tags, 0, () => VectorOptions$, [0, 4]],
|
|
404
404
|
];
|
|
405
|
-
export var CreateCollectionResponse = [
|
|
406
|
-
|
|
405
|
+
export var CreateCollectionResponse$ = [
|
|
406
|
+
3,
|
|
407
|
+
n0,
|
|
408
|
+
_CCRr,
|
|
409
|
+
0,
|
|
410
|
+
[_cCD],
|
|
411
|
+
[() => CreateCollectionDetail$],
|
|
412
|
+
];
|
|
413
|
+
export var CreateIamIdentityCenterConfigOptions$ = [
|
|
407
414
|
3,
|
|
408
415
|
n0,
|
|
409
416
|
_CIICCO,
|
|
@@ -411,9 +418,9 @@ export var CreateIamIdentityCenterConfigOptions = [
|
|
|
411
418
|
[_iA, _uA, _gA],
|
|
412
419
|
[0, 0, 0],
|
|
413
420
|
];
|
|
414
|
-
export var CreateIndexRequest = [3, n0, _CIR, 0, [_id_, _iN, _iS], [0, 0, 15]];
|
|
415
|
-
export var CreateIndexResponse = [3, n0, _CIRr, 0, [], []];
|
|
416
|
-
export var CreateLifecyclePolicyRequest = [
|
|
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$ = [
|
|
417
424
|
3,
|
|
418
425
|
n0,
|
|
419
426
|
_CLPR,
|
|
@@ -421,15 +428,15 @@ export var CreateLifecyclePolicyRequest = [
|
|
|
421
428
|
[_t, _n, _d, _p, _cT],
|
|
422
429
|
[0, 0, 0, 0, [0, 4]],
|
|
423
430
|
];
|
|
424
|
-
export var CreateLifecyclePolicyResponse = [
|
|
431
|
+
export var CreateLifecyclePolicyResponse$ = [
|
|
425
432
|
3,
|
|
426
433
|
n0,
|
|
427
434
|
_CLPRr,
|
|
428
435
|
0,
|
|
429
436
|
[_lPDi],
|
|
430
|
-
[() => LifecyclePolicyDetail],
|
|
437
|
+
[() => LifecyclePolicyDetail$],
|
|
431
438
|
];
|
|
432
|
-
export var CreateSecurityConfigRequest = [
|
|
439
|
+
export var CreateSecurityConfigRequest$ = [
|
|
433
440
|
3,
|
|
434
441
|
n0,
|
|
435
442
|
_CSCR,
|
|
@@ -439,21 +446,21 @@ export var CreateSecurityConfigRequest = [
|
|
|
439
446
|
0,
|
|
440
447
|
0,
|
|
441
448
|
0,
|
|
442
|
-
() => SamlConfigOptions
|
|
443
|
-
() => CreateIamIdentityCenterConfigOptions
|
|
444
|
-
() => IamFederationConfigOptions
|
|
449
|
+
() => SamlConfigOptions$,
|
|
450
|
+
() => CreateIamIdentityCenterConfigOptions$,
|
|
451
|
+
() => IamFederationConfigOptions$,
|
|
445
452
|
[0, 4],
|
|
446
453
|
],
|
|
447
454
|
];
|
|
448
|
-
export var CreateSecurityConfigResponse = [
|
|
455
|
+
export var CreateSecurityConfigResponse$ = [
|
|
449
456
|
3,
|
|
450
457
|
n0,
|
|
451
458
|
_CSCRr,
|
|
452
459
|
0,
|
|
453
460
|
[_sCD],
|
|
454
|
-
[() => SecurityConfigDetail],
|
|
461
|
+
[() => SecurityConfigDetail$],
|
|
455
462
|
];
|
|
456
|
-
export var CreateSecurityPolicyRequest = [
|
|
463
|
+
export var CreateSecurityPolicyRequest$ = [
|
|
457
464
|
3,
|
|
458
465
|
n0,
|
|
459
466
|
_CSPR,
|
|
@@ -461,16 +468,16 @@ export var CreateSecurityPolicyRequest = [
|
|
|
461
468
|
[_t, _n, _d, _p, _cT],
|
|
462
469
|
[0, 0, 0, 0, [0, 4]],
|
|
463
470
|
];
|
|
464
|
-
export var CreateSecurityPolicyResponse = [
|
|
471
|
+
export var CreateSecurityPolicyResponse$ = [
|
|
465
472
|
3,
|
|
466
473
|
n0,
|
|
467
474
|
_CSPRr,
|
|
468
475
|
0,
|
|
469
476
|
[_sPD],
|
|
470
|
-
[() => SecurityPolicyDetail],
|
|
477
|
+
[() => SecurityPolicyDetail$],
|
|
471
478
|
];
|
|
472
|
-
export var CreateVpcEndpointDetail = [3, n0, _CVED, 0, [_id_, _n, _s], [0, 0, 0]];
|
|
473
|
-
export var CreateVpcEndpointRequest = [
|
|
479
|
+
export var CreateVpcEndpointDetail$ = [3, n0, _CVED, 0, [_id_, _n, _s], [0, 0, 0]];
|
|
480
|
+
export var CreateVpcEndpointRequest$ = [
|
|
474
481
|
3,
|
|
475
482
|
n0,
|
|
476
483
|
_CVER,
|
|
@@ -478,38 +485,45 @@ export var CreateVpcEndpointRequest = [
|
|
|
478
485
|
[_n, _vI, _sI, _sGI, _cT],
|
|
479
486
|
[0, 0, 64 | 0, 64 | 0, [0, 4]],
|
|
480
487
|
];
|
|
481
|
-
export var CreateVpcEndpointResponse = [
|
|
488
|
+
export var CreateVpcEndpointResponse$ = [
|
|
482
489
|
3,
|
|
483
490
|
n0,
|
|
484
491
|
_CVERr,
|
|
485
492
|
0,
|
|
486
493
|
[_cVED],
|
|
487
|
-
[() => CreateVpcEndpointDetail],
|
|
488
|
-
];
|
|
489
|
-
export var DeleteAccessPolicyRequest = [3, n0, _DAPR, 0, [_t, _n, _cT], [0, 0, [0, 4]]];
|
|
490
|
-
export var DeleteAccessPolicyResponse = [3, n0, _DAPRe, 0, [], []];
|
|
491
|
-
export var DeleteCollectionDetail = [3, n0, _DCD, 0, [_id_, _n, _s], [0, 0, 0]];
|
|
492
|
-
export var DeleteCollectionRequest = [3, n0, _DCR, 0, [_id_, _cT], [0, [0, 4]]];
|
|
493
|
-
export var DeleteCollectionResponse = [
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
export var
|
|
502
|
-
export var
|
|
503
|
-
export var
|
|
504
|
-
export var
|
|
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$ = [
|
|
501
|
+
3,
|
|
502
|
+
n0,
|
|
503
|
+
_DCRe,
|
|
504
|
+
0,
|
|
505
|
+
[_dCD],
|
|
506
|
+
[() => DeleteCollectionDetail$],
|
|
507
|
+
];
|
|
508
|
+
export var DeleteIndexRequest$ = [3, n0, _DIR, 0, [_id_, _iN], [0, 0]];
|
|
509
|
+
export var DeleteIndexResponse$ = [3, n0, _DIRe, 0, [], []];
|
|
510
|
+
export var DeleteLifecyclePolicyRequest$ = [3, n0, _DLPR, 0, [_t, _n, _cT], [0, 0, [0, 4]]];
|
|
511
|
+
export var DeleteLifecyclePolicyResponse$ = [3, n0, _DLPRe, 0, [], []];
|
|
512
|
+
export var DeleteSecurityConfigRequest$ = [3, n0, _DSCR, 0, [_id_, _cT], [0, [0, 4]]];
|
|
513
|
+
export var DeleteSecurityConfigResponse$ = [3, n0, _DSCRe, 0, [], []];
|
|
514
|
+
export var DeleteSecurityPolicyRequest$ = [3, n0, _DSPR, 0, [_t, _n, _cT], [0, 0, [0, 4]]];
|
|
515
|
+
export var DeleteSecurityPolicyResponse$ = [3, n0, _DSPRe, 0, [], []];
|
|
516
|
+
export var DeleteVpcEndpointDetail$ = [3, n0, _DVED, 0, [_id_, _n, _s], [0, 0, 0]];
|
|
517
|
+
export var DeleteVpcEndpointRequest$ = [3, n0, _DVER, 0, [_id_, _cT], [0, [0, 4]]];
|
|
518
|
+
export var DeleteVpcEndpointResponse$ = [
|
|
505
519
|
3,
|
|
506
520
|
n0,
|
|
507
521
|
_DVERe,
|
|
508
522
|
0,
|
|
509
523
|
[_dVED],
|
|
510
|
-
[() => DeleteVpcEndpointDetail],
|
|
524
|
+
[() => DeleteVpcEndpointDetail$],
|
|
511
525
|
];
|
|
512
|
-
export var EffectiveLifecyclePolicyDetail = [
|
|
526
|
+
export var EffectiveLifecyclePolicyDetail$ = [
|
|
513
527
|
3,
|
|
514
528
|
n0,
|
|
515
529
|
_ELPD,
|
|
@@ -517,7 +531,7 @@ export var EffectiveLifecyclePolicyDetail = [
|
|
|
517
531
|
[_t, _r, _pN, _rT, _rP, _nMRP],
|
|
518
532
|
[0, 0, 0, 0, 0, 2],
|
|
519
533
|
];
|
|
520
|
-
export var EffectiveLifecyclePolicyErrorDetail = [
|
|
534
|
+
export var EffectiveLifecyclePolicyErrorDetail$ = [
|
|
521
535
|
3,
|
|
522
536
|
n0,
|
|
523
537
|
_ELPED,
|
|
@@ -525,35 +539,49 @@ export var EffectiveLifecyclePolicyErrorDetail = [
|
|
|
525
539
|
[_t, _r, _eM, _eC],
|
|
526
540
|
[0, 0, 0, 0],
|
|
527
541
|
];
|
|
528
|
-
export var FipsEndpoints = [3, n0, _FE, 0, [_cE, _dE], [0, 0]];
|
|
529
|
-
export var GetAccessPolicyRequest = [3, n0, _GAPR, 0, [_t, _n], [0, 0]];
|
|
530
|
-
export var GetAccessPolicyResponse = [3, n0, _GAPRe, 0, [_aPD], [() => AccessPolicyDetail]];
|
|
531
|
-
export var GetAccountSettingsRequest = [3, n0, _GASR, 0, [], []];
|
|
532
|
-
export var GetAccountSettingsResponse = [
|
|
542
|
+
export var FipsEndpoints$ = [3, n0, _FE, 0, [_cE, _dE], [0, 0]];
|
|
543
|
+
export var GetAccessPolicyRequest$ = [3, n0, _GAPR, 0, [_t, _n], [0, 0]];
|
|
544
|
+
export var GetAccessPolicyResponse$ = [3, n0, _GAPRe, 0, [_aPD], [() => AccessPolicyDetail$]];
|
|
545
|
+
export var GetAccountSettingsRequest$ = [3, n0, _GASR, 0, [], []];
|
|
546
|
+
export var GetAccountSettingsResponse$ = [
|
|
533
547
|
3,
|
|
534
548
|
n0,
|
|
535
549
|
_GASRe,
|
|
536
550
|
0,
|
|
537
551
|
[_aSD],
|
|
538
|
-
[() => AccountSettingsDetail],
|
|
552
|
+
[() => AccountSettingsDetail$],
|
|
539
553
|
];
|
|
540
|
-
export var GetIndexRequest = [3, n0, _GIR, 0, [_id_, _iN], [0, 0]];
|
|
541
|
-
export var GetIndexResponse = [3, n0, _GIRe, 0, [_iS], [15]];
|
|
542
|
-
export var GetPoliciesStatsRequest = [3, n0, _GPSR, 0, [], []];
|
|
543
|
-
export var GetPoliciesStatsResponse = [
|
|
554
|
+
export var GetIndexRequest$ = [3, n0, _GIR, 0, [_id_, _iN], [0, 0]];
|
|
555
|
+
export var GetIndexResponse$ = [3, n0, _GIRe, 0, [_iS], [15]];
|
|
556
|
+
export var GetPoliciesStatsRequest$ = [3, n0, _GPSR, 0, [], []];
|
|
557
|
+
export var GetPoliciesStatsResponse$ = [
|
|
544
558
|
3,
|
|
545
559
|
n0,
|
|
546
560
|
_GPSRe,
|
|
547
561
|
0,
|
|
548
562
|
[_APS, _SPS, _SCS, _LPS, _TPC],
|
|
549
|
-
[() => AccessPolicyStats
|
|
550
|
-
];
|
|
551
|
-
export var GetSecurityConfigRequest = [3, n0, _GSCR, 0, [_id_], [0]];
|
|
552
|
-
export var GetSecurityConfigResponse = [
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
563
|
+
[() => AccessPolicyStats$, () => SecurityPolicyStats$, () => SecurityConfigStats$, () => LifecyclePolicyStats$, 1],
|
|
564
|
+
];
|
|
565
|
+
export var GetSecurityConfigRequest$ = [3, n0, _GSCR, 0, [_id_], [0]];
|
|
566
|
+
export var GetSecurityConfigResponse$ = [
|
|
567
|
+
3,
|
|
568
|
+
n0,
|
|
569
|
+
_GSCRe,
|
|
570
|
+
0,
|
|
571
|
+
[_sCD],
|
|
572
|
+
[() => SecurityConfigDetail$],
|
|
573
|
+
];
|
|
574
|
+
export var GetSecurityPolicyRequest$ = [3, n0, _GSPR, 0, [_t, _n], [0, 0]];
|
|
575
|
+
export var GetSecurityPolicyResponse$ = [
|
|
576
|
+
3,
|
|
577
|
+
n0,
|
|
578
|
+
_GSPRe,
|
|
579
|
+
0,
|
|
580
|
+
[_sPD],
|
|
581
|
+
[() => SecurityPolicyDetail$],
|
|
582
|
+
];
|
|
583
|
+
export var IamFederationConfigOptions$ = [3, n0, _IFCO, 0, [_gA, _uA], [0, 0]];
|
|
584
|
+
export var IamIdentityCenterConfigOptions$ = [
|
|
557
585
|
3,
|
|
558
586
|
n0,
|
|
559
587
|
_IICCO,
|
|
@@ -561,9 +589,9 @@ export var IamIdentityCenterConfigOptions = [
|
|
|
561
589
|
[_iA, _aA, _aN, _aD, _uA, _gA],
|
|
562
590
|
[0, 0, 0, 0, 0, 0],
|
|
563
591
|
];
|
|
564
|
-
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
565
|
-
TypeRegistry.for(n0).registerError(InternalServerException
|
|
566
|
-
export var LifecyclePolicyDetail = [
|
|
592
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
593
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
594
|
+
export var LifecyclePolicyDetail$ = [
|
|
567
595
|
3,
|
|
568
596
|
n0,
|
|
569
597
|
_LPD,
|
|
@@ -571,11 +599,11 @@ export var LifecyclePolicyDetail = [
|
|
|
571
599
|
[_t, _n, _pV, _d, _p, _cD, _lMD],
|
|
572
600
|
[0, 0, 0, 0, 15, 1, 1],
|
|
573
601
|
];
|
|
574
|
-
export var LifecyclePolicyErrorDetail = [3, n0, _LPED, 0, [_t, _n, _eM, _eC], [0, 0, 0, 0]];
|
|
575
|
-
export var LifecyclePolicyIdentifier = [3, n0, _LPI, 0, [_t, _n], [0, 0]];
|
|
576
|
-
export var LifecyclePolicyResourceIdentifier = [3, n0, _LPRI, 0, [_t, _r], [0, 0]];
|
|
577
|
-
export var LifecyclePolicyStats = [3, n0, _LPS, 0, [_RPC], [1]];
|
|
578
|
-
export var LifecyclePolicySummary = [
|
|
602
|
+
export var LifecyclePolicyErrorDetail$ = [3, n0, _LPED, 0, [_t, _n, _eM, _eC], [0, 0, 0, 0]];
|
|
603
|
+
export var LifecyclePolicyIdentifier$ = [3, n0, _LPI, 0, [_t, _n], [0, 0]];
|
|
604
|
+
export var LifecyclePolicyResourceIdentifier$ = [3, n0, _LPRI, 0, [_t, _r], [0, 0]];
|
|
605
|
+
export var LifecyclePolicyStats$ = [3, n0, _LPS, 0, [_RPC], [1]];
|
|
606
|
+
export var LifecyclePolicySummary$ = [
|
|
579
607
|
3,
|
|
580
608
|
n0,
|
|
581
609
|
_LPSi,
|
|
@@ -583,8 +611,8 @@ export var LifecyclePolicySummary = [
|
|
|
583
611
|
[_t, _n, _pV, _d, _cD, _lMD],
|
|
584
612
|
[0, 0, 0, 0, 1, 1],
|
|
585
613
|
];
|
|
586
|
-
export var ListAccessPoliciesRequest = [3, n0, _LAPR, 0, [_t, _r, _nT, _mR], [0, 64 | 0, 0, 1]];
|
|
587
|
-
export var ListAccessPoliciesResponse = [
|
|
614
|
+
export var ListAccessPoliciesRequest$ = [3, n0, _LAPR, 0, [_t, _r, _nT, _mR], [0, 64 | 0, 0, 1]];
|
|
615
|
+
export var ListAccessPoliciesResponse$ = [
|
|
588
616
|
3,
|
|
589
617
|
n0,
|
|
590
618
|
_LAPRi,
|
|
@@ -592,15 +620,15 @@ export var ListAccessPoliciesResponse = [
|
|
|
592
620
|
[_aPS, _nT],
|
|
593
621
|
[() => AccessPolicySummaries, 0],
|
|
594
622
|
];
|
|
595
|
-
export var ListCollectionsRequest = [
|
|
623
|
+
export var ListCollectionsRequest$ = [
|
|
596
624
|
3,
|
|
597
625
|
n0,
|
|
598
626
|
_LCR,
|
|
599
627
|
0,
|
|
600
628
|
[_cF, _nT, _mR],
|
|
601
|
-
[() => CollectionFilters
|
|
629
|
+
[() => CollectionFilters$, 0, 1],
|
|
602
630
|
];
|
|
603
|
-
export var ListCollectionsResponse = [
|
|
631
|
+
export var ListCollectionsResponse$ = [
|
|
604
632
|
3,
|
|
605
633
|
n0,
|
|
606
634
|
_LCRi,
|
|
@@ -608,7 +636,7 @@ export var ListCollectionsResponse = [
|
|
|
608
636
|
[_cS, _nT],
|
|
609
637
|
[() => CollectionSummaries, 0],
|
|
610
638
|
];
|
|
611
|
-
export var ListLifecyclePoliciesRequest = [
|
|
639
|
+
export var ListLifecyclePoliciesRequest$ = [
|
|
612
640
|
3,
|
|
613
641
|
n0,
|
|
614
642
|
_LLPR,
|
|
@@ -616,7 +644,7 @@ export var ListLifecyclePoliciesRequest = [
|
|
|
616
644
|
[_t, _re, _nT, _mR],
|
|
617
645
|
[0, 64 | 0, 0, 1],
|
|
618
646
|
];
|
|
619
|
-
export var ListLifecyclePoliciesResponse = [
|
|
647
|
+
export var ListLifecyclePoliciesResponse$ = [
|
|
620
648
|
3,
|
|
621
649
|
n0,
|
|
622
650
|
_LLPRi,
|
|
@@ -624,8 +652,8 @@ export var ListLifecyclePoliciesResponse = [
|
|
|
624
652
|
[_lPS, _nT],
|
|
625
653
|
[() => LifecyclePolicySummaries, 0],
|
|
626
654
|
];
|
|
627
|
-
export var ListSecurityConfigsRequest = [3, n0, _LSCR, 0, [_t, _nT, _mR], [0, 0, 1]];
|
|
628
|
-
export var ListSecurityConfigsResponse = [
|
|
655
|
+
export var ListSecurityConfigsRequest$ = [3, n0, _LSCR, 0, [_t, _nT, _mR], [0, 0, 1]];
|
|
656
|
+
export var ListSecurityConfigsResponse$ = [
|
|
629
657
|
3,
|
|
630
658
|
n0,
|
|
631
659
|
_LSCRi,
|
|
@@ -633,7 +661,7 @@ export var ListSecurityConfigsResponse = [
|
|
|
633
661
|
[_sCS, _nT],
|
|
634
662
|
[() => SecurityConfigSummaries, 0],
|
|
635
663
|
];
|
|
636
|
-
export var ListSecurityPoliciesRequest = [
|
|
664
|
+
export var ListSecurityPoliciesRequest$ = [
|
|
637
665
|
3,
|
|
638
666
|
n0,
|
|
639
667
|
_LSPR,
|
|
@@ -641,7 +669,7 @@ export var ListSecurityPoliciesRequest = [
|
|
|
641
669
|
[_t, _r, _nT, _mR],
|
|
642
670
|
[0, 64 | 0, 0, 1],
|
|
643
671
|
];
|
|
644
|
-
export var ListSecurityPoliciesResponse = [
|
|
672
|
+
export var ListSecurityPoliciesResponse$ = [
|
|
645
673
|
3,
|
|
646
674
|
n0,
|
|
647
675
|
_LSPRi,
|
|
@@ -649,17 +677,17 @@ export var ListSecurityPoliciesResponse = [
|
|
|
649
677
|
[_sPS, _nT],
|
|
650
678
|
[() => SecurityPolicySummaries, 0],
|
|
651
679
|
];
|
|
652
|
-
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
|
|
653
|
-
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
|
|
654
|
-
export var ListVpcEndpointsRequest = [
|
|
680
|
+
export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
|
|
681
|
+
export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [() => Tags]];
|
|
682
|
+
export var ListVpcEndpointsRequest$ = [
|
|
655
683
|
3,
|
|
656
684
|
n0,
|
|
657
685
|
_LVER,
|
|
658
686
|
0,
|
|
659
687
|
[_vEF, _nT, _mR],
|
|
660
|
-
[() => VpcEndpointFilters
|
|
688
|
+
[() => VpcEndpointFilters$, 0, 1],
|
|
661
689
|
];
|
|
662
|
-
export var ListVpcEndpointsResponse = [
|
|
690
|
+
export var ListVpcEndpointsResponse$ = [
|
|
663
691
|
3,
|
|
664
692
|
n0,
|
|
665
693
|
_LVERi,
|
|
@@ -667,21 +695,31 @@ export var ListVpcEndpointsResponse = [
|
|
|
667
695
|
[_vES, _nT],
|
|
668
696
|
[() => VpcEndpointSummaries, 0],
|
|
669
697
|
];
|
|
670
|
-
export var OcuLimitExceededException = [-3, n0, _OLEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
671
|
-
TypeRegistry.for(n0).registerError(OcuLimitExceededException
|
|
672
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
673
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
674
|
-
export var SamlConfigOptions = [3, n0, _SCO, 0, [_me, _uA, _gA, _oSSEI, _sT], [0, 0, 0, 0, 1]];
|
|
675
|
-
export var SecurityConfigDetail = [
|
|
698
|
+
export var OcuLimitExceededException$ = [-3, n0, _OLEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
699
|
+
TypeRegistry.for(n0).registerError(OcuLimitExceededException$, OcuLimitExceededException);
|
|
700
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
701
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
702
|
+
export var SamlConfigOptions$ = [3, n0, _SCO, 0, [_me, _uA, _gA, _oSSEI, _sT], [0, 0, 0, 0, 1]];
|
|
703
|
+
export var SecurityConfigDetail$ = [
|
|
676
704
|
3,
|
|
677
705
|
n0,
|
|
678
706
|
_SCD,
|
|
679
707
|
0,
|
|
680
708
|
[_id_, _t, _cV, _d, _sO, _iICO, _iFO, _cD, _lMD],
|
|
681
|
-
[
|
|
709
|
+
[
|
|
710
|
+
0,
|
|
711
|
+
0,
|
|
712
|
+
0,
|
|
713
|
+
0,
|
|
714
|
+
() => SamlConfigOptions$,
|
|
715
|
+
() => IamIdentityCenterConfigOptions$,
|
|
716
|
+
() => IamFederationConfigOptions$,
|
|
717
|
+
1,
|
|
718
|
+
1,
|
|
719
|
+
],
|
|
682
720
|
];
|
|
683
|
-
export var SecurityConfigStats = [3, n0, _SCS, 0, [_SCC], [1]];
|
|
684
|
-
export var SecurityConfigSummary = [
|
|
721
|
+
export var SecurityConfigStats$ = [3, n0, _SCS, 0, [_SCC], [1]];
|
|
722
|
+
export var SecurityConfigSummary$ = [
|
|
685
723
|
3,
|
|
686
724
|
n0,
|
|
687
725
|
_SCSe,
|
|
@@ -689,7 +727,7 @@ export var SecurityConfigSummary = [
|
|
|
689
727
|
[_id_, _t, _cV, _d, _cD, _lMD],
|
|
690
728
|
[0, 0, 0, 0, 1, 1],
|
|
691
729
|
];
|
|
692
|
-
export var SecurityPolicyDetail = [
|
|
730
|
+
export var SecurityPolicyDetail$ = [
|
|
693
731
|
3,
|
|
694
732
|
n0,
|
|
695
733
|
_SPD,
|
|
@@ -697,8 +735,8 @@ export var SecurityPolicyDetail = [
|
|
|
697
735
|
[_t, _n, _pV, _d, _p, _cD, _lMD],
|
|
698
736
|
[0, 0, 0, 0, 15, 1, 1],
|
|
699
737
|
];
|
|
700
|
-
export var SecurityPolicyStats = [3, n0, _SPS, 0, [_EPC, _NPC], [1, 1]];
|
|
701
|
-
export var SecurityPolicySummary = [
|
|
738
|
+
export var SecurityPolicyStats$ = [3, n0, _SPS, 0, [_EPC, _NPC], [1, 1]];
|
|
739
|
+
export var SecurityPolicySummary$ = [
|
|
702
740
|
3,
|
|
703
741
|
n0,
|
|
704
742
|
_SPSe,
|
|
@@ -706,7 +744,7 @@ export var SecurityPolicySummary = [
|
|
|
706
744
|
[_t, _n, _pV, _d, _cD, _lMD],
|
|
707
745
|
[0, 0, 0, 0, 1, 1],
|
|
708
746
|
];
|
|
709
|
-
export var ServiceQuotaExceededException = [
|
|
747
|
+
export var ServiceQuotaExceededException$ = [
|
|
710
748
|
-3,
|
|
711
749
|
n0,
|
|
712
750
|
_SQEE,
|
|
@@ -714,13 +752,13 @@ export var ServiceQuotaExceededException = [
|
|
|
714
752
|
[_m, _rIe, _rT, _sC, _qC],
|
|
715
753
|
[0, 0, 0, 0, 0],
|
|
716
754
|
];
|
|
717
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
718
|
-
export var Tag = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
719
|
-
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [0, () => Tags]];
|
|
720
|
-
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
721
|
-
export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
722
|
-
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
723
|
-
export var UpdateAccessPolicyRequest = [
|
|
755
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
756
|
+
export var Tag$ = [3, n0, _T, 0, [_k, _v], [0, 0]];
|
|
757
|
+
export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [0, () => Tags]];
|
|
758
|
+
export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
759
|
+
export var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
760
|
+
export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
761
|
+
export var UpdateAccessPolicyRequest$ = [
|
|
724
762
|
3,
|
|
725
763
|
n0,
|
|
726
764
|
_UAPR,
|
|
@@ -728,17 +766,17 @@ export var UpdateAccessPolicyRequest = [
|
|
|
728
766
|
[_t, _n, _pV, _d, _p, _cT],
|
|
729
767
|
[0, 0, 0, 0, 0, [0, 4]],
|
|
730
768
|
];
|
|
731
|
-
export var UpdateAccessPolicyResponse = [3, n0, _UAPRp, 0, [_aPD], [() => AccessPolicyDetail]];
|
|
732
|
-
export var UpdateAccountSettingsRequest = [3, n0, _UASR, 0, [_cL], [() => CapacityLimits]];
|
|
733
|
-
export var UpdateAccountSettingsResponse = [
|
|
769
|
+
export var UpdateAccessPolicyResponse$ = [3, n0, _UAPRp, 0, [_aPD], [() => AccessPolicyDetail$]];
|
|
770
|
+
export var UpdateAccountSettingsRequest$ = [3, n0, _UASR, 0, [_cL], [() => CapacityLimits$]];
|
|
771
|
+
export var UpdateAccountSettingsResponse$ = [
|
|
734
772
|
3,
|
|
735
773
|
n0,
|
|
736
774
|
_UASRp,
|
|
737
775
|
0,
|
|
738
776
|
[_aSD],
|
|
739
|
-
[() => AccountSettingsDetail],
|
|
777
|
+
[() => AccountSettingsDetail$],
|
|
740
778
|
];
|
|
741
|
-
export var UpdateCollectionDetail = [
|
|
779
|
+
export var UpdateCollectionDetail$ = [
|
|
742
780
|
3,
|
|
743
781
|
n0,
|
|
744
782
|
_UCD,
|
|
@@ -746,12 +784,19 @@ export var UpdateCollectionDetail = [
|
|
|
746
784
|
[_id_, _n, _s, _t, _d, _a, _cD, _lMD],
|
|
747
785
|
[0, 0, 0, 0, 0, 0, 1, 1],
|
|
748
786
|
];
|
|
749
|
-
export var UpdateCollectionRequest = [3, n0, _UCR, 0, [_id_, _d, _cT], [0, 0, [0, 4]]];
|
|
750
|
-
export var UpdateCollectionResponse = [
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
787
|
+
export var UpdateCollectionRequest$ = [3, n0, _UCR, 0, [_id_, _d, _cT], [0, 0, [0, 4]]];
|
|
788
|
+
export var UpdateCollectionResponse$ = [
|
|
789
|
+
3,
|
|
790
|
+
n0,
|
|
791
|
+
_UCRp,
|
|
792
|
+
0,
|
|
793
|
+
[_uCD],
|
|
794
|
+
[() => UpdateCollectionDetail$],
|
|
795
|
+
];
|
|
796
|
+
export var UpdateIamIdentityCenterConfigOptions$ = [3, n0, _UIICCO, 0, [_uA, _gA], [0, 0]];
|
|
797
|
+
export var UpdateIndexRequest$ = [3, n0, _UIR, 0, [_id_, _iN, _iS], [0, 0, 15]];
|
|
798
|
+
export var UpdateIndexResponse$ = [3, n0, _UIRp, 0, [], []];
|
|
799
|
+
export var UpdateLifecyclePolicyRequest$ = [
|
|
755
800
|
3,
|
|
756
801
|
n0,
|
|
757
802
|
_ULPR,
|
|
@@ -759,15 +804,15 @@ export var UpdateLifecyclePolicyRequest = [
|
|
|
759
804
|
[_t, _n, _pV, _d, _p, _cT],
|
|
760
805
|
[0, 0, 0, 0, 0, [0, 4]],
|
|
761
806
|
];
|
|
762
|
-
export var UpdateLifecyclePolicyResponse = [
|
|
807
|
+
export var UpdateLifecyclePolicyResponse$ = [
|
|
763
808
|
3,
|
|
764
809
|
n0,
|
|
765
810
|
_ULPRp,
|
|
766
811
|
0,
|
|
767
812
|
[_lPDi],
|
|
768
|
-
[() => LifecyclePolicyDetail],
|
|
813
|
+
[() => LifecyclePolicyDetail$],
|
|
769
814
|
];
|
|
770
|
-
export var UpdateSecurityConfigRequest = [
|
|
815
|
+
export var UpdateSecurityConfigRequest$ = [
|
|
771
816
|
3,
|
|
772
817
|
n0,
|
|
773
818
|
_USCR,
|
|
@@ -777,21 +822,21 @@ export var UpdateSecurityConfigRequest = [
|
|
|
777
822
|
0,
|
|
778
823
|
0,
|
|
779
824
|
0,
|
|
780
|
-
() => SamlConfigOptions
|
|
781
|
-
() => UpdateIamIdentityCenterConfigOptions
|
|
782
|
-
() => IamFederationConfigOptions
|
|
825
|
+
() => SamlConfigOptions$,
|
|
826
|
+
() => UpdateIamIdentityCenterConfigOptions$,
|
|
827
|
+
() => IamFederationConfigOptions$,
|
|
783
828
|
[0, 4],
|
|
784
829
|
],
|
|
785
830
|
];
|
|
786
|
-
export var UpdateSecurityConfigResponse = [
|
|
831
|
+
export var UpdateSecurityConfigResponse$ = [
|
|
787
832
|
3,
|
|
788
833
|
n0,
|
|
789
834
|
_USCRp,
|
|
790
835
|
0,
|
|
791
836
|
[_sCD],
|
|
792
|
-
[() => SecurityConfigDetail],
|
|
837
|
+
[() => SecurityConfigDetail$],
|
|
793
838
|
];
|
|
794
|
-
export var UpdateSecurityPolicyRequest = [
|
|
839
|
+
export var UpdateSecurityPolicyRequest$ = [
|
|
795
840
|
3,
|
|
796
841
|
n0,
|
|
797
842
|
_USPR,
|
|
@@ -799,15 +844,15 @@ export var UpdateSecurityPolicyRequest = [
|
|
|
799
844
|
[_t, _n, _pV, _d, _p, _cT],
|
|
800
845
|
[0, 0, 0, 0, 0, [0, 4]],
|
|
801
846
|
];
|
|
802
|
-
export var UpdateSecurityPolicyResponse = [
|
|
847
|
+
export var UpdateSecurityPolicyResponse$ = [
|
|
803
848
|
3,
|
|
804
849
|
n0,
|
|
805
850
|
_USPRp,
|
|
806
851
|
0,
|
|
807
852
|
[_sPD],
|
|
808
|
-
[() => SecurityPolicyDetail],
|
|
853
|
+
[() => SecurityPolicyDetail$],
|
|
809
854
|
];
|
|
810
|
-
export var UpdateVpcEndpointDetail = [
|
|
855
|
+
export var UpdateVpcEndpointDetail$ = [
|
|
811
856
|
3,
|
|
812
857
|
n0,
|
|
813
858
|
_UVED,
|
|
@@ -815,7 +860,7 @@ export var UpdateVpcEndpointDetail = [
|
|
|
815
860
|
[_id_, _n, _s, _sI, _sGI, _lMD],
|
|
816
861
|
[0, 0, 0, 64 | 0, 64 | 0, 1],
|
|
817
862
|
];
|
|
818
|
-
export var UpdateVpcEndpointRequest = [
|
|
863
|
+
export var UpdateVpcEndpointRequest$ = [
|
|
819
864
|
3,
|
|
820
865
|
n0,
|
|
821
866
|
_UVER,
|
|
@@ -823,18 +868,18 @@ export var UpdateVpcEndpointRequest = [
|
|
|
823
868
|
[_id_, _aSI, _rSI, _aSGI, _rSGI, _cT],
|
|
824
869
|
[0, 64 | 0, 64 | 0, 64 | 0, 64 | 0, [0, 4]],
|
|
825
870
|
];
|
|
826
|
-
export var UpdateVpcEndpointResponse = [
|
|
871
|
+
export var UpdateVpcEndpointResponse$ = [
|
|
827
872
|
3,
|
|
828
873
|
n0,
|
|
829
874
|
_UVERp,
|
|
830
875
|
0,
|
|
831
876
|
[_UVED],
|
|
832
|
-
[() => UpdateVpcEndpointDetail],
|
|
877
|
+
[() => UpdateVpcEndpointDetail$],
|
|
833
878
|
];
|
|
834
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
835
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
836
|
-
export var VectorOptions = [3, n0, _VO, 0, [_SVA], [0]];
|
|
837
|
-
export var VpcEndpointDetail = [
|
|
879
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
880
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
881
|
+
export var VectorOptions$ = [3, n0, _VO, 0, [_SVA], [0]];
|
|
882
|
+
export var VpcEndpointDetail$ = [
|
|
838
883
|
3,
|
|
839
884
|
n0,
|
|
840
885
|
_VED,
|
|
@@ -842,10 +887,10 @@ export var VpcEndpointDetail = [
|
|
|
842
887
|
[_id_, _n, _vI, _sI, _sGI, _s, _cD, _fC, _fM],
|
|
843
888
|
[0, 0, 0, 64 | 0, 64 | 0, 0, 1, 0, 0],
|
|
844
889
|
];
|
|
845
|
-
export var VpcEndpointErrorDetail = [3, n0, _VEED, 0, [_id_, _eM, _eC], [0, 0, 0]];
|
|
846
|
-
export var VpcEndpointFilters = [3, n0, _VEF, 0, [_s], [0]];
|
|
847
|
-
export var VpcEndpointSummary = [3, n0, _VES, 0, [_id_, _n, _s], [0, 0, 0]];
|
|
848
|
-
export var OpenSearchServerlessServiceException = [
|
|
890
|
+
export var VpcEndpointErrorDetail$ = [3, n0, _VEED, 0, [_id_, _eM, _eC], [0, 0, 0]];
|
|
891
|
+
export var VpcEndpointFilters$ = [3, n0, _VEF, 0, [_s], [0]];
|
|
892
|
+
export var VpcEndpointSummary$ = [3, n0, _VES, 0, [_id_, _n, _s], [0, 0, 0]];
|
|
893
|
+
export var OpenSearchServerlessServiceException$ = [
|
|
849
894
|
-3,
|
|
850
895
|
_sm,
|
|
851
896
|
"OpenSearchServerlessServiceException",
|
|
@@ -853,334 +898,328 @@ export var OpenSearchServerlessServiceException = [
|
|
|
853
898
|
[],
|
|
854
899
|
[],
|
|
855
900
|
];
|
|
856
|
-
TypeRegistry.for(_sm).registerError(OpenSearchServerlessServiceException
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
901
|
+
TypeRegistry.for(_sm).registerError(OpenSearchServerlessServiceException$, OpenSearchServerlessServiceException);
|
|
902
|
+
var AccessPolicySummaries = [1, n0, _APScc, 0, () => AccessPolicySummary$];
|
|
903
|
+
var CollectionDetails = [1, n0, _CDo, 0, () => CollectionDetail$];
|
|
904
|
+
var CollectionErrorDetails = [1, n0, _CEDo, 0, () => CollectionErrorDetail$];
|
|
905
|
+
var CollectionIds = 64 | 0;
|
|
906
|
+
var CollectionNames = 64 | 0;
|
|
907
|
+
var CollectionSummaries = [1, n0, _CSo, 0, () => CollectionSummary$];
|
|
908
|
+
var EffectiveLifecyclePolicyDetails = [1, n0, _ELPDf, 0, () => EffectiveLifecyclePolicyDetail$];
|
|
909
|
+
var EffectiveLifecyclePolicyErrorDetails = [
|
|
865
910
|
1,
|
|
866
911
|
n0,
|
|
867
912
|
_ELPEDf,
|
|
868
913
|
0,
|
|
869
|
-
() => EffectiveLifecyclePolicyErrorDetail
|
|
870
|
-
];
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
];
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
export var
|
|
889
|
-
export var Tags = [1, n0, _Ta, 0, () => Tag];
|
|
890
|
-
export var VpcEndpointDetails = [1, n0, _VEDp, 0, () => VpcEndpointDetail];
|
|
891
|
-
export var VpcEndpointErrorDetails = [1, n0, _VEEDp, 0, () => VpcEndpointErrorDetail];
|
|
892
|
-
export var VpcEndpointIds = 64 | 0;
|
|
893
|
-
export var VpcEndpointSummaries = [1, n0, _VESp, 0, () => VpcEndpointSummary];
|
|
894
|
-
export var BatchGetCollection = [
|
|
914
|
+
() => EffectiveLifecyclePolicyErrorDetail$,
|
|
915
|
+
];
|
|
916
|
+
var LifecyclePolicyDetails = [1, n0, _LPDi, 0, () => LifecyclePolicyDetail$];
|
|
917
|
+
var LifecyclePolicyErrorDetails = [1, n0, _LPEDi, 0, () => LifecyclePolicyErrorDetail$];
|
|
918
|
+
var LifecyclePolicyIdentifiers = [1, n0, _LPIi, 0, () => LifecyclePolicyIdentifier$];
|
|
919
|
+
var LifecyclePolicyResourceIdentifiers = [1, n0, _LPRIi, 0, () => LifecyclePolicyResourceIdentifier$];
|
|
920
|
+
var LifecyclePolicySummaries = [1, n0, _LPSif, 0, () => LifecyclePolicySummary$];
|
|
921
|
+
var LifecycleResourceFilter = 64 | 0;
|
|
922
|
+
var ResourceFilter = 64 | 0;
|
|
923
|
+
var SecurityConfigSummaries = [1, n0, _SCSec, 0, () => SecurityConfigSummary$];
|
|
924
|
+
var SecurityGroupIds = 64 | 0;
|
|
925
|
+
var SecurityPolicySummaries = [1, n0, _SPSec, 0, () => SecurityPolicySummary$];
|
|
926
|
+
var SubnetIds = 64 | 0;
|
|
927
|
+
var TagKeys = 64 | 0;
|
|
928
|
+
var Tags = [1, n0, _Ta, 0, () => Tag$];
|
|
929
|
+
var VpcEndpointDetails = [1, n0, _VEDp, 0, () => VpcEndpointDetail$];
|
|
930
|
+
var VpcEndpointErrorDetails = [1, n0, _VEEDp, 0, () => VpcEndpointErrorDetail$];
|
|
931
|
+
var VpcEndpointIds = 64 | 0;
|
|
932
|
+
var VpcEndpointSummaries = [1, n0, _VESp, 0, () => VpcEndpointSummary$];
|
|
933
|
+
export var BatchGetCollection$ = [
|
|
895
934
|
9,
|
|
896
935
|
n0,
|
|
897
936
|
_BGC,
|
|
898
937
|
0,
|
|
899
|
-
() => BatchGetCollectionRequest
|
|
900
|
-
() => BatchGetCollectionResponse
|
|
938
|
+
() => BatchGetCollectionRequest$,
|
|
939
|
+
() => BatchGetCollectionResponse$,
|
|
901
940
|
];
|
|
902
|
-
export var BatchGetEffectiveLifecyclePolicy = [
|
|
941
|
+
export var BatchGetEffectiveLifecyclePolicy$ = [
|
|
903
942
|
9,
|
|
904
943
|
n0,
|
|
905
944
|
_BGELP,
|
|
906
945
|
0,
|
|
907
|
-
() => BatchGetEffectiveLifecyclePolicyRequest
|
|
908
|
-
() => BatchGetEffectiveLifecyclePolicyResponse
|
|
946
|
+
() => BatchGetEffectiveLifecyclePolicyRequest$,
|
|
947
|
+
() => BatchGetEffectiveLifecyclePolicyResponse$,
|
|
909
948
|
];
|
|
910
|
-
export var BatchGetLifecyclePolicy = [
|
|
949
|
+
export var BatchGetLifecyclePolicy$ = [
|
|
911
950
|
9,
|
|
912
951
|
n0,
|
|
913
952
|
_BGLP,
|
|
914
953
|
0,
|
|
915
|
-
() => BatchGetLifecyclePolicyRequest
|
|
916
|
-
() => BatchGetLifecyclePolicyResponse
|
|
954
|
+
() => BatchGetLifecyclePolicyRequest$,
|
|
955
|
+
() => BatchGetLifecyclePolicyResponse$,
|
|
917
956
|
];
|
|
918
|
-
export var BatchGetVpcEndpoint = [
|
|
957
|
+
export var BatchGetVpcEndpoint$ = [
|
|
919
958
|
9,
|
|
920
959
|
n0,
|
|
921
960
|
_BGVE,
|
|
922
961
|
0,
|
|
923
|
-
() => BatchGetVpcEndpointRequest
|
|
924
|
-
() => BatchGetVpcEndpointResponse
|
|
962
|
+
() => BatchGetVpcEndpointRequest$,
|
|
963
|
+
() => BatchGetVpcEndpointResponse$,
|
|
925
964
|
];
|
|
926
|
-
export var CreateAccessPolicy = [
|
|
965
|
+
export var CreateAccessPolicy$ = [
|
|
927
966
|
9,
|
|
928
967
|
n0,
|
|
929
968
|
_CAP,
|
|
930
969
|
2,
|
|
931
|
-
() => CreateAccessPolicyRequest
|
|
932
|
-
() => CreateAccessPolicyResponse
|
|
970
|
+
() => CreateAccessPolicyRequest$,
|
|
971
|
+
() => CreateAccessPolicyResponse$,
|
|
933
972
|
];
|
|
934
|
-
export var CreateCollection = [
|
|
973
|
+
export var CreateCollection$ = [
|
|
935
974
|
9,
|
|
936
975
|
n0,
|
|
937
976
|
_CC,
|
|
938
977
|
2,
|
|
939
|
-
() => CreateCollectionRequest
|
|
940
|
-
() => CreateCollectionResponse
|
|
978
|
+
() => CreateCollectionRequest$,
|
|
979
|
+
() => CreateCollectionResponse$,
|
|
941
980
|
];
|
|
942
|
-
export var CreateIndex = [9, n0, _CI, 2, () => CreateIndexRequest
|
|
943
|
-
export var CreateLifecyclePolicy = [
|
|
981
|
+
export var CreateIndex$ = [9, n0, _CI, 2, () => CreateIndexRequest$, () => CreateIndexResponse$];
|
|
982
|
+
export var CreateLifecyclePolicy$ = [
|
|
944
983
|
9,
|
|
945
984
|
n0,
|
|
946
985
|
_CLP,
|
|
947
986
|
2,
|
|
948
|
-
() => CreateLifecyclePolicyRequest
|
|
949
|
-
() => CreateLifecyclePolicyResponse
|
|
987
|
+
() => CreateLifecyclePolicyRequest$,
|
|
988
|
+
() => CreateLifecyclePolicyResponse$,
|
|
950
989
|
];
|
|
951
|
-
export var CreateSecurityConfig = [
|
|
990
|
+
export var CreateSecurityConfig$ = [
|
|
952
991
|
9,
|
|
953
992
|
n0,
|
|
954
993
|
_CSC,
|
|
955
994
|
2,
|
|
956
|
-
() => CreateSecurityConfigRequest
|
|
957
|
-
() => CreateSecurityConfigResponse
|
|
995
|
+
() => CreateSecurityConfigRequest$,
|
|
996
|
+
() => CreateSecurityConfigResponse$,
|
|
958
997
|
];
|
|
959
|
-
export var CreateSecurityPolicy = [
|
|
998
|
+
export var CreateSecurityPolicy$ = [
|
|
960
999
|
9,
|
|
961
1000
|
n0,
|
|
962
1001
|
_CSP,
|
|
963
1002
|
2,
|
|
964
|
-
() => CreateSecurityPolicyRequest
|
|
965
|
-
() => CreateSecurityPolicyResponse
|
|
1003
|
+
() => CreateSecurityPolicyRequest$,
|
|
1004
|
+
() => CreateSecurityPolicyResponse$,
|
|
966
1005
|
];
|
|
967
|
-
export var CreateVpcEndpoint = [
|
|
1006
|
+
export var CreateVpcEndpoint$ = [
|
|
968
1007
|
9,
|
|
969
1008
|
n0,
|
|
970
1009
|
_CVE,
|
|
971
1010
|
2,
|
|
972
|
-
() => CreateVpcEndpointRequest
|
|
973
|
-
() => CreateVpcEndpointResponse
|
|
1011
|
+
() => CreateVpcEndpointRequest$,
|
|
1012
|
+
() => CreateVpcEndpointResponse$,
|
|
974
1013
|
];
|
|
975
|
-
export var DeleteAccessPolicy = [
|
|
1014
|
+
export var DeleteAccessPolicy$ = [
|
|
976
1015
|
9,
|
|
977
1016
|
n0,
|
|
978
1017
|
_DAP,
|
|
979
1018
|
2,
|
|
980
|
-
() => DeleteAccessPolicyRequest
|
|
981
|
-
() => DeleteAccessPolicyResponse
|
|
1019
|
+
() => DeleteAccessPolicyRequest$,
|
|
1020
|
+
() => DeleteAccessPolicyResponse$,
|
|
982
1021
|
];
|
|
983
|
-
export var DeleteCollection = [
|
|
1022
|
+
export var DeleteCollection$ = [
|
|
984
1023
|
9,
|
|
985
1024
|
n0,
|
|
986
1025
|
_DC,
|
|
987
1026
|
2,
|
|
988
|
-
() => DeleteCollectionRequest
|
|
989
|
-
() => DeleteCollectionResponse
|
|
1027
|
+
() => DeleteCollectionRequest$,
|
|
1028
|
+
() => DeleteCollectionResponse$,
|
|
990
1029
|
];
|
|
991
|
-
export var DeleteIndex = [9, n0, _DI, 2, () => DeleteIndexRequest
|
|
992
|
-
export var DeleteLifecyclePolicy = [
|
|
1030
|
+
export var DeleteIndex$ = [9, n0, _DI, 2, () => DeleteIndexRequest$, () => DeleteIndexResponse$];
|
|
1031
|
+
export var DeleteLifecyclePolicy$ = [
|
|
993
1032
|
9,
|
|
994
1033
|
n0,
|
|
995
1034
|
_DLP,
|
|
996
1035
|
2,
|
|
997
|
-
() => DeleteLifecyclePolicyRequest
|
|
998
|
-
() => DeleteLifecyclePolicyResponse
|
|
1036
|
+
() => DeleteLifecyclePolicyRequest$,
|
|
1037
|
+
() => DeleteLifecyclePolicyResponse$,
|
|
999
1038
|
];
|
|
1000
|
-
export var DeleteSecurityConfig = [
|
|
1039
|
+
export var DeleteSecurityConfig$ = [
|
|
1001
1040
|
9,
|
|
1002
1041
|
n0,
|
|
1003
1042
|
_DSC,
|
|
1004
1043
|
2,
|
|
1005
|
-
() => DeleteSecurityConfigRequest
|
|
1006
|
-
() => DeleteSecurityConfigResponse
|
|
1044
|
+
() => DeleteSecurityConfigRequest$,
|
|
1045
|
+
() => DeleteSecurityConfigResponse$,
|
|
1007
1046
|
];
|
|
1008
|
-
export var DeleteSecurityPolicy = [
|
|
1047
|
+
export var DeleteSecurityPolicy$ = [
|
|
1009
1048
|
9,
|
|
1010
1049
|
n0,
|
|
1011
1050
|
_DSP,
|
|
1012
1051
|
2,
|
|
1013
|
-
() => DeleteSecurityPolicyRequest
|
|
1014
|
-
() => DeleteSecurityPolicyResponse
|
|
1052
|
+
() => DeleteSecurityPolicyRequest$,
|
|
1053
|
+
() => DeleteSecurityPolicyResponse$,
|
|
1015
1054
|
];
|
|
1016
|
-
export var DeleteVpcEndpoint = [
|
|
1055
|
+
export var DeleteVpcEndpoint$ = [
|
|
1017
1056
|
9,
|
|
1018
1057
|
n0,
|
|
1019
1058
|
_DVE,
|
|
1020
1059
|
2,
|
|
1021
|
-
() => DeleteVpcEndpointRequest
|
|
1022
|
-
() => DeleteVpcEndpointResponse
|
|
1060
|
+
() => DeleteVpcEndpointRequest$,
|
|
1061
|
+
() => DeleteVpcEndpointResponse$,
|
|
1023
1062
|
];
|
|
1024
|
-
export var GetAccessPolicy = [
|
|
1063
|
+
export var GetAccessPolicy$ = [
|
|
1025
1064
|
9,
|
|
1026
1065
|
n0,
|
|
1027
1066
|
_GAP,
|
|
1028
1067
|
0,
|
|
1029
|
-
() => GetAccessPolicyRequest
|
|
1030
|
-
() => GetAccessPolicyResponse
|
|
1068
|
+
() => GetAccessPolicyRequest$,
|
|
1069
|
+
() => GetAccessPolicyResponse$,
|
|
1031
1070
|
];
|
|
1032
|
-
export var GetAccountSettings = [
|
|
1071
|
+
export var GetAccountSettings$ = [
|
|
1033
1072
|
9,
|
|
1034
1073
|
n0,
|
|
1035
1074
|
_GAS,
|
|
1036
1075
|
0,
|
|
1037
|
-
() => GetAccountSettingsRequest
|
|
1038
|
-
() => GetAccountSettingsResponse
|
|
1076
|
+
() => GetAccountSettingsRequest$,
|
|
1077
|
+
() => GetAccountSettingsResponse$,
|
|
1039
1078
|
];
|
|
1040
|
-
export var GetIndex = [9, n0, _GI, 0, () => GetIndexRequest
|
|
1041
|
-
export var GetPoliciesStats = [
|
|
1079
|
+
export var GetIndex$ = [9, n0, _GI, 0, () => GetIndexRequest$, () => GetIndexResponse$];
|
|
1080
|
+
export var GetPoliciesStats$ = [
|
|
1042
1081
|
9,
|
|
1043
1082
|
n0,
|
|
1044
1083
|
_GPS,
|
|
1045
1084
|
0,
|
|
1046
|
-
() => GetPoliciesStatsRequest
|
|
1047
|
-
() => GetPoliciesStatsResponse
|
|
1085
|
+
() => GetPoliciesStatsRequest$,
|
|
1086
|
+
() => GetPoliciesStatsResponse$,
|
|
1048
1087
|
];
|
|
1049
|
-
export var GetSecurityConfig = [
|
|
1088
|
+
export var GetSecurityConfig$ = [
|
|
1050
1089
|
9,
|
|
1051
1090
|
n0,
|
|
1052
1091
|
_GSC,
|
|
1053
1092
|
0,
|
|
1054
|
-
() => GetSecurityConfigRequest
|
|
1055
|
-
() => GetSecurityConfigResponse
|
|
1093
|
+
() => GetSecurityConfigRequest$,
|
|
1094
|
+
() => GetSecurityConfigResponse$,
|
|
1056
1095
|
];
|
|
1057
|
-
export var GetSecurityPolicy = [
|
|
1096
|
+
export var GetSecurityPolicy$ = [
|
|
1058
1097
|
9,
|
|
1059
1098
|
n0,
|
|
1060
1099
|
_GSP,
|
|
1061
1100
|
0,
|
|
1062
|
-
() => GetSecurityPolicyRequest
|
|
1063
|
-
() => GetSecurityPolicyResponse
|
|
1101
|
+
() => GetSecurityPolicyRequest$,
|
|
1102
|
+
() => GetSecurityPolicyResponse$,
|
|
1064
1103
|
];
|
|
1065
|
-
export var ListAccessPolicies = [
|
|
1104
|
+
export var ListAccessPolicies$ = [
|
|
1066
1105
|
9,
|
|
1067
1106
|
n0,
|
|
1068
1107
|
_LAP,
|
|
1069
1108
|
0,
|
|
1070
|
-
() => ListAccessPoliciesRequest
|
|
1071
|
-
() => ListAccessPoliciesResponse
|
|
1109
|
+
() => ListAccessPoliciesRequest$,
|
|
1110
|
+
() => ListAccessPoliciesResponse$,
|
|
1072
1111
|
];
|
|
1073
|
-
export var ListCollections = [
|
|
1112
|
+
export var ListCollections$ = [
|
|
1074
1113
|
9,
|
|
1075
1114
|
n0,
|
|
1076
1115
|
_LC,
|
|
1077
1116
|
0,
|
|
1078
|
-
() => ListCollectionsRequest
|
|
1079
|
-
() => ListCollectionsResponse
|
|
1117
|
+
() => ListCollectionsRequest$,
|
|
1118
|
+
() => ListCollectionsResponse$,
|
|
1080
1119
|
];
|
|
1081
|
-
export var ListLifecyclePolicies = [
|
|
1120
|
+
export var ListLifecyclePolicies$ = [
|
|
1082
1121
|
9,
|
|
1083
1122
|
n0,
|
|
1084
1123
|
_LLP,
|
|
1085
1124
|
0,
|
|
1086
|
-
() => ListLifecyclePoliciesRequest
|
|
1087
|
-
() => ListLifecyclePoliciesResponse
|
|
1125
|
+
() => ListLifecyclePoliciesRequest$,
|
|
1126
|
+
() => ListLifecyclePoliciesResponse$,
|
|
1088
1127
|
];
|
|
1089
|
-
export var ListSecurityConfigs = [
|
|
1128
|
+
export var ListSecurityConfigs$ = [
|
|
1090
1129
|
9,
|
|
1091
1130
|
n0,
|
|
1092
1131
|
_LSC,
|
|
1093
1132
|
0,
|
|
1094
|
-
() => ListSecurityConfigsRequest
|
|
1095
|
-
() => ListSecurityConfigsResponse
|
|
1133
|
+
() => ListSecurityConfigsRequest$,
|
|
1134
|
+
() => ListSecurityConfigsResponse$,
|
|
1096
1135
|
];
|
|
1097
|
-
export var ListSecurityPolicies = [
|
|
1136
|
+
export var ListSecurityPolicies$ = [
|
|
1098
1137
|
9,
|
|
1099
1138
|
n0,
|
|
1100
1139
|
_LSP,
|
|
1101
1140
|
0,
|
|
1102
|
-
() => ListSecurityPoliciesRequest
|
|
1103
|
-
() => ListSecurityPoliciesResponse
|
|
1141
|
+
() => ListSecurityPoliciesRequest$,
|
|
1142
|
+
() => ListSecurityPoliciesResponse$,
|
|
1104
1143
|
];
|
|
1105
|
-
export var ListTagsForResource = [
|
|
1144
|
+
export var ListTagsForResource$ = [
|
|
1106
1145
|
9,
|
|
1107
1146
|
n0,
|
|
1108
1147
|
_LTFR,
|
|
1109
1148
|
0,
|
|
1110
|
-
() => ListTagsForResourceRequest
|
|
1111
|
-
() => ListTagsForResourceResponse
|
|
1149
|
+
() => ListTagsForResourceRequest$,
|
|
1150
|
+
() => ListTagsForResourceResponse$,
|
|
1112
1151
|
];
|
|
1113
|
-
export var ListVpcEndpoints = [
|
|
1152
|
+
export var ListVpcEndpoints$ = [
|
|
1114
1153
|
9,
|
|
1115
1154
|
n0,
|
|
1116
1155
|
_LVE,
|
|
1117
1156
|
0,
|
|
1118
|
-
() => ListVpcEndpointsRequest
|
|
1119
|
-
() => ListVpcEndpointsResponse
|
|
1157
|
+
() => ListVpcEndpointsRequest$,
|
|
1158
|
+
() => ListVpcEndpointsResponse$,
|
|
1120
1159
|
];
|
|
1121
|
-
export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest
|
|
1122
|
-
export var UntagResource = [
|
|
1160
|
+
export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
|
|
1161
|
+
export var UntagResource$ = [
|
|
1123
1162
|
9,
|
|
1124
1163
|
n0,
|
|
1125
1164
|
_UR,
|
|
1126
1165
|
0,
|
|
1127
|
-
() => UntagResourceRequest
|
|
1128
|
-
() => UntagResourceResponse
|
|
1166
|
+
() => UntagResourceRequest$,
|
|
1167
|
+
() => UntagResourceResponse$,
|
|
1129
1168
|
];
|
|
1130
|
-
export var UpdateAccessPolicy = [
|
|
1169
|
+
export var UpdateAccessPolicy$ = [
|
|
1131
1170
|
9,
|
|
1132
1171
|
n0,
|
|
1133
1172
|
_UAP,
|
|
1134
1173
|
2,
|
|
1135
|
-
() => UpdateAccessPolicyRequest
|
|
1136
|
-
() => UpdateAccessPolicyResponse
|
|
1174
|
+
() => UpdateAccessPolicyRequest$,
|
|
1175
|
+
() => UpdateAccessPolicyResponse$,
|
|
1137
1176
|
];
|
|
1138
|
-
export var UpdateAccountSettings = [
|
|
1177
|
+
export var UpdateAccountSettings$ = [
|
|
1139
1178
|
9,
|
|
1140
1179
|
n0,
|
|
1141
1180
|
_UAS,
|
|
1142
1181
|
0,
|
|
1143
|
-
() => UpdateAccountSettingsRequest
|
|
1144
|
-
() => UpdateAccountSettingsResponse
|
|
1182
|
+
() => UpdateAccountSettingsRequest$,
|
|
1183
|
+
() => UpdateAccountSettingsResponse$,
|
|
1145
1184
|
];
|
|
1146
|
-
export var UpdateCollection = [
|
|
1185
|
+
export var UpdateCollection$ = [
|
|
1147
1186
|
9,
|
|
1148
1187
|
n0,
|
|
1149
1188
|
_UC,
|
|
1150
1189
|
2,
|
|
1151
|
-
() => UpdateCollectionRequest
|
|
1152
|
-
() => UpdateCollectionResponse
|
|
1190
|
+
() => UpdateCollectionRequest$,
|
|
1191
|
+
() => UpdateCollectionResponse$,
|
|
1153
1192
|
];
|
|
1154
|
-
export var UpdateIndex = [9, n0, _UI, 2, () => UpdateIndexRequest
|
|
1155
|
-
export var UpdateLifecyclePolicy = [
|
|
1193
|
+
export var UpdateIndex$ = [9, n0, _UI, 2, () => UpdateIndexRequest$, () => UpdateIndexResponse$];
|
|
1194
|
+
export var UpdateLifecyclePolicy$ = [
|
|
1156
1195
|
9,
|
|
1157
1196
|
n0,
|
|
1158
1197
|
_ULP,
|
|
1159
1198
|
2,
|
|
1160
|
-
() => UpdateLifecyclePolicyRequest
|
|
1161
|
-
() => UpdateLifecyclePolicyResponse
|
|
1199
|
+
() => UpdateLifecyclePolicyRequest$,
|
|
1200
|
+
() => UpdateLifecyclePolicyResponse$,
|
|
1162
1201
|
];
|
|
1163
|
-
export var UpdateSecurityConfig = [
|
|
1202
|
+
export var UpdateSecurityConfig$ = [
|
|
1164
1203
|
9,
|
|
1165
1204
|
n0,
|
|
1166
1205
|
_USC,
|
|
1167
1206
|
2,
|
|
1168
|
-
() => UpdateSecurityConfigRequest
|
|
1169
|
-
() => UpdateSecurityConfigResponse
|
|
1207
|
+
() => UpdateSecurityConfigRequest$,
|
|
1208
|
+
() => UpdateSecurityConfigResponse$,
|
|
1170
1209
|
];
|
|
1171
|
-
export var UpdateSecurityPolicy = [
|
|
1210
|
+
export var UpdateSecurityPolicy$ = [
|
|
1172
1211
|
9,
|
|
1173
1212
|
n0,
|
|
1174
1213
|
_USP,
|
|
1175
1214
|
2,
|
|
1176
|
-
() => UpdateSecurityPolicyRequest
|
|
1177
|
-
() => UpdateSecurityPolicyResponse
|
|
1215
|
+
() => UpdateSecurityPolicyRequest$,
|
|
1216
|
+
() => UpdateSecurityPolicyResponse$,
|
|
1178
1217
|
];
|
|
1179
|
-
export var UpdateVpcEndpoint = [
|
|
1218
|
+
export var UpdateVpcEndpoint$ = [
|
|
1180
1219
|
9,
|
|
1181
1220
|
n0,
|
|
1182
1221
|
_UVE,
|
|
1183
1222
|
2,
|
|
1184
|
-
() => UpdateVpcEndpointRequest
|
|
1185
|
-
() => UpdateVpcEndpointResponse
|
|
1223
|
+
() => UpdateVpcEndpointRequest$,
|
|
1224
|
+
() => UpdateVpcEndpointResponse$,
|
|
1186
1225
|
];
|