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 ObjectLevelStatistics = ObjectLevelStatistics' {}
- newObjectLevelStatistics :: ObjectLevelStatistics
- objectLevelStatistics_fileType :: Lens' ObjectLevelStatistics (Maybe Integer)
- objectLevelStatistics_storageClass :: Lens' ObjectLevelStatistics (Maybe Integer)
- objectLevelStatistics_total :: Lens' ObjectLevelStatistics (Maybe Integer)
Documentation
data ObjectLevelStatistics Source #
Provides information about the total storage size (in bytes) or number of objects that Amazon Macie can't analyze in one or more S3 buckets. In a BucketMetadata or MatchingBucket object, this data is for a specific bucket. In a GetBucketStatisticsResponse object, this data is aggregated for the buckets in the query results. If versioning is enabled for a bucket, total storage size values are based on the size of the latest version of each applicable object in the bucket.
See: newObjectLevelStatistics
smart constructor.
ObjectLevelStatistics' | |
|
Instances
newObjectLevelStatistics :: ObjectLevelStatistics Source #
Create a value of ObjectLevelStatistics
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:fileType:ObjectLevelStatistics'
, objectLevelStatistics_fileType
- The total storage size (in bytes) or number of objects that Amazon Macie
can't analyze because the objects don't have a file name extension for
a supported file or storage format.
$sel:storageClass:ObjectLevelStatistics'
, objectLevelStatistics_storageClass
- The total storage size (in bytes) or number of objects that Amazon Macie
can't analyze because the objects use an unsupported storage class.
$sel:total:ObjectLevelStatistics'
, objectLevelStatistics_total
- The total storage size (in bytes) or number of objects that Amazon Macie
can't analyze because the objects use an unsupported storage class or
don't have a file name extension for a supported file or storage
format.
objectLevelStatistics_fileType :: Lens' ObjectLevelStatistics (Maybe Integer) Source #
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects don't have a file name extension for a supported file or storage format.
objectLevelStatistics_storageClass :: Lens' ObjectLevelStatistics (Maybe Integer) Source #
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class.
objectLevelStatistics_total :: Lens' ObjectLevelStatistics (Maybe Integer) Source #
The total storage size (in bytes) or number of objects that Amazon Macie can't analyze because the objects use an unsupported storage class or don't have a file name extension for a supported file or storage format.