amazonka-chime-2.0: Amazon Chime 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.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
FromJSON UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

ToJSON 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 #

Read UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Show UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

NFData UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Methods

rnf :: UserSettings -> () #

Eq UserSettings Source # 
Instance details

Defined in Amazonka.Chime.Types.UserSettings

Hashable 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" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" '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.