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.ContactContent

Description

 
Synopsis

Documentation

data ContactContent Source #

An object that represents a content of an Amazon Connect contact object.

See: newContactContent smart constructor.

Constructors

ContactContent' 

Fields

  • channel :: Text

    A list of channels to filter on for related items of type Contact.

  • connectedToSystemTime :: ISO8601

    The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.

  • contactArn :: Text

    A unique identifier of a contact in Amazon Connect.

Instances

Instances details
FromJSON ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Generic ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Associated Types

type Rep ContactContent :: Type -> Type #

Read ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Show ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

NFData ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Methods

rnf :: ContactContent -> () #

Eq ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

Hashable ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

type Rep ContactContent Source # 
Instance details

Defined in Amazonka.ConnectCases.Types.ContactContent

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

newContactContent Source #

Create a value of ContactContent 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:channel:ContactContent', contactContent_channel - A list of channels to filter on for related items of type Contact.

$sel:connectedToSystemTime:ContactContent', contactContent_connectedToSystemTime - The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.

$sel:contactArn:ContactContent', contactContent_contactArn - A unique identifier of a contact in Amazon Connect.

contactContent_channel :: Lens' ContactContent Text Source #

A list of channels to filter on for related items of type Contact.

contactContent_connectedToSystemTime :: Lens' ContactContent UTCTime Source #

The difference between the InitiationTimestamp and the DisconnectTimestamp of the contact.

contactContent_contactArn :: Lens' ContactContent Text Source #

A unique identifier of a contact in Amazon Connect.