Values.UpdateClassificationScopeRequestSourceUpdates the classification scope settings for an account.
type nonrec t = {id : string;The unique identifier for the Amazon Macie resource that the request applies to.
*)s3 : S3ClassificationScopeUpdate.t option;The S3 buckets to add or remove from the exclusion list defined by the classification scope.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of S3BucketName.t ] list ])
list ])
list ])
list ]