Values_2.UpdateHoursOfOperationRequestSourceUpdates 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 of the hours of operation.
*)name : Values_0.CommonNameLength127.t option;The name of the hours of operation.
*)description : UpdateHoursOfOperationDescription.t option;The description of the hours of operation.
*)timeZone : Values_0.TimeZone.t option;The time zone of the hours of operation.
*)config : Values_0.HoursOfOperationConfigList.t option;Configuration information of the hours of operation.
*)}val make :
?name:??? ->
?description:??? ->
?timeZone:??? ->
?config:??? ->
instanceId:Values_0.InstanceId.t ->
hoursOfOperationId:Values_0.HoursOfOperationId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Structure of (string * [> `Integer of int ]) list ])
list ]
list
| `String of Values_0.InstanceId.t ])
list ]