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

GetBackendJobResponse

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

§Properties

§
AppId?: string | null
[src]

The app ID.

§
BackendEnvironmentName?: string | null
[src]

The name of the backend environment.

§
CreateTime?: string | null
[src]

The time when the job was created.

§
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.

§
UpdateTime?: string | null
[src]

The time when the job was last updated.