@aws-sdk/client-kms 3.32.0 → 3.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (505) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +8 -7
  3. package/{dist/cjs → dist-cjs}/KMS.js +9 -9
  4. package/{dist/cjs → dist-cjs}/KMSClient.js +16 -16
  5. package/{dist/cjs → dist-cjs}/commands/CancelKeyDeletionCommand.js +8 -7
  6. package/{dist/cjs → dist-cjs}/commands/ConnectCustomKeyStoreCommand.js +5 -6
  7. package/{dist/cjs → dist-cjs}/commands/CreateAliasCommand.js +13 -10
  8. package/{dist/cjs → dist-cjs}/commands/CreateCustomKeyStoreCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/CreateGrantCommand.js +16 -14
  10. package/{dist/cjs → dist-cjs}/commands/CreateKeyCommand.js +18 -17
  11. package/{dist/cjs → dist-cjs}/commands/DecryptCommand.js +26 -24
  12. package/{dist/cjs → dist-cjs}/commands/DeleteAliasCommand.js +13 -10
  13. package/{dist/cjs → dist-cjs}/commands/DeleteCustomKeyStoreCommand.js +12 -14
  14. package/{dist/cjs → dist-cjs}/commands/DeleteImportedKeyMaterialCommand.js +7 -9
  15. package/{dist/cjs → dist-cjs}/commands/DescribeCustomKeyStoresCommand.js +6 -7
  16. package/{dist/cjs → dist-cjs}/commands/DescribeKeyCommand.js +14 -13
  17. package/{dist/cjs → dist-cjs}/commands/DisableKeyCommand.js +7 -7
  18. package/{dist/cjs → dist-cjs}/commands/DisableKeyRotationCommand.js +4 -4
  19. package/{dist/cjs → dist-cjs}/commands/DisconnectCustomKeyStoreCommand.js +8 -7
  20. package/{dist/cjs → dist-cjs}/commands/EnableKeyCommand.js +6 -5
  21. package/{dist/cjs → dist-cjs}/commands/EnableKeyRotationCommand.js +4 -4
  22. package/{dist/cjs → dist-cjs}/commands/EncryptCommand.js +16 -15
  23. package/{dist/cjs → dist-cjs}/commands/GenerateDataKeyCommand.js +17 -15
  24. package/{dist/cjs → dist-cjs}/commands/GenerateDataKeyPairCommand.js +17 -16
  25. package/{dist/cjs → dist-cjs}/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +18 -16
  26. package/{dist/cjs → dist-cjs}/commands/GenerateDataKeyWithoutPlaintextCommand.js +13 -12
  27. package/{dist/cjs → dist-cjs}/commands/GenerateRandomCommand.js +4 -4
  28. package/{dist/cjs → dist-cjs}/commands/GetKeyPolicyCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/GetKeyRotationStatusCommand.js +4 -4
  30. package/{dist/cjs → dist-cjs}/commands/GetParametersForImportCommand.js +9 -11
  31. package/{dist/cjs → dist-cjs}/commands/GetPublicKeyCommand.js +9 -8
  32. package/{dist/cjs → dist-cjs}/commands/ImportKeyMaterialCommand.js +15 -16
  33. package/{dist/cjs → dist-cjs}/commands/ListAliasesCommand.js +15 -13
  34. package/{dist/cjs → dist-cjs}/commands/ListGrantsCommand.js +4 -5
  35. package/{dist/cjs → dist-cjs}/commands/ListKeyPoliciesCommand.js +5 -6
  36. package/{dist/cjs → dist-cjs}/commands/ListKeysCommand.js +3 -5
  37. package/{dist/cjs → dist-cjs}/commands/ListResourceTagsCommand.js +2 -3
  38. package/{dist/cjs → dist-cjs}/commands/ListRetirableGrantsCommand.js +9 -9
  39. package/{dist/cjs → dist-cjs}/commands/PutKeyPolicyCommand.js +2 -3
  40. package/{dist/cjs → dist-cjs}/commands/ReEncryptCommand.js +35 -30
  41. package/{dist/cjs → dist-cjs}/commands/ReplicateKeyCommand.js +7 -8
  42. package/{dist/cjs → dist-cjs}/commands/RetireGrantCommand.js +9 -8
  43. package/{dist/cjs → dist-cjs}/commands/RevokeGrantCommand.js +3 -5
  44. package/{dist/cjs → dist-cjs}/commands/ScheduleKeyDeletionCommand.js +21 -18
  45. package/{dist/cjs → dist-cjs}/commands/SignCommand.js +12 -12
  46. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +8 -7
  47. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -6
  48. package/{dist/cjs → dist-cjs}/commands/UpdateAliasCommand.js +17 -14
  49. package/{dist/cjs → dist-cjs}/commands/UpdateCustomKeyStoreCommand.js +19 -20
  50. package/{dist/cjs → dist-cjs}/commands/UpdateKeyDescriptionCommand.js +5 -6
  51. package/{dist/cjs → dist-cjs}/commands/UpdatePrimaryRegionCommand.js +3 -4
  52. package/{dist/cjs → dist-cjs}/commands/VerifyCommand.js +7 -8
  53. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  54. package/{dist/cjs → dist-cjs}/index.js +0 -1
  55. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  56. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  57. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  58. package/{dist/cjs → dist-cjs}/pagination/ListAliasesPaginator.js +1 -2
  59. package/{dist/cjs → dist-cjs}/pagination/ListGrantsPaginator.js +1 -2
  60. package/{dist/cjs → dist-cjs}/pagination/ListKeyPoliciesPaginator.js +1 -2
  61. package/{dist/cjs → dist-cjs}/pagination/ListKeysPaginator.js +1 -2
  62. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -1
  63. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  65. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  66. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  67. package/{dist/es → dist-es}/KMS.js +2 -94
  68. package/dist-es/KMSClient.js +37 -0
  69. package/dist-es/commands/CancelKeyDeletionCommand.js +39 -0
  70. package/dist-es/commands/ConnectCustomKeyStoreCommand.js +39 -0
  71. package/dist-es/commands/CreateAliasCommand.js +39 -0
  72. package/dist-es/commands/CreateCustomKeyStoreCommand.js +39 -0
  73. package/dist-es/commands/CreateGrantCommand.js +39 -0
  74. package/dist-es/commands/CreateKeyCommand.js +39 -0
  75. package/dist-es/commands/DecryptCommand.js +39 -0
  76. package/dist-es/commands/DeleteAliasCommand.js +39 -0
  77. package/dist-es/commands/DeleteCustomKeyStoreCommand.js +39 -0
  78. package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +39 -0
  79. package/dist-es/commands/DescribeCustomKeyStoresCommand.js +39 -0
  80. package/dist-es/commands/DescribeKeyCommand.js +39 -0
  81. package/dist-es/commands/DisableKeyCommand.js +39 -0
  82. package/dist-es/commands/DisableKeyRotationCommand.js +39 -0
  83. package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +39 -0
  84. package/dist-es/commands/EnableKeyCommand.js +39 -0
  85. package/dist-es/commands/EnableKeyRotationCommand.js +39 -0
  86. package/dist-es/commands/EncryptCommand.js +39 -0
  87. package/dist-es/commands/GenerateDataKeyCommand.js +39 -0
  88. package/dist-es/commands/GenerateDataKeyPairCommand.js +39 -0
  89. package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +39 -0
  90. package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +39 -0
  91. package/dist-es/commands/GenerateRandomCommand.js +39 -0
  92. package/{dist/es → dist-es}/commands/GetKeyPolicyCommand.js +4 -38
  93. package/dist-es/commands/GetKeyRotationStatusCommand.js +39 -0
  94. package/dist-es/commands/GetParametersForImportCommand.js +39 -0
  95. package/dist-es/commands/GetPublicKeyCommand.js +39 -0
  96. package/dist-es/commands/ImportKeyMaterialCommand.js +39 -0
  97. package/dist-es/commands/ListAliasesCommand.js +39 -0
  98. package/dist-es/commands/ListGrantsCommand.js +39 -0
  99. package/dist-es/commands/ListKeyPoliciesCommand.js +39 -0
  100. package/dist-es/commands/ListKeysCommand.js +39 -0
  101. package/dist-es/commands/ListResourceTagsCommand.js +39 -0
  102. package/dist-es/commands/ListRetirableGrantsCommand.js +39 -0
  103. package/dist-es/commands/PutKeyPolicyCommand.js +39 -0
  104. package/dist-es/commands/ReEncryptCommand.js +39 -0
  105. package/dist-es/commands/ReplicateKeyCommand.js +39 -0
  106. package/dist-es/commands/RetireGrantCommand.js +39 -0
  107. package/dist-es/commands/RevokeGrantCommand.js +39 -0
  108. package/dist-es/commands/ScheduleKeyDeletionCommand.js +39 -0
  109. package/dist-es/commands/SignCommand.js +39 -0
  110. package/dist-es/commands/TagResourceCommand.js +39 -0
  111. package/dist-es/commands/UntagResourceCommand.js +39 -0
  112. package/dist-es/commands/UpdateAliasCommand.js +39 -0
  113. package/dist-es/commands/UpdateCustomKeyStoreCommand.js +39 -0
  114. package/dist-es/commands/UpdateKeyDescriptionCommand.js +39 -0
  115. package/dist-es/commands/UpdatePrimaryRegionCommand.js +39 -0
  116. package/dist-es/commands/VerifyCommand.js +39 -0
  117. package/{dist/es → dist-es}/endpoints.js +1 -2
  118. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  119. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  120. package/{dist/es → dist-es}/models/models_0.js +0 -367
  121. package/dist-es/pagination/Interfaces.js +1 -0
  122. package/{dist/es → dist-es}/pagination/ListAliasesPaginator.js +17 -30
  123. package/{dist/es → dist-es}/pagination/ListGrantsPaginator.js +17 -30
  124. package/{dist/es → dist-es}/pagination/ListKeyPoliciesPaginator.js +17 -30
  125. package/{dist/es → dist-es}/pagination/ListKeysPaginator.js +17 -30
  126. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1615 -1621
  127. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  128. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  129. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  130. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  131. package/{dist/types → dist-types}/KMS.d.ts +398 -336
  132. package/{dist/types → dist-types}/KMSClient.d.ts +16 -15
  133. package/{dist/types → dist-types}/commands/CancelKeyDeletionCommand.d.ts +8 -6
  134. package/{dist/types → dist-types}/commands/ConnectCustomKeyStoreCommand.d.ts +5 -5
  135. package/{dist/types → dist-types}/commands/CreateAliasCommand.d.ts +13 -9
  136. package/{dist/types → dist-types}/commands/CreateCustomKeyStoreCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/CreateGrantCommand.d.ts +16 -13
  138. package/{dist/types → dist-types}/commands/CreateKeyCommand.d.ts +18 -16
  139. package/{dist/types → dist-types}/commands/DecryptCommand.d.ts +26 -23
  140. package/{dist/types → dist-types}/commands/DeleteAliasCommand.d.ts +13 -9
  141. package/{dist/types → dist-types}/commands/DeleteCustomKeyStoreCommand.d.ts +12 -13
  142. package/{dist/types → dist-types}/commands/DeleteImportedKeyMaterialCommand.d.ts +7 -8
  143. package/{dist/types → dist-types}/commands/DescribeCustomKeyStoresCommand.d.ts +6 -6
  144. package/{dist/types → dist-types}/commands/DescribeKeyCommand.d.ts +14 -12
  145. package/{dist/types → dist-types}/commands/DisableKeyCommand.d.ts +7 -6
  146. package/{dist/types → dist-types}/commands/DisableKeyRotationCommand.d.ts +4 -3
  147. package/{dist/types → dist-types}/commands/DisconnectCustomKeyStoreCommand.d.ts +8 -6
  148. package/{dist/types → dist-types}/commands/EnableKeyCommand.d.ts +6 -4
  149. package/{dist/types → dist-types}/commands/EnableKeyRotationCommand.d.ts +4 -3
  150. package/{dist/types → dist-types}/commands/EncryptCommand.d.ts +16 -14
  151. package/{dist/types → dist-types}/commands/GenerateDataKeyCommand.d.ts +17 -14
  152. package/{dist/types → dist-types}/commands/GenerateDataKeyPairCommand.d.ts +17 -15
  153. package/{dist/types → dist-types}/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +18 -15
  154. package/{dist/types → dist-types}/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +13 -11
  155. package/{dist/types → dist-types}/commands/GenerateRandomCommand.d.ts +4 -3
  156. package/{dist/types → dist-types}/commands/GetKeyPolicyCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/GetKeyRotationStatusCommand.d.ts +4 -3
  158. package/{dist/types → dist-types}/commands/GetParametersForImportCommand.d.ts +9 -10
  159. package/{dist/types → dist-types}/commands/GetPublicKeyCommand.d.ts +9 -7
  160. package/{dist/types → dist-types}/commands/ImportKeyMaterialCommand.d.ts +15 -15
  161. package/{dist/types → dist-types}/commands/ListAliasesCommand.d.ts +15 -12
  162. package/{dist/types → dist-types}/commands/ListGrantsCommand.d.ts +4 -4
  163. package/{dist/types → dist-types}/commands/ListKeyPoliciesCommand.d.ts +5 -5
  164. package/{dist/types → dist-types}/commands/ListKeysCommand.d.ts +3 -4
  165. package/{dist/types → dist-types}/commands/ListResourceTagsCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/ListRetirableGrantsCommand.d.ts +9 -8
  167. package/{dist/types → dist-types}/commands/PutKeyPolicyCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/ReEncryptCommand.d.ts +35 -29
  169. package/{dist/types → dist-types}/commands/ReplicateKeyCommand.d.ts +7 -7
  170. package/{dist/types → dist-types}/commands/RetireGrantCommand.d.ts +9 -7
  171. package/{dist/types → dist-types}/commands/RevokeGrantCommand.d.ts +3 -4
  172. package/{dist/types → dist-types}/commands/ScheduleKeyDeletionCommand.d.ts +21 -17
  173. package/{dist/types → dist-types}/commands/SignCommand.d.ts +12 -11
  174. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +8 -6
  175. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +5 -5
  176. package/{dist/types → dist-types}/commands/UpdateAliasCommand.d.ts +17 -13
  177. package/{dist/types → dist-types}/commands/UpdateCustomKeyStoreCommand.d.ts +19 -19
  178. package/{dist/types → dist-types}/commands/UpdateKeyDescriptionCommand.d.ts +5 -5
  179. package/{dist/types → dist-types}/commands/UpdatePrimaryRegionCommand.d.ts +3 -3
  180. package/{dist/types → dist-types}/commands/VerifyCommand.d.ts +7 -7
  181. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  182. package/{index.ts → dist-types/index.d.ts} +0 -0
  183. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  184. package/{dist/types → dist-types}/models/models_0.d.ts +296 -249
  185. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  186. package/{dist/types → dist-types}/pagination/ListAliasesPaginator.d.ts +1 -1
  187. package/{dist/types → dist-types}/pagination/ListGrantsPaginator.d.ts +1 -1
  188. package/{dist/types → dist-types}/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
  189. package/{dist/types → dist-types}/pagination/ListKeysPaginator.d.ts +1 -1
  190. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  191. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  192. package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
  193. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  194. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  195. package/{dist/types → dist-types}/ts3.4/KMS.d.ts +398 -336
  196. package/{dist/types → dist-types}/ts3.4/KMSClient.d.ts +16 -15
  197. package/{dist/types → dist-types}/ts3.4/commands/CancelKeyDeletionCommand.d.ts +8 -6
  198. package/{dist/types → dist-types}/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +5 -5
  199. package/{dist/types → dist-types}/ts3.4/commands/CreateAliasCommand.d.ts +13 -9
  200. package/{dist/types → dist-types}/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +2 -2
  201. package/{dist/types → dist-types}/ts3.4/commands/CreateGrantCommand.d.ts +16 -13
  202. package/{dist/types → dist-types}/ts3.4/commands/CreateKeyCommand.d.ts +18 -16
  203. package/{dist/types → dist-types}/ts3.4/commands/DecryptCommand.d.ts +26 -23
  204. package/{dist/types → dist-types}/ts3.4/commands/DeleteAliasCommand.d.ts +13 -9
  205. package/{dist/types → dist-types}/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +12 -13
  206. package/{dist/types → dist-types}/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +7 -8
  207. package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +6 -6
  208. package/{dist/types → dist-types}/ts3.4/commands/DescribeKeyCommand.d.ts +14 -12
  209. package/{dist/types → dist-types}/ts3.4/commands/DisableKeyCommand.d.ts +7 -6
  210. package/{dist/types → dist-types}/ts3.4/commands/DisableKeyRotationCommand.d.ts +4 -3
  211. package/{dist/types → dist-types}/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +8 -6
  212. package/{dist/types → dist-types}/ts3.4/commands/EnableKeyCommand.d.ts +6 -4
  213. package/{dist/types → dist-types}/ts3.4/commands/EnableKeyRotationCommand.d.ts +4 -3
  214. package/{dist/types → dist-types}/ts3.4/commands/EncryptCommand.d.ts +16 -14
  215. package/{dist/types → dist-types}/ts3.4/commands/GenerateDataKeyCommand.d.ts +17 -14
  216. package/{dist/types → dist-types}/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +17 -15
  217. package/{dist/types → dist-types}/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +18 -15
  218. package/{dist/types → dist-types}/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +13 -11
  219. package/{dist/types → dist-types}/ts3.4/commands/GenerateRandomCommand.d.ts +4 -3
  220. package/{dist/types → dist-types}/ts3.4/commands/GetKeyPolicyCommand.d.ts +2 -2
  221. package/{dist/types → dist-types}/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +4 -3
  222. package/{dist/types → dist-types}/ts3.4/commands/GetParametersForImportCommand.d.ts +9 -10
  223. package/{dist/types → dist-types}/ts3.4/commands/GetPublicKeyCommand.d.ts +9 -7
  224. package/{dist/types → dist-types}/ts3.4/commands/ImportKeyMaterialCommand.d.ts +15 -15
  225. package/{dist/types → dist-types}/ts3.4/commands/ListAliasesCommand.d.ts +15 -12
  226. package/{dist/types → dist-types}/ts3.4/commands/ListGrantsCommand.d.ts +4 -4
  227. package/{dist/types → dist-types}/ts3.4/commands/ListKeyPoliciesCommand.d.ts +5 -5
  228. package/{dist/types → dist-types}/ts3.4/commands/ListKeysCommand.d.ts +3 -4
  229. package/{dist/types → dist-types}/ts3.4/commands/ListResourceTagsCommand.d.ts +2 -2
  230. package/{dist/types → dist-types}/ts3.4/commands/ListRetirableGrantsCommand.d.ts +9 -8
  231. package/{dist/types → dist-types}/ts3.4/commands/PutKeyPolicyCommand.d.ts +2 -2
  232. package/{dist/types → dist-types}/ts3.4/commands/ReEncryptCommand.d.ts +35 -29
  233. package/{dist/types → dist-types}/ts3.4/commands/ReplicateKeyCommand.d.ts +7 -7
  234. package/{dist/types → dist-types}/ts3.4/commands/RetireGrantCommand.d.ts +9 -7
  235. package/{dist/types → dist-types}/ts3.4/commands/RevokeGrantCommand.d.ts +3 -4
  236. package/{dist/types → dist-types}/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +21 -17
  237. package/{dist/types → dist-types}/ts3.4/commands/SignCommand.d.ts +12 -11
  238. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +8 -6
  239. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +5 -5
  240. package/{dist/types → dist-types}/ts3.4/commands/UpdateAliasCommand.d.ts +17 -13
  241. package/{dist/types → dist-types}/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +19 -19
  242. package/{dist/types → dist-types}/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +5 -5
  243. package/{dist/types → dist-types}/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +3 -3
  244. package/{dist/types → dist-types}/ts3.4/commands/VerifyCommand.d.ts +7 -7
  245. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  246. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  247. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  248. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +296 -249
  249. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  250. package/{dist/types → dist-types}/ts3.4/pagination/ListAliasesPaginator.d.ts +1 -1
  251. package/{dist/types → dist-types}/ts3.4/pagination/ListGrantsPaginator.d.ts +1 -1
  252. package/{dist/types → dist-types}/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +1 -1
  253. package/{dist/types → dist-types}/ts3.4/pagination/ListKeysPaginator.d.ts +1 -1
  254. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  255. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  256. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
  257. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  258. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  259. package/package.json +52 -49
  260. package/KMS.ts +0 -4018
  261. package/KMSClient.ts +0 -515
  262. package/commands/CancelKeyDeletionCommand.ts +0 -105
  263. package/commands/ConnectCustomKeyStoreCommand.ts +0 -155
  264. package/commands/CreateAliasCommand.ts +0 -147
  265. package/commands/CreateCustomKeyStoreCommand.ts +0 -143
  266. package/commands/CreateGrantCommand.ts +0 -153
  267. package/commands/CreateKeyCommand.ts +0 -209
  268. package/commands/DecryptCommand.ts +0 -172
  269. package/commands/DeleteAliasCommand.ts +0 -137
  270. package/commands/DeleteCustomKeyStoreCommand.ts +0 -149
  271. package/commands/DeleteImportedKeyMaterialCommand.ts +0 -127
  272. package/commands/DescribeCustomKeyStoresCommand.ts +0 -147
  273. package/commands/DescribeKeyCommand.ts +0 -171
  274. package/commands/DisableKeyCommand.ts +0 -108
  275. package/commands/DisableKeyRotationCommand.ts +0 -118
  276. package/commands/DisconnectCustomKeyStoreCommand.ts +0 -144
  277. package/commands/EnableKeyCommand.ts +0 -97
  278. package/commands/EnableKeyRotationCommand.ts +0 -118
  279. package/commands/EncryptCommand.ts +0 -209
  280. package/commands/GenerateDataKeyCommand.ts +0 -188
  281. package/commands/GenerateDataKeyPairCommand.ts +0 -168
  282. package/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +0 -168
  283. package/commands/GenerateDataKeyWithoutPlaintextCommand.ts +0 -171
  284. package/commands/GenerateRandomCommand.ts +0 -102
  285. package/commands/GetKeyPolicyCommand.ts +0 -102
  286. package/commands/GetKeyRotationStatusCommand.ts +0 -130
  287. package/commands/GetParametersForImportCommand.ts +0 -129
  288. package/commands/GetPublicKeyCommand.ts +0 -138
  289. package/commands/ImportKeyMaterialCommand.ts +0 -157
  290. package/commands/ListAliasesCommand.ts +0 -133
  291. package/commands/ListGrantsCommand.ts +0 -139
  292. package/commands/ListKeyPoliciesCommand.ts +0 -116
  293. package/commands/ListKeysCommand.ts +0 -118
  294. package/commands/ListResourceTagsCommand.ts +0 -128
  295. package/commands/ListRetirableGrantsCommand.ts +0 -136
  296. package/commands/PutKeyPolicyCommand.ts +0 -107
  297. package/commands/ReEncryptCommand.ts +0 -179
  298. package/commands/ReplicateKeyCommand.ts +0 -171
  299. package/commands/RetireGrantCommand.ts +0 -138
  300. package/commands/RevokeGrantCommand.ts +0 -138
  301. package/commands/ScheduleKeyDeletionCommand.ts +0 -144
  302. package/commands/SignCommand.ts +0 -131
  303. package/commands/TagResourceCommand.ts +0 -139
  304. package/commands/UntagResourceCommand.ts +0 -137
  305. package/commands/UpdateAliasCommand.ts +0 -152
  306. package/commands/UpdateCustomKeyStoreCommand.ts +0 -166
  307. package/commands/UpdateKeyDescriptionCommand.ts +0 -117
  308. package/commands/UpdatePrimaryRegionCommand.ts +0 -159
  309. package/commands/VerifyCommand.ts +0 -117
  310. package/dist/cjs/KMS.js.map +0 -1
  311. package/dist/cjs/KMSClient.js.map +0 -1
  312. package/dist/cjs/commands/CancelKeyDeletionCommand.js.map +0 -1
  313. package/dist/cjs/commands/ConnectCustomKeyStoreCommand.js.map +0 -1
  314. package/dist/cjs/commands/CreateAliasCommand.js.map +0 -1
  315. package/dist/cjs/commands/CreateCustomKeyStoreCommand.js.map +0 -1
  316. package/dist/cjs/commands/CreateGrantCommand.js.map +0 -1
  317. package/dist/cjs/commands/CreateKeyCommand.js.map +0 -1
  318. package/dist/cjs/commands/DecryptCommand.js.map +0 -1
  319. package/dist/cjs/commands/DeleteAliasCommand.js.map +0 -1
  320. package/dist/cjs/commands/DeleteCustomKeyStoreCommand.js.map +0 -1
  321. package/dist/cjs/commands/DeleteImportedKeyMaterialCommand.js.map +0 -1
  322. package/dist/cjs/commands/DescribeCustomKeyStoresCommand.js.map +0 -1
  323. package/dist/cjs/commands/DescribeKeyCommand.js.map +0 -1
  324. package/dist/cjs/commands/DisableKeyCommand.js.map +0 -1
  325. package/dist/cjs/commands/DisableKeyRotationCommand.js.map +0 -1
  326. package/dist/cjs/commands/DisconnectCustomKeyStoreCommand.js.map +0 -1
  327. package/dist/cjs/commands/EnableKeyCommand.js.map +0 -1
  328. package/dist/cjs/commands/EnableKeyRotationCommand.js.map +0 -1
  329. package/dist/cjs/commands/EncryptCommand.js.map +0 -1
  330. package/dist/cjs/commands/GenerateDataKeyCommand.js.map +0 -1
  331. package/dist/cjs/commands/GenerateDataKeyPairCommand.js.map +0 -1
  332. package/dist/cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +0 -1
  333. package/dist/cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js.map +0 -1
  334. package/dist/cjs/commands/GenerateRandomCommand.js.map +0 -1
  335. package/dist/cjs/commands/GetKeyPolicyCommand.js.map +0 -1
  336. package/dist/cjs/commands/GetKeyRotationStatusCommand.js.map +0 -1
  337. package/dist/cjs/commands/GetParametersForImportCommand.js.map +0 -1
  338. package/dist/cjs/commands/GetPublicKeyCommand.js.map +0 -1
  339. package/dist/cjs/commands/ImportKeyMaterialCommand.js.map +0 -1
  340. package/dist/cjs/commands/ListAliasesCommand.js.map +0 -1
  341. package/dist/cjs/commands/ListGrantsCommand.js.map +0 -1
  342. package/dist/cjs/commands/ListKeyPoliciesCommand.js.map +0 -1
  343. package/dist/cjs/commands/ListKeysCommand.js.map +0 -1
  344. package/dist/cjs/commands/ListResourceTagsCommand.js.map +0 -1
  345. package/dist/cjs/commands/ListRetirableGrantsCommand.js.map +0 -1
  346. package/dist/cjs/commands/PutKeyPolicyCommand.js.map +0 -1
  347. package/dist/cjs/commands/ReEncryptCommand.js.map +0 -1
  348. package/dist/cjs/commands/ReplicateKeyCommand.js.map +0 -1
  349. package/dist/cjs/commands/RetireGrantCommand.js.map +0 -1
  350. package/dist/cjs/commands/RevokeGrantCommand.js.map +0 -1
  351. package/dist/cjs/commands/ScheduleKeyDeletionCommand.js.map +0 -1
  352. package/dist/cjs/commands/SignCommand.js.map +0 -1
  353. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  354. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  355. package/dist/cjs/commands/UpdateAliasCommand.js.map +0 -1
  356. package/dist/cjs/commands/UpdateCustomKeyStoreCommand.js.map +0 -1
  357. package/dist/cjs/commands/UpdateKeyDescriptionCommand.js.map +0 -1
  358. package/dist/cjs/commands/UpdatePrimaryRegionCommand.js.map +0 -1
  359. package/dist/cjs/commands/VerifyCommand.js.map +0 -1
  360. package/dist/cjs/endpoints.js.map +0 -1
  361. package/dist/cjs/index.js.map +0 -1
  362. package/dist/cjs/models/index.js.map +0 -1
  363. package/dist/cjs/models/models_0.js.map +0 -1
  364. package/dist/cjs/package.json +0 -91
  365. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  366. package/dist/cjs/pagination/ListAliasesPaginator.js.map +0 -1
  367. package/dist/cjs/pagination/ListGrantsPaginator.js.map +0 -1
  368. package/dist/cjs/pagination/ListKeyPoliciesPaginator.js.map +0 -1
  369. package/dist/cjs/pagination/ListKeysPaginator.js.map +0 -1
  370. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  371. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  372. package/dist/cjs/runtimeConfig.js.map +0 -1
  373. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  374. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  375. package/dist/es/KMS.js.map +0 -1
  376. package/dist/es/KMSClient.js +0 -134
  377. package/dist/es/KMSClient.js.map +0 -1
  378. package/dist/es/commands/CancelKeyDeletionCommand.js +0 -76
  379. package/dist/es/commands/CancelKeyDeletionCommand.js.map +0 -1
  380. package/dist/es/commands/ConnectCustomKeyStoreCommand.js +0 -126
  381. package/dist/es/commands/ConnectCustomKeyStoreCommand.js.map +0 -1
  382. package/dist/es/commands/CreateAliasCommand.js +0 -118
  383. package/dist/es/commands/CreateAliasCommand.js.map +0 -1
  384. package/dist/es/commands/CreateCustomKeyStoreCommand.js +0 -114
  385. package/dist/es/commands/CreateCustomKeyStoreCommand.js.map +0 -1
  386. package/dist/es/commands/CreateGrantCommand.js +0 -124
  387. package/dist/es/commands/CreateGrantCommand.js.map +0 -1
  388. package/dist/es/commands/CreateKeyCommand.js +0 -187
  389. package/dist/es/commands/CreateKeyCommand.js.map +0 -1
  390. package/dist/es/commands/DecryptCommand.js +0 -150
  391. package/dist/es/commands/DecryptCommand.js.map +0 -1
  392. package/dist/es/commands/DeleteAliasCommand.js +0 -108
  393. package/dist/es/commands/DeleteAliasCommand.js.map +0 -1
  394. package/dist/es/commands/DeleteCustomKeyStoreCommand.js +0 -120
  395. package/dist/es/commands/DeleteCustomKeyStoreCommand.js.map +0 -1
  396. package/dist/es/commands/DeleteImportedKeyMaterialCommand.js +0 -95
  397. package/dist/es/commands/DeleteImportedKeyMaterialCommand.js.map +0 -1
  398. package/dist/es/commands/DescribeCustomKeyStoresCommand.js +0 -118
  399. package/dist/es/commands/DescribeCustomKeyStoresCommand.js.map +0 -1
  400. package/dist/es/commands/DescribeKeyCommand.js +0 -142
  401. package/dist/es/commands/DescribeKeyCommand.js.map +0 -1
  402. package/dist/es/commands/DisableKeyCommand.js +0 -79
  403. package/dist/es/commands/DisableKeyCommand.js.map +0 -1
  404. package/dist/es/commands/DisableKeyRotationCommand.js +0 -89
  405. package/dist/es/commands/DisableKeyRotationCommand.js.map +0 -1
  406. package/dist/es/commands/DisconnectCustomKeyStoreCommand.js +0 -115
  407. package/dist/es/commands/DisconnectCustomKeyStoreCommand.js.map +0 -1
  408. package/dist/es/commands/EnableKeyCommand.js +0 -75
  409. package/dist/es/commands/EnableKeyCommand.js.map +0 -1
  410. package/dist/es/commands/EnableKeyRotationCommand.js +0 -89
  411. package/dist/es/commands/EnableKeyRotationCommand.js.map +0 -1
  412. package/dist/es/commands/EncryptCommand.js +0 -187
  413. package/dist/es/commands/EncryptCommand.js.map +0 -1
  414. package/dist/es/commands/GenerateDataKeyCommand.js +0 -159
  415. package/dist/es/commands/GenerateDataKeyCommand.js.map +0 -1
  416. package/dist/es/commands/GenerateDataKeyPairCommand.js +0 -139
  417. package/dist/es/commands/GenerateDataKeyPairCommand.js.map +0 -1
  418. package/dist/es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +0 -128
  419. package/dist/es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js.map +0 -1
  420. package/dist/es/commands/GenerateDataKeyWithoutPlaintextCommand.js +0 -134
  421. package/dist/es/commands/GenerateDataKeyWithoutPlaintextCommand.js.map +0 -1
  422. package/dist/es/commands/GenerateRandomCommand.js +0 -73
  423. package/dist/es/commands/GenerateRandomCommand.js.map +0 -1
  424. package/dist/es/commands/GetKeyPolicyCommand.js.map +0 -1
  425. package/dist/es/commands/GetKeyRotationStatusCommand.js +0 -101
  426. package/dist/es/commands/GetKeyRotationStatusCommand.js.map +0 -1
  427. package/dist/es/commands/GetParametersForImportCommand.js +0 -100
  428. package/dist/es/commands/GetParametersForImportCommand.js.map +0 -1
  429. package/dist/es/commands/GetPublicKeyCommand.js +0 -109
  430. package/dist/es/commands/GetPublicKeyCommand.js.map +0 -1
  431. package/dist/es/commands/ImportKeyMaterialCommand.js +0 -128
  432. package/dist/es/commands/ImportKeyMaterialCommand.js.map +0 -1
  433. package/dist/es/commands/ListAliasesCommand.js +0 -104
  434. package/dist/es/commands/ListAliasesCommand.js.map +0 -1
  435. package/dist/es/commands/ListGrantsCommand.js +0 -110
  436. package/dist/es/commands/ListGrantsCommand.js.map +0 -1
  437. package/dist/es/commands/ListKeyPoliciesCommand.js +0 -87
  438. package/dist/es/commands/ListKeyPoliciesCommand.js.map +0 -1
  439. package/dist/es/commands/ListKeysCommand.js +0 -96
  440. package/dist/es/commands/ListKeysCommand.js.map +0 -1
  441. package/dist/es/commands/ListResourceTagsCommand.js +0 -99
  442. package/dist/es/commands/ListResourceTagsCommand.js.map +0 -1
  443. package/dist/es/commands/ListRetirableGrantsCommand.js +0 -107
  444. package/dist/es/commands/ListRetirableGrantsCommand.js.map +0 -1
  445. package/dist/es/commands/PutKeyPolicyCommand.js +0 -78
  446. package/dist/es/commands/PutKeyPolicyCommand.js.map +0 -1
  447. package/dist/es/commands/ReEncryptCommand.js +0 -157
  448. package/dist/es/commands/ReEncryptCommand.js.map +0 -1
  449. package/dist/es/commands/ReplicateKeyCommand.js +0 -142
  450. package/dist/es/commands/ReplicateKeyCommand.js.map +0 -1
  451. package/dist/es/commands/RetireGrantCommand.js +0 -109
  452. package/dist/es/commands/RetireGrantCommand.js.map +0 -1
  453. package/dist/es/commands/RevokeGrantCommand.js +0 -109
  454. package/dist/es/commands/RevokeGrantCommand.js.map +0 -1
  455. package/dist/es/commands/ScheduleKeyDeletionCommand.js +0 -115
  456. package/dist/es/commands/ScheduleKeyDeletionCommand.js.map +0 -1
  457. package/dist/es/commands/SignCommand.js +0 -109
  458. package/dist/es/commands/SignCommand.js.map +0 -1
  459. package/dist/es/commands/TagResourceCommand.js +0 -110
  460. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  461. package/dist/es/commands/UntagResourceCommand.js +0 -108
  462. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  463. package/dist/es/commands/UpdateAliasCommand.js +0 -123
  464. package/dist/es/commands/UpdateAliasCommand.js.map +0 -1
  465. package/dist/es/commands/UpdateCustomKeyStoreCommand.js +0 -137
  466. package/dist/es/commands/UpdateCustomKeyStoreCommand.js.map +0 -1
  467. package/dist/es/commands/UpdateKeyDescriptionCommand.js +0 -88
  468. package/dist/es/commands/UpdateKeyDescriptionCommand.js.map +0 -1
  469. package/dist/es/commands/UpdatePrimaryRegionCommand.js +0 -130
  470. package/dist/es/commands/UpdatePrimaryRegionCommand.js.map +0 -1
  471. package/dist/es/commands/VerifyCommand.js +0 -95
  472. package/dist/es/commands/VerifyCommand.js.map +0 -1
  473. package/dist/es/endpoints.js.map +0 -1
  474. package/dist/es/index.js +0 -57
  475. package/dist/es/index.js.map +0 -1
  476. package/dist/es/models/index.js +0 -2
  477. package/dist/es/models/index.js.map +0 -1
  478. package/dist/es/models/models_0.js.map +0 -1
  479. package/dist/es/package.json +0 -91
  480. package/dist/es/pagination/Interfaces.js +0 -2
  481. package/dist/es/pagination/Interfaces.js.map +0 -1
  482. package/dist/es/pagination/ListAliasesPaginator.js.map +0 -1
  483. package/dist/es/pagination/ListGrantsPaginator.js.map +0 -1
  484. package/dist/es/pagination/ListKeyPoliciesPaginator.js.map +0 -1
  485. package/dist/es/pagination/ListKeysPaginator.js.map +0 -1
  486. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  487. package/dist/es/runtimeConfig.browser.js.map +0 -1
  488. package/dist/es/runtimeConfig.js.map +0 -1
  489. package/dist/es/runtimeConfig.native.js.map +0 -1
  490. package/dist/es/runtimeConfig.shared.js.map +0 -1
  491. package/endpoints.ts +0 -62
  492. package/jest.config.js +0 -4
  493. package/models/models_0.ts +0 -4742
  494. package/pagination/Interfaces.ts +0 -7
  495. package/pagination/ListAliasesPaginator.ts +0 -54
  496. package/pagination/ListGrantsPaginator.ts +0 -54
  497. package/pagination/ListKeyPoliciesPaginator.ts +0 -58
  498. package/pagination/ListKeysPaginator.ts +0 -54
  499. package/protocols/Aws_json1_1.ts +0 -7631
  500. package/runtimeConfig.browser.ts +0 -40
  501. package/runtimeConfig.native.ts +0 -16
  502. package/runtimeConfig.shared.ts +0 -16
  503. package/runtimeConfig.ts +0 -45
  504. package/tsconfig.es.json +0 -12
  505. package/tsconfig.json +0 -32
