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 events detection jobs that you have submitted.
Synopsis
- data ListEventsDetectionJobs = ListEventsDetectionJobs' {}
- newListEventsDetectionJobs :: ListEventsDetectionJobs
- listEventsDetectionJobs_nextToken :: Lens' ListEventsDetectionJobs (Maybe Text)
- listEventsDetectionJobs_filter :: Lens' ListEventsDetectionJobs (Maybe EventsDetectionJobFilter)
- listEventsDetectionJobs_maxResults :: Lens' ListEventsDetectionJobs (Maybe Natural)
- 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.
ListEventsDetectionJobs' | |
|
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:nextToken:ListEventsDetectionJobs'
, listEventsDetectionJobs_nextToken
- Identifies the next page of results to return.
$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.
Request Lenses
listEventsDetectionJobs_nextToken :: Lens' ListEventsDetectionJobs (Maybe Text) Source #
Identifies the next page of results to return.
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.
Destructuring the Response
data ListEventsDetectionJobsResponse Source #
See: newListEventsDetectionJobsResponse
smart constructor.
ListEventsDetectionJobsResponse' | |
|
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.
$sel:nextToken: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.