Values_2.SearchFoldersRequestSourceSearches the subfolders in a folder.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID for the Amazon Web Services account that contains the folder.
*)filters : FolderSearchFilterList.t;The filters to apply to the search. Currently, you can search only by the parent folder ARN. For example, "Filters": [ { "Name": "PARENT_FOLDER_ARN", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:folder/folderId" } ].
*)nextToken : Values_0.String_.t option;The token for the next set of results, or null if there are no more results.
*)maxResults : MaxResults.t option;The maximum number of results to be returned per request.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
filters:FolderSearchFilterList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list ]
list
| `String of Values_1.AwsAccountId.t ])
list ]