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

CreateJobForDevicesRequest

import type { CreateJobForDevicesRequest } from "https://aws-api.deno.dev/v0.3/services/panorama.ts?docs=full";
interface CreateJobForDevicesRequest {
DeviceIds: string[];
DeviceJobConfig: DeviceJobConfig;
JobType: JobType;
}

§Properties

§
DeviceIds: string[]
[src]

IDs of target devices.

§
DeviceJobConfig: DeviceJobConfig
[src]

Configuration settings for the job.

§
JobType: JobType
[src]

The type of job to run.