Values_0.CreateHoursOfOperationRequestSourceCreates hours of operation.
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.
*)name : CommonNameLength127.t;The name of the hours of operation.
*)description : HoursOfOperationDescription.t option;The description of the hours of operation.
*)timeZone : TimeZone.t;The time zone of the hours of operation.
*)config : HoursOfOperationConfigList.t;Configuration information for the hours of operation: day, start time, and end time.
*)parentHoursOfOperationConfigs : ParentHoursOfOperationConfigList.t option;Configuration for parent hours of operations. Eg: ResourceArn. For more information about parent hours of operations, see Link overrides from different hours of operation in the Administrator Guide.
*)}val make :
?description:??? ->
?parentHoursOfOperationConfigs:??? ->
?tags:??? ->
instanceId:InstanceId.t ->
name:CommonNameLength127.t ->
timeZone:TimeZone.t ->
config:HoursOfOperationConfigList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of HoursOfOperationId.t
| `Structure of
(string * [> `Integer of Hours24Format.t ]) list ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of InstanceId.t ])
list ]