@aws-sdk/client-kms 3.32.0 → 3.36.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 (505) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +8 -7
  3. package/{dist/cjs → dist-cjs}/KMS.js +9 -9
  4. package/{dist/cjs → dist-cjs}/KMSClient.js +16 -16
  5. package/{dist/cjs → dist-cjs}/commands/CancelKeyDeletionCommand.js +8 -7
  6. package/{dist/cjs → dist-cjs}/commands/ConnectCustomKeyStoreCommand.js +5 -6
  7. package/{dist/cjs → dist-cjs}/commands/CreateAliasCommand.js +13 -10
  8. package/{dist/cjs → dist-cjs}/commands/CreateCustomKeyStoreCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/CreateGrantCommand.js +16 -14
  10. package/{dist/cjs → dist-cjs}/commands/CreateKeyCommand.js +18 -17
  11. package/{dist/cjs → dist-cjs}/commands/DecryptCommand.js +26 -24
  12. package/{dist/cjs → dist-cjs}/commands/DeleteAliasCommand.js +13 -10
  13. package/{dist/cjs → dist-cjs}/commands/DeleteCustomKeyStoreCommand.js +12 -14
  14. package/{dist/cjs → dist-cjs}/commands/DeleteImportedKeyMaterialCommand.js +7 -9
  15. package/{dist/cjs → dist-cjs}/commands/DescribeCustomKeyStoresCommand.js +6 -7
  16. package/{dist/cjs → dist-cjs}/commands/DescribeKeyCommand.js +14 -13
  17. package/{dist/cjs → dist-cjs}/commands/DisableKeyCommand.js +7 -7
  18. package/{dist/cjs → dist-cjs}/commands/DisableKeyRotationCommand.js +4 -4
  19. package/{dist/cjs → dist-cjs}/commands/DisconnectCustomKeyStoreCommand.js +8 -7
  20. package/{dist/cjs → dist-cjs}/commands/EnableKeyCommand.js +6 -5
  21. package/{dist/cjs → dist-cjs}/commands/EnableKeyRotationCommand.js +4 -4
  22. package/{dist/cjs → dist-cjs}/commands/EncryptCommand.js +16 -15
  23. package/{dist/cjs → dist-cjs}/commands/GenerateDataKeyCommand.js +17 -15
  24. package/{dist/cjs → dist-cjs}/commands/GenerateDataKeyPairCommand.js +17 -16
  25. package/{dist/cjs → dist-cjs}/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +18 -16
  26. package/{dist/cjs → dist-cjs}/commands/GenerateDataKeyWithoutPlaintextCommand.js +13 -12
  27. package/{dist/cjs → dist-cjs}/commands/GenerateRandomCommand.js +4 -4
  28. package/{dist/cjs → dist-cjs}/commands/GetKeyPolicyCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/GetKeyRotationStatusCommand.js +4 -4
  30. package/{dist/cjs → dist-cjs}/commands/GetParametersForImportCommand.js +9 -11
  31. package/{dist/cjs → dist-cjs}/commands/GetPublicKeyCommand.js +9 -8
  32. package/{dist/cjs → dist-cjs}/commands/ImportKeyMaterialCommand.js +15 -16
  33. package/{dist/cjs → dist-cjs}/commands/ListAliasesCommand.js +15 -13
  34. package/{dist/cjs → dist-cjs}/commands/ListGrantsCommand.js +4 -5
  35. package/{dist/cjs → dist-cjs}/commands/ListKeyPoliciesCommand.js +5 -6
  36. package/{dist/cjs → dist-cjs}/commands/ListKeysCommand.js +3 -5
  37. package/{dist/cjs → dist-cjs}/commands/ListResourceTagsCommand.js +2 -3
  38. package/{dist/cjs → dist-cjs}/commands/ListRetirableGrantsCommand.js +9 -9
  39. package/{dist/cjs → dist-cjs}/commands/PutKeyPolicyCommand.js +2 -3
  40. package/{dist/cjs → dist-cjs}/commands/ReEncryptCommand.js +35 -30
  41. package/{dist/cjs → dist-cjs}/commands/ReplicateKeyCommand.js +7 -8
  42. package/{dist/cjs → dist-cjs}/commands/RetireGrantCommand.js +9 -8
  43. package/{dist/cjs → dist-cjs}/commands/RevokeGrantCommand.js +3 -5
  44. package/{dist/cjs → dist-cjs}/commands/ScheduleKeyDeletionCommand.js +21 -18
  45. package/{dist/cjs → dist-cjs}/commands/SignCommand.js +12 -12
  46. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +8 -7
  47. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -6
  48. package/{dist/cjs → dist-cjs}/commands/UpdateAliasCommand.js +17 -14
  49. package/{dist/cjs → dist-cjs}/commands/UpdateCustomKeyStoreCommand.js +19 -20
  50. package/{dist/cjs → dist-cjs}/commands/UpdateKeyDescriptionCommand.js +5 -6
  51. package/{dist/cjs → dist-cjs}/commands/UpdatePrimaryRegionCommand.js +3 -4
  52. package/{dist/cjs → dist-cjs}/commands/VerifyCommand.js +7 -8
  53. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  54. package/{dist/cjs → dist-cjs}/index.js +0 -1
  55. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  56. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  57. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  58. package/{dist/cjs → dist-cjs}/pagination/ListAliasesPaginator.js +1 -2
  59. package/{dist/cjs → dist-cjs}/pagination/ListGrantsPaginator.js +1 -2
  60. package/{dist/cjs → dist-cjs}/pagination/ListKeyPoliciesPaginator.js +1 -2
  61. package/{dist/cjs → dist-cjs}/pagination/ListKeysPaginator.js +1 -2
  62. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  63. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  65. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  66. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  67. package/{dist/es → dist-es}/KMS.js +2 -94
  68. package/dist-es/KMSClient.js +37 -0
  69. package/dist-es/commands/CancelKeyDeletionCommand.js +39 -0
  70. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +39 -0
  71. package/dist-es/commands/CreateAliasCommand.js +39 -0
  72. package/dist-es/commands/CreateCustomKeyStoreCommand.js +39 -0
  73. package/dist-es/commands/CreateGrantCommand.js +39 -0
  74. package/dist-es/commands/CreateKeyCommand.js +39 -0
  75. package/dist-es/commands/DecryptCommand.js +39 -0
  76. package/dist-es/commands/DeleteAliasCommand.js +39 -0
  77. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +39 -0
  78. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +39 -0
  79. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +39 -0
  80. package/dist-es/commands/DescribeKeyCommand.js +39 -0
  81. package/dist-es/commands/DisableKeyCommand.js +39 -0
  82. package/dist-es/commands/DisableKeyRotationCommand.js +39 -0
  83. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +39 -0
  84. package/dist-es/commands/EnableKeyCommand.js +39 -0
  85. package/dist-es/commands/EnableKeyRotationCommand.js +39 -0
  86. package/dist-es/commands/EncryptCommand.js +39 -0
  87. package/dist-es/commands/GenerateDataKeyCommand.js +39 -0
  88. package/dist-es/commands/GenerateDataKeyPairCommand.js +39 -0
  89. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +39 -0
  90. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +39 -0
  91. package/dist-es/commands/GenerateRandomCommand.js +39 -0
  92. package/{dist/es → dist-es}/commands/GetKeyPolicyCommand.js +4 -38
  93. package/dist-es/commands/GetKeyRotationStatusCommand.js +39 -0
  94. package/dist-es/commands/GetParametersForImportCommand.js +39 -0
  95. package/dist-es/commands/GetPublicKeyCommand.js +39 -0
  96. package/dist-es/commands/ImportKeyMaterialCommand.js +39 -0
  97. package/dist-es/commands/ListAliasesCommand.js +39 -0
  98. package/dist-es/commands/ListGrantsCommand.js +39 -0
  99. package/dist-es/commands/ListKeyPoliciesCommand.js +39 -0
  100. package/dist-es/commands/ListKeysCommand.js +39 -0
  101. package/dist-es/commands/ListResourceTagsCommand.js +39 -0
  102. package/dist-es/commands/ListRetirableGrantsCommand.js +39 -0
  103. package/dist-es/commands/PutKeyPolicyCommand.js +39 -0
  104. package/dist-es/commands/ReEncryptCommand.js +39 -0
  105. package/dist-es/commands/ReplicateKeyCommand.js +39 -0
  106. package/dist-es/commands/RetireGrantCommand.js +39 -0
  107. package/dist-es/commands/RevokeGrantCommand.js +39 -0
  108. package/dist-es/commands/ScheduleKeyDeletionCommand.js +39 -0
  109. package/dist-es/commands/SignCommand.js +39 -0
  110. package/dist-es/commands/TagResourceCommand.js +39 -0
  111. package/dist-es/commands/UntagResourceCommand.js +39 -0
  112. package/dist-es/commands/UpdateAliasCommand.js +39 -0
  113. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +39 -0
  114. package/dist-es/commands/UpdateKeyDescriptionCommand.js +39 -0
  115. package/dist-es/commands/UpdatePrimaryRegionCommand.js +39 -0
  116. package/dist-es/commands/VerifyCommand.js +39 -0
  117. package/{dist/es → dist-es}/endpoints.js +1 -2
  118. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  119. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  120. package/{dist/es → dist-es}/models/models_0.js +0 -367
  121. package/dist-es/pagination/Interfaces.js +1 -0
  122. package/{dist/es → dist-es}/pagination/ListAliasesPaginator.js +17 -30
  123. package/{dist/es → dist-es}/pagination/ListGrantsPaginator.js +17 -30
  124. package/{dist/es → dist-es}/pagination/ListKeyPoliciesPaginator.js +17 -30
  125. package/{dist/es → dist-es}/pagination/ListKeysPaginator.js +17 -30
  126. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1615 -1621
  127. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  128. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  129. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  130. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  131. package/{dist/types → dist-types}/KMS.d.ts +398 -336
  132. package/{dist/types → dist-types}/KMSClient.d.ts +16 -15
  133. package/{dist/types → dist-types}/commands/CancelKeyDeletionCommand.d.ts +8 -6
  134. package/{dist/types → dist-types}/commands/ConnectCustomKeyStoreCommand.d.ts +5 -5
  135. package/{dist/types → dist-types}/commands/CreateAliasCommand.d.ts +13 -9
  136. package/{dist/types → dist-types}/commands/CreateCustomKeyStoreCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/CreateGrantCommand.d.ts +16 -13
  138. package/{dist/types → dist-types}/commands/CreateKeyCommand.d.ts +18 -16
  139. package/{dist/types → dist-types}/commands/DecryptCommand.d.ts +26 -23
  140. package/{dist/types → dist-types}/commands/DeleteAliasCommand.d.ts +13 -9
  141. package/{dist/types → dist-types}/commands/DeleteCustomKeyStoreCommand.d.ts +12 -13
  142. package/{dist/types → dist-types}/commands/DeleteImportedKeyMaterialCommand.d.ts +7 -8
  143. package/{dist/types → dist-types}/commands/DescribeCustomKeyStoresCommand.d.ts +6 -6
  144. package/{dist/types → dist-types}/commands/DescribeKeyCommand.d.ts +14 -12
  145. package/{dist/types → dist-types}/commands/DisableKeyCommand.d.ts +7 -6
  146. package/{dist/types → dist-types}/commands/DisableKeyRotationCommand.d.ts +4 -3
  147. package/{dist/types → dist-types}/commands/DisconnectCustomKeyStoreCommand.d.ts +8 -6
  148. package/{dist/types → dist-types}/commands/EnableKeyCommand.d.ts +6 -4
  149. package/{dist/types → dist-types}/commands/EnableKeyRotationCommand.d.ts +4 -3
  150. package/{dist/types → dist-types}/commands/EncryptCommand.d.ts +16 -14
  151. package/{dist/types → dist-types}/commands/GenerateDataKeyCommand.d.ts +17 -14
  152. package/{dist/types → dist-types}/commands/GenerateDataKeyPairCommand.d.ts +17 -15
  153. package/{dist/types → dist-types}/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +18 -15
  154. package/{dist/types → dist-types}/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +13 -11
  155. package/{dist/types → dist-types}/commands/GenerateRandomCommand.d.ts +4 -3
  156. package/{dist/types → dist-types}/commands/GetKeyPolicyCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/GetKeyRotationStatusCommand.d.ts +4 -3
  158. package/{dist/types → dist-types}/commands/GetParametersForImportCommand.d.ts +9 -10
  159. package/{dist/types → dist-types}/commands/GetPublicKeyCommand.d.ts +9 -7
  160. package/{dist/types → dist-types}/commands/ImportKeyMaterialCommand.d.ts +15 -15
  161. package/{dist/types → dist-types}/commands/ListAliasesCommand.d.ts +15 -12
  162. package/{dist/types → dist-types}/commands/ListGrantsCommand.d.ts +4 -4
  163. package/{dist/types → dist-types}/commands/ListKeyPoliciesCommand.d.ts +5 -5
  164. package/{dist/types → dist-types}/commands/ListKeysCommand.d.ts +3 -4
  165. package/{dist/types → dist-types}/commands/ListResourceTagsCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/ListRetirableGrantsCommand.d.ts +9 -8
  167. package/{dist/types → dist-types}/commands/PutKeyPolicyCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/ReEncryptCommand.d.ts +35 -29
  169. package/{dist/types → dist-types}/commands/ReplicateKeyCommand.d.ts +7 -7
  170. package/{dist/types → dist-types}/commands/RetireGrantCommand.d.ts +9 -7
  171. package/{dist/types → dist-types}/commands/RevokeGrantCommand.d.ts +3 -4
  172. package/{dist/types → dist-types}/commands/ScheduleKeyDeletionCommand.d.ts +21 -17
  173. package/{dist/types → dist-types}/commands/SignCommand.d.ts +12 -11
  174. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +8 -6
  175. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +5 -5
  176. package/{dist/types → dist-types}/commands/UpdateAliasCommand.d.ts +17 -13
  177. package/{dist/types → dist-types}/commands/UpdateCustomKeyStoreCommand.d.ts +19 -19
  178. package/{dist/types → dist-types}/commands/UpdateKeyDescriptionCommand.d.ts +5 -5
  179. package/{dist/types → dist-types}/commands/UpdatePrimaryRegionCommand.d.ts +3 -3
  180. package/{dist/types → dist-types}/commands/VerifyCommand.d.ts +7 -7
  181. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  182. package/{index.ts → dist-types/index.d.ts} +0 -0
  183. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  184. package/{dist/types → dist-types}/models/models_0.d.ts +296 -249
  185. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  186. package/{dist/types → dist-types}/pagination/ListAliasesPaginator.d.ts +1 -1
  187. package/{dist/types → dist-types}/pagination/ListGrantsPaginator.d.ts +1 -1
  188. package/{dist/types → dist-types}/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
  189. package/{dist/types → dist-types}/pagination/ListKeysPaginator.d.ts +1 -1
  190. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  191. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  192. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
  193. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  194. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  195. package/{dist/types → dist-types}/ts3.4/KMS.d.ts +398 -336
  196. package/{dist/types → dist-types}/ts3.4/KMSClient.d.ts +16 -15
  197. package/{dist/types → dist-types}/ts3.4/commands/CancelKeyDeletionCommand.d.ts +8 -6
  198. package/{dist/types → dist-types}/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +5 -5
  199. package/{dist/types → dist-types}/ts3.4/commands/CreateAliasCommand.d.ts +13 -9
  200. package/{dist/types → dist-types}/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/ts3.4/commands/CreateGrantCommand.d.ts +16 -13
  202. package/{dist/types → dist-types}/ts3.4/commands/CreateKeyCommand.d.ts +18 -16
  203. package/{dist/types → dist-types}/ts3.4/commands/DecryptCommand.d.ts +26 -23
  204. package/{dist/types → dist-types}/ts3.4/commands/DeleteAliasCommand.d.ts +13 -9
  205. package/{dist/types → dist-types}/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +12 -13
  206. package/{dist/types → dist-types}/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +7 -8
  207. package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +6 -6
  208. package/{dist/types → dist-types}/ts3.4/commands/DescribeKeyCommand.d.ts +14 -12
  209. package/{dist/types → dist-types}/ts3.4/commands/DisableKeyCommand.d.ts +7 -6
  210. package/{dist/types → dist-types}/ts3.4/commands/DisableKeyRotationCommand.d.ts +4 -3
  211. package/{dist/types → dist-types}/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +8 -6
  212. package/{dist/types → dist-types}/ts3.4/commands/EnableKeyCommand.d.ts +6 -4
  213. package/{dist/types → dist-types}/ts3.4/commands/EnableKeyRotationCommand.d.ts +4 -3
  214. package/{dist/types → dist-types}/ts3.4/commands/EncryptCommand.d.ts +16 -14
  215. package/{dist/types → dist-types}/ts3.4/commands/GenerateDataKeyCommand.d.ts +17 -14
  216. package/{dist/types → dist-types}/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +17 -15
  217. package/{dist/types → dist-types}/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +18 -15
  218. package/{dist/types → dist-types}/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +13 -11
  219. package/{dist/types → dist-types}/ts3.4/commands/GenerateRandomCommand.d.ts +4 -3
  220. package/{dist/types → dist-types}/ts3.4/commands/GetKeyPolicyCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +4 -3
  222. package/{dist/types → dist-types}/ts3.4/commands/GetParametersForImportCommand.d.ts +9 -10
  223. package/{dist/types → dist-types}/ts3.4/commands/GetPublicKeyCommand.d.ts +9 -7
  224. package/{dist/types → dist-types}/ts3.4/commands/ImportKeyMaterialCommand.d.ts +15 -15
  225. package/{dist/types → dist-types}/ts3.4/commands/ListAliasesCommand.d.ts +15 -12
  226. package/{dist/types → dist-types}/ts3.4/commands/ListGrantsCommand.d.ts +4 -4
  227. package/{dist/types → dist-types}/ts3.4/commands/ListKeyPoliciesCommand.d.ts +5 -5
  228. package/{dist/types → dist-types}/ts3.4/commands/ListKeysCommand.d.ts +3 -4
  229. package/{dist/types → dist-types}/ts3.4/commands/ListResourceTagsCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/ts3.4/commands/ListRetirableGrantsCommand.d.ts +9 -8
  231. package/{dist/types → dist-types}/ts3.4/commands/PutKeyPolicyCommand.d.ts +2 -2
  232. package/{dist/types → dist-types}/ts3.4/commands/ReEncryptCommand.d.ts +35 -29
  233. package/{dist/types → dist-types}/ts3.4/commands/ReplicateKeyCommand.d.ts +7 -7
  234. package/{dist/types → dist-types}/ts3.4/commands/RetireGrantCommand.d.ts +9 -7
  235. package/{dist/types → dist-types}/ts3.4/commands/RevokeGrantCommand.d.ts +3 -4
  236. package/{dist/types → dist-types}/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +21 -17
  237. package/{dist/types → dist-types}/ts3.4/commands/SignCommand.d.ts +12 -11
  238. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +8 -6
  239. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +5 -5
  240. package/{dist/types → dist-types}/ts3.4/commands/UpdateAliasCommand.d.ts +17 -13
  241. package/{dist/types → dist-types}/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +19 -19
  242. package/{dist/types → dist-types}/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +5 -5
  243. package/{dist/types → dist-types}/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +3 -3
  244. package/{dist/types → dist-types}/ts3.4/commands/VerifyCommand.d.ts +7 -7
  245. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  246. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  247. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  248. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +296 -249
  249. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  250. package/{dist/types → dist-types}/ts3.4/pagination/ListAliasesPaginator.d.ts +1 -1
  251. package/{dist/types → dist-types}/ts3.4/pagination/ListGrantsPaginator.d.ts +1 -1
  252. package/{dist/types → dist-types}/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
  253. package/{dist/types → dist-types}/ts3.4/pagination/ListKeysPaginator.d.ts +1 -1
  254. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  255. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  256. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
  257. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  258. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  259. package/package.json +52 -49
  260. package/KMS.ts +0 -4018
  261. package/KMSClient.ts +0 -515
  262. package/commands/CancelKeyDeletionCommand.ts +0 -105
  263. package/commands/ConnectCustomKeyStoreCommand.ts +0 -155
  264. package/commands/CreateAliasCommand.ts +0 -147
  265. package/commands/CreateCustomKeyStoreCommand.ts +0 -143
  266. package/commands/CreateGrantCommand.ts +0 -153
  267. package/commands/CreateKeyCommand.ts +0 -209
  268. package/commands/DecryptCommand.ts +0 -172
  269. package/commands/DeleteAliasCommand.ts +0 -137
  270. package/commands/DeleteCustomKeyStoreCommand.ts +0 -149
  271. package/commands/DeleteImportedKeyMaterialCommand.ts +0 -127
  272. package/commands/DescribeCustomKeyStoresCommand.ts +0 -147
  273. package/commands/DescribeKeyCommand.ts +0 -171
  274. package/commands/DisableKeyCommand.ts +0 -108
  275. package/commands/DisableKeyRotationCommand.ts +0 -118
  276. package/commands/DisconnectCustomKeyStoreCommand.ts +0 -144
  277. package/commands/EnableKeyCommand.ts +0 -97
  278. package/commands/EnableKeyRotationCommand.ts +0 -118
  279. package/commands/EncryptCommand.ts +0 -209
  280. package/commands/GenerateDataKeyCommand.ts +0 -188
  281. package/commands/GenerateDataKeyPairCommand.ts +0 -168
  282. package/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +0 -168
  283. package/commands/GenerateDataKeyWithoutPlaintextCommand.ts +0 -171
  284. package/commands/GenerateRandomCommand.ts +0 -102
  285. package/commands/GetKeyPolicyCommand.ts +0 -102
  286. package/commands/GetKeyRotationStatusCommand.ts +0 -130
  287. package/commands/GetParametersForImportCommand.ts +0 -129
  288. package/commands/GetPublicKeyCommand.ts +0 -138
  289. package/commands/ImportKeyMaterialCommand.ts +0 -157
  290. package/commands/ListAliasesCommand.ts +0 -133
  291. package/commands/ListGrantsCommand.ts +0 -139
  292. package/commands/ListKeyPoliciesCommand.ts +0 -116
  293. package/commands/ListKeysCommand.ts +0 -118
  294. package/commands/ListResourceTagsCommand.ts +0 -128
  295. package/commands/ListRetirableGrantsCommand.ts +0 -136
  296. package/commands/PutKeyPolicyCommand.ts +0 -107
  297. package/commands/ReEncryptCommand.ts +0 -179
  298. package/commands/ReplicateKeyCommand.ts +0 -171
  299. package/commands/RetireGrantCommand.ts +0 -138
  300. package/commands/RevokeGrantCommand.ts +0 -138
  301. package/commands/ScheduleKeyDeletionCommand.ts +0 -144
  302. package/commands/SignCommand.ts +0 -131
  303. package/commands/TagResourceCommand.ts +0 -139
  304. package/commands/UntagResourceCommand.ts +0 -137
  305. package/commands/UpdateAliasCommand.ts +0 -152
  306. package/commands/UpdateCustomKeyStoreCommand.ts +0 -166
  307. package/commands/UpdateKeyDescriptionCommand.ts +0 -117
  308. package/commands/UpdatePrimaryRegionCommand.ts +0 -159
  309. package/commands/VerifyCommand.ts +0 -117
  310. package/dist/cjs/KMS.js.map +0 -1
  311. package/dist/cjs/KMSClient.js.map +0 -1
  312. package/dist/cjs/commands/CancelKeyDeletionCommand.js.map +0 -1
  313. package/dist/cjs/commands/ConnectCustomKeyStoreCommand.js.map +0 -1
  314. package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
  315. package/dist/cjs/commands/CreateCustomKeyStoreCommand.js.map +0 -1
  316. package/dist/cjs/commands/CreateGrantCommand.js.map +0 -1
  317. package/dist/cjs/commands/CreateKeyCommand.js.map +0 -1
  318. package/dist/cjs/commands/DecryptCommand.js.map +0 -1
  319. package/dist/cjs/commands/DeleteAliasCommand.js.map +0 -1
  320. package/dist/cjs/commands/DeleteCustomKeyStoreCommand.js.map +0 -1
  321. package/dist/cjs/commands/DeleteImportedKeyMaterialCommand.js.map +0 -1
  322. package/dist/cjs/commands/DescribeCustomKeyStoresCommand.js.map +0 -1
  323. package/dist/cjs/commands/DescribeKeyCommand.js.map +0 -1
  324. package/dist/cjs/commands/DisableKeyCommand.js.map +0 -1
  325. package/dist/cjs/commands/DisableKeyRotationCommand.js.map +0 -1
  326. package/dist/cjs/commands/DisconnectCustomKeyStoreCommand.js.map +0 -1
  327. package/dist/cjs/commands/EnableKeyCommand.js.map +0 -1
  328. package/dist/cjs/commands/EnableKeyRotationCommand.js.map +0 -1
  329. package/dist/cjs/commands/EncryptCommand.js.map +0 -1
  330. package/dist/cjs/commands/GenerateDataKeyCommand.js.map +0 -1
  331. package/dist/cjs/commands/GenerateDataKeyPairCommand.js.map +0 -1
  332. package/dist/cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +0 -1
  333. package/dist/cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js.map +0 -1
  334. package/dist/cjs/commands/GenerateRandomCommand.js.map +0 -1
  335. package/dist/cjs/commands/GetKeyPolicyCommand.js.map +0 -1
  336. package/dist/cjs/commands/GetKeyRotationStatusCommand.js.map +0 -1
  337. package/dist/cjs/commands/GetParametersForImportCommand.js.map +0 -1
  338. package/dist/cjs/commands/GetPublicKeyCommand.js.map +0 -1
  339. package/dist/cjs/commands/ImportKeyMaterialCommand.js.map +0 -1
  340. package/dist/cjs/commands/ListAliasesCommand.js.map +0 -1
  341. package/dist/cjs/commands/ListGrantsCommand.js.map +0 -1
  342. package/dist/cjs/commands/ListKeyPoliciesCommand.js.map +0 -1
  343. package/dist/cjs/commands/ListKeysCommand.js.map +0 -1
  344. package/dist/cjs/commands/ListResourceTagsCommand.js.map +0 -1
  345. package/dist/cjs/commands/ListRetirableGrantsCommand.js.map +0 -1
  346. package/dist/cjs/commands/PutKeyPolicyCommand.js.map +0 -1
  347. package/dist/cjs/commands/ReEncryptCommand.js.map +0 -1
  348. package/dist/cjs/commands/ReplicateKeyCommand.js.map +0 -1
  349. package/dist/cjs/commands/RetireGrantCommand.js.map +0 -1
  350. package/dist/cjs/commands/RevokeGrantCommand.js.map +0 -1
  351. package/dist/cjs/commands/ScheduleKeyDeletionCommand.js.map +0 -1
  352. package/dist/cjs/commands/SignCommand.js.map +0 -1
  353. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  354. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  355. package/dist/cjs/commands/UpdateAliasCommand.js.map +0 -1
  356. package/dist/cjs/commands/UpdateCustomKeyStoreCommand.js.map +0 -1
  357. package/dist/cjs/commands/UpdateKeyDescriptionCommand.js.map +0 -1
  358. package/dist/cjs/commands/UpdatePrimaryRegionCommand.js.map +0 -1
  359. package/dist/cjs/commands/VerifyCommand.js.map +0 -1
  360. package/dist/cjs/endpoints.js.map +0 -1
  361. package/dist/cjs/index.js.map +0 -1
  362. package/dist/cjs/models/index.js.map +0 -1
  363. package/dist/cjs/models/models_0.js.map +0 -1
  364. package/dist/cjs/package.json +0 -91
  365. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  366. package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
  367. package/dist/cjs/pagination/ListGrantsPaginator.js.map +0 -1
  368. package/dist/cjs/pagination/ListKeyPoliciesPaginator.js.map +0 -1
  369. package/dist/cjs/pagination/ListKeysPaginator.js.map +0 -1
  370. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  371. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  372. package/dist/cjs/runtimeConfig.js.map +0 -1
  373. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  374. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  375. package/dist/es/KMS.js.map +0 -1
  376. package/dist/es/KMSClient.js +0 -134
  377. package/dist/es/KMSClient.js.map +0 -1
  378. package/dist/es/commands/CancelKeyDeletionCommand.js +0 -76
  379. package/dist/es/commands/CancelKeyDeletionCommand.js.map +0 -1
  380. package/dist/es/commands/ConnectCustomKeyStoreCommand.js +0 -126
  381. package/dist/es/commands/ConnectCustomKeyStoreCommand.js.map +0 -1
  382. package/dist/es/commands/CreateAliasCommand.js +0 -118
  383. package/dist/es/commands/CreateAliasCommand.js.map +0 -1
  384. package/dist/es/commands/CreateCustomKeyStoreCommand.js +0 -114
  385. package/dist/es/commands/CreateCustomKeyStoreCommand.js.map +0 -1
  386. package/dist/es/commands/CreateGrantCommand.js +0 -124
  387. package/dist/es/commands/CreateGrantCommand.js.map +0 -1
  388. package/dist/es/commands/CreateKeyCommand.js +0 -187
  389. package/dist/es/commands/CreateKeyCommand.js.map +0 -1
  390. package/dist/es/commands/DecryptCommand.js +0 -150
  391. package/dist/es/commands/DecryptCommand.js.map +0 -1
  392. package/dist/es/commands/DeleteAliasCommand.js +0 -108
  393. package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
  394. package/dist/es/commands/DeleteCustomKeyStoreCommand.js +0 -120
  395. package/dist/es/commands/DeleteCustomKeyStoreCommand.js.map +0 -1
  396. package/dist/es/commands/DeleteImportedKeyMaterialCommand.js +0 -95
  397. package/dist/es/commands/DeleteImportedKeyMaterialCommand.js.map +0 -1
  398. package/dist/es/commands/DescribeCustomKeyStoresCommand.js +0 -118
  399. package/dist/es/commands/DescribeCustomKeyStoresCommand.js.map +0 -1
  400. package/dist/es/commands/DescribeKeyCommand.js +0 -142
  401. package/dist/es/commands/DescribeKeyCommand.js.map +0 -1
  402. package/dist/es/commands/DisableKeyCommand.js +0 -79
  403. package/dist/es/commands/DisableKeyCommand.js.map +0 -1
  404. package/dist/es/commands/DisableKeyRotationCommand.js +0 -89
  405. package/dist/es/commands/DisableKeyRotationCommand.js.map +0 -1
  406. package/dist/es/commands/DisconnectCustomKeyStoreCommand.js +0 -115
  407. package/dist/es/commands/DisconnectCustomKeyStoreCommand.js.map +0 -1
  408. package/dist/es/commands/EnableKeyCommand.js +0 -75
  409. package/dist/es/commands/EnableKeyCommand.js.map +0 -1
  410. package/dist/es/commands/EnableKeyRotationCommand.js +0 -89
  411. package/dist/es/commands/EnableKeyRotationCommand.js.map +0 -1
  412. package/dist/es/commands/EncryptCommand.js +0 -187
  413. package/dist/es/commands/EncryptCommand.js.map +0 -1
  414. package/dist/es/commands/GenerateDataKeyCommand.js +0 -159
  415. package/dist/es/commands/GenerateDataKeyCommand.js.map +0 -1
  416. package/dist/es/commands/GenerateDataKeyPairCommand.js +0 -139
  417. package/dist/es/commands/GenerateDataKeyPairCommand.js.map +0 -1
  418. package/dist/es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +0 -128
  419. package/dist/es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +0 -1
  420. package/dist/es/commands/GenerateDataKeyWithoutPlaintextCommand.js +0 -134
  421. package/dist/es/commands/GenerateDataKeyWithoutPlaintextCommand.js.map +0 -1
  422. package/dist/es/commands/GenerateRandomCommand.js +0 -73
  423. package/dist/es/commands/GenerateRandomCommand.js.map +0 -1
  424. package/dist/es/commands/GetKeyPolicyCommand.js.map +0 -1
  425. package/dist/es/commands/GetKeyRotationStatusCommand.js +0 -101
  426. package/dist/es/commands/GetKeyRotationStatusCommand.js.map +0 -1
  427. package/dist/es/commands/GetParametersForImportCommand.js +0 -100
  428. package/dist/es/commands/GetParametersForImportCommand.js.map +0 -1
  429. package/dist/es/commands/GetPublicKeyCommand.js +0 -109
  430. package/dist/es/commands/GetPublicKeyCommand.js.map +0 -1
  431. package/dist/es/commands/ImportKeyMaterialCommand.js +0 -128
  432. package/dist/es/commands/ImportKeyMaterialCommand.js.map +0 -1
  433. package/dist/es/commands/ListAliasesCommand.js +0 -104
  434. package/dist/es/commands/ListAliasesCommand.js.map +0 -1
  435. package/dist/es/commands/ListGrantsCommand.js +0 -110
  436. package/dist/es/commands/ListGrantsCommand.js.map +0 -1
  437. package/dist/es/commands/ListKeyPoliciesCommand.js +0 -87
  438. package/dist/es/commands/ListKeyPoliciesCommand.js.map +0 -1
  439. package/dist/es/commands/ListKeysCommand.js +0 -96
  440. package/dist/es/commands/ListKeysCommand.js.map +0 -1
  441. package/dist/es/commands/ListResourceTagsCommand.js +0 -99
  442. package/dist/es/commands/ListResourceTagsCommand.js.map +0 -1
  443. package/dist/es/commands/ListRetirableGrantsCommand.js +0 -107
  444. package/dist/es/commands/ListRetirableGrantsCommand.js.map +0 -1
  445. package/dist/es/commands/PutKeyPolicyCommand.js +0 -78
  446. package/dist/es/commands/PutKeyPolicyCommand.js.map +0 -1
  447. package/dist/es/commands/ReEncryptCommand.js +0 -157
  448. package/dist/es/commands/ReEncryptCommand.js.map +0 -1
  449. package/dist/es/commands/ReplicateKeyCommand.js +0 -142
  450. package/dist/es/commands/ReplicateKeyCommand.js.map +0 -1
  451. package/dist/es/commands/RetireGrantCommand.js +0 -109
  452. package/dist/es/commands/RetireGrantCommand.js.map +0 -1
  453. package/dist/es/commands/RevokeGrantCommand.js +0 -109
  454. package/dist/es/commands/RevokeGrantCommand.js.map +0 -1
  455. package/dist/es/commands/ScheduleKeyDeletionCommand.js +0 -115
  456. package/dist/es/commands/ScheduleKeyDeletionCommand.js.map +0 -1
  457. package/dist/es/commands/SignCommand.js +0 -109
  458. package/dist/es/commands/SignCommand.js.map +0 -1
  459. package/dist/es/commands/TagResourceCommand.js +0 -110
  460. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  461. package/dist/es/commands/UntagResourceCommand.js +0 -108
  462. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  463. package/dist/es/commands/UpdateAliasCommand.js +0 -123
  464. package/dist/es/commands/UpdateAliasCommand.js.map +0 -1
  465. package/dist/es/commands/UpdateCustomKeyStoreCommand.js +0 -137
  466. package/dist/es/commands/UpdateCustomKeyStoreCommand.js.map +0 -1
  467. package/dist/es/commands/UpdateKeyDescriptionCommand.js +0 -88
  468. package/dist/es/commands/UpdateKeyDescriptionCommand.js.map +0 -1
  469. package/dist/es/commands/UpdatePrimaryRegionCommand.js +0 -130
  470. package/dist/es/commands/UpdatePrimaryRegionCommand.js.map +0 -1
  471. package/dist/es/commands/VerifyCommand.js +0 -95
  472. package/dist/es/commands/VerifyCommand.js.map +0 -1
  473. package/dist/es/endpoints.js.map +0 -1
  474. package/dist/es/index.js +0 -57
  475. package/dist/es/index.js.map +0 -1
  476. package/dist/es/models/index.js +0 -2
  477. package/dist/es/models/index.js.map +0 -1
  478. package/dist/es/models/models_0.js.map +0 -1
  479. package/dist/es/package.json +0 -91
  480. package/dist/es/pagination/Interfaces.js +0 -2
  481. package/dist/es/pagination/Interfaces.js.map +0 -1
  482. package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
  483. package/dist/es/pagination/ListGrantsPaginator.js.map +0 -1
  484. package/dist/es/pagination/ListKeyPoliciesPaginator.js.map +0 -1
  485. package/dist/es/pagination/ListKeysPaginator.js.map +0 -1
  486. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  487. package/dist/es/runtimeConfig.browser.js.map +0 -1
  488. package/dist/es/runtimeConfig.js.map +0 -1
  489. package/dist/es/runtimeConfig.native.js.map +0 -1
  490. package/dist/es/runtimeConfig.shared.js.map +0 -1
  491. package/endpoints.ts +0 -62
  492. package/jest.config.js +0 -4
  493. package/models/models_0.ts +0 -4742
  494. package/pagination/Interfaces.ts +0 -7
  495. package/pagination/ListAliasesPaginator.ts +0 -54
  496. package/pagination/ListGrantsPaginator.ts +0 -54
  497. package/pagination/ListKeyPoliciesPaginator.ts +0 -58
  498. package/pagination/ListKeysPaginator.ts +0 -54
  499. package/protocols/Aws_json1_1.ts +0 -7631
  500. package/runtimeConfig.browser.ts +0 -40
  501. package/runtimeConfig.native.ts +0 -16
  502. package/runtimeConfig.shared.ts +0 -16
  503. package/runtimeConfig.ts +0 -45
  504. package/tsconfig.es.json +0 -12
  505. package/tsconfig.json +0 -32
