stopCrawlerSchedule
inline suspend fun GlueClient.stopCrawlerSchedule(crossinline block: StopCrawlerScheduleRequest.Builder.() -> Unit): StopCrawlerScheduleResponse
Sets the schedule state of the specified crawler to NOT_SCHEDULED
, but does not stop the crawler if it is already running.