amazonka-ssm-1.2.0.1: 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.DeleteAssociation

Contents

Description

Disassociates the specified configuration document from the specified instance.

When you disassociate a configuration document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a configuration document, you must create a new configuration document with the desired configuration and associate it with the instance.

See: AWS API Reference for DeleteAssociation.

Synopsis

Creating a Request

deleteAssociation Source

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

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

Request Lenses

delName :: Lens' DeleteAssociation Text Source

The name of the configuration document.

delInstanceId :: Lens' DeleteAssociation Text Source

The ID of the instance.

Destructuring the Response

deleteAssociationResponse Source

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

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

Response Lenses