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

Description

Derived from API version 2017-07-25 of the AWS service descriptions, licensed under Apache 2.0.

This is the Amazon Lookout for Metrics API Reference. For an introduction to the service with tutorials for getting started, visit Amazon Lookout for Metrics Developer Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-07-25 of the Amazon Lookout for Metrics SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by LookoutMetrics.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The input fails to satisfy the constraints specified by the AWS service. Check your input values and try again.

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

You do not have sufficient permissions to perform this action.

ConflictException

_ConflictException :: AsError a => Getting (First ServiceError) a ServiceError Source #

There was a conflict processing the request. Try your request again.

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request exceeded the service's quotas. Check the service quotas and try again.

TooManyRequestsException

_TooManyRequestsException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request was denied due to too many requests being submitted at the same time.

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request processing has failed because of an unknown error, exception, or failure.

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified resource cannot be found. Check the ARN of the resource and try again.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

GetFeedback

data GetFeedback Source #

See: newGetFeedback smart constructor.

Instances

Instances details
Eq GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Read GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Show GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Generic GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type Rep GetFeedback :: Type -> Type #

NFData GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Methods

rnf :: GetFeedback -> () #

Hashable GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

ToJSON GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

AWSRequest GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type AWSResponse GetFeedback #

ToHeaders GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Methods

toHeaders :: GetFeedback -> [Header] #

ToPath GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

ToQuery GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type Rep GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

type Rep GetFeedback = D1 ('MetaData "GetFeedback" "Amazonka.LookoutMetrics.GetFeedback" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "GetFeedback'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") '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) :*: S1 ('MetaSel ('Just "anomalyGroupTimeSeriesFeedback") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AnomalyGroupTimeSeries))))
type AWSResponse GetFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

newGetFeedback Source #

Create a value of GetFeedback 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:GetFeedback', getFeedback_nextToken - Specify the pagination token that's returned by a previous request to retrieve the next page of results.

$sel:maxResults:GetFeedback', getFeedback_maxResults - The maximum number of results to return.

$sel:anomalyDetectorArn:GetFeedback', getFeedback_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.

$sel:anomalyGroupTimeSeriesFeedback:GetFeedback', getFeedback_anomalyGroupTimeSeriesFeedback - The anomalous metric and group ID.

data GetFeedbackResponse Source #

See: newGetFeedbackResponse smart constructor.

Instances

Instances details
Eq GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Read GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Show GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Generic GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Associated Types

type Rep GetFeedbackResponse :: Type -> Type #

NFData GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

Methods

rnf :: GetFeedbackResponse -> () #

type Rep GetFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetFeedback

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

newGetFeedbackResponse Source #

Create a value of GetFeedbackResponse 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:anomalyGroupTimeSeriesFeedback:GetFeedback', getFeedbackResponse_anomalyGroupTimeSeriesFeedback - Feedback for an anomalous metric.

$sel:nextToken:GetFeedback', getFeedbackResponse_nextToken - The pagination token that's included if more results are available.

$sel:httpStatus:GetFeedbackResponse', getFeedbackResponse_httpStatus - The response's http status code.

ListAlerts

data ListAlerts Source #

See: newListAlerts smart constructor.

Instances

Instances details
Eq ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Read ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Show ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Generic ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Associated Types

type Rep ListAlerts :: Type -> Type #

NFData ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Methods

rnf :: ListAlerts -> () #

Hashable ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

ToJSON ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

AWSRequest ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Associated Types

type AWSResponse ListAlerts #

ToHeaders ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Methods

toHeaders :: ListAlerts -> [Header] #

ToPath ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

ToQuery ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

type Rep ListAlerts Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

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

Defined in Amazonka.LookoutMetrics.ListAlerts

newListAlerts :: ListAlerts Source #

Create a value of ListAlerts 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:anomalyDetectorArn:ListAlerts', listAlerts_anomalyDetectorArn - The ARN of the alert's detector.

$sel:nextToken:ListAlerts', listAlerts_nextToken - If the result of the previous request is truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

$sel:maxResults:ListAlerts', listAlerts_maxResults - The maximum number of results that will be displayed by the request.

data ListAlertsResponse Source #

See: newListAlertsResponse smart constructor.

Instances

Instances details
Eq ListAlertsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Read ListAlertsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Show ListAlertsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Generic ListAlertsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Associated Types

type Rep ListAlertsResponse :: Type -> Type #

NFData ListAlertsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

Methods

rnf :: ListAlertsResponse -> () #

type Rep ListAlertsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAlerts

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

newListAlertsResponse Source #

Create a value of ListAlertsResponse 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:ListAlerts', listAlertsResponse_nextToken - If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.

$sel:alertSummaryList:ListAlertsResponse', listAlertsResponse_alertSummaryList - Contains information about an alert.

$sel:httpStatus:ListAlertsResponse', listAlertsResponse_httpStatus - The response's http status code.

ListMetricSets

data ListMetricSets Source #

See: newListMetricSets smart constructor.

Instances

Instances details
Eq ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Read ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Show ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Generic ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Associated Types

type Rep ListMetricSets :: Type -> Type #

NFData ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Methods

rnf :: ListMetricSets -> () #

Hashable ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

ToJSON ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

AWSRequest ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Associated Types

type AWSResponse ListMetricSets #

ToHeaders ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

ToPath ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

ToQuery ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

type Rep ListMetricSets Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

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

Defined in Amazonka.LookoutMetrics.ListMetricSets

newListMetricSets :: ListMetricSets Source #

Create a value of ListMetricSets 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:anomalyDetectorArn:ListMetricSets', listMetricSets_anomalyDetectorArn - The ARN of the anomaly detector containing the metrics sets to list.

$sel:nextToken:ListMetricSets', listMetricSets_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

$sel:maxResults:ListMetricSets', listMetricSets_maxResults - The maximum number of results to return.

data ListMetricSetsResponse Source #

See: newListMetricSetsResponse smart constructor.

Instances

Instances details
Eq ListMetricSetsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Read ListMetricSetsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Show ListMetricSetsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Generic ListMetricSetsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Associated Types

type Rep ListMetricSetsResponse :: Type -> Type #

NFData ListMetricSetsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

Methods

rnf :: ListMetricSetsResponse -> () #

type Rep ListMetricSetsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListMetricSets

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

newListMetricSetsResponse Source #

Create a value of ListMetricSetsResponse 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:ListMetricSets', listMetricSetsResponse_nextToken - If the response is truncated, the list call returns this token. To retrieve the next set of results, use the token in the next list request.

$sel:metricSetSummaryList:ListMetricSetsResponse', listMetricSetsResponse_metricSetSummaryList - A list of the datasets in the AWS Region, with configuration details for each.

$sel:httpStatus:ListMetricSetsResponse', listMetricSetsResponse_httpStatus - The response's http status code.

DeleteAnomalyDetector

data DeleteAnomalyDetector Source #

See: newDeleteAnomalyDetector smart constructor.

Instances

Instances details
Eq DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Read DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Show DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Generic DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Associated Types

type Rep DeleteAnomalyDetector :: Type -> Type #

NFData DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Methods

rnf :: DeleteAnomalyDetector -> () #

Hashable DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

ToJSON DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

AWSRequest DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Associated Types

type AWSResponse DeleteAnomalyDetector #

ToHeaders DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

ToPath DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

ToQuery DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

type Rep DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

type Rep DeleteAnomalyDetector = D1 ('MetaData "DeleteAnomalyDetector" "Amazonka.LookoutMetrics.DeleteAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DeleteAnomalyDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

newDeleteAnomalyDetector Source #

Create a value of DeleteAnomalyDetector 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:anomalyDetectorArn:DeleteAnomalyDetector', deleteAnomalyDetector_anomalyDetectorArn - The ARN of the detector to delete.

data DeleteAnomalyDetectorResponse Source #

See: newDeleteAnomalyDetectorResponse smart constructor.

Instances

Instances details
Eq DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Read DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Show DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Generic DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

Associated Types

type Rep DeleteAnomalyDetectorResponse :: Type -> Type #

NFData DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

type Rep DeleteAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAnomalyDetector

type Rep DeleteAnomalyDetectorResponse = D1 ('MetaData "DeleteAnomalyDetectorResponse" "Amazonka.LookoutMetrics.DeleteAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DeleteAnomalyDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAnomalyDetectorResponse Source #

Create a value of DeleteAnomalyDetectorResponse 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:httpStatus:DeleteAnomalyDetectorResponse', deleteAnomalyDetectorResponse_httpStatus - The response's http status code.

UpdateAnomalyDetector

data UpdateAnomalyDetector Source #

See: newUpdateAnomalyDetector smart constructor.

Instances

Instances details
Eq UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Read UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Show UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Generic UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Associated Types

type Rep UpdateAnomalyDetector :: Type -> Type #

NFData UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Methods

rnf :: UpdateAnomalyDetector -> () #

Hashable UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

ToJSON UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

AWSRequest UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Associated Types

type AWSResponse UpdateAnomalyDetector #

ToHeaders UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

ToPath UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

ToQuery UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

type Rep UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

type Rep UpdateAnomalyDetector = D1 ('MetaData "UpdateAnomalyDetector" "Amazonka.LookoutMetrics.UpdateAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "UpdateAnomalyDetector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyDetectorConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyDetectorConfig))) :*: (S1 ('MetaSel ('Just "anomalyDetectorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

newUpdateAnomalyDetector Source #

Create a value of UpdateAnomalyDetector 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:kmsKeyArn:UpdateAnomalyDetector', updateAnomalyDetector_kmsKeyArn - The Amazon Resource Name (ARN) of an AWS KMS encryption key.

$sel:anomalyDetectorConfig:UpdateAnomalyDetector', updateAnomalyDetector_anomalyDetectorConfig - Contains information about the configuration to which the detector will be updated.

$sel:anomalyDetectorDescription:UpdateAnomalyDetector', updateAnomalyDetector_anomalyDetectorDescription - The updated detector description.

$sel:anomalyDetectorArn:UpdateAnomalyDetector', updateAnomalyDetector_anomalyDetectorArn - The ARN of the detector to update.

data UpdateAnomalyDetectorResponse Source #

See: newUpdateAnomalyDetectorResponse smart constructor.

Instances

Instances details
Eq UpdateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Read UpdateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Show UpdateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Generic UpdateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

Associated Types

type Rep UpdateAnomalyDetectorResponse :: Type -> Type #

NFData UpdateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

type Rep UpdateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateAnomalyDetector

type Rep UpdateAnomalyDetectorResponse = D1 ('MetaData "UpdateAnomalyDetectorResponse" "Amazonka.LookoutMetrics.UpdateAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "UpdateAnomalyDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAnomalyDetectorResponse Source #

Create a value of UpdateAnomalyDetectorResponse 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:anomalyDetectorArn:UpdateAnomalyDetector', updateAnomalyDetectorResponse_anomalyDetectorArn - The ARN of the updated detector.

$sel:httpStatus:UpdateAnomalyDetectorResponse', updateAnomalyDetectorResponse_httpStatus - The response's http status code.

ListAnomalyDetectors

data ListAnomalyDetectors Source #

See: newListAnomalyDetectors smart constructor.

Instances

Instances details
Eq ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Read ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Show ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Generic ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Associated Types

type Rep ListAnomalyDetectors :: Type -> Type #

NFData ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Methods

rnf :: ListAnomalyDetectors -> () #

Hashable ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

ToJSON ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

AWSRequest ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Associated Types

type AWSResponse ListAnomalyDetectors #

ToHeaders ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

ToPath ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

ToQuery ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

type Rep ListAnomalyDetectors Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

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

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

newListAnomalyDetectors :: ListAnomalyDetectors Source #

Create a value of ListAnomalyDetectors 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:ListAnomalyDetectors', listAnomalyDetectors_nextToken - If the result of the previous request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

$sel:maxResults:ListAnomalyDetectors', listAnomalyDetectors_maxResults - The maximum number of results to return.

data ListAnomalyDetectorsResponse Source #

See: newListAnomalyDetectorsResponse smart constructor.

Instances

Instances details
Eq ListAnomalyDetectorsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Read ListAnomalyDetectorsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Show ListAnomalyDetectorsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Generic ListAnomalyDetectorsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

Associated Types

type Rep ListAnomalyDetectorsResponse :: Type -> Type #

NFData ListAnomalyDetectorsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

type Rep ListAnomalyDetectorsResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyDetectors

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

newListAnomalyDetectorsResponse Source #

Create a value of ListAnomalyDetectorsResponse 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:ListAnomalyDetectors', listAnomalyDetectorsResponse_nextToken - If the response is truncated, the service returns this token. To retrieve the next set of results, use the token in the next request.

$sel:anomalyDetectorSummaryList:ListAnomalyDetectorsResponse', listAnomalyDetectorsResponse_anomalyDetectorSummaryList - A list of anomaly detectors in the account in the current region.

$sel:httpStatus:ListAnomalyDetectorsResponse', listAnomalyDetectorsResponse_httpStatus - The response's http status code.

DescribeAnomalyDetectionExecutions

data DescribeAnomalyDetectionExecutions Source #

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.

data DescribeAnomalyDetectionExecutionsResponse Source #

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))))

CreateMetricSet

data CreateMetricSet Source #

See: newCreateMetricSet smart constructor.

Instances

Instances details
Eq CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Read CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Show CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Generic CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Associated Types

type Rep CreateMetricSet :: Type -> Type #

NFData CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Methods

rnf :: CreateMetricSet -> () #

Hashable CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

ToJSON CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

AWSRequest CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Associated Types

type AWSResponse CreateMetricSet #

ToHeaders CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

ToPath CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

ToQuery CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

type Rep CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

type Rep CreateMetricSet = D1 ('MetaData "CreateMetricSet" "Amazonka.LookoutMetrics.CreateMetricSet" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "CreateMetricSet'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dimensionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "timestampColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimestampColumn)) :*: (S1 ('MetaSel ('Just "metricSetFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Frequency)) :*: S1 ('MetaSel ('Just "metricSetDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "metricSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "metricList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Metric)) :*: S1 ('MetaSel ('Just "metricSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MetricSource))))))
type AWSResponse CreateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

