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 topic detection job. Use this operation to get the status of a detection job.
Synopsis
- data DescribeTopicsDetectionJob = DescribeTopicsDetectionJob' {}
- newDescribeTopicsDetectionJob :: Text -> DescribeTopicsDetectionJob
- describeTopicsDetectionJob_jobId :: Lens' DescribeTopicsDetectionJob Text
- data DescribeTopicsDetectionJobResponse = DescribeTopicsDetectionJobResponse' {}
- newDescribeTopicsDetectionJobResponse :: Int -> DescribeTopicsDetectionJobResponse
- describeTopicsDetectionJobResponse_topicsDetectionJobProperties :: Lens' DescribeTopicsDetectionJobResponse (Maybe TopicsDetectionJobProperties)
- describeTopicsDetectionJobResponse_httpStatus :: Lens' DescribeTopicsDetectionJobResponse Int
Creating a Request
data DescribeTopicsDetectionJob Source #
See: newDescribeTopicsDetectionJob
smart constructor.
Instances
newDescribeTopicsDetectionJob Source #
Create a value of DescribeTopicsDetectionJob
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:DescribeTopicsDetectionJob'
, describeTopicsDetectionJob_jobId
- The identifier assigned by the user to the detection job.
Request Lenses
describeTopicsDetectionJob_jobId :: Lens' DescribeTopicsDetectionJob Text Source #
The identifier assigned by the user to the detection job.
Destructuring the Response
data DescribeTopicsDetectionJobResponse Source #
See: newDescribeTopicsDetectionJobResponse
smart constructor.
DescribeTopicsDetectionJobResponse' | |
|
Instances
newDescribeTopicsDetectionJobResponse Source #
Create a value of DescribeTopicsDetectionJobResponse
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:topicsDetectionJobProperties:DescribeTopicsDetectionJobResponse'
, describeTopicsDetectionJobResponse_topicsDetectionJobProperties
- The list of properties for the requested job.
$sel:httpStatus:DescribeTopicsDetectionJobResponse'
, describeTopicsDetectionJobResponse_httpStatus
- The response's http status code.
Response Lenses
describeTopicsDetectionJobResponse_topicsDetectionJobProperties :: Lens' DescribeTopicsDetectionJobResponse (Maybe TopicsDetectionJobProperties) Source #
The list of properties for the requested job.
describeTopicsDetectionJobResponse_httpStatus :: Lens' DescribeTopicsDetectionJobResponse Int Source #
The response's http status code.