amazonka-ssm-0.3.1: Amazon Simple Systems Management Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM.GetDocument

Contents

Description

Gets the contents of the specified configuration document.

http://docs.aws.amazon.com/ssm/latest/APIReference/API_GetDocument.html

Synopsis

Request

Request constructor

getDocument Source

Arguments

:: Text

gdName

-> GetDocument 

GetDocument constructor.

The fields accessible through corresponding lenses are:

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.

gdrName :: Lens' GetDocumentResponse (Maybe Text) Source

The name of the configuration document.