| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SSM.GetDocument
Description
Gets the contents of the specified configuration document.
http://docs.aws.amazon.com/ssm/latest/APIReference/API_GetDocument.html
Request
data GetDocument Source
Instances
| Eq GetDocument | |
| Ord GetDocument | |
| Read GetDocument | |
| Show GetDocument | |
| IsString GetDocument | |
| ToJSON GetDocument | |
| Monoid GetDocument | |
| AWSRequest GetDocument | |
| ToQuery GetDocument | |
| ToPath GetDocument | |
| ToHeaders GetDocument | |
| type Sv GetDocument = SSM | |
| type Rs GetDocument = GetDocumentResponse |
Request constructor
Arguments
| :: Text | |
| -> GetDocument |
Request lenses
gdName :: Lens' GetDocument Text Source
The name of the configuration document.
Response
Response constructor
getDocumentResponse :: GetDocumentResponse Source
GetDocumentResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
gdrContent :: Lens' GetDocumentResponse (Maybe Text) Source
The contents of the configuration document.