Module rustot::jobs::data_types[][src]

Structs

Topic (accepted): $aws/things/{thingName}/jobs/{jobId}/get/accepted
Topic (rejected): $aws/things/{thingName}/jobs/{jobId}/get/rejected

Contains information about an error that occurred during an AWS IoT Jobs service operation.

Topic (accepted): $aws/things/{thingName}/jobs/get/accepted
Topic (rejected): $aws/things/{thingName}/jobs/get/rejected

Contains data about a job execution.

Contains data about the state of a job execution.

Contains a subset of information about a job execution.

Sent whenever a job execution is added to or removed from the list of pending job executions for a thing.

Sent whenever there is a change to which job execution is next on the list of pending job executions for a thing, as defined for DescribeJobExecution with jobId $next. This message is not sent when the next job’s execution details change, only when the next job that would be returned by DescribeJobExecution with jobId $next has changed. Consider job executions J1 and J2 with state QUEUED. J1 is next on the list of pending job executions. If the state of J2 is changed to IN_PROGRESS while the state of J1 remains unchanged, then this notification is sent and contains details of J2.

Topic (accepted): $aws/things/{thingName}/jobs/start-next/accepted
Topic (rejected): $aws/things/{thingName}/jobs/start-next/rejected

Topic (accepted): $aws/things/{thingName}/jobs/{jobId}/update/accepted
Topic (rejected): $aws/things/{thingName}/jobs/{jobId}/update/rejected

Enums