libZSservicesZSamazonka-comprehendZSamazonka-comprehend
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.Comprehend.ListEventsDetectionJobs

Description

Gets a list of the events detection jobs that you have submitted.

Synopsis

Creating a Request

data ListEventsDetectionJobs Source #

See: newListEventsDetectionJobs smart constructor.

Constructors

ListEventsDetectionJobs' 

Fields

Instances

Instances details
Eq ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Read ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Show ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Generic ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Associated Types

type Rep ListEventsDetectionJobs :: Type -> Type #

NFData ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Methods

rnf :: ListEventsDetectionJobs -> () #

Hashable ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

ToJSON ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

AWSRequest ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

ToHeaders ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

ToPath ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

ToQuery ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

type Rep ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

type Rep ListEventsDetectionJobs = D1 ('MetaData "ListEventsDetectionJobs" "Amazonka.Comprehend.ListEventsDetectionJobs" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "ListEventsDetectionJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventsDetectionJobFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListEventsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

newListEventsDetectionJobs :: ListEventsDetectionJobs Source #

Create a value of ListEventsDetectionJobs 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:ListEventsDetectionJobs', listEventsDetectionJobs_nextToken - Identifies the next page of results to return.

$sel:filter':ListEventsDetectionJobs', listEventsDetectionJobs_filter - Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.

$sel:maxResults:ListEventsDetectionJobs', listEventsDetectionJobs_maxResults - The maximum number of results to return in each page.

Request Lenses

listEventsDetectionJobs_nextToken :: Lens' ListEventsDetectionJobs (Maybe Text) Source #

Identifies the next page of results to return.

listEventsDetectionJobs_filter :: Lens' ListEventsDetectionJobs (Maybe EventsDetectionJobFilter) Source #

Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.

listEventsDetectionJobs_maxResults :: Lens' ListEventsDetectionJobs (Maybe Natural) Source #

The maximum number of results to return in each page.

Destructuring the Response

data ListEventsDetectionJobsResponse Source #

See: newListEventsDetectionJobsResponse smart constructor.

Constructors

ListEventsDetectionJobsResponse' 

Fields

Instances

Instances details
Eq ListEventsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Read ListEventsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Show ListEventsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Generic ListEventsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

Associated Types

type Rep ListEventsDetectionJobsResponse :: Type -> Type #

NFData ListEventsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

type Rep ListEventsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListEventsDetectionJobs

type Rep ListEventsDetectionJobsResponse = D1 ('MetaData "ListEventsDetectionJobsResponse" "Amazonka.Comprehend.ListEventsDetectionJobs" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "ListEventsDetectionJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventsDetectionJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EventsDetectionJobProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListEventsDetectionJobsResponse Source #

Create a value of ListEventsDetectionJobsResponse 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:eventsDetectionJobPropertiesList:ListEventsDetectionJobsResponse', listEventsDetectionJobsResponse_eventsDetectionJobPropertiesList - A list containing the properties of each job that is returned.

$sel:nextToken:ListEventsDetectionJobs', listEventsDetectionJobsResponse_nextToken - Identifies the next page of results to return.

$sel:httpStatus:ListEventsDetectionJobsResponse', listEventsDetectionJobsResponse_httpStatus - The response's http status code.

Response Lenses