libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.Types.HlsAkamaiSettings

Description

 
Synopsis

Documentation

data HlsAkamaiSettings Source #

Hls Akamai Settings

See: newHlsAkamaiSettings smart constructor.

Constructors

HlsAkamaiSettings' 

Fields

Instances

Instances details
Eq HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

Read HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

Show HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

Generic HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

Associated Types

type Rep HlsAkamaiSettings :: Type -> Type #

NFData HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

Methods

rnf :: HlsAkamaiSettings -> () #

Hashable HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

ToJSON HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

FromJSON HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

type Rep HlsAkamaiSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsAkamaiSettings

type Rep HlsAkamaiSettings = D1 ('MetaData "HlsAkamaiSettings" "Amazonka.MediaLive.Types.HlsAkamaiSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "HlsAkamaiSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpTransferMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsAkamaiHttpTransferMode)) :*: (S1 ('MetaSel ('Just "numRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "token") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "connectionRetryInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "filecacheDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "restartDelay") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "salt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newHlsAkamaiSettings :: HlsAkamaiSettings Source #

Create a value of HlsAkamaiSettings 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:httpTransferMode:HlsAkamaiSettings', hlsAkamaiSettings_httpTransferMode - Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.

$sel:numRetries:HlsAkamaiSettings', hlsAkamaiSettings_numRetries - Number of retry attempts that will be made before the Live Event is put into an error state.

$sel:token:HlsAkamaiSettings', hlsAkamaiSettings_token - Token parameter for authenticated akamai. If not specified, _gda_ is used.

$sel:connectionRetryInterval:HlsAkamaiSettings', hlsAkamaiSettings_connectionRetryInterval - Number of seconds to wait before retrying connection to the CDN if the connection is lost.

$sel:filecacheDuration:HlsAkamaiSettings', hlsAkamaiSettings_filecacheDuration - Size in seconds of file cache for streaming outputs.

$sel:restartDelay:HlsAkamaiSettings', hlsAkamaiSettings_restartDelay - If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

$sel:salt:HlsAkamaiSettings', hlsAkamaiSettings_salt - Salt for authenticated Akamai.

hlsAkamaiSettings_httpTransferMode :: Lens' HlsAkamaiSettings (Maybe HlsAkamaiHttpTransferMode) Source #

Specify whether or not to use chunked transfer encoding to Akamai. User should contact Akamai to enable this feature.

hlsAkamaiSettings_numRetries :: Lens' HlsAkamaiSettings (Maybe Natural) Source #

Number of retry attempts that will be made before the Live Event is put into an error state.

hlsAkamaiSettings_token :: Lens' HlsAkamaiSettings (Maybe Text) Source #

Token parameter for authenticated akamai. If not specified, _gda_ is used.

hlsAkamaiSettings_connectionRetryInterval :: Lens' HlsAkamaiSettings (Maybe Natural) Source #

Number of seconds to wait before retrying connection to the CDN if the connection is lost.

hlsAkamaiSettings_filecacheDuration :: Lens' HlsAkamaiSettings (Maybe Natural) Source #

Size in seconds of file cache for streaming outputs.

hlsAkamaiSettings_restartDelay :: Lens' HlsAkamaiSettings (Maybe Natural) Source #

If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

hlsAkamaiSettings_salt :: Lens' HlsAkamaiSettings (Maybe Text) Source #

Salt for authenticated Akamai.