Module Values_0.CreateHoursOfOperationRequestSource

Creates hours of operation.

Sourcetype nonrec t = {
  1. instanceId : 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. name : CommonNameLength127.t;
    (*

    The name of the hours of operation.

    *)
  3. description : HoursOfOperationDescription.t option;
    (*

    The description of the hours of operation.

    *)
  4. timeZone : TimeZone.t;
    (*

    The time zone of the hours of operation.

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

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

    *)
  6. parentHoursOfOperationConfigs : ParentHoursOfOperationConfigList.t option;
    (*

    Configuration for parent hours of operations. Eg: ResourceArn. For more information about parent hours of operations, see Link overrides from different hours of operation in the Administrator Guide.

    *)
  7. tags : TagMap.t option;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?parentHoursOfOperationConfigs:??? -> ?tags:??? -> instanceId:InstanceId.t -> name:CommonNameLength127.t -> timeZone:TimeZone.t -> config:HoursOfOperationConfigList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of HoursOfOperationId.t | `Structure of (string * [> `Integer of Hours24Format.t ]) list ]) list ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of 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