@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
@@ -6,9 +6,9 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
- * <p>Associates an existing KMS alias with a different KMS key. Each alias
10
- * is associated with only one KMS key at a time, although a KMS key can have multiple aliases. The alias
11
- * and the KMS key must be in the same Amazon Web Services account and Region.</p>
9
+ * <p>Associates an existing KMS alias with a different KMS key. Each alias is associated with
10
+ * only one KMS key at a time, although a KMS key can have multiple aliases. The alias and the
11
+ * KMS key must be in the same Amazon Web Services account and Region.</p>
12
12
  * <note>
13
13
  * <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>
14
14
  * </note>
@@ -20,12 +20,12 @@ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
20
20
  * use <a>DeleteAlias</a> to delete the old alias and <a>CreateAlias</a> to
21
21
  * create a new alias.</p>
22
22
  * <p>Because an alias is not a property of a KMS key, you can create, update, and delete the
23
- * aliases of a KMS key without affecting the KMS key. Also, aliases do not appear in the response from
24
- * the <a>DescribeKey</a> operation. To get the aliases of all KMS keys in the account,
25
- * use the <a>ListAliases</a> operation. </p>
23
+ * aliases of a KMS key without affecting the KMS key. Also, aliases do not appear in the
24
+ * response from the <a>DescribeKey</a> operation. To get the aliases of all KMS keys
25
+ * in the account, use the <a>ListAliases</a> operation. </p>
26
26
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
27
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>
28
- * <p>
28
+ * <p>
29
29
  * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
30
30
  * <p>
31
31
  * <b>Required permissions</b>
@@ -33,18 +33,22 @@ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
33
33
  * <ul>
34
34
  * <li>
35
35
  * <p>
36
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on the alias (IAM policy).</p>
36
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on
37
+ * the alias (IAM policy).</p>
37
38
  * </li>
38
39
  * <li>
39
40
  * <p>
40
- * <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>
41
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on
42
+ * the current KMS key (key policy).</p>
41
43
  * </li>
42
44
  * <li>
43
45
  * <p>
44
- * <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>
46
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-api-permissions-reference.html">kms:UpdateAlias</a> on
47
+ * the new KMS key (key policy).</p>
45
48
  * </li>
46
49
  * </ul>
47
- * <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>
50
+ * <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
51
+ * <i>Key Management Service Developer Guide</i>.</p>
48
52
  * <p>
49
53
  * <b>Related operations:</b>
50
54
  * </p>
@@ -116,4 +120,3 @@ class UpdateAliasCommand extends smithy_client_1.Command {
116
120
  }
117
121
  }
118
122
  exports.UpdateAliasCommand = UpdateAliasCommand;
119
- //# sourceMappingURL=UpdateAliasCommand.js.map
@@ -14,29 +14,29 @@ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
14
14
  * the update completes, use <a>ConnectCustomKeyStore</a>. To find the connection
15
15
  * state of a custom key store, use the <a>DescribeCustomKeyStores</a>
16
16
  * operation.</p>
17
- * <p>Use the parameters of <code>UpdateCustomKeyStore</code> to edit your keystore
18
- * settings.</p>
17
+ * <p>The <code>CustomKeyStoreId</code> parameter is required in all commands. Use the other
18
+ * parameters of <code>UpdateCustomKeyStore</code> to edit your key store settings.</p>
19
19
  * <ul>
20
20
  * <li>
21
- * <p>Use the <b>NewCustomKeyStoreName</b> parameter to change the
22
- * friendly name of the custom key store to the value that you specify.</p>
21
+ * <p>Use the <code>NewCustomKeyStoreName</code> parameter to change the friendly name of
22
+ * the custom key store to the value that you specify.</p>
23
23
  * <p> </p>
24
24
  * </li>
25
25
  * <li>
