@aws-sdk/client-payment-cryptography 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.
Files changed (53) hide show
  1. package/dist-cjs/index.js +402 -223
  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/models/enums.js +7 -0
  31. package/dist-es/runtimeConfig.shared.js +6 -6
  32. package/dist-es/schemas/schemas_0.js +242 -185
  33. package/dist-types/PaymentCryptographyClient.d.ts +1 -10
  34. package/dist-types/commands/ExportKeyCommand.d.ts +4 -0
  35. package/dist-types/commands/ImportKeyCommand.d.ts +18 -0
  36. package/dist-types/index.d.ts +1 -0
  37. package/dist-types/models/enums.d.ts +15 -0
  38. package/dist-types/models/models_0.d.ts +96 -4
  39. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  40. package/dist-types/runtimeConfig.d.ts +6 -2
  41. package/dist-types/runtimeConfig.native.d.ts +6 -2
  42. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  43. package/dist-types/schemas/schemas_0.d.ts +115 -127
  44. package/dist-types/ts3.4/PaymentCryptographyClient.d.ts +0 -4
  45. package/dist-types/ts3.4/index.d.ts +1 -0
  46. package/dist-types/ts3.4/models/enums.d.ts +9 -0
  47. package/dist-types/ts3.4/models/models_0.d.ts +47 -0
  48. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  49. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  50. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  51. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  52. package/dist-types/ts3.4/schemas/schemas_0.d.ts +114 -129
  53. package/package.json +34 -34
@@ -1,8 +1,10 @@
1
1
  const _A = "Alias";
2
2
  const _ADE = "AccessDeniedException";
3
+ const _AKC = "As2805KeyCryptogram";
3
4
  const _AKRR = "AddKeyReplicationRegions";
4
5
  const _AKRRI = "AddKeyReplicationRegionsInput";
5
6
  const _AKRRO = "AddKeyReplicationRegionsOutput";
7
+ const _AKV = "As2805KeyVariant";
6
8
  const _AN = "AliasName";
7
9
  const _Al = "Aliases";
8
10
  const _C = "City";
@@ -42,6 +44,7 @@ const _DPT = "DeletePendingTimestamp";
42
44
  const _DT = "DeleteTimestamp";
43
45
  const _E = "Exportable";
44
46
  const _EA = "EmailAddress";
47
+ const _EAKC = "ExportAs2805KeyCryptogram";
45
48
  const _EAx = "ExportAttributes";
46
49
  const _EDHTKB = "ExportDiffieHellmanTr31KeyBlock";
47
50
  const _EDIK = "ExportDukptInitialKey";
@@ -82,6 +85,7 @@ const _GPFIO = "GetParametersForImportOutput";
82
85
  const _GPKC = "GetPublicKeyCertificate";
83
86
  const _GPKCI = "GetPublicKeyCertificateInput";
84
87
  const _GPKCO = "GetPublicKeyCertificateOutput";
88
+ const _IAKC = "ImportAs2805KeyCryptogram";
85
89
  const _IDHTKB = "ImportDiffieHellmanTr31KeyBlock";
86
90
  const _IK = "ImportKey";
87
91
  const _IKC = "ImportKeyCryptogram";
@@ -217,21 +221,21 @@ const _s = "server";
217
221
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.paymentcryptography";
218
222
  const n0 = "com.amazonaws.paymentcryptography";
219
223
  import { TypeRegistry } from "@smithy/core/schema";
