amazonka-medialive-2.0: Amazon Elemental MediaLive 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.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
FromJSON FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

FromJSONKey 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

ToByteString FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToHeader FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToLog FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

ToQuery 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 #

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 #

Generic FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Associated Types

type Rep FollowPoint :: Type -> Type #

Read FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Show FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

NFData FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Methods

rnf :: FollowPoint -> () #

Eq FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Ord FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

Hashable FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

type Rep FollowPoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowPoint

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