| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Comprehend.DescribeTopicsDetectionJob
Description
Gets the properties associated with a topic detection job. Use this operation to get the status of a detection job.
- describeTopicsDetectionJob :: Text -> DescribeTopicsDetectionJob
- data DescribeTopicsDetectionJob
- dtdjJobId :: Lens' DescribeTopicsDetectionJob Text
- describeTopicsDetectionJobResponse :: Int -> DescribeTopicsDetectionJobResponse
- data DescribeTopicsDetectionJobResponse
- dtdjrsTopicsDetectionJobProperties :: Lens' DescribeTopicsDetectionJobResponse (Maybe TopicsDetectionJobProperties)
- dtdjrsResponseStatus :: Lens' DescribeTopicsDetectionJobResponse Int
Creating a Request
describeTopicsDetectionJob Source #
Arguments
| :: Text | |
| -> DescribeTopicsDetectionJob |
Creates a value of DescribeTopicsDetectionJob with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtdjJobId- The identifier assigned by the user to the detection job.
data DescribeTopicsDetectionJob Source #
See: describeTopicsDetectionJob smart constructor.
Instances
Request Lenses
dtdjJobId :: Lens' DescribeTopicsDetectionJob Text Source #
The identifier assigned by the user to the detection job.
Destructuring the Response
describeTopicsDetectionJobResponse Source #
Arguments
| :: Int | |
| -> DescribeTopicsDetectionJobResponse |
Creates a value of DescribeTopicsDetectionJobResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dtdjrsTopicsDetectionJobProperties- The list of properties for the requested job.dtdjrsResponseStatus- -- | The response status code.
data DescribeTopicsDetectionJobResponse Source #
See: describeTopicsDetectionJobResponse smart constructor.
Instances
Response Lenses
dtdjrsTopicsDetectionJobProperties :: Lens' DescribeTopicsDetectionJobResponse (Maybe TopicsDetectionJobProperties) Source #
The list of properties for the requested job.
dtdjrsResponseStatus :: Lens' DescribeTopicsDetectionJobResponse Int Source #
- - | The response status code.