@aws-sdk/client-kms 3.35.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 (421) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +8 -7
  3. package/dist-cjs/KMS.js +8 -8
  4. package/dist-cjs/KMSClient.js +8 -8
  5. package/dist-cjs/commands/CancelKeyDeletionCommand.js +6 -5
  6. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +3 -4
  7. package/dist-cjs/commands/CreateAliasCommand.js +11 -8
  8. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +0 -1
  9. package/dist-cjs/commands/CreateGrantCommand.js +14 -12
  10. package/dist-cjs/commands/CreateKeyCommand.js +16 -15
  11. package/dist-cjs/commands/DecryptCommand.js +24 -22
  12. package/dist-cjs/commands/DeleteAliasCommand.js +11 -8
  13. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +10 -12
  14. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +5 -7
  15. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +4 -5
  16. package/dist-cjs/commands/DescribeKeyCommand.js +12 -11
  17. package/dist-cjs/commands/DisableKeyCommand.js +5 -5
  18. package/dist-cjs/commands/DisableKeyRotationCommand.js +2 -2
  19. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +6 -5
  20. package/dist-cjs/commands/EnableKeyCommand.js +4 -3
  21. package/dist-cjs/commands/EnableKeyRotationCommand.js +2 -2
  22. package/dist-cjs/commands/EncryptCommand.js +14 -13
  23. package/dist-cjs/commands/GenerateDataKeyCommand.js +15 -13
  24. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +15 -14
  25. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +16 -14
  26. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +11 -10
  27. package/dist-cjs/commands/GenerateRandomCommand.js +2 -2
  28. package/dist-cjs/commands/GetKeyPolicyCommand.js +0 -1
  29. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -2
  30. package/dist-cjs/commands/GetParametersForImportCommand.js +7 -9
  31. package/dist-cjs/commands/GetPublicKeyCommand.js +7 -6
  32. package/dist-cjs/commands/ImportKeyMaterialCommand.js +13 -14
  33. package/dist-cjs/commands/ListAliasesCommand.js +13 -11
  34. package/dist-cjs/commands/ListGrantsCommand.js +2 -3
  35. package/dist-cjs/commands/ListKeyPoliciesCommand.js +3 -4
  36. package/dist-cjs/commands/ListKeysCommand.js +1 -3
  37. package/dist-cjs/commands/ListResourceTagsCommand.js +0 -1
  38. package/dist-cjs/commands/ListRetirableGrantsCommand.js +7 -7
  39. package/dist-cjs/commands/PutKeyPolicyCommand.js +0 -1
  40. package/dist-cjs/commands/ReEncryptCommand.js +33 -28
  41. package/dist-cjs/commands/ReplicateKeyCommand.js +5 -6
  42. package/dist-cjs/commands/RetireGrantCommand.js +7 -6
  43. package/dist-cjs/commands/RevokeGrantCommand.js +1 -3
  44. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +19 -16
  45. package/dist-cjs/commands/SignCommand.js +10 -10
  46. package/dist-cjs/commands/TagResourceCommand.js +6 -5
  47. package/dist-cjs/commands/UntagResourceCommand.js +3 -4
  48. package/dist-cjs/commands/UpdateAliasCommand.js +15 -12
  49. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +17 -18
  50. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +3 -4
  51. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +1 -2
  52. package/dist-cjs/commands/VerifyCommand.js +5 -6
  53. package/dist-cjs/endpoints.js +0 -1
  54. package/dist-cjs/index.js +0 -1
  55. package/dist-cjs/models/index.js +0 -1
  56. package/dist-cjs/models/models_0.js +0 -1
  57. package/dist-cjs/pagination/Interfaces.js +0 -1
  58. package/dist-cjs/pagination/ListAliasesPaginator.js +0 -1
  59. package/dist-cjs/pagination/ListGrantsPaginator.js +0 -1
  60. package/dist-cjs/pagination/ListKeyPoliciesPaginator.js +0 -1
  61. package/dist-cjs/pagination/ListKeysPaginator.js +0 -1
  62. package/dist-cjs/protocols/Aws_json1_1.js +0 -1
  63. package/dist-cjs/runtimeConfig.browser.js +2 -3
  64. package/dist-cjs/runtimeConfig.js +3 -4
  65. package/dist-cjs/runtimeConfig.native.js +0 -1
  66. package/dist-cjs/runtimeConfig.shared.js +0 -1
  67. package/dist-es/KMS.js +0 -1
  68. package/dist-es/KMSClient.js +0 -1
  69. package/dist-es/commands/CancelKeyDeletionCommand.js +0 -1
  70. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +0 -1
  71. package/dist-es/commands/CreateAliasCommand.js +0 -1
  72. package/dist-es/commands/CreateCustomKeyStoreCommand.js +0 -1
  73. package/dist-es/commands/CreateGrantCommand.js +0 -1
  74. package/dist-es/commands/CreateKeyCommand.js +0 -1
  75. package/dist-es/commands/DecryptCommand.js +0 -1
  76. package/dist-es/commands/DeleteAliasCommand.js +0 -1
  77. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +0 -1
  78. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +0 -1
  79. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +0 -1
  80. package/dist-es/commands/DescribeKeyCommand.js +0 -1
  81. package/dist-es/commands/DisableKeyCommand.js +0 -1
  82. package/dist-es/commands/DisableKeyRotationCommand.js +0 -1
  83. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +0 -1
  84. package/dist-es/commands/EnableKeyCommand.js +0 -1
  85. package/dist-es/commands/EnableKeyRotationCommand.js +0 -1
  86. package/dist-es/commands/EncryptCommand.js +0 -1
  87. package/dist-es/commands/GenerateDataKeyCommand.js +0 -1
  88. package/dist-es/commands/GenerateDataKeyPairCommand.js +0 -1
  89. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +0 -1
  90. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +0 -1
  91. package/dist-es/commands/GenerateRandomCommand.js +0 -1
  92. package/dist-es/commands/GetKeyPolicyCommand.js +0 -1
  93. package/dist-es/commands/GetKeyRotationStatusCommand.js +0 -1
  94. package/dist-es/commands/GetParametersForImportCommand.js +0 -1
  95. package/dist-es/commands/GetPublicKeyCommand.js +0 -1
  96. package/dist-es/commands/ImportKeyMaterialCommand.js +0 -1
  97. package/dist-es/commands/ListAliasesCommand.js +0 -1
  98. package/dist-es/commands/ListGrantsCommand.js +0 -1
  99. package/dist-es/commands/ListKeyPoliciesCommand.js +0 -1
  100. package/dist-es/commands/ListKeysCommand.js +0 -1
  101. package/dist-es/commands/ListResourceTagsCommand.js +0 -1
  102. package/dist-es/commands/ListRetirableGrantsCommand.js +0 -1
  103. package/dist-es/commands/PutKeyPolicyCommand.js +0 -1
  104. package/dist-es/commands/ReEncryptCommand.js +0 -1
  105. package/dist-es/commands/ReplicateKeyCommand.js +0 -1
  106. package/dist-es/commands/RetireGrantCommand.js +0 -1
  107. package/dist-es/commands/RevokeGrantCommand.js +0 -1
  108. package/dist-es/commands/ScheduleKeyDeletionCommand.js +0 -1
  109. package/dist-es/commands/SignCommand.js +0 -1
  110. package/dist-es/commands/TagResourceCommand.js +0 -1
  111. package/dist-es/commands/UntagResourceCommand.js +0 -1
  112. package/dist-es/commands/UpdateAliasCommand.js +0 -1
  113. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +0 -1
  114. package/dist-es/commands/UpdateKeyDescriptionCommand.js +0 -1
  115. package/dist-es/commands/UpdatePrimaryRegionCommand.js +0 -1
  116. package/dist-es/commands/VerifyCommand.js +0 -1
  117. package/dist-es/endpoints.js +0 -1
  118. package/dist-es/index.js +0 -1
  119. package/dist-es/models/index.js +0 -1
  120. package/dist-es/models/models_0.js +0 -1
  121. package/dist-es/pagination/Interfaces.js +0 -1
  122. package/dist-es/pagination/ListAliasesPaginator.js +0 -1
  123. package/dist-es/pagination/ListGrantsPaginator.js +0 -1
  124. package/dist-es/pagination/ListKeyPoliciesPaginator.js +0 -1
  125. package/dist-es/pagination/ListKeysPaginator.js +0 -1
  126. package/dist-es/protocols/Aws_json1_1.js +0 -1
  127. package/dist-es/runtimeConfig.browser.js +1 -2
  128. package/dist-es/runtimeConfig.js +2 -3
  129. package/dist-es/runtimeConfig.native.js +0 -1
  130. package/dist-es/runtimeConfig.shared.js +0 -1
  131. package/dist-types/KMS.d.ts +396 -334
  132. package/dist-types/KMSClient.d.ts +8 -7
  133. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +6 -4
  134. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +3 -3
  135. package/dist-types/commands/CreateAliasCommand.d.ts +11 -7
  136. package/dist-types/commands/CreateGrantCommand.d.ts +14 -11
  137. package/dist-types/commands/CreateKeyCommand.d.ts +16 -14
  138. package/dist-types/commands/DecryptCommand.d.ts +24 -21
  139. package/dist-types/commands/DeleteAliasCommand.d.ts +11 -7
  140. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +10 -11
  141. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +5 -6
  142. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +4 -4
  143. package/dist-types/commands/DescribeKeyCommand.d.ts +12 -10
  144. package/dist-types/commands/DisableKeyCommand.d.ts +5 -4
  145. package/dist-types/commands/DisableKeyRotationCommand.d.ts +2 -1
  146. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -4
  147. package/dist-types/commands/EnableKeyCommand.d.ts +4 -2
  148. package/dist-types/commands/EnableKeyRotationCommand.d.ts +2 -1
  149. package/dist-types/commands/EncryptCommand.d.ts +14 -12
  150. package/dist-types/commands/GenerateDataKeyCommand.d.ts +15 -12
  151. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +15 -13
  152. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -13
  153. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +11 -9
  154. package/dist-types/commands/GenerateRandomCommand.d.ts +2 -1
  155. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +2 -1
  156. package/dist-types/commands/GetParametersForImportCommand.d.ts +7 -8
  157. package/dist-types/commands/GetPublicKeyCommand.d.ts +7 -5
  158. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +13 -13
  159. package/dist-types/commands/ListAliasesCommand.d.ts +13 -10
  160. package/dist-types/commands/ListGrantsCommand.d.ts +2 -2
  161. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +3 -3
  162. package/dist-types/commands/ListKeysCommand.d.ts +1 -2
  163. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +7 -6
  164. package/dist-types/commands/ReEncryptCommand.d.ts +33 -27
  165. package/dist-types/commands/ReplicateKeyCommand.d.ts +5 -5
  166. package/dist-types/commands/RetireGrantCommand.d.ts +7 -5
  167. package/dist-types/commands/RevokeGrantCommand.d.ts +1 -2
  168. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +19 -15
  169. package/dist-types/commands/SignCommand.d.ts +10 -9
  170. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  171. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  172. package/dist-types/commands/UpdateAliasCommand.d.ts +15 -11
  173. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +17 -17
  174. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +3 -3
  175. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +1 -1
  176. package/dist-types/commands/VerifyCommand.d.ts +5 -5
  177. package/dist-types/models/models_0.d.ts +296 -249
  178. package/dist-types/ts3.4/KMS.d.ts +396 -334
  179. package/dist-types/ts3.4/KMSClient.d.ts +8 -7
  180. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +3 -3
  182. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +11 -7
  183. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +14 -11
  184. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +16 -14
  185. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +24 -21
  186. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +11 -7
  187. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +10 -11
  188. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +5 -6
  189. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +4 -4
  190. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +12 -10
  191. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +5 -4
  192. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +2 -1
  193. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +6 -4
  194. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +4 -2
  195. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +2 -1
  196. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +14 -12
  197. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +15 -12
  198. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +15 -13
  199. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +16 -13
  200. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +11 -9
  201. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +2 -1
  202. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +2 -1
  203. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +7 -8
  204. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +7 -5
  205. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +13 -13
  206. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +13 -10
  207. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +2 -2
  208. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +3 -3
  209. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +1 -2
  210. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +7 -6
  211. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +33 -27
  212. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +5 -5
  213. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +7 -5
  214. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +1 -2
  215. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +19 -15
  216. package/dist-types/ts3.4/commands/SignCommand.d.ts +10 -9
  217. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  218. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  219. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +15 -11
  220. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +17 -17
  221. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +3 -3
  222. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +5 -5
  224. package/dist-types/ts3.4/models/models_0.d.ts +296 -249
  225. package/package.json +33 -30
  226. package/dist-cjs/KMS.js.map +0 -1
  227. package/dist-cjs/KMSClient.js.map +0 -1
  228. package/dist-cjs/commands/CancelKeyDeletionCommand.js.map +0 -1
  229. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js.map +0 -1
  230. package/dist-cjs/commands/CreateAliasCommand.js.map +0 -1
  231. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js.map +0 -1
  232. package/dist-cjs/commands/CreateGrantCommand.js.map +0 -1
  233. package/dist-cjs/commands/CreateKeyCommand.js.map +0 -1
  234. package/dist-cjs/commands/DecryptCommand.js.map +0 -1
  235. package/dist-cjs/commands/DeleteAliasCommand.js.map +0 -1
  236. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js.map +0 -1
  237. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js.map +0 -1
  238. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js.map +0 -1
  239. package/dist-cjs/commands/DescribeKeyCommand.js.map +0 -1
  240. package/dist-cjs/commands/DisableKeyCommand.js.map +0 -1
  241. package/dist-cjs/commands/DisableKeyRotationCommand.js.map +0 -1
  242. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js.map +0 -1
  243. package/dist-cjs/commands/EnableKeyCommand.js.map +0 -1
  244. package/dist-cjs/commands/EnableKeyRotationCommand.js.map +0 -1
  245. package/dist-cjs/commands/EncryptCommand.js.map +0 -1
  246. package/dist-cjs/commands/GenerateDataKeyCommand.js.map +0 -1
  247. package/dist-cjs/commands/GenerateDataKeyPairCommand.js.map +0 -1
  248. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +0 -1
  249. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js.map +0 -1
  250. package/dist-cjs/commands/GenerateRandomCommand.js.map +0 -1
  251. package/dist-cjs/commands/GetKeyPolicyCommand.js.map +0 -1
  252. package/dist-cjs/commands/GetKeyRotationStatusCommand.js.map +0 -1
  253. package/dist-cjs/commands/GetParametersForImportCommand.js.map +0 -1
  254. package/dist-cjs/commands/GetPublicKeyCommand.js.map +0 -1
  255. package/dist-cjs/commands/ImportKeyMaterialCommand.js.map +0 -1
  256. package/dist-cjs/commands/ListAliasesCommand.js.map +0 -1
  257. package/dist-cjs/commands/ListGrantsCommand.js.map +0 -1
  258. package/dist-cjs/commands/ListKeyPoliciesCommand.js.map +0 -1
  259. package/dist-cjs/commands/ListKeysCommand.js.map +0 -1
  260. package/dist-cjs/commands/ListResourceTagsCommand.js.map +0 -1
  261. package/dist-cjs/commands/ListRetirableGrantsCommand.js.map +0 -1
  262. package/dist-cjs/commands/PutKeyPolicyCommand.js.map +0 -1
  263. package/dist-cjs/commands/ReEncryptCommand.js.map +0 -1
  264. package/dist-cjs/commands/ReplicateKeyCommand.js.map +0 -1
  265. package/dist-cjs/commands/RetireGrantCommand.js.map +0 -1
  266. package/dist-cjs/commands/RevokeGrantCommand.js.map +0 -1
  267. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js.map +0 -1
  268. package/dist-cjs/commands/SignCommand.js.map +0 -1
  269. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  270. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  271. package/dist-cjs/commands/UpdateAliasCommand.js.map +0 -1
  272. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js.map +0 -1
  273. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js.map +0 -1
  274. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js.map +0 -1
  275. package/dist-cjs/commands/VerifyCommand.js.map +0 -1
  276. package/dist-cjs/endpoints.js.map +0 -1
  277. package/dist-cjs/index.js.map +0 -1
  278. package/dist-cjs/models/index.js.map +0 -1
  279. package/dist-cjs/models/models_0.js.map +0 -1
  280. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  281. package/dist-cjs/pagination/ListAliasesPaginator.js.map +0 -1
  282. package/dist-cjs/pagination/ListGrantsPaginator.js.map +0 -1
  283. package/dist-cjs/pagination/ListKeyPoliciesPaginator.js.map +0 -1
  284. package/dist-cjs/pagination/ListKeysPaginator.js.map +0 -1
  285. package/dist-cjs/protocols/Aws_json1_1.js.map +0 -1
  286. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  287. package/dist-cjs/runtimeConfig.js.map +0 -1
  288. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  289. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  290. package/dist-es/KMS.js.map +0 -1
  291. package/dist-es/KMSClient.js.map +0 -1
  292. package/dist-es/commands/CancelKeyDeletionCommand.js.map +0 -1
  293. package/dist-es/commands/ConnectCustomKeyStoreCommand.js.map +0 -1
  294. package/dist-es/commands/CreateAliasCommand.js.map +0 -1
  295. package/dist-es/commands/CreateCustomKeyStoreCommand.js.map +0 -1
  296. package/dist-es/commands/CreateGrantCommand.js.map +0 -1
  297. package/dist-es/commands/CreateKeyCommand.js.map +0 -1
  298. package/dist-es/commands/DecryptCommand.js.map +0 -1
  299. package/dist-es/commands/DeleteAliasCommand.js.map +0 -1
  300. package/dist-es/commands/DeleteCustomKeyStoreCommand.js.map +0 -1
  301. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js.map +0 -1
  302. package/dist-es/commands/DescribeCustomKeyStoresCommand.js.map +0 -1
  303. package/dist-es/commands/DescribeKeyCommand.js.map +0 -1
  304. package/dist-es/commands/DisableKeyCommand.js.map +0 -1
  305. package/dist-es/commands/DisableKeyRotationCommand.js.map +0 -1
  306. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js.map +0 -1
  307. package/dist-es/commands/EnableKeyCommand.js.map +0 -1
  308. package/dist-es/commands/EnableKeyRotationCommand.js.map +0 -1
  309. package/dist-es/commands/EncryptCommand.js.map +0 -1
  310. package/dist-es/commands/GenerateDataKeyCommand.js.map +0 -1
  311. package/dist-es/commands/GenerateDataKeyPairCommand.js.map +0 -1
  312. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +0 -1
  313. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js.map +0 -1
  314. package/dist-es/commands/GenerateRandomCommand.js.map +0 -1
  315. package/dist-es/commands/GetKeyPolicyCommand.js.map +0 -1
  316. package/dist-es/commands/GetKeyRotationStatusCommand.js.map +0 -1
  317. package/dist-es/commands/GetParametersForImportCommand.js.map +0 -1
  318. package/dist-es/commands/GetPublicKeyCommand.js.map +0 -1
  319. package/dist-es/commands/ImportKeyMaterialCommand.js.map +0 -1
  320. package/dist-es/commands/ListAliasesCommand.js.map +0 -1
  321. package/dist-es/commands/ListGrantsCommand.js.map +0 -1
  322. package/dist-es/commands/ListKeyPoliciesCommand.js.map +0 -1
  323. package/dist-es/commands/ListKeysCommand.js.map +0 -1
  324. package/dist-es/commands/ListResourceTagsCommand.js.map +0 -1
  325. package/dist-es/commands/ListRetirableGrantsCommand.js.map +0 -1
  326. package/dist-es/commands/PutKeyPolicyCommand.js.map +0 -1
  327. package/dist-es/commands/ReEncryptCommand.js.map +0 -1
  328. package/dist-es/commands/ReplicateKeyCommand.js.map +0 -1
  329. package/dist-es/commands/RetireGrantCommand.js.map +0 -1
  330. package/dist-es/commands/RevokeGrantCommand.js.map +0 -1
  331. package/dist-es/commands/ScheduleKeyDeletionCommand.js.map +0 -1
  332. package/dist-es/commands/SignCommand.js.map +0 -1
  333. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  334. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  335. package/dist-es/commands/UpdateAliasCommand.js.map +0 -1
  336. package/dist-es/commands/UpdateCustomKeyStoreCommand.js.map +0 -1
  337. package/dist-es/commands/UpdateKeyDescriptionCommand.js.map +0 -1
  338. package/dist-es/commands/UpdatePrimaryRegionCommand.js.map +0 -1
  339. package/dist-es/commands/VerifyCommand.js.map +0 -1
  340. package/dist-es/endpoints.js.map +0 -1
  341. package/dist-es/index.js.map +0 -1
  342. package/dist-es/models/index.js.map +0 -1
  343. package/dist-es/models/models_0.js.map +0 -1
  344. package/dist-es/pagination/Interfaces.js.map +0 -1
  345. package/dist-es/pagination/ListAliasesPaginator.js.map +0 -1
  346. package/dist-es/pagination/ListGrantsPaginator.js.map +0 -1
  347. package/dist-es/pagination/ListKeyPoliciesPaginator.js.map +0 -1
  348. package/dist-es/pagination/ListKeysPaginator.js.map +0 -1
  349. package/dist-es/protocols/Aws_json1_1.js.map +0 -1
  350. package/dist-es/runtimeConfig.browser.js.map +0 -1
  351. package/dist-es/runtimeConfig.js.map +0 -1
  352. package/dist-es/runtimeConfig.native.js.map +0 -1
  353. package/dist-es/runtimeConfig.shared.js.map +0 -1
  354. package/jest.config.js +0 -4
  355. package/src/KMS.ts +0 -4019
  356. package/src/KMSClient.ts +0 -516
  357. package/src/commands/CancelKeyDeletionCommand.ts +0 -106
  358. package/src/commands/ConnectCustomKeyStoreCommand.ts +0 -156
  359. package/src/commands/CreateAliasCommand.ts +0 -148
  360. package/src/commands/CreateCustomKeyStoreCommand.ts +0 -144
  361. package/src/commands/CreateGrantCommand.ts +0 -154
  362. package/src/commands/CreateKeyCommand.ts +0 -210
  363. package/src/commands/DecryptCommand.ts +0 -173
  364. package/src/commands/DeleteAliasCommand.ts +0 -138
  365. package/src/commands/DeleteCustomKeyStoreCommand.ts +0 -150
  366. package/src/commands/DeleteImportedKeyMaterialCommand.ts +0 -128
  367. package/src/commands/DescribeCustomKeyStoresCommand.ts +0 -148
  368. package/src/commands/DescribeKeyCommand.ts +0 -172
  369. package/src/commands/DisableKeyCommand.ts +0 -109
  370. package/src/commands/DisableKeyRotationCommand.ts +0 -119
  371. package/src/commands/DisconnectCustomKeyStoreCommand.ts +0 -145
  372. package/src/commands/EnableKeyCommand.ts +0 -98
  373. package/src/commands/EnableKeyRotationCommand.ts +0 -119
  374. package/src/commands/EncryptCommand.ts +0 -210
  375. package/src/commands/GenerateDataKeyCommand.ts +0 -189
  376. package/src/commands/GenerateDataKeyPairCommand.ts +0 -169
  377. package/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +0 -169
  378. package/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts +0 -172
  379. package/src/commands/GenerateRandomCommand.ts +0 -103
  380. package/src/commands/GetKeyPolicyCommand.ts +0 -103
  381. package/src/commands/GetKeyRotationStatusCommand.ts +0 -131
  382. package/src/commands/GetParametersForImportCommand.ts +0 -130
  383. package/src/commands/GetPublicKeyCommand.ts +0 -139
  384. package/src/commands/ImportKeyMaterialCommand.ts +0 -158
  385. package/src/commands/ListAliasesCommand.ts +0 -134
  386. package/src/commands/ListGrantsCommand.ts +0 -140
  387. package/src/commands/ListKeyPoliciesCommand.ts +0 -117
  388. package/src/commands/ListKeysCommand.ts +0 -119
  389. package/src/commands/ListResourceTagsCommand.ts +0 -129
  390. package/src/commands/ListRetirableGrantsCommand.ts +0 -137
  391. package/src/commands/PutKeyPolicyCommand.ts +0 -108
  392. package/src/commands/ReEncryptCommand.ts +0 -180
  393. package/src/commands/ReplicateKeyCommand.ts +0 -172
  394. package/src/commands/RetireGrantCommand.ts +0 -139
  395. package/src/commands/RevokeGrantCommand.ts +0 -139
  396. package/src/commands/ScheduleKeyDeletionCommand.ts +0 -145
  397. package/src/commands/SignCommand.ts +0 -132
  398. package/src/commands/TagResourceCommand.ts +0 -140
  399. package/src/commands/UntagResourceCommand.ts +0 -138
  400. package/src/commands/UpdateAliasCommand.ts +0 -153
  401. package/src/commands/UpdateCustomKeyStoreCommand.ts +0 -167
  402. package/src/commands/UpdateKeyDescriptionCommand.ts +0 -118
  403. package/src/commands/UpdatePrimaryRegionCommand.ts +0 -160
  404. package/src/commands/VerifyCommand.ts +0 -118
  405. package/src/endpoints.ts +0 -62
  406. package/src/index.ts +0 -56
  407. package/src/models/index.ts +0 -1
  408. package/src/models/models_0.ts +0 -4742
  409. package/src/pagination/Interfaces.ts +0 -8
  410. package/src/pagination/ListAliasesPaginator.ts +0 -55
  411. package/src/pagination/ListGrantsPaginator.ts +0 -55
  412. package/src/pagination/ListKeyPoliciesPaginator.ts +0 -59
  413. package/src/pagination/ListKeysPaginator.ts +0 -55
  414. package/src/protocols/Aws_json1_1.ts +0 -7632
  415. package/src/runtimeConfig.browser.ts +0 -41
  416. package/src/runtimeConfig.native.ts +0 -17
  417. package/src/runtimeConfig.shared.ts +0 -17
  418. package/src/runtimeConfig.ts +0 -46
  419. package/tsconfig.es.json +0 -10
  420. package/tsconfig.json +0 -33
  421. package/tsconfig.types.json +0 -9
