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 a list of the topic detection jobs that you have submitted.
This operation returns paginated results.
Synopsis
- data ListTopicsDetectionJobs = ListTopicsDetectionJobs' {}
- newListTopicsDetectionJobs :: ListTopicsDetectionJobs
- listTopicsDetectionJobs_nextToken :: Lens' ListTopicsDetectionJobs (Maybe Text)
- listTopicsDetectionJobs_filter :: Lens' ListTopicsDetectionJobs (Maybe TopicsDetectionJobFilter)
- listTopicsDetectionJobs_maxResults :: Lens' ListTopicsDetectionJobs (Maybe Natural)
- 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.
ListTopicsDetectionJobs' | |
|
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:nextToken:ListTopicsDetectionJobs'
, listTopicsDetectionJobs_nextToken
- Identifies the next page of results to return.
$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.
Request Lenses
listTopicsDetectionJobs_nextToken :: Lens' ListTopicsDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
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.
Destructuring the Response
data ListTopicsDetectionJobsResponse Source #
See: newListTopicsDetectionJobsResponse
smart constructor.
ListTopicsDetectionJobsResponse' | |
|
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:
$sel:nextToken: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.