amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert 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.MediaConvert.Types.CmafClientCache

Description

 
Synopsis

Documentation

newtype CmafClientCache Source #

Disable this setting only when your workflow requires the #EXT-X-ALLOW-CACHE:no tag. Otherwise, keep the default value Enabled (ENABLED) and control caching in your video distribution set up. For example, use the Cache-Control http header.

Constructors

CmafClientCache' 

Instances

Instances details
FromJSON CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

FromJSONKey CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToJSON CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToJSONKey CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToByteString CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToHeader CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToLog CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToQuery CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

FromText CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToText CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

FromXML CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToXML CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Methods

toXML :: CmafClientCache -> XML #

Generic CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Associated Types

type Rep CmafClientCache :: Type -> Type #

Read CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Show CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

NFData CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Methods

rnf :: CmafClientCache -> () #

Eq CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Ord CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Hashable CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

type Rep CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

type Rep CmafClientCache = D1 ('MetaData "CmafClientCache" "Amazonka.MediaConvert.Types.CmafClientCache" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'True) (C1 ('MetaCons "CmafClientCache'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCmafClientCache") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))