libZSservicesZSamazonka-databrewZSamazonka-databrew
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.DataBrew.StartJobRun

Description

Runs a DataBrew job.

Synopsis

Creating a Request

data StartJobRun Source #

See: newStartJobRun smart constructor.

Constructors

StartJobRun' 

Fields

  • name :: Text

    The name of the job to be run.

Instances

Instances details
Eq StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Read StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Show StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Generic StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type Rep StartJobRun :: Type -> Type #

NFData StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Methods

rnf :: StartJobRun -> () #

Hashable StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

ToJSON StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

AWSRequest StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type AWSResponse StartJobRun #

ToHeaders StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Methods

toHeaders :: StartJobRun -> [Header] #

ToPath StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

ToQuery StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type Rep StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type Rep StartJobRun = D1 ('MetaData "StartJobRun" "Amazonka.DataBrew.StartJobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StartJobRun'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartJobRun Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

newStartJobRun Source #

Create a value of StartJobRun 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:name:StartJobRun', startJobRun_name - The name of the job to be run.

Request Lenses

startJobRun_name :: Lens' StartJobRun Text Source #

The name of the job to be run.

Destructuring the Response

data StartJobRunResponse Source #

See: newStartJobRunResponse smart constructor.

Constructors

StartJobRunResponse' 

Fields

  • httpStatus :: Int

    The response's http status code.

  • runId :: Text

    A system-generated identifier for this particular job run.

Instances

Instances details
Eq StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Read StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Show StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Generic StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Associated Types

type Rep StartJobRunResponse :: Type -> Type #

NFData StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

Methods

rnf :: StartJobRunResponse -> () #

type Rep StartJobRunResponse Source # 
Instance details

Defined in Amazonka.DataBrew.StartJobRun

type Rep StartJobRunResponse = D1 ('MetaData "StartJobRunResponse" "Amazonka.DataBrew.StartJobRun" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'False) (C1 ('MetaCons "StartJobRunResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "runId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStartJobRunResponse Source #

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

$sel:runId:StartJobRunResponse', startJobRunResponse_runId - A system-generated identifier for this particular job run.

Response Lenses

startJobRunResponse_runId :: Lens' StartJobRunResponse Text Source #

A system-generated identifier for this particular job run.