Values.GetBucketStatisticsResponseSourceRetrieves (queries) aggregated statistical data about all the S3 buckets that Amazon Macie monitors and analyzes for an account.
type nonrec t = {bucketCount : Awso.Import.Int64.t option;The total number of buckets.
*)bucketCountByEffectivePermission : BucketCountByEffectivePermission.t option;The total number of buckets that are publicly accessible due to a combination of permissions settings for each bucket.
*)bucketCountByEncryptionType : BucketCountByEncryptionType.t option;The total number of buckets whose settings do or don't specify default server-side encryption behavior for objects that are added to the buckets.
*)bucketCountByObjectEncryptionRequirement : BucketCountPolicyAllowsUnencryptedObjectUploads.t
option;The total number of buckets whose bucket policies do or don't require server-side encryption of objects when objects are added to the buckets.
*)bucketStatisticsBySensitivity : BucketStatisticsBySensitivity.t option;The aggregated sensitive data discovery statistics for the buckets. If automated sensitive data discovery is currently disabled for your account, the value for most statistics is 0.
*)classifiableObjectCount : Awso.Import.Int64.t option;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 : Awso.Import.Int64.t option;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 : string option;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 : Awso.Import.Int64.t option;The total number of objects in the buckets.
*)sizeInBytes : Awso.Import.Int64.t option;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 : Awso.Import.Int64.t option;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.t option;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.t option;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.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?bucketCount:??? ->
?bucketCountByEffectivePermission:??? ->
?bucketCountByEncryptionType:??? ->
?bucketCountByObjectEncryptionRequirement:??? ->
?bucketCountBySharedAccessType:??? ->
?bucketStatisticsBySensitivity:??? ->
?classifiableObjectCount:??? ->
?classifiableSizeInBytes:??? ->
?lastUpdated:??? ->
?objectCount:??? ->
?sizeInBytes:??? ->
?sizeInBytesCompressed:??? ->
?unclassifiableObjectCount:??? ->
?unclassifiableObjectSizeInBytes:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `Structure of
(string
* [> `Long of Awso.Import.Int64.t
| `Structure of
(string * [> `Long of Awso.Import.Int64.t ]) list ])
list
| `Timestamp of string ])
list ]