| 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.ListTopicsDetectionJobs
Description
Gets a list of the topic detection jobs that you have submitted.
This operation returns paginated results.
Synopsis
- data ListTopicsDetectionJobs = ListTopicsDetectionJobs' {}
- newListTopicsDetectionJobs :: ListTopicsDetectionJobs
- listTopicsDetectionJobs_filter :: Lens' ListTopicsDetectionJobs (Maybe TopicsDetectionJobFilter)
- listTopicsDetectionJobs_maxResults :: Lens' ListTopicsDetectionJobs (Maybe Natural)
- listTopicsDetectionJobs_nextToken :: Lens' ListTopicsDetectionJobs (Maybe Text)
- data ListTopicsDetectionJobsResponse = ListTopicsDetectionJobsResponse' {}
- newListTopicsDetectionJobsResponse :: Int -> ListTopicsDetectionJobsResponse
- listTopicsDetectionJobsResponse_nextToken :: Lens' ListTopicsDetectionJobsResponse (Maybe Text)
- listTopicsDetectionJobsResponse_topicsDetectionJobPropertiesList :: Lens' ListTopicsDetectionJobsResponse (Maybe [TopicsDetectionJobProperties])
- listTopicsDetectionJobsResponse_httpStatus :: Lens' ListTopicsDetectionJobsResponse Int
Creating a Request
data ListTopicsDetectionJobs Source #
See: newListTopicsDetectionJobs smart constructor.
Constructors
| ListTopicsDetectionJobs' | |
Fields
| |
Instances
newListTopicsDetectionJobs :: ListTopicsDetectionJobs Source #
Create a value of ListTopicsDetectionJobs 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:filter':ListTopicsDetectionJobs', listTopicsDetectionJobs_filter - Filters the jobs that are returned. Jobs can be filtered on their name,
status, or the date and time that they were submitted. You can set only
one filter at a time.
$sel:maxResults:ListTopicsDetectionJobs', listTopicsDetectionJobs_maxResults - The maximum number of results to return in each page. The default is
100.
ListTopicsDetectionJobs, listTopicsDetectionJobs_nextToken - Identifies the next page of results to return.
Request Lenses
listTopicsDetectionJobs_filter :: Lens' ListTopicsDetectionJobs (Maybe TopicsDetectionJobFilter) Source #
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
listTopicsDetectionJobs_maxResults :: Lens' ListTopicsDetectionJobs (Maybe Natural) Source #
The maximum number of results to return in each page. The default is 100.
listTopicsDetectionJobs_nextToken :: Lens' ListTopicsDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
Destructuring the Response
data ListTopicsDetectionJobsResponse Source #
See: newListTopicsDetectionJobsResponse smart constructor.
Constructors
| ListTopicsDetectionJobsResponse' | |
Fields
| |
Instances
newListTopicsDetectionJobsResponse Source #
Create a value of ListTopicsDetectionJobsResponse 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:
ListTopicsDetectionJobs, listTopicsDetectionJobsResponse_nextToken - Identifies the next page of results to return.
$sel:topicsDetectionJobPropertiesList:ListTopicsDetectionJobsResponse', listTopicsDetectionJobsResponse_topicsDetectionJobPropertiesList - A list containing the properties of each job that is returned.
$sel:httpStatus:ListTopicsDetectionJobsResponse', listTopicsDetectionJobsResponse_httpStatus - The response's http status code.
Response Lenses
listTopicsDetectionJobsResponse_nextToken :: Lens' ListTopicsDetectionJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listTopicsDetectionJobsResponse_topicsDetectionJobPropertiesList :: Lens' ListTopicsDetectionJobsResponse (Maybe [TopicsDetectionJobProperties]) Source #
A list containing the properties of each job that is returned.
listTopicsDetectionJobsResponse_httpStatus :: Lens' ListTopicsDetectionJobsResponse Int Source #
The response's http status code.