Values_2.ActiveInstanceSourceDescribes a running instance in a Spot Fleet.
type nonrec t = {instanceId : Values_0.String_.t option;The ID of the instance.
*)instanceType : Values_0.String_.t option;The instance type.
*)spotInstanceRequestId : Values_0.String_.t option;The ID of the Spot Instance request.
*)instanceHealth : Values_1.InstanceHealthStatus.t option;The health status of the instance. If the status of either the instance status check or the system status check is impaired, the health status of the instance is unhealthy. Otherwise, the health status is healthy.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]