| 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.ListEventsDetectionJobs
Description
Gets a list of the events detection jobs that you have submitted.
Synopsis
- data ListEventsDetectionJobs = ListEventsDetectionJobs' {}
- newListEventsDetectionJobs :: ListEventsDetectionJobs
- listEventsDetectionJobs_filter :: Lens' ListEventsDetectionJobs (Maybe EventsDetectionJobFilter)
- listEventsDetectionJobs_maxResults :: Lens' ListEventsDetectionJobs (Maybe Natural)
- listEventsDetectionJobs_nextToken :: Lens' ListEventsDetectionJobs (Maybe Text)
- data ListEventsDetectionJobsResponse = ListEventsDetectionJobsResponse' {}
- newListEventsDetectionJobsResponse :: Int -> ListEventsDetectionJobsResponse
- listEventsDetectionJobsResponse_eventsDetectionJobPropertiesList :: Lens' ListEventsDetectionJobsResponse (Maybe [EventsDetectionJobProperties])
- listEventsDetectionJobsResponse_nextToken :: Lens' ListEventsDetectionJobsResponse (Maybe Text)
- listEventsDetectionJobsResponse_httpStatus :: Lens' ListEventsDetectionJobsResponse Int
Creating a Request
data ListEventsDetectionJobs Source #
See: newListEventsDetectionJobs smart constructor.
Constructors
| ListEventsDetectionJobs' | |
Fields
| |
Instances
newListEventsDetectionJobs :: ListEventsDetectionJobs Source #
Create a value of ListEventsDetectionJobs 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':ListEventsDetectionJobs', listEventsDetectionJobs_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:ListEventsDetectionJobs', listEventsDetectionJobs_maxResults - The maximum number of results to return in each page.
ListEventsDetectionJobs, listEventsDetectionJobs_nextToken - Identifies the next page of results to return.
Request Lenses
listEventsDetectionJobs_filter :: Lens' ListEventsDetectionJobs (Maybe EventsDetectionJobFilter) 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.
listEventsDetectionJobs_maxResults :: Lens' ListEventsDetectionJobs (Maybe Natural) Source #
The maximum number of results to return in each page.
listEventsDetectionJobs_nextToken :: Lens' ListEventsDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
Destructuring the Response
data ListEventsDetectionJobsResponse Source #
See: newListEventsDetectionJobsResponse smart constructor.
Constructors
| ListEventsDetectionJobsResponse' | |
Fields
| |
Instances
newListEventsDetectionJobsResponse Source #
Create a value of ListEventsDetectionJobsResponse 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:eventsDetectionJobPropertiesList:ListEventsDetectionJobsResponse', listEventsDetectionJobsResponse_eventsDetectionJobPropertiesList - A list containing the properties of each job that is returned.
ListEventsDetectionJobs, listEventsDetectionJobsResponse_nextToken - Identifies the next page of results to return.
$sel:httpStatus:ListEventsDetectionJobsResponse', listEventsDetectionJobsResponse_httpStatus - The response's http status code.
Response Lenses
listEventsDetectionJobsResponse_eventsDetectionJobPropertiesList :: Lens' ListEventsDetectionJobsResponse (Maybe [EventsDetectionJobProperties]) Source #
A list containing the properties of each job that is returned.
listEventsDetectionJobsResponse_nextToken :: Lens' ListEventsDetectionJobsResponse (Maybe Text) Source #
Identifies the next page of results to return.
listEventsDetectionJobsResponse_httpStatus :: Lens' ListEventsDetectionJobsResponse Int Source #
The response's http status code.