amazonka-iot-dataplane-1.3.7: Amazon IoT Data Plane SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoTDataPlane.UpdateThingShadow

Contents

Description

Updates the thing shadow for the specified thing.

For more information, see UpdateThingShadow in the AWS IoT Developer Guide.

See: AWS API Reference for UpdateThingShadow.

Synopsis

Creating a Request

updateThingShadow Source

Creates a value of UpdateThingShadow with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

utsPayload :: Lens' UpdateThingShadow (HashMap Text Value) Source

The state information, in JSON format.

Destructuring the Response

updateThingShadowResponse Source

Creates a value of UpdateThingShadowResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

utsrsPayload :: Lens' UpdateThingShadowResponse (Maybe (HashMap Text Value)) Source

The state information, in JSON format.