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 a medical entities detection job in progress.
Synopsis
- data StopEntitiesDetectionV2Job = StopEntitiesDetectionV2Job' {}
- newStopEntitiesDetectionV2Job :: Text -> StopEntitiesDetectionV2Job
- stopEntitiesDetectionV2Job_jobId :: Lens' StopEntitiesDetectionV2Job Text
- data StopEntitiesDetectionV2JobResponse = StopEntitiesDetectionV2JobResponse' {
- jobId :: Maybe Text
- httpStatus :: Int
- newStopEntitiesDetectionV2JobResponse :: Int -> StopEntitiesDetectionV2JobResponse
- stopEntitiesDetectionV2JobResponse_jobId :: Lens' StopEntitiesDetectionV2JobResponse (Maybe Text)
- stopEntitiesDetectionV2JobResponse_httpStatus :: Lens' StopEntitiesDetectionV2JobResponse Int
Creating a Request
data StopEntitiesDetectionV2Job Source #
See: newStopEntitiesDetectionV2Job
smart constructor.
Instances
newStopEntitiesDetectionV2Job Source #
Create a value of StopEntitiesDetectionV2Job
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:StopEntitiesDetectionV2Job'
, stopEntitiesDetectionV2Job_jobId
- The identifier of the medical entities job to stop.
Request Lenses
stopEntitiesDetectionV2Job_jobId :: Lens' StopEntitiesDetectionV2Job Text Source #
The identifier of the medical entities job to stop.
Destructuring the Response
data StopEntitiesDetectionV2JobResponse Source #
See: newStopEntitiesDetectionV2JobResponse
smart constructor.
StopEntitiesDetectionV2JobResponse' | |
|
Instances
newStopEntitiesDetectionV2JobResponse Source #
Create a value of StopEntitiesDetectionV2JobResponse
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:StopEntitiesDetectionV2Job'
, stopEntitiesDetectionV2JobResponse_jobId
- The identifier of the medical entities detection job that was stopped.
$sel:httpStatus:StopEntitiesDetectionV2JobResponse'
, stopEntitiesDetectionV2JobResponse_httpStatus
- The response's http status code.
Response Lenses
stopEntitiesDetectionV2JobResponse_jobId :: Lens' StopEntitiesDetectionV2JobResponse (Maybe Text) Source #
The identifier of the medical entities detection job that was stopped.
stopEntitiesDetectionV2JobResponse_httpStatus :: Lens' StopEntitiesDetectionV2JobResponse Int Source #
The response's http status code.