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

DeleteFlowRequest

import type { DeleteFlowRequest } from "https://aws-api.deno.dev/v0.4/services/appflow.ts?docs=full";
interface DeleteFlowRequest {
flowName: string;
forceDelete?: boolean | null;
}

§Properties

§
flowName: string
[src]

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

§
forceDelete?: boolean | null
[src]

Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.