@@ -8,128 +8,74 @@ export var AlgorithmSpec;
8
8
  })(AlgorithmSpec || (AlgorithmSpec = {}));
9
9
  export var AliasListEntry;
10
10
  (function (AliasListEntry) {
11
- /**
12
- * @internal
13
- */
14
11
  AliasListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
15
12
  })(AliasListEntry || (AliasListEntry = {}));
16
13
  export var AlreadyExistsException;
17
14
  (function (AlreadyExistsException) {
18
- /**
19
- * @internal
20
- */
21
15
  AlreadyExistsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
16
  })(AlreadyExistsException || (AlreadyExistsException = {}));
23
17
  export var CancelKeyDeletionRequest;
24
18
  (function (CancelKeyDeletionRequest) {
25
- /**
26
- * @internal
27
- */
28
19
  CancelKeyDeletionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
29
20
  })(CancelKeyDeletionRequest || (CancelKeyDeletionRequest = {}));
30
21
  export var CancelKeyDeletionResponse;
31
22
  (function (CancelKeyDeletionResponse) {
32
- /**
33
- * @internal
34
- */
35
23
  CancelKeyDeletionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
36
24
  })(CancelKeyDeletionResponse || (CancelKeyDeletionResponse = {}));
37
25
  export var DependencyTimeoutException;
