| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SES.ReceiptFilter
Documentation
data FilterProperty Source #
Constructors
| FilterProperty | |
Fields
| |
Instances
data IpFilterProperty Source #
Constructors
| IpFilterProperty | |
Instances
| ToJSON IpFilterProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty Methods toJSON :: IpFilterProperty -> Value # toEncoding :: IpFilterProperty -> Encoding # toJSONList :: [IpFilterProperty] -> Value # toEncodingList :: [IpFilterProperty] -> Encoding # omitField :: IpFilterProperty -> Bool # | |||||
| Show IpFilterProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty Methods showsPrec :: Int -> IpFilterProperty -> ShowS # show :: IpFilterProperty -> String # showList :: [IpFilterProperty] -> ShowS # | |||||
| Eq IpFilterProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty Methods (==) :: IpFilterProperty -> IpFilterProperty -> Bool # (/=) :: IpFilterProperty -> IpFilterProperty -> Bool # | |||||
| ToResourceProperties IpFilterProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty Methods toResourceProperties :: IpFilterProperty -> ResourceProperties # | |||||
| Property "Cidr" IpFilterProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty Associated Types
Methods set :: PropertyType "Cidr" IpFilterProperty -> IpFilterProperty -> IpFilterProperty # | |||||
| Property "Policy" IpFilterProperty Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter.IpFilterProperty Associated Types
Methods set :: PropertyType "Policy" IpFilterProperty -> IpFilterProperty -> IpFilterProperty # | |||||
| type PropertyType "Cidr" IpFilterProperty Source # | |||||
| type PropertyType "Policy" IpFilterProperty Source # | |||||
mkIpFilterProperty :: Value Text -> Value Text -> IpFilterProperty Source #
data ReceiptFilter Source #
Constructors
| ReceiptFilter | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-receiptfilter.html |
Instances
| ToJSON ReceiptFilter Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter Methods toJSON :: ReceiptFilter -> Value # toEncoding :: ReceiptFilter -> Encoding # toJSONList :: [ReceiptFilter] -> Value # toEncodingList :: [ReceiptFilter] -> Encoding # omitField :: ReceiptFilter -> Bool # | |||||
| Show ReceiptFilter Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter Methods showsPrec :: Int -> ReceiptFilter -> ShowS # show :: ReceiptFilter -> String # showList :: [ReceiptFilter] -> ShowS # | |||||
| Eq ReceiptFilter Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter Methods (==) :: ReceiptFilter -> ReceiptFilter -> Bool # (/=) :: ReceiptFilter -> ReceiptFilter -> Bool # | |||||
| ToResourceProperties ReceiptFilter Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter Methods toResourceProperties :: ReceiptFilter -> ResourceProperties # | |||||
| Property "Filter" ReceiptFilter Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter Associated Types
Methods set :: PropertyType "Filter" ReceiptFilter -> ReceiptFilter -> ReceiptFilter # | |||||
| type PropertyType "Filter" ReceiptFilter Source # | |||||
Defined in Stratosphere.SES.ReceiptFilter | |||||