| 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.Comprehend.DescribePiiEntitiesDetectionJob
Description
Gets the properties associated with a PII entities detection job. For example, you can use this operation to get the job status.
Synopsis
- data DescribePiiEntitiesDetectionJob = DescribePiiEntitiesDetectionJob' {}
- newDescribePiiEntitiesDetectionJob :: Text -> DescribePiiEntitiesDetectionJob
- describePiiEntitiesDetectionJob_jobId :: Lens' DescribePiiEntitiesDetectionJob Text
- data DescribePiiEntitiesDetectionJobResponse = DescribePiiEntitiesDetectionJobResponse' {}
- newDescribePiiEntitiesDetectionJobResponse :: Int -> DescribePiiEntitiesDetectionJobResponse
- describePiiEntitiesDetectionJobResponse_piiEntitiesDetectionJobProperties :: Lens' DescribePiiEntitiesDetectionJobResponse (Maybe PiiEntitiesDetectionJobProperties)
- describePiiEntitiesDetectionJobResponse_httpStatus :: Lens' DescribePiiEntitiesDetectionJobResponse Int
Creating a Request
data DescribePiiEntitiesDetectionJob Source #
See: newDescribePiiEntitiesDetectionJob smart constructor.
Constructors
| DescribePiiEntitiesDetectionJob' | |
Instances
newDescribePiiEntitiesDetectionJob Source #
Create a value of DescribePiiEntitiesDetectionJob 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:
DescribePiiEntitiesDetectionJob, describePiiEntitiesDetectionJob_jobId - The identifier that Amazon Comprehend generated for the job. The
operation returns this identifier in its response.
Request Lenses
describePiiEntitiesDetectionJob_jobId :: Lens' DescribePiiEntitiesDetectionJob Text Source #
The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.
Destructuring the Response
data DescribePiiEntitiesDetectionJobResponse Source #
See: newDescribePiiEntitiesDetectionJobResponse smart constructor.
Constructors
| DescribePiiEntitiesDetectionJobResponse' | |
Fields
| |
Instances
newDescribePiiEntitiesDetectionJobResponse Source #
Arguments
| :: Int | |
| -> DescribePiiEntitiesDetectionJobResponse |
Create a value of DescribePiiEntitiesDetectionJobResponse 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:piiEntitiesDetectionJobProperties:DescribePiiEntitiesDetectionJobResponse', describePiiEntitiesDetectionJobResponse_piiEntitiesDetectionJobProperties - Undocumented member.
$sel:httpStatus:DescribePiiEntitiesDetectionJobResponse', describePiiEntitiesDetectionJobResponse_httpStatus - The response's http status code.
Response Lenses
describePiiEntitiesDetectionJobResponse_piiEntitiesDetectionJobProperties :: Lens' DescribePiiEntitiesDetectionJobResponse (Maybe PiiEntitiesDetectionJobProperties) Source #
Undocumented member.
describePiiEntitiesDetectionJobResponse_httpStatus :: Lens' DescribePiiEntitiesDetectionJobResponse Int Source #
The response's http status code.