| 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.DescribePHIDetectionJob
Description
Gets the properties associated with a protected health information (PHI) detection job. Use this operation to get the status of a detection job.
Synopsis
- data DescribePHIDetectionJob = DescribePHIDetectionJob' {}
- newDescribePHIDetectionJob :: Text -> DescribePHIDetectionJob
- describePHIDetectionJob_jobId :: Lens' DescribePHIDetectionJob Text
- data DescribePHIDetectionJobResponse = DescribePHIDetectionJobResponse' {}
- newDescribePHIDetectionJobResponse :: Int -> DescribePHIDetectionJobResponse
- describePHIDetectionJobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribePHIDetectionJobResponse (Maybe ComprehendMedicalAsyncJobProperties)
- describePHIDetectionJobResponse_httpStatus :: Lens' DescribePHIDetectionJobResponse Int
Creating a Request
data DescribePHIDetectionJob Source #
See: newDescribePHIDetectionJob smart constructor.
Constructors
| DescribePHIDetectionJob' | |
Instances
newDescribePHIDetectionJob Source #
Arguments
| :: Text | |
| -> DescribePHIDetectionJob |
Create a value of DescribePHIDetectionJob 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:
DescribePHIDetectionJob, describePHIDetectionJob_jobId - The identifier that Comprehend Medical; generated for the job. The
StartPHIDetectionJob operation returns this identifier in its
response.
Request Lenses
describePHIDetectionJob_jobId :: Lens' DescribePHIDetectionJob Text Source #
The identifier that Comprehend Medical; generated for the job. The
StartPHIDetectionJob operation returns this identifier in its
response.
Destructuring the Response
data DescribePHIDetectionJobResponse Source #
See: newDescribePHIDetectionJobResponse smart constructor.
Constructors
| DescribePHIDetectionJobResponse' | |
Fields
| |
Instances
newDescribePHIDetectionJobResponse Source #
Create a value of DescribePHIDetectionJobResponse 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:comprehendMedicalAsyncJobProperties:DescribePHIDetectionJobResponse', describePHIDetectionJobResponse_comprehendMedicalAsyncJobProperties - An object that contains the properties associated with a detection job.
$sel:httpStatus:DescribePHIDetectionJobResponse', describePHIDetectionJobResponse_httpStatus - The response's http status code.
Response Lenses
describePHIDetectionJobResponse_comprehendMedicalAsyncJobProperties :: Lens' DescribePHIDetectionJobResponse (Maybe ComprehendMedicalAsyncJobProperties) Source #
An object that contains the properties associated with a detection job.
describePHIDetectionJobResponse_httpStatus :: Lens' DescribePHIDetectionJobResponse Int Source #
The response's http status code.