Module Smaws_Client_Glue.StopCrawler

If the specified crawler is running, stops the crawl.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `CrawlerNotRunningException of Types.crawler_not_running_exception | `CrawlerStoppingException of Types.crawler_stopping_exception | `EntityNotFoundException of Types.entity_not_found_exception | `OperationTimeoutException of Types.operation_timeout_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.stop_crawler_request -> (Types.stop_crawler_response, [> Smaws_Lib.Protocols.AwsJson.error | `CrawlerNotRunningException of Types.crawler_not_running_exception | `CrawlerStoppingException of Types.crawler_stopping_exception | `EntityNotFoundException of Types.entity_not_found_exception | `OperationTimeoutException of Types.operation_timeout_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.stop_crawler_request -> (Types.stop_crawler_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `CrawlerNotRunningException of Types.crawler_not_running_exception | `CrawlerStoppingException of Types.crawler_stopping_exception | `EntityNotFoundException of Types.entity_not_found_exception | `OperationTimeoutException of Types.operation_timeout_exception ] * Smaws_Lib.Response.metadata) Stdlib.result