{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}

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

-- |
-- Module      : Amazonka.QuickSight.Types.NumericFilterSelectAllOptions
-- 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.QuickSight.Types.NumericFilterSelectAllOptions
  ( NumericFilterSelectAllOptions
      ( ..,
        NumericFilterSelectAllOptions_FILTER_ALL_VALUES
      ),
  )
where

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

newtype NumericFilterSelectAllOptions = NumericFilterSelectAllOptions'
  { NumericFilterSelectAllOptions -> Text
fromNumericFilterSelectAllOptions ::
      Data.Text
  }
  deriving stock
    ( Int -> NumericFilterSelectAllOptions -> ShowS
[NumericFilterSelectAllOptions] -> ShowS
NumericFilterSelectAllOptions -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [NumericFilterSelectAllOptions] -> ShowS
$cshowList :: [NumericFilterSelectAllOptions] -> ShowS
show :: NumericFilterSelectAllOptions -> String
$cshow :: NumericFilterSelectAllOptions -> String
showsPrec :: Int -> NumericFilterSelectAllOptions -> ShowS
$cshowsPrec :: Int -> NumericFilterSelectAllOptions -> ShowS
Prelude.Show,
      ReadPrec [NumericFilterSelectAllOptions]
ReadPrec NumericFilterSelectAllOptions
Int -> ReadS NumericFilterSelectAllOptions
ReadS [NumericFilterSelectAllOptions]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [NumericFilterSelectAllOptions]
$creadListPrec :: ReadPrec [NumericFilterSelectAllOptions]
readPrec :: ReadPrec NumericFilterSelectAllOptions
$creadPrec :: ReadPrec NumericFilterSelectAllOptions
readList :: ReadS [NumericFilterSelectAllOptions]
$creadList :: ReadS [NumericFilterSelectAllOptions]
readsPrec :: Int -> ReadS NumericFilterSelectAllOptions
$creadsPrec :: Int -> ReadS NumericFilterSelectAllOptions
Prelude.Read,
      NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
$c/= :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
== :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
$c== :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
Prelude.Eq,
      Eq NumericFilterSelectAllOptions
NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Ordering
NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> NumericFilterSelectAllOptions
forall a.
Eq a
-> (a -> a -> Ordering)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> Bool)
-> (a -> a -> a)
-> (a -> a -> a)
-> Ord a
min :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> NumericFilterSelectAllOptions
$cmin :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> NumericFilterSelectAllOptions
max :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> NumericFilterSelectAllOptions
$cmax :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> NumericFilterSelectAllOptions
>= :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
$c>= :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
> :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
$c> :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
<= :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
$c<= :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
< :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
$c< :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Bool
compare :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Ordering
$ccompare :: NumericFilterSelectAllOptions
-> NumericFilterSelectAllOptions -> Ordering
Prelude.Ord,
      forall x.
