Values.ModifyScheduledActionMessageSourceModifies a scheduled action.
type nonrec t = {scheduledActionName : String_.t;The name of the scheduled action to modify.
*)targetAction : ScheduledActionType.t option;A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.
*)schedule : String_.t option;A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.
*)iamRole : String_.t option;A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
*)scheduledActionDescription : String_.t option;A modified description of the scheduled action.
*)startTime : TStamp.t option;A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.
*)endTime : TStamp.t option;A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.
*)enable : BooleanOptional.t option;A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Integer of IntegerOptional.t
| `String of String_.t ])
list ])
list
| `Timestamp of TStamp.t ])
list ]