| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Chime.Types.TelephonySettings
Description
Synopsis
- data TelephonySettings = TelephonySettings' {
- inboundCalling :: Bool
- outboundCalling :: Bool
- sms :: Bool
- newTelephonySettings :: Bool -> Bool -> Bool -> TelephonySettings
- telephonySettings_inboundCalling :: Lens' TelephonySettings Bool
- telephonySettings_outboundCalling :: Lens' TelephonySettings Bool
- telephonySettings_sms :: Lens' TelephonySettings Bool
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
Arguments
| :: Bool | |
| -> Bool | |
| -> Bool | |
| -> TelephonySettings |
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_inboundCalling :: Lens' TelephonySettings Bool Source #
Allows or denies inbound calling.
telephonySettings_outboundCalling :: Lens' TelephonySettings Bool Source #
Allows or denies outbound calling.
telephonySettings_sms :: Lens' TelephonySettings Bool Source #
Allows or denies SMS messaging.