| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ComprehendMedical.StopSNOMEDCTInferenceJob
Description
Stops an InferSNOMEDCT inference job in progress.
Synopsis
- data StopSNOMEDCTInferenceJob = StopSNOMEDCTInferenceJob' {}
- newStopSNOMEDCTInferenceJob :: Text -> StopSNOMEDCTInferenceJob
- stopSNOMEDCTInferenceJob_jobId :: Lens' StopSNOMEDCTInferenceJob Text
- data StopSNOMEDCTInferenceJobResponse = StopSNOMEDCTInferenceJobResponse' {
- jobId :: Maybe Text
- httpStatus :: Int
- newStopSNOMEDCTInferenceJobResponse :: Int -> StopSNOMEDCTInferenceJobResponse
- stopSNOMEDCTInferenceJobResponse_jobId :: Lens' StopSNOMEDCTInferenceJobResponse (Maybe Text)
- stopSNOMEDCTInferenceJobResponse_httpStatus :: Lens' StopSNOMEDCTInferenceJobResponse Int
Creating a Request
data StopSNOMEDCTInferenceJob Source #
See: newStopSNOMEDCTInferenceJob smart constructor.
Constructors
| StopSNOMEDCTInferenceJob' | |
Instances
newStopSNOMEDCTInferenceJob Source #
Arguments
| :: Text | |
| -> StopSNOMEDCTInferenceJob |
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
| |
Instances
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.
stopSNOMEDCTInferenceJobResponse_httpStatus :: Lens' StopSNOMEDCTInferenceJobResponse Int Source #
The response's http status code.