Module Values_7.CreateCapacityReservationFleetResultSource

Creates a Capacity Reservation Fleet. For more information, see Create a Capacity Reservation Fleet in the Amazon EC2 User Guide.

Sourcetype nonrec t = {
  1. capacityReservationFleetId : Values_1.CapacityReservationFleetId.t option;
    (*

    The ID of the Capacity Reservation Fleet.

    *)
  2. state : Values_1.CapacityReservationFleetState.t option;
    (*

    The status of the Capacity Reservation Fleet.

    *)
  3. totalTargetCapacity : Values_0.Integer.t option;
    (*

    The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.

    *)
  4. totalFulfilledCapacity : Values_0.Double.t option;
    (*

    The requested capacity units that have been successfully reserved.

    *)
  5. instanceMatchCriteria : Values_1.FleetInstanceMatchCriteria.t option;
    (*

    The instance matching criteria for the Capacity Reservation Fleet.

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

    The allocation strategy used by the Capacity Reservation Fleet.

    *)
  7. createTime : Values_0.MillisecondDateTime.t option;
    (*

    The date and time at which the Capacity Reservation Fleet was created.

    *)
  8. endDate : Values_0.MillisecondDateTime.t option;
    (*

    The date and time at which the Capacity Reservation Fleet expires.

    *)
  9. tenancy : Values_1.FleetCapacityReservationTenancy.t option;
    (*

    Indicates the tenancy of Capacity Reservation Fleet.

    *)
  10. fleetCapacityReservations : Values_1.FleetCapacityReservationSet.t option;
    (*

    Information about the individual Capacity Reservations in the Capacity Reservation Fleet.

    *)
  11. tags : Values_0.TagList.t option;
    (*

    The tags assigned to the Capacity Reservation Fleet.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?capacityReservationFleetId:??? -> ?state:??? -> ?totalTargetCapacity:??? -> ?totalFulfilledCapacity:??? -> ?instanceMatchCriteria:??? -> ?allocationStrategy:??? -> ?createTime:??? -> ?endDate:??? -> ?tenancy:??? -> ?fleetCapacityReservations:??? -> ?tags:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Values_0.Double.t | `Enum of string | `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Double of Values_0.Double.t | `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.CapacityReservationId.t | `Timestamp of Values_0.MillisecondDateTime.t ]) list ] list | `String of Values_1.CapacityReservationFleetId.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