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 ExecutionDetails = ExecutionDetails' {}
- newExecutionDetails :: ExecutionDetails
- executionDetails_mostRecentExecutionMessage :: Lens' ExecutionDetails (Maybe Text)
- executionDetails_mostRecentExecutionStatus :: Lens' ExecutionDetails (Maybe ExecutionStatus)
- executionDetails_mostRecentExecutionTime :: Lens' ExecutionDetails (Maybe UTCTime)
Documentation
data ExecutionDetails Source #
Describes the details of the flow run, including the timestamp, status, and message.
See: newExecutionDetails
smart constructor.
ExecutionDetails' | |
|
Instances
newExecutionDetails :: ExecutionDetails Source #
Create a value of ExecutionDetails
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:mostRecentExecutionMessage:ExecutionDetails'
, executionDetails_mostRecentExecutionMessage
- Describes the details of the most recent flow run.
$sel:mostRecentExecutionStatus:ExecutionDetails'
, executionDetails_mostRecentExecutionStatus
- Specifies the status of the most recent flow run.
$sel:mostRecentExecutionTime:ExecutionDetails'
, executionDetails_mostRecentExecutionTime
- Specifies the time of the most recent flow run.
executionDetails_mostRecentExecutionMessage :: Lens' ExecutionDetails (Maybe Text) Source #
Describes the details of the most recent flow run.
executionDetails_mostRecentExecutionStatus :: Lens' ExecutionDetails (Maybe ExecutionStatus) Source #
Specifies the status of the most recent flow run.
executionDetails_mostRecentExecutionTime :: Lens' ExecutionDetails (Maybe UTCTime) Source #
Specifies the time of the most recent flow run.