Values_2.UpdateHoursOfOperationOverrideRequestSourceUpdate the hours of operation override.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance.
*)hoursOfOperationId : Values_0.HoursOfOperationId.t;The identifier for the hours of operation.
*)hoursOfOperationOverrideId : Values_0.HoursOfOperationOverrideId.t;The identifier for the hours of operation override.
*)name : Values_0.CommonHumanReadableName.t option;The name of the hours of operation override.
*)description : Values_0.CommonHumanReadableDescription.t option;The description of the hours of operation override.
*)config : Values_0.HoursOfOperationOverrideConfigList.t option;Configuration information for the hours of operation override: day, start time, and end time.
*)effectiveFrom : Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t
option;The date from when the hours of operation override would be effective.
*)effectiveTill : Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t
option;The date until the hours of operation override is effective.
*)recurrenceConfig : Values_0.RecurrenceConfig.t option;Configuration for a recurring event.
*)overrideType : Values_0.OverrideType.t option;Whether the override will be defined as a standard or as a recurring event. For more information about how override types are applied, see Build your list of overrides in the Administrator Guide.
*)}val make :
?name:??? ->
?description:??? ->
?config:??? ->
?effectiveFrom:??? ->
?effectiveTill:??? ->
?recurrenceConfig:??? ->
?overrideType:??? ->
instanceId:Values_0.InstanceId.t ->
hoursOfOperationId:Values_0.HoursOfOperationId.t ->
hoursOfOperationOverrideId:Values_0.HoursOfOperationOverrideId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum 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
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `Integer of int ] list ])
list ])
list ])
list ]