@aws-sdk/client-payment-cryptography 3.952.0 → 3.953.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 (46) hide show
  1. package/dist-cjs/index.js +375 -221
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AddKeyReplicationRegionsCommand.js +2 -2
  4. package/dist-es/commands/CreateAliasCommand.js +2 -2
  5. package/dist-es/commands/CreateKeyCommand.js +2 -2
  6. package/dist-es/commands/DeleteAliasCommand.js +2 -2
  7. package/dist-es/commands/DeleteKeyCommand.js +2 -2
  8. package/dist-es/commands/DisableDefaultKeyReplicationRegionsCommand.js +2 -2
  9. package/dist-es/commands/EnableDefaultKeyReplicationRegionsCommand.js +2 -2
  10. package/dist-es/commands/ExportKeyCommand.js +2 -2
  11. package/dist-es/commands/GetAliasCommand.js +2 -2
  12. package/dist-es/commands/GetCertificateSigningRequestCommand.js +2 -2
  13. package/dist-es/commands/GetDefaultKeyReplicationRegionsCommand.js +2 -2
  14. package/dist-es/commands/GetKeyCommand.js +2 -2
  15. package/dist-es/commands/GetParametersForExportCommand.js +2 -2
  16. package/dist-es/commands/GetParametersForImportCommand.js +2 -2
  17. package/dist-es/commands/GetPublicKeyCertificateCommand.js +2 -2
  18. package/dist-es/commands/ImportKeyCommand.js +2 -2
  19. package/dist-es/commands/ListAliasesCommand.js +2 -2
  20. package/dist-es/commands/ListKeysCommand.js +2 -2
  21. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-es/commands/RemoveKeyReplicationRegionsCommand.js +2 -2
  23. package/dist-es/commands/RestoreKeyCommand.js +2 -2
  24. package/dist-es/commands/StartKeyUsageCommand.js +2 -2
  25. package/dist-es/commands/StopKeyUsageCommand.js +2 -2
  26. package/dist-es/commands/TagResourceCommand.js +2 -2
  27. package/dist-es/commands/UntagResourceCommand.js +2 -2
  28. package/dist-es/commands/UpdateAliasCommand.js +2 -2
  29. package/dist-es/index.js +1 -0
  30. package/dist-es/runtimeConfig.shared.js +6 -6
  31. package/dist-es/schemas/schemas_0.js +225 -183
  32. package/dist-types/PaymentCryptographyClient.d.ts +1 -10
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  35. package/dist-types/runtimeConfig.d.ts +6 -2
  36. package/dist-types/runtimeConfig.native.d.ts +6 -2
  37. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  38. package/dist-types/schemas/schemas_0.d.ts +113 -127
  39. package/dist-types/ts3.4/PaymentCryptographyClient.d.ts +0 -4
  40. package/dist-types/ts3.4/index.d.ts +1 -0
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +112 -129
  46. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class PaymentCryptographyClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let PaymentCryptographyServiceException$1 = class PaymentCryptographyServiceException extends smithyClient.ServiceException {
113
+ class PaymentCryptographyServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, PaymentCryptographyServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends PaymentCryptographyServiceException$1 {
120
+ class AccessDeniedException extends PaymentCryptographyServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends PaymentCryptog
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let ConflictException$1 = class ConflictException extends PaymentCryptographyServiceException$1 {
133
+ }
134
+ class ConflictException extends PaymentCryptographyServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let ConflictException$1 = class ConflictException extends PaymentCryptographySer
144
144
  Object.setPrototypeOf(this, ConflictException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let InternalServerException$1 = class InternalServerException extends PaymentCryptographyServiceException$1 {
147
+ }
148
+ class InternalServerException extends PaymentCryptographyServiceException {
149
149
  name = "InternalServerException";
150
150
  $fault = "server";
151
151
  Message;
@@ -158,8 +158,8 @@ let InternalServerException$1 = class InternalServerException extends PaymentCry
158
158
  Object.setPrototypeOf(this, InternalServerException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends PaymentCryptographyServiceException$1 {
161
+ }
162
+ class ResourceNotFoundException extends PaymentCryptographyServiceException {
163
163
  name = "ResourceNotFoundException";
164
164
  $fault = "client";
165
165
  ResourceId;
@@ -172,8 +172,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Paymen
172
172
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
173
173
  this.ResourceId = opts.ResourceId;
174
174
  }
175
- };
176
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends PaymentCryptographyServiceException$1 {
175
+ }
176
+ class ServiceQuotaExceededException extends PaymentCryptographyServiceException {
177
177
  name = "ServiceQuotaExceededException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
186
186
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let ThrottlingException$1 = class ThrottlingException extends PaymentCryptographyServiceException$1 {
189
+ }
190
+ class ThrottlingException extends PaymentCryptographyServiceException {
191
191
  name = "ThrottlingException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,8 +200,8 @@ let ThrottlingException$1 = class ThrottlingException extends PaymentCryptograph
200
200
  Object.setPrototypeOf(this, ThrottlingException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
204
- let ValidationException$1 = class ValidationException extends PaymentCryptographyServiceException$1 {
203
+ }
204
+ class ValidationException extends PaymentCryptographyServiceException {
205
205
  name = "ValidationException";
206
206
  $fault = "client";
207
207
  Message;
@@ -214,8 +214,8 @@ let ValidationException$1 = class ValidationException extends PaymentCryptograph
214
214
  Object.setPrototypeOf(this, ValidationException.prototype);
215
215
  this.Message = opts.Message;
216
216
  }
217
- };
218
- let ServiceUnavailableException$1 = class ServiceUnavailableException extends PaymentCryptographyServiceException$1 {
217
+ }
218
+ class ServiceUnavailableException extends PaymentCryptographyServiceException {
219
219
  name = "ServiceUnavailableException";
220
220
  $fault = "server";
221
221
  Message;
@@ -228,7 +228,7 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Pa
228
228
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
229
229
  this.Message = opts.Message;
230
230
  }
231
- };
231
+ }
232
232
 
233
233
  const _A = "Alias";
234
234
  const _ADE = "AccessDeniedException";
@@ -455,12 +455,12 @@ var OptionalBlockValue = [0, n0, _OBV, 8, 0];
455
455
  var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
456
456
  var Tr34WrappedKeyBlock = [0, n0, _TWKBr, 8, 0];
457
457
  var WrappedKeyCryptogram = [0, n0, _WKC, 8, 0];
458
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
459
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
460
- var AddKeyReplicationRegionsInput = [3, n0, _AKRRI, 0, [_KI, _RR], [0, 64 | 0]];
461
- var AddKeyReplicationRegionsOutput = [3, n0, _AKRRO, 0, [_K], [() => Key]];
462
- var Alias = [3, n0, _A, 0, [_AN, _KA], [0, 0]];
463
- var CertificateSubjectType = [
458
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
459
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
460
+ var AddKeyReplicationRegionsInput$ = [3, n0, _AKRRI, 0, [_KI, _RR], [0, 64 | 0]];
461
+ var AddKeyReplicationRegionsOutput$ = [3, n0, _AKRRO, 0, [_K], [() => Key$]];
462
+ var Alias$ = [3, n0, _A, 0, [_AN, _KA], [0, 0]];
463
+ var CertificateSubjectType$ = [
464
464
  3,
465
465
  n0,
466
466
  _CST,
@@ -468,67 +468,81 @@ var CertificateSubjectType = [
468
468
  [_CN, _OU, _O, _C, _Co, _SOP, _EA],
469
469
  [0, 0, 0, 0, 0, 0, 0],
470
470
  ];
471
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
472
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
473
- var CreateAliasInput = [3, n0, _CAI, 0, [_AN, _KA], [0, 0]];
474
- var CreateAliasOutput = [3, n0, _CAO, 0, [_A], [() => Alias]];
475
- var CreateKeyInput = [
471
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
472
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
473
+ var CreateAliasInput$ = [3, n0, _CAI, 0, [_AN, _KA], [0, 0]];
474
+ var CreateAliasOutput$ = [3, n0, _CAO, 0, [_A], [() => Alias$]];
475
+ var CreateKeyInput$ = [
476
476
  3,
477
477
  n0,
478
478
  _CKI,
479
479
  0,
480
480
  [_KAe, _KCVA, _E, _En, _T, _DKU, _RR],
481
- [() => KeyAttributes, 0, 2, 2, () => Tags, 0, 64 | 0],
481
+ [() => KeyAttributes$, 0, 2, 2, () => Tags, 0, 64 | 0],
482
+ ];
483
+ var CreateKeyOutput$ = [3, n0, _CKO, 0, [_K], [() => Key$]];
484
+ var DeleteAliasInput$ = [3, n0, _DAI, 0, [_AN], [0]];
485
+ var DeleteAliasOutput$ = [3, n0, _DAO, 0, [], []];
486
+ var DeleteKeyInput$ = [3, n0, _DKI, 0, [_KI, _DKID], [0, 1]];
487
+ var DeleteKeyOutput$ = [3, n0, _DKO, 0, [_K], [() => Key$]];
488
+ var DisableDefaultKeyReplicationRegionsInput$ = [3, n0, _DDKRRI, 0, [_RR], [64 | 0]];
489
+ var DisableDefaultKeyReplicationRegionsOutput$ = [3, n0, _DDKRRO, 0, [_ERR], [64 | 0]];
490
+ var EnableDefaultKeyReplicationRegionsInput$ = [3, n0, _EDKRRI, 0, [_RR], [64 | 0]];
491
+ var EnableDefaultKeyReplicationRegionsOutput$ = [3, n0, _EDKRRO, 0, [_ERR], [64 | 0]];
492
+ var ExportAttributes$ = [
493
+ 3,
494
+ n0,
495
+ _EAx,
496
+ 0,
497
+ [_EDIK, _KCVA],
498
+ [() => ExportDukptInitialKey$, 0],
482
499
  ];
483
- var CreateKeyOutput = [3, n0, _CKO, 0, [_K], [() => Key]];
484
- var DeleteAliasInput = [3, n0, _DAI, 0, [_AN], [0]];
485
- var DeleteAliasOutput = [3, n0, _DAO, 0, [], []];
486
- var DeleteKeyInput = [3, n0, _DKI, 0, [_KI, _DKID], [0, 1]];
487
- var DeleteKeyOutput = [3, n0, _DKO, 0, [_K], [() => Key]];
488
- var DisableDefaultKeyReplicationRegionsInput = [3, n0, _DDKRRI, 0, [_RR], [64 | 0]];
489
- var DisableDefaultKeyReplicationRegionsOutput = [3, n0, _DDKRRO, 0, [_ERR], [64 | 0]];
490
- var EnableDefaultKeyReplicationRegionsInput = [3, n0, _EDKRRI, 0, [_RR], [64 | 0]];
491
- var EnableDefaultKeyReplicationRegionsOutput = [3, n0, _EDKRRO, 0, [_ERR], [64 | 0]];
492
- var ExportAttributes = [3, n0, _EAx, 0, [_EDIK, _KCVA], [() => ExportDukptInitialKey, 0]];
493
- var ExportDiffieHellmanTr31KeyBlock = [
500
+ var ExportDiffieHellmanTr31KeyBlock$ = [
494
501
  3,
495
502
  n0,
496
503
  _EDHTKB,
497
504
  0,
498
505
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _KBH],
499
- [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData, [() => KeyBlockHeaders, 0]],
506
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => KeyBlockHeaders$, 0]],
500
507
  ];
501
- var ExportDukptInitialKey = [3, n0, _EDIK, 0, [_KSN], [0]];
502
- var ExportKeyCryptogram = [3, n0, _EKC, 0, [_CAPKI, _WKCr, _WS], [0, 0, 0]];
503
- var ExportKeyInput = [
508
+ var ExportDukptInitialKey$ = [3, n0, _EDIK, 0, [_KSN], [0]];
509
+ var ExportKeyCryptogram$ = [3, n0, _EKC, 0, [_CAPKI, _WKCr, _WS], [0, 0, 0]];
510
+ var ExportKeyInput$ = [
504
511
  3,
505
512
  n0,
506
513
  _EKI,
507
514
  0,
508
515
  [_KM, _EKIx, _EAx],
509
- [[() => ExportKeyMaterial, 0], 0, () => ExportAttributes],
516
+ [[() => ExportKeyMaterial$, 0], 0, () => ExportAttributes$],
517
+ ];
518
+ var ExportKeyOutput$ = [3, n0, _EKO, 0, [_WK], [[() => WrappedKey$, 0]]];
519
+ var ExportTr31KeyBlock$ = [
520
+ 3,
521
+ n0,
522
+ _ETKB,
523
+ 0,
524
+ [_WKI, _KBH],
525
+ [0, [() => KeyBlockHeaders$, 0]],
510
526
  ];
511
- var ExportKeyOutput = [3, n0, _EKO, 0, [_WK], [[() => WrappedKey, 0]]];
512
- var ExportTr31KeyBlock = [3, n0, _ETKB, 0, [_WKI, _KBH], [0, [() => KeyBlockHeaders, 0]]];
513
- var ExportTr34KeyBlock = [
527
+ var ExportTr34KeyBlock$ = [
514
528
  3,
515
529
  n0,
516
530
  _ETKBx,
517
531
  0,
518
532
  [_CAPKI, _WKCr, _ET, _SKI, _SKC, _KBF, _RN, _KBH],
519
- [0, 0, 0, 0, 0, 0, 0, [() => KeyBlockHeaders, 0]],
533
+ [0, 0, 0, 0, 0, 0, 0, [() => KeyBlockHeaders$, 0]],
520
534
  ];
521
- var GetAliasInput = [3, n0, _GAI, 0, [_AN], [0]];
522
- var GetAliasOutput = [3, n0, _GAO, 0, [_A], [() => Alias]];
523
- var GetCertificateSigningRequestInput = [
535
+ var GetAliasInput$ = [3, n0, _GAI, 0, [_AN], [0]];
536
+ var GetAliasOutput$ = [3, n0, _GAO, 0, [_A], [() => Alias$]];
537
+ var GetCertificateSigningRequestInput$ = [
524
538
  3,
525
539
  n0,
526
540
  _GCSRI,
527
541
  0,
528
542
  [_KI, _SA, _CS],
529
- [0, 0, () => CertificateSubjectType],
543
+ [0, 0, () => CertificateSubjectType$],
530
544
  ];
531
- var GetCertificateSigningRequestOutput = [
545
+ var GetCertificateSigningRequestOutput$ = [
532
546
  3,
533
547
  n0,
534
548
  _GCSRO,
@@ -536,12 +550,12 @@ var GetCertificateSigningRequestOutput = [
536
550
  [_CSR],
537
551
  [[() => CertificateSigningRequestType, 0]],
538
552
  ];
539
- var GetDefaultKeyReplicationRegionsInput = [3, n0, _GDKRRI, 0, [], []];
540
- var GetDefaultKeyReplicationRegionsOutput = [3, n0, _GDKRRO, 0, [_ERR], [64 | 0]];
541
- var GetKeyInput = [3, n0, _GKI, 0, [_KI], [0]];
542
- var GetKeyOutput = [3, n0, _GKO, 0, [_K], [() => Key]];
543
- var GetParametersForExportInput = [3, n0, _GPFEI, 0, [_KMT, _SKA], [0, 0]];
544
- var GetParametersForExportOutput = [
553
+ var GetDefaultKeyReplicationRegionsInput$ = [3, n0, _GDKRRI, 0, [], []];
554
+ var GetDefaultKeyReplicationRegionsOutput$ = [3, n0, _GDKRRO, 0, [_ERR], [64 | 0]];
555
+ var GetKeyInput$ = [3, n0, _GKI, 0, [_KI], [0]];
556
+ var GetKeyOutput$ = [3, n0, _GKO, 0, [_K], [() => Key$]];
557
+ var GetParametersForExportInput$ = [3, n0, _GPFEI, 0, [_KMT, _SKA], [0, 0]];
558
+ var GetParametersForExportOutput$ = [
545
559
  3,
546
560
  n0,
547
561
  _GPFEO,
@@ -549,8 +563,8 @@ var GetParametersForExportOutput = [
549
563
  [_SKC, _SKCC, _SKA, _ET, _PVUT],
550
564
  [0, 0, 0, 0, 4],
551
565
  ];
552
- var GetParametersForImportInput = [3, n0, _GPFII, 0, [_KMT, _WKA], [0, 0]];
553
- var GetParametersForImportOutput = [
566
+ var GetParametersForImportInput$ = [3, n0, _GPFII, 0, [_KMT, _WKA], [0, 0]];
567
+ var GetParametersForImportOutput$ = [
554
568
  3,
555
569
  n0,
556
570
  _GPFIO,
@@ -558,34 +572,34 @@ var GetParametersForImportOutput = [
558
572
  [_WKCr, _WKCC, _WKA, _IT, _PVUT],
559
573
  [0, 0, 0, 0, 4],
560
574
  ];
561
- var GetPublicKeyCertificateInput = [3, n0, _GPKCI, 0, [_KI], [0]];
562
- var GetPublicKeyCertificateOutput = [3, n0, _GPKCO, 0, [_KC, _KCC], [0, 0]];
563
- var ImportDiffieHellmanTr31KeyBlock = [
575
+ var GetPublicKeyCertificateInput$ = [3, n0, _GPKCI, 0, [_KI], [0]];
576
+ var GetPublicKeyCertificateOutput$ = [3, n0, _GPKCO, 0, [_KC, _KCC], [0, 0]];
577
+ var ImportDiffieHellmanTr31KeyBlock$ = [
564
578
  3,
565
579
  n0,
566
580
  _IDHTKB,
567
581
  0,
568
582
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _WKB],
569
- [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData, [() => Tr31WrappedKeyBlock, 0]],
583
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => Tr31WrappedKeyBlock, 0]],
570
584
  ];
571
- var ImportKeyCryptogram = [
585
+ var ImportKeyCryptogram$ = [
572
586
  3,
573
587
  n0,
574
588
  _IKC,
575
589
  0,
576
590
  [_KAe, _E, _WKC, _IT, _WS],
577
- [() => KeyAttributes, 2, [() => WrappedKeyCryptogram, 0], 0, 0],
591
+ [() => KeyAttributes$, 2, [() => WrappedKeyCryptogram, 0], 0, 0],
578
592
  ];
579
- var ImportKeyInput = [
593
+ var ImportKeyInput$ = [
580
594
  3,
581
595
  n0,
582
596
  _IKI,
583
597
  0,
584
598
  [_KM, _KCVA, _En, _T, _RR],
585
- [[() => ImportKeyMaterial, 0], 0, 2, () => Tags, 64 | 0],
599
+ [[() => ImportKeyMaterial$, 0], 0, 2, () => Tags, 64 | 0],
586
600
  ];
587
- var ImportKeyOutput = [3, n0, _IKO, 0, [_K], [() => Key]];
588
- var ImportTr31KeyBlock = [
601
+ var ImportKeyOutput$ = [3, n0, _IKO, 0, [_K], [() => Key$]];
602
+ var ImportTr31KeyBlock$ = [
589
603
  3,
590
604
  n0,
591
605
  _ITKB,
@@ -593,7 +607,7 @@ var ImportTr31KeyBlock = [
593
607
  [_WKI, _WKB],
594
608
  [0, [() => Tr31WrappedKeyBlock, 0]],
595
609
  ];
596
- var ImportTr34KeyBlock = [
610
+ var ImportTr34KeyBlock$ = [
597
611
  3,
598
612
  n0,
599
613
  _ITKBm,
@@ -601,33 +615,33 @@ var ImportTr34KeyBlock = [
601
615
  [_CAPKI, _SKC, _IT, _WKI, _WKCr, _WKB, _KBF, _RN],
602
616
  [0, 0, 0, 0, 0, [() => Tr34WrappedKeyBlock, 0], 0, 0],
603
617
  ];
604
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
605
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
606
- var Key = [
618
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
619
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
620
+ var Key$ = [
607
621
  3,
608
622
  n0,
609
623
  _K,
610
624
  0,
611
625
  [_KA, _KAe, _KCV, _KCVA, _En, _E, _KS, _KO, _CT, _UST, _USTs, _DPT, _DT, _DKU, _MRKT, _PR, _RS, _UDRR],
612
- [0, () => KeyAttributes, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2],
626
+ [0, () => KeyAttributes$, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2],
613
627
  ];
614
- var KeyAttributes = [
628
+ var KeyAttributes$ = [
615
629
  3,
616
630
  n0,
617
631
  _KAe,
618
632
  0,
619
633
  [_KU, _KCe, _KAey, _KMOU],
620
- [0, 0, 0, () => KeyModesOfUse],
634
+ [0, 0, 0, () => KeyModesOfUse$],
621
635
  ];
622
- var KeyBlockHeaders = [
636
+ var KeyBlockHeaders$ = [
623
637
  3,
624
638
  n0,
625
639
  _KBH,
626
640
  0,
627
641
  [_KMOU, _KE, _KV, _OB],
628
- [() => KeyModesOfUse, 0, 0, [() => OptionalBlocks, 0]],
642
+ [() => KeyModesOfUse$, 0, 0, [() => OptionalBlocks, 0]],
629
643
  ];
630
- var KeyModesOfUse = [
644
+ var KeyModesOfUse$ = [
631
645
  3,
632
646
  n0,
633
647
  _KMOU,
@@ -635,56 +649,63 @@ var KeyModesOfUse = [
635
649
  [_Enc, _D, _W, _U, _G, _S, _V, _DK, _NR],
636
650
  [2, 2, 2, 2, 2, 2, 2, 2, 2],
637
651
  ];
638
- var KeySummary = [
652
+ var KeySummary$ = [
639
653
  3,
640
654
  n0,
641
655
  _KSe,
642
656
  0,
643
657
  [_KA, _KS, _KAe, _KCV, _E, _En, _MRKT, _PR],
644
- [0, 0, () => KeyAttributes, 0, 2, 2, 0, 0],
658
+ [0, 0, () => KeyAttributes$, 0, 2, 2, 0, 0],
645
659
  ];
646
- var ListAliasesInput = [3, n0, _LAI, 0, [_KA, _NT, _MR], [0, 0, 1]];
647
- var ListAliasesOutput = [3, n0, _LAO, 0, [_Al, _NT], [() => Aliases, 0]];
648
- var ListKeysInput = [3, n0, _LKI, 0, [_KS, _NT, _MR], [0, 0, 1]];
649
- var ListKeysOutput = [3, n0, _LKO, 0, [_Ke, _NT], [() => KeySummaryList, 0]];
650
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA, _NT, _MR], [0, 0, 1]];
651
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T, _NT], [() => Tags, 0]];
652
- var RemoveKeyReplicationRegionsInput = [3, n0, _RKRRI, 0, [_KI, _RR], [0, 64 | 0]];
653
- var RemoveKeyReplicationRegionsOutput = [3, n0, _RKRRO, 0, [_K], [() => Key]];
654
- var ReplicationStatusType = [3, n0, _RST, 0, [_St, _SM], [0, 0]];
655
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_RI], [0]];
656
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
657
- var RestoreKeyInput = [3, n0, _RKI, 0, [_KI], [0]];
658
- var RestoreKeyOutput = [3, n0, _RKO, 0, [_K], [() => Key]];
659
- var RootCertificatePublicKey = [3, n0, _RCPK, 0, [_KAe, _PKC], [() => KeyAttributes, 0]];
660
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
661
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
662
- var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
663
- schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
664
- var StartKeyUsageInput = [3, n0, _SKUI, 0, [_KI], [0]];
665
- var StartKeyUsageOutput = [3, n0, _SKUO, 0, [_K], [() => Key]];
666
- var StopKeyUsageInput = [3, n0, _SKUIt, 0, [_KI], [0]];
667
- var StopKeyUsageOutput = [3, n0, _SKUOt, 0, [_K], [() => Key]];
668
- var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
669
- var TagResourceInput = [3, n0, _TRI, 0, [_RA, _T], [0, () => Tags]];
670
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
671
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
672
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
673
- var TrustedCertificatePublicKey = [
660
+ var ListAliasesInput$ = [3, n0, _LAI, 0, [_KA, _NT, _MR], [0, 0, 1]];
661
+ var ListAliasesOutput$ = [3, n0, _LAO, 0, [_Al, _NT], [() => Aliases, 0]];
662
+ var ListKeysInput$ = [3, n0, _LKI, 0, [_KS, _NT, _MR], [0, 0, 1]];
663
+ var ListKeysOutput$ = [3, n0, _LKO, 0, [_Ke, _NT], [() => KeySummaryList, 0]];
664
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA, _NT, _MR], [0, 0, 1]];
665
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T, _NT], [() => Tags, 0]];
666
+ var RemoveKeyReplicationRegionsInput$ = [3, n0, _RKRRI, 0, [_KI, _RR], [0, 64 | 0]];
667
+ var RemoveKeyReplicationRegionsOutput$ = [3, n0, _RKRRO, 0, [_K], [() => Key$]];
668
+ var ReplicationStatusType$ = [3, n0, _RST, 0, [_St, _SM], [0, 0]];
669
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_RI], [0]];
670
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
671
+ var RestoreKeyInput$ = [3, n0, _RKI, 0, [_KI], [0]];
672
+ var RestoreKeyOutput$ = [3, n0, _RKO, 0, [_K], [() => Key$]];
673
+ var RootCertificatePublicKey$ = [
674
+ 3,
675
+ n0,
676
+ _RCPK,
677
+ 0,
678
+ [_KAe, _PKC],
679
+ [() => KeyAttributes$, 0],
680
+ ];
681
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
682
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
683
+ var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
684
+ schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
685
+ var StartKeyUsageInput$ = [3, n0, _SKUI, 0, [_KI], [0]];
686
+ var StartKeyUsageOutput$ = [3, n0, _SKUO, 0, [_K], [() => Key$]];
687
+ var StopKeyUsageInput$ = [3, n0, _SKUIt, 0, [_KI], [0]];
688
+ var StopKeyUsageOutput$ = [3, n0, _SKUOt, 0, [_K], [() => Key$]];
689
+ var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
690
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _T], [0, () => Tags]];
691
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
692
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
693
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
694
+ var TrustedCertificatePublicKey$ = [
674
695
  3,
675
696
  n0,
676
697
  _TCPK,
677
698
  0,
678
699
  [_KAe, _PKC, _CAPKI],
679
- [() => KeyAttributes, 0, 0],
700
+ [() => KeyAttributes$, 0, 0],
680
701
  ];
681
- var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
682
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
683
- var UpdateAliasInput = [3, n0, _UAI, 0, [_AN, _KA], [0, 0]];
684
- var UpdateAliasOutput = [3, n0, _UAO, 0, [_A], [() => Alias]];
685
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
686
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
687
- var WrappedKey = [
702
+ var UntagResourceInput$ = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
703
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
704
+ var UpdateAliasInput$ = [3, n0, _UAI, 0, [_AN, _KA], [0, 0]];
705
+ var UpdateAliasOutput$ = [3, n0, _UAO, 0, [_A], [() => Alias$]];
706
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
707
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
708
+ var WrappedKey$ = [
688
709
  3,
689
710
  n0,
690
711
  _WK,
@@ -692,7 +713,7 @@ var WrappedKey = [
692
713
  [_WKAr, _WKMF, _KM, _KCV, _KCVA],
693
714
  [0, 0, [() => KeyMaterial, 0], 0, 0],
694
715
  ];
695
- var PaymentCryptographyServiceException = [
716
+ var PaymentCryptographyServiceException$ = [
696
717
  -3,
697
718
  _sm,
698
719
  "PaymentCryptographyServiceException",
@@ -700,137 +721,158 @@ var PaymentCryptographyServiceException = [
700
721
  [],
701
722
  [],
702
723
  ];
703
- schema.TypeRegistry.for(_sm).registerError(PaymentCryptographyServiceException, PaymentCryptographyServiceException$1);
704
- var Aliases = [1, n0, _Al, 0, () => Alias];
705
- var KeySummaryList = [1, n0, _KSL, 0, () => KeySummary];
706
- var Tags = [1, n0, _T, 0, () => Tag];
724
+ schema.TypeRegistry.for(_sm).registerError(PaymentCryptographyServiceException$, PaymentCryptographyServiceException);
725
+ var Aliases = [1, n0, _Al, 0, () => Alias$];
726
+ var KeySummaryList = [1, n0, _KSL, 0, () => KeySummary$];
727
+ var Tags = [1, n0, _T, 0, () => Tag$];
707
728
  var OptionalBlocks = [2, n0, _OB, 0, [() => OptionalBlockId, 0], [() => OptionalBlockValue, 0]];
708
- var ReplicationStatus = [2, n0, _RS, 0, 0, () => ReplicationStatusType];
709
- var DiffieHellmanDerivationData = [3, n0, _DHDD, 0, [_SI], [0]];
710
- var ExportKeyMaterial = [
729
+ var ReplicationStatus = [2, n0, _RS, 0, 0, () => ReplicationStatusType$];
730
+ var DiffieHellmanDerivationData$ = [3, n0, _DHDD, 0, [_SI], [0]];
731
+ var ExportKeyMaterial$ = [
711
732
  3,
712
733
  n0,
713
734
  _EKM,
714
735
  0,
715
736
  [_TKB, _TKBr, _KCey, _DHTKB],
716
737
  [
717
- [() => ExportTr31KeyBlock, 0],
718
- [() => ExportTr34KeyBlock, 0],
719
- () => ExportKeyCryptogram,
720
- [() => ExportDiffieHellmanTr31KeyBlock, 0],
738
+ [() => ExportTr31KeyBlock$, 0],
739
+ [() => ExportTr34KeyBlock$, 0],
740
+ () => ExportKeyCryptogram$,
741
+ [() => ExportDiffieHellmanTr31KeyBlock$, 0],
721
742
  ],
722
743
  ];
723
- var ImportKeyMaterial = [
744
+ var ImportKeyMaterial$ = [
724
745
  3,
725
746
  n0,
726
747
  _IKM,
727
748
  0,
728
749
  [_RCPK, _TCPK, _TKB, _TKBr, _KCey, _DHTKB],
729
750
  [
730
- () => RootCertificatePublicKey,
731
- () => TrustedCertificatePublicKey,
732
- [() => ImportTr31KeyBlock, 0],
733
- [() => ImportTr34KeyBlock, 0],
734
- [() => ImportKeyCryptogram, 0],
735
- [() => ImportDiffieHellmanTr31KeyBlock, 0],
751
+ () => RootCertificatePublicKey$,
752
+ () => TrustedCertificatePublicKey$,
753
+ [() => ImportTr31KeyBlock$, 0],
754
+ [() => ImportTr34KeyBlock$, 0],
755
+ [() => ImportKeyCryptogram$, 0],
756
+ [() => ImportDiffieHellmanTr31KeyBlock$, 0],
736
757
  ],
737
758
  ];
738
- var AddKeyReplicationRegions = [
759
+ var AddKeyReplicationRegions$ = [
739
760
  9,
740
761
  n0,
741
762
  _AKRR,
742
763
  0,
743
- () => AddKeyReplicationRegionsInput,
744
- () => AddKeyReplicationRegionsOutput,
764
+ () => AddKeyReplicationRegionsInput$,
765
+ () => AddKeyReplicationRegionsOutput$,
745
766
  ];
746
- var CreateAlias = [9, n0, _CA, 2, () => CreateAliasInput, () => CreateAliasOutput];
747
- var CreateKey = [9, n0, _CK, 0, () => CreateKeyInput, () => CreateKeyOutput];
748
- var DeleteAlias = [9, n0, _DA, 2, () => DeleteAliasInput, () => DeleteAliasOutput];
749
- var DeleteKey = [9, n0, _DKe, 2, () => DeleteKeyInput, () => DeleteKeyOutput];
750
- var DisableDefaultKeyReplicationRegions = [
767
+ var CreateAlias$ = [9, n0, _CA, 2, () => CreateAliasInput$, () => CreateAliasOutput$];
768
+ var CreateKey$ = [9, n0, _CK, 0, () => CreateKeyInput$, () => CreateKeyOutput$];
769
+ var DeleteAlias$ = [9, n0, _DA, 2, () => DeleteAliasInput$, () => DeleteAliasOutput$];
770
+ var DeleteKey$ = [9, n0, _DKe, 2, () => DeleteKeyInput$, () => DeleteKeyOutput$];
771
+ var DisableDefaultKeyReplicationRegions$ = [
751
772
  9,
752
773
  n0,
753
774
  _DDKRR,
754
775
  0,
755
- () => DisableDefaultKeyReplicationRegionsInput,
756
- () => DisableDefaultKeyReplicationRegionsOutput,
776
+ () => DisableDefaultKeyReplicationRegionsInput$,
777
+ () => DisableDefaultKeyReplicationRegionsOutput$,
757
778
  ];
758
- var EnableDefaultKeyReplicationRegions = [
779
+ var EnableDefaultKeyReplicationRegions$ = [
759
780
  9,
760
781
  n0,
761
782
  _EDKRR,
762
783
  0,
763
- () => EnableDefaultKeyReplicationRegionsInput,
764
- () => EnableDefaultKeyReplicationRegionsOutput,
784
+ () => EnableDefaultKeyReplicationRegionsInput$,
785
+ () => EnableDefaultKeyReplicationRegionsOutput$,
765
786
  ];
766
- var ExportKey = [9, n0, _EK, 0, () => ExportKeyInput, () => ExportKeyOutput];
767
- var GetAlias = [9, n0, _GA, 0, () => GetAliasInput, () => GetAliasOutput];
768
- var GetCertificateSigningRequest = [
787
+ var ExportKey$ = [9, n0, _EK, 0, () => ExportKeyInput$, () => ExportKeyOutput$];
788
+ var GetAlias$ = [9, n0, _GA, 0, () => GetAliasInput$, () => GetAliasOutput$];
789
+ var GetCertificateSigningRequest$ = [
769
790
  9,
770
791
  n0,
771
792
  _GCSR,
772
793
  0,
773
- () => GetCertificateSigningRequestInput,
774
- () => GetCertificateSigningRequestOutput,
794
+ () => GetCertificateSigningRequestInput$,
795
+ () => GetCertificateSigningRequestOutput$,
775
796
  ];
776
- var GetDefaultKeyReplicationRegions = [
797
+ var GetDefaultKeyReplicationRegions$ = [
777
798
  9,
778
799
  n0,
779
800
  _GDKRR,
780
801
  0,
781
- () => GetDefaultKeyReplicationRegionsInput,
782
- () => GetDefaultKeyReplicationRegionsOutput,
802
+ () => GetDefaultKeyReplicationRegionsInput$,
803
+ () => GetDefaultKeyReplicationRegionsOutput$,
783
804
  ];
784
- var GetKey = [9, n0, _GK, 0, () => GetKeyInput, () => GetKeyOutput];
785
- var GetParametersForExport = [
805
+ var GetKey$ = [9, n0, _GK, 0, () => GetKeyInput$, () => GetKeyOutput$];
806
+ var GetParametersForExport$ = [
786
807
  9,
787
808
  n0,
788
809
  _GPFE,
789
810
  0,
790
- () => GetParametersForExportInput,
791
- () => GetParametersForExportOutput,
811
+ () => GetParametersForExportInput$,
812
+ () => GetParametersForExportOutput$,
792
813
  ];
793
- var GetParametersForImport = [
814
+ var GetParametersForImport$ = [
794
815
  9,
795
816
  n0,
796
817
  _GPFI,
797
818
  0,
798
- () => GetParametersForImportInput,
799
- () => GetParametersForImportOutput,
819
+ () => GetParametersForImportInput$,
820
+ () => GetParametersForImportOutput$,
800
821
  ];
801
- var GetPublicKeyCertificate = [
822
+ var GetPublicKeyCertificate$ = [
802
823
  9,
803
824
  n0,
804
825
  _GPKC,
805
826
  0,
806
- () => GetPublicKeyCertificateInput,
807
- () => GetPublicKeyCertificateOutput,
827
+ () => GetPublicKeyCertificateInput$,
828
+ () => GetPublicKeyCertificateOutput$,
808
829
  ];
809
- var ImportKey = [9, n0, _IK, 0, () => ImportKeyInput, () => ImportKeyOutput];
810
- var ListAliases = [9, n0, _LA, 0, () => ListAliasesInput, () => ListAliasesOutput];
811
- var ListKeys = [9, n0, _LK, 0, () => ListKeysInput, () => ListKeysOutput];
812
- var ListTagsForResource = [
830
+ var ImportKey$ = [9, n0, _IK, 0, () => ImportKeyInput$, () => ImportKeyOutput$];
831
+ var ListAliases$ = [9, n0, _LA, 0, () => ListAliasesInput$, () => ListAliasesOutput$];
832
+ var ListKeys$ = [9, n0, _LK, 0, () => ListKeysInput$, () => ListKeysOutput$];
833
+ var ListTagsForResource$ = [
813
834
  9,
814
835
  n0,
815
836
  _LTFR,
816
837
  0,
817
- () => ListTagsForResourceInput,
818
- () => ListTagsForResourceOutput,
838
+ () => ListTagsForResourceInput$,
839
+ () => ListTagsForResourceOutput$,
819
840
  ];
820
- var RemoveKeyReplicationRegions = [
841
+ var RemoveKeyReplicationRegions$ = [
821
842
  9,
822
843
  n0,
823
844
  _RKRR,
824
845
  0,
825
- () => RemoveKeyReplicationRegionsInput,
826
- () => RemoveKeyReplicationRegionsOutput,
846
+ () => RemoveKeyReplicationRegionsInput$,
847
+ () => RemoveKeyReplicationRegionsOutput$,
848
+ ];
849
+ var RestoreKey$ = [9, n0, _RK, 0, () => RestoreKeyInput$, () => RestoreKeyOutput$];
850
+ var StartKeyUsage$ = [
851
+ 9,
852
+ n0,
853
+ _SKU,
854
+ 0,
855
+ () => StartKeyUsageInput$,
856
+ () => StartKeyUsageOutput$,
857
+ ];
858
+ var StopKeyUsage$ = [
859
+ 9,
860
+ n0,
861
+ _SKUt,
862
+ 0,
863
+ () => StopKeyUsageInput$,
864
+ () => StopKeyUsageOutput$,
865
+ ];
866
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
867
+ var UntagResource$ = [
868
+ 9,
869
+ n0,
870
+ _UR,
871
+ 0,
872
+ () => UntagResourceInput$,
873
+ () => UntagResourceOutput$,
827
874
  ];
828
- var RestoreKey = [9, n0, _RK, 0, () => RestoreKeyInput, () => RestoreKeyOutput];
829
- var StartKeyUsage = [9, n0, _SKU, 0, () => StartKeyUsageInput, () => StartKeyUsageOutput];
830
- var StopKeyUsage = [9, n0, _SKUt, 0, () => StopKeyUsageInput, () => StopKeyUsageOutput];
831
- var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceOutput];
832
- var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
833
- var UpdateAlias = [9, n0, _UA, 0, () => UpdateAliasInput, () => UpdateAliasOutput];
875
+ var UpdateAlias$ = [9, n0, _UA, 0, () => UpdateAliasInput$, () => UpdateAliasOutput$];
834
876
 
835
877
  class AddKeyReplicationRegionsCommand extends smithyClient.Command
836
878
  .classBuilder()
@@ -840,7 +882,7 @@ class AddKeyReplicationRegionsCommand extends smithyClient.Command
840
882
  })
841
883
  .s("PaymentCryptographyControlPlane", "AddKeyReplicationRegions", {})
842
884
  .n("PaymentCryptographyClient", "AddKeyReplicationRegionsCommand")
843
- .sc(AddKeyReplicationRegions)
885
+ .sc(AddKeyReplicationRegions$)
844
886
  .build() {
845
887
  }
846
888
 
@@ -852,7 +894,7 @@ class CreateAliasCommand extends smithyClient.Command
852
894
  })
853
895
  .s("PaymentCryptographyControlPlane", "CreateAlias", {})
854
896
  .n("PaymentCryptographyClient", "CreateAliasCommand")
855
- .sc(CreateAlias)
897
+ .sc(CreateAlias$)
856
898
  .build() {
857
899
  }
858
900
 
@@ -864,7 +906,7 @@ class CreateKeyCommand extends smithyClient.Command
864
906
  })
865
907
  .s("PaymentCryptographyControlPlane", "CreateKey", {})
866
908
  .n("PaymentCryptographyClient", "CreateKeyCommand")
867
- .sc(CreateKey)
909
+ .sc(CreateKey$)
868
910
  .build() {
869
911
  }
870
912
 
@@ -876,7 +918,7 @@ class DeleteAliasCommand extends smithyClient.Command
876
918
  })
877
919
  .s("PaymentCryptographyControlPlane", "DeleteAlias", {})
878
920
  .n("PaymentCryptographyClient", "DeleteAliasCommand")
879
- .sc(DeleteAlias)
921
+ .sc(DeleteAlias$)
880
922
  .build() {
881
923
  }
882
924
 
@@ -888,7 +930,7 @@ class DeleteKeyCommand extends smithyClient.Command
888
930
  })
889
931
  .s("PaymentCryptographyControlPlane", "DeleteKey", {})
890
932
  .n("PaymentCryptographyClient", "DeleteKeyCommand")
891
- .sc(DeleteKey)
933
+ .sc(DeleteKey$)
892
934
  .build() {
893
935
  }
894
936
 
@@ -900,7 +942,7 @@ class DisableDefaultKeyReplicationRegionsCommand extends smithyClient.Command
900
942
  })
901
943
  .s("PaymentCryptographyControlPlane", "DisableDefaultKeyReplicationRegions", {})
902
944
  .n("PaymentCryptographyClient", "DisableDefaultKeyReplicationRegionsCommand")
903
- .sc(DisableDefaultKeyReplicationRegions)
945
+ .sc(DisableDefaultKeyReplicationRegions$)
904
946
  .build() {
905
947
  }
906
948
 
@@ -912,7 +954,7 @@ class EnableDefaultKeyReplicationRegionsCommand extends smithyClient.Command
912
954
  })
913
955
  .s("PaymentCryptographyControlPlane", "EnableDefaultKeyReplicationRegions", {})
914
956
  .n("PaymentCryptographyClient", "EnableDefaultKeyReplicationRegionsCommand")
915
- .sc(EnableDefaultKeyReplicationRegions)
957
+ .sc(EnableDefaultKeyReplicationRegions$)
916
958
  .build() {
917
959
  }
918
960
 
@@ -924,7 +966,7 @@ class ExportKeyCommand extends smithyClient.Command
924
966
  })
925
967
  .s("PaymentCryptographyControlPlane", "ExportKey", {})
926
968
  .n("PaymentCryptographyClient", "ExportKeyCommand")
927
- .sc(ExportKey)
969
+ .sc(ExportKey$)
928
970
  .build() {
929
971
  }
930
972
 
@@ -936,7 +978,7 @@ class GetAliasCommand extends smithyClient.Command
936
978
  })
937
979
  .s("PaymentCryptographyControlPlane", "GetAlias", {})
938
980
  .n("PaymentCryptographyClient", "GetAliasCommand")
939
- .sc(GetAlias)
981
+ .sc(GetAlias$)
940
982
  .build() {
941
983
  }
942
984
 
@@ -948,7 +990,7 @@ class GetCertificateSigningRequestCommand extends smithyClient.Command
948
990
  })
949
991
  .s("PaymentCryptographyControlPlane", "GetCertificateSigningRequest", {})
950
992
  .n("PaymentCryptographyClient", "GetCertificateSigningRequestCommand")
951
- .sc(GetCertificateSigningRequest)
993
+ .sc(GetCertificateSigningRequest$)
952
994
  .build() {
953
995
  }
954
996
 
@@ -960,7 +1002,7 @@ class GetDefaultKeyReplicationRegionsCommand extends smithyClient.Command
960
1002
  })
961
1003
  .s("PaymentCryptographyControlPlane", "GetDefaultKeyReplicationRegions", {})
962
1004
  .n("PaymentCryptographyClient", "GetDefaultKeyReplicationRegionsCommand")
963
- .sc(GetDefaultKeyReplicationRegions)
1005
+ .sc(GetDefaultKeyReplicationRegions$)
964
1006
  .build() {
965
1007
  }
966
1008
 
@@ -972,7 +1014,7 @@ class GetKeyCommand extends smithyClient.Command
972
1014
  })
973
1015
  .s("PaymentCryptographyControlPlane", "GetKey", {})
974
1016
  .n("PaymentCryptographyClient", "GetKeyCommand")
975
- .sc(GetKey)
1017
+ .sc(GetKey$)
976
1018
  .build() {
977
1019
  }
978
1020
 
@@ -984,7 +1026,7 @@ class GetParametersForExportCommand extends smithyClient.Command
984
1026
  })
