Values_7.CreateCapacityReservationFleetResultSourceCreates a Capacity Reservation Fleet. For more information, see Create a Capacity Reservation Fleet in the Amazon EC2 User Guide.
type nonrec t = {capacityReservationFleetId : Values_1.CapacityReservationFleetId.t option;The ID of the Capacity Reservation Fleet.
*)state : Values_1.CapacityReservationFleetState.t option;The status of the Capacity Reservation Fleet.
*)totalTargetCapacity : Values_0.Integer.t option;The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.
*)totalFulfilledCapacity : Values_0.Double.t option;The requested capacity units that have been successfully reserved.
*)instanceMatchCriteria : Values_1.FleetInstanceMatchCriteria.t option;The instance matching criteria for the Capacity Reservation Fleet.
*)allocationStrategy : Values_0.String_.t option;The allocation strategy used by the Capacity Reservation Fleet.
*)createTime : Values_0.MillisecondDateTime.t option;The date and time at which the Capacity Reservation Fleet was created.
*)endDate : Values_0.MillisecondDateTime.t option;The date and time at which the Capacity Reservation Fleet expires.
*)tenancy : Values_1.FleetCapacityReservationTenancy.t option;Indicates the tenancy of Capacity Reservation Fleet.
*)fleetCapacityReservations : Values_1.FleetCapacityReservationSet.t option;Information about the individual Capacity Reservations in the Capacity Reservation Fleet.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val 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 ]