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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SSM.GetDocument

Contents

Description

Gets the contents of the specified SSM document.

See: AWS API Reference for GetDocument.

Synopsis

Creating a Request

getDocument Source

Arguments

:: Text

gdName

-> GetDocument 

Creates a value of GetDocument with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

gdName :: Lens' GetDocument Text Source

The name of the SSM document.

Destructuring the Response

getDocumentResponse Source

Creates a value of GetDocumentResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

gdrsContent :: Lens' GetDocumentResponse (Maybe Text) Source

The contents of the SSM document.

gdrsName :: Lens' GetDocumentResponse (Maybe Text) Source

The name of the SSM document.