Values.BatchSnoozeAlarmRequestSourceChanges one or more alarms to the snooze mode. The alarms change to the SNOOZE_DISABLED state after you set them to the snooze mode.
type nonrec t = {snoozeActionRequests : SnoozeAlarmActionRequests.t;The list of snooze action requests. You can specify up to 10 requests per operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of SnoozeDuration.t
| `String of RequestId.t ])
list ]
list ])
list ]