libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Description

Returns information about the status of the specified anomaly detection jobs.

Synopsis

Creating a Request

data DescribeAnomalyDetectionExecutions Source #

Constructors

DescribeAnomalyDetectionExecutions' 

Fields

Instances

Instances details
Eq DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Read DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Show DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Generic DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Associated Types

type Rep DescribeAnomalyDetectionExecutions :: Type -> Type #

NFData DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Hashable DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

ToJSON DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

AWSRequest DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

ToHeaders DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

ToPath DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

ToQuery DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

type Rep DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

type Rep DescribeAnomalyDetectionExecutions = D1 ('MetaData "DescribeAnomalyDetectionExecutions" "Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DescribeAnomalyDetectionExecutions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DescribeAnomalyDetectionExecutions Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

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.

Destructuring the Response

data DescribeAnomalyDetectionExecutionsResponse Source #

Constructors

DescribeAnomalyDetectionExecutionsResponse' 

Fields

Instances

Instances details
Eq DescribeAnomalyDetectionExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Read DescribeAnomalyDetectionExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Show DescribeAnomalyDetectionExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

Generic DescribeAnomalyDetectionExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

NFData DescribeAnomalyDetectionExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

type Rep DescribeAnomalyDetectionExecutionsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions

type Rep DescribeAnomalyDetectionExecutionsResponse = D1 ('MetaData "DescribeAnomalyDetectionExecutionsResponse" "Amazonka.LookoutMetrics.DescribeAnomalyDetectionExecutions" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DescribeAnomalyDetectionExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "executionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ExecutionStatus])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses

describeAnomalyDetectionExecutionsResponse_nextToken :: Lens' DescribeAnomalyDetectionExecutionsResponse (Maybe Text) Source #

The pagination token that's included if more results are available.