| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.IoTCertificate
Description
Synopsis
Documentation
data IoTCertificate #
Full data type definition for IoTCertificate. See ioTCertificate for a
more convenient constructor.
Constructors
| IoTCertificate | |
Instances
| Eq IoTCertificate # | |
Defined in Stratosphere.Resources.IoTCertificate Methods (==) :: IoTCertificate -> IoTCertificate -> Bool # (/=) :: IoTCertificate -> IoTCertificate -> Bool # | |
| Show IoTCertificate # | |
Defined in Stratosphere.Resources.IoTCertificate Methods showsPrec :: Int -> IoTCertificate -> ShowS # show :: IoTCertificate -> String # showList :: [IoTCertificate] -> ShowS # | |
| ToJSON IoTCertificate # | |
Defined in Stratosphere.Resources.IoTCertificate Methods toJSON :: IoTCertificate -> Value # toEncoding :: IoTCertificate -> Encoding # toJSONList :: [IoTCertificate] -> Value # toEncodingList :: [IoTCertificate] -> Encoding # | |
| FromJSON IoTCertificate # | |
Defined in Stratosphere.Resources.IoTCertificate Methods parseJSON :: Value -> Parser IoTCertificate # parseJSONList :: Value -> Parser [IoTCertificate] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> IoTCertificate |
Constructor for IoTCertificate containing required fields as arguments.