| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty
Documentation
data RuleVerdictExpressionProperty Source #
Constructors
| RuleVerdictExpressionProperty | |
Fields
| |
Instances
data RuleVerdictToEvaluateProperty Source #
Constructors
| RuleVerdictToEvaluateProperty | |
Fields
| |
Instances
| ToJSON RuleVerdictToEvaluateProperty Source # | |||||
| Show RuleVerdictToEvaluateProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleVerdictToEvaluateProperty Methods showsPrec :: Int -> RuleVerdictToEvaluateProperty -> ShowS # show :: RuleVerdictToEvaluateProperty -> String # showList :: [RuleVerdictToEvaluateProperty] -> ShowS # | |||||
| Eq RuleVerdictToEvaluateProperty Source # | |||||
| ToResourceProperties RuleVerdictToEvaluateProperty Source # | |||||
| Property "Analysis" RuleVerdictToEvaluateProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleVerdictToEvaluateProperty Associated Types
Methods set :: PropertyType "Analysis" RuleVerdictToEvaluateProperty -> RuleVerdictToEvaluateProperty -> RuleVerdictToEvaluateProperty # | |||||
| Property "Attribute" RuleVerdictToEvaluateProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleVerdictToEvaluateProperty Associated Types
Methods set :: PropertyType "Attribute" RuleVerdictToEvaluateProperty -> RuleVerdictToEvaluateProperty -> RuleVerdictToEvaluateProperty # | |||||
| type PropertyType "Analysis" RuleVerdictToEvaluateProperty Source # | |||||
| type PropertyType "Attribute" RuleVerdictToEvaluateProperty Source # | |||||
mkRuleVerdictExpressionProperty :: RuleVerdictToEvaluateProperty -> Value Text -> ValueList Text -> RuleVerdictExpressionProperty Source #
data RuleConditionProperty Source #
Constructors
| RuleConditionProperty | |
Fields
| |
Instances
| ToJSON RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Methods toJSON :: RuleConditionProperty -> Value # toEncoding :: RuleConditionProperty -> Encoding # toJSONList :: [RuleConditionProperty] -> Value # toEncodingList :: [RuleConditionProperty] -> Encoding # omitField :: RuleConditionProperty -> Bool # | |||||
| Show RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Methods showsPrec :: Int -> RuleConditionProperty -> ShowS # show :: RuleConditionProperty -> String # showList :: [RuleConditionProperty] -> ShowS # | |||||
| Eq RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Methods (==) :: RuleConditionProperty -> RuleConditionProperty -> Bool # (/=) :: RuleConditionProperty -> RuleConditionProperty -> Bool # | |||||
| ToResourceProperties RuleConditionProperty Source # | |||||
| Property "BooleanExpression" RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Associated Types
Methods set :: PropertyType "BooleanExpression" RuleConditionProperty -> RuleConditionProperty -> RuleConditionProperty # | |||||
| Property "DmarcExpression" RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Associated Types
Methods set :: PropertyType "DmarcExpression" RuleConditionProperty -> RuleConditionProperty -> RuleConditionProperty # | |||||
| Property "IpExpression" RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Associated Types
Methods set :: PropertyType "IpExpression" RuleConditionProperty -> RuleConditionProperty -> RuleConditionProperty # | |||||
| Property "NumberExpression" RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Associated Types
Methods set :: PropertyType "NumberExpression" RuleConditionProperty -> RuleConditionProperty -> RuleConditionProperty # | |||||
| Property "StringExpression" RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Associated Types
Methods set :: PropertyType "StringExpression" RuleConditionProperty -> RuleConditionProperty -> RuleConditionProperty # | |||||
| Property "VerdictExpression" RuleConditionProperty Source # | |||||
Defined in Stratosphere.SES.MailManagerRuleSet.RuleConditionProperty Associated Types
Methods set :: PropertyType "VerdictExpression" RuleConditionProperty -> RuleConditionProperty -> RuleConditionProperty # | |||||
| type PropertyType "BooleanExpression" RuleConditionProperty Source # | |||||
| type PropertyType "DmarcExpression" RuleConditionProperty Source # | |||||
| type PropertyType "IpExpression" RuleConditionProperty Source # | |||||
| type PropertyType "NumberExpression" RuleConditionProperty Source # | |||||
| type PropertyType "StringExpression" RuleConditionProperty Source # | |||||
| type PropertyType "VerdictExpression" RuleConditionProperty Source # | |||||