| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SSM.DeleteDocument
Description
Deletes the specified configuration document.
You must use DeleteAssociation to disassociate all instances that are
associated with the configuration document before you can delete it.
http://docs.aws.amazon.com/ssm/latest/APIReference/API_DeleteDocument.html
Request
data DeleteDocument Source
Instances
Request constructor
Arguments
| :: Text | |
| -> DeleteDocument |
Request lenses
dd2Name :: Lens' DeleteDocument Text Source
The name of the configuration document.
Response
Response constructor
deleteDocumentResponse :: DeleteDocumentResponse Source
DeleteDocumentResponse constructor.