Module Values_0.AssociateHoursOfOperationsRequestSource

Associates 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).

Sourcetype nonrec t = {
  1. 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.

    *)
  2. hoursOfOperationId : HoursOfOperationId.t;
    (*

    The identifier of the child hours of operation.

    *)
  3. parentHoursOfOperationConfigs : ParentHoursOfOperationConfigList.t;
    (*

    The Amazon Resource Names (ARNs) of the parent hours of operation resources to associate with the child hours of operation resource.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:InstanceId.t -> hoursOfOperationId:HoursOfOperationId.t -> parentHoursOfOperationConfigs:ParentHoursOfOperationConfigList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of HoursOfOperationId.t ]) list ] list | `String of InstanceId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t