Module Smaws_Client_SSM.DeleteAssociation

val request : Smaws_Lib.Context.t -> delete_association_request -> (delete_association_result, [> Smaws_Lib.Protocols.AwsJson.error | `AssociationDoesNotExist of association_does_not_exist | `InternalServerError of internal_server_error | `InvalidDocument of invalid_document | `InvalidInstanceId of invalid_instance_id | `TooManyUpdates of too_many_updates ]) Stdlib.result

Disassociates 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.