Values_1.GetCrawlerResponseSourceRetrieves metadata for a specified crawler.
type nonrec t = {crawler : Values_0.Crawler.t option;The metadata for the specified crawler.
*)}type nonrec error = [ | `EntityNotFoundException of Values_0.EntityNotFoundException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ]