amazonka-support-2.0: Amazon Support 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.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
FromJSON 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 #

Read RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

Show RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

NFData RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

Eq RecentCaseCommunications Source # 
Instance details

Defined in Amazonka.Support.Types.RecentCaseCommunications

Hashable 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" "amazonka-support-2.0-LbNYGbwzg4MCCJkN4B0nCH" 'False) (C1 ('MetaCons "RecentCaseCommunications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "communications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Communication])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:communications:RecentCaseCommunications', recentCaseCommunications_communications - The five most recent communications associated with the case.

$sel:nextToken:RecentCaseCommunications', recentCaseCommunications_nextToken - A resumption point for pagination.

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

The five most recent communications associated with the case.