Values_1.GetCrawlerMetricsRequestSourceRetrieves metrics about specified crawlers.
type nonrec t = {crawlerNameList : Values_0.CrawlerNameList.t option;A list of the names of crawlers about which to retrieve metrics.
*)maxResults : PageSize.t option;The maximum size of a list to return.
*)nextToken : Token.t option;A continuation token, if this is a continuation call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of PageSize.t
| `List of [> `String of string ] list
| `String of Token.t ])
list ]