amazonka-iot-1.3.3.1: 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.ListTopicRules

Contents

Description

Lists the rules for the specific topic.

See: AWS API Reference for ListTopicRules.

Synopsis

Creating a Request

listTopicRules :: ListTopicRules Source

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

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

Request Lenses

ltrRuleDisabled :: Lens' ListTopicRules (Maybe Bool) Source

Specifies whether the rule is disabled.

ltrNextToken :: Lens' ListTopicRules (Maybe Text) Source

A token used to retrieve the next value.

ltrMaxResults :: Lens' ListTopicRules (Maybe Natural) Source

The maximum number of results to return.

Destructuring the Response

listTopicRulesResponse Source

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

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

Response Lenses

ltrrsNextToken :: Lens' ListTopicRulesResponse (Maybe Text) Source

A token used to retrieve the next value.