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