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 the status and details of an events detection job.
Synopsis
- data DescribeEventsDetectionJob = DescribeEventsDetectionJob' {}
- newDescribeEventsDetectionJob :: Text -> DescribeEventsDetectionJob
- describeEventsDetectionJob_jobId :: Lens' DescribeEventsDetectionJob Text
- data DescribeEventsDetectionJobResponse = DescribeEventsDetectionJobResponse' {}
- newDescribeEventsDetectionJobResponse :: Int -> DescribeEventsDetectionJobResponse
- describeEventsDetectionJobResponse_eventsDetectionJobProperties :: Lens' DescribeEventsDetectionJobResponse (Maybe EventsDetectionJobProperties)
- describeEventsDetectionJobResponse_httpStatus :: Lens' DescribeEventsDetectionJobResponse Int
Creating a Request
data DescribeEventsDetectionJob Source #
See: newDescribeEventsDetectionJob
smart constructor.
Instances
newDescribeEventsDetectionJob Source #
Create a value of DescribeEventsDetectionJob
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:jobId:DescribeEventsDetectionJob'
, describeEventsDetectionJob_jobId
- The identifier of the events detection job.
Request Lenses
describeEventsDetectionJob_jobId :: Lens' DescribeEventsDetectionJob Text Source #
The identifier of the events detection job.
Destructuring the Response
data DescribeEventsDetectionJobResponse Source #
See: newDescribeEventsDetectionJobResponse
smart constructor.
DescribeEventsDetectionJobResponse' | |
|
Instances
newDescribeEventsDetectionJobResponse Source #
Create a value of DescribeEventsDetectionJobResponse
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:eventsDetectionJobProperties:DescribeEventsDetectionJobResponse'
, describeEventsDetectionJobResponse_eventsDetectionJobProperties
- An object that contains the properties associated with an event
detection job.
$sel:httpStatus:DescribeEventsDetectionJobResponse'
, describeEventsDetectionJobResponse_httpStatus
- The response's http status code.
Response Lenses
describeEventsDetectionJobResponse_eventsDetectionJobProperties :: Lens' DescribeEventsDetectionJobResponse (Maybe EventsDetectionJobProperties) Source #
An object that contains the properties associated with an event detection job.
describeEventsDetectionJobResponse_httpStatus :: Lens' DescribeEventsDetectionJobResponse Int Source #
The response's http status code.