module Stratosphere.MediaLive.Channel.MsSmoothGroupSettingsProperty (
module Exports, MsSmoothGroupSettingsProperty(..),
mkMsSmoothGroupSettingsProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.MediaLive.Channel.OutputLocationRefProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data MsSmoothGroupSettingsProperty
=
MsSmoothGroupSettingsProperty {MsSmoothGroupSettingsProperty -> ()
haddock_workaround_ :: (),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
acquisitionPointId :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
connectionRetryInterval :: (Prelude.Maybe (Value Prelude.Integer)),
MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
destination :: (Prelude.Maybe OutputLocationRefProperty),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventId :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
filecacheDuration :: (Prelude.Maybe (Value Prelude.Integer)),
MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: (Prelude.Maybe (Value Prelude.Integer)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
inputLossAction :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
numRetries :: (Prelude.Maybe (Value Prelude.Integer)),
MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: (Prelude.Maybe (Value Prelude.Integer)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
segmentationMode :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sendDelayMs :: (Prelude.Maybe (Value Prelude.Integer)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sparseTrackType :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: (Prelude.Maybe (Value Prelude.Text)),
MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> Bool
(MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> Bool)
-> (MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> Bool)
-> Eq MsSmoothGroupSettingsProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> Bool
== :: MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> Bool
$c/= :: MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> Bool
/= :: MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> Bool
Prelude.Eq, Int -> MsSmoothGroupSettingsProperty -> ShowS
[MsSmoothGroupSettingsProperty] -> ShowS
MsSmoothGroupSettingsProperty -> String
(Int -> MsSmoothGroupSettingsProperty -> ShowS)
-> (MsSmoothGroupSettingsProperty -> String)
-> ([MsSmoothGroupSettingsProperty] -> ShowS)
-> Show MsSmoothGroupSettingsProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> MsSmoothGroupSettingsProperty -> ShowS
showsPrec :: Int -> MsSmoothGroupSettingsProperty -> ShowS
$cshow :: MsSmoothGroupSettingsProperty -> String
show :: MsSmoothGroupSettingsProperty -> String
$cshowList :: [MsSmoothGroupSettingsProperty] -> ShowS
showList :: [MsSmoothGroupSettingsProperty] -> ShowS
Prelude.Show)
mkMsSmoothGroupSettingsProperty :: MsSmoothGroupSettingsProperty
mkMsSmoothGroupSettingsProperty :: MsSmoothGroupSettingsProperty
mkMsSmoothGroupSettingsProperty
= MsSmoothGroupSettingsProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), acquisitionPointId :: Maybe (Value Text)
acquisitionPointId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
audioOnlyTimecodeControl :: Maybe (Value Text)
audioOnlyTimecodeControl = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
certificateMode :: Maybe (Value Text)
certificateMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
connectionRetryInterval :: Maybe (Value Integer)
connectionRetryInterval = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
destination :: Maybe OutputLocationRefProperty
destination = Maybe OutputLocationRefProperty
forall a. Maybe a
Prelude.Nothing, eventId :: Maybe (Value Text)
eventId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
eventIdMode :: Maybe (Value Text)
eventIdMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, eventStopBehavior :: Maybe (Value Text)
eventStopBehavior = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
filecacheDuration :: Maybe (Value Integer)
filecacheDuration = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
fragmentLength :: Maybe (Value Integer)
fragmentLength = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
inputLossAction :: Maybe (Value Text)
inputLossAction = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, numRetries :: Maybe (Value Integer)
numRetries = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
restartDelay :: Maybe (Value Integer)
restartDelay = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, segmentationMode :: Maybe (Value Text)
segmentationMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
sendDelayMs :: Maybe (Value Integer)
sendDelayMs = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing, sparseTrackType :: Maybe (Value Text)
sparseTrackType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
streamManifestBehavior :: Maybe (Value Text)
streamManifestBehavior = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
timestampOffset :: Maybe (Value Text)
timestampOffset = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
timestampOffsetMode :: Maybe (Value Text)
timestampOffsetMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties MsSmoothGroupSettingsProperty where
toResourceProperties :: MsSmoothGroupSettingsProperty -> ResourceProperties
toResourceProperties MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::MediaLive::Channel.MsSmoothGroupSettings",
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
"AcquisitionPointId" (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)
acquisitionPointId,
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
"AudioOnlyTimecodeControl"
(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)
audioOnlyTimecodeControl,
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
"CertificateMode" (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)
certificateMode,
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
"ConnectionRetryInterval"
(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)
connectionRetryInterval,
Key -> OutputLocationRefProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Destination" (OutputLocationRefProperty -> (Key, Value))
-> Maybe OutputLocationRefProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OutputLocationRefProperty
destination,
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
"EventId" (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)
eventId,
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
"EventIdMode" (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)
eventIdMode,
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
"EventStopBehavior" (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)
eventStopBehavior,
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
"FilecacheDuration" (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)
filecacheDuration,
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
"FragmentLength" (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)
fragmentLength,
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
"InputLossAction" (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)
inputLossAction,
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
"NumRetries" (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)
numRetries,
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
"RestartDelay" (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)
restartDelay,
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
"SegmentationMode" (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)
segmentationMode,
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
"SendDelayMs" (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)
sendDelayMs,
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
"SparseTrackType" (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)
sparseTrackType,
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
"StreamManifestBehavior"
(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)
streamManifestBehavior,
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
"TimestampOffset" (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)
timestampOffset,
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
"TimestampOffsetMode" (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)
timestampOffsetMode])}
instance JSON.ToJSON MsSmoothGroupSettingsProperty where
toJSON :: MsSmoothGroupSettingsProperty -> Value
toJSON MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: 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
"AcquisitionPointId" (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)
acquisitionPointId,
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
"AudioOnlyTimecodeControl"
(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)
audioOnlyTimecodeControl,
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
"CertificateMode" (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)
certificateMode,
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
"ConnectionRetryInterval"
(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)
connectionRetryInterval,
Key -> OutputLocationRefProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Destination" (OutputLocationRefProperty -> (Key, Value))
-> Maybe OutputLocationRefProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OutputLocationRefProperty
destination,
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
"EventId" (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)
eventId,
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
"EventIdMode" (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)
eventIdMode,
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
"EventStopBehavior" (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)
eventStopBehavior,
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
"FilecacheDuration" (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)
filecacheDuration,
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
"FragmentLength" (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)
fragmentLength,
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
"InputLossAction" (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)
inputLossAction,
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
"NumRetries" (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)
numRetries,
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
"RestartDelay" (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)
restartDelay,
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
"SegmentationMode" (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)
segmentationMode,
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
"SendDelayMs" (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)
sendDelayMs,
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
"SparseTrackType" (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)
sparseTrackType,
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
"StreamManifestBehavior"
(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)
streamManifestBehavior,
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
"TimestampOffset" (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)
timestampOffset,
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
"TimestampOffsetMode" (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)
timestampOffsetMode]))
instance Property "AcquisitionPointId" MsSmoothGroupSettingsProperty where
type PropertyType "AcquisitionPointId" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "AcquisitionPointId" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "AcquisitionPointId" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{acquisitionPointId :: Maybe (Value Text)
acquisitionPointId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AcquisitionPointId" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "AudioOnlyTimecodeControl" MsSmoothGroupSettingsProperty where
type PropertyType "AudioOnlyTimecodeControl" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType
"AudioOnlyTimecodeControl" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType
"AudioOnlyTimecodeControl" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{audioOnlyTimecodeControl :: Maybe (Value Text)
audioOnlyTimecodeControl = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"AudioOnlyTimecodeControl" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "CertificateMode" MsSmoothGroupSettingsProperty where
type PropertyType "CertificateMode" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "CertificateMode" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "CertificateMode" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{certificateMode :: Maybe (Value Text)
certificateMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CertificateMode" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "ConnectionRetryInterval" MsSmoothGroupSettingsProperty where
type PropertyType "ConnectionRetryInterval" MsSmoothGroupSettingsProperty = Value Prelude.Integer
set :: PropertyType
"ConnectionRetryInterval" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType
"ConnectionRetryInterval" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{connectionRetryInterval :: Maybe (Value Integer)
connectionRetryInterval = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"ConnectionRetryInterval" MsSmoothGroupSettingsProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "Destination" MsSmoothGroupSettingsProperty where
type PropertyType "Destination" MsSmoothGroupSettingsProperty = OutputLocationRefProperty
set :: PropertyType "Destination" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "Destination" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{destination :: Maybe OutputLocationRefProperty
destination = OutputLocationRefProperty -> Maybe OutputLocationRefProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Destination" MsSmoothGroupSettingsProperty
OutputLocationRefProperty
newValue, Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "EventId" MsSmoothGroupSettingsProperty where
type PropertyType "EventId" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "EventId" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "EventId" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{eventId :: Maybe (Value Text)
eventId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EventId" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "EventIdMode" MsSmoothGroupSettingsProperty where
type PropertyType "EventIdMode" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "EventIdMode" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "EventIdMode" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{eventIdMode :: Maybe (Value Text)
eventIdMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EventIdMode" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "EventStopBehavior" MsSmoothGroupSettingsProperty where
type PropertyType "EventStopBehavior" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "EventStopBehavior" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "EventStopBehavior" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{eventStopBehavior :: Maybe (Value Text)
eventStopBehavior = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EventStopBehavior" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "FilecacheDuration" MsSmoothGroupSettingsProperty where
type PropertyType "FilecacheDuration" MsSmoothGroupSettingsProperty = Value Prelude.Integer
set :: PropertyType "FilecacheDuration" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "FilecacheDuration" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{filecacheDuration :: Maybe (Value Integer)
filecacheDuration = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FilecacheDuration" MsSmoothGroupSettingsProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "FragmentLength" MsSmoothGroupSettingsProperty where
type PropertyType "FragmentLength" MsSmoothGroupSettingsProperty = Value Prelude.Integer
set :: PropertyType "FragmentLength" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "FragmentLength" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{fragmentLength :: Maybe (Value Integer)
fragmentLength = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "FragmentLength" MsSmoothGroupSettingsProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "InputLossAction" MsSmoothGroupSettingsProperty where
type PropertyType "InputLossAction" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "InputLossAction" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "InputLossAction" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{inputLossAction :: Maybe (Value Text)
inputLossAction = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InputLossAction" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "NumRetries" MsSmoothGroupSettingsProperty where
type PropertyType "NumRetries" MsSmoothGroupSettingsProperty = Value Prelude.Integer
set :: PropertyType "NumRetries" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "NumRetries" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{numRetries :: Maybe (Value Integer)
numRetries = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "NumRetries" MsSmoothGroupSettingsProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "RestartDelay" MsSmoothGroupSettingsProperty where
type PropertyType "RestartDelay" MsSmoothGroupSettingsProperty = Value Prelude.Integer
set :: PropertyType "RestartDelay" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "RestartDelay" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{restartDelay :: Maybe (Value Integer)
restartDelay = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RestartDelay" MsSmoothGroupSettingsProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "SegmentationMode" MsSmoothGroupSettingsProperty where
type PropertyType "SegmentationMode" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "SegmentationMode" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "SegmentationMode" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{segmentationMode :: Maybe (Value Text)
segmentationMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SegmentationMode" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "SendDelayMs" MsSmoothGroupSettingsProperty where
type PropertyType "SendDelayMs" MsSmoothGroupSettingsProperty = Value Prelude.Integer
set :: PropertyType "SendDelayMs" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "SendDelayMs" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{sendDelayMs :: Maybe (Value Integer)
sendDelayMs = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SendDelayMs" MsSmoothGroupSettingsProperty
Value Integer
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "SparseTrackType" MsSmoothGroupSettingsProperty where
type PropertyType "SparseTrackType" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "SparseTrackType" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "SparseTrackType" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{sparseTrackType :: Maybe (Value Text)
sparseTrackType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SparseTrackType" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "StreamManifestBehavior" MsSmoothGroupSettingsProperty where
type PropertyType "StreamManifestBehavior" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "StreamManifestBehavior" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "StreamManifestBehavior" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{streamManifestBehavior :: Maybe (Value Text)
streamManifestBehavior = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StreamManifestBehavior" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "TimestampOffset" MsSmoothGroupSettingsProperty where
type PropertyType "TimestampOffset" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "TimestampOffset" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "TimestampOffset" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{timestampOffset :: Maybe (Value Text)
timestampOffset = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TimestampOffset" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
instance Property "TimestampOffsetMode" MsSmoothGroupSettingsProperty where
type PropertyType "TimestampOffsetMode" MsSmoothGroupSettingsProperty = Value Prelude.Text
set :: PropertyType "TimestampOffsetMode" MsSmoothGroupSettingsProperty
-> MsSmoothGroupSettingsProperty -> MsSmoothGroupSettingsProperty
set PropertyType "TimestampOffsetMode" MsSmoothGroupSettingsProperty
newValue MsSmoothGroupSettingsProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: MsSmoothGroupSettingsProperty -> ()
acquisitionPointId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
audioOnlyTimecodeControl :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
certificateMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
connectionRetryInterval :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
destination :: MsSmoothGroupSettingsProperty -> Maybe OutputLocationRefProperty
eventId :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventIdMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
eventStopBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
filecacheDuration :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
fragmentLength :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
inputLossAction :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
numRetries :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
restartDelay :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
segmentationMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
sendDelayMs :: MsSmoothGroupSettingsProperty -> Maybe (Value Integer)
sparseTrackType :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
streamManifestBehavior :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffset :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
timestampOffsetMode :: MsSmoothGroupSettingsProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
timestampOffsetMode :: Maybe (Value Text)
..}
= MsSmoothGroupSettingsProperty
{timestampOffsetMode :: Maybe (Value Text)
timestampOffsetMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "TimestampOffsetMode" MsSmoothGroupSettingsProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLocationRefProperty
()
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
haddock_workaround_ :: ()
acquisitionPointId :: Maybe (Value Text)
audioOnlyTimecodeControl :: Maybe (Value Text)
certificateMode :: Maybe (Value Text)
connectionRetryInterval :: Maybe (Value Integer)
destination :: Maybe OutputLocationRefProperty
eventId :: Maybe (Value Text)
eventIdMode :: Maybe (Value Text)
eventStopBehavior :: Maybe (Value Text)
filecacheDuration :: Maybe (Value Integer)
fragmentLength :: Maybe (Value Integer)
inputLossAction :: Maybe (Value Text)
numRetries :: Maybe (Value Integer)
restartDelay :: Maybe (Value Integer)
segmentationMode :: Maybe (Value Text)
sendDelayMs :: Maybe (Value Integer)
sparseTrackType :: Maybe (Value Text)
streamManifestBehavior :: Maybe (Value Text)
timestampOffset :: Maybe (Value Text)
..}