| Copyright | (c) 2013-2016 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.IoTDataPlane.Publish
Description
Publishes state information.
For more information, see HTTP Protocol in the AWS IoT Developer Guide.
Creating a Request
The input for the Publish operation.
See: publish smart constructor.
Instances
Request Lenses
pPayload :: Lens' Publish (Maybe (HashMap Text Value)) Source #
The state information, in JSON format.
Destructuring the Response
publishResponse :: PublishResponse Source #
Creates a value of PublishResponse with the minimum fields required to make a request.
data PublishResponse Source #
See: publishResponse smart constructor.