Values_2.SearchAnalysesRequestSourceSearches 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.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the analyses that you're searching for.
*)filters : Values_0.AnalysisSearchFilterList.t;The structure for the search filters that you want to apply to your search.
*)nextToken : Values_0.String_.t option;A pagination token that can be used in a subsequent request.
*)maxResults : MaxResults.t option;The maximum number of results to return.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
filters:Values_0.AnalysisSearchFilterList.t ->
unit ->
tval 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 ]