@aws-sdk/client-kms 3.987.0 → 3.988.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 +72 -2261
- package/dist-cjs/models/KMSServiceException.js +12 -0
- package/dist-cjs/models/errors.js +628 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +1392 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +282 -276
- package/dist-types/schemas/schemas_0.d.ts +52 -45
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +47 -45
- package/package.json +13 -13
|
@@ -361,73 +361,327 @@ const _c = "client";
|
|
|
361
361
|
const _e = "error";
|
|
362
362
|
const _hE = "httpError";
|
|
363
363
|
const _m = "message";
|
|
364
|
-
const _s = "
|
|
365
|
-
const
|
|
364
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kms";
|
|
365
|
+
const _se = "server";
|
|
366
366
|
const n0 = "com.amazonaws.kms";
|
|
367
367
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
368
368
|
import { AlreadyExistsException, CloudHsmClusterInUseException, CloudHsmClusterInvalidConfigurationException, CloudHsmClusterNotActiveException, CloudHsmClusterNotFoundException, CloudHsmClusterNotRelatedException, ConflictException, CustomKeyStoreHasCMKsException, CustomKeyStoreInvalidStateException, CustomKeyStoreNameInUseException, CustomKeyStoreNotFoundException, DependencyTimeoutException, DisabledException, DryRunOperationException, ExpiredImportTokenException, IncorrectKeyException, IncorrectKeyMaterialException, IncorrectTrustAnchorException, InvalidAliasNameException, InvalidArnException, InvalidCiphertextException, InvalidGrantIdException, InvalidGrantTokenException, InvalidImportTokenException, InvalidKeyUsageException, InvalidMarkerException, KeyUnavailableException, KMSInternalException, KMSInvalidMacException, KMSInvalidSignatureException, KMSInvalidStateException, LimitExceededException, MalformedPolicyDocumentException, NotFoundException, TagException, UnsupportedOperationException, XksKeyAlreadyInUseException, XksKeyInvalidConfigurationException, XksKeyNotFoundException, XksProxyIncorrectAuthenticationCredentialException, XksProxyInvalidConfigurationException, XksProxyInvalidResponseException, XksProxyUriEndpointInUseException, XksProxyUriInUseException, XksProxyUriUnreachableException, XksProxyVpcEndpointServiceInUseException, XksProxyVpcEndpointServiceInvalidConfigurationException, XksProxyVpcEndpointServiceNotFoundException, } from "../models/errors";
|
|
369
369
|
import { KMSServiceException } from "../models/KMSServiceException";
|
|
370
|
-
|
|
371
|
-
var
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
export var AliasListEntry$ = [3, n0, _ALE,
|
|
375
|
-
0,
|
|
376
|
-
[_AN, _AA, _TKI, _CD, _LUD],
|
|
377
|
-
[0, 0, 0, 4, 4]
|
|
378
|
-
];
|
|
370
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
371
|
+
export var KMSServiceException$ = [-3, _s, "KMSServiceException", 0, [], []];
|
|
372
|
+
_s_registry.registerError(KMSServiceException$, KMSServiceException);
|
|
373
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
379
374
|
export var AlreadyExistsException$ = [-3, n0, _AEE,
|
|
380
375
|
{ [_aQE]: [`AlreadyExists`, 409], [_e]: _c, [_hE]: 409 },
|
|
381
376
|
[_m],
|
|
382
377
|
[0]
|
|
383
378
|
];
|
|
384
|
-
|
|
385
|
-
export var CancelKeyDeletionRequest$ = [3, n0, _CKDR,
|
|
386
|
-
0,
|
|
387
|
-
[_KI],
|
|
388
|
-
[0], 1
|
|
389
|
-
];
|
|
390
|
-
export var CancelKeyDeletionResponse$ = [3, n0, _CKDRa,
|
|
391
|
-
0,
|
|
392
|
-
[_KI],
|
|
393
|
-
[0]
|
|
394
|
-
];
|
|
379
|
+
n0_registry.registerError(AlreadyExistsException$, AlreadyExistsException);
|
|
395
380
|
export var CloudHsmClusterInUseException$ = [-3, n0, _CHCIUE,
|
|
396
381
|
{ [_aQE]: [`CloudHsmClusterInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
397
382
|
[_m],
|
|
398
383
|
[0]
|
|
399
384
|
];
|
|
400
|
-
|
|
385
|
+
n0_registry.registerError(CloudHsmClusterInUseException$, CloudHsmClusterInUseException);
|
|
401
386
|
export var CloudHsmClusterInvalidConfigurationException$ = [-3, n0, _CHCICE,
|
|
402
387
|
{ [_aQE]: [`CloudHsmClusterInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
403
388
|
[_m],
|
|
404
389
|
[0]
|
|
405
390
|
];
|
|
406
|
-
|
|
391
|
+
n0_registry.registerError(CloudHsmClusterInvalidConfigurationException$, CloudHsmClusterInvalidConfigurationException);
|
|
407
392
|
export var CloudHsmClusterNotActiveException$ = [-3, n0, _CHCNAE,
|
|
408
393
|
{ [_aQE]: [`CloudHsmClusterNotActiveException`, 400], [_e]: _c, [_hE]: 400 },
|
|
409
394
|
[_m],
|
|
410
395
|
[0]
|
|
411
396
|
];
|
|
412
|
-
|
|
397
|
+
n0_registry.registerError(CloudHsmClusterNotActiveException$, CloudHsmClusterNotActiveException);
|
|
413
398
|
export var CloudHsmClusterNotFoundException$ = [-3, n0, _CHCNFE,
|
|
414
399
|
{ [_aQE]: [`CloudHsmClusterNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
415
400
|
[_m],
|
|
416
401
|
[0]
|
|
417
402
|
];
|
|
418
|
-
|
|
403
|
+
n0_registry.registerError(CloudHsmClusterNotFoundException$, CloudHsmClusterNotFoundException);
|
|
419
404
|
export var CloudHsmClusterNotRelatedException$ = [-3, n0, _CHCNRE,
|
|
420
405
|
{ [_aQE]: [`CloudHsmClusterNotRelatedException`, 400], [_e]: _c, [_hE]: 400 },
|
|
421
406
|
[_m],
|
|
422
407
|
[0]
|
|
423
408
|
];
|
|
424
|
-
|
|
409
|
+
n0_registry.registerError(CloudHsmClusterNotRelatedException$, CloudHsmClusterNotRelatedException);
|
|
425
410
|
export var ConflictException$ = [-3, n0, _CE,
|
|
426
411
|
{ [_aQE]: [`ConflictException`, 409], [_e]: _c, [_hE]: 409 },
|
|
427
412
|
[_m],
|
|
428
413
|
[0]
|
|
429
414
|
];
|
|
430
|
-
|
|
415
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
416
|
+
export var CustomKeyStoreHasCMKsException$ = [-3, n0, _CKSHCMKE,
|
|
417
|
+
{ [_aQE]: [`CustomKeyStoreHasCMKsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
418
|
+
[_m],
|
|
419
|
+
[0]
|
|
420
|
+
];
|
|
421
|
+
n0_registry.registerError(CustomKeyStoreHasCMKsException$, CustomKeyStoreHasCMKsException);
|
|
422
|
+
export var CustomKeyStoreInvalidStateException$ = [-3, n0, _CKSISE,
|
|
423
|
+
{ [_aQE]: [`CustomKeyStoreInvalidStateException`, 400], [_e]: _c, [_hE]: 400 },
|
|
424
|
+
[_m],
|
|
425
|
+
[0]
|
|
426
|
+
];
|
|
427
|
+
n0_registry.registerError(CustomKeyStoreInvalidStateException$, CustomKeyStoreInvalidStateException);
|
|
428
|
+
export var CustomKeyStoreNameInUseException$ = [-3, n0, _CKSNIUE,
|
|
429
|
+
{ [_aQE]: [`CustomKeyStoreNameInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
430
|
+
[_m],
|
|
431
|
+
[0]
|
|
432
|
+
];
|
|
433
|
+
n0_registry.registerError(CustomKeyStoreNameInUseException$, CustomKeyStoreNameInUseException);
|
|
434
|
+
export var CustomKeyStoreNotFoundException$ = [-3, n0, _CKSNFE,
|
|
435
|
+
{ [_aQE]: [`CustomKeyStoreNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
436
|
+
[_m],
|
|
437
|
+
[0]
|
|
438
|
+
];
|
|
439
|
+
n0_registry.registerError(CustomKeyStoreNotFoundException$, CustomKeyStoreNotFoundException);
|
|
440
|
+
export var DependencyTimeoutException$ = [-3, n0, _DTE,
|
|
441
|
+
{ [_aQE]: [`DependencyTimeout`, 503], [_e]: _se, [_hE]: 503 },
|
|
442
|
+
[_m],
|
|
443
|
+
[0]
|
|
444
|
+
];
|
|
445
|
+
n0_registry.registerError(DependencyTimeoutException$, DependencyTimeoutException);
|
|
446
|
+
export var DisabledException$ = [-3, n0, _DE,
|
|
447
|
+
{ [_aQE]: [`Disabled`, 409], [_e]: _c, [_hE]: 409 },
|
|
448
|
+
[_m],
|
|
449
|
+
[0]
|
|
450
|
+
];
|
|
451
|
+
n0_registry.registerError(DisabledException$, DisabledException);
|
|
452
|
+
export var DryRunOperationException$ = [-3, n0, _DROE,
|
|
453
|
+
{ [_aQE]: [`DryRunOperation`, 412], [_e]: _c, [_hE]: 412 },
|
|
454
|
+
[_m],
|
|
455
|
+
[0]
|
|
456
|
+
];
|
|
457
|
+
n0_registry.registerError(DryRunOperationException$, DryRunOperationException);
|
|
458
|
+
export var ExpiredImportTokenException$ = [-3, n0, _EITE,
|
|
459
|
+
{ [_aQE]: [`ExpiredImportTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
460
|
+
[_m],
|
|
461
|
+
[0]
|
|
462
|
+
];
|
|
463
|
+
n0_registry.registerError(ExpiredImportTokenException$, ExpiredImportTokenException);
|
|
464
|
+
export var IncorrectKeyException$ = [-3, n0, _IKE,
|
|
465
|
+
{ [_aQE]: [`IncorrectKeyException`, 400], [_e]: _c, [_hE]: 400 },
|
|
466
|
+
[_m],
|
|
467
|
+
[0]
|
|
468
|
+
];
|
|
469
|
+
n0_registry.registerError(IncorrectKeyException$, IncorrectKeyException);
|
|
470
|
+
export var IncorrectKeyMaterialException$ = [-3, n0, _IKME,
|
|
471
|
+
{ [_aQE]: [`IncorrectKeyMaterialException`, 400], [_e]: _c, [_hE]: 400 },
|
|
472
|
+
[_m],
|
|
473
|
+
[0]
|
|
474
|
+
];
|
|
475
|
+
n0_registry.registerError(IncorrectKeyMaterialException$, IncorrectKeyMaterialException);
|
|
476
|
+
export var IncorrectTrustAnchorException$ = [-3, n0, _ITAE,
|
|
477
|
+
{ [_aQE]: [`IncorrectTrustAnchorException`, 400], [_e]: _c, [_hE]: 400 },
|
|
478
|
+
[_m],
|
|
479
|
+
[0]
|
|
480
|
+
];
|
|
481
|
+
n0_registry.registerError(IncorrectTrustAnchorException$, IncorrectTrustAnchorException);
|
|
482
|
+
export var InvalidAliasNameException$ = [-3, n0, _IANE,
|
|
483
|
+
{ [_aQE]: [`InvalidAliasName`, 400], [_e]: _c, [_hE]: 400 },
|
|
484
|
+
[_m],
|
|
485
|
+
[0]
|
|
486
|
+
];
|
|
487
|
+
n0_registry.registerError(InvalidAliasNameException$, InvalidAliasNameException);
|
|
488
|
+
export var InvalidArnException$ = [-3, n0, _IAE,
|
|
489
|
+
{ [_aQE]: [`InvalidArn`, 400], [_e]: _c, [_hE]: 400 },
|
|
490
|
+
[_m],
|
|
491
|
+
[0]
|
|
492
|
+
];
|
|
493
|
+
n0_registry.registerError(InvalidArnException$, InvalidArnException);
|
|
494
|
+
export var InvalidCiphertextException$ = [-3, n0, _ICE,
|
|
495
|
+
{ [_aQE]: [`InvalidCiphertext`, 400], [_e]: _c, [_hE]: 400 },
|
|
496
|
+
[_m],
|
|
497
|
+
[0]
|
|
498
|
+
];
|
|
499
|
+
n0_registry.registerError(InvalidCiphertextException$, InvalidCiphertextException);
|
|
500
|
+
export var InvalidGrantIdException$ = [-3, n0, _IGIE,
|
|
501
|
+
{ [_aQE]: [`InvalidGrantId`, 400], [_e]: _c, [_hE]: 400 },
|
|
502
|
+
[_m],
|
|
503
|
+
[0]
|
|
504
|
+
];
|
|
505
|
+
n0_registry.registerError(InvalidGrantIdException$, InvalidGrantIdException);
|
|
506
|
+
export var InvalidGrantTokenException$ = [-3, n0, _IGTE,
|
|
507
|
+
{ [_aQE]: [`InvalidGrantToken`, 400], [_e]: _c, [_hE]: 400 },
|
|
508
|
+
[_m],
|
|
509
|
+
[0]
|
|
510
|
+
];
|
|
511
|
+
n0_registry.registerError(InvalidGrantTokenException$, InvalidGrantTokenException);
|
|
512
|
+
export var InvalidImportTokenException$ = [-3, n0, _IITE,
|
|
513
|
+
{ [_aQE]: [`InvalidImportTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
514
|
+
[_m],
|
|
515
|
+
[0]
|
|
516
|
+
];
|
|
517
|
+
n0_registry.registerError(InvalidImportTokenException$, InvalidImportTokenException);
|
|
518
|
+
export var InvalidKeyUsageException$ = [-3, n0, _IKUE,
|
|
519
|
+
{ [_aQE]: [`InvalidKeyUsage`, 400], [_e]: _c, [_hE]: 400 },
|
|
520
|
+
[_m],
|
|
521
|
+
[0]
|
|
522
|
+
];
|
|
523
|
+
n0_registry.registerError(InvalidKeyUsageException$, InvalidKeyUsageException);
|
|
524
|
+
export var InvalidMarkerException$ = [-3, n0, _IME,
|
|
525
|
+
{ [_aQE]: [`InvalidMarker`, 400], [_e]: _c, [_hE]: 400 },
|
|
526
|
+
[_m],
|
|
527
|
+
[0]
|
|
528
|
+
];
|
|
529
|
+
n0_registry.registerError(InvalidMarkerException$, InvalidMarkerException);
|
|
530
|
+
export var KeyUnavailableException$ = [-3, n0, _KUE,
|
|
531
|
+
{ [_aQE]: [`KeyUnavailable`, 500], [_e]: _se, [_hE]: 500 },
|
|
532
|
+
[_m],
|
|
533
|
+
[0]
|
|
534
|
+
];
|
|
535
|
+
n0_registry.registerError(KeyUnavailableException$, KeyUnavailableException);
|
|
536
|
+
export var KMSInternalException$ = [-3, n0, _KMSIE,
|
|
537
|
+
{ [_aQE]: [`KMSInternal`, 500], [_e]: _se, [_hE]: 500 },
|
|
538
|
+
[_m],
|
|
539
|
+
[0]
|
|
540
|
+
];
|
|
541
|
+
n0_registry.registerError(KMSInternalException$, KMSInternalException);
|
|
542
|
+
export var KMSInvalidMacException$ = [-3, n0, _KMSIME,
|
|
543
|
+
{ [_aQE]: [`KMSInvalidMac`, 400], [_e]: _c, [_hE]: 400 },
|
|
544
|
+
[_m],
|
|
545
|
+
[0]
|
|
546
|
+
];
|
|
547
|
+
n0_registry.registerError(KMSInvalidMacException$, KMSInvalidMacException);
|
|
548
|
+
export var KMSInvalidSignatureException$ = [-3, n0, _KMSISE,
|
|
549
|
+
{ [_aQE]: [`KMSInvalidSignature`, 400], [_e]: _c, [_hE]: 400 },
|
|
550
|
+
[_m],
|
|
551
|
+
[0]
|
|
552
|
+
];
|
|
553
|
+
n0_registry.registerError(KMSInvalidSignatureException$, KMSInvalidSignatureException);
|
|
554
|
+
export var KMSInvalidStateException$ = [-3, n0, _KMSISEn,
|
|
555
|
+
{ [_aQE]: [`KMSInvalidStateException`, 409], [_e]: _c, [_hE]: 409 },
|
|
556
|
+
[_m],
|
|
557
|
+
[0]
|
|
558
|
+
];
|
|
559
|
+
n0_registry.registerError(KMSInvalidStateException$, KMSInvalidStateException);
|
|
560
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
561
|
+
{ [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
562
|
+
[_m],
|
|
563
|
+
[0]
|
|
564
|
+
];
|
|
565
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
566
|
+
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
567
|
+
{ [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
|
|
568
|
+
[_m],
|
|
569
|
+
[0]
|
|
570
|
+
];
|
|
571
|
+
n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
572
|
+
export var NotFoundException$ = [-3, n0, _NFE,
|
|
573
|
+
{ [_aQE]: [`NotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
574
|
+
[_m],
|
|
575
|
+
[0]
|
|
576
|
+
];
|
|
577
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
578
|
+
export var TagException$ = [-3, n0, _TE,
|
|
579
|
+
{ [_aQE]: [`TagException`, 400], [_e]: _c, [_hE]: 400 },
|
|
580
|
+
[_m],
|
|
581
|
+
[0]
|
|
582
|
+
];
|
|
583
|
+
n0_registry.registerError(TagException$, TagException);
|
|
584
|
+
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
585
|
+
{ [_aQE]: [`UnsupportedOperation`, 400], [_e]: _c, [_hE]: 400 },
|
|
586
|
+
[_m],
|
|
587
|
+
[0]
|
|
588
|
+
];
|
|
589
|
+
n0_registry.registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
590
|
+
export var XksKeyAlreadyInUseException$ = [-3, n0, _XKAIUE,
|
|
591
|
+
{ [_aQE]: [`XksKeyAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
|
|
592
|
+
[_m],
|
|
593
|
+
[0]
|
|
594
|
+
];
|
|
595
|
+
n0_registry.registerError(XksKeyAlreadyInUseException$, XksKeyAlreadyInUseException);
|
|
596
|
+
export var XksKeyInvalidConfigurationException$ = [-3, n0, _XKICE,
|
|
597
|
+
{ [_aQE]: [`XksKeyInvalidConfiguration`, 400], [_e]: _c, [_hE]: 400 },
|
|
598
|
+
[_m],
|
|
599
|
+
[0]
|
|
600
|
+
];
|
|
601
|
+
n0_registry.registerError(XksKeyInvalidConfigurationException$, XksKeyInvalidConfigurationException);
|
|
602
|
+
export var XksKeyNotFoundException$ = [-3, n0, _XKNFE,
|
|
603
|
+
{ [_aQE]: [`XksKeyNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
604
|
+
[_m],
|
|
605
|
+
[0]
|
|
606
|
+
];
|
|
607
|
+
n0_registry.registerError(XksKeyNotFoundException$, XksKeyNotFoundException);
|
|
608
|
+
export var XksProxyIncorrectAuthenticationCredentialException$ = [-3, n0, _XPIACE,
|
|
609
|
+
{ [_aQE]: [`XksProxyIncorrectAuthenticationCredentialException`, 400], [_e]: _c, [_hE]: 400 },
|
|
610
|
+
[_m],
|
|
611
|
+
[0]
|
|
612
|
+
];
|
|
613
|
+
n0_registry.registerError(XksProxyIncorrectAuthenticationCredentialException$, XksProxyIncorrectAuthenticationCredentialException);
|
|
614
|
+
export var XksProxyInvalidConfigurationException$ = [-3, n0, _XPICE,
|
|
615
|
+
{ [_aQE]: [`XksProxyInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
616
|
+
[_m],
|
|
617
|
+
[0]
|
|
618
|
+
];
|
|
619
|
+
n0_registry.registerError(XksProxyInvalidConfigurationException$, XksProxyInvalidConfigurationException);
|
|
620
|
+
export var XksProxyInvalidResponseException$ = [-3, n0, _XPIRE,
|
|
621
|
+
{ [_aQE]: [`XksProxyInvalidResponseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
622
|
+
[_m],
|
|
623
|
+
[0]
|
|
624
|
+
];
|
|
625
|
+
n0_registry.registerError(XksProxyInvalidResponseException$, XksProxyInvalidResponseException);
|
|
626
|
+
export var XksProxyUriEndpointInUseException$ = [-3, n0, _XPUEIUE,
|
|
627
|
+
{ [_aQE]: [`XksProxyUriEndpointInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
628
|
+
[_m],
|
|
629
|
+
[0]
|
|
630
|
+
];
|
|
631
|
+
n0_registry.registerError(XksProxyUriEndpointInUseException$, XksProxyUriEndpointInUseException);
|
|
632
|
+
export var XksProxyUriInUseException$ = [-3, n0, _XPUIUE,
|
|
633
|
+
{ [_aQE]: [`XksProxyUriInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
634
|
+
[_m],
|
|
635
|
+
[0]
|
|
636
|
+
];
|
|
637
|
+
n0_registry.registerError(XksProxyUriInUseException$, XksProxyUriInUseException);
|
|
638
|
+
export var XksProxyUriUnreachableException$ = [-3, n0, _XPUUE,
|
|
639
|
+
{ [_aQE]: [`XksProxyUriUnreachableException`, 400], [_e]: _c, [_hE]: 400 },
|
|
640
|
+
[_m],
|
|
641
|
+
[0]
|
|
642
|
+
];
|
|
643
|
+
n0_registry.registerError(XksProxyUriUnreachableException$, XksProxyUriUnreachableException);
|
|
644
|
+
export var XksProxyVpcEndpointServiceInUseException$ = [-3, n0, _XPVESIUE,
|
|
645
|
+
{ [_aQE]: [`XksProxyVpcEndpointServiceInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
646
|
+
[_m],
|
|
647
|
+
[0]
|
|
648
|
+
];
|
|
649
|
+
n0_registry.registerError(XksProxyVpcEndpointServiceInUseException$, XksProxyVpcEndpointServiceInUseException);
|
|
650
|
+
export var XksProxyVpcEndpointServiceInvalidConfigurationException$ = [-3, n0, _XPVESICE,
|
|
651
|
+
{ [_aQE]: [`XksProxyVpcEndpointServiceInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
652
|
+
[_m],
|
|
653
|
+
[0]
|
|
654
|
+
];
|
|
655
|
+
n0_registry.registerError(XksProxyVpcEndpointServiceInvalidConfigurationException$, XksProxyVpcEndpointServiceInvalidConfigurationException);
|
|
656
|
+
export var XksProxyVpcEndpointServiceNotFoundException$ = [-3, n0, _XPVESNFE,
|
|
657
|
+
{ [_aQE]: [`XksProxyVpcEndpointServiceNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
658
|
+
[_m],
|
|
659
|
+
[0]
|
|
660
|
+
];
|
|
661
|
+
n0_registry.registerError(XksProxyVpcEndpointServiceNotFoundException$, XksProxyVpcEndpointServiceNotFoundException);
|
|
662
|
+
export const errorTypeRegistries = [
|
|
663
|
+
_s_registry,
|
|
664
|
+
n0_registry,
|
|
665
|
+
];
|
|
666
|
+
var KeyStorePasswordType = [0, n0, _KSPT, 8, 0];
|
|
667
|
+
var PlaintextType = [0, n0, _PT, 8, 21];
|
|
668
|
+
var XksProxyAuthenticationAccessKeyIdType = [0, n0, _XPAAKIT, 8, 0];
|
|
669
|
+
var XksProxyAuthenticationRawSecretAccessKeyType = [0, n0, _XPARSAKT, 8, 0];
|
|
670
|
+
export var AliasListEntry$ = [3, n0, _ALE,
|
|
671
|
+
0,
|
|
672
|
+
[_AN, _AA, _TKI, _CD, _LUD],
|
|
673
|
+
[0, 0, 0, 4, 4]
|
|
674
|
+
];
|
|
675
|
+
export var CancelKeyDeletionRequest$ = [3, n0, _CKDR,
|
|
676
|
+
0,
|
|
677
|
+
[_KI],
|
|
678
|
+
[0], 1
|
|
679
|
+
];
|
|
680
|
+
export var CancelKeyDeletionResponse$ = [3, n0, _CKDRa,
|
|
681
|
+
0,
|
|
682
|
+
[_KI],
|
|
683
|
+
[0]
|
|
684
|
+
];
|
|
431
685
|
export var ConnectCustomKeyStoreRequest$ = [3, n0, _CCKSR,
|
|
432
686
|
0,
|
|
433
687
|
[_CKSI],
|
|
@@ -473,30 +727,6 @@ export var CreateKeyResponse$ = [3, n0, _CKRr,
|
|
|
473
727
|
[_KM],
|
|
474
728
|
[() => KeyMetadata$]
|
|
475
729
|
];
|
|
476
|
-
export var CustomKeyStoreHasCMKsException$ = [-3, n0, _CKSHCMKE,
|
|
477
|
-
{ [_aQE]: [`CustomKeyStoreHasCMKsException`, 400], [_e]: _c, [_hE]: 400 },
|
|
478
|
-
[_m],
|
|
479
|
-
[0]
|
|
480
|
-
];
|
|
481
|
-
TypeRegistry.for(n0).registerError(CustomKeyStoreHasCMKsException$, CustomKeyStoreHasCMKsException);
|
|
482
|
-
export var CustomKeyStoreInvalidStateException$ = [-3, n0, _CKSISE,
|
|
483
|
-
{ [_aQE]: [`CustomKeyStoreInvalidStateException`, 400], [_e]: _c, [_hE]: 400 },
|
|
484
|
-
[_m],
|
|
485
|
-
[0]
|
|
486
|
-
];
|
|
487
|
-
TypeRegistry.for(n0).registerError(CustomKeyStoreInvalidStateException$, CustomKeyStoreInvalidStateException);
|
|
488
|
-
export var CustomKeyStoreNameInUseException$ = [-3, n0, _CKSNIUE,
|
|
489
|
-
{ [_aQE]: [`CustomKeyStoreNameInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
490
|
-
[_m],
|
|
491
|
-
[0]
|
|
492
|
-
];
|
|
493
|
-
TypeRegistry.for(n0).registerError(CustomKeyStoreNameInUseException$, CustomKeyStoreNameInUseException);
|
|
494
|
-
export var CustomKeyStoreNotFoundException$ = [-3, n0, _CKSNFE,
|
|
495
|
-
{ [_aQE]: [`CustomKeyStoreNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
496
|
-
[_m],
|
|
497
|
-
[0]
|
|
498
|
-
];
|
|
499
|
-
TypeRegistry.for(n0).registerError(CustomKeyStoreNotFoundException$, CustomKeyStoreNotFoundException);
|
|
500
730
|
export var CustomKeyStoresListEntry$ = [3, n0, _CKSLE,
|
|
501
731
|
0,
|
|
502
732
|
[_CKSI, _CKSN, _CHCI, _TAC, _CS, _CEC, _CD, _CKST, _XPCk],
|
|
@@ -537,12 +767,6 @@ export var DeleteImportedKeyMaterialResponse$ = [3, n0, _DIKMRe,
|
|
|
537
767
|
[_KI, _KMI],
|
|
538
768
|
[0, 0]
|
|
539
769
|
];
|
|
540
|
-
export var DependencyTimeoutException$ = [-3, n0, _DTE,
|
|
541
|
-
{ [_aQE]: [`DependencyTimeout`, 503], [_e]: _s, [_hE]: 503 },
|
|
542
|
-
[_m],
|
|
543
|
-
[0]
|
|
544
|
-
];
|
|
545
|
-
TypeRegistry.for(n0).registerError(DependencyTimeoutException$, DependencyTimeoutException);
|
|
546
770
|
export var DeriveSharedSecretRequest$ = [3, n0, _DSSR,
|
|
547
771
|
0,
|
|
548
772
|
[_KI, _KAA, _PK, _GT, _DR, _R],
|
|
@@ -573,12 +797,6 @@ export var DescribeKeyResponse$ = [3, n0, _DKRe,
|
|
|
573
797
|
[_KM],
|
|
574
798
|
[() => KeyMetadata$]
|
|
575
799
|
];
|
|
576
|
-
export var DisabledException$ = [-3, n0, _DE,
|
|
577
|
-
{ [_aQE]: [`Disabled`, 409], [_e]: _c, [_hE]: 409 },
|
|
578
|
-
[_m],
|
|
579
|
-
[0]
|
|
580
|
-
];
|
|
581
|
-
TypeRegistry.for(n0).registerError(DisabledException$, DisabledException);
|
|
582
800
|
export var DisableKeyRequest$ = [3, n0, _DKRi,
|
|
583
801
|
0,
|
|
584
802
|
[_KI],
|
|
@@ -599,12 +817,6 @@ export var DisconnectCustomKeyStoreResponse$ = [3, n0, _DCKSRis,
|
|
|
599
817
|
[],
|
|
600
818
|
[]
|
|
601
819
|
];
|
|
602
|
-
export var DryRunOperationException$ = [-3, n0, _DROE,
|
|
603
|
-
{ [_aQE]: [`DryRunOperation`, 412], [_e]: _c, [_hE]: 412 },
|
|
604
|
-
[_m],
|
|
605
|
-
[0]
|
|
606
|
-
];
|
|
607
|
-
TypeRegistry.for(n0).registerError(DryRunOperationException$, DryRunOperationException);
|
|
608
820
|
export var EnableKeyRequest$ = [3, n0, _EKR,
|
|
609
821
|
0,
|
|
610
822
|
[_KI],
|
|
@@ -625,12 +837,6 @@ export var EncryptResponse$ = [3, n0, _ERn,
|
|
|
625
837
|
[_CB, _KI, _EA],
|
|
626
838
|
[21, 0, 0]
|
|
627
839
|
];
|
|
628
|
-
export var ExpiredImportTokenException$ = [-3, n0, _EITE,
|
|
629
|
-
{ [_aQE]: [`ExpiredImportTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
630
|
-
[_m],
|
|
631
|
-
[0]
|
|
632
|
-
];
|
|
633
|
-
TypeRegistry.for(n0).registerError(ExpiredImportTokenException$, ExpiredImportTokenException);
|
|
634
840
|
export var GenerateDataKeyPairRequest$ = [3, n0, _GDKPR,
|
|
635
841
|
0,
|
|
636
842
|
[_KI, _KPS, _EC, _GT, _R, _DR],
|
|
@@ -751,72 +957,6 @@ export var ImportKeyMaterialResponse$ = [3, n0, _IKMRm,
|
|
|
751
957
|
[_KI, _KMI],
|
|
752
958
|
[0, 0]
|
|
753
959
|
];
|
|
754
|
-
export var IncorrectKeyException$ = [-3, n0, _IKE,
|
|
755
|
-
{ [_aQE]: [`IncorrectKeyException`, 400], [_e]: _c, [_hE]: 400 },
|
|
756
|
-
[_m],
|
|
757
|
-
[0]
|
|
758
|
-
];
|
|
759
|
-
TypeRegistry.for(n0).registerError(IncorrectKeyException$, IncorrectKeyException);
|
|
760
|
-
export var IncorrectKeyMaterialException$ = [-3, n0, _IKME,
|
|
761
|
-
{ [_aQE]: [`IncorrectKeyMaterialException`, 400], [_e]: _c, [_hE]: 400 },
|
|
762
|
-
[_m],
|
|
763
|
-
[0]
|
|
764
|
-
];
|
|
765
|
-
TypeRegistry.for(n0).registerError(IncorrectKeyMaterialException$, IncorrectKeyMaterialException);
|
|
766
|
-
export var IncorrectTrustAnchorException$ = [-3, n0, _ITAE,
|
|
767
|
-
{ [_aQE]: [`IncorrectTrustAnchorException`, 400], [_e]: _c, [_hE]: 400 },
|
|
768
|
-
[_m],
|
|
769
|
-
[0]
|
|
770
|
-
];
|
|
771
|
-
TypeRegistry.for(n0).registerError(IncorrectTrustAnchorException$, IncorrectTrustAnchorException);
|
|
772
|
-
export var InvalidAliasNameException$ = [-3, n0, _IANE,
|
|
773
|
-
{ [_aQE]: [`InvalidAliasName`, 400], [_e]: _c, [_hE]: 400 },
|
|
774
|
-
[_m],
|
|
775
|
-
[0]
|
|
776
|
-
];
|
|
777
|
-
TypeRegistry.for(n0).registerError(InvalidAliasNameException$, InvalidAliasNameException);
|
|
778
|
-
export var InvalidArnException$ = [-3, n0, _IAE,
|
|
779
|
-
{ [_aQE]: [`InvalidArn`, 400], [_e]: _c, [_hE]: 400 },
|
|
780
|
-
[_m],
|
|
781
|
-
[0]
|
|
782
|
-
];
|
|
783
|
-
TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
784
|
-
export var InvalidCiphertextException$ = [-3, n0, _ICE,
|
|
785
|
-
{ [_aQE]: [`InvalidCiphertext`, 400], [_e]: _c, [_hE]: 400 },
|
|
786
|
-
[_m],
|
|
787
|
-
[0]
|
|
788
|
-
];
|
|
789
|
-
TypeRegistry.for(n0).registerError(InvalidCiphertextException$, InvalidCiphertextException);
|
|
790
|
-
export var InvalidGrantIdException$ = [-3, n0, _IGIE,
|
|
791
|
-
{ [_aQE]: [`InvalidGrantId`, 400], [_e]: _c, [_hE]: 400 },
|
|
792
|
-
[_m],
|
|
793
|
-
[0]
|
|
794
|
-
];
|
|
795
|
-
TypeRegistry.for(n0).registerError(InvalidGrantIdException$, InvalidGrantIdException);
|
|
796
|
-
export var InvalidGrantTokenException$ = [-3, n0, _IGTE,
|
|
797
|
-
{ [_aQE]: [`InvalidGrantToken`, 400], [_e]: _c, [_hE]: 400 },
|
|
798
|
-
[_m],
|
|
799
|
-
[0]
|
|
800
|
-
];
|
|
801
|
-
TypeRegistry.for(n0).registerError(InvalidGrantTokenException$, InvalidGrantTokenException);
|
|
802
|
-
export var InvalidImportTokenException$ = [-3, n0, _IITE,
|
|
803
|
-
{ [_aQE]: [`InvalidImportTokenException`, 400], [_e]: _c, [_hE]: 400 },
|
|
804
|
-
[_m],
|
|
805
|
-
[0]
|
|
806
|
-
];
|
|
807
|
-
TypeRegistry.for(n0).registerError(InvalidImportTokenException$, InvalidImportTokenException);
|
|
808
|
-
export var InvalidKeyUsageException$ = [-3, n0, _IKUE,
|
|
809
|
-
{ [_aQE]: [`InvalidKeyUsage`, 400], [_e]: _c, [_hE]: 400 },
|
|
810
|
-
[_m],
|
|
811
|
-
[0]
|
|
812
|
-
];
|
|
813
|
-
TypeRegistry.for(n0).registerError(InvalidKeyUsageException$, InvalidKeyUsageException);
|
|
814
|
-
export var InvalidMarkerException$ = [-3, n0, _IME,
|
|
815
|
-
{ [_aQE]: [`InvalidMarker`, 400], [_e]: _c, [_hE]: 400 },
|
|
816
|
-
[_m],
|
|
817
|
-
[0]
|
|
818
|
-
];
|
|
819
|
-
TypeRegistry.for(n0).registerError(InvalidMarkerException$, InvalidMarkerException);
|
|
820
960
|
export var KeyListEntry$ = [3, n0, _KLE,
|
|
821
961
|
0,
|
|
822
962
|
[_KI, _KA],
|
|
@@ -827,42 +967,6 @@ export var KeyMetadata$ = [3, n0, _KM,
|
|
|
827
967
|
[_KI, _AWSAI, _A, _CD, _E, _D, _KU, _KSe, _DD, _VT, _Or, _CKSI, _CHCI, _EM, _KMe, _CMKS, _KS, _EAn, _SA, _KAAe, _MR, _MRC, _PDWID, _MAa, _XKC, _CKMI],
|
|
828
968
|
[0, 0, 0, 4, 2, 0, 0, 0, 4, 4, 0, 0, 0, 0, 0, 0, 0, 64 | 0, 64 | 0, 64 | 0, 2, () => MultiRegionConfiguration$, 1, 64 | 0, () => XksKeyConfigurationType$, 0], 1
|
|
829
969
|
];
|
|
830
|
-
export var KeyUnavailableException$ = [-3, n0, _KUE,
|
|
831
|
-
{ [_aQE]: [`KeyUnavailable`, 500], [_e]: _s, [_hE]: 500 },
|
|
832
|
-
[_m],
|
|
833
|
-
[0]
|
|
834
|
-
];
|
|
835
|
-
TypeRegistry.for(n0).registerError(KeyUnavailableException$, KeyUnavailableException);
|
|
836
|
-
export var KMSInternalException$ = [-3, n0, _KMSIE,
|
|
837
|
-
{ [_aQE]: [`KMSInternal`, 500], [_e]: _s, [_hE]: 500 },
|
|
838
|
-
[_m],
|
|
839
|
-
[0]
|
|
840
|
-
];
|
|
841
|
-
TypeRegistry.for(n0).registerError(KMSInternalException$, KMSInternalException);
|
|
842
|
-
export var KMSInvalidMacException$ = [-3, n0, _KMSIME,
|
|
843
|
-
{ [_aQE]: [`KMSInvalidMac`, 400], [_e]: _c, [_hE]: 400 },
|
|
844
|
-
[_m],
|
|
845
|
-
[0]
|
|
846
|
-
];
|
|
847
|
-
TypeRegistry.for(n0).registerError(KMSInvalidMacException$, KMSInvalidMacException);
|
|
848
|
-
export var KMSInvalidSignatureException$ = [-3, n0, _KMSISE,
|
|
849
|
-
{ [_aQE]: [`KMSInvalidSignature`, 400], [_e]: _c, [_hE]: 400 },
|
|
850
|
-
[_m],
|
|
851
|
-
[0]
|
|
852
|
-
];
|
|
853
|
-
TypeRegistry.for(n0).registerError(KMSInvalidSignatureException$, KMSInvalidSignatureException);
|
|
854
|
-
export var KMSInvalidStateException$ = [-3, n0, _KMSISEn,
|
|
855
|
-
{ [_aQE]: [`KMSInvalidStateException`, 409], [_e]: _c, [_hE]: 409 },
|
|
856
|
-
[_m],
|
|
857
|
-
[0]
|
|
858
|
-
];
|
|
859
|
-
TypeRegistry.for(n0).registerError(KMSInvalidStateException$, KMSInvalidStateException);
|
|
860
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
861
|
-
{ [_aQE]: [`LimitExceeded`, 400], [_e]: _c, [_hE]: 400 },
|
|
862
|
-
[_m],
|
|
863
|
-
[0]
|
|
864
|
-
];
|
|
865
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
866
970
|
export var ListAliasesRequest$ = [3, n0, _LAR,
|
|
867
971
|
0,
|
|
868
972
|
[_KI, _L, _M],
|
|
@@ -928,12 +1032,6 @@ export var ListRetirableGrantsRequest$ = [3, n0, _LRGR,
|
|
|
928
1032
|
[_RP, _L, _M],
|
|
929
1033
|
[0, 1, 0], 1
|
|
930
1034
|
];
|
|
931
|
-
export var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
|
|
932
|
-
{ [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
|
|
933
|
-
[_m],
|
|
934
|
-
[0]
|
|
935
|
-
];
|
|
936
|
-
TypeRegistry.for(n0).registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
|
|
937
1035
|
export var MultiRegionConfiguration$ = [3, n0, _MRC,
|
|
938
1036
|
0,
|
|
939
1037
|
[_MRKT, _PKr, _RK],
|
|
@@ -944,12 +1042,6 @@ export var MultiRegionKey$ = [3, n0, _MRK,
|
|
|
944
1042
|
[_A, _Re],
|
|
945
1043
|
[0, 0]
|
|
946
1044
|
];
|
|
947
|
-
export var NotFoundException$ = [-3, n0, _NFE,
|
|
948
|
-
{ [_aQE]: [`NotFound`, 404], [_e]: _c, [_hE]: 404 },
|
|
949
|
-
[_m],
|
|
950
|
-
[0]
|
|
951
|
-
];
|
|
952
|
-
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
953
1045
|
export var PutKeyPolicyRequest$ = [3, n0, _PKPR,
|
|
954
1046
|
0,
|
|
955
1047
|
[_KI, _P, _PN, _BPLSC],
|
|
@@ -1030,23 +1122,11 @@ export var Tag$ = [3, n0, _Ta,
|
|
|
1030
1122
|
[_TK, _TV],
|
|
1031
1123
|
[0, 0], 2
|
|
1032
1124
|
];
|
|
1033
|
-
export var TagException$ = [-3, n0, _TE,
|
|
1034
|
-
{ [_aQE]: [`TagException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1035
|
-
[_m],
|
|
1036
|
-
[0]
|
|
1037
|
-
];
|
|
1038
|
-
TypeRegistry.for(n0).registerError(TagException$, TagException);
|
|
1039
1125
|
export var TagResourceRequest$ = [3, n0, _TRR,
|
|
1040
1126
|
0,
|
|
1041
1127
|
[_KI, _T],
|
|
1042
1128
|
[0, () => TagList], 2
|
|
1043
1129
|
];
|
|
1044
|
-
export var UnsupportedOperationException$ = [-3, n0, _UOE,
|
|
1045
|
-
{ [_aQE]: [`UnsupportedOperation`, 400], [_e]: _c, [_hE]: 400 },
|
|
1046
|
-
[_m],
|
|
1047
|
-
[0]
|
|
1048
|
-
];
|
|
1049
|
-
TypeRegistry.for(n0).registerError(UnsupportedOperationException$, UnsupportedOperationException);
|
|
1050
1130
|
export var UntagResourceRequest$ = [3, n0, _URR,
|
|
1051
1131
|
0,
|
|
1052
1132
|
[_KI, _TKa],
|
|
@@ -1097,29 +1177,11 @@ export var VerifyResponse$ = [3, n0, _VRe,
|
|
|
1097
1177
|
[_KI, _SV, _SAi],
|
|
1098
1178
|
[0, 2, 0]
|
|
1099
1179
|
];
|
|
1100
|
-
export var XksKeyAlreadyInUseException$ = [-3, n0, _XKAIUE,
|
|
1101
|
-
{ [_aQE]: [`XksKeyAlreadyInUse`, 400], [_e]: _c, [_hE]: 400 },
|
|
1102
|
-
[_m],
|
|
1103
|
-
[0]
|
|
1104
|
-
];
|
|
1105
|
-
TypeRegistry.for(n0).registerError(XksKeyAlreadyInUseException$, XksKeyAlreadyInUseException);
|
|
1106
1180
|
export var XksKeyConfigurationType$ = [3, n0, _XKCT,
|
|
1107
1181
|
0,
|
|
1108
1182
|
[_I],
|
|
1109
1183
|
[0]
|
|
1110
1184
|
];
|
|
1111
|
-
export var XksKeyInvalidConfigurationException$ = [-3, n0, _XKICE,
|
|
1112
|
-
{ [_aQE]: [`XksKeyInvalidConfiguration`, 400], [_e]: _c, [_hE]: 400 },
|
|
1113
|
-
[_m],
|
|
1114
|
-
[0]
|
|
1115
|
-
];
|
|
1116
|
-
TypeRegistry.for(n0).registerError(XksKeyInvalidConfigurationException$, XksKeyInvalidConfigurationException);
|
|
1117
|
-
export var XksKeyNotFoundException$ = [-3, n0, _XKNFE,
|
|
1118
|
-
{ [_aQE]: [`XksKeyNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1119
|
-
[_m],
|
|
1120
|
-
[0]
|
|
1121
|
-
];
|
|
1122
|
-
TypeRegistry.for(n0).registerError(XksKeyNotFoundException$, XksKeyNotFoundException);
|
|
1123
1185
|
export var XksProxyAuthenticationCredentialType$ = [3, n0, _XPACT,
|
|
1124
1186
|
0,
|
|
1125
1187
|
[_AKI, _RSAK],
|
|
@@ -1130,63 +1192,7 @@ export var XksProxyConfigurationType$ = [3, n0, _XPCT,
|
|
|
1130
1192
|
[_Co, _AKI, _UE, _UP, _VESN, _VESO],
|
|
1131
1193
|
[0, [() => XksProxyAuthenticationAccessKeyIdType, 0], 0, 0, 0, 0]
|
|
1132
1194
|
];
|
|
1133
|
-
export var XksProxyIncorrectAuthenticationCredentialException$ = [-3, n0, _XPIACE,
|
|
1134
|
-
{ [_aQE]: [`XksProxyIncorrectAuthenticationCredentialException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1135
|
-
[_m],
|
|
1136
|
-
[0]
|
|
1137
|
-
];
|
|
1138
|
-
TypeRegistry.for(n0).registerError(XksProxyIncorrectAuthenticationCredentialException$, XksProxyIncorrectAuthenticationCredentialException);
|
|
1139
|
-
export var XksProxyInvalidConfigurationException$ = [-3, n0, _XPICE,
|
|
1140
|
-
{ [_aQE]: [`XksProxyInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1141
|
-
[_m],
|
|
1142
|
-
[0]
|
|
1143
|
-
];
|
|
1144
|
-
TypeRegistry.for(n0).registerError(XksProxyInvalidConfigurationException$, XksProxyInvalidConfigurationException);
|
|
1145
|
-
export var XksProxyInvalidResponseException$ = [-3, n0, _XPIRE,
|
|
1146
|
-
{ [_aQE]: [`XksProxyInvalidResponseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1147
|
-
[_m],
|
|
1148
|
-
[0]
|
|
1149
|
-
];
|
|
1150
|
-
TypeRegistry.for(n0).registerError(XksProxyInvalidResponseException$, XksProxyInvalidResponseException);
|
|
1151
|
-
export var XksProxyUriEndpointInUseException$ = [-3, n0, _XPUEIUE,
|
|
1152
|
-
{ [_aQE]: [`XksProxyUriEndpointInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1153
|
-
[_m],
|
|
1154
|
-
[0]
|
|
1155
|
-
];
|
|
1156
|
-
TypeRegistry.for(n0).registerError(XksProxyUriEndpointInUseException$, XksProxyUriEndpointInUseException);
|
|
1157
|
-
export var XksProxyUriInUseException$ = [-3, n0, _XPUIUE,
|
|
1158
|
-
{ [_aQE]: [`XksProxyUriInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1159
|
-
[_m],
|
|
1160
|
-
[0]
|
|
1161
|
-
];
|
|
1162
|
-
TypeRegistry.for(n0).registerError(XksProxyUriInUseException$, XksProxyUriInUseException);
|
|
1163
|
-
export var XksProxyUriUnreachableException$ = [-3, n0, _XPUUE,
|
|
1164
|
-
{ [_aQE]: [`XksProxyUriUnreachableException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1165
|
-
[_m],
|
|
1166
|
-
[0]
|
|
1167
|
-
];
|
|
1168
|
-
TypeRegistry.for(n0).registerError(XksProxyUriUnreachableException$, XksProxyUriUnreachableException);
|
|
1169
|
-
export var XksProxyVpcEndpointServiceInUseException$ = [-3, n0, _XPVESIUE,
|
|
1170
|
-
{ [_aQE]: [`XksProxyVpcEndpointServiceInUseException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1171
|
-
[_m],
|
|
1172
|
-
[0]
|
|
1173
|
-
];
|
|
1174
|
-
TypeRegistry.for(n0).registerError(XksProxyVpcEndpointServiceInUseException$, XksProxyVpcEndpointServiceInUseException);
|
|
1175
|
-
export var XksProxyVpcEndpointServiceInvalidConfigurationException$ = [-3, n0, _XPVESICE,
|
|
1176
|
-
{ [_aQE]: [`XksProxyVpcEndpointServiceInvalidConfigurationException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1177
|
-
[_m],
|
|
1178
|
-
[0]
|
|
1179
|
-
];
|
|
1180
|
-
TypeRegistry.for(n0).registerError(XksProxyVpcEndpointServiceInvalidConfigurationException$, XksProxyVpcEndpointServiceInvalidConfigurationException);
|
|
1181
|
-
export var XksProxyVpcEndpointServiceNotFoundException$ = [-3, n0, _XPVESNFE,
|
|
1182
|
-
{ [_aQE]: [`XksProxyVpcEndpointServiceNotFoundException`, 400], [_e]: _c, [_hE]: 400 },
|
|
1183
|
-
[_m],
|
|
1184
|
-
[0]
|
|
1185
|
-
];
|
|
1186
|
-
TypeRegistry.for(n0).registerError(XksProxyVpcEndpointServiceNotFoundException$, XksProxyVpcEndpointServiceNotFoundException);
|
|
1187
1195
|
var __Unit = "unit";
|
|
1188
|
-
export var KMSServiceException$ = [-3, _sm, "KMSServiceException", 0, [], []];
|
|
1189
|
-
TypeRegistry.for(_sm).registerError(KMSServiceException$, KMSServiceException);
|
|
1190
1196
|
var AliasList = [1, n0, _AL,
|
|
1191
1197
|
0, () => AliasListEntry$
|
|
1192
1198
|
];
|