Values.LastUpdateSourceDescribes the status of the last update on the environment, and any errors that were encountered.
type nonrec t = {status : UpdateStatus.t option;The status of the last update on the environment.
*)createdAt : UpdateCreatedAt.t option;The day and time of the last update on the environment.
*)error : UpdateError.t option;The error that was encountered during the last update of the environment.
*)source : UpdateSource.t option;The source of the last update to the environment. Includes internal processes by Amazon MWAA, such as an environment maintenance update.
*)workerReplacementStrategy : WorkerReplacementStrategy.t option;The worker replacement strategy used in the last update of the environment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of UpdateSource.t
| `Structure of (string * [> `String of ErrorCode.t ]) list
| `Timestamp of UpdateCreatedAt.t ])
list ]