| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.MediaConnect.Bridge.BridgeSourceProperty
Documentation
data BridgeFlowSourceProperty Source #
Constructors
| BridgeFlowSourceProperty | |
Fields | |
Instances
data VpcInterfaceAttachmentProperty Source #
Constructors
| VpcInterfaceAttachmentProperty | |
Fields
| |
Instances
| ToJSON VpcInterfaceAttachmentProperty Source # | |||||
| Show VpcInterfaceAttachmentProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.VpcInterfaceAttachmentProperty Methods showsPrec :: Int -> VpcInterfaceAttachmentProperty -> ShowS # show :: VpcInterfaceAttachmentProperty -> String # showList :: [VpcInterfaceAttachmentProperty] -> ShowS # | |||||
| Eq VpcInterfaceAttachmentProperty Source # | |||||
| ToResourceProperties VpcInterfaceAttachmentProperty Source # | |||||
| Property "VpcInterfaceName" VpcInterfaceAttachmentProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.VpcInterfaceAttachmentProperty Associated Types
Methods set :: PropertyType "VpcInterfaceName" VpcInterfaceAttachmentProperty -> VpcInterfaceAttachmentProperty -> VpcInterfaceAttachmentProperty # | |||||
| type PropertyType "VpcInterfaceName" VpcInterfaceAttachmentProperty Source # | |||||
data BridgeNetworkSourceProperty Source #
Constructors
| BridgeNetworkSourceProperty | |
Fields
| |
Instances
| ToJSON BridgeNetworkSourceProperty Source # | |||||
| Show BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeNetworkSourceProperty Methods showsPrec :: Int -> BridgeNetworkSourceProperty -> ShowS # show :: BridgeNetworkSourceProperty -> String # showList :: [BridgeNetworkSourceProperty] -> ShowS # | |||||
| Eq BridgeNetworkSourceProperty Source # | |||||
| ToResourceProperties BridgeNetworkSourceProperty Source # | |||||
| Property "MulticastIp" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "MulticastIp" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "MulticastSourceSettings" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "MulticastSourceSettings" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "Name" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "Name" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "NetworkName" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "NetworkName" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "Port" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "Port" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "Protocol" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "Protocol" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| type PropertyType "MulticastIp" BridgeNetworkSourceProperty Source # | |||||
| type PropertyType "MulticastSourceSettings" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeNetworkSourceProperty type PropertyType "MulticastSourceSettings" BridgeNetworkSourceProperty = MulticastSourceSettingsProperty | |||||
| type PropertyType "Name" BridgeNetworkSourceProperty Source # | |||||
| type PropertyType "NetworkName" BridgeNetworkSourceProperty Source # | |||||
| type PropertyType "Port" BridgeNetworkSourceProperty Source # | |||||
| type PropertyType "Protocol" BridgeNetworkSourceProperty Source # | |||||
data MulticastSourceSettingsProperty Source #
Constructors
| MulticastSourceSettingsProperty | |
Fields
| |
Instances
| ToJSON MulticastSourceSettingsProperty Source # | |||||
| Show MulticastSourceSettingsProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.MulticastSourceSettingsProperty Methods showsPrec :: Int -> MulticastSourceSettingsProperty -> ShowS # | |||||
| Eq MulticastSourceSettingsProperty Source # | |||||
| ToResourceProperties MulticastSourceSettingsProperty Source # | |||||
| Property "MulticastSourceIp" MulticastSourceSettingsProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.MulticastSourceSettingsProperty Associated Types
Methods set :: PropertyType "MulticastSourceIp" MulticastSourceSettingsProperty -> MulticastSourceSettingsProperty -> MulticastSourceSettingsProperty # | |||||
| type PropertyType "MulticastSourceIp" MulticastSourceSettingsProperty Source # | |||||
mkBridgeNetworkSourceProperty :: Value Text -> Value Text -> Value Text -> Value Integer -> Value Text -> BridgeNetworkSourceProperty Source #
data BridgeSourceProperty Source #
Constructors
| BridgeSourceProperty | |
Fields | |
Instances
| ToJSON BridgeSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeSourceProperty Methods toJSON :: BridgeSourceProperty -> Value # toEncoding :: BridgeSourceProperty -> Encoding # toJSONList :: [BridgeSourceProperty] -> Value # toEncodingList :: [BridgeSourceProperty] -> Encoding # omitField :: BridgeSourceProperty -> Bool # | |||||
| Show BridgeSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeSourceProperty Methods showsPrec :: Int -> BridgeSourceProperty -> ShowS # show :: BridgeSourceProperty -> String # showList :: [BridgeSourceProperty] -> ShowS # | |||||
| Eq BridgeSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeSourceProperty Methods (==) :: BridgeSourceProperty -> BridgeSourceProperty -> Bool # (/=) :: BridgeSourceProperty -> BridgeSourceProperty -> Bool # | |||||
| ToResourceProperties BridgeSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeSourceProperty Methods toResourceProperties :: BridgeSourceProperty -> ResourceProperties # | |||||
| Property "FlowSource" BridgeSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeSourceProperty Associated Types
Methods set :: PropertyType "FlowSource" BridgeSourceProperty -> BridgeSourceProperty -> BridgeSourceProperty # | |||||
| Property "NetworkSource" BridgeSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.Bridge.BridgeSourceProperty Associated Types
Methods set :: PropertyType "NetworkSource" BridgeSourceProperty -> BridgeSourceProperty -> BridgeSourceProperty # | |||||
| type PropertyType "FlowSource" BridgeSourceProperty Source # | |||||
| type PropertyType "NetworkSource" BridgeSourceProperty Source # | |||||