Values.CapacityAllocationSourceContains the submission time of a single allocation request for a capacity reservation and the most recent status of the attempted allocation.
type nonrec t = {status : CapacityAllocationStatus.t option;The status of the capacity allocation.
*)statusMessage : String_.t option;The status message of the capacity allocation.
*)requestTime : Timestamp.t option;The time when the capacity allocation was requested.
*)requestCompletionTime : Timestamp.t option;The time when the capacity allocation request was completed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]