| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SSM.DeleteAssociation
Description
Disassociates the specified SSM document from the specified instance.
When you disassociate an SSM 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 document, you must create a new document with the desired configuration and associate it with the instance.
See: AWS API Reference for DeleteAssociation.
- deleteAssociation :: Text -> Text -> DeleteAssociation
- data DeleteAssociation
- delName :: Lens' DeleteAssociation Text
- delInstanceId :: Lens' DeleteAssociation Text
- deleteAssociationResponse :: Int -> DeleteAssociationResponse
- data DeleteAssociationResponse
- delrsResponseStatus :: Lens' DeleteAssociationResponse Int
Creating a Request
Arguments
| :: Text | |
| -> Text | |
| -> DeleteAssociation |
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:
data DeleteAssociation Source
See: deleteAssociation smart constructor.
Instances
Request Lenses
delName :: Lens' DeleteAssociation Text Source
The name of the SSM document.
delInstanceId :: Lens' DeleteAssociation Text Source
The ID of the instance.
Destructuring the Response
deleteAssociationResponse Source
Arguments
| :: Int | |
| -> DeleteAssociationResponse |
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:
data DeleteAssociationResponse Source
See: deleteAssociationResponse smart constructor.
Response Lenses
delrsResponseStatus :: Lens' DeleteAssociationResponse Int Source
The response status code.