Values_1.FleetCapacityReservationSourceInformation about a Capacity Reservation in a Capacity Reservation Fleet.
type nonrec t = {capacityReservationId : Values_0.CapacityReservationId.t option;The ID of the Capacity Reservation.
*)availabilityZoneId : Values_0.String_.t option;The ID of the Availability Zone in which the Capacity Reservation reserves capacity.
*)instanceType : Values_0.InstanceType.t option;The instance type for which the Capacity Reservation reserves capacity.
*)instancePlatform : Values_0.CapacityReservationInstancePlatform.t option;The type of operating system for which the Capacity Reservation reserves capacity.
*)availabilityZone : Values_0.String_.t option;The Availability Zone in which the Capacity Reservation reserves capacity.
*)totalInstanceCount : Values_0.Integer.t option;The total number of instances for which the Capacity Reservation reserves capacity.
*)fulfilledCapacity : Values_0.Double.t option;The number of capacity units fulfilled by the Capacity Reservation. For more information, see Total target capacity in the Amazon EC2 User Guide.
*)ebsOptimized : Values_0.Boolean.t option;Indicates whether the Capacity Reservation reserves capacity for EBS-optimized instance types.
*)createDate : Values_0.MillisecondDateTime.t option;The date and time at which the Capacity Reservation was created.
*)weight : Values_0.DoubleWithConstraints.t option;The weight of the instance type in the Capacity Reservation Fleet. For more information, see Instance type weight in the Amazon EC2 User Guide.
*)priority : Values_0.IntegerWithConstraints.t option;The priority of the instance type in the Capacity Reservation Fleet. For more information, see Instance type priority in the Amazon EC2 User Guide.
*)}val to_value :
t ->
[> `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 ]