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

Description

 
Synopsis

Documentation

data HlsWebdavSettings Source #

Hls Webdav Settings

See: newHlsWebdavSettings smart constructor.

Constructors

HlsWebdavSettings' 

Fields

Instances

Instances details
Eq HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

Read HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

Show HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

Generic HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

Associated Types

type Rep HlsWebdavSettings :: Type -> Type #

NFData HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

Methods

rnf :: HlsWebdavSettings -> () #

Hashable HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

ToJSON HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

FromJSON HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

type Rep HlsWebdavSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsWebdavSettings

type Rep HlsWebdavSettings = D1 ('MetaData "HlsWebdavSettings" "Amazonka.MediaLive.Types.HlsWebdavSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "HlsWebdavSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "httpTransferMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsWebdavHttpTransferMode)) :*: S1 ('MetaSel ('Just "numRetries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (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))))))

newHlsWebdavSettings :: HlsWebdavSettings Source #

Create a value of HlsWebdavSettings 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:HlsWebdavSettings', hlsWebdavSettings_httpTransferMode - Specify whether or not to use chunked transfer encoding to WebDAV.

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

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

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

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

hlsWebdavSettings_httpTransferMode :: Lens' HlsWebdavSettings (Maybe HlsWebdavHttpTransferMode) Source #

Specify whether or not to use chunked transfer encoding to WebDAV.

hlsWebdavSettings_numRetries :: Lens' HlsWebdavSettings (Maybe Natural) Source #

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

hlsWebdavSettings_connectionRetryInterval :: Lens' HlsWebdavSettings (Maybe Natural) Source #

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

hlsWebdavSettings_filecacheDuration :: Lens' HlsWebdavSettings (Maybe Natural) Source #

Size in seconds of file cache for streaming outputs.

hlsWebdavSettings_restartDelay :: Lens' HlsWebdavSettings (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.