985
1027
  .s("PaymentCryptographyControlPlane", "GetParametersForExport", {})
986
1028
  .n("PaymentCryptographyClient", "GetParametersForExportCommand")
987
- .sc(GetParametersForExport)
1029
+ .sc(GetParametersForExport$)
988
1030
  .build() {
989
1031
  }
990
1032
 
@@ -996,7 +1038,7 @@ class GetParametersForImportCommand extends smithyClient.Command
996
1038
  })
997
1039
  .s("PaymentCryptographyControlPlane", "GetParametersForImport", {})
998
1040
  .n("PaymentCryptographyClient", "GetParametersForImportCommand")
999
- .sc(GetParametersForImport)
1041
+ .sc(GetParametersForImport$)
1000
1042
  .build() {
1001
1043
  }
1002
1044
 
@@ -1008,7 +1050,7 @@ class GetPublicKeyCertificateCommand extends smithyClient.Command
1008
1050
  })
1009
1051
  .s("PaymentCryptographyControlPlane", "GetPublicKeyCertificate", {})
1010
1052
  .n("PaymentCryptographyClient", "GetPublicKeyCertificateCommand")
1011
- .sc(GetPublicKeyCertificate)
1053
+ .sc(GetPublicKeyCertificate$)
1012
1054
  .build() {
1013
1055
  }
