libZSservicesZSamazonka-glueZSamazonka-glue
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.Glue.GetJobs

Description

Retrieves all current job definitions.

This operation returns paginated results.

Synopsis

Creating a Request

data GetJobs Source #

See: newGetJobs smart constructor.

Constructors

GetJobs' 

Fields

Instances

Instances details
Eq GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Methods

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

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

Read GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Show GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Generic GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Associated Types

type Rep GetJobs :: Type -> Type #

Methods

from :: GetJobs -> Rep GetJobs x #

to :: Rep GetJobs x -> GetJobs #

NFData GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Methods

rnf :: GetJobs -> () #

Hashable GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Methods

hashWithSalt :: Int -> GetJobs -> Int #

hash :: GetJobs -> Int #

ToJSON GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

AWSPager GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

AWSRequest GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Associated Types

type AWSResponse GetJobs #

ToHeaders GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Methods

toHeaders :: GetJobs -> [Header] #

ToPath GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Methods

toPath :: GetJobs -> ByteString #

ToQuery GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

type Rep GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

type Rep GetJobs = D1 ('MetaData "GetJobs" "Amazonka.Glue.GetJobs" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse GetJobs Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

newGetJobs :: GetJobs Source #

Create a value of GetJobs 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:nextToken:GetJobs', getJobs_nextToken - A continuation token, if this is a continuation call.

$sel:maxResults:GetJobs', getJobs_maxResults - The maximum size of the response.

Request Lenses

getJobs_nextToken :: Lens' GetJobs (Maybe Text) Source #

A continuation token, if this is a continuation call.

getJobs_maxResults :: Lens' GetJobs (Maybe Natural) Source #

The maximum size of the response.

Destructuring the Response

data GetJobsResponse Source #

See: newGetJobsResponse smart constructor.

Constructors

GetJobsResponse' 

Fields

Instances

Instances details
Eq GetJobsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Read GetJobsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Show GetJobsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Generic GetJobsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Associated Types

type Rep GetJobsResponse :: Type -> Type #

NFData GetJobsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

Methods

rnf :: GetJobsResponse -> () #

type Rep GetJobsResponse Source # 
Instance details

Defined in Amazonka.Glue.GetJobs

type Rep GetJobsResponse = D1 ('MetaData "GetJobsResponse" "Amazonka.Glue.GetJobs" "libZSservicesZSamazonka-glueZSamazonka-glue" 'False) (C1 ('MetaCons "GetJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Job])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetJobsResponse Source #

Create a value of GetJobsResponse 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:nextToken:GetJobs', getJobsResponse_nextToken - A continuation token, if not all job definitions have yet been returned.

$sel:jobs:GetJobsResponse', getJobsResponse_jobs - A list of job definitions.

$sel:httpStatus:GetJobsResponse', getJobsResponse_httpStatus - The response's http status code.

Response Lenses

getJobsResponse_nextToken :: Lens' GetJobsResponse (Maybe Text) Source #

A continuation token, if not all job definitions have yet been returned.

getJobsResponse_jobs :: Lens' GetJobsResponse (Maybe [Job]) Source #

A list of job definitions.

getJobsResponse_httpStatus :: Lens' GetJobsResponse Int Source #

The response's http status code.