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

ListBackendJobsRequest

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

The request body for ListBackendJobs.

interface ListBackendJobsRequest {
AppId: string;
BackendEnvironmentName: string;
JobId?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Operation?: string | null;
Status?: string | null;
}

§Properties

§
AppId: string
[src]

The app ID.

§
BackendEnvironmentName: string
[src]

The name of the backend environment.

§
JobId?: string | null
[src]

The ID for the job.

§
MaxResults?: number | null
[src]

The maximum number of results that you want in the response.

§
NextToken?: string | null
[src]

The token for the next set of results.

§
Operation?: string | null
[src]

Filters the list of response objects to include only those with the specified operation name.

§
Status?: string | null
[src]

Filters the list of response objects to include only those with the specified status.