@@ -8,39 +8,45 @@ export interface ReEncryptCommandOutput extends ReEncryptResponse, __MetadataBea
8
8
  }
9
9
  /**
10
10
  * <p>Decrypts ciphertext and then reencrypts it entirely within KMS. You can use this
11
- * operation to change the KMS key under which data is encrypted, such as when
12
- * you <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html#rotate-keys-manually">manually rotate</a> a KMS key or change the KMS key that protects a ciphertext. You can also
13
- * use it to reencrypt ciphertext under the same KMS key, such as to change the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context">encryption
11
+ * operation to change the KMS key under which data is encrypted, such as when you <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html#rotate-keys-manually">manually
12
+ * rotate</a> a KMS key or change the KMS key that protects a ciphertext. You can also use
13
+ * it to reencrypt ciphertext under the same KMS key, such as to change the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context">encryption
14
14
  * context</a> of a ciphertext.</p>
15
15
  * <p>The <code>ReEncrypt</code> operation can decrypt ciphertext that was encrypted by using an
16
16
  * KMS KMS key in an KMS operation, such as <a>Encrypt</a> or <a>GenerateDataKey</a>. It can also decrypt ciphertext that was encrypted by using the
17
- * public key of an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-concepts.html#asymmetric-cmks">asymmetric KMS key</a> outside of KMS. However, it cannot decrypt ciphertext
18
- * produced by other libraries, such as the <a href="https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/">Amazon Web Services Encryption SDK</a> or <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html">Amazon S3 client-side encryption</a>.
19
- * These libraries return a ciphertext format that is incompatible with KMS.</p>
17
+ * public key of an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symm-asymm-concepts.html#asymmetric-cmks">asymmetric KMS key</a>
18
+ * outside of KMS. However, it cannot decrypt ciphertext produced by other libraries, such as
19
+ * the <a href="https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/">Amazon Web Services Encryption SDK</a> or
20
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html">Amazon S3
21
+ * client-side encryption</a>. These libraries return a ciphertext format that is
22
+ * incompatible with KMS.</p>
20
23
  * <p>When you use the <code>ReEncrypt</code> operation, you need to provide information for the
21
24
  * decrypt operation and the subsequent encrypt operation.</p>
22
25
  * <ul>
23
26
  * <li>
24
27
  * <p>If your ciphertext was encrypted under an asymmetric KMS key, you must use the
25
- * <code>SourceKeyId</code> parameter to identify the KMS key that encrypted the ciphertext.
26
- * You must also supply the encryption algorithm that was used. This information is required
27
- * to decrypt the data.</p>
28
+ * <code>SourceKeyId</code> parameter to identify the KMS key that encrypted the
29
+ * ciphertext. You must also supply the encryption algorithm that was used. This information
30
+ * is required to decrypt the data.</p>
28
31
  * </li>
29
32
  * <li>
30
- * <p>If your ciphertext was encrypted under a symmetric KMS key, the <code>SourceKeyId</code>
31
- * parameter is optional. KMS can get this information from metadata that it adds to the
32
- * symmetric ciphertext blob. This feature adds durability to your implementation by ensuring
33
- * that authorized users can decrypt ciphertext decades after it was encrypted, even if
34
- * they've lost track of the key ID. However, specifying the source KMS key is always recommended
35
- * as a best practice. When you use the <code>SourceKeyId</code> parameter to specify a KMS key,
36
- * KMS uses only the KMS key you specify. If the ciphertext was encrypted under a different KMS key, the <code>ReEncrypt</code> operation fails. This practice ensures that you use the KMS key that you intend.</p>
33
+ * <p>If your ciphertext was encrypted under a symmetric KMS key, the
34
+ * <code>SourceKeyId</code> parameter is optional. KMS can get this information from
35
+ * metadata that it adds to the symmetric ciphertext blob. This feature adds durability to
36
+ * your implementation by ensuring that authorized users can decrypt ciphertext decades after
37
+ * it was encrypted, even if they've lost track of the key ID. However, specifying the source
38
+ * KMS key is always recommended as a best practice. When you use the
39
+ * <code>SourceKeyId</code> parameter to specify a KMS key, KMS uses only the KMS key you
40
+ * specify. If the ciphertext was encrypted under a different KMS key, the
41
+ * <code>ReEncrypt</code> operation fails. This practice ensures that you use the KMS key
42
+ * that you intend.</p>
37
43
  * </li>
38
44
  * <li>
39
45
  * <p>To reencrypt the data, you must use the <code>DestinationKeyId</code> parameter
40
46
  * specify the KMS key that re-encrypts the data after it is decrypted. You can select a
41
- * symmetric or asymmetric KMS key. If the destination KMS key is an asymmetric KMS key, you must also
42
- * provide the encryption algorithm. The algorithm that you choose must be compatible with
43
- * the KMS key.</p>
47
+ * symmetric or asymmetric KMS key. If the destination KMS key is an asymmetric KMS key, you
48
+ * must also provide the encryption algorithm. The algorithm that you choose must be
49
+ * compatible with the KMS key.</p>
44
50
  *
45
51
  * <important>
46
52
  * <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>
@@ -48,26 +54,26 @@ export interface ReEncryptCommandOutput extends ReEncryptResponse, __MetadataBea
48
54
  * </important>
49
55
  * </li>
50
56
  * </ul>
51
- *
52
- *
53
- *
54
57
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
55
58
  * 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>
56
59
  * <p>
57
- * <b>Cross-account use</b>: Yes. The source KMS key and destination KMS key can be in different Amazon Web Services accounts. Either or both KMS keys can be in a different account than
58
- * the caller. To specify a KMS key in a different account, you must use its key ARN or alias
59
- * ARN.</p>
60
+ * <b>Cross-account use</b>: Yes.
61
+ * The source KMS key and destination KMS key can be in different Amazon Web Services accounts. Either or both
62
+ * KMS keys can be in a different account than the caller. To specify a KMS key in a different
63
+ * account, you must use its key ARN or alias ARN.</p>
60
64
  *
61
65
  * <p>
62
66
  * <b>Required permissions</b>:</p>
63
67
  * <ul>
64
68
  * <li>
65
69
  * <p>
66
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ReEncryptFrom</a> permission on the source KMS key (key policy)</p>
70
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ReEncryptFrom</a>
71
+ * permission on the source KMS key (key policy)</p>
67
72
  * </li>
68
73
  * <li>
69
74
  * <p>
70
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ReEncryptTo</a> permission on the destination KMS key (key policy)</p>
75
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:ReEncryptTo</a>
76
+ * permission on the destination KMS key (key policy)</p>
71
77
  * </li>
72
78
  * </ul>
73
79
  * <p>To permit reencryption from or to a KMS key, include the <code>"kms:ReEncrypt*"</code>
@@ -38,7 +38,7 @@ export interface ReplicateKeyCommandOutput extends ReplicateKeyResponse, __Metad
38
38
  * details about the <code>Creating</code> key state, see <a href="kms/latest/developerguide/key-state.html">Key state: Effect on your KMS key</a> in the
39
39
  * <i>Key Management Service Developer Guide</i>.</p>
40
40
  * <p>The CloudTrail log of a <code>ReplicateKey</code> operation records a
41
- * <code>ReplicateKey</code> operation in the primary key's Region and a <a>CreateKey</a> operation in the replica key's Region.</p>
41
+ * <code>ReplicateKey</code> operation in the primary key's Region and a <a>CreateKey</a> operation in the replica key's Region.</p>
42
42
  * <p>If you replicate a multi-Region primary key with imported key material, the replica key is
43
43
  * created with no key material. You must import the same key material that you imported into the
44
44
  * primary key. For details, see <a href="kms/latest/developerguide/multi-region-keys-import.html">Importing key material into multi-Region keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
@@ -46,8 +46,8 @@ export interface ReplicateKeyCommandOutput extends ReplicateKeyResponse, __Metad
46
46
  * operation.</p>
47
47
  * <note>
48
48
  * <p>
49
- * <code>ReplicateKey</code> uses different default values for the <code>KeyPolicy</code> and
50
- * <code>Tags</code> parameters than those used in the KMS console. For details, see the
49
+ * <code>ReplicateKey</code> uses different default values for the <code>KeyPolicy</code>
50
+ * and <code>Tags</code> parameters than those used in the KMS console. For details, see the
51
51
  * parameter descriptions.</p>
52
52
  * </note>
53
53
  * <p>
@@ -58,8 +58,8 @@ export interface ReplicateKeyCommandOutput extends ReplicateKeyResponse, __Metad
58
58
  * <ul>
59
59
  * <li>
60
60
  * <p>
61
- * <code>kms:ReplicateKey</code> on the primary key (in the primary key's Region). Include this
62
- * permission in the primary key's key policy.</p>
61
+ * <code>kms:ReplicateKey</code> on the primary key (in the primary key's Region).
62
+ * Include this permission in the primary key's key policy.</p>
63
63
  * </li>
64
64
  * <li>
65
65
  * <p>
@@ -9,12 +9,13 @@ export interface RetireGrantCommandOutput extends __MetadataBearer {
9
9
  /**
10
10
  * <p>Deletes a grant. Typically, you retire a grant when you no longer need its permissions. To
11
11
  * identify the grant to retire, use a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grants.html#grant_token">grant token</a>, or both the grant ID and a
12
- * key identifier (key ID or key ARN) of the KMS key. The <a>CreateGrant</a> operation returns both values.</p>
12
+ * key identifier (key ID or key ARN) of the KMS key. The <a>CreateGrant</a> operation
13
+ * returns both values.</p>
13
14
  * <p>This operation can be called by the <i>retiring principal</i> for a grant,
14
15
  * by the <i>grantee principal</i> if the grant allows the <code>RetireGrant</code>
15
16
  * operation, and by the Amazon Web Services account (root user) in which the grant is created. It can also be
16
17
  * called by principals to whom permission for retiring a grant is delegated. For details, see
17
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring and
18
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring and
18
19
  * revoking grants</a> in the <i>Key Management Service Developer Guide</i>.</p>
19
20
  * <p>For detailed information about grants, including grant terminology, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grants.html">Using grants</a> in the
20
21
  * <i>
@@ -22,11 +23,12 @@ export interface RetireGrantCommandOutput extends __MetadataBearer {
22
23
  * </i>. For examples of working with grants in several
23
24
  * programming languages, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/programming-grants.html">Programming grants</a>. </p>
24
25
  * <p>
25
- * <b>Cross-account use</b>: Yes. You can retire a grant on a KMS key
26
- * in a different Amazon Web Services account.</p>
26
+ * <b>Cross-account use</b>: Yes. You can retire a grant on a KMS
27
+ * key in a different Amazon Web Services account.</p>
27
28
  * <p>
28
29
  * <b>Required permissions:</b>:Permission to retire a grant is
29
- * determined primarily by the grant. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring and revoking grants</a> in the <i>Key Management Service Developer Guide</i>.</p>
30
+ * determined primarily by the grant. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/grant-manage.html#grant-delete">Retiring and revoking grants</a> in
31
+ * the <i>Key Management Service Developer Guide</i>.</p>
30
32
  * <p>
31
33
  * <b>Related operations:</b>
32
34
  * </p>
@@ -8,8 +8,7 @@ export interface RevokeGrantCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
10
  * <p>Deletes the specified grant. You revoke a grant to terminate the permissions that the
11
- * grant allows. For more
12
- * information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/managing-grants.html#grant-delete">Retiring and revoking grants</a> in
11
+ * grant allows. For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/managing-grants.html#grant-delete">Retiring and revoking grants</a> in
13
12
  * the <i>
14
13
  * <i>Key Management Service Developer Guide</i>
15
14
  * </i>.</p>
@@ -7,22 +7,24 @@ export interface ScheduleKeyDeletionCommandInput extends ScheduleKeyDeletionRequ
7
7
  export interface ScheduleKeyDeletionCommandOutput extends ScheduleKeyDeletionResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Schedules the deletion of a KMS key. By default, KMS applies a waiting
11
- * period of 30 days, but you can specify a waiting period of 7-30 days. When this operation is
12
- * successful, the key state of the KMS key changes to <code>PendingDeletion</code> and the key can't
13
- * be used in any cryptographic operations. It remains in this state for the duration of the
14
- * waiting period. Before the waiting period ends, you can use <a>CancelKeyDeletion</a> to cancel the deletion of the KMS key. After the waiting period ends, KMS deletes the KMS key,
10
+ * <p>Schedules the deletion of a KMS key. By default, KMS applies a waiting period of 30
11
+ * days, but you can specify a waiting period of 7-30 days. When this operation is successful,
12
+ * the key state of the KMS key changes to <code>PendingDeletion</code> and the key can't be used
13
+ * in any cryptographic operations. It remains in this state for the duration of the waiting
14
+ * period. Before the waiting period ends, you can use <a>CancelKeyDeletion</a> to
15
+ * cancel the deletion of the KMS key. After the waiting period ends, KMS deletes the KMS key,
15
16
  * its key material, and all KMS data associated with it, including all aliases that refer to
16
17
  * it.</p>
17
18
  * <important>
18
- * <p>Deleting a KMS key is a destructive and potentially dangerous operation. When a KMS key is
19
- * deleted, all data that was encrypted under the KMS key is unrecoverable. (The only exception is
20
- * a multi-Region replica key.) To prevent the use of a KMS key without deleting it, use <a>DisableKey</a>. </p>
19
+ * <p>Deleting a KMS key is a destructive and potentially dangerous operation. When a KMS key
20
+ * is deleted, all data that was encrypted under the KMS key is unrecoverable. (The only
21
+ * exception is a multi-Region replica key.) To prevent the use of a KMS key without deleting
22
+ * it, use <a>DisableKey</a>. </p>
21
23
  * </important>
22
24
  * <p>If you schedule deletion of a KMS key from a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">custom key store</a>, when the waiting period
23
- * expires, <code>ScheduleKeyDeletion</code> deletes the KMS key from KMS. Then KMS makes a best
24
- * effort to delete the key material from the associated CloudHSM cluster. However, you might need
25
- * to manually <a href="https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-orphaned-key">delete the orphaned key
25
+ * expires, <code>ScheduleKeyDeletion</code> deletes the KMS key from KMS. Then KMS makes a
26
+ * best effort to delete the key material from the associated CloudHSM cluster. However, you might
27
+ * need to manually <a href="https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-orphaned-key">delete the orphaned key
26
28
  * material</a> from the cluster and its backups.</p>
27
29
  * <p>You can schedule the deletion of a multi-Region primary key and its replica keys at any
28
30
  * time. However, KMS will not delete a multi-Region primary key with existing replica keys. If
@@ -31,18 +33,20 @@ export interface ScheduleKeyDeletionCommandOutput extends ScheduleKeyDeletionRes
31
33
  * operations. This status can continue indefinitely. When the last of its replicas keys is
32
34
  * deleted (not just scheduled), the key state of the primary key changes to
33
35
  * <code>PendingDeletion</code> and its waiting period (<code>PendingWindowInDays</code>)
34
- * begins. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-delete.html">Deleting multi-Region keys</a> in the <i>Key Management Service Developer Guide</i>. </p>
36
+ * begins. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/multi-region-keys-delete.html">Deleting multi-Region keys</a> in the
37
+ * <i>Key Management Service Developer Guide</i>. </p>
35
38
  * <p>For more information about scheduling a KMS key for deletion, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/deleting-keys.html">Deleting KMS keys</a> in the
36
39
  * <i>Key Management Service Developer Guide</i>.</p>
37
40
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
38
41
  * 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>
39
- *
40
42
  * <p>
41
- * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.</p>
43
+ * <b>Cross-account
44
+ * use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.</p>
42
45
  *
43
46
  *
44
47
  * <p>
45
- * <b>Required permissions</b>: kms:ScheduleKeyDeletion (key policy)</p>
48
+ * <b>Required permissions</b>: kms:ScheduleKeyDeletion (key
49
+ * policy)</p>
46
50
  * <p>
47
51
  * <b>Related operations</b>
48
52
  * </p>
@@ -8,20 +8,21 @@ export interface SignCommandOutput extends SignResponse, __MetadataBearer {
8
8
  }
9
9
  /**
10
10
  * <p>Creates a <a href="https://en.wikipedia.org/wiki/Digital_signature">digital
11
- * signature</a> for a message or message digest by using the private key in an asymmetric KMS key. To verify the signature, use the <a>Verify</a> operation, or use the public
12
- * key in the same asymmetric KMS key outside of KMS. For information about symmetric and asymmetric KMS keys, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using Symmetric and Asymmetric KMS keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
11
+ * signature</a> for a message or message digest by using the private key in an asymmetric
12
+ * KMS key. To verify the signature, use the <a>Verify</a> operation, or use the
13
+ * public key in the same asymmetric KMS key outside of KMS. For information about symmetric and asymmetric KMS keys, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/symmetric-asymmetric.html">Using Symmetric and Asymmetric KMS keys</a> in the <i>Key Management Service Developer Guide</i>.</p>
13
14
  * <p>Digital signatures are generated and verified by using asymmetric key pair, such as an RSA
14
- * or ECC pair that is represented by an asymmetric KMS key. The key owner (or
15
- * an authorized user) uses their private key to sign a message. Anyone with the public key can
16
- * verify that the message was signed with that particular private key and that the message
17
- * hasn't changed since it was signed. </p>
15
+ * or ECC pair that is represented by an asymmetric KMS key. The key owner (or an authorized
16
+ * user) uses their private key to sign a message. Anyone with the public key can verify that the
17
+ * message was signed with that particular private key and that the message hasn't changed since
18
+ * it was signed. </p>
18
19
  * <p>To use the <code>Sign</code> operation, provide the following information:</p>
19
20
  * <ul>
20
21
  * <li>
21
22
  * <p>Use the <code>KeyId</code> parameter to identify an asymmetric KMS key with a
22
23
  * <code>KeyUsage</code> value of <code>SIGN_VERIFY</code>. To get the
23
- * <code>KeyUsage</code> value of a KMS key, use the <a>DescribeKey</a> operation.
24
- * The caller must have <code>kms:Sign</code> permission on the KMS key.</p>
24
+ * <code>KeyUsage</code> value of a KMS key, use the <a>DescribeKey</a>
25
+ * operation. The caller must have <code>kms:Sign</code> permission on the KMS key.</p>
25
26
  * </li>
26
27
  * <li>
27
28
  * <p>Use the <code>Message</code> parameter to specify the message or message digest to
@@ -43,7 +44,7 @@ export interface SignCommandOutput extends SignResponse, __MetadataBearer {
43
44
  * then use the public key to verify the signature outside of KMS. </p>
44
45
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
45
46
  * 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>
46
- * <p>
47
+ * <p>
47
48
  * <b>Cross-account use</b>: Yes. To perform this operation with a KMS key in a different Amazon Web Services account, specify
48
49
  * the key ARN or alias ARN in the value of the <code>KeyId</code> parameter.</p>
49
50
  *
@@ -15,16 +15,18 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
15
15
  * The tag value can be an empty (null) string. To add a tag, specify a new tag key and a tag
16
16
  * value. To edit a tag, specify an existing tag key and a new tag value.</p>
17
17
  * <p>You can use this operation to tag a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a>, but you cannot
18
- * tag an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a>, an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">Amazon Web Services owned key</a>, a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#keystore-concept">custom key store</a>, or
19
- * an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#alias-concept">alias</a>.</p>
20
- * <p>You can also add tags to a KMS key while creating it (<a>CreateKey</a>) or replicating it (<a>ReplicateKey</a>).</p>
18
+ * tag an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services
19
+ * managed key</a>, an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk">Amazon Web Services owned key</a>, a <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#keystore-concept">custom key
20
+ * store</a>, or an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#alias-concept">alias</a>.</p>
21
+ * <p>You can also add tags to a KMS key while creating it (<a>CreateKey</a>) or
22
+ * replicating it (<a>ReplicateKey</a>).</p>
21
23
  * <p>For information about using tags in KMS, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/tagging-keys.html">Tagging keys</a>. For general information about
22
24
  * tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon
23
25
  * Web Services General Reference</i>. </p>
24
26
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
25
27
  * 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>
26
28
  * <p>
27
- * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
29
+ * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
28
30
  *
29
31
  * <p>
30
32
  * <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:TagResource</a> (key policy)</p>
@@ -13,8 +13,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
13
13
  * <p>Tagging or untagging a KMS key can allow or deny permission to the KMS key. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/abac.html">Using ABAC in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
14
14
  * </note>
15
15
  * <p>When it succeeds, the <code>UntagResource</code> operation doesn't return any output.
16
- * Also, if the specified tag key isn't found on the KMS key, it doesn't throw an exception or return
17
- * a response. To confirm that the operation worked, use the <a>ListResourceTags</a> operation.</p>
16
+ * Also, if the specified tag key isn't found on the KMS key, it doesn't throw an exception or
17
+ * return a response. To confirm that the operation worked, use the <a>ListResourceTags</a> operation.</p>
18
18
  *
19
19
  * <p>For information about using tags in KMS, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/tagging-keys.html">Tagging keys</a>. For general information about
20
20
  * tags, including the format and syntax, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon
@@ -22,7 +22,7 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
23
23
  * 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>
24
24
  * <p>
25
- * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.</p>
25
+ * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account.</p>
26
26
  *
27
27
  * <p>
28
28
  * <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UntagResource</a> (key policy)</p>
@@ -7,9 +7,9 @@ export interface UpdateAliasCommandInput extends UpdateAliasRequest {
7
7
  export interface UpdateAliasCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Associates an existing KMS alias with a different KMS key. Each alias
11
- * is associated with only one KMS key at a time, although a KMS key can have multiple aliases. The alias
12
- * and the KMS key must be in the same Amazon Web Services account and Region.</p>
10
+ * <p>Associates an existing KMS alias with a different KMS key. Each alias is associated with
11
+ * only one KMS key at a time, although a KMS key can have multiple aliases. The alias and the
12
+ * KMS key must be in the same Amazon Web Services account and Region.</p>
13
13
  * <note>
14
14
  * <p>Adding, deleting, or updating an alias can allow or deny permission to the KMS key. For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/abac.html">Using ABAC in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
15
15
  * </note>
@@ -21,12 +21,12 @@ export interface UpdateAliasCommandOutput extends __MetadataBearer {
21
21
  * use <a>DeleteAlias</a> to delete the old alias and <a>CreateAlias</a> to
22
22
  * create a new alias.</p>
23
23
  * <p>Because an alias is not a property of a KMS key, you can create, update, and delete the
24
- * aliases of a KMS key without affecting the KMS key. Also, aliases do not appear in the response from
25
- * the <a>DescribeKey</a> operation. To get the aliases of all KMS keys in the account,
26
- * use the <a>ListAliases</a> operation. </p>
24
+ * aliases of a KMS key without affecting the KMS key. Also, aliases do not appear in the
25
+ * response from the <a>DescribeKey</a> operation. To get the aliases of all KMS keys
26
+ * in the account, use the <a>ListAliases</a> operation. </p>
27
27
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
28
28
  * 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>
29
- * <p>
29
+ * <p>
30
30
  * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
31
31
  * <p>
32
32
  * <b>Required permissions</b>
@@ -34,18 +34,22 @@ export interface UpdateAliasCommandOutput extends __MetadataBearer {
34
34
  * <ul>
35
35
  * <li>
36
36
  * <p>
37
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on the alias (IAM policy).</p>
37
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on
38
+ * the alias (IAM policy).</p>
38
39
  * </li>
39
40
  * <li>
40
41
  * <p>
41
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on the current KMS key (key policy).</p>
42
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on
43
+ * the current KMS key (key policy).</p>
42
44
  * </li>
43
45
  * <li>
44
46
  * <p>
45
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on the new KMS key (key policy).</p>
47
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on
48
+ * the new KMS key (key policy).</p>
46
49
  * </li>
47
50
  * </ul>
48
- * <p>For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html#alias-access">Controlling access to aliases</a> in the <i>Key Management Service Developer Guide</i>.</p>
51
+ * <p>For details, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-alias.html#alias-access">Controlling access to aliases</a> in the
52
+ * <i>Key Management Service Developer Guide</i>.</p>
49
53
  * <p>
50
54
  * <b>Related operations:</b>
51
55
  * </p>
@@ -15,29 +15,29 @@ export interface UpdateCustomKeyStoreCommandOutput extends UpdateCustomKeyStoreR
15
15
  * the update completes, use <a>ConnectCustomKeyStore</a>. To find the connection
16
16
  * state of a custom key store, use the <a>DescribeCustomKeyStores</a>
17
17
  * operation.</p>
18
- * <p>Use the parameters of <code>UpdateCustomKeyStore</code> to edit your keystore
19
- * settings.</p>
18
+ * <p>The <code>CustomKeyStoreId</code> parameter is required in all commands. Use the other
19
+ * parameters of <code>UpdateCustomKeyStore</code> to edit your key store settings.</p>
20
20
  * <ul>
21
21
  * <li>
22
- * <p>Use the <b>NewCustomKeyStoreName</b> parameter to change the
23
- * friendly name of the custom key store to the value that you specify.</p>
22
+ * <p>Use the <code>NewCustomKeyStoreName</code> parameter to change the friendly name of
23
+ * the custom key store to the value that you specify.</p>
24
24
  * <p> </p>
25
25
  * </li>
26
26
  * <li>
27
- * <p>Use the <b>KeyStorePassword</b> parameter tell KMS the
28
- * current password of the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser">
29
- * <code>kmsuser</code> crypto
30
- * user (CU)</a> in the associated CloudHSM cluster. You can use this parameter to <a href="https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-password">fix
31
- * connection failures</a> that occur when KMS cannot log into the associated cluster
32
- * because the <code>kmsuser</code> password has changed. This value does not change the
33
- * password in the CloudHSM cluster.</p>
27
+ * <p>Use the <code>KeyStorePassword</code> parameter tell KMS the current password of the
28
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser">
29
+ * <code>kmsuser</code> crypto user (CU)</a> in the associated CloudHSM cluster. You
30
+ * can use this parameter to <a href="https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-password">fix connection
31
+ * failures</a> that occur when KMS cannot log into the associated cluster because
32
+ * the <code>kmsuser</code> password has changed. This value does not change the password in
33
+ * the CloudHSM cluster.</p>
34
34
  * <p> </p>
35
35
  * </li>
36
36
  * <li>
37
- * <p>Use the <b>CloudHsmClusterId</b> parameter to associate the
38
- * custom key store with a different, but related, CloudHSM cluster. You can use this parameter
39
- * to repair a custom key store if its CloudHSM cluster becomes corrupted or is deleted, or when
40
- * you need to create or restore a cluster from a backup. </p>
37
+ * <p>Use the <code>CloudHsmClusterId</code> parameter to associate the custom key store
38
+ * with a different, but related, CloudHSM cluster. You can use this parameter to repair a
39
+ * custom key store if its CloudHSM cluster becomes corrupted or is deleted, or when you need to
40
+ * create or restore a cluster from a backup. </p>
41
41
  * </li>
42
42
  * </ul>
43
43
  * <p>If the operation succeeds, it returns a JSON object with no
@@ -45,9 +45,9 @@ export interface UpdateCustomKeyStoreCommandOutput extends UpdateCustomKeyStoreR
45
45
  * <p>This operation is part of the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/custom-key-store-overview.html">Custom Key Store feature</a> feature in KMS, which
46
46
  * combines the convenience and extensive integration of KMS with the isolation and control of a
47
47
  * single-tenant key store.</p>
48
- *
49
48
  * <p>
50
- * <b>Cross-account use</b>: No. You cannot perform this operation on a custom key store in a different Amazon Web Services account. </p>
49
+ * <b>Cross-account
50
+ * use</b>: No. You cannot perform this operation on a custom key store in a different Amazon Web Services account. </p>
51
51
  * <p>
52
52
  * <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateCustomKeyStore</a> (IAM policy)</p>
53
53
  * <p>
@@ -7,12 +7,12 @@ export interface UpdateKeyDescriptionCommandInput extends UpdateKeyDescriptionRe
7
7
  export interface UpdateKeyDescriptionCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Updates the description of a KMS key. To see the description of a KMS key,
11
- * use <a>DescribeKey</a>. </p>
10
+ * <p>Updates the description of a KMS key. To see the description of a KMS key, use <a>DescribeKey</a>. </p>
12
11
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
13
12
  * 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>
14
13
  * <p>
15
- * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
14
+ * <b>Cross-account
15
+ * use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
16
16
  *
17
17
  * <p>
18
18
  * <b>Required permissions</b>: <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateKeyDescription</a> (key policy)</p>
@@ -22,7 +22,7 @@ export interface UpdatePrimaryRegionCommandOutput extends __MetadataBearer {
22
22
  * that are always shared by primary and replica keys, including the key material, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-id">key ID</a>, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-spec">key spec</a>, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-usage">key usage</a>, <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-origin">key material
23
23
  * origin</a>, and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html">automatic
24
24
  * key rotation</a>. It's the only key that can be replicated. You cannot <a href="https://docs.aws.amazon.com/kms/latest/APIReference/API_ScheduleKeyDeletion.html">delete the primary
25
- * key</a> until all replica keys are deleted.</p>
25
+ * key</a> until all replica keys are deleted.</p>
26
26
  * <p>The key ID and primary Region that you specify uniquely identify the replica key that will
27
27
  * become the primary key. The primary Region must already have a replica key. This operation
28
28
  * does not create a KMS key in the specified Region. To find the replica keys, use the <a>DescribeKey</a> operation on the primary key or any replica key. To create a replica
@@ -9,9 +9,9 @@ export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {
9
9
  /**
10
10
  * <p>Verifies a digital signature that was generated by the <a>Sign</a> operation. </p>
11
11
  * <p></p>
12
- * <p>Verification confirms that an authorized user signed the message with the specified KMS key
13
- * and signing algorithm, and the message hasn't changed since it was signed. If the signature is
14
- * verified, the value of the <code>SignatureValid</code> field in the response is
12
+ * <p>Verification confirms that an authorized user signed the message with the specified KMS
13
+ * key and signing algorithm, and the message hasn't changed since it was signed. If the
14
+ * signature is verified, the value of the <code>SignatureValid</code> field in the response is
15
15
  * <code>True</code>. If the signature verification fails, the <code>Verify</code> operation
16
16
  * fails with an <code>KMSInvalidSignatureException</code> exception.</p>
17
17
  * <p>A digital signature is generated by using the private key in an asymmetric KMS key. The
@@ -20,8 +20,8 @@ export interface VerifyCommandOutput extends VerifyResponse, __MetadataBearer {
20
20
  * <p>To verify a digital signature, you can use the <code>Verify</code> operation. Specify the
21
21
  * same asymmetric KMS key, message, and signing algorithm that were used to produce the
22
22
  * signature.</p>
23
- * <p>You can also verify the digital signature by using the public key of the KMS key outside of
24
- * KMS. Use the <a>GetPublicKey</a> operation to download the public key in the
23
+ * <p>You can also verify the digital signature by using the public key of the KMS key outside
24
+ * of KMS. Use the <a>GetPublicKey</a> operation to download the public key in the
25
25
  * asymmetric KMS key and then use the public key to verify the signature outside of KMS. The
26
26
  * advantage of using the <code>Verify</code> operation is that it is performed within KMS. As
27
27
  * a result, it's easy to call, the operation is performed within the FIPS boundary, it is logged