Values_0.DeleteAssociationResultSourceDisassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets parameter, then you must delete the association by using the association ID. When you disassociate a document from a managed node, it doesn't change the configuration of the node. To change the configuration state of a managed node after you disassociate a document, you must create a new document with the desired configuration and associate it with the node.
type nonrec error = [ | `AssociationDoesNotExist of AssociationDoesNotExist.t| `InternalServerError of InternalServerError.t| `InvalidDocument of InvalidDocument.t| `InvalidInstanceId of InvalidInstanceId.t| `TooManyUpdates of TooManyUpdates.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AssociationDoesNotExist of AssociationDoesNotExist.t
| `InternalServerError of InternalServerError.t
| `InvalidDocument of InvalidDocument.t
| `InvalidInstanceId of InvalidInstanceId.t
| `TooManyUpdates of TooManyUpdates.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AssociationDoesNotExist of AssociationDoesNotExist.t
| `InternalServerError of InternalServerError.t
| `InvalidDocument of InvalidDocument.t
| `InvalidInstanceId of InvalidInstanceId.t
| `TooManyUpdates of TooManyUpdates.t
| `Unknown_operation_error of string * string option ]