38
26
  (function (DependencyTimeoutException) {
39
- /**
40
- * @internal
41
- */
42
27
  DependencyTimeoutException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
28
  })(DependencyTimeoutException || (DependencyTimeoutException = {}));
44
29
  export var InvalidArnException;
45
30
  (function (InvalidArnException) {
46
- /**
47
- * @internal
48
- */
49
31
  InvalidArnException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
50
32
  })(InvalidArnException || (InvalidArnException = {}));
51
33
  export var KMSInternalException;
52
34
  (function (KMSInternalException) {
53
- /**
54
- * @internal
55
- */
56
35
  KMSInternalException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
57
36
  })(KMSInternalException || (KMSInternalException = {}));
58
37
  export var KMSInvalidStateException;
59
38
  (function (KMSInvalidStateException) {
60
- /**
61
- * @internal
62
- */
63
39
  KMSInvalidStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
64
40
  })(KMSInvalidStateException || (KMSInvalidStateException = {}));
65
41
  export var NotFoundException;
66
42
  (function (NotFoundException) {
67
- /**
68
- * @internal
69
- */
70
43
  NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
71
44
  })(NotFoundException || (NotFoundException = {}));
72
45
  export var CloudHsmClusterInUseException;
73
46
  (function (CloudHsmClusterInUseException) {
74
- /**
75
- * @internal
76
- */
77
47
  CloudHsmClusterInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
78
48
  })(CloudHsmClusterInUseException || (CloudHsmClusterInUseException = {}));
