Smaws_Client_SSM.DeleteDocument
Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.
Before you delete the document, we recommend that you use DeleteAssociation
to disassociate all managed nodes that are associated with the document.
val request :
Smaws_Lib.Context.t ->
Types.delete_document_request ->
(Types.delete_document_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AssociatedInstances of Types.associated_instances
| `InternalServerError of Types.internal_server_error
| `InvalidDocument of Types.invalid_document
| `InvalidDocumentOperation of Types.invalid_document_operation
| `TooManyUpdates of Types.too_many_updates ])
Stdlib.result