module Stratosphere.MediaLive.Channel.EbuTtDDestinationSettingsProperty (
        EbuTtDDestinationSettingsProperty(..),
        mkEbuTtDDestinationSettingsProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import Stratosphere.ResourceProperties
import Stratosphere.Value
data EbuTtDDestinationSettingsProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html>
    EbuTtDDestinationSettingsProperty {EbuTtDDestinationSettingsProperty -> ()
haddock_workaround_ :: (),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-copyrightholder>
                                       EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
copyrightHolder :: (Prelude.Maybe (Value Prelude.Text)),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-defaultfontsize>
                                       EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultFontSize :: (Prelude.Maybe (Value Prelude.Integer)),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-defaultlineheight>
                                       EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: (Prelude.Maybe (Value Prelude.Integer)),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-filllinegap>
                                       EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fillLineGap :: (Prelude.Maybe (Value Prelude.Text)),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-fontfamily>
                                       EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: (Prelude.Maybe (Value Prelude.Text)),
                                       -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-ebuttddestinationsettings.html#cfn-medialive-channel-ebuttddestinationsettings-stylecontrol>
                                       EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty -> Bool
(EbuTtDDestinationSettingsProperty
 -> EbuTtDDestinationSettingsProperty -> Bool)
-> (EbuTtDDestinationSettingsProperty
    -> EbuTtDDestinationSettingsProperty -> Bool)
-> Eq EbuTtDDestinationSettingsProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty -> Bool
== :: EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty -> Bool
$c/= :: EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty -> Bool
/= :: EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty -> Bool
Prelude.Eq, Int -> EbuTtDDestinationSettingsProperty -> ShowS
[EbuTtDDestinationSettingsProperty] -> ShowS
EbuTtDDestinationSettingsProperty -> String
(Int -> EbuTtDDestinationSettingsProperty -> ShowS)
-> (EbuTtDDestinationSettingsProperty -> String)
-> ([EbuTtDDestinationSettingsProperty] -> ShowS)
-> Show EbuTtDDestinationSettingsProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> EbuTtDDestinationSettingsProperty -> ShowS
showsPrec :: Int -> EbuTtDDestinationSettingsProperty -> ShowS
$cshow :: EbuTtDDestinationSettingsProperty -> String
show :: EbuTtDDestinationSettingsProperty -> String
$cshowList :: [EbuTtDDestinationSettingsProperty] -> ShowS
showList :: [EbuTtDDestinationSettingsProperty] -> ShowS
Prelude.Show)
mkEbuTtDDestinationSettingsProperty ::
  EbuTtDDestinationSettingsProperty
mkEbuTtDDestinationSettingsProperty :: EbuTtDDestinationSettingsProperty
mkEbuTtDDestinationSettingsProperty
  = EbuTtDDestinationSettingsProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), copyrightHolder :: Maybe (Value Text)
copyrightHolder = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       defaultFontSize :: Maybe (Value Integer)
defaultFontSize = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       defaultLineHeight :: Maybe (Value Integer)
defaultLineHeight = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, fillLineGap :: Maybe (Value Text)
fillLineGap = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       fontFamily :: Maybe (Value Text)
fontFamily = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, styleControl :: Maybe (Value Text)
styleControl = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties EbuTtDDestinationSettingsProperty where
  toResourceProperties :: EbuTtDDestinationSettingsProperty -> ResourceProperties
toResourceProperties EbuTtDDestinationSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: EbuTtDDestinationSettingsProperty -> ()
copyrightHolder :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
defaultFontSize :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
fillLineGap :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::MediaLive::Channel.EbuTtDDestinationSettings",
         supportsTags :: Bool
supportsTags = Bool
Prelude.False,
         properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
                        ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
                           [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CopyrightHolder" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
copyrightHolder,
                            Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultFontSize" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
defaultFontSize,
                            Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultLineHeight" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
defaultLineHeight,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FillLineGap" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
fillLineGap,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FontFamily" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
fontFamily,
                            Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StyleControl" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
styleControl])}
instance JSON.ToJSON EbuTtDDestinationSettingsProperty where
  toJSON :: EbuTtDDestinationSettingsProperty -> Value
toJSON EbuTtDDestinationSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: EbuTtDDestinationSettingsProperty -> ()
copyrightHolder :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
defaultFontSize :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
fillLineGap :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
    = [(Key, Value)] -> Value
