@aws-sdk/client-kms 3.590.0 → 3.596.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 (109) hide show
  1. package/dist-cjs/index.js +0 -52
  2. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +2 -1
  3. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateGrantCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  8. package/dist-types/commands/DecryptCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
  14. package/dist-types/commands/DisableKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/DisableKeyRotationCommand.d.ts +2 -1
  16. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +2 -1
  17. package/dist-types/commands/EnableKeyCommand.d.ts +2 -1
  18. package/dist-types/commands/EnableKeyRotationCommand.d.ts +2 -1
  19. package/dist-types/commands/EncryptCommand.d.ts +2 -1
  20. package/dist-types/commands/GenerateDataKeyCommand.d.ts +2 -1
  21. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +2 -1
  22. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -1
  23. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
  24. package/dist-types/commands/GenerateMacCommand.d.ts +2 -1
  25. package/dist-types/commands/GenerateRandomCommand.d.ts +2 -1
  26. package/dist-types/commands/GetKeyPolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +2 -1
  28. package/dist-types/commands/GetParametersForImportCommand.d.ts +2 -1
  29. package/dist-types/commands/GetPublicKeyCommand.d.ts +2 -1
  30. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +2 -1
  31. package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListGrantsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListKeyRotationsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  36. package/dist-types/commands/ListResourceTagsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +2 -1
  38. package/dist-types/commands/PutKeyPolicyCommand.d.ts +2 -1
  39. package/dist-types/commands/ReEncryptCommand.d.ts +2 -1
  40. package/dist-types/commands/ReplicateKeyCommand.d.ts +2 -1
  41. package/dist-types/commands/RetireGrantCommand.d.ts +2 -1
  42. package/dist-types/commands/RevokeGrantCommand.d.ts +2 -1
  43. package/dist-types/commands/RotateKeyOnDemandCommand.d.ts +2 -1
  44. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +2 -1
  45. package/dist-types/commands/SignCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateAliasCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
  52. package/dist-types/commands/VerifyCommand.d.ts +2 -1
  53. package/dist-types/commands/VerifyMacCommand.d.ts +2 -1
  54. package/dist-types/index.d.ts +2 -2
  55. package/dist-types/models/KMSServiceException.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListKeyRotationsCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/RotateKeyOnDemandCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/SignCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/models/KMSServiceException.d.ts +2 -1
  109. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -325,7 +325,6 @@ var KMSClient = _KMSClient;
325
325
 
326
326
  var import_middleware_serde = require("@smithy/middleware-serde");
327
327
 
328
- var import_types = require("@smithy/types");
329
328
 
330
329
  // src/protocols/Aws_json1_1.ts
331
330
  var import_core2 = require("@aws-sdk/core");
@@ -3377,7 +3376,6 @@ var CancelKeyDeletionCommand = _CancelKeyDeletionCommand;
3377
3376
 
3378
3377
 
3379
3378
 
3380
-
3381
3379
  var _ConnectCustomKeyStoreCommand = class _ConnectCustomKeyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
3382
3380
  ...commonParams
