amazonka-connectparticipant-2.0: Amazon Connect Participant 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.ConnectParticipant.Types.Receipt

Description

 
Synopsis

Documentation

data Receipt Source #

The receipt for the message delivered to the recipient.

See: newReceipt smart constructor.

Constructors

Receipt' 

Fields

Instances

Instances details
FromJSON Receipt Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Receipt

Generic Receipt Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Receipt

Associated Types

type Rep Receipt :: Type -> Type #

Methods

from :: Receipt -> Rep Receipt x #

to :: Rep Receipt x -> Receipt #

Read Receipt Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Receipt

Show Receipt Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Receipt

NFData Receipt Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Receipt

Methods

rnf :: Receipt -> () #

Eq Receipt Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Receipt

Methods

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

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

Hashable Receipt Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Receipt

Methods

hashWithSalt :: Int -> Receipt -> Int #

hash :: Receipt -> Int #

type Rep Receipt Source # 
Instance details

Defined in Amazonka.ConnectParticipant.Types.Receipt

type Rep Receipt = D1 ('MetaData "Receipt" "Amazonka.ConnectParticipant.Types.Receipt" "amazonka-connectparticipant-2.0-I4GmkIlwxQUGg1dW7eNFQJ" 'False) (C1 ('MetaCons "Receipt'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deliveredTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "readTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "recipientParticipantId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newReceipt :: Receipt Source #

Create a value of Receipt 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:deliveredTimestamp:Receipt', receipt_deliveredTimestamp - The time when the message was delivered to the recipient.

$sel:readTimestamp:Receipt', receipt_readTimestamp - The time when the message was read by the recipient.

$sel:recipientParticipantId:Receipt', receipt_recipientParticipantId - The identifier of the recipient of the message.

receipt_deliveredTimestamp :: Lens' Receipt (Maybe Text) Source #

The time when the message was delivered to the recipient.

receipt_readTimestamp :: Lens' Receipt (Maybe Text) Source #

The time when the message was read by the recipient.

receipt_recipientParticipantId :: Lens' Receipt (Maybe Text) Source #

The identifier of the recipient of the message.