JSON.object
        ([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
           ([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
              [Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CopyrightHolder" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
copyrightHolder,
               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultFontSize" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
defaultFontSize,
               Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DefaultLineHeight" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
defaultLineHeight,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FillLineGap" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
fillLineGap,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"FontFamily" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
fontFamily,
               Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StyleControl" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
styleControl]))
instance Property "CopyrightHolder" EbuTtDDestinationSettingsProperty where
  type PropertyType "CopyrightHolder" EbuTtDDestinationSettingsProperty = Value Prelude.Text
  set :: PropertyType "CopyrightHolder" EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
set PropertyType "CopyrightHolder" EbuTtDDestinationSettingsProperty
newValue EbuTtDDestinationSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: EbuTtDDestinationSettingsProperty -> ()
copyrightHolder :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
defaultFontSize :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
fillLineGap :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
    = EbuTtDDestinationSettingsProperty
        {copyrightHolder :: Maybe (Value Text)
copyrightHolder = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CopyrightHolder" EbuTtDDestinationSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
haddock_workaround_ :: ()
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
instance Property "DefaultFontSize" EbuTtDDestinationSettingsProperty where
  type PropertyType "DefaultFontSize" EbuTtDDestinationSettingsProperty = Value Prelude.Integer
  set :: PropertyType "DefaultFontSize" EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
set PropertyType "DefaultFontSize" EbuTtDDestinationSettingsProperty
newValue EbuTtDDestinationSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: EbuTtDDestinationSettingsProperty -> ()
copyrightHolder :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
defaultFontSize :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
fillLineGap :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
    = EbuTtDDestinationSettingsProperty
        {defaultFontSize :: Maybe (Value Integer)
defaultFontSize = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultFontSize" EbuTtDDestinationSettingsProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
instance Property "DefaultLineHeight" EbuTtDDestinationSettingsProperty where
  type PropertyType "DefaultLineHeight" EbuTtDDestinationSettingsProperty = Value Prelude.Integer
  set :: PropertyType "DefaultLineHeight" EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
set PropertyType "DefaultLineHeight" EbuTtDDestinationSettingsProperty
newValue EbuTtDDestinationSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: EbuTtDDestinationSettingsProperty -> ()
copyrightHolder :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
defaultFontSize :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
fillLineGap :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
    = EbuTtDDestinationSettingsProperty
        {defaultLineHeight :: Maybe (Value Integer)
defaultLineHeight = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DefaultLineHeight" EbuTtDDestinationSettingsProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
instance Property "FillLineGap" EbuTtDDestinationSettingsProperty where
  type PropertyType "FillLineGap" EbuTtDDestinationSettingsProperty = Value Prelude.Text
  set :: PropertyType "FillLineGap" EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
set PropertyType "FillLineGap" EbuTtDDestinationSettingsProperty
newValue EbuTtDDestinationSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: EbuTtDDestinationSettingsProperty -> ()
copyrightHolder :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
defaultFontSize :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
fillLineGap :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
    = EbuTtDDestinationSettingsProperty
        {fillLineGap :: Maybe (Value Text)
fillLineGap = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FillLineGap" EbuTtDDestinationSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
instance Property "FontFamily" EbuTtDDestinationSettingsProperty where
  type PropertyType "FontFamily" EbuTtDDestinationSettingsProperty = Value Prelude.Text
  set :: PropertyType "FontFamily" EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
set PropertyType "FontFamily" EbuTtDDestinationSettingsProperty
newValue EbuTtDDestinationSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: EbuTtDDestinationSettingsProperty -> ()
copyrightHolder :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
defaultFontSize :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
fillLineGap :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
    = EbuTtDDestinationSettingsProperty
        {fontFamily :: Maybe (Value Text)
fontFamily = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FontFamily" EbuTtDDestinationSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
instance Property "StyleControl" EbuTtDDestinationSettingsProperty where
  type PropertyType "StyleControl" EbuTtDDestinationSettingsProperty = Value Prelude.Text
  set :: PropertyType "StyleControl" EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
-> EbuTtDDestinationSettingsProperty
set PropertyType "StyleControl" EbuTtDDestinationSettingsProperty
newValue EbuTtDDestinationSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: EbuTtDDestinationSettingsProperty -> ()
copyrightHolder :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
defaultFontSize :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
defaultLineHeight :: EbuTtDDestinationSettingsProperty -> Maybe (Value Integer)
fillLineGap :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
fontFamily :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
styleControl :: EbuTtDDestinationSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
styleControl :: Maybe (Value Text)
..}
    = EbuTtDDestinationSettingsProperty
        {styleControl :: Maybe (Value Text)
styleControl = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StyleControl" EbuTtDDestinationSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
haddock_workaround_ :: ()
copyrightHolder :: Maybe (Value Text)
defaultFontSize :: Maybe (Value Integer)
defaultLineHeight :: Maybe (Value Integer)
fillLineGap :: Maybe (Value Text)
fontFamily :: Maybe (Value Text)
..}