amazonka-kinesis-video-2.0: Amazon Kinesis Video Streams SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.KinesisVideo.Types.SingleMasterConfiguration

Description

 
Synopsis

Documentation

data SingleMasterConfiguration Source #

A structure that contains the configuration for the SINGLE_MASTER channel type.

See: newSingleMasterConfiguration smart constructor.

Constructors

SingleMasterConfiguration' 

Fields

Instances

Instances details
FromJSON SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

ToJSON SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

Generic SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

Associated Types

type Rep SingleMasterConfiguration :: Type -> Type #

Read SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

Show SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

NFData SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

Eq SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

Hashable SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

type Rep SingleMasterConfiguration Source # 
Instance details

Defined in Amazonka.KinesisVideo.Types.SingleMasterConfiguration

type Rep SingleMasterConfiguration = D1 ('MetaData "SingleMasterConfiguration" "Amazonka.KinesisVideo.Types.SingleMasterConfiguration" "amazonka-kinesis-video-2.0-5DR7d8jw2IyAvZJM3U7dwM" 'False) (C1 ('MetaCons "SingleMasterConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "messageTtlSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newSingleMasterConfiguration :: SingleMasterConfiguration Source #

Create a value of SingleMasterConfiguration 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:messageTtlSeconds:SingleMasterConfiguration', singleMasterConfiguration_messageTtlSeconds - The period of time a signaling channel retains undelivered messages before they are discarded.

singleMasterConfiguration_messageTtlSeconds :: Lens' SingleMasterConfiguration (Maybe Natural) Source #

The period of time a signaling channel retains undelivered messages before they are discarded.