startCrawler
inline suspend fun GlueClient.startCrawler(crossinline block: StartCrawlerRequest.Builder.() -> Unit): StartCrawlerResponse
Starts a crawl using the specified crawler, regardless of what is scheduled. If the crawler is already running, returns a CrawlerRunningException.