Module Values.GetOnPremisesInstanceOutputSource

Represents the output of a GetOnPremisesInstance operation.

Sourcetype nonrec t = {
  1. instanceInfo : InstanceInfo.t option;
    (*

    Information about the on-premises instance.

    *)
}
Sourcetype nonrec error = [
  1. | `InstanceNameRequiredException of InstanceNameRequiredException.t
  2. | `InstanceNotRegisteredException of InstanceNotRegisteredException.t
  3. | `InvalidInstanceNameException of InvalidInstanceNameException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?instanceInfo:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InstanceNameRequiredException of unit | `InstanceNotRegisteredException of unit | `InvalidInstanceNameException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InstanceNameRequiredException of unit | `InstanceNotRegisteredException of unit | `InvalidInstanceNameException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Key.t ]) list ] list | `String of InstanceName.t | `Timestamp of Timestamp.t ]) list ]) 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