Module Values_0.DeleteAssociationResultSource

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.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `AssociationDoesNotExist of AssociationDoesNotExist.t
  2. | `InternalServerError of InternalServerError.t
  3. | `InvalidDocument of InvalidDocument.t
  4. | `InvalidInstanceId of InvalidInstanceId.t
  5. | `TooManyUpdates of TooManyUpdates.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t