libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
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.MediaTailor.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-04-23 of the Amazon MediaTailor SDK configuration.

Errors

AccessType

newtype AccessType Source #

Constructors

AccessType' 

Fields

Instances

Instances details
Eq AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Ord AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Read AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Show AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Generic AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Associated Types

type Rep AccessType :: Type -> Type #

NFData AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Methods

rnf :: AccessType -> () #

Hashable AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToJSON AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToJSONKey AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

FromJSON AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

FromJSONKey AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToLog AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToHeader AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToQuery AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

FromXML AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToXML AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Methods

toXML :: AccessType -> XML #

ToByteString AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

FromText AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

ToText AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

Methods

toText :: AccessType -> Text #

type Rep AccessType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessType

type Rep AccessType = D1 ('MetaData "AccessType" "Amazonka.MediaTailor.Types.AccessType" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "AccessType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccessType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChannelState

newtype ChannelState Source #

Constructors

ChannelState' 

Bundled Patterns

pattern ChannelState_RUNNING :: ChannelState 
pattern ChannelState_STOPPED :: ChannelState 

Instances

Instances details
Eq ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Ord ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Read ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Show ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Generic ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Associated Types

type Rep ChannelState :: Type -> Type #

NFData ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

Methods

rnf :: ChannelState -> () #

Hashable 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

FromJSON ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

FromJSONKey ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToLog ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToHeader ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

ToQuery ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

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 #

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

type Rep ChannelState Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ChannelState

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

MessageType

newtype MessageType Source #

Constructors

MessageType' 

Bundled Patterns

pattern MessageType_SPLICE_INSERT :: MessageType 

Instances

Instances details
Eq MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Ord MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Read MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Show MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Generic MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Associated Types

type Rep MessageType :: Type -> Type #

NFData MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Methods

rnf :: MessageType -> () #

Hashable MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToJSON MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToJSONKey MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

FromJSON MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

FromJSONKey MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToLog MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToHeader MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToQuery MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

FromXML MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToXML MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Methods

toXML :: MessageType -> XML #

ToByteString MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

FromText MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

ToText MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

Methods

toText :: MessageType -> Text #

type Rep MessageType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.MessageType

type Rep MessageType = D1 ('MetaData "MessageType" "Amazonka.MediaTailor.Types.MessageType" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "MessageType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMessageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Mode

newtype Mode Source #

Constructors

Mode' 

Fields

Bundled Patterns

pattern Mode_BEHIND_LIVE_EDGE :: Mode 
pattern Mode_OFF :: Mode 

Instances

Instances details
Eq Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

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

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

Ord Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

compare :: Mode -> Mode -> Ordering #

(<) :: Mode -> Mode -> Bool #

(<=) :: Mode -> Mode -> Bool #

(>) :: Mode -> Mode -> Bool #

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

max :: Mode -> Mode -> Mode #

min :: Mode -> Mode -> Mode #

Read Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Show Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

showsPrec :: Int -> Mode -> ShowS #

show :: Mode -> String #

showList :: [Mode] -> ShowS #

Generic Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Associated Types

type Rep Mode :: Type -> Type #

Methods

from :: Mode -> Rep Mode x #

to :: Rep Mode x -> Mode #

NFData Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

rnf :: Mode -> () #

Hashable Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

hashWithSalt :: Int -> Mode -> Int #

hash :: Mode -> Int #

ToJSON Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

ToJSONKey Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

FromJSON Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

FromJSONKey Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

ToLog Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

ToHeader Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toHeader :: HeaderName -> Mode -> [Header] #

ToQuery Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toQuery :: Mode -> QueryString #

FromXML Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

parseXML :: [Node] -> Either String Mode #

ToXML Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toXML :: Mode -> XML #

ToByteString Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toBS :: Mode -> ByteString #

FromText Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

ToText Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

Methods

toText :: Mode -> Text #

type Rep Mode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Mode

type Rep Mode = D1 ('MetaData "Mode" "Amazonka.MediaTailor.Types.Mode" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "Mode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Operator

newtype Operator Source #

Constructors

Operator' 

Fields

Bundled Patterns

pattern Operator_EQUALS :: Operator 

Instances

Instances details
Eq Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Ord Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Read Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Show Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Generic Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

NFData Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

rnf :: Operator -> () #

Hashable Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

ToJSON Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToJSONKey Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

FromJSON Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

FromJSONKey Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToLog Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToHeader Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

toHeader :: HeaderName -> Operator -> [Header] #

ToQuery Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

FromXML Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToXML Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

toXML :: Operator -> XML #

ToByteString Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

toBS :: Operator -> ByteString #

FromText Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

ToText Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

Methods

toText :: Operator -> Text #

type Rep Operator Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Operator

type Rep Operator = D1 ('MetaData "Operator" "Amazonka.MediaTailor.Types.Operator" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "Operator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OriginManifestType

newtype OriginManifestType Source #

Instances

Instances details
Eq OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Ord OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Read OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Show OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Generic OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Associated Types

type Rep OriginManifestType :: Type -> Type #

NFData OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

Methods

rnf :: OriginManifestType -> () #

Hashable OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToJSON OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToJSONKey OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

FromJSON OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

FromJSONKey OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToLog OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToHeader OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToQuery OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

FromXML OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToXML OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToByteString OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

FromText OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

ToText OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

type Rep OriginManifestType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.OriginManifestType

type Rep OriginManifestType = D1 ('MetaData "OriginManifestType" "Amazonka.MediaTailor.Types.OriginManifestType" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "OriginManifestType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOriginManifestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlaybackMode

newtype PlaybackMode Source #

Constructors

PlaybackMode' 

Bundled Patterns

pattern PlaybackMode_LINEAR :: PlaybackMode 
pattern PlaybackMode_LOOP :: PlaybackMode 

Instances

Instances details
Eq PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Ord PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Read PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Show PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Generic PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Associated Types

type Rep PlaybackMode :: Type -> Type #

NFData PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Methods

rnf :: PlaybackMode -> () #

Hashable PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToJSON PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToJSONKey PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

FromJSON PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

FromJSONKey PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToLog PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToHeader PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToQuery PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

FromXML PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToXML PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Methods

toXML :: PlaybackMode -> XML #

ToByteString PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

FromText PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

ToText PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

Methods

toText :: PlaybackMode -> Text #

type Rep PlaybackMode Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackMode

type Rep PlaybackMode = D1 ('MetaData "PlaybackMode" "Amazonka.MediaTailor.Types.PlaybackMode" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "PlaybackMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlaybackMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RelativePosition

newtype RelativePosition Source #

Instances

Instances details
Eq RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Ord RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Read RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Show RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Generic RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Associated Types

type Rep RelativePosition :: Type -> Type #

NFData RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

Methods

rnf :: RelativePosition -> () #

Hashable RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToJSON RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToJSONKey RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

FromJSON RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

FromJSONKey RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToLog RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToHeader RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToQuery RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

FromXML RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToXML RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToByteString RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

FromText RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

ToText RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

type Rep RelativePosition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RelativePosition

type Rep RelativePosition = D1 ('MetaData "RelativePosition" "Amazonka.MediaTailor.Types.RelativePosition" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "RelativePosition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRelativePosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScheduleEntryType

newtype ScheduleEntryType Source #

Instances

Instances details
Eq ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Ord ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Read ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Show ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Generic ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Associated Types

type Rep ScheduleEntryType :: Type -> Type #

NFData ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

Methods

rnf :: ScheduleEntryType -> () #

Hashable ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToJSON ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToJSONKey ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

FromJSON ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

FromJSONKey ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToLog ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToHeader ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToQuery ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

FromXML ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToXML ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToByteString ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

FromText ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

ToText ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

type Rep ScheduleEntryType Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntryType

type Rep ScheduleEntryType = D1 ('MetaData "ScheduleEntryType" "Amazonka.MediaTailor.Types.ScheduleEntryType" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "ScheduleEntryType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScheduleEntryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Type

newtype Type Source #

Constructors

Type' 

Fields

Bundled Patterns

pattern Type_DASH :: Type 
pattern Type_HLS :: Type 

Instances

Instances details
Eq Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

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

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

Ord Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

compare :: Type -> Type -> Ordering #

(<) :: Type -> Type -> Bool #

(<=) :: Type -> Type -> Bool #

(>) :: Type -> Type -> Bool #

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

max :: Type -> Type -> Type #

min :: Type -> Type -> Type #

Read Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Show Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

showsPrec :: Int -> Type -> ShowS #

show :: Type -> String #

showList :: [Type] -> ShowS #

Generic Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Associated Types

type Rep Type :: Type -> Type #

Methods

from :: Type -> Rep Type x #

to :: Rep Type x -> Type #

NFData Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

rnf :: Type -> () #

Hashable Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

hashWithSalt :: Int -> Type -> Int #

hash :: Type -> Int #

ToJSON Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

ToJSONKey Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

FromJSON Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

FromJSONKey Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

ToLog Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

ToHeader Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toHeader :: HeaderName -> Type -> [Header] #

ToQuery Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toQuery :: Type -> QueryString #

FromXML Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

parseXML :: [Node] -> Either String Type #

ToXML Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toXML :: Type -> XML #

ToByteString Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toBS :: Type -> ByteString #

FromText Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

ToText Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

Methods

toText :: Type -> Text #

type Rep Type Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Type

type Rep Type = D1 ('MetaData "Type" "Amazonka.MediaTailor.Types.Type" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'True) (C1 ('MetaCons "Type'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AccessConfiguration

data AccessConfiguration Source #

Access configuration parameters.

See: newAccessConfiguration smart constructor.

Constructors

AccessConfiguration' 

Fields

  • accessType :: Maybe AccessType

    The type of authentication used to access content from HttpConfiguration::BaseUrl on your source location. Accepted value: S3_SIGV4.

    S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the bucket where your source content is stored. Your MediaTailor source location baseURL must follow the S3 virtual hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name.

    Before you can use S3_SIGV4, you must meet these requirements:

    • You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide.

    • The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations.

    • The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.

  • secretsManagerAccessTokenConfiguration :: Maybe SecretsManagerAccessTokenConfiguration

    AWS Secrets Manager access token configuration parameters.

Instances

Instances details
Eq AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Read AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Show AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Generic AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Associated Types

type Rep AccessConfiguration :: Type -> Type #

NFData AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

Methods

rnf :: AccessConfiguration -> () #

Hashable AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

ToJSON AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

FromJSON AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

type Rep AccessConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AccessConfiguration

type Rep AccessConfiguration = D1 ('MetaData "AccessConfiguration" "Amazonka.MediaTailor.Types.AccessConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AccessConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessType)) :*: S1 ('MetaSel ('Just "secretsManagerAccessTokenConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SecretsManagerAccessTokenConfiguration))))

newAccessConfiguration :: AccessConfiguration Source #

Create a value of AccessConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:accessType:AccessConfiguration', accessConfiguration_accessType - The type of authentication used to access content from HttpConfiguration::BaseUrl on your source location. Accepted value: S3_SIGV4.

S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the bucket where your source content is stored. Your MediaTailor source location baseURL must follow the S3 virtual hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name.

Before you can use S3_SIGV4, you must meet these requirements:

• You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide.

• The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations.

• The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.

$sel:secretsManagerAccessTokenConfiguration:AccessConfiguration', accessConfiguration_secretsManagerAccessTokenConfiguration - AWS Secrets Manager access token configuration parameters.

accessConfiguration_accessType :: Lens' AccessConfiguration (Maybe AccessType) Source #

The type of authentication used to access content from HttpConfiguration::BaseUrl on your source location. Accepted value: S3_SIGV4.

S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the bucket where your source content is stored. Your MediaTailor source location baseURL must follow the S3 virtual hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name.

Before you can use S3_SIGV4, you must meet these requirements:

• You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com principal access in IAM. For information about configuring access in IAM, see Access management in the IAM User Guide.

• The mediatailor.amazonaws.com service principal must have permissions to read all top level manifests referenced by the VodSource packaging configurations.

• The caller of the API must have s3:GetObject IAM permissions to read all top level manifests referenced by your MediaTailor VodSource packaging configurations.

AdBreak

data AdBreak Source #

Ad break configuration parameters.

See: newAdBreak smart constructor.

Constructors

AdBreak' 

Fields

Instances

Instances details
Eq AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Methods

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

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

Read AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Show AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Generic AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Associated Types

type Rep AdBreak :: Type -> Type #

Methods

from :: AdBreak -> Rep AdBreak x #

to :: Rep AdBreak x -> AdBreak #

NFData AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Methods

rnf :: AdBreak -> () #

Hashable AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

Methods

hashWithSalt :: Int -> AdBreak -> Int #

hash :: AdBreak -> Int #

ToJSON AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

FromJSON AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

type Rep AdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdBreak

type Rep AdBreak = D1 ('MetaData "AdBreak" "Amazonka.MediaTailor.Types.AdBreak" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AdBreak'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "spliceInsertMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SpliceInsertMessage)) :*: S1 ('MetaSel ('Just "messageType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessageType))) :*: (S1 ('MetaSel ('Just "slate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SlateSource)) :*: S1 ('MetaSel ('Just "offsetMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newAdBreak :: AdBreak Source #

Create a value of AdBreak with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:spliceInsertMessage:AdBreak', adBreak_spliceInsertMessage - This defines the SCTE-35 splice_insert() message inserted around the ad. For information about using splice_insert(), see the SCTE-35 specficiaiton, section 9.7.3.1.

$sel:messageType:AdBreak', adBreak_messageType - The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT.

$sel:slate:AdBreak', adBreak_slate - Ad break slate configuration.

$sel:offsetMillis:AdBreak', adBreak_offsetMillis - How long (in milliseconds) after the beginning of the program that an ad starts. This value must fall within 100ms of a segment boundary, otherwise the ad break will be skipped.

adBreak_spliceInsertMessage :: Lens' AdBreak (Maybe SpliceInsertMessage) Source #

This defines the SCTE-35 splice_insert() message inserted around the ad. For information about using splice_insert(), see the SCTE-35 specficiaiton, section 9.7.3.1.

adBreak_messageType :: Lens' AdBreak (Maybe MessageType) Source #

The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT.

adBreak_slate :: Lens' AdBreak (Maybe SlateSource) Source #

Ad break slate configuration.

adBreak_offsetMillis :: Lens' AdBreak (Maybe Integer) Source #

How long (in milliseconds) after the beginning of the program that an ad starts. This value must fall within 100ms of a segment boundary, otherwise the ad break will be skipped.

AdMarkerPassthrough

data AdMarkerPassthrough Source #

For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.

No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.

See: newAdMarkerPassthrough smart constructor.

Constructors

AdMarkerPassthrough' 

Fields

Instances

Instances details
Eq AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Read AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Show AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Generic AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Associated Types

type Rep AdMarkerPassthrough :: Type -> Type #

NFData AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

Methods

rnf :: AdMarkerPassthrough -> () #

Hashable AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

ToJSON AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

FromJSON AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

type Rep AdMarkerPassthrough Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AdMarkerPassthrough

type Rep AdMarkerPassthrough = D1 ('MetaData "AdMarkerPassthrough" "Amazonka.MediaTailor.Types.AdMarkerPassthrough" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AdMarkerPassthrough'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newAdMarkerPassthrough :: AdMarkerPassthrough Source #

Create a value of AdMarkerPassthrough with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:enabled:AdMarkerPassthrough', adMarkerPassthrough_enabled - Enables ad marker passthrough for your configuration.

adMarkerPassthrough_enabled :: Lens' AdMarkerPassthrough (Maybe Bool) Source #

Enables ad marker passthrough for your configuration.

Alert

data Alert Source #

Alert configuration parameters.

See: newAlert smart constructor.

Constructors

Alert' 

Fields

Instances

Instances details
Eq Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Methods

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

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

Read Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Show Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Methods

showsPrec :: Int -> Alert -> ShowS #

show :: Alert -> String #

showList :: [Alert] -> ShowS #

Generic Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Associated Types

type Rep Alert :: Type -> Type #

Methods

from :: Alert -> Rep Alert x #

to :: Rep Alert x -> Alert #

NFData Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Methods

rnf :: Alert -> () #

Hashable Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

Methods

hashWithSalt :: Int -> Alert -> Int #

hash :: Alert -> Int #

FromJSON Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

type Rep Alert Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Alert

type Rep Alert = D1 ('MetaData "Alert" "Amazonka.MediaTailor.Types.Alert" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "Alert'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "alertCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "relatedResourceArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "alertMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newAlert Source #

Create a value of Alert with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:Alert', alert_resourceArn - The Amazon Resource Name (ARN) of the resource.

$sel:alertCode:Alert', alert_alertCode - The code for the alert. For example, NOT_PROCESSED.

$sel:lastModifiedTime:Alert', alert_lastModifiedTime - The timestamp when the alert was last modified.

$sel:relatedResourceArns:Alert', alert_relatedResourceArns - The Amazon Resource Names (ARNs) related to this alert.

$sel:alertMessage:Alert', alert_alertMessage - If an alert is generated for a resource, an explanation of the reason for the alert.

alert_resourceArn :: Lens' Alert Text Source #

The Amazon Resource Name (ARN) of the resource.

alert_alertCode :: Lens' Alert Text Source #

The code for the alert. For example, NOT_PROCESSED.

alert_lastModifiedTime :: Lens' Alert UTCTime Source #

The timestamp when the alert was last modified.

alert_relatedResourceArns :: Lens' Alert [Text] Source #

The Amazon Resource Names (ARNs) related to this alert.

alert_alertMessage :: Lens' Alert Text Source #

If an alert is generated for a resource, an explanation of the reason for the alert.

AvailMatchingCriteria

data AvailMatchingCriteria Source #

MediaTailor only places (consumes) prefetched ads if the ad break meets the criteria defined by the dynamic variables. This gives you granular control over which ad break to place the prefetched ads into.

As an example, let's say that you set DynamicVariable to scte.event_id and Operator to EQUALS, and your playback configuration has an ADS URL of https://my.ads.server.com/path?&podId=[scte.avail_num]&event=[scte.event_id]&duration=[session.avail_duration_secs]. And the prefetch request to the ADS contains these values https://my.ads.server.com/path?&podId=3&event=my-awesome-event&duration=30. MediaTailor will only insert the prefetched ads into the ad break if has a SCTE marker with an event id of my-awesome-event, since it must match the event id that MediaTailor uses to query the ADS.

You can specify up to five AvailMatchingCriteria. If you specify multiple AvailMatchingCriteria, MediaTailor combines them to match using a logical AND. You can model logical OR combinations by creating multiple prefetch schedules.

See: newAvailMatchingCriteria smart constructor.

Constructors

AvailMatchingCriteria' 

Fields

  • operator :: Operator

    For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.

  • dynamicVariable :: Text

    The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide.

    You can include up to 100 dynamic variables.

Instances

Instances details
Eq AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Read AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Show AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Generic AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Associated Types

type Rep AvailMatchingCriteria :: Type -> Type #

NFData AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

Methods

rnf :: AvailMatchingCriteria -> () #

Hashable AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

ToJSON AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

FromJSON AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

type Rep AvailMatchingCriteria Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailMatchingCriteria

type Rep AvailMatchingCriteria = D1 ('MetaData "AvailMatchingCriteria" "Amazonka.MediaTailor.Types.AvailMatchingCriteria" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AvailMatchingCriteria'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Operator) :*: S1 ('MetaSel ('Just "dynamicVariable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAvailMatchingCriteria Source #

Create a value of AvailMatchingCriteria with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:operator:AvailMatchingCriteria', availMatchingCriteria_operator - For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.

$sel:dynamicVariable:AvailMatchingCriteria', availMatchingCriteria_dynamicVariable - The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide.

You can include up to 100 dynamic variables.

availMatchingCriteria_operator :: Lens' AvailMatchingCriteria Operator Source #

For the DynamicVariable specified in AvailMatchingCriteria, the Operator that is used for the comparison.

availMatchingCriteria_dynamicVariable :: Lens' AvailMatchingCriteria Text Source #

The dynamic variable(s) that MediaTailor should use as avail matching criteria. MediaTailor only places the prefetched ads into the avail if the avail matches the criteria defined by the dynamic variable. For information about dynamic variables, see Using dynamic ad variables in the MediaTailor User Guide.

You can include up to 100 dynamic variables.

AvailSuppression

data AvailSuppression Source #

The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

See: newAvailSuppression smart constructor.

Constructors

AvailSuppression' 

Fields

  • value :: Maybe Text

    A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on or behind this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync with the live edge, and MediaTailor won't fill any ad breaks on or behind the live edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill ad breaks on or behind 45 minutes behind the live edge.

  • mode :: Maybe Mode

    Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.

Instances

Instances details
Eq AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Read AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Show AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Generic AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Associated Types

type Rep AvailSuppression :: Type -> Type #

NFData AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

Methods

rnf :: AvailSuppression -> () #

Hashable AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

ToJSON AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

FromJSON AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

type Rep AvailSuppression Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.AvailSuppression

type Rep AvailSuppression = D1 ('MetaData "AvailSuppression" "Amazonka.MediaTailor.Types.AvailSuppression" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "AvailSuppression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Mode))))

newAvailSuppression :: AvailSuppression Source #

Create a value of AvailSuppression with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:AvailSuppression', availSuppression_value - A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on or behind this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync with the live edge, and MediaTailor won't fill any ad breaks on or behind the live edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill ad breaks on or behind 45 minutes behind the live edge.

$sel:mode:AvailSuppression', availSuppression_mode - Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.

availSuppression_value :: Lens' AvailSuppression (Maybe Text) Source #

A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on or behind this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync with the live edge, and MediaTailor won't fill any ad breaks on or behind the live edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill ad breaks on or behind 45 minutes behind the live edge.

availSuppression_mode :: Lens' AvailSuppression (Maybe Mode) Source #

Sets the ad suppression mode. By default, ad suppression is off and all ad breaks are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE, ad suppression is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value time in the manifest lookback window.

Bumper

data Bumper Source #

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.

See: newBumper smart constructor.

Constructors

Bumper' 

Fields

Instances

Instances details
Eq Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

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

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

Read Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Show Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Generic Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Associated Types

type Rep Bumper :: Type -> Type #

Methods

from :: Bumper -> Rep Bumper x #

to :: Rep Bumper x -> Bumper #

NFData Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

rnf :: Bumper -> () #

Hashable Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

Methods

hashWithSalt :: Int -> Bumper -> Int #

hash :: Bumper -> Int #

ToJSON Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

FromJSON Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

type Rep Bumper Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Bumper

type Rep Bumper = D1 ('MetaData "Bumper" "Amazonka.MediaTailor.Types.Bumper" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "Bumper'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBumper :: Bumper Source #

Create a value of Bumper with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:endUrl:Bumper', bumper_endUrl - The URL for the end bumper asset.

$sel:startUrl:Bumper', bumper_startUrl - The URL for the start bumper asset.

bumper_endUrl :: Lens' Bumper (Maybe Text) Source #

The URL for the end bumper asset.

bumper_startUrl :: Lens' Bumper (Maybe Text) Source #

The URL for the start bumper asset.

CdnConfiguration

data CdnConfiguration Source #

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

See: newCdnConfiguration smart constructor.

Constructors

CdnConfiguration' 

Fields

  • adSegmentUrlPrefix :: Maybe Text

    A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.&lt;region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.

  • contentSegmentUrlPrefix :: Maybe Text

    A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.

Instances

Instances details
Eq CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Read CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Show CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Generic CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Associated Types

type Rep CdnConfiguration :: Type -> Type #

NFData CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

Methods

rnf :: CdnConfiguration -> () #

Hashable CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

ToJSON CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

FromJSON CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

type Rep CdnConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.CdnConfiguration

type Rep CdnConfiguration = D1 ('MetaData "CdnConfiguration" "Amazonka.MediaTailor.Types.CdnConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "CdnConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adSegmentUrlPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contentSegmentUrlPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCdnConfiguration :: CdnConfiguration Source #

Create a value of CdnConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:adSegmentUrlPrefix:CdnConfiguration', cdnConfiguration_adSegmentUrlPrefix - A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.&lt;region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.

$sel:contentSegmentUrlPrefix:CdnConfiguration', cdnConfiguration_contentSegmentUrlPrefix - A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.

cdnConfiguration_adSegmentUrlPrefix :: Lens' CdnConfiguration (Maybe Text) Source #

A non-default content delivery network (CDN) to serve ad segments. By default, AWS Elemental MediaTailor uses Amazon CloudFront with default cache settings as its CDN for ad segments. To set up an alternate CDN, create a rule in your CDN for the origin ads.mediatailor.&lt;region>.amazonaws.com. Then specify the rule's name in this AdSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for ad segments.

cdnConfiguration_contentSegmentUrlPrefix :: Lens' CdnConfiguration (Maybe Text) Source #

A content delivery network (CDN) to cache content segments, so that content requests don’t always have to go to the origin server. First, create a rule in your CDN for the content segment origin server. Then specify the rule's name in this ContentSegmentUrlPrefix. When AWS Elemental MediaTailor serves a manifest, it reports your CDN as the source for content segments.

Channel

data Channel Source #

The configuration parameters for a channel.

See: newChannel smart constructor.

Constructors

Channel' 

Fields

  • creationTime :: Maybe POSIX

    The timestamp of when the channel was created.

  • lastModifiedTime :: Maybe POSIX

    The timestamp of when the channel was last modified.

  • fillerSlate :: Maybe SlateSource

    Contains information about the slate used to fill gaps between programs in the schedule. You must configure FillerSlate if your channel uses an LINEAR PlaybackMode.

  • tags :: Maybe (HashMap Text Text)

    The tags to assign to the channel.

  • channelState :: Text

    Returns the state whether the channel is running or not.

  • channelName :: Text

    The name of the channel.

  • outputs :: [ResponseOutputItem]

    The channel's output properties.

  • arn :: Text

    The ARN of the channel.

  • playbackMode :: Text

    The type of playback mode for this channel.

    LINEAR - Programs play back-to-back only once.

    LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.

Instances

Instances details
Eq Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Methods

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

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

Read Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Show Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Generic Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Associated Types

type Rep Channel :: Type -> Type #

Methods

from :: Channel -> Rep Channel x #

to :: Rep Channel x -> Channel #

NFData Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Methods

rnf :: Channel -> () #

Hashable Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

Methods

hashWithSalt :: Int -> Channel -> Int #

hash :: Channel -> Int #

FromJSON Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

type Rep Channel Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Channel

newChannel Source #

Create a value of Channel with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:Channel', channel_creationTime - The timestamp of when the channel was created.

$sel:lastModifiedTime:Channel', channel_lastModifiedTime - The timestamp of when the channel was last modified.

$sel:fillerSlate:Channel', channel_fillerSlate - Contains information about the slate used to fill gaps between programs in the schedule. You must configure FillerSlate if your channel uses an LINEAR PlaybackMode.

$sel:tags:Channel', channel_tags - The tags to assign to the channel.

$sel:channelState:Channel', channel_channelState - Returns the state whether the channel is running or not.

$sel:channelName:Channel', channel_channelName - The name of the channel.

$sel:outputs:Channel', channel_outputs - The channel's output properties.

$sel:arn:Channel', channel_arn - The ARN of the channel.

$sel:playbackMode:Channel', channel_playbackMode - The type of playback mode for this channel.

LINEAR - Programs play back-to-back only once.

LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.

channel_creationTime :: Lens' Channel (Maybe UTCTime) Source #

The timestamp of when the channel was created.

channel_lastModifiedTime :: Lens' Channel (Maybe UTCTime) Source #

The timestamp of when the channel was last modified.

channel_fillerSlate :: Lens' Channel (Maybe SlateSource) Source #

Contains information about the slate used to fill gaps between programs in the schedule. You must configure FillerSlate if your channel uses an LINEAR PlaybackMode.

channel_tags :: Lens' Channel (Maybe (HashMap Text Text)) Source #

The tags to assign to the channel.

channel_channelState :: Lens' Channel Text Source #

Returns the state whether the channel is running or not.

channel_channelName :: Lens' Channel Text Source #

The name of the channel.

channel_outputs :: Lens' Channel [ResponseOutputItem] Source #

The channel's output properties.

channel_arn :: Lens' Channel Text Source #

The ARN of the channel.

channel_playbackMode :: Lens' Channel Text Source #

The type of playback mode for this channel.

LINEAR - Programs play back-to-back only once.

LOOP - Programs play back-to-back in an endless loop. When the last program in the schedule plays, playback loops back to the first program in the schedule.

DashConfiguration

data DashConfiguration Source #

The configuration for DASH content.

See: newDashConfiguration smart constructor.

Constructors

DashConfiguration' 

Fields

  • manifestEndpointPrefix :: Maybe Text

    The URL generated by MediaTailor to initiate a playback session. The session uses server-side reporting. This setting is ignored in PUT operations.

  • originManifestType :: Maybe OriginManifestType

    The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.

  • mpdLocation :: Maybe Text

    The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.

Instances

Instances details
Eq DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Read DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Show DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Generic DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Associated Types

type Rep DashConfiguration :: Type -> Type #

NFData DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

Methods

rnf :: DashConfiguration -> () #

Hashable DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

FromJSON DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

type Rep DashConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfiguration

type Rep DashConfiguration = D1 ('MetaData "DashConfiguration" "Amazonka.MediaTailor.Types.DashConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DashConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "originManifestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginManifestType)) :*: S1 ('MetaSel ('Just "mpdLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDashConfiguration :: DashConfiguration Source #

Create a value of DashConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:manifestEndpointPrefix:DashConfiguration', dashConfiguration_manifestEndpointPrefix - The URL generated by MediaTailor to initiate a playback session. The session uses server-side reporting. This setting is ignored in PUT operations.

$sel:originManifestType:DashConfiguration', dashConfiguration_originManifestType - The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.

$sel:mpdLocation:DashConfiguration', dashConfiguration_mpdLocation - The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.

dashConfiguration_manifestEndpointPrefix :: Lens' DashConfiguration (Maybe Text) Source #

The URL generated by MediaTailor to initiate a playback session. The session uses server-side reporting. This setting is ignored in PUT operations.

dashConfiguration_originManifestType :: Lens' DashConfiguration (Maybe OriginManifestType) Source #

The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.

dashConfiguration_mpdLocation :: Lens' DashConfiguration (Maybe Text) Source #

The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.

DashConfigurationForPut

data DashConfigurationForPut Source #

The configuration for DASH PUT operations.

See: newDashConfigurationForPut smart constructor.

Constructors

DashConfigurationForPut' 

Fields

  • originManifestType :: Maybe OriginManifestType

    The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.

  • mpdLocation :: Maybe Text

    The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.

Instances

Instances details
Eq DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Read DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Show DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Generic DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Associated Types

type Rep DashConfigurationForPut :: Type -> Type #

NFData DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

Methods

rnf :: DashConfigurationForPut -> () #

Hashable DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

ToJSON DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

type Rep DashConfigurationForPut Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashConfigurationForPut

type Rep DashConfigurationForPut = D1 ('MetaData "DashConfigurationForPut" "Amazonka.MediaTailor.Types.DashConfigurationForPut" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DashConfigurationForPut'" 'PrefixI 'True) (S1 ('MetaSel ('Just "originManifestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OriginManifestType)) :*: S1 ('MetaSel ('Just "mpdLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDashConfigurationForPut :: DashConfigurationForPut Source #

Create a value of DashConfigurationForPut with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:originManifestType:DashConfigurationForPut', dashConfigurationForPut_originManifestType - The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.

$sel:mpdLocation:DashConfigurationForPut', dashConfigurationForPut_mpdLocation - The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.

dashConfigurationForPut_originManifestType :: Lens' DashConfigurationForPut (Maybe OriginManifestType) Source #

The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests. If your origin server produces single-period manifests, set this to SINGLE_PERIOD. The default setting is MULTI_PERIOD. For multi-period manifests, omit this setting or set it to MULTI_PERIOD.

dashConfigurationForPut_mpdLocation :: Lens' DashConfigurationForPut (Maybe Text) Source #

The setting that controls whether MediaTailor includes the Location tag in DASH manifests. MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are DISABLED and EMT_DEFAULT. The EMT_DEFAULT setting enables the inclusion of the tag and is the default value.

DashPlaylistSettings

data DashPlaylistSettings Source #

Dash manifest configuration parameters.

See: newDashPlaylistSettings smart constructor.

Constructors

DashPlaylistSettings' 

Fields

  • minBufferTimeSeconds :: Maybe Int

    Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2 seconds. Maximum value: 60 seconds.

  • minUpdatePeriodSeconds :: Maybe Int

    Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.

  • suggestedPresentationDelaySeconds :: Maybe Int

    Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.

  • manifestWindowSeconds :: Maybe Int

    The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.

Instances

Instances details
Eq DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Read DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Show DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Generic DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Associated Types

type Rep DashPlaylistSettings :: Type -> Type #

NFData DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

Methods

rnf :: DashPlaylistSettings -> () #

Hashable DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

ToJSON DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

FromJSON DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

type Rep DashPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DashPlaylistSettings

type Rep DashPlaylistSettings = D1 ('MetaData "DashPlaylistSettings" "Amazonka.MediaTailor.Types.DashPlaylistSettings" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DashPlaylistSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "minBufferTimeSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minUpdatePeriodSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "suggestedPresentationDelaySeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "manifestWindowSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newDashPlaylistSettings :: DashPlaylistSettings Source #

Create a value of DashPlaylistSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:minBufferTimeSeconds:DashPlaylistSettings', dashPlaylistSettings_minBufferTimeSeconds - Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2 seconds. Maximum value: 60 seconds.

$sel:minUpdatePeriodSeconds:DashPlaylistSettings', dashPlaylistSettings_minUpdatePeriodSeconds - Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.

$sel:suggestedPresentationDelaySeconds:DashPlaylistSettings', dashPlaylistSettings_suggestedPresentationDelaySeconds - Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.

$sel:manifestWindowSeconds:DashPlaylistSettings', dashPlaylistSettings_manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.

dashPlaylistSettings_minBufferTimeSeconds :: Lens' DashPlaylistSettings (Maybe Int) Source #

Minimum amount of content (measured in seconds) that a player must keep available in the buffer. Minimum value: 2 seconds. Maximum value: 60 seconds.

dashPlaylistSettings_minUpdatePeriodSeconds :: Lens' DashPlaylistSettings (Maybe Int) Source #

Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.

dashPlaylistSettings_suggestedPresentationDelaySeconds :: Lens' DashPlaylistSettings (Maybe Int) Source #

Amount of time (in seconds) that the player should be from the live point at the end of the manifest. Minimum value: 2 seconds. Maximum value: 60 seconds.

dashPlaylistSettings_manifestWindowSeconds :: Lens' DashPlaylistSettings (Maybe Int) Source #

The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.

DefaultSegmentDeliveryConfiguration

data DefaultSegmentDeliveryConfiguration Source #

The optional configuration for a server that serves segments. Use this if you want the segment delivery server to be different from the source location server. For example, you can configure your source location server to be an origination server, such as MediaPackage, and the segment delivery server to be a content delivery network (CDN), such as CloudFront. If you don't specify a segment delivery server, then the source location server is used.

See: newDefaultSegmentDeliveryConfiguration smart constructor.

Constructors

DefaultSegmentDeliveryConfiguration' 

Fields

  • baseUrl :: Maybe Text

    The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.

Instances

Instances details
Eq DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

Read DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

Show DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

Generic DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

NFData DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

Hashable DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

ToJSON DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

FromJSON DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

type Rep DefaultSegmentDeliveryConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration

type Rep DefaultSegmentDeliveryConfiguration = D1 ('MetaData "DefaultSegmentDeliveryConfiguration" "Amazonka.MediaTailor.Types.DefaultSegmentDeliveryConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DefaultSegmentDeliveryConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDefaultSegmentDeliveryConfiguration :: DefaultSegmentDeliveryConfiguration Source #

Create a value of DefaultSegmentDeliveryConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:baseUrl:DefaultSegmentDeliveryConfiguration', defaultSegmentDeliveryConfiguration_baseUrl - The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.

defaultSegmentDeliveryConfiguration_baseUrl :: Lens' DefaultSegmentDeliveryConfiguration (Maybe Text) Source #

The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.

HlsConfiguration

data HlsConfiguration Source #

The configuration for HLS content.

See: newHlsConfiguration smart constructor.

Constructors

HlsConfiguration' 

Fields

  • manifestEndpointPrefix :: Maybe Text

    The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.

Instances

Instances details
Eq HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Read HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Show HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Generic HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Associated Types

type Rep HlsConfiguration :: Type -> Type #

NFData HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

Methods

rnf :: HlsConfiguration -> () #

Hashable HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

FromJSON HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

type Rep HlsConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsConfiguration

type Rep HlsConfiguration = D1 ('MetaData "HlsConfiguration" "Amazonka.MediaTailor.Types.HlsConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HlsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHlsConfiguration :: HlsConfiguration Source #

Create a value of HlsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:manifestEndpointPrefix:HlsConfiguration', hlsConfiguration_manifestEndpointPrefix - The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.

hlsConfiguration_manifestEndpointPrefix :: Lens' HlsConfiguration (Maybe Text) Source #

The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.

HlsPlaylistSettings

data HlsPlaylistSettings Source #

HLS playlist configuration parameters.

See: newHlsPlaylistSettings smart constructor.

Constructors

HlsPlaylistSettings' 

Fields

Instances

Instances details
Eq HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Read HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Show HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Generic HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Associated Types

type Rep HlsPlaylistSettings :: Type -> Type #

NFData HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

Methods

rnf :: HlsPlaylistSettings -> () #

Hashable HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

ToJSON HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

FromJSON HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

type Rep HlsPlaylistSettings Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HlsPlaylistSettings

type Rep HlsPlaylistSettings = D1 ('MetaData "HlsPlaylistSettings" "Amazonka.MediaTailor.Types.HlsPlaylistSettings" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HlsPlaylistSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestWindowSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newHlsPlaylistSettings :: HlsPlaylistSettings Source #

Create a value of HlsPlaylistSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:manifestWindowSeconds:HlsPlaylistSettings', hlsPlaylistSettings_manifestWindowSeconds - The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.

hlsPlaylistSettings_manifestWindowSeconds :: Lens' HlsPlaylistSettings (Maybe Int) Source #

The total duration (in seconds) of each manifest. Minimum value: 30 seconds. Maximum value: 3600 seconds.

HttpConfiguration

data HttpConfiguration Source #

The HTTP configuration for the source location.

See: newHttpConfiguration smart constructor.

Constructors

HttpConfiguration' 

Fields

  • baseUrl :: Text

    The base URL for the source location host server. This string must include the protocol, such as https://.

Instances

Instances details
Eq HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Read HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Show HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Generic HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Associated Types

type Rep HttpConfiguration :: Type -> Type #

NFData HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

Methods

rnf :: HttpConfiguration -> () #

Hashable HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

ToJSON HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

FromJSON HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

type Rep HttpConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpConfiguration

type Rep HttpConfiguration = D1 ('MetaData "HttpConfiguration" "Amazonka.MediaTailor.Types.HttpConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HttpConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "baseUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newHttpConfiguration Source #

Create a value of HttpConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:baseUrl:HttpConfiguration', httpConfiguration_baseUrl - The base URL for the source location host server. This string must include the protocol, such as https://.

httpConfiguration_baseUrl :: Lens' HttpConfiguration Text Source #

The base URL for the source location host server. This string must include the protocol, such as https://.

HttpPackageConfiguration

data HttpPackageConfiguration Source #

The HTTP package configuration properties for the requested VOD source.

See: newHttpPackageConfiguration smart constructor.

Constructors

HttpPackageConfiguration' 

Fields

  • path :: Text

    The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

  • type' :: Type

    The streaming protocol for this package configuration. Supported values are HLS and DASH.

  • sourceGroup :: Text

    The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

Instances

Instances details
Eq HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Read HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Show HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Generic HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Associated Types

type Rep HttpPackageConfiguration :: Type -> Type #

NFData HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Hashable HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

ToJSON HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

FromJSON HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

type Rep HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

type Rep HttpPackageConfiguration = D1 ('MetaData "HttpPackageConfiguration" "Amazonka.MediaTailor.Types.HttpPackageConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HttpPackageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Type) :*: S1 ('MetaSel ('Just "sourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newHttpPackageConfiguration Source #

Create a value of HttpPackageConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:path:HttpPackageConfiguration', httpPackageConfiguration_path - The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

$sel:type':HttpPackageConfiguration', httpPackageConfiguration_type - The streaming protocol for this package configuration. Supported values are HLS and DASH.

$sel:sourceGroup:HttpPackageConfiguration', httpPackageConfiguration_sourceGroup - The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

httpPackageConfiguration_path :: Lens' HttpPackageConfiguration Text Source #

The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

httpPackageConfiguration_type :: Lens' HttpPackageConfiguration Type Source #

The streaming protocol for this package configuration. Supported values are HLS and DASH.

httpPackageConfiguration_sourceGroup :: Lens' HttpPackageConfiguration Text Source #

The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

LivePreRollConfiguration

data LivePreRollConfiguration Source #

The configuration for pre-roll ad insertion.

See: newLivePreRollConfiguration smart constructor.

Constructors

LivePreRollConfiguration' 

Fields

  • adDecisionServerUrl :: Maybe Text

    The URL for the ad decision server (ADS) for pre-roll ads. This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.

  • maxDurationSeconds :: Maybe Int

    The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.

Instances

Instances details
Eq LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Read LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Show LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Generic LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Associated Types

type Rep LivePreRollConfiguration :: Type -> Type #

NFData LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

Hashable LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

ToJSON LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

FromJSON LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

type Rep LivePreRollConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LivePreRollConfiguration

type Rep LivePreRollConfiguration = D1 ('MetaData "LivePreRollConfiguration" "Amazonka.MediaTailor.Types.LivePreRollConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "LivePreRollConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adDecisionServerUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newLivePreRollConfiguration :: LivePreRollConfiguration Source #

Create a value of LivePreRollConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:adDecisionServerUrl:LivePreRollConfiguration', livePreRollConfiguration_adDecisionServerUrl - The URL for the ad decision server (ADS) for pre-roll ads. This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.

$sel:maxDurationSeconds:LivePreRollConfiguration', livePreRollConfiguration_maxDurationSeconds - The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.

livePreRollConfiguration_adDecisionServerUrl :: Lens' LivePreRollConfiguration (Maybe Text) Source #

The URL for the ad decision server (ADS) for pre-roll ads. This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum length is 25,000 characters.

livePreRollConfiguration_maxDurationSeconds :: Lens' LivePreRollConfiguration (Maybe Int) Source #

The maximum allowed duration for the pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this duration, regardless of the total duration of ads that the ADS returns.

LogConfiguration

data LogConfiguration Source #

Returns Amazon CloudWatch log settings for a playback configuration.

See: newLogConfiguration smart constructor.

Constructors

LogConfiguration' 

Fields

  • percentEnabled :: Int

    The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.

    Valid values: 0 - 100

Instances

Instances details
Eq LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Read LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Show LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Generic LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Associated Types

type Rep LogConfiguration :: Type -> Type #

NFData LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

Methods

rnf :: LogConfiguration -> () #

Hashable LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

FromJSON LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

type Rep LogConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.LogConfiguration

type Rep LogConfiguration = D1 ('MetaData "LogConfiguration" "Amazonka.MediaTailor.Types.LogConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "LogConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "percentEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newLogConfiguration Source #

Create a value of LogConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:percentEnabled:LogConfiguration', logConfiguration_percentEnabled - The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.

Valid values: 0 - 100

logConfiguration_percentEnabled :: Lens' LogConfiguration Int Source #

The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account. For example, if your playback configuration has 1000 sessions and percentEnabled is set to 60, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs. MediaTailor decides at random which of the playback configuration sessions to send logs for. If you want to view logs for a specific session, you can use the debug log mode.

Valid values: 0 - 100

ManifestProcessingRules

data ManifestProcessingRules Source #

The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

See: newManifestProcessingRules smart constructor.

Constructors

ManifestProcessingRules' 

Fields

  • adMarkerPassthrough :: Maybe AdMarkerPassthrough

    For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.

    No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.

Instances

Instances details
Eq ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Read ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Show ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Generic ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Associated Types

type Rep ManifestProcessingRules :: Type -> Type #

NFData ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Methods

rnf :: ManifestProcessingRules -> () #

Hashable ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

ToJSON ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

FromJSON ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

type Rep ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

type Rep ManifestProcessingRules = D1 ('MetaData "ManifestProcessingRules" "Amazonka.MediaTailor.Types.ManifestProcessingRules" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ManifestProcessingRules'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adMarkerPassthrough") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdMarkerPassthrough))))

newManifestProcessingRules :: ManifestProcessingRules Source #

Create a value of ManifestProcessingRules with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:adMarkerPassthrough:ManifestProcessingRules', manifestProcessingRules_adMarkerPassthrough - For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.

No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.

manifestProcessingRules_adMarkerPassthrough :: Lens' ManifestProcessingRules (Maybe AdMarkerPassthrough) Source #

For HLS, when set to true, MediaTailor passes through EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers from the origin manifest to the MediaTailor personalized manifest.

No logic is applied to these ad markers. For example, if EXT-X-CUE-OUT has a value of 60, but no ads are filled for that ad break, MediaTailor will not set the value to 0.

PlaybackConfiguration

data PlaybackConfiguration Source #

Creates a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.

See: newPlaybackConfiguration smart constructor.

Constructors

PlaybackConfiguration' 

Fields

Instances

Instances details
Eq PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Read PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Show PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Generic PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Associated Types

type Rep PlaybackConfiguration :: Type -> Type #

NFData PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

Methods

rnf :: PlaybackConfiguration -> () #

Hashable PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

FromJSON PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

type Rep PlaybackConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PlaybackConfiguration

type Rep PlaybackConfiguration = D1 ('MetaData "PlaybackConfiguration" "Amazonka.MediaTailor.Types.PlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PlaybackConfiguration'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "playbackEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hlsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsConfiguration))) :*: (S1 ('MetaSel ('Just "personalizationThresholdSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "playbackConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "availSuppression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AvailSuppression)) :*: S1 ('MetaSel ('Just "bumper") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bumper))) :*: (S1 ('MetaSel ('Just "adDecisionServerUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "videoContentSourceUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dashConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashConfiguration)))))) :*: (((S1 ('MetaSel ('Just "manifestProcessingRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestProcessingRules)) :*: S1 ('MetaSel ('Just "logConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogConfiguration))) :*: (S1 ('MetaSel ('Just "livePreRollConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LivePreRollConfiguration)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sessionInitializationEndpointPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "configurationAliases") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text (HashMap Text Text)))) :*: S1 ('MetaSel ('Just "transcodeProfileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "slateAdUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdnConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CdnConfiguration))))))))

newPlaybackConfiguration :: PlaybackConfiguration Source #

Create a value of PlaybackConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:playbackEndpointPrefix:PlaybackConfiguration', playbackConfiguration_playbackEndpointPrefix - The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.

$sel:hlsConfiguration:PlaybackConfiguration', playbackConfiguration_hlsConfiguration - The configuration for HLS content.

$sel:personalizationThresholdSeconds:PlaybackConfiguration', playbackConfiguration_personalizationThresholdSeconds - Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.

$sel:playbackConfigurationArn:PlaybackConfiguration', playbackConfiguration_playbackConfigurationArn - The Amazon Resource Name (ARN) for the playback configuration.

$sel:availSuppression:PlaybackConfiguration', playbackConfiguration_availSuppression - The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

$sel:bumper:PlaybackConfiguration', playbackConfiguration_bumper - The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.

$sel:adDecisionServerUrl:PlaybackConfiguration', playbackConfiguration_adDecisionServerUrl - The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.

$sel:videoContentSourceUrl:PlaybackConfiguration', playbackConfiguration_videoContentSourceUrl - The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

$sel:dashConfiguration:PlaybackConfiguration', playbackConfiguration_dashConfiguration - The configuration for a DASH source.

$sel:manifestProcessingRules:PlaybackConfiguration', playbackConfiguration_manifestProcessingRules - The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

$sel:logConfiguration:PlaybackConfiguration', playbackConfiguration_logConfiguration - The Amazon CloudWatch log settings for a playback configuration.

$sel:livePreRollConfiguration:PlaybackConfiguration', playbackConfiguration_livePreRollConfiguration - The configuration for pre-roll ad insertion.

$sel:name:PlaybackConfiguration', playbackConfiguration_name - The identifier for the playback configuration.

$sel:sessionInitializationEndpointPrefix:PlaybackConfiguration', playbackConfiguration_sessionInitializationEndpointPrefix - The URL that the player uses to initialize a session that uses client-side reporting.

$sel:configurationAliases:PlaybackConfiguration', playbackConfiguration_configurationAliases - The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

$sel:transcodeProfileName:PlaybackConfiguration', playbackConfiguration_transcodeProfileName - The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.

$sel:tags:PlaybackConfiguration', playbackConfiguration_tags - The tags to assign to the playback configuration.

$sel:slateAdUrl:PlaybackConfiguration', playbackConfiguration_slateAdUrl - The URL for a video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.

$sel:cdnConfiguration:PlaybackConfiguration', playbackConfiguration_cdnConfiguration - The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

playbackConfiguration_playbackEndpointPrefix :: Lens' PlaybackConfiguration (Maybe Text) Source #

The URL that the player accesses to get a manifest from AWS Elemental MediaTailor.

playbackConfiguration_personalizationThresholdSeconds :: Lens' PlaybackConfiguration (Maybe Natural) Source #

Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad break. If the duration of underfilled ad time exceeds the personalization threshold, then the personalization of the ad break is abandoned and the underlying content is shown. This feature applies to ad replacement in live and VOD streams, rather than ad insertion, because it relies on an underlying content stream. For more information about ad break behavior, including ad replacement and insertion, see Ad Behavior in AWS Elemental MediaTailor.

playbackConfiguration_playbackConfigurationArn :: Lens' PlaybackConfiguration (Maybe Text) Source #

The Amazon Resource Name (ARN) for the playback configuration.

playbackConfiguration_availSuppression :: Lens' PlaybackConfiguration (Maybe AvailSuppression) Source #

The configuration for avail suppression, also known as ad suppression. For more information about ad suppression, see Ad Suppression.

playbackConfiguration_bumper :: Lens' PlaybackConfiguration (Maybe Bumper) Source #

The configuration for bumpers. Bumpers are short audio or video clips that play at the start or before the end of an ad break. To learn more about bumpers, see Bumpers.

playbackConfiguration_adDecisionServerUrl :: Lens' PlaybackConfiguration (Maybe Text) Source #

The URL for the ad decision server (ADS). This includes the specification of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes player-specific and session-specific parameters as needed when calling the ADS. Alternately, for testing you can provide a static VAST URL. The maximum length is 25,000 characters.

playbackConfiguration_videoContentSourceUrl :: Lens' PlaybackConfiguration (Maybe Text) Source #

The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum length is 512 characters.

playbackConfiguration_manifestProcessingRules :: Lens' PlaybackConfiguration (Maybe ManifestProcessingRules) Source #

The configuration for manifest processing rules. Manifest processing rules enable customization of the personalized manifests created by MediaTailor.

playbackConfiguration_logConfiguration :: Lens' PlaybackConfiguration (Maybe LogConfiguration) Source #

The Amazon CloudWatch log settings for a playback configuration.

playbackConfiguration_name :: Lens' PlaybackConfiguration (Maybe Text) Source #

The identifier for the playback configuration.

playbackConfiguration_sessionInitializationEndpointPrefix :: Lens' PlaybackConfiguration (Maybe Text) Source #

The URL that the player uses to initialize a session that uses client-side reporting.

playbackConfiguration_configurationAliases :: Lens' PlaybackConfiguration (Maybe (HashMap Text (HashMap Text Text))) Source #

The player parameters and aliases used as dynamic variables during session initialization. For more information, see Domain Variables.

playbackConfiguration_transcodeProfileName :: Lens' PlaybackConfiguration (Maybe Text) Source #

The name that is used to associate this playback configuration with a custom transcode profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this only if you have already set up custom profiles with the help of AWS Support.

playbackConfiguration_tags :: Lens' PlaybackConfiguration (Maybe (HashMap Text Text)) Source #

The tags to assign to the playback configuration.

playbackConfiguration_slateAdUrl :: Lens' PlaybackConfiguration (Maybe Text) Source #

The URL for a video asset to transcode and use to fill in time that's not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media content. Configuring the slate is optional for non-VPAID playback configurations. For VPAID, the slate is required because MediaTailor provides it in the slots designated for dynamic ad content. The slate must be a high-quality asset that contains both audio and video.

playbackConfiguration_cdnConfiguration :: Lens' PlaybackConfiguration (Maybe CdnConfiguration) Source #

The configuration for using a content delivery network (CDN), like Amazon CloudFront, for content and ad segment management.

PrefetchConsumption

data PrefetchConsumption Source #

A complex type that contains settings that determine how and when that MediaTailor places prefetched ads into upcoming ad breaks.

See: newPrefetchConsumption smart constructor.

Constructors

PrefetchConsumption' 

Fields

  • startTime :: Maybe POSIX

    The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime, the prefetched ads are available after MediaTailor retrives them from the ad decision server.

  • availMatchingCriteria :: Maybe [AvailMatchingCriteria]

    If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as scte.event_id, set the avail matching criteria.

  • endTime :: POSIX

    The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call DeletePrefetchSchedule.

Instances

Instances details
Eq PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Read PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Show PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Generic PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Associated Types

type Rep PrefetchConsumption :: Type -> Type #

NFData PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

Methods

rnf :: PrefetchConsumption -> () #

Hashable PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

ToJSON PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

FromJSON PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

type Rep PrefetchConsumption Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchConsumption

type Rep PrefetchConsumption = D1 ('MetaData "PrefetchConsumption" "Amazonka.MediaTailor.Types.PrefetchConsumption" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PrefetchConsumption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "availMatchingCriteria") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AvailMatchingCriteria])) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newPrefetchConsumption Source #

Create a value of PrefetchConsumption with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startTime:PrefetchConsumption', prefetchConsumption_startTime - The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime, the prefetched ads are available after MediaTailor retrives them from the ad decision server.

$sel:availMatchingCriteria:PrefetchConsumption', prefetchConsumption_availMatchingCriteria - If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as scte.event_id, set the avail matching criteria.

$sel:endTime:PrefetchConsumption', prefetchConsumption_endTime - The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call DeletePrefetchSchedule.

prefetchConsumption_startTime :: Lens' PrefetchConsumption (Maybe UTCTime) Source #

The time when prefetched ads are considered for use in an ad break. If you don't specify StartTime, the prefetched ads are available after MediaTailor retrives them from the ad decision server.

prefetchConsumption_availMatchingCriteria :: Lens' PrefetchConsumption (Maybe [AvailMatchingCriteria]) Source #

If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such as scte.event_id, set the avail matching criteria.

prefetchConsumption_endTime :: Lens' PrefetchConsumption UTCTime Source #

The time when MediaTailor no longer considers the prefetched ads for use in an ad break. MediaTailor automatically deletes prefetch schedules no less than seven days after the end time. If you'd like to manually delete the prefetch schedule, you can call DeletePrefetchSchedule.

PrefetchRetrieval

data PrefetchRetrieval Source #

A complex type that contains settings governing when MediaTailor prefetches ads, and which dynamic variables that MediaTailor includes in the request to the ad decision server.

See: newPrefetchRetrieval smart constructor.

Constructors

PrefetchRetrieval' 

Fields

  • startTime :: Maybe POSIX

    The time when prefetch retrievals can start for this break. Ad prefetching will be attempted for manifest requests that occur at or after this time. Defaults to the current time. If not specified, the prefetch retrieval starts as soon as possible.

  • dynamicVariables :: Maybe (HashMap Text Text)

    The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).

    You intially configure dynamic variables for the ADS URL when you set up your playback configuration. When you specify DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.

  • endTime :: POSIX

    The time when prefetch retrieval ends for the ad break. Prefetching will be attempted for manifest requests that occur at or before this time.

Instances

Instances details
Eq PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Read PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Show PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Generic PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Associated Types

type Rep PrefetchRetrieval :: Type -> Type #

NFData PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

Methods

rnf :: PrefetchRetrieval -> () #

Hashable PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

ToJSON PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

FromJSON PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

type Rep PrefetchRetrieval Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchRetrieval

type Rep PrefetchRetrieval = D1 ('MetaData "PrefetchRetrieval" "Amazonka.MediaTailor.Types.PrefetchRetrieval" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PrefetchRetrieval'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "dynamicVariables") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

newPrefetchRetrieval Source #

Create a value of PrefetchRetrieval with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:startTime:PrefetchRetrieval', prefetchRetrieval_startTime - The time when prefetch retrievals can start for this break. Ad prefetching will be attempted for manifest requests that occur at or after this time. Defaults to the current time. If not specified, the prefetch retrieval starts as soon as possible.

$sel:dynamicVariables:PrefetchRetrieval', prefetchRetrieval_dynamicVariables - The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).

You intially configure dynamic variables for the ADS URL when you set up your playback configuration. When you specify DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.

$sel:endTime:PrefetchRetrieval', prefetchRetrieval_endTime - The time when prefetch retrieval ends for the ad break. Prefetching will be attempted for manifest requests that occur at or before this time.

prefetchRetrieval_startTime :: Lens' PrefetchRetrieval (Maybe UTCTime) Source #

The time when prefetch retrievals can start for this break. Ad prefetching will be attempted for manifest requests that occur at or after this time. Defaults to the current time. If not specified, the prefetch retrieval starts as soon as possible.

prefetchRetrieval_dynamicVariables :: Lens' PrefetchRetrieval (Maybe (HashMap Text Text)) Source #

The dynamic variables to use for substitution during prefetch requests to the ad decision server (ADS).

You intially configure dynamic variables for the ADS URL when you set up your playback configuration. When you specify DynamicVariables for prefetch retrieval, MediaTailor includes the dynamic variables in the request to the ADS.

prefetchRetrieval_endTime :: Lens' PrefetchRetrieval UTCTime Source #

The time when prefetch retrieval ends for the ad break. Prefetching will be attempted for manifest requests that occur at or before this time.

PrefetchSchedule

data PrefetchSchedule Source #

A complex type that contains prefetch schedule information.

See: newPrefetchSchedule smart constructor.

Constructors

PrefetchSchedule' 

Fields

  • streamId :: Maybe Text

    An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.

  • retrieval :: PrefetchRetrieval

    A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

  • consumption :: PrefetchConsumption

    Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.

  • arn :: Text

    The Amazon Resource Name (ARN) of the prefetch schedule.

  • playbackConfigurationName :: Text

    The name of the playback configuration to create the prefetch schedule for.

  • name :: Text

    The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.

Instances

Instances details
Eq PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Read PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Show PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Generic PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Associated Types

type Rep PrefetchSchedule :: Type -> Type #

NFData PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

Methods

rnf :: PrefetchSchedule -> () #

Hashable PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

FromJSON PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

type Rep PrefetchSchedule Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.PrefetchSchedule

type Rep PrefetchSchedule = D1 ('MetaData "PrefetchSchedule" "Amazonka.MediaTailor.Types.PrefetchSchedule" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "PrefetchSchedule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "streamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "retrieval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrefetchRetrieval) :*: S1 ('MetaSel ('Just "consumption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PrefetchConsumption))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "playbackConfigurationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newPrefetchSchedule Source #

Create a value of PrefetchSchedule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:streamId:PrefetchSchedule', prefetchSchedule_streamId - An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.

$sel:retrieval:PrefetchSchedule', prefetchSchedule_retrieval - A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

$sel:consumption:PrefetchSchedule', prefetchSchedule_consumption - Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.

$sel:arn:PrefetchSchedule', prefetchSchedule_arn - The Amazon Resource Name (ARN) of the prefetch schedule.

$sel:playbackConfigurationName:PrefetchSchedule', prefetchSchedule_playbackConfigurationName - The name of the playback configuration to create the prefetch schedule for.

$sel:name:PrefetchSchedule', prefetchSchedule_name - The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.

prefetchSchedule_streamId :: Lens' PrefetchSchedule (Maybe Text) Source #

An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same playback configuration.

prefetchSchedule_retrieval :: Lens' PrefetchSchedule PrefetchRetrieval Source #

A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).

prefetchSchedule_consumption :: Lens' PrefetchSchedule PrefetchConsumption Source #

Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks. Ad consumption occurs within a span of time that you define, called a consumption window. You can designate which ad breaks that MediaTailor fills with prefetch ads by setting avail matching criteria.

prefetchSchedule_arn :: Lens' PrefetchSchedule Text Source #

The Amazon Resource Name (ARN) of the prefetch schedule.

prefetchSchedule_playbackConfigurationName :: Lens' PrefetchSchedule Text Source #

The name of the playback configuration to create the prefetch schedule for.

prefetchSchedule_name :: Lens' PrefetchSchedule Text Source #

The name of the prefetch schedule. The name must be unique among all prefetch schedules that are associated with the specified playback configuration.

RequestOutputItem

data RequestOutputItem Source #

The output configuration for this channel.

See: newRequestOutputItem smart constructor.

Constructors

RequestOutputItem' 

Fields

Instances

Instances details
Eq RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Read RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Show RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Generic RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Associated Types

type Rep RequestOutputItem :: Type -> Type #

NFData RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

Methods

rnf :: RequestOutputItem -> () #

Hashable RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

ToJSON RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

type Rep RequestOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.RequestOutputItem

type Rep RequestOutputItem = D1 ('MetaData "RequestOutputItem" "Amazonka.MediaTailor.Types.RequestOutputItem" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "RequestOutputItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hlsPlaylistSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsPlaylistSettings)) :*: S1 ('MetaSel ('Just "dashPlaylistSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashPlaylistSettings))) :*: (S1 ('MetaSel ('Just "manifestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newRequestOutputItem Source #

Create a value of RequestOutputItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hlsPlaylistSettings:RequestOutputItem', requestOutputItem_hlsPlaylistSettings - HLS playlist configuration parameters.

$sel:dashPlaylistSettings:RequestOutputItem', requestOutputItem_dashPlaylistSettings - DASH manifest configuration parameters.

$sel:manifestName:RequestOutputItem', requestOutputItem_manifestName - The name of the manifest for the channel. The name appears in the PlaybackUrl.

$sel:sourceGroup:RequestOutputItem', requestOutputItem_sourceGroup - A string used to match which HttpPackageConfiguration is used for each VodSource.

requestOutputItem_manifestName :: Lens' RequestOutputItem Text Source #

The name of the manifest for the channel. The name appears in the PlaybackUrl.

requestOutputItem_sourceGroup :: Lens' RequestOutputItem Text Source #

A string used to match which HttpPackageConfiguration is used for each VodSource.

ResponseOutputItem

data ResponseOutputItem Source #

This response includes only the "property" : "type" property.

See: newResponseOutputItem smart constructor.

Constructors

ResponseOutputItem' 

Fields

Instances

Instances details
Eq ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Read ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Show ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Generic ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Associated Types

type Rep ResponseOutputItem :: Type -> Type #

NFData ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

Methods

rnf :: ResponseOutputItem -> () #

Hashable ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

FromJSON ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

type Rep ResponseOutputItem Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ResponseOutputItem

type Rep ResponseOutputItem = D1 ('MetaData "ResponseOutputItem" "Amazonka.MediaTailor.Types.ResponseOutputItem" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ResponseOutputItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hlsPlaylistSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsPlaylistSettings)) :*: S1 ('MetaSel ('Just "dashPlaylistSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashPlaylistSettings))) :*: (S1 ('MetaSel ('Just "manifestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "playbackUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newResponseOutputItem Source #

Create a value of ResponseOutputItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hlsPlaylistSettings:ResponseOutputItem', responseOutputItem_hlsPlaylistSettings - HLS manifest configuration settings.

$sel:dashPlaylistSettings:ResponseOutputItem', responseOutputItem_dashPlaylistSettings - DASH manifest configuration settings.

$sel:manifestName:ResponseOutputItem', responseOutputItem_manifestName - The name of the manifest for the channel that will appear in the channel output's playback URL.

$sel:playbackUrl:ResponseOutputItem', responseOutputItem_playbackUrl - The URL used for playback by content players.

$sel:sourceGroup:ResponseOutputItem', responseOutputItem_sourceGroup - A string used to associate a package configuration source group with a channel output.

responseOutputItem_manifestName :: Lens' ResponseOutputItem Text Source #

The name of the manifest for the channel that will appear in the channel output's playback URL.

responseOutputItem_playbackUrl :: Lens' ResponseOutputItem Text Source #

The URL used for playback by content players.

responseOutputItem_sourceGroup :: Lens' ResponseOutputItem Text Source #

A string used to associate a package configuration source group with a channel output.

ScheduleAdBreak

data ScheduleAdBreak Source #

The schedule's ad break properties.

See: newScheduleAdBreak smart constructor.

Constructors

ScheduleAdBreak' 

Fields

Instances

Instances details
Eq ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Read ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Show ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Generic ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Associated Types

type Rep ScheduleAdBreak :: Type -> Type #

NFData ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

Methods

rnf :: ScheduleAdBreak -> () #

Hashable ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

FromJSON ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

type Rep ScheduleAdBreak Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleAdBreak

type Rep ScheduleAdBreak = D1 ('MetaData "ScheduleAdBreak" "Amazonka.MediaTailor.Types.ScheduleAdBreak" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ScheduleAdBreak'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approximateDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approximateStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newScheduleAdBreak :: ScheduleAdBreak Source #

Create a value of ScheduleAdBreak with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceLocationName:ScheduleAdBreak', scheduleAdBreak_sourceLocationName - The name of the source location containing the VOD source used for the ad break.

$sel:approximateDurationSeconds:ScheduleAdBreak', scheduleAdBreak_approximateDurationSeconds - The approximate duration of the ad break, in seconds.

$sel:vodSourceName:ScheduleAdBreak', scheduleAdBreak_vodSourceName - The name of the VOD source used for the ad break.

$sel:approximateStartTime:ScheduleAdBreak', scheduleAdBreak_approximateStartTime - The approximate time that the ad will start playing.

scheduleAdBreak_sourceLocationName :: Lens' ScheduleAdBreak (Maybe Text) Source #

The name of the source location containing the VOD source used for the ad break.

scheduleAdBreak_approximateDurationSeconds :: Lens' ScheduleAdBreak (Maybe Integer) Source #

The approximate duration of the ad break, in seconds.

scheduleAdBreak_vodSourceName :: Lens' ScheduleAdBreak (Maybe Text) Source #

The name of the VOD source used for the ad break.

scheduleAdBreak_approximateStartTime :: Lens' ScheduleAdBreak (Maybe UTCTime) Source #

The approximate time that the ad will start playing.

ScheduleConfiguration

data ScheduleConfiguration Source #

Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.

See: newScheduleConfiguration smart constructor.

Constructors

ScheduleConfiguration' 

Fields

Instances

Instances details
Eq ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Read ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Show ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Generic ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Associated Types

type Rep ScheduleConfiguration :: Type -> Type #

NFData ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

Methods

rnf :: ScheduleConfiguration -> () #

Hashable ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

ToJSON ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

type Rep ScheduleConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleConfiguration

type Rep ScheduleConfiguration = D1 ('MetaData "ScheduleConfiguration" "Amazonka.MediaTailor.Types.ScheduleConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ScheduleConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "transition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Transition)))

newScheduleConfiguration Source #

Create a value of ScheduleConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:transition:ScheduleConfiguration', scheduleConfiguration_transition - Program transition configurations.

ScheduleEntry

data ScheduleEntry Source #

The properties for a schedule.

See: newScheduleEntry smart constructor.

Constructors

ScheduleEntry' 

Fields

Instances

Instances details
Eq ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Read ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Show ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Generic ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Associated Types

type Rep ScheduleEntry :: Type -> Type #

NFData ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

Methods

rnf :: ScheduleEntry -> () #

Hashable ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

FromJSON ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

type Rep ScheduleEntry Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ScheduleEntry

type Rep ScheduleEntry = D1 ('MetaData "ScheduleEntry" "Amazonka.MediaTailor.Types.ScheduleEntry" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "ScheduleEntry'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "scheduleAdBreaks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScheduleAdBreak])) :*: S1 ('MetaSel ('Just "approximateDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "approximateStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "scheduleEntryType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleEntryType)))) :*: ((S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "channelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "programName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newScheduleEntry Source #

Create a value of ScheduleEntry with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scheduleAdBreaks:ScheduleEntry', scheduleEntry_scheduleAdBreaks - The schedule's ad break properties.

$sel:approximateDurationSeconds:ScheduleEntry', scheduleEntry_approximateDurationSeconds - The approximate duration of this program, in seconds.

$sel:approximateStartTime:ScheduleEntry', scheduleEntry_approximateStartTime - The approximate time that the program will start playing.

$sel:scheduleEntryType:ScheduleEntry', scheduleEntry_scheduleEntryType - The type of schedule entry.

Valid values: PROGRAM or FILLER_SLATE.

$sel:vodSourceName:ScheduleEntry', scheduleEntry_vodSourceName - The name of the VOD source.

$sel:channelName:ScheduleEntry', scheduleEntry_channelName - The name of the channel that uses this schedule.

$sel:sourceLocationName:ScheduleEntry', scheduleEntry_sourceLocationName - The name of the source location.

$sel:arn:ScheduleEntry', scheduleEntry_arn - The ARN of the program.

$sel:programName:ScheduleEntry', scheduleEntry_programName - The name of the program.

scheduleEntry_approximateDurationSeconds :: Lens' ScheduleEntry (Maybe Integer) Source #

The approximate duration of this program, in seconds.

scheduleEntry_approximateStartTime :: Lens' ScheduleEntry (Maybe UTCTime) Source #

The approximate time that the program will start playing.

scheduleEntry_scheduleEntryType :: Lens' ScheduleEntry (Maybe ScheduleEntryType) Source #

The type of schedule entry.

Valid values: PROGRAM or FILLER_SLATE.

scheduleEntry_channelName :: Lens' ScheduleEntry Text Source #

The name of the channel that uses this schedule.

scheduleEntry_arn :: Lens' ScheduleEntry Text Source #

The ARN of the program.

SecretsManagerAccessTokenConfiguration

data SecretsManagerAccessTokenConfiguration Source #

AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see Working with AWS Secrets Manager access token authentication.

See: newSecretsManagerAccessTokenConfiguration smart constructor.

Constructors

SecretsManagerAccessTokenConfiguration' 

Fields

  • headerName :: Maybe Text

    The name of the HTTP header used to supply the access token in requests to the source location.

  • secretStringKey :: Maybe Text

    The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.

  • secretArn :: Maybe Text

    The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

Instances

Instances details
Eq SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Read SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Show SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Generic SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

NFData SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

Hashable SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

ToJSON SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

FromJSON SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

type Rep SecretsManagerAccessTokenConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration

type Rep SecretsManagerAccessTokenConfiguration = D1 ('MetaData "SecretsManagerAccessTokenConfiguration" "Amazonka.MediaTailor.Types.SecretsManagerAccessTokenConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SecretsManagerAccessTokenConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "headerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "secretStringKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "secretArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newSecretsManagerAccessTokenConfiguration :: SecretsManagerAccessTokenConfiguration Source #

Create a value of SecretsManagerAccessTokenConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:headerName:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_headerName - The name of the HTTP header used to supply the access token in requests to the source location.

$sel:secretStringKey:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_secretStringKey - The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.

$sel:secretArn:SecretsManagerAccessTokenConfiguration', secretsManagerAccessTokenConfiguration_secretArn - The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

secretsManagerAccessTokenConfiguration_headerName :: Lens' SecretsManagerAccessTokenConfiguration (Maybe Text) Source #

The name of the HTTP header used to supply the access token in requests to the source location.

secretsManagerAccessTokenConfiguration_secretStringKey :: Lens' SecretsManagerAccessTokenConfiguration (Maybe Text) Source #

The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.

secretsManagerAccessTokenConfiguration_secretArn :: Lens' SecretsManagerAccessTokenConfiguration (Maybe Text) Source #

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

SlateSource

data SlateSource Source #

Slate VOD source configuration.

See: newSlateSource smart constructor.

Constructors

SlateSource' 

Fields

Instances

Instances details
Eq SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Read SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Show SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Generic SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Associated Types

type Rep SlateSource :: Type -> Type #

NFData SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

Methods

rnf :: SlateSource -> () #

Hashable SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

ToJSON SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

FromJSON SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

type Rep SlateSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SlateSource

type Rep SlateSource = D1 ('MetaData "SlateSource" "Amazonka.MediaTailor.Types.SlateSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SlateSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSlateSource :: SlateSource Source #

Create a value of SlateSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceLocationName:SlateSource', slateSource_sourceLocationName - The name of the source location where the slate VOD source is stored.

$sel:vodSourceName:SlateSource', slateSource_vodSourceName - The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.

slateSource_sourceLocationName :: Lens' SlateSource (Maybe Text) Source #

The name of the source location where the slate VOD source is stored.

slateSource_vodSourceName :: Lens' SlateSource (Maybe Text) Source #

The slate VOD source name. The VOD source must already exist in a source location before it can be used for slate.

SourceLocation

data SourceLocation Source #

This response includes only the "type" : "object" property.

See: newSourceLocation smart constructor.

Constructors

SourceLocation' 

Fields

Instances

Instances details
Eq SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Read SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Show SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Generic SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Associated Types

type Rep SourceLocation :: Type -> Type #

NFData SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

Methods

rnf :: SourceLocation -> () #

Hashable SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

FromJSON SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

type Rep SourceLocation Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SourceLocation

type Rep SourceLocation = D1 ('MetaData "SourceLocation" "Amazonka.MediaTailor.Types.SourceLocation" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SourceLocation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "accessConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessConfiguration)) :*: S1 ('MetaSel ('Just "defaultSegmentDeliveryConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefaultSegmentDeliveryConfiguration)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HttpConfiguration) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newSourceLocation Source #

Create a value of SourceLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:SourceLocation', sourceLocation_creationTime - The timestamp that indicates when the source location was created.

$sel:lastModifiedTime:SourceLocation', sourceLocation_lastModifiedTime - The timestamp that indicates when the source location was last modified.

$sel:accessConfiguration:SourceLocation', sourceLocation_accessConfiguration - The access configuration for the source location.

$sel:defaultSegmentDeliveryConfiguration:SourceLocation', sourceLocation_defaultSegmentDeliveryConfiguration - The default segment delivery configuration.

$sel:tags:SourceLocation', sourceLocation_tags - The tags assigned to the source location.

$sel:sourceLocationName:SourceLocation', sourceLocation_sourceLocationName - The name of the source location.

$sel:httpConfiguration:SourceLocation', sourceLocation_httpConfiguration - The HTTP configuration for the source location.

$sel:arn:SourceLocation', sourceLocation_arn - The ARN of the SourceLocation.

sourceLocation_creationTime :: Lens' SourceLocation (Maybe UTCTime) Source #

The timestamp that indicates when the source location was created.

sourceLocation_lastModifiedTime :: Lens' SourceLocation (Maybe UTCTime) Source #

The timestamp that indicates when the source location was last modified.

sourceLocation_accessConfiguration :: Lens' SourceLocation (Maybe AccessConfiguration) Source #

The access configuration for the source location.

sourceLocation_tags :: Lens' SourceLocation (Maybe (HashMap Text Text)) Source #

The tags assigned to the source location.

sourceLocation_httpConfiguration :: Lens' SourceLocation HttpConfiguration Source #

The HTTP configuration for the source location.

sourceLocation_arn :: Lens' SourceLocation Text Source #

The ARN of the SourceLocation.

SpliceInsertMessage

data SpliceInsertMessage Source #

Splice insert message configuration.

See: newSpliceInsertMessage smart constructor.

Constructors

SpliceInsertMessage' 

Fields

  • availNum :: Maybe Int

    This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

  • uniqueProgramId :: Maybe Int

    This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

  • availsExpected :: Maybe Int

    This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

  • spliceEventId :: Maybe Int

    This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1.

Instances

Instances details
Eq SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Read SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Show SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Generic SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Associated Types

type Rep SpliceInsertMessage :: Type -> Type #

NFData SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

Methods

rnf :: SpliceInsertMessage -> () #

Hashable SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

ToJSON SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

FromJSON SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

type Rep SpliceInsertMessage Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.SpliceInsertMessage

type Rep SpliceInsertMessage = D1 ('MetaData "SpliceInsertMessage" "Amazonka.MediaTailor.Types.SpliceInsertMessage" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "SpliceInsertMessage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "availNum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "uniqueProgramId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "availsExpected") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "spliceEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newSpliceInsertMessage :: SpliceInsertMessage Source #

Create a value of SpliceInsertMessage with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:availNum:SpliceInsertMessage', spliceInsertMessage_availNum - This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

$sel:uniqueProgramId:SpliceInsertMessage', spliceInsertMessage_uniqueProgramId - This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

$sel:availsExpected:SpliceInsertMessage', spliceInsertMessage_availsExpected - This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

$sel:spliceEventId:SpliceInsertMessage', spliceInsertMessage_spliceEventId - This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1.

spliceInsertMessage_availNum :: Lens' SpliceInsertMessage (Maybe Int) Source #

This is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

spliceInsertMessage_uniqueProgramId :: Lens' SpliceInsertMessage (Maybe Int) Source #

This is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

spliceInsertMessage_availsExpected :: Lens' SpliceInsertMessage (Maybe Int) Source #

This is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 0. Values must be between 0 and 256, inclusive.

spliceInsertMessage_spliceEventId :: Lens' SpliceInsertMessage (Maybe Int) Source #

This is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is 1.

Transition

data Transition Source #

Program transition configuration.

See: newTransition smart constructor.

Constructors

Transition' 

Fields

  • scheduledStartTimeMillis :: Maybe Integer

    The date and time that the program is scheduled to start, in epoch milliseconds.

  • relativeProgram :: Maybe Text

    The name of the program that this program will be inserted next to, as defined by RelativePosition.

  • type' :: Text

    Defines when the program plays in the schedule. You can set the value to ABSOLUTE or RELATIVE.

    ABSOLUTE - The program plays at a specific wall clock time. This setting can only be used for channels using the LINEAR PlaybackMode.

    Note the following considerations when using ABSOLUTE transitions:

    If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary.

    If there are gaps in playback, MediaTailor plays the FillerSlate you configured for your linear channel.

    RELATIVE - The program is inserted into the schedule either before or after a program that you specify via RelativePosition.

  • relativePosition :: RelativePosition

    The position where this program will be inserted relative to the RelativePosition.

Instances

Instances details
Eq Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Read Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Show Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Generic Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Associated Types

type Rep Transition :: Type -> Type #

NFData Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

Methods

rnf :: Transition -> () #

Hashable Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

ToJSON Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

type Rep Transition Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.Transition

type Rep Transition = D1 ('MetaData "Transition" "Amazonka.MediaTailor.Types.Transition" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "Transition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "scheduledStartTimeMillis") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "relativeProgram") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "relativePosition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RelativePosition))))

newTransition Source #

Create a value of Transition with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scheduledStartTimeMillis:Transition', transition_scheduledStartTimeMillis - The date and time that the program is scheduled to start, in epoch milliseconds.

$sel:relativeProgram:Transition', transition_relativeProgram - The name of the program that this program will be inserted next to, as defined by RelativePosition.

$sel:type':Transition', transition_type - Defines when the program plays in the schedule. You can set the value to ABSOLUTE or RELATIVE.

ABSOLUTE - The program plays at a specific wall clock time. This setting can only be used for channels using the LINEAR PlaybackMode.

Note the following considerations when using ABSOLUTE transitions:

If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary.

If there are gaps in playback, MediaTailor plays the FillerSlate you configured for your linear channel.

RELATIVE - The program is inserted into the schedule either before or after a program that you specify via RelativePosition.

$sel:relativePosition:Transition', transition_relativePosition - The position where this program will be inserted relative to the RelativePosition.

transition_scheduledStartTimeMillis :: Lens' Transition (Maybe Integer) Source #

The date and time that the program is scheduled to start, in epoch milliseconds.

transition_relativeProgram :: Lens' Transition (Maybe Text) Source #

The name of the program that this program will be inserted next to, as defined by RelativePosition.

transition_type :: Lens' Transition Text Source #

Defines when the program plays in the schedule. You can set the value to ABSOLUTE or RELATIVE.

ABSOLUTE - The program plays at a specific wall clock time. This setting can only be used for channels using the LINEAR PlaybackMode.

Note the following considerations when using ABSOLUTE transitions:

If the preceding program in the schedule has a duration that extends past the wall clock time, MediaTailor truncates the preceding program on a common segment boundary.

If there are gaps in playback, MediaTailor plays the FillerSlate you configured for your linear channel.

RELATIVE - The program is inserted into the schedule either before or after a program that you specify via RelativePosition.

transition_relativePosition :: Lens' Transition RelativePosition Source #

The position where this program will be inserted relative to the RelativePosition.

VodSource

data VodSource Source #

VOD source configuration parameters.

See: newVodSource smart constructor.

Constructors

VodSource' 

Fields

Instances

Instances details
Eq VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Read VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Show VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Generic VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Associated Types

type Rep VodSource :: Type -> Type #

NFData VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

Methods

rnf :: VodSource -> () #

Hashable VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

FromJSON VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

type Rep VodSource Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.VodSource

type Rep VodSource = D1 ('MetaData "VodSource" "Amazonka.MediaTailor.Types.VodSource" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "VodSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))) :*: ((S1 ('MetaSel ('Just "vodSourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sourceLocationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "httpPackageConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HttpPackageConfiguration]) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newVodSource Source #

Create a value of VodSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:VodSource', vodSource_creationTime - The timestamp that indicates when the VOD source was created.

$sel:lastModifiedTime:VodSource', vodSource_lastModifiedTime - The timestamp that indicates when the VOD source was last modified.

$sel:tags:VodSource', vodSource_tags - The tags assigned to the VOD source.

$sel:vodSourceName:VodSource', vodSource_vodSourceName - The name of the VOD source.

$sel:sourceLocationName:VodSource', vodSource_sourceLocationName - The name of the source location that the VOD source is associated with.

$sel:httpPackageConfigurations:VodSource', vodSource_httpPackageConfigurations - The HTTP package configurations for the VOD source.

$sel:arn:VodSource', vodSource_arn - The ARN for the VOD source.

vodSource_creationTime :: Lens' VodSource (Maybe UTCTime) Source #

The timestamp that indicates when the VOD source was created.

vodSource_lastModifiedTime :: Lens' VodSource (Maybe UTCTime) Source #

The timestamp that indicates when the VOD source was last modified.

vodSource_tags :: Lens' VodSource (Maybe (HashMap Text Text)) Source #

The tags assigned to the VOD source.

vodSource_vodSourceName :: Lens' VodSource Text Source #

The name of the VOD source.

vodSource_sourceLocationName :: Lens' VodSource Text Source #

The name of the source location that the VOD source is associated with.

vodSource_httpPackageConfigurations :: Lens' VodSource [HttpPackageConfiguration] Source #

The HTTP package configurations for the VOD source.

vodSource_arn :: Lens' VodSource Text Source #

The ARN for the VOD source.