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
- data GroupCount = GroupCount' {}
- newGroupCount :: GroupCount
- groupCount_groupKey :: Lens' GroupCount (Maybe Text)
- groupCount_count :: Lens' GroupCount (Maybe Integer)
Documentation
data GroupCount Source #
Provides a group of results for a query that retrieved aggregated statistical data about findings.
See: newGroupCount
smart constructor.
Instances
newGroupCount :: GroupCount Source #
Create a value of GroupCount
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:groupKey:GroupCount'
, groupCount_groupKey
- The name of the property that defines the group in the query results, as
specified by the groupBy property in the query request.
$sel:count:GroupCount'
, groupCount_count
- The total number of findings in the group of query results.
groupCount_groupKey :: Lens' GroupCount (Maybe Text) Source #
The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.
groupCount_count :: Lens' GroupCount (Maybe Integer) Source #
The total number of findings in the group of query results.