Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Stops an InferICD10CM inference job in progress.
Synopsis
- data StopICD10CMInferenceJob = StopICD10CMInferenceJob' {}
- newStopICD10CMInferenceJob :: Text -> StopICD10CMInferenceJob
- stopICD10CMInferenceJob_jobId :: Lens' StopICD10CMInferenceJob Text
- data StopICD10CMInferenceJobResponse = StopICD10CMInferenceJobResponse' {
- jobId :: Maybe Text
- httpStatus :: Int
- newStopICD10CMInferenceJobResponse :: Int -> StopICD10CMInferenceJobResponse
- stopICD10CMInferenceJobResponse_jobId :: Lens' StopICD10CMInferenceJobResponse (Maybe Text)
- stopICD10CMInferenceJobResponse_httpStatus :: Lens' StopICD10CMInferenceJobResponse Int
Creating a Request
data StopICD10CMInferenceJob Source #
See: newStopICD10CMInferenceJob
smart constructor.
Instances
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
stopICD10CMInferenceJob_jobId :: Lens' StopICD10CMInferenceJob Text Source #
The identifier of the job.
Destructuring the Response
data StopICD10CMInferenceJobResponse Source #
See: newStopICD10CMInferenceJobResponse
smart constructor.
StopICD10CMInferenceJobResponse' | |
|
Instances
Eq StopICD10CMInferenceJobResponse Source # | |
Read StopICD10CMInferenceJobResponse Source # | |
Show StopICD10CMInferenceJobResponse Source # | |
Generic StopICD10CMInferenceJobResponse Source # | |
NFData StopICD10CMInferenceJobResponse Source # | |
Defined in Amazonka.ComprehendMedical.StopICD10CMInferenceJob rnf :: StopICD10CMInferenceJobResponse -> () # | |
type Rep StopICD10CMInferenceJobResponse Source # | |
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.
stopICD10CMInferenceJobResponse_httpStatus :: Lens' StopICD10CMInferenceJobResponse Int Source #
The response's http status code.