26
- * <p>Use the <b>KeyStorePassword</b> parameter tell KMS the
27
- * current password of the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser">
28
- * <code>kmsuser</code> crypto
29
- * 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
30
- * connection failures</a> that occur when KMS cannot log into the associated cluster
31
- * because the <code>kmsuser</code> password has changed. This value does not change the
32
- * password in the CloudHSM cluster.</p>
26
+ * <p>Use the <code>KeyStorePassword</code> parameter tell KMS the current password of the
27
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-store-concepts.html#concept-kmsuser">
28
+ * <code>kmsuser</code> crypto user (CU)</a> in the associated CloudHSM cluster. You
29
+ * can use this parameter to <a href="https://docs.aws.amazon.com/kms/latest/developerguide/fix-keystore.html#fix-keystore-password">fix connection
30
+ * failures</a> that occur when KMS cannot log into the associated cluster because
31
+ * the <code>kmsuser</code> password has changed. This value does not change the password in
32
+ * the CloudHSM cluster.</p>
33
33
  * <p> </p>
34
34
  * </li>
35
35
  * <li>
36
- * <p>Use the <b>CloudHsmClusterId</b> parameter to associate the
37
- * custom key store with a different, but related, CloudHSM cluster. You can use this parameter
38
- * to repair a custom key store if its CloudHSM cluster becomes corrupted or is deleted, or when
39
- * you need to create or restore a cluster from a backup. </p>
36
+ * <p>Use the <code>CloudHsmClusterId</code> parameter to associate the custom key store
37
+ * with a different, but related, CloudHSM cluster. You can use this parameter to repair a
38
+ * custom key store if its CloudHSM cluster becomes corrupted or is deleted, or when you need to
39
+ * create or restore a cluster from a backup. </p>
40
40
  * </li>
41
41
  * </ul>
42
42
  * <p>If the operation succeeds, it returns a JSON object with no
@@ -44,9 +44,9 @@ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
44
44
  * <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
45
45
  * combines the convenience and extensive integration of KMS with the isolation and control of a
46
46
  * single-tenant key store.</p>
47
- *
48
47
  * <p>
49
- * <b>Cross-account use</b>: No. You cannot perform this operation on a custom key store in a different Amazon Web Services account. </p>
48
+ * <b>Cross-account
49
+ * use</b>: No. You cannot perform this operation on a custom key store in a different Amazon Web Services account. </p>
50
50
  * <p>
51
51
  * <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>
52
52
  * <p>
@@ -130,4 +130,3 @@ class UpdateCustomKeyStoreCommand extends smithy_client_1.Command {
130
130
  }
131
131
  }
132
132
  exports.UpdateCustomKeyStoreCommand = UpdateCustomKeyStoreCommand;
133
- //# sourceMappingURL=UpdateCustomKeyStoreCommand.js.map
@@ -6,12 +6,12 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
- * <p>Updates the description of a KMS key. To see the description of a KMS key,
10
- * use <a>DescribeKey</a>. </p>
9
+ * <p>Updates the description of a KMS key. To see the description of a KMS key, use <a>DescribeKey</a>. </p>
11
10
  * <p>The KMS key that you use for this operation must be in a compatible key state. For
12
11
  * 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>
13
12
  * <p>
14
- * <b>Cross-account use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
13
+ * <b>Cross-account
14
+ * use</b>: No. You cannot perform this operation on a KMS key in a different Amazon Web Services account. </p>
15
15
  *
16
16
  * <p>
17
17
  * <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>
@@ -81,4 +81,3 @@ class UpdateKeyDescriptionCommand extends smithy_client_1.Command {
81
81
  }
82
82
  }
83
83
  exports.UpdateKeyDescriptionCommand = UpdateKeyDescriptionCommand;
84
- //# sourceMappingURL=UpdateKeyDescriptionCommand.js.map
@@ -21,7 +21,7 @@ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
21
21
  * 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
22
22
  * origin</a>, and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/rotate-keys.html">automatic
23
23
  * 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
24
- * key</a> until all replica keys are deleted.</p>
24
+ * key</a> until all replica keys are deleted.</p>
25
25
  * <p>The key ID and primary Region that you specify uniquely identify the replica key that will
