Values.ManagedActionSourceThe record of an upcoming or in-progress managed action.
type nonrec t = {actionId : String_.t option;A unique identifier for the managed action.
*)actionDescription : String_.t option;A description of the managed action.
*)actionType : ActionType.t option;The type of managed action.
*)status : ActionStatus.t option;The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.
*)windowStartTime : Timestamp.t option;The start time of the maintenance window in which the managed action will execute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]