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

DeviceJobConfig

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

A job's configuration.

interface DeviceJobConfig {
OTAJobConfig?: OTAJobConfig | null;
}

§Properties

§
OTAJobConfig?: OTAJobConfig | null
[src]

A configuration for an over-the-air (OTA) upgrade. Required for OTA jobs.