amazonka-comprehend-2.0: Amazon Comprehend SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.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

AWSRequest StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Associated Types

type AWSResponse StopEventsDetectionJob #

Generic StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Associated Types

type Rep StopEventsDetectionJob :: Type -> Type #

Read StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Show StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

NFData StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Methods

rnf :: StopEventsDetectionJob -> () #

Eq StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Hashable StopEventsDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

type AWSResponse 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" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" 'False) (C1 ('MetaCons "StopEventsDetectionJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Associated Types

type Rep StopEventsDetectionJobResponse :: Type -> Type #

Read StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Show StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

NFData StopEventsDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopEventsDetectionJob

Eq 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" "amazonka-comprehend-2.0-Ko6GCjAQF2RARapSdPn69F" '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:

StopEventsDetectionJob, stopEventsDetectionJobResponse_jobId - The identifier of the events detection job to stop.

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.