| 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.AlexaBusiness.Types.IPDialIn
Description
Synopsis
Documentation
The IP endpoint and protocol for calling.
See: newIPDialIn smart constructor.
Constructors
| IPDialIn' | |
Fields
| |
Instances
| FromJSON IPDialIn Source # | |
| ToJSON IPDialIn Source # | |
Defined in Amazonka.AlexaBusiness.Types.IPDialIn | |
| Generic IPDialIn Source # | |
| Read IPDialIn Source # | |
| Show IPDialIn Source # | |
| NFData IPDialIn Source # | |
Defined in Amazonka.AlexaBusiness.Types.IPDialIn | |
| Eq IPDialIn Source # | |
| Hashable IPDialIn Source # | |
Defined in Amazonka.AlexaBusiness.Types.IPDialIn | |
| type Rep IPDialIn Source # | |
Defined in Amazonka.AlexaBusiness.Types.IPDialIn type Rep IPDialIn = D1 ('MetaData "IPDialIn" "Amazonka.AlexaBusiness.Types.IPDialIn" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "IPDialIn'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "commsProtocol") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CommsProtocol))) | |
Create a value of IPDialIn 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:endpoint:IPDialIn', iPDialIn_endpoint - The IP address.
$sel:commsProtocol:IPDialIn', iPDialIn_commsProtocol - The protocol, including SIP, SIPS, and H323.
iPDialIn_commsProtocol :: Lens' IPDialIn CommsProtocol Source #
The protocol, including SIP, SIPS, and H323.