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
Documentation
The IP endpoint and protocol for calling.
See: newIPDialIn
smart constructor.
IPDialIn' | |
|
Instances
Eq IPDialIn Source # | |
Read IPDialIn Source # | |
Show IPDialIn Source # | |
Generic IPDialIn Source # | |
NFData IPDialIn Source # | |
Defined in Amazonka.AlexaBusiness.Types.IPDialIn | |
Hashable IPDialIn Source # | |
Defined in Amazonka.AlexaBusiness.Types.IPDialIn | |
ToJSON IPDialIn Source # | |
Defined in Amazonka.AlexaBusiness.Types.IPDialIn | |
FromJSON IPDialIn Source # | |
type Rep IPDialIn Source # | |
Defined in Amazonka.AlexaBusiness.Types.IPDialIn type Rep IPDialIn = D1 ('MetaData "IPDialIn" "Amazonka.AlexaBusiness.Types.IPDialIn" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" '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.