Values_0.BatchGetCrawlersRequestSourceReturns a list of resource metadata for a given list of crawler names. After calling the ListCrawlers 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 = {crawlerNames : CrawlerNameList.t;A list of crawler names, which might be the names returned from the ListCrawlers operation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NameString.t ] list ]) list ]