| 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.ListKeyPhrasesDetectionJobs
Description
Get a list of key phrase detection jobs that you have submitted.
This operation returns paginated results.
Synopsis
- data ListKeyPhrasesDetectionJobs = ListKeyPhrasesDetectionJobs' {}
- newListKeyPhrasesDetectionJobs :: ListKeyPhrasesDetectionJobs
- listKeyPhrasesDetectionJobs_filter :: Lens' ListKeyPhrasesDetectionJobs (Maybe KeyPhrasesDetectionJobFilter)
- listKeyPhrasesDetectionJobs_maxResults :: Lens' ListKeyPhrasesDetectionJobs (Maybe Natural)
- listKeyPhrasesDetectionJobs_nextToken :: Lens' ListKeyPhrasesDetectionJobs (Maybe Text)
- 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.
Constructors
| ListKeyPhrasesDetectionJobs' | |
Fields
| |
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: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.
ListKeyPhrasesDetectionJobs, listKeyPhrasesDetectionJobs_nextToken - Identifies the next page of results to return.
Request Lenses
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.
listKeyPhrasesDetectionJobs_nextToken :: Lens' ListKeyPhrasesDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
Destructuring the Response
data ListKeyPhrasesDetectionJobsResponse Source #
See: newListKeyPhrasesDetectionJobsResponse smart constructor.
Constructors
| ListKeyPhrasesDetectionJobsResponse' | |
Fields
| |
Instances
newListKeyPhrasesDetectionJobsResponse Source #
Arguments
| :: Int | |
| -> ListKeyPhrasesDetectionJobsResponse |
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.
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.