Values_0.BatchGetJobsRequestSourceReturns a list of resource metadata for a given list of job names. After calling the ListJobs operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
type nonrec t = {jobNames : JobNameList.t;A list of job names, which might be the names returned from the ListJobs operation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NameString.t ] list ]) list ]