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 DebugRuleEvaluationStatus = DebugRuleEvaluationStatus' {}
- newDebugRuleEvaluationStatus :: DebugRuleEvaluationStatus
- debugRuleEvaluationStatus_lastModifiedTime :: Lens' DebugRuleEvaluationStatus (Maybe UTCTime)
- debugRuleEvaluationStatus_statusDetails :: Lens' DebugRuleEvaluationStatus (Maybe Text)
- debugRuleEvaluationStatus_ruleEvaluationStatus :: Lens' DebugRuleEvaluationStatus (Maybe RuleEvaluationStatus)
- debugRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' DebugRuleEvaluationStatus (Maybe Text)
- debugRuleEvaluationStatus_ruleConfigurationName :: Lens' DebugRuleEvaluationStatus (Maybe Text)
Documentation
data DebugRuleEvaluationStatus Source #
Information about the status of the rule evaluation.
See: newDebugRuleEvaluationStatus
smart constructor.
DebugRuleEvaluationStatus' | |
|
Instances
newDebugRuleEvaluationStatus :: DebugRuleEvaluationStatus Source #
Create a value of DebugRuleEvaluationStatus
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:lastModifiedTime:DebugRuleEvaluationStatus'
, debugRuleEvaluationStatus_lastModifiedTime
- Timestamp when the rule evaluation status was last modified.
$sel:statusDetails:DebugRuleEvaluationStatus'
, debugRuleEvaluationStatus_statusDetails
- Details from the rule evaluation.
$sel:ruleEvaluationStatus:DebugRuleEvaluationStatus'
, debugRuleEvaluationStatus_ruleEvaluationStatus
- Status of the rule evaluation.
$sel:ruleEvaluationJobArn:DebugRuleEvaluationStatus'
, debugRuleEvaluationStatus_ruleEvaluationJobArn
- The Amazon Resource Name (ARN) of the rule evaluation job.
$sel:ruleConfigurationName:DebugRuleEvaluationStatus'
, debugRuleEvaluationStatus_ruleConfigurationName
- The name of the rule configuration.
debugRuleEvaluationStatus_lastModifiedTime :: Lens' DebugRuleEvaluationStatus (Maybe UTCTime) Source #
Timestamp when the rule evaluation status was last modified.
debugRuleEvaluationStatus_statusDetails :: Lens' DebugRuleEvaluationStatus (Maybe Text) Source #
Details from the rule evaluation.
debugRuleEvaluationStatus_ruleEvaluationStatus :: Lens' DebugRuleEvaluationStatus (Maybe RuleEvaluationStatus) Source #
Status of the rule evaluation.
debugRuleEvaluationStatus_ruleEvaluationJobArn :: Lens' DebugRuleEvaluationStatus (Maybe Text) Source #
The Amazon Resource Name (ARN) of the rule evaluation job.
debugRuleEvaluationStatus_ruleConfigurationName :: Lens' DebugRuleEvaluationStatus (Maybe Text) Source #
The name of the rule configuration.