Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ProductViewAggregationValue = ProductViewAggregationValue' {}
- newProductViewAggregationValue :: ProductViewAggregationValue
- productViewAggregationValue_value :: Lens' ProductViewAggregationValue (Maybe Text)
- productViewAggregationValue_approximateCount :: Lens' ProductViewAggregationValue (Maybe Int)
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.
Instances
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_value :: Lens' ProductViewAggregationValue (Maybe Text) Source #
The value of the product view aggregation.
productViewAggregationValue_approximateCount :: Lens' ProductViewAggregationValue (Maybe Int) Source #
An approximate count of the products that match the value.