79
49
  export var CloudHsmClusterInvalidConfigurationException;
80
50
  (function (CloudHsmClusterInvalidConfigurationException) {
81
- /**
82
- * @internal
83
- */
84
51
  CloudHsmClusterInvalidConfigurationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
85
52
  })(CloudHsmClusterInvalidConfigurationException || (CloudHsmClusterInvalidConfigurationException = {}));
86
53
  export var CloudHsmClusterNotActiveException;
87
54
  (function (CloudHsmClusterNotActiveException) {
88
- /**
89
- * @internal
90
- */
91
55
  CloudHsmClusterNotActiveException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
92
56
  })(CloudHsmClusterNotActiveException || (CloudHsmClusterNotActiveException = {}));
93
57
  export var CloudHsmClusterNotFoundException;
94
58
  (function (CloudHsmClusterNotFoundException) {
95
- /**
96
- * @internal
97
- */
98
59
  CloudHsmClusterNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
99
60
  })(CloudHsmClusterNotFoundException || (CloudHsmClusterNotFoundException = {}));
100
61
  export var CloudHsmClusterNotRelatedException;
101
62
  (function (CloudHsmClusterNotRelatedException) {
102
- /**
103
- * @internal
104
- */
105
63
  CloudHsmClusterNotRelatedException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
106
64
  })(CloudHsmClusterNotRelatedException || (CloudHsmClusterNotRelatedException = {}));
