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

Description

Gets the status and details of an events detection job.

Synopsis

Creating a Request

data DescribeEventsDetectionJob Source #

See: newDescribeEventsDetectionJob smart constructor.

Constructors

DescribeEventsDetectionJob' 

Fields

  • jobId :: Text

    The identifier of the events detection job.

Instances

Instances details
Eq DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Read DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Show DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Generic DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Associated Types

type Rep DescribeEventsDetectionJob :: Type -> Type #

NFData DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Hashable DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

ToJSON DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

AWSRequest DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

ToHeaders DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

ToPath DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

ToQuery DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

type Rep DescribeEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

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

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

newDescribeEventsDetectionJob Source #

Create a value of DescribeEventsDetectionJob 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:DescribeEventsDetectionJob', describeEventsDetectionJob_jobId - The identifier of the events detection job.

Request Lenses

describeEventsDetectionJob_jobId :: Lens' DescribeEventsDetectionJob Text Source #

The identifier of the events detection job.

Destructuring the Response

data DescribeEventsDetectionJobResponse Source #

Constructors

DescribeEventsDetectionJobResponse' 

Fields

Instances

Instances details
Eq DescribeEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Read DescribeEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Show DescribeEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Generic DescribeEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

Associated Types

type Rep DescribeEventsDetectionJobResponse :: Type -> Type #

NFData DescribeEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

type Rep DescribeEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.DescribeEventsDetectionJob

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

newDescribeEventsDetectionJobResponse Source #

Create a value of DescribeEventsDetectionJobResponse 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:eventsDetectionJobProperties:DescribeEventsDetectionJobResponse', describeEventsDetectionJobResponse_eventsDetectionJobProperties - An object that contains the properties associated with an event detection job.

$sel:httpStatus:DescribeEventsDetectionJobResponse', describeEventsDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses