libZSservicesZSamazonka-amplifyZSamazonka-amplify
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.Amplify.GetJob

Description

Returns a job for a branch of an Amplify app.

Synopsis

Creating a Request

data GetJob Source #

The request structure for the get job request.

See: newGetJob smart constructor.

Constructors

GetJob' 

Fields

Instances

Instances details
Eq GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Methods

(==) :: GetJob -> GetJob -> Bool #

(/=) :: GetJob -> GetJob -> Bool #

Read GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Show GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Generic GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Associated Types

type Rep GetJob :: Type -> Type #

Methods

from :: GetJob -> Rep GetJob x #

to :: Rep GetJob x -> GetJob #

NFData GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Methods

rnf :: GetJob -> () #

Hashable GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Methods

hashWithSalt :: Int -> GetJob -> Int #

hash :: GetJob -> Int #

AWSRequest GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Associated Types

type AWSResponse GetJob #

ToHeaders GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Methods

toHeaders :: GetJob -> [Header] #

ToPath GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Methods

toPath :: GetJob -> ByteString #

ToQuery GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

type Rep GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

type Rep GetJob = D1 ('MetaData "GetJob" "Amazonka.Amplify.GetJob" "libZSservicesZSamazonka-amplifyZSamazonka-amplify" 'False) (C1 ('MetaCons "GetJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetJob Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

newGetJob Source #

Create a value of GetJob 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:appId:GetJob', getJob_appId - The unique ID for an Amplify app.

$sel:branchName:GetJob', getJob_branchName - The branch name for the job.

$sel:jobId:GetJob', getJob_jobId - The unique ID for the job.

Request Lenses

getJob_appId :: Lens' GetJob Text Source #

The unique ID for an Amplify app.

getJob_branchName :: Lens' GetJob Text Source #

The branch name for the job.

getJob_jobId :: Lens' GetJob Text Source #

The unique ID for the job.

Destructuring the Response

data GetJobResponse Source #

See: newGetJobResponse smart constructor.

Constructors

GetJobResponse' 

Fields

Instances

Instances details
Eq GetJobResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Read GetJobResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Show GetJobResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Generic GetJobResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Associated Types

type Rep GetJobResponse :: Type -> Type #

NFData GetJobResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

Methods

rnf :: GetJobResponse -> () #

type Rep GetJobResponse Source # 
Instance details

Defined in Amazonka.Amplify.GetJob

type Rep GetJobResponse = D1 ('MetaData "GetJobResponse" "Amazonka.Amplify.GetJob" "libZSservicesZSamazonka-amplifyZSamazonka-amplify" 'False) (C1 ('MetaCons "GetJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "job") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Job)))

newGetJobResponse Source #

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

$sel:job:GetJobResponse', getJobResponse_job - Undocumented member.

Response Lenses

getJobResponse_httpStatus :: Lens' GetJobResponse Int Source #

The response's http status code.