Values_1.GetCrawlersRequestSourceRetrieves metadata for all crawlers defined in the customer account.
type nonrec t = {maxResults : PageSize.t option;The number of crawlers to return on each call.
*)nextToken : Token.t option;A continuation token, if this is a continuation request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of PageSize.t | `String of Token.t ]) list ]