Module Values_3.CapacityReservationBillingRequestSource

Information about a request to assign billing of the unused capacity of a Capacity Reservation.

Sourcetype nonrec t = {
  1. capacityReservationId : Values_0.String_.t option;
    (*

    The ID of the Capacity Reservation.

    *)
  2. requestedBy : Values_0.String_.t option;
    (*

    The ID of the Amazon Web Services account that initiated the request.

    *)
  3. unusedReservationBillingOwnerId : Values_1.AccountID.t option;
    (*

    The ID of the Amazon Web Services account to which the request was sent.

    *)
  4. lastUpdateTime : Values_0.MillisecondDateTime.t option;
    (*

    The date and time, in UTC time format, at which the request was initiated.

    *)
  5. 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.

    *)
  6. statusMessage : Values_0.String_.t option;
    (*

    Information about the status.

    *)
  7. capacityReservationInfo : Values_1.CapacityReservationInfo.t option;
    (*

    Information about the Capacity Reservation.

    *)
}
Sourceval make : ?capacityReservationId:??? -> ?requestedBy:??? -> ?unusedReservationBillingOwnerId:??? -> ?lastUpdateTime:??? -> ?status:??? -> ?statusMessage:??? -> ?capacityReservationInfo:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t