Values_0.BatchGetCrawlersResponseSourceReturns 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 = {crawlers : CrawlerList.t option;A list of crawler definitions.
*)crawlersNotFound : CrawlerNameList.t option;A list of names of crawlers that were not found.
*)}type nonrec error = [ | `InvalidInputException of InvalidInputException.t| `OperationTimeoutException of OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidInputException of InvalidInputException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidInputException of InvalidInputException.t
| `OperationTimeoutException of OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NameString.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of NameString.t ] list
| `Long of MillisecondsCount.t
| `String of NameString.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `Integer of NullableInteger.t
| `List of
[> `Enum of string | `String of Path.t ]
list
| `String of Path.t ])
list ]
list
| `String of CronExpression.t
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]