amazonka-comprehendmedical-2.0: Amazon Comprehend Medical 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.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
ToJSON StopRxNormInferenceJob Source # 
Instance details

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

AWSRequest StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type AWSResponse StopRxNormInferenceJob #

Generic StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type Rep StopRxNormInferenceJob :: Type -> Type #

Read StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Show StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

NFData StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Methods

rnf :: StopRxNormInferenceJob -> () #

Eq StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Hashable StopRxNormInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

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

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:

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

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Associated Types

type Rep StopRxNormInferenceJobResponse :: Type -> Type #

Read StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Show StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

NFData StopRxNormInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopRxNormInferenceJob

Eq 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" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" '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:

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.