libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
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.AlexaBusiness.Types.SipAddress

Description

 
Synopsis

Documentation

data SipAddress Source #

The SIP address for the contact containing the URI and SIP address type.

See: newSipAddress smart constructor.

Constructors

SipAddress' 

Fields

Instances

Instances details
Eq SipAddress Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SipAddress

Show SipAddress Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SipAddress

Generic SipAddress Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SipAddress

Associated Types

type Rep SipAddress :: Type -> Type #

NFData SipAddress Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SipAddress

Methods

rnf :: SipAddress -> () #

Hashable SipAddress Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SipAddress

ToJSON SipAddress Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SipAddress

FromJSON SipAddress Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SipAddress

type Rep SipAddress Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.SipAddress

type Rep SipAddress = D1 ('MetaData "SipAddress" "Amazonka.AlexaBusiness.Types.SipAddress" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "SipAddress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive SipType))))

newSipAddress Source #

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.