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.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
Eq StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Read StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Show 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 #

NFData StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Methods

rnf :: StopICD10CMInferenceJob -> () #

Hashable StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

ToJSON StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

AWSRequest 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

type Rep StopICD10CMInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

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

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

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:

$sel:jobId: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
Eq StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Read StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Show StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Generic StopICD10CMInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob

Associated Types

type Rep StopICD10CMInferenceJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-comprehendmedicalZSamazonka-comprehendmedical" '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:

$sel:jobId: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.