module Stratosphere.MediaLive.Input.SrtCallerSourceRequestProperty (
        module Exports, SrtCallerSourceRequestProperty(..),
        mkSrtCallerSourceRequestProperty
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.MediaLive.Input.SrtCallerDecryptionRequestProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data SrtCallerSourceRequestProperty
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html>
    SrtCallerSourceRequestProperty {SrtCallerSourceRequestProperty -> ()
haddock_workaround_ :: (),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-decryption>
                                    SrtCallerSourceRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
decryption :: (Prelude.Maybe SrtCallerDecryptionRequestProperty),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-minimumlatency>
                                    SrtCallerSourceRequestProperty -> Maybe (Value Integer)
minimumLatency :: (Prelude.Maybe (Value Prelude.Integer)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-srtlisteneraddress>
                                    SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerAddress :: (Prelude.Maybe (Value Prelude.Text)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-srtlistenerport>
                                    SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerPort :: (Prelude.Maybe (Value Prelude.Text)),
                                    -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-input-srtcallersourcerequest.html#cfn-medialive-input-srtcallersourcerequest-streamid>
                                    SrtCallerSourceRequestProperty -> Maybe (Value Text)
streamId :: (Prelude.Maybe (Value Prelude.Text))}
  deriving stock (SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> Bool
(SrtCallerSourceRequestProperty
 -> SrtCallerSourceRequestProperty -> Bool)
-> (SrtCallerSourceRequestProperty
    -> SrtCallerSourceRequestProperty -> Bool)
-> Eq SrtCallerSourceRequestProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> Bool
== :: SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> Bool
$c/= :: SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> Bool
/= :: SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> Bool
Prelude.Eq, Int -> SrtCallerSourceRequestProperty -> ShowS
[SrtCallerSourceRequestProperty] -> ShowS
SrtCallerSourceRequestProperty -> String
(Int -> SrtCallerSourceRequestProperty -> ShowS)
-> (SrtCallerSourceRequestProperty -> String)
-> ([SrtCallerSourceRequestProperty] -> ShowS)
-> Show SrtCallerSourceRequestProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> SrtCallerSourceRequestProperty -> ShowS
showsPrec :: Int -> SrtCallerSourceRequestProperty -> ShowS
$cshow :: SrtCallerSourceRequestProperty -> String
show :: SrtCallerSourceRequestProperty -> String
$cshowList :: [SrtCallerSourceRequestProperty] -> ShowS
showList :: [SrtCallerSourceRequestProperty] -> ShowS
Prelude.Show)
mkSrtCallerSourceRequestProperty :: SrtCallerSourceRequestProperty
mkSrtCallerSourceRequestProperty :: SrtCallerSourceRequestProperty
mkSrtCallerSourceRequestProperty
  = SrtCallerSourceRequestProperty
      {haddock_workaround_ :: ()
haddock_workaround_ = (), decryption :: Maybe SrtCallerDecryptionRequestProperty
decryption = Maybe SrtCallerDecryptionRequestProperty
forall a. Maybe a
Prelude.Nothing,
       minimumLatency :: Maybe (Value Integer)
minimumLatency = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
       srtListenerAddress :: Maybe (Value Text)
srtListenerAddress = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       srtListenerPort :: Maybe (Value Text)
srtListenerPort = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, streamId :: Maybe (Value Text)
streamId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties SrtCallerSourceRequestProperty where
  toResourceProperties :: SrtCallerSourceRequestProperty -> ResourceProperties
toResourceProperties SrtCallerSourceRequestProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: SrtCallerSourceRequestProperty -> ()
decryption :: SrtCallerSourceRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: SrtCallerSourceRequestProperty -> Maybe (Value Integer)
srtListenerAddress :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerPort :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
streamId :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::MediaLive::Input.SrtCallerSourceRequest",
         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 -> SrtCallerDecryptionRequestProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Decryption" (SrtCallerDecryptionRequestProperty -> (Key, Value))
-> Maybe SrtCallerDecryptionRequestProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SrtCallerDecryptionRequestProperty
decryption,
                            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
"MinimumLatency" (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)
minimumLatency,
                            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
"SrtListenerAddress" (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)
srtListenerAddress,
                            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
"SrtListenerPort" (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)
srtListenerPort,
                            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
"StreamId" (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)
streamId])}
instance JSON.ToJSON SrtCallerSourceRequestProperty where
  toJSON :: SrtCallerSourceRequestProperty -> Value
toJSON SrtCallerSourceRequestProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: SrtCallerSourceRequestProperty -> ()
decryption :: SrtCallerSourceRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: SrtCallerSourceRequestProperty -> Maybe (Value Integer)
srtListenerAddress :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerPort :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
streamId :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: 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 -> SrtCallerDecryptionRequestProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Decryption" (SrtCallerDecryptionRequestProperty -> (Key, Value))
-> Maybe SrtCallerDecryptionRequestProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SrtCallerDecryptionRequestProperty
decryption,
               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
"MinimumLatency" (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)
minimumLatency,
               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
"SrtListenerAddress" (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)
srtListenerAddress,
               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
"SrtListenerPort" (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)
srtListenerPort,
               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
"StreamId" (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)
streamId]))
instance Property "Decryption" SrtCallerSourceRequestProperty where
  type PropertyType "Decryption" SrtCallerSourceRequestProperty = SrtCallerDecryptionRequestProperty
  set :: PropertyType "Decryption" SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> SrtCallerSourceRequestProperty
