Module Values.GetOperationRequestSource

Returns information about a specific operation. Operations include events such as when you create an instance, allocate a static IP, attach a static IP, and so on.

Sourcetype nonrec t = {
  1. operationId : NonEmptyString.t;
    (*

    A GUID used to identify the operation.

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