Values.DescribeBucketsRequestSourceRetrieves (queries) statistical data and other information about one or more S3 buckets that Amazon Macie monitors and analyzes for an account.
type nonrec t = {criteria : BucketCriteria.t option;The criteria to use to filter the query results.
*)maxResults : int option;The maximum number of items to include in each page of the response. The default value is 50.
*)nextToken : string option;The nextToken string that specifies which page of results to return in a paginated response.
*)sortCriteria : BucketSortCriteria.t option;The criteria to use to sort the query results.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of int
| `Map of
([> `String of string ]
* [> `Structure of
(string
* [> `List of [> `String of string ] list
| `Long of Awso.Import.Int64.t
| `String of string ])
list ])
list
| `String of string
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list ]