| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kendra.Types.GroupSummary
Description
Synopsis
Documentation
data GroupSummary Source #
Summary information for groups.
See: newGroupSummary smart constructor.
Constructors
| GroupSummary' | |
Instances
newGroupSummary :: GroupSummary Source #
Create a value of GroupSummary 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:groupId:GroupSummary', groupSummary_groupId - The identifier of the group you want group summary information on.
$sel:orderingId:GroupSummary', groupSummary_orderingId - The timestamp identifier used for the latest PUT or DELETE action.
groupSummary_groupId :: Lens' GroupSummary (Maybe Text) Source #
The identifier of the group you want group summary information on.
groupSummary_orderingId :: Lens' GroupSummary (Maybe Natural) Source #
The timestamp identifier used for the latest PUT or DELETE action.