{-# 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.MediaLive.Types.SmoothGroupEventStopBehavior
-- 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.MediaLive.Types.SmoothGroupEventStopBehavior
  ( SmoothGroupEventStopBehavior
      ( ..,
        SmoothGroupEventStopBehavior_NONE,
        SmoothGroupEventStopBehavior_SEND_EOS
      ),
  )
where

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

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

pattern SmoothGroupEventStopBehavior_NONE :: SmoothGroupEventStopBehavior
pattern $bSmoothGroupEventStopBehavior_NONE :: SmoothGroupEventStopBehavior
$mSmoothGroupEventStopBehavior_NONE :: forall r.
SmoothGroupEventStopBehavior -> (Void# -> r) -> (Void# -> r) -> r
SmoothGroupEventStopBehavior_NONE = SmoothGroupEventStopBehavior' "NONE"

pattern SmoothGroupEventStopBehavior_SEND_EOS :: SmoothGroupEventStopBehavior
pattern $bSmoothGroupEventStopBehavior_SEND_EOS :: SmoothGroupEventStopBehavior
$mSmoothGroupEventStopBehavior_SEND_EOS :: forall r.
SmoothGroupEventStopBehavior -> (Void# -> r) -> (Void# -> r) -> r
SmoothGroupEventStopBehavior_SEND_EOS = SmoothGroupEventStopBehavior' "SEND_EOS"

{-# COMPLETE
  SmoothGroupEventStopBehavior_NONE,
  SmoothGroupEventStopBehavior_SEND_EOS,
  SmoothGroupEventStopBehavior'
  #-}