Values.BatchGetApplicationsInputSourceRepresents the input of a BatchGetApplications operation.
type nonrec t = {applicationNames : ApplicationsList.t;A list of application names separated by spaces. The maximum number of application names you can specify is 100.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of ApplicationName.t ] list ]) list ]