amazonka-ssm-1.3.0: 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.DescribeDocument

Contents

Description

Describes the specified configuration document.

See: AWS API Reference for DescribeDocument.

Synopsis

Creating a Request

describeDocument Source

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

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

Request Lenses

ddName :: Lens' DescribeDocument Text Source

The name of the configuration document.

Destructuring the Response

describeDocumentResponse Source

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

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

Response Lenses

drsDocument :: Lens' DescribeDocumentResponse (Maybe DocumentDescription) Source

Information about the configuration document.