Module Values_0.CreateHoursOfOperationOverrideRequestSource

Creates an hours of operation override in an Amazon Connect hours of operation resource.

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

    The identifier of the Amazon Connect instance.

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

    The identifier for the hours of operation

    *)
  3. name : CommonHumanReadableName.t;
    (*

    The name of the hours of operation override.

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

    The description of the hours of operation override.

    *)
  5. config : HoursOfOperationOverrideConfigList.t;
    (*

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

    *)
  6. effectiveFrom : HoursOfOperationOverrideYearMonthDayDateFormat.t;
    (*

    The date from when the hours of operation override is effective.

    *)
  7. effectiveTill : HoursOfOperationOverrideYearMonthDayDateFormat.t;
    (*

    The date until when the hours of operation override is effective.

    *)
  8. recurrenceConfig : RecurrenceConfig.t option;
    (*

    Configuration for a recurring event.

    *)
  9. overrideType : 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 : ?description:??? -> ?recurrenceConfig:??? -> ?overrideType:??? -> instanceId:InstanceId.t -> hoursOfOperationId:HoursOfOperationId.t -> name:CommonHumanReadableName.t -> config:HoursOfOperationOverrideConfigList.t -> effectiveFrom:HoursOfOperationOverrideYearMonthDayDateFormat.t -> effectiveTill:HoursOfOperationOverrideYearMonthDayDateFormat.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 Hours24Format.t ]) list ]) list ] list | `String of InstanceId.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of IntervalPositiveInteger.t | `List of [> `Integer of Month.t ] 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