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

Description

 
Synopsis

Documentation

data InventoryAggregator Source #

Specifies the inventory type and attribute for the aggregation execution.

See: newInventoryAggregator smart constructor.

Constructors

InventoryAggregator' 

Fields

Instances

Instances details
Eq InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Read InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Show InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Generic InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Associated Types

type Rep InventoryAggregator :: Type -> Type #

NFData InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

Methods

rnf :: InventoryAggregator -> () #

Hashable InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

ToJSON InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

type Rep InventoryAggregator Source # 
Instance details

Defined in Amazonka.SSM.Types.InventoryAggregator

type Rep InventoryAggregator = D1 ('MetaData "InventoryAggregator" "Amazonka.SSM.Types.InventoryAggregator" "libZSservicesZSamazonka-ssmZSamazonka-ssm" 'False) (C1 ('MetaCons "InventoryAggregator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "groups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty InventoryGroup))) :*: (S1 ('MetaSel ('Just "aggregators") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty InventoryAggregator))) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newInventoryAggregator :: InventoryAggregator Source #

Create a value of InventoryAggregator 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:groups:InventoryAggregator', inventoryAggregator_groups - A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

$sel:aggregators:InventoryAggregator', inventoryAggregator_aggregators - Nested aggregators to further refine aggregation for an inventory type.

$sel:expression:InventoryAggregator', inventoryAggregator_expression - The inventory type and attribute name for aggregation.

inventoryAggregator_groups :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryGroup)) Source #

A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.

inventoryAggregator_aggregators :: Lens' InventoryAggregator (Maybe (NonEmpty InventoryAggregator)) Source #

Nested aggregators to further refine aggregation for an inventory type.

inventoryAggregator_expression :: Lens' InventoryAggregator (Maybe Text) Source #

The inventory type and attribute name for aggregation.