libZSservicesZSamazonka-supportZSamazonka-support
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.Support.Types.RecentCaseCommunications

Description

 
Synopsis

Documentation

data RecentCaseCommunications Source #

The five most recent communications associated with the case.

See: newRecentCaseCommunications smart constructor.

Constructors

RecentCaseCommunications' 

Fields

Instances

Instances details
Eq RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

Read RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

Show RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

Generic RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

Associated Types

type Rep RecentCaseCommunications :: Type -> Type #

NFData RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

Hashable RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

FromJSON RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

type Rep RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

type Rep RecentCaseCommunications = D1 ('MetaData "RecentCaseCommunications" "Amazonka.Support.Types.RecentCaseCommunications" "libZSservicesZSamazonka-supportZSamazonka-support" 'False) (C1 ('MetaCons "RecentCaseCommunications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "communications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Communication]))))

newRecentCaseCommunications :: RecentCaseCommunications Source #

Create a value of RecentCaseCommunications 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:nextToken:RecentCaseCommunications', recentCaseCommunications_nextToken - A resumption point for pagination.

$sel:communications:RecentCaseCommunications', recentCaseCommunications_communications - The five most recent communications associated with the case.

recentCaseCommunications_communications :: Lens' RecentCaseCommunications (Maybe [Communication]) Source #

The five most recent communications associated with the case.