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 DetectMitigationActionExecution = DetectMitigationActionExecution' {}
- newDetectMitigationActionExecution :: DetectMitigationActionExecution
- detectMitigationActionExecution_status :: Lens' DetectMitigationActionExecution (Maybe DetectMitigationActionExecutionStatus)
- detectMitigationActionExecution_taskId :: Lens' DetectMitigationActionExecution (Maybe Text)
- detectMitigationActionExecution_actionName :: Lens' DetectMitigationActionExecution (Maybe Text)
- detectMitigationActionExecution_violationId :: Lens' DetectMitigationActionExecution (Maybe Text)
- detectMitigationActionExecution_errorCode :: Lens' DetectMitigationActionExecution (Maybe Text)
- detectMitigationActionExecution_message :: Lens' DetectMitigationActionExecution (Maybe Text)
- detectMitigationActionExecution_thingName :: Lens' DetectMitigationActionExecution (Maybe Text)
- detectMitigationActionExecution_executionStartDate :: Lens' DetectMitigationActionExecution (Maybe UTCTime)
- detectMitigationActionExecution_executionEndDate :: Lens' DetectMitigationActionExecution (Maybe UTCTime)
Documentation
data DetectMitigationActionExecution Source #
Describes which mitigation actions should be executed.
See: newDetectMitigationActionExecution
smart constructor.
DetectMitigationActionExecution' | |
|
Instances
newDetectMitigationActionExecution :: DetectMitigationActionExecution Source #
Create a value of DetectMitigationActionExecution
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:status:DetectMitigationActionExecution'
, detectMitigationActionExecution_status
- The status of a mitigation action.
$sel:taskId:DetectMitigationActionExecution'
, detectMitigationActionExecution_taskId
- The unique identifier of the task.
$sel:actionName:DetectMitigationActionExecution'
, detectMitigationActionExecution_actionName
- The friendly name that uniquely identifies the mitigation action.
$sel:violationId:DetectMitigationActionExecution'
, detectMitigationActionExecution_violationId
- The unique identifier of the violation.
$sel:errorCode:DetectMitigationActionExecution'
, detectMitigationActionExecution_errorCode
- The error code of a mitigation action.
$sel:message:DetectMitigationActionExecution'
, detectMitigationActionExecution_message
- The message of a mitigation action.
$sel:thingName:DetectMitigationActionExecution'
, detectMitigationActionExecution_thingName
- The name of the thing.
$sel:executionStartDate:DetectMitigationActionExecution'
, detectMitigationActionExecution_executionStartDate
- The date a mitigation action was started.
$sel:executionEndDate:DetectMitigationActionExecution'
, detectMitigationActionExecution_executionEndDate
- The date a mitigation action ended.
detectMitigationActionExecution_status :: Lens' DetectMitigationActionExecution (Maybe DetectMitigationActionExecutionStatus) Source #
The status of a mitigation action.
detectMitigationActionExecution_taskId :: Lens' DetectMitigationActionExecution (Maybe Text) Source #
The unique identifier of the task.
detectMitigationActionExecution_actionName :: Lens' DetectMitigationActionExecution (Maybe Text) Source #
The friendly name that uniquely identifies the mitigation action.
detectMitigationActionExecution_violationId :: Lens' DetectMitigationActionExecution (Maybe Text) Source #
The unique identifier of the violation.
detectMitigationActionExecution_errorCode :: Lens' DetectMitigationActionExecution (Maybe Text) Source #
The error code of a mitigation action.
detectMitigationActionExecution_message :: Lens' DetectMitigationActionExecution (Maybe Text) Source #
The message of a mitigation action.
detectMitigationActionExecution_thingName :: Lens' DetectMitigationActionExecution (Maybe Text) Source #
The name of the thing.
detectMitigationActionExecution_executionStartDate :: Lens' DetectMitigationActionExecution (Maybe UTCTime) Source #
The date a mitigation action was started.
detectMitigationActionExecution_executionEndDate :: Lens' DetectMitigationActionExecution (Maybe UTCTime) Source #
The date a mitigation action ended.