Values.DescribeApplicationsMessageSourceRequest to describe one or more applications.
type nonrec t = {applicationNames : ApplicationNamesList.t option;If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include those with the specified names.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of ApplicationName.t ] list ]) list ]