1014
1056
 
@@ -1020,7 +1062,7 @@ class ImportKeyCommand extends smithyClient.Command
1020
1062
  })
1021
1063
  .s("PaymentCryptographyControlPlane", "ImportKey", {})
1022
1064
  .n("PaymentCryptographyClient", "ImportKeyCommand")
1023
- .sc(ImportKey)
1065
+ .sc(ImportKey$)
1024
1066
  .build() {
1025
1067
  }
1026
1068
 
@@ -1032,7 +1074,7 @@ class ListAliasesCommand extends smithyClient.Command
1032
1074
  })
1033
1075
  .s("PaymentCryptographyControlPlane", "ListAliases", {})
1034
1076
  .n("PaymentCryptographyClient", "ListAliasesCommand")
1035
- .sc(ListAliases)
1077
+ .sc(ListAliases$)
1036
1078
  .build() {
1037
1079
  }
1038
1080
 
@@ -1044,7 +1086,7 @@ class ListKeysCommand extends smithyClient.Command
1044
1086
  })
1045
1087
  .s("PaymentCryptographyControlPlane", "ListKeys", {})
1046
1088
  .n("PaymentCryptographyClient", "ListKeysCommand")
1047
- .sc(ListKeys)
1089
+ .sc(ListKeys$)
1048
1090
  .build() {
1049
1091
  }
