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

Amazonka.MediaPackageVOD.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-11-07 of the Amazon Elemental MediaPackage VOD SDK configuration.

Errors

_ForbiddenException :: AsError a => Fold a ServiceError Source #

The client is not authorized to access the requested resource.

_InternalServerErrorException :: AsError a => Fold a ServiceError Source #

An unexpected error occurred.

_NotFoundException :: AsError a => Fold a ServiceError Source #

The requested resource does not exist.

_ServiceUnavailableException :: AsError a => Fold a ServiceError Source #

An unexpected error occurred.

_TooManyRequestsException :: AsError a => Fold a ServiceError Source #

The client has exceeded their resource or throttling limits.

_UnprocessableEntityException :: AsError a => Fold a ServiceError Source #

The parameters sent in the request are not valid.

AdMarkers

newtype AdMarkers Source #

Constructors

AdMarkers' 

Fields

Bundled Patterns

pattern AdMarkers_NONE :: AdMarkers 
pattern AdMarkers_PASSTHROUGH :: AdMarkers 
pattern AdMarkers_SCTE35_ENHANCED :: AdMarkers 

Instances

Instances details
FromJSON AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

FromJSONKey AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

ToJSON AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

ToJSONKey AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

ToByteString AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

Methods

toBS :: AdMarkers -> ByteString #

ToHeader AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

ToLog AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

ToQuery AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

FromText AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

ToText AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

Methods

toText :: AdMarkers -> Text #

FromXML AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

ToXML AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

Methods

toXML :: AdMarkers -> XML #

Generic AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

Associated Types

type Rep AdMarkers :: Type -> Type #

Read AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

Show AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

NFData AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

Methods

rnf :: AdMarkers -> () #

Eq AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

Ord AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

Hashable AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

type Rep AdMarkers Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AdMarkers

