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

RemoveAllBackendsResponse

import type { RemoveAllBackendsResponse } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";
interface RemoveAllBackendsResponse {
AppId?: string | null;
Error?: string | null;
JobId?: string | null;
Operation?: string | null;
Status?: string | null;
}

§Properties

§
AppId?: string | null
[src]

The app ID.

§
Error?: string | null
[src]

If the request fails, this error is returned.

§
JobId?: string | null
[src]

The ID for the job.

§
Operation?: string | null
[src]

The name of the operation.

§
Status?: string | null
[src]

The current status of the request.