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.MsSmoothEncryptionSettings

Description

 
Synopsis

Documentation

data MsSmoothEncryptionSettings Source #

If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.

See: newMsSmoothEncryptionSettings smart constructor.

Constructors

MsSmoothEncryptionSettings' 

Fields

  • spekeKeyProvider :: Maybe SpekeKeyProvider

    If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.

Instances

Instances details
Eq MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

Read MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

Show MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

Generic MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

Associated Types

type Rep MsSmoothEncryptionSettings :: Type -> Type #

NFData MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

Hashable MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

ToJSON MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

FromJSON MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

type Rep MsSmoothEncryptionSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings

type Rep MsSmoothEncryptionSettings = D1 ('MetaData "MsSmoothEncryptionSettings" "Amazonka.MediaConvert.Types.MsSmoothEncryptionSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "MsSmoothEncryptionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "spekeKeyProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SpekeKeyProvider))))

newMsSmoothEncryptionSettings :: MsSmoothEncryptionSettings Source #

Create a value of MsSmoothEncryptionSettings 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:spekeKeyProvider:MsSmoothEncryptionSettings', msSmoothEncryptionSettings_spekeKeyProvider - If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.

msSmoothEncryptionSettings_spekeKeyProvider :: Lens' MsSmoothEncryptionSettings (Maybe SpekeKeyProvider) Source #

If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.