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