@@ -1,209 +0,0 @@
1
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
2
- import { EncryptRequest, EncryptResponse } from "../models/models_0";
3
- import { deserializeAws_json1_1EncryptCommand, serializeAws_json1_1EncryptCommand } from "../protocols/Aws_json1_1";
4
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
6
- import { Command as $Command } from "@aws-sdk/smithy-client";
7
- import {
8
- FinalizeHandlerArguments,
9
- Handler,
10
- HandlerExecutionContext,
11
- MiddlewareStack,
12
- HttpHandlerOptions as __HttpHandlerOptions,
13
- MetadataBearer as __MetadataBearer,
14
- SerdeContext as __SerdeContext,
15
- } from "@aws-sdk/types";
16
-
17
- export interface EncryptCommandInput extends EncryptRequest {}
18
- export interface EncryptCommandOutput extends EncryptResponse, __MetadataBearer {}
19
-
20
- /**
21
- * <p>Encrypts plaintext into ciphertext by using a KMS key. The
22
- * <code>Encrypt</code> operation has two primary use cases:</p>
23
- * <ul>
24
- * <li>
25
- * <p>You can encrypt small amounts of arbitrary data, such as a personal identifier or
26
- * database password, or other sensitive information. </p>
27
- * </li>
28
- * <li>
29
- * <p>You can use the <code>Encrypt</code> operation to move encrypted data from one Amazon Web Services Region to another. For example, in Region A, generate a data key and use the plaintext key to encrypt
30
- * your data. Then, in Region A, use the <code>Encrypt</code> operation to encrypt the
31
- * plaintext data key under a KMS key in Region B. Now, you can move the encrypted data and the
32
- * encrypted data key to Region B. When necessary, you can decrypt the encrypted data key and
33
- * the encrypted data entirely within in Region B.</p>
34
- * </li>
35
- * </ul>
36
- *
37
- * <p>You don't need to use the <code>Encrypt</code> operation to encrypt a data key. The <a>GenerateDataKey</a> and <a>GenerateDataKeyPair</a> operations return a
38
- * plaintext data key and an encrypted copy of that data key.</p>
39
- *
40
- * <p>When you encrypt data, you must specify a symmetric or asymmetric KMS key to use in the
41
- * encryption operation. The KMS key must have a <code>KeyUsage</code> value of
42
- * <code>ENCRYPT_DECRYPT.</code> To find the <code>KeyUsage</code> of a KMS key, use the <a>DescribeKey</a> operation. </p>
43
- *
44
- * <p>If you use a symmetric KMS key, you can use an encryption context to add additional security
45
- * to your encryption operation. If you specify an <code>EncryptionContext</code> when encrypting
46
- * data, you must specify the same encryption context (a case-sensitive exact match) when
47
- * decrypting the data. Otherwise, the request to decrypt fails with an
48
- * <code>InvalidCiphertextException</code>. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context">Encryption
49
- * Context</a> in the <i>Key Management Service Developer Guide</i>.</p>
50
- * <p>If you specify an asymmetric KMS key, you must also specify the encryption algorithm. The
51
- * algorithm must be compatible with the KMS key type.</p>
52
- * <important>
53
- * <p>When you use an asymmetric KMS key to encrypt or reencrypt data, be sure to record the KMS key and encryption algorithm that you choose. You will be required to provide the same KMS key and encryption algorithm when you decrypt the data. If the KMS key and algorithm do not match the values used to encrypt the data, the decrypt operation fails.</p>
54
- * <p>You are not required to supply the key ID and encryption algorithm when you decrypt with symmetric KMS keys because KMS stores this information in the ciphertext blob. KMS cannot store metadata in ciphertext generated with asymmetric keys. The standard format for asymmetric key ciphertext does not include configurable fields.</p>
55
- * </important>
56
- *
57
- *
58
- * <p>The maximum size of the data that you can encrypt varies with the type of KMS key and the
59
- * encryption algorithm that you choose.</p>
60
- * <ul>
61
- * <li>
62
- * <p>Symmetric KMS keys</p>
63
- * <ul>
64
- * <li>
65
- * <p>
66
- * <code>SYMMETRIC_DEFAULT</code>: 4096 bytes</p>
67
- * </li>
68
- * </ul>
69
- * </li>
70
- * <li>
71
- * <p>
72
- * <code>RSA_2048</code>
73
- * </p>
74
- * <ul>
75
- * <li>
76
- * <p>
77
- * <code>RSAES_OAEP_SHA_1</code>: 214 bytes</p>
78
- * </li>
79
- * <li>
80
- * <p>
81
- * <code>RSAES_OAEP_SHA_256</code>: 190 bytes</p>
82
- * </li>
83
- * </ul>
84
- * </li>
85
- * <li>
86
- * <p>
87
- * <code>RSA_3072</code>
88
- * </p>
89
- * <ul>
90
- * <li>
91
- * <p>
92
- * <code>RSAES_OAEP_SHA_1</code>: 342 bytes</p>
93
- * </li>
94
- * <li>
95
- * <p>
96
- * <code>RSAES_OAEP_SHA_256</code>: 318 bytes</p>
97
- * </li>
98
- * </ul>
99
- * </li>
100
- * <li>
101
- * <p>
102
- * <code>RSA_4096</code>
103
- * </p>
104
- * <ul>
105
- * <li>
106
- * <p>
107
- * <code>RSAES_OAEP_SHA_1</code>: 470 bytes</p>
108
- * </li>
109
- * <li>
110
- * <p>
111
- * <code>RSAES_OAEP_SHA_256</code>: 446 bytes</p>
112
- * </li>
113
- * </ul>
114
- * </li>
115
- * </ul>
116
- * <p>The KMS key that you use for this operation must be in a compatible key state. For
117
- * details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
118
- * <p>
119
- * <b>Cross-account use</b>: Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
120
- * the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
121
- *
122
- * <p>
123
- * <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:Encrypt</a> (key policy)</p>
124
- * <p>
125
- * <b>Related operations:</b>
126
- * </p>
127
- * <ul>
128
- * <li>
129
- * <p>
130
- * <a>Decrypt</a>
131
- * </p>
132
- * </li>
133
- * <li>
134
- * <p>
135
- * <a>GenerateDataKey</a>
136
- * </p>
137
- * </li>
138
- * <li>
139
- * <p>
140
- * <a>GenerateDataKeyPair</a>
141
- * </p>
142
- * </li>
143
- * </ul>
144
- * @example
145
- * Use a bare-bones client and the command you need to make an API call.
146
- * ```javascript
147
- * import { KMSClient, EncryptCommand } from "@aws-sdk/client-kms"; // ES Modules import
148
- * // const { KMSClient, EncryptCommand } = require("@aws-sdk/client-kms"); // CommonJS import
149
- * const client = new KMSClient(config);
150
- * const command = new EncryptCommand(input);
151
- * const response = await client.send(command);
152
- * ```
153
- *
154
- * @see {@link EncryptCommandInput} for command's `input` shape.
155
- * @see {@link EncryptCommandOutput} for command's `response` shape.
156
- * @see {@link KMSClientResolvedConfig | config} for command's `input` shape.
157
- *
158
- */
159
- export class EncryptCommand extends $Command<EncryptCommandInput, EncryptCommandOutput, KMSClientResolvedConfig> {
160
- // Start section: command_properties
161
- // End section: command_properties
162
-
163
- constructor(readonly input: EncryptCommandInput) {
164
- // Start section: command_constructor
165
- super();
166
- // End section: command_constructor
167
- }
168
-
169
- /**
170
- * @internal
171
- */
172
- resolveMiddleware(
173
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
174
- configuration: KMSClientResolvedConfig,
175
- options?: __HttpHandlerOptions
176
- ): Handler<EncryptCommandInput, EncryptCommandOutput> {
177
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
178
-
179
- const stack = clientStack.concat(this.middlewareStack);
180
-
181
- const { logger } = configuration;
182
- const clientName = "KMSClient";
183
- const commandName = "EncryptCommand";
184
- const handlerExecutionContext: HandlerExecutionContext = {
185
- logger,
186
- clientName,
187
- commandName,
188
- inputFilterSensitiveLog: EncryptRequest.filterSensitiveLog,
189
- outputFilterSensitiveLog: EncryptResponse.filterSensitiveLog,
190
- };
191
- const { requestHandler } = configuration;
192
- return stack.resolve(
193
- (request: FinalizeHandlerArguments<any>) =>
194
- requestHandler.handle(request.request as __HttpRequest, options || {}),
195
- handlerExecutionContext
196
- );
197
- }
198
-
199
- private serialize(input: EncryptCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
200
- return serializeAws_json1_1EncryptCommand(input, context);
201
- }
202
-
203
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<EncryptCommandOutput> {
204
- return deserializeAws_json1_1EncryptCommand(output, context);
205
- }
206
-
207
- // Start section: command_body_extra
208
- // End section: command_body_extra
209
- }
@@ -1,188 +0,0 @@
1
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
2
- import { GenerateDataKeyRequest, GenerateDataKeyResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1GenerateDataKeyCommand,
5
- serializeAws_json1_1GenerateDataKeyCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface GenerateDataKeyCommandInput extends GenerateDataKeyRequest {}
21
- export interface GenerateDataKeyCommandOutput extends GenerateDataKeyResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Generates a unique symmetric data key for client-side encryption. This operation returns a
25
- * plaintext copy of the data key and a copy that is encrypted under a KMS key
26
- * that you specify. You can use the plaintext key to encrypt your data outside of KMS and
27
- * store the encrypted data key with the encrypted data.</p>
28
- *
29
- * <p>
30
- * <code>GenerateDataKey</code> returns a unique data key for each request. The bytes in the
31
- * plaintext key are not related to the caller or the KMS key.</p>
32
- *
33
- * <p>To generate a data key, specify the symmetric KMS key that will be used to encrypt the data
34
- * key. You cannot use an asymmetric KMS key to generate data keys. To get the type of your KMS key, use
35
- * the <a>DescribeKey</a> operation. You must also specify the length of the data key.
36
- * Use either the <code>KeySpec</code> or <code>NumberOfBytes</code> parameters (but not both).
37
- * For 128-bit and 256-bit data keys, use the <code>KeySpec</code> parameter. </p>
38
- *
39
- * <p>To get only an encrypted copy of the data key, use <a>GenerateDataKeyWithoutPlaintext</a>. To generate an asymmetric data key pair, use
40
- * the <a>GenerateDataKeyPair</a> or <a>GenerateDataKeyPairWithoutPlaintext</a> operation. To get a cryptographically secure
41
- * random byte string, use <a>GenerateRandom</a>.</p>
42
- *
43
- * <p>You can use the optional encryption context to add additional security to the encryption
44
- * operation. If you specify an <code>EncryptionContext</code>, you must specify the same
45
- * encryption context (a case-sensitive exact match) when decrypting the encrypted data key.
46
- * Otherwise, the request to decrypt fails with an <code>InvalidCiphertextException</code>. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context">Encryption Context</a> in the
47
- * <i>Key Management Service Developer Guide</i>.</p>
48
- * <p>Applications in Amazon Web Services Nitro Enclaves can call this operation by using the <a href="https://github.com/aws/aws-nitro-enclaves-sdk-c">Amazon Web Services Nitro Enclaves Development Kit</a>. For information about the supporting parameters, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves use KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
49
- * <p>The KMS key that you use for this operation must be in a compatible key state. For
50
- * details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
51
- * <p>
52
- * <b>How to use your data key</b>
53
- * </p>
54
- * <p>We recommend that you use the following pattern to encrypt data locally in your application.
55
- * You can write your own code or use a client-side encryption library, such as the <a href="https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/">Amazon Web Services Encryption SDK</a>, the <a href="https://docs.aws.amazon.com/dynamodb-encryption-client/latest/devguide/">Amazon DynamoDB Encryption Client</a>, or
56
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html">Amazon S3
57
- * client-side encryption</a> to do these tasks for you.</p>
58
- * <p>To encrypt data outside of KMS:</p>
59
- * <ol>
60
- * <li>
61
- * <p>Use the <code>GenerateDataKey</code> operation to get a data key.</p>
62
- * </li>
63
- * <li>
64
- * <p>Use the plaintext data key (in the <code>Plaintext</code> field of the response) to
65
- * encrypt your data outside of KMS. Then erase the plaintext data key from memory.</p>
66
- * </li>
67
- * <li>
68
- * <p>Store the encrypted data key (in the <code>CiphertextBlob</code> field of the
69
- * response) with the encrypted data.</p>
70
- * </li>
71
- * </ol>
72
- * <p>To decrypt data outside of KMS:</p>
73
- * <ol>
74
- * <li>
75
- * <p>Use the <a>Decrypt</a> operation to decrypt the encrypted data key. The
76
- * operation returns a plaintext copy of the data key.</p>
77
- * </li>
78
- * <li>
79
- * <p>Use the plaintext data key to decrypt data outside of KMS, then erase the plaintext
80
- * data key from memory.</p>
81
- * </li>
82
- * </ol>
83
- * <p>
84
- * <b>Cross-account use</b>: Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
85
- * the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
86
- *
87
- * <p>
88
- * <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:GenerateDataKey</a> (key policy)</p>
89
- * <p>
90
- * <b>Related operations:</b>
91
- * </p>
92
- * <ul>
93
- * <li>
94
- * <p>
95
- * <a>Decrypt</a>
96
- * </p>
97
- * </li>
98
- * <li>
99
- * <p>
100
- * <a>Encrypt</a>
101
- * </p>
102
- * </li>
103
- * <li>
104
- * <p>
105
- * <a>GenerateDataKeyPair</a>
106
- * </p>
107
- * </li>
108
- * <li>
109
- * <p>
110
- * <a>GenerateDataKeyPairWithoutPlaintext</a>
111
- * </p>
112
- * </li>
113
- * <li>
114
- * <p>
115
- * <a>GenerateDataKeyWithoutPlaintext</a>
116
- * </p>
117
- * </li>
118
- * </ul>
119
- * @example
120
- * Use a bare-bones client and the command you need to make an API call.
121
- * ```javascript
122
- * import { KMSClient, GenerateDataKeyCommand } from "@aws-sdk/client-kms"; // ES Modules import
123
- * // const { KMSClient, GenerateDataKeyCommand } = require("@aws-sdk/client-kms"); // CommonJS import
124
- * const client = new KMSClient(config);
125
- * const command = new GenerateDataKeyCommand(input);
126
- * const response = await client.send(command);
127
- * ```
128
- *
129
- * @see {@link GenerateDataKeyCommandInput} for command's `input` shape.
130
- * @see {@link GenerateDataKeyCommandOutput} for command's `response` shape.
131
- * @see {@link KMSClientResolvedConfig | config} for command's `input` shape.
132
- *
133
- */
134
- export class GenerateDataKeyCommand extends $Command<
135
- GenerateDataKeyCommandInput,
136
- GenerateDataKeyCommandOutput,
137
- KMSClientResolvedConfig
138
- > {
139
- // Start section: command_properties
140
- // End section: command_properties
141
-
142
- constructor(readonly input: GenerateDataKeyCommandInput) {
143
- // Start section: command_constructor
144
- super();
145
- // End section: command_constructor
146
- }
147
-
148
- /**
149
- * @internal
150
- */
151
- resolveMiddleware(
152
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
153
- configuration: KMSClientResolvedConfig,
154
- options?: __HttpHandlerOptions
155
- ): Handler<GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput> {
156
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
157
-
158
- const stack = clientStack.concat(this.middlewareStack);
159
-
160
- const { logger } = configuration;
161
- const clientName = "KMSClient";
162
- const commandName = "GenerateDataKeyCommand";
163
- const handlerExecutionContext: HandlerExecutionContext = {
164
- logger,
165
- clientName,
166
- commandName,
167
- inputFilterSensitiveLog: GenerateDataKeyRequest.filterSensitiveLog,
168
- outputFilterSensitiveLog: GenerateDataKeyResponse.filterSensitiveLog,
169
- };
170
- const { requestHandler } = configuration;
171
- return stack.resolve(
172
- (request: FinalizeHandlerArguments<any>) =>
173
- requestHandler.handle(request.request as __HttpRequest, options || {}),
174
- handlerExecutionContext
175
- );
176
- }
177
-
178
- private serialize(input: GenerateDataKeyCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
179
- return serializeAws_json1_1GenerateDataKeyCommand(input, context);
180
- }
181
-
182
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GenerateDataKeyCommandOutput> {
183
- return deserializeAws_json1_1GenerateDataKeyCommand(output, context);
184
- }
185
-
186
- // Start section: command_body_extra
187
- // End section: command_body_extra
188
- }
@@ -1,168 +0,0 @@
1
- import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KMSClient";
2
- import { GenerateDataKeyPairRequest, GenerateDataKeyPairResponse } from "../models/models_0";
3
- import {
4
- deserializeAws_json1_1GenerateDataKeyPairCommand,
5
- serializeAws_json1_1GenerateDataKeyPairCommand,
6
- } from "../protocols/Aws_json1_1";
7
- import { getSerdePlugin } from "@aws-sdk/middleware-serde";
8
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
9
- import { Command as $Command } from "@aws-sdk/smithy-client";
10
- import {
11
- FinalizeHandlerArguments,
12
- Handler,
13
- HandlerExecutionContext,
14
- MiddlewareStack,
15
- HttpHandlerOptions as __HttpHandlerOptions,
16
- MetadataBearer as __MetadataBearer,
17
- SerdeContext as __SerdeContext,
18
- } from "@aws-sdk/types";
19
-
20
- export interface GenerateDataKeyPairCommandInput extends GenerateDataKeyPairRequest {}
21
- export interface GenerateDataKeyPairCommandOutput extends GenerateDataKeyPairResponse, __MetadataBearer {}
22
-
23
- /**
24
- * <p>Generates a unique asymmetric data key pair. The <code>GenerateDataKeyPair</code>
25
- * operation returns a plaintext public key, a plaintext private key, and a copy of the private
26
- * key that is encrypted under the symmetric KMS key you specify. You can use the data key pair to
27
- * perform asymmetric cryptography and implement digital signatures outside of KMS.</p>
28
- *
29
- * <p>You can use the public key that <code>GenerateDataKeyPair</code> returns to encrypt data
30
- * or verify a signature outside of KMS. Then, store the encrypted private key with the data.
31
- * When you are ready to decrypt data or sign a message, you can use the <a>Decrypt</a> operation to decrypt the encrypted private key.</p>
32
- *
33
- * <p>To generate a data key pair, you must specify a symmetric KMS key to
34
- * encrypt the private key in a data key pair. You cannot use an asymmetric KMS key or a KMS key in a
35
- * custom key store. To get the type and origin of your KMS key, use the <a>DescribeKey</a> operation. </p>
36
- * <p>Use the <code>KeyPairSpec</code> parameter to choose an RSA or Elliptic Curve (ECC) data
37
- * key pair. KMS recommends that your use ECC key pairs for signing, and use RSA key pairs
38
- * for either encryption or signing, but not both. However, KMS cannot enforce any restrictions
39
- * on the use of data key pairs outside of KMS.</p>
40
- *
41
- * <p>If you are using the data key pair to encrypt data, or for any operation where you don't
42
- * immediately need a private key, consider using the <a>GenerateDataKeyPairWithoutPlaintext</a> operation.
43
- * <code>GenerateDataKeyPairWithoutPlaintext</code> returns a plaintext public key and an
44
- * encrypted private key, but omits the plaintext private key that you need only to decrypt
45
- * ciphertext or sign a message. Later, when you need to decrypt the data or sign a message, use
46
- * the <a>Decrypt</a> operation to decrypt the encrypted private key in the data key
47
- * pair.</p>
48
- *
49
- * <p>
50
- * <code>GenerateDataKeyPair</code> returns a unique data key pair for each request. The
51
- * bytes in the keys are not related to the caller or the KMS key that is used to encrypt the private
52
- * key. The public key is a DER-encoded X.509 SubjectPublicKeyInfo, as specified in <a href="https://tools.ietf.org/html/rfc5280">RFC 5280</a>. The
53
- * private key is a DER-encoded PKCS8 PrivateKeyInfo, as specified in <a href="https://tools.ietf.org/html/rfc5958">RFC
54
- * 5958</a>.</p>
55
- *
56
- * <p>You can use the optional encryption context to add additional security to the encryption
57
- * operation. If you specify an <code>EncryptionContext</code>, you must specify the same
58
- * encryption context (a case-sensitive exact match) when decrypting the encrypted data key.
59
- * Otherwise, the request to decrypt fails with an <code>InvalidCiphertextException</code>. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context">Encryption Context</a> in the
60
- * <i>Key Management Service Developer Guide</i>.</p>
61
- * <p>The KMS key that you use for this operation must be in a compatible key state. For
62
- * details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the <i>Key Management Service Developer Guide</i>.</p>
63
- * <p>
64
- * <b>Cross-account use</b>: Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
65
- * the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
66
- *
67
- * <p>
68
- * <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:GenerateDataKeyPair</a> (key policy)</p>
69
- * <p>
70
- * <b>Related operations:</b>
71
- * </p>
72
- * <ul>
73
- * <li>
74
- * <p>
75
- * <a>Decrypt</a>
76
- * </p>
77
- * </li>
78
- * <li>
79
- * <p>
80
- * <a>Encrypt</a>
81
- * </p>
82
- * </li>
83
- * <li>
84
- * <p>
85
- * <a>GenerateDataKey</a>
86
- * </p>
87
- * </li>
88
- * <li>
89
- * <p>
90
- * <a>GenerateDataKeyPairWithoutPlaintext</a>
91
- * </p>
92
- * </li>
93
- * <li>
94
- * <p>
95
- * <a>GenerateDataKeyWithoutPlaintext</a>
96
- * </p>
97
- * </li>
98
- * </ul>
99
- * @example
100
- * Use a bare-bones client and the command you need to make an API call.
101
- * ```javascript
102
- * import { KMSClient, GenerateDataKeyPairCommand } from "@aws-sdk/client-kms"; // ES Modules import
103
- * // const { KMSClient, GenerateDataKeyPairCommand } = require("@aws-sdk/client-kms"); // CommonJS import
104
- * const client = new KMSClient(config);
105
- * const command = new GenerateDataKeyPairCommand(input);
106
- * const response = await client.send(command);
107
- * ```
108
- *
109
- * @see {@link GenerateDataKeyPairCommandInput} for command's `input` shape.
110
- * @see {@link GenerateDataKeyPairCommandOutput} for command's `response` shape.
111
- * @see {@link KMSClientResolvedConfig | config} for command's `input` shape.
112
- *
113
- */
114
- export class GenerateDataKeyPairCommand extends $Command<
115
- GenerateDataKeyPairCommandInput,
116
- GenerateDataKeyPairCommandOutput,
117
- KMSClientResolvedConfig
118
- > {
119
- // Start section: command_properties
120
- // End section: command_properties
121
-
122
- constructor(readonly input: GenerateDataKeyPairCommandInput) {
123
- // Start section: command_constructor
124
- super();
125
- // End section: command_constructor
126
- }
127
-
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(
132
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
133
- configuration: KMSClientResolvedConfig,
134
- options?: __HttpHandlerOptions
135
- ): Handler<GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput> {
136
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
137
-
138
- const stack = clientStack.concat(this.middlewareStack);
139
-
140
- const { logger } = configuration;
141
- const clientName = "KMSClient";
142
- const commandName = "GenerateDataKeyPairCommand";
143
- const handlerExecutionContext: HandlerExecutionContext = {
144
- logger,
145
- clientName,
146
- commandName,
147
- inputFilterSensitiveLog: GenerateDataKeyPairRequest.filterSensitiveLog,
148
- outputFilterSensitiveLog: GenerateDataKeyPairResponse.filterSensitiveLog,
149
- };
150
- const { requestHandler } = configuration;
151
- return stack.resolve(
152
- (request: FinalizeHandlerArguments<any>) =>
153
- requestHandler.handle(request.request as __HttpRequest, options || {}),
154
- handlerExecutionContext
155
- );
156
- }
157
-
158
- private serialize(input: GenerateDataKeyPairCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
159
- return serializeAws_json1_1GenerateDataKeyPairCommand(input, context);
160
- }
161
-
162
- private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GenerateDataKeyPairCommandOutput> {
163
- return deserializeAws_json1_1GenerateDataKeyPairCommand(output, context);
164
- }
165
-
166
- // Start section: command_body_extra
167
- // End section: command_body_extra
168
- }