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

RemoveAllBackendsRequest

import type { RemoveAllBackendsRequest } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";

The request body for RemoveAllBackends.

interface RemoveAllBackendsRequest {
AppId: string;
CleanAmplifyApp?: boolean | null;
}

§Properties

§
AppId: string
[src]

The app ID.

§
CleanAmplifyApp?: boolean | null
[src]

Cleans up the Amplify Console app if this value is set to true.