Values_0.AssociateHoursOfOperationsRequestSourceAssociates 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 : 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 : HoursOfOperationId.t;The identifier of the child hours of operation.
*)parentHoursOfOperationConfigs : ParentHoursOfOperationConfigList.t;The Amazon Resource Names (ARNs) of the parent hours of operation resources to associate with the child hours of operation resource.
*)}val make :
instanceId:InstanceId.t ->
hoursOfOperationId:HoursOfOperationId.t ->
parentHoursOfOperationConfigs:ParentHoursOfOperationConfigList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of HoursOfOperationId.t ]) list ]
list
| `String of InstanceId.t ])
list ]