| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SSM.DeleteAssociation
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
Request
data DeleteAssociation Source
Instances
| Eq DeleteAssociation | |
| Ord DeleteAssociation | |
| Read DeleteAssociation | |
| Show DeleteAssociation | |
| ToJSON DeleteAssociation | |
| AWSRequest DeleteAssociation | |
| ToQuery DeleteAssociation | |
| ToPath DeleteAssociation | |
| ToHeaders DeleteAssociation | |
| type Sv DeleteAssociation = SSM | |
| type Rs DeleteAssociation = DeleteAssociationResponse |
Request constructor
Arguments
| :: Text | |
| -> Text | |
| -> DeleteAssociation |
DeleteAssociation constructor.
The fields accessible through corresponding lenses are:
da1InstanceId::Textda1Name::Text
Request lenses
da1InstanceId :: Lens' DeleteAssociation Text Source
The ID of the instance.
da1Name :: Lens' DeleteAssociation Text Source
The name of the configuration document.