Smaws_Client_Glue.StartCrawlerStarts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `CrawlerRunningException of Types.crawler_running_exception
| `EntityNotFoundException of Types.entity_not_found_exception
| `OperationTimeoutException of Types.operation_timeout_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_crawler_request ->
(Types.start_crawler_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `CrawlerRunningException of Types.crawler_running_exception
| `EntityNotFoundException of Types.entity_not_found_exception
| `OperationTimeoutException of Types.operation_timeout_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_crawler_request ->
(Types.start_crawler_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `CrawlerRunningException of Types.crawler_running_exception
| `EntityNotFoundException of Types.entity_not_found_exception
| `OperationTimeoutException of Types.operation_timeout_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result