amazonka-chime-sdk-voice-2.0: Amazon Chime SDK Voice 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.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Description

 
Synopsis

Documentation

data DNISEmergencyCallingConfiguration Source #

See: newDNISEmergencyCallingConfiguration smart constructor.

Instances

Instances details
FromJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

ToJSON DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Generic DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Associated Types

type Rep DNISEmergencyCallingConfiguration :: Type -> Type #

Show DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

NFData DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Eq DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

Hashable DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

type Rep DNISEmergencyCallingConfiguration Source # 
Instance details

Defined in Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration

type Rep DNISEmergencyCallingConfiguration = D1 ('MetaData "DNISEmergencyCallingConfiguration" "Amazonka.ChimeSdkVoice.Types.DNISEmergencyCallingConfiguration" "amazonka-chime-sdk-voice-2.0-INlqwMnsxQvJs5Ai1c7XN6" '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))))