Values.ScheduledActionSourceInformation about a scheduled configuration change for an OpenSearch Service domain. This actions can be a service software update or a blue/green Auto-Tune enhancement.
type nonrec t = {id : String_.t option;The unique identifier of the scheduled action.
*)type_ : ActionType.t option;The type of action that will be taken on the domain.
*)severity : ActionSeverity.t option;The severity of the action.
*)scheduledTime : Long.t option;The time when the change is scheduled to happen.
*)description : String_.t option;A description of the action to be taken.
*)scheduledBy : ScheduledBy.t option;Whether the action was scheduled manually (CUSTOMER, or by OpenSearch Service automatically (SYSTEM).
*)status : ActionStatus.t option;The current status of the scheduled action.
*)mandatory : Boolean.t option;Whether the action is required or optional.
*)cancellable : Boolean.t option;Whether or not the scheduled action is cancellable.
*)}