libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect
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.MediaConnect.Types.UpdateFailoverConfig

Description

 
Synopsis

Documentation

data UpdateFailoverConfig Source #

The settings for source failover

See: newUpdateFailoverConfig smart constructor.

Constructors

UpdateFailoverConfig' 

Fields

  • state :: Maybe State
     
  • recoveryWindow :: Maybe Int

    Recovery window time to look for dash-7 packets

  • sourcePriority :: Maybe SourcePriority

    The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

  • failoverMode :: Maybe FailoverMode

    The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.

Instances

Instances details
Eq UpdateFailoverConfig Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.UpdateFailoverConfig

Read UpdateFailoverConfig Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.UpdateFailoverConfig

Show UpdateFailoverConfig Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.UpdateFailoverConfig

Generic UpdateFailoverConfig Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.UpdateFailoverConfig

Associated Types

type Rep UpdateFailoverConfig :: Type -> Type #

NFData UpdateFailoverConfig Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.UpdateFailoverConfig

Methods

rnf :: UpdateFailoverConfig -> () #

Hashable UpdateFailoverConfig Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.UpdateFailoverConfig

ToJSON UpdateFailoverConfig Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.UpdateFailoverConfig

type Rep UpdateFailoverConfig Source # 
Instance details

Defined in Amazonka.MediaConnect.Types.UpdateFailoverConfig

type Rep UpdateFailoverConfig = D1 ('MetaData "UpdateFailoverConfig" "Amazonka.MediaConnect.Types.UpdateFailoverConfig" "libZSservicesZSamazonka-mediaconnectZSamazonka-mediaconnect" 'False) (C1 ('MetaCons "UpdateFailoverConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe State)) :*: S1 ('MetaSel ('Just "recoveryWindow") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "sourcePriority") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourcePriority)) :*: S1 ('MetaSel ('Just "failoverMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailoverMode)))))

newUpdateFailoverConfig :: UpdateFailoverConfig Source #

Create a value of UpdateFailoverConfig 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:state:UpdateFailoverConfig', updateFailoverConfig_state - Undocumented member.

$sel:recoveryWindow:UpdateFailoverConfig', updateFailoverConfig_recoveryWindow - Recovery window time to look for dash-7 packets

$sel:sourcePriority:UpdateFailoverConfig', updateFailoverConfig_sourcePriority - The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

$sel:failoverMode:UpdateFailoverConfig', updateFailoverConfig_failoverMode - The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.

updateFailoverConfig_recoveryWindow :: Lens' UpdateFailoverConfig (Maybe Int) Source #

Recovery window time to look for dash-7 packets

updateFailoverConfig_sourcePriority :: Lens' UpdateFailoverConfig (Maybe SourcePriority) Source #

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

updateFailoverConfig_failoverMode :: Lens' UpdateFailoverConfig (Maybe FailoverMode) Source #

The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.