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

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

data ListTopicsDetectionJobs Source #

See: newListTopicsDetectionJobs smart constructor.

Constructors

ListTopicsDetectionJobs' 

Fields

Instances

Instances details
Eq ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Read ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Show ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Generic ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Associated Types

type Rep ListTopicsDetectionJobs :: Type -> Type #

NFData ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Methods

rnf :: ListTopicsDetectionJobs -> () #

Hashable ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

ToJSON ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

AWSPager ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

AWSRequest ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

ToHeaders ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

ToPath ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

ToQuery ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

type Rep ListTopicsDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

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

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

newListTopicsDetectionJobs :: ListTopicsDetectionJobs Source #

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

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

$sel:maxResults:ListTopicsDetectionJobs', listTopicsDetectionJobs_maxResults - The maximum number of results to return in each page. The default is 100.

Request Lenses

listTopicsDetectionJobs_nextToken :: Lens' ListTopicsDetectionJobs (Maybe Text) Source #

Identifies the next page of results to return.

listTopicsDetectionJobs_filter :: Lens' ListTopicsDetectionJobs (Maybe TopicsDetectionJobFilter) Source #

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

listTopicsDetectionJobs_maxResults :: Lens' ListTopicsDetectionJobs (Maybe Natural) Source #

The maximum number of results to return in each page. The default is 100.

Destructuring the Response

data ListTopicsDetectionJobsResponse Source #

See: newListTopicsDetectionJobsResponse smart constructor.

Constructors

ListTopicsDetectionJobsResponse' 

Fields

Instances

Instances details
Eq ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Read ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Show ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Generic ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

Associated Types

type Rep ListTopicsDetectionJobsResponse :: Type -> Type #

NFData ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

type Rep ListTopicsDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTopicsDetectionJobs

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

newListTopicsDetectionJobsResponse Source #

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

$sel:topicsDetectionJobPropertiesList:ListTopicsDetectionJobsResponse', listTopicsDetectionJobsResponse_topicsDetectionJobPropertiesList - A list containing the properties of each job that is returned.

$sel:httpStatus:ListTopicsDetectionJobsResponse', listTopicsDetectionJobsResponse_httpStatus - The response's http status code.

Response Lenses