Values_2.SearchEmailAddressesRequestSourceSearches email address in an instance, with optional filtering.
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.
*)maxResults : Values_1.MaxResult100.t option;The maximum number of results to return per page.
*)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.
*)searchCriteria : Values_1.EmailAddressSearchCriteria.t option;The search criteria to be used to return email addresses.
*)searchFilter : Values_1.EmailAddressSearchFilter.t option;Filters to be applied to search results.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
?searchCriteria:??? ->
?searchFilter:??? ->
instanceId:Values_0.InstanceId.t ->
unit ->
t