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

ListJobExecutionsForJobRequest

import type { ListJobExecutionsForJobRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListJobExecutionsForJobRequest {
jobId: string;
maxResults?: number | null;
nextToken?: string | null;
status?: JobExecutionStatus | null;
}

§Properties

§
jobId: string
[src]

The unique identifier you assigned to this job when it was created.

§
maxResults?: number | null
[src]

The maximum number of results to be returned per request.

§
nextToken?: string | null
[src]

The token to retrieve the next set of results.

§
status?: JobExecutionStatus | null
[src]

The status of the job.