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

Description

Get a list of key phrase detection jobs that you have submitted.

This operation returns paginated results.

Synopsis

Creating a Request

data ListKeyPhrasesDetectionJobs Source #

See: newListKeyPhrasesDetectionJobs smart constructor.

Constructors

ListKeyPhrasesDetectionJobs' 

Fields

Instances

Instances details
Eq ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

Read ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

Show ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

Generic ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

Associated Types

type Rep ListKeyPhrasesDetectionJobs :: Type -> Type #

NFData ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

Hashable ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

ToJSON ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

AWSPager ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

AWSRequest ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

ToHeaders ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

ToPath ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

ToQuery ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

type Rep ListKeyPhrasesDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

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

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

newListKeyPhrasesDetectionJobs :: ListKeyPhrasesDetectionJobs Source #

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

$sel:filter':ListKeyPhrasesDetectionJobs', listKeyPhrasesDetectionJobs_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:ListKeyPhrasesDetectionJobs', listKeyPhrasesDetectionJobs_maxResults - The maximum number of results to return in each page. The default is 100.

Request Lenses

listKeyPhrasesDetectionJobs_nextToken :: Lens' ListKeyPhrasesDetectionJobs (Maybe Text) Source #

Identifies the next page of results to return.

listKeyPhrasesDetectionJobs_filter :: Lens' ListKeyPhrasesDetectionJobs (Maybe KeyPhrasesDetectionJobFilter) 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.

listKeyPhrasesDetectionJobs_maxResults :: Lens' ListKeyPhrasesDetectionJobs (Maybe Natural) Source #

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

Destructuring the Response

data ListKeyPhrasesDetectionJobsResponse Source #

Constructors

ListKeyPhrasesDetectionJobsResponse' 

Fields

Instances

Instances details
Eq ListKeyPhrasesDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

Read ListKeyPhrasesDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

Show ListKeyPhrasesDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

Generic ListKeyPhrasesDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

NFData ListKeyPhrasesDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

type Rep ListKeyPhrasesDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListKeyPhrasesDetectionJobs

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

newListKeyPhrasesDetectionJobsResponse Source #

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

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

$sel:httpStatus:ListKeyPhrasesDetectionJobsResponse', listKeyPhrasesDetectionJobsResponse_httpStatus - The response's http status code.

Response Lenses