Values_1.DescribeHoursOfOperationRequestSourceDescribes the hours of operation.
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.
*)hoursOfOperationId : Values_0.HoursOfOperationId.t;The identifier for the hours of operation.
*)}val make :
instanceId:Values_0.InstanceId.t ->
hoursOfOperationId:Values_0.HoursOfOperationId.t ->
unit ->
t