libZSservicesZSamazonka-mediapackage-vodZSamazonka-mediapackage-vod
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.MediaPackageVOD.Types.Profile

Description

 

Documentation

newtype Profile Source #

Constructors

Profile' 

Fields

Bundled Patterns

pattern Profile_HBBTV_1_5 :: Profile 
pattern Profile_NONE :: Profile 

Instances

Instances details
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

Read Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Show Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

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 #

NFData Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

rnf :: Profile -> () #

Hashable Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

hashWithSalt :: Int -> Profile -> Int #

hash :: Profile -> Int #

ToJSON Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToJSONKey Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

FromJSON Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

FromJSONKey Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToLog Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

ToHeader Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

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

ToQuery Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

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 #

ToByteString Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

Methods

toBS :: Profile -> ByteString #

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 #

type Rep Profile Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.Profile

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