newCreateMetricSet Source #

Create a value of CreateMetricSet 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:dimensionList:CreateMetricSet', createMetricSet_dimensionList - A list of the fields you want to treat as dimensions.

$sel:offset:CreateMetricSet', createMetricSet_offset - After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3 and Redshift datasources.

$sel:timestampColumn:CreateMetricSet', createMetricSet_timestampColumn - Contains information about the column used for tracking time in your source data.

$sel:metricSetFrequency:CreateMetricSet', createMetricSet_metricSetFrequency - The frequency with which the source data will be analyzed for anomalies.

$sel:metricSetDescription:CreateMetricSet', createMetricSet_metricSetDescription - A description of the dataset you are creating.

$sel:timezone:CreateMetricSet', createMetricSet_timezone - The time zone in which your source data was recorded.

$sel:tags:CreateMetricSet', createMetricSet_tags - A list of tags to apply to the dataset.

$sel:anomalyDetectorArn:CreateMetricSet', createMetricSet_anomalyDetectorArn - The ARN of the anomaly detector that will use the dataset.

$sel:metricSetName:CreateMetricSet', createMetricSet_metricSetName - The name of the dataset.

$sel:metricList:CreateMetricSet', createMetricSet_metricList - A list of metrics that the dataset will contain.

$sel:metricSource:CreateMetricSet', createMetricSet_metricSource - Contains information about how the source data should be interpreted.

data CreateMetricSetResponse Source #

See: newCreateMetricSetResponse smart constructor.

Instances

Instances details
Eq CreateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Read CreateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Show CreateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Generic CreateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Associated Types

type Rep CreateMetricSetResponse :: Type -> Type #

NFData CreateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

Methods

rnf :: CreateMetricSetResponse -> () #

type Rep CreateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateMetricSet

