Module Values.SearchResourcesRequestSource

Retrieves (queries) statistical data and other information about Amazon Web Services resources that Amazon Macie monitors and analyzes for an account.

Sourcetype nonrec t = {
  1. bucketCriteria : SearchResourcesBucketCriteria.t option;
    (*

    The filter conditions that determine which S3 buckets to include or exclude from the query results.

    *)
  2. maxResults : int option;
    (*

    The maximum number of items to include in each page of the response. The default value is 50.

    *)
  3. nextToken : string option;
    (*

    The nextToken string that specifies which page of results to return in a paginated response.

    *)
  4. sortCriteria : SearchResourcesSortCriteria.t option;
    (*

    The criteria to use to sort the results.

    *)
}
Sourceval make : ?bucketCriteria:??? -> ?maxResults:??? -> ?nextToken:??? -> ?sortCriteria:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Structure of (string * [> `List of [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of string | `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ] list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t