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 key phrases detection job. Use this operation to get the status of a detection job.
Synopsis
- data DescribeKeyPhrasesDetectionJob = DescribeKeyPhrasesDetectionJob' {}
- newDescribeKeyPhrasesDetectionJob :: Text -> DescribeKeyPhrasesDetectionJob
- describeKeyPhrasesDetectionJob_jobId :: Lens' DescribeKeyPhrasesDetectionJob Text
- data DescribeKeyPhrasesDetectionJobResponse = DescribeKeyPhrasesDetectionJobResponse' {}
- newDescribeKeyPhrasesDetectionJobResponse :: Int -> DescribeKeyPhrasesDetectionJobResponse
- describeKeyPhrasesDetectionJobResponse_keyPhrasesDetectionJobProperties :: Lens' DescribeKeyPhrasesDetectionJobResponse (Maybe KeyPhrasesDetectionJobProperties)
- describeKeyPhrasesDetectionJobResponse_httpStatus :: Lens' DescribeKeyPhrasesDetectionJobResponse Int
Creating a Request
data DescribeKeyPhrasesDetectionJob Source #
See: newDescribeKeyPhrasesDetectionJob
smart constructor.
Instances
newDescribeKeyPhrasesDetectionJob Source #
Create a value of DescribeKeyPhrasesDetectionJob
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:DescribeKeyPhrasesDetectionJob'
, describeKeyPhrasesDetectionJob_jobId
- The identifier that Amazon Comprehend generated for the job. The
operation returns this identifier in its response.
Request Lenses
describeKeyPhrasesDetectionJob_jobId :: Lens' DescribeKeyPhrasesDetectionJob Text Source #
The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.
Destructuring the Response
data DescribeKeyPhrasesDetectionJobResponse Source #
See: newDescribeKeyPhrasesDetectionJobResponse
smart constructor.
DescribeKeyPhrasesDetectionJobResponse' | |
|
Instances
newDescribeKeyPhrasesDetectionJobResponse Source #
Create a value of DescribeKeyPhrasesDetectionJobResponse
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:keyPhrasesDetectionJobProperties:DescribeKeyPhrasesDetectionJobResponse'
, describeKeyPhrasesDetectionJobResponse_keyPhrasesDetectionJobProperties
- An object that contains the properties associated with a key phrases
detection job.
$sel:httpStatus:DescribeKeyPhrasesDetectionJobResponse'
, describeKeyPhrasesDetectionJobResponse_httpStatus
- The response's http status code.
Response Lenses
describeKeyPhrasesDetectionJobResponse_keyPhrasesDetectionJobProperties :: Lens' DescribeKeyPhrasesDetectionJobResponse (Maybe KeyPhrasesDetectionJobProperties) Source #
An object that contains the properties associated with a key phrases detection job.
describeKeyPhrasesDetectionJobResponse_httpStatus :: Lens' DescribeKeyPhrasesDetectionJobResponse Int Source #
The response's http status code.