107
65
  export var ConnectCustomKeyStoreRequest;
108
66
  (function (ConnectCustomKeyStoreRequest) {
109
- /**
110
- * @internal
111
- */
112
67
  ConnectCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
113
68
  })(ConnectCustomKeyStoreRequest || (ConnectCustomKeyStoreRequest = {}));
114
69
  export var ConnectCustomKeyStoreResponse;
115
70
  (function (ConnectCustomKeyStoreResponse) {
116
- /**
117
- * @internal
118
- */
119
71
  ConnectCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
120
72
  })(ConnectCustomKeyStoreResponse || (ConnectCustomKeyStoreResponse = {}));
121
73
  export var CustomKeyStoreInvalidStateException;
122
74
  (function (CustomKeyStoreInvalidStateException) {
123
- /**
124
- * @internal
125
- */
126
75
  CustomKeyStoreInvalidStateException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
127
76
  })(CustomKeyStoreInvalidStateException || (CustomKeyStoreInvalidStateException = {}));
128
77
  export var CustomKeyStoreNotFoundException;
129
78
  (function (CustomKeyStoreNotFoundException) {
130
- /**
131
- * @internal
132
- */
133
79
  CustomKeyStoreNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
134
80
  })(CustomKeyStoreNotFoundException || (CustomKeyStoreNotFoundException = {}));
135
81
  export var ConnectionErrorCodeType;
@@ -154,58 +100,34 @@ export var ConnectionStateType;
154
100
  })(ConnectionStateType || (ConnectionStateType = {}));
155
101
  export var CreateAliasRequest;
156
102
  (function (CreateAliasRequest) {
157
- /**
158
- * @internal
159
- */
160
103
  CreateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
161
104
  })(CreateAliasRequest || (CreateAliasRequest = {}));
162
105
  export var InvalidAliasNameException;
163
106
  (function (InvalidAliasNameException) {
164
- /**
165
- * @internal
166
- */
167
107
  InvalidAliasNameException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
168
108
  })(InvalidAliasNameException || (InvalidAliasNameException = {}));
169
109
  export var LimitExceededException;
170
110
  (function (LimitExceededException) {
171
- /**
172
- * @internal
173
- */
174
111
  LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
175
112
  })(LimitExceededException || (LimitExceededException = {}));
176
113
  export var CreateCustomKeyStoreRequest;
177
114
  (function (CreateCustomKeyStoreRequest) {
178
- /**
179
- * @internal
180
- */
181
115
  CreateCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KeyStorePassword && { KeyStorePassword: SENSITIVE_STRING }))); };
182
116
  })(CreateCustomKeyStoreRequest || (CreateCustomKeyStoreRequest = {}));
183
117
  export var CreateCustomKeyStoreResponse;
184
118
  (function (CreateCustomKeyStoreResponse) {
185
- /**
186
- * @internal
187
- */
188
119
  CreateCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
189
120
  })(CreateCustomKeyStoreResponse || (CreateCustomKeyStoreResponse = {}));
190
121
  export var CustomKeyStoreNameInUseException;
191
122
  (function (CustomKeyStoreNameInUseException) {
192
- /**
193
- * @internal
194
- */
195
123
  CustomKeyStoreNameInUseException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
196
124
  })(CustomKeyStoreNameInUseException || (CustomKeyStoreNameInUseException = {}));
197
125
  export var IncorrectTrustAnchorException;
198
126
  (function (IncorrectTrustAnchorException) {
199
- /**
200
- * @internal
201
- */
202
127
  IncorrectTrustAnchorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
203
128
  })(IncorrectTrustAnchorException || (IncorrectTrustAnchorException = {}));
204
129
  export var GrantConstraints;
205
130
  (function (GrantConstraints) {
206
- /**
207
- * @internal
208
- */
209
131
  GrantConstraints.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
210
132
  })(GrantConstraints || (GrantConstraints = {}));
211
133
  export var GrantOperation;
@@ -227,30 +149,18 @@ export var GrantOperation;
227
149
  })(GrantOperation || (GrantOperation = {}));
228
150
  export var CreateGrantRequest;
