Module Values.GetControlOperationInputSource

Returns the status of a particular EnableControl or DisableControl operation. Displays a message in case of error. Details for an operation are available for 90 days. For usage examples, see the Controls Reference Guide .

Sourcetype nonrec t = {
  1. operationIdentifier : OperationIdentifier.t;
    (*

    The ID of the asynchronous operation, which is used to track status. The operation is available for 90 days.

    *)
}
Sourceval context_ : string
Sourceval make : operationIdentifier:OperationIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OperationIdentifier.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