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.BucketsAggregationType

Description

 
Synopsis

Documentation

data BucketsAggregationType Source #

The type of bucketed aggregation performed.

See: newBucketsAggregationType smart constructor.

Constructors

BucketsAggregationType' 

Fields

  • termsAggregation :: Maybe TermsAggregation

    Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.

Instances

Instances details
Eq BucketsAggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.BucketsAggregationType

Read BucketsAggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.BucketsAggregationType

Show BucketsAggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.BucketsAggregationType

Generic BucketsAggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.BucketsAggregationType

Associated Types

type Rep BucketsAggregationType :: Type -> Type #

NFData BucketsAggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.BucketsAggregationType

Methods

rnf :: BucketsAggregationType -> () #

Hashable BucketsAggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.BucketsAggregationType

ToJSON BucketsAggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.BucketsAggregationType

type Rep BucketsAggregationType Source # 
Instance details

Defined in Amazonka.IoT.Types.BucketsAggregationType

type Rep BucketsAggregationType = D1 ('MetaData "BucketsAggregationType" "Amazonka.IoT.Types.BucketsAggregationType" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "BucketsAggregationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "termsAggregation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TermsAggregation))))

newBucketsAggregationType :: BucketsAggregationType Source #

Create a value of BucketsAggregationType 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:termsAggregation:BucketsAggregationType', bucketsAggregationType_termsAggregation - Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.

bucketsAggregationType_termsAggregation :: Lens' BucketsAggregationType (Maybe TermsAggregation) Source #

Performs an aggregation that will return a list of buckets. The list of buckets is a ranked list of the number of occurrences of an aggregation field value.