Module Values_2.SearchAnalysesRequestSource

Searches for analyses that belong to the user specified in the filter. This operation is eventually consistent. The results are best effort and may not reflect very recent updates and changes.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID of the Amazon Web Services account that contains the analyses that you're searching for.

    *)
  2. filters : Values_0.AnalysisSearchFilterList.t;
    (*

    The structure for the search filters that you want to apply to your search.

    *)
  3. nextToken : Values_0.String_.t option;
    (*

    A pagination token that can be used in a subsequent request.

    *)
  4. maxResults : MaxResults.t option;
    (*

    The maximum number of results to return.

    *)
}
Sourceval context_ : string
Sourceval make : ?nextToken:??? -> ?maxResults:??? -> awsAccountId:Values_1.AwsAccountId.t -> filters:Values_0.AnalysisSearchFilterList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResults.t | `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of Values_1.AwsAccountId.t ]) 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