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

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.

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

Synopsis

Request

Request constructor

deleteAssociation Source

Arguments

:: Text

da1Name

-> Text

da1InstanceId

-> DeleteAssociation 

DeleteAssociation constructor.

The fields accessible through corresponding lenses are:

Request lenses

da1InstanceId :: Lens' DeleteAssociation Text Source

The ID of the instance.

da1Name :: Lens' DeleteAssociation Text Source

The name of the configuration document.

Response

Response constructor