{-# 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.Comprehend.Types.PiiEntityType
-- Copyright   : (c) 2013-2021 Brendan Hay
-- License     : Mozilla Public License, v. 2.0.
-- Maintainer  : Brendan Hay <brendan.g.hay+amazonka@gmail.com>
-- Stability   : auto-generated
-- Portability : non-portable (GHC extensions)
module Amazonka.Comprehend.Types.PiiEntityType
  ( PiiEntityType
      ( ..,
        PiiEntityType_ADDRESS,
        PiiEntityType_AGE,
        PiiEntityType_ALL,
        PiiEntityType_AWS_ACCESS_KEY,
        PiiEntityType_AWS_SECRET_KEY,
        PiiEntityType_BANK_ACCOUNT_NUMBER,
        PiiEntityType_BANK_ROUTING,
        PiiEntityType_CREDIT_DEBIT_CVV,
        PiiEntityType_CREDIT_DEBIT_EXPIRY,
        PiiEntityType_CREDIT_DEBIT_NUMBER,
        PiiEntityType_DATE_TIME,
        PiiEntityType_DRIVER_ID,
        PiiEntityType_EMAIL,
        PiiEntityType_IP_ADDRESS,
        PiiEntityType_MAC_ADDRESS,
        PiiEntityType_NAME,
        PiiEntityType_PASSPORT_NUMBER,
        PiiEntityType_PASSWORD,
        PiiEntityType_PHONE,
        PiiEntityType_PIN,
        PiiEntityType_SSN,
        PiiEntityType_URL,
        PiiEntityType_USERNAME
      ),
  )
where

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

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

pattern PiiEntityType_ADDRESS :: PiiEntityType
pattern $bPiiEntityType_ADDRESS :: PiiEntityType
$mPiiEntityType_ADDRESS :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_ADDRESS = PiiEntityType' "ADDRESS"

pattern PiiEntityType_AGE :: PiiEntityType
pattern $bPiiEntityType_AGE :: PiiEntityType
$mPiiEntityType_AGE :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_AGE = PiiEntityType' "AGE"

pattern PiiEntityType_ALL :: PiiEntityType
pattern $bPiiEntityType_ALL :: PiiEntityType
$mPiiEntityType_ALL :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_ALL = PiiEntityType' "ALL"

pattern PiiEntityType_AWS_ACCESS_KEY :: PiiEntityType
pattern $bPiiEntityType_AWS_ACCESS_KEY :: PiiEntityType
$mPiiEntityType_AWS_ACCESS_KEY :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_AWS_ACCESS_KEY = PiiEntityType' "AWS_ACCESS_KEY"

pattern PiiEntityType_AWS_SECRET_KEY :: PiiEntityType
pattern $bPiiEntityType_AWS_SECRET_KEY :: PiiEntityType
$mPiiEntityType_AWS_SECRET_KEY :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_AWS_SECRET_KEY = PiiEntityType' "AWS_SECRET_KEY"

pattern PiiEntityType_BANK_ACCOUNT_NUMBER :: PiiEntityType
pattern $bPiiEntityType_BANK_ACCOUNT_NUMBER :: PiiEntityType
$mPiiEntityType_BANK_ACCOUNT_NUMBER :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_BANK_ACCOUNT_NUMBER = PiiEntityType' "BANK_ACCOUNT_NUMBER"

pattern PiiEntityType_BANK_ROUTING :: PiiEntityType
pattern $bPiiEntityType_BANK_ROUTING :: PiiEntityType
$mPiiEntityType_BANK_ROUTING :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_BANK_ROUTING = PiiEntityType' "BANK_ROUTING"

pattern PiiEntityType_CREDIT_DEBIT_CVV :: PiiEntityType
pattern $bPiiEntityType_CREDIT_DEBIT_CVV :: PiiEntityType
$mPiiEntityType_CREDIT_DEBIT_CVV :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_CREDIT_DEBIT_CVV = PiiEntityType' "CREDIT_DEBIT_CVV"

pattern PiiEntityType_CREDIT_DEBIT_EXPIRY :: PiiEntityType
pattern $bPiiEntityType_CREDIT_DEBIT_EXPIRY :: PiiEntityType
$mPiiEntityType_CREDIT_DEBIT_EXPIRY :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_CREDIT_DEBIT_EXPIRY = PiiEntityType' "CREDIT_DEBIT_EXPIRY"

pattern PiiEntityType_CREDIT_DEBIT_NUMBER :: PiiEntityType
pattern $bPiiEntityType_CREDIT_DEBIT_NUMBER :: PiiEntityType
$mPiiEntityType_CREDIT_DEBIT_NUMBER :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_CREDIT_DEBIT_NUMBER = PiiEntityType' "CREDIT_DEBIT_NUMBER"

pattern PiiEntityType_DATE_TIME :: PiiEntityType
pattern $bPiiEntityType_DATE_TIME :: PiiEntityType
$mPiiEntityType_DATE_TIME :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_DATE_TIME = PiiEntityType' "DATE_TIME"

pattern PiiEntityType_DRIVER_ID :: PiiEntityType
pattern $bPiiEntityType_DRIVER_ID :: PiiEntityType
$mPiiEntityType_DRIVER_ID :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_DRIVER_ID = PiiEntityType' "DRIVER_ID"

pattern PiiEntityType_EMAIL :: PiiEntityType
pattern $bPiiEntityType_EMAIL :: PiiEntityType
$mPiiEntityType_EMAIL :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_EMAIL = PiiEntityType' "EMAIL"

pattern PiiEntityType_IP_ADDRESS :: PiiEntityType
pattern $bPiiEntityType_IP_ADDRESS :: PiiEntityType
$mPiiEntityType_IP_ADDRESS :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_IP_ADDRESS = PiiEntityType' "IP_ADDRESS"

pattern PiiEntityType_MAC_ADDRESS :: PiiEntityType
pattern $bPiiEntityType_MAC_ADDRESS :: PiiEntityType
$mPiiEntityType_MAC_ADDRESS :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_MAC_ADDRESS = PiiEntityType' "MAC_ADDRESS"

pattern PiiEntityType_NAME :: PiiEntityType
pattern $bPiiEntityType_NAME :: PiiEntityType
$mPiiEntityType_NAME :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_NAME = PiiEntityType' "NAME"

pattern PiiEntityType_PASSPORT_NUMBER :: PiiEntityType
pattern $bPiiEntityType_PASSPORT_NUMBER :: PiiEntityType
$mPiiEntityType_PASSPORT_NUMBER :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_PASSPORT_NUMBER = PiiEntityType' "PASSPORT_NUMBER"

pattern PiiEntityType_PASSWORD :: PiiEntityType
pattern $bPiiEntityType_PASSWORD :: PiiEntityType
$mPiiEntityType_PASSWORD :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_PASSWORD = PiiEntityType' "PASSWORD"

pattern PiiEntityType_PHONE :: PiiEntityType
pattern $bPiiEntityType_PHONE :: PiiEntityType
$mPiiEntityType_PHONE :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_PHONE = PiiEntityType' "PHONE"

pattern PiiEntityType_PIN :: PiiEntityType
pattern $bPiiEntityType_PIN :: PiiEntityType
$mPiiEntityType_PIN :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_PIN = PiiEntityType' "PIN"

pattern PiiEntityType_SSN :: PiiEntityType
pattern $bPiiEntityType_SSN :: PiiEntityType
$mPiiEntityType_SSN :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_SSN = PiiEntityType' "SSN"

pattern PiiEntityType_URL :: PiiEntityType
pattern $bPiiEntityType_URL :: PiiEntityType
$mPiiEntityType_URL :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_URL = PiiEntityType' "URL"

pattern PiiEntityType_USERNAME :: PiiEntityType
pattern $bPiiEntityType_USERNAME :: PiiEntityType
$mPiiEntityType_USERNAME :: forall r. PiiEntityType -> (Void# -> r) -> (Void# -> r) -> r
PiiEntityType_USERNAME = PiiEntityType' "USERNAME"

{-# COMPLETE
  PiiEntityType_ADDRESS,
  PiiEntityType_AGE,
  PiiEntityType_ALL,
  PiiEntityType_AWS_ACCESS_KEY,
  PiiEntityType_AWS_SECRET_KEY,
  PiiEntityType_BANK_ACCOUNT_NUMBER,
  PiiEntityType_BANK_ROUTING,
  PiiEntityType_CREDIT_DEBIT_CVV,
  PiiEntityType_CREDIT_DEBIT_EXPIRY,
  PiiEntityType_CREDIT_DEBIT_NUMBER,
  PiiEntityType_DATE_TIME,
  PiiEntityType_DRIVER_ID,
  PiiEntityType_EMAIL,
  PiiEntityType_IP_ADDRESS,
  PiiEntityType_MAC_ADDRESS,
  PiiEntityType_NAME,
  PiiEntityType_PASSPORT_NUMBER,
  PiiEntityType_PASSWORD,
  PiiEntityType_PHONE,
  PiiEntityType_PIN,
  PiiEntityType_SSN,
  PiiEntityType_URL,
  PiiEntityType_USERNAME,
  PiiEntityType'
  #-}