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 |
Documentation
A count of documents that meets a specific aggregation criteria.
See: newBucket
smart constructor.
Instances
Eq Bucket Source # | |
Read Bucket Source # | |
Show Bucket Source # | |
Generic Bucket Source # | |
NFData Bucket Source # | |
Defined in Amazonka.IoT.Types.Bucket | |
Hashable Bucket Source # | |
Defined in Amazonka.IoT.Types.Bucket | |
FromJSON Bucket Source # | |
type Rep Bucket Source # | |
Defined in Amazonka.IoT.Types.Bucket type Rep Bucket = D1 ('MetaData "Bucket" "Amazonka.IoT.Types.Bucket" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "Bucket'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "count") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) |
Create a value of Bucket
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:keyValue:Bucket'
, bucket_keyValue
- The value counted for the particular bucket.
$sel:count:Bucket'
, bucket_count
- The number of documents that have the value counted for the particular
bucket.