amazonka-chime-sdk-voice-2.0: Amazon Chime SDK Voice 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.ChimeSdkVoice.Types.StreamingConfiguration

Description

 
Synopsis

Documentation

data StreamingConfiguration Source #

See: newStreamingConfiguration smart constructor.

Instances

Instances details
FromJSON StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

ToJSON StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Generic StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Associated Types

type Rep StreamingConfiguration :: Type -> Type #

Read StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Show StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

NFData StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Methods

rnf :: StreamingConfiguration -> () #

Eq StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

Hashable StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

type Rep StreamingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.StreamingConfiguration

type Rep StreamingConfiguration = D1 ('MetaData "StreamingConfiguration" "Amazonka.ChimeSdkVoice.Types.StreamingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" 'False) (C1 ('MetaCons "StreamingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "streamingNotificationTargets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty StreamingNotificationTarget))) :*: (S1 ('MetaSel ('Just "dataRetentionInHours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))