Rep NumericFilterSelectAllOptions x
-> NumericFilterSelectAllOptions
forall x.
NumericFilterSelectAllOptions
-> Rep NumericFilterSelectAllOptions x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x.
Rep NumericFilterSelectAllOptions x
-> NumericFilterSelectAllOptions
$cfrom :: forall x.
NumericFilterSelectAllOptions
-> Rep NumericFilterSelectAllOptions x
Prelude.Generic
    )
  deriving newtype
    ( Eq NumericFilterSelectAllOptions
Int -> NumericFilterSelectAllOptions -> Int
NumericFilterSelectAllOptions -> Int
forall a. Eq a -> (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: NumericFilterSelectAllOptions -> Int
$chash :: NumericFilterSelectAllOptions -> Int
hashWithSalt :: Int -> NumericFilterSelectAllOptions -> Int
$chashWithSalt :: Int -> NumericFilterSelectAllOptions -> Int
Prelude.Hashable,
      NumericFilterSelectAllOptions -> ()
forall a. (a -> ()) -> NFData a
rnf :: NumericFilterSelectAllOptions -> ()
$crnf :: NumericFilterSelectAllOptions -> ()
Prelude.NFData,
      Text -> Either String NumericFilterSelectAllOptions
forall a. (Text -> Either String a) -> FromText a
fromText :: Text -> Either String NumericFilterSelectAllOptions
$cfromText :: Text -> Either String NumericFilterSelectAllOptions
Data.FromText,
      NumericFilterSelectAllOptions -> Text
forall a. (a -> Text) -> ToText a
toText :: NumericFilterSelectAllOptions -> Text
$ctoText :: NumericFilterSelectAllOptions -> Text
Data.ToText,
      NumericFilterSelectAllOptions -> ByteString
forall a. (a -> ByteString) -> ToByteString a
toBS :: NumericFilterSelectAllOptions -> ByteString
$ctoBS :: NumericFilterSelectAllOptions -> ByteString
Data.ToByteString,
      NumericFilterSelectAllOptions -> ByteStringBuilder
forall a. (a -> ByteStringBuilder) -> ToLog a
build :: NumericFilterSelectAllOptions -> ByteStringBuilder
$cbuild :: NumericFilterSelectAllOptions -> ByteStringBuilder
Data.ToLog,
      HeaderName -> NumericFilterSelectAllOptions -> [Header]
forall a. (HeaderName -> a -> [Header]) -> ToHeader a
toHeader :: HeaderName -> NumericFilterSelectAllOptions -> [Header]
$ctoHeader :: HeaderName -> NumericFilterSelectAllOptions -> [Header]
Data.ToHeader,
      NumericFilterSelectAllOptions -> QueryString
forall a. (a -> QueryString) -> ToQuery a
toQuery :: NumericFilterSelectAllOptions -> QueryString
$ctoQuery :: NumericFilterSelectAllOptions -> QueryString
Data.ToQuery,
      Value -> Parser [NumericFilterSelectAllOptions]
Value -> Parser NumericFilterSelectAllOptions
forall a.
(Value -> Parser a) -> (Value -> Parser [a]) -> FromJSON a
parseJSONList :: Value -> Parser [NumericFilterSelectAllOptions]
$cparseJSONList :: Value -> Parser [NumericFilterSelectAllOptions]
parseJSON :: Value -> Parser NumericFilterSelectAllOptions
$cparseJSON :: Value -> Parser NumericFilterSelectAllOptions
Data.FromJSON,
      FromJSONKeyFunction [NumericFilterSelectAllOptions]
FromJSONKeyFunction NumericFilterSelectAllOptions
forall a.
FromJSONKeyFunction a -> FromJSONKeyFunction [a] -> FromJSONKey a
fromJSONKeyList :: FromJSONKeyFunction [NumericFilterSelectAllOptions]
$cfromJSONKeyList :: FromJSONKeyFunction [NumericFilterSelectAllOptions]
fromJSONKey :: FromJSONKeyFunction NumericFilterSelectAllOptions
$cfromJSONKey :: FromJSONKeyFunction NumericFilterSelectAllOptions
Data.FromJSONKey,
      [NumericFilterSelectAllOptions] -> Encoding
[NumericFilterSelectAllOptions] -> Value
NumericFilterSelectAllOptions -> Encoding
NumericFilterSelectAllOptions -> Value
forall a.
(a -> Value)
-> (a -> Encoding)
-> ([a] -> Value)
-> ([a] -> Encoding)
-> ToJSON a
toEncodingList :: [NumericFilterSelectAllOptions] -> Encoding
$ctoEncodingList :: [NumericFilterSelectAllOptions] -> Encoding
toJSONList :: [NumericFilterSelectAllOptions] -> Value
$ctoJSONList :: [NumericFilterSelectAllOptions] -> Value
toEncoding :: NumericFilterSelectAllOptions -> Encoding
$ctoEncoding :: NumericFilterSelectAllOptions -> Encoding
toJSON :: NumericFilterSelectAllOptions -> Value
$ctoJSON :: NumericFilterSelectAllOptions -> Value
Data.ToJSON,
      ToJSONKeyFunction [NumericFilterSelectAllOptions]
ToJSONKeyFunction NumericFilterSelectAllOptions
forall a.
ToJSONKeyFunction a -> ToJSONKeyFunction [a] -> ToJSONKey a
toJSONKeyList :: ToJSONKeyFunction [NumericFilterSelectAllOptions]
$ctoJSONKeyList :: ToJSONKeyFunction [NumericFilterSelectAllOptions]
toJSONKey :: ToJSONKeyFunction NumericFilterSelectAllOptions
$ctoJSONKey :: ToJSONKeyFunction NumericFilterSelectAllOptions
Data.ToJSONKey,
      [Node] -> Either String NumericFilterSelectAllOptions
forall a. ([Node] -> Either String a) -> FromXML a
parseXML :: [Node] -> Either String NumericFilterSelectAllOptions
$cparseXML :: [Node] -> Either String NumericFilterSelectAllOptions
Data.FromXML,
      NumericFilterSelectAllOptions -> XML
forall a. (a -> XML) -> ToXML a
toXML :: NumericFilterSelectAllOptions -> XML
$ctoXML :: NumericFilterSelectAllOptions -> XML
Data.ToXML
    )

pattern NumericFilterSelectAllOptions_FILTER_ALL_VALUES :: NumericFilterSelectAllOptions
pattern $bNumericFilterSelectAllOptions_FILTER_ALL_VALUES :: NumericFilterSelectAllOptions
$mNumericFilterSelectAllOptions_FILTER_ALL_VALUES :: forall {r}.
NumericFilterSelectAllOptions -> ((# #) -> r) -> ((# #) -> r) -> r
NumericFilterSelectAllOptions_FILTER_ALL_VALUES = NumericFilterSelectAllOptions' "FILTER_ALL_VALUES"

{-# COMPLETE
  NumericFilterSelectAllOptions_FILTER_ALL_VALUES,
  NumericFilterSelectAllOptions'
  #-}