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

Description

 
Synopsis

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.

Constructors

DNISEmergencyCallingConfiguration' 

Fields

Instances

Instances details
Eq DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Show DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Generic DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Associated Types

type Rep DNISEmergencyCallingConfiguration :: Type -> Type #

NFData DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

Hashable DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

ToJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

FromJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

type Rep DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.Chime.Types.DNISEmergencyCallingConfiguration

type Rep DNISEmergencyCallingConfiguration = D1 ('MetaData "DNISEmergencyCallingConfiguration" "Amazonka.Chime.Types.DNISEmergencyCallingConfiguration" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DNISEmergencyCallingConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "testPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "emergencyPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "callingCountry") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDNISEmergencyCallingConfiguration Source #

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.