Module Values_1.GetCrawlerMetricsResponseSource

Retrieves metrics about specified crawlers.

Sourcetype nonrec t = {
  1. crawlerMetricsList : CrawlerMetricsList.t option;
    (*

    A list of metrics for the specified crawler.

    *)
  2. nextToken : Token.t option;
    (*

    A continuation token, if the returned list does not contain the last metric available.

    *)
}
Sourcetype nonrec error = [
  1. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?crawlerMetricsList:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `OperationTimeoutException of Values_0.OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `OperationTimeoutException of Values_0.OperationTimeoutException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Double of Values_0.NonNegativeDouble.t | `Integer of NonNegativeInteger.t | `String of Values_0.NameString.t ]) list ] list | `String of Token.t ]) 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