stratosphere-ses-1.0.0: Stratosphere integration for AWS SES.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SES.ReceiptFilter

Documentation

data FilterProperty Source #

Instances

Instances details
ToJSON FilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

Show FilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

Eq FilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

ToResourceProperties FilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

Property "IpFilter" FilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

Associated Types

type PropertyType "IpFilter" FilterProperty 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

Property "Name" FilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

Associated Types

type PropertyType "Name" FilterProperty 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

type PropertyType "IpFilter" FilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

type PropertyType "Name" FilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.FilterProperty

data IpFilterProperty Source #

Constructors

IpFilterProperty 

Instances

Instances details
ToJSON IpFilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

Show IpFilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

Eq IpFilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

ToResourceProperties IpFilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

Property "Cidr" IpFilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

Associated Types

type PropertyType "Cidr" IpFilterProperty 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

Property "Policy" IpFilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

Associated Types

type PropertyType "Policy" IpFilterProperty 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

type PropertyType "Cidr" IpFilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

type PropertyType "Policy" IpFilterProperty Source # 
Instance details

Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty

data ReceiptFilter Source #