1050
1092
 
@@ -1056,7 +1098,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1056
1098
  })
1057
1099
  .s("PaymentCryptographyControlPlane", "ListTagsForResource", {})
1058
1100
  .n("PaymentCryptographyClient", "ListTagsForResourceCommand")
1059
- .sc(ListTagsForResource)
1101
+ .sc(ListTagsForResource$)
1060
1102
  .build() {
1061
1103
  }
1062
1104
 
@@ -1068,7 +1110,7 @@ class RemoveKeyReplicationRegionsCommand extends smithyClient.Command
1068
1110
  })
1069
1111
  .s("PaymentCryptographyControlPlane", "RemoveKeyReplicationRegions", {})
1070
1112
  .n("PaymentCryptographyClient", "RemoveKeyReplicationRegionsCommand")
1071
- .sc(RemoveKeyReplicationRegions)
1113
+ .sc(RemoveKeyReplicationRegions$)
1072
1114
  .build() {
1073
1115
  }
1074
1116
 
@@ -1080,7 +1122,7 @@ class RestoreKeyCommand extends smithyClient.Command
1080
1122
  })
1081
1123
  .s("PaymentCryptographyControlPlane", "RestoreKey", {})
1082
1124
  .n("PaymentCryptographyClient", "RestoreKeyCommand")