26
26
  * become the primary key. The primary Region must already have a replica key. This operation
27
27
  * 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
@@ -123,4 +123,3 @@ class UpdatePrimaryRegionCommand extends smithy_client_1.Command {
123
123
  }
124
124
  }
125
125
  exports.UpdatePrimaryRegionCommand = UpdatePrimaryRegionCommand;
126
- //# sourceMappingURL=UpdatePrimaryRegionCommand.js.map
@@ -8,9 +8,9 @@ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
8
  /**
9
9
  * <p>Verifies a digital signature that was generated by the <a>Sign</a> operation. </p>
10
10
  * <p></p>
11
- * <p>Verification confirms that an authorized user signed the message with the specified KMS key
12
- * and signing algorithm, and the message hasn't changed since it was signed. If the signature is
13
- * verified, the value of the <code>SignatureValid</code> field in the response is
11
+ * <p>Verification confirms that an authorized user signed the message with the specified KMS
12
+ * key and signing algorithm, and the message hasn't changed since it was signed. If the
13
+ * signature is verified, the value of the <code>SignatureValid</code> field in the response is
14
14
  * <code>True</code>. If the signature verification fails, the <code>Verify</code> operation
15
15
  * fails with an <code>KMSInvalidSignatureException</code> exception.</p>
16
16
  * <p>A digital signature is generated by using the private key in an asymmetric KMS key. The
@@ -19,8 +19,8 @@ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
19
19
  * <p>To verify a digital signature, you can use the <code>Verify</code> operation. Specify the
20
20
  * same asymmetric KMS key, message, and signing algorithm that were used to produce the
21
21
  * signature.</p>
22
- * <p>You can also verify the digital signature by using the public key of the KMS key outside of
23
- * KMS. Use the <a>GetPublicKey</a> operation to download the public key in the
22
+ * <p>You can also verify the digital signature by using the public key of the KMS key outside
23
+ * of KMS. Use the <a>GetPublicKey</a> operation to download the public key in the
24
24
  * asymmetric KMS key and then use the public key to verify the signature outside of KMS. The
25
25
  * advantage of using the <code>Verify</code> operation is that it is performed within KMS. As
26
26
  * a result, it's easy to call, the operation is performed within the FIPS boundary, it is logged
@@ -88,4 +88,3 @@ class VerifyCommand extends smithy_client_1.Command {
88
88
  }
89
89
  }
90
90
  exports.VerifyCommand = VerifyCommand;
91
- //# sourceMappingURL=VerifyCommand.js.map
@@ -59,4 +59,3 @@ const defaultRegionInfoProvider = async (region, options) => config_resolver_1.g
59
59
  partitionHash,
60
60
  });
61
61
  exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
62
- //# sourceMappingURL=endpoints.js.map
package/dist-cjs/index.js CHANGED
@@ -57,4 +57,3 @@ tslib_1.__exportStar(require("./commands/UpdatePrimaryRegionCommand"), exports);
57
57
  tslib_1.__exportStar(require("./commands/VerifyCommand"), exports);
58
58
  tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
59
59
  tslib_1.__exportStar(require("./models/index"), exports);
60
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./models_0"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -1256,4 +1256,3 @@ var VerifyResponse;
1256
1256
  ...obj,
1257
1257
  });
1258
1258
  })(VerifyResponse = exports.VerifyResponse || (exports.VerifyResponse = {}));
1259
- //# sourceMappingURL=models_0.js.map
@@ -1,3 +1,2 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=Interfaces.js.map
@@ -43,4 +43,3 @@ async function* paginateListAliases(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListAliases = paginateListAliases;
46
- //# sourceMappingURL=ListAliasesPaginator.js.map
@@ -43,4 +43,3 @@ async function* paginateListGrants(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListGrants = paginateListGrants;
46
- //# sourceMappingURL=ListGrantsPaginator.js.map
@@ -43,4 +43,3 @@ async function* paginateListKeyPolicies(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListKeyPolicies = paginateListKeyPolicies;
46
- //# sourceMappingURL=ListKeyPoliciesPaginator.js.map
@@ -43,4 +43,3 @@ async function* paginateListKeys(config, input, ...additionalArguments) {
43
43
  return undefined;
44
44
  }
45
45
  exports.paginateListKeys = paginateListKeys;
46
- //# sourceMappingURL=ListKeysPaginator.js.map
@@ -6374,4 +6374,3 @@ const loadRestJsonErrorCode = (output, data) => {
6374
6374
  }
6375
6375
  return "";
6376
6376
  };
6377
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
5
7
  const sha256_browser_1 = require("@aws-crypto/sha256-browser");
6
8
  const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
7
9
  const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
@@ -10,8 +12,6 @@ const util_base64_browser_1 = require("@aws-sdk/util-base64-browser");
10
12
  const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
11
13
  const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
12
14
  const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
13
- // @ts-ignore: package.json will be imported from dist folders
14
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
15
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
16
16
  /**
17
17
  * @internal
@@ -39,4 +39,3 @@ const getRuntimeConfig = (config) => {
39
39
  };
40
40
  };
41
41
  exports.getRuntimeConfig = getRuntimeConfig;
42
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const tslib_1 = require("tslib");
5
+ // @ts-ignore: package.json will be imported from dist folders
6
+ const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
5
7
  const client_sts_1 = require("@aws-sdk/client-sts");
6
8
  const config_resolver_1 = require("@aws-sdk/config-resolver");
7
9
  const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
@@ -9,14 +11,12 @@ const hash_node_1 = require("@aws-sdk/hash-node");
9
11
  const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
12
  const node_config_provider_1 = require("@aws-sdk/node-config-provider");
11
13
  const node_http_handler_1 = require("@aws-sdk/node-http-handler");
12
- const smithy_client_1 = require("@aws-sdk/smithy-client");
13
14
  const util_base64_node_1 = require("@aws-sdk/util-base64-node");
14
15
  const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
15
16
  const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
16
17
  const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
17
- // @ts-ignore: package.json will be imported from dist folders
18
- const package_json_1 = tslib_1.__importDefault(require("../package.json"));
19
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
19
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
20
20
  /**
21
21
  * @internal
22
22
  */
