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 SipAddress = SipAddress' {}
- newSipAddress :: Text -> SipType -> SipAddress
- sipAddress_uri :: Lens' SipAddress Text
- sipAddress_type :: Lens' SipAddress SipType
Documentation
data SipAddress Source #
The SIP address for the contact containing the URI and SIP address type.
See: newSipAddress
smart constructor.
Instances
Create a value of SipAddress
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:uri:SipAddress'
, sipAddress_uri
- The URI for the SIP address.
$sel:type':SipAddress'
, sipAddress_type
- The type of the SIP address.
sipAddress_uri :: Lens' SipAddress Text Source #
The URI for the SIP address.
sipAddress_type :: Lens' SipAddress SipType Source #
The type of the SIP address.