Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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 #
The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime Voice Connector's emergency calling configuration.
See: newDNISEmergencyCallingConfiguration
smart constructor.
DNISEmergencyCallingConfiguration' | |
|
Instances
newDNISEmergencyCallingConfiguration Source #
:: 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
- The DNIS phone number to route test emergency calls to, in E.164 format.
$sel:emergencyPhoneNumber:DNISEmergencyCallingConfiguration'
, dNISEmergencyCallingConfiguration_emergencyPhoneNumber
- The DNIS phone number to route emergency calls to, in E.164 format.
$sel:callingCountry:DNISEmergencyCallingConfiguration'
, dNISEmergencyCallingConfiguration_callingCountry
- The country from which emergency calls are allowed, in ISO 3166-1
alpha-2 format.
dNISEmergencyCallingConfiguration_testPhoneNumber :: Lens' DNISEmergencyCallingConfiguration (Maybe Text) Source #
The DNIS phone number to route test emergency calls to, in E.164 format.
dNISEmergencyCallingConfiguration_emergencyPhoneNumber :: Lens' DNISEmergencyCallingConfiguration Text Source #
The DNIS phone number to route emergency calls to, in E.164 format.
dNISEmergencyCallingConfiguration_callingCountry :: Lens' DNISEmergencyCallingConfiguration Text Source #
The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.