3383
3381
  }).m(function(Command, cs, config, o) {
@@ -3394,7 +3392,6 @@ var ConnectCustomKeyStoreCommand = _ConnectCustomKeyStoreCommand;
3394
3392
 
3395
3393
 
3396
3394
 
3397
-
3398
3395
  var _CreateAliasCommand = class _CreateAliasCommand extends import_smithy_client.Command.classBuilder().ep({
3399
3396
  ...commonParams
3400
3397
  }).m(function(Command, cs, config, o) {
@@ -3411,7 +3408,6 @@ var CreateAliasCommand = _CreateAliasCommand;
3411
3408
 
3412
3409
 
3413
3410
 
3414
-
3415
3411
  var _CreateCustomKeyStoreCommand = class _CreateCustomKeyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
3416
3412
  ...commonParams
3417
3413
  }).m(function(Command, cs, config, o) {
@@ -3428,7 +3424,6 @@ var CreateCustomKeyStoreCommand = _CreateCustomKeyStoreCommand;
3428
3424
 
3429
3425
 
3430
3426
 
3431
-
3432
3427
  var _CreateGrantCommand = class _CreateGrantCommand extends import_smithy_client.Command.classBuilder().ep({
3433
3428
  ...commonParams
3434
3429
  }).m(function(Command, cs, config, o) {
@@ -3445,7 +3440,6 @@ var CreateGrantCommand = _CreateGrantCommand;
3445
3440
 
3446
3441
 
3447
3442
 
3448
-
3449
3443
  var _CreateKeyCommand = class _CreateKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3450
3444
  ...commonParams
3451
3445
  }).m(function(Command, cs, config, o) {
@@ -3462,7 +3456,6 @@ var CreateKeyCommand = _CreateKeyCommand;
3462
3456
 
3463
3457
 
3464
3458
 
3465
-
3466
3459
  var _DecryptCommand = class _DecryptCommand extends import_smithy_client.Command.classBuilder().ep({
3467
3460
  ...commonParams
3468
3461
  }).m(function(Command, cs, config, o) {
@@ -3479,7 +3472,6 @@ var DecryptCommand = _DecryptCommand;
3479
3472
 
3480
3473
 
3481
3474
 
3482
-
3483
3475
  var _DeleteAliasCommand = class _DeleteAliasCommand extends import_smithy_client.Command.classBuilder().ep({
3484
3476
  ...commonParams
3485
3477
  }).m(function(Command, cs, config, o) {
@@ -3496,7 +3488,6 @@ var DeleteAliasCommand = _DeleteAliasCommand;
3496
3488
 
3497
3489
 
3498
3490
 
3499
-
3500
3491
  var _DeleteCustomKeyStoreCommand = class _DeleteCustomKeyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
3501
3492
  ...commonParams
3502
3493
  }).m(function(Command, cs, config, o) {
@@ -3513,7 +3504,6 @@ var DeleteCustomKeyStoreCommand = _DeleteCustomKeyStoreCommand;
3513
3504
 
3514
3505
 
3515
3506
 
3516
-
3517
3507
  var _DeleteImportedKeyMaterialCommand = class _DeleteImportedKeyMaterialCommand extends import_smithy_client.Command.classBuilder().ep({
3518
3508
  ...commonParams
3519
3509
  }).m(function(Command, cs, config, o) {
@@ -3530,7 +3520,6 @@ var DeleteImportedKeyMaterialCommand = _DeleteImportedKeyMaterialCommand;
3530
3520
 
3531
3521
 
3532
3522
 
3533
-
3534
3523
  var _DescribeCustomKeyStoresCommand = class _DescribeCustomKeyStoresCommand extends import_smithy_client.Command.classBuilder().ep({
3535
3524
  ...commonParams
3536
3525
  }).m(function(Command, cs, config, o) {
@@ -3547,7 +3536,6 @@ var DescribeCustomKeyStoresCommand = _DescribeCustomKeyStoresCommand;
3547
3536
 
3548
3537
 
3549
3538
 
3550
-
3551
3539
  var _DescribeKeyCommand = class _DescribeKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3552
3540
  ...commonParams
3553
3541
  }).m(function(Command, cs, config, o) {
@@ -3564,7 +3552,6 @@ var DescribeKeyCommand = _DescribeKeyCommand;
3564
3552
 
3565
3553
 
3566
3554
 
3567
-
3568
3555
  var _DisableKeyCommand = class _DisableKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3569
3556
  ...commonParams
3570
3557
  }).m(function(Command, cs, config, o) {
@@ -3581,7 +3568,6 @@ var DisableKeyCommand = _DisableKeyCommand;
3581
3568
 
3582
3569
 
3583
3570
 
3584
-
3585
3571
  var _DisableKeyRotationCommand = class _DisableKeyRotationCommand extends import_smithy_client.Command.classBuilder().ep({
3586
3572
  ...commonParams
3587
3573
  }).m(function(Command, cs, config, o) {
@@ -3598,7 +3584,6 @@ var DisableKeyRotationCommand = _DisableKeyRotationCommand;
3598
3584
 
3599
3585
 
3600
3586
 
3601
-
3602
3587
  var _DisconnectCustomKeyStoreCommand = class _DisconnectCustomKeyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
3603
3588
  ...commonParams
3604
3589
  }).m(function(Command, cs, config, o) {
@@ -3615,7 +3600,6 @@ var DisconnectCustomKeyStoreCommand = _DisconnectCustomKeyStoreCommand;
3615
3600
 
3616
3601
 
3617
3602
 
3618
-
3619
3603
  var _EnableKeyCommand = class _EnableKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3620
3604
  ...commonParams
3621
3605
  }).m(function(Command, cs, config, o) {
@@ -3632,7 +3616,6 @@ var EnableKeyCommand = _EnableKeyCommand;
3632
3616
 
3633
3617
 
3634
3618
 
3635
-
3636
3619
  var _EnableKeyRotationCommand = class _EnableKeyRotationCommand extends import_smithy_client.Command.classBuilder().ep({
3637
3620
  ...commonParams
3638
3621
  }).m(function(Command, cs, config, o) {
@@ -3649,7 +3632,6 @@ var EnableKeyRotationCommand = _EnableKeyRotationCommand;
3649
3632
 
3650
3633
 
3651
3634
 
3652
-
3653
3635
  var _EncryptCommand = class _EncryptCommand extends import_smithy_client.Command.classBuilder().ep({
3654
3636
  ...commonParams
3655
3637
  }).m(function(Command, cs, config, o) {
@@ -3666,7 +3648,6 @@ var EncryptCommand = _EncryptCommand;
3666
3648
 
3667
3649
 
3668
3650
 
3669
-
3670
3651
  var _GenerateDataKeyCommand = class _GenerateDataKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3671
3652
  ...commonParams
3672
3653
  }).m(function(Command, cs, config, o) {
@@ -3683,7 +3664,6 @@ var GenerateDataKeyCommand = _GenerateDataKeyCommand;
3683
3664
 
3684
3665
 
3685
3666
 
3686
-
3687
3667
  var _GenerateDataKeyPairCommand = class _GenerateDataKeyPairCommand extends import_smithy_client.Command.classBuilder().ep({
3688
3668
  ...commonParams
3689
3669
  }).m(function(Command, cs, config, o) {
@@ -3700,7 +3680,6 @@ var GenerateDataKeyPairCommand = _GenerateDataKeyPairCommand;
3700
3680
 
3701
3681
 
3702
3682
 
3703
-
3704
3683
  var _GenerateDataKeyPairWithoutPlaintextCommand = class _GenerateDataKeyPairWithoutPlaintextCommand extends import_smithy_client.Command.classBuilder().ep({
3705
3684
  ...commonParams
3706
3685
  }).m(function(Command, cs, config, o) {
@@ -3717,7 +3696,6 @@ var GenerateDataKeyPairWithoutPlaintextCommand = _GenerateDataKeyPairWithoutPlai
3717
3696
 
3718
3697
 
3719
3698
 
3720
-
3721
3699
  var _GenerateDataKeyWithoutPlaintextCommand = class _GenerateDataKeyWithoutPlaintextCommand extends import_smithy_client.Command.classBuilder().ep({
3722
3700
  ...commonParams
3723
3701
  }).m(function(Command, cs, config, o) {
@@ -3734,7 +3712,6 @@ var GenerateDataKeyWithoutPlaintextCommand = _GenerateDataKeyWithoutPlaintextCom
3734
3712
 
3735
3713
 
3736
3714
 
3737
-
3738
3715
  var _GenerateMacCommand = class _GenerateMacCommand extends import_smithy_client.Command.classBuilder().ep({
3739
3716
  ...commonParams
3740
3717
  }).m(function(Command, cs, config, o) {
@@ -3751,7 +3728,6 @@ var GenerateMacCommand = _GenerateMacCommand;
3751
3728
 
3752
3729
 
3753
3730
 
3754
-
3755
3731
  var _GenerateRandomCommand = class _GenerateRandomCommand extends import_smithy_client.Command.classBuilder().ep({
3756
3732
  ...commonParams
3757
3733
  }).m(function(Command, cs, config, o) {
@@ -3768,7 +3744,6 @@ var GenerateRandomCommand = _GenerateRandomCommand;
3768
3744
 
3769
3745
 
3770
3746
 
3771
-
3772
3747
  var _GetKeyPolicyCommand = class _GetKeyPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3773
3748
  ...commonParams
3774
3749
  }).m(function(Command, cs, config, o) {
@@ -3785,7 +3760,6 @@ var GetKeyPolicyCommand = _GetKeyPolicyCommand;
3785
3760
 
3786
3761
 
3787
3762
 
3788
-
3789
3763
  var _GetKeyRotationStatusCommand = class _GetKeyRotationStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3790
3764
  ...commonParams
3791
3765
  }).m(function(Command, cs, config, o) {
@@ -3802,7 +3776,6 @@ var GetKeyRotationStatusCommand = _GetKeyRotationStatusCommand;
3802
3776
 
3803
3777
 
3804
3778
 
3805
-
3806
3779
  var _GetParametersForImportCommand = class _GetParametersForImportCommand extends import_smithy_client.Command.classBuilder().ep({
3807
3780
  ...commonParams
3808
3781
  }).m(function(Command, cs, config, o) {
@@ -3819,7 +3792,6 @@ var GetParametersForImportCommand = _GetParametersForImportCommand;
3819
3792
 
3820
3793
 
3821
3794
 
3822
-
3823
3795
  var _GetPublicKeyCommand = class _GetPublicKeyCommand extends import_smithy_client.Command.classBuilder().ep({
3824
3796
  ...commonParams
3825
3797
  }).m(function(Command, cs, config, o) {
@@ -3836,7 +3808,6 @@ var GetPublicKeyCommand = _GetPublicKeyCommand;
3836
3808
 
3837
3809
 
3838
3810
 
3839
-
3840
3811
  var _ImportKeyMaterialCommand = class _ImportKeyMaterialCommand extends import_smithy_client.Command.classBuilder().ep({
3841
3812
  ...commonParams
3842
3813
  }).m(function(Command, cs, config, o) {
@@ -3853,7 +3824,6 @@ var ImportKeyMaterialCommand = _ImportKeyMaterialCommand;
3853
3824
 
3854
3825
 
3855
3826
 
3856
-
3857
3827
  var _ListAliasesCommand = class _ListAliasesCommand extends import_smithy_client.Command.classBuilder().ep({
3858
3828
  ...commonParams
3859
3829
  }).m(function(Command, cs, config, o) {
@@ -3870,7 +3840,6 @@ var ListAliasesCommand = _ListAliasesCommand;
3870
3840
 
3871
3841
 
3872
3842
 
3873
-
3874
3843
  var _ListGrantsCommand = class _ListGrantsCommand extends import_smithy_client.Command.classBuilder().ep({
3875
3844
  ...commonParams
3876
3845
  }).m(function(Command, cs, config, o) {
@@ -3887,7 +3856,6 @@ var ListGrantsCommand = _ListGrantsCommand;
3887
3856
 
3888
3857
 
3889
3858
 
3890
-
3891
3859
  var _ListKeyPoliciesCommand = class _ListKeyPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
3892
3860
  ...commonParams
3893
3861
  }).m(function(Command, cs, config, o) {
@@ -3904,7 +3872,6 @@ var ListKeyPoliciesCommand = _ListKeyPoliciesCommand;
3904
3872
 
3905
3873
 
3906
3874
 
3907
-
3908
3875
  var _ListKeyRotationsCommand = class _ListKeyRotationsCommand extends import_smithy_client.Command.classBuilder().ep({
3909
3876
  ...commonParams
3910
3877
  }).m(function(Command, cs, config, o) {
@@ -3921,7 +3888,6 @@ var ListKeyRotationsCommand = _ListKeyRotationsCommand;
3921
3888
 
3922
3889
 
3923
3890
 
3924
-
3925
3891
  var _ListKeysCommand = class _ListKeysCommand extends import_smithy_client.Command.classBuilder().ep({
3926
3892
  ...commonParams
3927
3893
  }).m(function(Command, cs, config, o) {
@@ -3938,7 +3904,6 @@ var ListKeysCommand = _ListKeysCommand;
3938
3904
 
3939
3905
 
3940
3906
 
3941
-
3942
3907
  var _ListResourceTagsCommand = class _ListResourceTagsCommand extends import_smithy_client.Command.classBuilder().ep({
3943
3908
  ...commonParams
3944
3909
  }).m(function(Command, cs, config, o) {
@@ -3955,7 +3920,6 @@ var ListResourceTagsCommand = _ListResourceTagsCommand;
3955
3920
 
3956
3921
 
3957
3922
 
3958
-
3959
3923
  var _ListRetirableGrantsCommand = class _ListRetirableGrantsCommand extends import_smithy_client.Command.classBuilder().ep({
3960
3924
  ...commonParams
3961
3925
  }).m(function(Command, cs, config, o) {
@@ -3972,7 +3936,6 @@ var ListRetirableGrantsCommand = _ListRetirableGrantsCommand;
3972
3936
 
3973
3937
 
3974
3938
 
3975
-
3976
3939
  var _PutKeyPolicyCommand = class _PutKeyPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3977
3940
  ...commonParams
3978
3941
  }).m(function(Command, cs, config, o) {
@@ -3989,7 +3952,6 @@ var PutKeyPolicyCommand = _PutKeyPolicyCommand;
3989
3952
 
3990
3953
 
3991
3954
 
3992
-
3993
3955
  var _ReEncryptCommand = class _ReEncryptCommand extends import_smithy_client.Command.classBuilder().ep({
3994
3956
  ...commonParams
3995
3957
  }).m(function(Command, cs, config, o) {
@@ -4006,7 +3968,6 @@ var ReEncryptCommand = _ReEncryptCommand;
4006
3968
 
4007
3969
 
4008
3970
 
4009
-
4010
3971
  var _ReplicateKeyCommand = class _ReplicateKeyCommand extends import_smithy_client.Command.classBuilder().ep({
4011
3972
  ...commonParams
4012
3973
  }).m(function(Command, cs, config, o) {
@@ -4023,7 +3984,6 @@ var ReplicateKeyCommand = _ReplicateKeyCommand;
4023
3984
 
4024
3985
 
4025
3986
 
4026
-
4027
3987
  var _RetireGrantCommand = class _RetireGrantCommand extends import_smithy_client.Command.classBuilder().ep({
4028
3988
  ...commonParams
4029
3989
  }).m(function(Command, cs, config, o) {
@@ -4040,7 +4000,6 @@ var RetireGrantCommand = _RetireGrantCommand;
4040
4000
 
4041
4001
 
4042
4002
 
4043
-
4044
4003
  var _RevokeGrantCommand = class _RevokeGrantCommand extends import_smithy_client.Command.classBuilder().ep({
4045
4004
  ...commonParams
4046
4005
  }).m(function(Command, cs, config, o) {
@@ -4057,7 +4016,6 @@ var RevokeGrantCommand = _RevokeGrantCommand;
4057
4016
 
4058
4017
 
4059
4018
 
4060
-
4061
4019
  var _RotateKeyOnDemandCommand = class _RotateKeyOnDemandCommand extends import_smithy_client.Command.classBuilder().ep({
4062
4020
  ...commonParams
4063
4021
  }).m(function(Command, cs, config, o) {
@@ -4074,7 +4032,6 @@ var RotateKeyOnDemandCommand = _RotateKeyOnDemandCommand;
4074
4032
 
4075
4033
 
4076
4034
 
4077
-
4078
4035
  var _ScheduleKeyDeletionCommand = class _ScheduleKeyDeletionCommand extends import_smithy_client.Command.classBuilder().ep({
4079
4036
  ...commonParams
4080
4037
  }).m(function(Command, cs, config, o) {
@@ -4091,7 +4048,6 @@ var ScheduleKeyDeletionCommand = _ScheduleKeyDeletionCommand;
4091
4048
 
4092
4049
 
4093
4050
 
4094
-
4095
4051
  var _SignCommand = class _SignCommand extends import_smithy_client.Command.classBuilder().ep({
4096
4052
  ...commonParams
4097
4053
  }).m(function(Command, cs, config, o) {
@@ -4108,7 +4064,6 @@ var SignCommand = _SignCommand;
4108
4064
 
4109
4065
 
4110
4066
 
4111
-
4112
4067
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4113
4068
  ...commonParams
4114
4069
  }).m(function(Command, cs, config, o) {
@@ -4125,7 +4080,6 @@ var TagResourceCommand = _TagResourceCommand;
4125
4080
 
4126
4081
 
4127
4082
 
4128
-
4129
4083
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4130
4084
  ...commonParams
4131
4085
  }).m(function(Command, cs, config, o) {
@@ -4142,7 +4096,6 @@ var UntagResourceCommand = _UntagResourceCommand;
4142
4096
 
4143
4097
 
4144
4098
 
4145
-
4146
4099
  var _UpdateAliasCommand = class _UpdateAliasCommand extends import_smithy_client.Command.classBuilder().ep({
4147
4100
  ...commonParams
4148
4101
  }).m(function(Command, cs, config, o) {
@@ -4159,7 +4112,6 @@ var UpdateAliasCommand = _UpdateAliasCommand;
4159
4112
 
4160
4113
 
4161
4114
 
4162
-
4163
4115
  var _UpdateCustomKeyStoreCommand = class _UpdateCustomKeyStoreCommand extends import_smithy_client.Command.classBuilder().ep({
4164
4116
  ...commonParams
4165
4117
  }).m(function(Command, cs, config, o) {
@@ -4176,7 +4128,6 @@ var UpdateCustomKeyStoreCommand = _UpdateCustomKeyStoreCommand;
4176
4128
 
4177
4129
 
4178
4130
 
4179
-
4180
4131
  var _UpdateKeyDescriptionCommand = class _UpdateKeyDescriptionCommand extends import_smithy_client.Command.classBuilder().ep({
4181
4132
  ...commonParams
4182
4133
  }).m(function(Command, cs, config, o) {
@@ -4193,7 +4144,6 @@ var UpdateKeyDescriptionCommand = _UpdateKeyDescriptionCommand;
4193
4144
 
4194
4145
 
4195
4146
 
4196
-
4197
4147
  var _UpdatePrimaryRegionCommand = class _UpdatePrimaryRegionCommand extends import_smithy_client.Command.classBuilder().ep({
4198
4148
  ...commonParams
4199
4149
  }).m(function(Command, cs, config, o) {
@@ -4210,7 +4160,6 @@ var UpdatePrimaryRegionCommand = _UpdatePrimaryRegionCommand;
4210
4160
 
4211
4161
 
4212
4162
 
4213
-
4214
4163
  var _VerifyCommand = class _VerifyCommand extends import_smithy_client.Command.classBuilder().ep({
4215
4164
  ...commonParams
4216
4165
  }).m(function(Command, cs, config, o) {
@@ -4227,7 +4176,6 @@ var VerifyCommand = _VerifyCommand;
4227
4176
 
4228
4177
 
4229
4178
 
4230
-
4231
4179
  var _VerifyMacCommand = class _VerifyMacCommand extends import_smithy_client.Command.classBuilder().ep({
4232
4180
  ...commonParams
4233
4181
  }).m(function(Command, cs, config, o) {
@@ -5,7 +5,8 @@ import { CancelKeyDeletionRequest, CancelKeyDeletionResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ConnectCustomKeyStoreRequest, ConnectCustomKeyStoreResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateAliasRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateCustomKeyStoreRequest, CreateCustomKeyStoreResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DecryptRequest, DecryptResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteAliasRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteCustomKeyStoreRequest, DeleteCustomKeyStoreResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteImportedKeyMaterialRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeCustomKeyStoresRequest, DescribeCustomKeyStoresResponse } from
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisableKeyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisableKeyRotationRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EnableKeyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EnableKeyRotationRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EncryptRequest, EncryptResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GenerateDataKeyRequest, GenerateDataKeyResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GenerateDataKeyPairRequest, GenerateDataKeyPairResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GenerateDataKeyPairWithoutPlaintextRequest, GenerateDataKeyPairWithoutP
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GenerateDataKeyWithoutPlaintextRequest, GenerateDataKeyWithoutPlaintext
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GenerateMacRequest, GenerateMacResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GenerateRandomRequest, GenerateRandomResponse } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetKeyRotationStatusRequest, GetKeyRotationStatusResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *