{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.MediaLive.Types.Eac3PassthroughControl
( Eac3PassthroughControl
( ..,
Eac3PassthroughControl_NO_PASSTHROUGH,
Eac3PassthroughControl_WHEN_POSSIBLE
),
)
where
import qualified Amazonka.Core as Core
import qualified Amazonka.Data as Data
import qualified Amazonka.Prelude as Prelude
newtype Eac3PassthroughControl = Eac3PassthroughControl'
{ Eac3PassthroughControl -> Text
fromEac3PassthroughControl ::
Data.Text
}
deriving stock
( Int -> Eac3PassthroughControl -> ShowS
[Eac3PassthroughControl] -> ShowS
Eac3PassthroughControl -> String
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
showList :: [Eac3PassthroughControl] -> ShowS
$cshowList :: [Eac3PassthroughControl] -> ShowS
show :: Eac3PassthroughControl -> String
$cshow :: Eac3PassthroughControl -> String
showsPrec :: Int -> Eac3PassthroughControl -> ShowS
$cshowsPrec :: Int -> Eac3PassthroughControl -> ShowS
Prelude.Show,
ReadPrec [Eac3PassthroughControl]
ReadPrec Eac3PassthroughControl
Int -> ReadS Eac3PassthroughControl
ReadS [Eac3PassthroughControl]
forall a.
(Int -> ReadS a)
-> ReadS [a] -> ReadPrec a -> ReadPrec [a] -> Read a
readListPrec :: ReadPrec [Eac3PassthroughControl]
$creadListPrec :: ReadPrec [Eac3PassthroughControl]
readPrec :: ReadPrec Eac3PassthroughControl
$creadPrec :: ReadPrec Eac3PassthroughControl
readList :: ReadS [Eac3PassthroughControl]
$creadList :: ReadS [Eac3PassthroughControl]
readsPrec :: Int -> ReadS Eac3PassthroughControl
$creadsPrec :: Int -> ReadS Eac3PassthroughControl
Prelude.Read,
Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
$c/= :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
== :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
$c== :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
Prelude.Eq,
Eq Eac3PassthroughControl
Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
Eac3PassthroughControl -> Eac3PassthroughControl -> Ordering
Eac3PassthroughControl
-> Eac3PassthroughControl -> Eac3PassthroughControl
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 :: Eac3PassthroughControl
-> Eac3PassthroughControl -> Eac3PassthroughControl
$cmin :: Eac3PassthroughControl
-> Eac3PassthroughControl -> Eac3PassthroughControl
max :: Eac3PassthroughControl
-> Eac3PassthroughControl -> Eac3PassthroughControl
$cmax :: Eac3PassthroughControl
-> Eac3PassthroughControl -> Eac3PassthroughControl
>= :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
$c>= :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
> :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
$c> :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
<= :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
$c<= :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
< :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
$c< :: Eac3PassthroughControl -> Eac3PassthroughControl -> Bool
compare :: Eac3PassthroughControl -> Eac3PassthroughControl -> Ordering
$ccompare :: Eac3PassthroughControl -> Eac3PassthroughControl -> Ordering
Prelude.Ord,
forall x. Rep Eac3PassthroughControl x -> Eac3PassthroughControl
forall x. Eac3PassthroughControl -> Rep Eac3PassthroughControl x
forall a.
(forall x. a -> Rep a x) -> (forall x. Rep a x -> a) -> Generic a
$cto :: forall x. Rep Eac3PassthroughControl x -> Eac3PassthroughControl
$cfrom :: forall x. Eac3PassthroughControl -> Rep Eac3PassthroughControl x
Prelude.Generic
)
deriving newtype
( Eq Eac3PassthroughControl
Int -> Eac3PassthroughControl -> Int
Eac3PassthroughControl -> Int
forall a. Eq a -> (Int -> a -> Int) -> (a -> Int) -> Hashable a
hash :: Eac3PassthroughControl -> Int
$chash :: Eac3PassthroughControl -> Int
hashWithSalt :: Int -> Eac3PassthroughControl -> Int
$chashWithSalt :: Int -> Eac3PassthroughControl -> Int
Prelude.Hashable,
Eac3PassthroughControl -> ()
forall a. (a -> ()) -> NFData a
rnf :: Eac3PassthroughControl -> ()
$crnf :: Eac3PassthroughControl -> ()
Prelude.NFData,
Text -> Either String Eac3PassthroughControl
forall a. (Text -> Either String a) -> FromText a
fromText :: Text -> Either String Eac3PassthroughControl
$cfromText :: Text -> Either String Eac3PassthroughControl
Data.FromText,
Eac3PassthroughControl -> Text
forall a. (a -> Text) -> ToText a
toText :: Eac3PassthroughControl -> Text
$ctoText :: Eac3PassthroughControl -> Text
Data.ToText,
Eac3PassthroughControl -> ByteString
forall a. (a -> ByteString) -> ToByteString a
toBS :: Eac3PassthroughControl -> ByteString
$ctoBS :: Eac3PassthroughControl -> ByteString
Data.ToByteString,
Eac3PassthroughControl -> ByteStringBuilder
forall a. (a -> ByteStringBuilder) -> ToLog a
build :: Eac3PassthroughControl -> ByteStringBuilder
$cbuild :: Eac3PassthroughControl -> ByteStringBuilder
Data.ToLog,
HeaderName -> Eac3PassthroughControl -> [Header]
forall a. (HeaderName -> a -> [Header]) -> ToHeader a
toHeader :: HeaderName -> Eac3PassthroughControl -> [Header]
$ctoHeader :: HeaderName -> Eac3PassthroughControl -> [Header]
Data.ToHeader,
Eac3PassthroughControl -> QueryString
forall a. (a -> QueryString) -> ToQuery a
toQuery :: Eac3PassthroughControl -> QueryString
$ctoQuery :: Eac3PassthroughControl -> QueryString
Data.ToQuery,
Value -> Parser [Eac3PassthroughControl]
Value -> Parser Eac3PassthroughControl
forall a.
(Value -> Parser a) -> (Value -> Parser [a]) -> FromJSON a
parseJSONList :: Value -> Parser [Eac3PassthroughControl]
$cparseJSONList :: Value -> Parser [Eac3PassthroughControl]
parseJSON :: Value -> Parser Eac3PassthroughControl
$cparseJSON :: Value -> Parser Eac3PassthroughControl
Data.FromJSON,
FromJSONKeyFunction [Eac3PassthroughControl]
FromJSONKeyFunction Eac3PassthroughControl
forall a.
FromJSONKeyFunction a -> FromJSONKeyFunction [a] -> FromJSONKey a
fromJSONKeyList :: FromJSONKeyFunction [Eac3PassthroughControl]
$cfromJSONKeyList :: FromJSONKeyFunction [Eac3PassthroughControl]
fromJSONKey :: FromJSONKeyFunction Eac3PassthroughControl
$cfromJSONKey :: FromJSONKeyFunction Eac3PassthroughControl
Data.FromJSONKey,
[Eac3PassthroughControl] -> Encoding
[Eac3PassthroughControl] -> Value
Eac3PassthroughControl -> Encoding
Eac3PassthroughControl -> Value
forall a.
(a -> Value)
-> (a -> Encoding)
-> ([a] -> Value)
-> ([a] -> Encoding)
-> ToJSON a
toEncodingList :: [Eac3PassthroughControl] -> Encoding
$ctoEncodingList :: [Eac3PassthroughControl] -> Encoding
toJSONList :: [Eac3PassthroughControl] -> Value
$ctoJSONList :: [Eac3PassthroughControl] -> Value
toEncoding :: Eac3PassthroughControl -> Encoding
$ctoEncoding :: Eac3PassthroughControl -> Encoding
toJSON :: Eac3PassthroughControl -> Value
$ctoJSON :: Eac3PassthroughControl -> Value
Data.ToJSON,
ToJSONKeyFunction [Eac3PassthroughControl]
ToJSONKeyFunction Eac3PassthroughControl
forall a.
ToJSONKeyFunction a -> ToJSONKeyFunction [a] -> ToJSONKey a
toJSONKeyList :: ToJSONKeyFunction [Eac3PassthroughControl]
$ctoJSONKeyList :: ToJSONKeyFunction [Eac3PassthroughControl]
toJSONKey :: ToJSONKeyFunction Eac3PassthroughControl
$ctoJSONKey :: ToJSONKeyFunction Eac3PassthroughControl
Data.ToJSONKey,
[Node] -> Either String Eac3PassthroughControl
forall a. ([Node] -> Either String a) -> FromXML a
parseXML :: [Node] -> Either String Eac3PassthroughControl
$cparseXML :: [Node] -> Either String Eac3PassthroughControl
Data.FromXML,
Eac3PassthroughControl -> XML
forall a. (a -> XML) -> ToXML a
toXML :: Eac3PassthroughControl -> XML
$ctoXML :: Eac3PassthroughControl -> XML
Data.ToXML
)
pattern Eac3PassthroughControl_NO_PASSTHROUGH :: Eac3PassthroughControl
pattern $bEac3PassthroughControl_NO_PASSTHROUGH :: Eac3PassthroughControl
$mEac3PassthroughControl_NO_PASSTHROUGH :: forall {r}.
Eac3PassthroughControl -> ((# #) -> r) -> ((# #) -> r) -> r
Eac3PassthroughControl_NO_PASSTHROUGH = Eac3PassthroughControl' "NO_PASSTHROUGH"
pattern Eac3PassthroughControl_WHEN_POSSIBLE :: Eac3PassthroughControl
pattern $bEac3PassthroughControl_WHEN_POSSIBLE :: Eac3PassthroughControl
$mEac3PassthroughControl_WHEN_POSSIBLE :: forall {r}.
Eac3PassthroughControl -> ((# #) -> r) -> ((# #) -> r) -> r
Eac3PassthroughControl_WHEN_POSSIBLE = Eac3PassthroughControl' "WHEN_POSSIBLE"
{-# COMPLETE
Eac3PassthroughControl_NO_PASSTHROUGH,
Eac3PassthroughControl_WHEN_POSSIBLE,
Eac3PassthroughControl'
#-}