| 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.MediaTailor.Types.HlsConfiguration
Description
Documentation
data HlsConfiguration Source #
The configuration for HLS content.
See: newHlsConfiguration smart constructor.
Constructors
| HlsConfiguration' | |
Fields
| |
Instances
newHlsConfiguration :: HlsConfiguration Source #
Create a value of HlsConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:manifestEndpointPrefix:HlsConfiguration', hlsConfiguration_manifestEndpointPrefix - The URL that is used to initiate a playback session for devices that
support Apple HLS. The session uses server-side reporting.
hlsConfiguration_manifestEndpointPrefix :: Lens' HlsConfiguration (Maybe Text) Source #
The URL that is used to initiate a playback session for devices that support Apple HLS. The session uses server-side reporting.