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 entity detection jobs that you have submitted.
This operation returns paginated results.
Synopsis
- data ListEntitiesDetectionJobs = ListEntitiesDetectionJobs' {}
- newListEntitiesDetectionJobs :: ListEntitiesDetectionJobs
- listEntitiesDetectionJobs_nextToken :: Lens' ListEntitiesDetectionJobs (Maybe Text)
- listEntitiesDetectionJobs_filter :: Lens' ListEntitiesDetectionJobs (Maybe EntitiesDetectionJobFilter)
- listEntitiesDetectionJobs_maxResults :: Lens' ListEntitiesDetectionJobs (Maybe Natural)
- 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.
ListEntitiesDetectionJobs' | |
|
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:nextToken:ListEntitiesDetectionJobs'
, listEntitiesDetectionJobs_nextToken
- Identifies the next page of results to return.
$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.
Request Lenses
listEntitiesDetectionJobs_nextToken :: Lens' ListEntitiesDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
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.
Destructuring the Response
data ListEntitiesDetectionJobsResponse Source #
See: newListEntitiesDetectionJobsResponse
smart constructor.
ListEntitiesDetectionJobsResponse' | |
|
Instances
newListEntitiesDetectionJobsResponse Source #
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.
$sel:nextToken: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.