libZSservicesZSamazonka-emrZSamazonka-emr
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EMR.DescribeNotebookExecution

Description

Provides details of a notebook execution.

Synopsis

Creating a Request

data DescribeNotebookExecution Source #

See: newDescribeNotebookExecution smart constructor.

Constructors

DescribeNotebookExecution' 

Fields

Instances

Instances details
Eq DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Read DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Show DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Generic DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Associated Types

type Rep DescribeNotebookExecution :: Type -> Type #

NFData DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Hashable DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

ToJSON DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

AWSRequest DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

ToHeaders DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

ToPath DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

ToQuery DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

type Rep DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

type Rep DescribeNotebookExecution = D1 ('MetaData "DescribeNotebookExecution" "Amazonka.EMR.DescribeNotebookExecution" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "DescribeNotebookExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notebookExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

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

Destructuring the Response

data DescribeNotebookExecutionResponse Source #

See: newDescribeNotebookExecutionResponse smart constructor.

Constructors

DescribeNotebookExecutionResponse' 

Fields

Instances

Instances details
Eq DescribeNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Read DescribeNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Show DescribeNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Generic DescribeNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

Associated Types

type Rep DescribeNotebookExecutionResponse :: Type -> Type #

NFData DescribeNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.DescribeNotebookExecution

type Rep DescribeNotebookExecutionResponse Source # 
Instance details

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