Values_1.GetEffectiveHoursOfOperationsResponseSourceGet the hours of operations with the effective override applied.
type nonrec t = {effectiveHoursOfOperationList : EffectiveHoursOfOperationList.t option;Information about the effective hours of operations.
*)effectiveOverrideHoursList : EffectiveOverrideHoursList.t option;Information about override configurations applied to the base hours of operation to calculate the effective hours. For more information about how override types are applied, see Build your list of overrides in the Administrator Guide.
*)timeZone : Values_0.TimeZone.t option;The time zone for the hours of operation.
*)}type nonrec error = [ | `InternalServiceException of Values_0.InternalServiceException.t| `InvalidParameterException of Values_0.InvalidParameterException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidParameterException of Values_0.InvalidParameterException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of
Values_0.CommonHumanReadableName.t
| `Structure of
(string * [> `Integer of int ]) list ])
list ]
list
| `String of
Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t ])
list ]
list
| `String of Values_0.TimeZone.t ])
list ]