amazonka-databrew-2.0: Amazon Glue DataBrew 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.DataBrew.StopJobRun

Description

Stops a particular run of a job.

Synopsis

Creating a Request

data StopJobRun Source #

See: newStopJobRun smart constructor.

Constructors

StopJobRun' 

Fields

  • name :: Text

    The name of the job to be stopped.

  • runId :: Text

    The ID of the job run to be stopped.

Instances

Instances details
ToJSON StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

ToHeaders StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Methods

toHeaders :: StopJobRun -> [Header] #

ToPath StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

ToQuery StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

AWSRequest StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type AWSResponse StopJobRun #

Generic StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type Rep StopJobRun :: Type -> Type #

Read StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Show StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

NFData StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Methods

rnf :: StopJobRun -> () #

Eq StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Hashable StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type AWSResponse StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRun = D1 ('MetaData "StopJobRun" "Amazonka.DataBrew.StopJobRun" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "StopJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopJobRun Source #

Create a value of StopJobRun 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:

StopJobRun, stopJobRun_name - The name of the job to be stopped.

StopJobRun, stopJobRun_runId - The ID of the job run to be stopped.

Request Lenses

stopJobRun_name :: Lens' StopJobRun Text Source #

The name of the job to be stopped.

stopJobRun_runId :: Lens' StopJobRun Text Source #

The ID of the job run to be stopped.

Destructuring the Response

data StopJobRunResponse Source #

See: newStopJobRunResponse smart constructor.

Constructors

StopJobRunResponse' 

Fields

Instances

Instances details
Generic StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Associated Types

type Rep StopJobRunResponse :: Type -> Type #

Read StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Show StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

NFData StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

Methods

rnf :: StopJobRunResponse -> () #

Eq StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StopJobRun

type Rep StopJobRunResponse = D1 ('MetaData "StopJobRunResponse" "Amazonka.DataBrew.StopJobRun" "amazonka-databrew-2.0-GJMXoRzRb387Yq6XNY29RM" 'False) (C1 ('MetaCons "StopJobRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopJobRunResponse Source #

Create a value of StopJobRunResponse 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:httpStatus:StopJobRunResponse', stopJobRunResponse_httpStatus - The response's http status code.

StopJobRun, stopJobRunResponse_runId - The ID of the job run that you stopped.

Response Lenses

stopJobRunResponse_runId :: Lens' StopJobRunResponse Text Source #

The ID of the job run that you stopped.