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

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

data ListDominantLanguageDetectionJobs Source #

See: newListDominantLanguageDetectionJobs smart constructor.

Constructors

ListDominantLanguageDetectionJobs' 

Fields

Instances

Instances details
Eq ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

Read ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

Show ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

Generic ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

Associated Types

type Rep ListDominantLanguageDetectionJobs :: Type -> Type #

NFData ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

Hashable ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

ToJSON ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

AWSPager ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

AWSRequest ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

ToHeaders ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

ToPath ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

ToQuery ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

type Rep ListDominantLanguageDetectionJobs Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

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

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

newListDominantLanguageDetectionJobs :: ListDominantLanguageDetectionJobs Source #

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

$sel:filter':ListDominantLanguageDetectionJobs', listDominantLanguageDetectionJobs_filter - Filters that 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:ListDominantLanguageDetectionJobs', listDominantLanguageDetectionJobs_maxResults - The maximum number of results to return in each page. The default is 100.

Request Lenses

listDominantLanguageDetectionJobs_filter :: Lens' ListDominantLanguageDetectionJobs (Maybe DominantLanguageDetectionJobFilter) Source #

Filters that 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.

listDominantLanguageDetectionJobs_maxResults :: Lens' ListDominantLanguageDetectionJobs (Maybe Natural) Source #

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

Destructuring the Response

data ListDominantLanguageDetectionJobsResponse Source #

Constructors

ListDominantLanguageDetectionJobsResponse' 

Fields

Instances

Instances details
Eq ListDominantLanguageDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

Read ListDominantLanguageDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

Show ListDominantLanguageDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

Generic ListDominantLanguageDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

NFData ListDominantLanguageDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

type Rep ListDominantLanguageDetectionJobsResponse Source # 
Instance details

Defined in Amazonka.Comprehend.ListDominantLanguageDetectionJobs

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

Response Lenses