Values.CreateScheduleGroupInputSourceCreates the specified schedule group.
type nonrec t = {clientToken : ClientToken.t option;Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
*)name : ScheduleGroupName.t;The name of the schedule group that you are creating.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ClientToken.t ])
list ]