1083
- .sc(RestoreKey)
1125
+ .sc(RestoreKey$)
1084
1126
  .build() {
1085
1127
  }
1086
1128
 
@@ -1092,7 +1134,7 @@ class StartKeyUsageCommand extends smithyClient.Command
1092
1134
  })
1093
1135
  .s("PaymentCryptographyControlPlane", "StartKeyUsage", {})
1094
1136
  .n("PaymentCryptographyClient", "StartKeyUsageCommand")
1095
- .sc(StartKeyUsage)
1137
+ .sc(StartKeyUsage$)
1096
1138
  .build() {
1097
1139
  }
1098
1140
 
@@ -1104,7 +1146,7 @@ class StopKeyUsageCommand extends smithyClient.Command
1104
1146
  })
1105
1147
  .s("PaymentCryptographyControlPlane", "StopKeyUsage", {})
1106
1148
  .n("PaymentCryptographyClient", "StopKeyUsageCommand")
1107
- .sc(StopKeyUsage)
1149
+ .sc(StopKeyUsage$)
1108
1150
  .build() {
1109
1151
  }
1110
1152
 
@@ -1116,7 +1158,7 @@ class TagResourceCommand extends smithyClient.Command
1116
1158
  })
1117
1159
  .s("PaymentCryptographyControlPlane", "TagResource", {})
