Values_1.CapacityReservationCommitmentInfoSourceInformation about your commitment for a future-dated Capacity Reservation.
type nonrec t = {committedInstanceCount : Values_0.Integer.t option;The instance capacity that you committed to when you requested the future-dated Capacity Reservation.
*)commitmentEndDate : Values_0.MillisecondDateTime.t option;The date and time at which the commitment duration expires, in the ISO8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ). You can't decrease the instance count or cancel the Capacity Reservation before this date and time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]