Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdateJobExecutionResponse

Response payload to an UpdateJobExecution request.

Hierarchy

  • UpdateJobExecutionResponse

Index

Properties

Optional clientToken

clientToken: undefined | string

A client token used to correlate requests and responses.

Optional executionState

executionState: JobExecutionState

Contains data about the state of a job execution.

Optional jobDocument

jobDocument: undefined | object

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

Optional timestamp

timestamp: Date

The time when the message was sent.

Generated using TypeDoc