220
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ServiceUnavailableException as __ServiceUnavailableException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
221
- import { PaymentCryptographyServiceException as __PaymentCryptographyServiceException } from "../models/PaymentCryptographyServiceException";
222
- export var CertificateSigningRequestType = [0, n0, _CSRT, 8, 0];
223
- export var KeyMaterial = [0, n0, _KM, 8, 0];
224
- export var OptionalBlockId = [0, n0, _OBI, 8, 0];
225
- export var OptionalBlockValue = [0, n0, _OBV, 8, 0];
226
- export var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
227
- export var Tr34WrappedKeyBlock = [0, n0, _TWKBr, 8, 0];
228
- export var WrappedKeyCryptogram = [0, n0, _WKC, 8, 0];
229
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
230
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
231
- export var AddKeyReplicationRegionsInput = [3, n0, _AKRRI, 0, [_KI, _RR], [0, 64 | 0]];
232
- export var AddKeyReplicationRegionsOutput = [3, n0, _AKRRO, 0, [_K], [() => Key]];
233
- export var Alias = [3, n0, _A, 0, [_AN, _KA], [0, 0]];
234
- export var CertificateSubjectType = [
224
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException, ValidationException, } from "../models/errors";
225
+ import { PaymentCryptographyServiceException } from "../models/PaymentCryptographyServiceException";
226
+ var CertificateSigningRequestType = [0, n0, _CSRT, 8, 0];
227
+ var KeyMaterial = [0, n0, _KM, 8, 0];
228
+ var OptionalBlockId = [0, n0, _OBI, 8, 0];
229
+ var OptionalBlockValue = [0, n0, _OBV, 8, 0];
230
+ var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
231
+ var Tr34WrappedKeyBlock = [0, n0, _TWKBr, 8, 0];
232
+ var WrappedKeyCryptogram = [0, n0, _WKC, 8, 0];
233
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
234
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
235
+ export var AddKeyReplicationRegionsInput$ = [3, n0, _AKRRI, 0, [_KI, _RR], [0, 64 | 0]];
236
+ export var AddKeyReplicationRegionsOutput$ = [3, n0, _AKRRO, 0, [_K], [() => Key$]];
237
+ export var Alias$ = [3, n0, _A, 0, [_AN, _KA], [0, 0]];
238
+ export var CertificateSubjectType$ = [
235
239
  3,
236
240
  n0,
237
241
  _CST,
@@ -239,67 +243,82 @@ export var CertificateSubjectType = [
239
243
  [_CN, _OU, _O, _C, _Co, _SOP, _EA],
240
244
  [0, 0, 0, 0, 0, 0, 0],
241
245
  ];
242
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
243
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
244
- export var CreateAliasInput = [3, n0, _CAI, 0, [_AN, _KA], [0, 0]];
245
- export var CreateAliasOutput = [3, n0, _CAO, 0, [_A], [() => Alias]];
246
- export var CreateKeyInput = [
246
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
247
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
248
+ export var CreateAliasInput$ = [3, n0, _CAI, 0, [_AN, _KA], [0, 0]];
249
+ export var CreateAliasOutput$ = [3, n0, _CAO, 0, [_A], [() => Alias$]];
250
+ export var CreateKeyInput$ = [
247
251
  3,
248
252
  n0,
249
253
  _CKI,
250
254
  0,
251
255
  [_KAe, _KCVA, _E, _En, _T, _DKU, _RR],
252
- [() => KeyAttributes, 0, 2, 2, () => Tags, 0, 64 | 0],
253
- ];
254
- export var CreateKeyOutput = [3, n0, _CKO, 0, [_K], [() => Key]];
255
- export var DeleteAliasInput = [3, n0, _DAI, 0, [_AN], [0]];
256
- export var DeleteAliasOutput = [3, n0, _DAO, 0, [], []];
257
- export var DeleteKeyInput = [3, n0, _DKI, 0, [_KI, _DKID], [0, 1]];
258
- export var DeleteKeyOutput = [3, n0, _DKO, 0, [_K], [() => Key]];
259
- export var DisableDefaultKeyReplicationRegionsInput = [3, n0, _DDKRRI, 0, [_RR], [64 | 0]];
260
- export var DisableDefaultKeyReplicationRegionsOutput = [3, n0, _DDKRRO, 0, [_ERR], [64 | 0]];
261
- export var EnableDefaultKeyReplicationRegionsInput = [3, n0, _EDKRRI, 0, [_RR], [64 | 0]];
262
- export var EnableDefaultKeyReplicationRegionsOutput = [3, n0, _EDKRRO, 0, [_ERR], [64 | 0]];
263
- export var ExportAttributes = [3, n0, _EAx, 0, [_EDIK, _KCVA], [() => ExportDukptInitialKey, 0]];
264
- export var ExportDiffieHellmanTr31KeyBlock = [
256
+ [() => KeyAttributes$, 0, 2, 2, () => Tags, 0, 64 | 0],
257
+ ];
258
+ export var CreateKeyOutput$ = [3, n0, _CKO, 0, [_K], [() => Key$]];
259
+ export var DeleteAliasInput$ = [3, n0, _DAI, 0, [_AN], [0]];
260
+ export var DeleteAliasOutput$ = [3, n0, _DAO, 0, [], []];
261
+ export var DeleteKeyInput$ = [3, n0, _DKI, 0, [_KI, _DKID], [0, 1]];
262
+ export var DeleteKeyOutput$ = [3, n0, _DKO, 0, [_K], [() => Key$]];
263
+ export var DisableDefaultKeyReplicationRegionsInput$ = [3, n0, _DDKRRI, 0, [_RR], [64 | 0]];
264
+ export var DisableDefaultKeyReplicationRegionsOutput$ = [3, n0, _DDKRRO, 0, [_ERR], [64 | 0]];
265
+ export var EnableDefaultKeyReplicationRegionsInput$ = [3, n0, _EDKRRI, 0, [_RR], [64 | 0]];
266
+ export var EnableDefaultKeyReplicationRegionsOutput$ = [3, n0, _EDKRRO, 0, [_ERR], [64 | 0]];
267
+ export var ExportAs2805KeyCryptogram$ = [3, n0, _EAKC, 0, [_WKI, _AKV], [0, 0]];
268
+ export var ExportAttributes$ = [
269
+ 3,
270
+ n0,
271
+ _EAx,
272
+ 0,
273
+ [_EDIK, _KCVA],
274
+ [() => ExportDukptInitialKey$, 0],
275
+ ];
276
+ export var ExportDiffieHellmanTr31KeyBlock$ = [
265
277
  3,
266
278
  n0,
267
279
  _EDHTKB,
268
280
  0,
269
281
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _KBH],
270
- [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData, [() => KeyBlockHeaders, 0]],
282
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => KeyBlockHeaders$, 0]],
271
283
  ];
