Module Values.GetScheduleInputSource

Retrieves the specified schedule.

Sourcetype nonrec t = {
  1. groupName : ScheduleGroupName.t option;
    (*

    The name of the schedule group associated with this schedule. If you omit this, EventBridge Scheduler assumes that the schedule is associated with the default group.

    *)
  2. name : Name.t;
    (*

    The name of the schedule to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : ?groupName:??? -> name:Name.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ScheduleGroupName.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