libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.Types.Scte35DeliveryRestrictions

Description

 
Synopsis

Documentation

data Scte35DeliveryRestrictions Source #

Corresponds to SCTE-35 delivery_not_restricted_flag parameter. To declare delivery restrictions, include this element and its four "restriction" flags. To declare that there are no restrictions, omit this element.

See: newScte35DeliveryRestrictions smart constructor.

Constructors

Scte35DeliveryRestrictions' 

Fields

Instances

Instances details
Eq Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

Read Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

Show Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

Generic Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

Associated Types

type Rep Scte35DeliveryRestrictions :: Type -> Type #

NFData Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

Hashable Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

ToJSON Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

FromJSON Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

type Rep Scte35DeliveryRestrictions Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35DeliveryRestrictions

type Rep Scte35DeliveryRestrictions = D1 ('MetaData "Scte35DeliveryRestrictions" "Amazonka.MediaLive.Types.Scte35DeliveryRestrictions" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "Scte35DeliveryRestrictions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deviceRestrictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scte35DeviceRestrictions) :*: S1 ('MetaSel ('Just "archiveAllowedFlag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scte35ArchiveAllowedFlag)) :*: (S1 ('MetaSel ('Just "webDeliveryAllowedFlag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scte35WebDeliveryAllowedFlag) :*: S1 ('MetaSel ('Just "noRegionalBlackoutFlag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scte35NoRegionalBlackoutFlag))))