libZSservicesZSamazonka-healthZSamazonka-health
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.AWSHealth.Types.EventAggregate

Description

 
Synopsis

Documentation

data EventAggregate Source #

The number of events of each issue type. Returned by the DescribeEventAggregates operation.

See: newEventAggregate smart constructor.

Constructors

EventAggregate' 

Fields

Instances

Instances details
Eq EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

Read EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

Show EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

Generic EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

Associated Types

type Rep EventAggregate :: Type -> Type #

NFData EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

Methods

rnf :: EventAggregate -> () #

Hashable EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

FromJSON EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

type Rep EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

type Rep EventAggregate = D1 ('MetaData "EventAggregate" "Amazonka.AWSHealth.Types.EventAggregate" "libZSservicesZSamazonka-healthZSamazonka-health" 'False) (C1 ('MetaCons "EventAggregate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "aggregateValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEventAggregate :: EventAggregate Source #

Create a value of EventAggregate 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:count:EventAggregate', eventAggregate_count - The number of events of the associated issue type.

$sel:aggregateValue:EventAggregate', eventAggregate_aggregateValue - The issue type for the associated count.

eventAggregate_count :: Lens' EventAggregate (Maybe Int) Source #

The number of events of the associated issue type.

eventAggregate_aggregateValue :: Lens' EventAggregate (Maybe Text) Source #

The issue type for the associated count.