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

CreateBackendStorageResponse

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

§Properties

§
AppId?: string | null
[src]

The app ID.

§
BackendEnvironmentName?: string | null
[src]

The name of the backend environment.

§
JobId?: string | null
[src]

The ID for the job.

§
Status?: string | null
[src]

The current status of the request.