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

DeleteScheduleGroupInput

import type { DeleteScheduleGroupInput } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";
interface DeleteScheduleGroupInput {
ClientToken?: 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.

§
Name: string
[src]

The name of the schedule group to delete.