amazonka-mediatailor-2.0: Amazon MediaTailor SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaTailor.Types.ChannelState

Description

 

Documentation

newtype ChannelState Source #

Constructors

ChannelState' 

Bundled Patterns

pattern ChannelState_RUNNING :: ChannelState 
pattern ChannelState_STOPPED :: ChannelState 

Instances

Instances details
FromJSON ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

FromJSONKey ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToJSON ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToJSONKey ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToByteString ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToHeader ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToLog ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToQuery ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

FromText ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToText ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Methods

toText :: ChannelState -> Text #

FromXML ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToXML ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Methods

toXML :: ChannelState -> XML #

Generic ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Associated Types

type Rep ChannelState :: Type -> Type #

Read ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Show ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

NFData ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Methods

rnf :: ChannelState -> () #

Eq ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Ord ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Hashable ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

type Rep ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

type Rep ChannelState = D1 ('MetaData "ChannelState" "Amazonka.MediaTailor.Types.ChannelState" "amazonka-mediatailor-2.0-6mxt6n51Pv3JbuBr2GKiO4" 'True) (C1 ('MetaCons "ChannelState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChannelState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))