Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchGetCrawlersResponse

import type { BatchGetCrawlersResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchGetCrawlersResponse {
Crawlers?: Crawler[] | null;
CrawlersNotFound?: string[] | null;
}

§Properties

§
Crawlers?: Crawler[] | null
[src]

A list of crawler definitions.

§
CrawlersNotFound?: string[] | null
[src]

A list of names of crawlers that were not found.