packages feed

amazonka-wafv2-2.0: gen/Amazonka/WAFV2/Types/AndStatement.hs-boot

{-# OPTIONS_GHC -Wno-missing-methods #-}

-- Derived from AWS service descriptions, licensed under Apache 2.0.

-- |
-- Module      : Amazonka.WAFV2.Types.AndStatement
-- Copyright   : (c) 2013-2023 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.WAFV2.Types.AndStatement where

import qualified Amazonka.Data as Data
import qualified Amazonka.Prelude as Prelude

data AndStatement

instance Prelude.Eq AndStatement

instance Prelude.Read AndStatement

instance Prelude.Show AndStatement

instance Prelude.Generic AndStatement

instance Data.ToJSON AndStatement

instance Data.FromJSON AndStatement

instance Prelude.NFData AndStatement

instance Prelude.Hashable AndStatement