Values_1.DisassociateHoursOfOperationsRequestSourceDisassociates a set of hours of operations with another hours of operation. Refer to Administrator Guide here for more information on inheriting overrides from parent hours of operation(s).
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 child hours of operation.
*)parentHoursOfOperationIds : ParentHoursOfOperationIdList.t;The Amazon Resource Names (ARNs) of the parent hours of operation resources to disassociate with the child hours of operation resource.
*)}val make :
instanceId:Values_0.InstanceId.t ->
hoursOfOperationId:Values_0.HoursOfOperationId.t ->
parentHoursOfOperationIds:ParentHoursOfOperationIdList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Values_0.HoursOfOperationId.t ] list
| `String of Values_0.InstanceId.t ])
list ]