| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.WAF.ByteMatchSet
Documentation
data ByteMatchTupleProperty Source #
Constructors
| ByteMatchTupleProperty | |
Fields | |
Instances
data FieldToMatchProperty Source #
Constructors
| FieldToMatchProperty | |
Instances
| ToJSON FieldToMatchProperty Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet.FieldToMatchProperty Methods toJSON :: FieldToMatchProperty -> Value # toEncoding :: FieldToMatchProperty -> Encoding # toJSONList :: [FieldToMatchProperty] -> Value # toEncodingList :: [FieldToMatchProperty] -> Encoding # omitField :: FieldToMatchProperty -> Bool # | |||||
| Show FieldToMatchProperty Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet.FieldToMatchProperty Methods showsPrec :: Int -> FieldToMatchProperty -> ShowS # show :: FieldToMatchProperty -> String # showList :: [FieldToMatchProperty] -> ShowS # | |||||
| Eq FieldToMatchProperty Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet.FieldToMatchProperty Methods (==) :: FieldToMatchProperty -> FieldToMatchProperty -> Bool # (/=) :: FieldToMatchProperty -> FieldToMatchProperty -> Bool # | |||||
| ToResourceProperties FieldToMatchProperty Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet.FieldToMatchProperty Methods toResourceProperties :: FieldToMatchProperty -> ResourceProperties # | |||||
| Property "Data" FieldToMatchProperty Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet.FieldToMatchProperty Associated Types
Methods set :: PropertyType "Data" FieldToMatchProperty -> FieldToMatchProperty -> FieldToMatchProperty # | |||||
| Property "Type" FieldToMatchProperty Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet.FieldToMatchProperty Associated Types
Methods set :: PropertyType "Type" FieldToMatchProperty -> FieldToMatchProperty -> FieldToMatchProperty # | |||||
| type PropertyType "Data" FieldToMatchProperty Source # | |||||
| type PropertyType "Type" FieldToMatchProperty Source # | |||||
mkByteMatchTupleProperty :: FieldToMatchProperty -> Value Text -> Value Text -> ByteMatchTupleProperty Source #
data ByteMatchSet Source #
Constructors
| ByteMatchSet | See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-bytematchset.html |
Fields
| |
Instances
| ToJSON ByteMatchSet Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet Methods toJSON :: ByteMatchSet -> Value # toEncoding :: ByteMatchSet -> Encoding # toJSONList :: [ByteMatchSet] -> Value # toEncodingList :: [ByteMatchSet] -> Encoding # omitField :: ByteMatchSet -> Bool # | |||||
| Show ByteMatchSet Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet Methods showsPrec :: Int -> ByteMatchSet -> ShowS # show :: ByteMatchSet -> String # showList :: [ByteMatchSet] -> ShowS # | |||||
| Eq ByteMatchSet Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet | |||||
| ToResourceProperties ByteMatchSet Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet Methods toResourceProperties :: ByteMatchSet -> ResourceProperties # | |||||
| Property "ByteMatchTuples" ByteMatchSet Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet Associated Types
Methods set :: PropertyType "ByteMatchTuples" ByteMatchSet -> ByteMatchSet -> ByteMatchSet # | |||||
| Property "Name" ByteMatchSet Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet Associated Types
Methods set :: PropertyType "Name" ByteMatchSet -> ByteMatchSet -> ByteMatchSet # | |||||
| type PropertyType "ByteMatchTuples" ByteMatchSet Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet | |||||
| type PropertyType "Name" ByteMatchSet Source # | |||||
Defined in Stratosphere.WAF.ByteMatchSet | |||||
mkByteMatchSet :: Value Text -> ByteMatchSet Source #