libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical
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.ComprehendMedical.StopPHIDetectionJob

Description

Stops a protected health information (PHI) detection job in progress.

Synopsis

Creating a Request

data StopPHIDetectionJob Source #

See: newStopPHIDetectionJob smart constructor.

Constructors

StopPHIDetectionJob' 

Fields

  • jobId :: Text

    The identifier of the PHI detection job to stop.

Instances

Instances details
Eq StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Read StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Show StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Generic StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Associated Types

type Rep StopPHIDetectionJob :: Type -> Type #

NFData StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Methods

rnf :: StopPHIDetectionJob -> () #

Hashable StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

ToJSON StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

AWSRequest StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Associated Types

type AWSResponse StopPHIDetectionJob #

ToHeaders StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

ToPath StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

ToQuery StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

type Rep StopPHIDetectionJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

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

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

newStopPHIDetectionJob Source #

Create a value of StopPHIDetectionJob 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:StopPHIDetectionJob', stopPHIDetectionJob_jobId - The identifier of the PHI detection job to stop.

Request Lenses

stopPHIDetectionJob_jobId :: Lens' StopPHIDetectionJob Text Source #

The identifier of the PHI detection job to stop.

Destructuring the Response

data StopPHIDetectionJobResponse Source #

See: newStopPHIDetectionJobResponse smart constructor.

Constructors

StopPHIDetectionJobResponse' 

Fields

Instances

Instances details
Eq StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Read StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Show StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Generic StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

Associated Types

type Rep StopPHIDetectionJobResponse :: Type -> Type #

NFData StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

type Rep StopPHIDetectionJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopPHIDetectionJob

type Rep StopPHIDetectionJobResponse = D1 ('MetaData "StopPHIDetectionJobResponse" "Amazonka.ComprehendMedical.StopPHIDetectionJob" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" 'False) (C1 ('MetaCons "StopPHIDetectionJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopPHIDetectionJobResponse Source #

Create a value of StopPHIDetectionJobResponse 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:StopPHIDetectionJob', stopPHIDetectionJobResponse_jobId - The identifier of the PHI detection job that was stopped.

$sel:httpStatus:StopPHIDetectionJobResponse', stopPHIDetectionJobResponse_httpStatus - The response's http status code.

Response Lenses

stopPHIDetectionJobResponse_jobId :: Lens' StopPHIDetectionJobResponse (Maybe Text) Source #

The identifier of the PHI detection job that was stopped.