libZSservicesZSamazonka-iotZSamazonka-iot
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

Read AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

Show 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 #

NFData AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

Methods

rnf :: AggregationType -> () #

Hashable AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

ToJSON AggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.AggregationType

FromJSON 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" "libZSservicesZSamazonka-iotZSamazonka-iot" '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.