libZSservicesZSamazonka-ssmZSamazonka-ssm
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.SSM.Types.OpsAggregator

Description

 
Synopsis

Documentation

data OpsAggregator Source #

One or more aggregators for viewing counts of OpsData using different dimensions such as Source, CreatedTime, or Source and CreatedTime, to name a few.

See: newOpsAggregator smart constructor.

Constructors

OpsAggregator' 

Fields

Instances

Instances details
Eq OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Read OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Show OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Generic OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Associated Types

type Rep OpsAggregator :: Type -> Type #

NFData OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

Methods

rnf :: OpsAggregator -> () #

Hashable OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

ToJSON OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

type Rep OpsAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.OpsAggregator

newOpsAggregator :: OpsAggregator Source #

Create a value of OpsAggregator 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:typeName:OpsAggregator', opsAggregator_typeName - The data type name to use for viewing counts of OpsData.

$sel:aggregators:OpsAggregator', opsAggregator_aggregators - A nested aggregator for viewing counts of OpsData.

$sel:values:OpsAggregator', opsAggregator_values - The aggregator value.

$sel:filters:OpsAggregator', opsAggregator_filters - The aggregator filters.

$sel:attributeName:OpsAggregator', opsAggregator_attributeName - The name of an OpsData attribute on which to limit the count of OpsData.

$sel:aggregatorType:OpsAggregator', opsAggregator_aggregatorType - Either a Range or Count aggregator for limiting an OpsData summary.

opsAggregator_typeName :: Lens' OpsAggregator (Maybe Text) Source #

The data type name to use for viewing counts of OpsData.

opsAggregator_aggregators :: Lens' OpsAggregator (Maybe (NonEmpty OpsAggregator)) Source #

A nested aggregator for viewing counts of OpsData.

opsAggregator_attributeName :: Lens' OpsAggregator (Maybe Text) Source #

The name of an OpsData attribute on which to limit the count of OpsData.

opsAggregator_aggregatorType :: Lens' OpsAggregator (Maybe Text) Source #

Either a Range or Count aggregator for limiting an OpsData summary.