Module Values_1.GetCrawlersResponseSource

Retrieves metadata for all crawlers defined in the customer account.

Sourcetype nonrec t = {
  1. crawlers : Values_0.CrawlerList.t option;
    (*

    A list of crawler metadata.

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

    A continuation token, if the returned list has not reached the end of those defined in this customer account.

    *)
}
Sourcetype nonrec error = [
  1. | `OperationTimeoutException of Values_0.OperationTimeoutException.t
  2. | `Unknown_operation_error of string * string option
]
Sourceval make : ?crawlers:??? -> ?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 * [> `Enum of string | `List of [> `String of string ] list | `Long of Awso.Import.Int64.t | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `Structure of (string * [> `Boolean of bool | `Double of float | `Integer of int | `List of [> `Enum of string | `String of string ] list | `String of string ]) list ] list | `String of string | `Timestamp of string ]) list | `Timestamp of string ]) 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