@aws-sdk/client-kms 3.926.0 → 3.928.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 (89) hide show
  1. package/dist-cjs/index.js +1975 -2615
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/KMSClient.js +2 -0
  4. package/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
  5. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
  6. package/dist-es/commands/CreateAliasCommand.js +3 -9
  7. package/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
  8. package/dist-es/commands/CreateGrantCommand.js +3 -9
  9. package/dist-es/commands/CreateKeyCommand.js +3 -9
  10. package/dist-es/commands/DecryptCommand.js +3 -10
  11. package/dist-es/commands/DeleteAliasCommand.js +3 -9
  12. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
  13. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
  14. package/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
  15. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
  16. package/dist-es/commands/DescribeKeyCommand.js +3 -9
  17. package/dist-es/commands/DisableKeyCommand.js +3 -9
  18. package/dist-es/commands/DisableKeyRotationCommand.js +3 -9
  19. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
  20. package/dist-es/commands/EnableKeyCommand.js +3 -9
  21. package/dist-es/commands/EnableKeyRotationCommand.js +3 -9
  22. package/dist-es/commands/EncryptCommand.js +3 -10
  23. package/dist-es/commands/GenerateDataKeyCommand.js +3 -10
  24. package/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
  25. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
  26. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
  27. package/dist-es/commands/GenerateMacCommand.js +3 -10
  28. package/dist-es/commands/GenerateRandomCommand.js +3 -10
  29. package/dist-es/commands/GetKeyPolicyCommand.js +3 -9
  30. package/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
  31. package/dist-es/commands/GetParametersForImportCommand.js +3 -10
  32. package/dist-es/commands/GetPublicKeyCommand.js +3 -9
  33. package/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
  34. package/dist-es/commands/ListAliasesCommand.js +3 -9
  35. package/dist-es/commands/ListGrantsCommand.js +3 -9
  36. package/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
  37. package/dist-es/commands/ListKeyRotationsCommand.js +3 -9
  38. package/dist-es/commands/ListKeysCommand.js +3 -9
  39. package/dist-es/commands/ListResourceTagsCommand.js +3 -9
  40. package/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
  41. package/dist-es/commands/PutKeyPolicyCommand.js +3 -9
  42. package/dist-es/commands/ReEncryptCommand.js +3 -9
  43. package/dist-es/commands/ReplicateKeyCommand.js +3 -9
  44. package/dist-es/commands/RetireGrantCommand.js +3 -9
  45. package/dist-es/commands/RevokeGrantCommand.js +3 -9
  46. package/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
  47. package/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
  48. package/dist-es/commands/SignCommand.js +3 -10
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAliasCommand.js +3 -9
  52. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
  53. package/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
  54. package/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
  55. package/dist-es/commands/VerifyCommand.js +3 -10
  56. package/dist-es/commands/VerifyMacCommand.js +3 -10
  57. package/dist-es/models/models_0.js +4 -80
  58. package/dist-es/runtimeConfig.shared.js +7 -0
  59. package/dist-es/schemas/schemas_0.js +1728 -0
  60. package/dist-types/KMSClient.d.ts +10 -1
  61. package/dist-types/commands/CreateKeyCommand.d.ts +4 -4
  62. package/dist-types/commands/DecryptCommand.d.ts +6 -6
  63. package/dist-types/commands/DeriveSharedSecretCommand.d.ts +5 -5
  64. package/dist-types/commands/DescribeKeyCommand.d.ts +2 -2
  65. package/dist-types/commands/GenerateDataKeyCommand.d.ts +6 -6
  66. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +8 -8
  67. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -2
  68. package/dist-types/commands/GenerateRandomCommand.d.ts +5 -5
  69. package/dist-types/commands/GetPublicKeyCommand.d.ts +2 -2
  70. package/dist-types/commands/ReplicateKeyCommand.d.ts +2 -2
  71. package/dist-types/commands/SignCommand.d.ts +2 -2
  72. package/dist-types/commands/VerifyCommand.d.ts +2 -2
  73. package/dist-types/models/models_0.d.ts +97 -119
  74. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  75. package/dist-types/runtimeConfig.d.ts +1 -0
  76. package/dist-types/runtimeConfig.native.d.ts +1 -0
  77. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  78. package/dist-types/schemas/schemas_0.d.ts +229 -0
  79. package/dist-types/ts3.4/KMSClient.d.ts +4 -0
  80. package/dist-types/ts3.4/models/models_0.d.ts +4 -49
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  85. package/dist-types/ts3.4/schemas/schemas_0.d.ts +235 -0
  86. package/package.json +5 -5
  87. package/dist-es/protocols/Aws_json1_1.js +0 -2008
  88. package/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.