stratosphere-mediaconnect-1.0.0: Stratosphere integration for AWS MediaConnect.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.MediaConnect.Flow

Documentation

data Flow Source #

Constructors

Flow

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html

Fields

Instances

Instances details
ToJSON Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Show Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Methods

showsPrec :: Int -> Flow -> ShowS #

show :: Flow -> String #

showList :: [Flow] -> ShowS #

Eq Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Methods

(==) :: Flow -> Flow -> Bool #

(/=) :: Flow -> Flow -> Bool #

ToResourceProperties Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Property "AvailabilityZone" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "AvailabilityZone" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "AvailabilityZone" Flow = Value Text

Methods

set :: PropertyType "AvailabilityZone" Flow -> Flow -> Flow #

Property "FlowSize" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "FlowSize" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "FlowSize" Flow = Value Text

Methods

set :: PropertyType "FlowSize" Flow -> Flow -> Flow #

Property "Maintenance" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "Maintenance" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Methods

set :: PropertyType "Maintenance" Flow -> Flow -> Flow #

Property "MediaStreams" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "MediaStreams" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "MediaStreams" Flow = [MediaStreamProperty]

Methods

set :: PropertyType "MediaStreams" Flow -> Flow -> Flow #

Property "Name" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "Name" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "Name" Flow = Value Text

Methods

set :: PropertyType "Name" Flow -> Flow -> Flow #

Property "NdiConfig" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "NdiConfig" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Methods

set :: PropertyType "NdiConfig" Flow -> Flow -> Flow #

Property "Source" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "Source" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Methods

set :: PropertyType "Source" Flow -> Flow -> Flow #

Property "SourceFailoverConfig" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "SourceFailoverConfig" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "SourceFailoverConfig" Flow = FailoverConfigProperty

Methods

set :: PropertyType "SourceFailoverConfig" Flow -> Flow -> Flow #

Property "SourceMonitoringConfig" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "SourceMonitoringConfig" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "SourceMonitoringConfig" Flow = SourceMonitoringConfigProperty

Methods

set :: PropertyType "SourceMonitoringConfig" Flow -> Flow -> Flow #

Property "VpcInterfaces" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

Associated Types

type PropertyType "VpcInterfaces" Flow 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "VpcInterfaces" Flow = [VpcInterfaceProperty]

Methods

set :: PropertyType "VpcInterfaces" Flow -> Flow -> Flow #

type PropertyType "AvailabilityZone" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "AvailabilityZone" Flow = Value Text
type PropertyType "FlowSize" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "FlowSize" Flow = Value Text
type PropertyType "Maintenance" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "MediaStreams" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "MediaStreams" Flow = [MediaStreamProperty]
type PropertyType "Name" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "Name" Flow = Value Text
type PropertyType "NdiConfig" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "Source" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "SourceFailoverConfig" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "SourceFailoverConfig" Flow = FailoverConfigProperty
type PropertyType "SourceMonitoringConfig" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "SourceMonitoringConfig" Flow = SourceMonitoringConfigProperty
type PropertyType "VpcInterfaces" Flow Source # 
Instance details

Defined in Stratosphere.MediaConnect.Flow

type PropertyType "VpcInterfaces" Flow = [VpcInterfaceProperty]