@@ -44,4 +44,3 @@ const getRuntimeConfig = (config) => {
44
44
  };
45
45
  };
46
46
  exports.getRuntimeConfig = getRuntimeConfig;
47
- //# sourceMappingURL=runtimeConfig.js.map
@@ -17,4 +17,3 @@ const getRuntimeConfig = (config) => {
17
17
  };
18
18
  };
19
19
  exports.getRuntimeConfig = getRuntimeConfig;
20
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
18
18
  });
19
19
  };
20
20
  exports.getRuntimeConfig = getRuntimeConfig;
21
- //# sourceMappingURL=runtimeConfig.shared.js.map
package/dist-es/KMS.js CHANGED
@@ -728,4 +728,3 @@ var KMS = (function (_super) {
728
728
  return KMS;
729
729
  }(KMSClient));
730
730
  export { KMS };
731
- //# sourceMappingURL=KMS.js.map
@@ -35,4 +35,3 @@ var KMSClient = (function (_super) {
35
35
  return KMSClient;
36
36
  }(__Client));
37
37
  export { KMSClient };
38
- //# sourceMappingURL=KMSClient.js.map
@@ -37,4 +37,3 @@ var CancelKeyDeletionCommand = (function (_super) {
37
37
  return CancelKeyDeletionCommand;
38
38
  }($Command));
39
39
  export { CancelKeyDeletionCommand };
40
- //# sourceMappingURL=CancelKeyDeletionCommand.js.map
@@ -37,4 +37,3 @@ var ConnectCustomKeyStoreCommand = (function (_super) {
37
37
  return ConnectCustomKeyStoreCommand;
38
38
  }($Command));
39
39
  export { ConnectCustomKeyStoreCommand };