1118
1160
  .n("PaymentCryptographyClient", "TagResourceCommand")
1119
- .sc(TagResource)
1161
+ .sc(TagResource$)
1120
1162
  .build() {
1121
1163
  }
1122
1164
 
@@ -1128,7 +1170,7 @@ class UntagResourceCommand extends smithyClient.Command
1128
1170
  })
1129
1171
  .s("PaymentCryptographyControlPlane", "UntagResource", {})
1130
1172
  .n("PaymentCryptographyClient", "UntagResourceCommand")
1131
- .sc(UntagResource)
1173
+ .sc(UntagResource$)
1132
1174
  .build() {
1133
1175
  }
1134
1176
 
@@ -1140,7 +1182,7 @@ class UpdateAliasCommand extends smithyClient.Command
1140
1182
  })
1141
1183
  .s("PaymentCryptographyControlPlane", "UpdateAlias", {})
1142
1184
  .n("PaymentCryptographyClient", "UpdateAliasCommand")
1143
- .sc(UpdateAlias)
1185
+ .sc(UpdateAlias$)
1144
1186
  .build() {
1145
1187
  }
1146
1188
 
@@ -1336,59 +1378,171 @@ Object.defineProperty(exports, "__Client", {
1336
1378
  enumerable: true,
1337
1379
  get: function () { return smithyClient.Client; }
1338
1380
  });
