@aws-sdk/client-kms 3.303.0 → 3.309.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 (105) hide show
  1. package/dist-cjs/commands/CancelKeyDeletionCommand.js +2 -2
  2. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAliasCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +2 -2
  5. package/dist-cjs/commands/CreateGrantCommand.js +2 -2
  6. package/dist-cjs/commands/CreateKeyCommand.js +2 -2
  7. package/dist-cjs/commands/DecryptCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAliasCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +2 -2
  12. package/dist-cjs/commands/DescribeKeyCommand.js +2 -2
  13. package/dist-cjs/commands/DisableKeyCommand.js +2 -2
  14. package/dist-cjs/commands/DisableKeyRotationCommand.js +2 -2
  15. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -2
  16. package/dist-cjs/commands/EnableKeyCommand.js +2 -2
  17. package/dist-cjs/commands/EnableKeyRotationCommand.js +2 -2
  18. package/dist-cjs/commands/EncryptCommand.js +2 -2
  19. package/dist-cjs/commands/GenerateDataKeyCommand.js +2 -2
  20. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +2 -2
  21. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -2
  22. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -2
  23. package/dist-cjs/commands/GenerateMacCommand.js +2 -2
  24. package/dist-cjs/commands/GenerateRandomCommand.js +2 -2
  25. package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -2
  27. package/dist-cjs/commands/GetParametersForImportCommand.js +2 -2
  28. package/dist-cjs/commands/GetPublicKeyCommand.js +2 -2
  29. package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -2
  30. package/dist-cjs/commands/ListAliasesCommand.js +2 -2
  31. package/dist-cjs/commands/ListGrantsCommand.js +2 -2
  32. package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -2
  33. package/dist-cjs/commands/ListKeysCommand.js +2 -2
  34. package/dist-cjs/commands/ListResourceTagsCommand.js +2 -2
  35. package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -2
  36. package/dist-cjs/commands/PutKeyPolicyCommand.js +2 -2
  37. package/dist-cjs/commands/ReEncryptCommand.js +2 -2
  38. package/dist-cjs/commands/ReplicateKeyCommand.js +2 -2
  39. package/dist-cjs/commands/RetireGrantCommand.js +2 -2
  40. package/dist-cjs/commands/RevokeGrantCommand.js +2 -2
  41. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -2
  42. package/dist-cjs/commands/SignCommand.js +2 -2
  43. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  44. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateAliasCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +2 -2
  48. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +2 -2
  49. package/dist-cjs/commands/VerifyCommand.js +2 -2
  50. package/dist-cjs/commands/VerifyMacCommand.js +2 -2
  51. package/dist-cjs/protocols/Aws_json1_1.js +1052 -1064
  52. package/dist-es/commands/CancelKeyDeletionCommand.js +3 -3
  53. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -3
  54. package/dist-es/commands/CreateAliasCommand.js +3 -3
  55. package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -3
  56. package/dist-es/commands/CreateGrantCommand.js +3 -3
  57. package/dist-es/commands/CreateKeyCommand.js +3 -3
  58. package/dist-es/commands/DecryptCommand.js +3 -3
  59. package/dist-es/commands/DeleteAliasCommand.js +3 -3
  60. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -3
  61. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -3
  62. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -3
  63. package/dist-es/commands/DescribeKeyCommand.js +3 -3
  64. package/dist-es/commands/DisableKeyCommand.js +3 -3
  65. package/dist-es/commands/DisableKeyRotationCommand.js +3 -3
  66. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -3
  67. package/dist-es/commands/EnableKeyCommand.js +3 -3
  68. package/dist-es/commands/EnableKeyRotationCommand.js +3 -3
  69. package/dist-es/commands/EncryptCommand.js +3 -3
  70. package/dist-es/commands/GenerateDataKeyCommand.js +3 -3
  71. package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -3
  72. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -3
  73. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -3
  74. package/dist-es/commands/GenerateMacCommand.js +3 -3
  75. package/dist-es/commands/GenerateRandomCommand.js +3 -3
  76. package/dist-es/commands/GetKeyPolicyCommand.js +3 -3
  77. package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -3
  78. package/dist-es/commands/GetParametersForImportCommand.js +3 -3
  79. package/dist-es/commands/GetPublicKeyCommand.js +3 -3
  80. package/dist-es/commands/ImportKeyMaterialCommand.js +3 -3
  81. package/dist-es/commands/ListAliasesCommand.js +3 -3
  82. package/dist-es/commands/ListGrantsCommand.js +3 -3
  83. package/dist-es/commands/ListKeyPoliciesCommand.js +3 -3
  84. package/dist-es/commands/ListKeysCommand.js +3 -3
  85. package/dist-es/commands/ListResourceTagsCommand.js +3 -3
  86. package/dist-es/commands/ListRetirableGrantsCommand.js +3 -3
  87. package/dist-es/commands/PutKeyPolicyCommand.js +3 -3
  88. package/dist-es/commands/ReEncryptCommand.js +3 -3
  89. package/dist-es/commands/ReplicateKeyCommand.js +3 -3
  90. package/dist-es/commands/RetireGrantCommand.js +3 -3
  91. package/dist-es/commands/RevokeGrantCommand.js +3 -3
  92. package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -3
  93. package/dist-es/commands/SignCommand.js +3 -3
  94. package/dist-es/commands/TagResourceCommand.js +3 -3
  95. package/dist-es/commands/UntagResourceCommand.js +3 -3
  96. package/dist-es/commands/UpdateAliasCommand.js +3 -3
  97. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -3
  98. package/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -3
  99. package/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -3
  100. package/dist-es/commands/VerifyCommand.js +3 -3
  101. package/dist-es/commands/VerifyMacCommand.js +3 -3
  102. package/dist-es/protocols/Aws_json1_1.js +950 -962
  103. package/dist-types/protocols/Aws_json1_1.d.ts +400 -100
  104. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +100 -100
  105. package/package.json +29 -29
