| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ApplicationSignals.ServiceLevelObjective
Documentation
data ExclusionWindowProperty Source #
Constructors
| ExclusionWindowProperty | |
Fields
| |
Instances
data RecurrenceRuleProperty Source #
Constructors
| RecurrenceRuleProperty | |
Instances
| ToJSON RecurrenceRuleProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.RecurrenceRuleProperty Methods toJSON :: RecurrenceRuleProperty -> Value # toEncoding :: RecurrenceRuleProperty -> Encoding # toJSONList :: [RecurrenceRuleProperty] -> Value # toEncodingList :: [RecurrenceRuleProperty] -> Encoding # omitField :: RecurrenceRuleProperty -> Bool # | |||||
| Show RecurrenceRuleProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.RecurrenceRuleProperty Methods showsPrec :: Int -> RecurrenceRuleProperty -> ShowS # show :: RecurrenceRuleProperty -> String # showList :: [RecurrenceRuleProperty] -> ShowS # | |||||
| Eq RecurrenceRuleProperty Source # | |||||
| ToResourceProperties RecurrenceRuleProperty Source # | |||||
| Property "Expression" RecurrenceRuleProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.RecurrenceRuleProperty Associated Types
Methods set :: PropertyType "Expression" RecurrenceRuleProperty -> RecurrenceRuleProperty -> RecurrenceRuleProperty # | |||||
| type PropertyType "Expression" RecurrenceRuleProperty Source # | |||||
data WindowProperty Source #
Constructors
| WindowProperty | |
Fields
| |
Instances
| ToJSON WindowProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.WindowProperty Methods toJSON :: WindowProperty -> Value # toEncoding :: WindowProperty -> Encoding # toJSONList :: [WindowProperty] -> Value # toEncodingList :: [WindowProperty] -> Encoding # omitField :: WindowProperty -> Bool # | |||||
| Show WindowProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.WindowProperty Methods showsPrec :: Int -> WindowProperty -> ShowS # show :: WindowProperty -> String # showList :: [WindowProperty] -> ShowS # | |||||
| Eq WindowProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.WindowProperty Methods (==) :: WindowProperty -> WindowProperty -> Bool # (/=) :: WindowProperty -> WindowProperty -> Bool # | |||||
| ToResourceProperties WindowProperty Source # | |||||
| Property "Duration" WindowProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.WindowProperty Associated Types
Methods set :: PropertyType "Duration" WindowProperty -> WindowProperty -> WindowProperty # | |||||
| Property "DurationUnit" WindowProperty Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective.WindowProperty Associated Types
Methods set :: PropertyType "DurationUnit" WindowProperty -> WindowProperty -> WindowProperty # | |||||
| type PropertyType "Duration" WindowProperty Source # | |||||
| type PropertyType "DurationUnit" WindowProperty Source # | |||||
mkWindowProperty :: Value Integer -> Value Text -> WindowProperty Source #
data ServiceLevelObjective Source #
Constructors
| ServiceLevelObjective | |
Fields
| |
Instances
| ToJSON ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Methods toJSON :: ServiceLevelObjective -> Value # toEncoding :: ServiceLevelObjective -> Encoding # toJSONList :: [ServiceLevelObjective] -> Value # toEncodingList :: [ServiceLevelObjective] -> Encoding # omitField :: ServiceLevelObjective -> Bool # | |||||
| Show ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Methods showsPrec :: Int -> ServiceLevelObjective -> ShowS # show :: ServiceLevelObjective -> String # showList :: [ServiceLevelObjective] -> ShowS # | |||||
| Eq ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Methods (==) :: ServiceLevelObjective -> ServiceLevelObjective -> Bool # (/=) :: ServiceLevelObjective -> ServiceLevelObjective -> Bool # | |||||
| ToResourceProperties ServiceLevelObjective Source # | |||||
| Property "BurnRateConfigurations" ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Associated Types
Methods set :: PropertyType "BurnRateConfigurations" ServiceLevelObjective -> ServiceLevelObjective -> ServiceLevelObjective # | |||||
| Property "Description" ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Associated Types
Methods set :: PropertyType "Description" ServiceLevelObjective -> ServiceLevelObjective -> ServiceLevelObjective # | |||||
| Property "ExclusionWindows" ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Associated Types
Methods set :: PropertyType "ExclusionWindows" ServiceLevelObjective -> ServiceLevelObjective -> ServiceLevelObjective # | |||||
| Property "Goal" ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Associated Types
Methods set :: PropertyType "Goal" ServiceLevelObjective -> ServiceLevelObjective -> ServiceLevelObjective # | |||||
| Property "Name" ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Associated Types
Methods set :: PropertyType "Name" ServiceLevelObjective -> ServiceLevelObjective -> ServiceLevelObjective # | |||||
| Property "RequestBasedSli" ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Associated Types
Methods set :: PropertyType "RequestBasedSli" ServiceLevelObjective -> ServiceLevelObjective -> ServiceLevelObjective # | |||||
| Property "Sli" ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Associated Types
Methods set :: PropertyType "Sli" ServiceLevelObjective -> ServiceLevelObjective -> ServiceLevelObjective # | |||||
| Property "Tags" ServiceLevelObjective Source # | |||||
Defined in Stratosphere.ApplicationSignals.ServiceLevelObjective Associated Types
Methods set :: PropertyType "Tags" ServiceLevelObjective -> ServiceLevelObjective -> ServiceLevelObjective # | |||||
| type PropertyType "BurnRateConfigurations" ServiceLevelObjective Source # | |||||
| type PropertyType "Description" ServiceLevelObjective Source # | |||||
| type PropertyType "ExclusionWindows" ServiceLevelObjective Source # | |||||
| type PropertyType "Goal" ServiceLevelObjective Source # | |||||
| type PropertyType "Name" ServiceLevelObjective Source # | |||||
| type PropertyType "RequestBasedSli" ServiceLevelObjective Source # | |||||
| type PropertyType "Sli" ServiceLevelObjective Source # | |||||
| type PropertyType "Tags" ServiceLevelObjective Source # | |||||