40
- //# sourceMappingURL=ConnectCustomKeyStoreCommand.js.map
@@ -37,4 +37,3 @@ var CreateAliasCommand = (function (_super) {
37
37
  return CreateAliasCommand;
38
38
  }($Command));
39
39
  export { CreateAliasCommand };
40
- //# sourceMappingURL=CreateAliasCommand.js.map
@@ -37,4 +37,3 @@ var CreateCustomKeyStoreCommand = (function (_super) {
37
37
  return CreateCustomKeyStoreCommand;
38
38
  }($Command));
39
39
  export { CreateCustomKeyStoreCommand };
40
- //# sourceMappingURL=CreateCustomKeyStoreCommand.js.map
@@ -37,4 +37,3 @@ var CreateGrantCommand = (function (_super) {
37
37
  return CreateGrantCommand;
38
38
  }($Command));
39
39
  export { CreateGrantCommand };
40
- //# sourceMappingURL=CreateGrantCommand.js.map
@@ -37,4 +37,3 @@ var CreateKeyCommand = (function (_super) {
37
37
  return CreateKeyCommand;
38
38
  }($Command));
39
39
  export { CreateKeyCommand };
40
- //# sourceMappingURL=CreateKeyCommand.js.map
@@ -37,4 +37,3 @@ var DecryptCommand = (function (_super) {
37
37
  return DecryptCommand;
38
38
  }($Command));
39
39
  export { DecryptCommand };
40
- //# sourceMappingURL=DecryptCommand.js.map
@@ -37,4 +37,3 @@ var DeleteAliasCommand = (function (_super) {
37
37
  return DeleteAliasCommand;
38
38
  }($Command));
39
39
  export { DeleteAliasCommand };
40
- //# sourceMappingURL=DeleteAliasCommand.js.map
@@ -37,4 +37,3 @@ var DeleteCustomKeyStoreCommand = (function (_super) {
37
37
  return DeleteCustomKeyStoreCommand;
38
38
  }($Command));
39
39
  export { DeleteCustomKeyStoreCommand };
40
- //# sourceMappingURL=DeleteCustomKeyStoreCommand.js.map
@@ -37,4 +37,3 @@ var DeleteImportedKeyMaterialCommand = (function (_super) {
37
37
  return DeleteImportedKeyMaterialCommand;
38
38
  }($Command));
39
39
  export { DeleteImportedKeyMaterialCommand };
40
- //# sourceMappingURL=DeleteImportedKeyMaterialCommand.js.map
@@ -37,4 +37,3 @@ var DescribeCustomKeyStoresCommand = (function (_super) {
37
37
  return DescribeCustomKeyStoresCommand;
38
38
  }($Command));
39
39
  export { DescribeCustomKeyStoresCommand };
40
- //# sourceMappingURL=DescribeCustomKeyStoresCommand.js.map
@@ -37,4 +37,3 @@ var DescribeKeyCommand = (function (_super) {
37
37
  return DescribeKeyCommand;
38
38
  }($Command));
39
39
  export { DescribeKeyCommand };
40
- //# sourceMappingURL=DescribeKeyCommand.js.map
@@ -37,4 +37,3 @@ var DisableKeyCommand = (function (_super) {
37
37
  return DisableKeyCommand;
38
38
  }($Command));
39
39
  export { DisableKeyCommand };
40
- //# sourceMappingURL=DisableKeyCommand.js.map
@@ -37,4 +37,3 @@ var DisableKeyRotationCommand = (function (_super) {
37
37
  return DisableKeyRotationCommand;
38
38
  }($Command));
39
39
  export { DisableKeyRotationCommand };
40
- //# sourceMappingURL=DisableKeyRotationCommand.js.map
@@ -37,4 +37,3 @@ var DisconnectCustomKeyStoreCommand = (function (_super) {
37
37
  return DisconnectCustomKeyStoreCommand;
38
38
  }($Command));
39
39
  export { DisconnectCustomKeyStoreCommand };
