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
Container for the stats details.
See: newStats
smart constructor.
Stats' | |
|
Instances
Eq Stats Source # | |
Read Stats Source # | |
Show Stats Source # | |
Generic Stats Source # | |
NFData Stats Source # | |
Defined in Amazonka.S3.Types.Stats | |
Hashable Stats Source # | |
Defined in Amazonka.S3.Types.Stats | |
FromXML Stats Source # | |
type Rep Stats Source # | |
Defined in Amazonka.S3.Types.Stats type Rep Stats = D1 ('MetaData "Stats" "Amazonka.S3.Types.Stats" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "Stats'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bytesReturned") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "bytesScanned") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "bytesProcessed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) |
Create a value of Stats
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:bytesReturned:Stats'
, stats_bytesReturned
- The total number of bytes of records payload data returned.
$sel:bytesScanned:Stats'
, stats_bytesScanned
- The total number of object bytes scanned.
$sel:bytesProcessed:Stats'
, stats_bytesProcessed
- The total number of uncompressed object bytes processed.