type Rep AdMarkers = D1 ('MetaData "AdMarkers" "Amazonka.MediaPackageVOD.Types.AdMarkers" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "AdMarkers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAdMarkers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EncryptionMethod

newtype EncryptionMethod Source #

Instances

Instances details
FromJSON EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

FromJSONKey EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

ToJSON EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

ToJSONKey EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

ToByteString EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

ToHeader EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

ToLog EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

ToQuery EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

FromText EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

ToText EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

FromXML EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

ToXML EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

Generic EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

Associated Types

type Rep EncryptionMethod :: Type -> Type #

Read EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

Show EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

NFData EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

Methods

rnf :: EncryptionMethod -> () #

Eq EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

Ord EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

Hashable EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

type Rep EncryptionMethod Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionMethod

type Rep EncryptionMethod = D1 ('MetaData "EncryptionMethod" "Amazonka.MediaPackageVOD.Types.EncryptionMethod" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "EncryptionMethod'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEncryptionMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ManifestLayout

newtype ManifestLayout Source #

Constructors

ManifestLayout' 

Instances

Instances details
FromJSON ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

FromJSONKey ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

ToJSON ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

ToJSONKey ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

ToByteString ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

ToHeader ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

ToLog ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

ToQuery ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

FromText ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

ToText ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

FromXML ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

ToXML ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

Methods

toXML :: ManifestLayout -> XML #

Generic ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

Associated Types

type Rep ManifestLayout :: Type -> Type #

Read ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

Show ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

NFData ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

Methods

rnf :: ManifestLayout -> () #

Eq ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

Ord ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

Hashable ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

type Rep ManifestLayout Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ManifestLayout

type Rep ManifestLayout = D1 ('MetaData "ManifestLayout" "Amazonka.MediaPackageVOD.Types.ManifestLayout" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "ManifestLayout'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromManifestLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PeriodTriggersElement

newtype PeriodTriggersElement Source #

Instances

Instances details
FromJSON PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

FromJSONKey PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

ToJSON PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

ToJSONKey PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

ToByteString PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

ToHeader PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

ToLog PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

ToQuery PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

FromText PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

ToText PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

FromXML PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

ToXML PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

Generic PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

Associated Types

type Rep PeriodTriggersElement :: Type -> Type #

Read PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

Show PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

NFData PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

Methods

rnf :: PeriodTriggersElement -> () #

Eq PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

Ord PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

Hashable PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

type Rep PeriodTriggersElement Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PeriodTriggersElement

type Rep PeriodTriggersElement = D1 ('MetaData "PeriodTriggersElement" "Amazonka.MediaPackageVOD.Types.PeriodTriggersElement" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "PeriodTriggersElement'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPeriodTriggersElement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PresetSpeke20Audio

newtype PresetSpeke20Audio Source #

Instances

Instances details
FromJSON PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

FromJSONKey PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

ToJSON PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

ToJSONKey PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

ToByteString PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

ToHeader PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

ToLog PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

ToQuery PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

FromText PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

ToText PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

FromXML PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

ToXML PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

Generic PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

Associated Types

type Rep PresetSpeke20Audio :: Type -> Type #

Read PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

Show PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

NFData PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

Methods

rnf :: PresetSpeke20Audio -> () #

Eq PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

Ord PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

Hashable PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

type Rep PresetSpeke20Audio Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio

type Rep PresetSpeke20Audio = D1 ('MetaData "PresetSpeke20Audio" "Amazonka.MediaPackageVOD.Types.PresetSpeke20Audio" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "PresetSpeke20Audio'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPresetSpeke20Audio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PresetSpeke20Video

newtype PresetSpeke20Video Source #

Instances

Instances details
FromJSON PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

FromJSONKey PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

ToJSON PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

ToJSONKey PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

ToByteString PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

ToHeader PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

ToLog PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

ToQuery PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

FromText PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

ToText PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

FromXML PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

ToXML PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

Generic PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

Associated Types

type Rep PresetSpeke20Video :: Type -> Type #

Read PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

Show PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

NFData PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

Methods

rnf :: PresetSpeke20Video -> () #

Eq PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

Ord PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

Hashable PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

type Rep PresetSpeke20Video Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PresetSpeke20Video

type Rep PresetSpeke20Video = D1 ('MetaData "PresetSpeke20Video" "Amazonka.MediaPackageVOD.Types.PresetSpeke20Video" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "PresetSpeke20Video'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPresetSpeke20Video") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Profile

newtype Profile Source #

Constructors

Profile' 

Fields

Bundled Patterns

pattern Profile_HBBTV_1_5 :: Profile 
pattern Profile_NONE :: Profile 

Instances

Instances details
FromJSON Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

FromJSONKey Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToJSON Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToJSONKey Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToByteString Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

toBS :: Profile -> ByteString #

ToHeader Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

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

ToLog Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToQuery Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

FromText Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToText Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

toText :: Profile -> Text #

FromXML Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToXML Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

toXML :: Profile -> XML #

Generic Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Associated Types

type Rep Profile :: Type -> Type #

Methods

from :: Profile -> Rep Profile x #

to :: Rep Profile x -> Profile #

Read Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Show Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

NFData Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

rnf :: Profile -> () #

Eq Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

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

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

Ord Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Hashable Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

hashWithSalt :: Int -> Profile -> Int #

hash :: Profile -> Int #

type Rep Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

type Rep Profile = D1 ('MetaData "Profile" "Amazonka.MediaPackageVOD.Types.Profile" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "Profile'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScteMarkersSource

newtype ScteMarkersSource Source #

Instances

Instances details
FromJSON ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

FromJSONKey ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

ToJSON ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

ToJSONKey ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

ToByteString ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

ToHeader ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

ToLog ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

ToQuery ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

FromText ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

ToText ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

FromXML ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

ToXML ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

Generic ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

Associated Types

type Rep ScteMarkersSource :: Type -> Type #

Read ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

Show ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

NFData ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

Methods

rnf :: ScteMarkersSource -> () #

Eq ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

Ord ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

Hashable ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

type Rep ScteMarkersSource Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.ScteMarkersSource

type Rep ScteMarkersSource = D1 ('MetaData "ScteMarkersSource" "Amazonka.MediaPackageVOD.Types.ScteMarkersSource" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "ScteMarkersSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScteMarkersSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SegmentTemplateFormat

newtype SegmentTemplateFormat Source #

Instances

Instances details
FromJSON SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

FromJSONKey SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

ToJSON SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

ToJSONKey SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

ToByteString SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

ToHeader SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

ToLog SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

ToQuery SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

FromText SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

ToText SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

FromXML SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

ToXML SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

Generic SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

Associated Types

type Rep SegmentTemplateFormat :: Type -> Type #

Read SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

Show SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

NFData SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

Methods

rnf :: SegmentTemplateFormat -> () #

Eq SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

Ord SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

Hashable SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

type Rep SegmentTemplateFormat Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat

type Rep SegmentTemplateFormat = D1 ('MetaData "SegmentTemplateFormat" "Amazonka.MediaPackageVOD.Types.SegmentTemplateFormat" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "SegmentTemplateFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSegmentTemplateFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StreamOrder

newtype StreamOrder Source #

Constructors

StreamOrder' 

Instances

Instances details
FromJSON StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

FromJSONKey StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

ToJSON StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

ToJSONKey StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

ToByteString StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

ToHeader StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

ToLog StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

ToQuery StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

FromText StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

ToText StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

Methods

toText :: StreamOrder -> Text #

FromXML StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

ToXML StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

Methods

toXML :: StreamOrder -> XML #

Generic StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

Associated Types

type Rep StreamOrder :: Type -> Type #

Read StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

Show StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

NFData StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

Methods

rnf :: StreamOrder -> () #

Eq StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

Ord StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

Hashable StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

type Rep StreamOrder Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamOrder

type Rep StreamOrder = D1 ('MetaData "StreamOrder" "Amazonka.MediaPackageVOD.Types.StreamOrder" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'True) (C1 ('MetaCons "StreamOrder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStreamOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssetShallow

data AssetShallow Source #

A MediaPackage VOD Asset resource.

See: newAssetShallow smart constructor.

Constructors

AssetShallow' 

Fields

Instances

Instances details
FromJSON AssetShallow Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AssetShallow

Generic AssetShallow Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AssetShallow

Associated Types

type Rep AssetShallow :: Type -> Type #

Read AssetShallow Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AssetShallow

Show AssetShallow Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AssetShallow

NFData AssetShallow Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AssetShallow

Methods

rnf :: AssetShallow -> () #

Eq AssetShallow Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AssetShallow

Hashable AssetShallow Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AssetShallow

type Rep AssetShallow Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.AssetShallow

newAssetShallow :: AssetShallow Source #

Create a value of AssetShallow 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:arn:AssetShallow', assetShallow_arn - The ARN of the Asset.

$sel:createdAt:AssetShallow', assetShallow_createdAt - The time the Asset was initially submitted for Ingest.

$sel:id:AssetShallow', assetShallow_id - The unique identifier for the Asset.

$sel:packagingGroupId:AssetShallow', assetShallow_packagingGroupId - The ID of the PackagingGroup for the Asset.

$sel:resourceId:AssetShallow', assetShallow_resourceId - The resource ID to include in SPEKE key requests.

$sel:sourceArn:AssetShallow', assetShallow_sourceArn - ARN of the source object in S3.

$sel:sourceRoleArn:AssetShallow', assetShallow_sourceRoleArn - The IAM role ARN used to access the source S3 bucket.

$sel:tags:AssetShallow', assetShallow_tags - Undocumented member.

assetShallow_createdAt :: Lens' AssetShallow (Maybe Text) Source #

The time the Asset was initially submitted for Ingest.

assetShallow_id :: Lens' AssetShallow (Maybe Text) Source #

The unique identifier for the Asset.

assetShallow_packagingGroupId :: Lens' AssetShallow (Maybe Text) Source #

The ID of the PackagingGroup for the Asset.

assetShallow_resourceId :: Lens' AssetShallow (Maybe Text) Source #

The resource ID to include in SPEKE key requests.

assetShallow_sourceArn :: Lens' AssetShallow (Maybe Text) Source #

ARN of the source object in S3.

assetShallow_sourceRoleArn :: Lens' AssetShallow (Maybe Text) Source #

The IAM role ARN used to access the source S3 bucket.

Authorization

data Authorization Source #

CDN Authorization credentials

See: newAuthorization smart constructor.

Constructors

Authorization' 

Fields

  • secretsRoleArn :: Text

    The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.

  • cdnIdentifierSecret :: Text

    The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.

Instances

Instances details
FromJSON Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

ToJSON Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

Generic Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

Associated Types

type Rep Authorization :: Type -> Type #

Read Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

Show Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

NFData Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

Methods

rnf :: Authorization -> () #

Eq Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

Hashable Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

type Rep Authorization Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Authorization

type Rep Authorization = D1 ('MetaData "Authorization" "Amazonka.MediaPackageVOD.Types.Authorization" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "Authorization'" 'PrefixI 'True) (S1 ('MetaSel ('Just "secretsRoleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cdnIdentifierSecret") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAuthorization Source #

Create a value of Authorization 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:secretsRoleArn:Authorization', authorization_secretsRoleArn - The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.

$sel:cdnIdentifierSecret:Authorization', authorization_cdnIdentifierSecret - The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.

authorization_secretsRoleArn :: Lens' Authorization Text Source #

The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.

authorization_cdnIdentifierSecret :: Lens' Authorization Text Source #

The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.

CmafEncryption

data CmafEncryption Source #

A CMAF encryption configuration.

See: newCmafEncryption smart constructor.

Constructors

CmafEncryption' 

Fields

Instances

Instances details
FromJSON CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

ToJSON CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

Generic CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

Associated Types

type Rep CmafEncryption :: Type -> Type #

Read CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

Show CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

NFData CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

Methods

rnf :: CmafEncryption -> () #

Eq CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

Hashable CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

type Rep CmafEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafEncryption

type Rep CmafEncryption = D1 ('MetaData "CmafEncryption" "Amazonka.MediaPackageVOD.Types.CmafEncryption" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "CmafEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constantInitializationVector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "spekeKeyProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SpekeKeyProvider)))

newCmafEncryption Source #

Create a value of CmafEncryption 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:constantInitializationVector:CmafEncryption', cmafEncryption_constantInitializationVector - An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

$sel:spekeKeyProvider:CmafEncryption', cmafEncryption_spekeKeyProvider - Undocumented member.

cmafEncryption_constantInitializationVector :: Lens' CmafEncryption (Maybe Text) Source #

An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).

CmafPackage

data CmafPackage Source #

A CMAF packaging configuration.

See: newCmafPackage smart constructor.

Constructors

CmafPackage' 

Fields

  • encryption :: Maybe CmafEncryption
     
  • includeEncoderConfigurationInSegments :: Maybe Bool

    When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.

  • segmentDurationSeconds :: Maybe Int

    Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.

  • hlsManifests :: [HlsManifest]

    A list of HLS manifest configurations.

Instances

Instances details
FromJSON CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

ToJSON CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

Generic CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

Associated Types

type Rep CmafPackage :: Type -> Type #

Read CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

Show CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

NFData CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

Methods

rnf :: CmafPackage -> () #

Eq CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

Hashable CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

type Rep CmafPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.CmafPackage

type Rep CmafPackage = D1 ('MetaData "CmafPackage" "Amazonka.MediaPackageVOD.Types.CmafPackage" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "CmafPackage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CmafEncryption)) :*: S1 ('MetaSel ('Just "includeEncoderConfigurationInSegments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "segmentDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "hlsManifests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HlsManifest]))))

newCmafPackage :: CmafPackage Source #

Create a value of CmafPackage 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:encryption:CmafPackage', cmafPackage_encryption - Undocumented member.

$sel:includeEncoderConfigurationInSegments:CmafPackage', cmafPackage_includeEncoderConfigurationInSegments - When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.

$sel:segmentDurationSeconds:CmafPackage', cmafPackage_segmentDurationSeconds - Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.

$sel:hlsManifests:CmafPackage', cmafPackage_hlsManifests - A list of HLS manifest configurations.

cmafPackage_includeEncoderConfigurationInSegments :: Lens' CmafPackage (Maybe Bool) Source #

When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.

cmafPackage_segmentDurationSeconds :: Lens' CmafPackage (Maybe Int) Source #

Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.

cmafPackage_hlsManifests :: Lens' CmafPackage [HlsManifest] Source #

A list of HLS manifest configurations.

DashEncryption

data DashEncryption Source #

A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.

See: newDashEncryption smart constructor.

Instances

Instances details
FromJSON DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

ToJSON DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

Generic DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

Associated Types

type Rep DashEncryption :: Type -> Type #

Read DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

Show DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

NFData DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

Methods

rnf :: DashEncryption -> () #

Eq DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

Hashable DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

type Rep DashEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashEncryption

type Rep DashEncryption = D1 ('MetaData "DashEncryption" "Amazonka.MediaPackageVOD.Types.DashEncryption" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "DashEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "spekeKeyProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SpekeKeyProvider)))

newDashEncryption Source #

Create a value of DashEncryption 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:spekeKeyProvider:DashEncryption', dashEncryption_spekeKeyProvider - Undocumented member.

DashManifest

data DashManifest Source #

A DASH manifest configuration.

See: newDashManifest smart constructor.

Constructors

DashManifest' 

Fields

  • manifestLayout :: Maybe ManifestLayout

    Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.

  • manifestName :: Maybe Text

    An optional string to include in the name of the manifest.

  • minBufferTimeSeconds :: Maybe Int

    Minimum duration (in seconds) that a player will buffer media before starting the presentation.

  • profile :: Maybe Profile

    The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.

  • scteMarkersSource :: Maybe ScteMarkersSource

    The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.

  • streamSelection :: Maybe StreamSelection
     

Instances

Instances details
FromJSON DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

ToJSON DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

Generic DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

Associated Types

type Rep DashManifest :: Type -> Type #

Read DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

Show DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

NFData DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

Methods

rnf :: DashManifest -> () #

Eq DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

Hashable DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

type Rep DashManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashManifest

type Rep DashManifest = D1 ('MetaData "DashManifest" "Amazonka.MediaPackageVOD.Types.DashManifest" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "DashManifest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "manifestLayout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManifestLayout)) :*: (S1 ('MetaSel ('Just "manifestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minBufferTimeSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "profile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Profile)) :*: (S1 ('MetaSel ('Just "scteMarkersSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScteMarkersSource)) :*: S1 ('MetaSel ('Just "streamSelection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamSelection))))))

newDashManifest :: DashManifest Source #

Create a value of DashManifest 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:manifestLayout:DashManifest', dashManifest_manifestLayout - Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.

$sel:manifestName:DashManifest', dashManifest_manifestName - An optional string to include in the name of the manifest.

$sel:minBufferTimeSeconds:DashManifest', dashManifest_minBufferTimeSeconds - Minimum duration (in seconds) that a player will buffer media before starting the presentation.

$sel:profile:DashManifest', dashManifest_profile - The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.

$sel:scteMarkersSource:DashManifest', dashManifest_scteMarkersSource - The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.

$sel:streamSelection:DashManifest', dashManifest_streamSelection - Undocumented member.

dashManifest_manifestLayout :: Lens' DashManifest (Maybe ManifestLayout) Source #

Determines the position of some tags in the Media Presentation Description (MPD). When set to FULL, elements like SegmentTemplate and ContentProtection are included in each Representation. When set to COMPACT, duplicate elements are combined and presented at the AdaptationSet level.

dashManifest_manifestName :: Lens' DashManifest (Maybe Text) Source #

An optional string to include in the name of the manifest.

dashManifest_minBufferTimeSeconds :: Lens' DashManifest (Maybe Int) Source #

Minimum duration (in seconds) that a player will buffer media before starting the presentation.

dashManifest_profile :: Lens' DashManifest (Maybe Profile) Source #

The Dynamic Adaptive Streaming over HTTP (DASH) profile type. When set to "HBBTV_1_5", HbbTV 1.5 compliant output is enabled.

dashManifest_scteMarkersSource :: Lens' DashManifest (Maybe ScteMarkersSource) Source #

The source of scte markers used. When set to SEGMENTS, the scte markers are sourced from the segments of the ingested content. When set to MANIFEST, the scte markers are sourced from the manifest of the ingested content. The MANIFEST value is compatible with source HLS playlists using the SCTE-35 Enhanced syntax (#EXT-OATCLS-SCTE35 tags). SCTE-35 Elemental and SCTE-35 Daterange syntaxes are not supported with this option.

DashPackage

data DashPackage Source #

A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

See: newDashPackage smart constructor.

Constructors

DashPackage' 

Fields

  • encryption :: Maybe DashEncryption
     
  • includeEncoderConfigurationInSegments :: Maybe Bool

    When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.

  • includeIframeOnlyStream :: Maybe Bool

    When enabled, an I-Frame only stream will be included in the output.

  • periodTriggers :: Maybe [PeriodTriggersElement]

    A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.

  • segmentDurationSeconds :: Maybe Int

    Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

  • segmentTemplateFormat :: Maybe SegmentTemplateFormat

    Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.

  • dashManifests :: [DashManifest]

    A list of DASH manifest configurations.

Instances

Instances details
FromJSON DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

ToJSON DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

Generic DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

Associated Types

type Rep DashPackage :: Type -> Type #

Read DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

Show DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

NFData DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

Methods

rnf :: DashPackage -> () #

Eq DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

Hashable DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

type Rep DashPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.DashPackage

type Rep DashPackage = D1 ('MetaData "DashPackage" "Amazonka.MediaPackageVOD.Types.DashPackage" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "DashPackage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashEncryption)) :*: (S1 ('MetaSel ('Just "includeEncoderConfigurationInSegments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "includeIframeOnlyStream") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "periodTriggers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PeriodTriggersElement])) :*: S1 ('MetaSel ('Just "segmentDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "segmentTemplateFormat") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SegmentTemplateFormat)) :*: S1 ('MetaSel ('Just "dashManifests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DashManifest])))))

newDashPackage :: DashPackage Source #

Create a value of DashPackage 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:encryption:DashPackage', dashPackage_encryption - Undocumented member.

$sel:includeEncoderConfigurationInSegments:DashPackage', dashPackage_includeEncoderConfigurationInSegments - When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.

$sel:includeIframeOnlyStream:DashPackage', dashPackage_includeIframeOnlyStream - When enabled, an I-Frame only stream will be included in the output.

$sel:periodTriggers:DashPackage', dashPackage_periodTriggers - A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.

$sel:segmentDurationSeconds:DashPackage', dashPackage_segmentDurationSeconds - Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

$sel:segmentTemplateFormat:DashPackage', dashPackage_segmentTemplateFormat - Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.

$sel:dashManifests:DashPackage', dashPackage_dashManifests - A list of DASH manifest configurations.

dashPackage_includeEncoderConfigurationInSegments :: Lens' DashPackage (Maybe Bool) Source #

When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.

dashPackage_includeIframeOnlyStream :: Lens' DashPackage (Maybe Bool) Source #

When enabled, an I-Frame only stream will be included in the output.

dashPackage_periodTriggers :: Lens' DashPackage (Maybe [PeriodTriggersElement]) Source #

A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.

dashPackage_segmentDurationSeconds :: Lens' DashPackage (Maybe Int) Source #

Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.

dashPackage_segmentTemplateFormat :: Lens' DashPackage (Maybe SegmentTemplateFormat) Source #

Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.

dashPackage_dashManifests :: Lens' DashPackage [DashManifest] Source #

A list of DASH manifest configurations.

EgressAccessLogs

data EgressAccessLogs Source #

Configure egress access logging.

See: newEgressAccessLogs smart constructor.

Constructors

EgressAccessLogs' 

Fields

Instances

Instances details
FromJSON EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

ToJSON EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

Generic EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

Associated Types

type Rep EgressAccessLogs :: Type -> Type #

Read EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

Show EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

NFData EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

Methods

rnf :: EgressAccessLogs -> () #

Eq EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

Hashable EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

type Rep EgressAccessLogs Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressAccessLogs

type Rep EgressAccessLogs = D1 ('MetaData "EgressAccessLogs" "Amazonka.MediaPackageVOD.Types.EgressAccessLogs" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "EgressAccessLogs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logGroupName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEgressAccessLogs :: EgressAccessLogs Source #

Create a value of EgressAccessLogs 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:logGroupName:EgressAccessLogs', egressAccessLogs_logGroupName - Customize the log group name.

EgressEndpoint

data EgressEndpoint Source #

The endpoint URL used to access an Asset using one PackagingConfiguration.

See: newEgressEndpoint smart constructor.

Constructors

EgressEndpoint' 

Fields

  • packagingConfigurationId :: Maybe Text

    The ID of the PackagingConfiguration being applied to the Asset.

  • status :: Maybe Text

    The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.

  • url :: Maybe Text

    The URL of the parent manifest for the repackaged Asset.

Instances

Instances details
FromJSON EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Generic EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Associated Types

type Rep EgressEndpoint :: Type -> Type #

Read EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Show EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

NFData EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Methods

rnf :: EgressEndpoint -> () #

Eq EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Hashable EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

type Rep EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

type Rep EgressEndpoint = D1 ('MetaData "EgressEndpoint" "Amazonka.MediaPackageVOD.Types.EgressEndpoint" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "EgressEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "packagingConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEgressEndpoint :: EgressEndpoint Source #

Create a value of EgressEndpoint 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:packagingConfigurationId:EgressEndpoint', egressEndpoint_packagingConfigurationId - The ID of the PackagingConfiguration being applied to the Asset.

$sel:status:EgressEndpoint', egressEndpoint_status - The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.

$sel:url:EgressEndpoint', egressEndpoint_url - The URL of the parent manifest for the repackaged Asset.

egressEndpoint_packagingConfigurationId :: Lens' EgressEndpoint (Maybe Text) Source #

The ID of the PackagingConfiguration being applied to the Asset.

egressEndpoint_status :: Lens' EgressEndpoint (Maybe Text) Source #

The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.

egressEndpoint_url :: Lens' EgressEndpoint (Maybe Text) Source #

The URL of the parent manifest for the repackaged Asset.

EncryptionContractConfiguration

data EncryptionContractConfiguration Source #

Use encryptionContractConfiguration to configure one or more content encryption keys for your endpoints that use SPEKE 2.0. The encryption contract defines which content keys are used to encrypt the audio and video tracks in your stream. To configure the encryption contract, specify which audio and video encryption presets to use. Note the following considerations when using encryptionContractConfiguration: encryptionContractConfiguration can be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You must disable key rotation for this endpoint by setting keyRotationIntervalSeconds to 0.

See: newEncryptionContractConfiguration smart constructor.

Constructors

EncryptionContractConfiguration' 

Fields

Instances

Instances details
FromJSON EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

ToJSON EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

Generic EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

Associated Types

type Rep EncryptionContractConfiguration :: Type -> Type #

Read EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

Show EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

NFData EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

Eq EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

Hashable EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

type Rep EncryptionContractConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration

type Rep EncryptionContractConfiguration = D1 ('MetaData "EncryptionContractConfiguration" "Amazonka.MediaPackageVOD.Types.EncryptionContractConfiguration" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "EncryptionContractConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "presetSpeke20Audio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PresetSpeke20Audio) :*: S1 ('MetaSel ('Just "presetSpeke20Video") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 PresetSpeke20Video)))

HlsEncryption

data HlsEncryption Source #

An HTTP Live Streaming (HLS) encryption configuration.

See: newHlsEncryption smart constructor.

Constructors

HlsEncryption' 

Fields

Instances

Instances details
FromJSON HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

ToJSON HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

Generic HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

Associated Types

type Rep HlsEncryption :: Type -> Type #

Read HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

Show HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

NFData HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

Methods

rnf :: HlsEncryption -> () #

Eq HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

Hashable HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

type Rep HlsEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsEncryption

type Rep HlsEncryption = D1 ('MetaData "HlsEncryption" "Amazonka.MediaPackageVOD.Types.HlsEncryption" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "HlsEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constantInitializationVector") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "encryptionMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionMethod)) :*: S1 ('MetaSel ('Just "spekeKeyProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SpekeKeyProvider))))

newHlsEncryption Source #

Create a value of HlsEncryption 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:constantInitializationVector:HlsEncryption', hlsEncryption_constantInitializationVector - A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.

$sel:encryptionMethod:HlsEncryption', hlsEncryption_encryptionMethod - The encryption method to use.

$sel:spekeKeyProvider:HlsEncryption', hlsEncryption_spekeKeyProvider - Undocumented member.

hlsEncryption_constantInitializationVector :: Lens' HlsEncryption (Maybe Text) Source #

A constant initialization vector for encryption (optional). When not specified the initialization vector will be periodically rotated.

HlsManifest

data HlsManifest Source #

An HTTP Live Streaming (HLS) manifest configuration.

See: newHlsManifest smart constructor.

Constructors

HlsManifest' 

Fields

  • adMarkers :: Maybe AdMarkers

    This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35 messages in the input source.

  • includeIframeOnlyStream :: Maybe Bool

    When enabled, an I-Frame only stream will be included in the output.

  • manifestName :: Maybe Text

    An optional string to include in the name of the manifest.

  • programDateTimeIntervalSeconds :: Maybe Int

    The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests. Additionally, when an interval is specified ID3Timed Metadata messages will be generated every 5 seconds using the ingest time of the content. If the interval is not specified, or set to 0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no ID3Timed Metadata messages will be generated. Note that irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input, it will be passed through to HLS output.

  • repeatExtXKey :: Maybe Bool

    When enabled, the EXT-X-KEY tag will be repeated in output manifests.

  • streamSelection :: Maybe StreamSelection
     

Instances

Instances details
FromJSON HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

ToJSON HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

Generic HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

Associated Types

type Rep HlsManifest :: Type -> Type #

Read HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

Show HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

NFData HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

Methods

rnf :: HlsManifest -> () #

Eq HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

Hashable HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

type Rep HlsManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsManifest

type Rep HlsManifest = D1 ('MetaData "HlsManifest" "Amazonka.MediaPackageVOD.Types.HlsManifest" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "HlsManifest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "adMarkers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdMarkers)) :*: (S1 ('MetaSel ('Just "includeIframeOnlyStream") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "manifestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "programDateTimeIntervalSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "repeatExtXKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "streamSelection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamSelection))))))

newHlsManifest :: HlsManifest Source #

Create a value of HlsManifest 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:adMarkers:HlsManifest', hlsManifest_adMarkers - This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35 messages in the input source.

$sel:includeIframeOnlyStream:HlsManifest', hlsManifest_includeIframeOnlyStream - When enabled, an I-Frame only stream will be included in the output.

$sel:manifestName:HlsManifest', hlsManifest_manifestName - An optional string to include in the name of the manifest.

$sel:programDateTimeIntervalSeconds:HlsManifest', hlsManifest_programDateTimeIntervalSeconds - The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests. Additionally, when an interval is specified ID3Timed Metadata messages will be generated every 5 seconds using the ingest time of the content. If the interval is not specified, or set to 0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no ID3Timed Metadata messages will be generated. Note that irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input, it will be passed through to HLS output.

$sel:repeatExtXKey:HlsManifest', hlsManifest_repeatExtXKey - When enabled, the EXT-X-KEY tag will be repeated in output manifests.

$sel:streamSelection:HlsManifest', hlsManifest_streamSelection - Undocumented member.

hlsManifest_adMarkers :: Lens' HlsManifest (Maybe AdMarkers) Source #

This setting controls how ad markers are included in the packaged OriginEndpoint. "NONE" will omit all SCTE-35 ad markers from the output. "PASSTHROUGH" causes the manifest to contain a copy of the SCTE-35 ad markers (comments) taken directly from the input HTTP Live Streaming (HLS) manifest. "SCTE35_ENHANCED" generates ad markers and blackout tags based on SCTE-35 messages in the input source.

hlsManifest_includeIframeOnlyStream :: Lens' HlsManifest (Maybe Bool) Source #

When enabled, an I-Frame only stream will be included in the output.

hlsManifest_manifestName :: Lens' HlsManifest (Maybe Text) Source #

An optional string to include in the name of the manifest.

hlsManifest_programDateTimeIntervalSeconds :: Lens' HlsManifest (Maybe Int) Source #

The interval (in seconds) between each EXT-X-PROGRAM-DATE-TIME tag inserted into manifests. Additionally, when an interval is specified ID3Timed Metadata messages will be generated every 5 seconds using the ingest time of the content. If the interval is not specified, or set to 0, then no EXT-X-PROGRAM-DATE-TIME tags will be inserted into manifests and no ID3Timed Metadata messages will be generated. Note that irrespective of this parameter, if any ID3 Timed Metadata is found in HTTP Live Streaming (HLS) input, it will be passed through to HLS output.

hlsManifest_repeatExtXKey :: Lens' HlsManifest (Maybe Bool) Source #

When enabled, the EXT-X-KEY tag will be repeated in output manifests.

HlsPackage

data HlsPackage Source #

An HTTP Live Streaming (HLS) packaging configuration.

See: newHlsPackage smart constructor.

Constructors

HlsPackage' 

Fields

Instances

Instances details
FromJSON HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

ToJSON HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

Generic HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

Associated Types

type Rep HlsPackage :: Type -> Type #

Read HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

Show HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

NFData HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

Methods

rnf :: HlsPackage -> () #

Eq HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

Hashable HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

type Rep HlsPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.HlsPackage

type Rep HlsPackage = D1 ('MetaData "HlsPackage" "Amazonka.MediaPackageVOD.Types.HlsPackage" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "HlsPackage'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsEncryption)) :*: S1 ('MetaSel ('Just "includeDvbSubtitles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "segmentDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "useAudioRenditionGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "hlsManifests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HlsManifest])))))

newHlsPackage :: HlsPackage Source #

Create a value of HlsPackage 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:encryption:HlsPackage', hlsPackage_encryption - Undocumented member.

$sel:includeDvbSubtitles:HlsPackage', hlsPackage_includeDvbSubtitles - When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.

$sel:segmentDurationSeconds:HlsPackage', hlsPackage_segmentDurationSeconds - Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.

$sel:useAudioRenditionGroup:HlsPackage', hlsPackage_useAudioRenditionGroup - When enabled, audio streams will be placed in rendition groups in the output.

$sel:hlsManifests:HlsPackage', hlsPackage_hlsManifests - A list of HLS manifest configurations.

hlsPackage_includeDvbSubtitles :: Lens' HlsPackage (Maybe Bool) Source #

When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.

hlsPackage_segmentDurationSeconds :: Lens' HlsPackage (Maybe Int) Source #

Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.

hlsPackage_useAudioRenditionGroup :: Lens' HlsPackage (Maybe Bool) Source #

When enabled, audio streams will be placed in rendition groups in the output.

hlsPackage_hlsManifests :: Lens' HlsPackage [HlsManifest] Source #

A list of HLS manifest configurations.

MssEncryption

data MssEncryption Source #

A Microsoft Smooth Streaming (MSS) encryption configuration.

See: newMssEncryption smart constructor.

Instances

Instances details
FromJSON MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

ToJSON MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

Generic MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

Associated Types

type Rep MssEncryption :: Type -> Type #

Read MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

Show MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

NFData MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

Methods

rnf :: MssEncryption -> () #

Eq MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

Hashable MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

type Rep MssEncryption Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssEncryption

type Rep MssEncryption = D1 ('MetaData "MssEncryption" "Amazonka.MediaPackageVOD.Types.MssEncryption" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "MssEncryption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "spekeKeyProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SpekeKeyProvider)))

newMssEncryption Source #

Create a value of MssEncryption 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:spekeKeyProvider:MssEncryption', mssEncryption_spekeKeyProvider - Undocumented member.

MssManifest

data MssManifest Source #

A Microsoft Smooth Streaming (MSS) manifest configuration.

See: newMssManifest smart constructor.

Constructors

MssManifest' 

Fields

Instances

Instances details
FromJSON MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

ToJSON MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

Generic MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

Associated Types

type Rep MssManifest :: Type -> Type #

Read MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

Show MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

NFData MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

Methods

rnf :: MssManifest -> () #

Eq MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

Hashable MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

type Rep MssManifest Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssManifest

type Rep MssManifest = D1 ('MetaData "MssManifest" "Amazonka.MediaPackageVOD.Types.MssManifest" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "MssManifest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "manifestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "streamSelection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamSelection))))

newMssManifest :: MssManifest Source #

Create a value of MssManifest 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:manifestName:MssManifest', mssManifest_manifestName - An optional string to include in the name of the manifest.

$sel:streamSelection:MssManifest', mssManifest_streamSelection - Undocumented member.

mssManifest_manifestName :: Lens' MssManifest (Maybe Text) Source #

An optional string to include in the name of the manifest.

MssPackage

data MssPackage Source #

A Microsoft Smooth Streaming (MSS) PackagingConfiguration.

See: newMssPackage smart constructor.

Constructors

MssPackage' 

Fields

Instances

Instances details
FromJSON MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

ToJSON MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

Generic MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

Associated Types

type Rep MssPackage :: Type -> Type #

Read MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

Show MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

NFData MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

Methods

rnf :: MssPackage -> () #

Eq MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

Hashable MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

type Rep MssPackage Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.MssPackage

type Rep MssPackage = D1 ('MetaData "MssPackage" "Amazonka.MediaPackageVOD.Types.MssPackage" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "MssPackage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MssEncryption)) :*: (S1 ('MetaSel ('Just "segmentDurationSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "mssManifests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MssManifest]))))

newMssPackage :: MssPackage Source #

Create a value of MssPackage 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:encryption:MssPackage', mssPackage_encryption - Undocumented member.

$sel:segmentDurationSeconds:MssPackage', mssPackage_segmentDurationSeconds - The duration (in seconds) of each segment.

$sel:mssManifests:MssPackage', mssPackage_mssManifests - A list of MSS manifest configurations.

mssPackage_segmentDurationSeconds :: Lens' MssPackage (Maybe Int) Source #

The duration (in seconds) of each segment.

mssPackage_mssManifests :: Lens' MssPackage [MssManifest] Source #

A list of MSS manifest configurations.

PackagingConfiguration

data PackagingConfiguration Source #

A MediaPackage VOD PackagingConfiguration resource.

See: newPackagingConfiguration smart constructor.

Constructors

PackagingConfiguration' 

Fields

Instances

Instances details
FromJSON PackagingConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingConfiguration

Generic PackagingConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingConfiguration

Associated Types

type Rep PackagingConfiguration :: Type -> Type #

Read PackagingConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingConfiguration

Show PackagingConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingConfiguration

NFData PackagingConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingConfiguration

Methods

rnf :: PackagingConfiguration -> () #

Eq PackagingConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingConfiguration

Hashable PackagingConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingConfiguration

type Rep PackagingConfiguration Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingConfiguration

newPackagingConfiguration :: PackagingConfiguration Source #

Create a value of PackagingConfiguration 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:arn:PackagingConfiguration', packagingConfiguration_arn - The ARN of the PackagingConfiguration.

$sel:cmafPackage:PackagingConfiguration', packagingConfiguration_cmafPackage - Undocumented member.

$sel:dashPackage:PackagingConfiguration', packagingConfiguration_dashPackage - Undocumented member.

$sel:hlsPackage:PackagingConfiguration', packagingConfiguration_hlsPackage - Undocumented member.

$sel:id:PackagingConfiguration', packagingConfiguration_id - The ID of the PackagingConfiguration.

$sel:mssPackage:PackagingConfiguration', packagingConfiguration_mssPackage - Undocumented member.

$sel:packagingGroupId:PackagingConfiguration', packagingConfiguration_packagingGroupId - The ID of a PackagingGroup.

$sel:tags:PackagingConfiguration', packagingConfiguration_tags - Undocumented member.

packagingConfiguration_arn :: Lens' PackagingConfiguration (Maybe Text) Source #

The ARN of the PackagingConfiguration.

packagingConfiguration_id :: Lens' PackagingConfiguration (Maybe Text) Source #

The ID of the PackagingConfiguration.

PackagingGroup

data PackagingGroup Source #

A MediaPackage VOD PackagingGroup resource.

See: newPackagingGroup smart constructor.

Constructors

PackagingGroup' 

Fields

Instances

Instances details
FromJSON PackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingGroup

Generic PackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingGroup

Associated Types

type Rep PackagingGroup :: Type -> Type #

Read PackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingGroup

Show PackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingGroup

NFData PackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingGroup

Methods

rnf :: PackagingGroup -> () #

Eq PackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingGroup

Hashable PackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingGroup

type Rep PackagingGroup Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.PackagingGroup

type Rep PackagingGroup = D1 ('MetaData "PackagingGroup" "Amazonka.MediaPackageVOD.Types.PackagingGroup" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "PackagingGroup'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "approximateAssetCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Authorization)))) :*: ((S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "egressAccessLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EgressAccessLogs))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

newPackagingGroup :: PackagingGroup Source #

Create a value of PackagingGroup 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:approximateAssetCount:PackagingGroup', packagingGroup_approximateAssetCount - The approximate asset count of the PackagingGroup.

$sel:arn:PackagingGroup', packagingGroup_arn - The ARN of the PackagingGroup.

$sel:authorization:PackagingGroup', packagingGroup_authorization - Undocumented member.

$sel:domainName:PackagingGroup', packagingGroup_domainName - The fully qualified domain name for Assets in the PackagingGroup.

$sel:egressAccessLogs:PackagingGroup', packagingGroup_egressAccessLogs - Undocumented member.

$sel:id:PackagingGroup', packagingGroup_id - The ID of the PackagingGroup.

$sel:tags:PackagingGroup', packagingGroup_tags - Undocumented member.

packagingGroup_approximateAssetCount :: Lens' PackagingGroup (Maybe Int) Source #

The approximate asset count of the PackagingGroup.

packagingGroup_arn :: Lens' PackagingGroup (Maybe Text) Source #

The ARN of the PackagingGroup.

packagingGroup_domainName :: Lens' PackagingGroup (Maybe Text) Source #

The fully qualified domain name for Assets in the PackagingGroup.

packagingGroup_id :: Lens' PackagingGroup (Maybe Text) Source #

The ID of the PackagingGroup.

SpekeKeyProvider

data SpekeKeyProvider Source #

A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.

See: newSpekeKeyProvider smart constructor.

Constructors

SpekeKeyProvider' 

Fields

Instances

Instances details
FromJSON SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

ToJSON SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

Generic SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

Associated Types

type Rep SpekeKeyProvider :: Type -> Type #

Read SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

Show SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

NFData SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

Methods

rnf :: SpekeKeyProvider -> () #

Eq SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

Hashable SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

type Rep SpekeKeyProvider Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.SpekeKeyProvider

type Rep SpekeKeyProvider = D1 ('MetaData "SpekeKeyProvider" "Amazonka.MediaPackageVOD.Types.SpekeKeyProvider" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "SpekeKeyProvider'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "encryptionContractConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionContractConfiguration)) :*: S1 ('MetaSel ('Just "systemIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newSpekeKeyProvider Source #

Create a value of SpekeKeyProvider 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:encryptionContractConfiguration:SpekeKeyProvider', spekeKeyProvider_encryptionContractConfiguration - Undocumented member.

$sel:systemIds:SpekeKeyProvider', spekeKeyProvider_systemIds - The system IDs to include in key requests.

$sel:url:SpekeKeyProvider', spekeKeyProvider_url - The URL of the external key provider service.

$sel:roleArn:SpekeKeyProvider', spekeKeyProvider_roleArn - An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.

spekeKeyProvider_systemIds :: Lens' SpekeKeyProvider [Text] Source #

The system IDs to include in key requests.

spekeKeyProvider_url :: Lens' SpekeKeyProvider Text Source #

The URL of the external key provider service.

spekeKeyProvider_roleArn :: Lens' SpekeKeyProvider Text Source #

An Amazon Resource Name (ARN) of an IAM role that AWS Elemental MediaPackage will assume when accessing the key provider service.

StreamSelection

data StreamSelection Source #

A StreamSelection configuration.

See: newStreamSelection smart constructor.

Constructors

StreamSelection' 

Fields

Instances

Instances details
FromJSON StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

ToJSON StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

Generic StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

Associated Types

type Rep StreamSelection :: Type -> Type #

Read StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

Show StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

NFData StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

Methods

rnf :: StreamSelection -> () #

Eq StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

Hashable StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

type Rep StreamSelection Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.StreamSelection

type Rep StreamSelection = D1 ('MetaData "StreamSelection" "Amazonka.MediaPackageVOD.Types.StreamSelection" "amazonka-mediapackage-vod-2.0-BlBmQ6Hj2WSdiUpNBozUT" 'False) (C1 ('MetaCons "StreamSelection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxVideoBitsPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "minVideoBitsPerSecond") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "streamOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StreamOrder)))))

newStreamSelection :: StreamSelection Source #

Create a value of StreamSelection 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:maxVideoBitsPerSecond:StreamSelection', streamSelection_maxVideoBitsPerSecond - The maximum video bitrate (bps) to include in output.

$sel:minVideoBitsPerSecond:StreamSelection', streamSelection_minVideoBitsPerSecond - The minimum video bitrate (bps) to include in output.

$sel:streamOrder:StreamSelection', streamSelection_streamOrder - A directive that determines the order of streams in the output.

streamSelection_maxVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #

The maximum video bitrate (bps) to include in output.

streamSelection_minVideoBitsPerSecond :: Lens' StreamSelection (Maybe Int) Source #

The minimum video bitrate (bps) to include in output.

streamSelection_streamOrder :: Lens' StreamSelection (Maybe StreamOrder) Source #

A directive that determines the order of streams in the output.