amazonka-comprehend-2.0: Amazon Comprehend SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Description

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

Synopsis

Creating a Request

data ListTargetedSentimentDetectionJobs Source #

Constructors

ListTargetedSentimentDetectionJobs' 

Fields

Instances

Instances details
ToJSON ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

ToHeaders ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

ToPath ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

ToQuery ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

AWSRequest ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Generic ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Associated Types

type Rep ListTargetedSentimentDetectionJobs :: Type -> Type #

Read ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Show ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

NFData ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Eq ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Hashable ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

type AWSResponse ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

type Rep ListTargetedSentimentDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

type Rep ListTargetedSentimentDetectionJobs = D1 ('MetaData "ListTargetedSentimentDetectionJobs" "Amazonka.Comprehend.ListTargetedSentimentDetectionJobs" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" 'False) (C1 ('MetaCons "ListTargetedSentimentDetectionJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TargetedSentimentDetectionJobFilter)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListTargetedSentimentDetectionJobs :: ListTargetedSentimentDetectionJobs Source #

Create a value of ListTargetedSentimentDetectionJobs 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:filter':ListTargetedSentimentDetectionJobs', listTargetedSentimentDetectionJobs_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:ListTargetedSentimentDetectionJobs', listTargetedSentimentDetectionJobs_maxResults - The maximum number of results to return in each page. The default is 100.

ListTargetedSentimentDetectionJobs, listTargetedSentimentDetectionJobs_nextToken - Identifies the next page of results to return.

Request Lenses

listTargetedSentimentDetectionJobs_filter :: Lens' ListTargetedSentimentDetectionJobs (Maybe TargetedSentimentDetectionJobFilter) 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.

listTargetedSentimentDetectionJobs_maxResults :: Lens' ListTargetedSentimentDetectionJobs (Maybe Natural) Source #

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

Destructuring the Response

data ListTargetedSentimentDetectionJobsResponse Source #

Constructors

ListTargetedSentimentDetectionJobsResponse' 

Fields

Instances

Instances details
Generic ListTargetedSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Read ListTargetedSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Show ListTargetedSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

NFData ListTargetedSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

Eq ListTargetedSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

type Rep ListTargetedSentimentDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListTargetedSentimentDetectionJobs

type Rep ListTargetedSentimentDetectionJobsResponse = D1 ('MetaData "ListTargetedSentimentDetectionJobsResponse" "Amazonka.Comprehend.ListTargetedSentimentDetectionJobs" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" 'False) (C1 ('MetaCons "ListTargetedSentimentDetectionJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "targetedSentimentDetectionJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TargetedSentimentDetectionJobProperties])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses