stratosphere-mediapackage-1.0.0: Stratosphere integration for AWS MediaPackage.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.MediaPackage.Channel

Documentation

data Channel Source #

Instances

Instances details
ToJSON Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Show Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Eq Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Methods

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

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

ToResourceProperties Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Property "Description" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Associated Types

type PropertyType "Description" Channel 
Instance details

Defined in Stratosphere.MediaPackage.Channel

type PropertyType "Description" Channel = Value Text

Methods

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

Property "EgressAccessLogs" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Associated Types

type PropertyType "EgressAccessLogs" Channel 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Methods

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

Property "HlsIngest" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Associated Types

type PropertyType "HlsIngest" Channel 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Methods

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

Property "Id" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Associated Types

type PropertyType "Id" Channel 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Methods

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

Property "IngressAccessLogs" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Associated Types

type PropertyType "IngressAccessLogs" Channel 
Instance details

Defined in Stratosphere.MediaPackage.Channel

type PropertyType "IngressAccessLogs" Channel = LogConfigurationProperty

Methods

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

Property "Tags" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

Associated Types

type PropertyType "Tags" Channel 
Instance details

Defined in Stratosphere.MediaPackage.Channel

type PropertyType "Tags" Channel = [Tag]

Methods

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

type PropertyType "Description" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

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

Defined in Stratosphere.MediaPackage.Channel

type PropertyType "HlsIngest" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

type PropertyType "Id" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

type PropertyType "IngressAccessLogs" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

type PropertyType "IngressAccessLogs" Channel = LogConfigurationProperty
type PropertyType "Tags" Channel Source # 
Instance details

Defined in Stratosphere.MediaPackage.Channel

type PropertyType "Tags" Channel = [Tag]