startCrawlerSchedule
abstract suspend fun startCrawlerSchedule(input: StartCrawlerScheduleRequest): StartCrawlerScheduleResponse
Changes the schedule state of the specified crawler to SCHEDULED
, unless the crawler is already running or the schedule state is already SCHEDULED
.