Module Values_2.UpdateHoursOfOperationRequestSource

Updates the hours of operation.

Sourcetype nonrec t = {
  1. instanceId : Values_0.InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
  2. hoursOfOperationId : Values_0.HoursOfOperationId.t;
    (*

    The identifier of the hours of operation.

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

    The name of the hours of operation.

    *)
  4. description : UpdateHoursOfOperationDescription.t option;
    (*

    The description of the hours of operation.

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

    The time zone of the hours of operation.

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

    Configuration information of the hours of operation.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?timeZone:??? -> ?config:??? -> instanceId:Values_0.InstanceId.t -> hoursOfOperationId:Values_0.HoursOfOperationId.t -> unit -> t
Sourceval to_value : t -> [> `Structure 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 ]) 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