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

GetPendingJobExecutionsRequest

import type { GetPendingJobExecutionsRequest } from "https://aws-api.deno.dev/v0.4/services/iotjobsdataplane.ts?docs=full";
interface GetPendingJobExecutionsRequest {
thingName: string;
}

§Properties

§
thingName: string
[src]

The name of the thing that is executing the job.