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 protected health information (PHI) detection job in progress.
Synopsis
- data StopPHIDetectionJob = StopPHIDetectionJob' {}
- newStopPHIDetectionJob :: Text -> StopPHIDetectionJob
- stopPHIDetectionJob_jobId :: Lens' StopPHIDetectionJob Text
- data StopPHIDetectionJobResponse = StopPHIDetectionJobResponse' {
- jobId :: Maybe Text
- httpStatus :: Int
- newStopPHIDetectionJobResponse :: Int -> StopPHIDetectionJobResponse
- stopPHIDetectionJobResponse_jobId :: Lens' StopPHIDetectionJobResponse (Maybe Text)
- stopPHIDetectionJobResponse_httpStatus :: Lens' StopPHIDetectionJobResponse Int
Creating a Request
data StopPHIDetectionJob Source #
See: newStopPHIDetectionJob
smart constructor.
Instances
newStopPHIDetectionJob Source #
Create a value of StopPHIDetectionJob
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:StopPHIDetectionJob'
, stopPHIDetectionJob_jobId
- The identifier of the PHI detection job to stop.
Request Lenses
stopPHIDetectionJob_jobId :: Lens' StopPHIDetectionJob Text Source #
The identifier of the PHI detection job to stop.
Destructuring the Response
data StopPHIDetectionJobResponse Source #
See: newStopPHIDetectionJobResponse
smart constructor.
StopPHIDetectionJobResponse' | |
|
Instances
newStopPHIDetectionJobResponse Source #
Create a value of StopPHIDetectionJobResponse
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:StopPHIDetectionJob'
, stopPHIDetectionJobResponse_jobId
- The identifier of the PHI detection job that was stopped.
$sel:httpStatus:StopPHIDetectionJobResponse'
, stopPHIDetectionJobResponse_httpStatus
- The response's http status code.
Response Lenses
stopPHIDetectionJobResponse_jobId :: Lens' StopPHIDetectionJobResponse (Maybe Text) Source #
The identifier of the PHI detection job that was stopped.
stopPHIDetectionJobResponse_httpStatus :: Lens' StopPHIDetectionJobResponse Int Source #
The response's http status code.