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

BackendJobRespObj

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

The response object for this operation.

interface BackendJobRespObj {
AppId: string;
BackendEnvironmentName: string;
CreateTime?: string | null;
Error?: string | null;
JobId?: string | null;
Operation?: string | null;
Status?: string | null;
UpdateTime?: string | null;
}

§Properties

§
AppId: string
[src]

The app ID.

§
BackendEnvironmentName: string
[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.