Values.ModifySnapshotScheduleMessageSourceModifies a snapshot schedule. Any schedule associated with a cluster is modified asynchronously.
type nonrec t = {scheduleIdentifier : String_.t;A unique alphanumeric identifier of the schedule to modify.
*)scheduleDefinitions : ScheduleDefinitionList.t;An updated list of schedule definitions. A schedule definition is made up of schedule expressions, for example, "cron(30 12 *)" or "rate(12 hours)".
*)}val make :
scheduleIdentifier:String_.t ->
scheduleDefinitions:ScheduleDefinitionList.t ->
unit ->
t