| 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.ListEntitiesDetectionJobs
Description
Gets a list of the entity detection jobs that you have submitted.
This operation returns paginated results.
Synopsis
- data ListEntitiesDetectionJobs = ListEntitiesDetectionJobs' {}
- newListEntitiesDetectionJobs :: ListEntitiesDetectionJobs
- listEntitiesDetectionJobs_filter :: Lens' ListEntitiesDetectionJobs (Maybe EntitiesDetectionJobFilter)
- listEntitiesDetectionJobs_maxResults :: Lens' ListEntitiesDetectionJobs (Maybe Natural)
- listEntitiesDetectionJobs_nextToken :: Lens' ListEntitiesDetectionJobs (Maybe Text)
- data ListEntitiesDetectionJobsResponse = ListEntitiesDetectionJobsResponse' {}
- newListEntitiesDetectionJobsResponse :: Int -> ListEntitiesDetectionJobsResponse
- listEntitiesDetectionJobsResponse_entitiesDetectionJobPropertiesList :: Lens' ListEntitiesDetectionJobsResponse (Maybe [EntitiesDetectionJobProperties])
- listEntitiesDetectionJobsResponse_nextToken :: Lens' ListEntitiesDetectionJobsResponse (Maybe Text)
- listEntitiesDetectionJobsResponse_httpStatus :: Lens' ListEntitiesDetectionJobsResponse Int
Creating a Request
data ListEntitiesDetectionJobs Source #
See: newListEntitiesDetectionJobs smart constructor.
Constructors
| ListEntitiesDetectionJobs' | |
Fields
| |
Instances
newListEntitiesDetectionJobs :: ListEntitiesDetectionJobs Source #
Create a value of ListEntitiesDetectionJobs 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':ListEntitiesDetectionJobs', listEntitiesDetectionJobs_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:ListEntitiesDetectionJobs', listEntitiesDetectionJobs_maxResults - The maximum number of results to return in each page. The default is
100.
ListEntitiesDetectionJobs, listEntitiesDetectionJobs_nextToken - Identifies the next page of results to return.
Request Lenses
listEntitiesDetectionJobs_filter :: Lens' ListEntitiesDetectionJobs (Maybe EntitiesDetectionJobFilter) 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.
listEntitiesDetectionJobs_maxResults :: Lens' ListEntitiesDetectionJobs (Maybe Natural) Source #
The maximum number of results to return in each page. The default is 100.
listEntitiesDetectionJobs_nextToken :: Lens' ListEntitiesDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
Destructuring the Response
data ListEntitiesDetectionJobsResponse Source #
See: newListEntitiesDetectionJobsResponse smart constructor.
Constructors
| ListEntitiesDetectionJobsResponse' | |
Fields
| |
Instances
newListEntitiesDetectionJobsResponse Source #
Arguments
| :: Int | |
| -> ListEntitiesDetectionJobsResponse |
Create a value of ListEntitiesDetectionJobsResponse 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:entitiesDetectionJobPropertiesList:ListEntitiesDetectionJobsResponse', listEntitiesDetectionJobsResponse_entitiesDetectionJobPropertiesList - A list containing the properties of each job that is returned.
ListEntitiesDetectionJobs, listEntitiesDetectionJobsResponse_nextToken - Identifies the next page of results to return.
$sel:httpStatus:ListEntitiesDetectionJobsResponse', listEntitiesDetectionJobsResponse_httpStatus - The response's http status code.
Response Lenses
listEntitiesDetectionJobsResponse_entitiesDetectionJobPropertiesList :: Lens' ListEntitiesDetectionJobsResponse (Maybe [EntitiesDetectionJobProperties]) Source #
A list containing the properties of each job that is returned.
listEntitiesDetectionJobsResponse_nextToken :: Lens' ListEntitiesDetectionJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listEntitiesDetectionJobsResponse_httpStatus :: Lens' ListEntitiesDetectionJobsResponse Int Source #
The response's http status code.