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

AssociateTargetsWithJobResponse

import type { AssociateTargetsWithJobResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface AssociateTargetsWithJobResponse {
description?: string | null;
jobArn?: string | null;
jobId?: string | null;
}

§Properties

§
description?: string | null
[src]

A short text description of the job.

§
jobArn?: string | null
[src]

An ARN identifying the job.

§
jobId?: string | null
[src]

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