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 |
Documentation
data AggregationType Source #
The type of aggregation queries.
See: newAggregationType
smart constructor.
AggregationType' | |
|
Instances
Create a value of AggregationType
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:values:AggregationType'
, aggregationType_values
- A list of the values of aggregation types.
$sel:name:AggregationType'
, aggregationType_name
- The name of the aggregation type.
aggregationType_values :: Lens' AggregationType (Maybe [Text]) Source #
A list of the values of aggregation types.
aggregationType_name :: Lens' AggregationType AggregationTypeName Source #
The name of the aggregation type.