Module Values_2.UpdateHoursOfOperationOverrideRequestSource

Update the hours of operation override.

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

    The identifier of the Amazon Connect instance.

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

    The identifier for the hours of operation.

    *)
  3. hoursOfOperationOverrideId : Values_0.HoursOfOperationOverrideId.t;
    (*

    The identifier for the hours of operation override.

    *)
  4. name : Values_0.CommonHumanReadableName.t option;
    (*

    The name of the hours of operation override.

    *)
  5. description : Values_0.CommonHumanReadableDescription.t option;
    (*

    The description of the hours of operation override.

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

    Configuration information for the hours of operation override: day, start time, and end time.

    *)
  7. effectiveFrom : Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t option;
    (*

    The date from when the hours of operation override would be effective.

    *)
  8. effectiveTill : Values_0.HoursOfOperationOverrideYearMonthDayDateFormat.t option;
    (*

    The date until the hours of operation override is effective.

    *)
  9. recurrenceConfig : Values_0.RecurrenceConfig.t option;
    (*

    Configuration for a recurring event.

    *)
  10. overrideType : Values_0.OverrideType.t option;
    (*

    Whether the override will be defined as a standard or as a recurring event. For more information about how override types are applied, see Build your list of overrides in the Administrator Guide.

    *)
}
Sourceval context_ : string
Sourceval make : ?name:??? -> ?description:??? -> ?config:??? -> ?effectiveFrom:??? -> ?effectiveTill:??? -> ?recurrenceConfig:??? -> ?overrideType:??? -> instanceId:Values_0.InstanceId.t -> hoursOfOperationId:Values_0.HoursOfOperationId.t -> hoursOfOperationOverrideId:Values_0.HoursOfOperationOverrideId.t -> unit -> t
Sourceval 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.InstanceId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Integer of int ] list ]) list ]) list ]) 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