Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data RecentCaseCommunications Source #
The five most recent communications associated with the case.
See: newRecentCaseCommunications
smart constructor.
RecentCaseCommunications' | |
|
Instances
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_nextToken :: Lens' RecentCaseCommunications (Maybe Text) Source #
A resumption point for pagination.
recentCaseCommunications_communications :: Lens' RecentCaseCommunications (Maybe [Communication]) Source #
The five most recent communications associated with the case.