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

DeleteScheduleInput

import type { DeleteScheduleInput } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";
interface DeleteScheduleInput {
ClientToken?: string | null;
GroupName?: string | null;
Name: string;
}

§Properties

§
ClientToken?: string | null
[src]

Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.

§
GroupName?: string | null
[src]

The name of the schedule group associated with this schedule. If you omit this, the default schedule group is used.

§
Name: string
[src]

The name of the schedule to delete.