| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.MediaConnect.BridgeSource
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.BridgeSource.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.BridgeSource.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 # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource.BridgeNetworkSourceProperty Methods toJSON :: BridgeNetworkSourceProperty -> Value # toEncoding :: BridgeNetworkSourceProperty -> Encoding # toJSONList :: [BridgeNetworkSourceProperty] -> Value # toEncodingList :: [BridgeNetworkSourceProperty] -> Encoding # | |||||
| Show BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource.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.BridgeSource.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "MulticastIp" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "MulticastSourceSettings" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "MulticastSourceSettings" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "NetworkName" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "NetworkName" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "Port" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "Port" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| Property "Protocol" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource.BridgeNetworkSourceProperty Associated Types
Methods set :: PropertyType "Protocol" BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty -> BridgeNetworkSourceProperty # | |||||
| type PropertyType "MulticastIp" BridgeNetworkSourceProperty Source # | |||||
| type PropertyType "MulticastSourceSettings" BridgeNetworkSourceProperty Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource.BridgeNetworkSourceProperty type PropertyType "MulticastSourceSettings" BridgeNetworkSourceProperty = MulticastSourceSettingsProperty | |||||
| 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.BridgeSource.MulticastSourceSettingsProperty Methods showsPrec :: Int -> MulticastSourceSettingsProperty -> ShowS # | |||||
| Eq MulticastSourceSettingsProperty Source # | |||||
| ToResourceProperties MulticastSourceSettingsProperty Source # | |||||
| Property "MulticastSourceIp" MulticastSourceSettingsProperty Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource.MulticastSourceSettingsProperty Associated Types
Methods set :: PropertyType "MulticastSourceIp" MulticastSourceSettingsProperty -> MulticastSourceSettingsProperty -> MulticastSourceSettingsProperty # | |||||
| type PropertyType "MulticastSourceIp" MulticastSourceSettingsProperty Source # | |||||
mkBridgeNetworkSourceProperty :: Value Text -> Value Text -> Value Integer -> Value Text -> BridgeNetworkSourceProperty Source #
data BridgeSource Source #
Constructors
| BridgeSource | |
Fields | |
Instances
| ToJSON BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource Methods toJSON :: BridgeSource -> Value # toEncoding :: BridgeSource -> Encoding # toJSONList :: [BridgeSource] -> Value # toEncodingList :: [BridgeSource] -> Encoding # omitField :: BridgeSource -> Bool # | |||||
| Show BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource Methods showsPrec :: Int -> BridgeSource -> ShowS # show :: BridgeSource -> String # showList :: [BridgeSource] -> ShowS # | |||||
| Eq BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource | |||||
| ToResourceProperties BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource Methods toResourceProperties :: BridgeSource -> ResourceProperties # | |||||
| Property "BridgeArn" BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource Associated Types
Methods set :: PropertyType "BridgeArn" BridgeSource -> BridgeSource -> BridgeSource # | |||||
| Property "FlowSource" BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource Associated Types
Methods set :: PropertyType "FlowSource" BridgeSource -> BridgeSource -> BridgeSource # | |||||
| Property "Name" BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource Associated Types
Methods set :: PropertyType "Name" BridgeSource -> BridgeSource -> BridgeSource # | |||||
| Property "NetworkSource" BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource Associated Types
Methods set :: PropertyType "NetworkSource" BridgeSource -> BridgeSource -> BridgeSource # | |||||
| type PropertyType "BridgeArn" BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource | |||||
| type PropertyType "FlowSource" BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource | |||||
| type PropertyType "Name" BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource | |||||
| type PropertyType "NetworkSource" BridgeSource Source # | |||||
Defined in Stratosphere.MediaConnect.BridgeSource | |||||
mkBridgeSource :: Value Text -> Value Text -> BridgeSource Source #