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

ListJobExecutionsForThingRequest

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

§Properties

§
jobId?: string | null
[src]

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

§
maxResults?: number | null
[src]

The maximum number of results to be returned per request.

§
namespaceId?: string | null
[src]

The namespace used to indicate that a job is a customer-managed job.

When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.

$aws/things/_THING_NAME_/jobs/_JOB_ID_/notify-namespace-_NAMESPACE_ID_/

Note: The namespaceId feature is in public preview.

§
nextToken?: string | null
[src]

The token to retrieve the next set of results.

§
status?: JobExecutionStatus | null
[src]

An optional filter that lets you search for jobs that have the specified status.

§
thingName: string
[src]

The thing name.