272
- export var ExportDukptInitialKey = [3, n0, _EDIK, 0, [_KSN], [0]];
273
- export var ExportKeyCryptogram = [3, n0, _EKC, 0, [_CAPKI, _WKCr, _WS], [0, 0, 0]];
274
- export var ExportKeyInput = [
284
+ export var ExportDukptInitialKey$ = [3, n0, _EDIK, 0, [_KSN], [0]];
285
+ export var ExportKeyCryptogram$ = [3, n0, _EKC, 0, [_CAPKI, _WKCr, _WS], [0, 0, 0]];
286
+ export var ExportKeyInput$ = [
275
287
  3,
276
288
  n0,
277
289
  _EKI,
278
290
  0,
279
291
  [_KM, _EKIx, _EAx],
280
- [[() => ExportKeyMaterial, 0], 0, () => ExportAttributes],
292
+ [[() => ExportKeyMaterial$, 0], 0, () => ExportAttributes$],
281
293
  ];
282
- export var ExportKeyOutput = [3, n0, _EKO, 0, [_WK], [[() => WrappedKey, 0]]];
283
- export var ExportTr31KeyBlock = [3, n0, _ETKB, 0, [_WKI, _KBH], [0, [() => KeyBlockHeaders, 0]]];
284
- export var ExportTr34KeyBlock = [
294
+ export var ExportKeyOutput$ = [3, n0, _EKO, 0, [_WK], [[() => WrappedKey$, 0]]];
295
+ export var ExportTr31KeyBlock$ = [
296
+ 3,
297
+ n0,
298
+ _ETKB,
299
+ 0,
300
+ [_WKI, _KBH],
301
+ [0, [() => KeyBlockHeaders$, 0]],
302
+ ];
303
+ export var ExportTr34KeyBlock$ = [
285
304
  3,
286
305
  n0,
287
306
  _ETKBx,
288
307
  0,
289
308
  [_CAPKI, _WKCr, _ET, _SKI, _SKC, _KBF, _RN, _KBH],
290
- [0, 0, 0, 0, 0, 0, 0, [() => KeyBlockHeaders, 0]],
309
+ [0, 0, 0, 0, 0, 0, 0, [() => KeyBlockHeaders$, 0]],
291
310
  ];
292
- export var GetAliasInput = [3, n0, _GAI, 0, [_AN], [0]];
293
- export var GetAliasOutput = [3, n0, _GAO, 0, [_A], [() => Alias]];
294
- export var GetCertificateSigningRequestInput = [
311
+ export var GetAliasInput$ = [3, n0, _GAI, 0, [_AN], [0]];
312
+ export var GetAliasOutput$ = [3, n0, _GAO, 0, [_A], [() => Alias$]];
313
+ export var GetCertificateSigningRequestInput$ = [
295
314
  3,
296
315
  n0,
297
316
  _GCSRI,
298
317
  0,
299
318
  [_KI, _SA, _CS],
300
- [0, 0, () => CertificateSubjectType],
319
+ [0, 0, () => CertificateSubjectType$],
301
320
  ];
302
- export var GetCertificateSigningRequestOutput = [
321
+ export var GetCertificateSigningRequestOutput$ = [
303
322
  3,
304
323
  n0,
305
324
  _GCSRO,
@@ -307,12 +326,12 @@ export var GetCertificateSigningRequestOutput = [
307
326
  [_CSR],
308
327
  [[() => CertificateSigningRequestType, 0]],
309
328
  ];
310
- export var GetDefaultKeyReplicationRegionsInput = [3, n0, _GDKRRI, 0, [], []];
311
- export var GetDefaultKeyReplicationRegionsOutput = [3, n0, _GDKRRO, 0, [_ERR], [64 | 0]];
312
- export var GetKeyInput = [3, n0, _GKI, 0, [_KI], [0]];
313
- export var GetKeyOutput = [3, n0, _GKO, 0, [_K], [() => Key]];
314
- export var GetParametersForExportInput = [3, n0, _GPFEI, 0, [_KMT, _SKA], [0, 0]];
315
- export var GetParametersForExportOutput = [
329
+ export var GetDefaultKeyReplicationRegionsInput$ = [3, n0, _GDKRRI, 0, [], []];
330
+ export var GetDefaultKeyReplicationRegionsOutput$ = [3, n0, _GDKRRO, 0, [_ERR], [64 | 0]];
331
+ export var GetKeyInput$ = [3, n0, _GKI, 0, [_KI], [0]];
332
+ export var GetKeyOutput$ = [3, n0, _GKO, 0, [_K], [() => Key$]];
333
+ export var GetParametersForExportInput$ = [3, n0, _GPFEI, 0, [_KMT, _SKA], [0, 0]];
334
+ export var GetParametersForExportOutput$ = [
316
335
  3,
317
336
  n0,
318
337
  _GPFEO,
@@ -320,8 +339,8 @@ export var GetParametersForExportOutput = [
320
339
  [_SKC, _SKCC, _SKA, _ET, _PVUT],
321
340
  [0, 0, 0, 0, 4],
322
341
  ];
323
- export var GetParametersForImportInput = [3, n0, _GPFII, 0, [_KMT, _WKA], [0, 0]];
324
- export var GetParametersForImportOutput = [
342
+ export var GetParametersForImportInput$ = [3, n0, _GPFII, 0, [_KMT, _WKA], [0, 0]];
343
+ export var GetParametersForImportOutput$ = [
325
344
  3,
326
345
  n0,
327
346
  _GPFIO,
@@ -329,34 +348,42 @@ export var GetParametersForImportOutput = [
329
348
  [_WKCr, _WKCC, _WKA, _IT, _PVUT],
330
349
  [0, 0, 0, 0, 4],
331
350
  ];
332
- export var GetPublicKeyCertificateInput = [3, n0, _GPKCI, 0, [_KI], [0]];
333
- export var GetPublicKeyCertificateOutput = [3, n0, _GPKCO, 0, [_KC, _KCC], [0, 0]];
334
- export var ImportDiffieHellmanTr31KeyBlock = [
351
+ export var GetPublicKeyCertificateInput$ = [3, n0, _GPKCI, 0, [_KI], [0]];
352
+ export var GetPublicKeyCertificateOutput$ = [3, n0, _GPKCO, 0, [_KC, _KCC], [0, 0]];
353
+ export var ImportAs2805KeyCryptogram$ = [
354
+ 3,
355
+ n0,
356
+ _IAKC,
357
+ 0,
358
+ [_AKV, _KMOU, _KAey, _E, _WKI, _WKC],
359
+ [0, () => KeyModesOfUse$, 0, 2, 0, [() => WrappedKeyCryptogram, 0]],
360
+ ];
361
+ export var ImportDiffieHellmanTr31KeyBlock$ = [
335
362
  3,
336
363
  n0,
337
364
  _IDHTKB,
338
365
  0,
339
366
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _WKB],
340
- [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData, [() => Tr31WrappedKeyBlock, 0]],
367
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => Tr31WrappedKeyBlock, 0]],
341
368
  ];
342
- export var ImportKeyCryptogram = [
369
+ export var ImportKeyCryptogram$ = [
343
370
  3,
344
371
  n0,
345
372
  _IKC,
346
373
  0,
347
374
  [_KAe, _E, _WKC, _IT, _WS],
348
- [() => KeyAttributes, 2, [() => WrappedKeyCryptogram, 0], 0, 0],
375
+ [() => KeyAttributes$, 2, [() => WrappedKeyCryptogram, 0], 0, 0],
349
376
  ];
350
- export var ImportKeyInput = [
377
+ export var ImportKeyInput$ = [
351
378
  3,
352
379
  n0,
353
380
  _IKI,
354
381
  0,
355
382
  [_KM, _KCVA, _En, _T, _RR],
356
- [[() => ImportKeyMaterial, 0], 0, 2, () => Tags, 64 | 0],
383
+ [[() => ImportKeyMaterial$, 0], 0, 2, () => Tags, 64 | 0],
357
384
  ];
358
- export var ImportKeyOutput = [3, n0, _IKO, 0, [_K], [() => Key]];
359
- export var ImportTr31KeyBlock = [
385
+ export var ImportKeyOutput$ = [3, n0, _IKO, 0, [_K], [() => Key$]];
386
+ export var ImportTr31KeyBlock$ = [
360
387
  3,
361
388
  n0,
362
389
  _ITKB,
@@ -364,7 +391,7 @@ export var ImportTr31KeyBlock = [
364
391
  [_WKI, _WKB],
365
392
  [0, [() => Tr31WrappedKeyBlock, 0]],
366
393
  ];
367
- export var ImportTr34KeyBlock = [
394
+ export var ImportTr34KeyBlock$ = [
368
395
  3,
369
396
  n0,
370
397
  _ITKBm,
@@ -372,33 +399,33 @@ export var ImportTr34KeyBlock = [
372
399
  [_CAPKI, _SKC, _IT, _WKI, _WKCr, _WKB, _KBF, _RN],
373
400
  [0, 0, 0, 0, 0, [() => Tr34WrappedKeyBlock, 0], 0, 0],
374
401
  ];
375
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
376
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
377
- export var Key = [
402
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
403
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
404
+ export var Key$ = [
378
405
  3,
379
406
  n0,
380
407
  _K,
381
408
  0,
382
409
  [_KA, _KAe, _KCV, _KCVA, _En, _E, _KS, _KO, _CT, _UST, _USTs, _DPT, _DT, _DKU, _MRKT, _PR, _RS, _UDRR],
383
- [0, () => KeyAttributes, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2],
410
+ [0, () => KeyAttributes$, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2],
384
411
  ];
385
- export var KeyAttributes = [
412
+ export var KeyAttributes$ = [
386
413
  3,
387
414
  n0,
388
415
  _KAe,
389
416
  0,
390
417
  [_KU, _KCe, _KAey, _KMOU],
391
- [0, 0, 0, () => KeyModesOfUse],
418
+ [0, 0, 0, () => KeyModesOfUse$],
392
419
  ];
393
- export var KeyBlockHeaders = [
420
+ export var KeyBlockHeaders$ = [
394
421
  3,
395
422
  n0,
396
423
  _KBH,
397
424
  0,
398
425
  [_KMOU, _KE, _KV, _OB],
399
- [() => KeyModesOfUse, 0, 0, [() => OptionalBlocks, 0]],
426
+ [() => KeyModesOfUse$, 0, 0, [() => OptionalBlocks, 0]],
400
427
  ];
401
- export var KeyModesOfUse = [
428
+ export var KeyModesOfUse$ = [
402
429
  3,
403
430
  n0,
404
431
  _KMOU,
@@ -406,56 +433,63 @@ export var KeyModesOfUse = [
406
433
  [_Enc, _D, _W, _U, _G, _S, _V, _DK, _NR],
407
434
  [2, 2, 2, 2, 2, 2, 2, 2, 2],
408
435
  ];
409
- export var KeySummary = [
436
+ export var KeySummary$ = [
410
437
  3,
411
438
  n0,
412
439
  _KSe,
413
440
  0,
414
441
  [_KA, _KS, _KAe, _KCV, _E, _En, _MRKT, _PR],
415
- [0, 0, () => KeyAttributes, 0, 2, 2, 0, 0],
416
- ];
417
- export var ListAliasesInput = [3, n0, _LAI, 0, [_KA, _NT, _MR], [0, 0, 1]];
418
- export var ListAliasesOutput = [3, n0, _LAO, 0, [_Al, _NT], [() => Aliases, 0]];
419
- export var ListKeysInput = [3, n0, _LKI, 0, [_KS, _NT, _MR], [0, 0, 1]];
420
- export var ListKeysOutput = [3, n0, _LKO, 0, [_Ke, _NT], [() => KeySummaryList, 0]];
421
- export var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA, _NT, _MR], [0, 0, 1]];
422
- export var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T, _NT], [() => Tags, 0]];
423
- export var RemoveKeyReplicationRegionsInput = [3, n0, _RKRRI, 0, [_KI, _RR], [0, 64 | 0]];
424
- export var RemoveKeyReplicationRegionsOutput = [3, n0, _RKRRO, 0, [_K], [() => Key]];
425
- export var ReplicationStatusType = [3, n0, _RST, 0, [_St, _SM], [0, 0]];
426
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_RI], [0]];
427
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
428
- export var RestoreKeyInput = [3, n0, _RKI, 0, [_KI], [0]];
429
- export var RestoreKeyOutput = [3, n0, _RKO, 0, [_K], [() => Key]];
430
- export var RootCertificatePublicKey = [3, n0, _RCPK, 0, [_KAe, _PKC], [() => KeyAttributes, 0]];
431
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
432
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
433
- export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
434
- TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
435
- export var StartKeyUsageInput = [3, n0, _SKUI, 0, [_KI], [0]];
436
- export var StartKeyUsageOutput = [3, n0, _SKUO, 0, [_K], [() => Key]];
437
- export var StopKeyUsageInput = [3, n0, _SKUIt, 0, [_KI], [0]];
438
- export var StopKeyUsageOutput = [3, n0, _SKUOt, 0, [_K], [() => Key]];
439
- export var Tag = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
440
- export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _T], [0, () => Tags]];
441
- export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
442
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
443
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
444
- export var TrustedCertificatePublicKey = [
442
+ [0, 0, () => KeyAttributes$, 0, 2, 2, 0, 0],
443
+ ];
444
+ export var ListAliasesInput$ = [3, n0, _LAI, 0, [_KA, _NT, _MR], [0, 0, 1]];
445
+ export var ListAliasesOutput$ = [3, n0, _LAO, 0, [_Al, _NT], [() => Aliases, 0]];
446
+ export var ListKeysInput$ = [3, n0, _LKI, 0, [_KS, _NT, _MR], [0, 0, 1]];
447
+ export var ListKeysOutput$ = [3, n0, _LKO, 0, [_Ke, _NT], [() => KeySummaryList, 0]];
448
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA, _NT, _MR], [0, 0, 1]];
449
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T, _NT], [() => Tags, 0]];
450
+ export var RemoveKeyReplicationRegionsInput$ = [3, n0, _RKRRI, 0, [_KI, _RR], [0, 64 | 0]];
451
+ export var RemoveKeyReplicationRegionsOutput$ = [3, n0, _RKRRO, 0, [_K], [() => Key$]];
452
+ export var ReplicationStatusType$ = [3, n0, _RST, 0, [_St, _SM], [0, 0]];
453
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_RI], [0]];
454
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
455
+ export var RestoreKeyInput$ = [3, n0, _RKI, 0, [_KI], [0]];
456
+ export var RestoreKeyOutput$ = [3, n0, _RKO, 0, [_K], [() => Key$]];
457
+ export var RootCertificatePublicKey$ = [
458
+ 3,
459
+ n0,
460
+ _RCPK,
461
+ 0,
462
+ [_KAe, _PKC],
463
+ [() => KeyAttributes$, 0],
464
+ ];
465
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
466
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
467
+ export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
468
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
469
+ export var StartKeyUsageInput$ = [3, n0, _SKUI, 0, [_KI], [0]];
470
+ export var StartKeyUsageOutput$ = [3, n0, _SKUO, 0, [_K], [() => Key$]];
471
+ export var StopKeyUsageInput$ = [3, n0, _SKUIt, 0, [_KI], [0]];
472
+ export var StopKeyUsageOutput$ = [3, n0, _SKUOt, 0, [_K], [() => Key$]];
473
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
474
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _T], [0, () => Tags]];
475
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
476
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
477
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
478
+ export var TrustedCertificatePublicKey$ = [
445
479
  3,
446
480
  n0,
447
481
  _TCPK,
448
482
  0,
449
483
  [_KAe, _PKC, _CAPKI],
450
- [() => KeyAttributes, 0, 0],
451
- ];
452
- export var UntagResourceInput = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
453
- export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
454
- export var UpdateAliasInput = [3, n0, _UAI, 0, [_AN, _KA], [0, 0]];
455
- export var UpdateAliasOutput = [3, n0, _UAO, 0, [_A], [() => Alias]];
456
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
457
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
458
- export var WrappedKey = [
484
+ [() => KeyAttributes$, 0, 0],
485
+ ];
486
+ export var UntagResourceInput$ = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
487
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
488
+ export var UpdateAliasInput$ = [3, n0, _UAI, 0, [_AN, _KA], [0, 0]];
489
+ export var UpdateAliasOutput$ = [3, n0, _UAO, 0, [_A], [() => Alias$]];
490
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
491
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
492
+ export var WrappedKey$ = [
459
493
  3,
460
494
  n0,
461
495
  _WK,
@@ -463,7 +497,7 @@ export var WrappedKey = [
463
497
  [_WKAr, _WKMF, _KM, _KCV, _KCVA],
464
498
  [0, 0, [() => KeyMaterial, 0], 0, 0],
465
499
  ];
466
- export var PaymentCryptographyServiceException = [
500
+ export var PaymentCryptographyServiceException$ = [
467
501
  -3,
468
502
  _sm,
469
503
  "PaymentCryptographyServiceException",
@@ -471,136 +505,159 @@ export var PaymentCryptographyServiceException = [
471
505
  [],
472
506
  [],
473
507
  ];
474
- TypeRegistry.for(_sm).registerError(PaymentCryptographyServiceException, __PaymentCryptographyServiceException);
475
- export var Aliases = [1, n0, _Al, 0, () => Alias];
476
- export var KeySummaryList = [1, n0, _KSL, 0, () => KeySummary];
477
- export var Regions = 64 | 0;
478
- export var TagKeys = 64 | 0;
479
- export var Tags = [1, n0, _T, 0, () => Tag];
480
- export var OptionalBlocks = [2, n0, _OB, 0, [() => OptionalBlockId, 0], [() => OptionalBlockValue, 0]];
481
- export var ReplicationStatus = [2, n0, _RS, 0, 0, () => ReplicationStatusType];
482
- export var DiffieHellmanDerivationData = [3, n0, _DHDD, 0, [_SI], [0]];
483
- export var ExportKeyMaterial = [
508
+ TypeRegistry.for(_sm).registerError(PaymentCryptographyServiceException$, PaymentCryptographyServiceException);
509
+ var Aliases = [1, n0, _Al, 0, () => Alias$];
510
+ var KeySummaryList = [1, n0, _KSL, 0, () => KeySummary$];
511
+ var Regions = 64 | 0;
512
+ var TagKeys = 64 | 0;
513
+ var Tags = [1, n0, _T, 0, () => Tag$];
514
+ var OptionalBlocks = [2, n0, _OB, 0, [() => OptionalBlockId, 0], [() => OptionalBlockValue, 0]];
515
+ var ReplicationStatus = [2, n0, _RS, 0, 0, () => ReplicationStatusType$];
516
+ export var DiffieHellmanDerivationData$ = [3, n0, _DHDD, 0, [_SI], [0]];
517
+ export var ExportKeyMaterial$ = [
484
518
  3,
485
519
  n0,
486
520
  _EKM,
487
521
  0,
488
- [_TKB, _TKBr, _KCey, _DHTKB],
522
+ [_TKB, _TKBr, _KCey, _DHTKB, _AKC],
489
523
  [
490
- [() => ExportTr31KeyBlock, 0],
491
- [() => ExportTr34KeyBlock, 0],
492
- () => ExportKeyCryptogram,
493
- [() => ExportDiffieHellmanTr31KeyBlock, 0],
524
+ [() => ExportTr31KeyBlock$, 0],
525
+ [() => ExportTr34KeyBlock$, 0],
526
+ () => ExportKeyCryptogram$,
527
+ [() => ExportDiffieHellmanTr31KeyBlock$, 0],
528
+ () => ExportAs2805KeyCryptogram$,
494
529
  ],
495
530
  ];
496
- export var ImportKeyMaterial = [
531
+ export var ImportKeyMaterial$ = [
497
532
  3,
498
533
  n0,
499
534
  _IKM,
500
535
  0,
501
- [_RCPK, _TCPK, _TKB, _TKBr, _KCey, _DHTKB],
536
+ [_RCPK, _TCPK, _TKB, _TKBr, _KCey, _DHTKB, _AKC],
502
537
  [
503
- () => RootCertificatePublicKey,
504
- () => TrustedCertificatePublicKey,
505
- [() => ImportTr31KeyBlock, 0],
506
- [() => ImportTr34KeyBlock, 0],
507
- [() => ImportKeyCryptogram, 0],
508
- [() => ImportDiffieHellmanTr31KeyBlock, 0],
538
+ () => RootCertificatePublicKey$,
539
+ () => TrustedCertificatePublicKey$,
540
+ [() => ImportTr31KeyBlock$, 0],
541
+ [() => ImportTr34KeyBlock$, 0],
542
+ [() => ImportKeyCryptogram$, 0],
543
+ [() => ImportDiffieHellmanTr31KeyBlock$, 0],
544
+ [() => ImportAs2805KeyCryptogram$, 0],
509
545
  ],
510
546
  ];
511
- export var AddKeyReplicationRegions = [
547
+ export var AddKeyReplicationRegions$ = [
512
548
  9,
513
549
  n0,
514
550
  _AKRR,
515
551
  0,
516
- () => AddKeyReplicationRegionsInput,
517
- () => AddKeyReplicationRegionsOutput,
552
+ () => AddKeyReplicationRegionsInput$,
553
+ () => AddKeyReplicationRegionsOutput$,
518
554
  ];
519
- export var CreateAlias = [9, n0, _CA, 2, () => CreateAliasInput, () => CreateAliasOutput];
520
- export var CreateKey = [9, n0, _CK, 0, () => CreateKeyInput, () => CreateKeyOutput];
521
- export var DeleteAlias = [9, n0, _DA, 2, () => DeleteAliasInput, () => DeleteAliasOutput];
522
- export var DeleteKey = [9, n0, _DKe, 2, () => DeleteKeyInput, () => DeleteKeyOutput];
523
- export var DisableDefaultKeyReplicationRegions = [
555
+ export var CreateAlias$ = [9, n0, _CA, 2, () => CreateAliasInput$, () => CreateAliasOutput$];
556
+ export var CreateKey$ = [9, n0, _CK, 0, () => CreateKeyInput$, () => CreateKeyOutput$];
557
+ export var DeleteAlias$ = [9, n0, _DA, 2, () => DeleteAliasInput$, () => DeleteAliasOutput$];
558
+ export var DeleteKey$ = [9, n0, _DKe, 2, () => DeleteKeyInput$, () => DeleteKeyOutput$];
559
+ export var DisableDefaultKeyReplicationRegions$ = [
524
560
  9,
525
561
  n0,
526
562
  _DDKRR,
527
563
  0,
528
- () => DisableDefaultKeyReplicationRegionsInput,
529
- () => DisableDefaultKeyReplicationRegionsOutput,
564
+ () => DisableDefaultKeyReplicationRegionsInput$,
565
+ () => DisableDefaultKeyReplicationRegionsOutput$,
530
566
  ];
531
- export var EnableDefaultKeyReplicationRegions = [
567
+ export var EnableDefaultKeyReplicationRegions$ = [
532
568
  9,
533
569
  n0,
534
570
  _EDKRR,
535
571
  0,
536
- () => EnableDefaultKeyReplicationRegionsInput,
537
- () => EnableDefaultKeyReplicationRegionsOutput,
572
+ () => EnableDefaultKeyReplicationRegionsInput$,
573
+ () => EnableDefaultKeyReplicationRegionsOutput$,
538
574
  ];
539
- export var ExportKey = [9, n0, _EK, 0, () => ExportKeyInput, () => ExportKeyOutput];
540
- export var GetAlias = [9, n0, _GA, 0, () => GetAliasInput, () => GetAliasOutput];
541
- export var GetCertificateSigningRequest = [
575
+ export var ExportKey$ = [9, n0, _EK, 0, () => ExportKeyInput$, () => ExportKeyOutput$];
576
+ export var GetAlias$ = [9, n0, _GA, 0, () => GetAliasInput$, () => GetAliasOutput$];
577
+ export var GetCertificateSigningRequest$ = [
542
578
  9,
543
579
  n0,
544
580
  _GCSR,
545
581
  0,
546
- () => GetCertificateSigningRequestInput,
547
- () => GetCertificateSigningRequestOutput,
582
+ () => GetCertificateSigningRequestInput$,
583
+ () => GetCertificateSigningRequestOutput$,
548
584
  ];
549
- export var GetDefaultKeyReplicationRegions = [
585
+ export var GetDefaultKeyReplicationRegions$ = [
550
586
  9,
551
587
  n0,
552
588
  _GDKRR,
553
589
  0,
554
- () => GetDefaultKeyReplicationRegionsInput,
555
- () => GetDefaultKeyReplicationRegionsOutput,
590
+ () => GetDefaultKeyReplicationRegionsInput$,
591
+ () => GetDefaultKeyReplicationRegionsOutput$,
556
592
  ];
557
- export var GetKey = [9, n0, _GK, 0, () => GetKeyInput, () => GetKeyOutput];
558
- export var GetParametersForExport = [
593
+ export var GetKey$ = [9, n0, _GK, 0, () => GetKeyInput$, () => GetKeyOutput$];
594
+ export var GetParametersForExport$ = [
559
595
  9,
560
596
  n0,
561
597
  _GPFE,
562
598
  0,
563
- () => GetParametersForExportInput,
564
- () => GetParametersForExportOutput,
599
+ () => GetParametersForExportInput$,
600
+ () => GetParametersForExportOutput$,
565
601
  ];
566
- export var GetParametersForImport = [
602
+ export var GetParametersForImport$ = [
567
603
  9,
568
604
  n0,
569
605
  _GPFI,
570
606
  0,
571
- () => GetParametersForImportInput,
572
- () => GetParametersForImportOutput,
607
+ () => GetParametersForImportInput$,
608
+ () => GetParametersForImportOutput$,
573
609
  ];
574
- export var GetPublicKeyCertificate = [
610
+ export var GetPublicKeyCertificate$ = [
575
611
  9,
576
612
  n0,
577
613
  _GPKC,
578
614
  0,
579
- () => GetPublicKeyCertificateInput,
580
- () => GetPublicKeyCertificateOutput,
615
+ () => GetPublicKeyCertificateInput$,
616
+ () => GetPublicKeyCertificateOutput$,
581
617
  ];
582
- export var ImportKey = [9, n0, _IK, 0, () => ImportKeyInput, () => ImportKeyOutput];
583
- export var ListAliases = [9, n0, _LA, 0, () => ListAliasesInput, () => ListAliasesOutput];
584
- export var ListKeys = [9, n0, _LK, 0, () => ListKeysInput, () => ListKeysOutput];
585
- export var ListTagsForResource = [
618
+ export var ImportKey$ = [9, n0, _IK, 0, () => ImportKeyInput$, () => ImportKeyOutput$];
619
+ export var ListAliases$ = [9, n0, _LA, 0, () => ListAliasesInput$, () => ListAliasesOutput$];
620
+ export var ListKeys$ = [9, n0, _LK, 0, () => ListKeysInput$, () => ListKeysOutput$];
621
+ export var ListTagsForResource$ = [
586
622
  9,
587
623
  n0,
588
624
  _LTFR,
589
625
  0,
590
- () => ListTagsForResourceInput,
591
- () => ListTagsForResourceOutput,
626
+ () => ListTagsForResourceInput$,
627
+ () => ListTagsForResourceOutput$,
592
628
  ];
593
- export var RemoveKeyReplicationRegions = [
629
+ export var RemoveKeyReplicationRegions$ = [
594
630
  9,
595
631
  n0,
596
632
  _RKRR,
597
633
  0,
598
- () => RemoveKeyReplicationRegionsInput,
599
- () => RemoveKeyReplicationRegionsOutput,
634
+ () => RemoveKeyReplicationRegionsInput$,
635
+ () => RemoveKeyReplicationRegionsOutput$,
636
+ ];
637
+ export var RestoreKey$ = [9, n0, _RK, 0, () => RestoreKeyInput$, () => RestoreKeyOutput$];
638
+ export var StartKeyUsage$ = [
639
+ 9,
640
+ n0,
641
+ _SKU,
642
+ 0,
643
+ () => StartKeyUsageInput$,
644
+ () => StartKeyUsageOutput$,
645
+ ];
646
+ export var StopKeyUsage$ = [
647
+ 9,
648
+ n0,
649
+ _SKUt,
650
+ 0,
651
+ () => StopKeyUsageInput$,
652
+ () => StopKeyUsageOutput$,
653
+ ];
654
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
655
+ export var UntagResource$ = [
656
+ 9,
657
+ n0,
658
+ _UR,
659
+ 0,
660
+ () => UntagResourceInput$,
661
+ () => UntagResourceOutput$,
600
662
  ];
601
- export var RestoreKey = [9, n0, _RK, 0, () => RestoreKeyInput, () => RestoreKeyOutput];
602
- export var StartKeyUsage = [9, n0, _SKU, 0, () => StartKeyUsageInput, () => StartKeyUsageOutput];
603
- export var StopKeyUsage = [9, n0, _SKUt, 0, () => StopKeyUsageInput, () => StopKeyUsageOutput];
604
- export var TagResource = [9, n0, _TR, 0, () => TagResourceInput, () => TagResourceOutput];
605
- export var UntagResource = [9, n0, _UR, 0, () => UntagResourceInput, () => UntagResourceOutput];
606
- export var UpdateAlias = [9, n0, _UA, 0, () => UpdateAliasInput, () => UpdateAliasOutput];
663
+ export var UpdateAlias$ = [9, n0, _UA, 0, () => UpdateAliasInput$, () => UpdateAliasOutput$];