Values.LastUpdateSourceConfiguration object that contains the most recent account settings update, visible only if settings have been updated previously.
type nonrec t = {targetQueryTCU : QueryTCU.t option;The number of TimeStream Compute Units (TCUs) requested in the last account settings update.
*)status : LastUpdateStatus.t option;The status of the last update. Can be either PENDING, FAILED, or SUCCEEDED.
*)statusMessage : String_.t option;Error message describing the last account settings update status, visible only if an error occurred.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `Integer of QueryTCU.t | `String of String_.t ])
list ]