Values.BatchGetProjectsInputSourceGets information about one or more build projects.
type nonrec t = {names : ProjectNames.t;The names or ARNs of the build projects. To get information about a project shared with your Amazon Web Services account, its ARN must be specified. You cannot specify a shared project using its name.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NonEmptyString.t ] list ]) list ]