module Stratosphere.WAFv2.WebACL (
        module Exports, WebACL(..), mkWebACL
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.AssociationConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.CaptchaConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.ChallengeConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.CustomResponseBodyProperty as Exports
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.DataProtectionConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.DefaultActionProperty as Exports
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.OnSourceDDoSProtectionConfigProperty as Exports
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.RuleProperty as Exports
import {-# SOURCE #-} Stratosphere.WAFv2.WebACL.VisibilityConfigProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data WebACL
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html>
    WebACL {WebACL -> ()
haddock_workaround_ :: (),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-associationconfig>
            WebACL -> Maybe AssociationConfigProperty
associationConfig :: (Prelude.Maybe AssociationConfigProperty),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-captchaconfig>
            WebACL -> Maybe CaptchaConfigProperty
captchaConfig :: (Prelude.Maybe CaptchaConfigProperty),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-challengeconfig>
            WebACL -> Maybe ChallengeConfigProperty
challengeConfig :: (Prelude.Maybe ChallengeConfigProperty),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-customresponsebodies>
            WebACL -> Maybe (Map Text CustomResponseBodyProperty)
customResponseBodies :: (Prelude.Maybe (Prelude.Map Prelude.Text CustomResponseBodyProperty)),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-dataprotectionconfig>
            WebACL -> Maybe DataProtectionConfigProperty
dataProtectionConfig :: (Prelude.Maybe DataProtectionConfigProperty),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-defaultaction>
            WebACL -> DefaultActionProperty
defaultAction :: DefaultActionProperty,
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-description>
            WebACL -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name>
            WebACL -> Maybe (Value Text)
name :: (Prelude.Maybe (Value Prelude.Text)),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-onsourceddosprotectionconfig>
            WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
onSourceDDoSProtectionConfig :: (Prelude.Maybe OnSourceDDoSProtectionConfigProperty),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-rules>
            WebACL -> Maybe [RuleProperty]
rules :: (Prelude.Maybe [RuleProperty]),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-scope>
            WebACL -> Value Text
scope :: (Value Prelude.Text),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-tags>
            WebACL -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-tokendomains>
            WebACL -> Maybe (ValueList Text)
tokenDomains :: (Prelude.Maybe (ValueList Prelude.Text)),
            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-visibilityconfig>
            WebACL -> VisibilityConfigProperty
visibilityConfig :: VisibilityConfigProperty}
  deriving stock (WebACL -> WebACL -> Bool
(WebACL -> WebACL -> Bool)
-> (WebACL -> WebACL -> Bool) -> Eq WebACL
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: WebACL -> WebACL -> Bool
== :: WebACL -> WebACL -> Bool
$c/= :: WebACL -> WebACL -> Bool
/= :: WebACL -> WebACL -> Bool
Prelude.Eq, Int -> WebACL -> ShowS
[WebACL] -> ShowS
WebACL -> String
(Int -> WebACL -> ShowS)
-> (WebACL -> String) -> ([WebACL] -> ShowS) -> Show WebACL
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> WebACL -> ShowS
showsPrec :: Int -> WebACL -> ShowS
$cshow :: WebACL -> String
show :: WebACL -> String
$cshowList :: [WebACL] -> ShowS
showList :: [WebACL] -> ShowS
Prelude.Show)
mkWebACL ::
  DefaultActionProperty
  -> Value Prelude.Text -> VisibilityConfigProperty -> WebACL
mkWebACL :: DefaultActionProperty
-> Value Text -> VisibilityConfigProperty -> WebACL
mkWebACL DefaultActionProperty
defaultAction Value Text
scope VisibilityConfigProperty
visibilityConfig
  = WebACL
      {haddock_workaround_ :: ()
haddock_workaround_ = (), defaultAction :: DefaultActionProperty
defaultAction = DefaultActionProperty
defaultAction,
       scope :: Value Text
scope = Value Text
scope, visibilityConfig :: VisibilityConfigProperty
visibilityConfig = VisibilityConfigProperty
visibilityConfig,
       associationConfig :: Maybe AssociationConfigProperty
associationConfig = Maybe AssociationConfigProperty
forall a. Maybe a
Prelude.Nothing,
       captchaConfig :: Maybe CaptchaConfigProperty
captchaConfig = Maybe CaptchaConfigProperty
forall a. Maybe a
Prelude.Nothing, challengeConfig :: Maybe ChallengeConfigProperty
challengeConfig = Maybe ChallengeConfigProperty
forall a. Maybe a
Prelude.Nothing,
       customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
customResponseBodies = Maybe (Map Text CustomResponseBodyProperty)
forall a. Maybe a
Prelude.Nothing,
       dataProtectionConfig :: Maybe DataProtectionConfigProperty
dataProtectionConfig = Maybe DataProtectionConfigProperty
forall a. Maybe a
Prelude.Nothing,
       description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, name :: Maybe (Value Text)
name = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
onSourceDDoSProtectionConfig = Maybe OnSourceDDoSProtectionConfigProperty
forall a. Maybe a
Prelude.Nothing,
       rules :: Maybe [RuleProperty]
rules = Maybe [RuleProperty]
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing,
       tokenDomains :: Maybe (ValueList Text)
tokenDomains = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties WebACL where
  toResourceProperties :: WebACL -> ResourceProperties
toResourceProperties WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::WAFv2::WebACL", supportsTags :: Bool
supportsTags = Bool
Prelude.True,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
                           [Key
"DefaultAction" Key -> DefaultActionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= DefaultActionProperty
defaultAction, Key
"Scope" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
scope,
                            Key
"VisibilityConfig" Key -> VisibilityConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= VisibilityConfigProperty
visibilityConfig]
                           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                              [Key -> AssociationConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AssociationConfig" (AssociationConfigProperty -> (Key, Value))
-> Maybe AssociationConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AssociationConfigProperty
associationConfig,
                               Key -> CaptchaConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CaptchaConfig" (CaptchaConfigProperty -> (Key, Value))
-> Maybe CaptchaConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CaptchaConfigProperty
captchaConfig,
                               Key -> ChallengeConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ChallengeConfig" (ChallengeConfigProperty -> (Key, Value))
-> Maybe ChallengeConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChallengeConfigProperty
challengeConfig,
                               Key -> Map Text CustomResponseBodyProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CustomResponseBodies" (Map Text CustomResponseBodyProperty -> (Key, Value))
-> Maybe (Map Text CustomResponseBodyProperty)
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text CustomResponseBodyProperty)
customResponseBodies,
                               Key -> DataProtectionConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataProtectionConfig" (DataProtectionConfigProperty -> (Key, Value))
-> Maybe DataProtectionConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataProtectionConfigProperty
dataProtectionConfig,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
                               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Name" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
name,
                               Key -> OnSourceDDoSProtectionConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OnSourceDDoSProtectionConfig"
                                 (OnSourceDDoSProtectionConfigProperty -> (Key, Value))
-> Maybe OnSourceDDoSProtectionConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OnSourceDDoSProtectionConfigProperty
onSourceDDoSProtectionConfig,
                               Key -> [RuleProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Rules" ([RuleProperty] -> (Key, Value))
-> Maybe [RuleProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [RuleProperty]
rules,
                               Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
                               Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TokenDomains" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
tokenDomains]))}
instance JSON.ToJSON WebACL where
  toJSON :: WebACL -> Value
toJSON WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
              [Key
"DefaultAction" Key -> DefaultActionProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= DefaultActionProperty
defaultAction, Key
"Scope" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
scope,
               Key
"VisibilityConfig" Key -> VisibilityConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= VisibilityConfigProperty
visibilityConfig]
              ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                 [Key -> AssociationConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AssociationConfig" (AssociationConfigProperty -> (Key, Value))
-> Maybe AssociationConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AssociationConfigProperty
associationConfig,
                  Key -> CaptchaConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CaptchaConfig" (CaptchaConfigProperty -> (Key, Value))
-> Maybe CaptchaConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CaptchaConfigProperty
captchaConfig,
                  Key -> ChallengeConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ChallengeConfig" (ChallengeConfigProperty -> (Key, Value))
-> Maybe ChallengeConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ChallengeConfigProperty
challengeConfig,
                  Key -> Map Text CustomResponseBodyProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CustomResponseBodies" (Map Text CustomResponseBodyProperty -> (Key, Value))
-> Maybe (Map Text CustomResponseBodyProperty)
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Map Text CustomResponseBodyProperty)
customResponseBodies,
                  Key -> DataProtectionConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DataProtectionConfig" (DataProtectionConfigProperty -> (Key, Value))
-> Maybe DataProtectionConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe DataProtectionConfigProperty
dataProtectionConfig,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Description" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
description,
                  Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Name" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
name,
                  Key -> OnSourceDDoSProtectionConfigProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OnSourceDDoSProtectionConfig"
                    (OnSourceDDoSProtectionConfigProperty -> (Key, Value))
-> Maybe OnSourceDDoSProtectionConfigProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OnSourceDDoSProtectionConfigProperty
onSourceDDoSProtectionConfig,
                  Key -> [RuleProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Rules" ([RuleProperty] -> (Key, Value))
-> Maybe [RuleProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [RuleProperty]
rules,
                  Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
                  Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"TokenDomains" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
tokenDomains])))
instance Property "AssociationConfig" WebACL where
  type PropertyType "AssociationConfig" WebACL = AssociationConfigProperty
  set :: PropertyType "AssociationConfig" WebACL -> WebACL -> WebACL
