Values_2.SearchHoursOfOperationOverridesRequestSourceSearches the hours of operation overrides.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect 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 : Values_1.HoursOfOperationSearchFilter.t option;searchCriteria : Values_1.HoursOfOperationOverrideSearchCriteria.t option;The search criteria to be used to return hours of operations overrides.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
?searchFilter:??? ->
?searchCriteria:??? ->
instanceId:Values_0.InstanceId.t ->
unit ->
t