libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage
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.MediaPackage.Types.AdsOnDeliveryRestrictions

Description

 
Synopsis

Documentation

newtype AdsOnDeliveryRestrictions Source #

This setting allows the delivery restriction flags on SCTE-35 segmentation descriptors to determine whether a message signals an ad. Choosing "NONE" means no SCTE-35 messages become ads. Choosing "RESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that contain delivery restrictions will be treated as ads. Choosing "UNRESTRICTED" means SCTE-35 messages of the types specified in AdTriggers that do not contain delivery restrictions will be treated as ads. Choosing "BOTH" means all SCTE-35 messages of the types specified in AdTriggers will be treated as ads. Note that Splice Insert messages do not have these flags and are always treated as ads if specified in AdTriggers.

Instances

Instances details
Eq AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

Ord AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

Read AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

Show AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

Generic AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

Associated Types

type Rep AdsOnDeliveryRestrictions :: Type -> Type #

NFData AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

Hashable AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

ToJSON AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

ToJSONKey AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

FromJSON AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

FromJSONKey AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

ToLog AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

ToHeader AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

ToQuery AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

FromXML AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

ToXML AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

ToByteString AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

FromText AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

ToText AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

type Rep AdsOnDeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions

type Rep AdsOnDeliveryRestrictions = D1 ('MetaData "AdsOnDeliveryRestrictions" "Amazonka.MediaPackage.Types.AdsOnDeliveryRestrictions" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'True) (C1 ('MetaCons "AdsOnDeliveryRestrictions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAdsOnDeliveryRestrictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))