229
151
  (function (CreateGrantRequest) {
230
- /**
231
- * @internal
232
- */
233
152
  CreateGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
234
153
  })(CreateGrantRequest || (CreateGrantRequest = {}));
235
154
  export var CreateGrantResponse;
236
155
  (function (CreateGrantResponse) {
237
- /**
238
- * @internal
239
- */
240
156
  CreateGrantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
241
157
  })(CreateGrantResponse || (CreateGrantResponse = {}));
242
158
  export var DisabledException;
243
159
  (function (DisabledException) {
244
- /**
245
- * @internal
246
- */
247
160
  DisabledException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
248
161
  })(DisabledException || (DisabledException = {}));
249
162
  export var InvalidGrantTokenException;
250
163
  (function (InvalidGrantTokenException) {
251
- /**
252
- * @internal
253
- */
254
164
  InvalidGrantTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
255
165
  })(InvalidGrantTokenException || (InvalidGrantTokenException = {}));
256
166
  export var CustomerMasterKeySpec;
@@ -288,16 +198,10 @@ export var OriginType;
288
198
  })(OriginType || (OriginType = {}));
289
199
  export var Tag;
290
200
  (function (Tag) {
291
- /**
292
- * @internal
293
- */
294
201
  Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
295
202
  })(Tag || (Tag = {}));
296
203
  export var CreateKeyRequest;
297
204
  (function (CreateKeyRequest) {
298
- /**
299
- * @internal
300
- */
301
205
  CreateKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
302
206
  })(CreateKeyRequest || (CreateKeyRequest = {}));
303
207
  export var EncryptionAlgorithmSpec;
@@ -334,16 +238,10 @@ export var MultiRegionKeyType;
334
238
  })(MultiRegionKeyType || (MultiRegionKeyType = {}));
335
239
  export var MultiRegionKey;
336
240
  (function (MultiRegionKey) {
337
- /**
338
- * @internal
339
- */
340
241
  MultiRegionKey.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
341
242
  })(MultiRegionKey || (MultiRegionKey = {}));
342
243
  export var MultiRegionConfiguration;
343
244
  (function (MultiRegionConfiguration) {
344
- /**
345
- * @internal
346
- */
347
245
  MultiRegionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
246
  })(MultiRegionConfiguration || (MultiRegionConfiguration = {}));
349
247
  export var SigningAlgorithmSpec;
@@ -360,51 +258,30 @@ export var SigningAlgorithmSpec;
360
258
  })(SigningAlgorithmSpec || (SigningAlgorithmSpec = {}));
361
259
  export var KeyMetadata;
362
260
  (function (KeyMetadata) {
363
- /**
364
- * @internal
365
- */
366
261
  KeyMetadata.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
367
262
  })(KeyMetadata || (KeyMetadata = {}));
368
263
  export var CreateKeyResponse;
369
264
  (function (CreateKeyResponse) {
370
- /**
371
- * @internal
372
- */
373
265
  CreateKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
374
266
  })(CreateKeyResponse || (CreateKeyResponse = {}));
375
267
  export var MalformedPolicyDocumentException;
376
268
  (function (MalformedPolicyDocumentException) {
377
- /**
378
- * @internal
379
- */
380
269
  MalformedPolicyDocumentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
381
270
  })(MalformedPolicyDocumentException || (MalformedPolicyDocumentException = {}));
382
271
  export var TagException;
383
272
  (function (TagException) {
384
- /**
385
- * @internal
386
- */
387
273
  TagException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
388
274
  })(TagException || (TagException = {}));
389
275
  export var UnsupportedOperationException;
390
276
  (function (UnsupportedOperationException) {
391
- /**
392
- * @internal
393
- */
394
277
  UnsupportedOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
395
278
  })(UnsupportedOperationException || (UnsupportedOperationException = {}));
396
279
  export var CustomKeyStoreHasCMKsException;
397
280
  (function (CustomKeyStoreHasCMKsException) {
398
- /**
399
- * @internal
400
- */
401
281
  CustomKeyStoreHasCMKsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
402
282
  })(CustomKeyStoreHasCMKsException || (CustomKeyStoreHasCMKsException = {}));
403
283
  export var CustomKeyStoresListEntry;
404
284
  (function (CustomKeyStoresListEntry) {
405
- /**
406
- * @internal
407
- */
408
285
  CustomKeyStoresListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
409
286
  })(CustomKeyStoresListEntry || (CustomKeyStoresListEntry = {}));
410
287
  export var DataKeyPairSpec;
@@ -424,268 +301,154 @@ export var DataKeySpec;
424
301
  })(DataKeySpec || (DataKeySpec = {}));
425
302
  export var DecryptRequest;
426
303
  (function (DecryptRequest) {
427
- /**
428
- * @internal
429
- */
430
304
  DecryptRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
431
305
  })(DecryptRequest || (DecryptRequest = {}));
432
306
  export var DecryptResponse;
433
307
  (function (DecryptResponse) {
434
- /**
435
- * @internal
436
- */
437
308
  DecryptResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
438
309
  })(DecryptResponse || (DecryptResponse = {}));
439
310
  export var IncorrectKeyException;
440
311
  (function (IncorrectKeyException) {
441
- /**
442
- * @internal
443
- */
444
312
  IncorrectKeyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
445
313
  })(IncorrectKeyException || (IncorrectKeyException = {}));
446
314
  export var InvalidCiphertextException;
447
315
  (function (InvalidCiphertextException) {
448
- /**
449
- * @internal
450
- */
451
316
  InvalidCiphertextException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
452
317
  })(InvalidCiphertextException || (InvalidCiphertextException = {}));
453
318
  export var InvalidKeyUsageException;
454
319
  (function (InvalidKeyUsageException) {
455
- /**
456
- * @internal
457
- */
458
320
  InvalidKeyUsageException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
459
321
  })(InvalidKeyUsageException || (InvalidKeyUsageException = {}));
460
322
  export var KeyUnavailableException;
461
323
  (function (KeyUnavailableException) {
462
- /**
463
- * @internal
464
- */
465
324
  KeyUnavailableException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
466
325
  })(KeyUnavailableException || (KeyUnavailableException = {}));
467
326
  export var DeleteAliasRequest;
468
327
  (function (DeleteAliasRequest) {
469
- /**
470
- * @internal
471
- */
472
328
  DeleteAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
473
329
  })(DeleteAliasRequest || (DeleteAliasRequest = {}));
474
330
  export var DeleteCustomKeyStoreRequest;
475
331
  (function (DeleteCustomKeyStoreRequest) {
476
- /**
477
- * @internal
478
- */
479
332
  DeleteCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
480
333
  })(DeleteCustomKeyStoreRequest || (DeleteCustomKeyStoreRequest = {}));
481
334
  export var DeleteCustomKeyStoreResponse;
482
335
  (function (DeleteCustomKeyStoreResponse) {
483
- /**
484
- * @internal
485
- */
486
336
  DeleteCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
487
337
  })(DeleteCustomKeyStoreResponse || (DeleteCustomKeyStoreResponse = {}));
488
338
  export var DeleteImportedKeyMaterialRequest;
489
339
  (function (DeleteImportedKeyMaterialRequest) {
490
- /**
491
- * @internal
492
- */
493
340
  DeleteImportedKeyMaterialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
494
341
  })(DeleteImportedKeyMaterialRequest || (DeleteImportedKeyMaterialRequest = {}));
495
342
  export var DescribeCustomKeyStoresRequest;
496
343
  (function (DescribeCustomKeyStoresRequest) {
497
- /**
498
- * @internal
499
- */
500
344
  DescribeCustomKeyStoresRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
501
345
  })(DescribeCustomKeyStoresRequest || (DescribeCustomKeyStoresRequest = {}));
502
346
  export var DescribeCustomKeyStoresResponse;
503
347
  (function (DescribeCustomKeyStoresResponse) {
504
- /**
505
- * @internal
506
- */
507
348
  DescribeCustomKeyStoresResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
508
349
  })(DescribeCustomKeyStoresResponse || (DescribeCustomKeyStoresResponse = {}));
509
350
  export var InvalidMarkerException;
510
351
  (function (InvalidMarkerException) {
511
- /**
512
- * @internal
513
- */
514
352
  InvalidMarkerException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
515
353
  })(InvalidMarkerException || (InvalidMarkerException = {}));
516
354
  export var DescribeKeyRequest;
517
355
  (function (DescribeKeyRequest) {
518
- /**
519
- * @internal
520
- */
521
356
  DescribeKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
522
357
  })(DescribeKeyRequest || (DescribeKeyRequest = {}));
523
358
  export var DescribeKeyResponse;
524
359
  (function (DescribeKeyResponse) {
525
- /**
526
- * @internal
527
- */
528
360
  DescribeKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
529
361
  })(DescribeKeyResponse || (DescribeKeyResponse = {}));
530
362
  export var DisableKeyRequest;
531
363
  (function (DisableKeyRequest) {
532
- /**
533
- * @internal
534
- */
535
364
  DisableKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
536
365
  })(DisableKeyRequest || (DisableKeyRequest = {}));
537
366
  export var DisableKeyRotationRequest;
538
367
  (function (DisableKeyRotationRequest) {
539
- /**
540
- * @internal
541
- */
542
368
  DisableKeyRotationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
543
369
  })(DisableKeyRotationRequest || (DisableKeyRotationRequest = {}));
544
370
  export var DisconnectCustomKeyStoreRequest;
