amazonka-connectcases-2.0: Amazon Connect Cases 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.ConnectCases.Types.Contact

Description

 
Synopsis

Documentation

data Contact Source #

An object that represents an Amazon Connect contact object.

See: newContact smart constructor.

Constructors

Contact' 

Fields

Instances

Instances details
ToJSON Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Generic Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Associated Types

type Rep Contact :: Type -> Type #

Methods

from :: Contact -> Rep Contact x #

to :: Rep Contact x -> Contact #

Read Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Show Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

NFData Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Methods

rnf :: Contact -> () #

Eq Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Methods

(==) :: Contact -> Contact -> Bool #

(/=) :: Contact -> Contact -> Bool #

Hashable Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

Methods

hashWithSalt :: Int -> Contact -> Int #

hash :: Contact -> Int #

type Rep Contact Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.Contact

type Rep Contact = D1 ('MetaData "Contact" "Amazonka.ConnectCases.Types.Contact" "amazonka-connectcases-2.0-9RA5jvVYRVL9KmD8hfMfHn" 'False) (C1 ('MetaCons "Contact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newContact Source #

Create a value of Contact 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:contactArn:Contact', contact_contactArn - A unique identifier of a contact in Amazon Connect.

contact_contactArn :: Lens' Contact Text Source #

A unique identifier of a contact in Amazon Connect.