stratosphere-mediapackagev2-1.0.0: Stratosphere integration for AWS MediaPackageV2.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.MediaPackageV2.Channel

Documentation

data Channel Source #

Instances

Instances details
ToJSON Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Show Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Eq Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Methods

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

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

ToResourceProperties Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Property "ChannelGroupName" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Associated Types

type PropertyType "ChannelGroupName" Channel 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "ChannelGroupName" Channel = Value Text

Methods

set :: PropertyType "ChannelGroupName" Channel -> Channel -> Channel #

Property "ChannelName" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Associated Types

type PropertyType "ChannelName" Channel 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "ChannelName" Channel = Value Text

Methods

set :: PropertyType "ChannelName" Channel -> Channel -> Channel #

Property "Description" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Associated Types

type PropertyType "Description" Channel 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "Description" Channel = Value Text

Methods

set :: PropertyType "Description" Channel -> Channel -> Channel #

Property "InputSwitchConfiguration" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Associated Types

type PropertyType "InputSwitchConfiguration" Channel 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "InputSwitchConfiguration" Channel = InputSwitchConfigurationProperty

Methods

set :: PropertyType "InputSwitchConfiguration" Channel -> Channel -> Channel #

Property "InputType" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Associated Types

type PropertyType "InputType" Channel 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "InputType" Channel = Value Text

Methods

set :: PropertyType "InputType" Channel -> Channel -> Channel #

Property "OutputHeaderConfiguration" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Associated Types

type PropertyType "OutputHeaderConfiguration" Channel 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "OutputHeaderConfiguration" Channel = OutputHeaderConfigurationProperty

Methods

set :: PropertyType "OutputHeaderConfiguration" Channel -> Channel -> Channel #

Property "Tags" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

Associated Types

type PropertyType "Tags" Channel 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "Tags" Channel = [Tag]

Methods

set :: PropertyType "Tags" Channel -> Channel -> Channel #

type PropertyType "ChannelGroupName" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "ChannelGroupName" Channel = Value Text
type PropertyType "ChannelName" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "ChannelName" Channel = Value Text
type PropertyType "Description" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "Description" Channel = Value Text
type PropertyType "InputSwitchConfiguration" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "InputSwitchConfiguration" Channel = InputSwitchConfigurationProperty
type PropertyType "InputType" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "InputType" Channel = Value Text
type PropertyType "OutputHeaderConfiguration" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "OutputHeaderConfiguration" Channel = OutputHeaderConfigurationProperty
type PropertyType "Tags" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackageV2.Channel

type PropertyType "Tags" Channel = [Tag]