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 RuleResult = RuleResult' {}
- newRuleResult :: RuleResult
- ruleResult_ruleId :: Lens' RuleResult (Maybe Text)
- ruleResult_outcomes :: Lens' RuleResult (Maybe [Text])
Documentation
data RuleResult Source #
The rule results.
See: newRuleResult
smart constructor.
Instances
newRuleResult :: RuleResult Source #
Create a value of RuleResult
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:ruleId:RuleResult'
, ruleResult_ruleId
- The rule ID that was matched, based on the rule execution mode.
$sel:outcomes:RuleResult'
, ruleResult_outcomes
- The outcomes of the matched rule, based on the rule execution mode.
ruleResult_ruleId :: Lens' RuleResult (Maybe Text) Source #
The rule ID that was matched, based on the rule execution mode.
ruleResult_outcomes :: Lens' RuleResult (Maybe [Text]) Source #
The outcomes of the matched rule, based on the rule execution mode.