Values_2.SearchViewsRequestSourceSearches views based on name, description, or tags.
type nonrec t = {instanceId : Values_0.InstanceIdOrArn.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)nextToken : Values_1.NextToken2500.t option;The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
*)maxResults : Values_1.MaxResult100.t option;The maximum number of results to return per page.
*)searchFilter : ViewSearchFilter.t option;Filters to apply to the search, such as tag-based filters.
*)searchCriteria : ViewSearchCriteria.t option;The search criteria, including field names and comparison types.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
?searchFilter:??? ->
?searchCriteria:??? ->
instanceId:Values_0.InstanceIdOrArn.t ->
unit ->
t