amazonka-emr-2.0: Amazon EMR SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.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

AWSRequest StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Associated Types

type AWSResponse StopNotebookExecution #

Generic StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Associated Types

type Rep StopNotebookExecution :: Type -> Type #

Read StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Show StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

NFData StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Methods

rnf :: StopNotebookExecution -> () #

Eq StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Hashable StopNotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

type AWSResponse 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" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "StopNotebookExecution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "notebookExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Associated Types

type Rep StopNotebookExecutionResponse :: Type -> Type #

Read StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Show StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

NFData StopNotebookExecutionResponse Source # 
Instance details

Defined in Amazonka.EMR.StopNotebookExecution

Eq 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" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" '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.