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 RuleDetail = RuleDetail' {}
- newRuleDetail :: RuleDetail
- ruleDetail_ruleVersion :: Lens' RuleDetail (Maybe Text)
- ruleDetail_lastUpdatedTime :: Lens' RuleDetail (Maybe Text)
- ruleDetail_arn :: Lens' RuleDetail (Maybe Text)
- ruleDetail_createdTime :: Lens' RuleDetail (Maybe Text)
- ruleDetail_ruleId :: Lens' RuleDetail (Maybe Text)
- ruleDetail_outcomes :: Lens' RuleDetail (Maybe (NonEmpty Text))
- ruleDetail_detectorId :: Lens' RuleDetail (Maybe Text)
- ruleDetail_expression :: Lens' RuleDetail (Maybe Text)
- ruleDetail_language :: Lens' RuleDetail (Maybe Language)
- ruleDetail_description :: Lens' RuleDetail (Maybe Text)
Documentation
data RuleDetail Source #
The details of the rule.
See: newRuleDetail
smart constructor.
RuleDetail' | |
|
Instances
newRuleDetail :: RuleDetail Source #
Create a value of RuleDetail
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:ruleVersion:RuleDetail'
, ruleDetail_ruleVersion
- The rule version.
$sel:lastUpdatedTime:RuleDetail'
, ruleDetail_lastUpdatedTime
- Timestamp of the last time the rule was updated.
$sel:arn:RuleDetail'
, ruleDetail_arn
- The rule ARN.
$sel:createdTime:RuleDetail'
, ruleDetail_createdTime
- The timestamp of when the rule was created.
$sel:ruleId:RuleDetail'
, ruleDetail_ruleId
- The rule ID.
$sel:outcomes:RuleDetail'
, ruleDetail_outcomes
- The rule outcomes.
$sel:detectorId:RuleDetail'
, ruleDetail_detectorId
- The detector for which the rule is associated.
$sel:expression:RuleDetail'
, ruleDetail_expression
- The rule expression.
$sel:language:RuleDetail'
, ruleDetail_language
- The rule language.
$sel:description:RuleDetail'
, ruleDetail_description
- The rule description.
ruleDetail_ruleVersion :: Lens' RuleDetail (Maybe Text) Source #
The rule version.
ruleDetail_lastUpdatedTime :: Lens' RuleDetail (Maybe Text) Source #
Timestamp of the last time the rule was updated.
ruleDetail_arn :: Lens' RuleDetail (Maybe Text) Source #
The rule ARN.
ruleDetail_createdTime :: Lens' RuleDetail (Maybe Text) Source #
The timestamp of when the rule was created.
ruleDetail_ruleId :: Lens' RuleDetail (Maybe Text) Source #
The rule ID.
ruleDetail_outcomes :: Lens' RuleDetail (Maybe (NonEmpty Text)) Source #
The rule outcomes.
ruleDetail_detectorId :: Lens' RuleDetail (Maybe Text) Source #
The detector for which the rule is associated.
ruleDetail_expression :: Lens' RuleDetail (Maybe Text) Source #
The rule expression.
ruleDetail_language :: Lens' RuleDetail (Maybe Language) Source #
The rule language.
ruleDetail_description :: Lens' RuleDetail (Maybe Text) Source #
The rule description.