set PropertyType "AssociationConfig" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {associationConfig :: Maybe AssociationConfigProperty
associationConfig = AssociationConfigProperty -> Maybe AssociationConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AssociationConfig" WebACL
AssociationConfigProperty
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "CaptchaConfig" WebACL where
  type PropertyType "CaptchaConfig" WebACL = CaptchaConfigProperty
  set :: PropertyType "CaptchaConfig" WebACL -> WebACL -> WebACL
set PropertyType "CaptchaConfig" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {captchaConfig :: Maybe CaptchaConfigProperty
captchaConfig = CaptchaConfigProperty -> Maybe CaptchaConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CaptchaConfig" WebACL
CaptchaConfigProperty
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "ChallengeConfig" WebACL where
  type PropertyType "ChallengeConfig" WebACL = ChallengeConfigProperty
  set :: PropertyType "ChallengeConfig" WebACL -> WebACL -> WebACL
set PropertyType "ChallengeConfig" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {challengeConfig :: Maybe ChallengeConfigProperty
challengeConfig = ChallengeConfigProperty -> Maybe ChallengeConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ChallengeConfig" WebACL
ChallengeConfigProperty
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "CustomResponseBodies" WebACL where
  type PropertyType "CustomResponseBodies" WebACL = Prelude.Map Prelude.Text CustomResponseBodyProperty
  set :: PropertyType "CustomResponseBodies" WebACL -> WebACL -> WebACL
set PropertyType "CustomResponseBodies" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
customResponseBodies = Map Text CustomResponseBodyProperty
-> Maybe (Map Text CustomResponseBodyProperty)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure Map Text CustomResponseBodyProperty
PropertyType "CustomResponseBodies" WebACL
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "DataProtectionConfig" WebACL where
  type PropertyType "DataProtectionConfig" WebACL = DataProtectionConfigProperty
  set :: PropertyType "DataProtectionConfig" WebACL -> WebACL -> WebACL
set PropertyType "DataProtectionConfig" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {dataProtectionConfig :: Maybe DataProtectionConfigProperty
dataProtectionConfig = DataProtectionConfigProperty -> Maybe DataProtectionConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DataProtectionConfig" WebACL
DataProtectionConfigProperty
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "DefaultAction" WebACL where
  type PropertyType "DefaultAction" WebACL = DefaultActionProperty
  set :: PropertyType "DefaultAction" WebACL -> WebACL -> WebACL
set PropertyType "DefaultAction" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..} = WebACL {defaultAction :: DefaultActionProperty
defaultAction = PropertyType "DefaultAction" WebACL
DefaultActionProperty
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "Description" WebACL where
  type PropertyType "Description" WebACL = Value Prelude.Text
  set :: PropertyType "Description" WebACL -> WebACL -> WebACL
set PropertyType "Description" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" WebACL
Value Text
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "Name" WebACL where
  type PropertyType "Name" WebACL = Value Prelude.Text
  set :: PropertyType "Name" WebACL -> WebACL -> WebACL
set PropertyType "Name" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {name :: Maybe (Value Text)
name = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Name" WebACL
Value Text
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "OnSourceDDoSProtectionConfig" WebACL where
  type PropertyType "OnSourceDDoSProtectionConfig" WebACL = OnSourceDDoSProtectionConfigProperty
  set :: PropertyType "OnSourceDDoSProtectionConfig" WebACL
-> WebACL -> WebACL
set PropertyType "OnSourceDDoSProtectionConfig" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
onSourceDDoSProtectionConfig = OnSourceDDoSProtectionConfigProperty
-> Maybe OnSourceDDoSProtectionConfigProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OnSourceDDoSProtectionConfig" WebACL
OnSourceDDoSProtectionConfigProperty
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "Rules" WebACL where
  type PropertyType "Rules" WebACL = [RuleProperty]
  set :: PropertyType "Rules" WebACL -> WebACL -> WebACL
set PropertyType "Rules" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {rules :: Maybe [RuleProperty]
rules = [RuleProperty] -> Maybe [RuleProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [RuleProperty]
PropertyType "Rules" WebACL
newValue, Maybe [Tag]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "Scope" WebACL where
  type PropertyType "Scope" WebACL = Value Prelude.Text
  set :: PropertyType "Scope" WebACL -> WebACL -> WebACL
set PropertyType "Scope" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..} = WebACL {scope :: Value Text
scope = PropertyType "Scope" WebACL
Value Text
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "Tags" WebACL where
  type PropertyType "Tags" WebACL = [Tag]
  set :: PropertyType "Tags" WebACL -> WebACL -> WebACL
set PropertyType "Tags" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" WebACL
newValue, Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "TokenDomains" WebACL where
  type PropertyType "TokenDomains" WebACL = ValueList Prelude.Text
  set :: PropertyType "TokenDomains" WebACL -> WebACL -> WebACL
set PropertyType "TokenDomains" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..}
    = WebACL {tokenDomains :: Maybe (ValueList Text)
tokenDomains = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TokenDomains" WebACL
ValueList Text
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
visibilityConfig :: VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
visibilityConfig :: VisibilityConfigProperty
..}
instance Property "VisibilityConfig" WebACL where
  type PropertyType "VisibilityConfig" WebACL = VisibilityConfigProperty
  set :: PropertyType "VisibilityConfig" WebACL -> WebACL -> WebACL
set PropertyType "VisibilityConfig" WebACL
newValue WebACL {Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
VisibilityConfigProperty
haddock_workaround_ :: WebACL -> ()
associationConfig :: WebACL -> Maybe AssociationConfigProperty
captchaConfig :: WebACL -> Maybe CaptchaConfigProperty
challengeConfig :: WebACL -> Maybe ChallengeConfigProperty
customResponseBodies :: WebACL -> Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: WebACL -> Maybe DataProtectionConfigProperty
defaultAction :: WebACL -> DefaultActionProperty
description :: WebACL -> Maybe (Value Text)
name :: WebACL -> Maybe (Value Text)
onSourceDDoSProtectionConfig :: WebACL -> Maybe OnSourceDDoSProtectionConfigProperty
rules :: WebACL -> Maybe [RuleProperty]
scope :: WebACL -> Value Text
tags :: WebACL -> Maybe [Tag]
tokenDomains :: WebACL -> Maybe (ValueList Text)
visibilityConfig :: WebACL -> VisibilityConfigProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
visibilityConfig :: VisibilityConfigProperty
..} = WebACL {visibilityConfig :: VisibilityConfigProperty
visibilityConfig = PropertyType "VisibilityConfig" WebACL
VisibilityConfigProperty
newValue, Maybe [Tag]
Maybe [RuleProperty]
Maybe (Map Text CustomResponseBodyProperty)
Maybe (ValueList Text)
Maybe (Value Text)
Maybe DataProtectionConfigProperty
Maybe ChallengeConfigProperty
Maybe CaptchaConfigProperty
Maybe OnSourceDDoSProtectionConfigProperty
Maybe AssociationConfigProperty
()
Value Text
DefaultActionProperty
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
haddock_workaround_ :: ()
associationConfig :: Maybe AssociationConfigProperty
captchaConfig :: Maybe CaptchaConfigProperty
challengeConfig :: Maybe ChallengeConfigProperty
customResponseBodies :: Maybe (Map Text CustomResponseBodyProperty)
dataProtectionConfig :: Maybe DataProtectionConfigProperty
defaultAction :: DefaultActionProperty
description :: Maybe (Value Text)
name :: Maybe (Value Text)
onSourceDDoSProtectionConfig :: Maybe OnSourceDDoSProtectionConfigProperty
rules :: Maybe [RuleProperty]
scope :: Value Text
tags :: Maybe [Tag]
tokenDomains :: Maybe (ValueList Text)
..}