@aws-sdk/client-kms 3.170.0 → 3.178.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 (63) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/KMS.d.ts +0 -50
  6. package/dist-types/ts3.4/KMSClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/commands/SignCommand.d.ts +0 -2
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  51. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +0 -2
  52. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +0 -2
  53. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +0 -2
  54. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +0 -2
  55. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +0 -2
  56. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +0 -2
  57. package/dist-types/ts3.4/models/KMSServiceException.d.ts +0 -1
  58. package/dist-types/ts3.4/models/models_0.d.ts +0 -379
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  63. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-kms
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-kms
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-kms
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: KMSClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -197,7 +197,6 @@ import {
197
197
  VerifyMacCommandOutput,
198
198
  } from "./commands/VerifyMacCommand";
199
199
  import { KMSClient } from "./KMSClient";
200
-
201
200
  export declare class KMS extends KMSClient {
202
201
  cancelKeyDeletion(
203
202
  args: CancelKeyDeletionCommandInput,
@@ -212,7 +211,6 @@ export declare class KMS extends KMSClient {
212
211
  options: __HttpHandlerOptions,
213
212
  cb: (err: any, data?: CancelKeyDeletionCommandOutput) => void
214
213
  ): void;
215
-
216
214
  connectCustomKeyStore(
217
215
  args: ConnectCustomKeyStoreCommandInput,
218
216
  options?: __HttpHandlerOptions
@@ -226,7 +224,6 @@ export declare class KMS extends KMSClient {
226
224
  options: __HttpHandlerOptions,
227
225
  cb: (err: any, data?: ConnectCustomKeyStoreCommandOutput) => void
228
226
  ): void;
229
-
230
227
  createAlias(
231
228
  args: CreateAliasCommandInput,
232
229
  options?: __HttpHandlerOptions
@@ -240,7 +237,6 @@ export declare class KMS extends KMSClient {
240
237
  options: __HttpHandlerOptions,
241
238
  cb: (err: any, data?: CreateAliasCommandOutput) => void
242
239
  ): void;
243
-
244
240
  createCustomKeyStore(
245
241
  args: CreateCustomKeyStoreCommandInput,
246
242
  options?: __HttpHandlerOptions
@@ -254,7 +250,6 @@ export declare class KMS extends KMSClient {
254
250
  options: __HttpHandlerOptions,
255
251
  cb: (err: any, data?: CreateCustomKeyStoreCommandOutput) => void
256
252
  ): void;
257
-
258
253
  createGrant(
259
254
  args: CreateGrantCommandInput,
260
255
  options?: __HttpHandlerOptions
@@ -268,7 +263,6 @@ export declare class KMS extends KMSClient {
268
263
  options: __HttpHandlerOptions,
269
264
  cb: (err: any, data?: CreateGrantCommandOutput) => void
270
265
  ): void;
271
-
272
266
  createKey(
273
267
  args: CreateKeyCommandInput,
274
268
  options?: __HttpHandlerOptions
@@ -282,7 +276,6 @@ export declare class KMS extends KMSClient {
282
276
  options: __HttpHandlerOptions,
283
277
  cb: (err: any, data?: CreateKeyCommandOutput) => void
284
278
  ): void;
285
-
286
279
  decrypt(
287
280
  args: DecryptCommandInput,
288
281
  options?: __HttpHandlerOptions
@@ -296,7 +289,6 @@ export declare class KMS extends KMSClient {
296
289
  options: __HttpHandlerOptions,
297
290
  cb: (err: any, data?: DecryptCommandOutput) => void
298
291
  ): void;
299
-
300
292
  deleteAlias(
301
293
  args: DeleteAliasCommandInput,
302
294
  options?: __HttpHandlerOptions
@@ -310,7 +302,6 @@ export declare class KMS extends KMSClient {
310
302
  options: __HttpHandlerOptions,
311
303
  cb: (err: any, data?: DeleteAliasCommandOutput) => void
312
304
  ): void;
313
-
314
305
  deleteCustomKeyStore(
315
306
  args: DeleteCustomKeyStoreCommandInput,
316
307
  options?: __HttpHandlerOptions
@@ -324,7 +315,6 @@ export declare class KMS extends KMSClient {
324
315
  options: __HttpHandlerOptions,
325
316
  cb: (err: any, data?: DeleteCustomKeyStoreCommandOutput) => void
326
317
  ): void;
327
-
328
318
  deleteImportedKeyMaterial(
329
319
  args: DeleteImportedKeyMaterialCommandInput,
330
320
  options?: __HttpHandlerOptions
@@ -338,7 +328,6 @@ export declare class KMS extends KMSClient {
338
328
  options: __HttpHandlerOptions,
339
329
  cb: (err: any, data?: DeleteImportedKeyMaterialCommandOutput) => void
340
330
  ): void;
341
-
342
331
  describeCustomKeyStores(
343
332
  args: DescribeCustomKeyStoresCommandInput,
344
333
  options?: __HttpHandlerOptions
@@ -352,7 +341,6 @@ export declare class KMS extends KMSClient {
352
341
  options: __HttpHandlerOptions,
353
342
  cb: (err: any, data?: DescribeCustomKeyStoresCommandOutput) => void
354
343
  ): void;
355
-
356
344
  describeKey(
357
345
  args: DescribeKeyCommandInput,
358
346
  options?: __HttpHandlerOptions
@@ -366,7 +354,6 @@ export declare class KMS extends KMSClient {
366
354
  options: __HttpHandlerOptions,
367
355
  cb: (err: any, data?: DescribeKeyCommandOutput) => void
368
356
  ): void;
369
-
370
357
  disableKey(
371
358
  args: DisableKeyCommandInput,
372
359
  options?: __HttpHandlerOptions
@@ -380,7 +367,6 @@ export declare class KMS extends KMSClient {
380
367
  options: __HttpHandlerOptions,
381
368
  cb: (err: any, data?: DisableKeyCommandOutput) => void
382
369
  ): void;
383
-
384
370
  disableKeyRotation(
385
371
  args: DisableKeyRotationCommandInput,
386
372
  options?: __HttpHandlerOptions
@@ -394,7 +380,6 @@ export declare class KMS extends KMSClient {
394
380
  options: __HttpHandlerOptions,
395
381
  cb: (err: any, data?: DisableKeyRotationCommandOutput) => void
396
382
  ): void;
397
-
398
383
  disconnectCustomKeyStore(
399
384
  args: DisconnectCustomKeyStoreCommandInput,
400
385
  options?: __HttpHandlerOptions
@@ -408,7 +393,6 @@ export declare class KMS extends KMSClient {
408
393
  options: __HttpHandlerOptions,
409
394
  cb: (err: any, data?: DisconnectCustomKeyStoreCommandOutput) => void
410
395
  ): void;
411
-
412
396
  enableKey(
413
397
  args: EnableKeyCommandInput,
414
398
  options?: __HttpHandlerOptions
@@ -422,7 +406,6 @@ export declare class KMS extends KMSClient {
422
406
  options: __HttpHandlerOptions,
423
407
  cb: (err: any, data?: EnableKeyCommandOutput) => void
424
408
  ): void;
425
-
426
409
  enableKeyRotation(
427
410
  args: EnableKeyRotationCommandInput,
428
411
  options?: __HttpHandlerOptions
@@ -436,7 +419,6 @@ export declare class KMS extends KMSClient {
436
419
  options: __HttpHandlerOptions,
437
420
  cb: (err: any, data?: EnableKeyRotationCommandOutput) => void
438
421
  ): void;
439
-
440
422
  encrypt(
441
423
  args: EncryptCommandInput,
442
424
  options?: __HttpHandlerOptions
@@ -450,7 +432,6 @@ export declare class KMS extends KMSClient {
450
432
  options: __HttpHandlerOptions,
451
433
  cb: (err: any, data?: EncryptCommandOutput) => void
452
434
  ): void;
453
-
454
435
  generateDataKey(
455
436
  args: GenerateDataKeyCommandInput,
456
437
  options?: __HttpHandlerOptions
@@ -464,7 +445,6 @@ export declare class KMS extends KMSClient {
464
445
  options: __HttpHandlerOptions,
465
446
  cb: (err: any, data?: GenerateDataKeyCommandOutput) => void
466
447
  ): void;
467
-
468
448
  generateDataKeyPair(
469
449
  args: GenerateDataKeyPairCommandInput,
470
450
  options?: __HttpHandlerOptions
@@ -478,7 +458,6 @@ export declare class KMS extends KMSClient {
478
458
  options: __HttpHandlerOptions,
479
459
  cb: (err: any, data?: GenerateDataKeyPairCommandOutput) => void
480
460
  ): void;
481
-
482
461
  generateDataKeyPairWithoutPlaintext(
483
462
  args: GenerateDataKeyPairWithoutPlaintextCommandInput,
484
463
  options?: __HttpHandlerOptions
@@ -498,7 +477,6 @@ export declare class KMS extends KMSClient {
498
477
  data?: GenerateDataKeyPairWithoutPlaintextCommandOutput
499
478
  ) => void
500
479
  ): void;
501
-
502
480
  generateDataKeyWithoutPlaintext(
503
481
  args: GenerateDataKeyWithoutPlaintextCommandInput,
504
482
  options?: __HttpHandlerOptions
@@ -512,7 +490,6 @@ export declare class KMS extends KMSClient {
512
490
  options: __HttpHandlerOptions,
513
491
  cb: (err: any, data?: GenerateDataKeyWithoutPlaintextCommandOutput) => void
514
492
  ): void;
515
-
516
493
  generateMac(
517
494
  args: GenerateMacCommandInput,
518
495
  options?: __HttpHandlerOptions
@@ -526,7 +503,6 @@ export declare class KMS extends KMSClient {
526
503
  options: __HttpHandlerOptions,
527
504
  cb: (err: any, data?: GenerateMacCommandOutput) => void
528
505
  ): void;
529
-
530
506
  generateRandom(
531
507
  args: GenerateRandomCommandInput,
532
508
  options?: __HttpHandlerOptions
@@ -540,7 +516,6 @@ export declare class KMS extends KMSClient {
540
516
  options: __HttpHandlerOptions,
541
517
  cb: (err: any, data?: GenerateRandomCommandOutput) => void
542
518
  ): void;
543
-
544
519
  getKeyPolicy(
545
520
  args: GetKeyPolicyCommandInput,
546
521
  options?: __HttpHandlerOptions
@@ -554,7 +529,6 @@ export declare class KMS extends KMSClient {
554
529
  options: __HttpHandlerOptions,
555
530
  cb: (err: any, data?: GetKeyPolicyCommandOutput) => void
556
531
  ): void;
557
-
558
532
  getKeyRotationStatus(
559
533
  args: GetKeyRotationStatusCommandInput,
560
534
  options?: __HttpHandlerOptions
@@ -568,7 +542,6 @@ export declare class KMS extends KMSClient {
568
542
  options: __HttpHandlerOptions,
569
543
  cb: (err: any, data?: GetKeyRotationStatusCommandOutput) => void
570
544
  ): void;
571
-
572
545
  getParametersForImport(
573
546
  args: GetParametersForImportCommandInput,
574
547
  options?: __HttpHandlerOptions
@@ -582,7 +555,6 @@ export declare class KMS extends KMSClient {
582
555
  options: __HttpHandlerOptions,
583
556
  cb: (err: any, data?: GetParametersForImportCommandOutput) => void
584
557
  ): void;
585
-
586
558
  getPublicKey(
587
559
  args: GetPublicKeyCommandInput,
588
560
  options?: __HttpHandlerOptions
@@ -596,7 +568,6 @@ export declare class KMS extends KMSClient {
596
568
  options: __HttpHandlerOptions,
597
569
  cb: (err: any, data?: GetPublicKeyCommandOutput) => void
598
570
  ): void;
599
-
600
571
  importKeyMaterial(
601
572
  args: ImportKeyMaterialCommandInput,
602
573
  options?: __HttpHandlerOptions
@@ -610,7 +581,6 @@ export declare class KMS extends KMSClient {
610
581
  options: __HttpHandlerOptions,
611
582
  cb: (err: any, data?: ImportKeyMaterialCommandOutput) => void
612
583
  ): void;
613
-
614
584
  listAliases(
615
585
  args: ListAliasesCommandInput,
616
586
  options?: __HttpHandlerOptions
@@ -624,7 +594,6 @@ export declare class KMS extends KMSClient {
624
594
  options: __HttpHandlerOptions,
625
595
  cb: (err: any, data?: ListAliasesCommandOutput) => void
626
596
  ): void;
627
-
628
597
  listGrants(
629
598
  args: ListGrantsCommandInput,
630
599
  options?: __HttpHandlerOptions
@@ -638,7 +607,6 @@ export declare class KMS extends KMSClient {
638
607
  options: __HttpHandlerOptions,
639
608
  cb: (err: any, data?: ListGrantsCommandOutput) => void
640
609
  ): void;
641
-
642
610
  listKeyPolicies(
643
611
  args: ListKeyPoliciesCommandInput,
644
612
  options?: __HttpHandlerOptions
@@ -652,7 +620,6 @@ export declare class KMS extends KMSClient {
652
620
  options: __HttpHandlerOptions,
653
621
  cb: (err: any, data?: ListKeyPoliciesCommandOutput) => void
654
622
  ): void;
655
-
656
623
  listKeys(
657
624
  args: ListKeysCommandInput,
658
625
  options?: __HttpHandlerOptions
@@ -666,7 +633,6 @@ export declare class KMS extends KMSClient {
666
633
  options: __HttpHandlerOptions,
667
634
  cb: (err: any, data?: ListKeysCommandOutput) => void
668
635
  ): void;
669
-
670
636
  listResourceTags(
671
637
  args: ListResourceTagsCommandInput,
672
638
  options?: __HttpHandlerOptions
@@ -680,7 +646,6 @@ export declare class KMS extends KMSClient {
680
646
  options: __HttpHandlerOptions,
681
647
  cb: (err: any, data?: ListResourceTagsCommandOutput) => void
682
648
  ): void;
683
-
684
649
  listRetirableGrants(
685
650
  args: ListRetirableGrantsCommandInput,
686
651
  options?: __HttpHandlerOptions
@@ -694,7 +659,6 @@ export declare class KMS extends KMSClient {
694
659
  options: __HttpHandlerOptions,
695
660
  cb: (err: any, data?: ListRetirableGrantsCommandOutput) => void
696
661
  ): void;
697
-
698
662
  putKeyPolicy(
699
663
  args: PutKeyPolicyCommandInput,
700
664
  options?: __HttpHandlerOptions
@@ -708,7 +672,6 @@ export declare class KMS extends KMSClient {
708
672
  options: __HttpHandlerOptions,
709
673
  cb: (err: any, data?: PutKeyPolicyCommandOutput) => void
710
674
  ): void;
711
-
712
675
  reEncrypt(
713
676
  args: ReEncryptCommandInput,
714
677
  options?: __HttpHandlerOptions
@@ -722,7 +685,6 @@ export declare class KMS extends KMSClient {
722
685
  options: __HttpHandlerOptions,
723
686
  cb: (err: any, data?: ReEncryptCommandOutput) => void
724
687
  ): void;
725
-
726
688
  replicateKey(
727
689
  args: ReplicateKeyCommandInput,
728
690
  options?: __HttpHandlerOptions
@@ -736,7 +698,6 @@ export declare class KMS extends KMSClient {
736
698
  options: __HttpHandlerOptions,
737
699
  cb: (err: any, data?: ReplicateKeyCommandOutput) => void
738
700
  ): void;
739
-
740
701
  retireGrant(
741
702
  args: RetireGrantCommandInput,
742
703
  options?: __HttpHandlerOptions
@@ -750,7 +711,6 @@ export declare class KMS extends KMSClient {
750
711
  options: __HttpHandlerOptions,
751
712
  cb: (err: any, data?: RetireGrantCommandOutput) => void
752
713
  ): void;
753
-
754
714
  revokeGrant(
755
715
  args: RevokeGrantCommandInput,
756
716
  options?: __HttpHandlerOptions
@@ -764,7 +724,6 @@ export declare class KMS extends KMSClient {
764
724
  options: __HttpHandlerOptions,
765
725
  cb: (err: any, data?: RevokeGrantCommandOutput) => void
766
726
  ): void;
767
-
768
727
  scheduleKeyDeletion(
769
728
  args: ScheduleKeyDeletionCommandInput,
770
729
  options?: __HttpHandlerOptions
@@ -778,7 +737,6 @@ export declare class KMS extends KMSClient {
778
737
  options: __HttpHandlerOptions,
779
738
  cb: (err: any, data?: ScheduleKeyDeletionCommandOutput) => void
780
739
  ): void;
781
-
782
740
  sign(
783
741
  args: SignCommandInput,
784
742
  options?: __HttpHandlerOptions
@@ -792,7 +750,6 @@ export declare class KMS extends KMSClient {
792
750
  options: __HttpHandlerOptions,
793
751
  cb: (err: any, data?: SignCommandOutput) => void
794
752
  ): void;
795
-
796
753
  tagResource(
797
754
  args: TagResourceCommandInput,
798
755
  options?: __HttpHandlerOptions
@@ -806,7 +763,6 @@ export declare class KMS extends KMSClient {
806
763
  options: __HttpHandlerOptions,
807
764
  cb: (err: any, data?: TagResourceCommandOutput) => void
808
765
  ): void;
809
-
810
766
  untagResource(
811
767
  args: UntagResourceCommandInput,
812
768
  options?: __HttpHandlerOptions
@@ -820,7 +776,6 @@ export declare class KMS extends KMSClient {
820
776
  options: __HttpHandlerOptions,
821
777
  cb: (err: any, data?: UntagResourceCommandOutput) => void
822
778
  ): void;
823
-
824
779
  updateAlias(
825
780
  args: UpdateAliasCommandInput,
826
781
  options?: __HttpHandlerOptions
@@ -834,7 +789,6 @@ export declare class KMS extends KMSClient {
834
789
  options: __HttpHandlerOptions,
835
790
  cb: (err: any, data?: UpdateAliasCommandOutput) => void
836
791
  ): void;
837
-
838
792
  updateCustomKeyStore(
839
793
  args: UpdateCustomKeyStoreCommandInput,
840
794
  options?: __HttpHandlerOptions
@@ -848,7 +802,6 @@ export declare class KMS extends KMSClient {
848
802
  options: __HttpHandlerOptions,
849
803
  cb: (err: any, data?: UpdateCustomKeyStoreCommandOutput) => void
850
804
  ): void;
851
-
852
805
  updateKeyDescription(
853
806
  args: UpdateKeyDescriptionCommandInput,
854
807
  options?: __HttpHandlerOptions
@@ -862,7 +815,6 @@ export declare class KMS extends KMSClient {
862
815
  options: __HttpHandlerOptions,
863
816
  cb: (err: any, data?: UpdateKeyDescriptionCommandOutput) => void
864
817
  ): void;
865
-
866
818
  updatePrimaryRegion(
867
819
  args: UpdatePrimaryRegionCommandInput,
868
820
  options?: __HttpHandlerOptions
@@ -876,7 +828,6 @@ export declare class KMS extends KMSClient {
876
828
  options: __HttpHandlerOptions,
877
829
  cb: (err: any, data?: UpdatePrimaryRegionCommandOutput) => void
878
830
  ): void;
879
-
880
831
  verify(
881
832
  args: VerifyCommandInput,
882
833
  options?: __HttpHandlerOptions
@@ -890,7 +841,6 @@ export declare class KMS extends KMSClient {
890
841
  options: __HttpHandlerOptions,
891
842
  cb: (err: any, data?: VerifyCommandOutput) => void
892
843
  ): void;
893
-
894
844
  verifyMac(
895
845
  args: VerifyMacCommandInput,
896
846
  options?: __HttpHandlerOptions
@@ -344,47 +344,26 @@ export declare type ServiceOutputTypes =
344
344
  export interface ClientDefaults
345
345
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
346
346
  requestHandler?: __HttpHandler;
347
-
348
347
  sha256?: __HashConstructor;
349
-
350
348
  urlParser?: __UrlParser;
351
-
352
349
  bodyLengthChecker?: __BodyLengthCalculator;
353
-
354
350
  streamCollector?: __StreamCollector;
355
-
356
351
  base64Decoder?: __Decoder;
357
-
358
352
  base64Encoder?: __Encoder;
359
-
360
353
  utf8Decoder?: __Decoder;
361
-
362
354
  utf8Encoder?: __Encoder;
363
-
364
355
  runtime?: string;
365
-
366
356
  disableHostPrefix?: boolean;
367
-
368
357
  maxAttempts?: number | __Provider<number>;
369
-
370
358
  retryMode?: string | __Provider<string>;
371
-
372
359
  logger?: __Logger;
373
-
374
360
  useDualstackEndpoint?: boolean | __Provider<boolean>;
375
-
376
361
  useFipsEndpoint?: boolean | __Provider<boolean>;
377
-
378
362
  serviceId?: string;
379
-
380
363
  region?: string | __Provider<string>;
381
-
382
364
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
383
-
384
365
  regionInfoProvider?: RegionInfoProvider;
385
-
386
366
  defaultUserAgentProvider?: Provider<__UserAgent>;
387
-
388
367
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
389
368
  }
390
369
  declare type KMSClientConfigType = Partial<
@@ -397,7 +376,6 @@ declare type KMSClientConfigType = Partial<
397
376
  HostHeaderInputConfig &
398
377
  AwsAuthInputConfig &
399
378
  UserAgentInputConfig;
400
-
401
379
  export interface KMSClientConfig extends KMSClientConfigType {}
402
380
  declare type KMSClientResolvedConfigType =
403
381
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -408,9 +386,7 @@ declare type KMSClientResolvedConfigType =
408
386
  HostHeaderResolvedConfig &
409
387
  AwsAuthResolvedConfig &
410
388
  UserAgentResolvedConfig;
411
-
412
389
  export interface KMSClientResolvedConfig extends KMSClientResolvedConfigType {}
413
-
414
390
  export declare class KMSClient extends __Client<
415
391
  __HttpHandlerOptions,
416
392
  ServiceInputTypes,
@@ -419,7 +395,6 @@ export declare class KMSClient extends __Client<
419
395
  > {
420
396
  readonly config: KMSClientResolvedConfig;
421
397
  constructor(configuration: KMSClientConfig);
422
-
423
398
  destroy(): void;
424
399
  }
425
400
  export {};
@@ -19,7 +19,6 @@ export interface CancelKeyDeletionCommandInput
19
19
  export interface CancelKeyDeletionCommandOutput
20
20
  extends CancelKeyDeletionResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CancelKeyDeletionCommand extends $Command<
24
23
  CancelKeyDeletionCommandInput,
25
24
  CancelKeyDeletionCommandOutput,
@@ -27,7 +26,6 @@ export declare class CancelKeyDeletionCommand extends $Command<
27
26
  > {
28
27
  readonly input: CancelKeyDeletionCommandInput;
29
28
  constructor(input: CancelKeyDeletionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ConnectCustomKeyStoreCommandInput
19
19
  export interface ConnectCustomKeyStoreCommandOutput
20
20
  extends ConnectCustomKeyStoreResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ConnectCustomKeyStoreCommand extends $Command<
24
23
  ConnectCustomKeyStoreCommandInput,
25
24
  ConnectCustomKeyStoreCommandOutput,
@@ -27,7 +26,6 @@ export declare class ConnectCustomKeyStoreCommand extends $Command<
27
26
  > {
28
27
  readonly input: ConnectCustomKeyStoreCommandInput;
29
28
  constructor(input: ConnectCustomKeyStoreCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { CreateAliasRequest } from "../models/models_0";
14
14
  export interface CreateAliasCommandInput extends CreateAliasRequest {}
15
15
  export interface CreateAliasCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class CreateAliasCommand extends $Command<
18
17
  CreateAliasCommandInput,
19
18
  CreateAliasCommandOutput,
@@ -21,7 +20,6 @@ export declare class CreateAliasCommand extends $Command<
21
20
  > {
22
21
  readonly input: CreateAliasCommandInput;
23
22
  constructor(input: CreateAliasCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateCustomKeyStoreCommandInput
19
19
  export interface CreateCustomKeyStoreCommandOutput
20
20
  extends CreateCustomKeyStoreResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateCustomKeyStoreCommand extends $Command<
24
23
  CreateCustomKeyStoreCommandInput,
25
24
  CreateCustomKeyStoreCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateCustomKeyStoreCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateCustomKeyStoreCommandInput;
29
28
  constructor(input: CreateCustomKeyStoreCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateGrantCommandInput extends CreateGrantRequest {}
15
15
  export interface CreateGrantCommandOutput
16
16
  extends CreateGrantResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateGrantCommand extends $Command<
20
19
  CreateGrantCommandInput,
21
20
  CreateGrantCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateGrantCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateGrantCommandInput;
25
24
  constructor(input: CreateGrantCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateKeyCommandInput extends CreateKeyRequest {}
15
15
  export interface CreateKeyCommandOutput
16
16
  extends CreateKeyResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateKeyCommand extends $Command<
20
19
  CreateKeyCommandInput,
21
20
  CreateKeyCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateKeyCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateKeyCommandInput;
25
24
  constructor(input: CreateKeyCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DecryptCommandInput extends DecryptRequest {}
15
15
  export interface DecryptCommandOutput
16
16
  extends DecryptResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DecryptCommand extends $Command<
20
19
  DecryptCommandInput,
21
20
  DecryptCommandOutput,
@@ -23,7 +22,6 @@ export declare class DecryptCommand extends $Command<
23
22
  > {
24
23
  readonly input: DecryptCommandInput;
25
24
  constructor(input: DecryptCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { DeleteAliasRequest } from "../models/models_0";
14
14
  export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
15
15
  export interface DeleteAliasCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class DeleteAliasCommand extends $Command<
18
17
  DeleteAliasCommandInput,
19
18
  DeleteAliasCommandOutput,
@@ -21,7 +20,6 @@ export declare class DeleteAliasCommand extends $Command<
21
20
  > {
22
21
  readonly input: DeleteAliasCommandInput;
23
22
  constructor(input: DeleteAliasCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: KMSClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteCustomKeyStoreCommandInput
19
19
  export interface DeleteCustomKeyStoreCommandOutput
20
20
  extends DeleteCustomKeyStoreResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteCustomKeyStoreCommand extends $Command<
24
23
  DeleteCustomKeyStoreCommandInput,
25
24
  DeleteCustomKeyStoreCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteCustomKeyStoreCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteCustomKeyStoreCommandInput;
29
28
  constructor(input: DeleteCustomKeyStoreCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KMSClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteImportedKeyMaterialCommandInput
15
15
  extends DeleteImportedKeyMaterialRequest {}
16
16
  export interface DeleteImportedKeyMaterialCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class DeleteImportedKeyMaterialCommand extends $Command<
20
19
  DeleteImportedKeyMaterialCommandInput,
21
20
  DeleteImportedKeyMaterialCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteImportedKeyMaterialCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteImportedKeyMaterialCommandInput;
25
24
  constructor(input: DeleteImportedKeyMaterialCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: KMSClientResolvedConfig,