Copyright | (c) 2013-2016 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 SSM document and all instance associations to the document.
Before you delete the SSM document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.
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:
dddName
- The name of the SSM document.
data DeleteDocument #
See: deleteDocument
smart constructor.
Instances
Request Lenses
dddName :: Lens' DeleteDocument Text #
The name of the SSM 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:
ddrsResponseStatus
- -- | The response status code.
data DeleteDocumentResponse #
See: deleteDocumentResponse
smart constructor.
Response Lenses
ddrsResponseStatus :: Lens' DeleteDocumentResponse Int #
- - | The response status code.