Module Values.GetLandingZoneOperationInputSource

Returns the status of the specified landing zone operation. Details for an operation are available for 90 days.

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

    A unique identifier assigned to a landing zone operation.

    *)
}
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