Values_1.HoursOfOperationOverrideSourceInformation about the hours of operations override.
type nonrec t = {hoursOfOperationOverrideId : Values_0.HoursOfOperationOverrideId.t option;The identifier for the hours of operation override.
*)hoursOfOperationId : Values_0.HoursOfOperationId.t option;The identifier for the hours of operation.
*)hoursOfOperationArn : Values_0.ARN.t option;The Amazon Resource Name (ARN) for the hours of operation.
*)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 which 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.
*)}val 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.HoursOfOperationOverrideId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `Integer of int ] list ])
list ])
list ])
list ]