amazonka-iot-1.3.7: Amazon IoT 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.IoT.DescribeThing

Contents

Description

Gets information about the specified thing.

See: AWS API Reference for DescribeThing.

Synopsis

Creating a Request

describeThing Source

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

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

Request Lenses

dThingName :: Lens' DescribeThing Text Source

The name of the thing.

Destructuring the Response

describeThingResponse Source

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

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

Response Lenses

dtrsAttributes :: Lens' DescribeThingResponse (HashMap Text Text) Source

The attributes which are name/value pairs in JSON format. For example:

{\"attributes\":{\"some-name1\":\"some-value1\"}, {\"some-name2\":\"some-value2\"}, {\"some-name3\":\"some-value3\"}}