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

Description

Gets the properties associated with a dominant language detection job. Use this operation to get the status of a detection job.

Synopsis

Creating a Request

data DescribeDominantLanguageDetectionJob Source #

Constructors

DescribeDominantLanguageDetectionJob' 

Fields

  • jobId :: Text

    The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.

Instances

Instances details
Eq DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

Read DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

Show DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

Generic DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

NFData DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

Hashable DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

ToJSON DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

AWSRequest DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

ToHeaders DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

ToPath DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

ToQuery DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

type Rep DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

type Rep DescribeDominantLanguageDetectionJob = D1 ('MetaData "DescribeDominantLanguageDetectionJob" "Amazonka.Comprehend.DescribeDominantLanguageDetectionJob" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "DescribeDominantLanguageDetectionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeDominantLanguageDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

newDescribeDominantLanguageDetectionJob Source #

Create a value of DescribeDominantLanguageDetectionJob 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:jobId:DescribeDominantLanguageDetectionJob', describeDominantLanguageDetectionJob_jobId - The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.

Request Lenses

describeDominantLanguageDetectionJob_jobId :: Lens' DescribeDominantLanguageDetectionJob Text Source #

The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.

Destructuring the Response

data DescribeDominantLanguageDetectionJobResponse Source #

Constructors

DescribeDominantLanguageDetectionJobResponse' 

Fields

Instances

Instances details
Eq DescribeDominantLanguageDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

Read DescribeDominantLanguageDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

Show DescribeDominantLanguageDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

Generic DescribeDominantLanguageDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

NFData DescribeDominantLanguageDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

type Rep DescribeDominantLanguageDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeDominantLanguageDetectionJob

type Rep DescribeDominantLanguageDetectionJobResponse = D1 ('MetaData "DescribeDominantLanguageDetectionJobResponse" "Amazonka.Comprehend.DescribeDominantLanguageDetectionJob" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "DescribeDominantLanguageDetectionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dominantLanguageDetectionJobProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DominantLanguageDetectionJobProperties)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeDominantLanguageDetectionJobResponse Source #

Create a value of DescribeDominantLanguageDetectionJobResponse 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:dominantLanguageDetectionJobProperties:DescribeDominantLanguageDetectionJobResponse', describeDominantLanguageDetectionJobResponse_dominantLanguageDetectionJobProperties - An object that contains the properties associated with a dominant language detection job.

$sel:httpStatus:DescribeDominantLanguageDetectionJobResponse', describeDominantLanguageDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses