Values_3.CapacityReservationBillingRequestSourceInformation about a request to assign billing of the unused capacity of a Capacity Reservation.
type nonrec t = {capacityReservationId : Values_0.String_.t option;The ID of the Capacity Reservation.
*)requestedBy : Values_0.String_.t option;The ID of the Amazon Web Services account that initiated the request.
*)unusedReservationBillingOwnerId : Values_1.AccountID.t option;The ID of the Amazon Web Services account to which the request was sent.
*)lastUpdateTime : Values_0.MillisecondDateTime.t option;The date and time, in UTC time format, at which the request was initiated.
*)status : Values_1.CapacityReservationBillingRequestStatus.t option;The status of the request. For more information, see View billing assignment requests for a shared Amazon EC2 Capacity Reservation.
*)statusMessage : Values_0.String_.t option;Information about the status.
*)capacityReservationInfo : Values_1.CapacityReservationInfo.t option;Information about the Capacity Reservation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ])
list
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]