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

DeleteChangeSetInput

import type { DeleteChangeSetInput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";

The input for the "DeleteChangeSet" action.

interface DeleteChangeSetInput {
ChangeSetName: string;
StackName?: string | null;
}

§Properties

§
ChangeSetName: string
[src]

The name or Amazon Resource Name (ARN) of the change set that you want to delete.

§
StackName?: string | null
[src]

If you specified the name of a change set to delete, specify the stack name or Amazon Resource Name (ARN) that's associated with it.