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 BucketInfo = BucketInfo' {}
- newBucketInfo :: BucketInfo
- bucketInfo_buckets :: Lens' BucketInfo (Maybe [Bucket])
Documentation
data BucketInfo Source #
A container for the calculated facet values and counts.
See: newBucketInfo
smart constructor.
Instances
newBucketInfo :: BucketInfo Source #
Create a value of BucketInfo
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:buckets:BucketInfo'
, bucketInfo_buckets
- A list of the calculated facet values and counts.
bucketInfo_buckets :: Lens' BucketInfo (Maybe [Bucket]) Source #
A list of the calculated facet values and counts.