module Stratosphere.IVS.Channel (
module Exports, Channel(..), mkChannel
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.IVS.Channel.MultitrackInputConfigurationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Channel
=
Channel {Channel -> ()
haddock_workaround_ :: (),
Channel -> Maybe (Value Bool)
authorized :: (Prelude.Maybe (Value Prelude.Bool)),
Channel -> Maybe (Value Text)
containerFormat :: (Prelude.Maybe (Value Prelude.Text)),
Channel -> Maybe (Value Bool)
insecureIngest :: (Prelude.Maybe (Value Prelude.Bool)),
Channel -> Maybe (Value Text)
latencyMode :: (Prelude.Maybe (Value Prelude.Text)),
Channel -> Maybe MultitrackInputConfigurationProperty
multitrackInputConfiguration :: (Prelude.Maybe MultitrackInputConfigurationProperty),
Channel -> Maybe (Value Text)
name :: (Prelude.Maybe (Value Prelude.Text)),
Channel -> Maybe (Value Text)
preset :: (Prelude.Maybe (Value Prelude.Text)),
Channel -> Maybe (Value Text)
recordingConfigurationArn :: (Prelude.Maybe (Value Prelude.Text)),
Channel -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
Channel -> Maybe (Value Text)
type' :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (Channel -> Channel -> Bool
(Channel -> Channel -> Bool)
-> (Channel -> Channel -> Bool) -> Eq Channel
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Channel -> Channel -> Bool
== :: Channel -> Channel -> Bool
$c/= :: Channel -> Channel -> Bool
/= :: Channel -> Channel -> Bool
Prelude.Eq, Int -> Channel -> ShowS
[Channel] -> ShowS
Channel -> String
(Int -> Channel -> ShowS)
-> (Channel -> String) -> ([Channel] -> ShowS) -> Show Channel
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Channel -> ShowS
showsPrec :: Int -> Channel -> ShowS
$cshow :: Channel -> String
show :: Channel -> String
$cshowList :: [Channel] -> ShowS
showList :: [Channel] -> ShowS
Prelude.Show)
mkChannel :: Channel
mkChannel :: Channel
mkChannel
= Channel
{haddock_workaround_ :: ()
haddock_workaround_ = (), authorized :: Maybe (Value Bool)
authorized = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
containerFormat :: Maybe (Value Text)
containerFormat = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
insecureIngest :: Maybe (Value Bool)
insecureIngest = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, latencyMode :: Maybe (Value Text)
latencyMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
multitrackInputConfiguration = Maybe MultitrackInputConfigurationProperty
forall a. Maybe a
Prelude.Nothing,
name :: Maybe (Value Text)
name = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, preset :: Maybe (Value Text)
preset = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
recordingConfigurationArn :: Maybe (Value Text)
recordingConfigurationArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing, type' :: Maybe (Value Text)
type' = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Channel where
toResourceProperties :: Channel -> ResourceProperties
toResourceProperties Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::IVS::Channel", supportsTags :: Bool
supportsTags = Bool
Prelude.True,
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 Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Authorized" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
authorized,
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
"ContainerFormat" (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)
containerFormat,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InsecureIngest" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
insecureIngest,
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
"LatencyMode" (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)
latencyMode,
Key -> MultitrackInputConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MultitrackInputConfiguration"
(MultitrackInputConfigurationProperty -> (Key, Value))
-> Maybe MultitrackInputConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MultitrackInputConfigurationProperty
multitrackInputConfiguration,
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
"Name" (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)
name,
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
"Preset" (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)
preset,
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
"RecordingConfigurationArn"
(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)
recordingConfigurationArn,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
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
"Type" (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)
type'])}
instance JSON.ToJSON Channel where
toJSON :: Channel -> Value
toJSON Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: 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 Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Authorized" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
authorized,
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
"ContainerFormat" (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)
containerFormat,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InsecureIngest" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
insecureIngest,
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
"LatencyMode" (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)
latencyMode,
Key -> MultitrackInputConfigurationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MultitrackInputConfiguration"
(MultitrackInputConfigurationProperty -> (Key, Value))
-> Maybe MultitrackInputConfigurationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe MultitrackInputConfigurationProperty
multitrackInputConfiguration,
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
"Name" (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)
name,
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
"Preset" (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)
preset,
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
"RecordingConfigurationArn"
(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)
recordingConfigurationArn,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags,
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
"Type" (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)
type']))
instance Property "Authorized" Channel where
type PropertyType "Authorized" Channel = Value Prelude.Bool
set :: PropertyType "Authorized" Channel -> Channel -> Channel
set PropertyType "Authorized" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {authorized :: Maybe (Value Bool)
authorized = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Authorized" Channel
Value Bool
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
instance Property "ContainerFormat" Channel where
type PropertyType "ContainerFormat" Channel = Value Prelude.Text
set :: PropertyType "ContainerFormat" Channel -> Channel -> Channel
set PropertyType "ContainerFormat" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {containerFormat :: Maybe (Value Text)
containerFormat = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ContainerFormat" Channel
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
instance Property "InsecureIngest" Channel where
type PropertyType "InsecureIngest" Channel = Value Prelude.Bool
set :: PropertyType "InsecureIngest" Channel -> Channel -> Channel
set PropertyType "InsecureIngest" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {insecureIngest :: Maybe (Value Bool)
insecureIngest = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InsecureIngest" Channel
Value Bool
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
instance Property "LatencyMode" Channel where
type PropertyType "LatencyMode" Channel = Value Prelude.Text
set :: PropertyType "LatencyMode" Channel -> Channel -> Channel
set PropertyType "LatencyMode" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {latencyMode :: Maybe (Value Text)
latencyMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LatencyMode" Channel
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
instance Property "MultitrackInputConfiguration" Channel where
type PropertyType "MultitrackInputConfiguration" Channel = MultitrackInputConfigurationProperty
set :: PropertyType "MultitrackInputConfiguration" Channel
-> Channel -> Channel
set PropertyType "MultitrackInputConfiguration" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel
{multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
multitrackInputConfiguration = MultitrackInputConfigurationProperty
-> Maybe MultitrackInputConfigurationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MultitrackInputConfiguration" Channel
MultitrackInputConfigurationProperty
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
instance Property "Name" Channel where
type PropertyType "Name" Channel = Value Prelude.Text
set :: PropertyType "Name" Channel -> Channel -> Channel
set PropertyType "Name" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {name :: Maybe (Value Text)
name = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Name" Channel
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
instance Property "Preset" Channel where
type PropertyType "Preset" Channel = Value Prelude.Text
set :: PropertyType "Preset" Channel -> Channel -> Channel
set PropertyType "Preset" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {preset :: Maybe (Value Text)
preset = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Preset" Channel
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
instance Property "RecordingConfigurationArn" Channel where
type PropertyType "RecordingConfigurationArn" Channel = Value Prelude.Text
set :: PropertyType "RecordingConfigurationArn" Channel
-> Channel -> Channel
set PropertyType "RecordingConfigurationArn" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {recordingConfigurationArn :: Maybe (Value Text)
recordingConfigurationArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RecordingConfigurationArn" Channel
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
instance Property "Tags" Channel where
type PropertyType "Tags" Channel = [Tag]
set :: PropertyType "Tags" Channel -> Channel -> Channel
set PropertyType "Tags" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" Channel
newValue, Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
type' :: Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
type' :: Maybe (Value Text)
..}
instance Property "Type" Channel where
type PropertyType "Type" Channel = Value Prelude.Text
set :: PropertyType "Type" Channel -> Channel -> Channel
set PropertyType "Type" Channel
newValue Channel {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: Channel -> ()
authorized :: Channel -> Maybe (Value Bool)
containerFormat :: Channel -> Maybe (Value Text)
insecureIngest :: Channel -> Maybe (Value Bool)
latencyMode :: Channel -> Maybe (Value Text)
multitrackInputConfiguration :: Channel -> Maybe MultitrackInputConfigurationProperty
name :: Channel -> Maybe (Value Text)
preset :: Channel -> Maybe (Value Text)
recordingConfigurationArn :: Channel -> Maybe (Value Text)
tags :: Channel -> Maybe [Tag]
type' :: Channel -> Maybe (Value Text)
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
type' :: Maybe (Value Text)
..}
= Channel {type' :: Maybe (Value Text)
type' = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Type" Channel
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe MultitrackInputConfigurationProperty
()
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
haddock_workaround_ :: ()
authorized :: Maybe (Value Bool)
containerFormat :: Maybe (Value Text)
insecureIngest :: Maybe (Value Bool)
latencyMode :: Maybe (Value Text)
multitrackInputConfiguration :: Maybe MultitrackInputConfigurationProperty
name :: Maybe (Value Text)
preset :: Maybe (Value Text)
recordingConfigurationArn :: Maybe (Value Text)
tags :: Maybe [Tag]
..}