@aws-sdk/client-payment-cryptography 3.1068.0 → 3.1070.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.
@@ -1,8 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetKeyOutput$ = exports.GetKeyInput$ = exports.GetDefaultKeyReplicationRegionsOutput$ = exports.GetDefaultKeyReplicationRegionsInput$ = exports.GetCertificateSigningRequestOutput$ = exports.GetCertificateSigningRequestInput$ = exports.GetAliasOutput$ = exports.GetAliasInput$ = exports.ExportTr34KeyBlock$ = exports.ExportTr31KeyBlock$ = exports.ExportKeyOutput$ = exports.ExportKeyInput$ = exports.ExportKeyCryptogram$ = exports.ExportDukptInitialKey$ = exports.ExportDiffieHellmanTr31KeyBlock$ = exports.ExportAttributes$ = exports.ExportAs2805KeyCryptogram$ = exports.EnableDefaultKeyReplicationRegionsOutput$ = exports.EnableDefaultKeyReplicationRegionsInput$ = exports.DisassociateMpaTeamOutput$ = exports.DisassociateMpaTeamInput$ = exports.DisableDefaultKeyReplicationRegionsOutput$ = exports.DisableDefaultKeyReplicationRegionsInput$ = exports.DeleteResourcePolicyOutput$ = exports.DeleteResourcePolicyInput$ = exports.DeleteKeyOutput$ = exports.DeleteKeyInput$ = exports.DeleteAliasOutput$ = exports.DeleteAliasInput$ = exports.CreateKeyOutput$ = exports.CreateKeyInput$ = exports.CreateAliasOutput$ = exports.CreateAliasInput$ = exports.CertificateSubjectType$ = exports.AssociateMpaTeamOutput$ = exports.AssociateMpaTeamInput$ = exports.Alias$ = exports.AddKeyReplicationRegionsOutput$ = exports.AddKeyReplicationRegionsInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceUnavailableException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.PublicPolicyException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.PaymentCryptographyServiceException$ = void 0;
4
- exports.UpdateAliasOutput$ = exports.UpdateAliasInput$ = exports.UntagResourceOutput$ = exports.UntagResourceInput$ = exports.TrustedCertificatePublicKey$ = exports.TagResourceOutput$ = exports.TagResourceInput$ = exports.Tag$ = exports.StopKeyUsageOutput$ = exports.StopKeyUsageInput$ = exports.StartKeyUsageOutput$ = exports.StartKeyUsageInput$ = exports.RootCertificatePublicKey$ = exports.RestoreKeyOutput$ = exports.RestoreKeyInput$ = exports.ReplicationStatusType$ = exports.RemoveKeyReplicationRegionsOutput$ = exports.RemoveKeyReplicationRegionsInput$ = exports.PutResourcePolicyOutput$ = exports.PutResourcePolicyInput$ = exports.MpaTeamAssociation$ = exports.MpaStatus$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListKeysOutput$ = exports.ListKeysInput$ = exports.ListAliasesOutput$ = exports.ListAliasesInput$ = exports.KeySummary$ = exports.KeyModesOfUse$ = exports.KeyBlockHeaders$ = exports.KeyAttributes$ = exports.Key$ = exports.ImportTr34KeyBlock$ = exports.ImportTr31KeyBlock$ = exports.ImportKeyOutput$ = exports.ImportKeyInput$ = exports.ImportKeyCryptogram$ = exports.ImportDiffieHellmanTr31KeyBlock$ = exports.ImportAs2805KeyCryptogram$ = exports.GetResourcePolicyOutput$ = exports.GetResourcePolicyInput$ = exports.GetPublicKeyCertificateOutput$ = exports.GetPublicKeyCertificateInput$ = exports.GetParametersForImportOutput$ = exports.GetParametersForImportInput$ = exports.GetParametersForExportOutput$ = exports.GetParametersForExportInput$ = exports.GetMpaTeamAssociationOutput$ = exports.GetMpaTeamAssociationInput$ = void 0;
5
- exports.UpdateAlias$ = exports.UntagResource$ = exports.TagResource$ = exports.StopKeyUsage$ = exports.StartKeyUsage$ = exports.RestoreKey$ = exports.RemoveKeyReplicationRegions$ = exports.PutResourcePolicy$ = exports.ListTagsForResource$ = exports.ListKeys$ = exports.ListAliases$ = exports.ImportKey$ = exports.GetResourcePolicy$ = exports.GetPublicKeyCertificate$ = exports.GetParametersForImport$ = exports.GetParametersForExport$ = exports.GetMpaTeamAssociation$ = exports.GetKey$ = exports.GetDefaultKeyReplicationRegions$ = exports.GetCertificateSigningRequest$ = exports.GetAlias$ = exports.ExportKey$ = exports.EnableDefaultKeyReplicationRegions$ = exports.DisassociateMpaTeam$ = exports.DisableDefaultKeyReplicationRegions$ = exports.DeleteResourcePolicy$ = exports.DeleteKey$ = exports.DeleteAlias$ = exports.CreateKey$ = exports.CreateAlias$ = exports.AssociateMpaTeam$ = exports.AddKeyReplicationRegions$ = exports.ImportKeyMaterial$ = exports.ExportKeyMaterial$ = exports.DiffieHellmanDerivationData$ = exports.WrappedKey$ = void 0;
6
1
  const _A = "Alias";
7
2
  const _ADE = "AccessDeniedException";
8
3
  const _AKC = "As2805KeyCryptogram";
@@ -255,67 +250,77 @@ const _hE = "httpError";
255
250
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.paymentcryptography";
256
251
  const _se = "server";
257
252
  const n0 = "com.amazonaws.paymentcryptography";
