libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
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.DataExchange.StartJob

Description

This operation starts a job.

Synopsis

Creating a Request

data StartJob Source #

See: newStartJob smart constructor.

Constructors

StartJob' 

Fields

  • jobId :: Text

    The unique identifier for a job.

Instances

Instances details
Eq StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Read StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Show StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Generic StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Associated Types

type Rep StartJob :: Type -> Type #

Methods

from :: StartJob -> Rep StartJob x #

to :: Rep StartJob x -> StartJob #

NFData StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Methods

rnf :: StartJob -> () #

Hashable StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Methods

hashWithSalt :: Int -> StartJob -> Int #

hash :: StartJob -> Int #

ToJSON StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

AWSRequest StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Associated Types

type AWSResponse StartJob #

ToHeaders StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Methods

toHeaders :: StartJob -> [Header] #

ToPath StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

ToQuery StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

type Rep StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

type Rep StartJob = D1 ('MetaData "StartJob" "Amazonka.DataExchange.StartJob" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "StartJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse StartJob Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

newStartJob Source #

Create a value of StartJob 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:jobId:StartJob', startJob_jobId - The unique identifier for a job.

Request Lenses

startJob_jobId :: Lens' StartJob Text Source #

The unique identifier for a job.

Destructuring the Response

data StartJobResponse Source #

See: newStartJobResponse smart constructor.

Constructors

StartJobResponse' 

Fields

Instances

Instances details
Eq StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Read StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Show StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Generic StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Associated Types

type Rep StartJobResponse :: Type -> Type #

NFData StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

Methods

rnf :: StartJobResponse -> () #

type Rep StartJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.StartJob

type Rep StartJobResponse = D1 ('MetaData "StartJobResponse" "Amazonka.DataExchange.StartJob" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "StartJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartJobResponse Source #

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

Response Lenses

startJobResponse_httpStatus :: Lens' StartJobResponse Int Source #

The response's http status code.