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