{-# 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.CloudFormation.Types.StackSetDriftStatus
-- 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.CloudFormation.Types.StackSetDriftStatus
  ( StackSetDriftStatus
      ( ..,
        StackSetDriftStatus_DRIFTED,
        StackSetDriftStatus_IN_SYNC,
        StackSetDriftStatus_NOT_CHECKED
      ),
  )
where

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

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

pattern StackSetDriftStatus_DRIFTED :: StackSetDriftStatus
pattern $bStackSetDriftStatus_DRIFTED :: StackSetDriftStatus
$mStackSetDriftStatus_DRIFTED :: forall r. StackSetDriftStatus -> (Void# -> r) -> (Void# -> r) -> r
StackSetDriftStatus_DRIFTED = StackSetDriftStatus' "DRIFTED"

pattern StackSetDriftStatus_IN_SYNC :: StackSetDriftStatus
pattern $bStackSetDriftStatus_IN_SYNC :: StackSetDriftStatus
$mStackSetDriftStatus_IN_SYNC :: forall r. StackSetDriftStatus -> (Void# -> r) -> (Void# -> r) -> r
StackSetDriftStatus_IN_SYNC = StackSetDriftStatus' "IN_SYNC"

pattern StackSetDriftStatus_NOT_CHECKED :: StackSetDriftStatus
pattern $bStackSetDriftStatus_NOT_CHECKED :: StackSetDriftStatus
$mStackSetDriftStatus_NOT_CHECKED :: forall r. StackSetDriftStatus -> (Void# -> r) -> (Void# -> r) -> r
StackSetDriftStatus_NOT_CHECKED = StackSetDriftStatus' "NOT_CHECKED"

{-# COMPLETE
  StackSetDriftStatus_DRIFTED,
  StackSetDriftStatus_IN_SYNC,
  StackSetDriftStatus_NOT_CHECKED,
  StackSetDriftStatus'
  #-}