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

Description

Gets a list of sentiment detection jobs that you have submitted.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSentimentDetectionJobs Source #

See: newListSentimentDetectionJobs smart constructor.

Constructors

ListSentimentDetectionJobs' 

Fields

Instances

Instances details
Eq ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Read ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Show ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Generic ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Associated Types

type Rep ListSentimentDetectionJobs :: Type -> Type #

NFData ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Hashable ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

ToJSON ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

AWSPager ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

AWSRequest ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

ToHeaders ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

ToPath ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

ToQuery ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

type Rep ListSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

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

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

newListSentimentDetectionJobs :: ListSentimentDetectionJobs Source #

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

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

Request Lenses

listSentimentDetectionJobs_nextToken :: Lens' ListSentimentDetectionJobs (Maybe Text) Source #

Identifies the next page of results to return.

listSentimentDetectionJobs_filter :: Lens' ListSentimentDetectionJobs (Maybe SentimentDetectionJobFilter) 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.

listSentimentDetectionJobs_maxResults :: Lens' ListSentimentDetectionJobs (Maybe Natural) Source #

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

Destructuring the Response

data ListSentimentDetectionJobsResponse Source #

Constructors

ListSentimentDetectionJobsResponse' 

Fields

Instances

Instances details
Eq ListSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Read ListSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Show ListSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Generic ListSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

Associated Types

type Rep ListSentimentDetectionJobsResponse :: Type -> Type #

NFData ListSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

type Rep ListSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListSentimentDetectionJobs

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

newListSentimentDetectionJobsResponse Source #

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

$sel:sentimentDetectionJobPropertiesList:ListSentimentDetectionJobsResponse', listSentimentDetectionJobsResponse_sentimentDetectionJobPropertiesList - A list containing the properties of each job that is returned.

$sel:httpStatus:ListSentimentDetectionJobsResponse', listSentimentDetectionJobsResponse_httpStatus - The response's http status code.

Response Lenses