Values.S3ClassificationScopeSourceSpecifies the S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
type nonrec t = {excludes : S3ClassificationScopeExclusion.t option;The S3 buckets that are excluded.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `List of [> `String of S3BucketName.t ] list ])
list ])
list ]