| 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.HlsDirectoryStructure
Description
Synopsis
Documentation
newtype HlsDirectoryStructure Source #
Indicates whether segments should be placed in subdirectories.
Constructors
| HlsDirectoryStructure' | |
Fields | |
Bundled Patterns
| pattern HlsDirectoryStructure_SINGLE_DIRECTORY :: HlsDirectoryStructure | |
| pattern HlsDirectoryStructure_SUBDIRECTORY_PER_STREAM :: HlsDirectoryStructure |