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.StopNotebookExecution

Description

Stops a notebook execution.

Synopsis

Creating a Request

data StopNotebookExecution Source #

See: newStopNotebookExecution smart constructor.

Constructors

StopNotebookExecution' 

Fields

Instances

Instances details
Eq StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Read StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Show StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Generic StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Associated Types

type Rep StopNotebookExecution :: Type -> Type #

NFData StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Methods

rnf :: StopNotebookExecution -> () #

Hashable StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

ToJSON StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

AWSRequest StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Associated Types

type AWSResponse StopNotebookExecution #

ToHeaders StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

ToPath StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

ToQuery StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

type Rep StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

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

Defined in Amazonka.EMR.StopNotebookExecution

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

Instances details
Eq StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Read StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Show StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Generic StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Associated Types

type Rep StopNotebookExecutionResponse :: Type -> Type #

NFData StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

type Rep StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

type Rep StopNotebookExecutionResponse = D1 ('MetaData "StopNotebookExecutionResponse" "Amazonka.EMR.StopNotebookExecution" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "StopNotebookExecutionResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStopNotebookExecutionResponse :: StopNotebookExecutionResponse Source #

Create a value of StopNotebookExecutionResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.