| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMR.Types.NotebookExecutionSummary
Description
Synopsis
- data NotebookExecutionSummary = NotebookExecutionSummary' {}
- newNotebookExecutionSummary :: NotebookExecutionSummary
- notebookExecutionSummary_editorId :: Lens' NotebookExecutionSummary (Maybe Text)
- notebookExecutionSummary_endTime :: Lens' NotebookExecutionSummary (Maybe UTCTime)
- notebookExecutionSummary_notebookExecutionId :: Lens' NotebookExecutionSummary (Maybe Text)
- notebookExecutionSummary_notebookExecutionName :: Lens' NotebookExecutionSummary (Maybe Text)
- notebookExecutionSummary_startTime :: Lens' NotebookExecutionSummary (Maybe UTCTime)
- notebookExecutionSummary_status :: Lens' NotebookExecutionSummary (Maybe NotebookExecutionStatus)
Documentation
data NotebookExecutionSummary Source #
Details for a notebook execution. The details include information such as the unique ID and status of the notebook execution.
See: newNotebookExecutionSummary smart constructor.
Constructors
| NotebookExecutionSummary' | |
Fields
| |
Instances
newNotebookExecutionSummary :: NotebookExecutionSummary Source #
Create a value of NotebookExecutionSummary 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:editorId:NotebookExecutionSummary', notebookExecutionSummary_editorId - The unique identifier of the editor associated with the notebook
execution.
$sel:endTime:NotebookExecutionSummary', notebookExecutionSummary_endTime - The timestamp when notebook execution started.
$sel:notebookExecutionId:NotebookExecutionSummary', notebookExecutionSummary_notebookExecutionId - The unique identifier of the notebook execution.
$sel:notebookExecutionName:NotebookExecutionSummary', notebookExecutionSummary_notebookExecutionName - The name of the notebook execution.
$sel:startTime:NotebookExecutionSummary', notebookExecutionSummary_startTime - The timestamp when notebook execution started.
$sel:status:NotebookExecutionSummary', notebookExecutionSummary_status - The status of the notebook execution.
START_PENDINGindicates that the cluster has received the execution request but execution has not begun.STARTINGindicates that the execution is starting on the cluster.RUNNINGindicates that the execution is being processed by the cluster.FINISHINGindicates that execution processing is in the final stages.FINISHEDindicates that the execution has completed without error.FAILINGindicates that the execution is failing and will not finish successfully.FAILEDindicates that the execution failed.STOP_PENDINGindicates that the cluster has received aStopNotebookExecutionrequest and the stop is pending.STOPPINGindicates that the cluster is in the process of stopping the execution as a result of aStopNotebookExecutionrequest.STOPPEDindicates that the execution stopped because of aStopNotebookExecutionrequest.
notebookExecutionSummary_editorId :: Lens' NotebookExecutionSummary (Maybe Text) Source #
The unique identifier of the editor associated with the notebook execution.
notebookExecutionSummary_endTime :: Lens' NotebookExecutionSummary (Maybe UTCTime) Source #
The timestamp when notebook execution started.
notebookExecutionSummary_notebookExecutionId :: Lens' NotebookExecutionSummary (Maybe Text) Source #
The unique identifier of the notebook execution.
notebookExecutionSummary_notebookExecutionName :: Lens' NotebookExecutionSummary (Maybe Text) Source #
The name of the notebook execution.
notebookExecutionSummary_startTime :: Lens' NotebookExecutionSummary (Maybe UTCTime) Source #
The timestamp when notebook execution started.
notebookExecutionSummary_status :: Lens' NotebookExecutionSummary (Maybe NotebookExecutionStatus) Source #
The status of the notebook execution.
START_PENDINGindicates that the cluster has received the execution request but execution has not begun.STARTINGindicates that the execution is starting on the cluster.RUNNINGindicates that the execution is being processed by the cluster.FINISHINGindicates that execution processing is in the final stages.FINISHEDindicates that the execution has completed without error.FAILINGindicates that the execution is failing and will not finish successfully.FAILEDindicates that the execution failed.STOP_PENDINGindicates that the cluster has received aStopNotebookExecutionrequest and the stop is pending.STOPPINGindicates that the cluster is in the process of stopping the execution as a result of aStopNotebookExecutionrequest.STOPPEDindicates that the execution stopped because of aStopNotebookExecutionrequest.