Module jobs

Module jobs 

Re-exportsΒ§

pub use self::data::JobStatus;
pub use self::data::RejectedError;

ModulesΒ§

data πŸ”’
datetime πŸ”’

StructsΒ§

Job
The Job struct represents a job execution and provides methods for updating it’s status.
JobInfo πŸ”’
JobsClient
The JobsClient struct is responsible for interacting with AWS IoT Jobs through an MQTT client.
JobsClientContainer
The JobsClientContainer struct is an internal implementation detail that holds the necessary components for the JobsClient to interact with the AWS IoT Jobs service through an MQTT client.

FunctionsΒ§

get_accepted πŸ”’
get_job_accepted πŸ”’
get_job_rejected πŸ”’
get_rejected πŸ”’
start_next_accepted πŸ”’
start_next_rejected πŸ”’
token πŸ”’
Generates a random token string.
update_job_accepted πŸ”’
update_job_rejected πŸ”’