| 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.HlsKeyProviderType
Description
Synopsis
- newtype HlsKeyProviderType where
Documentation
newtype HlsKeyProviderType Source #
Specify whether your DRM encryption key is static or from a key provider that follows the SPEKE standard. For more information about SPEKE, see https://docs.aws.amazon.com/speke/latest/documentation/what-is-speke.html.
Constructors
| HlsKeyProviderType' | |
Fields | |
Bundled Patterns
| pattern HlsKeyProviderType_SPEKE :: HlsKeyProviderType | |
| pattern HlsKeyProviderType_STATIC_KEY :: HlsKeyProviderType |