Smaws_Client_Glue.StartCrawlerScheduleChanges the schedule state of the specified crawler to SCHEDULED, unless the crawler is already running or the schedule state is already SCHEDULED.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `NoScheduleException of Types.no_schedule_exception
| `OperationTimeoutException of Types.operation_timeout_exception
| `SchedulerRunningException of Types.scheduler_running_exception
| `SchedulerTransitioningException of Types.scheduler_transitioning_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_crawler_schedule_request ->
(Types.start_crawler_schedule_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `NoScheduleException of Types.no_schedule_exception
| `OperationTimeoutException of Types.operation_timeout_exception
| `SchedulerRunningException of Types.scheduler_running_exception
| `SchedulerTransitioningException of
Types.scheduler_transitioning_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_crawler_schedule_request ->
(Types.start_crawler_schedule_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `EntityNotFoundException of Types.entity_not_found_exception
| `NoScheduleException of Types.no_schedule_exception
| `OperationTimeoutException of Types.operation_timeout_exception
| `SchedulerRunningException of Types.scheduler_running_exception
| `SchedulerTransitioningException of
Types.scheduler_transitioning_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result