| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudSearchDomains.Types.BucketInfo
Description
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.
Constructors
| BucketInfo' | |
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.