Interface StartNextPendingJobExecutionRequest

Data needed to make a StartNextPendingJobExecution request.

Hierarchy

  • StartNextPendingJobExecutionRequest

Properties

clientToken?: string

Optional. A client token used to correlate requests and responses. Enter an arbitrary value here and it is reflected in the response.

statusDetails?: {
    [key: string]: string;
}

A collection of name-value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.

Type declaration

  • [key: string]: string
stepTimeoutInMinutes?: number

Specifies the amount of time this device has to finish execution of this job.

thingName: string

IoT Thing the request is relative to.

Generated using TypeDoc