Module

AWS.KMS

#makeClient

#KMS

data KMS :: Type

#EncryptionParams

type EncryptionParams r = (algorithm :: Algorithm, keyId :: Arn | r)

#Ciphertext

type Ciphertext r = (ciphertext :: String | r)

#Plaintext

type Plaintext r = (plaintext :: String | r)

#EncryptionInput

#EncryptionOutput

#DecryptionInput

#DecryptionOutput

Modules