| 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.IoT.Types.AggregationType
Description
Documentation
data AggregationType Source #
The type of aggregation queries.
See: newAggregationType smart constructor.
Constructors
| AggregationType' | |
Fields
| |
Instances
Arguments
| :: AggregationTypeName | |
| -> AggregationType |
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.