amazonka-health-2.0: Amazon Health APIs and Notifications 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.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
FromJSON 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 #

Read EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

Show EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

NFData EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

Methods

rnf :: EventAggregate -> () #

Eq EventAggregate Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.EventAggregate

Hashable 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" "amazonka-health-2.0-97kQZARXu4I8k4sVSmOp5K" 'False) (C1 ('MetaCons "EventAggregate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "aggregateValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

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:aggregateValue:EventAggregate', eventAggregate_aggregateValue - The issue type for the associated count.

$sel:count:EventAggregate', eventAggregate_count - The number of events of the associated issue type.

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

The issue type for the associated count.

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

The number of events of the associated issue type.