Values_0.LastCrawlInfoSourceStatus and error information about the most recent crawl.
type nonrec t = {status : LastCrawlStatus.t option;Status of the last crawl.
*)errorMessage : DescriptionString.t option;If an error occurred, the error information about the last crawl.
*)logGroup : LogGroup.t option;The log group for the last crawl.
*)logStream : LogStream.t option;The log stream for the last crawl.
*)messagePrefix : MessagePrefix.t option;The prefix for a message about this crawl.
*)startTime : Timestamp.t option;The time at which the crawl started.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DescriptionString.t
| `Timestamp of Timestamp.t ])
list ]