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

ListDevicesJobsResponse

import type { ListDevicesJobsResponse } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface ListDevicesJobsResponse {
DeviceJobs?: DeviceJob[] | null;
NextToken?: string | null;
}

§Properties

§
DeviceJobs?: DeviceJob[] | null
[src]

A list of jobs.

§
NextToken?: string | null
[src]

A pagination token that's included if more results are available.