Module Values_1.HoursOfOperationSource

Information about of the hours of operation.

Sourcetype nonrec t = {
  1. hoursOfOperationId : Values_0.HoursOfOperationId.t option;
    (*

    The identifier for the hours of operation.

    *)
  2. hoursOfOperationArn : Values_0.ARN.t option;
    (*

    The Amazon Resource Name (ARN) for the hours of operation.

    *)
  3. name : Values_0.CommonNameLength127.t option;
    (*

    The name for the hours of operation.

    *)
  4. description : Values_0.HoursOfOperationDescription.t option;
    (*

    The description for the hours of operation.

    *)
  5. timeZone : Values_0.TimeZone.t option;
    (*

    The time zone for the hours of operation.

    *)
  6. config : Values_0.HoursOfOperationConfigList.t option;
    (*

    Configuration information for the hours of operation.

    *)
  7. parentHoursOfOperations : ParentHoursOfOperationsList.t option;
    (*

    Information about parent hours of operations.

    *)
  8. tags : Values_0.TagMap.t option;
    (*

    The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

    *)
  9. lastModifiedTime : Values_0.Timestamp.t option;
    (*

    The timestamp when this resource was last modified.

    *)
  10. lastModifiedRegion : Values_0.RegionName.t option;
    (*

    The Amazon Web Services Region where this resource was last modified.

    *)
}
Sourceval make : ?hoursOfOperationId:??? -> ?hoursOfOperationArn:??? -> ?name:??? -> ?description:??? -> ?timeZone:??? -> ?config:??? -> ?parentHoursOfOperations:??? -> ?tags:??? -> ?lastModifiedTime:??? -> ?lastModifiedRegion:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t