1339
- exports.AccessDeniedException = AccessDeniedException$1;
1381
+ exports.AccessDeniedException = AccessDeniedException;
1382
+ exports.AccessDeniedException$ = AccessDeniedException$;
1383
+ exports.AddKeyReplicationRegions$ = AddKeyReplicationRegions$;
1340
1384
  exports.AddKeyReplicationRegionsCommand = AddKeyReplicationRegionsCommand;
1341
- exports.ConflictException = ConflictException$1;
1385
+ exports.AddKeyReplicationRegionsInput$ = AddKeyReplicationRegionsInput$;
1386
+ exports.AddKeyReplicationRegionsOutput$ = AddKeyReplicationRegionsOutput$;
1387
+ exports.Alias$ = Alias$;
1388
+ exports.CertificateSubjectType$ = CertificateSubjectType$;
1389
+ exports.ConflictException = ConflictException;
1390
+ exports.ConflictException$ = ConflictException$;
1391
+ exports.CreateAlias$ = CreateAlias$;
1342
1392
  exports.CreateAliasCommand = CreateAliasCommand;
1393
+ exports.CreateAliasInput$ = CreateAliasInput$;
1394
+ exports.CreateAliasOutput$ = CreateAliasOutput$;
1395
+ exports.CreateKey$ = CreateKey$;
1343
1396
  exports.CreateKeyCommand = CreateKeyCommand;
1397
+ exports.CreateKeyInput$ = CreateKeyInput$;
1398
+ exports.CreateKeyOutput$ = CreateKeyOutput$;
1399
+ exports.DeleteAlias$ = DeleteAlias$;
1344
1400
  exports.DeleteAliasCommand = DeleteAliasCommand;
1401
+ exports.DeleteAliasInput$ = DeleteAliasInput$;
1402
+ exports.DeleteAliasOutput$ = DeleteAliasOutput$;
1403
+ exports.DeleteKey$ = DeleteKey$;
1345
1404
  exports.DeleteKeyCommand = DeleteKeyCommand;
1405
+ exports.DeleteKeyInput$ = DeleteKeyInput$;
1406
+ exports.DeleteKeyOutput$ = DeleteKeyOutput$;
1346
1407
  exports.DeriveKeyUsage = DeriveKeyUsage;
1408
+ exports.DiffieHellmanDerivationData$ = DiffieHellmanDerivationData$;
1409
+ exports.DisableDefaultKeyReplicationRegions$ = DisableDefaultKeyReplicationRegions$;
1347
1410
  exports.DisableDefaultKeyReplicationRegionsCommand = DisableDefaultKeyReplicationRegionsCommand;
1411
+ exports.DisableDefaultKeyReplicationRegionsInput$ = DisableDefaultKeyReplicationRegionsInput$;
1412
+ exports.DisableDefaultKeyReplicationRegionsOutput$ = DisableDefaultKeyReplicationRegionsOutput$;
1413
+ exports.EnableDefaultKeyReplicationRegions$ = EnableDefaultKeyReplicationRegions$;
1348
1414
  exports.EnableDefaultKeyReplicationRegionsCommand = EnableDefaultKeyReplicationRegionsCommand;
1415
+ exports.EnableDefaultKeyReplicationRegionsInput$ = EnableDefaultKeyReplicationRegionsInput$;
1416
+ exports.EnableDefaultKeyReplicationRegionsOutput$ = EnableDefaultKeyReplicationRegionsOutput$;
1417
+ exports.ExportAttributes$ = ExportAttributes$;
1418
+ exports.ExportDiffieHellmanTr31KeyBlock$ = ExportDiffieHellmanTr31KeyBlock$;
1419
+ exports.ExportDukptInitialKey$ = ExportDukptInitialKey$;
1420
+ exports.ExportKey$ = ExportKey$;
1349
1421
  exports.ExportKeyCommand = ExportKeyCommand;
1422
+ exports.ExportKeyCryptogram$ = ExportKeyCryptogram$;
1423
+ exports.ExportKeyInput$ = ExportKeyInput$;
1424
+ exports.ExportKeyMaterial$ = ExportKeyMaterial$;
1425
+ exports.ExportKeyOutput$ = ExportKeyOutput$;
1426
+ exports.ExportTr31KeyBlock$ = ExportTr31KeyBlock$;
1427
+ exports.ExportTr34KeyBlock$ = ExportTr34KeyBlock$;
1428
+ exports.GetAlias$ = GetAlias$;
1350
1429
  exports.GetAliasCommand = GetAliasCommand;
1430
+ exports.GetAliasInput$ = GetAliasInput$;
1431
+ exports.GetAliasOutput$ = GetAliasOutput$;
1432
+ exports.GetCertificateSigningRequest$ = GetCertificateSigningRequest$;
1351
1433
  exports.GetCertificateSigningRequestCommand = GetCertificateSigningRequestCommand;
1434
+ exports.GetCertificateSigningRequestInput$ = GetCertificateSigningRequestInput$;
1435
+ exports.GetCertificateSigningRequestOutput$ = GetCertificateSigningRequestOutput$;
1436
+ exports.GetDefaultKeyReplicationRegions$ = GetDefaultKeyReplicationRegions$;
1352
1437
  exports.GetDefaultKeyReplicationRegionsCommand = GetDefaultKeyReplicationRegionsCommand;
1438
+ exports.GetDefaultKeyReplicationRegionsInput$ = GetDefaultKeyReplicationRegionsInput$;
1439
+ exports.GetDefaultKeyReplicationRegionsOutput$ = GetDefaultKeyReplicationRegionsOutput$;
1440
+ exports.GetKey$ = GetKey$;
1353
1441
  exports.GetKeyCommand = GetKeyCommand;
