stratosphere-wafv2-1.0.0: Stratosphere integration for AWS WAFv2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.WAFv2.IPSet

Documentation

data IPSet Source #

Instances

Instances details
ToJSON IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Show IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Methods

showsPrec :: Int -> IPSet -> ShowS #

show :: IPSet -> String #

showList :: [IPSet] -> ShowS #

Eq IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Methods

(==) :: IPSet -> IPSet -> Bool #

(/=) :: IPSet -> IPSet -> Bool #

ToResourceProperties IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Property "Addresses" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Associated Types

type PropertyType "Addresses" IPSet 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Addresses" IPSet = ValueList Text

Methods

set :: PropertyType "Addresses" IPSet -> IPSet -> IPSet #

Property "Description" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Associated Types

type PropertyType "Description" IPSet 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Description" IPSet = Value Text

Methods

set :: PropertyType "Description" IPSet -> IPSet -> IPSet #

Property "IPAddressVersion" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Associated Types

type PropertyType "IPAddressVersion" IPSet 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "IPAddressVersion" IPSet = Value Text

Methods

set :: PropertyType "IPAddressVersion" IPSet -> IPSet -> IPSet #

Property "Name" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Associated Types

type PropertyType "Name" IPSet 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Methods

set :: PropertyType "Name" IPSet -> IPSet -> IPSet #

Property "Scope" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Associated Types

type PropertyType "Scope" IPSet 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Scope" IPSet = Value Text

Methods

set :: PropertyType "Scope" IPSet -> IPSet -> IPSet #

Property "Tags" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

Associated Types

type PropertyType "Tags" IPSet 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Tags" IPSet = [Tag]

Methods

set :: PropertyType "Tags" IPSet -> IPSet -> IPSet #

type PropertyType "Addresses" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Addresses" IPSet = ValueList Text
type PropertyType "Description" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Description" IPSet = Value Text
type PropertyType "IPAddressVersion" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "IPAddressVersion" IPSet = Value Text
type PropertyType "Name" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Scope" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Scope" IPSet = Value Text
type PropertyType "Tags" IPSet Source # 
Instance details

Defined in Stratosphere.WAFv2.IPSet

type PropertyType "Tags" IPSet = [Tag]