libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.Types.ProductViewAggregationValue

Description

 
Synopsis

Documentation

data ProductViewAggregationValue Source #

A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.

See: newProductViewAggregationValue smart constructor.

Constructors

ProductViewAggregationValue' 

Fields

Instances

Instances details
Eq ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Read ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Show ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Generic ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Associated Types

type Rep ProductViewAggregationValue :: Type -> Type #

NFData ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

Hashable ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

FromJSON ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

type Rep ProductViewAggregationValue Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductViewAggregationValue

type Rep ProductViewAggregationValue = D1 ('MetaData "ProductViewAggregationValue" "Amazonka.ServiceCatalog.Types.ProductViewAggregationValue" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'False) (C1 ('MetaCons "ProductViewAggregationValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "approximateCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))

newProductViewAggregationValue :: ProductViewAggregationValue Source #

Create a value of ProductViewAggregationValue 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:value:ProductViewAggregationValue', productViewAggregationValue_value - The value of the product view aggregation.

$sel:approximateCount:ProductViewAggregationValue', productViewAggregationValue_approximateCount - An approximate count of the products that match the value.

productViewAggregationValue_approximateCount :: Lens' ProductViewAggregationValue (Maybe Int) Source #

An approximate count of the products that match the value.