40
- //# sourceMappingURL=DisconnectCustomKeyStoreCommand.js.map
@@ -37,4 +37,3 @@ var EnableKeyCommand = (function (_super) {
37
37
  return EnableKeyCommand;
38
38
  }($Command));
39
39
  export { EnableKeyCommand };
40
- //# sourceMappingURL=EnableKeyCommand.js.map
@@ -37,4 +37,3 @@ var EnableKeyRotationCommand = (function (_super) {
37
37
  return EnableKeyRotationCommand;
38
38
  }($Command));
39
39
  export { EnableKeyRotationCommand };
40
- //# sourceMappingURL=EnableKeyRotationCommand.js.map
@@ -37,4 +37,3 @@ var EncryptCommand = (function (_super) {
37
37
  return EncryptCommand;
38
38
  }($Command));
39
39
  export { EncryptCommand };
40
- //# sourceMappingURL=EncryptCommand.js.map
@@ -37,4 +37,3 @@ var GenerateDataKeyCommand = (function (_super) {
37
37
  return GenerateDataKeyCommand;
38
38
  }($Command));
39
39
  export { GenerateDataKeyCommand };
40
- //# sourceMappingURL=GenerateDataKeyCommand.js.map
@@ -37,4 +37,3 @@ var GenerateDataKeyPairCommand = (function (_super) {
37
37
  return GenerateDataKeyPairCommand;
38
38
  }($Command));
39
39
  export { GenerateDataKeyPairCommand };
40
- //# sourceMappingURL=GenerateDataKeyPairCommand.js.map
@@ -37,4 +37,3 @@ var GenerateDataKeyPairWithoutPlaintextCommand = (function (_super) {
37
37
  return GenerateDataKeyPairWithoutPlaintextCommand;
38
38
  }($Command));
39
39
  export { GenerateDataKeyPairWithoutPlaintextCommand };
40
- //# sourceMappingURL=GenerateDataKeyPairWithoutPlaintextCommand.js.map
@@ -37,4 +37,3 @@ var GenerateDataKeyWithoutPlaintextCommand = (function (_super) {
37
37
  return GenerateDataKeyWithoutPlaintextCommand;
38
38
  }($Command));
39
39
  export { GenerateDataKeyWithoutPlaintextCommand };
40
- //# sourceMappingURL=GenerateDataKeyWithoutPlaintextCommand.js.map
@@ -37,4 +37,3 @@ var GenerateRandomCommand = (function (_super) {
37
37
  return GenerateRandomCommand;
38
38
  }($Command));
39
39
  export { GenerateRandomCommand };
40
- //# sourceMappingURL=GenerateRandomCommand.js.map
@@ -37,4 +37,3 @@ var GetKeyPolicyCommand = (function (_super) {
37
37
  return GetKeyPolicyCommand;
38
38
  }($Command));
39
39
  export { GetKeyPolicyCommand };
40
- //# sourceMappingURL=GetKeyPolicyCommand.js.map
@@ -37,4 +37,3 @@ var GetKeyRotationStatusCommand = (function (_super) {
37
37
  return GetKeyRotationStatusCommand;
38
38
  }($Command));
39
39
  export { GetKeyRotationStatusCommand };
40
- //# sourceMappingURL=GetKeyRotationStatusCommand.js.map
@@ -37,4 +37,3 @@ var GetParametersForImportCommand = (function (_super) {
37
37
  return GetParametersForImportCommand;
38
38
  }($Command));
39
39
  export { GetParametersForImportCommand };
40
- //# sourceMappingURL=GetParametersForImportCommand.js.map
@@ -37,4 +37,3 @@ var GetPublicKeyCommand = (function (_super) {
37
37
  return GetPublicKeyCommand;
38
38
  }($Command));
39
39
  export { GetPublicKeyCommand };
40
- //# sourceMappingURL=GetPublicKeyCommand.js.map
@@ -37,4 +37,3 @@ var ImportKeyMaterialCommand = (function (_super) {
37
37
  return ImportKeyMaterialCommand;
38
38
  }($Command));
