| 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.ListDominantLanguageDetectionJobs
Description
Gets a list of the dominant language detection jobs that you have submitted.
This operation returns paginated results.
Synopsis
- data ListDominantLanguageDetectionJobs = ListDominantLanguageDetectionJobs' {}
- newListDominantLanguageDetectionJobs :: ListDominantLanguageDetectionJobs
- listDominantLanguageDetectionJobs_filter :: Lens' ListDominantLanguageDetectionJobs (Maybe DominantLanguageDetectionJobFilter)
- listDominantLanguageDetectionJobs_maxResults :: Lens' ListDominantLanguageDetectionJobs (Maybe Natural)
- listDominantLanguageDetectionJobs_nextToken :: Lens' ListDominantLanguageDetectionJobs (Maybe Text)
- data ListDominantLanguageDetectionJobsResponse = ListDominantLanguageDetectionJobsResponse' {}
- newListDominantLanguageDetectionJobsResponse :: Int -> ListDominantLanguageDetectionJobsResponse
- listDominantLanguageDetectionJobsResponse_dominantLanguageDetectionJobPropertiesList :: Lens' ListDominantLanguageDetectionJobsResponse (Maybe [DominantLanguageDetectionJobProperties])
- listDominantLanguageDetectionJobsResponse_nextToken :: Lens' ListDominantLanguageDetectionJobsResponse (Maybe Text)
- listDominantLanguageDetectionJobsResponse_httpStatus :: Lens' ListDominantLanguageDetectionJobsResponse Int
Creating a Request
data ListDominantLanguageDetectionJobs Source #
See: newListDominantLanguageDetectionJobs smart constructor.
Constructors
| ListDominantLanguageDetectionJobs' | |
Fields
| |
Instances
newListDominantLanguageDetectionJobs :: ListDominantLanguageDetectionJobs Source #
Create a value of ListDominantLanguageDetectionJobs 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':ListDominantLanguageDetectionJobs', listDominantLanguageDetectionJobs_filter - Filters that 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:ListDominantLanguageDetectionJobs', listDominantLanguageDetectionJobs_maxResults - The maximum number of results to return in each page. The default is
100.
ListDominantLanguageDetectionJobs, listDominantLanguageDetectionJobs_nextToken - Identifies the next page of results to return.
Request Lenses
listDominantLanguageDetectionJobs_filter :: Lens' ListDominantLanguageDetectionJobs (Maybe DominantLanguageDetectionJobFilter) Source #
Filters that 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.
listDominantLanguageDetectionJobs_maxResults :: Lens' ListDominantLanguageDetectionJobs (Maybe Natural) Source #
The maximum number of results to return in each page. The default is 100.
listDominantLanguageDetectionJobs_nextToken :: Lens' ListDominantLanguageDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
Destructuring the Response
data ListDominantLanguageDetectionJobsResponse Source #
See: newListDominantLanguageDetectionJobsResponse smart constructor.
Constructors
| ListDominantLanguageDetectionJobsResponse' | |
Fields
| |
Instances
newListDominantLanguageDetectionJobsResponse Source #
Arguments
| :: Int | |
| -> ListDominantLanguageDetectionJobsResponse |
Create a value of ListDominantLanguageDetectionJobsResponse 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:dominantLanguageDetectionJobPropertiesList:ListDominantLanguageDetectionJobsResponse', listDominantLanguageDetectionJobsResponse_dominantLanguageDetectionJobPropertiesList - A list containing the properties of each job that is returned.
ListDominantLanguageDetectionJobs, listDominantLanguageDetectionJobsResponse_nextToken - Identifies the next page of results to return.
$sel:httpStatus:ListDominantLanguageDetectionJobsResponse', listDominantLanguageDetectionJobsResponse_httpStatus - The response's http status code.
Response Lenses
listDominantLanguageDetectionJobsResponse_dominantLanguageDetectionJobPropertiesList :: Lens' ListDominantLanguageDetectionJobsResponse (Maybe [DominantLanguageDetectionJobProperties]) Source #
A list containing the properties of each job that is returned.
listDominantLanguageDetectionJobsResponse_nextToken :: Lens' ListDominantLanguageDetectionJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listDominantLanguageDetectionJobsResponse_httpStatus :: Lens' ListDominantLanguageDetectionJobsResponse Int Source #
The response's http status code.