Module Values_0.BatchGetCrawlersRequestSource

Returns 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.

Sourcetype nonrec t = {
  1. crawlerNames : CrawlerNameList.t;
    (*

    A list of crawler names, which might be the names returned from the ListCrawlers operation.

    *)
}
Sourceval context_ : string
Sourceval make : crawlerNames:CrawlerNameList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of NameString.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t