Values_1.HoursOfOperationSourceInformation about of the hours of operation.
type nonrec t = {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.CommonNameLength127.t option;The name for the hours of operation.
*)description : Values_0.HoursOfOperationDescription.t option;The description for the hours of operation.
*)timeZone : Values_0.TimeZone.t option;The time zone for the hours of operation.
*)config : Values_0.HoursOfOperationConfigList.t option;Configuration information for the hours of operation.
*)parentHoursOfOperations : ParentHoursOfOperationsList.t option;Information about parent hours of operations.
*)lastModifiedTime : Values_0.Timestamp.t option;The timestamp when this resource was last modified.
*)lastModifiedRegion : Values_0.RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of string
| `Structure of (string * [> `Integer of int ]) list ])
list ]
list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.HoursOfOperationId.t
| `Timestamp of Values_0.Timestamp.t ])
list ]