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

Description

This operation lists your jobs sorted by CreatedAt in descending order.

This operation returns paginated results.

Synopsis

Creating a Request

data ListJobs Source #

See: newListJobs smart constructor.

Constructors

ListJobs' 

Fields

Instances

Instances details
Eq ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Read ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Show ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Generic ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Associated Types

type Rep ListJobs :: Type -> Type #

Methods

from :: ListJobs -> Rep ListJobs x #

to :: Rep ListJobs x -> ListJobs #

NFData ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Methods

rnf :: ListJobs -> () #

Hashable ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Methods

hashWithSalt :: Int -> ListJobs -> Int #

hash :: ListJobs -> Int #

AWSPager ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

AWSRequest ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Associated Types

type AWSResponse ListJobs #

ToHeaders ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Methods

toHeaders :: ListJobs -> [Header] #

ToPath ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

ToQuery ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

type Rep ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

type Rep ListJobs = D1 ('MetaData "ListJobs" "Amazonka.DataExchange.ListJobs" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListJobs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))
type AWSResponse ListJobs Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

newListJobs :: ListJobs Source #

Create a value of ListJobs 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:ListJobs', listJobs_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:dataSetId:ListJobs', listJobs_dataSetId - The unique identifier for a data set.

$sel:maxResults:ListJobs', listJobs_maxResults - The maximum number of results returned by a single call.

$sel:revisionId:ListJobs', listJobs_revisionId - The unique identifier for a revision.

Request Lenses

listJobs_nextToken :: Lens' ListJobs (Maybe Text) Source #

The token value retrieved from a previous call to access the next page of results.

listJobs_dataSetId :: Lens' ListJobs (Maybe Text) Source #

The unique identifier for a data set.

listJobs_maxResults :: Lens' ListJobs (Maybe Natural) Source #

The maximum number of results returned by a single call.

listJobs_revisionId :: Lens' ListJobs (Maybe Text) Source #

The unique identifier for a revision.

Destructuring the Response

data ListJobsResponse Source #

See: newListJobsResponse smart constructor.

Constructors

ListJobsResponse' 

Fields

Instances

Instances details
Eq ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Read ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Show ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Generic ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Associated Types

type Rep ListJobsResponse :: Type -> Type #

NFData ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

Methods

rnf :: ListJobsResponse -> () #

type Rep ListJobsResponse Source # 
Instance details

Defined in Amazonka.DataExchange.ListJobs

type Rep ListJobsResponse = D1 ('MetaData "ListJobsResponse" "Amazonka.DataExchange.ListJobs" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ListJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListJobsResponse Source #

Create a value of ListJobsResponse 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:ListJobs', listJobsResponse_nextToken - The token value retrieved from a previous call to access the next page of results.

$sel:jobs:ListJobsResponse', listJobsResponse_jobs - The jobs listed by the request.

$sel:httpStatus:ListJobsResponse', listJobsResponse_httpStatus - The response's http status code.

Response Lenses

listJobsResponse_nextToken :: Lens' ListJobsResponse (Maybe Text) Source #

The token value retrieved from a previous call to access the next page of results.

listJobsResponse_jobs :: Lens' ListJobsResponse (Maybe [JobEntry]) Source #

The jobs listed by the request.

listJobsResponse_httpStatus :: Lens' ListJobsResponse Int Source #

The response's http status code.