Module Smaws_Client_Glue.StopCrawlerSchedule

Sets the schedule state of the specified crawler to NOT_SCHEDULED, but does not stop the crawler if it is already running.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `OperationTimeoutException of Types.operation_timeout_exception | `SchedulerNotRunningException of Types.scheduler_not_running_exception | `SchedulerTransitioningException of Types.scheduler_transitioning_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.stop_crawler_schedule_request -> (Types.stop_crawler_schedule_response, [> Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `OperationTimeoutException of Types.operation_timeout_exception | `SchedulerNotRunningException of Types.scheduler_not_running_exception | `SchedulerTransitioningException of Types.scheduler_transitioning_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.stop_crawler_schedule_request -> (Types.stop_crawler_schedule_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `EntityNotFoundException of Types.entity_not_found_exception | `OperationTimeoutException of Types.operation_timeout_exception | `SchedulerNotRunningException of Types.scheduler_not_running_exception | `SchedulerTransitioningException of Types.scheduler_transitioning_exception ] * Smaws_Lib.Response.metadata) Stdlib.result