String jobId
The unique identifier assigned to this job when it was created.
String thingName
The thing name associated with the device the job execution is running on.
Boolean includeJobDocument
Optional. When set to true, the response contains the job document. The default is false.
Long executionNumber
Optional. A number that identifies a particular job execution on a particular device. If not specified, the latest job execution is returned.
JobExecution execution
Contains data about a job execution.
String thingName
The name of the thing that is executing the job.
String jobId
The unique identifier you assigned to this job when it was created.
String thingName
The name of the thing that is executing the job.
String status
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED".
Map<K,V> statusDetails
A collection of name/value pairs that describe the status of the job execution.
Long queuedAt
The time, in milliseconds since the epoch, when the job execution was enqueued.
Long startedAt
The time, in milliseconds since the epoch, when the job execution was started.
Long lastUpdatedAt
The time, in milliseconds since the epoch, when the job execution was last updated.
Long versionNumber
The version of the job execution. Job execution versions are incremented each time they are updated by a device.
Long executionNumber
A number that identifies a particular job execution on a particular device. It can be used later in commands that return or update job execution information.
String jobDocument
The content of the job document.
String status
The status of the job execution. Can be one of: "QUEUED", "IN_PROGRESS", "FAILED", "SUCCESS", "CANCELED", "REJECTED", or "REMOVED".
Map<K,V> statusDetails
A collection of name/value pairs that describe the status of the job execution.
Long versionNumber
The version of the job execution. Job execution versions are incremented each time they are updated by a device.
String jobId
The unique identifier you assigned to this job when it was created.
Long queuedAt
The time, in milliseconds since the epoch, when the job execution was enqueued.
Long startedAt
The time, in milliseconds since the epoch, when the job execution started.
Long lastUpdatedAt
The time, in milliseconds since the epoch, when the job execution was last updated.
Long versionNumber
The version of the job execution. Job execution versions are incremented each time AWS IoT Jobs receives an update from a device.
Long executionNumber
A number that identifies a particular job execution on a particular device.
JobExecution execution
A JobExecution object.
String jobId
The unique identifier assigned to this job when it was created.
String thingName
The name of the thing associated with the device.
String status
The new status for the job execution (IN_PROGRESS, FAILED, SUCCESS, or REJECTED). This must be specified on every update.
Map<K,V> statusDetails
Optional. A collection of name/value pairs that describe the status of the job execution. If not specified, the statusDetails are unchanged.
Long expectedVersion
Optional. The expected current version of the job execution. Each time you update the job execution, its version is incremented. If the version of the job execution stored in Jobs does not match, the update is rejected with a VersionMismatch error, and an ErrorResponse that contains the current job execution status data is returned. (This makes it unnecessary to perform a separate DescribeJobExecution request in order to obtain the job execution status data.)
Boolean includeJobExecutionState
Optional. When included and set to true, the response contains the JobExecutionState data. The default is false.
Boolean includeJobDocument
Optional. When set to true, the response contains the job document. The default is false.
Long executionNumber
Optional. A number that identifies a particular job execution on a particular device.
JobExecutionState executionState
A JobExecutionState object.
String jobDocument
The contents of the Job Documents.
Copyright © 2018. All rights reserved.