{-# 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.DynamoDB.Types.AttributeAction
-- 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.DynamoDB.Types.AttributeAction
  ( AttributeAction
      ( ..,
        AttributeAction_ADD,
        AttributeAction_DELETE,
        AttributeAction_PUT
      ),
  )
where

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

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

pattern AttributeAction_ADD :: AttributeAction
pattern $bAttributeAction_ADD :: AttributeAction
$mAttributeAction_ADD :: forall r. AttributeAction -> (Void# -> r) -> (Void# -> r) -> r
AttributeAction_ADD = AttributeAction' "ADD"

pattern AttributeAction_DELETE :: AttributeAction
pattern $bAttributeAction_DELETE :: AttributeAction
$mAttributeAction_DELETE :: forall r. AttributeAction -> (Void# -> r) -> (Void# -> r) -> r
AttributeAction_DELETE = AttributeAction' "DELETE"

pattern AttributeAction_PUT :: AttributeAction
pattern $bAttributeAction_PUT :: AttributeAction
$mAttributeAction_PUT :: forall r. AttributeAction -> (Void# -> r) -> (Void# -> r) -> r
AttributeAction_PUT = AttributeAction' "PUT"

{-# COMPLETE
  AttributeAction_ADD,
  AttributeAction_DELETE,
  AttributeAction_PUT,
  AttributeAction'
  #-}