@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
@@ -217,21 +217,21 @@ const _s = "server";
217
217
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.paymentcryptography";
218
218
  const n0 = "com.amazonaws.paymentcryptography";
219
219
  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 = [
220
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ServiceUnavailableException, ThrottlingException, ValidationException, } from "../models/errors";
221
+ import { PaymentCryptographyServiceException } from "../models/PaymentCryptographyServiceException";
222
+ var CertificateSigningRequestType = [0, n0, _CSRT, 8, 0];
223
+ var KeyMaterial = [0, n0, _KM, 8, 0];
224
+ var OptionalBlockId = [0, n0, _OBI, 8, 0];
225
+ var OptionalBlockValue = [0, n0, _OBV, 8, 0];
226
+ var Tr31WrappedKeyBlock = [0, n0, _TWKB, 8, 0];
227
+ var Tr34WrappedKeyBlock = [0, n0, _TWKBr, 8, 0];
228
+ 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$ = [
235
235
  3,
236
236
  n0,
237
237
  _CST,
@@ -239,67 +239,81 @@ export var CertificateSubjectType = [
239
239
  [_CN, _OU, _O, _C, _Co, _SOP, _EA],
240
240
  [0, 0, 0, 0, 0, 0, 0],
241
241
  ];
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 = [
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$ = [
247
247
  3,
248
248
  n0,
249
249
  _CKI,
250
250
  0,
251
251
  [_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 = [
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$ = [
264
+ 3,
265
+ n0,
266
+ _EAx,
267
+ 0,
268
+ [_EDIK, _KCVA],
269
+ [() => ExportDukptInitialKey$, 0],
270
+ ];
271
+ export var ExportDiffieHellmanTr31KeyBlock$ = [
265
272
  3,
266
273
  n0,
267
274
  _EDHTKB,
268
275
  0,
269
276
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _KBH],
270
- [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData, [() => KeyBlockHeaders, 0]],
277
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => KeyBlockHeaders$, 0]],
271
278
  ];
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 = [
279
+ export var ExportDukptInitialKey$ = [3, n0, _EDIK, 0, [_KSN], [0]];
280
+ export var ExportKeyCryptogram$ = [3, n0, _EKC, 0, [_CAPKI, _WKCr, _WS], [0, 0, 0]];
281
+ export var ExportKeyInput$ = [
275
282
  3,
276
283
  n0,
277
284
  _EKI,
278
285
  0,
279
286
  [_KM, _EKIx, _EAx],
280
- [[() => ExportKeyMaterial, 0], 0, () => ExportAttributes],
287
+ [[() => ExportKeyMaterial$, 0], 0, () => ExportAttributes$],
281
288
  ];
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 = [
289
+ export var ExportKeyOutput$ = [3, n0, _EKO, 0, [_WK], [[() => WrappedKey$, 0]]];
290
+ export var ExportTr31KeyBlock$ = [
291
+ 3,
292
+ n0,
293
+ _ETKB,
294
+ 0,
295
+ [_WKI, _KBH],
296
+ [0, [() => KeyBlockHeaders$, 0]],
297
+ ];
298
+ export var ExportTr34KeyBlock$ = [
285
299
  3,
286
300
  n0,
287
301
  _ETKBx,
288
302
  0,
289
303
  [_CAPKI, _WKCr, _ET, _SKI, _SKC, _KBF, _RN, _KBH],
290
- [0, 0, 0, 0, 0, 0, 0, [() => KeyBlockHeaders, 0]],
304
+ [0, 0, 0, 0, 0, 0, 0, [() => KeyBlockHeaders$, 0]],
291
305
  ];
292
- export var GetAliasInput = [3, n0, _GAI, 0, [_AN], [0]];
293
- export var GetAliasOutput = [3, n0, _GAO, 0, [_A], [() => Alias]];
294
- export var GetCertificateSigningRequestInput = [
306
+ export var GetAliasInput$ = [3, n0, _GAI, 0, [_AN], [0]];
307
+ export var GetAliasOutput$ = [3, n0, _GAO, 0, [_A], [() => Alias$]];
308
+ export var GetCertificateSigningRequestInput$ = [
295
309
  3,
296
310
  n0,
297
311
  _GCSRI,
298
312
  0,
299
313
  [_KI, _SA, _CS],
300
- [0, 0, () => CertificateSubjectType],
314
+ [0, 0, () => CertificateSubjectType$],
301
315
  ];
302
- export var GetCertificateSigningRequestOutput = [
316
+ export var GetCertificateSigningRequestOutput$ = [
303
317
  3,
304
318
  n0,
305
319
  _GCSRO,
@@ -307,12 +321,12 @@ export var GetCertificateSigningRequestOutput = [
307
321
  [_CSR],
308
322
  [[() => CertificateSigningRequestType, 0]],
309
323
  ];
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 = [
324
+ export var GetDefaultKeyReplicationRegionsInput$ = [3, n0, _GDKRRI, 0, [], []];
325
+ export var GetDefaultKeyReplicationRegionsOutput$ = [3, n0, _GDKRRO, 0, [_ERR], [64 | 0]];
326
+ export var GetKeyInput$ = [3, n0, _GKI, 0, [_KI], [0]];
327
+ export var GetKeyOutput$ = [3, n0, _GKO, 0, [_K], [() => Key$]];
328
+ export var GetParametersForExportInput$ = [3, n0, _GPFEI, 0, [_KMT, _SKA], [0, 0]];
329
+ export var GetParametersForExportOutput$ = [
316
330
  3,
317
331
  n0,
318
332
  _GPFEO,
@@ -320,8 +334,8 @@ export var GetParametersForExportOutput = [
320
334
  [_SKC, _SKCC, _SKA, _ET, _PVUT],
321
335
  [0, 0, 0, 0, 4],
322
336
  ];
323
- export var GetParametersForImportInput = [3, n0, _GPFII, 0, [_KMT, _WKA], [0, 0]];
324
- export var GetParametersForImportOutput = [
337
+ export var GetParametersForImportInput$ = [3, n0, _GPFII, 0, [_KMT, _WKA], [0, 0]];
338
+ export var GetParametersForImportOutput$ = [
325
339
  3,
326
340
  n0,
327
341
  _GPFIO,
@@ -329,34 +343,34 @@ export var GetParametersForImportOutput = [
329
343
  [_WKCr, _WKCC, _WKA, _IT, _PVUT],
330
344
  [0, 0, 0, 0, 4],
331
345
  ];
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 = [
346
+ export var GetPublicKeyCertificateInput$ = [3, n0, _GPKCI, 0, [_KI], [0]];
347
+ export var GetPublicKeyCertificateOutput$ = [3, n0, _GPKCO, 0, [_KC, _KCC], [0, 0]];
348
+ export var ImportDiffieHellmanTr31KeyBlock$ = [
335
349
  3,
336
350
  n0,
337
351
  _IDHTKB,
338
352
  0,
339
353
  [_PKI, _CAPKI, _PKC, _DKA, _KDF, _KDHA, _DD, _WKB],
340
- [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData, [() => Tr31WrappedKeyBlock, 0]],
354
+ [0, 0, 0, 0, 0, 0, () => DiffieHellmanDerivationData$, [() => Tr31WrappedKeyBlock, 0]],
341
355
  ];
342
- export var ImportKeyCryptogram = [
356
+ export var ImportKeyCryptogram$ = [
343
357
  3,
344
358
  n0,
345
359
  _IKC,
346
360
  0,
347
361
  [_KAe, _E, _WKC, _IT, _WS],
348
- [() => KeyAttributes, 2, [() => WrappedKeyCryptogram, 0], 0, 0],
362
+ [() => KeyAttributes$, 2, [() => WrappedKeyCryptogram, 0], 0, 0],
349
363
  ];
350
- export var ImportKeyInput = [
364
+ export var ImportKeyInput$ = [
351
365
  3,
352
366
  n0,
353
367
  _IKI,
354
368
  0,
355
369
  [_KM, _KCVA, _En, _T, _RR],
356
- [[() => ImportKeyMaterial, 0], 0, 2, () => Tags, 64 | 0],
370
+ [[() => ImportKeyMaterial$, 0], 0, 2, () => Tags, 64 | 0],
357
371
  ];
358
- export var ImportKeyOutput = [3, n0, _IKO, 0, [_K], [() => Key]];
359
- export var ImportTr31KeyBlock = [
372
+ export var ImportKeyOutput$ = [3, n0, _IKO, 0, [_K], [() => Key$]];
373
+ export var ImportTr31KeyBlock$ = [
360
374
  3,
361
375
  n0,
362
376
  _ITKB,
@@ -364,7 +378,7 @@ export var ImportTr31KeyBlock = [
364
378
  [_WKI, _WKB],
365
379
  [0, [() => Tr31WrappedKeyBlock, 0]],
366
380
  ];
367
- export var ImportTr34KeyBlock = [
381
+ export var ImportTr34KeyBlock$ = [
368
382
  3,
369
383
  n0,
370
384
  _ITKBm,
@@ -372,33 +386,33 @@ export var ImportTr34KeyBlock = [
372
386
  [_CAPKI, _SKC, _IT, _WKI, _WKCr, _WKB, _KBF, _RN],
373
387
  [0, 0, 0, 0, 0, [() => Tr34WrappedKeyBlock, 0], 0, 0],
374
388
  ];
375
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
376
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
377
- export var Key = [
389
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
390
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
391
+ export var Key$ = [
378
392
  3,
379
393
  n0,
380
394
  _K,
381
395
  0,
382
396
  [_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],
397
+ [0, () => KeyAttributes$, 0, 0, 2, 2, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, () => ReplicationStatus, 2],
384
398
  ];
385
- export var KeyAttributes = [
399
+ export var KeyAttributes$ = [
386
400
  3,
387
401
  n0,
388
402
  _KAe,
389
403
  0,
390
404
  [_KU, _KCe, _KAey, _KMOU],
391
- [0, 0, 0, () => KeyModesOfUse],
405
+ [0, 0, 0, () => KeyModesOfUse$],
392
406
  ];
393
- export var KeyBlockHeaders = [
407
+ export var KeyBlockHeaders$ = [
394
408
  3,
395
409
  n0,
396
410
  _KBH,
397
411
  0,
398
412
  [_KMOU, _KE, _KV, _OB],
399
- [() => KeyModesOfUse, 0, 0, [() => OptionalBlocks, 0]],
413
+ [() => KeyModesOfUse$, 0, 0, [() => OptionalBlocks, 0]],
400
414
  ];
401
- export var KeyModesOfUse = [
415
+ export var KeyModesOfUse$ = [
402
416
  3,
403
417
  n0,
404
418
  _KMOU,
@@ -406,56 +420,63 @@ export var KeyModesOfUse = [
406
420
  [_Enc, _D, _W, _U, _G, _S, _V, _DK, _NR],
407
421
  [2, 2, 2, 2, 2, 2, 2, 2, 2],
408
422
  ];
409
- export var KeySummary = [
423
+ export var KeySummary$ = [
410
424
  3,
411
425
  n0,
412
426
  _KSe,
413
427
  0,
414
428
  [_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 = [
429
+ [0, 0, () => KeyAttributes$, 0, 2, 2, 0, 0],
430
+ ];
431
+ export var ListAliasesInput$ = [3, n0, _LAI, 0, [_KA, _NT, _MR], [0, 0, 1]];
432
+ export var ListAliasesOutput$ = [3, n0, _LAO, 0, [_Al, _NT], [() => Aliases, 0]];
433
+ export var ListKeysInput$ = [3, n0, _LKI, 0, [_KS, _NT, _MR], [0, 0, 1]];
434
+ export var ListKeysOutput$ = [3, n0, _LKO, 0, [_Ke, _NT], [() => KeySummaryList, 0]];
435
+ export var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA, _NT, _MR], [0, 0, 1]];
436
+ export var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T, _NT], [() => Tags, 0]];
437
+ export var RemoveKeyReplicationRegionsInput$ = [3, n0, _RKRRI, 0, [_KI, _RR], [0, 64 | 0]];
438
+ export var RemoveKeyReplicationRegionsOutput$ = [3, n0, _RKRRO, 0, [_K], [() => Key$]];
439
+ export var ReplicationStatusType$ = [3, n0, _RST, 0, [_St, _SM], [0, 0]];
440
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_RI], [0]];
441
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
442
+ export var RestoreKeyInput$ = [3, n0, _RKI, 0, [_KI], [0]];
443
+ export var RestoreKeyOutput$ = [3, n0, _RKO, 0, [_K], [() => Key$]];
444
+ export var RootCertificatePublicKey$ = [
445
+ 3,
446
+ n0,
447
+ _RCPK,
448
+ 0,
449
+ [_KAe, _PKC],
450
+ [() => KeyAttributes$, 0],
451
+ ];
452
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
453
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
454
+ export var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s, [_hE]: 503 }, [_M], [0]];
455
+ TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
456
+ export var StartKeyUsageInput$ = [3, n0, _SKUI, 0, [_KI], [0]];
457
+ export var StartKeyUsageOutput$ = [3, n0, _SKUO, 0, [_K], [() => Key$]];
458
+ export var StopKeyUsageInput$ = [3, n0, _SKUIt, 0, [_KI], [0]];
459
+ export var StopKeyUsageOutput$ = [3, n0, _SKUOt, 0, [_K], [() => Key$]];
460
+ export var Tag$ = [3, n0, _Ta, 0, [_K, _Va], [0, 0]];
461
+ export var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _T], [0, () => Tags]];
462
+ export var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
463
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
464
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
465
+ export var TrustedCertificatePublicKey$ = [
445
466
  3,
446
467
  n0,
447
468
  _TCPK,
448
469
  0,
449
470
  [_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 = [
471
+ [() => KeyAttributes$, 0, 0],
472
+ ];
473
+ export var UntagResourceInput$ = [3, n0, _URI, 0, [_RA, _TK], [0, 64 | 0]];
474
+ export var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
475
+ export var UpdateAliasInput$ = [3, n0, _UAI, 0, [_AN, _KA], [0, 0]];
476
+ export var UpdateAliasOutput$ = [3, n0, _UAO, 0, [_A], [() => Alias$]];
477
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
478
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
479
+ export var WrappedKey$ = [
459
480
  3,
460
481
  n0,
461
482
  _WK,
@@ -463,7 +484,7 @@ export var WrappedKey = [
463
484
  [_WKAr, _WKMF, _KM, _KCV, _KCVA],
464
485
  [0, 0, [() => KeyMaterial, 0], 0, 0],
465
486
  ];
466
- export var PaymentCryptographyServiceException = [
487
+ export var PaymentCryptographyServiceException$ = [
467
488
  -3,
468
489
  _sm,
469
490
  "PaymentCryptographyServiceException",
@@ -471,136 +492,157 @@ export var PaymentCryptographyServiceException = [
471
492
  [],
472
493
  [],
473
494
  ];
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 = [
495
+ TypeRegistry.for(_sm).registerError(PaymentCryptographyServiceException$, PaymentCryptographyServiceException);
496
+ var Aliases = [1, n0, _Al, 0, () => Alias$];
497
+ var KeySummaryList = [1, n0, _KSL, 0, () => KeySummary$];
498
+ var Regions = 64 | 0;
499
+ var TagKeys = 64 | 0;
500
+ var Tags = [1, n0, _T, 0, () => Tag$];
501
+ var OptionalBlocks = [2, n0, _OB, 0, [() => OptionalBlockId, 0], [() => OptionalBlockValue, 0]];
502
+ var ReplicationStatus = [2, n0, _RS, 0, 0, () => ReplicationStatusType$];
503
+ export var DiffieHellmanDerivationData$ = [3, n0, _DHDD, 0, [_SI], [0]];
504
+ export var ExportKeyMaterial$ = [
484
505
  3,
485
506
  n0,
486
507
  _EKM,
487
508
  0,
488
509
  [_TKB, _TKBr, _KCey, _DHTKB],
489
510
  [
490
- [() => ExportTr31KeyBlock, 0],
491
- [() => ExportTr34KeyBlock, 0],
492
- () => ExportKeyCryptogram,
493
- [() => ExportDiffieHellmanTr31KeyBlock, 0],
511
+ [() => ExportTr31KeyBlock$, 0],
512
+ [() => ExportTr34KeyBlock$, 0],
513
+ () => ExportKeyCryptogram$,
514
+ [() => ExportDiffieHellmanTr31KeyBlock$, 0],
494
515
  ],
495
516
  ];
496
- export var ImportKeyMaterial = [
517
+ export var ImportKeyMaterial$ = [
497
518
  3,
498
519
  n0,
499
520
  _IKM,
500
521
  0,
501
522
  [_RCPK, _TCPK, _TKB, _TKBr, _KCey, _DHTKB],
502
523
  [
503
- () => RootCertificatePublicKey,
504
- () => TrustedCertificatePublicKey,
505
- [() => ImportTr31KeyBlock, 0],
506
- [() => ImportTr34KeyBlock, 0],
507
- [() => ImportKeyCryptogram, 0],
508
- [() => ImportDiffieHellmanTr31KeyBlock, 0],
524
+ () => RootCertificatePublicKey$,
525
+ () => TrustedCertificatePublicKey$,
526
+ [() => ImportTr31KeyBlock$, 0],
527
+ [() => ImportTr34KeyBlock$, 0],
528
+ [() => ImportKeyCryptogram$, 0],
529
+ [() => ImportDiffieHellmanTr31KeyBlock$, 0],
509
530
  ],
510
531
  ];
511
- export var AddKeyReplicationRegions = [
532
+ export var AddKeyReplicationRegions$ = [
512
533
  9,
513
534
  n0,
514
535
  _AKRR,
515
536
  0,
516
- () => AddKeyReplicationRegionsInput,
517
- () => AddKeyReplicationRegionsOutput,
537
+ () => AddKeyReplicationRegionsInput$,
538
+ () => AddKeyReplicationRegionsOutput$,
518
539
  ];
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 = [
540
+ export var CreateAlias$ = [9, n0, _CA, 2, () => CreateAliasInput$, () => CreateAliasOutput$];
541
+ export var CreateKey$ = [9, n0, _CK, 0, () => CreateKeyInput$, () => CreateKeyOutput$];
542
+ export var DeleteAlias$ = [9, n0, _DA, 2, () => DeleteAliasInput$, () => DeleteAliasOutput$];
543
+ export var DeleteKey$ = [9, n0, _DKe, 2, () => DeleteKeyInput$, () => DeleteKeyOutput$];
544
+ export var DisableDefaultKeyReplicationRegions$ = [
524
545
  9,
525
546
  n0,
526
547
  _DDKRR,
527
548
  0,
528
- () => DisableDefaultKeyReplicationRegionsInput,
529
- () => DisableDefaultKeyReplicationRegionsOutput,
549
+ () => DisableDefaultKeyReplicationRegionsInput$,
550
+ () => DisableDefaultKeyReplicationRegionsOutput$,
530
551
  ];
531
- export var EnableDefaultKeyReplicationRegions = [
552
+ export var EnableDefaultKeyReplicationRegions$ = [
532
553
  9,
533
554
  n0,
534
555
  _EDKRR,
535
556
  0,
536
- () => EnableDefaultKeyReplicationRegionsInput,
537
- () => EnableDefaultKeyReplicationRegionsOutput,
557
+ () => EnableDefaultKeyReplicationRegionsInput$,
558
+ () => EnableDefaultKeyReplicationRegionsOutput$,
538
559
  ];
539
- export var ExportKey = [9, n0, _EK, 0, () => ExportKeyInput, () => ExportKeyOutput];
540
- export var GetAlias = [9, n0, _GA, 0, () => GetAliasInput, () => GetAliasOutput];
541
- export var GetCertificateSigningRequest = [
560
+ export var ExportKey$ = [9, n0, _EK, 0, () => ExportKeyInput$, () => ExportKeyOutput$];
561
+ export var GetAlias$ = [9, n0, _GA, 0, () => GetAliasInput$, () => GetAliasOutput$];
562
+ export var GetCertificateSigningRequest$ = [
542
563
  9,
543
564
  n0,
544
565
  _GCSR,
545
566
  0,
546
- () => GetCertificateSigningRequestInput,
547
- () => GetCertificateSigningRequestOutput,
567
+ () => GetCertificateSigningRequestInput$,
568
+ () => GetCertificateSigningRequestOutput$,
548
569
  ];
549
- export var GetDefaultKeyReplicationRegions = [
570
+ export var GetDefaultKeyReplicationRegions$ = [
550
571
  9,
551
572
  n0,
552
573
  _GDKRR,
553
574
  0,
554
- () => GetDefaultKeyReplicationRegionsInput,
555
- () => GetDefaultKeyReplicationRegionsOutput,
575
+ () => GetDefaultKeyReplicationRegionsInput$,
576
+ () => GetDefaultKeyReplicationRegionsOutput$,
556
577
  ];
557
- export var GetKey = [9, n0, _GK, 0, () => GetKeyInput, () => GetKeyOutput];
558
- export var GetParametersForExport = [
578
+ export var GetKey$ = [9, n0, _GK, 0, () => GetKeyInput$, () => GetKeyOutput$];
579
+ export var GetParametersForExport$ = [
559
580
  9,
560
581
  n0,
561
582
  _GPFE,
562
583
  0,
563
- () => GetParametersForExportInput,
564
- () => GetParametersForExportOutput,
584
+ () => GetParametersForExportInput$,
585
+ () => GetParametersForExportOutput$,
565
586
  ];
566
- export var GetParametersForImport = [
587
+ export var GetParametersForImport$ = [
567
588
  9,
568
589
  n0,
569
590
  _GPFI,
570
591
  0,
571
- () => GetParametersForImportInput,
572
- () => GetParametersForImportOutput,
592
+ () => GetParametersForImportInput$,
593
+ () => GetParametersForImportOutput$,
573
594
  ];
574
- export var GetPublicKeyCertificate = [
595
+ export var GetPublicKeyCertificate$ = [
575
596
  9,
576
597
  n0,
577
598
  _GPKC,
578
599
  0,
579
- () => GetPublicKeyCertificateInput,
580
- () => GetPublicKeyCertificateOutput,
600
+ () => GetPublicKeyCertificateInput$,
601
+ () => GetPublicKeyCertificateOutput$,
581
602
  ];
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 = [
603
+ export var ImportKey$ = [9, n0, _IK, 0, () => ImportKeyInput$, () => ImportKeyOutput$];
604
+ export var ListAliases$ = [9, n0, _LA, 0, () => ListAliasesInput$, () => ListAliasesOutput$];
605
+ export var ListKeys$ = [9, n0, _LK, 0, () => ListKeysInput$, () => ListKeysOutput$];
606
+ export var ListTagsForResource$ = [
586
607
  9,
587
608
  n0,
588
609
  _LTFR,
589
610
  0,
590
- () => ListTagsForResourceInput,
591
- () => ListTagsForResourceOutput,
611
+ () => ListTagsForResourceInput$,
612
+ () => ListTagsForResourceOutput$,
592
613
  ];
593
- export var RemoveKeyReplicationRegions = [
614
+ export var RemoveKeyReplicationRegions$ = [
594
615
  9,
595
616
  n0,
596
617
  _RKRR,
597
618
  0,
598
- () => RemoveKeyReplicationRegionsInput,
599
- () => RemoveKeyReplicationRegionsOutput,
619
+ () => RemoveKeyReplicationRegionsInput$,
620
+ () => RemoveKeyReplicationRegionsOutput$,
621
+ ];
622
+ export var RestoreKey$ = [9, n0, _RK, 0, () => RestoreKeyInput$, () => RestoreKeyOutput$];
623
+ export var StartKeyUsage$ = [
624
+ 9,
625
+ n0,
626
+ _SKU,
627
+ 0,
628
+ () => StartKeyUsageInput$,
629
+ () => StartKeyUsageOutput$,
630
+ ];
631
+ export var StopKeyUsage$ = [
632
+ 9,
633
+ n0,
634
+ _SKUt,
635
+ 0,
636
+ () => StopKeyUsageInput$,
637
+ () => StopKeyUsageOutput$,
638
+ ];
639
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
640
+ export var UntagResource$ = [
641
+ 9,
642
+ n0,
643
+ _UR,
644
+ 0,
645
+ () => UntagResourceInput$,
646
+ () => UntagResourceOutput$,
600
647
  ];
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];
648
+ export var UpdateAlias$ = [9, n0, _UA, 0, () => UpdateAliasInput$, () => UpdateAliasOutput$];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AddKeyReplicationRegionsCommandInput, AddKeyReplicationRegionsCommandOutput } from "./commands/AddKeyReplicationRegionsCommand";
11
11
  import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
@@ -167,15 +167,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
167
167
  * Optional extensions
168
168
  */
169
169
  extensions?: RuntimeExtension[];
170
- /**
171
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
172
- * may be overridden. A default will always be set by the client.
173
- * Available options depend on the service's supported protocols and will not be validated by
174
- * the client.
175
- * @alpha
176
- *
177
- */
178
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
179
170
  /**
180
171
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
181
172
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { PaymentCryptographyExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";