Module Smaws_Client_Glue.ListCrawls

Returns all the crawls of a specified crawler. Returns only the crawls that have occurred since the launch date of the crawler history feature, and only retains up to 12 months of crawls. Older crawls will not be returned.

You may use this API to:

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_crawls_request -> (Types.list_crawls_response, [> Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.list_crawls_request -> (Types.list_crawls_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception | `OperationTimeoutException of Types.operation_timeout_exception ] * Smaws_Lib.Response.metadata) Stdlib.result