545
371
  (function (DisconnectCustomKeyStoreRequest) {
546
- /**
547
- * @internal
548
- */
549
372
  DisconnectCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
550
373
  })(DisconnectCustomKeyStoreRequest || (DisconnectCustomKeyStoreRequest = {}));
551
374
  export var DisconnectCustomKeyStoreResponse;
552
375
  (function (DisconnectCustomKeyStoreResponse) {
553
- /**
554
- * @internal
555
- */
556
376
  DisconnectCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
557
377
  })(DisconnectCustomKeyStoreResponse || (DisconnectCustomKeyStoreResponse = {}));
558
378
  export var EnableKeyRequest;
559
379
  (function (EnableKeyRequest) {
560
- /**
561
- * @internal
562
- */
563
380
  EnableKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
564
381
  })(EnableKeyRequest || (EnableKeyRequest = {}));
565
382
  export var EnableKeyRotationRequest;
566
383
  (function (EnableKeyRotationRequest) {
567
- /**
568
- * @internal
569
- */
570
384
  EnableKeyRotationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
571
385
  })(EnableKeyRotationRequest || (EnableKeyRotationRequest = {}));
572
386
  export var EncryptRequest;
573
387
  (function (EncryptRequest) {
574
- /**
575
- * @internal
576
- */
577
388
  EncryptRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
578
389
  })(EncryptRequest || (EncryptRequest = {}));
579
390
  export var EncryptResponse;
580
391
  (function (EncryptResponse) {
581
- /**
582
- * @internal
583
- */
584
392
  EncryptResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
585
393
  })(EncryptResponse || (EncryptResponse = {}));
586
394
  export var ExpiredImportTokenException;
587
395
  (function (ExpiredImportTokenException) {
588
- /**
589
- * @internal
590
- */
591
396
  ExpiredImportTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
592
397
  })(ExpiredImportTokenException || (ExpiredImportTokenException = {}));
593
398
  export var GenerateDataKeyRequest;
594
399
  (function (GenerateDataKeyRequest) {
595
- /**
596
- * @internal
597
- */
598
400
  GenerateDataKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
599
401
  })(GenerateDataKeyRequest || (GenerateDataKeyRequest = {}));
600
402
  export var GenerateDataKeyResponse;
601
403
  (function (GenerateDataKeyResponse) {
602
- /**
603
- * @internal
604
- */
605
404
  GenerateDataKeyResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
606
405
  })(GenerateDataKeyResponse || (GenerateDataKeyResponse = {}));
607
406
  export var GenerateDataKeyPairRequest;
608
407
  (function (GenerateDataKeyPairRequest) {
609
- /**
610
- * @internal
611
- */
612
408
  GenerateDataKeyPairRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
613
409
  })(GenerateDataKeyPairRequest || (GenerateDataKeyPairRequest = {}));
614
410
  export var GenerateDataKeyPairResponse;
615
411
  (function (GenerateDataKeyPairResponse) {
616
- /**
617
- * @internal
618
- */
619
412
  GenerateDataKeyPairResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PrivateKeyPlaintext && { PrivateKeyPlaintext: SENSITIVE_STRING }))); };
620
413
  })(GenerateDataKeyPairResponse || (GenerateDataKeyPairResponse = {}));
621
414
  export var GenerateDataKeyPairWithoutPlaintextRequest;
622
415
  (function (GenerateDataKeyPairWithoutPlaintextRequest) {
623
- /**
624
- * @internal
625
- */
626
416
  GenerateDataKeyPairWithoutPlaintextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
627
417
  })(GenerateDataKeyPairWithoutPlaintextRequest || (GenerateDataKeyPairWithoutPlaintextRequest = {}));
628
418
  export var GenerateDataKeyPairWithoutPlaintextResponse;
629
419
  (function (GenerateDataKeyPairWithoutPlaintextResponse) {
630
- /**
631
- * @internal
632
- */
633
420
  GenerateDataKeyPairWithoutPlaintextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
634
421
  })(GenerateDataKeyPairWithoutPlaintextResponse || (GenerateDataKeyPairWithoutPlaintextResponse = {}));
635
422
  export var GenerateDataKeyWithoutPlaintextRequest;
636
423
  (function (GenerateDataKeyWithoutPlaintextRequest) {
637
- /**
638
- * @internal
639
- */
640
424
  GenerateDataKeyWithoutPlaintextRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
641
425
  })(GenerateDataKeyWithoutPlaintextRequest || (GenerateDataKeyWithoutPlaintextRequest = {}));
642
426
  export var GenerateDataKeyWithoutPlaintextResponse;
643
427
  (function (GenerateDataKeyWithoutPlaintextResponse) {
644
- /**
645
- * @internal
646
- */
647
428
  GenerateDataKeyWithoutPlaintextResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
648
429
  })(GenerateDataKeyWithoutPlaintextResponse || (GenerateDataKeyWithoutPlaintextResponse = {}));
649
430
  export var GenerateRandomRequest;
650
431
  (function (GenerateRandomRequest) {
651
- /**
652
- * @internal
653
- */
654
432
  GenerateRandomRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
655
433
  })(GenerateRandomRequest || (GenerateRandomRequest = {}));
656
434
  export var GenerateRandomResponse;
657
435
  (function (GenerateRandomResponse) {
658
- /**
659
- * @internal
660
- */
661
436
  GenerateRandomResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Plaintext && { Plaintext: SENSITIVE_STRING }))); };
662
437
  })(GenerateRandomResponse || (GenerateRandomResponse = {}));
663
438
  export var GetKeyPolicyRequest;
664
439
  (function (GetKeyPolicyRequest) {
665
- /**
666
- * @internal
667
- */
668
440
  GetKeyPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
669
441
  })(GetKeyPolicyRequest || (GetKeyPolicyRequest = {}));
670
442
  export var GetKeyPolicyResponse;
671
443
  (function (GetKeyPolicyResponse) {
672
- /**
673
- * @internal
674
- */
675
444
  GetKeyPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
676
445
  })(GetKeyPolicyResponse || (GetKeyPolicyResponse = {}));
677
446
  export var GetKeyRotationStatusRequest;
678
447
  (function (GetKeyRotationStatusRequest) {
679
- /**
680
- * @internal
681
- */
682
448
  GetKeyRotationStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
683
449
  })(GetKeyRotationStatusRequest || (GetKeyRotationStatusRequest = {}));
684
450
  export var GetKeyRotationStatusResponse;
685
451
  (function (GetKeyRotationStatusResponse) {
686
- /**
687
- * @internal
688
- */
689
452
  GetKeyRotationStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
690
453
  })(GetKeyRotationStatusResponse || (GetKeyRotationStatusResponse = {}));
691
454
  export var WrappingKeySpec;
@@ -694,163 +457,94 @@ export var WrappingKeySpec;
694
457
  })(WrappingKeySpec || (WrappingKeySpec = {}));
695
458
  export var GetParametersForImportRequest;
696
459
  (function (GetParametersForImportRequest) {
697
- /**
698
- * @internal
699
- */
700
460
  GetParametersForImportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
701
461
  })(GetParametersForImportRequest || (GetParametersForImportRequest = {}));
702
462
  export var GetParametersForImportResponse;
703
463
  (function (GetParametersForImportResponse) {
704
- /**
705
- * @internal
706
- */
707
464
  GetParametersForImportResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.PublicKey && { PublicKey: SENSITIVE_STRING }))); };
708
465
  })(GetParametersForImportResponse || (GetParametersForImportResponse = {}));
709
466
  export var GetPublicKeyRequest;
710
467
  (function (GetPublicKeyRequest) {
711
- /**
712
- * @internal
713
- */
714
468
  GetPublicKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
715
469
  })(GetPublicKeyRequest || (GetPublicKeyRequest = {}));
716
470
  export var GetPublicKeyResponse;
717
471
  (function (GetPublicKeyResponse) {
718
- /**
719
- * @internal
720
- */
721
472
  GetPublicKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
722
473
  })(GetPublicKeyResponse || (GetPublicKeyResponse = {}));
723
474
  export var GrantListEntry;
724
475
  (function (GrantListEntry) {
725
- /**
726
- * @internal
727
- */
728
476
  GrantListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
729
477
  })(GrantListEntry || (GrantListEntry = {}));
730
478
  export var ImportKeyMaterialRequest;
731
479
  (function (ImportKeyMaterialRequest) {
732
- /**
733
- * @internal
734
- */
735
480
  ImportKeyMaterialRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
736
481
  })(ImportKeyMaterialRequest || (ImportKeyMaterialRequest = {}));
737
482
  export var ImportKeyMaterialResponse;
738
483
  (function (ImportKeyMaterialResponse) {
739
- /**
740
- * @internal
741
- */
742
484
  ImportKeyMaterialResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
743
485
  })(ImportKeyMaterialResponse || (ImportKeyMaterialResponse = {}));
744
486
  export var IncorrectKeyMaterialException;
745
487
  (function (IncorrectKeyMaterialException) {
746
- /**
747
- * @internal
748
- */
749
488
  IncorrectKeyMaterialException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
750
489
  })(IncorrectKeyMaterialException || (IncorrectKeyMaterialException = {}));
751
490
  export var InvalidImportTokenException;
752
491
  (function (InvalidImportTokenException) {
753
- /**
754
- * @internal
755
- */
756
492
  InvalidImportTokenException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
757
493
  })(InvalidImportTokenException || (InvalidImportTokenException = {}));
758
494
  export var InvalidGrantIdException;
