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

Description

Stops an events detection job in progress.

Synopsis

Creating a Request

data StopEventsDetectionJob Source #

See: newStopEventsDetectionJob smart constructor.

Constructors

StopEventsDetectionJob' 

Fields

  • jobId :: Text

    The identifier of the events detection job to stop.

Instances

Instances details
Eq StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Read StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Show StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Generic StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Associated Types

type Rep StopEventsDetectionJob :: Type -> Type #

NFData StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Methods

rnf :: StopEventsDetectionJob -> () #

Hashable StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

ToJSON StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

AWSRequest StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Associated Types

type AWSResponse StopEventsDetectionJob #

ToHeaders StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

ToPath StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

ToQuery StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

type Rep StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

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

Defined in Amazonka.Comprehend.StopEventsDetectionJob

newStopEventsDetectionJob Source #

Create a value of StopEventsDetectionJob 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:StopEventsDetectionJob', stopEventsDetectionJob_jobId - The identifier of the events detection job to stop.

Request Lenses

stopEventsDetectionJob_jobId :: Lens' StopEventsDetectionJob Text Source #

The identifier of the events detection job to stop.

Destructuring the Response

data StopEventsDetectionJobResponse Source #

See: newStopEventsDetectionJobResponse smart constructor.

Constructors

StopEventsDetectionJobResponse' 

Fields

Instances

Instances details
Eq StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Read StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Show StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Generic StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Associated Types

type Rep StopEventsDetectionJobResponse :: Type -> Type #

NFData StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

type Rep StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

type Rep StopEventsDetectionJobResponse = D1 ('MetaData "StopEventsDetectionJobResponse" "Amazonka.Comprehend.StopEventsDetectionJob" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "StopEventsDetectionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "jobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newStopEventsDetectionJobResponse Source #

Create a value of StopEventsDetectionJobResponse 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:StopEventsDetectionJob', stopEventsDetectionJobResponse_jobId - The identifier of the events detection job to stop.

$sel:jobStatus:StopEventsDetectionJobResponse', stopEventsDetectionJobResponse_jobStatus - The status of the events detection job.

$sel:httpStatus:StopEventsDetectionJobResponse', stopEventsDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses

stopEventsDetectionJobResponse_jobId :: Lens' StopEventsDetectionJobResponse (Maybe Text) Source #

The identifier of the events detection job to stop.