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

ListCrawlsResponse

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

§Properties

§
Crawls?: CrawlerHistory[] | null
[src]

A list of CrawlerHistory objects representing the crawl runs that meet your criteria.

§
NextToken?: string | null
[src]

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.