| 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.DescribeNotebookExecution
Description
Provides details of a notebook execution.
Synopsis
- data DescribeNotebookExecution = DescribeNotebookExecution' {}
- newDescribeNotebookExecution :: Text -> DescribeNotebookExecution
- describeNotebookExecution_notebookExecutionId :: Lens' DescribeNotebookExecution Text
- data DescribeNotebookExecutionResponse = DescribeNotebookExecutionResponse' {}
- newDescribeNotebookExecutionResponse :: Int -> DescribeNotebookExecutionResponse
- describeNotebookExecutionResponse_notebookExecution :: Lens' DescribeNotebookExecutionResponse (Maybe NotebookExecution)
- describeNotebookExecutionResponse_httpStatus :: Lens' DescribeNotebookExecutionResponse Int
Creating a Request
data DescribeNotebookExecution Source #
See: newDescribeNotebookExecution smart constructor.
Constructors
| DescribeNotebookExecution' | |
Fields
| |
Instances
newDescribeNotebookExecution Source #
Arguments
| :: Text | |
| -> DescribeNotebookExecution |
Create a value of DescribeNotebookExecution 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:
DescribeNotebookExecution, describeNotebookExecution_notebookExecutionId - The unique identifier of the notebook execution.
Request Lenses
describeNotebookExecution_notebookExecutionId :: Lens' DescribeNotebookExecution Text Source #
The unique identifier of the notebook execution.
Destructuring the Response
data DescribeNotebookExecutionResponse Source #
See: newDescribeNotebookExecutionResponse smart constructor.
Constructors
| DescribeNotebookExecutionResponse' | |
Fields
| |
Instances
newDescribeNotebookExecutionResponse Source #
Arguments
| :: Int | |
| -> DescribeNotebookExecutionResponse |
Create a value of DescribeNotebookExecutionResponse 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:notebookExecution:DescribeNotebookExecutionResponse', describeNotebookExecutionResponse_notebookExecution - Properties of the notebook execution.
$sel:httpStatus:DescribeNotebookExecutionResponse', describeNotebookExecutionResponse_httpStatus - The response's http status code.
Response Lenses
describeNotebookExecutionResponse_notebookExecution :: Lens' DescribeNotebookExecutionResponse (Maybe NotebookExecution) Source #
Properties of the notebook execution.
describeNotebookExecutionResponse_httpStatus :: Lens' DescribeNotebookExecutionResponse Int Source #
The response's http status code.