stratosphere-lookoutmetrics-1.0.0: Stratosphere integration for AWS LookoutMetrics.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.LookoutMetrics.Alert

Documentation

data ActionProperty Source #

Instances

Instances details
ToJSON ActionProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

Show ActionProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

Eq ActionProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

ToResourceProperties ActionProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

Property "LambdaConfiguration" ActionProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

Associated Types

type PropertyType "LambdaConfiguration" ActionProperty 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

Methods

set :: PropertyType "LambdaConfiguration" ActionProperty -> ActionProperty -> ActionProperty #

Property "SNSConfiguration" ActionProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

Associated Types

type PropertyType "SNSConfiguration" ActionProperty 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

Methods

set :: PropertyType "SNSConfiguration" ActionProperty -> ActionProperty -> ActionProperty #

type PropertyType "LambdaConfiguration" ActionProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

type PropertyType "SNSConfiguration" ActionProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.ActionProperty

data LambdaConfigurationProperty Source #

Instances

Instances details
ToJSON LambdaConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.LambdaConfigurationProperty

Show LambdaConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.LambdaConfigurationProperty

Eq LambdaConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.LambdaConfigurationProperty

ToResourceProperties LambdaConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.LambdaConfigurationProperty

Property "LambdaArn" LambdaConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.LambdaConfigurationProperty

Property "RoleArn" LambdaConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.LambdaConfigurationProperty

type PropertyType "LambdaArn" LambdaConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.LambdaConfigurationProperty

type PropertyType "RoleArn" LambdaConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.LambdaConfigurationProperty

data SNSConfigurationProperty Source #

Instances

Instances details
ToJSON SNSConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.SNSConfigurationProperty

Show SNSConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.SNSConfigurationProperty

Eq SNSConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.SNSConfigurationProperty

ToResourceProperties SNSConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.SNSConfigurationProperty

Property "RoleArn" SNSConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.SNSConfigurationProperty

Property "SnsTopicArn" SNSConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.SNSConfigurationProperty

type PropertyType "RoleArn" SNSConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.SNSConfigurationProperty

type PropertyType "SnsTopicArn" SNSConfigurationProperty Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert.SNSConfigurationProperty

data Alert Source #

Instances

Instances details
ToJSON Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Show Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Methods

showsPrec :: Int -> Alert -> ShowS #

show :: Alert -> String #

showList :: [Alert] -> ShowS #

Eq Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Methods

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

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

ToResourceProperties Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Property "Action" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Associated Types

type PropertyType "Action" Alert 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Methods

set :: PropertyType "Action" Alert -> Alert -> Alert #

Property "AlertDescription" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Associated Types

type PropertyType "AlertDescription" Alert 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AlertDescription" Alert = Value Text

Methods

set :: PropertyType "AlertDescription" Alert -> Alert -> Alert #

Property "AlertName" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Associated Types

type PropertyType "AlertName" Alert 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AlertName" Alert = Value Text

Methods

set :: PropertyType "AlertName" Alert -> Alert -> Alert #

Property "AlertSensitivityThreshold" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Associated Types

type PropertyType "AlertSensitivityThreshold" Alert 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AlertSensitivityThreshold" Alert = Value Integer

Methods

set :: PropertyType "AlertSensitivityThreshold" Alert -> Alert -> Alert #

Property "AnomalyDetectorArn" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

Associated Types

type PropertyType "AnomalyDetectorArn" Alert 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AnomalyDetectorArn" Alert = Value Text

Methods

set :: PropertyType "AnomalyDetectorArn" Alert -> Alert -> Alert #

type PropertyType "Action" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AlertDescription" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AlertDescription" Alert = Value Text
type PropertyType "AlertName" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AlertName" Alert = Value Text
type PropertyType "AlertSensitivityThreshold" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AlertSensitivityThreshold" Alert = Value Integer
type PropertyType "AnomalyDetectorArn" Alert Source # 
Instance details

Defined in Stratosphere.LookoutMetrics.Alert

type PropertyType "AnomalyDetectorArn" Alert = Value Text