Values_0.DeleteDocumentResultSourceDeletes 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.
type nonrec error = [ | `AssociatedInstances of AssociatedInstances.t| `InternalServerError of InternalServerError.t| `InvalidDocument of InvalidDocument.t| `InvalidDocumentOperation of InvalidDocumentOperation.t| `TooManyUpdates of TooManyUpdates.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AssociatedInstances of unit
| `InternalServerError of InternalServerError.t
| `InvalidDocument of InvalidDocument.t
| `InvalidDocumentOperation of InvalidDocumentOperation.t
| `TooManyUpdates of TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AssociatedInstances of unit
| `InternalServerError of InternalServerError.t
| `InvalidDocument of InvalidDocument.t
| `InvalidDocumentOperation of InvalidDocumentOperation.t
| `TooManyUpdates of TooManyUpdates.t
| `Unknown_operation_error of string * string option ]