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 PII entities detection job in progress.
Synopsis
- data StopPiiEntitiesDetectionJob = StopPiiEntitiesDetectionJob' {}
- newStopPiiEntitiesDetectionJob :: Text -> StopPiiEntitiesDetectionJob
- stopPiiEntitiesDetectionJob_jobId :: Lens' StopPiiEntitiesDetectionJob Text
- data StopPiiEntitiesDetectionJobResponse = StopPiiEntitiesDetectionJobResponse' {}
- newStopPiiEntitiesDetectionJobResponse :: Int -> StopPiiEntitiesDetectionJobResponse
- stopPiiEntitiesDetectionJobResponse_jobId :: Lens' StopPiiEntitiesDetectionJobResponse (Maybe Text)
- stopPiiEntitiesDetectionJobResponse_jobStatus :: Lens' StopPiiEntitiesDetectionJobResponse (Maybe JobStatus)
- stopPiiEntitiesDetectionJobResponse_httpStatus :: Lens' StopPiiEntitiesDetectionJobResponse Int
Creating a Request
data StopPiiEntitiesDetectionJob Source #
See: newStopPiiEntitiesDetectionJob
smart constructor.
Instances
newStopPiiEntitiesDetectionJob Source #
Create a value of StopPiiEntitiesDetectionJob
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:StopPiiEntitiesDetectionJob'
, stopPiiEntitiesDetectionJob_jobId
- The identifier of the PII entities detection job to stop.
Request Lenses
stopPiiEntitiesDetectionJob_jobId :: Lens' StopPiiEntitiesDetectionJob Text Source #
The identifier of the PII entities detection job to stop.
Destructuring the Response
data StopPiiEntitiesDetectionJobResponse Source #
See: newStopPiiEntitiesDetectionJobResponse
smart constructor.
Instances
newStopPiiEntitiesDetectionJobResponse Source #
Create a value of StopPiiEntitiesDetectionJobResponse
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:StopPiiEntitiesDetectionJob'
, stopPiiEntitiesDetectionJobResponse_jobId
- The identifier of the PII entities detection job to stop.
$sel:jobStatus:StopPiiEntitiesDetectionJobResponse'
, stopPiiEntitiesDetectionJobResponse_jobStatus
- The status of the PII entities detection job.
$sel:httpStatus:StopPiiEntitiesDetectionJobResponse'
, stopPiiEntitiesDetectionJobResponse_httpStatus
- The response's http status code.
Response Lenses
stopPiiEntitiesDetectionJobResponse_jobId :: Lens' StopPiiEntitiesDetectionJobResponse (Maybe Text) Source #
The identifier of the PII entities detection job to stop.
stopPiiEntitiesDetectionJobResponse_jobStatus :: Lens' StopPiiEntitiesDetectionJobResponse (Maybe JobStatus) Source #
The status of the PII entities detection job.
stopPiiEntitiesDetectionJobResponse_httpStatus :: Lens' StopPiiEntitiesDetectionJobResponse Int Source #
The response's http status code.