258
- const schema_1 = require("@smithy/core/schema");
259
- const errors_1 = require("../models/errors");
260
- const PaymentCryptographyServiceException_1 = require("../models/PaymentCryptographyServiceException");
261
- const _s_registry = schema_1.TypeRegistry.for(_s);
262
- exports.PaymentCryptographyServiceException$ = [-3, _s, "PaymentCryptographyServiceException", 0, [], []];
263
- _s_registry.registerError(exports.PaymentCryptographyServiceException$, PaymentCryptographyServiceException_1.PaymentCryptographyServiceException);
264
- const n0_registry = schema_1.TypeRegistry.for(n0);
265
- exports.AccessDeniedException$ = [-3, n0, _ADE,
253
+ const { TypeRegistry } = require("@smithy/core/schema");
254
+ const { AccessDeniedException, ConflictException, InternalServerException, PublicPolicyException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException, ValidationException } = require("../models/errors");
255
+ const { PaymentCryptographyServiceException } = require("../models/PaymentCryptographyServiceException");
256
+ const _s_registry = TypeRegistry.for(_s);
257
+ const PaymentCryptographyServiceException$ = [-3, _s, "PaymentCryptographyServiceException", 0, [], []];
258
+ exports.PaymentCryptographyServiceException$ = PaymentCryptographyServiceException$;
259
+ _s_registry.registerError(PaymentCryptographyServiceException$, PaymentCryptographyServiceException);
260
+ const n0_registry = TypeRegistry.for(n0);
261
+ const AccessDeniedException$ = [-3, n0, _ADE,
266
262
  { [_e]: _c, [_hE]: 403 },
267
263
  [_M],
268
264
  [0]
269
265
  ];
270
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
271
- exports.ConflictException$ = [-3, n0, _CE,
266
+ exports.AccessDeniedException$ = AccessDeniedException$;
267
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
268
+ const ConflictException$ = [-3, n0, _CE,
272
269
  { [_e]: _c, [_hE]: 409 },
273
270
  [_M],
274
271
  [0]
275
272
  ];
276
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
277
- exports.InternalServerException$ = [-3, n0, _ISE,
273
+ exports.ConflictException$ = ConflictException$;
274
+ n0_registry.registerError(ConflictException$, ConflictException);
275
+ const InternalServerException$ = [-3, n0, _ISE,
278
276
  { [_e]: _se, [_hE]: 500 },
279
277
  [_M],
280
278
  [0]
281
279
  ];
282
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
283
- exports.PublicPolicyException$ = [-3, n0, _PPE,
280
+ exports.InternalServerException$ = InternalServerException$;
281
+ n0_registry.registerError(InternalServerException$, InternalServerException);
282
+ const PublicPolicyException$ = [-3, n0, _PPE,
284
283
  { [_e]: _c, [_hE]: 400 },
285
284
  [_M],
286
285
  [0]
287
286
  ];
288
- n0_registry.registerError(exports.PublicPolicyException$, errors_1.PublicPolicyException);
289
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
287
+ exports.PublicPolicyException$ = PublicPolicyException$;
288
+ n0_registry.registerError(PublicPolicyException$, PublicPolicyException);
289
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
290
290
  { [_e]: _c, [_hE]: 404 },
291
291
  [_RI],
292
292
  [0]
293
293
  ];
294
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
295
- exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
294
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
295
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
296
+ const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
296
297
  { [_e]: _c, [_hE]: 402 },
297
298
  [_M],
298
299
  [0]
299
300
  ];
300
- n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
301
- exports.ServiceUnavailableException$ = [-3, n0, _SUE,
301
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
302
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
303
+ const ServiceUnavailableException$ = [-3, n0, _SUE,
302
304
  { [_e]: _se, [_hE]: 503 },
303
305
  [_M],
304
306
  [0]
305
307
  ];
306
- n0_registry.registerError(exports.ServiceUnavailableException$, errors_1.ServiceUnavailableException);
307
- exports.ThrottlingException$ = [-3, n0, _TE,
308
+ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
309
+ n0_registry.registerError(ServiceUnavailableException$, ServiceUnavailableException);
310
+ const ThrottlingException$ = [-3, n0, _TE,
308
311
  { [_e]: _c, [_hE]: 429 },
309
312
  [_M],
310
313
  [0]
311
314
  ];
312
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
313
- exports.ValidationException$ = [-3, n0, _VE,
315
+ exports.ThrottlingException$ = ThrottlingException$;
316
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
317
+ const ValidationException$ = [-3, n0, _VE,
314
318
  { [_e]: _c, [_hE]: 400 },
315
319
  [_M],
316
320
  [0]
317
321
  ];
318
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
322
+ exports.ValidationException$ = ValidationException$;
323
+ n0_registry.registerError(ValidationException$, ValidationException);
319
324
  exports.errorTypeRegistries = [
320
325
  _s_registry,
321
326
  n0_registry,
@@ -328,466 +333,556 @@ var OptionalBlockValue = [0, n0, _OBV, 8, 0];
328
333
  var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
329
334
  var Tr34WrappedKeyBlock = [0, n0, _TWKBr, 8, 0];
330
335
  var WrappedKeyCryptogram = [0, n0, _WKC, 8, 0];
331
- exports.AddKeyReplicationRegionsInput$ = [3, n0, _AKRRI,
336
+ const AddKeyReplicationRegionsInput$ = [3, n0, _AKRRI,
332
337
  0,
333
338
  [_KI, _RR],
334
339
  [0, 64 | 0], 2
335
340
  ];
336
- exports.AddKeyReplicationRegionsOutput$ = [3, n0, _AKRRO,
341
+ exports.AddKeyReplicationRegionsInput$ = AddKeyReplicationRegionsInput$;
342
+ const AddKeyReplicationRegionsOutput$ = [3, n0, _AKRRO,
337
343
  0,
338
344
  [_K],
339
- [() => exports.Key$], 1
345
+ [() => Key$], 1
340
346
  ];
341
- exports.Alias$ = [3, n0, _A,
347
+ exports.AddKeyReplicationRegionsOutput$ = AddKeyReplicationRegionsOutput$;
348
+ const Alias$ = [3, n0, _A,
342
349
  0,
343
350
  [_AN, _KA],
344
351
  [0, 0], 1
345
352
  ];
346
- exports.AssociateMpaTeamInput$ = [3, n0, _AMTI,
353
+ exports.Alias$ = Alias$;
354
+ const AssociateMpaTeamInput$ = [3, n0, _AMTI,
347
355
  0,
348
356
  [_Ac, _MTA, _RC],
349
357
  [0, 0, [() => MpaRequesterComment, 0]], 2
350
358
  ];
351
- exports.AssociateMpaTeamOutput$ = [3, n0, _AMTO,
359
+ exports.AssociateMpaTeamInput$ = AssociateMpaTeamInput$;
360
+ const AssociateMpaTeamOutput$ = [3, n0, _AMTO,
352
361
  0,
353
362
  [_MTAp],
354
- [() => exports.MpaTeamAssociation$], 1
363
+ [() => MpaTeamAssociation$], 1
355
364
  ];
356
- exports.CertificateSubjectType$ = [3, n0, _CST,
365
+ exports.AssociateMpaTeamOutput$ = AssociateMpaTeamOutput$;
366
+ const CertificateSubjectType$ = [3, n0, _CST,
357
367
  0,
358
368
  [_CN, _OU, _O, _C, _Co, _SOP, _EA],
359
369
  [0, 0, 0, 0, 0, 0, 0], 1
360
370
  ];
361
- exports.CreateAliasInput$ = [3, n0, _CAI,
371
+ exports.CertificateSubjectType$ = CertificateSubjectType$;
372
+ const CreateAliasInput$ = [3, n0, _CAI,
362
373
  0,
363
374
  [_AN, _KA],
364
375
  [0, 0], 1
365
376
  ];
366
- exports.CreateAliasOutput$ = [3, n0, _CAO,
377
+ exports.CreateAliasInput$ = CreateAliasInput$;
378
+ const CreateAliasOutput$ = [3, n0, _CAO,
367
379
  0,
368
380
  [_A],
369
- [() => exports.Alias$], 1
381
+ [() => Alias$], 1
370
382
  ];
371
- exports.CreateKeyInput$ = [3, n0, _CKI,
383
+ exports.CreateAliasOutput$ = CreateAliasOutput$;
384
+ const CreateKeyInput$ = [3, n0, _CKI,
372
385
  0,
373
386
  [_KAe, _E, _KCVA, _En, _T, _DKU, _RR],
374
- [() => exports.KeyAttributes$, 2, 0, 2, () => Tags, 0, 64 | 0], 2
387
+ [() => KeyAttributes$, 2, 0, 2, () => Tags, 0, 64 | 0], 2
375
388
  ];
376
- exports.CreateKeyOutput$ = [3, n0, _CKO,
389
+ exports.CreateKeyInput$ = CreateKeyInput$;
390
+ const CreateKeyOutput$ = [3, n0, _CKO,
377
391
  0,
378
392
  [_K],
379
- [() => exports.Key$], 1
393
+ [() => Key$], 1
380
394
  ];
381
- exports.DeleteAliasInput$ = [3, n0, _DAI,
395
+ exports.CreateKeyOutput$ = CreateKeyOutput$;
396
+ const DeleteAliasInput$ = [3, n0, _DAI,
382
397
  0,
383
398
  [_AN],
384
399
  [0], 1
385
400
  ];
386
- exports.DeleteAliasOutput$ = [3, n0, _DAO,
401
+ exports.DeleteAliasInput$ = DeleteAliasInput$;
402
+ const DeleteAliasOutput$ = [3, n0, _DAO,
387
403
  0,
388
404
  [],
389
405
  []
390
406
  ];
391
- exports.DeleteKeyInput$ = [3, n0, _DKI,
407
+ exports.DeleteAliasOutput$ = DeleteAliasOutput$;
408
+ const DeleteKeyInput$ = [3, n0, _DKI,
392
409
  0,
393
410
  [_KI, _DKID],
394
411
  [0, 1], 1
395
412
  ];
396
- exports.DeleteKeyOutput$ = [3, n0, _DKO,
413
+ exports.DeleteKeyInput$ = DeleteKeyInput$;
414
+ const DeleteKeyOutput$ = [3, n0, _DKO,
397
415
  0,
398
416
  [_K],
399
- [() => exports.Key$], 1
417
+ [() => Key$], 1
400
418
  ];
401
- exports.DeleteResourcePolicyInput$ = [3, n0, _DRPI,
419
+ exports.DeleteKeyOutput$ = DeleteKeyOutput$;
420
+ const DeleteResourcePolicyInput$ = [3, n0, _DRPI,
402
421
  0,
403
422
  [_RA],
404
423
  [0], 1
405
424
  ];
406
- exports.DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
425
+ exports.DeleteResourcePolicyInput$ = DeleteResourcePolicyInput$;
426
+ const DeleteResourcePolicyOutput$ = [3, n0, _DRPO,
407
427
  0,
408
428
  [],
409
429
  []
410
430
  ];
411
- exports.DisableDefaultKeyReplicationRegionsInput$ = [3, n0, _DDKRRI,
431
+ exports.DeleteResourcePolicyOutput$ = DeleteResourcePolicyOutput$;
432
+ const DisableDefaultKeyReplicationRegionsInput$ = [3, n0, _DDKRRI,
412
433
  0,
413
434
  [_RR],
414
435
  [64 | 0], 1
415
436
  ];
416
- exports.DisableDefaultKeyReplicationRegionsOutput$ = [3, n0, _DDKRRO,
437
+ exports.DisableDefaultKeyReplicationRegionsInput$ = DisableDefaultKeyReplicationRegionsInput$;
438
+ const DisableDefaultKeyReplicationRegionsOutput$ = [3, n0, _DDKRRO,
417
439
  0,
418
440
  [_ERR],
419
441
  [64 | 0], 1
420
442
  ];
421
- exports.DisassociateMpaTeamInput$ = [3, n0, _DMTI,
443
+ exports.DisableDefaultKeyReplicationRegionsOutput$ = DisableDefaultKeyReplicationRegionsOutput$;
444
+ const DisassociateMpaTeamInput$ = [3, n0, _DMTI,
422
445
  0,
423
446
  [_Ac, _RC],
424
447
  [0, [() => MpaRequesterComment, 0]], 1
425
448
  ];
426
- exports.DisassociateMpaTeamOutput$ = [3, n0, _DMTO,
449
+ exports.DisassociateMpaTeamInput$ = DisassociateMpaTeamInput$;
450
+ const DisassociateMpaTeamOutput$ = [3, n0, _DMTO,
427
451
  0,
428
452
  [_MTAp],
429
- [() => exports.MpaTeamAssociation$], 1
453
+ [() => MpaTeamAssociation$], 1
430
454
  ];
431
- exports.EnableDefaultKeyReplicationRegionsInput$ = [3, n0, _EDKRRI,
455
+ exports.DisassociateMpaTeamOutput$ = DisassociateMpaTeamOutput$;
456
+ const EnableDefaultKeyReplicationRegionsInput$ = [3, n0, _EDKRRI,
432
457
  0,
433
458
  [_RR],
434
459
  [64 | 0], 1
435
460
  ];
436
- exports.EnableDefaultKeyReplicationRegionsOutput$ = [3, n0, _EDKRRO,
461
+ exports.EnableDefaultKeyReplicationRegionsInput$ = EnableDefaultKeyReplicationRegionsInput$;
462
+ const EnableDefaultKeyReplicationRegionsOutput$ = [3, n0, _EDKRRO,
437
463
  0,
438
464
  [_ERR],
439
465
  [64 | 0], 1
440
466
  ];
441
- exports.ExportAs2805KeyCryptogram$ = [3, n0, _EAKC,
467
+ exports.EnableDefaultKeyReplicationRegionsOutput$ = EnableDefaultKeyReplicationRegionsOutput$;
468
+ const ExportAs2805KeyCryptogram$ = [3, n0, _EAKC,
442
469
  0,
443
470
  [_WKI, _AKV],
444
471
  [0, 0], 2
445
472
  ];
446
- exports.ExportAttributes$ = [3, n0, _EAx,
473
+ exports.ExportAs2805KeyCryptogram$ = ExportAs2805KeyCryptogram$;
474
+ const ExportAttributes$ = [3, n0, _EAx,
447
475
  0,
448
476
  [_EDIK, _KCVA],
449
- [() => exports.ExportDukptInitialKey$, 0]
477
+ [() => ExportDukptInitialKey$, 0]
450
478
  ];
451
- exports.ExportDiffieHellmanTr31KeyBlock$ = [3, n0, _EDHTKB,
479
+ exports.ExportAttributes$ = ExportAttributes$;
480
+ const ExportDiffieHellmanTr31KeyBlock$ = [3, n0, _EDHTKB,
452
481
  0,
453
482
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _KBH],
454
- [0, 0, 0, 0, 0, 0, () => exports.DiffieHellmanDerivationData$, [() => exports.KeyBlockHeaders$, 0]], 7
483
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => KeyBlockHeaders$, 0]], 7
455
484
  ];
456
- exports.ExportDukptInitialKey$ = [3, n0, _EDIK,
485
+ exports.ExportDiffieHellmanTr31KeyBlock$ = ExportDiffieHellmanTr31KeyBlock$;
486
+ const ExportDukptInitialKey$ = [3, n0, _EDIK,
457
487
  0,
458
488
  [_KSN],
459
489
  [0], 1
460
490
  ];
461
- exports.ExportKeyCryptogram$ = [3, n0, _EKC,
491
+ exports.ExportDukptInitialKey$ = ExportDukptInitialKey$;
492
+ const ExportKeyCryptogram$ = [3, n0, _EKC,
462
493
  0,
463
494
  [_CAPKI, _WKCr, _WS],
464
495
  [0, 0, 0], 2
465
496
  ];
466
- exports.ExportKeyInput$ = [3, n0, _EKI,
497
+ exports.ExportKeyCryptogram$ = ExportKeyCryptogram$;
498
+ const ExportKeyInput$ = [3, n0, _EKI,
467
499
  0,
468
500
  [_KM, _EKIx, _EAx],
469
- [[() => exports.ExportKeyMaterial$, 0], 0, () => exports.ExportAttributes$], 2
501
+ [[() => ExportKeyMaterial$, 0], 0, () => ExportAttributes$], 2
470
502
  ];
471
- exports.ExportKeyOutput$ = [3, n0, _EKO,
503
+ exports.ExportKeyInput$ = ExportKeyInput$;
504
+ const ExportKeyOutput$ = [3, n0, _EKO,
472
505
  0,
473
506
  [_WK],
474
- [[() => exports.WrappedKey$, 0]]
507
+ [[() => WrappedKey$, 0]]
475
508
  ];
476
- exports.ExportTr31KeyBlock$ = [3, n0, _ETKB,
509
+ exports.ExportKeyOutput$ = ExportKeyOutput$;
510
+ const ExportTr31KeyBlock$ = [3, n0, _ETKB,
477
511
  0,
478
512
  [_WKI, _KBH],
479
- [0, [() => exports.KeyBlockHeaders$, 0]], 1
513
+ [0, [() => KeyBlockHeaders$, 0]], 1
480
514
  ];
481
- exports.ExportTr34KeyBlock$ = [3, n0, _ETKBx,
515
+ exports.ExportTr31KeyBlock$ = ExportTr31KeyBlock$;
516
+ const ExportTr34KeyBlock$ = [3, n0, _ETKBx,
482
517
  0,
483
518
  [_CAPKI, _WKCr, _KBF, _ET, _SKI, _SKC, _RN, _KBH],
484
- [0, 0, 0, 0, 0, 0, 0, [() => exports.KeyBlockHeaders$, 0]], 3
519
+ [0, 0, 0, 0, 0, 0, 0, [() => KeyBlockHeaders$, 0]], 3
485
520
  ];
486
- exports.GetAliasInput$ = [3, n0, _GAI,
521
+ exports.ExportTr34KeyBlock$ = ExportTr34KeyBlock$;
522
+ const GetAliasInput$ = [3, n0, _GAI,
487
523
  0,
488
524
  [_AN],
489
525
  [0], 1
490
526
  ];
491
- exports.GetAliasOutput$ = [3, n0, _GAO,
527
+ exports.GetAliasInput$ = GetAliasInput$;
528
+ const GetAliasOutput$ = [3, n0, _GAO,
492
529
  0,
493
530
  [_A],
494
- [() => exports.Alias$], 1
531
+ [() => Alias$], 1
495
532
  ];
496
- exports.GetCertificateSigningRequestInput$ = [3, n0, _GCSRI,
533
+ exports.GetAliasOutput$ = GetAliasOutput$;
534
+ const GetCertificateSigningRequestInput$ = [3, n0, _GCSRI,
497
535
  0,
498
536
  [_KI, _SA, _CS],
499
- [0, 0, () => exports.CertificateSubjectType$], 3
537
+ [0, 0, () => CertificateSubjectType$], 3
500
538
  ];
501
- exports.GetCertificateSigningRequestOutput$ = [3, n0, _GCSRO,
539
+ exports.GetCertificateSigningRequestInput$ = GetCertificateSigningRequestInput$;
540
+ const GetCertificateSigningRequestOutput$ = [3, n0, _GCSRO,
502
541
  0,
503
542
  [_CSR],
504
543
  [[() => CertificateSigningRequestType, 0]], 1
505
544
  ];
506
- exports.GetDefaultKeyReplicationRegionsInput$ = [3, n0, _GDKRRI,
545
+ exports.GetCertificateSigningRequestOutput$ = GetCertificateSigningRequestOutput$;
546
+ const GetDefaultKeyReplicationRegionsInput$ = [3, n0, _GDKRRI,
507
547
  0,
508
548
  [],
509
549
  []
510
550
  ];
511
- exports.GetDefaultKeyReplicationRegionsOutput$ = [3, n0, _GDKRRO,
551
+ exports.GetDefaultKeyReplicationRegionsInput$ = GetDefaultKeyReplicationRegionsInput$;
552
+ const GetDefaultKeyReplicationRegionsOutput$ = [3, n0, _GDKRRO,
512
553
  0,
513
554
  [_ERR],
514
555
  [64 | 0], 1
515
556
  ];
516
- exports.GetKeyInput$ = [3, n0, _GKI,
557
+ exports.GetDefaultKeyReplicationRegionsOutput$ = GetDefaultKeyReplicationRegionsOutput$;
558
+ const GetKeyInput$ = [3, n0, _GKI,
517
559
  0,
518
560
  [_KI],
519
561
  [0], 1
520
562
  ];
521
- exports.GetKeyOutput$ = [3, n0, _GKO,
563
+ exports.GetKeyInput$ = GetKeyInput$;
564
+ const GetKeyOutput$ = [3, n0, _GKO,
522
565
  0,
523
566
  [_K],
524
- [() => exports.Key$], 1
567
+ [() => Key$], 1
525
568
  ];
526
- exports.GetMpaTeamAssociationInput$ = [3, n0, _GMTAI,
569
+ exports.GetKeyOutput$ = GetKeyOutput$;
570
+ const GetMpaTeamAssociationInput$ = [3, n0, _GMTAI,
527
571
  0,
528
572
  [_Ac],
529
573
  [0], 1
530
574
  ];
531
- exports.GetMpaTeamAssociationOutput$ = [3, n0, _GMTAO,
575
+ exports.GetMpaTeamAssociationInput$ = GetMpaTeamAssociationInput$;
576
+ const GetMpaTeamAssociationOutput$ = [3, n0, _GMTAO,
532
577
  0,
533
578
  [_MTAp],
534
- [() => exports.MpaTeamAssociation$], 1
579
+ [() => MpaTeamAssociation$], 1
535
580
  ];
536
- exports.GetParametersForExportInput$ = [3, n0, _GPFEI,
581
+ exports.GetMpaTeamAssociationOutput$ = GetMpaTeamAssociationOutput$;
582
+ const GetParametersForExportInput$ = [3, n0, _GPFEI,
537
583
  0,
538
584
  [_KMT, _SKA, _RLGT],
539
585
  [0, 0, 2], 2
540
586
  ];
541
- exports.GetParametersForExportOutput$ = [3, n0, _GPFEO,
587
+ exports.GetParametersForExportInput$ = GetParametersForExportInput$;
588
+ const GetParametersForExportOutput$ = [3, n0, _GPFEO,
542
589
  0,
543
590
  [_SKC, _SKCC, _SKA, _ET, _PVUT],
544
591
  [0, 0, 0, 0, 4], 5
545
592
  ];
546
- exports.GetParametersForImportInput$ = [3, n0, _GPFII,
593
+ exports.GetParametersForExportOutput$ = GetParametersForExportOutput$;
594
+ const GetParametersForImportInput$ = [3, n0, _GPFII,
547
595
  0,
548
596
  [_KMT, _WKA, _RLGT],
549
597
  [0, 0, 2], 2
550
598
  ];
551
- exports.GetParametersForImportOutput$ = [3, n0, _GPFIO,
599
+ exports.GetParametersForImportInput$ = GetParametersForImportInput$;
600
+ const GetParametersForImportOutput$ = [3, n0, _GPFIO,
552
601
  0,
553
602
  [_WKCr, _WKCC, _WKA, _IT, _PVUT],
554
603
  [0, 0, 0, 0, 4], 5
555
604
  ];
556
- exports.GetPublicKeyCertificateInput$ = [3, n0, _GPKCI,
605
+ exports.GetParametersForImportOutput$ = GetParametersForImportOutput$;
606
+ const GetPublicKeyCertificateInput$ = [3, n0, _GPKCI,
557
607
  0,
558
608
  [_KI],
559
609
  [0], 1
560
610
  ];
561
- exports.GetPublicKeyCertificateOutput$ = [3, n0, _GPKCO,
611
+ exports.GetPublicKeyCertificateInput$ = GetPublicKeyCertificateInput$;
612
+ const GetPublicKeyCertificateOutput$ = [3, n0, _GPKCO,
562
613
  0,
563
614
  [_KC, _KCC],
564
615
  [0, 0], 2
565
616
  ];
566
- exports.GetResourcePolicyInput$ = [3, n0, _GRPI,
617
+ exports.GetPublicKeyCertificateOutput$ = GetPublicKeyCertificateOutput$;
618
+ const GetResourcePolicyInput$ = [3, n0, _GRPI,
567
619
  0,
568
620
  [_RA],
569
621
  [0], 1
570
622
  ];
571
- exports.GetResourcePolicyOutput$ = [3, n0, _GRPO,
623
+ exports.GetResourcePolicyInput$ = GetResourcePolicyInput$;
624
+ const GetResourcePolicyOutput$ = [3, n0, _GRPO,
572
625
  0,
573
626
  [_RA, _P],
574
627
  [0, 0], 2
575
628
  ];
576
- exports.ImportAs2805KeyCryptogram$ = [3, n0, _IAKC,
629
+ exports.GetResourcePolicyOutput$ = GetResourcePolicyOutput$;
630
+ const ImportAs2805KeyCryptogram$ = [3, n0, _IAKC,
577
631
  0,
578
632
  [_AKV, _KMOU, _KAey, _E, _WKI, _WKC],
579
- [0, () => exports.KeyModesOfUse$, 0, 2, 0, [() => WrappedKeyCryptogram, 0]], 6
633
+ [0, () => KeyModesOfUse$, 0, 2, 0, [() => WrappedKeyCryptogram, 0]], 6
580
634
  ];
581
- exports.ImportDiffieHellmanTr31KeyBlock$ = [3, n0, _IDHTKB,
635
+ exports.ImportAs2805KeyCryptogram$ = ImportAs2805KeyCryptogram$;
636
+ const ImportDiffieHellmanTr31KeyBlock$ = [3, n0, _IDHTKB,
582
637
  0,
583
638
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _WKB],
584
- [0, 0, 0, 0, 0, 0, () => exports.DiffieHellmanDerivationData$, [() => Tr31WrappedKeyBlock, 0]], 8
639
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => Tr31WrappedKeyBlock, 0]], 8
585
640
  ];
586
- exports.ImportKeyCryptogram$ = [3, n0, _IKC,
641
+ exports.ImportDiffieHellmanTr31KeyBlock$ = ImportDiffieHellmanTr31KeyBlock$;
642
+ const ImportKeyCryptogram$ = [3, n0, _IKC,
587
643
  0,
588
644
  [_KAe, _E, _WKC, _IT, _WS],
589
- [() => exports.KeyAttributes$, 2, [() => WrappedKeyCryptogram, 0], 0, 0], 4
645
+ [() => KeyAttributes$, 2, [() => WrappedKeyCryptogram, 0], 0, 0], 4
590
646
  ];
591
- exports.ImportKeyInput$ = [3, n0, _IKI,
647
+ exports.ImportKeyCryptogram$ = ImportKeyCryptogram$;
648
+ const ImportKeyInput$ = [3, n0, _IKI,
592
649
  0,
593
650
  [_KM, _KCVA, _En, _T, _RR, _RC],
594
- [[() => exports.ImportKeyMaterial$, 0], 0, 2, () => Tags, 64 | 0, [() => MpaRequesterComment, 0]], 1
651
+ [[() => ImportKeyMaterial$, 0], 0, 2, () => Tags, 64 | 0, [() => MpaRequesterComment, 0]], 1
595
652
  ];
596
- exports.ImportKeyOutput$ = [3, n0, _IKO,
653
+ exports.ImportKeyInput$ = ImportKeyInput$;
654
+ const ImportKeyOutput$ = [3, n0, _IKO,
597
655
  0,
598
656
  [_K],
599
- [() => exports.Key$], 1
657
+ [() => Key$], 1
600
658
  ];
601
- exports.ImportTr31KeyBlock$ = [3, n0, _ITKB,
659
+ exports.ImportKeyOutput$ = ImportKeyOutput$;
660
+ const ImportTr31KeyBlock$ = [3, n0, _ITKB,
602
661
  0,
603
662
  [_WKI, _WKB],
604
663
  [0, [() => Tr31WrappedKeyBlock, 0]], 2
605
664
  ];
606
- exports.ImportTr34KeyBlock$ = [3, n0, _ITKBm,
665
+ exports.ImportTr31KeyBlock$ = ImportTr31KeyBlock$;
666
+ const ImportTr34KeyBlock$ = [3, n0, _ITKBm,
607
667
  0,
608
668
  [_CAPKI, _SKC, _WKB, _KBF, _IT, _WKI, _WKCr, _RN],
609
669
  [0, 0, [() => Tr34WrappedKeyBlock, 0], 0, 0, 0, 0, 0], 4
610
670
  ];
611
- exports.Key$ = [3, n0, _K,
671
+ exports.ImportTr34KeyBlock$ = ImportTr34KeyBlock$;
672
+ const Key$ = [3, n0, _K,
612
673
  0,
613
674
  [_KA, _KAe, _KCV, _KCVA, _En, _E, _KS, _KO, _CT, _UST, _USTs, _DPT, _DT, _DKU, _MRKT, _PR, _RS, _UDRR, _MS],
614
- [0, () => exports.KeyAttributes$, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2, () => exports.MpaStatus$], 9
675
+ [0, () => KeyAttributes$, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2, () => MpaStatus$], 9
615
676
  ];
616
- exports.KeyAttributes$ = [3, n0, _KAe,
677
+ exports.Key$ = Key$;
678
+ const KeyAttributes$ = [3, n0, _KAe,
617
679
  0,
618
680
  [_KU, _KCe, _KAey, _KMOU],
619
- [0, 0, 0, () => exports.KeyModesOfUse$], 4
681
+ [0, 0, 0, () => KeyModesOfUse$], 4
620
682
  ];
621
- exports.KeyBlockHeaders$ = [3, n0, _KBH,
683
+ exports.KeyAttributes$ = KeyAttributes$;
684
+ const KeyBlockHeaders$ = [3, n0, _KBH,
622
685
  0,
623
686
  [_KMOU, _KE, _KV, _OB],
624
- [() => exports.KeyModesOfUse$, 0, 0, [() => OptionalBlocks, 0]]
687
+ [() => KeyModesOfUse$, 0, 0, [() => OptionalBlocks, 0]]
625
688
  ];
626
- exports.KeyModesOfUse$ = [3, n0, _KMOU,
689
+ exports.KeyBlockHeaders$ = KeyBlockHeaders$;
690
+ const KeyModesOfUse$ = [3, n0, _KMOU,
627
691
  0,
628
692
  [_Enc, _D, _W, _U, _G, _S, _V, _DK, _NR],
629
693
  [2, 2, 2, 2, 2, 2, 2, 2, 2]
630
694
  ];
631
- exports.KeySummary$ = [3, n0, _KSe,
695
+ exports.KeyModesOfUse$ = KeyModesOfUse$;
696
+ const KeySummary$ = [3, n0, _KSe,
632
697
  0,
633
698
  [_KA, _KS, _KAe, _KCV, _E, _En, _MRKT, _PR],
634
- [0, 0, () => exports.KeyAttributes$, 0, 2, 2, 0, 0], 6
699
+ [0, 0, () => KeyAttributes$, 0, 2, 2, 0, 0], 6
635
700
  ];
636
- exports.ListAliasesInput$ = [3, n0, _LAI,
701
+ exports.KeySummary$ = KeySummary$;
702
+ const ListAliasesInput$ = [3, n0, _LAI,
637
703
  0,
638
704
  [_KA, _NT, _MR],
639
705
  [0, 0, 1]
640
706
  ];
641
- exports.ListAliasesOutput$ = [3, n0, _LAO,
707
+ exports.ListAliasesInput$ = ListAliasesInput$;
708
+ const ListAliasesOutput$ = [3, n0, _LAO,
642
709
  0,
643
710
  [_Al, _NT],
644
711
  [() => Aliases, 0], 1
645
712
  ];
646
- exports.ListKeysInput$ = [3, n0, _LKI,
713
+ exports.ListAliasesOutput$ = ListAliasesOutput$;
714
+ const ListKeysInput$ = [3, n0, _LKI,
647
715
  0,
648
716
  [_KS, _NT, _MR],
649
717
  [0, 0, 1]
650
718
  ];
651
- exports.ListKeysOutput$ = [3, n0, _LKO,
719
+ exports.ListKeysInput$ = ListKeysInput$;
720
+ const ListKeysOutput$ = [3, n0, _LKO,
652
721
  0,
653
722
  [_Ke, _NT],
654
723
  [() => KeySummaryList, 0], 1
655
724
  ];
656
- exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
725
+ exports.ListKeysOutput$ = ListKeysOutput$;
726
+ const ListTagsForResourceInput$ = [3, n0, _LTFRI,
657
727
  0,
658
728
  [_RA, _NT, _MR],
659
729
  [0, 0, 1], 1
660
730
  ];
661
- exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
731
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
732
+ const ListTagsForResourceOutput$ = [3, n0, _LTFRO,
662
733
  0,
663
734
  [_T, _NT],
664
735
  [() => Tags, 0], 1
665
736
  ];
666
- exports.MpaStatus$ = [3, n0, _MS,
737
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
738
+ const MpaStatus$ = [3, n0, _MS,
667
739
  0,
668
740
  [_MSA, _St, _ID, _SM],
669
741
  [0, 0, 4, 0], 3
670
742
  ];
671
- exports.MpaTeamAssociation$ = [3, n0, _MTAp,
743
+ exports.MpaStatus$ = MpaStatus$;
744
+ const MpaTeamAssociation$ = [3, n0, _MTAp,
672
745
  0,
673
746
  [_Ac, _MTA, _AS, _MS],
674
- [0, 0, 0, () => exports.MpaStatus$], 3
747
+ [0, 0, 0, () => MpaStatus$], 3
675
748
  ];
676
- exports.PutResourcePolicyInput$ = [3, n0, _PRPI,
749
+ exports.MpaTeamAssociation$ = MpaTeamAssociation$;
750
+ const PutResourcePolicyInput$ = [3, n0, _PRPI,
677
751
  0,
678
752
  [_RA, _P],
679
753
  [0, 0], 2
680
754
  ];
681
- exports.PutResourcePolicyOutput$ = [3, n0, _PRPO,
755
+ exports.PutResourcePolicyInput$ = PutResourcePolicyInput$;
756
+ const PutResourcePolicyOutput$ = [3, n0, _PRPO,
682
757
  0,
683
758
  [_RA, _P],
684
759
  [0, 0], 2
685
760
  ];
686
- exports.RemoveKeyReplicationRegionsInput$ = [3, n0, _RKRRI,
761
+ exports.PutResourcePolicyOutput$ = PutResourcePolicyOutput$;
762
+ const RemoveKeyReplicationRegionsInput$ = [3, n0, _RKRRI,
687
763
  0,
688
764
  [_KI, _RR],
689
765
  [0, 64 | 0], 2
690
766
  ];
691
- exports.RemoveKeyReplicationRegionsOutput$ = [3, n0, _RKRRO,
767
+ exports.RemoveKeyReplicationRegionsInput$ = RemoveKeyReplicationRegionsInput$;
768
+ const RemoveKeyReplicationRegionsOutput$ = [3, n0, _RKRRO,
692
769
  0,
693
770
  [_K],
694
- [() => exports.Key$], 1
771
+ [() => Key$], 1
695
772
  ];
696
- exports.ReplicationStatusType$ = [3, n0, _RST,
773
+ exports.RemoveKeyReplicationRegionsOutput$ = RemoveKeyReplicationRegionsOutput$;
774
+ const ReplicationStatusType$ = [3, n0, _RST,
697
775
  0,
698
776
  [_St, _SM],
699
777
  [0, 0], 1
700
778
  ];
701
- exports.RestoreKeyInput$ = [3, n0, _RKI,
779
+ exports.ReplicationStatusType$ = ReplicationStatusType$;
780
+ const RestoreKeyInput$ = [3, n0, _RKI,
702
781
  0,
703
782
  [_KI],
704
783
  [0], 1
705
784
  ];
706
- exports.RestoreKeyOutput$ = [3, n0, _RKO,
785
+ exports.RestoreKeyInput$ = RestoreKeyInput$;
786
+ const RestoreKeyOutput$ = [3, n0, _RKO,
707
787
  0,
708
788
  [_K],
709
- [() => exports.Key$], 1
789
+ [() => Key$], 1
710
790
  ];
711
- exports.RootCertificatePublicKey$ = [3, n0, _RCPK,
791
+ exports.RestoreKeyOutput$ = RestoreKeyOutput$;
792
+ const RootCertificatePublicKey$ = [3, n0, _RCPK,
712
793
  0,
713
794
  [_KAe, _PKC],
714
- [() => exports.KeyAttributes$, 0], 2
795
+ [() => KeyAttributes$, 0], 2
715
796
  ];
716
- exports.StartKeyUsageInput$ = [3, n0, _SKUI,
797
+ exports.RootCertificatePublicKey$ = RootCertificatePublicKey$;
798
+ const StartKeyUsageInput$ = [3, n0, _SKUI,
717
799
  0,
718
800
  [_KI],
719
801
  [0], 1
720
802
  ];
721
- exports.StartKeyUsageOutput$ = [3, n0, _SKUO,
803
+ exports.StartKeyUsageInput$ = StartKeyUsageInput$;
804
+ const StartKeyUsageOutput$ = [3, n0, _SKUO,
722
805
  0,
723
806
  [_K],
724
- [() => exports.Key$], 1
807
+ [() => Key$], 1
725
808
  ];
726
- exports.StopKeyUsageInput$ = [3, n0, _SKUIt,
809
+ exports.StartKeyUsageOutput$ = StartKeyUsageOutput$;
810
+ const StopKeyUsageInput$ = [3, n0, _SKUIt,
727
811
  0,
728
812
  [_KI],
729
813
  [0], 1
730
814
  ];
731
- exports.StopKeyUsageOutput$ = [3, n0, _SKUOt,
815
+ exports.StopKeyUsageInput$ = StopKeyUsageInput$;
816
+ const StopKeyUsageOutput$ = [3, n0, _SKUOt,
732
817
  0,
733
818
  [_K],
734
- [() => exports.Key$], 1
819
+ [() => Key$], 1
735
820
  ];
736
- exports.Tag$ = [3, n0, _Ta,
821
+ exports.StopKeyUsageOutput$ = StopKeyUsageOutput$;
822
+ const Tag$ = [3, n0, _Ta,
737
823
  0,
738
824
  [_K, _Va],
739
825
  [0, 0], 2
740
826
  ];
741
- exports.TagResourceInput$ = [3, n0, _TRI,
827
+ exports.Tag$ = Tag$;
828
+ const TagResourceInput$ = [3, n0, _TRI,
742
829
  0,
743
830
  [_RA, _T],
744
831
  [0, () => Tags], 2
745
832
  ];
746
- exports.TagResourceOutput$ = [3, n0, _TRO,
833
+ exports.TagResourceInput$ = TagResourceInput$;
834
+ const TagResourceOutput$ = [3, n0, _TRO,
747
835
  0,
748
836
  [],
749
837
  []
750
838
  ];
751
- exports.TrustedCertificatePublicKey$ = [3, n0, _TCPK,
839
+ exports.TagResourceOutput$ = TagResourceOutput$;
840
+ const TrustedCertificatePublicKey$ = [3, n0, _TCPK,
752
841
  0,
753
842
  [_KAe, _PKC, _CAPKI],
754
- [() => exports.KeyAttributes$, 0, 0], 3
843
+ [() => KeyAttributes$, 0, 0], 3
755
844
  ];
756
- exports.UntagResourceInput$ = [3, n0, _URI,
845
+ exports.TrustedCertificatePublicKey$ = TrustedCertificatePublicKey$;
846
+ const UntagResourceInput$ = [3, n0, _URI,
757
847
  0,
758
848
  [_RA, _TK],
759
849
  [0, 64 | 0], 2
760
850
  ];
761
- exports.UntagResourceOutput$ = [3, n0, _URO,
851
+ exports.UntagResourceInput$ = UntagResourceInput$;
852
+ const UntagResourceOutput$ = [3, n0, _URO,
762
853
  0,
763
854
  [],
764
855
  []
765
856
  ];
766
- exports.UpdateAliasInput$ = [3, n0, _UAI,
857
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
858
+ const UpdateAliasInput$ = [3, n0, _UAI,
767
859
  0,
768
860
  [_AN, _KA],
769
861
  [0, 0], 1
770
862
  ];
771
- exports.UpdateAliasOutput$ = [3, n0, _UAO,
863
+ exports.UpdateAliasInput$ = UpdateAliasInput$;
864
+ const UpdateAliasOutput$ = [3, n0, _UAO,
772
865
  0,
773
866
  [_A],
774
- [() => exports.Alias$], 1
867
+ [() => Alias$], 1
775
868
  ];
776
- exports.WrappedKey$ = [3, n0, _WK,
869
+ exports.UpdateAliasOutput$ = UpdateAliasOutput$;
870
+ const WrappedKey$ = [3, n0, _WK,
777
871
  0,
778
872
  [_WKAr, _WKMF, _KM, _KCV, _KCVA],
779
873
  [0, 0, [() => KeyMaterial, 0], 0, 0], 3
780
874
  ];
875
+ exports.WrappedKey$ = WrappedKey$;
781
876
  var Aliases = [1, n0, _Al,
782
- 0, () => exports.Alias$
877
+ 0, () => Alias$
783
878
  ];
784
879
  var KeySummaryList = [1, n0, _KSL,
785
- 0, () => exports.KeySummary$
880
+ 0, () => KeySummary$
786
881
  ];
787
882
  var Regions = 64 | 0;
788
883
  var TagKeys = 64 | 0;
789
884
  var Tags = [1, n0, _T,
790
- 0, () => exports.Tag$
885
+ 0, () => Tag$
791
886
  ];
792
887
  var OptionalBlocks = [2, n0, _OB,
793
888
  0, [() => OptionalBlockId,
@@ -796,116 +891,119 @@ var OptionalBlocks = [2, n0, _OB,
796
891
  0]
797
892
  ];
798
893
  var ReplicationStatus = [2, n0, _RS,
799
- 0, 0, () => exports.ReplicationStatusType$
894
+ 0, 0, () => ReplicationStatusType$
800
895
  ];
801
- exports.DiffieHellmanDerivationData$ = [4, n0, _DHDD,
896
+ const DiffieHellmanDerivationData$ = [4, n0, _DHDD,
802
897
  0,
803
898
  [_SI],
804
899
  [0]
805
900
  ];
806
- exports.ExportKeyMaterial$ = [4, n0, _EKM,
901
+ exports.DiffieHellmanDerivationData$ = DiffieHellmanDerivationData$;
902
+ const ExportKeyMaterial$ = [4, n0, _EKM,
807
903
  0,
808
904
  [_TKB, _TKBr, _KCey, _DHTKB, _AKC],
809
- [[() => exports.ExportTr31KeyBlock$, 0], [() => exports.ExportTr34KeyBlock$, 0], () => exports.ExportKeyCryptogram$, [() => exports.ExportDiffieHellmanTr31KeyBlock$, 0], () => exports.ExportAs2805KeyCryptogram$]
905
+ [[() => ExportTr31KeyBlock$, 0], [() => ExportTr34KeyBlock$, 0], () => ExportKeyCryptogram$, [() => ExportDiffieHellmanTr31KeyBlock$, 0], () => ExportAs2805KeyCryptogram$]
810
906
  ];
811
- exports.ImportKeyMaterial$ = [4, n0, _IKM,
907
+ exports.ExportKeyMaterial$ = ExportKeyMaterial$;
908
+ const ImportKeyMaterial$ = [4, n0, _IKM,
812
909
  0,
813
910
  [_RCPK, _TCPK, _TKB, _TKBr, _KCey, _DHTKB, _AKC],
814
- [() => exports.RootCertificatePublicKey$, () => exports.TrustedCertificatePublicKey$, [() => exports.ImportTr31KeyBlock$, 0], [() => exports.ImportTr34KeyBlock$, 0], [() => exports.ImportKeyCryptogram$, 0], [() => exports.ImportDiffieHellmanTr31KeyBlock$, 0], [() => exports.ImportAs2805KeyCryptogram$, 0]]
911
+ [() => RootCertificatePublicKey$, () => TrustedCertificatePublicKey$, [() => ImportTr31KeyBlock$, 0], [() => ImportTr34KeyBlock$, 0], [() => ImportKeyCryptogram$, 0], [() => ImportDiffieHellmanTr31KeyBlock$, 0], [() => ImportAs2805KeyCryptogram$, 0]]
815
912
  ];
913
+ exports.ImportKeyMaterial$ = ImportKeyMaterial$;
816
914
  exports.AddKeyReplicationRegions$ = [9, n0, _AKRR,
817
- 0, () => exports.AddKeyReplicationRegionsInput$, () => exports.AddKeyReplicationRegionsOutput$
915
+ 0, () => AddKeyReplicationRegionsInput$, () => AddKeyReplicationRegionsOutput$
818
916
  ];
819
917
  exports.AssociateMpaTeam$ = [9, n0, _AMT,
820
- 0, () => exports.AssociateMpaTeamInput$, () => exports.AssociateMpaTeamOutput$
918
+ 0, () => AssociateMpaTeamInput$, () => AssociateMpaTeamOutput$
821
919
  ];
822
920
  exports.CreateAlias$ = [9, n0, _CA,
823
- 2, () => exports.CreateAliasInput$, () => exports.CreateAliasOutput$
921
+ 2, () => CreateAliasInput$, () => CreateAliasOutput$
824
922
  ];
825
923
  exports.CreateKey$ = [9, n0, _CK,
826
- 0, () => exports.CreateKeyInput$, () => exports.CreateKeyOutput$
924
+ 0, () => CreateKeyInput$, () => CreateKeyOutput$
827
925
  ];
828
926
  exports.DeleteAlias$ = [9, n0, _DA,
829
- 2, () => exports.DeleteAliasInput$, () => exports.DeleteAliasOutput$
927
+ 2, () => DeleteAliasInput$, () => DeleteAliasOutput$
830
928
  ];
831
929
  exports.DeleteKey$ = [9, n0, _DKe,
832
- 2, () => exports.DeleteKeyInput$, () => exports.DeleteKeyOutput$
930
+ 2, () => DeleteKeyInput$, () => DeleteKeyOutput$
833
931
  ];
834
932
  exports.DeleteResourcePolicy$ = [9, n0, _DRP,
835
- 2, () => exports.DeleteResourcePolicyInput$, () => exports.DeleteResourcePolicyOutput$
933
+ 2, () => DeleteResourcePolicyInput$, () => DeleteResourcePolicyOutput$
836
934
  ];
837
935
  exports.DisableDefaultKeyReplicationRegions$ = [9, n0, _DDKRR,
838
- 0, () => exports.DisableDefaultKeyReplicationRegionsInput$, () => exports.DisableDefaultKeyReplicationRegionsOutput$
936
+ 0, () => DisableDefaultKeyReplicationRegionsInput$, () => DisableDefaultKeyReplicationRegionsOutput$
839
937
  ];
840
938
  exports.DisassociateMpaTeam$ = [9, n0, _DMT,
841
- 0, () => exports.DisassociateMpaTeamInput$, () => exports.DisassociateMpaTeamOutput$
939
+ 0, () => DisassociateMpaTeamInput$, () => DisassociateMpaTeamOutput$
842
940
  ];
843
941
  exports.EnableDefaultKeyReplicationRegions$ = [9, n0, _EDKRR,
844
- 0, () => exports.EnableDefaultKeyReplicationRegionsInput$, () => exports.EnableDefaultKeyReplicationRegionsOutput$
942
+ 0, () => EnableDefaultKeyReplicationRegionsInput$, () => EnableDefaultKeyReplicationRegionsOutput$
845
943
  ];
846
944
  exports.ExportKey$ = [9, n0, _EK,
847
- 0, () => exports.ExportKeyInput$, () => exports.ExportKeyOutput$
945
+ 0, () => ExportKeyInput$, () => ExportKeyOutput$
848
946
  ];
849
947
  exports.GetAlias$ = [9, n0, _GA,
850
- 0, () => exports.GetAliasInput$, () => exports.GetAliasOutput$
948
+ 0, () => GetAliasInput$, () => GetAliasOutput$
851
949
  ];
852
950
  exports.GetCertificateSigningRequest$ = [9, n0, _GCSR,
853
- 0, () => exports.GetCertificateSigningRequestInput$, () => exports.GetCertificateSigningRequestOutput$
951
+ 0, () => GetCertificateSigningRequestInput$, () => GetCertificateSigningRequestOutput$
854
952
  ];
855
953
  exports.GetDefaultKeyReplicationRegions$ = [9, n0, _GDKRR,
856
- 0, () => exports.GetDefaultKeyReplicationRegionsInput$, () => exports.GetDefaultKeyReplicationRegionsOutput$
954
+ 0, () => GetDefaultKeyReplicationRegionsInput$, () => GetDefaultKeyReplicationRegionsOutput$
857
955
  ];
858
956
  exports.GetKey$ = [9, n0, _GK,
859
- 0, () => exports.GetKeyInput$, () => exports.GetKeyOutput$
957
+ 0, () => GetKeyInput$, () => GetKeyOutput$
860
958
  ];
861
959
  exports.GetMpaTeamAssociation$ = [9, n0, _GMTA,
862
- 0, () => exports.GetMpaTeamAssociationInput$, () => exports.GetMpaTeamAssociationOutput$
960
+ 0, () => GetMpaTeamAssociationInput$, () => GetMpaTeamAssociationOutput$
863
961
  ];
864
962
  exports.GetParametersForExport$ = [9, n0, _GPFE,
865
- 0, () => exports.GetParametersForExportInput$, () => exports.GetParametersForExportOutput$
963
+ 0, () => GetParametersForExportInput$, () => GetParametersForExportOutput$
866
964
  ];
867
965
  exports.GetParametersForImport$ = [9, n0, _GPFI,
868
- 0, () => exports.GetParametersForImportInput$, () => exports.GetParametersForImportOutput$
966
+ 0, () => GetParametersForImportInput$, () => GetParametersForImportOutput$
869
967
  ];
870
968
  exports.GetPublicKeyCertificate$ = [9, n0, _GPKC,
871
- 0, () => exports.GetPublicKeyCertificateInput$, () => exports.GetPublicKeyCertificateOutput$
969
+ 0, () => GetPublicKeyCertificateInput$, () => GetPublicKeyCertificateOutput$
872
970
  ];
873
971
  exports.GetResourcePolicy$ = [9, n0, _GRP,
874
- 0, () => exports.GetResourcePolicyInput$, () => exports.GetResourcePolicyOutput$
972
+ 0, () => GetResourcePolicyInput$, () => GetResourcePolicyOutput$
875
973
  ];
876
974
  exports.ImportKey$ = [9, n0, _IK,
877
- 0, () => exports.ImportKeyInput$, () => exports.ImportKeyOutput$
975
+ 0, () => ImportKeyInput$, () => ImportKeyOutput$
878
976
  ];
879
977
  exports.ListAliases$ = [9, n0, _LA,
880
- 0, () => exports.ListAliasesInput$, () => exports.ListAliasesOutput$
978
+ 0, () => ListAliasesInput$, () => ListAliasesOutput$
881
979
  ];
882
980
  exports.ListKeys$ = [9, n0, _LK,
883
- 0, () => exports.ListKeysInput$, () => exports.ListKeysOutput$
981
+ 0, () => ListKeysInput$, () => ListKeysOutput$
884
982
  ];
885
983
  exports.ListTagsForResource$ = [9, n0, _LTFR,
886
- 0, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
984
+ 0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
887
985
  ];
888
986
  exports.PutResourcePolicy$ = [9, n0, _PRP,
889
- 2, () => exports.PutResourcePolicyInput$, () => exports.PutResourcePolicyOutput$
987
+ 2, () => PutResourcePolicyInput$, () => PutResourcePolicyOutput$
890
988
  ];
891
989
  exports.RemoveKeyReplicationRegions$ = [9, n0, _RKRR,
892
- 0, () => exports.RemoveKeyReplicationRegionsInput$, () => exports.RemoveKeyReplicationRegionsOutput$
990
+ 0, () => RemoveKeyReplicationRegionsInput$, () => RemoveKeyReplicationRegionsOutput$
893
991
  ];
894
992
  exports.RestoreKey$ = [9, n0, _RK,
895
- 0, () => exports.RestoreKeyInput$, () => exports.RestoreKeyOutput$
993
+ 0, () => RestoreKeyInput$, () => RestoreKeyOutput$
896
994
  ];
897
995
  exports.StartKeyUsage$ = [9, n0, _SKU,
898
- 0, () => exports.StartKeyUsageInput$, () => exports.StartKeyUsageOutput$
996
+ 0, () => StartKeyUsageInput$, () => StartKeyUsageOutput$
899
997
  ];
900
998
  exports.StopKeyUsage$ = [9, n0, _SKUt,
901
- 0, () => exports.StopKeyUsageInput$, () => exports.StopKeyUsageOutput$
999
+ 0, () => StopKeyUsageInput$, () => StopKeyUsageOutput$
902
1000
  ];
903
1001
  exports.TagResource$ = [9, n0, _TR,
904
- 0, () => exports.TagResourceInput$, () => exports.TagResourceOutput$
1002
+ 0, () => TagResourceInput$, () => TagResourceOutput$
905
1003
  ];
906
1004
  exports.UntagResource$ = [9, n0, _UR,
907
- 0, () => exports.UntagResourceInput$, () => exports.UntagResourceOutput$
1005
+ 0, () => UntagResourceInput$, () => UntagResourceOutput$
908
1006
  ];
909
1007
  exports.UpdateAlias$ = [9, n0, _UA,
910
- 0, () => exports.UpdateAliasInput$, () => exports.UpdateAliasOutput$
1008
+ 0, () => UpdateAliasInput$, () => UpdateAliasOutput$
911
1009
  ];