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

Description

This operation creates a job.

Synopsis

Creating a Request

data CreateJob Source #

The request body for CreateJob.

See: newCreateJob smart constructor.

Constructors

CreateJob' 

Fields

Instances

Instances details
Eq CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Read CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Show CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Generic CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Associated Types

type Rep CreateJob :: Type -> Type #

NFData CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Methods

rnf :: CreateJob -> () #

Hashable CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

ToJSON CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

AWSRequest CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Associated Types

type AWSResponse CreateJob #

ToHeaders CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Methods

toHeaders :: CreateJob -> [Header] #

ToPath CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

ToQuery CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

type Rep CreateJob Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

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

Defined in Amazonka.DataExchange.CreateJob

newCreateJob Source #

Create a value of CreateJob 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:type':CreateJob', createJob_type - The type of job to be created.

$sel:details:CreateJob', createJob_details - The details for the CreateJob request.

Request Lenses

createJob_type :: Lens' CreateJob Type Source #

The type of job to be created.

createJob_details :: Lens' CreateJob RequestDetails Source #

The details for the CreateJob request.

Destructuring the Response

data CreateJobResponse Source #

See: newCreateJobResponse smart constructor.

Constructors

CreateJobResponse' 

Fields

Instances

Instances details
Eq CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Read CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Show CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Generic CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Associated Types

type Rep CreateJobResponse :: Type -> Type #

NFData CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

Methods

rnf :: CreateJobResponse -> () #

type Rep CreateJobResponse Source # 
Instance details

Defined in Amazonka.DataExchange.CreateJob

newCreateJobResponse Source #

Create a value of CreateJobResponse 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:state:CreateJobResponse', createJobResponse_state - The state of the job.

$sel:arn:CreateJobResponse', createJobResponse_arn - The ARN for the job.

$sel:createdAt:CreateJobResponse', createJobResponse_createdAt - The date and time that the job was created, in ISO 8601 format.

$sel:details:CreateJob', createJobResponse_details - Details about the job.

$sel:id:CreateJobResponse', createJobResponse_id - The unique identifier for the job.

$sel:type':CreateJob', createJobResponse_type - The job type.

$sel:updatedAt:CreateJobResponse', createJobResponse_updatedAt - The date and time that the job was last updated, in ISO 8601 format.

$sel:errors:CreateJobResponse', createJobResponse_errors - The errors associated with jobs.

$sel:httpStatus:CreateJobResponse', createJobResponse_httpStatus - The response's http status code.

Response Lenses

createJobResponse_createdAt :: Lens' CreateJobResponse (Maybe UTCTime) Source #

The date and time that the job was created, in ISO 8601 format.

createJobResponse_id :: Lens' CreateJobResponse (Maybe Text) Source #

The unique identifier for the job.

createJobResponse_updatedAt :: Lens' CreateJobResponse (Maybe UTCTime) Source #

The date and time that the job was last updated, in ISO 8601 format.

createJobResponse_errors :: Lens' CreateJobResponse (Maybe [JobError]) Source #

The errors associated with jobs.

createJobResponse_httpStatus :: Lens' CreateJobResponse Int Source #

The response's http status code.