| 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.DescribeEventsDetectionJob
Description
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.
Constructors
| DescribeEventsDetectionJob' | |
Instances
newDescribeEventsDetectionJob Source #
Arguments
| :: Text | |
| -> DescribeEventsDetectionJob |
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:
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.
Constructors
| DescribeEventsDetectionJobResponse' | |
Fields
| |
Instances
newDescribeEventsDetectionJobResponse Source #
Arguments
| :: Int | |
| -> DescribeEventsDetectionJobResponse |
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.