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 |
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.
Instances
newDescribePHIDetectionJob Source #
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:
$sel:jobId:DescribePHIDetectionJob'
, describePHIDetectionJob_jobId
- The identifier that Amazon 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 Amazon 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.
DescribePHIDetectionJobResponse' | |
|
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.