Module Values_1.CapacityReservationCommitmentInfoSource

Information about your commitment for a future-dated Capacity Reservation.

Sourcetype nonrec t = {
  1. committedInstanceCount : Values_0.Integer.t option;
    (*

    The instance capacity that you committed to when you requested the future-dated Capacity Reservation.

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

    *)
}
Sourceval make : ?committedInstanceCount:??? -> ?commitmentEndDate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Values_0.Integer.t | `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