amazonka-connect-2.0: Amazon Connect Service 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.Connect.Types.TelephonyConfig

Description

 
Synopsis

Documentation

data TelephonyConfig Source #

The distribution of traffic between the instance and its replicas.

See: newTelephonyConfig smart constructor.

Constructors

TelephonyConfig' 

Fields

Instances

Instances details
FromJSON TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

ToJSON TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

Generic TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

Associated Types

type Rep TelephonyConfig :: Type -> Type #

Read TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

Show TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

NFData TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

Methods

rnf :: TelephonyConfig -> () #

Eq TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

Hashable TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

type Rep TelephonyConfig Source # 
Instance details

Defined in Amazonka.Connect.Types.TelephonyConfig

type Rep TelephonyConfig = D1 ('MetaData "TelephonyConfig" "Amazonka.Connect.Types.TelephonyConfig" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "TelephonyConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "distributions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Distribution])))

newTelephonyConfig :: TelephonyConfig Source #

Create a value of TelephonyConfig 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:distributions:TelephonyConfig', telephonyConfig_distributions - Information about traffic distributions.

telephonyConfig_distributions :: Lens' TelephonyConfig [Distribution] Source #

Information about traffic distributions.