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 |
Get a list of key phrase detection jobs that you have submitted.
This operation returns paginated results.
Synopsis
- data ListKeyPhrasesDetectionJobs = ListKeyPhrasesDetectionJobs' {}
- newListKeyPhrasesDetectionJobs :: ListKeyPhrasesDetectionJobs
- listKeyPhrasesDetectionJobs_nextToken :: Lens' ListKeyPhrasesDetectionJobs (Maybe Text)
- listKeyPhrasesDetectionJobs_filter :: Lens' ListKeyPhrasesDetectionJobs (Maybe KeyPhrasesDetectionJobFilter)
- listKeyPhrasesDetectionJobs_maxResults :: Lens' ListKeyPhrasesDetectionJobs (Maybe Natural)
- data ListKeyPhrasesDetectionJobsResponse = ListKeyPhrasesDetectionJobsResponse' {}
- newListKeyPhrasesDetectionJobsResponse :: Int -> ListKeyPhrasesDetectionJobsResponse
- listKeyPhrasesDetectionJobsResponse_keyPhrasesDetectionJobPropertiesList :: Lens' ListKeyPhrasesDetectionJobsResponse (Maybe [KeyPhrasesDetectionJobProperties])
- listKeyPhrasesDetectionJobsResponse_nextToken :: Lens' ListKeyPhrasesDetectionJobsResponse (Maybe Text)
- listKeyPhrasesDetectionJobsResponse_httpStatus :: Lens' ListKeyPhrasesDetectionJobsResponse Int
Creating a Request
data ListKeyPhrasesDetectionJobs Source #
See: newListKeyPhrasesDetectionJobs
smart constructor.
ListKeyPhrasesDetectionJobs' | |
|
Instances
newListKeyPhrasesDetectionJobs :: ListKeyPhrasesDetectionJobs Source #
Create a value of ListKeyPhrasesDetectionJobs
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:ListKeyPhrasesDetectionJobs'
, listKeyPhrasesDetectionJobs_nextToken
- Identifies the next page of results to return.
$sel:filter':ListKeyPhrasesDetectionJobs'
, listKeyPhrasesDetectionJobs_filter
- Filters the jobs that are returned. You can filter jobs on their name,
status, or the date and time that they were submitted. You can only set
one filter at a time.
$sel:maxResults:ListKeyPhrasesDetectionJobs'
, listKeyPhrasesDetectionJobs_maxResults
- The maximum number of results to return in each page. The default is
100.
Request Lenses
listKeyPhrasesDetectionJobs_nextToken :: Lens' ListKeyPhrasesDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
listKeyPhrasesDetectionJobs_filter :: Lens' ListKeyPhrasesDetectionJobs (Maybe KeyPhrasesDetectionJobFilter) Source #
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
listKeyPhrasesDetectionJobs_maxResults :: Lens' ListKeyPhrasesDetectionJobs (Maybe Natural) Source #
The maximum number of results to return in each page. The default is 100.
Destructuring the Response
data ListKeyPhrasesDetectionJobsResponse Source #
See: newListKeyPhrasesDetectionJobsResponse
smart constructor.
ListKeyPhrasesDetectionJobsResponse' | |
|
Instances
newListKeyPhrasesDetectionJobsResponse Source #
Create a value of ListKeyPhrasesDetectionJobsResponse
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:keyPhrasesDetectionJobPropertiesList:ListKeyPhrasesDetectionJobsResponse'
, listKeyPhrasesDetectionJobsResponse_keyPhrasesDetectionJobPropertiesList
- A list containing the properties of each job that is returned.
$sel:nextToken:ListKeyPhrasesDetectionJobs'
, listKeyPhrasesDetectionJobsResponse_nextToken
- Identifies the next page of results to return.
$sel:httpStatus:ListKeyPhrasesDetectionJobsResponse'
, listKeyPhrasesDetectionJobsResponse_httpStatus
- The response's http status code.
Response Lenses
listKeyPhrasesDetectionJobsResponse_keyPhrasesDetectionJobPropertiesList :: Lens' ListKeyPhrasesDetectionJobsResponse (Maybe [KeyPhrasesDetectionJobProperties]) Source #
A list containing the properties of each job that is returned.
listKeyPhrasesDetectionJobsResponse_nextToken :: Lens' ListKeyPhrasesDetectionJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listKeyPhrasesDetectionJobsResponse_httpStatus :: Lens' ListKeyPhrasesDetectionJobsResponse Int Source #
The response's http status code.