libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.Types.TelephonySettings

Description

 
Synopsis

Documentation

data TelephonySettings Source #

Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.

See: newTelephonySettings smart constructor.

Constructors

TelephonySettings' 

Fields

Instances

Instances details
Eq TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Read TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Show TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Generic TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Associated Types

type Rep TelephonySettings :: Type -> Type #

NFData TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

Methods

rnf :: TelephonySettings -> () #

Hashable TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

ToJSON TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

FromJSON TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

type Rep TelephonySettings Source # 
Instance details

Defined in Amazonka.Chime.Types.TelephonySettings

type Rep TelephonySettings = D1 ('MetaData "TelephonySettings" "Amazonka.Chime.Types.TelephonySettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "TelephonySettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inboundCalling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "outboundCalling") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool) :*: S1 ('MetaSel ('Just "sms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newTelephonySettings Source #

Create a value of TelephonySettings 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:inboundCalling:TelephonySettings', telephonySettings_inboundCalling - Allows or denies inbound calling.

$sel:outboundCalling:TelephonySettings', telephonySettings_outboundCalling - Allows or denies outbound calling.

$sel:sms:TelephonySettings', telephonySettings_sms - Allows or denies SMS messaging.

telephonySettings_sms :: Lens' TelephonySettings Bool Source #

Allows or denies SMS messaging.