Module Values_0.DeleteActivationRequestSource

Deletes an activation. You aren't required to delete an activation. If you delete an activation, you can no longer use it to register additional managed nodes. Deleting an activation doesn't de-register managed nodes. You must manually de-register managed nodes.

Sourcetype nonrec t = {
  1. activationId : ActivationId.t;
    (*

    The ID of the activation that you want to delete.

    *)
}
Sourceval context_ : string
Sourceval make : activationId:ActivationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ActivationId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t