39
39
  export { ImportKeyMaterialCommand };
40
- //# sourceMappingURL=ImportKeyMaterialCommand.js.map
@@ -37,4 +37,3 @@ var ListAliasesCommand = (function (_super) {
37
37
  return ListAliasesCommand;
38
38
  }($Command));
39
39
  export { ListAliasesCommand };
40
- //# sourceMappingURL=ListAliasesCommand.js.map
@@ -37,4 +37,3 @@ var ListGrantsCommand = (function (_super) {
37
37
  return ListGrantsCommand;
38
38
  }($Command));
39
39
  export { ListGrantsCommand };
40
- //# sourceMappingURL=ListGrantsCommand.js.map
@@ -37,4 +37,3 @@ var ListKeyPoliciesCommand = (function (_super) {
37
37
  return ListKeyPoliciesCommand;
38
38
  }($Command));
39
39
  export { ListKeyPoliciesCommand };
40
- //# sourceMappingURL=ListKeyPoliciesCommand.js.map
@@ -37,4 +37,3 @@ var ListKeysCommand = (function (_super) {
37
37
  return ListKeysCommand;
38
38
  }($Command));
39
39
  export { ListKeysCommand };
40
- //# sourceMappingURL=ListKeysCommand.js.map
@@ -37,4 +37,3 @@ var ListResourceTagsCommand = (function (_super) {
37
37
  return ListResourceTagsCommand;
38
38
  }($Command));
39
39
  export { ListResourceTagsCommand };
40
- //# sourceMappingURL=ListResourceTagsCommand.js.map
@@ -37,4 +37,3 @@ var ListRetirableGrantsCommand = (function (_super) {
37
37
  return ListRetirableGrantsCommand;
38
38
  }($Command));
39
39
  export { ListRetirableGrantsCommand };
40
- //# sourceMappingURL=ListRetirableGrantsCommand.js.map
@@ -37,4 +37,3 @@ var PutKeyPolicyCommand = (function (_super) {
37
37
  return PutKeyPolicyCommand;
38
38
  }($Command));
39
39
  export { PutKeyPolicyCommand };
40
- //# sourceMappingURL=PutKeyPolicyCommand.js.map
@@ -37,4 +37,3 @@ var ReEncryptCommand = (function (_super) {
37
37
  return ReEncryptCommand;
38
38
  }($Command));
39
39
  export { ReEncryptCommand };
40
- //# sourceMappingURL=ReEncryptCommand.js.map
@@ -37,4 +37,3 @@ var ReplicateKeyCommand = (function (_super) {
37
37
  return ReplicateKeyCommand;
38
38
  }($Command));
39
39
  export { ReplicateKeyCommand };
40
- //# sourceMappingURL=ReplicateKeyCommand.js.map
@@ -37,4 +37,3 @@ var RetireGrantCommand = (function (_super) {
37
37
  return RetireGrantCommand;
38
38
  }($Command));
39
39
  export { RetireGrantCommand };
40
- //# sourceMappingURL=RetireGrantCommand.js.map
@@ -37,4 +37,3 @@ var RevokeGrantCommand = (function (_super) {
37
37
  return RevokeGrantCommand;
38
38
  }($Command));
39
39
  export { RevokeGrantCommand };
40
- //# sourceMappingURL=RevokeGrantCommand.js.map
@@ -37,4 +37,3 @@ var ScheduleKeyDeletionCommand = (function (_super) {
37
37
  return ScheduleKeyDeletionCommand;
38
38
  }($Command));
39
39
  export { ScheduleKeyDeletionCommand };
40
- //# sourceMappingURL=ScheduleKeyDeletionCommand.js.map
@@ -37,4 +37,3 @@ var SignCommand = (function (_super) {
37
37
  return SignCommand;
38
38
  }($Command));
39
39
  export { SignCommand };
40
- //# sourceMappingURL=SignCommand.js.map
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map