amazonka-iot-2.0: Amazon IoT SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoT.Types.AggregationType

Description

 
Synopsis

Documentation

data AggregationType Source #

The type of aggregation queries.

See: newAggregationType smart constructor.

Constructors

AggregationType' 

Fields

Instances

Instances details
FromJSON AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

ToJSON AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

Generic AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

Associated Types

type Rep AggregationType :: Type -> Type #

Read AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

Show AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

NFData AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

Methods

rnf :: AggregationType -> () #

Eq AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

Hashable AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

type Rep AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

type Rep AggregationType = D1 ('MetaData "AggregationType" "Amazonka.IoT.Types.AggregationType" "amazonka-iot-2.0-6w03vgAfmrM1SG22OsNJXL" 'False) (C1 ('MetaCons "AggregationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AggregationTypeName)))

newAggregationType Source #

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.