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 |
Stops a notebook execution.
Synopsis
- data StopNotebookExecution = StopNotebookExecution' {}
- newStopNotebookExecution :: Text -> StopNotebookExecution
- stopNotebookExecution_notebookExecutionId :: Lens' StopNotebookExecution Text
- data StopNotebookExecutionResponse = StopNotebookExecutionResponse' {
- newStopNotebookExecutionResponse :: StopNotebookExecutionResponse
Creating a Request
data StopNotebookExecution Source #
See: newStopNotebookExecution
smart constructor.
StopNotebookExecution' | |
|
Instances
newStopNotebookExecution Source #
Create a value of StopNotebookExecution
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:notebookExecutionId:StopNotebookExecution'
, stopNotebookExecution_notebookExecutionId
- The unique identifier of the notebook execution.
Request Lenses
stopNotebookExecution_notebookExecutionId :: Lens' StopNotebookExecution Text Source #
The unique identifier of the notebook execution.
Destructuring the Response
data StopNotebookExecutionResponse Source #
See: newStopNotebookExecutionResponse
smart constructor.
Instances
newStopNotebookExecutionResponse :: StopNotebookExecutionResponse Source #
Create a value of StopNotebookExecutionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.