libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.Types.Participant

Description

 
Synopsis

Documentation

data Participant Source #

The phone number and proxy phone number for a participant in an Amazon Chime Voice Connector proxy session.

See: newParticipant smart constructor.

Constructors

Participant' 

Fields

Instances

Instances details
Eq Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Show Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Generic Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Associated Types

type Rep Participant :: Type -> Type #

NFData Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

Methods

rnf :: Participant -> () #

Hashable Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

FromJSON Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

type Rep Participant Source # 
Instance details

Defined in Amazonka.Chime.Types.Participant

type Rep Participant = D1 ('MetaData "Participant" "Amazonka.Chime.Types.Participant" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "Participant'" 'PrefixI 'True) (S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "proxyPhoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text)))))

newParticipant :: Participant Source #

Create a value of Participant 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:phoneNumber:Participant', participant_phoneNumber - The participant's phone number.

$sel:proxyPhoneNumber:Participant', participant_proxyPhoneNumber - The participant's proxy phone number.

participant_phoneNumber :: Lens' Participant (Maybe Text) Source #

The participant's phone number.

participant_proxyPhoneNumber :: Lens' Participant (Maybe Text) Source #

The participant's proxy phone number.