Values.RemediationExecutionStatusSourceProvides details of the current status of the invoked remediation action for that resource.
type nonrec t = {resourceKey : ResourceKey.t option;state : RemediationExecutionState.t option;ENUM of the values.
*)stepDetails : RemediationExecutionSteps.t option;Details of every step.
*)invocationTime : Date.t option;Start time when the remediation was executed.
*)lastUpdatedTime : Date.t option;The time when the remediation execution was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Date.t ])
list ]
list
| `Structure of
(string * [> `Enum of string | `String of ResourceId.t ]) list
| `Timestamp of Date.t ])
list ]