Create a stream for NamedShadowDelta events for a named shadow of an AWS IoT thing.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-delta-pub-sub-topic
streaming operation configuration options
a streaming operation which will emit an event every time a message is received on the associated MQTT topic
Create a stream for ShadowUpdated events for a named shadow of an AWS IoT thing.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-documents-pub-sub-topic
streaming operation configuration options
a streaming operation which will emit an event every time a message is received on the associated MQTT topic
Create a stream for ShadowDelta events for the (classic) shadow of an AWS IoT thing.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-delta-pub-sub-topic
streaming operation configuration options
a streaming operation which will emit an event every time a message is received on the associated MQTT topic
Create a stream for ShadowUpdated events for the (classic) shadow of an AWS IoT thing.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-documents-pub-sub-topic
streaming operation configuration options
a streaming operation which will emit an event every time a message is received on the associated MQTT topic
Deletes a named shadow for an AWS IoT thing.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#delete-pub-sub-topic
operation to perform
Promise which resolves into the response to the request
Deletes the (classic) shadow for an AWS IoT thing.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#delete-pub-sub-topic
operation to perform
Promise which resolves into the response to the request
Gets a named shadow for an AWS IoT thing.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#get-pub-sub-topic
operation to perform
Promise which resolves into the response to the request
Gets the (classic) shadow for an AWS IoT thing.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#get-pub-sub-topic
operation to perform
Promise which resolves into the response to the request
Update a named shadow for a device.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-pub-sub-topic
operation to perform
Promise which resolves into the response to the request
Update a device's (classic) shadow.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html#update-pub-sub-topic
operation to perform
Promise which resolves into the response to the request
Static
newCreates a new service client that will use an SDK MQTT 311 client as transport.
the MQTT 311 client to use for transport
additional service client configuration options
a new service client
Static
newCreates a new service client that will use an SDK MQTT 5 client as transport.
the MQTT 5 client to use for transport
additional service client configuration options
a new service client
Generated using TypeDoc
The AWS IoT Device Shadow service adds shadows to AWS IoT thing objects. Shadows are a simple data store for device properties and state. Shadows can make a device’s state available to apps and other services whether the device is connected to AWS IoT or not.
AWS documentation: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-mqtt.html