Values.S3ClassificationScopeUpdateSourceSpecifies changes to the list of S3 buckets that are excluded from automated sensitive data discovery for an Amazon Macie account.
type nonrec t = {excludes : S3ClassificationScopeExclusionUpdate.t;The names of the S3 buckets to add or remove from the list.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of S3BucketName.t ] list ])
list ])
list ]