Values.BatchGetOnPremisesInstancesOutputSourceRepresents the output of a BatchGetOnPremisesInstances operation.
type nonrec t = {instanceInfos : InstanceInfoList.t option;Information about the on-premises instances.
*)}type nonrec error = [ | `BatchLimitExceededException of BatchLimitExceededException.t| `InstanceNameRequiredException of InstanceNameRequiredException.t| `InvalidInstanceNameException of InvalidInstanceNameException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BatchLimitExceededException of unit
| `InstanceNameRequiredException of unit
| `InvalidInstanceNameException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BatchLimitExceededException of unit
| `InstanceNameRequiredException of unit
| `InvalidInstanceNameException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of Key.t ]) list ]
list
| `String of InstanceName.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]