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

StopCrawlerScheduleRequest

import type { StopCrawlerScheduleRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface StopCrawlerScheduleRequest {
CrawlerName: string;
}

§Properties

§
CrawlerName: string
[src]

Name of the crawler whose schedule state to set.