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