Values.BatchGetOnPremisesInstancesInputSourceRepresents the input of a BatchGetOnPremisesInstances operation.
type nonrec t = {instanceNames : InstanceNameList.t;The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of InstanceName.t ] list ]) list ]