Interface UpdateJobExecutionResponse

Response payload to an UpdateJobExecution request.

Hierarchy

  • UpdateJobExecutionResponse

Properties

clientToken?: string

A client token used to correlate requests and responses.

executionState?: JobExecutionState

Contains data about the state of a job execution.

jobDocument?: object

A UTF-8 encoded JSON document that contains information that your devices need to perform the job.

timestamp?: Date

The time when the message was sent.

Generated using TypeDoc