type Rep CreateMetricSetResponse = D1 ('MetaData "CreateMetricSetResponse" "Amazonka.LookoutMetrics.CreateMetricSet" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "CreateMetricSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateMetricSetResponse Source #

Create a value of CreateMetricSetResponse 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:metricSetArn:CreateMetricSetResponse', createMetricSetResponse_metricSetArn - The ARN of the dataset.

$sel:httpStatus:CreateMetricSetResponse', createMetricSetResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.LookoutMetrics.ListTagsForResource" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

newListTagsForResource Source #

Create a value of ListTagsForResource 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:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The resource's Amazon Resource Name (ARN).

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.LookoutMetrics.ListTagsForResource" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse 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:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The resource's tags.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

CreateAlert

data CreateAlert Source #

See: newCreateAlert smart constructor.

Instances

Instances details
Eq CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Read CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Show CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Generic CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Associated Types

type Rep CreateAlert :: Type -> Type #

NFData CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Methods

rnf :: CreateAlert -> () #

Hashable CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

ToJSON CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

AWSRequest CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Associated Types

type AWSResponse CreateAlert #

ToHeaders CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Methods

toHeaders :: CreateAlert -> [Header] #

ToPath CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

ToQuery CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

type Rep CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

type Rep CreateAlert = D1 ('MetaData "CreateAlert" "Amazonka.LookoutMetrics.CreateAlert" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "CreateAlert'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "alertDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "alertName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "alertSensitivityThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Action)))))
type AWSResponse CreateAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

newCreateAlert Source #

Create a value of CreateAlert 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:alertDescription:CreateAlert', createAlert_alertDescription - A description of the alert.

$sel:tags:CreateAlert', createAlert_tags - A list of tags to apply to the alert.

$sel:alertName:CreateAlert', createAlert_alertName - The name of the alert.

$sel:alertSensitivityThreshold:CreateAlert', createAlert_alertSensitivityThreshold - An integer from 0 to 100 specifying the alert sensitivity threshold.

$sel:anomalyDetectorArn:CreateAlert', createAlert_anomalyDetectorArn - The ARN of the detector to which the alert is attached.

$sel:action:CreateAlert', createAlert_action - Action that will be triggered when there is an alert.

data CreateAlertResponse Source #

See: newCreateAlertResponse smart constructor.

Instances

Instances details
Eq CreateAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Read CreateAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Show CreateAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Generic CreateAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Associated Types

type Rep CreateAlertResponse :: Type -> Type #

NFData CreateAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

Methods

rnf :: CreateAlertResponse -> () #

type Rep CreateAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAlert

type Rep CreateAlertResponse = D1 ('MetaData "CreateAlertResponse" "Amazonka.LookoutMetrics.CreateAlert" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "CreateAlertResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alertArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAlertResponse Source #

Create a value of CreateAlertResponse 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:alertArn:CreateAlertResponse', createAlertResponse_alertArn - The ARN of the alert.

$sel:httpStatus:CreateAlertResponse', createAlertResponse_httpStatus - The response's http status code.

GetAnomalyGroup

data GetAnomalyGroup Source #

See: newGetAnomalyGroup smart constructor.

Constructors

GetAnomalyGroup' Text Text 

Instances

Instances details
Eq GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Read GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Show GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Generic GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Associated Types

type Rep GetAnomalyGroup :: Type -> Type #

NFData GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Methods

rnf :: GetAnomalyGroup -> () #

Hashable GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

ToJSON GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

AWSRequest GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Associated Types

type AWSResponse GetAnomalyGroup #

ToHeaders GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

ToPath GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

ToQuery GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

type Rep GetAnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

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

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

newGetAnomalyGroup Source #

Create a value of GetAnomalyGroup 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:anomalyGroupId:GetAnomalyGroup', getAnomalyGroup_anomalyGroupId - The ID of the anomaly group.

$sel:anomalyDetectorArn:GetAnomalyGroup', getAnomalyGroup_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.

data GetAnomalyGroupResponse Source #

See: newGetAnomalyGroupResponse smart constructor.

Instances

Instances details
Eq GetAnomalyGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Read GetAnomalyGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Show GetAnomalyGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Generic GetAnomalyGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Associated Types

type Rep GetAnomalyGroupResponse :: Type -> Type #

NFData GetAnomalyGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

Methods

rnf :: GetAnomalyGroupResponse -> () #

type Rep GetAnomalyGroupResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetAnomalyGroup

type Rep GetAnomalyGroupResponse = D1 ('MetaData "GetAnomalyGroupResponse" "Amazonka.LookoutMetrics.GetAnomalyGroup" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "GetAnomalyGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyGroup)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAnomalyGroupResponse Source #

Create a value of GetAnomalyGroupResponse 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:anomalyGroup:GetAnomalyGroupResponse', getAnomalyGroupResponse_anomalyGroup - Details about the anomaly group.

$sel:httpStatus:GetAnomalyGroupResponse', getAnomalyGroupResponse_httpStatus - The response's http status code.

PutFeedback

data PutFeedback Source #

See: newPutFeedback smart constructor.

Instances

Instances details
Eq PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Read PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Show PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Generic PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Associated Types

type Rep PutFeedback :: Type -> Type #

NFData PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Methods

rnf :: PutFeedback -> () #

Hashable PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

ToJSON PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

AWSRequest PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Associated Types

type AWSResponse PutFeedback #

ToHeaders PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Methods

toHeaders :: PutFeedback -> [Header] #

ToPath PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

ToQuery PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

type Rep PutFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

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

Defined in Amazonka.LookoutMetrics.PutFeedback

newPutFeedback Source #

Create a value of PutFeedback 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:anomalyDetectorArn:PutFeedback', putFeedback_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.

$sel:anomalyGroupTimeSeriesFeedback:PutFeedback', putFeedback_anomalyGroupTimeSeriesFeedback - Feedback for an anomalous metric.

data PutFeedbackResponse Source #

See: newPutFeedbackResponse smart constructor.

Instances

Instances details
Eq PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Read PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Show PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Generic PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Associated Types

type Rep PutFeedbackResponse :: Type -> Type #

NFData PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

Methods

rnf :: PutFeedbackResponse -> () #

type Rep PutFeedbackResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.PutFeedback

type Rep PutFeedbackResponse = D1 ('MetaData "PutFeedbackResponse" "Amazonka.LookoutMetrics.PutFeedback" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "PutFeedbackResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPutFeedbackResponse Source #

Create a value of PutFeedbackResponse 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:httpStatus:PutFeedbackResponse', putFeedbackResponse_httpStatus - The response's http status code.

BackTestAnomalyDetector

data BackTestAnomalyDetector Source #

See: newBackTestAnomalyDetector smart constructor.

Instances

Instances details
Eq BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Read BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Show BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Generic BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Associated Types

type Rep BackTestAnomalyDetector :: Type -> Type #

NFData BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Methods

rnf :: BackTestAnomalyDetector -> () #

Hashable BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

ToJSON BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

AWSRequest BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

ToHeaders BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

ToPath BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

ToQuery BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

type Rep BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

type Rep BackTestAnomalyDetector = D1 ('MetaData "BackTestAnomalyDetector" "Amazonka.LookoutMetrics.BackTestAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "BackTestAnomalyDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse BackTestAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

newBackTestAnomalyDetector Source #

Create a value of BackTestAnomalyDetector 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:anomalyDetectorArn:BackTestAnomalyDetector', backTestAnomalyDetector_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.

data BackTestAnomalyDetectorResponse Source #

See: newBackTestAnomalyDetectorResponse smart constructor.

Instances

Instances details
Eq BackTestAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Read BackTestAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Show BackTestAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Generic BackTestAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

Associated Types

type Rep BackTestAnomalyDetectorResponse :: Type -> Type #

NFData BackTestAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

type Rep BackTestAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.BackTestAnomalyDetector

type Rep BackTestAnomalyDetectorResponse = D1 ('MetaData "BackTestAnomalyDetectorResponse" "Amazonka.LookoutMetrics.BackTestAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "BackTestAnomalyDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBackTestAnomalyDetectorResponse Source #

Create a value of BackTestAnomalyDetectorResponse 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:httpStatus:BackTestAnomalyDetectorResponse', backTestAnomalyDetectorResponse_httpStatus - The response's http status code.

DeleteAlert

data DeleteAlert Source #

See: newDeleteAlert smart constructor.

Constructors

DeleteAlert' Text 

Instances

Instances details
Eq DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Read DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Show DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Generic DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Associated Types

type Rep DeleteAlert :: Type -> Type #

NFData DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Methods

rnf :: DeleteAlert -> () #

Hashable DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

ToJSON DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

AWSRequest DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Associated Types

type AWSResponse DeleteAlert #

ToHeaders DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Methods

toHeaders :: DeleteAlert -> [Header] #

ToPath DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

ToQuery DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

type Rep DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

type Rep DeleteAlert = D1 ('MetaData "DeleteAlert" "Amazonka.LookoutMetrics.DeleteAlert" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DeleteAlert'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alertArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

newDeleteAlert Source #

Create a value of DeleteAlert 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:alertArn:DeleteAlert', deleteAlert_alertArn - The ARN of the alert to delete.

data DeleteAlertResponse Source #

See: newDeleteAlertResponse smart constructor.

Instances

Instances details
Eq DeleteAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Read DeleteAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Show DeleteAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Generic DeleteAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Associated Types

type Rep DeleteAlertResponse :: Type -> Type #

NFData DeleteAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

Methods

rnf :: DeleteAlertResponse -> () #

type Rep DeleteAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DeleteAlert

type Rep DeleteAlertResponse = D1 ('MetaData "DeleteAlertResponse" "Amazonka.LookoutMetrics.DeleteAlert" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DeleteAlertResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAlertResponse Source #

Create a value of DeleteAlertResponse 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:httpStatus:DeleteAlertResponse', deleteAlertResponse_httpStatus - The response's http status code.

CreateAnomalyDetector

data CreateAnomalyDetector Source #

See: newCreateAnomalyDetector smart constructor.

Instances

Instances details
Eq CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Read CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Show CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Generic CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Associated Types

type Rep CreateAnomalyDetector :: Type -> Type #

NFData CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Methods

rnf :: CreateAnomalyDetector -> () #

Hashable CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

ToJSON CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

AWSRequest CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Associated Types

type AWSResponse CreateAnomalyDetector #

ToHeaders CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

ToPath CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

ToQuery CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

type Rep CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

type Rep CreateAnomalyDetector = D1 ('MetaData "CreateAnomalyDetector" "Amazonka.LookoutMetrics.CreateAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "CreateAnomalyDetector'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyDetectorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "anomalyDetectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "anomalyDetectorConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AnomalyDetectorConfig)))))
type AWSResponse CreateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

newCreateAnomalyDetector Source #

Create a value of CreateAnomalyDetector 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:kmsKeyArn:CreateAnomalyDetector', createAnomalyDetector_kmsKeyArn - The ARN of the KMS key to use to encrypt your data.

$sel:anomalyDetectorDescription:CreateAnomalyDetector', createAnomalyDetector_anomalyDetectorDescription - A description of the detector.

$sel:tags:CreateAnomalyDetector', createAnomalyDetector_tags - A list of tags to apply to the anomaly detector.

$sel:anomalyDetectorName:CreateAnomalyDetector', createAnomalyDetector_anomalyDetectorName - The name of the detector.

$sel:anomalyDetectorConfig:CreateAnomalyDetector', createAnomalyDetector_anomalyDetectorConfig - Contains information about the configuration of the anomaly detector.

data CreateAnomalyDetectorResponse Source #

See: newCreateAnomalyDetectorResponse smart constructor.

Instances

Instances details
Eq CreateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Read CreateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Show CreateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Generic CreateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

Associated Types

type Rep CreateAnomalyDetectorResponse :: Type -> Type #

NFData CreateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

type Rep CreateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.CreateAnomalyDetector

type Rep CreateAnomalyDetectorResponse = D1 ('MetaData "CreateAnomalyDetectorResponse" "Amazonka.LookoutMetrics.CreateAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "CreateAnomalyDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAnomalyDetectorResponse Source #

Create a value of CreateAnomalyDetectorResponse 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:anomalyDetectorArn:CreateAnomalyDetectorResponse', createAnomalyDetectorResponse_anomalyDetectorArn - The ARN of the detector.

$sel:httpStatus:CreateAnomalyDetectorResponse', createAnomalyDetectorResponse_httpStatus - The response's http status code.

UpdateMetricSet

data UpdateMetricSet Source #

See: newUpdateMetricSet smart constructor.

Instances

Instances details
Eq UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Read UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Show UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Generic UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Associated Types

type Rep UpdateMetricSet :: Type -> Type #

NFData UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Methods

rnf :: UpdateMetricSet -> () #

Hashable UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

ToJSON UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

AWSRequest UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Associated Types

type AWSResponse UpdateMetricSet #

ToHeaders UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

ToPath UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

ToQuery UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

type Rep UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

type Rep UpdateMetricSet = D1 ('MetaData "UpdateMetricSet" "Amazonka.LookoutMetrics.UpdateMetricSet" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "UpdateMetricSet'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dimensionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "timestampColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimestampColumn)) :*: S1 ('MetaSel ('Just "metricList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Metric))))) :*: ((S1 ('MetaSel ('Just "metricSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricSource)) :*: S1 ('MetaSel ('Just "metricSetFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Frequency))) :*: (S1 ('MetaSel ('Just "metricSetDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse UpdateMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

newUpdateMetricSet Source #

Create a value of UpdateMetricSet 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:dimensionList:UpdateMetricSet', updateMetricSet_dimensionList - The dimension list.

$sel:offset:UpdateMetricSet', updateMetricSet_offset - After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3 and Redshift datasources.

$sel:timestampColumn:UpdateMetricSet', updateMetricSet_timestampColumn - The timestamp column.

$sel:metricList:UpdateMetricSet', updateMetricSet_metricList - The metric list.

$sel:metricSource:UpdateMetricSet', updateMetricSet_metricSource - Undocumented member.

$sel:metricSetFrequency:UpdateMetricSet', updateMetricSet_metricSetFrequency - The dataset's interval.

$sel:metricSetDescription:UpdateMetricSet', updateMetricSet_metricSetDescription - The dataset's description.

$sel:metricSetArn:UpdateMetricSet', updateMetricSet_metricSetArn - The ARN of the dataset to update.

data UpdateMetricSetResponse Source #

See: newUpdateMetricSetResponse smart constructor.

Instances

Instances details
Eq UpdateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Read UpdateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Show UpdateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Generic UpdateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Associated Types

type Rep UpdateMetricSetResponse :: Type -> Type #

NFData UpdateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

Methods

rnf :: UpdateMetricSetResponse -> () #

type Rep UpdateMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UpdateMetricSet

type Rep UpdateMetricSetResponse = D1 ('MetaData "UpdateMetricSetResponse" "Amazonka.LookoutMetrics.UpdateMetricSet" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "UpdateMetricSetResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateMetricSetResponse Source #

Create a value of UpdateMetricSetResponse 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:metricSetArn:UpdateMetricSet', updateMetricSetResponse_metricSetArn - The ARN of the dataset.

$sel:httpStatus:UpdateMetricSetResponse', updateMetricSetResponse_httpStatus - The response's http status code.

ActivateAnomalyDetector

data ActivateAnomalyDetector Source #

See: newActivateAnomalyDetector smart constructor.

Instances

Instances details
Eq ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Read ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Show ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Generic ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Associated Types

type Rep ActivateAnomalyDetector :: Type -> Type #

NFData ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Methods

rnf :: ActivateAnomalyDetector -> () #

Hashable ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

ToJSON ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

AWSRequest ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

ToHeaders ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

ToPath ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

ToQuery ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

type Rep ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

type Rep ActivateAnomalyDetector = D1 ('MetaData "ActivateAnomalyDetector" "Amazonka.LookoutMetrics.ActivateAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ActivateAnomalyDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ActivateAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

newActivateAnomalyDetector Source #

Create a value of ActivateAnomalyDetector 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:anomalyDetectorArn:ActivateAnomalyDetector', activateAnomalyDetector_anomalyDetectorArn - The ARN of the anomaly detector.

data ActivateAnomalyDetectorResponse Source #

See: newActivateAnomalyDetectorResponse smart constructor.

Instances

Instances details
Eq ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Read ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Show ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Generic ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

Associated Types

type Rep ActivateAnomalyDetectorResponse :: Type -> Type #

NFData ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

type Rep ActivateAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ActivateAnomalyDetector

type Rep ActivateAnomalyDetectorResponse = D1 ('MetaData "ActivateAnomalyDetectorResponse" "Amazonka.LookoutMetrics.ActivateAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ActivateAnomalyDetectorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newActivateAnomalyDetectorResponse Source #

Create a value of ActivateAnomalyDetectorResponse 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:httpStatus:ActivateAnomalyDetectorResponse', activateAnomalyDetectorResponse_httpStatus - The response's http status code.

ListAnomalyGroupTimeSeries

data ListAnomalyGroupTimeSeries Source #

See: newListAnomalyGroupTimeSeries smart constructor.

Instances

Instances details
Eq ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Read ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Show ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Generic ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Associated Types

type Rep ListAnomalyGroupTimeSeries :: Type -> Type #

NFData ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Hashable ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

ToJSON ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

AWSRequest ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

ToHeaders ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

ToPath ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

ToQuery ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

type Rep ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

type Rep ListAnomalyGroupTimeSeries = D1 ('MetaData "ListAnomalyGroupTimeSeries" "Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ListAnomalyGroupTimeSeries'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") '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) :*: (S1 ('MetaSel ('Just "anomalyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListAnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

newListAnomalyGroupTimeSeries Source #

Create a value of ListAnomalyGroupTimeSeries 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:ListAnomalyGroupTimeSeries', listAnomalyGroupTimeSeries_nextToken - Specify the pagination token that's returned by a previous request to retrieve the next page of results.

$sel:maxResults:ListAnomalyGroupTimeSeries', listAnomalyGroupTimeSeries_maxResults - The maximum number of results to return.

$sel:anomalyDetectorArn:ListAnomalyGroupTimeSeries', listAnomalyGroupTimeSeries_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.

$sel:anomalyGroupId:ListAnomalyGroupTimeSeries', listAnomalyGroupTimeSeries_anomalyGroupId - The ID of the anomaly group.

$sel:metricName:ListAnomalyGroupTimeSeries', listAnomalyGroupTimeSeries_metricName - The name of the measure field.

data ListAnomalyGroupTimeSeriesResponse Source #

Instances

Instances details
Eq ListAnomalyGroupTimeSeriesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Read ListAnomalyGroupTimeSeriesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Show ListAnomalyGroupTimeSeriesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Generic ListAnomalyGroupTimeSeriesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

Associated Types

type Rep ListAnomalyGroupTimeSeriesResponse :: Type -> Type #

NFData ListAnomalyGroupTimeSeriesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

type Rep ListAnomalyGroupTimeSeriesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries

type Rep ListAnomalyGroupTimeSeriesResponse = D1 ('MetaData "ListAnomalyGroupTimeSeriesResponse" "Amazonka.LookoutMetrics.ListAnomalyGroupTimeSeries" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ListAnomalyGroupTimeSeriesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "timeSeriesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TimeSeries])) :*: (S1 ('MetaSel ('Just "timestampList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "anomalyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

GetSampleData

data GetSampleData Source #

See: newGetSampleData smart constructor.

Instances

Instances details
Eq GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Read GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Show GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Generic GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Associated Types

type Rep GetSampleData :: Type -> Type #

NFData GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Methods

rnf :: GetSampleData -> () #

Hashable GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

ToJSON GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

AWSRequest GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Associated Types

type AWSResponse GetSampleData #

ToHeaders GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

ToPath GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

ToQuery GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

type Rep GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

type Rep GetSampleData = D1 ('MetaData "GetSampleData" "Amazonka.LookoutMetrics.GetSampleData" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "GetSampleData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3SourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SampleDataS3SourceConfig))))
type AWSResponse GetSampleData Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

newGetSampleData :: GetSampleData Source #

Create a value of GetSampleData 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:s3SourceConfig:GetSampleData', getSampleData_s3SourceConfig - A datasource bucket in Amazon S3.

data GetSampleDataResponse Source #

See: newGetSampleDataResponse smart constructor.

Constructors

GetSampleDataResponse' (Maybe [[Text]]) (Maybe [Text]) Int 

Instances

Instances details
Eq GetSampleDataResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Read GetSampleDataResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Show GetSampleDataResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Generic GetSampleDataResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Associated Types

type Rep GetSampleDataResponse :: Type -> Type #

NFData GetSampleDataResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

Methods

rnf :: GetSampleDataResponse -> () #

type Rep GetSampleDataResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.GetSampleData

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

newGetSampleDataResponse Source #

Create a value of GetSampleDataResponse 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:sampleRows:GetSampleDataResponse', getSampleDataResponse_sampleRows - A list of records.

$sel:headerValues:GetSampleDataResponse', getSampleDataResponse_headerValues - A list of header labels for the records.

$sel:httpStatus:GetSampleDataResponse', getSampleDataResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Associated Types

type AWSResponse TagResource #

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.LookoutMetrics.TagResource" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

newTagResource Source #

Create a value of TagResource 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:resourceArn:TagResource', tagResource_resourceArn - The resource's Amazon Resource Name (ARN).

$sel:tags:TagResource', tagResource_tags - Tags to apply to the resource. Tag keys and values can contain letters, numbers, spaces, and the following symbols: _.:/=+@-

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.LookoutMetrics.TagResource" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse 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:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

DescribeMetricSet

data DescribeMetricSet Source #

See: newDescribeMetricSet smart constructor.

Constructors

DescribeMetricSet' Text 

Instances

Instances details
Eq DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Read DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Show DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Generic DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Associated Types

type Rep DescribeMetricSet :: Type -> Type #

NFData DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Methods

rnf :: DescribeMetricSet -> () #

Hashable DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

ToJSON DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

AWSRequest DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Associated Types

type AWSResponse DescribeMetricSet #

ToHeaders DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

ToPath DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

ToQuery DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

type Rep DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

type Rep DescribeMetricSet = D1 ('MetaData "DescribeMetricSet" "Amazonka.LookoutMetrics.DescribeMetricSet" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DescribeMetricSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeMetricSet Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

newDescribeMetricSet Source #

Create a value of DescribeMetricSet 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:metricSetArn:DescribeMetricSet', describeMetricSet_metricSetArn - The ARN of the dataset.

data DescribeMetricSetResponse Source #

See: newDescribeMetricSetResponse smart constructor.

Instances

Instances details
Eq DescribeMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Read DescribeMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Show DescribeMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Generic DescribeMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

Associated Types

type Rep DescribeMetricSetResponse :: Type -> Type #

NFData DescribeMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

type Rep DescribeMetricSetResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeMetricSet

type Rep DescribeMetricSetResponse = D1 ('MetaData "DescribeMetricSetResponse" "Amazonka.LookoutMetrics.DescribeMetricSet" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DescribeMetricSetResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dimensionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "offset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "timestampColumn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TimestampColumn)) :*: S1 ('MetaSel ('Just "metricList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Metric)))) :*: (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MetricSource))))) :*: ((S1 ('MetaSel ('Just "metricSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metricSetFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Frequency)) :*: S1 ('MetaSel ('Just "metricSetDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "timezone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeMetricSetResponse Source #

Create a value of DescribeMetricSetResponse 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:creationTime:DescribeMetricSetResponse', describeMetricSetResponse_creationTime - The time at which the dataset was created.

$sel:dimensionList:DescribeMetricSetResponse', describeMetricSetResponse_dimensionList - A list of the dimensions chosen for analysis.

$sel:offset:DescribeMetricSetResponse', describeMetricSetResponse_offset - The offset in seconds. Only supported for S3 and Redshift datasources.

$sel:timestampColumn:DescribeMetricSetResponse', describeMetricSetResponse_timestampColumn - Contains information about the column used for tracking time in your source data.

$sel:metricList:DescribeMetricSetResponse', describeMetricSetResponse_metricList - A list of the metrics defined by the dataset.

$sel:anomalyDetectorArn:DescribeMetricSetResponse', describeMetricSetResponse_anomalyDetectorArn - The ARN of the detector that contains the dataset.

$sel:metricSource:DescribeMetricSetResponse', describeMetricSetResponse_metricSource - Contains information about the dataset's source data.

$sel:metricSetName:DescribeMetricSetResponse', describeMetricSetResponse_metricSetName - The name of the dataset.

$sel:metricSetFrequency:DescribeMetricSetResponse', describeMetricSetResponse_metricSetFrequency - The interval at which the data will be analyzed for anomalies.

$sel:metricSetDescription:DescribeMetricSetResponse', describeMetricSetResponse_metricSetDescription - The dataset's description.

$sel:timezone:DescribeMetricSetResponse', describeMetricSetResponse_timezone - The time zone in which the dataset's data was recorded.

$sel:metricSetArn:DescribeMetricSet', describeMetricSetResponse_metricSetArn - The ARN of the dataset.

$sel:lastModificationTime:DescribeMetricSetResponse', describeMetricSetResponse_lastModificationTime - The time at which the dataset was last modified.

$sel:httpStatus:DescribeMetricSetResponse', describeMetricSetResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Associated Types

type AWSResponse UntagResource #

ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.LookoutMetrics.UntagResource" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

newUntagResource Source #

Create a value of UntagResource 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:resourceArn:UntagResource', untagResource_resourceArn - The resource's Amazon Resource Name (ARN).

$sel:tagKeys:UntagResource', untagResource_tagKeys - Keys to remove from the resource's tags.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.LookoutMetrics.UntagResource" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse 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:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

DescribeAlert

data DescribeAlert Source #

See: newDescribeAlert smart constructor.

Constructors

DescribeAlert' Text 

Instances

Instances details
Eq DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Read DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Show DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Generic DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Associated Types

type Rep DescribeAlert :: Type -> Type #

NFData DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Methods

rnf :: DescribeAlert -> () #

Hashable DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

ToJSON DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

AWSRequest DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Associated Types

type AWSResponse DescribeAlert #

ToHeaders DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

ToPath DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

ToQuery DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

type Rep DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

type Rep DescribeAlert = D1 ('MetaData "DescribeAlert" "Amazonka.LookoutMetrics.DescribeAlert" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DescribeAlert'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alertArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAlert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

newDescribeAlert Source #

Create a value of DescribeAlert 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:alertArn:DescribeAlert', describeAlert_alertArn - The ARN of the alert to describe.

data DescribeAlertResponse Source #

See: newDescribeAlertResponse smart constructor.

Instances

Instances details
Eq DescribeAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Read DescribeAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Show DescribeAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Generic DescribeAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Associated Types

type Rep DescribeAlertResponse :: Type -> Type #

NFData DescribeAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

Methods

rnf :: DescribeAlertResponse -> () #

type Rep DescribeAlertResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAlert

type Rep DescribeAlertResponse = D1 ('MetaData "DescribeAlertResponse" "Amazonka.LookoutMetrics.DescribeAlert" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DescribeAlertResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "alert") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Alert)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAlertResponse Source #

Create a value of DescribeAlertResponse 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:alert:DescribeAlertResponse', describeAlertResponse_alert - Contains information about an alert.

$sel:httpStatus:DescribeAlertResponse', describeAlertResponse_httpStatus - The response's http status code.

ListAnomalyGroupSummaries

data ListAnomalyGroupSummaries Source #

See: newListAnomalyGroupSummaries smart constructor.

Instances

Instances details
Eq ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Read ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Show ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Generic ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Associated Types

type Rep ListAnomalyGroupSummaries :: Type -> Type #

NFData ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Hashable ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

ToJSON ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

AWSRequest ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

ToHeaders ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

ToPath ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

ToQuery ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type Rep ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type Rep ListAnomalyGroupSummaries = D1 ('MetaData "ListAnomalyGroupSummaries" "Amazonka.LookoutMetrics.ListAnomalyGroupSummaries" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ListAnomalyGroupSummaries'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") '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) :*: S1 ('MetaSel ('Just "sensitivityThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))
type AWSResponse ListAnomalyGroupSummaries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

newListAnomalyGroupSummaries Source #

Create a value of ListAnomalyGroupSummaries 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:ListAnomalyGroupSummaries', listAnomalyGroupSummaries_nextToken - Specify the pagination token that's returned by a previous request to retrieve the next page of results.

$sel:maxResults:ListAnomalyGroupSummaries', listAnomalyGroupSummaries_maxResults - The maximum number of results to return.

$sel:anomalyDetectorArn:ListAnomalyGroupSummaries', listAnomalyGroupSummaries_anomalyDetectorArn - The Amazon Resource Name (ARN) of the anomaly detector.

$sel:sensitivityThreshold:ListAnomalyGroupSummaries', listAnomalyGroupSummaries_sensitivityThreshold - The minimum severity score for inclusion in the output.

data ListAnomalyGroupSummariesResponse Source #

See: newListAnomalyGroupSummariesResponse smart constructor.

Instances

Instances details
Eq ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Read ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Show ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Generic ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

Associated Types

type Rep ListAnomalyGroupSummariesResponse :: Type -> Type #

NFData ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type Rep ListAnomalyGroupSummariesResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.ListAnomalyGroupSummaries

type Rep ListAnomalyGroupSummariesResponse = D1 ('MetaData "ListAnomalyGroupSummariesResponse" "Amazonka.LookoutMetrics.ListAnomalyGroupSummaries" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ListAnomalyGroupSummariesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "anomalyGroupStatistics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyGroupStatistics)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "anomalyGroupSummaryList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AnomalyGroupSummary])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAnomalyGroupSummariesResponse Source #

Create a value of ListAnomalyGroupSummariesResponse 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:anomalyGroupStatistics:ListAnomalyGroupSummariesResponse', listAnomalyGroupSummariesResponse_anomalyGroupStatistics - Aggregated details about the anomaly groups.

$sel:nextToken:ListAnomalyGroupSummaries', listAnomalyGroupSummariesResponse_nextToken - The pagination token that's included if more results are available.

$sel:anomalyGroupSummaryList:ListAnomalyGroupSummariesResponse', listAnomalyGroupSummariesResponse_anomalyGroupSummaryList - A list of anomaly group summaries.

$sel:httpStatus:ListAnomalyGroupSummariesResponse', listAnomalyGroupSummariesResponse_httpStatus - The response's http status code.

DescribeAnomalyDetector

data DescribeAnomalyDetector Source #

See: newDescribeAnomalyDetector smart constructor.

Instances

Instances details
Eq DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Read DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Show DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Generic DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Associated Types

type Rep DescribeAnomalyDetector :: Type -> Type #

NFData DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Methods

rnf :: DescribeAnomalyDetector -> () #

Hashable DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

ToJSON DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

AWSRequest DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

ToHeaders DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

ToPath DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

ToQuery DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

type Rep DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

type Rep DescribeAnomalyDetector = D1 ('MetaData "DescribeAnomalyDetector" "Amazonka.LookoutMetrics.DescribeAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DescribeAnomalyDetector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeAnomalyDetector Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

newDescribeAnomalyDetector Source #

Create a value of DescribeAnomalyDetector 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:anomalyDetectorArn:DescribeAnomalyDetector', describeAnomalyDetector_anomalyDetectorArn - The ARN of the detector to describe.

data DescribeAnomalyDetectorResponse Source #

See: newDescribeAnomalyDetectorResponse smart constructor.

Instances

Instances details
Eq DescribeAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Read DescribeAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Show DescribeAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Generic DescribeAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

Associated Types

type Rep DescribeAnomalyDetectorResponse :: Type -> Type #

NFData DescribeAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

type Rep DescribeAnomalyDetectorResponse Source # 
Instance details

Defined in Amazonka.LookoutMetrics.DescribeAnomalyDetector

type Rep DescribeAnomalyDetectorResponse = D1 ('MetaData "DescribeAnomalyDetectorResponse" "Amazonka.LookoutMetrics.DescribeAnomalyDetector" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DescribeAnomalyDetectorResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyDetectorStatus))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "anomalyDetectorConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyDetectorConfigSummary)) :*: S1 ('MetaSel ('Just "anomalyDetectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "anomalyDetectorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeAnomalyDetectorResponse Source #

Create a value of DescribeAnomalyDetectorResponse 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:creationTime:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_creationTime - The time at which the detector was created.

$sel:status:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_status - The status of the detector.

$sel:failureReason:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_failureReason - The reason that the detector failed, if any.

$sel:kmsKeyArn:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_kmsKeyArn - The ARN of the KMS key to use to encrypt your data.

$sel:anomalyDetectorArn:DescribeAnomalyDetector', describeAnomalyDetectorResponse_anomalyDetectorArn - The ARN of the detector.

$sel:anomalyDetectorConfig:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_anomalyDetectorConfig - Contains information about the detector's configuration.

$sel:anomalyDetectorName:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_anomalyDetectorName - The name of the detector.

$sel:anomalyDetectorDescription:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_anomalyDetectorDescription - A description of the detector.

$sel:lastModificationTime:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_lastModificationTime - The time at which the detector was last modified.

$sel:httpStatus:DescribeAnomalyDetectorResponse', describeAnomalyDetectorResponse_httpStatus - The response's http status code.

Types

AggregationFunction

newtype AggregationFunction Source #

Instances

Instances details
Eq AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

Ord AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

Read AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

Show AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

Generic AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

Associated Types

type Rep AggregationFunction :: Type -> Type #

NFData AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

Methods

rnf :: AggregationFunction -> () #

Hashable AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

ToJSON AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

ToJSONKey AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

FromJSON AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

FromJSONKey AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

ToLog AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

ToHeader AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

ToQuery AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

FromXML AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

ToXML AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

ToByteString AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

FromText AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

ToText AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

type Rep AggregationFunction Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AggregationFunction

type Rep AggregationFunction = D1 ('MetaData "AggregationFunction" "Amazonka.LookoutMetrics.Types.AggregationFunction" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'True) (C1 ('MetaCons "AggregationFunction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AlertStatus

newtype AlertStatus Source #

Constructors

AlertStatus' 

Bundled Patterns

pattern AlertStatus_ACTIVE :: AlertStatus 
pattern AlertStatus_INACTIVE :: AlertStatus 

Instances

Instances details
Eq AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

Ord AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

Read AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

Show AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

Generic AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

Associated Types

type Rep AlertStatus :: Type -> Type #

NFData AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

Methods

rnf :: AlertStatus -> () #

Hashable AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

ToJSON AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

ToJSONKey AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

FromJSON AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

FromJSONKey AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

ToLog AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

ToHeader AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

ToQuery AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

FromXML AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

ToXML AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

Methods

toXML :: AlertStatus -> XML #

ToByteString AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

FromText AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

ToText AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

Methods

toText :: AlertStatus -> Text #

type Rep AlertStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertStatus

type Rep AlertStatus = D1 ('MetaData "AlertStatus" "Amazonka.LookoutMetrics.Types.AlertStatus" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'True) (C1 ('MetaCons "AlertStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlertStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AlertType

newtype AlertType Source #

Constructors

AlertType' 

Fields

Bundled Patterns

pattern AlertType_LAMBDA :: AlertType 
pattern AlertType_SNS :: AlertType 

Instances

Instances details
Eq AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Ord AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Read AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Show AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Generic AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Associated Types

type Rep AlertType :: Type -> Type #

NFData AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Methods

rnf :: AlertType -> () #

Hashable AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

ToJSON AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

ToJSONKey AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

FromJSON AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

FromJSONKey AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

ToLog AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

ToHeader AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

ToQuery AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

FromXML AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

ToXML AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Methods

toXML :: AlertType -> XML #

ToByteString AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Methods

toBS :: AlertType -> ByteString #

FromText AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

ToText AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

Methods

toText :: AlertType -> Text #

type Rep AlertType Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertType

type Rep AlertType = D1 ('MetaData "AlertType" "Amazonka.LookoutMetrics.Types.AlertType" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'True) (C1 ('MetaCons "AlertType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAlertType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AnomalyDetectionTaskStatus

newtype AnomalyDetectionTaskStatus Source #

Instances

Instances details
Eq AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

Ord AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

Read AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

Show AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

Generic AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

Associated Types

type Rep AnomalyDetectionTaskStatus :: Type -> Type #

NFData AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

Hashable AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

ToJSON AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

ToJSONKey AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

FromJSON AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

FromJSONKey AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

ToLog AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

ToHeader AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

ToQuery AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

FromXML AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

ToXML AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

ToByteString AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

FromText AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

ToText AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

type Rep AnomalyDetectionTaskStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus

type Rep AnomalyDetectionTaskStatus = D1 ('MetaData "AnomalyDetectionTaskStatus" "Amazonka.LookoutMetrics.Types.AnomalyDetectionTaskStatus" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'True) (C1 ('MetaCons "AnomalyDetectionTaskStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAnomalyDetectionTaskStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AnomalyDetectorStatus

newtype AnomalyDetectorStatus Source #

Instances

Instances details
Eq AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

Ord AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

Read AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

Show AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

Generic AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

Associated Types

type Rep AnomalyDetectorStatus :: Type -> Type #

NFData AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

Methods

rnf :: AnomalyDetectorStatus -> () #

Hashable AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

ToJSON AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

ToJSONKey AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

FromJSON AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

FromJSONKey AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

ToLog AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

ToHeader AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

ToQuery AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

FromXML AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

ToXML AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

ToByteString AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

FromText AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

ToText AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

type Rep AnomalyDetectorStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus

type Rep AnomalyDetectorStatus = D1 ('MetaData "AnomalyDetectorStatus" "Amazonka.LookoutMetrics.Types.AnomalyDetectorStatus" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'True) (C1 ('MetaCons "AnomalyDetectorStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAnomalyDetectorStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CSVFileCompression

newtype CSVFileCompression Source #

Instances

Instances details
Eq CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

Ord CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

Read CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

Show CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

Generic CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

Associated Types

type Rep CSVFileCompression :: Type -> Type #

NFData CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

Methods

rnf :: CSVFileCompression -> () #

Hashable CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

ToJSON CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

ToJSONKey CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

FromJSON CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

FromJSONKey CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

ToLog CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

ToHeader CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

ToQuery CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

FromXML CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

ToXML CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

ToByteString CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

FromText CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

ToText CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

type Rep CSVFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CSVFileCompression

type Rep CSVFileCompression = D1 ('MetaData "CSVFileCompression" "Amazonka.LookoutMetrics.Types.CSVFileCompression" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'True) (C1 ('MetaCons "CSVFileCompression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCSVFileCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Frequency

newtype Frequency Source #

Constructors

Frequency' 

Fields

Bundled Patterns

pattern Frequency_P1D :: Frequency 
pattern Frequency_PT10M :: Frequency 
pattern Frequency_PT1H :: Frequency 
pattern Frequency_PT5M :: Frequency 

Instances

Instances details
Eq Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Ord Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Read Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Show Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Generic Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Associated Types

type Rep Frequency :: Type -> Type #

NFData Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Methods

rnf :: Frequency -> () #

Hashable Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

ToJSON Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

ToJSONKey Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

FromJSON Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

FromJSONKey Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

ToLog Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

ToHeader Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

ToQuery Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

FromXML Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

ToXML Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Methods

toXML :: Frequency -> XML #

ToByteString Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Methods

toBS :: Frequency -> ByteString #

FromText Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

ToText Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

Methods

toText :: Frequency -> Text #

type Rep Frequency Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Frequency

type Rep Frequency = D1 ('MetaData "Frequency" "Amazonka.LookoutMetrics.Types.Frequency" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'True) (C1 ('MetaCons "Frequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

JsonFileCompression

newtype JsonFileCompression Source #

Instances

Instances details
Eq JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

Ord JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

Read JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

Show JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

Generic JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

Associated Types

type Rep JsonFileCompression :: Type -> Type #

NFData JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

Methods

rnf :: JsonFileCompression -> () #

Hashable JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

ToJSON JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

ToJSONKey JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

FromJSON JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

FromJSONKey JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

ToLog JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

ToHeader JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

ToQuery JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

FromXML JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

ToXML JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

ToByteString JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

FromText JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

ToText JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

type Rep JsonFileCompression Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFileCompression

type Rep JsonFileCompression = D1 ('MetaData "JsonFileCompression" "Amazonka.LookoutMetrics.Types.JsonFileCompression" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'True) (C1 ('MetaCons "JsonFileCompression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromJsonFileCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Action

data Action Source #

A configuration that specifies the action to perform when anomalies are detected.

See: newAction smart constructor.

Instances

Instances details
Eq Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

Methods

(==) :: Action -> Action -> Bool #

(/=) :: Action -> Action -> Bool #

Read Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

Show Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

Generic Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

Associated Types

type Rep Action :: Type -> Type #

Methods

from :: Action -> Rep Action x #

to :: Rep Action x -> Action #

NFData Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

Methods

rnf :: Action -> () #

Hashable Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

Methods

hashWithSalt :: Int -> Action -> Int #

hash :: Action -> Int #

ToJSON Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

FromJSON Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

type Rep Action Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Action

type Rep Action = D1 ('MetaData "Action" "Amazonka.LookoutMetrics.Types.Action" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "Action'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lambdaConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LambdaConfiguration)) :*: S1 ('MetaSel ('Just "sNSConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SNSConfiguration))))

newAction :: Action Source #

Create a value of Action 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:lambdaConfiguration:Action', action_lambdaConfiguration - A configuration for an AWS Lambda channel.

$sel:sNSConfiguration:Action', action_sNSConfiguration - A configuration for an Amazon SNS channel.

Alert

data Alert Source #

A configuration for Amazon SNS-integrated notifications.

See: newAlert smart constructor.

Instances

Instances details
Eq Alert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Alert

Methods

(==) :: Alert -> Alert -> Bool #

(/=) :: Alert -> Alert -> Bool #

Read Alert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Alert

Show Alert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Alert

Methods

showsPrec :: Int -> Alert -> ShowS #

show :: Alert -> String #

showList :: [Alert] -> ShowS #

Generic Alert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Alert

Associated Types

type Rep Alert :: Type -> Type #

Methods

from :: Alert -> Rep Alert x #

to :: Rep Alert x -> Alert #

NFData Alert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Alert

Methods

rnf :: Alert -> () #

Hashable Alert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Alert

Methods

hashWithSalt :: Int -> Alert -> Int #

hash :: Alert -> Int #

FromJSON Alert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Alert

type Rep Alert Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Alert

newAlert :: Alert Source #

Create a value of Alert 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:creationTime:Alert', alert_creationTime - The time at which the alert was created.

$sel:action:Alert', alert_action - Action that will be triggered when there is an alert.

$sel:anomalyDetectorArn:Alert', alert_anomalyDetectorArn - The ARN of the detector to which the alert is attached.

$sel:alertName:Alert', alert_alertName - The name of the alert.

$sel:alertSensitivityThreshold:Alert', alert_alertSensitivityThreshold - The minimum severity for an anomaly to trigger the alert.

$sel:alertStatus:Alert', alert_alertStatus - The status of the alert.

$sel:alertDescription:Alert', alert_alertDescription - A description of the alert.

$sel:alertArn:Alert', alert_alertArn - The ARN of the alert.

$sel:alertType:Alert', alert_alertType - The type of the alert.

$sel:lastModificationTime:Alert', alert_lastModificationTime - The time at which the alert was last modified.

AlertSummary

data AlertSummary Source #

Provides a summary of an alert's configuration.

See: newAlertSummary smart constructor.

Instances

Instances details
Eq AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Read AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Show AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Generic AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Associated Types

type Rep AlertSummary :: Type -> Type #

NFData AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

Methods

rnf :: AlertSummary -> () #

Hashable AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

FromJSON AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

type Rep AlertSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AlertSummary

type Rep AlertSummary = D1 ('MetaData "AlertSummary" "Amazonka.LookoutMetrics.Types.AlertSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AlertSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "alertName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "alertSensitivityThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "alertStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlertStatus)) :*: S1 ('MetaSel ('Just "alertArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "alertType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlertType)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newAlertSummary :: AlertSummary Source #

Create a value of AlertSummary 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:creationTime:AlertSummary', alertSummary_creationTime - The time at which the alert was created.

$sel:anomalyDetectorArn:AlertSummary', alertSummary_anomalyDetectorArn - The ARN of the detector to which the alert is attached.

$sel:alertName:AlertSummary', alertSummary_alertName - The name of the alert.

$sel:alertSensitivityThreshold:AlertSummary', alertSummary_alertSensitivityThreshold - The minimum severity for an anomaly to trigger the alert.

$sel:alertStatus:AlertSummary', alertSummary_alertStatus - The status of the alert.

$sel:alertArn:AlertSummary', alertSummary_alertArn - The ARN of the alert.

$sel:alertType:AlertSummary', alertSummary_alertType - The type of the alert.

$sel:tags:AlertSummary', alertSummary_tags - The alert's tags.

$sel:lastModificationTime:AlertSummary', alertSummary_lastModificationTime - The time at which the alert was last modified.

AnomalyDetectorConfig

data AnomalyDetectorConfig Source #

Contains information about a detector's configuration.

See: newAnomalyDetectorConfig smart constructor.

Instances

Instances details
Eq AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Read AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Show AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Generic AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Associated Types

type Rep AnomalyDetectorConfig :: Type -> Type #

NFData AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

Methods

rnf :: AnomalyDetectorConfig -> () #

Hashable AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

ToJSON AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

type Rep AnomalyDetectorConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig

type Rep AnomalyDetectorConfig = D1 ('MetaData "AnomalyDetectorConfig" "Amazonka.LookoutMetrics.Types.AnomalyDetectorConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyDetectorConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Frequency))))

newAnomalyDetectorConfig :: AnomalyDetectorConfig Source #

Create a value of AnomalyDetectorConfig 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:anomalyDetectorFrequency:AnomalyDetectorConfig', anomalyDetectorConfig_anomalyDetectorFrequency - The frequency at which the detector analyzes its source data.

AnomalyDetectorConfigSummary

data AnomalyDetectorConfigSummary Source #

Contains information about a detector's configuration.

See: newAnomalyDetectorConfigSummary smart constructor.

Instances

Instances details
Eq AnomalyDetectorConfigSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary

Read AnomalyDetectorConfigSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary

Show AnomalyDetectorConfigSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary

Generic AnomalyDetectorConfigSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary

Associated Types

type Rep AnomalyDetectorConfigSummary :: Type -> Type #

NFData AnomalyDetectorConfigSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary

Hashable AnomalyDetectorConfigSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary

FromJSON AnomalyDetectorConfigSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary

type Rep AnomalyDetectorConfigSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary

type Rep AnomalyDetectorConfigSummary = D1 ('MetaData "AnomalyDetectorConfigSummary" "Amazonka.LookoutMetrics.Types.AnomalyDetectorConfigSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyDetectorConfigSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyDetectorFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Frequency))))

newAnomalyDetectorConfigSummary :: AnomalyDetectorConfigSummary Source #

Create a value of AnomalyDetectorConfigSummary 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:anomalyDetectorFrequency:AnomalyDetectorConfigSummary', anomalyDetectorConfigSummary_anomalyDetectorFrequency - The interval at which the detector analyzes its source data.

AnomalyDetectorSummary

data AnomalyDetectorSummary Source #

Contains information about an an anomaly detector.

See: newAnomalyDetectorSummary smart constructor.

Instances

Instances details
Eq AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Read AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Show AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Generic AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Associated Types

type Rep AnomalyDetectorSummary :: Type -> Type #

NFData AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

Methods

rnf :: AnomalyDetectorSummary -> () #

Hashable AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

FromJSON AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

type Rep AnomalyDetectorSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary

type Rep AnomalyDetectorSummary = D1 ('MetaData "AnomalyDetectorSummary" "Amazonka.LookoutMetrics.Types.AnomalyDetectorSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyDetectorSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyDetectorStatus)) :*: S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "anomalyDetectorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyDetectorDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newAnomalyDetectorSummary :: AnomalyDetectorSummary Source #

Create a value of AnomalyDetectorSummary 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:creationTime:AnomalyDetectorSummary', anomalyDetectorSummary_creationTime - The time at which the detector was created.

$sel:status:AnomalyDetectorSummary', anomalyDetectorSummary_status - The status of detector.

$sel:anomalyDetectorArn:AnomalyDetectorSummary', anomalyDetectorSummary_anomalyDetectorArn - The ARN of the detector.

$sel:anomalyDetectorName:AnomalyDetectorSummary', anomalyDetectorSummary_anomalyDetectorName - The name of the detector.

$sel:anomalyDetectorDescription:AnomalyDetectorSummary', anomalyDetectorSummary_anomalyDetectorDescription - A description of the detector.

$sel:tags:AnomalyDetectorSummary', anomalyDetectorSummary_tags - The detector's tags.

$sel:lastModificationTime:AnomalyDetectorSummary', anomalyDetectorSummary_lastModificationTime - The time at which the detector was last modified.

AnomalyGroup

data AnomalyGroup Source #

A group of anomalous metrics

See: newAnomalyGroup smart constructor.

Instances

Instances details
Eq AnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroup

Read AnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroup

Show AnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroup

Generic AnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroup

Associated Types

type Rep AnomalyGroup :: Type -> Type #

NFData AnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroup

Methods

rnf :: AnomalyGroup -> () #

Hashable AnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroup

FromJSON AnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroup

type Rep AnomalyGroup Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroup

type Rep AnomalyGroup = D1 ('MetaData "AnomalyGroup" "Amazonka.LookoutMetrics.Types.AnomalyGroup" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "metricLevelImpactList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MetricLevelImpact])) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "anomalyGroupScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "primaryMetricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAnomalyGroup :: AnomalyGroup Source #

Create a value of AnomalyGroup 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:metricLevelImpactList:AnomalyGroup', anomalyGroup_metricLevelImpactList - A list of measures affected by the anomaly.

$sel:startTime:AnomalyGroup', anomalyGroup_startTime - The start time for the group.

$sel:anomalyGroupId:AnomalyGroup', anomalyGroup_anomalyGroupId - The ID of the anomaly group.

$sel:anomalyGroupScore:AnomalyGroup', anomalyGroup_anomalyGroupScore - The severity score of the group.

$sel:primaryMetricName:AnomalyGroup', anomalyGroup_primaryMetricName - The name of the primary affected measure for the group.

$sel:endTime:AnomalyGroup', anomalyGroup_endTime - The end time for the group.

AnomalyGroupStatistics

data AnomalyGroupStatistics Source #

Aggregated statistics for a group of anomalous metrics.

See: newAnomalyGroupStatistics smart constructor.

Instances

Instances details
Eq AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Read AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Show AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Generic AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Associated Types

type Rep AnomalyGroupStatistics :: Type -> Type #

NFData AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

Methods

rnf :: AnomalyGroupStatistics -> () #

Hashable AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

FromJSON AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

type Rep AnomalyGroupStatistics Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics

type Rep AnomalyGroupStatistics = D1 ('MetaData "AnomalyGroupStatistics" "Amazonka.LookoutMetrics.Types.AnomalyGroupStatistics" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyGroupStatistics'" 'PrefixI 'True) (S1 ('MetaSel ('Just "itemizedMetricStatsList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ItemizedMetricStats])) :*: (S1 ('MetaSel ('Just "evaluationStartDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newAnomalyGroupStatistics :: AnomalyGroupStatistics Source #

Create a value of AnomalyGroupStatistics 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:itemizedMetricStatsList:AnomalyGroupStatistics', anomalyGroupStatistics_itemizedMetricStatsList - Statistics for individual metrics within the group.

$sel:evaluationStartDate:AnomalyGroupStatistics', anomalyGroupStatistics_evaluationStartDate - The start of the time range that was searched.

$sel:totalCount:AnomalyGroupStatistics', anomalyGroupStatistics_totalCount - The number of groups found.

AnomalyGroupSummary

data AnomalyGroupSummary Source #

Details about a group of anomalous metrics.

See: newAnomalyGroupSummary smart constructor.

Instances

Instances details
Eq AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Read AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Show AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Generic AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Associated Types

type Rep AnomalyGroupSummary :: Type -> Type #

NFData AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

Methods

rnf :: AnomalyGroupSummary -> () #

Hashable AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

FromJSON AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

type Rep AnomalyGroupSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupSummary

type Rep AnomalyGroupSummary = D1 ('MetaData "AnomalyGroupSummary" "Amazonka.LookoutMetrics.Types.AnomalyGroupSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyGroupSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "anomalyGroupScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: (S1 ('MetaSel ('Just "primaryMetricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newAnomalyGroupSummary :: AnomalyGroupSummary Source #

Create a value of AnomalyGroupSummary 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:startTime:AnomalyGroupSummary', anomalyGroupSummary_startTime - The start time for the group.

$sel:anomalyGroupId:AnomalyGroupSummary', anomalyGroupSummary_anomalyGroupId - The ID of the anomaly group.

$sel:anomalyGroupScore:AnomalyGroupSummary', anomalyGroupSummary_anomalyGroupScore - The severity score of the group.

$sel:primaryMetricName:AnomalyGroupSummary', anomalyGroupSummary_primaryMetricName - The name of the primary affected measure for the group.

$sel:endTime:AnomalyGroupSummary', anomalyGroupSummary_endTime - The end time for the group.

AnomalyGroupTimeSeries

data AnomalyGroupTimeSeries Source #

An anomalous metric in an anomaly group.

See: newAnomalyGroupTimeSeries smart constructor.

Instances

Instances details
Eq AnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries

Read AnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries

Show AnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries

Generic AnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries

Associated Types

type Rep AnomalyGroupTimeSeries :: Type -> Type #

NFData AnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries

Methods

rnf :: AnomalyGroupTimeSeries -> () #

Hashable AnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries

ToJSON AnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries

type Rep AnomalyGroupTimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries

type Rep AnomalyGroupTimeSeries = D1 ('MetaData "AnomalyGroupTimeSeries" "Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeries" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyGroupTimeSeries'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeSeriesId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "anomalyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAnomalyGroupTimeSeries Source #

Create a value of AnomalyGroupTimeSeries 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:timeSeriesId:AnomalyGroupTimeSeries', anomalyGroupTimeSeries_timeSeriesId - The ID of the metric.

$sel:anomalyGroupId:AnomalyGroupTimeSeries', anomalyGroupTimeSeries_anomalyGroupId - The ID of the anomaly group.

AnomalyGroupTimeSeriesFeedback

data AnomalyGroupTimeSeriesFeedback Source #

Feedback for an anomalous metric.

See: newAnomalyGroupTimeSeriesFeedback smart constructor.

Instances

Instances details
Eq AnomalyGroupTimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback

Read AnomalyGroupTimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback

Show AnomalyGroupTimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback

Generic AnomalyGroupTimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback

Associated Types

type Rep AnomalyGroupTimeSeriesFeedback :: Type -> Type #

NFData AnomalyGroupTimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback

Hashable AnomalyGroupTimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback

ToJSON AnomalyGroupTimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback

type Rep AnomalyGroupTimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback

type Rep AnomalyGroupTimeSeriesFeedback = D1 ('MetaData "AnomalyGroupTimeSeriesFeedback" "Amazonka.LookoutMetrics.Types.AnomalyGroupTimeSeriesFeedback" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AnomalyGroupTimeSeriesFeedback'" 'PrefixI 'True) (S1 ('MetaSel ('Just "anomalyGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "timeSeriesId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "isAnomaly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

AppFlowConfig

data AppFlowConfig Source #

Details about an Amazon AppFlow flow datasource.

See: newAppFlowConfig smart constructor.

Constructors

AppFlowConfig' Text Text 

Instances

Instances details
Eq AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Read AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Show AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Generic AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Associated Types

type Rep AppFlowConfig :: Type -> Type #

NFData AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

Methods

rnf :: AppFlowConfig -> () #

Hashable AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

ToJSON AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

FromJSON AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

type Rep AppFlowConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AppFlowConfig

type Rep AppFlowConfig = D1 ('MetaData "AppFlowConfig" "Amazonka.LookoutMetrics.Types.AppFlowConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "AppFlowConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "flowName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAppFlowConfig Source #

Create a value of AppFlowConfig 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:roleArn:AppFlowConfig', appFlowConfig_roleArn - An IAM role that gives Amazon Lookout for Metrics permission to access the flow.

$sel:flowName:AppFlowConfig', appFlowConfig_flowName - name of the flow.

CloudWatchConfig

data CloudWatchConfig Source #

Details about an Amazon CloudWatch datasource.

See: newCloudWatchConfig smart constructor.

Constructors

CloudWatchConfig' Text 

Instances

Instances details
Eq CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

Read CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

Show CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

Generic CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

Associated Types

type Rep CloudWatchConfig :: Type -> Type #

NFData CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

Methods

rnf :: CloudWatchConfig -> () #

Hashable CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

ToJSON CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

FromJSON CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

type Rep CloudWatchConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CloudWatchConfig

type Rep CloudWatchConfig = D1 ('MetaData "CloudWatchConfig" "Amazonka.LookoutMetrics.Types.CloudWatchConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "CloudWatchConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCloudWatchConfig Source #

Create a value of CloudWatchConfig 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:roleArn:CloudWatchConfig', cloudWatchConfig_roleArn - An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.

ContributionMatrix

data ContributionMatrix Source #

Details about dimensions that contributed to an anomaly.

See: newContributionMatrix smart constructor.

Instances

Instances details
Eq ContributionMatrix Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ContributionMatrix

Read ContributionMatrix Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ContributionMatrix

Show ContributionMatrix Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ContributionMatrix

Generic ContributionMatrix Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ContributionMatrix

Associated Types

type Rep ContributionMatrix :: Type -> Type #

NFData ContributionMatrix Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ContributionMatrix

Methods

rnf :: ContributionMatrix -> () #

Hashable ContributionMatrix Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ContributionMatrix

FromJSON ContributionMatrix Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ContributionMatrix

type Rep ContributionMatrix Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ContributionMatrix

type Rep ContributionMatrix = D1 ('MetaData "ContributionMatrix" "Amazonka.LookoutMetrics.Types.ContributionMatrix" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ContributionMatrix'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionContributionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionContribution]))))

newContributionMatrix :: ContributionMatrix Source #

Create a value of ContributionMatrix 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:dimensionContributionList:ContributionMatrix', contributionMatrix_dimensionContributionList - A list of contributing dimensions.

CsvFormatDescriptor

data CsvFormatDescriptor Source #

Contains information about how a source CSV data file should be analyzed.

See: newCsvFormatDescriptor smart constructor.

Instances

Instances details
Eq CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

Read CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

Show CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

Generic CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

Associated Types

type Rep CsvFormatDescriptor :: Type -> Type #

NFData CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

Methods

rnf :: CsvFormatDescriptor -> () #

Hashable CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

ToJSON CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

FromJSON CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

type Rep CsvFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.CsvFormatDescriptor

type Rep CsvFormatDescriptor = D1 ('MetaData "CsvFormatDescriptor" "Amazonka.LookoutMetrics.Types.CsvFormatDescriptor" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "CsvFormatDescriptor'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "quoteSymbol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "containsHeader") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "charset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "headerList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "fileCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CSVFileCompression)) :*: S1 ('MetaSel ('Just "delimiter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCsvFormatDescriptor :: CsvFormatDescriptor Source #

Create a value of CsvFormatDescriptor 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:quoteSymbol:CsvFormatDescriptor', csvFormatDescriptor_quoteSymbol - The character used as a quote character.

$sel:containsHeader:CsvFormatDescriptor', csvFormatDescriptor_containsHeader - Whether or not the source CSV file contains a header.

$sel:charset:CsvFormatDescriptor', csvFormatDescriptor_charset - The character set in which the source CSV file is written.

$sel:headerList:CsvFormatDescriptor', csvFormatDescriptor_headerList - A list of the source CSV file's headers, if any.

$sel:fileCompression:CsvFormatDescriptor', csvFormatDescriptor_fileCompression - The level of compression of the source CSV file.

$sel:delimiter:CsvFormatDescriptor', csvFormatDescriptor_delimiter - The character used to delimit the source CSV file.

DimensionContribution

data DimensionContribution Source #

Details about a dimension that contributed to an anomaly.

See: newDimensionContribution smart constructor.

Instances

Instances details
Eq DimensionContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionContribution

Read DimensionContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionContribution

Show DimensionContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionContribution

Generic DimensionContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionContribution

Associated Types

type Rep DimensionContribution :: Type -> Type #

NFData DimensionContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionContribution

Methods

rnf :: DimensionContribution -> () #

Hashable DimensionContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionContribution

FromJSON DimensionContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionContribution

type Rep DimensionContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionContribution

type Rep DimensionContribution = D1 ('MetaData "DimensionContribution" "Amazonka.LookoutMetrics.Types.DimensionContribution" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DimensionContribution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionValueContributionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DimensionValueContribution])) :*: S1 ('MetaSel ('Just "dimensionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDimensionContribution :: DimensionContribution Source #

Create a value of DimensionContribution 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:dimensionValueContributionList:DimensionContribution', dimensionContribution_dimensionValueContributionList - A list of dimension values that contributed to the anomaly.

$sel:dimensionName:DimensionContribution', dimensionContribution_dimensionName - The name of the dimension.

DimensionNameValue

data DimensionNameValue Source #

A dimension name and value.

See: newDimensionNameValue smart constructor.

Instances

Instances details
Eq DimensionNameValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionNameValue

Read DimensionNameValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionNameValue

Show DimensionNameValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionNameValue

Generic DimensionNameValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionNameValue

Associated Types

type Rep DimensionNameValue :: Type -> Type #

NFData DimensionNameValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionNameValue

Methods

rnf :: DimensionNameValue -> () #

Hashable DimensionNameValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionNameValue

FromJSON DimensionNameValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionNameValue

type Rep DimensionNameValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionNameValue

type Rep DimensionNameValue = D1 ('MetaData "DimensionNameValue" "Amazonka.LookoutMetrics.Types.DimensionNameValue" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DimensionNameValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "dimensionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDimensionNameValue Source #

Create a value of DimensionNameValue 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:dimensionName:DimensionNameValue', dimensionNameValue_dimensionName - The name of the dimension.

$sel:dimensionValue:DimensionNameValue', dimensionNameValue_dimensionValue - The value of the dimension.

DimensionValueContribution

data DimensionValueContribution Source #

The severity of a value of a dimension that contributed to an anomaly.

See: newDimensionValueContribution smart constructor.

Instances

Instances details
Eq DimensionValueContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionValueContribution

Read DimensionValueContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionValueContribution

Show DimensionValueContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionValueContribution

Generic DimensionValueContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionValueContribution

Associated Types

type Rep DimensionValueContribution :: Type -> Type #

NFData DimensionValueContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionValueContribution

Hashable DimensionValueContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionValueContribution

FromJSON DimensionValueContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionValueContribution

type Rep DimensionValueContribution Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.DimensionValueContribution

type Rep DimensionValueContribution = D1 ('MetaData "DimensionValueContribution" "Amazonka.LookoutMetrics.Types.DimensionValueContribution" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "DimensionValueContribution'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dimensionValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contributionScore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newDimensionValueContribution :: DimensionValueContribution Source #

Create a value of DimensionValueContribution 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:dimensionValue:DimensionValueContribution', dimensionValueContribution_dimensionValue - The value of the dimension.

$sel:contributionScore:DimensionValueContribution', dimensionValueContribution_contributionScore - The severity score of the value.

ExecutionStatus

data ExecutionStatus Source #

The status of an anomaly detector run.

See: newExecutionStatus smart constructor.

Instances

Instances details
Eq ExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ExecutionStatus

Read ExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ExecutionStatus

Show ExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ExecutionStatus

Generic ExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ExecutionStatus

Associated Types

type Rep ExecutionStatus :: Type -> Type #

NFData ExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ExecutionStatus

Methods

rnf :: ExecutionStatus -> () #

Hashable ExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ExecutionStatus

FromJSON ExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ExecutionStatus

type Rep ExecutionStatus Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ExecutionStatus

type Rep ExecutionStatus = D1 ('MetaData "ExecutionStatus" "Amazonka.LookoutMetrics.Types.ExecutionStatus" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AnomalyDetectionTaskStatus)) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newExecutionStatus :: ExecutionStatus Source #

Create a value of ExecutionStatus 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:status:ExecutionStatus', executionStatus_status - The run's status.

$sel:failureReason:ExecutionStatus', executionStatus_failureReason - The reason that the run failed, if applicable.

$sel:timestamp:ExecutionStatus', executionStatus_timestamp - The run's timestamp.

FileFormatDescriptor

data FileFormatDescriptor Source #

Contains information about a source file's formatting.

See: newFileFormatDescriptor smart constructor.

Instances

Instances details
Eq FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

Read FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

Show FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

Generic FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

Associated Types

type Rep FileFormatDescriptor :: Type -> Type #

NFData FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

Methods

rnf :: FileFormatDescriptor -> () #

Hashable FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

ToJSON FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

FromJSON FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

type Rep FileFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.FileFormatDescriptor

type Rep FileFormatDescriptor = D1 ('MetaData "FileFormatDescriptor" "Amazonka.LookoutMetrics.Types.FileFormatDescriptor" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "FileFormatDescriptor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jsonFormatDescriptor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JsonFormatDescriptor)) :*: S1 ('MetaSel ('Just "csvFormatDescriptor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CsvFormatDescriptor))))

newFileFormatDescriptor :: FileFormatDescriptor Source #

Create a value of FileFormatDescriptor 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:jsonFormatDescriptor:FileFormatDescriptor', fileFormatDescriptor_jsonFormatDescriptor - Contains information about how a source JSON data file should be analyzed.

$sel:csvFormatDescriptor:FileFormatDescriptor', fileFormatDescriptor_csvFormatDescriptor - Contains information about how a source CSV data file should be analyzed.

ItemizedMetricStats

data ItemizedMetricStats Source #

Aggregated statistics about a measure affected by an anomaly.

See: newItemizedMetricStats smart constructor.

Instances

Instances details
Eq ItemizedMetricStats Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ItemizedMetricStats

Read ItemizedMetricStats Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ItemizedMetricStats

Show ItemizedMetricStats Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ItemizedMetricStats

Generic ItemizedMetricStats Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ItemizedMetricStats

Associated Types

type Rep ItemizedMetricStats :: Type -> Type #

NFData ItemizedMetricStats Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ItemizedMetricStats

Methods

rnf :: ItemizedMetricStats -> () #

Hashable ItemizedMetricStats Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ItemizedMetricStats

FromJSON ItemizedMetricStats Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ItemizedMetricStats

type Rep ItemizedMetricStats Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.ItemizedMetricStats

type Rep ItemizedMetricStats = D1 ('MetaData "ItemizedMetricStats" "Amazonka.LookoutMetrics.Types.ItemizedMetricStats" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "ItemizedMetricStats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "occurrenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newItemizedMetricStats :: ItemizedMetricStats Source #

Create a value of ItemizedMetricStats 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:metricName:ItemizedMetricStats', itemizedMetricStats_metricName - The name of the measure.

$sel:occurrenceCount:ItemizedMetricStats', itemizedMetricStats_occurrenceCount - The number of times that the measure appears.

JsonFormatDescriptor

data JsonFormatDescriptor Source #

Contains information about how a source JSON data file should be analyzed.

See: newJsonFormatDescriptor smart constructor.

Instances

Instances details
Eq JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Read JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Show JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Generic JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Associated Types

type Rep JsonFormatDescriptor :: Type -> Type #

NFData JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

Methods

rnf :: JsonFormatDescriptor -> () #

Hashable JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

ToJSON JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

FromJSON JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

type Rep JsonFormatDescriptor Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.JsonFormatDescriptor

type Rep JsonFormatDescriptor = D1 ('MetaData "JsonFormatDescriptor" "Amazonka.LookoutMetrics.Types.JsonFormatDescriptor" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "JsonFormatDescriptor'" 'PrefixI 'True) (S1 ('MetaSel ('Just "charset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "fileCompression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JsonFileCompression))))

newJsonFormatDescriptor :: JsonFormatDescriptor Source #

Create a value of JsonFormatDescriptor 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:charset:JsonFormatDescriptor', jsonFormatDescriptor_charset - The character set in which the source JSON file is written.

$sel:fileCompression:JsonFormatDescriptor', jsonFormatDescriptor_fileCompression - The level of compression of the source CSV file.

LambdaConfiguration

data LambdaConfiguration Source #

Contains information about a Lambda configuration.

See: newLambdaConfiguration smart constructor.

Instances

Instances details
Eq LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

Read LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

Show LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

Generic LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

Associated Types

type Rep LambdaConfiguration :: Type -> Type #

NFData LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

Methods

rnf :: LambdaConfiguration -> () #

Hashable LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

ToJSON LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

FromJSON LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

type Rep LambdaConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.LambdaConfiguration

type Rep LambdaConfiguration = D1 ('MetaData "LambdaConfiguration" "Amazonka.LookoutMetrics.Types.LambdaConfiguration" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "LambdaConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "lambdaArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newLambdaConfiguration Source #

Create a value of LambdaConfiguration 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:roleArn:LambdaConfiguration', lambdaConfiguration_roleArn - The ARN of an IAM role that has permission to invoke the Lambda function.

$sel:lambdaArn:LambdaConfiguration', lambdaConfiguration_lambdaArn - The ARN of the Lambda function.

Metric

data Metric Source #

A calculation made by contrasting a measure and a dimension from your source data.

See: newMetric smart constructor.

Instances

Instances details
Eq Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

Methods

(==) :: Metric -> Metric -> Bool #

(/=) :: Metric -> Metric -> Bool #

Read Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

Show Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

Generic Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

Associated Types

type Rep Metric :: Type -> Type #

Methods

from :: Metric -> Rep Metric x #

to :: Rep Metric x -> Metric #

NFData Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

Methods

rnf :: Metric -> () #

Hashable Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

Methods

hashWithSalt :: Int -> Metric -> Int #

hash :: Metric -> Int #

ToJSON Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

FromJSON Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

type Rep Metric Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.Metric

type Rep Metric = D1 ('MetaData "Metric" "Amazonka.LookoutMetrics.Types.Metric" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "Metric'" 'PrefixI 'True) (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "aggregationFunction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AggregationFunction))))

newMetric Source #

Create a value of Metric 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:namespace:Metric', metric_namespace - The namespace for the metric.

$sel:metricName:Metric', metric_metricName - The name of the metric.

$sel:aggregationFunction:Metric', metric_aggregationFunction - The function with which the metric is calculated.

MetricLevelImpact

data MetricLevelImpact Source #

Details about a measure affected by an anomaly.

See: newMetricLevelImpact smart constructor.

Instances

Instances details
Eq MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Read MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Show MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Generic MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Associated Types

type Rep MetricLevelImpact :: Type -> Type #

NFData MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

Methods

rnf :: MetricLevelImpact -> () #

Hashable MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

FromJSON MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

type Rep MetricLevelImpact Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricLevelImpact

type Rep MetricLevelImpact = D1 ('MetaData "MetricLevelImpact" "Amazonka.LookoutMetrics.Types.MetricLevelImpact" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "MetricLevelImpact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contributionMatrix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContributionMatrix)) :*: (S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "numTimeSeries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newMetricLevelImpact :: MetricLevelImpact Source #

Create a value of MetricLevelImpact 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:contributionMatrix:MetricLevelImpact', metricLevelImpact_contributionMatrix - Details about the dimensions that contributed to the anomaly.

$sel:metricName:MetricLevelImpact', metricLevelImpact_metricName - The name of the measure.

$sel:numTimeSeries:MetricLevelImpact', metricLevelImpact_numTimeSeries - The number of anomalous metrics for the measure.

MetricSetSummary

data MetricSetSummary Source #

Contains information about a dataset.

See: newMetricSetSummary smart constructor.

Instances

Instances details
Eq MetricSetSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSetSummary

Read MetricSetSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSetSummary

Show MetricSetSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSetSummary

Generic MetricSetSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSetSummary

Associated Types

type Rep MetricSetSummary :: Type -> Type #

NFData MetricSetSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSetSummary

Methods

rnf :: MetricSetSummary -> () #

Hashable MetricSetSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSetSummary

FromJSON MetricSetSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSetSummary

type Rep MetricSetSummary Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSetSummary

type Rep MetricSetSummary = D1 ('MetaData "MetricSetSummary" "Amazonka.LookoutMetrics.Types.MetricSetSummary" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "MetricSetSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "anomalyDetectorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "metricSetDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metricSetArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newMetricSetSummary :: MetricSetSummary Source #

Create a value of MetricSetSummary 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:creationTime:MetricSetSummary', metricSetSummary_creationTime - The time at which the dataset was created.

$sel:anomalyDetectorArn:MetricSetSummary', metricSetSummary_anomalyDetectorArn - The ARN of the detector to which the dataset belongs.

$sel:metricSetName:MetricSetSummary', metricSetSummary_metricSetName - The name of the dataset.

$sel:metricSetDescription:MetricSetSummary', metricSetSummary_metricSetDescription - The description of the dataset.

$sel:metricSetArn:MetricSetSummary', metricSetSummary_metricSetArn - The ARN of the dataset.

$sel:tags:MetricSetSummary', metricSetSummary_tags - The dataset's tags.

$sel:lastModificationTime:MetricSetSummary', metricSetSummary_lastModificationTime - The time at which the dataset was last modified.

MetricSource

data MetricSource Source #

Contains information about source data used to generate a metric.

See: newMetricSource smart constructor.

Instances

Instances details
Eq MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

Read MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

Show MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

Generic MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

Associated Types

type Rep MetricSource :: Type -> Type #

NFData MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

Methods

rnf :: MetricSource -> () #

Hashable MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

ToJSON MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

FromJSON MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

type Rep MetricSource Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.MetricSource

type Rep MetricSource = D1 ('MetaData "MetricSource" "Amazonka.LookoutMetrics.Types.MetricSource" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "MetricSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "redshiftSourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RedshiftSourceConfig)) :*: S1 ('MetaSel ('Just "s3SourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3SourceConfig))) :*: (S1 ('MetaSel ('Just "rDSSourceConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RDSSourceConfig)) :*: (S1 ('MetaSel ('Just "appFlowConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AppFlowConfig)) :*: S1 ('MetaSel ('Just "cloudWatchConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchConfig))))))

newMetricSource :: MetricSource Source #

Create a value of MetricSource 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:redshiftSourceConfig:MetricSource', metricSource_redshiftSourceConfig - An object containing information about the Amazon Redshift database configuration.

$sel:s3SourceConfig:MetricSource', metricSource_s3SourceConfig - Undocumented member.

$sel:rDSSourceConfig:MetricSource', metricSource_rDSSourceConfig - An object containing information about the Amazon Relational Database Service (RDS) configuration.

$sel:appFlowConfig:MetricSource', metricSource_appFlowConfig - An object containing information about the AppFlow configuration.

$sel:cloudWatchConfig:MetricSource', metricSource_cloudWatchConfig - An object containing information about the Amazon CloudWatch monitoring configuration.

RDSSourceConfig

data RDSSourceConfig Source #

Contains information about the Amazon Relational Database Service (RDS) configuration.

See: newRDSSourceConfig smart constructor.

Instances

Instances details
Eq RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

Read RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

Show RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

Generic RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

Associated Types

type Rep RDSSourceConfig :: Type -> Type #

NFData RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

Methods

rnf :: RDSSourceConfig -> () #

Hashable RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

ToJSON RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

FromJSON RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

type Rep RDSSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RDSSourceConfig

type Rep RDSSourceConfig = D1 ('MetaData "RDSSourceConfig" "Amazonka.LookoutMetrics.Types.RDSSourceConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "RDSSourceConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dbInstanceIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "databaseHost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "databasePort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "secretManagerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vpcConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VpcConfiguration)))))

newRDSSourceConfig Source #

Create a value of RDSSourceConfig 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:dbInstanceIdentifier:RDSSourceConfig', rDSSourceConfig_dbInstanceIdentifier - A string identifying the database instance.

$sel:databaseHost:RDSSourceConfig', rDSSourceConfig_databaseHost - The host name of the database.

$sel:databasePort:RDSSourceConfig', rDSSourceConfig_databasePort - The port number where the database can be accessed.

$sel:secretManagerArn:RDSSourceConfig', rDSSourceConfig_secretManagerArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

$sel:databaseName:RDSSourceConfig', rDSSourceConfig_databaseName - The name of the RDS database.

$sel:tableName:RDSSourceConfig', rDSSourceConfig_tableName - The name of the table in the database.

$sel:roleArn:RDSSourceConfig', rDSSourceConfig_roleArn - The Amazon Resource Name (ARN) of the role.

$sel:vpcConfiguration:RDSSourceConfig', rDSSourceConfig_vpcConfiguration - An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.

RedshiftSourceConfig

data RedshiftSourceConfig Source #

Provides information about the Amazon Redshift database configuration.

See: newRedshiftSourceConfig smart constructor.

Instances

Instances details
Eq RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

Read RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

Show RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

Generic RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

Associated Types

type Rep RedshiftSourceConfig :: Type -> Type #

NFData RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

Methods

rnf :: RedshiftSourceConfig -> () #

Hashable RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

ToJSON RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

FromJSON RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

type Rep RedshiftSourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.RedshiftSourceConfig

type Rep RedshiftSourceConfig = D1 ('MetaData "RedshiftSourceConfig" "Amazonka.LookoutMetrics.Types.RedshiftSourceConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "RedshiftSourceConfig'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "clusterIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "databaseHost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "databasePort") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "secretManagerArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "databaseName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "vpcConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VpcConfiguration)))))

newRedshiftSourceConfig Source #

Create a value of RedshiftSourceConfig 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:clusterIdentifier:RedshiftSourceConfig', redshiftSourceConfig_clusterIdentifier - A string identifying the Redshift cluster.

$sel:databaseHost:RedshiftSourceConfig', redshiftSourceConfig_databaseHost - The name of the database host.

$sel:databasePort:RedshiftSourceConfig', redshiftSourceConfig_databasePort - The port number where the database can be accessed.

$sel:secretManagerArn:RedshiftSourceConfig', redshiftSourceConfig_secretManagerArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager role.

$sel:databaseName:RedshiftSourceConfig', redshiftSourceConfig_databaseName - The Redshift database name.

$sel:tableName:RedshiftSourceConfig', redshiftSourceConfig_tableName - The table name of the Redshift database.

$sel:roleArn:RedshiftSourceConfig', redshiftSourceConfig_roleArn - The Amazon Resource Name (ARN) of the role providing access to the database.

$sel:vpcConfiguration:RedshiftSourceConfig', redshiftSourceConfig_vpcConfiguration - Contains information about the Amazon Virtual Private Cloud (VPC) configuration.

S3SourceConfig

data S3SourceConfig Source #

Contains information about the configuration of the S3 bucket that contains source files.

See: newS3SourceConfig smart constructor.

Instances

Instances details
Eq S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Read S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Show S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Generic S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Associated Types

type Rep S3SourceConfig :: Type -> Type #

NFData S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

Methods

rnf :: S3SourceConfig -> () #

Hashable S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

ToJSON S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

FromJSON S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

type Rep S3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.S3SourceConfig

type Rep S3SourceConfig = D1 ('MetaData "S3SourceConfig" "Amazonka.LookoutMetrics.Types.S3SourceConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "S3SourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "templatedPathList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "historicalDataPathList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "fileFormatDescriptor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FileFormatDescriptor)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newS3SourceConfig Source #

Create a value of S3SourceConfig 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:templatedPathList:S3SourceConfig', s3SourceConfig_templatedPathList - A list of templated paths to the source files.

$sel:historicalDataPathList:S3SourceConfig', s3SourceConfig_historicalDataPathList - A list of paths to the historical data files.

$sel:fileFormatDescriptor:S3SourceConfig', s3SourceConfig_fileFormatDescriptor - Contains information about a source file's formatting.

$sel:roleArn:S3SourceConfig', s3SourceConfig_roleArn - The ARN of an IAM role that has read and write access permissions to the source S3 bucket.

SNSConfiguration

data SNSConfiguration Source #

Contains information about the SNS topic to which you want to send your alerts and the IAM role that has access to that topic.

See: newSNSConfiguration smart constructor.

Instances

Instances details
Eq SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

Read SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

Show SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

Generic SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

Associated Types

type Rep SNSConfiguration :: Type -> Type #

NFData SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

Methods

rnf :: SNSConfiguration -> () #

Hashable SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

ToJSON SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

FromJSON SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

type Rep SNSConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SNSConfiguration

type Rep SNSConfiguration = D1 ('MetaData "SNSConfiguration" "Amazonka.LookoutMetrics.Types.SNSConfiguration" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "SNSConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "snsTopicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSNSConfiguration Source #

Create a value of SNSConfiguration 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:roleArn:SNSConfiguration', sNSConfiguration_roleArn - The ARN of the IAM role that has access to the target SNS topic.

$sel:snsTopicArn:SNSConfiguration', sNSConfiguration_snsTopicArn - The ARN of the target SNS topic.

SampleDataS3SourceConfig

data SampleDataS3SourceConfig Source #

Contains information about the source configuration in Amazon S3.

See: newSampleDataS3SourceConfig smart constructor.

Instances

Instances details
Eq SampleDataS3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig

Read SampleDataS3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig

Show SampleDataS3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig

Generic SampleDataS3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig

Associated Types

type Rep SampleDataS3SourceConfig :: Type -> Type #

NFData SampleDataS3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig

Hashable SampleDataS3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig

ToJSON SampleDataS3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig

type Rep SampleDataS3SourceConfig Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig

type Rep SampleDataS3SourceConfig = D1 ('MetaData "SampleDataS3SourceConfig" "Amazonka.LookoutMetrics.Types.SampleDataS3SourceConfig" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "SampleDataS3SourceConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "templatedPathList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "historicalDataPathList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text)))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fileFormatDescriptor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FileFormatDescriptor))))

newSampleDataS3SourceConfig Source #

Create a value of SampleDataS3SourceConfig 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:templatedPathList:SampleDataS3SourceConfig', sampleDataS3SourceConfig_templatedPathList - An array of strings containing the list of templated paths.

$sel:historicalDataPathList:SampleDataS3SourceConfig', sampleDataS3SourceConfig_historicalDataPathList - An array of strings containing the historical set of data paths.

$sel:roleArn:SampleDataS3SourceConfig', sampleDataS3SourceConfig_roleArn - The Amazon Resource Name (ARN) of the role.

$sel:fileFormatDescriptor:SampleDataS3SourceConfig', sampleDataS3SourceConfig_fileFormatDescriptor - Undocumented member.

TimeSeries

data TimeSeries Source #

Details about a metric. A metric is an aggregation of the values of a measure for a dimension value, such as availability in the us-east-1 Region.

See: newTimeSeries smart constructor.

Instances

Instances details
Eq TimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeries

Read TimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeries

Show TimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeries

Generic TimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeries

Associated Types

type Rep TimeSeries :: Type -> Type #

NFData TimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeries

Methods

rnf :: TimeSeries -> () #

Hashable TimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeries

FromJSON TimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeries

type Rep TimeSeries Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeries

type Rep TimeSeries = D1 ('MetaData "TimeSeries" "Amazonka.LookoutMetrics.Types.TimeSeries" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "TimeSeries'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeSeriesId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dimensionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DimensionNameValue]) :*: S1 ('MetaSel ('Just "metricValueList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Double]))))

newTimeSeries Source #

Create a value of TimeSeries 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:timeSeriesId:TimeSeries', timeSeries_timeSeriesId - The ID of the metric.

$sel:dimensionList:TimeSeries', timeSeries_dimensionList - The dimensions of the metric.

$sel:metricValueList:TimeSeries', timeSeries_metricValueList - The values for the metric.

TimeSeriesFeedback

data TimeSeriesFeedback Source #

Details about feedback submitted for an anomalous metric.

See: newTimeSeriesFeedback smart constructor.

Instances

Instances details
Eq TimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeriesFeedback

Read TimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeriesFeedback

Show TimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeriesFeedback

Generic TimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeriesFeedback

Associated Types

type Rep TimeSeriesFeedback :: Type -> Type #

NFData TimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeriesFeedback

Methods

rnf :: TimeSeriesFeedback -> () #

Hashable TimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeriesFeedback

FromJSON TimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeriesFeedback

type Rep TimeSeriesFeedback Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimeSeriesFeedback

type Rep TimeSeriesFeedback = D1 ('MetaData "TimeSeriesFeedback" "Amazonka.LookoutMetrics.Types.TimeSeriesFeedback" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "TimeSeriesFeedback'" 'PrefixI 'True) (S1 ('MetaSel ('Just "isAnomaly") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "timeSeriesId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTimeSeriesFeedback :: TimeSeriesFeedback Source #

Create a value of TimeSeriesFeedback 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:isAnomaly:TimeSeriesFeedback', timeSeriesFeedback_isAnomaly - Feedback on whether the metric is a legitimate anomaly.

$sel:timeSeriesId:TimeSeriesFeedback', timeSeriesFeedback_timeSeriesId - The ID of the metric.

TimestampColumn

data TimestampColumn Source #

Contains information about the column used to track time in a source data file.

See: newTimestampColumn smart constructor.

Instances

Instances details
Eq TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

Read TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

Show TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

Generic TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

Associated Types

type Rep TimestampColumn :: Type -> Type #

NFData TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

Methods

rnf :: TimestampColumn -> () #

Hashable TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

ToJSON TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

FromJSON TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

type Rep TimestampColumn Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.TimestampColumn

type Rep TimestampColumn = D1 ('MetaData "TimestampColumn" "Amazonka.LookoutMetrics.Types.TimestampColumn" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "TimestampColumn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "columnFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "columnName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTimestampColumn :: TimestampColumn Source #

Create a value of TimestampColumn 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:columnFormat:TimestampColumn', timestampColumn_columnFormat - The format of the timestamp column.

$sel:columnName:TimestampColumn', timestampColumn_columnName - The name of the timestamp column.

VpcConfiguration

data VpcConfiguration Source #

Contains configuration information about the Amazon Virtual Private Cloud (VPC).

See: newVpcConfiguration smart constructor.

Constructors

VpcConfiguration' [Text] [Text] 

Instances

Instances details
Eq VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

Read VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

Show VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

Generic VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

Associated Types

type Rep VpcConfiguration :: Type -> Type #

NFData VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

Methods

rnf :: VpcConfiguration -> () #

Hashable VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

ToJSON VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

FromJSON VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

type Rep VpcConfiguration Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.VpcConfiguration

type Rep VpcConfiguration = D1 ('MetaData "VpcConfiguration" "Amazonka.LookoutMetrics.Types.VpcConfiguration" "libZSservicesZSamazonka-lookoutmetricsZSamazonka-lookoutmetrics" 'False) (C1 ('MetaCons "VpcConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subnetIdList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "securityGroupIdList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newVpcConfiguration :: VpcConfiguration Source #

Create a value of VpcConfiguration 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:subnetIdList:VpcConfiguration', vpcConfiguration_subnetIdList - An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE.

$sel:securityGroupIdList:VpcConfiguration', vpcConfiguration_securityGroupIdList - An array of strings containing the list of security groups.