describeScraper
inline suspend fun AmpClient.describeScraper(crossinline block: DescribeScraperRequest.Builder.() -> Unit): DescribeScraperResponse
The DescribeScraper operation displays information about an existing scraper.
Samples
// DescribeScraper, with no statusReason to report
val resp = ampClient.describeScraper {
scraperId = "scraper-123"
}Content copied to clipboard