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 |
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.
DescribeNotebookExecution' | |
|
Instances
newDescribeNotebookExecution Source #
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:
$sel:notebookExecutionId: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.
DescribeNotebookExecutionResponse' | |
|
Instances
Eq DescribeNotebookExecutionResponse Source # | |
Read DescribeNotebookExecutionResponse Source # | |
Show DescribeNotebookExecutionResponse Source # | |
Defined in Amazonka.EMR.DescribeNotebookExecution | |
Generic DescribeNotebookExecutionResponse Source # | |
NFData DescribeNotebookExecutionResponse Source # | |
Defined in Amazonka.EMR.DescribeNotebookExecution rnf :: DescribeNotebookExecutionResponse -> () # | |
type Rep DescribeNotebookExecutionResponse Source # | |
Defined in Amazonka.EMR.DescribeNotebookExecution type Rep DescribeNotebookExecutionResponse = D1 ('MetaData "DescribeNotebookExecutionResponse" "Amazonka.EMR.DescribeNotebookExecution" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "DescribeNotebookExecutionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notebookExecution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookExecution)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDescribeNotebookExecutionResponse Source #
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.