updateCrawler
inline suspend fun GlueClient.updateCrawler(crossinline block: UpdateCrawlerRequest.Builder.() -> Unit): UpdateCrawlerResponse
Updates a crawler. If a crawler is running, you must stop it using StopCrawler
before updating it.