amazonka-mediapackage-2.0: Amazon Elemental MediaPackage 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.MediaPackage.Types.Profile

Description

 

Documentation

newtype Profile Source #

Constructors

Profile' 

Fields

Bundled Patterns

pattern Profile_DVB_DASH_2014 :: Profile 
pattern Profile_HBBTV_1_5 :: Profile 
pattern Profile_HYBRIDCAST :: Profile 
pattern Profile_NONE :: Profile 

Instances

Instances details
FromJSON Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

FromJSONKey Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

ToJSON Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

ToJSONKey Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

ToByteString Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

Methods

toBS :: Profile -> ByteString #

ToHeader Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

Methods

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

ToLog Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

ToQuery Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

FromText Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

ToText Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

Methods

toText :: Profile -> Text #

FromXML Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

ToXML Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

Methods

toXML :: Profile -> XML #

Generic Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.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.MediaPackage.Types.Profile

Show Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

NFData Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

Methods

rnf :: Profile -> () #

Eq Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

Methods

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

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

Ord Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

Hashable Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

Methods

hashWithSalt :: Int -> Profile -> Int #

hash :: Profile -> Int #

type Rep Profile Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.Profile

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