Values_0.CrawlSourceThe details of a crawl in the workflow.
type nonrec t = {state : CrawlState.t option;The state of the crawler.
*)startedOn : TimestampValue.t option;The date and time on which the crawl started.
*)completedOn : TimestampValue.t option;The date and time on which the crawl completed.
*)errorMessage : DescriptionString.t option;The error message associated with the crawl.
*)logGroup : LogGroup.t option;The log group associated with the crawl.
*)logStream : LogStream.t option;The log stream associated with the crawl.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DescriptionString.t
| `Timestamp of TimestampValue.t ])
list ]