amazonka-connect-2.0: Amazon Connect Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Connect.Types.EmailReference

Description

 
Synopsis

Documentation

data EmailReference Source #

Information about a reference when the referenceType is EMAIL. Otherwise, null.

See: newEmailReference smart constructor.

Constructors

EmailReference' 

Fields

Instances

Instances details
FromJSON EmailReference Source # 
Instance details

Defined in Amazonka.Connect.Types.EmailReference

Generic EmailReference Source # 
Instance details

Defined in Amazonka.Connect.Types.EmailReference

Associated Types

type Rep EmailReference :: Type -> Type #

Read EmailReference Source # 
Instance details

Defined in Amazonka.Connect.Types.EmailReference

Show EmailReference Source # 
Instance details

Defined in Amazonka.Connect.Types.EmailReference

NFData EmailReference Source # 
Instance details

Defined in Amazonka.Connect.Types.EmailReference

Methods

rnf :: EmailReference -> () #

Eq EmailReference Source # 
Instance details

Defined in Amazonka.Connect.Types.EmailReference

Hashable EmailReference Source # 
Instance details

Defined in Amazonka.Connect.Types.EmailReference

type Rep EmailReference Source # 
Instance details

Defined in Amazonka.Connect.Types.EmailReference

type Rep EmailReference = D1 ('MetaData "EmailReference" "Amazonka.Connect.Types.EmailReference" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "EmailReference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEmailReference :: EmailReference Source #

Create a value of EmailReference 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:name:EmailReference', emailReference_name - Identifier of the email reference.

$sel:value:EmailReference', emailReference_value - A valid email address.

emailReference_name :: Lens' EmailReference (Maybe Text) Source #

Identifier of the email reference.