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

Description

Stops an InferRxNorm inference job in progress.

Synopsis

Creating a Request

data StopRxNormInferenceJob Source #

See: newStopRxNormInferenceJob smart constructor.

Constructors

StopRxNormInferenceJob' 

Fields

Instances

Instances details
Eq StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Read StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Show StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Generic StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type Rep StopRxNormInferenceJob :: Type -> Type #

NFData StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Methods

rnf :: StopRxNormInferenceJob -> () #

Hashable StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

ToJSON StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

AWSRequest StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type AWSResponse StopRxNormInferenceJob #

ToHeaders StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

ToPath StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

ToQuery StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

type Rep StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

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

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

newStopRxNormInferenceJob Source #

Create a value of StopRxNormInferenceJob 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:StopRxNormInferenceJob', stopRxNormInferenceJob_jobId - The identifier of the job.

Request Lenses

Destructuring the Response

data StopRxNormInferenceJobResponse Source #

See: newStopRxNormInferenceJobResponse smart constructor.

Constructors

StopRxNormInferenceJobResponse' 

Fields

  • jobId :: Maybe Text

    The identifier generated for the job. To get the status of job, use this identifier with the DescribeRxNormInferenceJob operation.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Read StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Show StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Generic StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type Rep StopRxNormInferenceJobResponse :: Type -> Type #

NFData StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

type Rep StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

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

newStopRxNormInferenceJobResponse Source #

Create a value of StopRxNormInferenceJobResponse 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:StopRxNormInferenceJob', stopRxNormInferenceJobResponse_jobId - The identifier generated for the job. To get the status of job, use this identifier with the DescribeRxNormInferenceJob operation.

$sel:httpStatus:StopRxNormInferenceJobResponse', stopRxNormInferenceJobResponse_httpStatus - The response's http status code.

Response Lenses

stopRxNormInferenceJobResponse_jobId :: Lens' StopRxNormInferenceJobResponse (Maybe Text) Source #

The identifier generated for the job. To get the status of job, use this identifier with the DescribeRxNormInferenceJob operation.