Module Values.BatchSnoozeAlarmRequestSource

Changes one or more alarms to the snooze mode. The alarms change to the SNOOZE_DISABLED state after you set them to the snooze mode.

Sourcetype nonrec t = {
  1. snoozeActionRequests : SnoozeAlarmActionRequests.t;
    (*

    The list of snooze action requests. You can specify up to 10 requests per operation.

    *)
}
Sourceval context_ : string
Sourceval make : snoozeActionRequests:SnoozeAlarmActionRequests.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of SnoozeDuration.t | `String of RequestId.t ]) 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