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 |
Returns information about the status of the specified anomaly detection jobs.
Synopsis
- data DescribeAnomalyDetectionExecutions = DescribeAnomalyDetectionExecutions' {}
- newDescribeAnomalyDetectionExecutions :: Text -> DescribeAnomalyDetectionExecutions
- describeAnomalyDetectionExecutions_nextToken :: Lens' DescribeAnomalyDetectionExecutions (Maybe Text)
- describeAnomalyDetectionExecutions_timestamp :: Lens' DescribeAnomalyDetectionExecutions (Maybe Text)
- describeAnomalyDetectionExecutions_maxResults :: Lens' DescribeAnomalyDetectionExecutions (Maybe Natural)
- describeAnomalyDetectionExecutions_anomalyDetectorArn :: Lens' DescribeAnomalyDetectionExecutions Text
- data DescribeAnomalyDetectionExecutionsResponse = DescribeAnomalyDetectionExecutionsResponse' {
- nextToken :: Maybe Text
- executionList :: Maybe [ExecutionStatus]
- httpStatus :: Int
- newDescribeAnomalyDetectionExecutionsResponse :: Int -> DescribeAnomalyDetectionExecutionsResponse
- describeAnomalyDetectionExecutionsResponse_nextToken :: Lens' DescribeAnomalyDetectionExecutionsResponse (Maybe Text)
- describeAnomalyDetectionExecutionsResponse_executionList :: Lens' DescribeAnomalyDetectionExecutionsResponse (Maybe [ExecutionStatus])
- describeAnomalyDetectionExecutionsResponse_httpStatus :: Lens' DescribeAnomalyDetectionExecutionsResponse Int
Creating a Request
data DescribeAnomalyDetectionExecutions Source #
See: newDescribeAnomalyDetectionExecutions
smart constructor.
DescribeAnomalyDetectionExecutions' | |
|
Instances
newDescribeAnomalyDetectionExecutions Source #
Create a value of DescribeAnomalyDetectionExecutions
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:DescribeAnomalyDetectionExecutions'
, describeAnomalyDetectionExecutions_nextToken
- Specify the pagination token that's returned by a previous request to
retrieve the next page of results.
$sel:timestamp:DescribeAnomalyDetectionExecutions'
, describeAnomalyDetectionExecutions_timestamp
- The timestamp of the anomaly detection job.
$sel:maxResults:DescribeAnomalyDetectionExecutions'
, describeAnomalyDetectionExecutions_maxResults
- The number of items to return in the response.
$sel:anomalyDetectorArn:DescribeAnomalyDetectionExecutions'
, describeAnomalyDetectionExecutions_anomalyDetectorArn
- The Amazon Resource Name (ARN) of the anomaly detector.
Request Lenses
describeAnomalyDetectionExecutions_nextToken :: Lens' DescribeAnomalyDetectionExecutions (Maybe Text) Source #
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
describeAnomalyDetectionExecutions_timestamp :: Lens' DescribeAnomalyDetectionExecutions (Maybe Text) Source #
The timestamp of the anomaly detection job.
describeAnomalyDetectionExecutions_maxResults :: Lens' DescribeAnomalyDetectionExecutions (Maybe Natural) Source #
The number of items to return in the response.
describeAnomalyDetectionExecutions_anomalyDetectorArn :: Lens' DescribeAnomalyDetectionExecutions Text Source #
The Amazon Resource Name (ARN) of the anomaly detector.
Destructuring the Response
data DescribeAnomalyDetectionExecutionsResponse Source #
See: newDescribeAnomalyDetectionExecutionsResponse
smart constructor.
DescribeAnomalyDetectionExecutionsResponse' | |
|
Instances
newDescribeAnomalyDetectionExecutionsResponse Source #
Create a value of DescribeAnomalyDetectionExecutionsResponse
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:DescribeAnomalyDetectionExecutions'
, describeAnomalyDetectionExecutionsResponse_nextToken
- The pagination token that's included if more results are available.
$sel:executionList:DescribeAnomalyDetectionExecutionsResponse'
, describeAnomalyDetectionExecutionsResponse_executionList
- A list of detection jobs.
$sel:httpStatus:DescribeAnomalyDetectionExecutionsResponse'
, describeAnomalyDetectionExecutionsResponse_httpStatus
- The response's http status code.
Response Lenses
describeAnomalyDetectionExecutionsResponse_nextToken :: Lens' DescribeAnomalyDetectionExecutionsResponse (Maybe Text) Source #
The pagination token that's included if more results are available.
describeAnomalyDetectionExecutionsResponse_executionList :: Lens' DescribeAnomalyDetectionExecutionsResponse (Maybe [ExecutionStatus]) Source #
A list of detection jobs.
describeAnomalyDetectionExecutionsResponse_httpStatus :: Lens' DescribeAnomalyDetectionExecutionsResponse Int Source #
The response's http status code.