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

ListCrawlersResponse

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

§Properties

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

The names of all crawlers in the account, or the crawlers with the specified tags.

§
NextToken?: string | null
[src]

A continuation token, if the returned list does not contain the last metric available.