Values_2.SearchNotificationsRequestSourceSearches for notifications based on specified criteria and filters. Returns a paginated list of notifications matching the search parameters, ordered by descending creation time. Supports filtering by content and tags.
type nonrec t = {instanceId : Values_0.InstanceId.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.NextToken.t option;The token for the next set of results. Use the value returned in the previous response to retrieve the next page of results.
*)maxResults : Values_1.MaxResult100.t option;The maximum number of results to return per page. Valid range is 1-100.
*)searchFilter : NotificationSearchFilter.t option;Filters to apply to the search results, such as tag-based filters.
*)searchCriteria : NotificationSearchCriteria.t option;The search criteria to apply when searching for notifications. Supports filtering by notification ID and message content using comparison types such as STARTS_WITH, CONTAINS, and EXACT.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
?searchFilter:??? ->
?searchCriteria:??? ->
instanceId:Values_0.InstanceId.t ->
unit ->
t