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

DescribeJobExecutionRequest

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

§Properties

§
executionNumber?: number | null
[src]

A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.

§
jobId: string
[src]

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

§
thingName: string
[src]

The name of the thing on which the job execution is running.