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

Description

Stops an InferICD10CM inference job in progress.

Synopsis

Creating a Request

data StopICD10CMInferenceJob Source #

See: newStopICD10CMInferenceJob smart constructor.

Constructors

StopICD10CMInferenceJob' 

Fields

Instances

Instances details
ToJSON StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

ToHeaders StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

ToPath StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

ToQuery StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

AWSRequest StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Generic StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Associated Types

type Rep StopICD10CMInferenceJob :: Type -> Type #

Read StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Show StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

NFData StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Methods

rnf :: StopICD10CMInferenceJob -> () #

Eq StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Hashable StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type AWSResponse StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type Rep StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type Rep StopICD10CMInferenceJob = D1 ('MetaData "StopICD10CMInferenceJob" "Amazonka.ComprehendMedical.StopICD10CMInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopICD10CMInferenceJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newStopICD10CMInferenceJob Source #

Create a value of StopICD10CMInferenceJob 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:

StopICD10CMInferenceJob, stopICD10CMInferenceJob_jobId - The identifier of the job.

Request Lenses

Destructuring the Response

data StopICD10CMInferenceJobResponse Source #

See: newStopICD10CMInferenceJobResponse smart constructor.

Constructors

StopICD10CMInferenceJobResponse' 

Fields

  • jobId :: Maybe Text

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Associated Types

type Rep StopICD10CMInferenceJobResponse :: Type -> Type #

Read StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Show StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

NFData StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Eq StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type Rep StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

type Rep StopICD10CMInferenceJobResponse = D1 ('MetaData "StopICD10CMInferenceJobResponse" "Amazonka.ComprehendMedical.StopICD10CMInferenceJob" "amazonka-comprehendmedical-2.0-K5bRdy29Oz63JzqZPPUiej" 'False) (C1 ('MetaCons "StopICD10CMInferenceJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStopICD10CMInferenceJobResponse Source #

Create a value of StopICD10CMInferenceJobResponse 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:

StopICD10CMInferenceJob, stopICD10CMInferenceJobResponse_jobId - The identifier generated for the job. To get the status of job, use this identifier with the DescribeICD10CMInferenceJob operation.

$sel:httpStatus:StopICD10CMInferenceJobResponse', stopICD10CMInferenceJobResponse_httpStatus - The response's http status code.

Response Lenses

stopICD10CMInferenceJobResponse_jobId :: Lens' StopICD10CMInferenceJobResponse (Maybe Text) Source #

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