Values_2.StopCrawlerResponseSourceIf the specified crawler is running, stops the crawl.
type nonrec error = [ | `CrawlerNotRunningException of Values_1.CrawlerNotRunningException.t| `CrawlerStoppingException of Values_1.CrawlerStoppingException.t| `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 ->
[> `CrawlerNotRunningException of Values_1.CrawlerNotRunningException.t
| `CrawlerStoppingException of Values_1.CrawlerStoppingException.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 ->
[> `CrawlerNotRunningException of Values_1.CrawlerNotRunningException.t
| `CrawlerStoppingException of Values_1.CrawlerStoppingException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]