Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TopicRuleListItem = TopicRuleListItem' {}
- newTopicRuleListItem :: TopicRuleListItem
- topicRuleListItem_createdAt :: Lens' TopicRuleListItem (Maybe UTCTime)
- topicRuleListItem_ruleDisabled :: Lens' TopicRuleListItem (Maybe Bool)
- topicRuleListItem_ruleName :: Lens' TopicRuleListItem (Maybe Text)
- topicRuleListItem_ruleArn :: Lens' TopicRuleListItem (Maybe Text)
- topicRuleListItem_topicPattern :: Lens' TopicRuleListItem (Maybe Text)
Documentation
data TopicRuleListItem Source #
Describes a rule.
See: newTopicRuleListItem
smart constructor.
Instances
newTopicRuleListItem :: TopicRuleListItem Source #
Create a value of TopicRuleListItem
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:createdAt:TopicRuleListItem'
, topicRuleListItem_createdAt
- The date and time the rule was created.
$sel:ruleDisabled:TopicRuleListItem'
, topicRuleListItem_ruleDisabled
- Specifies whether the rule is disabled.
$sel:ruleName:TopicRuleListItem'
, topicRuleListItem_ruleName
- The name of the rule.
$sel:ruleArn:TopicRuleListItem'
, topicRuleListItem_ruleArn
- The rule ARN.
$sel:topicPattern:TopicRuleListItem'
, topicRuleListItem_topicPattern
- The pattern for the topic names that apply.
topicRuleListItem_createdAt :: Lens' TopicRuleListItem (Maybe UTCTime) Source #
The date and time the rule was created.
topicRuleListItem_ruleDisabled :: Lens' TopicRuleListItem (Maybe Bool) Source #
Specifies whether the rule is disabled.
topicRuleListItem_ruleName :: Lens' TopicRuleListItem (Maybe Text) Source #
The name of the rule.
topicRuleListItem_ruleArn :: Lens' TopicRuleListItem (Maybe Text) Source #
The rule ARN.
topicRuleListItem_topicPattern :: Lens' TopicRuleListItem (Maybe Text) Source #
The pattern for the topic names that apply.