API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-describejobexecution Publish DescribeJobExecution message If the device is offline, the PUBLISH packet will be sent once the connection resumes.
Message to be serialized and sent
Quality of Service for delivering this message
Promise which returns a mqtt.MqttRequest
which will contain the packet id of
the PUBLISH packet.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-getpendingjobexecutions Publish GetPendingJobExecutions message If the device is offline, the PUBLISH packet will be sent once the connection resumes.
Message to be serialized and sent
Quality of Service for delivering this message
Promise which returns a mqtt.MqttRequest
which will contain the packet id of
the PUBLISH packet.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-startnextpendingjobexecution Publish StartNextPendingJobExecution message If the device is offline, the PUBLISH packet will be sent once the connection resumes.
Message to be serialized and sent
Quality of Service for delivering this message
Promise which returns a mqtt.MqttRequest
which will contain the packet id of
the PUBLISH packet.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-updatejobexecution Publish UpdateJobExecution message If the device is offline, the PUBLISH packet will be sent once the connection resumes.
Message to be serialized and sent
Quality of Service for delivering this message
Promise which returns a mqtt.MqttRequest
which will contain the packet id of
the PUBLISH packet.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-describejobexecution
Subscribe to DescribeJobExecutionAccepted messages
subscribeToDescribeJobExecutionAccepted may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-describejobexecution
Subscribe to DescribeJobExecutionRejected messages
subscribeToDescribeJobExecutionRejected may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-getpendingjobexecutions
Subscribe to GetPendingJobExecutionsAccepted messages
subscribeToGetPendingJobExecutionsAccepted may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-getpendingjobexecutions
Subscribe to GetPendingJobExecutionsRejected messages
subscribeToGetPendingJobExecutionsRejected may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-jobexecutionschanged
Subscribe to JobExecutionsChangedEvents messages
subscribeToJobExecutionsChangedEvents may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-nextjobexecutionchanged
Subscribe to NextJobExecutionChangedEvents messages
subscribeToNextJobExecutionChangedEvents may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-startnextpendingjobexecution
Subscribe to StartNextPendingJobExecutionAccepted messages
subscribeToStartNextPendingJobExecutionAccepted may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-startnextpendingjobexecution
Subscribe to StartNextPendingJobExecutionRejected messages
subscribeToStartNextPendingJobExecutionRejected may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-updatejobexecution
Subscribe to UpdateJobExecutionAccepted messages
subscribeToUpdateJobExecutionAccepted may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#mqtt-updatejobexecution
Subscribe to UpdateJobExecutionRejected messages
subscribeToUpdateJobExecutionRejected may be called while the device is offline, though the async operation cannot complete successfully until the connection resumes.
Once subscribed, messageHandler
is invoked each time a message matching
the topic
is received. It is possible for such messages to arrive before
the SUBACK is received.
Subscription request configuration
Maximum requested QoS that server may use when sending messages to the client. The server may grant a lower QoS in the SUBACK
Callback invoked when message or error is received from the server.
Promise which returns a mqtt.MqttSubscribeRequest
which will contain the
result of the SUBSCRIBE. The Promise resolves when a SUBACK is returned
from the server or is rejected when an exception occurs.
Generated using TypeDoc
API Documentation: https://docs.aws.amazon.com/iot/latest/developerguide/jobs-api.html#jobs-mqtt-api