set PropertyType "Decryption" SrtCallerSourceRequestProperty
newValue SrtCallerSourceRequestProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: SrtCallerSourceRequestProperty -> ()
decryption :: SrtCallerSourceRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: SrtCallerSourceRequestProperty -> Maybe (Value Integer)
srtListenerAddress :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerPort :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
streamId :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
    = SrtCallerSourceRequestProperty
        {decryption :: Maybe SrtCallerDecryptionRequestProperty
decryption = SrtCallerDecryptionRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Decryption" SrtCallerSourceRequestProperty
SrtCallerDecryptionRequestProperty
newValue, Maybe (Value Integer)
Maybe (Value Text)
()
haddock_workaround_ :: ()
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
haddock_workaround_ :: ()
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
instance Property "MinimumLatency" SrtCallerSourceRequestProperty where
  type PropertyType "MinimumLatency" SrtCallerSourceRequestProperty = Value Prelude.Integer
  set :: PropertyType "MinimumLatency" SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> SrtCallerSourceRequestProperty
set PropertyType "MinimumLatency" SrtCallerSourceRequestProperty
newValue SrtCallerSourceRequestProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: SrtCallerSourceRequestProperty -> ()
decryption :: SrtCallerSourceRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: SrtCallerSourceRequestProperty -> Maybe (Value Integer)
srtListenerAddress :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerPort :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
streamId :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
    = SrtCallerSourceRequestProperty
        {minimumLatency :: Maybe (Value Integer)
minimumLatency = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MinimumLatency" SrtCallerSourceRequestProperty
Value Integer
newValue, Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
instance Property "SrtListenerAddress" SrtCallerSourceRequestProperty where
  type PropertyType "SrtListenerAddress" SrtCallerSourceRequestProperty = Value Prelude.Text
  set :: PropertyType "SrtListenerAddress" SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> SrtCallerSourceRequestProperty
set PropertyType "SrtListenerAddress" SrtCallerSourceRequestProperty
newValue SrtCallerSourceRequestProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: SrtCallerSourceRequestProperty -> ()
decryption :: SrtCallerSourceRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: SrtCallerSourceRequestProperty -> Maybe (Value Integer)
srtListenerAddress :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerPort :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
streamId :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
    = SrtCallerSourceRequestProperty
        {srtListenerAddress :: Maybe (Value Text)
srtListenerAddress = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SrtListenerAddress" SrtCallerSourceRequestProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
instance Property "SrtListenerPort" SrtCallerSourceRequestProperty where
  type PropertyType "SrtListenerPort" SrtCallerSourceRequestProperty = Value Prelude.Text
  set :: PropertyType "SrtListenerPort" SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> SrtCallerSourceRequestProperty
set PropertyType "SrtListenerPort" SrtCallerSourceRequestProperty
newValue SrtCallerSourceRequestProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: SrtCallerSourceRequestProperty -> ()
decryption :: SrtCallerSourceRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: SrtCallerSourceRequestProperty -> Maybe (Value Integer)
srtListenerAddress :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerPort :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
streamId :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
    = SrtCallerSourceRequestProperty
        {srtListenerPort :: Maybe (Value Text)
srtListenerPort = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SrtListenerPort" SrtCallerSourceRequestProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
streamId :: Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
instance Property "StreamId" SrtCallerSourceRequestProperty where
  type PropertyType "StreamId" SrtCallerSourceRequestProperty = Value Prelude.Text
  set :: PropertyType "StreamId" SrtCallerSourceRequestProperty
-> SrtCallerSourceRequestProperty -> SrtCallerSourceRequestProperty
set PropertyType "StreamId" SrtCallerSourceRequestProperty
newValue SrtCallerSourceRequestProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: SrtCallerSourceRequestProperty -> ()
decryption :: SrtCallerSourceRequestProperty
-> Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: SrtCallerSourceRequestProperty -> Maybe (Value Integer)
srtListenerAddress :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
srtListenerPort :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
streamId :: SrtCallerSourceRequestProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
streamId :: Maybe (Value Text)
..}
    = SrtCallerSourceRequestProperty
        {streamId :: Maybe (Value Text)
streamId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StreamId" SrtCallerSourceRequestProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe SrtCallerDecryptionRequestProperty
()
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
haddock_workaround_ :: ()
decryption :: Maybe SrtCallerDecryptionRequestProperty
minimumLatency :: Maybe (Value Integer)
srtListenerAddress :: Maybe (Value Text)
srtListenerPort :: Maybe (Value Text)
..}