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 StatisticSet Source #
Internal only API.
See: newStatisticSet
smart constructor.
Instances
newStatisticSet :: StatisticSet Source #
Create a value of StatisticSet
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:sampleCount:StatisticSet'
, statisticSet_sampleCount
- Internal only API.
$sel:maximum:StatisticSet'
, statisticSet_maximum
- Internal only API.
$sel:minimum:StatisticSet'
, statisticSet_minimum
- Internal only API.
$sel:sum:StatisticSet'
, statisticSet_sum
- Internal only API.
statisticSet_sampleCount :: Lens' StatisticSet (Maybe Int) Source #
Internal only API.
statisticSet_maximum :: Lens' StatisticSet (Maybe Double) Source #
Internal only API.
statisticSet_minimum :: Lens' StatisticSet (Maybe Double) Source #
Internal only API.
statisticSet_sum :: Lens' StatisticSet (Maybe Double) Source #
Internal only API.