@@ -200,403 +200,403 @@ import {
200
200
  VerifyMacCommandInput,
201
201
  VerifyMacCommandOutput,
202
202
  } from "../commands/VerifyMacCommand";
203
- export declare const serializeAws_json1_1CancelKeyDeletionCommand: (
203
+ export declare const se_CancelKeyDeletionCommand: (
204
204
  input: CancelKeyDeletionCommandInput,
205
205
  context: __SerdeContext
206
206
  ) => Promise<__HttpRequest>;
207
- export declare const serializeAws_json1_1ConnectCustomKeyStoreCommand: (
207
+ export declare const se_ConnectCustomKeyStoreCommand: (
208
208
  input: ConnectCustomKeyStoreCommandInput,
209
209
  context: __SerdeContext
210
210
  ) => Promise<__HttpRequest>;
211
- export declare const serializeAws_json1_1CreateAliasCommand: (
211
+ export declare const se_CreateAliasCommand: (
212
212
  input: CreateAliasCommandInput,
213
213
  context: __SerdeContext
214
214
  ) => Promise<__HttpRequest>;
215
- export declare const serializeAws_json1_1CreateCustomKeyStoreCommand: (
215
+ export declare const se_CreateCustomKeyStoreCommand: (
216
216
  input: CreateCustomKeyStoreCommandInput,
217
217
  context: __SerdeContext
218
218
  ) => Promise<__HttpRequest>;
219
- export declare const serializeAws_json1_1CreateGrantCommand: (
219
+ export declare const se_CreateGrantCommand: (
220
220
  input: CreateGrantCommandInput,
221
221
  context: __SerdeContext
222
222
  ) => Promise<__HttpRequest>;
223
- export declare const serializeAws_json1_1CreateKeyCommand: (
223
+ export declare const se_CreateKeyCommand: (
224
224
  input: CreateKeyCommandInput,
225
225
  context: __SerdeContext
226
226
  ) => Promise<__HttpRequest>;
227
- export declare const serializeAws_json1_1DecryptCommand: (
227
+ export declare const se_DecryptCommand: (
228
228
  input: DecryptCommandInput,
229
229
  context: __SerdeContext
230
230
  ) => Promise<__HttpRequest>;
231
- export declare const serializeAws_json1_1DeleteAliasCommand: (
231
+ export declare const se_DeleteAliasCommand: (
232
232
  input: DeleteAliasCommandInput,
233
233
  context: __SerdeContext
234
234
  ) => Promise<__HttpRequest>;
235
- export declare const serializeAws_json1_1DeleteCustomKeyStoreCommand: (
235
+ export declare const se_DeleteCustomKeyStoreCommand: (
236
236
  input: DeleteCustomKeyStoreCommandInput,
237
237
  context: __SerdeContext
238
238
  ) => Promise<__HttpRequest>;
239
- export declare const serializeAws_json1_1DeleteImportedKeyMaterialCommand: (
239
+ export declare const se_DeleteImportedKeyMaterialCommand: (
240
240
  input: DeleteImportedKeyMaterialCommandInput,
241
241
  context: __SerdeContext
242
242
  ) => Promise<__HttpRequest>;
243
- export declare const serializeAws_json1_1DescribeCustomKeyStoresCommand: (
243
+ export declare const se_DescribeCustomKeyStoresCommand: (
244
244
  input: DescribeCustomKeyStoresCommandInput,
245
245
  context: __SerdeContext
246
246
  ) => Promise<__HttpRequest>;
247
- export declare const serializeAws_json1_1DescribeKeyCommand: (
247
+ export declare const se_DescribeKeyCommand: (
248
248
  input: DescribeKeyCommandInput,
249
249
  context: __SerdeContext
250
250
  ) => Promise<__HttpRequest>;
251
- export declare const serializeAws_json1_1DisableKeyCommand: (
251
+ export declare const se_DisableKeyCommand: (
252
252
  input: DisableKeyCommandInput,
253
253
  context: __SerdeContext
254
254
  ) => Promise<__HttpRequest>;
255
- export declare const serializeAws_json1_1DisableKeyRotationCommand: (
255
+ export declare const se_DisableKeyRotationCommand: (
256
256
  input: DisableKeyRotationCommandInput,
257
257
  context: __SerdeContext
258
258
  ) => Promise<__HttpRequest>;
259
- export declare const serializeAws_json1_1DisconnectCustomKeyStoreCommand: (
259
+ export declare const se_DisconnectCustomKeyStoreCommand: (
260
260
  input: DisconnectCustomKeyStoreCommandInput,
261
261
  context: __SerdeContext
262
262
  ) => Promise<__HttpRequest>;
263
- export declare const serializeAws_json1_1EnableKeyCommand: (
263
+ export declare const se_EnableKeyCommand: (
264
264
  input: EnableKeyCommandInput,
265
265
  context: __SerdeContext
266
266
  ) => Promise<__HttpRequest>;
267
- export declare const serializeAws_json1_1EnableKeyRotationCommand: (
267
+ export declare const se_EnableKeyRotationCommand: (
268
268
  input: EnableKeyRotationCommandInput,
269
269
  context: __SerdeContext
270
270
  ) => Promise<__HttpRequest>;
271
- export declare const serializeAws_json1_1EncryptCommand: (
271
+ export declare const se_EncryptCommand: (
272
272
  input: EncryptCommandInput,
273
273
  context: __SerdeContext
274
274
  ) => Promise<__HttpRequest>;
275
- export declare const serializeAws_json1_1GenerateDataKeyCommand: (
275
+ export declare const se_GenerateDataKeyCommand: (
276
276
  input: GenerateDataKeyCommandInput,
277
277
  context: __SerdeContext
278
278
  ) => Promise<__HttpRequest>;
279
- export declare const serializeAws_json1_1GenerateDataKeyPairCommand: (
279
+ export declare const se_GenerateDataKeyPairCommand: (
280
280
  input: GenerateDataKeyPairCommandInput,
281
281
  context: __SerdeContext
282
282
  ) => Promise<__HttpRequest>;
283
- export declare const serializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand: (
283
+ export declare const se_GenerateDataKeyPairWithoutPlaintextCommand: (
284
284
  input: GenerateDataKeyPairWithoutPlaintextCommandInput,
285
285
  context: __SerdeContext
286
286
  ) => Promise<__HttpRequest>;
287
- export declare const serializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand: (
287
+ export declare const se_GenerateDataKeyWithoutPlaintextCommand: (
288
288
  input: GenerateDataKeyWithoutPlaintextCommandInput,
289
289
  context: __SerdeContext
290
290
  ) => Promise<__HttpRequest>;
291
- export declare const serializeAws_json1_1GenerateMacCommand: (
291
+ export declare const se_GenerateMacCommand: (
292
292
  input: GenerateMacCommandInput,
293
293
  context: __SerdeContext
294
294
  ) => Promise<__HttpRequest>;
295
- export declare const serializeAws_json1_1GenerateRandomCommand: (
295
+ export declare const se_GenerateRandomCommand: (
296
296
  input: GenerateRandomCommandInput,
297
297
  context: __SerdeContext
298
298
  ) => Promise<__HttpRequest>;
299
- export declare const serializeAws_json1_1GetKeyPolicyCommand: (
299
+ export declare const se_GetKeyPolicyCommand: (
300
300
  input: GetKeyPolicyCommandInput,
301
301
  context: __SerdeContext
302
302
  ) => Promise<__HttpRequest>;
303
- export declare const serializeAws_json1_1GetKeyRotationStatusCommand: (
303
+ export declare const se_GetKeyRotationStatusCommand: (
304
304
  input: GetKeyRotationStatusCommandInput,
305
305
  context: __SerdeContext
306
306
  ) => Promise<__HttpRequest>;
307
- export declare const serializeAws_json1_1GetParametersForImportCommand: (
307
+ export declare const se_GetParametersForImportCommand: (
308
308
  input: GetParametersForImportCommandInput,
309
309
  context: __SerdeContext
310
310
  ) => Promise<__HttpRequest>;
311
- export declare const serializeAws_json1_1GetPublicKeyCommand: (
311
+ export declare const se_GetPublicKeyCommand: (
312
312
  input: GetPublicKeyCommandInput,
313
313
  context: __SerdeContext
314
314
  ) => Promise<__HttpRequest>;
315
- export declare const serializeAws_json1_1ImportKeyMaterialCommand: (
315
+ export declare const se_ImportKeyMaterialCommand: (
316
316
  input: ImportKeyMaterialCommandInput,
317
317
  context: __SerdeContext
318
318
  ) => Promise<__HttpRequest>;
319
- export declare const serializeAws_json1_1ListAliasesCommand: (
319
+ export declare const se_ListAliasesCommand: (
320
320
  input: ListAliasesCommandInput,
321
321
  context: __SerdeContext
322
322
  ) => Promise<__HttpRequest>;
323
- export declare const serializeAws_json1_1ListGrantsCommand: (
323
+ export declare const se_ListGrantsCommand: (
324
324
  input: ListGrantsCommandInput,
325
325
  context: __SerdeContext
326
326
  ) => Promise<__HttpRequest>;
327
- export declare const serializeAws_json1_1ListKeyPoliciesCommand: (
327
+ export declare const se_ListKeyPoliciesCommand: (
328
328
  input: ListKeyPoliciesCommandInput,
329
329
  context: __SerdeContext
330
330
  ) => Promise<__HttpRequest>;
331
- export declare const serializeAws_json1_1ListKeysCommand: (
331
+ export declare const se_ListKeysCommand: (
332
332
  input: ListKeysCommandInput,
333
333
  context: __SerdeContext
334
334
  ) => Promise<__HttpRequest>;
335
- export declare const serializeAws_json1_1ListResourceTagsCommand: (
335
+ export declare const se_ListResourceTagsCommand: (
336
336
  input: ListResourceTagsCommandInput,
337
337
  context: __SerdeContext
338
338
  ) => Promise<__HttpRequest>;
339
- export declare const serializeAws_json1_1ListRetirableGrantsCommand: (
339
+ export declare const se_ListRetirableGrantsCommand: (
340
340
  input: ListRetirableGrantsCommandInput,
341
341
  context: __SerdeContext
342
342
  ) => Promise<__HttpRequest>;
343
- export declare const serializeAws_json1_1PutKeyPolicyCommand: (
343
+ export declare const se_PutKeyPolicyCommand: (
344
344
  input: PutKeyPolicyCommandInput,
345
345
  context: __SerdeContext
346
346
  ) => Promise<__HttpRequest>;
347
- export declare const serializeAws_json1_1ReEncryptCommand: (
347
+ export declare const se_ReEncryptCommand: (
348
348
  input: ReEncryptCommandInput,
349
349
  context: __SerdeContext
350
350
  ) => Promise<__HttpRequest>;
351
- export declare const serializeAws_json1_1ReplicateKeyCommand: (
351
+ export declare const se_ReplicateKeyCommand: (
352
352
  input: ReplicateKeyCommandInput,
353
353
  context: __SerdeContext
354
354
  ) => Promise<__HttpRequest>;
355
- export declare const serializeAws_json1_1RetireGrantCommand: (
355
+ export declare const se_RetireGrantCommand: (
356
356
  input: RetireGrantCommandInput,
357
357
  context: __SerdeContext
358
358
  ) => Promise<__HttpRequest>;
359
- export declare const serializeAws_json1_1RevokeGrantCommand: (
359
+ export declare const se_RevokeGrantCommand: (
360
360
  input: RevokeGrantCommandInput,
361
361
  context: __SerdeContext
362
362
  ) => Promise<__HttpRequest>;
363
- export declare const serializeAws_json1_1ScheduleKeyDeletionCommand: (
363
+ export declare const se_ScheduleKeyDeletionCommand: (
364
364
  input: ScheduleKeyDeletionCommandInput,
365
365
  context: __SerdeContext
366
366
  ) => Promise<__HttpRequest>;
367
- export declare const serializeAws_json1_1SignCommand: (
367
+ export declare const se_SignCommand: (
368
368
  input: SignCommandInput,
369
369
  context: __SerdeContext
370
370
  ) => Promise<__HttpRequest>;
371
- export declare const serializeAws_json1_1TagResourceCommand: (
371
+ export declare const se_TagResourceCommand: (
372
372
  input: TagResourceCommandInput,
373
373
  context: __SerdeContext
374
374
  ) => Promise<__HttpRequest>;
375
- export declare const serializeAws_json1_1UntagResourceCommand: (
375
+ export declare const se_UntagResourceCommand: (
376
376
  input: UntagResourceCommandInput,
377
377
  context: __SerdeContext
378
378
  ) => Promise<__HttpRequest>;
379
- export declare const serializeAws_json1_1UpdateAliasCommand: (
379
+ export declare const se_UpdateAliasCommand: (
380
380
  input: UpdateAliasCommandInput,
381
381
  context: __SerdeContext
382
382
  ) => Promise<__HttpRequest>;
383
- export declare const serializeAws_json1_1UpdateCustomKeyStoreCommand: (
383
+ export declare const se_UpdateCustomKeyStoreCommand: (
384
384
  input: UpdateCustomKeyStoreCommandInput,
385
385
  context: __SerdeContext
386
386
  ) => Promise<__HttpRequest>;
387
- export declare const serializeAws_json1_1UpdateKeyDescriptionCommand: (
387
+ export declare const se_UpdateKeyDescriptionCommand: (
388
388
  input: UpdateKeyDescriptionCommandInput,
389
389
  context: __SerdeContext
390
390
  ) => Promise<__HttpRequest>;
391
- export declare const serializeAws_json1_1UpdatePrimaryRegionCommand: (
391
+ export declare const se_UpdatePrimaryRegionCommand: (
392
392
  input: UpdatePrimaryRegionCommandInput,
393
393
  context: __SerdeContext
394
394
  ) => Promise<__HttpRequest>;
395
- export declare const serializeAws_json1_1VerifyCommand: (
395
+ export declare const se_VerifyCommand: (
396
396
  input: VerifyCommandInput,
397
397
  context: __SerdeContext
398
398
  ) => Promise<__HttpRequest>;
399
- export declare const serializeAws_json1_1VerifyMacCommand: (
399
+ export declare const se_VerifyMacCommand: (
400
400
  input: VerifyMacCommandInput,
401
401
  context: __SerdeContext
402
402
  ) => Promise<__HttpRequest>;
403
- export declare const deserializeAws_json1_1CancelKeyDeletionCommand: (
403
+ export declare const de_CancelKeyDeletionCommand: (
404
404
  output: __HttpResponse,
405
405
  context: __SerdeContext
406
406
  ) => Promise<CancelKeyDeletionCommandOutput>;
407
- export declare const deserializeAws_json1_1ConnectCustomKeyStoreCommand: (
407
+ export declare const de_ConnectCustomKeyStoreCommand: (
408
408
  output: __HttpResponse,
409
409
  context: __SerdeContext
410
410
  ) => Promise<ConnectCustomKeyStoreCommandOutput>;
411
- export declare const deserializeAws_json1_1CreateAliasCommand: (
411
+ export declare const de_CreateAliasCommand: (
412
412
  output: __HttpResponse,
413
413
  context: __SerdeContext
414
414
  ) => Promise<CreateAliasCommandOutput>;
415
- export declare const deserializeAws_json1_1CreateCustomKeyStoreCommand: (
415
+ export declare const de_CreateCustomKeyStoreCommand: (
416
416
  output: __HttpResponse,
417
417
  context: __SerdeContext
418
418
  ) => Promise<CreateCustomKeyStoreCommandOutput>;
419
- export declare const deserializeAws_json1_1CreateGrantCommand: (
419
+ export declare const de_CreateGrantCommand: (
420
420
  output: __HttpResponse,
421
421
  context: __SerdeContext
422
422
  ) => Promise<CreateGrantCommandOutput>;
423
- export declare const deserializeAws_json1_1CreateKeyCommand: (
423
+ export declare const de_CreateKeyCommand: (
424
424
  output: __HttpResponse,
425
425
  context: __SerdeContext
426
426
  ) => Promise<CreateKeyCommandOutput>;
427
- export declare const deserializeAws_json1_1DecryptCommand: (
427
+ export declare const de_DecryptCommand: (
428
428
  output: __HttpResponse,
429
429
  context: __SerdeContext
430
430
  ) => Promise<DecryptCommandOutput>;
431
- export declare const deserializeAws_json1_1DeleteAliasCommand: (
431
+ export declare const de_DeleteAliasCommand: (
432
432
  output: __HttpResponse,
433
433
  context: __SerdeContext
434
434
  ) => Promise<DeleteAliasCommandOutput>;
435
- export declare const deserializeAws_json1_1DeleteCustomKeyStoreCommand: (
435
+ export declare const de_DeleteCustomKeyStoreCommand: (
436
436
  output: __HttpResponse,
437
437
  context: __SerdeContext
438
438
  ) => Promise<DeleteCustomKeyStoreCommandOutput>;
439
- export declare const deserializeAws_json1_1DeleteImportedKeyMaterialCommand: (
439
+ export declare const de_DeleteImportedKeyMaterialCommand: (
440
440
  output: __HttpResponse,
441
441
  context: __SerdeContext
442
442
  ) => Promise<DeleteImportedKeyMaterialCommandOutput>;
443
- export declare const deserializeAws_json1_1DescribeCustomKeyStoresCommand: (
443
+ export declare const de_DescribeCustomKeyStoresCommand: (
444
444
  output: __HttpResponse,
445
445
  context: __SerdeContext
446
446
  ) => Promise<DescribeCustomKeyStoresCommandOutput>;
447
- export declare const deserializeAws_json1_1DescribeKeyCommand: (
447
+ export declare const de_DescribeKeyCommand: (
448
448
  output: __HttpResponse,
449
449
  context: __SerdeContext
450
450
  ) => Promise<DescribeKeyCommandOutput>;
451
- export declare const deserializeAws_json1_1DisableKeyCommand: (
451
+ export declare const de_DisableKeyCommand: (
452
452
  output: __HttpResponse,
453
453
  context: __SerdeContext
454
454
  ) => Promise<DisableKeyCommandOutput>;
455
- export declare const deserializeAws_json1_1DisableKeyRotationCommand: (
455
+ export declare const de_DisableKeyRotationCommand: (
456
456
  output: __HttpResponse,
457
457
  context: __SerdeContext
458
458
  ) => Promise<DisableKeyRotationCommandOutput>;
459
- export declare const deserializeAws_json1_1DisconnectCustomKeyStoreCommand: (
459
+ export declare const de_DisconnectCustomKeyStoreCommand: (
460
460
  output: __HttpResponse,
461
461
  context: __SerdeContext
462
462
  ) => Promise<DisconnectCustomKeyStoreCommandOutput>;
463
- export declare const deserializeAws_json1_1EnableKeyCommand: (
463
+ export declare const de_EnableKeyCommand: (
464
464
  output: __HttpResponse,
465
465
  context: __SerdeContext
466
466
  ) => Promise<EnableKeyCommandOutput>;
467
- export declare const deserializeAws_json1_1EnableKeyRotationCommand: (
467
+ export declare const de_EnableKeyRotationCommand: (
468
468
  output: __HttpResponse,
469
469
  context: __SerdeContext
470
470
  ) => Promise<EnableKeyRotationCommandOutput>;
471
- export declare const deserializeAws_json1_1EncryptCommand: (
471
+ export declare const de_EncryptCommand: (
472
472
  output: __HttpResponse,
473
473
  context: __SerdeContext
474
474
  ) => Promise<EncryptCommandOutput>;
475
- export declare const deserializeAws_json1_1GenerateDataKeyCommand: (
475
+ export declare const de_GenerateDataKeyCommand: (
476
476
  output: __HttpResponse,
477
477
  context: __SerdeContext
478
478
  ) => Promise<GenerateDataKeyCommandOutput>;
479
- export declare const deserializeAws_json1_1GenerateDataKeyPairCommand: (
479
+ export declare const de_GenerateDataKeyPairCommand: (
480
480
  output: __HttpResponse,
481
481
  context: __SerdeContext
482
482
  ) => Promise<GenerateDataKeyPairCommandOutput>;
483
- export declare const deserializeAws_json1_1GenerateDataKeyPairWithoutPlaintextCommand: (
483
+ export declare const de_GenerateDataKeyPairWithoutPlaintextCommand: (
484
484
  output: __HttpResponse,
485
485
  context: __SerdeContext
486
486
  ) => Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
487
- export declare const deserializeAws_json1_1GenerateDataKeyWithoutPlaintextCommand: (
487
+ export declare const de_GenerateDataKeyWithoutPlaintextCommand: (
488
488
  output: __HttpResponse,
489
489
  context: __SerdeContext
490
490
  ) => Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
491
- export declare const deserializeAws_json1_1GenerateMacCommand: (
491
+ export declare const de_GenerateMacCommand: (
492
492
  output: __HttpResponse,
493
493
  context: __SerdeContext
494
494
  ) => Promise<GenerateMacCommandOutput>;
495
- export declare const deserializeAws_json1_1GenerateRandomCommand: (
495
+ export declare const de_GenerateRandomCommand: (
496
496
  output: __HttpResponse,
497
497
  context: __SerdeContext
498
498
  ) => Promise<GenerateRandomCommandOutput>;
499
- export declare const deserializeAws_json1_1GetKeyPolicyCommand: (
499
+ export declare const de_GetKeyPolicyCommand: (
500
500
  output: __HttpResponse,
501
501
  context: __SerdeContext
502
502
  ) => Promise<GetKeyPolicyCommandOutput>;
503
- export declare const deserializeAws_json1_1GetKeyRotationStatusCommand: (
503
+ export declare const de_GetKeyRotationStatusCommand: (
504
504
  output: __HttpResponse,
505
505
  context: __SerdeContext
506
506
  ) => Promise<GetKeyRotationStatusCommandOutput>;
507
- export declare const deserializeAws_json1_1GetParametersForImportCommand: (
507
+ export declare const de_GetParametersForImportCommand: (
508
508
  output: __HttpResponse,
509
509
  context: __SerdeContext
510
510
  ) => Promise<GetParametersForImportCommandOutput>;
511
- export declare const deserializeAws_json1_1GetPublicKeyCommand: (
511
+ export declare const de_GetPublicKeyCommand: (
512
512
  output: __HttpResponse,
513
513
  context: __SerdeContext
514
514
  ) => Promise<GetPublicKeyCommandOutput>;
515
- export declare const deserializeAws_json1_1ImportKeyMaterialCommand: (
515
+ export declare const de_ImportKeyMaterialCommand: (
516
516
  output: __HttpResponse,
517
517
  context: __SerdeContext
518
518
  ) => Promise<ImportKeyMaterialCommandOutput>;
519
- export declare const deserializeAws_json1_1ListAliasesCommand: (
519
+ export declare const de_ListAliasesCommand: (
520
520
  output: __HttpResponse,
521
521
  context: __SerdeContext
522
522
  ) => Promise<ListAliasesCommandOutput>;
523
- export declare const deserializeAws_json1_1ListGrantsCommand: (
523
+ export declare const de_ListGrantsCommand: (
524
524
  output: __HttpResponse,
525
525
  context: __SerdeContext
526
526
  ) => Promise<ListGrantsCommandOutput>;
527
- export declare const deserializeAws_json1_1ListKeyPoliciesCommand: (
527
+ export declare const de_ListKeyPoliciesCommand: (
528
528
  output: __HttpResponse,
529
529
  context: __SerdeContext
530
530
  ) => Promise<ListKeyPoliciesCommandOutput>;
531
- export declare const deserializeAws_json1_1ListKeysCommand: (
531
+ export declare const de_ListKeysCommand: (
532
532
  output: __HttpResponse,
533
533
  context: __SerdeContext
534
534
  ) => Promise<ListKeysCommandOutput>;
535
- export declare const deserializeAws_json1_1ListResourceTagsCommand: (
535
+ export declare const de_ListResourceTagsCommand: (
536
536
  output: __HttpResponse,
537
537
  context: __SerdeContext
538
538
  ) => Promise<ListResourceTagsCommandOutput>;
539
- export declare const deserializeAws_json1_1ListRetirableGrantsCommand: (
539
+ export declare const de_ListRetirableGrantsCommand: (
540
540
  output: __HttpResponse,
541
541
  context: __SerdeContext
542
542
  ) => Promise<ListRetirableGrantsCommandOutput>;
543
- export declare const deserializeAws_json1_1PutKeyPolicyCommand: (
543
+ export declare const de_PutKeyPolicyCommand: (
544
544
  output: __HttpResponse,
545
545
  context: __SerdeContext
546
546
  ) => Promise<PutKeyPolicyCommandOutput>;
547
- export declare const deserializeAws_json1_1ReEncryptCommand: (
547
+ export declare const de_ReEncryptCommand: (
548
548
  output: __HttpResponse,
549
549
  context: __SerdeContext
550
550
  ) => Promise<ReEncryptCommandOutput>;
551
- export declare const deserializeAws_json1_1ReplicateKeyCommand: (
551
+ export declare const de_ReplicateKeyCommand: (
552
552
  output: __HttpResponse,
553
553
  context: __SerdeContext
554
554
  ) => Promise<ReplicateKeyCommandOutput>;
555
- export declare const deserializeAws_json1_1RetireGrantCommand: (
555
+ export declare const de_RetireGrantCommand: (
556
556
  output: __HttpResponse,
557
557
  context: __SerdeContext
558
558
  ) => Promise<RetireGrantCommandOutput>;
559
- export declare const deserializeAws_json1_1RevokeGrantCommand: (
559
+ export declare const de_RevokeGrantCommand: (
560
560
  output: __HttpResponse,
561
561
  context: __SerdeContext
562
562
  ) => Promise<RevokeGrantCommandOutput>;
563
- export declare const deserializeAws_json1_1ScheduleKeyDeletionCommand: (
563
+ export declare const de_ScheduleKeyDeletionCommand: (
564
564
  output: __HttpResponse,
565
565
  context: __SerdeContext
566
566
  ) => Promise<ScheduleKeyDeletionCommandOutput>;
567
- export declare const deserializeAws_json1_1SignCommand: (
567
+ export declare const de_SignCommand: (
568
568
  output: __HttpResponse,
569
569
  context: __SerdeContext
570
570
  ) => Promise<SignCommandOutput>;
571
- export declare const deserializeAws_json1_1TagResourceCommand: (
571
+ export declare const de_TagResourceCommand: (
572
572
  output: __HttpResponse,
573
573
  context: __SerdeContext
574
574
  ) => Promise<TagResourceCommandOutput>;
575
- export declare const deserializeAws_json1_1UntagResourceCommand: (
575
+ export declare const de_UntagResourceCommand: (
576
576
  output: __HttpResponse,
577
577
  context: __SerdeContext
578
578
  ) => Promise<UntagResourceCommandOutput>;
579
- export declare const deserializeAws_json1_1UpdateAliasCommand: (
579
+ export declare const de_UpdateAliasCommand: (
580
580
  output: __HttpResponse,
581
581
  context: __SerdeContext
582
582
  ) => Promise<UpdateAliasCommandOutput>;
583
- export declare const deserializeAws_json1_1UpdateCustomKeyStoreCommand: (
583
+ export declare const de_UpdateCustomKeyStoreCommand: (
584
584
  output: __HttpResponse,
585
585
  context: __SerdeContext
586
586
  ) => Promise<UpdateCustomKeyStoreCommandOutput>;
587
- export declare const deserializeAws_json1_1UpdateKeyDescriptionCommand: (
587
+ export declare const de_UpdateKeyDescriptionCommand: (
588
588
  output: __HttpResponse,
589
589
  context: __SerdeContext
590
590
  ) => Promise<UpdateKeyDescriptionCommandOutput>;
591
- export declare const deserializeAws_json1_1UpdatePrimaryRegionCommand: (
591
+ export declare const de_UpdatePrimaryRegionCommand: (
592
592
  output: __HttpResponse,
593
593
  context: __SerdeContext
594
594
  ) => Promise<UpdatePrimaryRegionCommandOutput>;
595
- export declare const deserializeAws_json1_1VerifyCommand: (
595
+ export declare const de_VerifyCommand: (
596
596
  output: __HttpResponse,
597
597
  context: __SerdeContext
598
598
  ) => Promise<VerifyCommandOutput>;
599
- export declare const deserializeAws_json1_1VerifyMacCommand: (
599
+ export declare const de_VerifyMacCommand: (
600
600
  output: __HttpResponse,
601
601
  context: __SerdeContext
602
602
  ) => Promise<VerifyMacCommandOutput>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kms",
3
3
  "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4
- "version": "3.303.0",
4
+ "version": "3.309.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,37 +21,37 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },