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

RecrawlBehavior

import type { RecrawlBehavior } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
type RecrawlBehavior =
| "CRAWL_EVERYTHING"
| "CRAWL_NEW_FOLDERS_ONLY"
| "CRAWL_EVENT_MODE"

§Type

§
"CRAWL_EVERYTHING" | "CRAWL_NEW_FOLDERS_ONLY" | "CRAWL_EVENT_MODE" | cmnP.UnexpectedEnumValue
[src]