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

Description

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

Synopsis

Creating a Request

data DescribeTopicsDetectionJob Source #

See: newDescribeTopicsDetectionJob smart constructor.

Constructors

DescribeTopicsDetectionJob' 

Fields

  • jobId :: Text

    The identifier assigned by the user to the detection job.

Instances

Instances details
Eq DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Read DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Show DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Generic DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Associated Types

type Rep DescribeTopicsDetectionJob :: Type -> Type #

NFData DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Hashable DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

ToJSON DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

AWSRequest DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

ToHeaders DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

ToPath DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

ToQuery DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

type Rep DescribeTopicsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

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

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

newDescribeTopicsDetectionJob Source #

Create a value of DescribeTopicsDetectionJob 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:DescribeTopicsDetectionJob', describeTopicsDetectionJob_jobId - The identifier assigned by the user to the detection job.

Request Lenses

describeTopicsDetectionJob_jobId :: Lens' DescribeTopicsDetectionJob Text Source #

The identifier assigned by the user to the detection job.

Destructuring the Response

data DescribeTopicsDetectionJobResponse Source #

Constructors

DescribeTopicsDetectionJobResponse' 

Fields

Instances

Instances details
Eq DescribeTopicsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Read DescribeTopicsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Show DescribeTopicsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Generic DescribeTopicsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

Associated Types

type Rep DescribeTopicsDetectionJobResponse :: Type -> Type #

NFData DescribeTopicsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

type Rep DescribeTopicsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeTopicsDetectionJob

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

newDescribeTopicsDetectionJobResponse Source #

Create a value of DescribeTopicsDetectionJobResponse 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:topicsDetectionJobProperties:DescribeTopicsDetectionJobResponse', describeTopicsDetectionJobResponse_topicsDetectionJobProperties - The list of properties for the requested job.

$sel:httpStatus:DescribeTopicsDetectionJobResponse', describeTopicsDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses