| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.SSMDocument
Description
Synopsis
- data SSMDocument = SSMDocument {}
- ssmDocument :: Object -> SSMDocument
- ssmdContent :: Lens' SSMDocument Object
- ssmdDocumentType :: Lens' SSMDocument (Maybe (Val Text))
- ssmdTags :: Lens' SSMDocument (Maybe [Tag])
Documentation
data SSMDocument #
Full data type definition for SSMDocument. See ssmDocument for a more
convenient constructor.
Constructors
| SSMDocument | |
Fields | |
Instances
| Eq SSMDocument # | |
Defined in Stratosphere.Resources.SSMDocument | |
| Show SSMDocument # | |
Defined in Stratosphere.Resources.SSMDocument Methods showsPrec :: Int -> SSMDocument -> ShowS # show :: SSMDocument -> String # showList :: [SSMDocument] -> ShowS # | |
| ToJSON SSMDocument # | |
Defined in Stratosphere.Resources.SSMDocument Methods toJSON :: SSMDocument -> Value # toEncoding :: SSMDocument -> Encoding # toJSONList :: [SSMDocument] -> Value # toEncodingList :: [SSMDocument] -> Encoding # | |
| FromJSON SSMDocument # | |
Defined in Stratosphere.Resources.SSMDocument | |
Arguments
| :: Object | |
| -> SSMDocument |
Constructor for SSMDocument containing required fields as arguments.
ssmdDocumentType :: Lens' SSMDocument (Maybe (Val Text)) #