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

Description

Stops an InferSNOMEDCT inference job in progress.

Synopsis

Creating a Request

data StopSNOMEDCTInferenceJob Source #

See: newStopSNOMEDCTInferenceJob smart constructor.

Constructors

StopSNOMEDCTInferenceJob' 

Fields

  • jobId :: Text

    The job id of the asynchronous InferSNOMEDCT job to be stopped.

Instances

Instances details
ToJSON StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

ToHeaders StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

ToPath StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

ToQuery StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

AWSRequest StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Generic StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Associated Types

type Rep StopSNOMEDCTInferenceJob :: Type -> Type #

Read StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Show StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

NFData StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Eq StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Hashable StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

type AWSResponse StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

type Rep StopSNOMEDCTInferenceJob Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

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

newStopSNOMEDCTInferenceJob Source #

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

StopSNOMEDCTInferenceJob, stopSNOMEDCTInferenceJob_jobId - The job id of the asynchronous InferSNOMEDCT job to be stopped.

Request Lenses

stopSNOMEDCTInferenceJob_jobId :: Lens' StopSNOMEDCTInferenceJob Text Source #

The job id of the asynchronous InferSNOMEDCT job to be stopped.

Destructuring the Response

data StopSNOMEDCTInferenceJobResponse Source #

See: newStopSNOMEDCTInferenceJobResponse smart constructor.

Constructors

StopSNOMEDCTInferenceJobResponse' 

Fields

  • jobId :: Maybe Text

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Generic StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Associated Types

type Rep StopSNOMEDCTInferenceJobResponse :: Type -> Type #

Read StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Show StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

NFData StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

Eq StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

type Rep StopSNOMEDCTInferenceJobResponse Source # 
Instance details

Defined in Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob

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

newStopSNOMEDCTInferenceJobResponse Source #

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

StopSNOMEDCTInferenceJob, stopSNOMEDCTInferenceJobResponse_jobId - The identifier generated for the job. To get the status of job, use this identifier with the DescribeSNOMEDCTInferenceJob operation.

$sel:httpStatus:StopSNOMEDCTInferenceJobResponse', stopSNOMEDCTInferenceJobResponse_httpStatus - The response's http status code.

Response Lenses

stopSNOMEDCTInferenceJobResponse_jobId :: Lens' StopSNOMEDCTInferenceJobResponse (Maybe Text) Source #

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