759
495
  (function (InvalidGrantIdException) {
760
- /**
761
- * @internal
762
- */
763
496
  InvalidGrantIdException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
764
497
  })(InvalidGrantIdException || (InvalidGrantIdException = {}));
765
498
  export var KeyListEntry;
766
499
  (function (KeyListEntry) {
767
- /**
768
- * @internal
769
- */
770
500
  KeyListEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
771
501
  })(KeyListEntry || (KeyListEntry = {}));
772
502
  export var KMSInvalidSignatureException;
773
503
  (function (KMSInvalidSignatureException) {
774
- /**
775
- * @internal
776
- */
777
504
  KMSInvalidSignatureException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
778
505
  })(KMSInvalidSignatureException || (KMSInvalidSignatureException = {}));
779
506
  export var ListAliasesRequest;
780
507
  (function (ListAliasesRequest) {
781
- /**
782
- * @internal
783
- */
784
508
  ListAliasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
785
509
  })(ListAliasesRequest || (ListAliasesRequest = {}));
786
510
  export var ListAliasesResponse;
787
511
  (function (ListAliasesResponse) {
788
- /**
789
- * @internal
790
- */
791
512
  ListAliasesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
792
513
  })(ListAliasesResponse || (ListAliasesResponse = {}));
793
514
  export var ListGrantsRequest;
794
515
  (function (ListGrantsRequest) {
795
- /**
796
- * @internal
797
- */
798
516
  ListGrantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
799
517
  })(ListGrantsRequest || (ListGrantsRequest = {}));
800
518
  export var ListGrantsResponse;
801
519
  (function (ListGrantsResponse) {
802
- /**
803
- * @internal
804
- */
805
520
  ListGrantsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
806
521
  })(ListGrantsResponse || (ListGrantsResponse = {}));
807
522
  export var ListKeyPoliciesRequest;
808
523
  (function (ListKeyPoliciesRequest) {
809
- /**
810
- * @internal
811
- */
812
524
  ListKeyPoliciesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
813
525
  })(ListKeyPoliciesRequest || (ListKeyPoliciesRequest = {}));
814
526
  export var ListKeyPoliciesResponse;
815
527
  (function (ListKeyPoliciesResponse) {
816
- /**
817
- * @internal
818
- */
819
528
  ListKeyPoliciesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
820
529
  })(ListKeyPoliciesResponse || (ListKeyPoliciesResponse = {}));
821
530
  export var ListKeysRequest;
822
531
  (function (ListKeysRequest) {
823
- /**
824
- * @internal
825
- */
826
532
  ListKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
827
533
  })(ListKeysRequest || (ListKeysRequest = {}));
828
534
  export var ListKeysResponse;
829
535
  (function (ListKeysResponse) {
830
- /**
831
- * @internal
832
- */
833
536
  ListKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
834
537
  })(ListKeysResponse || (ListKeysResponse = {}));
835
538
  export var ListResourceTagsRequest;
836
539
  (function (ListResourceTagsRequest) {
837
- /**
838
- * @internal
839
- */
840
540
  ListResourceTagsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
841
541
  })(ListResourceTagsRequest || (ListResourceTagsRequest = {}));
842
542
  export var ListResourceTagsResponse;
843
543
  (function (ListResourceTagsResponse) {
844
- /**
845
- * @internal
846
- */
847
544
  ListResourceTagsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
848
545
  })(ListResourceTagsResponse || (ListResourceTagsResponse = {}));
849
546
  export var ListRetirableGrantsRequest;
850
547
  (function (ListRetirableGrantsRequest) {
851
- /**
852
- * @internal
853
- */
854
548
  ListRetirableGrantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
855
549
  })(ListRetirableGrantsRequest || (ListRetirableGrantsRequest = {}));
856
550
  export var MessageType;
@@ -860,142 +554,81 @@ export var MessageType;
860
554
  })(MessageType || (MessageType = {}));
861
555
  export var PutKeyPolicyRequest;
862
556
  (function (PutKeyPolicyRequest) {
863
- /**
864
- * @internal
865
- */
866
557
  PutKeyPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
867
558
  })(PutKeyPolicyRequest || (PutKeyPolicyRequest = {}));
868
559
  export var ReEncryptRequest;
869
560
  (function (ReEncryptRequest) {
870
- /**
871
- * @internal
872
- */
873
561
  ReEncryptRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
874
562
  })(ReEncryptRequest || (ReEncryptRequest = {}));
875
563
  export var ReEncryptResponse;
876
564
  (function (ReEncryptResponse) {
877
- /**
878
- * @internal
879
- */
880
565
  ReEncryptResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
881
566
  })(ReEncryptResponse || (ReEncryptResponse = {}));
882
567
  export var ReplicateKeyRequest;
883
568
  (function (ReplicateKeyRequest) {
884
- /**
885
- * @internal
886
- */
887
569
  ReplicateKeyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
888
570
  })(ReplicateKeyRequest || (ReplicateKeyRequest = {}));
889
571
  export var ReplicateKeyResponse;
890
572
  (function (ReplicateKeyResponse) {
891
- /**
892
- * @internal
893
- */
894
573
  ReplicateKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
895
574
  })(ReplicateKeyResponse || (ReplicateKeyResponse = {}));
896
575
  export var RetireGrantRequest;
897
576
  (function (RetireGrantRequest) {
898
- /**
899
- * @internal
900
- */
901
577
  RetireGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
902
578
  })(RetireGrantRequest || (RetireGrantRequest = {}));
903
579
  export var RevokeGrantRequest;
904
580
  (function (RevokeGrantRequest) {
905
- /**
906
- * @internal
907
- */
908
581
  RevokeGrantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
909
582
  })(RevokeGrantRequest || (RevokeGrantRequest = {}));
910
583
  export var ScheduleKeyDeletionRequest;
911
584
  (function (ScheduleKeyDeletionRequest) {
912
- /**
913
- * @internal
914
- */
915
585
  ScheduleKeyDeletionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
916
586
  })(ScheduleKeyDeletionRequest || (ScheduleKeyDeletionRequest = {}));
917
587
  export var ScheduleKeyDeletionResponse;
918
588
  (function (ScheduleKeyDeletionResponse) {
919
- /**
920
- * @internal
921
- */
922
589
  ScheduleKeyDeletionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
923
590
  })(ScheduleKeyDeletionResponse || (ScheduleKeyDeletionResponse = {}));
924
591
  export var SignRequest;
925
592
  (function (SignRequest) {
926
- /**
927
- * @internal
928
- */
929
593
  SignRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
930
594
  })(SignRequest || (SignRequest = {}));
931
595
  export var SignResponse;
932
596
  (function (SignResponse) {
933
- /**
934
- * @internal
935
- */
936
597
  SignResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
937
598
  })(SignResponse || (SignResponse = {}));
938
599
  export var TagResourceRequest;
939
600
  (function (TagResourceRequest) {
940
- /**
941
- * @internal
942
- */
943
601
  TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
944
602
  })(TagResourceRequest || (TagResourceRequest = {}));
945
603
  export var UntagResourceRequest;
946
604
  (function (UntagResourceRequest) {
947
- /**
948
- * @internal
949
- */
950
605
  UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
951
606
  })(UntagResourceRequest || (UntagResourceRequest = {}));
952
607
  export var UpdateAliasRequest;
953
608
  (function (UpdateAliasRequest) {
954
- /**
955
- * @internal
956
- */
957
609
  UpdateAliasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
958
610
  })(UpdateAliasRequest || (UpdateAliasRequest = {}));
959
611
  export var UpdateCustomKeyStoreRequest;
960
612
  (function (UpdateCustomKeyStoreRequest) {
961
- /**
962
- * @internal
963
- */
964
613
  UpdateCustomKeyStoreRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KeyStorePassword && { KeyStorePassword: SENSITIVE_STRING }))); };
965
614
  })(UpdateCustomKeyStoreRequest || (UpdateCustomKeyStoreRequest = {}));
966
615
  export var UpdateCustomKeyStoreResponse;
967
616
  (function (UpdateCustomKeyStoreResponse) {
968
- /**
969
- * @internal
970
- */
971
617
  UpdateCustomKeyStoreResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
972
618
  })(UpdateCustomKeyStoreResponse || (UpdateCustomKeyStoreResponse = {}));
973
619
  export var UpdateKeyDescriptionRequest;
974
620
  (function (UpdateKeyDescriptionRequest) {
975
- /**
976
- * @internal
977
- */
978
621
  UpdateKeyDescriptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
979
622
  })(UpdateKeyDescriptionRequest || (UpdateKeyDescriptionRequest = {}));
980
623
  export var UpdatePrimaryRegionRequest;
981
624
  (function (UpdatePrimaryRegionRequest) {
982
- /**
983
- * @internal
984
- */
985
625
  UpdatePrimaryRegionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
986
626
  })(UpdatePrimaryRegionRequest || (UpdatePrimaryRegionRequest = {}));
987
627
  export var VerifyRequest;
988
628
  (function (VerifyRequest) {
989
- /**
990
- * @internal
991
- */
992
629
  VerifyRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Message && { Message: SENSITIVE_STRING }))); };
993
630
  })(VerifyRequest || (VerifyRequest = {}));
994
631
  export var VerifyResponse;
995
632
  (function (VerifyResponse) {
996
- /**
997
- * @internal
998
- */
999
633
  VerifyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1000
634
  })(VerifyResponse || (VerifyResponse = {}));
1001
- //# sourceMappingURL=models_0.js.map