| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConvert.Types.HlsClientCache
Description
Synopsis
- newtype HlsClientCache where
- HlsClientCache' { }
- pattern HlsClientCache_DISABLED :: HlsClientCache
- pattern HlsClientCache_ENABLED :: HlsClientCache
Documentation
newtype HlsClientCache 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
| HlsClientCache' | |
Fields | |
Bundled Patterns
| pattern HlsClientCache_DISABLED :: HlsClientCache | |
| pattern HlsClientCache_ENABLED :: HlsClientCache |