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 |
Amazonka.EMR.StopNotebookExecution
Description
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.
Constructors
StopNotebookExecution' | |
Fields
|
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.
Constructors
StopNotebookExecutionResponse' | |
Instances
Eq StopNotebookExecutionResponse Source # | |
Defined in Amazonka.EMR.StopNotebookExecution | |
Read StopNotebookExecutionResponse Source # | |
Show StopNotebookExecutionResponse Source # | |
Defined in Amazonka.EMR.StopNotebookExecution Methods showsPrec :: Int -> StopNotebookExecutionResponse -> ShowS # show :: StopNotebookExecutionResponse -> String # showList :: [StopNotebookExecutionResponse] -> ShowS # | |
Generic StopNotebookExecutionResponse Source # | |
Defined in Amazonka.EMR.StopNotebookExecution Associated Types type Rep StopNotebookExecutionResponse :: Type -> Type # | |
NFData StopNotebookExecutionResponse Source # | |
Defined in Amazonka.EMR.StopNotebookExecution Methods rnf :: StopNotebookExecutionResponse -> () # | |
type Rep StopNotebookExecutionResponse Source # | |
Defined in Amazonka.EMR.StopNotebookExecution |
newStopNotebookExecutionResponse :: StopNotebookExecutionResponse Source #
Create a value of StopNotebookExecutionResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.