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

Amazonka.MediaTailor.Types.ManifestProcessingRules

Description

 
Synopsis

Documentation

data ManifestProcessingRules Source #

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

See: newManifestProcessingRules smart constructor.

Constructors

ManifestProcessingRules' 

Fields

  • adMarkerPassthrough :: Maybe AdMarkerPassthrough

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

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

Instances

Instances details
Eq ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Read ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Show ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Generic ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Associated Types

type Rep ManifestProcessingRules :: Type -> Type #

NFData ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

Methods

rnf :: ManifestProcessingRules -> () #

Hashable ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

ToJSON ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

FromJSON ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

type Rep ManifestProcessingRules Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.ManifestProcessingRules

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

newManifestProcessingRules :: ManifestProcessingRules Source #

Create a value of ManifestProcessingRules with all optional fields omitted.

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

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

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

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

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

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

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