libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.FollowPoint

Description

 
Synopsis

Documentation

newtype FollowPoint Source #

Follow reference point.

Constructors

FollowPoint' 

Bundled Patterns

pattern FollowPoint_END :: FollowPoint 
pattern FollowPoint_START :: FollowPoint 

Instances

Instances details
Eq FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Ord FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Read FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Show FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Generic FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Associated Types

type Rep FollowPoint :: Type -> Type #

NFData FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Methods

rnf :: FollowPoint -> () #

Hashable FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToJSON FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToJSONKey FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

FromJSON FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

FromJSONKey FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToLog FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToHeader FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToQuery FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

FromXML FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToXML FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Methods

toXML :: FollowPoint -> XML #

ToByteString FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

FromText FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToText FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Methods

toText :: FollowPoint -> Text #

type Rep FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

type Rep FollowPoint = D1 ('MetaData "FollowPoint" "Amazonka.MediaLive.Types.FollowPoint" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'True) (C1 ('MetaCons "FollowPoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFollowPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))