| 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.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration
Description
Synopsis
- data DNISEmergencyCallingConfiguration = DNISEmergencyCallingConfiguration' {}
- newDNISEmergencyCallingConfiguration :: Text -> Text -> DNISEmergencyCallingConfiguration
- dNISEmergencyCallingConfiguration_testPhoneNumber :: Lens' DNISEmergencyCallingConfiguration (Maybe Text)
- dNISEmergencyCallingConfiguration_emergencyPhoneNumber :: Lens' DNISEmergencyCallingConfiguration Text
- dNISEmergencyCallingConfiguration_callingCountry :: Lens' DNISEmergencyCallingConfiguration Text
Documentation
data DNISEmergencyCallingConfiguration Source #
See: newDNISEmergencyCallingConfiguration smart constructor.
Constructors
| DNISEmergencyCallingConfiguration' | |
Fields | |
Instances
newDNISEmergencyCallingConfiguration Source #
Arguments
| :: Text |
|
| -> Text | |
| -> DNISEmergencyCallingConfiguration |
Create a value of DNISEmergencyCallingConfiguration 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:testPhoneNumber:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_testPhoneNumber - Undocumented member.
$sel:emergencyPhoneNumber:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_emergencyPhoneNumber - Undocumented member.
$sel:callingCountry:DNISEmergencyCallingConfiguration', dNISEmergencyCallingConfiguration_callingCountry - Undocumented member.
dNISEmergencyCallingConfiguration_testPhoneNumber :: Lens' DNISEmergencyCallingConfiguration (Maybe Text) Source #
Undocumented member.
dNISEmergencyCallingConfiguration_emergencyPhoneNumber :: Lens' DNISEmergencyCallingConfiguration Text Source #
Undocumented member.
dNISEmergencyCallingConfiguration_callingCountry :: Lens' DNISEmergencyCallingConfiguration Text Source #
Undocumented member.