startCrawlerSchedule
inline suspend fun GlueClient.startCrawlerSchedule(crossinline block: StartCrawlerScheduleRequest.Builder.() -> Unit): StartCrawlerScheduleResponse
Changes the schedule state of the specified crawler to SCHEDULED
, unless the crawler is already running or the schedule state is already SCHEDULED
.