Module

AWS.KMS

Package
purescript-aws-sdk-basic
Repository
HivemindTechnologies/purescript-aws-sdk

#makeClient Source

#KMS Source

data KMS :: Type

#EncryptionParams Source

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

#Ciphertext Source

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

#Plaintext Source

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