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

Description

Stops a PII entities detection job in progress.

Synopsis

Creating a Request

data StopPiiEntitiesDetectionJob Source #

See: newStopPiiEntitiesDetectionJob smart constructor.

Constructors

StopPiiEntitiesDetectionJob' 

Fields

  • jobId :: Text

    The identifier of the PII entities detection job to stop.

Instances

Instances details
Eq StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

Read StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

Show StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

Generic StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

Associated Types

type Rep StopPiiEntitiesDetectionJob :: Type -> Type #

NFData StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

Hashable StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

ToJSON StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

AWSRequest StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

ToHeaders StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

ToPath StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

ToQuery StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

type Rep StopPiiEntitiesDetectionJob Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

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

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

newStopPiiEntitiesDetectionJob Source #

Create a value of StopPiiEntitiesDetectionJob 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:StopPiiEntitiesDetectionJob', stopPiiEntitiesDetectionJob_jobId - The identifier of the PII entities detection job to stop.

Request Lenses

stopPiiEntitiesDetectionJob_jobId :: Lens' StopPiiEntitiesDetectionJob Text Source #

The identifier of the PII entities detection job to stop.

Destructuring the Response

data StopPiiEntitiesDetectionJobResponse Source #

Constructors

StopPiiEntitiesDetectionJobResponse' 

Fields

Instances

Instances details
Eq StopPiiEntitiesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

Read StopPiiEntitiesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

Show StopPiiEntitiesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

Generic StopPiiEntitiesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

NFData StopPiiEntitiesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

type Rep StopPiiEntitiesDetectionJobResponse Source # 
Instance details

Defined in Amazonka.Comprehend.StopPiiEntitiesDetectionJob

type Rep StopPiiEntitiesDetectionJobResponse = D1 ('MetaData "StopPiiEntitiesDetectionJobResponse" "Amazonka.Comprehend.StopPiiEntitiesDetectionJob" "libZSservicesZSamazonka-comprehendZSamazonka-comprehend" 'False) (C1 ('MetaCons "StopPiiEntitiesDetectionJobResponse'" '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))))

newStopPiiEntitiesDetectionJobResponse Source #

Create a value of StopPiiEntitiesDetectionJobResponse 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:StopPiiEntitiesDetectionJob', stopPiiEntitiesDetectionJobResponse_jobId - The identifier of the PII entities detection job to stop.

$sel:jobStatus:StopPiiEntitiesDetectionJobResponse', stopPiiEntitiesDetectionJobResponse_jobStatus - The status of the PII entities detection job.

$sel:httpStatus:StopPiiEntitiesDetectionJobResponse', stopPiiEntitiesDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses

stopPiiEntitiesDetectionJobResponse_jobId :: Lens' StopPiiEntitiesDetectionJobResponse (Maybe Text) Source #

The identifier of the PII entities detection job to stop.