Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetBucketStatisticsResponse

import type { GetBucketStatisticsResponse } from "https://aws-api.deno.dev/v0.4/services/macie2.ts?docs=full";
interface GetBucketStatisticsResponse {
bucketCount?: number | null;
bucketCountByEffectivePermission?: BucketCountByEffectivePermission | null;
bucketCountByEncryptionType?: BucketCountByEncryptionType | null;
bucketCountByObjectEncryptionRequirement?: BucketCountPolicyAllowsUnencryptedObjectUploads | null;
bucketCountBySharedAccessType?: BucketCountBySharedAccessType | null;
bucketStatisticsBySensitivity?: BucketStatisticsBySensitivity | null;
classifiableObjectCount?: number | null;
classifiableSizeInBytes?: number | null;
lastUpdated?: Date | number | null;
objectCount?: number | null;
sizeInBytes?: number | null;
sizeInBytesCompressed?: number | null;
unclassifiableObjectCount?: ObjectLevelStatistics | null;
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics | null;
}

§Properties

§
bucketCount?: number | null
[src]

The total number of buckets.

§
bucketCountByEffectivePermission?: BucketCountByEffectivePermission | null
[src]

The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.

§
bucketCountByEncryptionType?: BucketCountByEncryptionType | null
[src]

The total number of buckets that use certain types of server-side encryption to encrypt new objects by default. This object also reports the total number of buckets that don't encrypt new objects by default.

§
bucketCountByObjectEncryptionRequirement?: BucketCountPolicyAllowsUnencryptedObjectUploads | null
[src]

The total number of buckets whose bucket policies do or don't require server-side encryption of objects when objects are uploaded to the buckets.

§
bucketCountBySharedAccessType?: BucketCountBySharedAccessType | null
[src]

The total number of buckets that are or aren't shared with other Amazon Web Services accounts, Amazon CloudFront origin access identities (OAIs), or CloudFront origin access controls (OACs).

§
bucketStatisticsBySensitivity?: BucketStatisticsBySensitivity | null
[src]

The aggregated sensitive data discovery statistics for the buckets. If automated sensitive data discovery is currently disabled for your account, the value for each statistic is 0.

§
classifiableObjectCount?: number | null
[src]

The total number of objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.

§
classifiableSizeInBytes?: number | null
[src]

The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.

If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.

§
lastUpdated?: Date | number | null
[src]

The date and time, in UTC and extended ISO 8601 format, when Amazon Macie most recently retrieved bucket or object metadata from Amazon S3 for the buckets.

§
objectCount?: number | null
[src]

The total number of objects in the buckets.

§
sizeInBytes?: number | null
[src]

The total storage size, in bytes, of the buckets.

If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.

§
sizeInBytesCompressed?: number | null
[src]

The total storage size, in bytes, of the objects that are compressed (.gz, .gzip, .zip) files in the buckets.

If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of the applicable objects in the buckets.

§
unclassifiableObjectCount?: ObjectLevelStatistics | null
[src]

The total number of objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.

§
unclassifiableObjectSizeInBytes?: ObjectLevelStatistics | null
[src]

The total storage size, in bytes, of the objects that Amazon Macie can't analyze in the buckets. These objects don't use a supported storage class or don't have a file name extension for a supported file or storage format.