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.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.
See: AWS API Reference for DeleteDocument.
Creating a Request
Arguments
:: Text | |
-> DeleteDocument |
Creates a value of DeleteDocument
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteDocument Source
See: deleteDocument
smart constructor.
Instances
Request Lenses
dddName :: Lens' DeleteDocument Text Source
The name of the configuration document.
Destructuring the Response
Arguments
:: Int | |
-> DeleteDocumentResponse |
Creates a value of DeleteDocumentResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteDocumentResponse Source
See: deleteDocumentResponse
smart constructor.
Response Lenses
ddrsStatus :: Lens' DeleteDocumentResponse Int Source
The response status code.