1442
+ exports.GetKeyInput$ = GetKeyInput$;
1443
+ exports.GetKeyOutput$ = GetKeyOutput$;
1444
+ exports.GetParametersForExport$ = GetParametersForExport$;
1354
1445
  exports.GetParametersForExportCommand = GetParametersForExportCommand;
1446
+ exports.GetParametersForExportInput$ = GetParametersForExportInput$;
1447
+ exports.GetParametersForExportOutput$ = GetParametersForExportOutput$;
1448
+ exports.GetParametersForImport$ = GetParametersForImport$;
1355
1449
  exports.GetParametersForImportCommand = GetParametersForImportCommand;
1450
+ exports.GetParametersForImportInput$ = GetParametersForImportInput$;
1451
+ exports.GetParametersForImportOutput$ = GetParametersForImportOutput$;
1452
+ exports.GetPublicKeyCertificate$ = GetPublicKeyCertificate$;
1356
1453
  exports.GetPublicKeyCertificateCommand = GetPublicKeyCertificateCommand;
1454
+ exports.GetPublicKeyCertificateInput$ = GetPublicKeyCertificateInput$;
1455
+ exports.GetPublicKeyCertificateOutput$ = GetPublicKeyCertificateOutput$;
1456
+ exports.ImportDiffieHellmanTr31KeyBlock$ = ImportDiffieHellmanTr31KeyBlock$;
1457
+ exports.ImportKey$ = ImportKey$;
1357
1458
  exports.ImportKeyCommand = ImportKeyCommand;
1358
- exports.InternalServerException = InternalServerException$1;
1459
+ exports.ImportKeyCryptogram$ = ImportKeyCryptogram$;
1460
+ exports.ImportKeyInput$ = ImportKeyInput$;
1461
+ exports.ImportKeyMaterial$ = ImportKeyMaterial$;
1462
+ exports.ImportKeyOutput$ = ImportKeyOutput$;
1463
+ exports.ImportTr31KeyBlock$ = ImportTr31KeyBlock$;
1464
+ exports.ImportTr34KeyBlock$ = ImportTr34KeyBlock$;
1465
+ exports.InternalServerException = InternalServerException;
1466
+ exports.InternalServerException$ = InternalServerException$;
1467
+ exports.Key$ = Key$;
1359
1468
  exports.KeyAlgorithm = KeyAlgorithm;
1469
+ exports.KeyAttributes$ = KeyAttributes$;
1470
+ exports.KeyBlockHeaders$ = KeyBlockHeaders$;
1360
1471
  exports.KeyCheckValueAlgorithm = KeyCheckValueAlgorithm;
1361
1472
  exports.KeyClass = KeyClass;
1362
1473
  exports.KeyDerivationFunction = KeyDerivationFunction;
1363
1474
  exports.KeyDerivationHashAlgorithm = KeyDerivationHashAlgorithm;
1364
1475
  exports.KeyExportability = KeyExportability;
1365
1476
  exports.KeyMaterialType = KeyMaterialType;
1477
+ exports.KeyModesOfUse$ = KeyModesOfUse$;
1366
1478
  exports.KeyOrigin = KeyOrigin;
1367
1479
  exports.KeyReplicationState = KeyReplicationState;
1368
1480
  exports.KeyState = KeyState;
1481
+ exports.KeySummary$ = KeySummary$;
1369
1482
  exports.KeyUsage = KeyUsage;
1483
+ exports.ListAliases$ = ListAliases$;
1370
1484
  exports.ListAliasesCommand = ListAliasesCommand;
1485
+ exports.ListAliasesInput$ = ListAliasesInput$;
1486
+ exports.ListAliasesOutput$ = ListAliasesOutput$;
1487
+ exports.ListKeys$ = ListKeys$;
1371
1488
  exports.ListKeysCommand = ListKeysCommand;
1489
+ exports.ListKeysInput$ = ListKeysInput$;
1490
+ exports.ListKeysOutput$ = ListKeysOutput$;
1491
+ exports.ListTagsForResource$ = ListTagsForResource$;
1372
1492
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1493
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1494
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1373
1495
  exports.MultiRegionKeyType = MultiRegionKeyType;
1374
1496
  exports.PaymentCryptography = PaymentCryptography;
1375
1497
  exports.PaymentCryptographyClient = PaymentCryptographyClient;
1376
- exports.PaymentCryptographyServiceException = PaymentCryptographyServiceException$1;
1498
+ exports.PaymentCryptographyServiceException = PaymentCryptographyServiceException;
1499
+ exports.PaymentCryptographyServiceException$ = PaymentCryptographyServiceException$;
1500
+ exports.RemoveKeyReplicationRegions$ = RemoveKeyReplicationRegions$;
1377
1501
  exports.RemoveKeyReplicationRegionsCommand = RemoveKeyReplicationRegionsCommand;
1378
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1502
+ exports.RemoveKeyReplicationRegionsInput$ = RemoveKeyReplicationRegionsInput$;
1503
+ exports.RemoveKeyReplicationRegionsOutput$ = RemoveKeyReplicationRegionsOutput$;
1504
+ exports.ReplicationStatusType$ = ReplicationStatusType$;
1505
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1506
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1507
+ exports.RestoreKey$ = RestoreKey$;
1379
1508
  exports.RestoreKeyCommand = RestoreKeyCommand;
1380
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1381
- exports.ServiceUnavailableException = ServiceUnavailableException$1;
1509
+ exports.RestoreKeyInput$ = RestoreKeyInput$;
1510
+ exports.RestoreKeyOutput$ = RestoreKeyOutput$;
1511
+ exports.RootCertificatePublicKey$ = RootCertificatePublicKey$;
1512
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1513
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1514
+ exports.ServiceUnavailableException = ServiceUnavailableException;
1515
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
1382
1516
  exports.SigningAlgorithmType = SigningAlgorithmType;
1517
+ exports.StartKeyUsage$ = StartKeyUsage$;
1383
1518
  exports.StartKeyUsageCommand = StartKeyUsageCommand;
1519
+ exports.StartKeyUsageInput$ = StartKeyUsageInput$;
1520
+ exports.StartKeyUsageOutput$ = StartKeyUsageOutput$;
1521
+ exports.StopKeyUsage$ = StopKeyUsage$;
1384
1522
  exports.StopKeyUsageCommand = StopKeyUsageCommand;
1523
+ exports.StopKeyUsageInput$ = StopKeyUsageInput$;
1524
+ exports.StopKeyUsageOutput$ = StopKeyUsageOutput$;
1385
1525
  exports.SymmetricKeyAlgorithm = SymmetricKeyAlgorithm;
1526
+ exports.Tag$ = Tag$;
1527
+ exports.TagResource$ = TagResource$;
1386
1528
  exports.TagResourceCommand = TagResourceCommand;
1387
- exports.ThrottlingException = ThrottlingException$1;
1529
+ exports.TagResourceInput$ = TagResourceInput$;
1530
+ exports.TagResourceOutput$ = TagResourceOutput$;
1531
+ exports.ThrottlingException = ThrottlingException;
1532
+ exports.ThrottlingException$ = ThrottlingException$;
1388
1533
  exports.Tr34KeyBlockFormat = Tr34KeyBlockFormat;
1534
+ exports.TrustedCertificatePublicKey$ = TrustedCertificatePublicKey$;
1535
+ exports.UntagResource$ = UntagResource$;
1389
1536
  exports.UntagResourceCommand = UntagResourceCommand;
1537
+ exports.UntagResourceInput$ = UntagResourceInput$;
1538
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
1539
+ exports.UpdateAlias$ = UpdateAlias$;
1390
1540
  exports.UpdateAliasCommand = UpdateAliasCommand;
1391
- exports.ValidationException = ValidationException$1;
1541
+ exports.UpdateAliasInput$ = UpdateAliasInput$;
1542
+ exports.UpdateAliasOutput$ = UpdateAliasOutput$;
1543
+ exports.ValidationException = ValidationException;
1544
+ exports.ValidationException$ = ValidationException$;
1545
+ exports.WrappedKey$ = WrappedKey$;
1392
1546
  exports.WrappedKeyMaterialFormat = WrappedKeyMaterialFormat;
1393
1547
  exports.WrappingKeySpec = WrappingKeySpec;
1394
1548
  exports.paginateListAliases = paginateListAliases;