libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
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.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
Eq CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Ord CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Read CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Show CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Generic CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Associated Types

type Rep CmafClientCache :: Type -> Type #

NFData CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

Methods

rnf :: CmafClientCache -> () #

Hashable 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

FromJSON CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

FromJSONKey CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToLog CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToHeader CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

ToQuery 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 #

ToByteString 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

type Rep CmafClientCache Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.CmafClientCache

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