AWS.Secrets.SecretType
data Secret Source #
This type has a FromJSON instance for use with fetchSecret.
FromJSON
fetchSecret
Defined in AWS.Secrets.SecretType
Methods
parseJSON :: Value -> Parser Secret #
parseJSONList :: Value -> Parser [Secret] #
getSecretValue :: Secret -> Object Source #