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.UserSettings

Description

 
Synopsis

Documentation

data UserSettings Source #

Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.

See: newUserSettings smart constructor.

Constructors

UserSettings' 

Fields

Instances

Instances details
Eq UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Read UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Show UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Generic UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Associated Types

type Rep UserSettings :: Type -> Type #

NFData UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Methods

rnf :: UserSettings -> () #

Hashable UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

ToJSON UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

FromJSON UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

type Rep UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

type Rep UserSettings = D1 ('MetaData "UserSettings" "Amazonka.Chime.Types.UserSettings" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "UserSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "telephony") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TelephonySettings)))

newUserSettings Source #

Create a value of UserSettings 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:telephony:UserSettings', userSettings_telephony - The telephony settings associated with the user.

userSettings_telephony :: Lens' UserSettings TelephonySettings Source #

The telephony settings associated with the user.