amazonka-ssm-1.3.7: 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.CreateDocument

Contents

Description

Creates an SSM document.

After you create an SSM document, you can use CreateAssociation to associate it with one or more running instances.

See: AWS API Reference for CreateDocument.

Synopsis

Creating a Request

createDocument Source

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

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

Request Lenses

cdContent :: Lens' CreateDocument Text Source

A valid JSON string. For more information about the contents of this string, see SSM Document.

cdName :: Lens' CreateDocument Text Source

A name for the SSM document.

Destructuring the Response

createDocumentResponse Source

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

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

Response Lenses