Values_1.GetEffectiveHoursOfOperationsRequestSourceGet the hours of operations with the effective override applied.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance.
*)hoursOfOperationId : Values_0.HoursOfOperationId.t;The identifier for the hours of operation.
*)fromDate : Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t;The date from when the hours of operation are listed.
*)toDate : Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t;The date until when the hours of operation are listed.
*)}val make :
instanceId:Values_0.InstanceId.t ->
hoursOfOperationId:Values_0.HoursOfOperationId.t ->
fromDate:Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t ->
toDate:Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t ->
unit ->
t